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