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