This commit is contained in:
2026-02-27 21:48:31 +01:00
parent 957ce13995
commit 8287def29e
7 changed files with 32 additions and 7 deletions

View File

@@ -0,0 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#6366f1"/>
<stop offset="100%" style="stop-color:#8b5cf6"/>
</linearGradient>
</defs>
<rect width="512" height="512" rx="96" fill="url(#bg)"/>
<!-- Document icon -->
<rect x="140" y="80" width="200" height="260" rx="16" fill="white" opacity="0.95"/>
<rect x="176" y="130" width="128" height="12" rx="6" fill="#a5b4fc"/>
<rect x="176" y="160" width="100" height="12" rx="6" fill="#a5b4fc"/>
<rect x="176" y="190" width="116" height="12" rx="6" fill="#a5b4fc"/>
<rect x="176" y="220" width="80" height="12" rx="6" fill="#a5b4fc"/>
<rect x="176" y="250" width="128" height="12" rx="6" fill="#a5b4fc"/>
<rect x="176" y="280" width="60" height="12" rx="6" fill="#a5b4fc"/>
<!-- Magnifying glass -->
<circle cx="340" cy="340" r="72" fill="none" stroke="white" stroke-width="24" opacity="0.95"/>
<line x1="390" y1="392" x2="440" y2="442" stroke="white" stroke-width="28" stroke-linecap="round" opacity="0.95"/>
<!-- AI sparkle -->
<circle cx="310" cy="320" r="8" fill="#fbbf24"/>
<circle cx="340" cy="300" r="5" fill="#fbbf24"/>
<circle cx="360" cy="340" r="6" fill="#fbbf24"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB