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