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