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