themesberg / flowbite-svelte-icons

Official library for the free and open-source collection of over 430+ SVG icons for Flowbite and Svelte
https://flowbite-svelte.com/icons/svelte-4
MIT License
66 stars 10 forks source link

The four dots icons don't use strokeWidth variable for for stroke-width, so can't style them globally along with other icons. #34

Open samal-rasmussen opened 8 months ago

samal-rasmussen commented 8 months ago

I want a slightly different stroke width for my icons, but the dots don't respect the global config of strike width., as the four dots icons don't use strokeWidth variable for for stroke-width, so can't style them globally along with other icons.

The four places with this problem: https://github.com/search?q=repo%3Athemesberg%2Fflowbite-svelte-icons+stroke-width%3D%22&type=code

shinokada commented 8 months ago

Please try @1.4.1 and let me know.

samal-rasmussen commented 6 months ago

I tested on 1.5.0 right now and setting etContext('iconCtx', { strokeWidth: '7'}); affects all icons except DotsVerticalOutline still.