import _IconFileForbidFill from "./icon-file-forbid-fill.vue.js";
const IconFileForbidFill = Object.assign(_IconFileForbidFill, {
install: (app) => {
app.component(_IconFileForbidFill.name, _IconFileForbidFill);
}
});
export {
IconFileForbidFill as default
};