How do I know what icons are available for CP Nav customization? #9320
-
I checked the docs for a list of icons, but did not find one. So far I've been guessing blindly at icon names when adding icons for CP nav items in the YAML files, until I eventually arrive at a decent icon for the link. |
Beta Was this translation helpful? Give feedback.
Answered by
tenmillionteeth
Jan 13, 2024
Replies: 1 comment
-
I poked around in the statamic package, and eventually located the icons. They're in I may compile those into a list and make a PR for the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tenmillionteeth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I poked around in the statamic package, and eventually located the icons. They're in
vendor/statamic/cms/resources/svg/icons/light
.I may compile those into a list and make a PR for the docs.