"use strict";
const iconMoneyEuroBoxLine = require("./icon-money-euro-box-line.vue.js");
const IconMoneyEuroBoxLine = Object.assign(iconMoneyEuroBoxLine, {
install: (app) => {
app.component(iconMoneyEuroBoxLine.name, iconMoneyEuroBoxLine);
}
});
module.exports = IconMoneyEuroBoxLine;