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