UNPKG

birdpaper-icon

Version:

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

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