UNPKG

birdpaper-icon

Version:

基于 Remix icon 生成的 Vue3 图标组件库

10 lines (9 loc) 198 B
import _IconHand from "./icon-hand.vue.js"; const IconHand = Object.assign(_IconHand, { install: (app) => { app.component(_IconHand.name, _IconHand); } }); export { IconHand as default };