iconify_flutter icon indicating copy to clipboard operation
iconify_flutter copied to clipboard

Incorrect SVG

Open geosebas opened this issue 1 year ago • 0 comments

Hello ! I got some probleme rendering icons from the Lucide icon set. All icons seems to be filled, and when I inspect your code, the SVG is just incorrect.

All icons got fill="currentColor" when it should be fill="none"

It seems to be a problem u got since times ago here : https://github.com/andronasef/iconify_flutter/issues/7

Looking at the icon set from Iconify here and directly at the Lucide repo here, we can see the correct SVG

geosebas avatar Jan 08 '25 11:01 geosebas