l'icone agenda dans le site

This commit is contained in:
Omar El Alaoui El Ismaili 2025-04-02 15:42:11 +02:00
parent fe06e20c03
commit 8d62ebf0af
2 changed files with 27 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mon Agenda Vue</title> <title>Mon Agenda Vue</title>
<link rel="icon" type="image/svg+xml" href="public/agenda-icon.svg" />
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -0,0 +1,26 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
<rect x="4" y="10" width="56" height="50" rx="4" ry="4" fill="#f2f2f2" stroke="#333" stroke-width="2"/>
<rect x="4" y="10" width="56" height="12" fill="#1976d2"/>
<circle cx="14" cy="16" r="2" fill="#fff"/>
<circle cx="50" cy="16" r="2" fill="#fff"/>
<!-- Grille du calendrier -->
<g fill="#fff" stroke="#ccc">
<rect x="10" y="26" width="8" height="8"/>
<rect x="20" y="26" width="8" height="8"/>
<rect x="30" y="26" width="8" height="8"/>
<rect x="40" y="26" width="8" height="8"/>
<rect x="50" y="26" width="8" height="8"/>
<rect x="10" y="36" width="8" height="8"/>
<rect x="20" y="36" width="8" height="8"/>
<rect x="30" y="36" width="8" height="8"/>
<rect x="40" y="36" width="8" height="8"/>
<rect x="50" y="36" width="8" height="8"/>
<rect x="10" y="46" width="8" height="8"/>
<rect x="20" y="46" width="8" height="8"/>
<rect x="30" y="46" width="8" height="8"/>
<rect x="40" y="46" width="8" height="8"/>
<rect x="50" y="46" width="8" height="8"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB