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