blob: 52d8b6f3666ed6b6aac6434f2e9620649d0a21f3 (
plain)
1
2
3
4
5
6
7
8
9
|
---
category: Sport
---
<svg>
<circle cx="13" cy="4" r="1" />
<line x1="7" y1="21" x2="10" y2="17" />
<path d="M16 21l-2 -4l-3 -3l1 -6" />
<path d="M6 12l2 -3l4 -1l3 3l3 1" />
</svg>
|