This commit is contained in:
Dobromir Popov
2026-07-09 12:16:12 +02:00
parent 1d3fb060ae
commit 3abd4176d7
6 changed files with 300 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-label="meshnet">
<rect width="32" height="32" rx="7" fill="#0d1117"/>
<g stroke="#58a6ff" stroke-width="1.8" stroke-linecap="round">
<line x1="16" y1="7" x2="7" y2="24"/>
<line x1="16" y1="7" x2="25" y2="24"/>
<line x1="7" y1="24" x2="25" y2="24"/>
</g>
<circle cx="16" cy="7" r="3.2" fill="#58a6ff"/>
<circle cx="7" cy="24" r="3.2" fill="#3fb950"/>
<circle cx="25" cy="24" r="3.2" fill="#58a6ff"/>
</svg>

After

Width:  |  Height:  |  Size: 506 B