- Issue created by @tim-diels
- πΊπΈUnited States smustgrave
Probably need some test coverage for this change.
When using the UI Icons module, that uses the Icon API, to have icon packs on your website, the extractors don't sort the icons. So the icons are in random order. This doesn't seem like a good user experience.
Unsorted icons:
Sorted icons:
Sort the icons on machine name from the files.
Create MR
Review MR
The Icons will be sorted.
None.
The icons will be sorted by machine name.
None.
Sort the icons on machine name in the Icons API.
Probably need some test coverage for this change.