1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-31 02:00:39 +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 width="128" height="128" version="1.0" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.067665 0 0 .067665 17.557 -3.2402)" fill="#390d09"><path d="m110 1680v-230h83c46 0 119-3 163-7l78-6-104-28c-58-15-131-37-162-49l-58-21v-469h93c50 0 123-3 161-7l70-6-123-33c-68-17-140-40-162-49l-39-18v-454l31-7c17-3 59-6 93-6 168 0 567-55 763-105 137-36 232-72 265-102 17-15 18-6 18 215v231l-24 18-24 19 48 42v501l-24 18-24 19 48 42v501l-26 20c-28 22-136 59-259 90-192 48-661 111-821 111h-64z"/></g><g transform="matrix(.067665 0 0 .067665 17.557 -3.2402)" fill="#de3423"><path d="m110 1682v-229l175-7c182-7 317-22 515-56 225-39 447-109 470-149 6-10 10 67 10 216v232l-26 20c-28 22-136 59-259 90-192 48-661 111-821 111h-64z"/><path d="m110 1102v-229l175-6c194-8 345-25 545-62 224-42 428-110 443-147 3-7 6 90 6 216 1 200-1 232-16 248-35 39-305 109-583 152-169 26-449 56-527 56h-43z"/><path d="m110 526v-224l31-6c17-3 59-6 93-6 168 0 567-55 763-105 137-36 232-72 265-102 17-15 18-6 18 214 0 215-1 231-19 247-27 25-212 82-356 111-233 46-620 95-752 95h-43z"/></g></svg>
<svg version="1.0" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"><path d="M25 110.437V94.874h5.616c3.113 0 8.052-.203 11.03-.474l5.278-.406-7.038-1.894c-3.924-1.015-8.864-2.504-10.961-3.316L25 87.364V55.627h6.293c3.383 0 8.323-.203 10.894-.473l4.737-.406-8.323-2.233C34 51.366 29.128 49.809 27.639 49.2L25 47.982v-30.72l2.098-.473c1.15-.203 3.992-.406 6.293-.406 11.367 0 38.366-3.722 51.628-7.105 9.27-2.436 15.698-4.872 17.931-6.902 1.15-1.015 1.218-.406 1.218 14.548v15.63l-1.624 1.219-1.624 1.285 3.248 2.842v33.9l-1.624 1.218-1.624 1.286 3.248 2.842v33.9l-1.76 1.353c-1.894 1.489-9.202 3.993-17.524 6.09C71.892 121.737 40.157 126 29.33 126H25z" fill="#390d09"/><g fill="#de3423"><path d="M25 110.572V95.077l11.842-.474c12.315-.473 21.45-1.488 34.847-3.789 15.225-2.639 30.246-7.375 31.803-10.082.406-.677.676 4.534.676 14.616v15.698l-1.76 1.353c-1.894 1.489-9.202 3.993-17.524 6.09C71.892 121.737 40.157 126 29.33 126H25zM25 71.327V55.83l11.842-.406c13.127-.541 23.344-1.691 36.877-4.195 15.157-2.842 28.96-7.443 29.976-9.947.203-.473.406 6.09.406 14.616.067 13.533-.068 15.698-1.083 16.78-2.368 2.64-20.638 7.376-39.449 10.286-11.435 1.76-30.381 3.79-35.66 3.79H25zM25 32.352V17.195l2.098-.406c1.15-.203 3.992-.406 6.293-.406 11.367 0 38.366-3.722 51.628-7.105 9.27-2.436 15.698-4.872 17.931-6.902 1.15-1.015 1.218-.406 1.218 14.48 0 14.548-.067 15.63-1.285 16.714-1.827 1.691-14.345 5.548-24.09 7.51-15.765 3.113-41.951 6.429-50.883 6.429H25z"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB