Figma plugin to export SVG in XDS format.
This fork adds a new option for SVG generation that process the SVG so it meets the needs for the XDS. This processes are:
- Remove
width
andheight
from the rootsvg
tag - Remove
fill="none"
from the rootsvg
tag - Explicitly set the
fill
of the shapes onone
if they don't have any - Remove the colors that make the icon's background (white)
- Replace the color of the icon with
customColor
to use with CSS
Forked from Advanced SVG Export