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