@vixatica-icons/vue
v1.0.1
Published
Vixatica Icons for Vue 3
Readme
Vue
Note that this library currently only supports Vue 3.
First, install @vixatica-icons/vue from npm:
npm install @vixatica-icons/vueNow each icon can be imported individually as a Vue component:
<template>
<div>
<AddOutline :height="1000" :width="1000" :color="'red'" />
<p>...</p>
</div>
</template>
<script setup>
import { AddOutline } from '@vixatica-icons/vue'
</script>License
This library is MIT licensed.
