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