mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 15:32: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.
5 lines
413 B
XML
5 lines
413 B
XML
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
<path id="circle" fill="none"
|
|
d="M12,0.039c-6.627,0 -12,5.354 -12,11.96c-0.001,6.606 5.372,11.963 12,11.962c6.628,-0.001 12.001,-5.356 12,-11.961c-0.001,-6.605 -5.373,-11.961 -12,-11.961" />
|
|
<path id="logo" fill="currentColor" d="M11.171,5.454l7.55,0l-7.58,5.329l5.182,0l-11.043,7.76l5.891,-13.089Z" />
|
|
</svg> |