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