UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 234 B
import _IconShapeFill from "./icon-shape-fill.vue.js"; const IconShapeFill = Object.assign(_IconShapeFill, { install: (app) => { app.component(_IconShapeFill.name, _IconShapeFill); } }); export { IconShapeFill as default };