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