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