# @rah-emil/iconsax
Icon pack from iconsax: https://iconsax.io/

## Usage
*This package supports Vue 3.*

To install the package in your project:
```sh
npm i @rah-emil/iconsax
```

Including an icon inside components:
```vue
<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!
