💬 Commit message: Update 2026-02-16 00:44:07, 3 files, 15 lines
📁 Files changed: 3 📝 Lines changed: 15 • logo.png • logo.svg • screenshot.png
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
@@ -0,0 +1,15 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
||||
<defs>
|
||||
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#667eea"/>
|
||||
<stop offset="100%" style="stop-color:#764ba2"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Outer circle with thick rounded stroke -->
|
||||
<circle cx="100" cy="100" r="80" fill="none" stroke="url(#grad)" stroke-width="12" stroke-linecap="round"/>
|
||||
|
||||
<!-- X inside (tensor product symbol) -->
|
||||
<line x1="45" y1="45" x2="155" y2="155" stroke="url(#grad)" stroke-width="12" stroke-linecap="round"/>
|
||||
<line x1="155" y1="45" x2="45" y2="155" stroke="url(#grad)" stroke-width="12" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 727 B |
Reference in New Issue
Block a user