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