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