forked from NYANDEV/forgejo
5b82a2d6f0
(cherry picked from commit f42622c7d5a28859f535e0d86ece06101baad1ef) (cherry picked from commit a39e7f2a79f6527d45439f21bd88378264160c3a) (cherry picked from commit afa2a31bb99c0fd9cd25c3c0279e6c49695b1900) (cherry picked from commit 276e8856e594ad7e73414382d34fdf0278cbca6a) (cherry picked from commit91b948ee18
) (cherry picked from commit 6a2a139c516cb44e7e795709cae397b3ed55ed88) (cherry picked from commitd6de1a009e
) (cherry picked from commit278923718d
) (cherry picked from commita54f6fbf88
)
27 lines
677 B
XML
27 lines
677 B
XML
<svg viewBox="0 0 212 212" xmlns="http://www.w3.org/2000/svg">
|
|
<style type="text/css">
|
|
circle {
|
|
fill: none;
|
|
stroke: #000;
|
|
stroke-width: 15;
|
|
}
|
|
path {
|
|
fill: none;
|
|
stroke: #000;
|
|
stroke-width: 25;
|
|
}
|
|
.orange {
|
|
stroke:#ff6600;
|
|
}
|
|
.red {
|
|
stroke:#d40000;
|
|
}
|
|
</style>
|
|
<g transform="translate(6,6)">
|
|
<path d="M58 168 v-98 a50 50 0 0 1 50-50 h20" class="orange" />
|
|
<path d="M58 168 v-30 a50 50 0 0 1 50-50 h20" class="red" />
|
|
<circle cx="142" cy="20" r="18" class="orange" />
|
|
<circle cx="142" cy="88" r="18" class="red" />
|
|
<circle cx="58" cy="180" r="18" class="red" />
|
|
</g>
|
|
</svg>
|