pub fn tab_icon<E: Serialize>( label: impl Into<String>, icon: Icon, selected: bool, on_select: E, ) -> Tab
A bottom-nav tab with a leading icon (icon tab bar).