After inspecting several of the exported icons, I found that they're not being optimized as much as they could be.
They include superfluous elements like IDs, groups, and extra properties.
To improve this situation, I suggest incorporating svgo into our export setup, it should be an opt-in feature, configurable via figma.config.js.
After inspecting several of the exported icons, I found that they're not being optimized as much as they could be. They include superfluous elements like IDs, groups, and extra properties. To improve this situation, I suggest incorporating
svgo
into our export setup, it should be an opt-in feature, configurable viafigma.config.js
.