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