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