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