@placetopay/iconsax-vue
v1.0.0
Published
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
Downloads
15,771
Readme
Iconsax-vue
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
Check out the demo.
Installation
npm install @placetopay/iconsax-vue
Usage
<script setup>
import { ActivityIcon } from '@placetopay/iconsax-vue/bold';
</script>
<template>
<ActivityIcon class="text-emerald-500 h-6 w-6" />
</template>