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