tsimport {NavIcon} from '@astryxdesign/core/NavIcon'
| Guidance | Practices |
|---|---|
| Do | Use in navigation headers to provide a recognizable visual anchor for the section. |
| Do | Pass an Icon 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. |