✒ Material Design Svgo
October 2, 2020 · View on GitHub
Features
- This repo contains optimized svg version of icons in Templarian/MaterialDesign.
- An svg file is smaller of 30%-60% in average.
- Help reduce binary size of application embedding icons.
- The content of the repository is automatically generated every day via github action.
Actions
- Svgs are optimized with svgo.
- To update the github workflow, push to a
cibranch. - svgo have a
-f(folder) arguments, but it fail. That is why i'm using a for loop.