"use strict";
const iconHeavyShowersLine = require("./icon-heavy-showers-line.vue.js");
const IconHeavyShowersLine = Object.assign(iconHeavyShowersLine, {
install: (app) => {
app.component(iconHeavyShowersLine.name, iconHeavyShowersLine);
}
});
module.exports = IconHeavyShowersLine;