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