UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 242 B
import _IconGhost2Line from "./icon-ghost-2-line.vue.js"; const IconGhost2Line = Object.assign(_IconGhost2Line, { install: (app) => { app.component(_IconGhost2Line.name, _IconGhost2Line); } }); export { IconGhost2Line as default };