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