Files
tensors/icon.svg
T
Adam Ladachowski 8d70723be3 💬 Commit message: Update 2026-02-16 00:45:18, 1 files, 13 lines
📁 Files changed: 1
📝 Lines changed: 13

  • icon.svg
2026-02-16 00:45:18 +01:00

12 lines
626 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128">
<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>
<circle cx="64" cy="64" r="52" fill="none" stroke="url(#grad)" stroke-width="8" stroke-linecap="round"/>
<line x1="28" y1="28" x2="100" y2="100" stroke="url(#grad)" stroke-width="8" stroke-linecap="round"/>
<line x1="100" y1="28" x2="28" y2="100" stroke="url(#grad)" stroke-width="8" stroke-linecap="round"/>
</svg>