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