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