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