I want to change the icon on the button whenever it is clicked, The button has onClick event to add product to basket.
<Button
style={{ backgroundColor: "transparent" }}
type="primary"
icon={<img src={plusCart} />}
onClick={addToBasket}
/>