import * as React from 'react'; export interface InfraredThermometer32Props extends React.SVGProps { ariaLabel?: string } export default function InfraredThermometer32({ ariaLabel, ...props }: InfraredThermometer32Props) { return ( ); }