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