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