UNPKG

birdpaper-icon

Version:

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

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