Build Vynte simulation dashboard

This commit is contained in:
Zachariah K. Sharma
2026-06-19 23:40:05 -06:00
commit c5abc8d951
15 changed files with 4445 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="g" x1="8" x2="56" y1="16" y2="48">
<stop stop-color="#3f79ff"/>
<stop offset=".55" stop-color="#20e8ff"/>
<stop offset="1" stop-color="#2cf29c"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="14" fill="#03111d"/>
<path d="M12 20h8l12 23 12-23h8L36 50h-8L12 20Z" fill="url(#g)"/>
</svg>

After

Width:  |  Height:  |  Size: 421 B