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