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