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