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