themesberg/flowbite-svelte-icons

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

Opened this issue · 2 comments

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

Please try @1.4.1 and let me know.

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