radix-ui / icons

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

Want to be able to bolden the icons #183

Open assembly-deepali opened 5 months ago

assembly-deepali commented 5 months ago

Hi there,

I wanted to be able to bolden the icons. I tried using transform, stroke-width, and fill. Don't seem to see any impact. Do you have a different set of icons or settings for this?

Thanks!

andrewnessinjim commented 3 months ago

We need to set a stroke color with the stroke property for the stroke-width to take effect:

https://stackoverflow.com/a/37687733/5800527