UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 299 B
"use strict"; const iconSurroundSoundLine = require("./icon-surround-sound-line.vue.js"); const IconSurroundSoundLine = Object.assign(iconSurroundSoundLine, { install: (app) => { app.component(iconSurroundSoundLine.name, iconSurroundSoundLine); } }); module.exports = IconSurroundSoundLine;