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