From c6cf724e810dbe698640aab28db2b8defb4ccbb7 Mon Sep 17 00:00:00 2001
From: erational <erational@erational.org>
Date: Mon, 14 Jun 2021 17:28:13 +0200
Subject: [PATCH] [ui] icone identite plus proche de la charte (eric)

---
 prive/themes/spip/images/identite-xx.svg | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/prive/themes/spip/images/identite-xx.svg b/prive/themes/spip/images/identite-xx.svg
index aee282098c..8605d08ae5 100644
--- a/prive/themes/spip/images/identite-xx.svg
+++ b/prive/themes/spip/images/identite-xx.svg
@@ -1,15 +1,11 @@
-<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 64 64">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
 	<style>
-	.st1,.st2{stroke:#8c8c8c;stroke-width:5}
-	.st2{fill:none}
+	.st1{stroke:#1d83d4;stroke-width:4}
 	</style>
-	<path id="Calque_2" stroke="#7f7f7f" stroke-width="5" d="M58 51H6l-2-2V13l2-2h52l2 2v36l-2 2z"/>
-	<g>
-		<circle cx="18.1" cy="25.5" r="4.9" class="st1"/>
-		<circle cx="45.9" cy="25.5" r="4.9" class="st1"/>
-	</g>
-	<g>
-		<path d="M25 36c0 3 3 6 7 6" class="st2"/>
-		<path d="M39 36c0 3-3 6-7 6" class="st2"/>
-	</g>
+	<path fill="#666" d="M58 57H6c-2.2 0-4-1.8-4-4V9c0-2.2 1.8-4 4-4h52c2.2 0 4 1.8 4 4v44c0 2.2-1.8 4-4 4z" />
+	<path fill="#fff" d="M8 11h48v39H8z" />
+	<circle cx="18.1" cy="25.5" r="4.9" fill="#fff" class="st1"/>
+	<circle cx="45.9" cy="25.5" r="4.9" fill="#fff" class="st1"/>
+	<path d="M25 36c0 3 3 6 7 6" class="st1"/>
+	<path d="M39 36c0 3-3 6-7 6" class="st1"/>
 </svg>
-- 
GitLab