import _IconThermometerFill from "./icon-thermometer-fill.vue.js";
const IconThermometerFill = Object.assign(_IconThermometerFill, {
install: (app) => {
app.component(_IconThermometerFill.name, _IconThermometerFill);
}
});
export {
IconThermometerFill as default
};