radix-ui / icons

A crisp set of 15×15 icons designed by the @workos team.
https://radix-ui.com/icons
MIT License
2.16k stars 108 forks source link

Why 15x15? #82

Closed jossmac closed 3 years ago

jossmac commented 3 years ago

Curious to know how you arrived at these base dimensions, rather than the more popular 16x16. I assume it has something to do with "crispness", forcing most lines to fall on physical pixels?

alinnert commented 3 years ago

I can assume that's because it's easier to center 1px wide lines. With an odd number of pixels you have a center pixel row and column. With 16x16 you cannot perfectly center lines or objects like arrows or + if they have a width of 1px.

colmtuite commented 3 years ago

You are both correct.