first commit

This commit is contained in:
grigorij
2026-08-03 21:02:34 +04:00
commit b0bafe740f
39 changed files with 2326 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#6FA8FF" />
<stop offset="100%" stop-color="#2F63EB" />
</linearGradient>
</defs>
<rect width="40" height="40" rx="9" fill="#0A1428" />
<polygon points="10,7 18,7 15,32 7,32" fill="#F5F7FB" />
<polygon points="14,32 33,32 28,24 18,24" fill="url(#g)" />
</svg>

After

Width:  |  Height:  |  Size: 440 B