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