UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 256 B
import _IconSpeaker2Line from "./icon-speaker-2-line.vue.js"; const IconSpeaker2Line = Object.assign(_IconSpeaker2Line, { install: (app) => { app.component(_IconSpeaker2Line.name, _IconSpeaker2Line); } }); export { IconSpeaker2Line as default };