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