mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
31bfb80c03
(cherry picked from commitf42622c7d5
) (cherry picked from commita39e7f2a79
) (cherry picked from commitafa2a31bb9
) (cherry picked from commit276e8856e5
) (cherry picked from commit68e3bd469f
) (cherry picked from commitaf124b9ccb
) (cherry picked from commitb89ab4874d
) (cherry picked from commit0f2a2f0d0f
) (cherry picked from commit80999363c7
) (cherry picked from commitf8880b5463
) (cherry picked from commit5f4cf4f6e1
) (cherry picked from commitb38e26bc1a
) (cherry picked from commitd839e00332
) (cherry picked from commit32ffe2e4f1
) (cherry picked from commitf1fd0504ad
) (cherry picked from commit6d77ea4d60
) (cherry picked from commit61a0a4a276
) (cherry picked from commita90b4126fd
) (cherry picked from commit9a20538fb4
) (cherry picked from commitce0fc02f0f
) (cherry picked from commit541f7cb026
) (cherry picked from commitd6d0c2ab78
) (cherry picked from commit2c28f5ad24
) (cherry picked from commit9571bddb33
) (cherry picked from commitc83ba08d01
) (cherry picked from commit30e7d567ed
) (cherry picked from commita8b8c3eba7
) (cherry picked from commit8e053e1ade
) (cherry picked from commit9e3b0f7520
) (cherry picked from commit2343b9bd09
) (cherry picked from commit56572d4156
) (cherry picked from commit9b09eda168
) (cherry picked from commit86a8b7b490
) (cherry picked from commit99a550c0e3
) (cherry picked from commitbdcf3f51e0
) (cherry picked from commitcec8f2d31e
) (cherry picked from commit25aa22ba2b
) (cherry picked from commit31510249a0
) (cherry picked from commit95dc569227
) (cherry picked from commitf6caf5f1b9
) (cherry picked from commitaba34fbf70
) (cherry picked from commit41b816fdac
) (cherry picked from commitc98e79b89f
) (cherry picked from commitd33d4f193c
) (cherry picked from commit4e5bb41cbe
) (cherry picked from commit3aa8ddb8cb
) (cherry picked from commite8057040bb
) (cherry picked from commitf3bf61e51e
) (cherry picked from commite9d08aad76
)
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>
|