Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@placetopay/iconsax-vue

juanzea933ISC1.0.0TypeScript support: included

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

Vue, Icons, Components, SVG, Vuesax, Library, Vue3

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>