This commit is contained in:
Arthur Ria
2026-05-20 09:47:25 +02:00
commit 6484dd09c5
12 changed files with 1340 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 825 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

+23
View File
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#3b82f6"/>
<stop offset="100%" stop-color="#1d4ed8"/>
</linearGradient>
</defs>
<!-- Fond arrondi -->
<rect x="0" y="0" width="128" height="128" rx="24" ry="24" fill="url(#bg)"/>
<!-- Pince de presse-papier (haut) -->
<rect x="48" y="14" width="32" height="14" rx="4" ry="4" fill="#ffffff" opacity="0.92"/>
<!-- Texte "ID" -->
<text x="64" y="92"
font-family="-apple-system, 'Segoe UI', Roboto, sans-serif"
font-weight="700"
font-size="64"
text-anchor="middle"
fill="#ffffff">ID</text>
</svg>

After

Width:  |  Height:  |  Size: 789 B