1.3.0 • Published 2 years ago

estat-icons v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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>
1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago