UNPKG

birdpaper-icon

Version:

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

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