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