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