1.0.1 • Published 9 months ago

@vixatica-icons/vue v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Vue

Note that this library currently only supports Vue 3.

First, install @vixatica-icons/vue from npm:

npm install @vixatica-icons/vue

Now 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.

1.0.1

9 months ago

1.0.0

9 months ago