UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 278 B
import _IconLayoutLeft2Fill from "./icon-layout-left-2-fill.vue.js"; const IconLayoutLeft2Fill = Object.assign(_IconLayoutLeft2Fill, { install: (app) => { app.component(_IconLayoutLeft2Fill.name, _IconLayoutLeft2Fill); } }); export { IconLayoutLeft2Fill as default };