UNPKG

birdpaper-icon

Version:

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

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