battleships-1.0.0: static/img/favicon.svg
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events"
version="1.1" baseProfile="full"
width="16px" height="16px">
<rect x="0" y="8" width="16" height="8" fill="blue" />
<circle cx="8" cy="8" r="6" stroke="green" stroke-width="1" fill="none" />
<circle cx="8" cy="8" r="3" stroke="green" stroke-width="1" fill="none"/>
<line x1="8" y1="0" x2="8" y2="16" stroke="green" stroke-width="1" />
<line x1="0" y1="8" x2="16" y2="8" stroke="green" stroke-width="1" />
</svg>