"use strict";
const iconFileForbidFill = require("./icon-file-forbid-fill.vue.js");
const IconFileForbidFill = Object.assign(iconFileForbidFill, {
install: (app) => {
app.component(iconFileForbidFill.name, iconFileForbidFill);
}
});
module.exports = IconFileForbidFill;