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