"use strict";
const iconWaterPercentFill = require("./icon-water-percent-fill.vue.js");
const IconWaterPercentFill = Object.assign(iconWaterPercentFill, {
install: (app) => {
app.component(iconWaterPercentFill.name, iconWaterPercentFill);
}
});
module.exports = IconWaterPercentFill;