UNPKG

birdpaper-icon

Version:

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

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