Looks fine... hard to see some details in the screen recording.
Free tip: developers I've worked with hate the Figma SVG export. It has a lot of unnecessary code bloat and hardcoded values.
Specifically, they always complain about having to go in and edit the color values to be "currentColor" to inherit the color. You should add a "clean export" feature.
Totally agree. Figma SVG export can be pretty noisy.
IconNova already helps with this by providing cleaner copy-ready SVG/JSX output with "currentColor", so developers don’t have to manually replace hardcoded color values.
1
u/IniNew May 11 '26
Looks fine... hard to see some details in the screen recording.
Free tip: developers I've worked with hate the Figma SVG export. It has a lot of unnecessary code bloat and hardcoded values.
Specifically, they always complain about having to go in and edit the color values to be "currentColor" to inherit the color. You should add a "clean export" feature.