import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardThermometerHotIconConfig: {
  name: 'RhStandardThermometerHotIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M18.62 23.46V8a.62.62 0 0 0-1.24 0v15.46a2.62 2.62 0 1 0 1.24 0ZM18 27.38a1.38 1.38 0 0 1 0-2.75 1.38 1.38 0 0 1 0 2.75Z"},{"path":"M24 14.62a.62.62 0 0 0 0-1.24h-2.38v-2.76H24a.62.62 0 1 0 0-1.24h-2.38V8a3.62 3.62 0 0 0-7.24 0v13.71a5.62 5.62 0 1 0 7.24 0v-3.09H24a.62.62 0 0 0 0-1.24h-2.38v-2.76ZM22.38 26a4.38 4.38 0 1 1-7-3.53.64.64 0 0 0 .22-.43s0-14 0-14a2.38 2.38 0 0 1 4.75 0s0 14 0 14a.64.64 0 0 0 .22.43A4.42 4.42 0 0 1 22.38 26Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardThermometerHotIcon: ComponentClass<SVGIconProps>;
export default RhStandardThermometerHotIcon;