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