UNPKG

birdpaper-icon

Version:

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

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