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