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