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