UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 220 B
import _IconP2pLine from "./icon-p2p-line.vue.js"; const IconP2pLine = Object.assign(_IconP2pLine, { install: (app) => { app.component(_IconP2pLine.name, _IconP2pLine); } }); export { IconP2pLine as default };