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