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