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