@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
20 lines (16 loc) • 455 B
Markdown
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/).
```bash
npm install @placetopay/iconsax-vue
```
```html
<script setup>
import { ActivityIcon } from '@placetopay/iconsax-vue/bold';
</script>
<template>
<ActivityIcon class="text-emerald-500 h-6 w-6" />
</template>
```