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