UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 300 B
"use strict"; const iconMoneyPoundBoxLine = require("./icon-money-pound-box-line.vue.js"); const IconMoneyPoundBoxLine = Object.assign(iconMoneyPoundBoxLine, { install: (app) => { app.component(iconMoneyPoundBoxLine.name, iconMoneyPoundBoxLine); } }); module.exports = IconMoneyPoundBoxLine;