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