UNPKG

birdpaper-icon

Version:

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

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