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