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