Files
sLogos/public/images/flags/us-tn.svg
T
sha 1db0f1cbe9 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.
2025-06-19 16:54:55 +03:00

22 lines
1002 B
XML

<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0,0 240,144">
<desc>Flag of Tenessee, United States</desc>
<rect width="222" height="144" fill="#c00"/>
<rect x="222" width="3" height="144" fill="#fff"/>
<rect x="225" width="15" height="144" fill="#002d65"/>
<g transform="translate(111,72)">
<circle r="39" fill="#fff"/>
<circle r="36" fill="#002d65"/>
<g id="star" transform="rotate(18) translate(0,18.5)" fill="#fff">
<g id="c">
<path id="t" d="M 0,-17 V 0 H 8.5" transform="rotate(18 0,-17)"/>
<use xlink:href="#t" transform="scale(-1,1)"/>
</g>
<use xlink:href="#c" transform="rotate(72)"/>
<use xlink:href="#c" transform="rotate(144)"/>
<use xlink:href="#c" transform="rotate(216)"/>
<use xlink:href="#c" transform="rotate(288)"/>
</g>
<use xlink:href="#star" transform="rotate(120)"/>
<use xlink:href="#star" transform="rotate(240)"/>
</g>
</svg>