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

@@ -16,4 +16,4 @@
<path
d="M151.294,33.725l-12.784,0c0,0 -0.019,-16.885 -0.019,-16.889c0,-0.639 -0.33,-0.959 -1.069,-0.959l-17.42,0c-0.678,0 -1.041,0.299 -1.041,0.949l0,17.453c0,-0 -8.73,2.107 -9.321,2.277c-0.587,0.171 -1.02,0.713 -1.02,1.36l0,10.967c0,0.788 0.63,1.424 1.409,1.424l8.932,0l0,26.385c0,19.596 13.746,21.521 23.021,21.521c4.239,0 9.309,-1.361 10.146,-1.67c0.506,-0.186 0.8,-0.71 0.8,-1.279l0.015,-12.064c0,-0.787 -0.665,-1.424 -1.414,-1.424c-0.746,0 -2.65,0.303 -4.612,0.303c-6.28,0 -8.407,-2.919 -8.407,-6.698c0,-3.777 -0.001,-25.074 -0.001,-25.074l12.785,0c0.778,0 1.41,-0.636 1.41,-1.424l0,-13.737c0,-0.787 -0.632,-1.421 -1.41,-1.421Z" />
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB