import _IconHeavyShowersLine from "./icon-heavy-showers-line.vue.js";
const IconHeavyShowersLine = Object.assign(_IconHeavyShowersLine, {
install: (app) => {
app.component(_IconHeavyShowersLine.name, _IconHeavyShowersLine);
}
});
export {
IconHeavyShowersLine as default
};