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