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