This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 14 lines 483 B View raw View rendered
1<svg viewBox="-10 -10 120 120" xmlns="http://www.w3.org/2000/svg"> 2<g> 3<path d="M0,100 Q50,100,50,50" style="fill: none; stroke: black; stroke-width: 2px;"/> 4</g> 5<g style="fill: none; stroke: black; stroke-width: 0.5px;"> 6<path d="M100,50 L100,0 L50,0 L0,0 L0,50 z"/> 7</g> 8<g> 9<line style="fill: none; stroke: black; stroke-width: 2px;" x1="50" x2="50" y1="50" y2="0"/> 10</g> 11<g> 12<line style="fill: none; stroke: black; stroke-width: 2px;" x1="50" x2="0" y1="50" y2="0"/> 13</g> 14</svg>