feat: inital commit project

This commit is contained in:
2026-09-18 19:30:05 +07:00
commit b2208afcb6
19 changed files with 3519 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<defs>
<linearGradient id="eg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#2563eb"/>
<stop offset="1" stop-color="#10b981"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="16" fill="url(#eg)"/>
<rect x="22" y="17" width="21" height="7" rx="2" fill="#fff"/>
<rect x="22" y="28.5" width="15" height="7" rx="2" fill="#fff"/>
<rect x="22" y="40" width="21" height="7" rx="2" fill="#fff"/>
<rect x="22" y="17" width="7" height="30" rx="2" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 600 B