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>