This repository has no description
1<svg viewBox="-10 -10 120 120" xmlns="http://www.w3.org/2000/svg">
2<g>
3<path d="M50,100 Q0,100,0,50" style="fill: none; stroke: brown; stroke-width: 2px;"/>
4</g>
5<g>
6<circle cx="75" cy="25" r="25" style="fill: orange;"/>
7</g>
8<g>
9<line style="fill: none; stroke: gray; stroke-width: 2px;" x1="50" x2="50" y1="50" y2="100"/>
10</g>
11<g>
12<circle cx="100" cy="0" r="5" style="fill: brown;"/>
13</g>
14<g style="fill: gray;">
15<path d="M0,50 L50,0 L100,0 L50,100 z"/>
16</g>
17</svg>