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