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