[UX Icons] lucide:chevron-right
(and left) render incorrectly
#2629
Labels
10000
lucide:chevron-right
(and left) render incorrectly
#2629
symfony/ux-icons v2.23.0
produces:

instead of:

The only difference between these two screenshots is whether I've manually added
fill="none"
to the svg path. There is no external CSS interfering. The issue is present on left and right chevrons but not on up & down.On the demo site, the SVG code does in fact include
fill="none"
:What I actually get:
For comparison, using "lucide:chevron-top" (which has no visual issues) produces code that's more similar to the demo site:
Sidenote: while not an issue for me, the
width
andheight
attributes are also somehow only present on the left & right chevrons.The text was updated successfully, but these errors were encountered: