estat-icons

1.3.0 • Public • Published

estat-icons

estat.pro icons pack

Basic Usage

Note that this library currently only supports Vue 3.

First, install estat-icons from npm:

npm install estat-icons

Now each icon can be imported individually as a Vue component:

<script setup>
import { LogoIcon } from 'estat-icons/dist/solid';
</script>

<template>
  <div>
    <LogoIcon class="logo" />
    <p>...</p>
  </div>
</template>

Readme

Keywords

Package Sidebar

Install

npm i estat-icons

Weekly Downloads

24

Version

1.3.0

License

MIT

Unpacked Size

224 kB

Total Files

422

Last publish

Collaborators

  • leadrate-admin