I want to replace the icons in MDBottomNavigation , but I do not understand how to put it, in the example they use the names of pictures, and not the path to them.

enter image description here

Where it says Favorites you need to set an asterisk. Here is the code where the icon is installed:

 MDBottomNavigationItem: name: 'octagon' text: "Favorites" icon: "alert-octagon" 

    0