UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 307 B
"use strict"; const iconRemoteControl2Line = require("./icon-remote-control-2-line.vue.js"); const IconRemoteControl2Line = Object.assign(iconRemoteControl2Line, { install: (app) => { app.component(iconRemoteControl2Line.name, iconRemoteControl2Line); } }); module.exports = IconRemoteControl2Line;