iconify / icon-sets

150+ open source icon sets. Icons are validated, cleaned up, optimised, ready to render as SVG. Updated automatically 3 times a week.
https://icon-sets.iconify.design/
564 stars 54 forks source link

Some icons are broken #99

Closed teppeita closed 7 months ago

teppeita commented 7 months ago

I found some icons are broken.

like: https://icon-sets.iconify.design/material-symbols/sentiment-calm-outline/

It seems to have been unintentionally changed by the following commit. 6f636b7bd70223d8e3479b86bf1893741922f615

So, can you please fix or revert that commit?

cyberalien commented 7 months ago

Thanks a lot for reporting!

That's a regression in SVGO 3.0.4, I'll revert back to 3.0.3 and re-run script.

cyberalien commented 7 months ago

Reported to SVGO: https://github.com/svg/svgo/issues/1855

All icon sets are being re-parsed right now, using SVGO 3.0.3 for optimisations, should be fixed in about an hour.

KTibow commented 7 months ago

Seemingly SVGO 3.0.3 is still being used even though 3.0.5 was published. It would be nice if 3.0.5 could start being used.

cyberalien commented 7 months ago

I was planning to do it this weekend, but that didn't work out. Will do it next weekend.

cyberalien commented 7 months ago

Done. Icon sets re-parsed with 3.1.0 that fixes all issues, all icons seems to look correctly now.