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