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