[THEME] Add a forgejo icon
This commit is contained in:
parent
3c6acc8514
commit
8ca853fd58
1 changed files with 10 additions and 0 deletions
10
static/svg/forgejo.svg
Normal file
10
static/svg/forgejo.svg
Normal file
|
@ -0,0 +1,10 @@
|
|||
<svg width="32" height="32" version="1.1" viewBox="0 0 212 212" xmlns="http://www.w3.org/2000/svg">
|
||||
<style>circle,path{fill:none;stroke:#000;stroke-width:15}path{stroke-width:25}.orange{stroke:#efefef}.red{stroke:#d6d6d6}</style>
|
||||
<g transform="translate(6 6)">
|
||||
<path class="orange" d="M58 168V70a50 50 0 0 1 50-50h20" stroke="#efefef" stroke-width="25.003"/>
|
||||
<path class="red" d="m58 168v-30a50 50 0 0 1 50-50h20" stroke="#d6d6d6"/>
|
||||
<circle class="orange" cx="142" cy="20" r="18" stroke="#efefef"/>
|
||||
<circle class="red" cx="142" cy="88" r="18" stroke="#d6d6d6"/>
|
||||
<circle class="red" cx="58" cy="180" r="18" stroke="#d6d6d6" stroke-width="14.999"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 672 B |
Loading…
Reference in a new issue