"use strict";
const iconHomeOfficeFill = require("./icon-home-office-fill.vue.js");
const IconHomeOfficeFill = Object.assign(iconHomeOfficeFill, {
install: (app) => {
app.component(iconHomeOfficeFill.name, iconHomeOfficeFill);
}
});
module.exports = IconHomeOfficeFill;