tsimport {XDSNavIcon} from '@xds/core/NavIcon'
| Guidance | Practices |
|---|---|
| Do | Use in navigation headers to provide a recognizable visual anchor for the section. |
| Do | Pass an XDSIcon or similarly sized icon component to ensure proper proportions. |
| Don't | Use NavIcon for interactive purposes; it is a display-only container, not a button. |