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