The `<NavigationTab />` component. This component accepts multiple scopes of child-like props:

- `label` - The label associated with this component, like 'Messaging'.
- `icon` - The icon associated with this component, like 'Chat'.
- `size` - The size of this component. It can be 48 (compact version) or 200 (expanded version).
- `count` - The count included in the blue badge of this component. If 0, the badge is not shown.
  Otherwise, the count is shown inside the badge.
- `active` - True if the navigation tab is active.
