All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 39s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
26 lines
1.3 KiB
XML
26 lines
1.3 KiB
XML
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<filter id="grain" x="0" y="0" width="100%" height="100%">
|
|
<feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="2" seed="7"/>
|
|
<feColorMatrix values="0 0 0 0 0.06
|
|
0 0 0 0 0.05
|
|
0 0 0 0 0.03
|
|
0 0 0 0.18 0"/>
|
|
<feComposite in2="SourceGraphic" operator="in"/>
|
|
</filter>
|
|
<clipPath id="clip">
|
|
<rect width="512" height="512" rx="96"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g clip-path="url(#clip)">
|
|
<rect width="512" height="512" fill="#F5F0E6"/>
|
|
<rect width="512" height="512" filter="url(#grain)"/>
|
|
<rect x="5" y="5" width="502" height="502" rx="92" fill="none" stroke="#DCD3BE" stroke-width="2"/>
|
|
<rect x="80" y="144" width="352" height="240" rx="8" fill="none" stroke="#1D4ED8" stroke-width="16" stroke-linejoin="round"/>
|
|
<line x1="128" y1="208" x2="288" y2="208" stroke="#1D4ED8" stroke-width="12" stroke-linecap="round"/>
|
|
<line x1="128" y1="252" x2="360" y2="252" stroke="#1D4ED8" stroke-width="12" stroke-linecap="round"/>
|
|
<line x1="128" y1="296" x2="240" y2="296" stroke="#1D4ED8" stroke-width="12" stroke-linecap="round"/>
|
|
<circle cx="376" cy="320" r="20" fill="#1D4ED8"/>
|
|
</g>
|
|
</svg>
|