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