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