ultisuite-client/public/agenda-mark.svg
R3D347HR4Y 303b2b1074
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
wow
2026-06-11 01:22:40 +02:00

17 lines
853 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
<!-- Agenda: page blanche, bandeau 4 couleurs plates (ordre UltiDrive) -->
<defs>
<clipPath id="ag-header">
<path d="M4 14V10c0-2.2 1.8-4 4-4h24c2.2 0 4 1.8 4 4v4H4z"/>
</clipPath>
</defs>
<rect x="4" y="6" width="32" height="28" rx="4" fill="white" stroke="#e0e0e0" stroke-width="0.8"/>
<g clip-path="url(#ag-header)">
<rect x="4" y="6" width="8" height="8" fill="#EA4335"/>
<rect x="12" y="6" width="8" height="8" fill="#4285F4"/>
<rect x="20" y="6" width="8" height="8" fill="#FBBC04"/>
<rect x="28" y="6" width="8" height="8" fill="#34A853"/>
</g>
<text x="20" y="24" font-size="15" font-weight="700" fill="#3c4043" font-family="Arial, sans-serif" text-anchor="middle" dominant-baseline="middle">14</text>
</svg>