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