Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 481 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 481 Bytes

vue3-feather-icon

npm npm

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>