giteabot backport / giteabot (push) Canceled after 0s
giteabot / giteabot (push) Canceled after 0s
release-nightly / nightly-binary (push) Canceled after 0s
release-nightly / nightly-container (push) Canceled after 0s
release-nightly-snapcraft / build-and-publish (push) Canceled after 0s
Assisted-by: Codex:GPT-5
18 lines
827 B
XML
18 lines
827 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="ring" x1="12" y1="8" x2="52" y2="56" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#061849"/>
|
|
<stop offset="0.55" stop-color="#001d61"/>
|
|
<stop offset="1" stop-color="#00113d"/>
|
|
</linearGradient>
|
|
<linearGradient id="shard" x1="52" y1="16" x2="60" y2="25" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#00e7ff"/>
|
|
<stop offset="1" stop-color="#0764ff"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<path d="M51 17.5A24 24 0 1 0 55.5 29" fill="none" stroke="url(#ring)" stroke-width="8.5" stroke-linecap="round"/>
|
|
<path d="M18 42c6 10 21 13 30 5" fill="none" stroke="#00164d" stroke-width="2.4" stroke-linecap="round"/>
|
|
<path d="m53 18 5-2.5 3 3.5-6.5 5.5z" fill="url(#shard)"/>
|
|
</svg>
|