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