-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(icons): add new icons and reformat #71
feat(icons): add new icons and reformat #71
Conversation
Why are we leaving those three icons in the |
Not sure what you ask for but the asset is our source of truth from Figma. Svgr translate all icons inside the assets folder, optimize code and create the react component for us. I think it is easer to drop the svg into assets and run the build:icon process without touching any file. If we want to modify something I would usually modify the svg because it is the unprocessed icon and can be reimported into Figma and in addition I would not trust the icons inside the Evergreen lib. Does it answer your question? |
Sorry for the confusion; I thought you were creating a new assets folder to put SVG icons inside and that we would have both react SVG components and SVG files. Now I see that all the svg icons are there, and svgr is used to translate them, so it is all good 👍 |
🎉 This PR is included in version 3.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Add 3 new icons and use newest svgr package to reformat all icons.
Checklist