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