"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;