Mostly content created by @janogarcia , adding here for posterity and continuity
We need to use some 48px outline icons, but it looked rather chunky (4px stroke weight) when just linearly scaling the default 24px outline icon (2px stroke weight).
Experimentation
For large outline icons we'll scale down a 48px icon that is set to 3px stroke weight. That way, the resulting outline icons are optically balanced with the default 24px outline icon.
### Tasks
- [ ] Create a template for multiple icon rendition in Figma
- [ ] Define a naming convention for rendition
- [ ] Change the build process for Web (one dynamic SVG?)
- [ ] Change the build process for Android (?)
- [ ] Change the build process for iOS (XCode assets?)
- [ ] Update the release script https://github.com/vector-im/compound-design-tokens/blob/main/docs/icons.md
Mostly content created by @janogarcia , adding here for posterity and continuity
We need to use some 48px outline icons, but it looked rather chunky (4px stroke weight) when just linearly scaling the default 24px outline icon (2px stroke weight).
Experimentation
For large outline icons we'll scale down a 48px icon that is set to 3px stroke weight. That way, the resulting outline icons are optically balanced with the default 24px outline icon.