File: logo.svg

package info (click to toggle)
python-urllib3 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,588 kB
  • sloc: python: 26,203; makefile: 122; javascript: 92; sh: 11
file content (10 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8">
    <rect x="0" y="0" width="2" height="5" fill="#D03A20"></rect>
    <rect x="0" y="6" width="2" height="2" fill="#D03A20"></rect>
    <rect x="3" y="0" width="2" height="5" fill="#F09837"></rect>
    <rect x="3" y="6" width="2" height="2" fill="#F09837"></rect>
    <rect x="6" y="0" width="2" height="2" fill="#587934"></rect>
    <rect x="6" y="3" width="2" height="5" fill="#587934"></rect>
</svg>