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