mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 18:32:15 +00:00
- 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.
8 lines
361 B
XML
8 lines
361 B
XML
<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 0 512 512" fill="#ffffff">
|
|
|
|
<rect id="background" width="512" height="512" rx="15%" fill="#5f01d1" />
|
|
<g id="logo" fill="#ffffff">
|
|
<path d="M203 404h-62l25-59-69-165h63l37 95 37-95h62m58 76h-69l62-148h69" />
|
|
<circle cx="303" cy="308" r="38" />
|
|
</g>
|
|
</svg> |