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