UNPKG

birdpaper-icon

Version:

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

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