- 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.
- Svgs are optimized with svgo.
- To update the github workflow, push to a
ci
branch. - svgo have a
-f
(folder) arguments, but it fail. That is why i'm using a for loop.