mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-03-05 00:07:33 +08:00
* v2.1.0 [omit consensus and adjacent] - this commit will be amended with the full release after the file copy is complete * 2.1.0 main node rollup
20 lines
429 B
XML
20 lines
429 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
|
|
<g fill="none" stroke="#000" stroke-width="1">
|
|
<path d="M 25 25
|
|
h 50
|
|
v 25
|
|
a 25 25 0 1 1 -50 0
|
|
v -25
|
|
z" />
|
|
<path d="M 35 0
|
|
v 25
|
|
z" />
|
|
<path d="M 65 0
|
|
v 25
|
|
z" />
|
|
<path d="M 50 75
|
|
v 25
|
|
z" />
|
|
</g>
|
|
</svg>
|