UNPKG

birdpaper-icon

Version:

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

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