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