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