17 lines
848 B
XML
17 lines
848 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
|
<!-- Agenda light: page blanche, gris plus foncés pour contraste -->
|
|
<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="#9aa0a6" 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="#202124" font-family="Arial, sans-serif" text-anchor="middle" dominant-baseline="middle">14</text>
|
|
</svg>
|