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