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