Lucide Icon Stroke Width #767
Unanswered
MathieuBujold
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default, the stroke width of icons from the Lucid Library is set to 2. In contrast, all other icons in Flux appear to have a default stroke width of 1.5.
When using the php artisan flux:icon command, is it possible to set the stroke width so the correct SVG is imported?
Currently, I override this by adding a stroke-1.5 to tailwind because by default Tailwind only provides the stroke-1 and stroke-2 classes, but not stroke-1.5.
theme: { extend: { strokeWidth: { 1.5: '1.5', }, }, },
Am I missing something, or is there a better way to handle this?
Beta Was this translation helpful? Give feedback.
All reactions