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