Files
Wino-Mail/Wino.Mail.WinUI/Assets/UpdateNotes/Images/Notification.svg
T
Burak Kaan Köse db5ecd60e4 New startup window.
2026-03-05 10:12:03 +01:00

46 lines
2.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128">
<defs>
<linearGradient id="nb-bell" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FCD34D"/>
<stop offset="100%" stop-color="#D97706"/>
</linearGradient>
<linearGradient id="nb-badge" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#F87171"/>
<stop offset="100%" stop-color="#DC2626"/>
</linearGradient>
<linearGradient id="nb-action" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#60A5FA"/>
<stop offset="100%" stop-color="#2563EB"/>
</linearGradient>
<filter id="nb-glow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="4" stdDeviation="7" flood-color="#D97706" flood-opacity="0.3"/>
</filter>
</defs>
<!-- Bell body -->
<path d="M64 14 C64 14 40 18 38 52 L34 80 L94 80 L90 52 C88 18 64 14 64 14 Z"
fill="url(#nb-bell)" filter="url(#nb-glow)"/>
<!-- Bell highlight -->
<path d="M64 18 C64 18 52 22 50 46 L48 64 L72 64 C72 46 66 24 64 18 Z"
fill="white" opacity="0.2"/>
<!-- Bell base / clapper mount -->
<rect x="30" y="78" width="68" height="10" rx="5" fill="#B45309"/>
<!-- Clapper -->
<circle cx="64" cy="100" r="8" fill="#92400E"/>
<rect x="61" y="88" width="6" height="14" rx="3" fill="#B45309"/>
<!-- Notification badge -->
<circle cx="92" cy="26" r="13" fill="url(#nb-badge)"/>
<text x="92" y="31" text-anchor="middle" font-family="Segoe UI Variable, Segoe UI, sans-serif" font-size="13" font-weight="700" fill="white">3</text>
<!-- Action buttons (toast-like) -->
<rect x="20" y="98" width="38" height="18" rx="7" fill="url(#nb-action)"/>
<text x="39" y="111" text-anchor="middle" font-family="Segoe UI Variable, Segoe UI, sans-serif" font-size="9" font-weight="600" fill="white">Archive</text>
<rect x="64" y="98" width="38" height="18" rx="7" fill="white" stroke="#E5E7EB" stroke-width="1"/>
<text x="83" y="111" text-anchor="middle" font-family="Segoe UI Variable, Segoe UI, sans-serif" font-size="9" font-weight="600" fill="#374151">Delete</text>
</svg>