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