1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-24 07:03:00 +02:00

Optimized SVG using SVGO (#597)

* Added script to optimize svgs

* Updated the svgs using svgo

* Made the optimize svg script into a workflow

* Added npm install step

* Change the env variable bug

* Clean up and updated check svg

* Change label name
This commit is contained in:
Thomas Bui
2021-05-15 12:14:13 -07:00
committed by GitHub
parent 2c6a21d9f4
commit d98a72cb9a
534 changed files with 1432 additions and 10831 deletions

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="128" viewBox="0 0 128 128" width="128" version="1.1"><path fill="#35495e" d="m-1.85e-7 8.9337 49.854 0.1586 14.299 24.415 14.3-24.415 49.547-0.1577-63.834 110.14zm126.98 0.6374-24.36 0.0207-38.476 66.052-38.453-66.052-24.749-0.0194 63.211 107.89zm-25.14-0.008-22.749 0.1676-14.938 25.033-14.938-25.033-22.794-0.1679l37.731 64.476z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#35495e" d="M0 8.934l49.854.158 14.299 24.415 14.3-24.415L128 8.935l-63.834 110.14zm126.98.637l-24.36.02-38.476 66.053L25.691 9.592.942 9.572l63.211 107.89zm-25.14-.008l-22.749.168-14.938 25.033L49.215 9.73l-22.794-.168 37.731 64.476z"/></svg>

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 317 B