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