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