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