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