import _IconMoneyEuroBoxLine from "./icon-money-euro-box-line.vue.js";
const IconMoneyEuroBoxLine = Object.assign(_IconMoneyEuroBoxLine, {
install: (app) => {
app.component(_IconMoneyEuroBoxLine.name, _IconMoneyEuroBoxLine);
}
});
export {
IconMoneyEuroBoxLine as default
};