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