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