UNPKG

birdpaper-icon

Version:

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

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