UNPKG

birdpaper-icon

Version:

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

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