1.0.6 • Published 3 years ago
vue3-feather-icons v1.0.6
vue3-feather-icon
Install
npm i vue3-feather-iconspnpm i vue3-feather-iconsyarn add vue3-feather-iconsUsage
<script setup>
import { AirplayIcon, AtSignIcon, ... } from 'vue3-feather-icons'
<script>
<template>
<AirplayIcon />
<AtSignIcon size="32">
</template>