mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-28 13:57:26 +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
22 lines
499 B
XML
22 lines
499 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 20
|
|
c 10 10 40 10 50 0" />
|
|
<path d="M 75 20
|
|
v 30
|
|
s 0 10 -25 25 " />
|
|
<path d="M 25 20
|
|
v 30
|
|
s 0 10 25 25 " />
|
|
<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>
|