# Iconsax-vue
Vue icon components based on the extensive collection of 1000 SVG icons provided by [Vuesax Icons](https://iconsax.io/).

Check out the [demo](https://placetopay-org.github.io/iconsax-vue/).

## Installation
```bash
npm install @placetopay/iconsax-vue
```

## Usage
```html
<script setup>
import { ActivityIcon } from '@placetopay/iconsax-vue/bold';
</script>

<template>
    <ActivityIcon class="text-emerald-500 h-6 w-6" />
</template>
```