You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, instances of fill="none" are getting removed by the generate-icons script.
Ideally, we should be able to edit the .svg files as source of truth and let generate-icons convert these into react components. Right now, we have to edit the .js files and not run generate-icons otherwise fill="none" will get removed: #317
Some potential avenues to explore are the plugins related to svgo (I tried with little success):
Currently, instances of
fill="none"
are getting removed by the generate-icons script.Ideally, we should be able to edit the
.svg
files as source of truth and let generate-icons convert these into react components. Right now, we have to edit the.js
files and not run generate-icons otherwisefill="none"
will get removed: #317Some potential avenues to explore are the plugins related to
svgo
(I tried with little success):Related to #298 #263 #310
The text was updated successfully, but these errors were encountered: