UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 263 B
import _IconUserVoiceLine from "./icon-user-voice-line.vue.js"; const IconUserVoiceLine = Object.assign(_IconUserVoiceLine, { install: (app) => { app.component(_IconUserVoiceLine.name, _IconUserVoiceLine); } }); export { IconUserVoiceLine as default };