mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 17:34:03 +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.
16 lines
867 B
XML
16 lines
867 B
XML
<svg height="100%" viewBox="0 0 48 24" width="100%" xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g>
|
|
<clipPath id="a">
|
|
<path d="m0 0v6h22v6h-1zm21 0h-10.5v13h-10.5v-1z" />
|
|
</clipPath>
|
|
<path d="m0 0h48v24h-48z" fill="#012169" />
|
|
<path d="m0 0 21 12m0-12-21 12" stroke="#fff" stroke-width="2.4" />
|
|
<path clip-path="url(#a)" d="m0 0 21 12m0-12-21 12" stroke="#c8102e" stroke-width="1.6" />
|
|
<path d="m10.5 0v15m-10.5-9h24" stroke="#fff" stroke-width="4" />
|
|
<path d="m10.5 0v15m-10.5-9h24" stroke="#c8102e" stroke-width="2.4" />
|
|
<path d="m21 12v-3l3-3-3-3v-3h27v24h-48v-6z" fill="#fff" />
|
|
<path d="m21 6v3h27v-6zm-21 9v3h48v-6z" fill="#012169" />
|
|
<path d="m21 4.5h27m-48 9h48m-48 9h48" stroke="#c8102e" stroke-width="3" />
|
|
</g>
|
|
</svg> |