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