Skip to content

Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.

Notifications You must be signed in to change notification settings

placetopay-org/iconsax-vue

Repository files navigation

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>