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