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