tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.03k stars 1.27k forks source link

Make it possible to change the stroke #855

Closed devmanbr closed 1 year ago

devmanbr commented 1 year ago

Please prioritize this.

Discussed in https://github.com/tailwindlabs/heroicons/discussions/854

Originally posted by **devmanbr** October 11, 2022 Currently, in Heroicons's React library, the stroke of the outline version of icons is a fixed value of 1.5px. But that's not always what we need. I needed to increase that a little bit, and I had a lot of work to do to do that. Please allow this change to be made through the component properties, simply passing the `stroke` prop with the desired value, for example: ```jsx ```
adamwathan commented 1 year ago

Let's keep this in the original discussion, we issues specifically for bugs not feature requests 👍