### navItem-remove-hasNavLinkWrapper-prop [(#10687)](https://github.com/patternfly/patternfly-react/pull/10687)

The `hasNavLinkWrapper` prop has been removed from NavItem. Additionally, any icons for a NavItem should be passed to its new `icon` prop.

#### Examples

In:

```jsx
%inputExample%
```

Out:

```jsx
%outputExample%
```
