import * as React from 'react'; export interface Sign-24h32Props extends React.SVGProps { ariaLabel?: string } export default function Sign-24h32({ ariaLabel, ...props }: Sign-24h32Props) { return ( ); }