/** * lucide v0.244.0 - ISC */ import defaultAttributes from '../defaultAttributes.js'; const Thermometer = [ "svg", defaultAttributes, [["path", { d: "M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" }]] ]; export { Thermometer as default }; //# sourceMappingURL=thermometer.js.map