From 9cdfa832d2979818deec4ca0fcd3b47cb691e234 Mon Sep 17 00:00:00 2001
From: Emmanuel Raviart <emmanuel@raviart.com>
Date: Sat, 7 Aug 2021 22:44:19 +0200
Subject: [PATCH] Display waterfall tabs above waterfall.

---
 .../components/test_cases/TestCaseView.svelte |  23 ++++
 src/routes/index.svelte                       |  17 ---
 static/pictos/picto_arbre_metropole.svg       |  72 +++++++++++
 static/pictos/picto_enfant.svg                |  32 +++++
 static/pictos/picto_entreprise.svg            |  49 ++++++++
 static/pictos/picto_etat.svg                  |  41 ++++++
 static/pictos/picto_femme.svg                 |  32 +++++
 static/pictos/picto_nombre_salaries.svg       | 119 ++++++++++++++++++
 8 files changed, 368 insertions(+), 17 deletions(-)
 create mode 100644 static/pictos/picto_arbre_metropole.svg
 create mode 100644 static/pictos/picto_enfant.svg
 create mode 100644 static/pictos/picto_entreprise.svg
 create mode 100644 static/pictos/picto_etat.svg
 create mode 100644 static/pictos/picto_femme.svg
 create mode 100644 static/pictos/picto_nombre_salaries.svg

diff --git a/src/lib/components/test_cases/TestCaseView.svelte b/src/lib/components/test_cases/TestCaseView.svelte
index a7928ab5e..89a7f388b 100644
--- a/src/lib/components/test_cases/TestCaseView.svelte
+++ b/src/lib/components/test_cases/TestCaseView.svelte
@@ -42,6 +42,7 @@
   export let year: number
 
   const adulteVariablesName = ["salaire_de_base"]
+  const advanced = $session.advanced
   let axisDescription: AxisDescription | null = null
   const billName = getContext("billName") as Writable<string | undefined>
   const childrenKey = $session.childrenKey
@@ -80,6 +81,7 @@
   let variableSummaryByName: { [name: string]: Variable } | undefined =
     undefined
   const waterfall = getContext("waterfall") as Writable<Waterfall>
+  const waterfalls = $session.waterfalls
 
   $: familySituation = situation[familyEntity.key_plural]
 
@@ -121,6 +123,10 @@
     dispatch("changeVectorIndex", vectorIndex)
   }
 
+  function changeWaterfall(waterfallName: string) {
+    $waterfall = waterfalls.find(({ name }) => name === waterfallName)
+  }
+
   // function computeAxis(axisDescription: AxisDescription | null) {
   //   axis =
   //     axisDescription === null
