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