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