chore: add license file, add icons, images flow, update readme

This commit is contained in:
2026-08-26 18:07:44 +05:00
parent ea09f47938
commit 4c33bba276
29 changed files with 294 additions and 33 deletions
+20
View File
@@ -0,0 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#3b82f6"/>
<stop offset="1" stop-color="#06b6d4"/>
</linearGradient>
</defs>
<rect width="256" height="256" rx="58" fill="url(#bg)"/>
<g stroke="#ffffff" stroke-width="13" fill="none" stroke-linecap="round">
<circle cx="128" cy="122" r="62"/>
<ellipse cx="128" cy="122" rx="27" ry="62"/>
<line x1="66" y1="122" x2="190" y2="122"/>
</g>
<circle cx="128" cy="212" r="11" fill="#ffffff"/>
<circle cx="88" cy="212" r="11" fill="#ffffff" opacity="0.45"/>
<circle cx="168" cy="212" r="11" fill="#ffffff" opacity="0.45"/>
</svg>

After

Width:  |  Height:  |  Size: 750 B