UNPKG

birdpaper-icon

Version:

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

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