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