@@ -425,6 +431,23 @@
   </div>
   <div>
     {#if open}
+      <div class="flex justify-between">
+        {#each waterfalls as { advanced: advancedOnly, icon, label, name }}
+          {#if !advancedOnly || advanced}
+            <button
+              class:bg-gray-200={name === $waterfall.name}
+              on:click={() => changeWaterfall(name)}
+              type="button"
+            >
+              {#if icon !== undefined}
+                <img alt="Icone pour {label}" src={icon} />
+              {/if}
+              {label}
+            </button>
+          {/if}
+        {/each}
+      </div>
+
       <ScholarWaterfall
         {decompositionByName}
         {evaluationByName}
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index 8fcaa2d09..32c6a151f 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -205,11 +205,6 @@
     }
   }
 
-  function changeWaterfall({ target }: Event) {
-    const { value } = target as HTMLSelectElement
-    $waterfall = waterfalls.find(({ name }) => name === value)
-  }
-
   function closeEditionPane() {
     if (editionMode.mode === "tutorial") {
       editionMode = null
@@ -707,18 +702,6 @@
           {/each}
         </select>
 
-        <select
-          class=" rounded border-1 text-xs "
-          on:blur={changeWaterfall}
-          on:change={changeWaterfall}
-          required
-          value={$waterfall.name}
-        >
-          {#each waterfalls as { label, name }}
-            <option value={name}>{label}</option>
-          {/each}
-        </select>
-
         <div class="flex">
           <button
             class="bg-gray-200 text-gray-900 shadow-md hover:bg-gray-400 px-5 mr-2 rounded p-2 uppercase text-sm"
diff --git a/static/pictos/picto_arbre_metropole.svg b/static/pictos/picto_arbre_metropole.svg
new file mode 100644
index 000000000..286272dac
--- /dev/null
+++ b/static/pictos/picto_arbre_metropole.svg
@@ -0,0 +1,72 @@
+<svg
+  width="20"
+  height="21"
+  viewBox="0 0 20 21"
+  fill="none"
+  xmlns="http://www.w3.org/2000/svg"
+>
+  <path
+    d="M12 19.0722C12 20.4917 11.1045 21 10 21C8.8955 21 8 20.4917 8 19.0722L8.5 13.2886C8.5 11.8691 8.8955 12.0034 10 12.0034C11.1045 12.0034 11.5 11.8691 11.5 13.2886L12 19.0722Z"
+    fill="#662113"
+  />
+  <path
+    d="M19 9.37931C19 14.2549 14.9708 16 10 16C5.02975 16 1 14.2549 1 9.37931C1 4.50428 6.0625 0 10 0C13.9375 0 19 4.50428 19 9.37931Z"
+    fill="#5C913B"
+  />
+  <path
+    d="M3.48662 12.6155C4.11997 12.6155 4.6334 12.3588 4.6334 12.0421C4.6334 11.7255 4.11997 11.4688 3.48662 11.4688C2.85327 11.4688 2.33984 11.7255 2.33984 12.0421C2.33984 12.3588 2.85327 12.6155 3.48662 12.6155Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M17.2483 12.6155C17.8817 12.6155 18.3951 12.3588 18.3951 12.0421C18.3951 11.7255 17.8817 11.4688 17.2483 11.4688C16.615 11.4688 16.1016 11.7255 16.1016 12.0421C16.1016 12.3588 16.615 12.6155 17.2483 12.6155Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M5.78057 14.9085C6.41392 14.9085 6.92735 14.6518 6.92735 14.3351C6.92735 14.0184 6.41392 13.7617 5.78057 13.7617C5.14722 13.7617 4.63379 14.0184 4.63379 14.3351C4.63379 14.6518 5.14722 14.9085 5.78057 14.9085Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M8.07354 13.1898C8.70689 13.1898 9.22032 12.933 9.22032 12.6164C9.22032 12.2997 8.70689 12.043 8.07354 12.043C7.44019 12.043 6.92676 12.2997 6.92676 12.6164C6.92676 12.933 7.44019 13.1898 8.07354 13.1898Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M5.78057 9.74639C6.41392 9.74639 6.92735 9.48968 6.92735 9.173C6.92735 8.85633 6.41392 8.59961 5.78057 8.59961C5.14722 8.59961 4.63379 8.85633 4.63379 9.173C4.63379 9.48968 5.14722 9.74639 5.78057 9.74639Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M4.06084 7.45343C4.69419 7.45343 5.20763 7.19671 5.20763 6.88003C5.20763 6.56336 4.69419 6.30664 4.06084 6.30664C3.42749 6.30664 2.91406 6.56336 2.91406 6.88003C2.91406 7.19671 3.42749 7.45343 4.06084 7.45343Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M16.6741 7.45343C17.3075 7.45343 17.8209 7.19671 17.8209 6.88003C17.8209 6.56336 17.3075 6.30664 16.6741 6.30664C16.0408 6.30664 15.5273 6.56336 15.5273 6.88003C15.5273 7.19671 16.0408 7.45343 16.6741 7.45343Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M8.07354 6.30889C8.70689 6.30889 9.22032 6.05218 9.22032 5.7355C9.22032 5.41883 8.70689 5.16211 8.07354 5.16211C7.44019 5.16211 6.92676 5.41883 6.92676 5.7355C6.92676 6.05218 7.44019 6.30889 8.07354 6.30889Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M12.6614 6.30889C13.2948 6.30889 13.8082 6.05218 13.8082 5.7355C13.8082 5.41883 13.2948 5.16211 12.6614 5.16211C12.0281 5.16211 11.5146 5.41883 11.5146 5.7355C11.5146 6.05218 12.0281 6.30889 12.6614 6.30889Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M14.9544 9.74639C15.5877 9.74639 16.1012 9.48968 16.1012 9.173C16.1012 8.85633 15.5877 8.59961 14.9544 8.59961C14.321 8.59961 13.8076 8.85633 13.8076 9.173C13.8076 9.48968 14.321 9.74639 14.9544 9.74639Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M10.3675 10.3226C11.0008 10.3226 11.5143 10.0658 11.5143 9.74917C11.5143 9.4325 11.0008 9.17578 10.3675 9.17578C9.73413 9.17578 9.2207 9.4325 9.2207 9.74917C9.2207 10.0658 9.73413 10.3226 10.3675 10.3226Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M12.6614 13.1898C13.2948 13.1898 13.8082 12.933 13.8082 12.6164C13.8082 12.2997 13.2948 12.043 12.6614 12.043C12.0281 12.043 11.5146 12.2997 11.5146 12.6164C11.5146 12.933 12.0281 13.1898 12.6614 13.1898Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M10.3675 15.4827C11.0008 15.4827 11.5143 15.226 11.5143 14.9093C11.5143 14.5927 11.0008 14.3359 10.3675 14.3359C9.73413 14.3359 9.2207 14.5927 9.2207 14.9093C9.2207 15.226 9.73413 15.4827 10.3675 15.4827Z"
+    fill="#3E721D"
+  />
+  <path
+    d="M14.9544 14.9085C15.5877 14.9085 16.1012 14.6518 16.1012 14.3351C16.1012 14.0184 15.5877 13.7617 14.9544 13.7617C14.321 13.7617 13.8076 14.0184 13.8076 14.3351C13.8076 14.6518 14.321 14.9085 14.9544 14.9085Z"
+    fill="#3E721D"
+  />
+</svg>
diff --git a/static/pictos/picto_enfant.svg b/static/pictos/picto_enfant.svg
new file mode 100644
index 000000000..f74a46898
--- /dev/null
+++ b/static/pictos/picto_enfant.svg
@@ -0,0 +1,32 @@
+<svg
+  width="21"
+  height="20"
+  viewBox="0 0 21 20"
+  fill="none"
+  xmlns="http://www.w3.org/2000/svg"
+>
+  <path
+    d="M18 12.709C18 12.0261 17.5958 11.4573 17.0529 11.2986C16.4863 8.19148 13.7708 5.83398 10.5 5.83398C7.22917 5.83398 4.51375 8.19148 3.94708 11.2986C3.40417 11.4573 3 12.0261 3 12.709C3 13.4323 3.45292 14.029 4.04583 14.1432C4.77875 17.029 7.38625 19.1673 10.5 19.1673C13.6137 19.1673 16.2213 17.029 16.9542 14.1432C17.5467 14.029 18 13.4323 18 12.709Z"
+    fill="#FFDC5D"
+  />
+  <path
+    d="M10.4997 15.4167C9.24967 15.4167 8.83301 15 8.83301 15.8333C8.83301 16.6667 9.66634 17.5 10.4997 17.5C11.333 17.5 12.1663 16.6667 12.1663 15.8333C12.1663 15 11.7497 15.4167 10.4997 15.4167Z"
+    fill="#662214"
+  />
+  <path
+    d="M12.3747 13.7493C12.95 13.7493 13.4163 13.283 13.4163 12.7077C13.4163 12.1324 12.95 11.666 12.3747 11.666C11.7994 11.666 11.333 12.1324 11.333 12.7077C11.333 13.283 11.7994 13.7493 12.3747 13.7493Z"
+    fill="#662214"
+  />
+  <path
+    d="M8.62467 13.7493C9.19997 13.7493 9.66634 13.283 9.66634 12.7077C9.66634 12.1324 9.19997 11.666 8.62467 11.666C8.04938 11.666 7.58301 12.1324 7.58301 12.7077C7.58301 13.283 8.04938 13.7493 8.62467 13.7493Z"
+    fill="#662214"
+  />
+  <path
+    d="M10.5 15.832H11.3333V16.2487C11.3333 16.2487 11.3333 16.6654 10.9167 16.6654C10.5 16.6654 10.5 16.2487 10.5 16.2487V15.832Z"
+    fill="white"
+  />
+  <path
+    d="M10.4923 9.58375H10.4793C10.2364 9.5851 9.99555 9.53772 9.77119 9.44439C9.54682 9.35107 9.34345 9.2137 9.1731 9.04041C9.01937 8.88517 8.90001 8.69934 8.82277 8.49497C8.74553 8.2906 8.71214 8.07227 8.72477 7.85416C8.72778 7.79955 8.74161 7.74609 8.76545 7.69686C8.78928 7.64763 8.82265 7.60363 8.86361 7.56739C8.90458 7.53115 8.95233 7.50341 9.00409 7.48576C9.05586 7.46811 9.11061 7.46091 9.16518 7.46458C9.39477 7.47833 9.57018 7.67625 9.55643 7.90625C9.54435 8.1125 9.62102 8.31583 9.76602 8.46291C9.8597 8.55866 9.97149 8.63482 10.0949 8.68697C10.2183 8.73912 10.3508 8.7662 10.4848 8.76666C10.7568 8.75166 11.0139 8.66375 11.2077 8.47291C11.4674 8.216 11.6146 7.86659 11.6171 7.50129C11.6196 7.13599 11.4772 6.78461 11.221 6.52416C10.8804 6.17971 10.417 5.98443 9.93255 5.98115C9.44811 5.97787 8.98214 6.16686 8.63685 6.50666C8.59789 6.54507 8.55175 6.57544 8.50105 6.59602C8.45036 6.61659 8.39611 6.62699 8.3414 6.6266C8.23091 6.62582 8.12526 6.58118 8.04768 6.5025C7.97011 6.42381 7.92696 6.31754 7.92774 6.20705C7.92853 6.09656 7.97317 5.99091 8.05185 5.91333C8.55468 5.4187 9.23313 5.14366 9.93844 5.1485C10.6438 5.15334 11.3184 5.43768 11.8143 5.93916C12.0179 6.1453 12.1788 6.38954 12.2879 6.65791C12.397 6.92629 12.4521 7.21354 12.4501 7.50324C12.4481 7.79293 12.389 8.07939 12.2762 8.34623C12.1634 8.61306 11.9991 8.85504 11.7927 9.05833C11.4443 9.4025 10.9823 9.58375 10.4923 9.58375V9.58375Z"
+    fill="#EF9645"
+  />
+</svg>
diff --git a/static/pictos/picto_entreprise.svg b/static/pictos/picto_entreprise.svg
new file mode 100644
index 000000000..4855d1dd0
--- /dev/null
+++ b/static/pictos/picto_entreprise.svg
@@ -0,0 +1,49 @@
+<svg
+  width="20"
+  height="21"
+  viewBox="0 0 20 21"
+  fill="none"
+  xmlns="http://www.w3.org/2000/svg"
+>
+  <g clip-path="url(#clip0)">
+    <path
+      d="M20 19.834C20 20.1434 19.8829 20.4402 19.6746 20.6589C19.4662 20.8777 19.1836 21.0007 18.8889 21.0007H1.11111C0.816426 21.0007 0.533811 20.8777 0.325437 20.6589C0.117063 20.4402 0 20.1434 0 19.834V8.75065C0 8.44123 0.117063 8.14449 0.325437 7.92569C0.533811 7.7069 0.816426 7.58398 1.11111 7.58398H18.8889C19.1836 7.58398 19.4662 7.7069 19.6746 7.92569C19.8829 8.14449 20 8.44123 20 8.75065V19.834Z"
+      fill="#FFCC4D"
+    />
+    <path
+      d="M18.8889 7.58398H1.11111C0.816426 7.58398 0.533811 7.7069 0.325437 7.92569C0.117063 8.14449 0 8.44123 0 8.75065H20C20 8.44123 19.8829 8.14449 19.6746 7.92569C19.4662 7.7069 19.1836 7.58398 18.8889 7.58398Z"
+      fill="#6D6E71"
+    />
+    <path
+      d="M1.11133 14H18.8891V16.3333H1.11133V14ZM1.11133 10.5H18.8891V12.8333H1.11133V10.5ZM1.11133 17.5H18.8891V19.8333H1.11133V17.5Z"
+      fill="#3B88C3"
+    />
+    <path d="M15.5557 9.91602H16.6668V20.416H15.5557V9.91602Z" fill="#FFCC4D" />
+    <path
+      d="M12.2217 0H3.33279C3.03811 0 2.75549 0.122916 2.54712 0.341709C2.33874 0.560501 2.22168 0.857247 2.22168 1.16667V21H13.3328V1.16667C13.3328 0.857247 13.2157 0.560501 13.0074 0.341709C12.799 0.122916 12.5164 0 12.2217 0V0Z"
+      fill="#FFE8B6"
+    />
+    <path
+      d="M12.2217 0H3.33279C3.03811 0 2.75549 0.122916 2.54712 0.341709C2.33874 0.560501 2.22168 0.857247 2.22168 1.16667H13.3328C13.3328 0.857247 13.2157 0.560501 13.0074 0.341709C12.799 0.122916 12.5164 0 12.2217 0V0Z"
+      fill="#808285"
+    />
+    <path
+      d="M3.33398 10.5H12.2229V12.8333H3.33398V10.5ZM3.33398 14H12.2229V16.3333H3.33398V14ZM3.33398 17.5H12.2229V19.8333H3.33398V17.5Z"
+      fill="#55ACEE"
+    />
+    <path
+      d="M3.33398 0H12.2229V2.33333H3.33398V0ZM3.33398 3.5H12.2229V5.83333H3.33398V3.5ZM3.33398 7H12.2229V9.33333H3.33398V7Z"
+      fill="#55ACEE"
+    />
+    <path
+      d="M5.55566 4.08398H6.66678V21.0006H5.55566V4.08398ZM8.889 4.08398H10.0001V21.0006H8.889V4.08398Z"
+      fill="#FFE8B6"
+    />
+    <path d="M6.66699 17.5H8.88921V21H6.66699V17.5Z" fill="#226699" />
+  </g>
+  <defs>
+    <clipPath id="clip0">
+      <rect width="20" height="21" fill="white" />
+    </clipPath>
+  </defs>
+</svg>
diff --git a/static/pictos/picto_etat.svg b/static/pictos/picto_etat.svg
new file mode 100644
index 000000000..9e29e073a
--- /dev/null
+++ b/static/pictos/picto_etat.svg
@@ -0,0 +1,41 @@
+<svg
+  width="23"
+  height="23"
+  viewBox="0 0 23 23"
+  fill="none"
+  xmlns="http://www.w3.org/2000/svg"
+>
+  <path d="M4.47168 7.02734H18.5272V18.5273H4.47168V7.02734Z" fill="#292F33" />
+  <path
+    d="M5.11122 18.5278C5.11122 19.2331 4.7298 19.8056 4.25958 19.8056H3.4073C2.93708 19.8056 2.55566 19.2331 2.55566 18.5278V7.02778C2.55566 6.32244 2.93708 5.75 3.4073 5.75H4.25894C4.7298 5.75 5.11122 6.32244 5.11122 7.02778V18.5278ZM20.4446 18.5278C20.4446 19.2331 20.0631 19.8056 19.5929 19.8056H18.7406C18.2704 19.8056 17.889 19.2331 17.889 18.5278V7.02778C17.889 6.32244 18.2704 5.75 18.7406 5.75H19.5929C20.0631 5.75 20.4446 6.32244 20.4446 7.02778V18.5278ZM10.2223 18.5278C10.2223 19.2331 9.84091 19.8056 9.37069 19.8056H8.51905C8.04819 19.8056 7.66678 19.2331 7.66678 18.5278V7.02778C7.66678 6.32244 8.04819 5.75 8.51841 5.75H9.37005C9.84091 5.75 10.2223 6.32244 10.2223 7.02778V18.5278ZM15.3334 18.5278C15.3334 19.2331 14.9514 19.8056 14.4812 19.8056H13.6302C13.1599 19.8056 12.7779 19.2331 12.7779 18.5278V7.02778C12.7779 6.32244 13.1599 5.75 13.6302 5.75H14.4812C14.9514 5.75 15.3334 6.32244 15.3334 7.02778V18.5278Z"
+    fill="#CCD6DD"
+  />
+  <path
+    d="M21.0837 19.1664C21.0837 19.5053 20.949 19.8303 20.7094 20.07C20.4698 20.3096 20.1448 20.4442 19.8059 20.4442H3.19477C2.85588 20.4442 2.53087 20.3096 2.29124 20.07C2.05161 19.8303 1.91699 19.5053 1.91699 19.1664C1.91699 18.8276 2.05161 18.5026 2.29124 18.2629C2.53087 18.0233 2.85588 17.8887 3.19477 17.8887H19.8059C20.1448 17.8887 20.4698 18.0233 20.7094 18.2629C20.949 18.5026 21.0837 18.8276 21.0837 19.1664Z"
+    fill="#9AAAB4"
+  />
+  <path
+    d="M22.3609 20.4438C22.3609 20.7827 22.2263 21.1077 21.9866 21.3473C21.747 21.587 21.422 21.7216 21.0831 21.7216H1.91645C1.57756 21.7216 1.25255 21.587 1.01292 21.3473C0.773295 21.1077 0.638672 20.7827 0.638672 20.4438C0.638672 20.1049 0.773295 19.7799 1.01292 19.5403C1.25255 19.3006 1.57756 19.166 1.91645 19.166H21.0831C21.422 19.166 21.747 19.3006 21.9866 19.5403C22.2263 19.7799 22.3609 20.1049 22.3609 20.4438Z"
+    fill="#CCD6DD"
+  />
+  <path
+    d="M23 21.4017C23 21.6559 22.899 21.8996 22.7193 22.0793C22.5396 22.2591 22.2958 22.36 22.0417 22.36H0.958333C0.704168 22.36 0.460412 22.2591 0.280689 22.0793C0.100967 21.8996 0 21.6559 0 21.4017C0 21.1475 0.100967 20.9038 0.280689 20.724C0.460412 20.5443 0.704168 20.4434 0.958333 20.4434H22.0417C22.2958 20.4434 22.5396 20.5443 22.7193 20.724C22.899 20.9038 23 21.1475 23 21.4017Z"
+    fill="#E1E8ED"
+  />
+  <path
+    d="M21.0837 6.38911C21.0837 5.68377 20.4729 5.11133 19.7209 5.11133H3.19477C2.44152 5.11133 1.91699 5.68377 1.91699 6.38911C1.91699 6.86891 2.1636 7.28227 2.55588 7.50077V8.30577H5.11144V7.66688H7.66699V8.30577H10.2225V7.66688H12.7781V8.30577H15.3337V7.66688H17.8892V8.30577H20.4448V7.46755C20.8275 7.24138 21.0837 6.84463 21.0837 6.38911Z"
+    fill="#9AAAB4"
+  />
+  <path
+    d="M1.27832 5.39478C1.27832 4.73608 1.92488 4.47222 1.92488 4.47222L11.4469 0L21.0602 4.47222C21.0602 4.47222 21.7228 4.61981 21.7228 5.39861V5.75H1.27832V5.39478Z"
+    fill="#CCD6DD"
+  />
+  <path
+    d="M11.4998 1.62305C11.4998 1.62305 4.90708 4.73124 4.24839 5.01044C3.58969 5.28963 3.81011 5.74899 4.24902 5.74899H18.7173C19.3958 5.74899 19.2361 5.23021 18.6975 4.95038C18.1583 4.67055 11.4998 1.62305 11.4998 1.62305Z"
+    fill="#9AAAB4"
+  />
+  <path
+    d="M21.7228 5.75022C21.7228 5.91966 21.6555 6.08216 21.5356 6.20198C21.4158 6.32179 21.2533 6.38911 21.0839 6.38911H1.91721C1.74777 6.38911 1.58526 6.32179 1.46545 6.20198C1.34563 6.08216 1.27832 5.91966 1.27832 5.75022C1.27832 5.58077 1.34563 5.41827 1.46545 5.29845C1.58526 5.17864 1.74777 5.11133 1.91721 5.11133L21.0839 5.11516C21.4372 5.11516 21.7228 5.39755 21.7228 5.75022Z"
+    fill="#CCD6DD"
+  />
+</svg>
diff --git a/static/pictos/picto_femme.svg b/static/pictos/picto_femme.svg
new file mode 100644
index 000000000..8ae951af4
--- /dev/null
+++ b/static/pictos/picto_femme.svg
@@ -0,0 +1,32 @@
+<svg
+  width="21"
+  height="20"
+  viewBox="0 0 21 20"
+  fill="none"
+  xmlns="http://www.w3.org/2000/svg"
+>
+  <path
+    d="M20.4085 11.819C20.5915 11.6791 20.7403 11.4966 20.8431 11.286C20.9458 11.0755 20.9996 10.8429 21 10.6068C20.9994 10.2968 20.907 9.99451 20.7355 9.74084C20.5639 9.48716 20.3215 9.2944 20.041 9.18866C20.2818 8.91318 20.4156 8.5547 20.4167 8.1826C20.4167 7.78075 20.263 7.39537 19.9895 7.11122C19.716 6.82708 19.3451 6.66744 18.9583 6.66744L18.9513 6.66805C19.1362 6.41411 19.25 6.10138 19.25 5.75835C19.25 5.35651 19.0964 4.97112 18.8229 4.68698C18.5494 4.40283 18.1784 4.2432 17.7917 4.2432C17.4457 4.24453 17.1117 4.37462 16.8502 4.60987C15.2285 2.5541 12.9477 1.21289 10.5 1.21289C7.99517 1.21289 5.66475 2.4438 4.03725 4.5135C3.81851 4.3565 3.56262 4.2646 3.29725 4.24776C3.03188 4.23092 2.76713 4.28977 2.53162 4.41795C2.29611 4.54612 2.09881 4.73875 1.96105 4.975C1.82329 5.21125 1.75031 5.48213 1.75 5.75835C1.75 6.10138 1.86375 6.41411 2.04867 6.66805L2.04167 6.66744C1.65489 6.66744 1.28396 6.82708 1.01047 7.11122C0.736979 7.39537 0.583333 7.78075 0.583333 8.1826C0.583333 8.57048 0.728 8.92078 0.959 9.18866C0.678501 9.2944 0.436063 9.48716 0.264526 9.74084C0.092989 9.99451 0.000644104 10.2968 0 10.6068C0 11.105 0.2345 11.5426 0.5915 11.819C0.408506 11.9588 0.259658 12.1414 0.156926 12.3519C0.0541942 12.5624 0.000444651 12.7951 0 13.0311C0 13.6844 0.40075 14.2365 0.959 14.4493C0.718229 14.7248 0.584373 15.0832 0.583333 15.4553C0.583333 16.2014 1.10367 16.8184 1.78675 16.9438C1.76294 17.052 1.75062 17.1626 1.75 17.2735C1.75 17.6754 1.90365 18.0608 2.17714 18.3449C2.45063 18.629 2.82156 18.7887 3.20833 18.7887C3.56648 18.7876 3.91152 18.6485 4.17667 18.3984C4.27844 18.6898 4.46398 18.9417 4.70813 19.1199C4.95229 19.2981 5.24327 19.3941 5.54167 19.3947C5.89982 19.3937 6.24485 19.2546 6.51 19.0044C6.61178 19.2959 6.79731 19.5477 7.04147 19.726C7.28562 19.9042 7.57661 20.0001 7.875 20.0008C8.21645 20.0005 8.54694 19.8756 8.80872 19.6478C9.07049 19.42 9.24689 19.1039 9.30708 18.7547C9.69967 18.7753 10.0963 18.7887 10.5 18.7887C10.9031 18.7887 11.2992 18.7699 11.6917 18.7414C11.7492 19.0933 11.9245 19.4128 12.1868 19.6432C12.4491 19.8737 12.7815 20.0004 13.125 20.0008C13.4234 20.0001 13.7144 19.9042 13.9585 19.726C14.2027 19.5477 14.3882 19.2959 14.49 19.0044C14.7551 19.2546 15.1002 19.3937 15.4583 19.3947C15.7567 19.3941 16.0477 19.2981 16.2919 19.1199C16.536 18.9417 16.7216 18.6898 16.8233 18.3984C17.0885 18.6485 17.4335 18.7876 17.7917 18.7887C18.1784 18.7887 18.5494 18.629 18.8229 18.3449C19.0964 18.0608 19.25 17.6754 19.25 17.2735C19.25 17.1602 19.236 17.0505 19.2132 16.9438C19.5502 16.8822 19.8555 16.6992 20.0755 16.427C20.2956 16.1548 20.4164 15.8108 20.4167 15.4553C20.4156 15.0832 20.2818 14.7248 20.041 14.4493C20.3215 14.3435 20.5639 14.1508 20.7355 13.8971C20.907 13.6434 20.9994 13.3411 21 13.0311C21 12.5329 20.7655 12.0953 20.4085 11.819Z"
+    fill="#FFAC33"
+  />
+  <path
+    d="M3.5 10.6435C3.5 5.4762 6.63425 1.28711 10.5 1.28711C14.3657 1.28711 17.5 5.4762 17.5 10.6435C17.5 15.8108 14.3657 19.9999 10.5 19.9999C6.63425 19.9999 3.5 15.8108 3.5 10.6435Z"
+    fill="#FFDC5D"
+  />
+  <path
+    d="M10.5012 17.575C9.13213 17.575 8.4158 16.872 8.3388 16.7914C8.28426 16.7355 8.24084 16.6691 8.21103 16.5957C8.18122 16.5224 8.1656 16.4438 8.16505 16.3642C8.16451 16.2846 8.17906 16.2057 8.20787 16.132C8.23668 16.0582 8.27919 15.9911 8.33297 15.9344C8.38674 15.8778 8.45073 15.8327 8.52129 15.8017C8.59185 15.7707 8.66758 15.7545 8.74417 15.7539C8.82077 15.7534 8.89672 15.7685 8.96769 15.7984C9.03866 15.8283 9.10326 15.8725 9.1578 15.9284C9.18755 15.9569 9.62797 16.3629 10.5012 16.3629C11.3873 16.3629 11.8271 15.9447 11.8458 15.9272C11.9578 15.8181 12.1064 15.7589 12.2599 15.7622C12.4134 15.7655 12.5595 15.831 12.6671 15.9447C12.7739 16.058 12.8333 16.2103 12.8327 16.3688C12.832 16.5273 12.7713 16.6791 12.6636 16.7914C12.5866 16.872 11.8703 17.575 10.5012 17.575Z"
+    fill="#B4565F"
+  />
+  <path
+    d="M11.084 14.5461H9.91732C9.76261 14.5461 9.61423 14.4823 9.50484 14.3686C9.39544 14.2549 9.33398 14.1008 9.33398 13.94C9.33398 13.7793 9.39544 13.6252 9.50484 13.5115C9.61423 13.3978 9.76261 13.334 9.91732 13.334H11.084C11.2387 13.334 11.3871 13.3978 11.4965 13.5115C11.6059 13.6252 11.6673 13.7793 11.6673 13.94C11.6673 14.1008 11.6059 14.2549 11.4965 14.3686C11.3871 14.4823 11.2387 14.5461 11.084 14.5461Z"
+    fill="#C1694F"
+  />
+  <path
+    d="M7.58333 12.727C7.42862 12.727 7.28025 12.6631 7.17085 12.5495C7.06146 12.4358 7 12.2817 7 12.1209V10.9088C7 10.7481 7.06146 10.5939 7.17085 10.4802C7.28025 10.3666 7.42862 10.3027 7.58333 10.3027C7.73804 10.3027 7.88642 10.3666 7.99581 10.4802C8.10521 10.5939 8.16667 10.7481 8.16667 10.9088V12.1209C8.16667 12.2817 8.10521 12.4358 7.99581 12.5495C7.88642 12.6631 7.73804 12.727 7.58333 12.727ZM13.4167 12.727C13.262 12.727 13.1136 12.6631 13.0042 12.5495C12.8948 12.4358 12.8333 12.2817 12.8333 12.1209V10.9088C12.8333 10.7481 12.8948 10.5939 13.0042 10.4802C13.1136 10.3666 13.262 10.3027 13.4167 10.3027C13.5714 10.3027 13.7197 10.3666 13.8291 10.4802C13.9385 10.5939 14 10.7481 14 10.9088V12.1209C14 12.2817 13.9385 12.4358 13.8291 12.5495C13.7197 12.6631 13.5714 12.727 13.4167 12.727Z"
+    fill="#662113"
+  />
+  <path
+    d="M17.3899 5.07698C17.6048 4.90886 17.7793 4.69128 17.8996 4.44133C18.0199 4.19138 18.0829 3.91585 18.0835 3.63637C18.0835 3.15416 17.8991 2.69169 17.5709 2.35072C17.2427 2.00974 16.7976 1.81818 16.3335 1.81818C16.1031 1.81818 15.8843 1.86728 15.6825 1.95152C15.5835 1.56628 15.365 1.22569 15.0609 0.98247C14.7568 0.739248 14.3839 0.606953 14.0002 0.606061C13.6989 0.608035 13.4033 0.691592 13.1427 0.848486C12.9857 0.589012 12.768 0.375096 12.51 0.226717C12.2519 0.0783386 11.9618 0.000337942 11.6668 0C11.2165 0 10.8105 0.181818 10.5002 0.472122C10.1813 0.169553 9.76535 0.00123792 9.3335 0C9.03853 0.000337942 8.74846 0.0783386 8.49038 0.226717C8.23229 0.375096 8.01461 0.589012 7.85766 0.848486C7.59698 0.691592 7.30142 0.608035 7.00016 0.606061C6.61638 0.606953 6.24357 0.739248 5.93945 0.98247C5.63533 1.22569 5.41685 1.56628 5.31783 1.95152C5.11107 1.86412 4.89005 1.81885 4.66683 1.81818C4.29161 1.81842 3.9264 1.94395 3.62507 2.17625C3.32375 2.40856 3.10227 2.73533 2.9933 3.10837C2.88434 3.48141 2.89367 3.88096 3.0199 4.24807C3.14614 4.61519 3.38261 4.93042 3.69441 5.14728C2.95941 6.2588 2.498 7.36607 2.26058 8.10607C1.60433 10.1515 3.90966 15.0261 3.68216 12.6134C3.40916 9.71153 4.40316 7.21031 6.42616 6.45213C6.47925 7.58183 7.49483 8.48486 8.75016 8.48486C9.47466 8.48486 10.1146 8.17819 10.5422 7.70668C10.6394 8.26464 10.922 8.76947 11.3407 9.13317C11.7594 9.49688 12.2877 9.69641 12.8335 9.69698C13.5772 9.69698 14.2317 9.3285 14.6593 8.76547C14.8693 9.65153 15.5355 10.303 16.3335 10.303C17.3001 10.303 18.0835 9.35335 18.0835 8.18183C18.0814 7.9951 18.0587 7.80923 18.0158 7.62789C18.0561 7.52062 18.0835 7.40486 18.0835 7.27274C18.0835 6.70789 17.8577 5.90971 17.3899 5.07698V5.07698Z"
+    fill="#FFAC33"
+  />
+</svg>
diff --git a/static/pictos/picto_nombre_salaries.svg b/static/pictos/picto_nombre_salaries.svg
new file mode 100644
index 000000000..23398346e
--- /dev/null
+++ b/static/pictos/picto_nombre_salaries.svg
@@ -0,0 +1,119 @@
+<svg
+  width="20"
+  height="21"
+  viewBox="0 0 20 21"
+  fill="none"
+  xmlns="http://www.w3.org/2000/svg"
+>
+  <g clip-path="url(#clip0)">
+    <path
+      d="M0.988244 15.7289C0.838327 15.8024 0.694244 15.674 0.626577 15.5994C0.434077 15.3864 0.281827 14.8749 0.453911 14.3114C0.627161 13.7426 0.701244 13.0595 1.13874 11.9722C1.18949 11.8456 1.21399 10.3464 1.52374 9.35943C1.60716 9.09284 2.33574 8.84901 2.64491 8.89918C2.95349 8.94934 2.71724 9.46618 2.71024 9.55776C2.63791 10.5389 2.26808 12.0153 2.20916 12.2154C1.88483 13.3208 1.25599 13.7478 1.29566 14.5173C1.31666 14.9209 1.27583 15.2768 1.04308 15.2733C1.01508 15.485 1.04308 15.702 0.988244 15.7289Z"
+      fill="#FFDC5D"
+    />
+    <path
+      d="M8.65043 15.4281C8.80034 15.5016 8.94443 15.3732 9.01209 15.2986C9.20459 15.0857 9.35684 14.5741 9.18476 14.0106C9.01151 13.4418 8.93743 12.7587 8.49993 11.6714C8.44918 11.5448 8.42468 10.0456 8.11493 9.05865C8.03151 8.79206 7.30293 8.54823 6.99376 8.5984C6.68518 8.64856 6.92143 9.1654 6.92843 9.25698C7.00076 10.2381 7.37059 11.7146 7.42951 11.9147C7.75384 13.0201 8.38268 13.4471 8.34301 14.2165C8.32201 14.6202 8.36284 14.976 8.59559 14.9725C8.62359 15.1842 8.59559 15.4012 8.65043 15.4281Z"
+      fill="#FFDC5D"
+    />
+    <path
+      d="M2.82971 17.2097C2.53805 15.6149 2.6763 13.4297 2.6763 13.4297H7.1353C7.1353 13.4297 7.27413 15.6149 6.98246 17.2097C6.94571 17.4104 6.8728 19.1604 7.04605 20.418C7.08455 20.6974 5.36255 20.9646 5.38705 20.3451C5.43255 19.1965 5.23305 18.2959 5.19571 17.7201C5.1753 17.401 5.04988 16.6264 4.99505 15.8488C4.98863 15.8383 4.82296 15.8383 4.81655 15.8488C4.76171 16.6264 4.63688 17.401 4.61588 17.7201C4.57855 18.2959 4.37905 19.1965 4.42455 20.3451C4.44905 20.9646 2.72705 20.6974 2.76555 20.418C2.9388 19.1604 2.86588 17.4104 2.82971 17.2097V17.2097Z"
+      fill="#5C913B"
+    />
+    <path
+      d="M2.25496 21.0009C1.96388 20.7641 2.27888 20.3237 3.08329 20.1831C3.76171 20.0647 4.36663 20.1644 4.46171 20.3873C4.58538 20.6749 4.49088 21.0009 4.49088 21.0009H2.25496ZM7.57321 21.0009C7.86429 20.7641 7.54929 20.3237 6.74488 20.1831C6.06646 20.0647 5.46154 20.1644 5.36646 20.3873C5.24279 20.6749 5.33729 21.0009 5.33729 21.0009H7.57321Z"
+      fill="#292F33"
+    />
+    <path
+      d="M2.10467 8.61285C2.81575 8.16602 3.73625 8.16602 3.73625 8.16602H6.06959C6.06959 8.16602 6.99009 8.16602 7.70117 8.61285C8.40175 9.05268 8.66717 10.3628 8.66717 10.3628L7.28292 10.7642L7.22167 13.9883H2.58417L2.52292 10.7642L1.13867 10.3628C1.13867 10.3628 1.40409 9.05268 2.10467 8.61285V8.61285Z"
+      fill="#99AAB5"
+    />
+    <path
+      d="M6.17152 0.285892C5.5281 0.0776418 4.01435 0.134225 3.63577 0.626558C2.65168 0.645225 1.49727 1.53481 1.3456 2.70848C1.19568 3.86989 1.52993 4.40889 1.64835 5.28214C1.7831 6.27148 2.33902 6.58823 2.7841 6.72064C3.42402 7.56589 4.10418 7.52973 5.24577 7.52973C7.47585 7.52973 8.5381 6.03756 8.63201 3.50356C8.6886 1.96998 7.7891 0.809142 6.17152 0.285892V0.285892Z"
+      fill="#FFAC33"
+    />
+    <path
+      d="M3.97168 6.76562V8.19946C3.97168 8.72738 4.37301 9.78613 4.92718 9.78613C5.48135 9.78613 5.88268 8.72738 5.88268 8.19946V6.76562H3.97168Z"
+      fill="#FFDC5D"
+    />
+    <path
+      d="M3.97168 8.00178C4.26218 8.3302 4.5346 8.41245 4.9266 8.41245C5.31801 8.41245 5.59276 8.32961 5.88326 8.00178V7.61328H3.97168V8.00178Z"
+      fill="#F9CA55"
+    />
+    <path
+      d="M7.44743 3.61075C7.2316 3.31208 6.95568 3.07117 6.3496 2.986C6.57652 3.08983 6.7941 3.44975 6.82268 3.64808C6.85127 3.847 6.87927 4.00742 6.6996 3.80908C5.97918 3.01283 5.19518 3.32667 4.4176 2.84017C3.8751 2.50067 3.71002 2.125 3.71002 2.125C3.71002 2.125 3.64352 2.62667 2.82043 3.13767C2.58185 3.28583 2.29718 3.61542 2.1391 4.10308C2.02535 4.45308 2.06093 4.76575 2.06093 5.29892C2.06093 6.85642 3.34485 8.166 4.92802 8.166C6.51118 8.166 7.7951 6.84475 7.7951 5.29892C7.7951 4.33 7.6936 3.95142 7.44743 3.61075V3.61075Z"
+      fill="#FFDC5D"
+    />
+    <path
+      d="M6.04525 7H3.71191C3.71191 7 3.71191 7.58333 4.87858 7.58333C6.04525 7.58333 6.04525 7 6.04525 7Z"
+      fill="#C1694F"
+    />
+    <path
+      d="M3.4196 5.24935C3.58068 5.24935 3.71126 5.11877 3.71126 4.95768C3.71126 4.7966 3.58068 4.66602 3.4196 4.66602C3.25851 4.66602 3.12793 4.7966 3.12793 4.95768C3.12793 5.11877 3.25851 5.24935 3.4196 5.24935Z"
+      fill="#662113"
+    />
+    <path
+      d="M6.33659 5.24935C6.49767 5.24935 6.62826 5.11877 6.62826 4.95768C6.62826 4.7966 6.49767 4.66602 6.33659 4.66602C6.17551 4.66602 6.04492 4.7966 6.04492 4.95768C6.04492 5.11877 6.17551 5.24935 6.33659 5.24935Z"
+      fill="#662113"
+    />
+    <path
+      d="M4.2959 5.83398H5.46257C5.46257 5.83398 5.46257 6.41732 4.87923 6.41732C4.2959 6.41732 4.2959 5.83398 4.2959 5.83398Z"
+      fill="#C1694F"
+    />
+    <path
+      d="M19.0572 15.7289C19.2071 15.8024 19.3512 15.674 19.4189 15.5994C19.6114 15.3864 19.7636 14.8749 19.5915 14.3114C19.4183 13.7426 19.3442 13.0595 18.9067 11.9722C18.856 11.8456 18.8315 10.3464 18.5217 9.35943C18.4383 9.09284 17.7097 8.84901 17.4005 8.89918C17.092 8.94934 17.3282 9.46618 17.3352 9.55776C17.4075 10.5389 17.7774 12.0153 17.8363 12.2154C18.1606 13.3208 18.7895 13.7478 18.7498 14.5173C18.7288 14.9209 18.7696 15.2768 19.0024 15.2733C19.0304 15.485 19.0024 15.702 19.0572 15.7289Z"
+      fill="#FFDC5D"
+    />
+    <path
+      d="M11.1098 15.7289C10.9599 15.8024 10.8158 15.674 10.7481 15.5994C10.5556 15.3864 10.4034 14.8749 10.5754 14.3114C10.7487 13.7426 10.8228 13.0595 11.2603 11.9722C11.311 11.8456 11.3355 10.3464 11.6453 9.35943C11.7287 9.09284 12.4573 8.84901 12.7664 8.89918C13.075 8.94934 12.8388 9.46618 12.8318 9.55776C12.7594 10.5389 12.3896 12.0153 12.3307 12.2154C12.0064 13.3208 11.3775 13.7478 11.4172 14.5173C11.4382 14.9209 11.3974 15.2768 11.1646 15.2733C11.1366 15.485 11.1646 15.702 11.1098 15.7289Z"
+      fill="#FFDC5D"
+    />
+    <path
+      d="M17.2156 17.2097C17.5072 15.6149 17.369 13.4297 17.369 13.4297H12.91C12.91 13.4297 12.7711 15.6149 13.0628 17.2097C13.0996 17.4104 13.1725 19.1604 12.9992 20.418C12.9607 20.6974 14.6827 20.9646 14.6582 20.3451C14.6127 19.1965 14.8122 18.2959 14.8496 17.7201C14.87 17.401 14.9954 16.6264 15.0502 15.8488C15.0566 15.8383 15.2223 15.8383 15.2287 15.8488C15.2836 16.6264 15.4084 17.401 15.4294 17.7201C15.4667 18.2959 15.6662 19.1965 15.6207 20.3451C15.5962 20.9646 17.3182 20.6974 17.2797 20.418C17.1065 19.1604 17.1794 17.4104 17.2156 17.2097V17.2097Z"
+      fill="#4289C1"
+    />
+    <path
+      d="M17.791 21.0009C18.0821 20.7641 17.7671 20.3237 16.9627 20.1831C16.2842 20.0647 15.6793 20.1644 15.5842 20.3873C15.4606 20.6749 15.5551 21.0009 15.5551 21.0009H17.791ZM12.4727 21.0009C12.1817 20.7641 12.4967 20.3237 13.3011 20.1831C13.9795 20.0647 14.5844 20.1644 14.6795 20.3873C14.8032 20.6754 14.7087 21.0015 14.7087 21.0015L12.4727 21.0009Z"
+      fill="#292F33"
+    />
+    <path
+      d="M17.9395 8.61285C17.2284 8.16602 16.3079 8.16602 16.3079 8.16602H13.9745C13.9745 8.16602 13.054 8.16602 12.343 8.61285C11.6424 9.05268 11.377 10.3628 11.377 10.3628L12.7612 10.7642L12.8225 13.9883H17.46L17.5212 10.7642L18.9055 10.3628C18.9055 10.3628 18.64 9.05268 17.9395 8.61285V8.61285Z"
+      fill="#FA743E"
+    />
+    <path
+      d="M16.3414 0.285892C15.698 0.0776418 14.1837 0.134225 13.8057 0.626558C12.8216 0.645225 11.6672 1.53481 11.5155 2.70848C11.3656 3.86989 11.6999 4.40889 11.8183 5.28214C11.953 6.27148 12.5089 6.58823 12.954 6.72064C13.5939 7.56589 14.2741 7.52973 15.4157 7.52973C17.6458 7.52973 18.708 6.03756 18.8019 3.50356C18.8585 1.96998 17.959 0.809142 16.3414 0.285892V0.285892Z"
+      fill="#FFAC33"
+    />
+    <path
+      d="M14.1396 6.76562V8.19946C14.1396 8.72738 14.541 9.78613 15.0951 9.78613C15.6493 9.78613 16.0506 8.72738 16.0506 8.19946V6.76562H14.1396Z"
+      fill="#FFDC5D"
+    />
+    <path
+      d="M14.1396 8.00178C14.4301 8.3302 14.7026 8.41245 15.0946 8.41245C15.486 8.41245 15.7607 8.32961 16.0512 8.00178V7.61328H14.1396V8.00178Z"
+      fill="#F9CA55"
+    />
+    <path
+      d="M17.617 3.61075C17.4011 3.31208 17.1246 3.07117 16.5191 2.986C16.746 3.08983 16.9636 3.44975 16.9922 3.64808C17.0208 3.847 17.0488 4.00742 16.8691 3.80908C16.1487 3.01283 15.3647 3.32667 14.5871 2.84017C14.044 2.50067 13.879 2.125 13.879 2.125C13.879 2.125 13.8125 2.62667 12.9894 3.13767C12.7508 3.28583 12.4661 3.61542 12.308 4.10308C12.1943 4.45308 12.2299 4.76575 12.2299 5.29892C12.2299 6.85642 13.5138 8.166 15.097 8.166C16.6801 8.166 17.964 6.84475 17.964 5.29892C17.9646 4.33 17.8631 3.95142 17.617 3.61075V3.61075Z"
+      fill="#FFDC5D"
+    />
+    <path
+      d="M16.3333 7H14C14 7 14 7.58333 15.1667 7.58333C16.3333 7.58333 16.3333 7 16.3333 7Z"
+      fill="#C1694F"
+    />
+    <path
+      d="M13.7087 5.24935C13.8697 5.24935 14.0003 5.11877 14.0003 4.95768C14.0003 4.7966 13.8697 4.66602 13.7087 4.66602C13.5476 4.66602 13.417 4.7966 13.417 4.95768C13.417 5.11877 13.5476 5.24935 13.7087 5.24935Z"
+      fill="#662113"
+    />
+    <path
+      d="M16.6257 5.24935C16.7867 5.24935 16.9173 5.11877 16.9173 4.95768C16.9173 4.7966 16.7867 4.66602 16.6257 4.66602C16.4646 4.66602 16.334 4.7966 16.334 4.95768C16.334 5.11877 16.4646 5.24935 16.6257 5.24935Z"
+      fill="#662113"
+    />
+    <path
+      d="M14.583 5.83398H15.7497C15.7497 5.83398 15.7497 6.41732 15.1663 6.41732C14.583 6.41732 14.583 5.83398 14.583 5.83398Z"
+      fill="#C1694F"
+    />
+  </g>
+  <defs>
+    <clipPath id="clip0">
+      <rect width="20" height="21" fill="white" />
+    </clipPath>
+  </defs>
+</svg>
-- 
GitLab