@rah-emil/iconsax
v1.0.0
Published
Iconsax icons for Vue 3 / Nuxt 3
Downloads
33
Readme
@rah-emil/iconsax
Icon pack from iconsax: https://iconsax.io/
Usage
This package supports Vue 3.
To install the package in your project:
npm i @rah-emil/iconsax
Including an icon inside components:
<script lang="ts" setup>
import { AlarmIcon } from '@rah-emil/iconsax/dist/bold';
</script>
<template>
<div>
<LogoIcon class="logo" />
<p>...</p>
</div>
</template>
Contribution
If you want to add react or vue2 support, you can send PR with your code. I love it!