x64Bits / solid-icons

The simplest way to use icons in SolidJS
https://solid-icons.vercel.app
MIT License
295 stars 19 forks source link

Impossible to make stroke width smaller #12

Closed teenjuna closed 2 years ago

teenjuna commented 2 years ago

Hi! I'm trying to use the heroicons pack, but I'm unable to make the stroke-width of the icon smaller (both with style attribute and with tailwind class). Making it bigger is no problem.

x64Bits commented 2 years ago

Hi @teenjuna, thanks for reporting this, i'll see what happens

teenjuna commented 2 years ago

Hey @x64Bits, was you able to find anything or you hand't have a change yet?

x64Bits commented 2 years ago

I have been trying and it is certainly possible to decrease the border in Heroicons but it would be necessary to replace the common SVG element that all the packages use, I would recommend going to CSS to solve this, also i'm open if something occurs to you.