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