Clean up SVG files and update logos

- Removed unnecessary XML and DOCTYPE declarations from SVG files.
- Eliminated comments within SVG files for cleaner output.
- Trimmed leading and trailing whitespace from SVG content.
- Ensured all SVG files end with a newline character.
- Updated multiple logo SVG files including WireGuard, Wise, WOG, Yahoo, and others to conform to the new standards.
- Enhanced the update-data.js script to automate the cleanup process for SVG files.
This commit is contained in:
sHa
2025-06-19 16:54:55 +03:00
parent e86600b610
commit 1db0f1cbe9
528 changed files with 703 additions and 553 deletions

View File

@@ -2,4 +2,4 @@
<path id="logo" fill="currentColor"
d="M35.616,189.538c4.062,0,8.124-.012,12.187.006a5.8,5.8,0,0,1,4.473,1.974,5.618,5.618,0,0,1,1.417,3.469,14.584,14.584,0,0,1-.42,3.5c-.539,3.1-1.1,6.194-1.651,9.29-.475,2.666-.93,5.336-1.43,8a7.675,7.675,0,0,1-6.332,5.883,9.547,9.547,0,0,1-1.121.067q-7.122.007-14.244,0a7.646,7.646,0,0,1-7.514-6.314q-1.426-7.98-2.876-15.955c-.19-1.053-.4-2.1-.549-3.161a5.729,5.729,0,0,1,4.6-6.618,7.551,7.551,0,0,1,1.466-.134Q29.619,189.528,35.616,189.538Zm-3.223,22h0c0,1.061,0,2.122,0,3.184a1.766,1.766,0,0,0,1.842,1.842c.879,0,1.758,0,2.637,0a1.775,1.775,0,0,0,1.937-1.939c0-2.079,0-4.159-.01-6.238a.581.581,0,0,1,.329-.581,6.664,6.664,0,0,0,3.042-7.45,6.823,6.823,0,0,0-8.287-4.779,6.354,6.354,0,0,0-4.58,3.774,7.072,7.072,0,0,0,2.85,8.505.437.437,0,0,1,.247.433C32.387,209.375,32.393,210.457,32.393,211.54Z"
transform="translate(-17.492 -189.534)" />
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 999 B

After

Width:  |  Height:  |  Size: 998 B