// Generated by script, don't edit it please.
import * as React from 'react';

function Thermometer1(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 18 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M11.429 24a3.43 3.43 0 01-6.858 0c0-1.429.893-2.732 2.286-3.232v-2.482h2.286v2.482A3.436 3.436 0 0111.429 24zm2.285 0a5.697 5.697 0 00-2.286-4.571V5.715a3.43 3.43 0 00-6.858 0v13.714A5.699 5.699 0 002.284 24c0 3.161 2.554 5.714 5.714 5.714S13.712 27.16 13.712 24zM16 24c0 4.411-3.589 8-8 8s-8-3.589-8-8a7.97 7.97 0 012.286-5.589V5.715C2.286 2.554 4.84.001 8 .001s5.714 2.554 5.714 5.714v12.696A7.972 7.972 0 0116 24zm2.286-10.286V16h-3.429v-2.286h3.429zm0-4.571v2.286h-3.429V9.143h3.429zm0-4.572v2.286h-3.429V4.571h3.429z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Thermometer1);
export default ForwardRef;
