UNPKG

birdpaper-icon

Version:

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

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