I used Navbar, but the icons are not showing, :((
thist my web this my code
Use "overlay-navbar": "^1.2.3" and "react-icons": "^4.2.0" on package.json
"overlay-navbar": "^1.2.3"
"react-icons": "^4.2.0"
package.json
and pass profileIcon={true} ProfileIconElement={FaUserAlt}
profileIcon={true} ProfileIconElement={FaUserAlt}
This worked for me