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