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