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