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