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