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