I'm using the Navbar component from react-bootstrap as documented here:
https://react-bootstrap.github.io/components/navbar/
When the nav bar is viewed on a smaller screen a hamburger icon is displayed.
How can I change the icon when the menu is clicked and the menu is expanded?