swordev / suid

A port of Material-UI (MUI) built with SolidJS.
https://suid.io
MIT License
660 stars 47 forks source link

ViewCompact and ViewComfy are swapped in @suid/icons-material #291

Open Starwort opened 3 months ago

Starwort commented 3 months ago

Icons as they appear in @mui/icons-material: image

In @suid/icons-material, using ViewCompact gets you a ViewComfy icon, and vice versa

juanrgm commented 3 weeks ago

The problem come from the source.

https://github.com/mui/material-ui/issues/34818

Starwort commented 3 weeks ago

The problem come from the source.

https://github.com/mui/material-ui/issues/34818

From that thread, MUI have that correct and the other (unofficial) source has them the wrong way round, as they are in suid

https://github.com/mui/material-ui/issues/34818#issuecomment-1283922192