1
0
mirror of https://github.com/konpa/devicon.git synced 2025-09-03 03:15:22 +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,7 +1 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 128 128">
<path fill="#f58220" d="M27.35,80.52l10.68-68.44c0.37-2.33,3.5-2.89,4.6-0.8l11.48,21.48L27.35,80.52z M103.29,97.15
L93.1,34.11c-0.31-1.96-2.76-2.76-4.17-1.35L24.71,97.15l35.54,19.95c2.21,1.23,4.97,1.23,7.18,0L103.29,97.15z M74.44,42.15
L66.21,26.5c-0.92-1.78-3.44-1.78-4.36,0L25.7,90.95L74.44,42.15z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#f58220" d="M27.35 80.52l10.68-68.44c.37-2.33 3.5-2.89 4.6-.8l11.48 21.48-26.76 47.76zm75.94 16.63L93.1 34.11c-.31-1.96-2.76-2.76-4.17-1.35L24.71 97.15l35.54 19.95a7.447 7.447 0 007.18 0l35.86-19.95zm-28.85-55L66.21 26.5c-.92-1.78-3.44-1.78-4.36 0L25.7 90.95l48.74-48.8z"/></svg>

Before

Width:  |  Height:  |  Size: 473 B

After

Width:  |  Height:  |  Size: 353 B