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