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