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