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