@cyrilld/zestds 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +578 -0
- package/dist/averta-400-NOFU4ZZK.woff2 +0 -0
- package/dist/averta-400-italic-7TISTF4B.woff2 +0 -0
- package/dist/averta-600-F44H77Y5.woff2 +0 -0
- package/dist/averta-600-italic-Z7LE3NC2.woff2 +0 -0
- package/dist/averta-700-ZQDULGB7.woff2 +0 -0
- package/dist/averta-700-italic-K56E7TXK.woff2 +0 -0
- package/dist/cursors.cjs +410 -0
- package/dist/cursors.cjs.map +1 -0
- package/dist/cursors.d.cts +138 -0
- package/dist/cursors.d.ts +138 -0
- package/dist/cursors.js +381 -0
- package/dist/cursors.js.map +1 -0
- package/dist/flags.cjs +305 -0
- package/dist/flags.cjs.map +1 -0
- package/dist/flags.d.cts +151 -0
- package/dist/flags.d.ts +151 -0
- package/dist/flags.js +275 -0
- package/dist/flags.js.map +1 -0
- package/dist/index.cjs +1015 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.css +693 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.cts +920 -0
- package/dist/index.d.ts +920 -0
- package/dist/index.js +827 -0
- package/dist/index.js.map +1 -0
- package/package.json +83 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/index.ts","../src/components/foundations/icons/catalogue.ts","../src/components/foundations/icons/index.tsx","../src/components/foundations/file-icons/catalogue.ts","../src/components/foundations/file-icons/index.tsx","../src/components/foundations/logo/catalogue.ts","../src/components/foundations/logo/index.tsx"],"sourcesContent":["/**\n * Le point d'entrée du paquet.\n *\n * Les quatre feuilles sont des imports À EFFET DE BORD, dans cet ordre : les\n * jetons d'abord, puisque tout le reste les cite. `package.json` déclare\n * `sideEffects: [\"*.css\"]` pour que l'empaqueteur d'un consommateur ne les\n * supprime pas au motif que personne n'en importe de valeur.\n */\nimport \"./styles/theme.css\";\nimport \"./styles/fonts.css\";\nimport \"./styles/typography.css\";\nimport \"./styles/base.css\";\n\n/**\n * Les icônes, en composants.\n *\n * ⚠️ C'EST TOUT CE QUE LE PAQUET EXPOSE EN REACT AUJOURD'HUI, et c'est\n * volontaire : la phase 2 n'a pas commencé.\n *\n * Un `Button` existait, hérité d'avant les fondations. Il peignait son primaire\n * en `#4f46e5` — un indigo qui n'est pas le bleu de Zest — dimensionnait son\n * `sm` à 13 px, taille absente de l'échelle, et ne citait pas un seul jeton. Il\n * a été retiré plutôt que corrigé à moitié : un composant faux dans un paquet\n * enseigne le faux, et celui-là contredisait les pages qui documentent les\n * jetons. Il sera recodé en phase 2, sur `theme.css`.\n */\nexport * from \"./components/foundations/icons\";\n\n/**\n * Les icônes de type de fichier.\n *\n * Une famille à part, et pas un ajout aux 121 : elles sont POLYCHROMES, tracées\n * à la boîte de 40 et non de 24, et elles ne suivent pas la couleur du texte.\n * Les mélanger dans une même ligne à la même taille se voit.\n */\nexport * from \"./components/foundations/file-icons\";\n\n/**\n * Le logo de Zest.\n *\n * ⚠️ IL EST À LA RACINE, contrairement aux drapeaux et aux curseurs, et c'est\n * une question de poids : les cinq dessins font 24 Ko en tout. Un produit qui\n * charge le design system affiche presque toujours le logo quelque part.\n *\n * ⚠️ SES COULEURS SONT EN DUR, ET C'EST VOULU. Elles correspondent pourtant\n * exactement à deux jetons — mesuré, ΔE 0,0. Mais un jeton peut être redéfini,\n * c'est sa raison d'être : un logo qui suivrait le thème n'en serait plus un.\n */\nexport * from \"./components/foundations/logo\";\n\n/**\n * Le catalogue, en plus des composants.\n *\n * Les 121 composants d'icône couvrent le cas courant — on en cite une par son\n * nom. Le catalogue sert à l'autre cas : parcourir la bibliothèque, en dessiner\n * une grille, bâtir un sélecteur. Sans lui, un consommateur devrait importer\n * cent-vingt-et-un composants pour en afficher la liste.\n *\n * Il est réexporté ICI et non depuis `icons/index.tsx`, qui est un fichier\n * GÉNÉRÉ : une ligne ajoutée là-bas disparaîtrait à la prochaine génération.\n */\nexport {\n findIcon,\n STYLES_A_REVOIR,\n ZEST_ICONS,\n ZEST_ICONS_EN_CONFLIT,\n type ZestIcon,\n type ZestPath,\n} from \"./components/foundations/icons/catalogue\";\n\nexport {\n findFileIcon,\n type FileIconFamille,\n type FileIconVariante,\n ZEST_FILE_ICONS,\n type ZestFileIcon,\n} from \"./components/foundations/file-icons/catalogue\";\n\n/**\n * Ce que la racine N'EXPORTE PAS, et où le trouver.\n *\n * ⚠️ LES DRAPEAUX ET LES CURSEURS SONT DERRIÈRE LEUR PROPRE POINT D'ENTRÉE.\n *\n * import { FlagIcon } from \"@cyrilld/zestds/flags\"; // 234 drapeaux, 317 Ko\n * import { Cursor } from \"@cyrilld/zestds/cursors\"; // 50 curseurs, 85 Ko\n *\n * Un catalogue est un objet de données interrogé par clé à L'EXÉCUTION — c'est\n * même tout son intérêt : `<FlagIcon code={pays} />`. Aucun empaqueteur ne peut\n * donc prouver qu'une entrée est inutilisée, et rien n'en sera retiré. Les\n * mettre ici ferait passer `dist/index.js` de 197 Ko à près de 600, pour tous,\n * y compris les écrans qui n'en affichent aucun.\n *\n * ⚠️ NE PAS LES RÉEXPORTER ICI « pour la commodité ». Un seul `export *`\n * annulerait le découpage sans rien casser de visible : le typage passerait, le\n * build passerait, et le paquet triplerait en silence.\n */\n","/**\n * Le catalogue des icônes de Zest — LA source unique.\n *\n * ⚠️ GÉNÉRÉ depuis le Figma « ❖ Design System V2.0 », page « Icônes ». Ne pas\n * corriger à la main : corriger le Figma, puis régénérer. Une retouche locale\n * serait écrasée sans laisser de trace.\n *\n * Les composants de `index.tsx` sont construits À PARTIR d'ici, et la page de\n * documentation lit le même catalogue. Un tracé n'est donc écrit qu'une fois :\n * deux endroits qui affirmeraient le même dessin finiraient par ne plus être\n * d'accord.\n *\n * ------------------------------------------------------------------------\n * DEUX FAÇONS DE PEINDRE, ET ELLES NE SE MÉLANGENT PAS\n * ------------------------------------------------------------------------\n * Ces icônes viennent de deux générations de dessin, et le catalogue le dit\n * plutôt que de l'aplatir :\n *\n * · `contour` — un tracé de 2 px, bouts et angles arrondis. La graisse est\n * une propriété du RENDU : ces icônes gardent un trait de 2 px quelle que\n * soit leur taille d'affichage, donc un trait proportionnellement plus fin\n * quand on les agrandit ;\n *\n * · `remplissage` — une silhouette, dessinée sous Illustrator contours\n * vectorisés. La graisse est dans le DESSIN, donc elle grossit avec\n * l'icône. Un dessin « en trait » y est une silhouette évidée, pas un\n * trait paramétrique.\n *\n * Conséquence à connaître : les deux familles ne vieillissent pas pareil quand\n * on change de taille, et un écran qui les mélange à 48 px le montre.\n */\n\n/** Un tracé du dessin. */\nexport interface ZestPath {\n d: string;\n /**\n * La règle de remplissage, RELEVÉE dans le Figma et non supposée.\n *\n * `evenodd` évide les sous-tracés intérieurs — c'est ce qui rend une\n * silhouette creuse. `nonzero` les remplit. Plusieurs icônes n'en déclarent\n * aucune, donc elles sont en `nonzero` : leur imposer `evenodd` percerait\n * des trous, et l'inverse les boucherait, sans que rien le signale.\n *\n * Absente sur les icônes au contour, où elle ne veut rien dire.\n */\n rule?: \"evenodd\" | \"nonzero\";\n}\n\nexport interface ZestIcon {\n /** Le nom du Figma, tel quel — c'est la clé que les maquettes citent. */\n name: string;\n /** La catégorie du Figma. */\n category: string;\n /** Comment le dessin est peint. Voir l'en-tête du fichier. */\n mode: \"contour\" | \"remplissage\";\n /**\n * Comment le dessin se LIT : trait ou plein.\n *\n * Une icône au contour est en trait par construction — un tracé de 2 px ne\n * peut pas être une silhouette pleine. Pour les remplies, le style ne se lit\n * nulle part dans le fichier : les deux sont des `fill`. Il a donc été\n * RELEVÉ À L'ŒIL, sur deux planches rendues à 72 px.\n *\n * ⚠️ Il n'est PAS calculable. On a essayé, à la part de la boîte couverte :\n * la distribution va de 14,8 % à 55,9 % sans aucun creux, le plus grand vide\n * entre deux valeurs voisines faisant 7,5 points. Aucun seuil ne sépare les\n * deux familles.\n *\n * ⚠️ Le suffixe ne suffit pas non plus. Le couple `-01`/`-02` = trait/plein\n * se vérifie sur 14 familles sur 16 — et tombe sur `trash`, dont les deux\n * variantes sont creuses. Ailleurs dans le Figma, `share-01`, `-02` et `-03`\n * sont trois dessins différents. Et une icône sans variante n'est pas\n * automatiquement en trait : `bell-01`, `bookmark-01`, `flag-01` et\n * `tool-01` sont franchement pleines.\n */\n style: \"trait\" | \"plein\";\n /** Les tracés, dans l'ordre du Figma. */\n paths: ZestPath[];\n /**\n * Mots-clés de recherche, venus des descriptions Figma.\n *\n * Filtrés : une description dont aucun mot n'apparaît dans le nom a été\n * recopiée d'une autre icône, et elle est écartée. Sans ce filtre, les six\n * icônes d'alerte répondaient à « star » — elles décrivent toutes\n * « star, favorite, favourite, save, galaxy ».\n */\n keywords?: string[];\n}\n\nexport const ZEST_ICONS: ZestIcon[] = [\n { name: \"home-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M19.68 19.6476V9.0382L12 4.35242L4.31997 9.0382V19.6476H8.15997V16.963C8.15997 14.8064 9.8792 13.0582 12 13.0582C14.1207 13.0582 15.84 14.8064 15.84 16.963V19.6476H19.68ZM13.92 21.6V16.963C13.92 15.8847 13.0604 15.0106 12 15.0106C10.9396 15.0106 10.08 15.8847 10.08 16.963V21.6H4.32C3.25961 21.6 2.4 20.7259 2.4 19.6476V9.03821C2.39999 8.3524 2.75384 7.71687 3.33216 7.36402L11.0122 2.67824C11.6202 2.30725 12.3798 2.30725 12.9878 2.67824L20.6678 7.36402C21.2462 7.71687 21.6 8.3524 21.6 9.03821V19.6476C21.6 20.7259 20.7404 21.6 19.68 21.6H13.92Z\", rule: \"evenodd\" }] },\n { name: \"home-02\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M13.92 16.963V21.6H19.68C20.7404 21.6 21.6 20.7259 21.6 19.6476V9.03821C21.6 8.3524 21.2462 7.71687 20.6678 7.36402L12.9878 2.67824C12.3798 2.30725 11.6202 2.30725 11.0122 2.67824L3.33216 7.36402C2.75384 7.71687 2.39999 8.3524 2.4 9.03821V19.6476C2.4 20.7259 3.25961 21.6 4.32 21.6H10.08V16.963C10.08 15.8847 10.9396 15.0106 12 15.0106C13.0604 15.0106 13.92 15.8847 13.92 16.963Z\", rule: \"evenodd\" }] },\n { name: \"menu-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M3 12H21M3 6H21M3 18H21\" }], keywords: [\"menu\", \"hamburger\", \"navigation\", \"nav\", \"horizontal\", \"lines\"] },\n { name: \"search-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M10.7892 17.3807C13.1441 17.3807 15.3201 16.1244 16.4976 14.0849C17.675 12.0455 17.675 9.53287 16.4976 7.49345C15.3201 5.45404 13.1441 4.19771 10.7892 4.19771C7.14881 4.19771 4.1977 7.14882 4.1977 10.7892C4.1977 14.4296 7.14881 17.3807 10.7892 17.3807ZM17.7323 16.1789L21.6652 20.1118C21.9506 20.3878 22.0648 20.7963 21.964 21.1804C21.8632 21.5644 21.563 21.8641 21.1788 21.9644C20.7947 22.0647 20.3863 21.9498 20.1107 21.6641L16.1778 17.7312C12.5123 20.5764 7.26645 20.082 4.19724 16.6019C1.12803 13.1218 1.29307 7.85525 4.57416 4.57416C7.85525 1.29307 13.1218 1.12803 16.6019 4.19724C20.082 7.26645 20.5764 12.5123 17.7312 16.1778L17.7323 16.1789Z\", rule: \"evenodd\" }] },\n { name: \"edit-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M15.0674 7.40502L5.30767 17.1615L4.66948 19.3378L6.80219 18.7214L16.5943 8.93251L15.0674 7.40502ZM16.7325 5.74043L18.2594 7.26684L19.6827 5.84406C19.8934 5.63329 19.8934 5.29163 19.6827 5.08086L18.9181 4.31765C18.7073 4.10695 18.3655 4.10695 18.1547 4.31765L16.7336 5.74043H16.7325ZM20.4461 2.79124L21.2096 3.55444C22.2635 4.6083 22.2635 6.31661 21.2096 7.37046L7.93602 20.6407L3.37904 21.9577C3.00073 22.0668 2.59303 21.9613 2.31508 21.6826C2.03712 21.4038 1.93297 20.9959 2.04327 20.6181L3.39092 16.0248L16.6299 2.79016C17.6841 1.73661 19.393 1.73661 20.4472 2.79016L20.4461 2.79124Z\", rule: \"evenodd\" }] },\n { name: \"edit-02\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M19.8315 8.13012L15.8685 4.1681L17.4544 2.58329C18.1605 1.87719 19.7778 1.73709 20.6239 2.58329L21.4163 3.3757C22.2625 4.2219 22.1235 5.83921 21.4163 6.54644L19.8315 8.13012ZM18.2468 9.71607L7.15108 20.812L2 22L3.18802 16.8488L14.2837 5.75293L18.2468 9.71607Z\", rule: \"evenodd\" }] },\n { name: \"heart-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M5.1531 10.9897L12.016 18.9728L18.879 10.9897C19.6963 10.0389 20.0155 8.65312 19.7164 7.35434C19.4172 6.05557 18.5451 5.04111 17.4285 4.69311C16.312 4.3451 15.1207 4.71642 14.3033 5.66719L12.016 8.3278L9.72874 5.66844C8.46255 4.21903 6.42849 4.22839 5.17219 5.6894C3.91588 7.15041 3.90736 9.51646 5.1531 10.9897ZM11.2537 3.89218L12.0161 4.77906L12.7785 3.89218C14.1386 2.29613 16.1289 1.66854 17.9958 2.24703C19.8627 2.82551 21.3209 4.52165 21.8182 6.69326C22.3155 8.86486 21.776 11.18 20.4039 12.7621L12.7796 21.6321C12.5773 21.8677 12.3028 22 12.0166 22C11.7304 22 11.4559 21.8677 11.2537 21.6321L3.6283 12.7634C2.23724 11.186 1.68318 8.86015 2.17791 6.67492C2.67265 4.4897 4.13968 2.78297 6.01822 2.20718C7.89675 1.63139 9.89633 2.27556 11.2526 3.89344L11.2537 3.89218Z\", rule: \"evenodd\" }] },\n { name: \"heart-02\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M11.2537 3.89207L12.0161 4.78013L12.7785 3.89332C14.1386 2.29737 16.1289 1.66982 17.9958 2.24826C19.8627 2.82671 21.3209 4.52274 21.8182 6.69421C22.3155 8.86569 21.776 11.1807 20.4039 12.7627L12.7796 21.6321C12.5773 21.8677 12.3028 22 12.0166 22C11.7304 22 11.4559 21.8677 11.2537 21.6321L3.6283 12.7627C2.23724 11.1854 1.68318 8.85972 2.17791 6.67463C2.67265 4.48954 4.13968 2.78292 6.01822 2.20716C7.89675 1.63141 9.89633 2.27554 11.2526 3.89332L11.2537 3.89207Z\", rule: \"evenodd\" }] },\n { name: \"bookmark-01\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M8.00003 4.00002C7.44775 4.00002 7.00003 4.44773 7.00003 5.00002V20.0001L9.97803 17.2831C11.1235 16.238 12.8766 16.238 14.022 17.2831L17 20.0001V5.00002C17 4.44773 16.5523 4.00002 16 4.00002H8.00003ZM8 2H16C17.6569 2 19 3.34315 19 5.00001V20.0001C18.9998 20.7923 18.5321 21.5097 17.8073 21.8295C17.0824 22.1492 16.2372 22.011 15.652 21.4771L12.674 18.7601C12.2922 18.4117 11.7078 18.4117 11.326 18.7601L8.348 21.4771C7.76278 22.011 6.91755 22.1492 6.19275 21.8295C5.46794 21.5097 5.00018 20.7923 5 20.0001V5.00001C5 3.34315 6.34315 2 8 2Z\", rule: \"evenodd\" }] },\n { name: \"share-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M8.59 13.51L15.42 17.49M15.41 6.51L8.59 10.49M21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5ZM9 12C9 13.6569 7.65685 15 6 15C4.34315 15 3 13.6569 3 12C3 10.3431 4.34315 9 6 9C7.65685 9 9 10.3431 9 12ZM21 19C21 20.6569 19.6569 22 18 22C16.3431 22 15 20.6569 15 19C15 17.3431 16.3431 16 18 16C19.6569 16 21 17.3431 21 19Z\" }], keywords: [\"share\", \"export\", \"open\", \"link\", \"external\", \"hyperlink\", \"website\"] },\n { name: \"download-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M12.018 16.7379C11.753 16.7379 11.498 16.6263 11.311 16.4284L5.654 10.4737C5.394 10.2095 5.29 9.81789 5.381 9.45052C5.473 9.0821 5.746 8.79474 6.096 8.69789C6.445 8.6021 6.817 8.71158 7.068 8.98526L11.018 13.1432V3.05263C11.018 2.47158 11.466 2 12.018 2C12.57 2 13.019 2.47158 13.019 3.05263V13.1432L16.968 8.98526C17.362 8.59684 17.978 8.60737 18.359 9.00947C18.741 9.41052 18.751 10.0589 18.381 10.4737L12.725 16.4284C12.538 16.6263 12.284 16.7379 12.018 16.7379ZM3 19.8947H21C21.553 19.8947 22 20.3653 22 20.9474C22 21.5295 21.553 22 21 22H3C2.448 22 2 21.5295 2 20.9474C2 20.3653 2.448 19.8947 3 19.8947Z\", rule: \"evenodd\" }] },\n { name: \"settings-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M21.6 10.2365C20.9628 10.5947 20.5685 11.269 20.569 12C20.569 12.7574 20.9846 13.417 21.6 13.7635L20.9117 16.0733C20.1527 15.9427 19.3854 16.2549 18.9333 16.8784C18.4811 17.5018 18.4226 18.328 18.7824 19.009L16.8029 20.5469C16.2703 20.1103 15.552 19.9751 14.8971 20.1883C14.2423 20.4015 13.7412 20.9336 13.5677 21.6L10.4093 21.5923C10.2339 20.9292 9.73389 20.4003 9.08159 20.1881C8.42929 19.9758 7.71384 20.1091 7.18176 20.5421L5.20416 18.9917C5.55376 18.3138 5.49191 17.4969 5.04425 16.8793C4.59659 16.2618 3.83938 15.949 3.0864 16.0704L2.4 13.752C3.02514 13.3902 3.40975 12.7223 3.40896 12C3.40896 11.2512 3.0048 10.5984 2.4 10.248L3.0864 7.9296C3.83954 8.05147 4.59711 7.73878 5.04504 7.12118C5.49297 6.50358 5.55488 5.68636 5.20512 5.00832L7.1808 3.45792C7.71288 3.89087 8.42833 4.02418 9.08063 3.81192C9.73293 3.59966 10.2329 3.07085 10.4083 2.40768L13.5686 2.4C13.7422 3.06644 14.2433 3.59855 14.8981 3.81171C15.5529 4.02488 16.2713 3.88971 16.8038 3.45312L18.7814 4.992C18.4216 5.67293 18.4801 6.49918 18.9323 7.12261C19.3845 7.74604 20.1517 8.05825 20.9107 7.92768L21.6 10.2355V10.2365ZM16.6301 5.9328C16.6301 5.87232 16.632 5.8128 16.6349 5.75232L16.5581 5.6928C15.0293 6.10928 13.3997 5.56913 12.4224 4.32192L11.5546 4.32384C10.581 5.56557 8.96003 6.1059 7.43616 5.69664L7.34496 5.7696C7.41928 7.55121 6.28886 9.16104 4.58784 9.696C5.07054 10.3668 5.32983 11.1726 5.32896 11.999C5.32896 12.8458 5.06016 13.6454 4.58784 14.303C6.28886 14.838 7.41928 16.4478 7.34496 18.2294L7.43712 18.3014C8.96066 17.8937 10.5806 18.4338 11.5546 19.6742L12.4224 19.6762C13.3991 18.4287 15.0286 17.8884 16.5571 18.3053L16.6339 18.2458C16.5526 16.4583 17.6849 14.8401 19.392 14.304C18.9089 13.633 18.6493 12.8269 18.6499 12C18.6499 11.1533 18.9197 10.3526 19.392 9.696C17.7488 9.17943 16.631 7.65621 16.631 5.93376L16.6301 5.9328ZM12 15.84C9.87923 15.84 8.16 14.1208 8.16 12C8.16 9.87923 9.87923 8.16 12 8.16C14.1208 8.16 15.84 9.87923 15.84 12C15.84 14.1208 14.1208 15.84 12 15.84ZM12 13.92C13.0604 13.92 13.92 13.0604 13.92 12C13.92 10.9396 13.0604 10.08 12 10.08C10.9396 10.08 10.08 10.9396 10.08 12C10.08 13.0604 10.9396 13.92 12 13.92Z\", rule: \"evenodd\" }] },\n { name: \"upload-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M11.9828 2C12.2478 2 12.5028 2.11158 12.6898 2.30947L18.3468 8.26421C18.6068 8.52842 18.7108 8.92 18.6198 9.28737C18.5278 9.65579 18.2548 9.94316 17.9048 10.04C17.5558 10.1358 17.1838 10.0263 16.9328 9.75263L12.9828 5.59474V15.6853C12.9828 16.2663 12.5348 16.7379 11.9828 16.7379C11.4308 16.7379 10.9818 16.2663 10.9818 15.6853V5.59474L7.03277 9.75263C6.63877 10.1411 6.02277 10.1305 5.64177 9.72842C5.25977 9.32737 5.24977 8.67895 5.61977 8.26421L11.2758 2.30947C11.4628 2.11158 11.7168 2 11.9828 2ZM3 19.8947H21C21.553 19.8947 22 20.3653 22 20.9474C22 21.5295 21.553 22 21 22H3C2.448 22 2 21.5295 2 20.9474C2 20.3653 2.448 19.8947 3 19.8947Z\", rule: \"evenodd\" }] },\n { name: \"x-close\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M18 6L6 18M6 6L18 18\" }], keywords: [\"x\", \"close\", \"exit\", \"remove\", \"cross\", \"delete\"] },\n { name: \"filter-funnel-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M4.01593 4L10.5504 12.101C10.8364 12.4558 10.9921 12.8967 10.9919 13.351V20L13.0081 18.5V13.35C13.0081 12.896 13.1638 12.4556 13.4496 12.101L19.984 4H4.01694H4.01593ZM4.01594 2H19.9841C20.7592 2.0001 21.4656 2.44098 21.8012 3.13409C22.1368 3.82719 22.0421 4.64977 21.5577 5.25L15.0243 13.35V18.5C15.0243 19.1295 14.7255 19.7223 14.2178 20.1L12.2016 21.6C11.5907 22.0545 10.7733 22.1276 10.0903 21.7889C9.4072 21.4501 8.97574 20.7575 8.97574 20V13.35L2.44232 5.25C1.95786 4.64977 1.86319 3.82719 2.19878 3.13409C2.53438 2.44098 3.24082 2.0001 4.01594 2Z\", rule: \"evenodd\" }] },\n { name: \"filter-funnel-02\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M3.12046 2H20.8795C21.0907 2.00013 21.2975 2.05936 21.4762 2.17087C21.6549 2.28238 21.7982 2.44163 21.8896 2.6303C21.981 2.81896 22.0167 3.02937 21.9927 3.23729C21.9688 3.44521 21.886 3.64219 21.754 3.80556L14.489 12.8067C14.3295 13.0036 14.2425 13.2486 14.2423 13.5011V19.2222C14.2423 19.3947 14.2018 19.5648 14.1239 19.7191C14.0461 19.8734 13.9331 20.0076 13.7938 20.1111L11.5515 21.7778C11.385 21.9016 11.1869 21.977 10.9795 21.9955C10.7722 22.014 10.5637 21.975 10.3774 21.8827C10.1912 21.7904 10.0346 21.6486 9.92513 21.473C9.81567 21.2975 9.75769 21.0952 9.75769 20.8889V13.5C9.75724 13.2478 9.67026 13.0033 9.51104 12.8067L2.24595 3.80556C2.11398 3.64219 2.03123 3.44521 2.00725 3.23729C1.98327 3.02937 2.01903 2.81896 2.11041 2.6303C2.20179 2.44163 2.34507 2.28238 2.52376 2.17087C2.70245 2.05936 2.90929 2.00013 3.12046 2Z\", rule: \"nonzero\" }] },\n { name: \"link-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M5.54588 12.3834C5.96648 11.9639 6.64723 11.9639 7.06782 12.3834C7.26937 12.5847 7.38262 12.8579 7.38262 13.1427C7.38262 13.4276 7.26937 13.7007 7.06782 13.902L4.78492 16.1816C4.38148 16.5842 4.15477 17.1308 4.15477 17.7008C4.15477 18.2707 4.38148 18.8173 4.78492 19.2199C5.6261 20.0589 6.98761 20.0589 7.82879 19.2199L13.1545 13.902C13.356 13.7007 13.4693 13.4276 13.4693 13.1427C13.4693 12.8579 13.356 12.5847 13.1545 12.3834C12.9526 12.1821 12.8391 11.9087 12.8391 11.6236C12.8391 11.3384 12.9526 11.065 13.1545 10.8637C13.575 10.4442 14.2558 10.4442 14.6764 10.8637C15.2817 11.4677 15.6219 12.2876 15.6219 13.1427C15.6219 13.9978 15.2817 14.8178 14.6764 15.4217L9.34962 20.7396C7.6675 22.4182 4.94398 22.4182 3.26187 20.7396C2.455 19.9344 2.00157 18.8412 2.00157 17.7013C2.00157 16.5614 2.455 15.4682 3.26187 14.663L5.54588 12.3823V12.3834ZM18.4546 11.6169C18.034 12.0364 17.3532 12.0364 16.9326 11.6169C16.7311 11.4156 16.6178 11.1424 16.6178 10.8576C16.6178 10.5727 16.7311 10.2996 16.9326 10.0983L19.2155 7.81871C19.619 7.41609 19.8457 6.86952 19.8457 6.29955C19.8457 5.72958 19.619 5.18302 19.2155 4.78039C18.3744 3.9414 17.0128 3.9414 16.1717 4.78039L10.8471 10.0983C10.6456 10.2996 10.5323 10.5727 10.5323 10.8576C10.5323 11.1424 10.6456 11.4156 10.8471 11.6169C11.049 11.8182 11.1625 12.0916 11.1625 12.3767C11.1625 12.6619 11.049 12.9353 10.8471 13.1366C10.4265 13.5561 9.74576 13.5561 9.32517 13.1366C8.71985 12.5326 8.37967 11.7127 8.37967 10.8576C8.37967 10.0025 8.71985 9.18253 9.32517 8.57857L14.6519 3.26068C16.3341 1.58208 19.0576 1.58208 20.7397 3.26068C21.5466 4.06593 22 5.15906 22 6.299C22 7.43894 21.5466 8.53207 20.7397 9.33732L18.4546 11.618V11.6169Z\", rule: \"evenodd\" }] },\n { name: \"link-broken-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M20.8441 8.73669L16.2531 13.3273C16.031 13.5494 15.7073 13.6359 15.404 13.5547C15.1007 13.4733 14.8639 13.2363 14.7827 12.9329C14.7014 12.6296 14.7882 12.3061 15.0102 12.0841L19.6027 7.49381C20.1559 6.94074 20.3719 6.13444 20.1694 5.37871C19.967 4.62299 19.3766 4.03265 18.6209 3.8302C17.8652 3.62774 17.0588 3.84374 16.5058 4.39698L11.9156 8.98939C11.6935 9.21147 11.37 9.29819 11.0667 9.21696C10.7634 9.13574 10.5264 8.89894 10.445 8.59564C10.3637 8.29233 10.4503 7.96864 10.6723 7.74655L15.2629 3.15595C16.26 2.1589 17.7131 1.76966 19.0749 2.13459C20.4368 2.4995 21.5005 3.56322 21.8654 4.92515C22.2303 6.28708 21.8411 7.74007 20.8441 8.73707L20.8441 8.73669ZM12.0845 15.0102L7.49422 19.6026C6.94115 20.1559 6.13485 20.3719 5.37912 20.1694C4.6234 19.9669 4.03306 19.3766 3.83061 18.6209C3.62815 17.8652 3.84414 17.0588 4.39739 16.5058L8.9898 11.9155C9.20541 11.6923 9.28722 11.3719 9.20522 11.0725C9.12321 10.7731 8.88935 10.5393 8.58997 10.4573C8.29059 10.3753 7.9702 10.4571 7.74695 10.6727L3.15595 15.2629C2.1589 16.26 1.76966 17.7131 2.13459 19.0749C2.4995 20.4368 3.56322 21.5005 4.92515 21.8654C6.28688 22.2303 7.74007 21.8411 8.73707 20.8441L13.3277 16.2531C13.5498 16.031 13.6363 15.7073 13.5551 15.404C13.4736 15.1007 13.2366 14.8639 12.9333 14.7826C12.63 14.7014 12.3065 14.7881 12.0844 15.0102L12.0845 15.0102ZM8.33276 7.10892C8.37828 7.30158 8.48736 7.47325 8.64255 7.59606C8.79753 7.71907 8.98961 7.78597 9.18758 7.78617C9.25566 7.78637 9.32354 7.77832 9.38965 7.76243C9.61605 7.70887 9.81205 7.56781 9.93469 7.37005C10.0573 7.17249 10.0963 6.93412 10.0438 6.70769L9.37518 3.87002C9.30318 3.56436 9.07345 3.32032 8.77269 3.22986C8.47193 3.13942 8.14589 3.21633 7.91712 3.43155C7.68836 3.64677 7.59203 3.96774 7.66404 4.2734L8.33276 7.10892ZM3.87008 9.37469L6.70776 10.0435V10.0437C6.77387 10.0594 6.84175 10.0674 6.90983 10.0672C7.19979 10.0672 7.47114 9.92419 7.63497 9.68485C7.79878 9.44569 7.8341 9.14102 7.72914 8.87066C7.62437 8.60031 7.39307 8.39902 7.11078 8.33271L4.2731 7.66427C4.04376 7.60385 3.7997 7.63838 3.59643 7.7606C3.39298 7.88263 3.24761 8.08176 3.19326 8.31247C3.13892 8.54338 3.18012 8.78646 3.30744 8.98638C3.43497 9.18649 3.63782 9.32657 3.87011 9.37463L3.87008 9.37469ZM20.1302 14.6256L17.2925 13.9569V13.9567C17.0644 13.8994 16.8225 13.9359 16.6214 14.0583C16.4203 14.1805 16.2767 14.3785 16.2227 14.6076C16.1688 14.8368 16.2088 15.0779 16.3342 15.2772C16.4597 15.4766 16.6596 15.617 16.8896 15.6676L19.7273 16.3361C19.7934 16.3518 19.8613 16.3598 19.9293 16.3598C20.2189 16.359 20.4894 16.216 20.6529 15.9769C20.8163 15.7379 20.8516 15.4338 20.747 15.1638C20.6427 14.8937 20.4119 14.6924 20.1302 14.6257L20.1302 14.6256ZM15.6675 16.8914C15.5953 16.5857 15.3658 16.3417 15.065 16.2512C14.7643 16.1608 14.438 16.2377 14.2093 16.4529C13.9807 16.6683 13.8842 16.9891 13.9562 17.295L14.625 20.1327L14.6252 20.1325C14.6705 20.3251 14.7796 20.4968 14.9347 20.6198C15.0899 20.7426 15.282 20.8095 15.4798 20.8097C15.5481 20.8097 15.6161 20.8019 15.6824 20.786C15.9088 20.7324 16.1048 20.5915 16.2273 20.3938C16.3499 20.196 16.3891 19.9579 16.3364 19.7313L15.6675 16.8914Z\", rule: \"nonzero\" }] },\n { name: \"log-out-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M11.9999 16.9995C11.9999 16.4466 12.4479 15.9996 12.9998 15.9996C13.5528 15.9996 13.9997 16.4466 13.9997 16.9995V19.9993C13.9997 21.1032 13.1038 21.9991 11.9999 21.9991H4.00062C2.89672 21.9991 2.0008 21.1032 2.0008 19.9993V4.00072C2.0008 2.89682 2.89672 2.0009 4.00062 2.0009H11.9999C13.1038 2.0009 13.9997 2.89682 13.9997 4.00072V7.00045C13.9997 7.5524 13.5528 8.00036 12.9998 8.00036C12.4479 8.00036 11.9999 7.5524 11.9999 7.00045V4.00072H4.00062V19.9993H11.9999V16.9995ZM17.4634 7.08114L21.706 11.3238C21.894 11.5107 22 11.7647 22 12.0307C22 12.2957 21.894 12.5506 21.706 12.7376L17.4634 16.9802C17.2124 17.2402 16.8405 17.3442 16.4905 17.2532C16.1415 17.1612 15.8685 16.8883 15.7766 16.5383C15.6856 16.1893 15.7896 15.8174 16.0495 15.5664L18.5853 13.0306H9.02016C8.46821 13.0306 8.02025 12.5826 8.02025 12.0307C8.02025 11.4787 8.46821 11.0308 9.02016 11.0308H18.5853L16.0495 8.49501C15.6706 8.10305 15.6766 7.4791 16.0615 7.09314C16.4475 6.70717 17.0704 6.70217 17.4634 7.08114Z\", rule: \"evenodd\" }] },\n { name: \"help-circle-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58173 16.4183 4.00001 12 4.00001C7.58173 4.00001 4.00001 7.58173 4.00001 12C4.00001 16.4183 7.58173 20 12 20ZM12.3706 13.814H12.3742L12.4612 13.1648C12.5047 12.7239 12.9466 12.3514 13.4577 11.9206C13.5593 11.8349 13.6636 11.747 13.768 11.6558C14.4766 11.0324 15.1757 10.2722 15.2249 9.09015C15.3065 7.10531 13.8316 6.07329 12.1342 6.00369C10.8844 5.95209 9.71795 6.4447 8.98473 7.25532C8.98473 7.25592 8.98413 7.25592 8.98413 7.25592C8.98413 7.25652 8.98353 7.25652 8.98353 7.25652C8.98113 7.25972 8.9782 7.26238 8.97527 7.26505L8.97093 7.26912L8.97213 7.27092C8.60612 7.65132 8.60853 8.25613 8.98413 8.63174C9.36094 9.00795 9.96875 9.01035 10.3492 8.63954L10.3498 8.64074L10.3529 8.63784C10.355 8.63604 10.357 8.63432 10.3582 8.63234C10.3588 8.63174 10.3594 8.63174 10.3594 8.63174C10.36 8.63114 10.36 8.63054 10.36 8.63054C10.7452 8.15233 11.3338 7.86733 11.905 7.89073C12.6166 7.92073 13.084 8.36474 13.0534 9.12195C13.0252 9.80417 12.5176 10.3292 12.0268 10.8254C11.9819 10.8678 11.9366 10.9101 11.8913 10.9525C11.2845 11.5202 10.6703 12.0947 10.6474 12.9836L10.6162 13.7414H10.618C10.6078 14.2191 10.9798 14.6187 11.4586 14.6385C11.938 14.6577 12.3412 14.2899 12.3706 13.814ZM12.6683 16.8223C12.6959 16.1563 12.1577 15.5869 11.491 15.5599C10.7944 15.5311 10.2112 16.0537 10.1836 16.7197C10.156 17.4019 10.6936 17.9701 11.3908 17.999C12.0569 18.0266 12.6401 17.5045 12.6683 16.8223Z\", rule: \"evenodd\" }] },\n { name: \"help-circle-02\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12ZM12.3706 13.814H12.3742L12.4612 13.1648C12.5047 12.7239 12.9466 12.3514 13.4577 11.9206C13.5593 11.8349 13.6636 11.747 13.768 11.6558C14.4766 11.0324 15.1757 10.2722 15.2249 9.09015C15.3065 7.10531 13.8316 6.07329 12.1342 6.00369C10.8844 5.95209 9.71795 6.4447 8.98473 7.25532C8.98473 7.25592 8.98413 7.25592 8.98413 7.25592C8.98413 7.25652 8.98353 7.25652 8.98353 7.25652C8.98113 7.25972 8.9782 7.26238 8.97527 7.26505L8.97093 7.26912L8.97213 7.27092C8.60612 7.65132 8.60853 8.25613 8.98413 8.63174C9.36094 9.00795 9.96875 9.01035 10.3492 8.63954L10.3498 8.64074L10.3529 8.63784C10.355 8.63604 10.357 8.63432 10.3582 8.63234C10.3588 8.63174 10.3594 8.63174 10.3594 8.63174C10.36 8.63114 10.36 8.63054 10.36 8.63054C10.7452 8.15233 11.3338 7.86733 11.905 7.89073C12.6166 7.92073 13.084 8.36474 13.0534 9.12195C13.0252 9.80417 12.5176 10.3292 12.0268 10.8254C11.9819 10.8678 11.9366 10.9101 11.8913 10.9525C11.2845 11.5202 10.6703 12.0947 10.6474 12.9836L10.6162 13.7414H10.618C10.6078 14.2191 10.9798 14.6187 11.4586 14.6385C11.938 14.6577 12.3412 14.2899 12.3706 13.814ZM12.6683 16.8223C12.6959 16.1563 12.1577 15.5869 11.491 15.5599C10.7944 15.5311 10.2112 16.0537 10.1836 16.7197C10.156 17.4019 10.6936 17.9701 11.3908 17.999C12.0569 18.0266 12.6401 17.5045 12.6683 16.8223Z\", rule: \"evenodd\" }] },\n { name: \"trash-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M19.6871 7L18.8681 20.11C18.8024 21.1702 17.8161 22 16.6215 22H7.3785C6.18393 22 5.19758 21.1702 5.13187 20.11L4.31288 7H4.125C3.50368 7 3 6.55228 3 6V3C3 2.44772 3.50368 2 4.125 2H19.875C20.4963 2 21 2.44772 21 3V6C21 6.55228 20.4963 7 19.875 7H19.6871ZM17.8583 7H6.67114L7.50728 20H17.0221L17.8583 7V7ZM5.31617 4.00002V5.00001H19.2132V4.00002H5.31617ZM9.94852 9C10.5881 9 11.1066 9.44771 11.1066 10V17C11.1066 17.5523 10.5881 18 9.94852 18C9.30893 18 8.79044 17.5523 8.79044 17V10C8.79044 9.44771 9.30893 9 9.94852 9ZM14.5809 9C15.2205 9 15.739 9.44771 15.739 10V17C15.739 17.5523 15.2205 18 14.5809 18C13.9413 18 13.4228 17.5523 13.4228 17V10C13.4228 9.44771 13.9413 9 14.5809 9Z\", rule: \"evenodd\" }] },\n { name: \"trash-02\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M19.6253 7.99999L18.8681 20.11C18.8024 21.1702 17.8161 22 16.6215 22H7.37851C6.18393 22 5.19758 21.1702 5.13188 20.11L4.37476 7.99999H19.6253ZM4.125 2H19.875C20.4963 2 21 2.44772 21 3V5C21 5.55229 20.4963 6 19.875 6H4.125C3.50368 6 3 5.55229 3 5V3C3 2.44772 3.50368 2 4.125 2ZM9.75 10C9.12868 10 8.625 10.4477 8.625 11V18C8.625 18.5523 9.12868 19 9.75 19C10.3713 19 10.875 18.5523 10.875 18V11C10.875 10.4477 10.3713 10 9.75 10ZM14.25 10C13.6287 10 13.125 10.4477 13.125 11V18C13.125 18.5523 13.6287 19 14.25 19C14.8713 19 15.375 18.5523 15.375 18V11C15.375 10.4477 14.8713 10 14.25 10Z\", rule: \"evenodd\" }] },\n { name: \"check-circle-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM10.0108 15.7425C10.1761 15.9078 10.4005 16.0005 10.6343 16C10.8681 16.0005 11.0925 15.9078 11.2578 15.7425L17.4947 9.50561C17.839 9.16101 17.8388 8.6025 17.4942 8.25814C17.1496 7.91379 16.5911 7.91398 16.2468 8.25858L10.6334 13.8702L7.51584 10.7526C7.29425 10.5235 6.96629 10.4318 6.65801 10.5128C6.34973 10.5937 6.1091 10.8346 6.02861 11.143C5.94812 11.4514 6.04029 11.7793 6.2697 12.0005L10.0108 15.7425Z\", rule: \"evenodd\" }] },\n // check-circle-02 : aplat et forme blanche réunis en un tracé evenodd, pour que l icône suive la couleur du texte\n { name: \"check-circle-02\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22Z M10.4489 16.08C10.2245 16.0805 10.0091 15.9915 9.85034 15.8328L6.25891 12.2405C6.03868 12.0281 5.95019 11.7134 6.02746 11.4173C6.10473 11.1213 6.33574 10.8899 6.63169 10.8122C6.92764 10.7345 7.24248 10.8226 7.45521 11.0425L10.4481 14.0354L15.8369 8.64824C16.1675 8.31742 16.7036 8.31723 17.0345 8.64781C17.3653 8.97839 17.3655 9.51456 17.0349 9.84538L11.0475 15.8328C10.8888 15.9915 10.6734 16.0805 10.4489 16.08Z\", rule: \"evenodd\" }] },\n { name: \"x-circle\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" }], keywords: [\"x\", \"close\", \"exit\", \"remove\", \"cross\", \"delete\", \"circle\"] },\n { name: \"smart-org\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M4 16V20H8V16H4ZM16 13H8C7.44772 13 7 13.4477 7 14H8C9.10457 14 10 14.8954 10 16V20C10 21.1046 9.10457 22 8 22H4C2.89543 22 2 21.1046 2 20V16C2 14.8954 2.89543 14 4 14H5C5 12.3431 6.34315 11 8 11H11V10H10C8.89543 10 8 9.10457 8 8V4C8 2.89543 8.89543 2 10 2H14C15.1046 2 16 2.89543 16 4V8C16 9.10457 15.1046 10 14 10H13V11H16C17.6569 11 19 12.3431 19 14H20C21.1046 14 22 14.8954 22 16V20C22 21.1046 21.1046 22 20 22H16C14.8954 22 14 21.1046 14 20V16C14 14.8954 14.8954 14 16 14H17C17 13.4477 16.5523 13 16 13ZM10 4V8H14V4H10ZM16 16V20H20V16H16Z\", rule: \"evenodd\" }] },\n { name: \"plus-circle-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" }], keywords: [\"plus\", \"add\", \"addition\", \"calculate\", \"mathematics\", \"circle\"] },\n { name: \"plus-circle-02\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H8C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H11V8C11 7.44772 11.4477 7 12 7Z\", rule: \"evenodd\" }], keywords: [\"plus\", \"add\", \"addition\", \"calculate\", \"mathematics\", \"circle\"] },\n { name: \"eye-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M2.42012 12.7132C2.28394 12.4975 2.21584 12.3897 2.17772 12.2234C2.14909 12.0985 2.14909 11.9015 2.17772 11.7766C2.21584 11.6103 2.28394 11.5025 2.42012 11.2868C3.54553 9.50484 6.8954 5 12.0004 5C17.1054 5 20.4553 9.50484 21.5807 11.2868C21.7169 11.5025 21.785 11.6103 21.8231 11.7766C21.8517 11.9015 21.8517 12.0985 21.8231 12.2234C21.785 12.3897 21.7169 12.4975 21.5807 12.7132C20.4553 14.4952 17.1054 19 12.0004 19C6.8954 19 3.54553 14.4952 2.42012 12.7132Z\" }, { d: \"M12.0004 15C13.6573 15 15.0004 13.6569 15.0004 12C15.0004 10.3431 13.6573 9 12.0004 9C10.3435 9 9.0004 10.3431 9.0004 12C9.0004 13.6569 10.3435 15 12.0004 15Z\" }], keywords: [\"eye\", \"view\", \"see\", \"preview\"] },\n { name: \"eye-02\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z\", rule: \"nonzero\" }, { d: \"M12 4C9.13833 4 6.80535 5.26472 5.07675 6.70743C3.3505 8.14818 2.16697 9.81429 1.57422 10.7528L1.55014 10.7908C1.43252 10.976 1.27981 11.2164 1.2026 11.5532C1.14027 11.8251 1.14027 12.1749 1.2026 12.4468C1.2798 12.7836 1.43252 13.024 1.55014 13.2092L1.57423 13.2472C2.16697 14.1857 3.3505 15.8518 5.07675 17.2926C6.80535 18.7353 9.13833 20 12 20C14.8617 20 17.1947 18.7353 18.9233 17.2926C20.6495 15.8518 21.833 14.1857 22.4258 13.2472L22.4499 13.2092C22.5675 13.024 22.7202 12.7837 22.7974 12.4468C22.8597 12.1749 22.8597 11.8251 22.7974 11.5532C22.7202 11.2163 22.5675 10.976 22.4499 10.7908L22.4258 10.7528C21.833 9.81429 20.6495 8.14818 18.9233 6.70743C17.1947 5.26472 14.8617 4 12 4ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8Z\", rule: \"evenodd\" }], keywords: [\"eye\", \"view\", \"see\", \"preview\"] },\n { name: \"slash-circle-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M4.93 4.93L19.07 19.07M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" }], keywords: [\"slash\", \"cancel\", \"stop\", \"no\", \"entry\", \"circle\"] },\n { name: \"dots-vertical\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\" }, { d: \"M12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6Z\" }, { d: \"M12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20Z\" }], keywords: [\"dots\", \"vertical\", \"line\", \"more\", \"options\", \"menu\"] },\n { name: \"check\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M20 6L9 17L4 12\" }], keywords: [\"check\", \"tick\", \"confirm\"] },\n { name: \"minus\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M5 12H19\" }], keywords: [\"minus\", \"subtract\", \"subtraction\", \"mathematics\"] },\n { name: \"calendar\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M19.2 10.1587V8.31741C19.2 7.80895 18.7971 7.39676 18.3 7.39676H17.4V8.31741C17.4 8.82587 16.9971 9.23806 16.5 9.23806C16.003 9.23806 15.6 8.82587 15.6 8.31741V7.39676H8.40001V8.31741C8.40001 8.82587 7.99707 9.23806 7.50001 9.23806C7.00295 9.23806 6.60001 8.82587 6.60001 8.31741V7.39676H5.70001C5.20295 7.39676 4.80001 7.80895 4.80001 8.31741V10.1587H19.2ZM19.2 12H4.80001V17.5239C4.80001 18.0323 5.20295 18.4445 5.70001 18.4445H18.3C18.7971 18.4445 19.2 18.0323 19.2 17.5239V12ZM17.4 5.55546H18.3C19.7912 5.55546 21 6.79203 21 8.31741V17.5239C21 19.0493 19.7912 20.2858 18.3 20.2858H5.7C4.20883 20.2858 3 19.0493 3 17.5239V8.31741C3 6.79203 4.20883 5.55546 5.7 5.55546H6.6V4.63481C6.6 4.12635 7.00294 3.71417 7.5 3.71417C7.99706 3.71417 8.4 4.12635 8.4 4.63481V5.55546H15.6V4.63481C15.6 4.12635 16.0029 3.71417 16.5 3.71417C16.9971 3.71417 17.4 4.12635 17.4 4.63481V5.55546Z\", rule: \"evenodd\" }] },\n { name: \"plus\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M13.1399 13.1407L13.1407 13.1399L13.1399 18.8401C13.147 19.2521 12.9314 19.6359 12.5757 19.8439C12.2201 20.052 11.7799 20.052 11.4243 19.8439C11.0686 19.6359 10.853 19.2521 10.8601 18.8401L10.8593 13.1399H5.15987C4.74791 13.147 4.36413 12.9314 4.15606 12.5757C3.94798 12.2201 3.94798 11.7799 4.15606 11.4243C4.36413 11.0686 4.74791 10.853 5.15987 10.8601L10.8601 10.8593V5.15987C10.853 4.74791 11.0686 4.36413 11.4243 4.15606C11.7799 3.94798 12.2201 3.94798 12.5757 4.15606C12.9314 4.36413 13.147 4.74791 13.1399 5.15987V10.8593L18.8401 10.8601C19.2521 10.853 19.6359 11.0686 19.8439 11.4243C20.052 11.7799 20.052 12.2201 19.8439 12.5757C19.6359 12.9314 19.2521 13.147 18.8401 13.1399L13.1399 13.1407Z\", rule: \"evenodd\" }] },\n { name: \"clock\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M12 6V12L16 14M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" }], keywords: [\"clock\", \"timer\", \"alarm\", \"watch\"] },\n { name: \"share-02\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M10.3373 3.13945C10.6304 2.77982 11.0734 2.57606 11.5372 2.58756C11.9438 2.59765 12.2509 2.80142 12.4055 2.91148C12.5703 3.0288 12.758 3.18969 12.9441 3.34925C12.9532 3.35707 12.9623 3.36489 12.9714 3.3727L21.4618 10.6501C21.5662 10.7396 21.6875 10.8435 21.7853 10.9431C21.8959 11.0558 22.0507 11.2348 22.1434 11.4929C22.2611 11.8207 22.2611 12.1793 22.1434 12.5071C22.0507 12.7652 21.8959 12.9442 21.7853 13.0569C21.6875 13.1565 21.5662 13.2604 21.4618 13.3498L12.944 20.6508C12.758 20.8103 12.5703 20.9712 12.4055 21.0885C12.2509 21.1986 11.9438 21.4023 11.5372 21.4124C11.0734 21.4239 10.6304 21.2202 10.3373 20.8605C10.0803 20.5452 10.0352 20.1795 10.0181 19.9905C9.99991 19.7889 9.99995 19.5418 10 19.2966L10 16.1964C9.0578 16.3593 8.14001 16.6517 7.27329 17.0675C5.92197 17.7158 4.72673 18.6485 3.76944 19.8017C3.5003 20.1259 3.05681 20.2466 2.66047 20.1035C2.26413 19.9605 2 19.5843 2 19.163V18.551C2.00136 15.9302 2.96754 13.4012 4.71418 11.4474C6.1266 9.86742 7.9694 8.75269 10 8.22851V4.73936C10 4.72737 10 4.71536 10 4.70334C9.99995 4.45822 9.99991 4.21104 10.0181 4.00953C10.0352 3.82049 10.0803 3.45474 10.3373 3.13945Z\", rule: \"evenodd\" }], keywords: [\"share\", \"export\", \"open\", \"link\", \"external\", \"hyperlink\", \"website\"] },\n { name: \"share-03\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M21 6H17.8C16.1198 6 15.2798 6 14.638 6.32698C14.0735 6.6146 13.6146 7.07354 13.327 7.63803C13 8.27976 13 9.11984 13 10.8V12M18 9L21 6L18 3M10 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V14\" }], keywords: [\"share\", \"export\", \"open\", \"link\", \"external\", \"hyperlink\", \"website\"] },\n { name: \"tick\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M16.7481 7.02221L9.58811 13.9322L7.68811 11.9022C7.33811 11.5722 6.78811 11.5522 6.38811 11.8322C5.99811 12.1222 5.88811 12.6322 6.12811 13.0422L8.37811 16.7022C8.59811 17.0422 8.97811 17.2522 9.40811 17.2522C9.81811 17.2522 10.2081 17.0422 10.4281 16.7022C10.7881 16.2322 17.6581 8.04221 17.6581 8.04221C18.5581 7.12221 17.4681 6.31221 16.7481 7.01221V7.02221Z\", rule: \"evenodd\" }] },\n { name: \"slash-divider\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M7 22L17 2\" }], keywords: [\"slash\", \"divide\", \"divider\", \"no\"] },\n { name: \"tool-01\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M8.99998 8C8.99998 4.13401 12.134 1 16 1C16.8236 1 17.6161 1.14267 18.3527 1.40547C18.6756 1.52068 18.917 1.79329 18.9922 2.12778C19.0675 2.46226 18.9662 2.81199 18.7237 3.05443L16.4802 5.32178C16.162 5.64333 16.0029 5.80411 15.9279 5.98225C15.8228 6.23209 15.8236 6.51392 15.9301 6.76316C16.0061 6.94087 16.1661 7.10075 16.4861 7.4205C16.8067 7.74085 16.967 7.90103 17.1451 7.97687C17.3948 8.08324 17.677 8.08353 17.927 7.97766C18.1052 7.90219 18.2658 7.74234 18.587 7.42264L20.8911 5.1297C21.1302 4.89056 21.474 4.7885 21.8049 4.85841C22.1358 4.92832 22.4089 5.16073 22.5309 5.47616C22.8342 6.26046 23 7.11205 23 8C23 11.866 19.866 15 16 15C15.4286 15 14.8719 14.9313 14.3382 14.8013C14.0851 14.7397 13.9251 14.7009 13.8082 14.6774C13.7866 14.673 13.7689 14.6698 13.7547 14.6673C13.7509 14.6706 13.7468 14.6742 13.7424 14.6783C13.6803 14.7344 13.5987 14.8155 13.4549 14.9593L7.20709 21.2071C5.98814 22.4261 4.01183 22.4261 2.79288 21.2071C1.57392 19.9882 1.57392 18.0118 2.79288 16.7929L9.04069 10.5451C9.18451 10.4013 9.26561 10.3197 9.32172 10.2576C9.33734 10.2403 9.32845 10.2209 9.32259 10.1918C9.29908 10.0749 9.26031 9.91484 9.19866 9.66177C9.06865 9.1281 8.99998 8.57139 8.99998 8Z\", rule: \"evenodd\" }], keywords: [\"tool\", \"tools\", \"spanner\", \"settings\", \"preferences\"] },\n { name: \"mail-01\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M20 18.752H3.99999V10.629L11.628 13.681C11.748 13.729 11.874 13.752 12 13.752C12.127 13.752 12.255 13.728 12.375 13.679L20 10.59V18.752ZM11.864 5.38595C11.911 5.35995 11.956 5.33295 12 5.30395C12.044 5.33295 12.089 5.35995 12.136 5.38595L18.614 8.99396L11.998 11.674L5.34899 9.01396L11.864 5.38595ZM21.334 8.21896L20.994 8.02996L13.109 3.63895C12.785 3.37995 12.393 3.24995 12 3.24995C11.607 3.24995 11.215 3.37995 10.891 3.63895L2.95699 8.05696L2.66599 8.21896C2.24499 8.55596 1.99999 9.06596 1.99999 9.60496V9.82896V18.977C1.99999 19.957 2.79499 20.752 3.77499 20.752H20.225C21.205 20.752 22 19.957 22 18.977V9.77996V9.60496C22 9.06596 21.755 8.55596 21.334 8.21896V8.21896Z\", rule: \"evenodd\" }] },\n { name: \"bell-01\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M8.60444 20.3383C8.9699 19.9242 9.60184 19.8848 10.0159 20.2503C10.5454 20.7176 11.2385 21 12 21C12.7615 21 13.4546 20.7176 13.9841 20.2503C14.3982 19.8848 15.0301 19.9242 15.3956 20.3383C15.761 20.7523 15.7216 21.3843 15.3076 21.7497C14.4267 22.5272 13.2674 23 12 23C10.7326 23 9.57325 22.5272 8.69244 21.7497C8.27837 21.3843 8.23897 20.7523 8.60444 20.3383Z\", rule: \"evenodd\" }, { d: \"M7.05025 3.05025C8.36301 1.7375 10.1435 1 12 1C13.8565 1 15.637 1.7375 16.9497 3.05025C18.2625 4.36301 19 6.14349 19 8C19 10.9127 19.732 12.8439 20.4994 14.0771L20.5113 14.0962C20.8685 14.6704 21.151 15.1243 21.3414 15.4547C21.4368 15.6202 21.5238 15.7797 21.5881 15.9215C21.6203 15.9922 21.6562 16.079 21.6843 16.1733C21.7076 16.2515 21.752 16.4187 21.7353 16.6223C21.7242 16.7591 21.6963 16.9928 21.5621 17.2343C21.428 17.4758 21.2442 17.623 21.134 17.7047C20.8837 17.8904 20.5963 17.9329 20.5003 17.947L20.4959 17.9477C20.3485 17.9695 20.1812 17.9804 20.0125 17.9869C19.6772 18 19.2131 18 18.6359 18H5.36415C4.78693 18 4.32278 18 3.98753 17.9869C3.81877 17.9804 3.65149 17.9695 3.50409 17.9477L3.49966 17.947C3.40373 17.9329 3.1163 17.8904 2.86601 17.7047C2.75577 17.623 2.57204 17.4758 2.43789 17.2343C2.30374 16.9928 2.27584 16.7591 2.26465 16.6223C2.24801 16.4187 2.29241 16.2515 2.31571 16.1733C2.3438 16.079 2.37975 15.9922 2.41187 15.9215C2.47624 15.7797 2.56317 15.6202 2.65859 15.4547C2.84902 15.1243 3.1315 14.6703 3.48882 14.0961L3.50062 14.0771C4.26799 12.8439 5 10.9127 5 8C5 6.14348 5.7375 4.36301 7.05025 3.05025Z\", rule: \"evenodd\" }], keywords: [\"bell\", \"notification\", \"alert\"] },\n { name: \"bell-off-01\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M3.70711 2.29289C3.31658 1.90237 2.68342 1.90237 2.29289 2.29289C1.90237 2.68342 1.90237 3.31658 2.29289 3.70711L5.14902 6.56323C5.05063 7.03229 4.99998 7.51361 4.99998 8.00011C4.99998 10.9128 4.26798 12.844 3.5006 14.0772L3.48876 14.0962C3.13146 14.6704 2.84899 15.1244 2.65857 15.4548C2.56315 15.6203 2.47622 15.7798 2.41186 15.9216C2.37973 15.9923 2.34379 16.0791 2.31569 16.1734C2.29239 16.2516 2.24799 16.4188 2.26463 16.6224C2.27582 16.7592 2.30372 16.9929 2.43787 17.2344C2.57202 17.4759 2.75575 17.6231 2.86599 17.7048C3.11628 17.8905 3.40371 17.933 3.49964 17.9471L3.50407 17.9478C3.65148 17.9696 3.81875 17.9805 3.98751 17.987C4.32272 18.0001 4.78679 18.0001 5.36391 18.0001H16.5859L20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L6.99792 5.58371C6.97677 5.56045 6.95447 5.53814 6.93108 5.51687L3.70711 2.29289Z\", rule: \"evenodd\" }, { d: \"M8.6044 20.3383C8.96986 19.9242 9.6018 19.8848 10.0159 20.2503C10.5453 20.7176 11.2384 21 12 21C12.7615 21 13.4546 20.7176 13.9841 20.2503C14.3981 19.8848 15.0301 19.9242 15.3955 20.3383C15.761 20.7523 15.7216 21.3843 15.3075 21.7498C14.4267 22.5272 13.2673 23 12 23C10.7326 23 9.57322 22.5272 8.6924 21.7498C8.27834 21.3843 8.23893 20.7523 8.6044 20.3383Z\", rule: \"nonzero\" }, { d: \"M21.5306 17.2879C21.6554 17.0868 21.7162 16.8567 21.7353 16.6223C21.752 16.4187 21.7076 16.2515 21.6843 16.1733C21.6562 16.079 21.6202 15.9922 21.5881 15.9215C21.5237 15.7797 21.4368 15.6202 21.3414 15.4547C21.151 15.1243 20.8686 14.6705 20.5114 14.0965L20.4994 14.0771C19.732 12.8439 19 10.9127 19 8C19 6.14349 18.2625 4.36301 16.9497 3.05025C15.637 1.7375 13.8565 1 12 1C10.2007 1 8.47291 1.6927 7.17305 2.93041L21.5306 17.2879Z\", rule: \"nonzero\" }], keywords: [\"bell\", \"off\", \"subtract\", \"notification\", \"alert\"] },\n { name: \"user-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M20 21C20 19.6044 20 18.9067 19.8278 18.3389C19.44 17.0605 18.4395 16.06 17.1611 15.6722C16.5933 15.5 15.8956 15.5 14.5 15.5H9.5C8.10444 15.5 7.40665 15.5 6.83886 15.6722C5.56045 16.06 4.56004 17.0605 4.17224 18.3389C4 18.9067 4 19.6044 4 21M16.5 7.5C16.5 9.98528 14.4853 12 12 12C9.51472 12 7.5 9.98528 7.5 7.5C7.5 5.01472 9.51472 3 12 3C14.4853 3 16.5 5.01472 16.5 7.5Z\" }], keywords: [\"user\", \"persona\", \"account\", \"person\"] },\n { name: \"users-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z\" }], keywords: [\"users\", \"persona\", \"account\", \"people\", \"team\"] },\n { name: \"eye-off\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M2.29289 2.29289C2.68342 1.90237 3.31658 1.90237 3.70711 2.29289C9.71611 8.3019 15.7036 14.2894 21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L17.1392 18.5534C15.6943 19.3988 13.9716 20 12 20C9.13832 20 6.80533 18.7353 5.07674 17.2926C3.35049 15.8518 2.16695 14.1857 1.57421 13.2472L1.55012 13.2092C1.43249 13.024 1.27975 12.7836 1.20255 12.4468C1.14023 12.1748 1.14025 11.825 1.20261 11.553C1.27985 11.2161 1.43302 10.9751 1.55096 10.7895L1.57524 10.7512C2.17761 9.79768 3.4009 8.07527 5.19535 6.60956L2.29289 3.70711C1.90237 3.31658 1.90237 2.68342 2.29289 2.29289ZM8.55392 9.96814C8.20216 10.5638 8 11.2591 8 11.9999C8 14.2091 9.79086 15.9999 12 15.9999C12.7409 15.9999 13.4361 15.7977 14.0318 15.446L12.5182 13.9324C12.3531 13.9765 12.1795 13.9999 12 13.9999C10.8954 13.9999 10 13.1045 10 11.9999C10 11.8204 10.0235 11.6468 10.0675 11.4818L8.55392 9.96814Z\", rule: \"evenodd\" }, { d: \"M15.9923 11.7496C15.8682 9.73992 14.2601 8.13182 12.2504 8.00771L8.79162 4.54897C9.77122 4.20697 10.8424 4 12 4C14.8617 4 17.1947 5.26472 18.9233 6.70743C20.6495 8.14818 21.833 9.81429 22.4258 10.7528L22.4499 10.7908C22.5675 10.976 22.7202 11.2163 22.7974 11.5532C22.8597 11.8251 22.8597 12.1749 22.7974 12.4468C22.7202 12.7837 22.5675 13.024 22.4499 13.2092L22.4258 13.2472C22.0023 13.9177 21.2772 14.9597 20.2681 16.0255L15.9923 11.7496Z\", rule: \"nonzero\" }], keywords: [\"eye\", \"off\", \"hide\", \"preview\"] },\n { name: \"refresh-cw-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M2 14C2 14 2.12132 14.8492 5.63604 18.364C9.15076 21.8787 14.8492 21.8787 18.364 18.364C19.6092 17.1187 20.4133 15.5993 20.7762 14M8 14H2V20M22 10C22 10 21.8787 9.15076 18.364 5.63604C14.8492 2.12132 9.15076 2.12132 5.63604 5.63604C4.39076 6.88131 3.58669 8.40072 3.22383 10M16 10H22V4\" }], keywords: [\"refresh\", \"cw\", \"clockwise\", \"rotate\"] },\n { name: \"building-07\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M7.5 11H4.6C4.03995 11 3.75992 11 3.54601 11.109C3.35785 11.2049 3.20487 11.3578 3.10899 11.546C3 11.7599 3 12.0399 3 12.6V21M16.5 11H19.4C19.9601 11 20.2401 11 20.454 11.109C20.6422 11.2049 20.7951 11.3578 20.891 11.546C21 11.7599 21 12.0399 21 12.6V21M16.5 21V6.2C16.5 5.0799 16.5 4.51984 16.282 4.09202C16.0903 3.71569 15.7843 3.40973 15.408 3.21799C14.9802 3 14.4201 3 13.3 3H10.7C9.57989 3 9.01984 3 8.59202 3.21799C8.21569 3.40973 7.90973 3.71569 7.71799 4.09202C7.5 4.51984 7.5 5.0799 7.5 6.2V21M22 21H2M11 7H13M11 11H13M11 15H13\" }], keywords: [\"building\", \"business\", \"house\"] },\n { name: \"thumbs-down\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M17 2V13M22 9.8V5.2C22 4.07989 22 3.51984 21.782 3.09202C21.5903 2.71569 21.2843 2.40973 20.908 2.21799C20.4802 2 19.9201 2 18.8 2H8.11801C6.65653 2 5.92579 2 5.33558 2.26743C4.8154 2.50314 4.3733 2.88242 4.06124 3.36072C3.70717 3.90339 3.59606 4.62564 3.37383 6.07012L2.85075 9.47012C2.55764 11.3753 2.41109 12.3279 2.6938 13.0691C2.94194 13.7197 3.40865 14.2637 4.01392 14.6079C4.70353 15 5.66733 15 7.59493 15H8.4C8.96005 15 9.24008 15 9.45399 15.109C9.64215 15.2049 9.79513 15.3578 9.89101 15.546C10 15.7599 10 16.0399 10 16.6V19.5342C10 20.896 11.104 22 12.4658 22C12.7907 22 13.085 21.8087 13.2169 21.5119L16.5777 13.9502C16.7306 13.6062 16.807 13.4343 16.9278 13.3082C17.0346 13.1967 17.1657 13.1115 17.3109 13.0592C17.4752 13 17.6634 13 18.0398 13H18.8C19.9201 13 20.4802 13 20.908 12.782C21.2843 12.5903 21.5903 12.2843 21.782 11.908C22 11.4802 22 10.9201 22 9.8Z\" }], keywords: [\"thumbs\", \"down\", \"negative\"] },\n { name: \"thumbs-up\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M7 22V11M2 13V20C2 21.1046 2.89543 22 4 22H17.4262C18.907 22 20.1662 20.9197 20.3914 19.4562L21.4683 12.4562C21.7479 10.6389 20.3418 9 18.5032 9H15C14.4477 9 14 8.55228 14 8V4.46584C14 3.10399 12.896 2 11.5342 2C11.2093 2 10.915 2.1913 10.7831 2.48812L7.26394 10.4061C7.10344 10.7673 6.74532 11 6.35013 11H4C2.89543 11 2 11.8954 2 13Z\" }], keywords: [\"thumbs\", \"up\", \"positive\"] },\n { name: \"star-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M11.2826 3.4533C11.5131 2.98637 11.6284 2.7529 11.7848 2.6783C11.9209 2.6134 12.0791 2.6134 12.2152 2.6783C12.3716 2.7529 12.4869 2.98637 12.7174 3.4533L14.904 7.88327C14.9721 8.02112 15.0061 8.09005 15.0558 8.14356C15.0999 8.19095 15.1527 8.22934 15.2113 8.25661C15.2775 8.28741 15.3536 8.29853 15.5057 8.32076L20.397 9.03569C20.912 9.11098 21.1696 9.14862 21.2888 9.27443C21.3925 9.38388 21.4412 9.53428 21.4215 9.68376C21.3988 9.85557 21.2124 10.0372 20.8395 10.4004L17.3014 13.8464C17.1911 13.9538 17.136 14.0075 17.1004 14.0715C17.0689 14.128 17.0487 14.1902 17.0409 14.2545C17.0321 14.3271 17.0451 14.403 17.0711 14.5547L17.9059 19.4221C17.994 19.9355 18.038 20.1922 17.9553 20.3445C17.8833 20.477 17.7553 20.57 17.607 20.5975C17.4366 20.6291 17.2061 20.5078 16.7451 20.2654L12.3724 17.9658C12.2361 17.8942 12.168 17.8583 12.0962 17.8443C12.0327 17.8318 11.9673 17.8318 11.9038 17.8443C11.832 17.8583 11.7639 17.8942 11.6276 17.9658L7.25491 20.2654C6.7939 20.5078 6.56339 20.6291 6.39296 20.5975C6.24466 20.57 6.11671 20.477 6.04472 20.3445C5.96198 20.1922 6.00601 19.9355 6.09406 19.4221L6.92887 14.5547C6.9549 14.403 6.96791 14.3271 6.9591 14.2545C6.95131 14.1902 6.93109 14.128 6.89959 14.0715C6.86401 14.0075 6.80886 13.9538 6.69857 13.8464L3.16054 10.4004C2.78765 10.0372 2.6012 9.85557 2.57851 9.68376C2.55877 9.53428 2.60754 9.38388 2.71123 9.27443C2.83042 9.14862 3.08795 9.11098 3.60303 9.03569L8.49429 8.32076C8.64641 8.29853 8.72246 8.28741 8.7887 8.25661C8.84735 8.22934 8.90015 8.19095 8.94417 8.14356C8.99389 8.09005 9.02791 8.02112 9.09596 7.88327L11.2826 3.4533Z\" }], keywords: [\"star\", \"favorite\", \"favourite\", \"save\", \"galaxy\"] },\n { name: \"target-05\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" }, { d: \"M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" }, { d: \"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" }], keywords: [\"target\", \"bullseye\", \"market\", \"circle\"] },\n { name: \"message-bubble-01\", category: \"Général\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M11.378 15H19C19.5523 15 20 14.5523 20 14V6C20 5.44772 19.5523 5 19 5H5C4.44772 5 4 5.44772 4 6V14C4 14.5523 4.44772 15 5 15C5.55228 15 6 15.4477 6 16V19.013L11.378 15ZM5 3H19C20.6569 3 22 4.34315 22 6V14C22 15.6569 20.6569 17 19 17H12.042L5.598 21.808C5.2947 22.0343 4.88965 22.07 4.55144 21.9003C4.21324 21.7305 3.99981 21.3844 4 21.006V17C2.89543 17 2 16.1046 2 15V6C2 4.34315 3.34315 3 5 3Z\", rule: \"evenodd\" }], keywords: [\"message\", \"bubble\", \"chat\", \"comment\"] },\n { name: \"message-bubble-02\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M5 3.001H19C20.6569 3.001 22 4.34361 22 5.99981V13.9967C22 15.6529 20.6569 16.9955 19 16.9955H12.042L5.598 21.8016C5.29456 22.0279 4.88928 22.0635 4.551 21.8936C4.21271 21.7236 3.99943 21.3773 4 20.9989V16.9945C2.89543 16.9945 2 16.0994 2 14.9953V5.99881C2 4.34261 3.34315 3 5 3V3.001Z\", rule: \"evenodd\" }], keywords: [\"message\", \"bubble\", \"chat\", \"comment\"] },\n { name: \"settings-02\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M19.286 15.9606C19.2272 15.6362 19.2669 15.3016 19.4 15C19.5268 14.7042 19.7372 14.452 20.0055 14.2743C20.2738 14.0966 20.5882 14.0013 20.91 14H21C21.5304 14 22.0391 13.7893 22.4142 13.4142C22.7893 13.0391 23 12.5304 23 12C23 11.4696 22.7893 10.9609 22.4142 10.5858C22.0391 10.2107 21.5304 10 21 10H20.83C20.5082 9.99872 20.1938 9.90337 19.9255 9.72569C19.6572 9.54802 19.4468 9.29577 19.32 9V8.92C19.1869 8.61838 19.1472 8.28381 19.206 7.95941C19.2648 7.63502 19.4195 7.33568 19.65 7.1L19.71 7.04C19.896 6.85425 20.0435 6.63368 20.1441 6.39088C20.2448 6.14808 20.2966 5.88783 20.2966 5.625C20.2966 5.36217 20.2448 5.10192 20.1441 4.85912C20.0435 4.61632 19.896 4.39575 19.71 4.21C19.5243 4.02405 19.3037 3.87653 19.0609 3.77588C18.8181 3.67523 18.5578 3.62343 18.295 3.62343C18.0322 3.62343 17.7719 3.67523 17.5291 3.77588C17.2863 3.87653 17.0657 4.02405 16.88 4.21L16.82 4.27C16.5843 4.50054 16.285 4.65519 15.9606 4.714C15.6362 4.77282 15.3016 4.73312 15 4.6C14.7042 4.47324 14.452 4.26276 14.2743 3.99447C14.0966 3.72618 14.0013 3.41179 14 3.09V3C14 2.46957 13.7893 1.96086 13.4142 1.58579C13.0391 1.21071 12.5304 1 12 1C11.4696 1 10.9609 1.21071 10.5858 1.58579C10.2107 1.96086 10 2.46957 10 3V3.17C9.99872 3.49179 9.90337 3.80618 9.72569 4.07447C9.54802 4.34276 9.29577 4.55324 9 4.68H8.92C8.61838 4.81312 8.28381 4.85282 7.95941 4.794C7.63502 4.73519 7.33568 4.58054 7.1 4.35L7.04 4.29C6.85425 4.10405 6.63368 3.95653 6.39088 3.85588C6.14808 3.75523 5.88783 3.70343 5.625 3.70343C5.36217 3.70343 5.10192 3.75523 4.85912 3.85588C4.61632 3.95653 4.39575 4.10405 4.21 4.29C4.02405 4.47575 3.87653 4.69632 3.77588 4.93912C3.67523 5.18192 3.62343 5.44217 3.62343 5.705C3.62343 5.96783 3.67523 6.22808 3.77588 6.47088C3.87653 6.71368 4.02405 6.93425 4.21 7.12L4.27 7.18C4.50054 7.41568 4.65519 7.71502 4.714 8.03941C4.77282 8.36381 4.73312 8.69838 4.6 9C4.48572 9.31074 4.28059 9.5799 4.0113 9.77251C3.742 9.96512 3.42099 10.0723 3.09 10.08H3C2.46957 10.08 1.96086 10.2907 1.58579 10.6658C1.21071 11.0409 1 11.5496 1 12.08C1 12.6104 1.21071 13.1191 1.58579 13.4942C1.96086 13.8693 2.46957 14.08 3 14.08H3.17C3.49179 14.0813 3.80618 14.1766 4.07447 14.3543C4.34276 14.532 4.55324 14.7842 4.68 15.08C4.81312 15.3816 4.85282 15.7162 4.794 16.0406C4.73519 16.365 4.58054 16.6643 4.35 16.9L4.29 16.96C4.10405 17.1457 3.95653 17.3663 3.85588 17.6091C3.75523 17.8519 3.70343 18.1122 3.70343 18.375C3.70343 18.6378 3.75523 18.8981 3.85588 19.1409C3.95653 19.3837 4.10405 19.6043 4.29 19.79C4.47575 19.976 4.69632 20.1235 4.93912 20.2241C5.18192 20.3248 5.44217 20.3766 5.705 20.3766C5.96783 20.3766 6.22808 20.3248 6.47088 20.2241C6.71368 20.1235 6.93425 19.976 7.12 19.79L7.18 19.73C7.41568 19.4995 7.71502 19.3448 8.03941 19.286C8.36381 19.2272 8.69838 19.2669 9 19.4C9.31074 19.5143 9.5799 19.7194 9.77251 19.9887C9.96512 20.258 10.0723 20.579 10.08 20.91V21C10.08 21.5304 10.2907 22.0391 10.6658 22.4142C11.0409 22.7893 11.5496 23 12.08 23C12.6104 23 13.1191 22.7893 13.4942 22.4142C13.8693 22.0391 14.08 21.5304 14.08 21V20.83C14.0813 20.5082 14.1766 20.1938 14.3543 19.9255C14.532 19.6572 14.7842 19.4468 15.08 19.32C15.3816 19.1869 15.7162 19.1472 16.0406 19.206C16.365 19.2648 16.6643 19.4195 16.9 19.65L16.96 19.71C17.1457 19.896 17.3663 20.0435 17.6091 20.1441C17.8519 20.2448 18.1122 20.2966 18.375 20.2966C18.6378 20.2966 18.8981 20.2448 19.1409 20.1441C19.3837 20.0435 19.6043 19.896 19.79 19.71C19.976 19.5243 20.1235 19.3037 20.2241 19.0609C20.3248 18.8181 20.3766 18.5578 20.3766 18.295C20.3766 18.0322 20.3248 17.7719 20.2241 17.5291C20.1235 17.2863 19.976 17.0657 19.79 16.88L19.73 16.82C19.4995 16.5843 19.3448 16.285 19.286 15.9606ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\", rule: \"evenodd\" }], keywords: [\"settings\", \"preferences\", \"cog\"] },\n { name: \"check-done-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M6 15L8 17L12.5 12.5M8 8V5.2C8 4.0799 8 3.51984 8.21799 3.09202C8.40973 2.71569 8.71569 2.40973 9.09202 2.21799C9.51984 2 10.0799 2 11.2 2H18.8C19.9201 2 20.4802 2 20.908 2.21799C21.2843 2.40973 21.5903 2.71569 21.782 3.09202C22 3.51984 22 4.0799 22 5.2V12.8C22 13.9201 22 14.4802 21.782 14.908C21.5903 15.2843 21.2843 15.5903 20.908 15.782C20.4802 16 19.9201 16 18.8 16H16M5.2 22H12.8C13.9201 22 14.4802 22 14.908 21.782C15.2843 21.5903 15.5903 21.2843 15.782 20.908C16 20.4802 16 19.9201 16 18.8V11.2C16 10.0799 16 9.51984 15.782 9.09202C15.5903 8.71569 15.2843 8.40973 14.908 8.21799C14.4802 8 13.9201 8 12.8 8H5.2C4.0799 8 3.51984 8 3.09202 8.21799C2.71569 8.40973 2.40973 8.71569 2.21799 9.09202C2 9.51984 2 10.0799 2 11.2V18.8C2 19.9201 2 20.4802 2.21799 20.908C2.40973 21.2843 2.71569 21.5903 3.09202 21.782C3.51984 22 4.07989 22 5.2 22Z\" }], keywords: [\"check\", \"done\", \"tick\", \"confirm\", \"checklist\", \"checkbox\"] },\n { name: \"flag-01\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M3 2.99683C3.00081 2.74196 3.09844 2.48735 3.29289 2.29289C3.29289 2.29289 3.24894 2.33097 3.33929 2.24883C3.35926 2.23068 3.38378 2.20926 3.41312 2.1851C3.47183 2.13675 3.54962 2.07757 3.64842 2.0117C3.8464 1.87972 4.12656 1.72234 4.50361 1.57152C5.25949 1.26917 6.38728 1 8 1C9.69345 1 11.0967 1.56148 12.3157 2.04923L12.3714 2.07152C13.6395 2.57876 14.7193 3 16 3C17.3873 3 18.2595 2.76917 18.7536 2.57152C19.0016 2.47234 19.1589 2.37972 19.2422 2.3242C19.2835 2.29663 19.3072 2.2778 19.3152 2.27126C19.7072 1.90251 20.3239 1.90972 20.7071 2.29289C20.9024 2.48816 21 2.74408 21 3V14.999C21.0002 15.2553 20.9026 15.5116 20.7071 15.7071L20.7061 15.7082C20.6682 15.7458 20.6281 15.781 20.5869 15.8149C20.5282 15.8632 20.4504 15.9224 20.3516 15.9883C20.1536 16.1203 19.8734 16.2777 19.4964 16.4285C18.7405 16.7308 17.6127 17 16 17C14.3066 17 12.9033 16.4385 11.6843 15.9508L11.6286 15.9285C10.3605 15.4212 9.28069 15 8 15C6.61272 15 5.74051 15.2308 5.24639 15.4285C5.15123 15.4665 5.06941 15.5036 5 15.5381L5 22C5 22.5523 4.55229 23 4 23C3.44772 23 3 22.5523 3 22L3 15.0002C3 15.0003 3 15.0002 3 15.0002L3 3C3 2.999 3 2.99783 3 2.99683Z\", rule: \"nonzero\" }], keywords: [\"flag\", \"marker\", \"map\", \"milestone\"] },\n { name: \"chevron-down-double\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M7 13L12 18L17 13M7 6L12 11L17 6\" }], keywords: [\"chevron\", \"down\", \"double\"] },\n { name: \"chevron-left-double\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M18 17L13 12L18 7M11 17L6 12L11 7\" }], keywords: [\"chevron\", \"left\", \"double\"] },\n { name: \"chevron-right-double\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M6 17L11 12L6 7M13 17L18 12L13 7\" }], keywords: [\"chevron\", \"right\", \"double\"] },\n { name: \"chevron-up-double\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M17 18L12 13L7 18M17 11L12 6L7 11\" }], keywords: [\"chevron\", \"up\", \"double\"] },\n { name: \"calendar-plus-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M21 8H3M16 2V5M8 2V5M12 18V12M9 15H15M7.8 22H16.2C17.8802 22 18.7202 22 19.362 21.673C19.9265 21.3854 20.3854 20.9265 20.673 20.362C21 19.7202 21 18.8802 21 17.2V8.8C21 7.11984 21 6.27976 20.673 5.63803C20.3854 5.07354 19.9265 4.6146 19.362 4.32698C18.7202 4 17.8802 4 16.2 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V17.2C3 18.8802 3 19.7202 3.32698 20.362C3.6146 20.9265 4.07354 21.3854 4.63803 21.673C5.27976 22 6.11984 22 7.8 22Z\" }], keywords: [\"calendar\", \"plus\", \"add\", \"date\", \"booking\"] },\n { name: \"feature-action-plan\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M11.542 10.6348C12.6969 10.1324 13.8692 11.3041 13.3672 12.459L9.5723 21.167C9.01766 22.4408 7.14268 22.1964 6.93069 20.8242L6.47073 17.8301C6.44557 17.6744 6.32472 17.5534 6.17093 17.5303L3.17581 17.0684C1.80322 16.8566 1.56054 14.9832 2.83304 14.4268L11.542 10.6348ZM12 2C17.523 2.00003 22 6.47705 22 12C22 17.5229 17.523 22 12 22C11.5833 22 11.1729 21.9714 10.7696 21.9219L11.5498 19.9863C11.6989 19.9946 11.8489 20 12 20C16.4182 20 20 16.4182 20 12C20 7.58176 16.4183 4.00002 12 4C7.58178 4 4.00003 7.58175 4.00003 12C4.00003 12.1762 4.00736 12.351 4.01859 12.5244L2.09378 13.3574C2.03351 12.9134 2.00003 12.4605 2.00003 12C2.00003 6.47703 6.47706 2 12 2ZM12 5.57715C15.5467 5.57732 18.4217 8.45337 18.4219 12C18.4218 15.4859 15.6443 18.3206 12.1817 18.417L12.96 16.4854C15.0323 16.0439 16.5868 14.2039 16.5869 12C16.5868 9.46677 14.5332 7.4123 12 7.41211C9.80686 7.41227 7.9736 8.95245 7.52054 11.0098L5.58206 11.8486C5.60698 10.7906 5.89021 9.73723 6.43753 8.78906C7.5847 6.80218 9.70577 5.57727 12 5.57715Z\", rule: \"nonzero\" }] },\n { name: \"feature-alignment-map\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M13.8547 11.5027C13.9412 11.8282 13.9406 12.1708 13.8531 12.496C13.7655 12.8212 13.5941 13.1178 13.3559 13.3559C13.1178 13.5941 12.8212 13.7655 12.496 13.8531C12.1708 13.9406 11.8282 13.9412 11.5027 13.8547L8.60544 16.752C8.51688 16.8437 8.41095 16.9168 8.29383 16.9671C8.1767 17.0175 8.05073 17.0439 7.92327 17.045C7.7958 17.0461 7.66938 17.0219 7.5514 16.9736C7.43342 16.9253 7.32624 16.854 7.2361 16.7639C7.14596 16.6738 7.07468 16.5666 7.02641 16.4486C6.97814 16.3306 6.95385 16.2042 6.95496 16.0767C6.95607 15.9493 6.98255 15.8233 7.03286 15.7062C7.08318 15.589 7.15631 15.4831 7.248 15.3946L10.1453 12.4973C10.0588 12.1718 10.0594 11.8292 10.1469 11.504C10.2345 11.1788 10.4059 10.8822 10.6441 10.6441C10.8822 10.4059 11.1788 10.2345 11.504 10.1469C11.8292 10.0594 12.1718 10.0588 12.4973 10.1453L15.3946 7.248C15.5756 7.07313 15.8181 6.97637 16.0698 6.97855C16.3215 6.98074 16.5623 7.0817 16.7403 7.25969C16.9183 7.43769 17.0193 7.67847 17.0214 7.93018C17.0236 8.18188 16.9269 8.42438 16.752 8.60544L13.8547 11.5027ZM12 21.6C6.69792 21.6 2.4 17.3021 2.4 12C2.4 6.69792 6.69792 2.4 12 2.4C17.3021 2.4 21.6 6.69792 21.6 12C21.6 17.3021 17.3021 21.6 12 21.6ZM12 19.68C14.0369 19.68 15.9903 18.8709 17.4306 17.4306C18.8709 15.9903 19.68 14.0369 19.68 12C19.68 9.96314 18.8709 8.0097 17.4306 6.56942C15.9903 5.12914 14.0369 4.32 12 4.32C9.96314 4.32 8.0097 5.12914 6.56942 6.56942C5.12914 8.0097 4.32 9.96314 4.32 12C4.32 14.0369 5.12914 15.9903 6.56942 17.4306C8.0097 18.8709 9.96314 19.68 12 19.68Z\", rule: \"nonzero\" }] },\n { name: \"feature-checkin\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M5.534 12.553C5.86872 12.4172 6.25461 12.465 6.54154 12.678C6.82847 12.8909 6.97115 13.2354 6.91407 13.5773C6.85699 13.9192 6.60917 14.2047 6.267 14.3226C4.89908 14.8353 3.99994 16.0918 4 17.4906V19.146C4 19.6714 4.44772 20.0973 5 20.0973H13C13.5523 20.0973 14 19.6714 14 19.146V17.5791C14.0002 16.1348 13.0627 14.8404 11.644 14.3264C11.2997 14.2127 11.0477 13.9298 10.9862 13.5881C10.9247 13.2463 11.0635 12.8998 11.3485 12.6837C11.6335 12.4675 12.0195 12.416 12.356 12.5492C14.5499 13.3442 15.9998 15.3456 16 17.5791V19.146C16 20.7222 14.6569 22 13 22H5C3.34315 22 2 20.7222 2 19.146V17.4906C2.00028 15.3104 3.40188 13.3522 5.534 12.553ZM9.00001 2.95237C11.2091 2.95237 13 4.65795 13 6.7619V8.66666C13 10.7706 11.2091 12.4762 9.00001 12.4762C6.79087 12.4762 5.00001 10.7706 5.00001 8.66666V6.7619C5.00001 4.65795 6.79087 2.95237 9.00001 2.95237ZM9.00001 4.85713C7.89544 4.85713 7.00001 5.70992 7.00001 6.76189V8.66666C7.00001 9.71863 7.89544 10.5714 9.00001 10.5714C10.1046 10.5714 11 9.71863 11 8.66666V6.76189C11 5.70992 10.1046 4.85713 9.00001 4.85713ZM18.0002 21.0476C17.4479 21.0476 17.0003 20.6212 17.0003 20.0953C17.0003 19.5693 17.4479 19.1429 18.0002 19.1429H19.0002C19.5524 19.1429 20.0001 18.7165 20.0001 18.1906V16.4401C20 15.0518 19.0672 13.8192 17.6842 13.3802C17.3452 13.2727 17.0921 13.0011 17.0204 12.6677C16.9486 12.3343 17.0691 11.9898 17.3364 11.7639C17.6037 11.538 17.9772 11.4651 18.3162 11.5726C20.5162 12.2708 22.0001 14.2316 22 16.4401V18.1906C22 19.7685 20.6569 21.0476 19.0002 21.0476H18.0002ZM15 3.90476C14.4477 3.90476 14 3.47837 14 2.95238C14 2.4264 14.4477 2 15 2C17.2092 2 19 3.70558 19 5.80953V7.71429C19 9.81823 17.2092 11.5238 15 11.5238C14.4477 11.5238 14 11.0974 14 10.5714C14 10.0454 14.4477 9.61905 15 9.61905C16.1046 9.61905 17 8.76626 17 7.71429V5.80953C17 4.75755 16.1046 3.90476 15 3.90476Z\", rule: \"evenodd\" }] },\n { name: \"feature-cockpit\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M21.5908 16.3398C21.5686 16.8636 21.0834 17.2259 20.5646 17.1505C20.0522 17.0761 19.7013 16.602 19.7125 16.0843C19.7303 15.2626 19.6247 14.441 19.3978 13.6492C19.085 12.5576 18.5489 11.5479 17.8259 10.6883C17.1028 9.82861 16.2095 9.13898 15.2062 8.66589C14.2028 8.1928 13.1129 7.94725 12.0098 7.9458C10.9067 7.94436 9.81615 8.18705 8.81168 8.65751C7.80721 9.12797 6.91219 9.81526 6.187 10.673C5.4618 11.5308 4.9233 12.539 4.60782 13.6298C4.37898 14.421 4.27134 15.2422 4.28708 16.064C4.297 16.5817 3.94487 17.055 3.4322 17.1281C2.91332 17.2021 2.42909 16.8386 2.40815 16.3149C2.36446 15.2216 2.49652 14.126 2.801 13.0733C3.1936 11.7159 3.86373 10.4612 4.76617 9.3938C5.66862 8.3264 6.7824 7.47112 8.03238 6.88567C9.28237 6.30022 10.6395 5.99821 12.0122 6.00001C13.3849 6.00181 14.7413 6.30738 15.9898 6.8961C17.2383 7.48483 18.35 8.34302 19.2498 9.41279C20.1497 10.4826 20.8167 11.739 21.2059 13.0974C21.5078 14.1509 21.6372 15.2467 21.5908 16.3398ZM15.6184 11.0565L15.3044 11.3836L15.3043 11.3837C14.9416 11.7615 14.5783 12.14 14.2171 12.5192C13.8384 12.9146 13.4602 13.3091 13.0819 13.7036L12.6702 14.1331C12.6179 14.1128 12.565 14.0955 12.5119 14.0813C12.0804 13.9664 11.6717 13.9839 11.2512 14.1402C10.8734 14.2811 10.5151 14.5917 10.3126 14.9502C10.093 15.3425 10.0047 15.751 10.033 16.2032C10.0568 16.5962 10.2362 16.9987 10.4807 17.2983C11.031 17.9724 11.9614 18.1779 12.7396 17.8402C12.7547 17.8341 12.7697 17.8274 12.7847 17.82L12.7849 17.8199C12.7978 17.8139 12.8105 17.8074 12.8228 17.8005C13.4594 17.4665 13.9142 16.7753 13.9045 16.027C13.9008 15.7564 13.8542 15.4957 13.7611 15.2523L13.8843 15.1231C14.2628 14.7278 14.6409 14.3334 15.019 13.9391L15.0195 13.9385L15.0201 13.938C15.3899 13.5522 15.7597 13.1665 16.1299 12.7799C16.3013 12.6014 16.4728 12.4229 16.6417 12.2456C16.7964 12.0839 16.9133 11.9258 16.9392 11.701C16.9649 11.5024 16.9022 11.2562 16.7646 11.1129C16.6284 10.9661 16.4406 10.8528 16.2271 10.8508C16.021 10.8453 15.7681 10.8971 15.6184 11.0565Z\", rule: \"evenodd\" }] },\n { name: \"feature-engageo\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M6.40003 16.8C5.88483 16.8 5.46669 16.3709 5.46669 15.84C5.46669 15.3091 5.88483 14.88 6.40003 14.88C6.91523 14.88 7.33336 15.3091 7.33336 15.84C7.33336 16.3709 6.91523 16.8 6.40003 16.8ZM7.33335 13.1242V3.36C7.33335 2.83008 6.91522 2.4 6.40002 2.4C5.88482 2.4 5.46668 2.83008 5.46668 3.36V13.1242C4.37935 13.5187 3.60002 14.5853 3.60002 15.84C3.60002 17.0947 4.37935 18.1603 5.46668 18.5558V20.64C5.46668 21.1709 5.88482 21.6 6.40002 21.6C6.91522 21.6 7.33335 21.1709 7.33335 20.64V18.5558C8.42069 18.1603 9.20002 17.0947 9.20002 15.84C9.20002 14.5853 8.42069 13.5187 7.33335 13.1242ZM12 12.96C11.4848 12.96 11.0667 12.5299 11.0667 12C11.0667 11.4701 11.4848 11.04 12 11.04C12.5152 11.04 12.9333 11.4701 12.9333 12C12.9333 12.5299 12.5152 12.96 12 12.96ZM12.9333 9.28416V3.36C12.9333 2.83008 12.5152 2.4 12 2.4C11.4848 2.4 11.0667 2.83008 11.0667 3.36V9.28416C9.97934 9.67968 9.2 10.7462 9.2 12C9.2 13.2547 9.97934 14.3203 11.0667 14.7158V20.64C11.0667 21.1709 11.4848 21.6 12 21.6C12.5152 21.6 12.9333 21.1709 12.9333 20.64V14.7158C14.0207 14.3203 14.8 13.2547 14.8 12C14.8 10.7462 14.0207 9.67968 12.9333 9.28416ZM16.6667 8.16C16.6667 8.68992 17.0839 9.12 17.6 9.12C18.1162 9.12 18.5334 8.68992 18.5334 8.16C18.5334 7.63008 18.1162 7.2 17.6 7.2C17.0839 7.2 16.6667 7.63008 16.6667 8.16ZM18.5334 3.36V5.44416C19.6207 5.83968 20.4 6.90624 20.4 8.16C20.4 9.41376 19.6207 10.4803 18.5334 10.8758V20.64C18.5334 21.1709 18.1162 21.6 17.6 21.6C17.0839 21.6 16.6667 21.1709 16.6667 20.64V10.8758C15.5794 10.4803 14.8 9.41376 14.8 8.16C14.8 6.90624 15.5794 5.83968 16.6667 5.44416V3.36C16.6667 2.83008 17.0839 2.4 17.6 2.4C18.1162 2.4 18.5334 2.83008 18.5334 3.36Z\", rule: \"evenodd\" }] },\n { name: \"feature-feedback\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M7.71999 16.4631L9.48098 15.9551L20.084 5.22517C20.258 5.04684 20.2566 4.76186 20.081 4.58517L19.446 3.94317C19.3631 3.858 19.2494 3.80971 19.1306 3.80914C19.0117 3.80858 18.8977 3.85579 18.814 3.94017L8.23899 14.6421L7.71899 16.4621L7.71999 16.4631ZM20.703 2.67117L21.338 3.31417C22.214 4.20117 22.222 5.63216 21.354 6.51016L10.428 17.5681L6.66399 18.6521C6.1855 18.7861 5.68891 18.5073 5.55399 18.0291C5.50577 17.864 5.50508 17.6886 5.55199 17.5231L6.64699 13.6831L17.544 2.65417C17.9625 2.23271 18.5328 1.99702 19.1268 2.00003C19.7208 2.00304 20.2887 2.24449 20.703 2.67017V2.67117ZM9.18398 3.82416C9.67998 3.82416 10.082 4.23116 10.082 4.73316C10.0836 4.97282 9.98983 5.20329 9.82139 5.37379C9.65296 5.54429 9.42365 5.64083 9.18398 5.64215H5.59199C4.59999 5.64215 3.796 6.45615 3.796 7.45915V18.3651C3.796 19.3691 4.59999 20.1831 5.59199 20.1831H16.368C17.36 20.1831 18.165 19.3691 18.165 18.3651V14.7301C18.165 14.2281 18.567 13.8211 19.063 13.8211C19.559 13.8211 19.961 14.2281 19.961 14.7311V18.3651C19.961 20.3731 18.352 22.0011 16.368 22.0011H5.59199C3.608 22.0011 2 20.3731 2 18.3651V7.45915C2 5.45215 3.608 3.82416 5.59199 3.82416H9.18398Z\", rule: \"evenodd\" }] },\n { name: \"feature-idea\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M14.1424 16.0002V13.7022L15.0595 13.1052C16.9809 11.8572 17.8116 9.58929 17.1109 7.50457C16.4102 5.41985 14.3405 4.00119 11.9996 4.00119C9.65879 4.00119 7.58902 5.41985 6.88835 7.50457C6.18768 9.58929 7.01839 11.8572 8.93978 13.1052L9.85688 13.7022V16.0002H10.9283V8.00024C10.9283 7.44796 11.4079 7.00024 11.9996 7.00024C12.5913 7.00024 13.071 7.44796 13.071 8.00024V16.0002H14.1424V16.0002ZM14.1424 18.0003H9.8569V20.0003H14.1424V18.0003ZM4.50001 9.00025C4.50023 5.67762 7.0029 2.81294 10.4898 2.14402C13.9767 1.4751 17.487 3.18628 18.8912 6.2395C20.2954 9.29271 19.2065 12.8466 16.2852 14.7453V20.0002C16.2852 21.1048 15.3258 22.0002 14.1424 22.0002H9.8569C8.67348 22.0002 7.71414 21.1048 7.71414 20.0002V14.7453C5.69915 13.4373 4.49839 11.2911 4.50001 9.00025Z\", rule: \"evenodd\" }] },\n { name: \"feature-intercom-01\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M3.99999 4.5H20C21.104 4.5 22 5.46 22 6.64286V17.3571C22 18.54 21.104 19.5 20 19.5H3.99999C2.89599 19.5 1.99999 18.54 1.99999 17.3571V6.64286C1.99999 5.46 2.89599 4.5 3.99999 4.5V4.5ZM20 8.00679L14.006 13.7293C12.869 14.8157 11.151 14.8157 10.014 13.7293L3.99996 7.98644V17.3572H20V8.00679ZM5.59801 6.64285L11.345 12.1286C11.724 12.4907 12.296 12.4907 12.675 12.1286L18.423 6.64285H5.59801Z\", rule: \"evenodd\" }] },\n { name: \"feature-intercom-02\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M20.572 4.58893L12.676 12.1286C12.2968 12.4909 11.7242 12.4909 11.345 12.1286L3.41599 4.59321C3.60528 4.53136 3.80209 4.49994 3.99999 4.5H20C20.1937 4.49981 20.3864 4.52977 20.572 4.58893ZM21.928 6.07286C21.975 6.255 22 6.44572 22 6.64286V17.3572C22 18.5406 21.1046 19.5 20 19.5H3.99999C2.89542 19.5 1.99999 18.5406 1.99999 17.3572V6.64286C1.99999 6.44465 2.02499 6.25286 2.07199 6.07072L10.014 13.7293C11.1516 14.8155 12.8684 14.8155 14.006 13.7293L21.928 6.07286Z\", rule: \"evenodd\" }] },\n { name: \"feature-keydriver\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58171 16.4183 3.99999 12 3.99999C7.58173 3.99999 4 7.58171 4 12C4 16.4183 7.58173 20 12 20ZM13.828 11.586L9.87799 15.536C9.62523 15.7886 9.25691 15.8871 8.91178 15.7945C8.56665 15.7019 8.29714 15.4322 8.20478 15.087C8.11241 14.7418 8.21123 14.3736 8.46399 14.121L12.414 10.171H8.82799C8.27571 10.171 7.82799 9.72329 7.82799 9.171C7.82799 8.61872 8.27571 8.171 8.82799 8.171H14.828C15.0935 8.1702 15.3483 8.2753 15.536 8.46301C15.7237 8.65072 15.8288 8.90554 15.828 9.171V15.171C15.828 15.7233 15.3803 16.171 14.828 16.171C14.2757 16.171 13.828 15.7233 13.828 15.171V11.587V11.586Z\", rule: \"evenodd\" }] },\n { name: \"feature-mood-01\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58173 4 4.00001 7.58172 4.00001 12C4.00001 16.4183 7.58173 20 12 20ZM8.08001 15.394C7.93925 15.0653 7.98453 14.6865 8.19879 14.4003C8.41306 14.114 8.76376 13.9638 9.1188 14.0063C9.47383 14.0487 9.77925 14.2773 9.92001 14.606C10.2773 15.4373 11.0952 15.976 12 15.976C12.9048 15.976 13.7227 15.4373 14.08 14.606C14.2208 14.2773 14.5262 14.0487 14.8812 14.0063C15.2363 13.9638 15.587 14.114 15.8012 14.4003C16.0155 14.6865 16.0608 15.0653 15.92 15.394C15.2485 16.9628 13.7064 17.9801 12 17.9801C10.2936 17.9801 8.75149 16.9628 8.08001 15.394V15.394ZM8.99998 8C9.55227 8 9.99998 8.44772 9.99998 9V11C9.99998 11.5523 9.55227 12 8.99998 12C8.4477 12 7.99998 11.5523 7.99998 11V9C7.99998 8.44772 8.4477 8 8.99998 8ZM15 8C15.5523 8 16 8.44772 16 9V11C16 11.5523 15.5523 12 15 12C14.4477 12 14 11.5523 14 11V9C14 8.44772 14.4477 8 15 8Z\", rule: \"evenodd\" }] },\n { name: \"feature-mood-02\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM8.08001 15.394C8.75149 16.9628 10.2936 17.9801 12 17.9801C13.7064 17.9801 15.2485 16.9628 15.92 15.394C16.0608 15.0653 16.0155 14.6865 15.8012 14.4003C15.587 14.114 15.2363 13.9638 14.8812 14.0063C14.5262 14.0487 14.2208 14.2773 14.08 14.606C13.7227 15.4373 12.9048 15.976 12 15.976C11.0952 15.976 10.2773 15.4373 9.92001 14.606C9.77925 14.2773 9.47383 14.0487 9.1188 14.0063C8.76376 13.9638 8.41306 14.114 8.19879 14.4003C7.98453 14.6865 7.93925 15.0653 8.08001 15.394V15.394ZM8.99998 8C8.4477 8 7.99998 8.44771 7.99998 9V11C7.99998 11.5523 8.4477 12 8.99998 12C9.55227 12 9.99998 11.5523 9.99998 11V9C9.99998 8.44771 9.55227 8 8.99998 8ZM15 8C14.4477 8 14 8.44771 14 9V11C14 11.5523 14.4477 12 15 12C15.5523 12 16 11.5523 16 11V9C16 8.44771 15.5523 8 15 8Z\", rule: \"evenodd\" }] },\n { name: \"feature-objective\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58173 16.4183 4 12 4C7.58173 4 4 7.58173 4 12C4 16.4183 7.58173 20 12 20ZM12 19C9.49914 19 7.18825 17.6658 5.93782 15.5C4.68739 13.3342 4.68739 10.6658 5.93782 8.5C7.18825 6.33419 9.49914 5 12 5C15.866 5 19 8.134 19 12C19 15.866 15.866 19 12 19V19ZM12 17C14.7614 17 17 14.7614 17 12C17 9.23856 14.7614 6.99998 12 6.99998C9.23856 6.99998 6.99998 9.23856 6.99998 12C6.99998 14.7614 9.23856 17 12 17ZM12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16ZM12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 9.99999 12 9.99999C10.8954 9.99999 9.99999 10.8954 9.99999 12C9.99999 13.1046 10.8954 14 12 14Z\", rule: \"evenodd\" }] },\n { name: \"feature-project\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M9.16024 4.79753C5.78348 5.97218 3.36 9.18307 3.36 12.96C3.36 13.7907 3.47723 14.594 3.69606 15.3543C2.91522 15.8695 2.4 16.7546 2.4 17.76C2.4 19.3506 3.68942 20.64 5.28 20.64C5.94417 20.64 6.55583 20.4152 7.04303 20.0375C8.44624 21.0221 10.1556 21.6 12 21.6C13.8444 21.6 15.5538 21.0221 16.957 20.0375C17.4442 20.4152 18.0558 20.64 18.72 20.64C20.3106 20.64 21.6 19.3506 21.6 17.76C21.6 16.7546 21.0848 15.8695 20.3039 15.3543C20.5228 14.594 20.64 13.7907 20.64 12.96C20.64 9.18307 18.2165 5.97218 14.8398 4.79753C14.6102 3.43664 13.4262 2.4 12 2.4C10.5738 2.4 9.38977 3.43664 9.16024 4.79753ZM19.5164 17.2237C19.3439 16.9681 19.0516 16.8 18.72 16.8C18.1898 16.8 17.76 17.2298 17.76 17.76C17.76 18.2035 18.0607 18.5768 18.4694 18.687C18.5493 18.7085 18.6333 18.72 18.72 18.72C19.2502 18.72 19.68 18.2902 19.68 17.76C19.68 17.5614 19.6197 17.3769 19.5164 17.2237ZM18.4376 14.8937C18.6213 14.2813 18.72 13.6322 18.72 12.96C18.72 10.1305 16.9712 7.70938 14.4955 6.71862C13.9977 7.58021 13.0666 8.16 12 8.16C10.9334 8.16 10.0023 7.58021 9.50449 6.71862C7.02879 7.70938 5.28 10.1305 5.28 12.96C5.28 13.6322 5.37869 14.2813 5.56237 14.8937C7.02042 15.0356 8.16 16.2647 8.16 17.76C8.16 17.9876 8.13359 18.2091 8.08367 18.4215C9.18634 19.2136 10.5387 19.68 12 19.68C13.4613 19.68 14.8137 19.2136 15.9163 18.4215C15.8664 18.2091 15.84 17.9876 15.84 17.76C15.84 16.2647 16.9796 15.0356 18.4376 14.8937ZM4.32 17.76C4.32 17.5614 4.38031 17.3769 4.48362 17.2237C4.6561 16.9681 4.94842 16.8 5.28 16.8C5.81019 16.8 6.24 17.2298 6.24 17.76C6.24 18.2035 5.93926 18.5768 5.53059 18.687C5.45071 18.7085 5.3667 18.72 5.28 18.72C4.74981 18.72 4.32 18.2902 4.32 17.76ZM12 6.24C12.5302 6.24 12.96 5.81019 12.96 5.28C12.96 4.74981 12.5302 4.32 12 4.32C11.9669 4.32 11.9341 4.32168 11.9018 4.32496C11.4178 4.37412 11.04 4.78294 11.04 5.28C11.04 5.81019 11.4698 6.24 12 6.24Z\", rule: \"evenodd\" }] },\n { name: \"feature-resume\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M14 4.00002V6.00002H10V4.00002H14ZM8 4H7C5.89543 4 5 4.89543 5 6L5 20C5 21.1046 5.89543 22 7 22L17 22C18.1046 22 19 21.1046 19 20L19 6C19 4.89543 18.1046 4 17 4H16C16 2.89543 15.1046 2 14 2L10 2C8.89543 2 8 2.89543 8 4ZM8 5.99999C8 7.10456 8.89543 7.99999 10 7.99999H14C15.1046 7.99999 16 7.10456 16 5.99999H17L17 20L7 20L7 5.99999H8ZM15 9.99998H9C8.44772 9.99998 8 10.4477 8 11C8 11.5523 8.44772 12 9 12L15 12C15.5523 12 16 11.5523 16 11C16 10.4477 15.5523 9.99998 15 9.99998ZM15 15L9 15C8.44772 15 8 15.4477 8 16C8 16.5523 8.44772 17 9 17H15C15.5523 17 16 16.5523 16 16C16 15.4477 15.5523 15 15 15Z\", rule: \"evenodd\" }] },\n { name: \"feature-skill\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M17.7365 5.78947H20C21.1046 5.78947 22 6.6849 22 7.78947V12.4098C22 12.686 21.7761 12.9098 21.5 12.9098C21.4427 12.9098 21.3859 12.9 21.332 12.8808L20.664 12.6425C20.4461 12.5648 20.2459 12.5263 20.0526 12.5263C19.0351 12.5263 18.2105 13.3509 18.2105 14.3684C18.2105 15.3859 19.0351 16.2105 20.0526 16.2105C20.2459 16.2105 20.4461 16.1721 20.664 16.0943L21.332 15.8561C21.5921 15.7633 21.8782 15.8989 21.9709 16.159C21.9902 16.2129 22 16.2698 22 16.327V20C22 21.1046 21.1046 22 20 22H7.78947C6.6849 22 5.78947 21.1046 5.78947 20V17.7365C3.69166 17.7083 2 15.9992 2 13.8947C2 11.7902 3.69166 10.0811 5.78947 10.053V7.78947C5.78947 6.6849 6.6849 5.78947 7.78947 5.78947H10.053C10.0811 3.69166 11.7902 2 13.8947 2C15.9992 2 17.7083 3.69166 17.7365 5.78947ZM16.2105 14.3684C16.2105 12.2639 17.9022 10.5548 20 10.5267V8.78948C20 8.2372 19.5523 7.78948 19 7.78948H15.8533C15.5772 7.78948 15.3533 7.56563 15.3533 7.28948C15.3533 7.23224 15.3632 7.17542 15.3824 7.12151L15.6207 6.45353C15.6984 6.23556 15.7368 6.03537 15.7368 5.84212C15.7368 4.82461 14.9122 4.00001 13.8947 4.00001C12.8772 4.00001 12.0526 4.82461 12.0526 5.84212C12.0526 6.03537 12.0911 6.23556 12.1688 6.45353L12.4071 7.12151C12.4999 7.3816 12.3642 7.66765 12.1041 7.76042C12.0502 7.77965 11.9934 7.78948 11.9362 7.78948H8.78948C8.2372 7.78948 7.78948 8.2372 7.78948 8.78948V11.9362C7.78948 12.2123 7.56563 12.4362 7.28948 12.4362C7.23224 12.4362 7.17542 12.4263 7.12151 12.4071L6.45353 12.1688C6.23556 12.0911 6.03537 12.0526 5.84212 12.0526C4.82461 12.0526 4.00001 12.8772 4.00001 13.8947C4.00001 14.9122 4.82461 15.7368 5.84212 15.7368C6.03537 15.7368 6.23556 15.6984 6.45353 15.6207L7.12151 15.3824C7.3816 15.2896 7.66765 15.4253 7.76042 15.6854C7.77965 15.7393 7.78948 15.7961 7.78948 15.8533V19C7.78948 19.5523 8.2372 20 8.78948 20H19C19.5523 20 20 19.5523 20 19V18.2102C17.9022 18.182 16.2105 16.4729 16.2105 14.3684Z\", rule: \"evenodd\" }] },\n { name: \"feature-survey-01\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M15.84 2.4H8.16C4.97884 2.4 2.4 4.97884 2.4 8.16V15.84C2.4 19.0212 4.97884 21.6 8.16 21.6H15.84C19.0212 21.6 21.6 19.0212 21.6 15.84V8.16C21.6 4.97884 19.0212 2.4 15.84 2.4ZM4.32 8.16C4.32 6.03922 6.03923 4.32 8.16 4.32H15.84C17.9608 4.32 19.68 6.03922 19.68 8.16V15.84C19.68 17.9608 17.9608 19.68 15.84 19.68H8.16C6.03923 19.68 4.32 17.9608 4.32 15.84V8.16ZM9.86784 16.2605C10.0478 16.4404 10.292 16.5413 10.5466 16.5408C10.8011 16.5413 11.0453 16.4404 11.2253 16.2605L18.0144 9.47135C18.3892 9.09624 18.389 8.48828 18.0139 8.11343C17.6388 7.73858 17.0308 7.7388 16.656 8.11391L10.5456 14.2224L7.152 10.8288C6.91079 10.5794 6.55379 10.4796 6.21821 10.5677C5.88263 10.6558 5.6207 10.9181 5.53308 11.2538C5.44546 11.5895 5.5458 11.9463 5.79552 12.1872L9.86784 16.2605Z\", rule: \"evenodd\" }] },\n { name: \"feature-survey-02\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M8.16 2.4H15.84C19.0212 2.4 21.6 4.97884 21.6 8.16V15.84C21.6 19.0212 19.0212 21.6 15.84 21.6H8.16C4.97884 21.6 2.4 19.0212 2.4 15.84V8.16C2.4 4.97884 4.97884 2.4 8.16 2.4ZM9.8379 16.204C10.0179 16.384 10.2621 16.4848 10.5166 16.4843C10.7711 16.4848 11.0154 16.384 11.1953 16.204L17.9845 9.41489C18.3593 9.03978 18.3591 8.43182 17.984 8.05697C17.6089 7.68212 17.0009 7.68234 16.6261 8.05745L10.5157 14.1659L7.12206 10.7723C6.88085 10.5229 6.52385 10.4231 6.18827 10.5112C5.85269 10.5993 5.59076 10.8616 5.50314 11.1973C5.41552 11.533 5.51585 11.8899 5.76558 12.1307L9.8379 16.204Z\", rule: \"evenodd\" }] },\n { name: \"mail-02\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M21.25 8.0499L12.676 14.7157C12.2968 15.0123 11.7242 15.0123 11.345 14.7157L2.703 8.08498C2.767 8.03675 2.834 7.99289 2.906 7.95167L10.359 3.67854C11.356 3.10715 12.644 3.10715 13.641 3.67854L21.094 7.95167C21.148 7.98237 21.2 8.0157 21.25 8.05078V8.0499ZM22 9.95315V18.9958C22 19.9646 21.1046 20.75 20 20.75H4C2.89543 20.75 2 19.9646 2 18.9958V9.96017L10.014 16.026C11.1516 16.9152 12.8684 16.9152 14.006 16.026L22 9.95315Z\", rule: \"evenodd\" }] },\n { name: \"module-lead\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M9.31247 8.24157V6.20606H12.1249C12.2402 6.20606 12.3462 6.14608 12.4005 6.04968C12.4549 5.95361 12.4489 5.83715 12.3849 5.74642L11.8755 5.02363L12.3849 4.30051C12.4489 4.21012 12.4549 4.09333 12.4005 3.99725C12.3462 3.90118 12.2402 3.8412 12.1249 3.8412H9.31247C9.31246 3.60187 9.14156 3.25 8.68747 3.25C8.23337 3.25 8.06247 3.60189 8.06247 3.84121V8.17788L2.09533 19.5917C1.97137 19.8281 1.9681 20.1227 2.0867 20.3621C2.20472 20.6016 2.42674 20.75 2.66677 20.75H15.3238H15.3337L15.344 20.7499H21.3332C21.5838 20.7499 21.8133 20.5885 21.9279 20.3322C22.0411 20.0759 22.0198 19.7676 21.8725 19.535L16.5392 11.1188C16.4112 10.9161 16.1938 10.8036 15.9865 10.8036C15.7678 10.809 15.5665 10.9359 15.4452 11.1441L14.1119 13.4394C13.9079 13.7914 13.9906 14.2665 14.2965 14.5007C14.6026 14.7355 15.0172 14.6398 15.2212 14.2887L16.0239 12.9069L20.0238 19.2197H15.6898L9.31247 8.24157ZM14.0873 19.2198H3.84396L8.6961 9.93925L14.0873 19.2198Z\", rule: \"evenodd\" }] },\n { name: \"module-listen\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M17 16.9996C17 19.3507 15.3618 21.3842 13.0646 21.8847C10.7673 22.3851 8.43175 21.2173 7.45377 19.0793C6.47578 16.9412 7.11966 14.4106 9.00057 12.9999V5.00044C9.00057 3.34371 10.3436 2.00066 12.0004 2.00066C13.6571 2.00066 15.0001 3.34371 15.0001 5.00044V12.9999C16.2141 13.9118 17 15.3637 17 16.9996ZM13.7992 14.5988L13.0003 13.9988V5.00043C13.0003 4.44819 12.5526 4.0005 12.0004 4.0005C11.4481 4.0005 11.0004 4.44819 11.0004 5.00043V13.9988L10.2015 14.5988C9.16801 15.3732 8.74618 16.7221 9.15431 17.9474C9.56244 19.1726 10.7089 19.9991 12.0004 19.9991C13.2918 19.9991 14.4383 19.1726 14.8464 17.9474C15.2545 16.7221 14.8327 15.3732 13.7992 14.5988V14.5988ZM12.0004 18.9994C10.8959 18.9994 10.0005 18.1041 10.0005 16.9996C10.0005 15.8951 10.8959 14.9997 12.0004 14.9997C13.1048 14.9997 14.0002 15.8951 14.0002 16.9996C14.0002 18.1041 13.1048 18.9994 12.0004 18.9994Z\", rule: \"evenodd\" }] },\n { name: \"module-perform\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M12.7884 15.9679L12.8728 14.7853L13.9032 14.1973C14.8925 13.6239 15.8015 12.922 16.6064 12.1099C19.5408 9.1744 20.4367 5.72318 19.3574 4.6428C18.277 3.56465 14.8258 4.45829 11.8903 7.39377C11.0455 8.23851 10.3375 9.16106 9.80283 10.0969L9.21373 11.1273L8.03219 11.2118C7.06257 11.2798 6.14247 11.6658 5.41457 12.3099C6.80391 12.9213 8.06707 13.7864 9.13926 14.8608C10.2285 15.9501 11.0866 17.2139 11.6902 18.5855C12.3343 17.8576 12.7204 16.9375 12.7884 15.9679ZM9.48383 19.1123C9.26029 19.4163 9.01394 19.7028 8.7469 19.9693C7.4442 21.272 5.47904 21.6643 2.85142 21.1475C2.33568 18.521 2.72915 16.5559 4.02963 15.2532C4.30528 14.9798 4.59205 14.733 4.88772 14.5163C3.9765 14.0711 3.00274 13.7675 2 13.6159C2.32283 12.6026 2.88433 11.6817 3.63726 10.9306C4.76923 9.79578 6.27329 9.1085 7.87214 8.99543C8.54325 7.83412 9.36554 6.76702 10.3175 5.8221C14.0077 2.13191 18.7583 0.901479 20.9291 3.07113C23.0988 5.24189 21.8672 9.99245 18.1781 13.6815C17.2332 14.6334 16.1661 15.4557 15.0047 16.1268C14.8917 17.7257 14.2044 19.2297 13.0696 20.3616C12.3191 21.1156 11.398 21.6776 10.3842 22C10.2326 20.9973 9.92898 20.0235 9.48383 19.1123V19.1123ZM7.56645 16.4336C7.38747 16.2542 7.18566 16.0991 6.96623 15.9723C6.48606 16.139 5.92141 16.5058 5.40455 17.0216C5.16113 17.2661 4.86325 18.0875 4.85991 19.139C5.9114 19.1357 6.73615 18.8344 6.97735 18.5944C7.4942 18.0764 7.861 17.5129 8.02662 17.0327C7.90018 16.8133 7.74547 16.6115 7.56645 16.4325V16.4336ZM16.2118 7.78613C15.9162 7.50853 15.7952 7.09197 15.8962 6.69921C15.9971 6.30645 16.304 5.99984 16.6968 5.89917C17.0896 5.79851 17.5061 5.91977 17.7835 6.21558C18.1816 6.65459 18.1652 7.32868 17.7463 7.74786C17.3274 8.16705 16.6533 8.18388 16.2141 7.78613H16.2118Z\", rule: \"evenodd\" }] },\n { name: \"module-share\", category: \"Modules et fonctionnalités\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M20.6046 8.46202C18.742 6.51266 15.7139 6.51266 13.8513 8.46202L13.0894 9.26134L14.6142 10.8578L15.3761 10.0596C16.3968 8.99024 18.0581 8.99024 19.0788 10.0596C20.0994 11.1289 20.0994 12.8696 19.0788 13.9389C18.0581 15.0083 16.3968 15.0083 15.3761 13.9389L10.1487 8.46202C8.28607 6.51266 5.25906 6.51266 3.39542 8.46202C1.53486 10.4124 1.53486 13.5861 3.39542 15.5376C4.32673 16.5123 5.54965 16.9996 6.77256 16.9996C7.99548 16.9996 9.21737 16.5123 10.1487 15.5376L10.9116 14.7383L9.38577 13.1407L8.62388 13.9389C7.60324 15.0083 5.94291 15.0083 4.92227 13.9389C3.90061 12.8696 3.90061 11.1289 4.92227 10.0596C5.94291 8.99024 7.60324 8.99024 8.62388 10.0596L13.8513 15.5376C15.7139 17.4869 18.742 17.488 20.6046 15.5376C22.4651 13.5861 22.4651 10.4124 20.6046 8.46202\", rule: \"evenodd\" }] },\n { name: \"info-circle-01\", category: \"Alertes & feedback\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C16.4182 20 20 16.4182 20 12C20 7.58169 16.4182 3.99997 12 3.99997C7.58169 3.99997 3.99997 7.58169 3.99997 12C3.99997 16.4182 7.58169 20 12 20ZM12 10C12.5523 10 13 10.4477 13 11V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V11C11 10.4477 11.4477 10 12 10ZM12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8C13 8.55228 12.5523 9 12 9Z\", rule: \"evenodd\" }] },\n { name: \"info-circle-02\", category: \"Alertes & feedback\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 10C11.4477 10 11 10.4477 11 11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V11C13 10.4477 12.5523 10 12 10ZM12 9C12.5523 9 13 8.55228 13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8C11 8.55228 11.4477 9 12 9Z\", rule: \"evenodd\" }] },\n { name: \"alert-circle-01\", category: \"Alertes & feedback\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12ZM20 12C20 16.4182 16.4182 20 12 20C7.58169 20 3.99997 16.4182 3.99997 12C3.99997 7.58169 7.58169 3.99997 12 3.99997C16.4182 3.99997 20 7.58169 20 12ZM11 13C11 13.5523 11.4477 14 12 14C12.5523 14 13 13.5523 13 13V8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V13ZM13 16C13 15.4477 12.5523 15 12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16Z\", rule: \"evenodd\" }] },\n { name: \"alert-circle-02\", category: \"Alertes & feedback\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12ZM11 13C11 13.5523 11.4477 14 12 14C12.5523 14 13 13.5523 13 13V8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V13ZM13 16C13 15.4477 12.5523 15 12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16Z\", rule: \"evenodd\" }] },\n { name: \"alert-triangle-01\", category: \"Alertes & feedback\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M14.8 4.81807L21.5011 15.6691C22.4641 17.2276 21.9911 19.278 20.4441 20.2483C19.9248 20.5752 19.3196 20.7494 18.701 20.75H5.29801C3.477 20.75 2 19.2625 2 17.4259C2 16.8047 2.173 16.197 2.498 15.6691L9.20002 4.81807C10.162 3.25958 12.196 2.78222 13.743 3.75251C14.171 4.02084 14.533 4.38543 14.8 4.81807ZM12.58 5.63378C12.3327 5.47908 12.031 5.42948 11.745 5.4965C11.4591 5.56352 11.2137 5.74134 11.066 5.98864L4.36502 16.8416C4.25617 17.0185 4.19879 17.2208 4.19902 17.4269C4.19902 18.0394 4.69102 18.5353 5.29902 18.5353H18.7001C18.9061 18.5353 19.1071 18.4769 19.2811 18.368C19.7998 18.033 19.9553 17.3603 19.6341 16.8416L12.933 5.98864C12.8452 5.84575 12.7247 5.72435 12.581 5.63378H12.58ZM12 16.861C11.4477 16.861 11 16.4257 11 15.8888C11 15.3518 11.4477 14.9166 12 14.9166C12.5523 14.9166 13 15.3518 13 15.8888C13 16.4257 12.5523 16.861 12 16.861ZM12 8.11099C12.5523 8.11099 13 8.54627 13 9.08322V12.9721C13 13.5091 12.5523 13.9444 12 13.9444C11.4477 13.9444 11 13.5091 11 12.9721V9.08322C11 8.54627 11.4477 8.11099 12 8.11099Z\", rule: \"evenodd\" }] },\n { name: \"alert-triangle-02\", category: \"Alertes & feedback\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M14.8 4.81807L21.501 15.6691C22.464 17.2276 21.991 19.278 20.444 20.2483C19.9248 20.5752 19.3196 20.7494 18.701 20.75H5.298C3.477 20.75 2 19.2625 2 17.4259C2 16.8047 2.173 16.197 2.498 15.6691L9.2 4.81807C10.162 3.25958 12.196 2.78222 13.743 3.75251C14.171 4.02084 14.533 4.38543 14.8 4.81807ZM12 16.861C12.5523 16.861 13 16.4257 13 15.8888C13 15.3518 12.5523 14.9166 12 14.9166C11.4477 14.9166 11 15.3518 11 15.8888C11 16.4257 11.4477 16.861 12 16.861ZM12 8.11099C11.4477 8.11099 11 8.54627 11 9.08322V12.9721C11 13.5091 11.4477 13.9444 12 13.9444C12.5523 13.9444 13 13.5091 13 12.9721V9.08322C13 8.54627 12.5523 8.11099 12 8.11099Z\", rule: \"evenodd\" }] },\n { name: \"minus-circle\", category: \"Alertes & feedback\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" }], keywords: [\"minus\", \"subtract\", \"subtraction\", \"mathematics\", \"circle\"] },\n { name: \"lock-unlocked-02\", category: \"Sécurité\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M6.99995 14V20H16.9999V14H6.99995ZM17 12C18.1045 12 19 12.8954 19 14V20C19 21.1046 18.1045 22 17 22H6.99995C5.89538 22 4.99995 21.1046 4.99995 20V14C4.99995 12.8954 5.89538 12 6.99995 12V7C6.99995 4.23857 9.23853 2 12 2C14.7614 2 17 4.23857 17 7V12V12ZM15 12V7C15 5.92821 14.4282 4.93783 13.5 4.40193C12.5717 3.86603 11.4282 3.86603 10.5 4.40193C9.57175 4.93783 8.99995 5.92821 8.99995 7V12H15ZM12 19C10.8954 19 9.99995 18.1046 9.99995 17C9.99995 15.8954 10.8954 15 12 15C13.1045 15 14 15.8954 14 17C14 18.1046 13.1045 19 12 19Z\", rule: \"evenodd\" }] },\n { name: \"lock-02\", category: \"Sécurité\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M17 12C18.1045 12 19 12.8954 19 14V20C19 21.1046 18.1045 22 17 22H6.99995C5.89538 22 4.99995 21.1046 4.99995 20V14C4.99995 12.8954 5.89538 12 6.99995 12V7C6.99995 4.23857 9.23853 2 12 2C14.7614 2 17 4.23857 17 7V12V12ZM12 19C13.1045 19 14 18.1046 14 17C14 15.8954 13.1045 15 12 15C10.8954 15 9.99995 15.8954 9.99995 17C9.99995 18.1046 10.8954 19 12 19ZM15 12V7C15 5.92821 14.4282 4.93783 13.5 4.40193C12.5717 3.86603 11.4282 3.86603 10.5 4.40193C9.57175 4.93783 8.99995 5.92821 8.99995 7V12H15Z\", rule: \"evenodd\" }] },\n { name: \"lock-01\", category: \"Sécurité\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M17 10V8C17 5.23858 14.7614 3 12 3C9.23858 3 7 5.23858 7 8V10M12 14.5V16.5M8.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V14.8C20 13.1198 20 12.2798 19.673 11.638C19.3854 11.0735 18.9265 10.6146 18.362 10.327C17.7202 10 16.8802 10 15.2 10H8.8C7.11984 10 6.27976 10 5.63803 10.327C5.07354 10.6146 4.6146 11.0735 4.32698 11.638C4 12.2798 4 13.1198 4 14.8V16.2C4 17.8802 4 18.7202 4.32698 19.362C4.6146 19.9265 5.07354 20.3854 5.63803 20.673C6.27976 21 7.11984 21 8.8 21Z\" }], keywords: [\"lock\", \"locked\", \"password\", \"security\", \"cybersecurity\"] },\n { name: \"lock-unlocked-01\", category: \"Sécurité\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M7 10V8C7 5.23858 9.23858 3 12 3C14.0503 3 15.8124 4.2341 16.584 6M12 14.5V16.5M8.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V14.8C20 13.1198 20 12.2798 19.673 11.638C19.3854 11.0735 18.9265 10.6146 18.362 10.327C17.7202 10 16.8802 10 15.2 10H8.8C7.11984 10 6.27976 10 5.63803 10.327C5.07354 10.6146 4.6146 11.0735 4.32698 11.638C4 12.2798 4 13.1198 4 14.8V16.2C4 17.8802 4 18.7202 4.32698 19.362C4.6146 19.9265 5.07354 20.3854 5.63803 20.673C6.27976 21 7.11984 21 8.8 21Z\" }], keywords: [\"lock\", \"unlocked\", \"password\", \"security\", \"cybersecurity\"] },\n { name: \"message-chat-square\", category: \"Communication\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M10 15L6.92474 18.1137C6.49579 18.548 6.28131 18.7652 6.09695 18.7805C5.93701 18.7938 5.78042 18.7295 5.67596 18.6076C5.55556 18.4672 5.55556 18.162 5.55556 17.5515V15.9916C5.55556 15.444 5.10707 15.0477 4.5652 14.9683C3.25374 14.7762 2.22378 13.7463 2.03168 12.4348C2 12.2186 2 11.9605 2 11.4444V6.8C2 5.11984 2 4.27976 2.32698 3.63803C2.6146 3.07354 3.07354 2.6146 3.63803 2.32698C4.27976 2 5.11984 2 6.8 2H14.2C15.8802 2 16.7202 2 17.362 2.32698C17.9265 2.6146 18.3854 3.07354 18.673 3.63803C19 4.27976 19 5.11984 19 6.8V11M19 22L16.8236 20.4869C16.5177 20.2742 16.3647 20.1678 16.1982 20.0924C16.0504 20.0255 15.8951 19.9768 15.7356 19.9474C15.5558 19.9143 15.3695 19.9143 14.9969 19.9143H13.2C12.0799 19.9143 11.5198 19.9143 11.092 19.6963C10.7157 19.5046 10.4097 19.1986 10.218 18.8223C10 18.3944 10 17.8344 10 16.7143V14.2C10 13.0799 10 12.5198 10.218 12.092C10.4097 11.7157 10.7157 11.4097 11.092 11.218C11.5198 11 12.0799 11 13.2 11H18.8C19.9201 11 20.4802 11 20.908 11.218C21.2843 11.4097 21.5903 11.7157 21.782 12.092C22 12.5198 22 13.0799 22 14.2V16.9143C22 17.8462 22 18.3121 21.8478 18.6797C21.6448 19.1697 21.2554 19.5591 20.7654 19.762C20.3978 19.9143 19.9319 19.9143 19 19.9143V22Z\" }], keywords: [\"message\", \"chat\", \"live chat\"] },\n { name: \"send-01\", category: \"Communication\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M10.4995 13.5001L20.9995 3.00005M10.6271 13.8281L13.2552 20.5861C13.4867 21.1815 13.6025 21.4791 13.7693 21.566C13.9139 21.6414 14.0862 21.6415 14.2308 21.5663C14.3977 21.4796 14.5139 21.1821 14.7461 20.587L21.3364 3.69925C21.5461 3.16207 21.6509 2.89348 21.5935 2.72185C21.5437 2.5728 21.4268 2.45583 21.2777 2.40604C21.1061 2.34871 20.8375 2.45352 20.3003 2.66315L3.41258 9.25349C2.8175 9.48572 2.51997 9.60183 2.43326 9.76873C2.35809 9.91342 2.35819 10.0857 2.43353 10.2303C2.52043 10.3971 2.81811 10.5128 3.41345 10.7444L10.1715 13.3725C10.2923 13.4195 10.3527 13.443 10.4036 13.4793C10.4487 13.5114 10.4881 13.5509 10.5203 13.596C10.5566 13.6468 10.5801 13.7073 10.6271 13.8281Z\" }], keywords: [\"send\", \"mail\", \"message\", \"chat\"] },\n { name: \"inbox-01\", category: \"Communication\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M2.5 12H5.88197C6.56717 12 7.19357 12.3871 7.5 13C7.80643 13.6129 8.43283 14 9.11803 14H14.882C15.5672 14 16.1936 13.6129 16.5 13C16.8064 12.3871 17.4328 12 18.118 12H21.5M8.96656 4H15.0334C16.1103 4 16.6487 4 17.1241 4.16396C17.5445 4.30896 17.9274 4.5456 18.2451 4.85675C18.6043 5.2086 18.8451 5.6902 19.3267 6.65337L21.4932 10.9865C21.6822 11.3645 21.7767 11.5535 21.8434 11.7515C21.9026 11.9275 21.9453 12.1085 21.971 12.2923C22 12.4992 22 12.7105 22 13.1331V15.2C22 16.8802 22 17.7202 21.673 18.362C21.3854 18.9265 20.9265 19.3854 20.362 19.673C19.7202 20 18.8802 20 17.2 20H6.8C5.11984 20 4.27976 20 3.63803 19.673C3.07354 19.3854 2.6146 18.9265 2.32698 18.362C2 17.7202 2 16.8802 2 15.2V13.1331C2 12.7105 2 12.4992 2.02897 12.2923C2.05471 12.1085 2.09744 11.9275 2.15662 11.7515C2.22326 11.5535 2.31776 11.3645 2.50675 10.9865L4.67331 6.65337C5.1549 5.69019 5.3957 5.2086 5.75495 4.85675C6.07263 4.5456 6.45551 4.30896 6.87589 4.16396C7.35125 4 7.88969 4 8.96656 4Z\" }], keywords: [\"inbox\", \"tray\", \"mailbox\", \"mail\"] },\n { name: \"circle\", category: \"Forme\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" }], keywords: [\"circle\", \"shape\"] },\n { name: \"bar-chart-square-02\", category: \"Charts\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M8 15V17M12 11V17M16 7V17M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z\" }], keywords: [\"bar\", \"chart\", \"square\", \"barchart\", \"graph\", \"data\"] },\n { name: \"arrow-down\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M12 5V19M5 12L12 19L19 12\" }], keywords: [\"arrow\", \"down\"] },\n { name: \"arrow-down-left\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M17 7L7 17M7 7V17H17\" }], keywords: [\"arrow\", \"down\", \"left\"] },\n { name: \"arrow-down-right\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M7 7L17 17M7 17H17V7\" }], keywords: [\"arrow\", \"down\", \"right\"] },\n { name: \"arrow-left\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M19 12H5M12 5L5 12L12 19\" }], keywords: [\"arrow\", \"left\"] },\n { name: \"arrow-narrow-down\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M12 4V20M6 14L12 20L18 14\" }], keywords: [\"arrow\", \"narrow\", \"down\"] },\n { name: \"arrow-narrow-down-left\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M18 6L6 18M6 10V18H14\" }], keywords: [\"arrow\", \"narrow\", \"down\", \"left\"] },\n { name: \"arrow-narrow-down-right\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M6 6L18 18M10 18H18V10\" }], keywords: [\"arrow\", \"narrow\", \"down\", \"right\"] },\n { name: \"arrow-narrow-left\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M20 12H4M10 6L4 12L10 18\" }], keywords: [\"arrow\", \"narrow\", \"left\"] },\n { name: \"arrow-narrow-right\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M4 12H20M14 18L20 12L14 6\" }], keywords: [\"arrow\", \"narrow\", \"right\"] },\n { name: \"arrow-narrow-up\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M12 20V4M18 10L12 4L6 10\" }], keywords: [\"arrow\", \"narrow\", \"up\"] },\n { name: \"arrow-narrow-up-left\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M18 18L6 6M14 6H6V14\" }], keywords: [\"arrow\", \"narrow\", \"up\", \"left\"] },\n { name: \"arrow-narrow-up-right\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M6 18L18 6M18 14V6H10\" }], keywords: [\"arrow\", \"narrow\", \"up\", \"right\"] },\n { name: \"arrow-right\", category: \"Flèches\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M5 12H19M12 19L19 12L12 5\" }], keywords: [\"arrow\", \"right\"] },\n { name: \"chevron-down\", category: \"Flèches\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M5.29289 8.29289C5.68342 7.90237 6.31658 7.90237 6.70711 8.29289L12 13.5858L17.2929 8.29289C17.6834 7.90237 18.3166 7.90237 18.7071 8.29289C19.0976 8.68342 19.0976 9.31658 18.7071 9.70711L12.7071 15.7071C12.3166 16.0976 11.6834 16.0976 11.2929 15.7071L5.29289 9.70711C4.90237 9.31658 4.90237 8.68342 5.29289 8.29289Z\", rule: \"evenodd\" }], keywords: [\"chevron\", \"down\", \"dropdown\"] },\n { name: \"chevron-left\", category: \"Flèches\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M15.7071 5.29289C16.0976 5.68342 16.0976 6.31658 15.7071 6.70711L10.4142 12L15.7071 17.2929C16.0976 17.6834 16.0976 18.3166 15.7071 18.7071C15.3166 19.0976 14.6834 19.0976 14.2929 18.7071L8.29289 12.7071C7.90237 12.3166 7.90237 11.6834 8.29289 11.2929L14.2929 5.29289C14.6834 4.90237 15.3166 4.90237 15.7071 5.29289Z\", rule: \"evenodd\" }], keywords: [\"chevron\", \"left\"] },\n { name: \"chevron-right\", category: \"Flèches\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M8.29289 5.29289C8.68342 4.90237 9.31658 4.90237 9.70711 5.29289L15.7071 11.2929C16.0976 11.6834 16.0976 12.3166 15.7071 12.7071L9.70711 18.7071C9.31658 19.0976 8.68342 19.0976 8.29289 18.7071C7.90237 18.3166 7.90237 17.6834 8.29289 17.2929L13.5858 12L8.29289 6.70711C7.90237 6.31658 7.90237 5.68342 8.29289 5.29289Z\", rule: \"evenodd\" }], keywords: [\"chevron\", \"right\"] },\n { name: \"chevron-up\", category: \"Flèches\", mode: \"remplissage\", style: \"trait\", paths: [{ d: \"M11.2929 8.29289C11.6834 7.90237 12.3166 7.90237 12.7071 8.29289L18.7071 14.2929C19.0976 14.6834 19.0976 15.3166 18.7071 15.7071C18.3166 16.0976 17.6834 16.0976 17.2929 15.7071L12 10.4142L6.70711 15.7071C6.31658 16.0976 5.68342 16.0976 5.29289 15.7071C4.90237 15.3166 4.90237 14.6834 5.29289 14.2929L11.2929 8.29289Z\", rule: \"evenodd\" }], keywords: [\"chevron\", \"up\", \"dropdown\"] },\n];\n\n/**\n * Les dessins ÉCARTÉS parce qu'un autre porte déjà leur nom.\n *\n * Ce ne sont pas des doublons : ce sont d'autres dessins, sous le même nom, et\n * tous utilisables. Dans chaque cas une silhouette remplie affronte un tracé au\n * contour — deux générations de dessin cohabitent dans le Figma.\n *\n * Ils ne sont pas publiés en composants, et c'est volontaire : un catalogue à\n * clé dupliquée n'a plus de source unique. Mais ils sont ici, et la page\n * « Icônes » les montre à côté de ceux qui gagnent, pour qu'on tranche en\n * regardant. Inventer un nom pour les départager serait pire : un nom inventé\n * n'existe dans aucune maquette, donc personne ne le citerait.\n */\nexport const ZEST_ICONS_EN_CONFLIT: (ZestIcon & { node: string; raison: string })[] = [\n { name: \"share-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M20.7914 12.6074C21.0355 12.3981 21.1575 12.2935 21.2023 12.169C21.2415 12.0598 21.2415 11.9402 21.2023 11.831C21.1575 11.7065 21.0355 11.6018 20.7914 11.3926L12.3206 4.13196C11.9004 3.77176 11.6903 3.59167 11.5124 3.58725C11.3578 3.58342 11.2101 3.65134 11.1124 3.77122C11 3.90915 11 4.18589 11 4.73936V9.03462C8.86532 9.40808 6.91159 10.4897 5.45971 12.1139C3.87682 13.8845 3.00123 16.1759 3 18.551V19.163C4.04934 17.8989 5.35951 16.8765 6.84076 16.1659C8.1467 15.5394 9.55842 15.1683 11 15.0705V19.2606C11 19.8141 11 20.0908 11.1124 20.2288C11.2101 20.3486 11.3578 20.4166 11.5124 20.4127C11.6903 20.4083 11.9004 20.2282 12.3206 19.868L20.7914 12.6074Z\" }], keywords: [\"share\", \"export\", \"open\", \"link\", \"external\", \"hyperlink\", \"website\"], node: \"3164:1706\", raison: \"Général arrive avant\" },\n { name: \"help-circle-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M9.09 9C9.3251 8.33167 9.78915 7.76811 10.4 7.40913C11.0108 7.05016 11.7289 6.91894 12.4272 7.03871C13.1255 7.15849 13.7588 7.52152 14.2151 8.06353C14.6713 8.60553 14.9211 9.29152 14.92 10C14.92 12 11.92 13 11.92 13M12 17H12.01M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" }], keywords: [\"help\", \"info\", \"information\", \"documentation\", \"question\", \"circle\"], node: \"3167:12028\", raison: \"Général arrive avant\" },\n { name: \"help-circle-02\", category: \"Général\", mode: \"remplissage\", style: \"plein\", paths: [{ d: \"M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM10.9066 8.27123C11.3138 8.03191 11.7926 7.94443 12.2581 8.02428C12.7236 8.10413 13.1459 8.34615 13.45 8.70749C13.7542 9.06883 13.9207 9.52615 13.92 9.99847L13.92 9.99996C13.92 10.4691 13.5549 10.9582 12.8653 11.4179C12.5509 11.6275 12.2294 11.7889 11.9826 11.8986C11.8606 11.9529 11.7603 11.9929 11.6929 12.0186C11.663 12.03 11.6329 12.041 11.6027 12.0516C11.0794 12.2267 10.7968 12.7926 10.9713 13.3162C11.146 13.8401 11.7123 14.1233 12.2362 13.9486L12.4049 13.8876C12.5015 13.8508 12.6356 13.7971 12.7949 13.7263C13.1105 13.586 13.5391 13.3724 13.9747 13.082C14.7849 12.5419 15.9195 11.5312 15.92 10.0009C15.9213 9.05644 15.5883 8.14201 14.9801 7.41949C14.3717 6.69682 13.5273 6.21277 12.5962 6.05307C11.6652 5.89337 10.7077 6.06833 9.89327 6.54696C9.07886 7.02559 8.46013 7.77701 8.14666 8.66812C7.96339 9.18911 8.23716 9.76002 8.75815 9.9433C9.27914 10.1266 9.85006 9.85279 10.0333 9.33181C10.1901 8.88625 10.4994 8.51054 10.9066 8.27123ZM12 16C11.4477 16 11 16.4477 11 17C11 17.5522 11.4477 18 12 18H12.01C12.5623 18 13.01 17.5522 13.01 17C13.01 16.4477 12.5623 16 12.01 16H12Z\", rule: \"evenodd\" }], keywords: [\"help\", \"info\", \"information\", \"documentation\", \"question\", \"circle\"], node: \"3167:12024\", raison: \"Général arrive avant\" },\n { name: \"settings-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" }, { d: \"M18.7273 14.7273C18.6063 15.0015 18.5702 15.3056 18.6236 15.6005C18.6771 15.8954 18.8177 16.1676 19.0273 16.3818L19.0818 16.4364C19.2509 16.6052 19.385 16.8057 19.4765 17.0265C19.568 17.2472 19.6151 17.4838 19.6151 17.7227C19.6151 17.9617 19.568 18.1983 19.4765 18.419C19.385 18.6397 19.2509 18.8402 19.0818 19.0091C18.913 19.1781 18.7124 19.3122 18.4917 19.4037C18.271 19.4952 18.0344 19.5423 17.7955 19.5423C17.5565 19.5423 17.3199 19.4952 17.0992 19.4037C16.8785 19.3122 16.678 19.1781 16.5091 19.0091L16.4545 18.9545C16.2403 18.745 15.9682 18.6044 15.6733 18.5509C15.3784 18.4974 15.0742 18.5335 14.8 18.6545C14.5311 18.7698 14.3018 18.9611 14.1403 19.205C13.9788 19.4489 13.8921 19.7347 13.8909 20.0273V20.1818C13.8909 20.664 13.6994 21.1265 13.3584 21.4675C13.0174 21.8084 12.5549 22 12.0727 22C11.5905 22 11.1281 21.8084 10.7871 21.4675C10.4461 21.1265 10.2545 20.664 10.2545 20.1818V20.1C10.2475 19.7991 10.1501 19.5073 9.97501 19.2625C9.79991 19.0176 9.55521 18.8312 9.27273 18.7273C8.99853 18.6063 8.69437 18.5702 8.39947 18.6236C8.10456 18.6771 7.83244 18.8177 7.61818 19.0273L7.56364 19.0818C7.39478 19.2509 7.19425 19.385 6.97353 19.4765C6.7528 19.568 6.51621 19.6151 6.27727 19.6151C6.03834 19.6151 5.80174 19.568 5.58102 19.4765C5.36029 19.385 5.15977 19.2509 4.99091 19.0818C4.82186 18.913 4.68775 18.7124 4.59626 18.4917C4.50476 18.271 4.45766 18.0344 4.45766 17.7955C4.45766 17.5565 4.50476 17.3199 4.59626 17.0992C4.68775 16.8785 4.82186 16.678 4.99091 16.5091L5.04545 16.4545C5.25503 16.2403 5.39562 15.9682 5.4491 15.6733C5.50257 15.3784 5.46647 15.0742 5.34545 14.8C5.23022 14.5311 5.03887 14.3018 4.79497 14.1403C4.55107 13.9788 4.26526 13.8921 3.97273 13.8909H3.81818C3.33597 13.8909 2.87351 13.6994 2.53253 13.3584C2.19156 13.0174 2 12.5549 2 12.0727C2 11.5905 2.19156 11.1281 2.53253 10.7871C2.87351 10.4461 3.33597 10.2545 3.81818 10.2545H3.9C4.2009 10.2475 4.49273 10.1501 4.73754 9.97501C4.98236 9.79991 5.16883 9.55521 5.27273 9.27273C5.39374 8.99853 5.42984 8.69437 5.37637 8.39947C5.3229 8.10456 5.18231 7.83244 4.97273 7.61818L4.91818 7.56364C4.74913 7.39478 4.61503 7.19425 4.52353 6.97353C4.43203 6.7528 4.38493 6.51621 4.38493 6.27727C4.38493 6.03834 4.43203 5.80174 4.52353 5.58102C4.61503 5.36029 4.74913 5.15977 4.91818 4.99091C5.08704 4.82186 5.28757 4.68775 5.50829 4.59626C5.72901 4.50476 5.96561 4.45766 6.20455 4.45766C6.44348 4.45766 6.68008 4.50476 6.9008 4.59626C7.12152 4.68775 7.32205 4.82186 7.49091 4.99091L7.54545 5.04545C7.75971 5.25503 8.03183 5.39562 8.32674 5.4491C8.62164 5.50257 8.9258 5.46647 9.2 5.34545H9.27273C9.54161 5.23022 9.77093 5.03887 9.93245 4.79497C10.094 4.55107 10.1807 4.26526 10.1818 3.97273V3.81818C10.1818 3.33597 10.3734 2.87351 10.7144 2.53253C11.0553 2.19156 11.5178 2 12 2C12.4822 2 12.9447 2.19156 13.2856 2.53253C13.6266 2.87351 13.8182 3.33597 13.8182 3.81818V3.9C13.8193 4.19253 13.906 4.47834 14.0676 4.72224C14.2291 4.96614 14.4584 5.15749 14.7273 5.27273C15.0015 5.39374 15.3056 5.42984 15.6005 5.37637C15.8954 5.3229 16.1676 5.18231 16.3818 4.97273L16.4364 4.91818C16.6052 4.74913 16.8057 4.61503 17.0265 4.52353C17.2472 4.43203 17.4838 4.38493 17.7227 4.38493C17.9617 4.38493 18.1983 4.43203 18.419 4.52353C18.6397 4.61503 18.8402 4.74913 19.0091 4.91818C19.1781 5.08704 19.3122 5.28757 19.4037 5.50829C19.4952 5.72901 19.5423 5.96561 19.5423 6.20455C19.5423 6.44348 19.4952 6.68008 19.4037 6.9008C19.3122 7.12152 19.1781 7.32205 19.0091 7.49091L18.9545 7.54545C18.745 7.75971 18.6044 8.03183 18.5509 8.32674C18.4974 8.62164 18.5335 8.9258 18.6545 9.2V9.27273C18.7698 9.54161 18.9611 9.77093 19.205 9.93245C19.4489 10.094 19.7347 10.1807 20.0273 10.1818H20.1818C20.664 10.1818 21.1265 10.3734 21.4675 10.7144C21.8084 11.0553 22 11.5178 22 12C22 12.4822 21.8084 12.9447 21.4675 13.2856C21.1265 13.6266 20.664 13.8182 20.1818 13.8182H20.1C19.8075 13.8193 19.5217 13.906 19.2778 14.0676C19.0339 14.2291 18.8425 14.4584 18.7273 14.7273Z\" }], keywords: [\"settings\", \"preferences\", \"cog\"], node: \"3785:1728\", raison: \"Général arrive avant\" },\n { name: \"mail-01\", category: \"Général\", mode: \"contour\", style: \"trait\", paths: [{ d: \"M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z\" }], keywords: [\"mail\", \"message\", \"inbox\", \"tray\", \"mailbox\"], node: \"3322:353\", raison: \"préférence explicite pour Modules et fonctionnalités\" },\n];\n\n/**\n * Les icônes dont le style est DISCUTABLE, laissées en trait.\n *\n * Elles mélangent du solide et du creux et n'ont pas de variante qui\n * trancherait. Les basculer en plein les sortirait de l'onglet où on les\n * cherche ; les laisser en trait est un choix, pas une mesure. La page les\n * liste pour qu'on puisse les déplacer en connaissance de cause.\n */\nexport const STYLES_A_REVOIR: { name: string; pourquoi: string }[] = [\n { name: \"feature-action-plan\", pourquoi: \"le curseur est plein, l'arc est un trait épais\" },\n { name: \"feature-objective\", pourquoi: \"des anneaux pleins qui se lisent comme un dessin creux\" },\n { name: \"feature-idea\", pourquoi: \"l'ampoule est creuse, son culot est plein\" },\n { name: \"download-01\", pourquoi: \"remplie, mais dessinée comme un trait\" },\n { name: \"upload-01\", pourquoi: \"remplie, mais dessinée comme un trait\" },\n { name: \"plus\", pourquoi: \"une croix n'a ni creux ni plein\" },\n { name: \"tick\", pourquoi: \"une coche n'a ni creux ni plein\" },\n];\n\n/** Retrouve une icône par son nom Figma. */\nexport const findIcon = (name: string): ZestIcon | undefined => ZEST_ICONS.find((i) => i.name === name);\n","import type { SVGProps } from \"react\";\n\nimport { findIcon } from \"./catalogue\";\n\n/**\n * Les icônes de Zest, en composants.\n *\n * ⚠️ GÉNÉRÉ. Les tracés vivent dans `catalogue.ts` et ne sont pas recopiés\n * ici : chaque composant va les y chercher. C'est ce qui garantit que la page\n * de documentation et les composants montrent le même dessin.\n *\n * `currentColor` : l'icône prend la couleur du texte de son parent, donc elle\n * suit les états de survol sans qu'on ait à la repeindre. Le Figma les dessine\n * en `#4D5971` ; cette valeur est volontairement perdue à la génération, parce\n * qu'une icône qui impose sa couleur ne sert qu'un seul contexte.\n *\n * Pas de propriété `size` : la taille se donne en classe utilitaire (`size-5`,\n * `size-6`), comme tout le reste du design system. Une icône qui porterait sa\n * taille en JavaScript échapperait aux points de rupture.\n */\n\n/**\n * Fabrique un composant d'icône à partir de son nom de catalogue.\n *\n * Les deux modes de peinture ne se rendent pas pareil, et l'attribut de trop\n * n'est pas anodin : un `fill=\"currentColor\"` sur une icône au contour\n * remplirait la surface entre ses traits, et un `stroke` sur une silhouette\n * l'épaissirait de 1 px de chaque côté. D'où deux branches, pas une.\n */\nconst icone = (name: string) => {\n const entree = findIcon(name);\n if (!entree) throw new Error(`Icône « ${name} » absente du catalogue : régénérer index.tsx depuis le Figma.`);\n\n const auContour = entree.mode === \"contour\";\n\n const Composant = (props: SVGProps<SVGSVGElement>) => (\n <svg\n viewBox=\"0 0 24 24\"\n fill={auContour ? \"none\" : \"currentColor\"}\n stroke={auContour ? \"currentColor\" : undefined}\n strokeWidth={auContour ? 2 : undefined}\n strokeLinecap={auContour ? \"round\" : undefined}\n strokeLinejoin={auContour ? \"round\" : undefined}\n aria-hidden=\"true\"\n {...props}\n >\n {entree.paths.map((p) => (\n <path key={p.d} d={p.d} fillRule={p.rule} clipRule={p.rule} />\n ))}\n </svg>\n );\n Composant.displayName = name;\n return Composant;\n};\n\nexport const Home01 = icone(\"home-01\");\nexport const Home02 = icone(\"home-02\");\nexport const Menu01 = icone(\"menu-01\");\nexport const Search01 = icone(\"search-01\");\nexport const Edit01 = icone(\"edit-01\");\nexport const Edit02 = icone(\"edit-02\");\nexport const Heart01 = icone(\"heart-01\");\nexport const Heart02 = icone(\"heart-02\");\nexport const Bookmark01 = icone(\"bookmark-01\");\nexport const Share01 = icone(\"share-01\");\nexport const Download01 = icone(\"download-01\");\nexport const Settings01 = icone(\"settings-01\");\nexport const Upload01 = icone(\"upload-01\");\nexport const XClose = icone(\"x-close\");\nexport const FilterFunnel01 = icone(\"filter-funnel-01\");\nexport const FilterFunnel02 = icone(\"filter-funnel-02\");\nexport const Link01 = icone(\"link-01\");\nexport const LinkBroken01 = icone(\"link-broken-01\");\nexport const LogOut01 = icone(\"log-out-01\");\nexport const HelpCircle01 = icone(\"help-circle-01\");\nexport const HelpCircle02 = icone(\"help-circle-02\");\nexport const Trash01 = icone(\"trash-01\");\nexport const Trash02 = icone(\"trash-02\");\nexport const CheckCircle01 = icone(\"check-circle-01\");\nexport const CheckCircle02 = icone(\"check-circle-02\");\nexport const XCircle = icone(\"x-circle\");\nexport const SmartOrg = icone(\"smart-org\");\nexport const PlusCircle01 = icone(\"plus-circle-01\");\nexport const PlusCircle02 = icone(\"plus-circle-02\");\nexport const Eye01 = icone(\"eye-01\");\nexport const Eye02 = icone(\"eye-02\");\nexport const SlashCircle01 = icone(\"slash-circle-01\");\nexport const DotsVertical = icone(\"dots-vertical\");\nexport const Check = icone(\"check\");\nexport const Minus = icone(\"minus\");\nexport const Calendar = icone(\"calendar\");\nexport const Plus = icone(\"plus\");\nexport const Clock = icone(\"clock\");\nexport const Share02 = icone(\"share-02\");\nexport const Share03 = icone(\"share-03\");\nexport const Tick = icone(\"tick\");\nexport const SlashDivider = icone(\"slash-divider\");\nexport const Tool01 = icone(\"tool-01\");\nexport const Mail01 = icone(\"mail-01\");\nexport const Bell01 = icone(\"bell-01\");\nexport const BellOff01 = icone(\"bell-off-01\");\nexport const User01 = icone(\"user-01\");\nexport const Users01 = icone(\"users-01\");\nexport const EyeOff = icone(\"eye-off\");\nexport const RefreshCw01 = icone(\"refresh-cw-01\");\nexport const Building07 = icone(\"building-07\");\nexport const ThumbsDown = icone(\"thumbs-down\");\nexport const ThumbsUp = icone(\"thumbs-up\");\nexport const Star01 = icone(\"star-01\");\nexport const Target05 = icone(\"target-05\");\nexport const MessageBubble01 = icone(\"message-bubble-01\");\nexport const MessageBubble02 = icone(\"message-bubble-02\");\nexport const Settings02 = icone(\"settings-02\");\nexport const CheckDone01 = icone(\"check-done-01\");\nexport const Flag01 = icone(\"flag-01\");\nexport const ChevronDownDouble = icone(\"chevron-down-double\");\nexport const ChevronLeftDouble = icone(\"chevron-left-double\");\nexport const ChevronRightDouble = icone(\"chevron-right-double\");\nexport const ChevronUpDouble = icone(\"chevron-up-double\");\nexport const CalendarPlus01 = icone(\"calendar-plus-01\");\nexport const FeatureActionPlan = icone(\"feature-action-plan\");\nexport const FeatureAlignmentMap = icone(\"feature-alignment-map\");\nexport const FeatureCheckin = icone(\"feature-checkin\");\nexport const FeatureCockpit = icone(\"feature-cockpit\");\nexport const FeatureEngageo = icone(\"feature-engageo\");\nexport const FeatureFeedback = icone(\"feature-feedback\");\nexport const FeatureIdea = icone(\"feature-idea\");\nexport const FeatureIntercom01 = icone(\"feature-intercom-01\");\nexport const FeatureIntercom02 = icone(\"feature-intercom-02\");\nexport const FeatureKeydriver = icone(\"feature-keydriver\");\nexport const FeatureMood01 = icone(\"feature-mood-01\");\nexport const FeatureMood02 = icone(\"feature-mood-02\");\nexport const FeatureObjective = icone(\"feature-objective\");\nexport const FeatureProject = icone(\"feature-project\");\nexport const FeatureResume = icone(\"feature-resume\");\nexport const FeatureSkill = icone(\"feature-skill\");\nexport const FeatureSurvey01 = icone(\"feature-survey-01\");\nexport const FeatureSurvey02 = icone(\"feature-survey-02\");\nexport const Mail02 = icone(\"mail-02\");\nexport const ModuleLead = icone(\"module-lead\");\nexport const ModuleListen = icone(\"module-listen\");\nexport const ModulePerform = icone(\"module-perform\");\nexport const ModuleShare = icone(\"module-share\");\nexport const InfoCircle01 = icone(\"info-circle-01\");\nexport const InfoCircle02 = icone(\"info-circle-02\");\nexport const AlertCircle01 = icone(\"alert-circle-01\");\nexport const AlertCircle02 = icone(\"alert-circle-02\");\nexport const AlertTriangle01 = icone(\"alert-triangle-01\");\nexport const AlertTriangle02 = icone(\"alert-triangle-02\");\nexport const MinusCircle = icone(\"minus-circle\");\nexport const LockUnlocked02 = icone(\"lock-unlocked-02\");\nexport const Lock02 = icone(\"lock-02\");\nexport const Lock01 = icone(\"lock-01\");\nexport const LockUnlocked01 = icone(\"lock-unlocked-01\");\nexport const MessageChatSquare = icone(\"message-chat-square\");\nexport const Send01 = icone(\"send-01\");\nexport const Inbox01 = icone(\"inbox-01\");\nexport const Circle = icone(\"circle\");\nexport const BarChartSquare02 = icone(\"bar-chart-square-02\");\nexport const ArrowDown = icone(\"arrow-down\");\nexport const ArrowDownLeft = icone(\"arrow-down-left\");\nexport const ArrowDownRight = icone(\"arrow-down-right\");\nexport const ArrowLeft = icone(\"arrow-left\");\nexport const ArrowNarrowDown = icone(\"arrow-narrow-down\");\nexport const ArrowNarrowDownLeft = icone(\"arrow-narrow-down-left\");\nexport const ArrowNarrowDownRight = icone(\"arrow-narrow-down-right\");\nexport const ArrowNarrowLeft = icone(\"arrow-narrow-left\");\nexport const ArrowNarrowRight = icone(\"arrow-narrow-right\");\nexport const ArrowNarrowUp = icone(\"arrow-narrow-up\");\nexport const ArrowNarrowUpLeft = icone(\"arrow-narrow-up-left\");\nexport const ArrowNarrowUpRight = icone(\"arrow-narrow-up-right\");\nexport const ArrowRight = icone(\"arrow-right\");\nexport const ChevronDown = icone(\"chevron-down\");\nexport const ChevronLeft = icone(\"chevron-left\");\nexport const ChevronRight = icone(\"chevron-right\");\nexport const ChevronUp = icone(\"chevron-up\");\n","/**\n * Le catalogue des icônes de type de fichier — LA source unique.\n *\n * ⚠️ GÉNÉRÉ depuis le Figma de Zest, cadre « File type icon » (`3847:2911`).\n * Ne pas corriger à la main : corriger le Figma, puis régénérer. Une retouche\n * locale serait écrasée sans laisser de trace.\n *\n * Vingt-sept types, chacun en trois habillages : 81 dessins.\n *\n * ------------------------------------------------------------------------\n * LES COULEURS SONT PORTÉES SUR LES JETONS\n * ------------------------------------------------------------------------\n * Le cadre Figma est encore lié à une collection de variables étrangère au\n * thème. Les dessins ne sont donc pas recopiés avec leurs teintes : chaque\n * couleur est remplacée par le jeton qui convient, l'écart mesuré en Lab.\n *\n * violet → brand-600 la famille Image\n * bleu → utility-horizon-600 document et vidéo\n * vert → success-600 le tableur\n * rouge → error-600 le PDF\n * orange → warning-600 la présentation\n * rose → utility-rose-600 l'audio\n * neutres → gray-600, gray-700, gray-300, gray-200, gray-100, white\n *\n * ⚠️ DEUX FAMILLES, DEUX BLEUS, ET C'EST VOULU. Image porte le bleu de marque,\n * Document l'ardoise. Les rapprocher les rendrait indiscernables — or c'est\n * cette distinction qui fait qu'on reconnaît un PNG d'un DOCX sans lire.\n *\n * ⚠️ LE PLUS PROCHE N'EST PAS LE BON. Mesuré, le jeton le plus proche de\n * l'orange de la présentation est le rouge du PDF. Le prendre aurait rendu PPT\n * et PDF identiques : la distance qui compte est celle ENTRE les icônes, pas\n * celle à la teinte d'origine.\n *\n * ⚠️ LE DESIGN SYSTEM N'A NI ORANGE, NI VERT, NI ROUGE UTILITAIRES. Une couleur\n * de type de fichier CATÉGORISE, donc elle devrait venir de cette couche ;\n * faute de teinte, le tableur, la présentation et le PDF empruntent les rampes\n * sémantiques. Assumé.\n *\n * ------------------------------------------------------------------------\n * LA FORME : DU MARKUP COMPOSÉ\n * ------------------------------------------------------------------------\n * Le Figma compose chaque icône : une feuille, puis un glyphe ou une pastille\n * portant l'extension. Tout est recomposé dans UN `<svg>` de 40×40 — la\n * pastille devient un `<rect>` arrondi, l'extension un `<text>`.\n *\n * ⚠️ LA COULEUR DE L'ÉTIQUETTE SE LIT, ELLE NE SE SUPPOSE PAS. Elle a été codée\n * en dur à blanc pour les 81 : les 18 de la variante Gray sont sorties blanches\n * sur une feuille claire, donc invisibles. Le Figma les déclare toutes — blanc\n * en Default et Solid, gris foncé en Gray. `yarn verify:labels` mesure\n * désormais le contraste de chacune.\n *\n * ⚠️ L'EXTENSION EST DU TEXTE, PAS UN TRACÉ. Elle rend dans la police du design\n * system ; un SVG copié hors du produit demandera Averta pour s'afficher juste.\n *\n * ⚠️ LA BOÎTE EST DE 40, PAS DE 24. Les icônes du design system sont tracées à\n * 24 ; celles-ci ont un rapport de feuille et bien plus de détail. Les mélanger\n * à la même taille dans une même ligne se voit.\n *\n * Conséquence à connaître : une icône de fichier ne suit PAS la couleur du\n * texte, contrairement aux 121 autres. C'est inhérent — un PDF rouge et un\n * tableur vert sont une convention de reconnaissance, pas un choix de marque.\n */\n\nexport type FileIconFamille = \"simple\" | \"image\" | \"document\";\n\n/** Les trois habillages du Figma. */\nexport type FileIconVariante = \"default\" | \"gray\" | \"solid\";\n\nexport interface ZestFileIcon {\n /** La clé. Ex. `pdf`, `pdf-simple`, `video-01`. */\n name: string;\n /** La planche du Figma dont le type vient. */\n famille: FileIconFamille;\n /** Le libellé, tel que le Figma l'écrit. Ex. `WebP`, `Video 01`. */\n libelle: string;\n /** Le contenu du `<svg>`, boîte de 40, une entrée par habillage. */\n svg: Record<FileIconVariante, string>;\n}\n\nexport const ZEST_FILE_ICONS: ZestFileIcon[] = [\n {\n name: \"img\",\n famille: \"image\",\n libelle: \"IMG\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"26\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-brand-600)\\\"/><text x=\\\"14\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">IMG</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">IMG</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-brand-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">IMG</text>\",\n },\n },\n {\n name: \"jpg\",\n famille: \"image\",\n libelle: \"JPG\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"26\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-brand-600)\\\"/><text x=\\\"14\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">JPG</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">JPG</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-brand-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">JPG</text>\",\n },\n },\n {\n name: \"jpeg\",\n famille: \"image\",\n libelle: \"JPEG\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"32\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-brand-600)\\\"/><text x=\\\"17\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">JPEG</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">JPEG</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-brand-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">JPEG</text>\",\n },\n },\n {\n name: \"png\",\n famille: \"image\",\n libelle: \"PNG\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"28\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-brand-600)\\\"/><text x=\\\"15\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">PNG</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">PNG</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-brand-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">PNG</text>\",\n },\n },\n {\n name: \"webp\",\n famille: \"image\",\n libelle: \"WebP\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"36\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-brand-600)\\\"/><text x=\\\"19\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">WEBP</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">WEBP</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-brand-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">WEBP</text>\",\n },\n },\n {\n name: \"tiff\",\n famille: \"image\",\n libelle: \"TIFF\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"28\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-brand-600)\\\"/><text x=\\\"15\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">TIFF</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">TIFF</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-brand-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">TIFF</text>\",\n },\n },\n {\n name: \"gif\",\n famille: \"image\",\n libelle: \"GIF\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"23\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-brand-600)\\\"/><text x=\\\"12.5\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">GIF</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">GIF</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-brand-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">GIF</text>\",\n },\n },\n {\n name: \"svg\",\n famille: \"image\",\n libelle: \"SVG\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"28\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-brand-600)\\\"/><text x=\\\"15\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">SVG</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">SVG</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-brand-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">SVG</text>\",\n },\n },\n {\n name: \"eps\",\n famille: \"image\",\n libelle: \"EPS\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"26\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-brand-600)\\\"/><text x=\\\"14\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">EPS</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">EPS</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-brand-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">EPS</text>\",\n },\n },\n {\n name: \"image\",\n famille: \"simple\",\n libelle: \"Image\",\n svg: {\n default: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><g transform=\\\"translate(11 15) scale(1 1)\\\"><g id=\\\"Icon wrap\\\">\\n<path id=\\\"Icon\\\" d=\\\"M14.25 15.75H15.0077C15.7361 15.75 16.1003 15.75 16.3011 15.5981C16.4759 15.4658 16.5842 15.2636 16.5972 15.0447C16.6122 14.7934 16.4102 14.4904 16.0062 13.8844L13.7484 10.4977C13.4146 9.99693 13.2477 9.74654 13.0373 9.65929C12.8533 9.58301 12.6466 9.58301 12.4627 9.65929C12.2523 9.74654 12.0853 9.99693 11.7515 10.4977L11.1934 11.3349M14.25 15.75L8.48659 7.42513C8.15514 6.94636 7.98941 6.70698 7.7824 6.62283C7.6013 6.54921 7.39862 6.54921 7.21753 6.62283C7.01052 6.70698 6.84479 6.94636 6.51333 7.42513L2.05361 13.8669C1.63134 14.4769 1.42021 14.7819 1.43223 15.0355C1.4427 15.2564 1.55011 15.4614 1.72577 15.5957C1.92747 15.75 2.29839 15.75 3.04024 15.75H14.25ZM15.75 4.5C15.75 5.74264 14.7426 6.75 13.5 6.75C12.2573 6.75 11.25 5.74264 11.25 4.5C11.25 3.25736 12.2573 2.25 13.5 2.25C14.7426 2.25 15.75 3.25736 15.75 4.5Z\\\" stroke=\\\"var(--zds-color-brand-600)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g></g>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><g transform=\\\"translate(12 16) scale(1 1)\\\"><g id=\\\"Icon wrap\\\">\\n<path id=\\\"Icon\\\" d=\\\"M12.6666 14H13.3402C13.9876 14 14.3114 14 14.4898 13.865C14.6453 13.7474 14.7415 13.5677 14.7531 13.3731C14.7664 13.1497 14.5869 12.8804 14.2277 12.3417L12.2208 9.33128C11.9241 8.88616 11.7757 8.66359 11.5887 8.58604C11.4252 8.51823 11.2414 8.51823 11.0779 8.58604C10.8909 8.66359 10.7425 8.88616 10.4458 9.33128L9.94964 10.0755M12.6666 14L7.54363 6.60012C7.249 6.17455 7.10169 5.96176 6.91768 5.88696C6.7567 5.82152 6.57654 5.82152 6.41557 5.88696C6.23156 5.96176 6.08425 6.17455 5.78962 6.60012L1.82542 12.3262C1.45007 12.8684 1.2624 13.1394 1.27308 13.3649C1.28239 13.5612 1.37787 13.7435 1.53401 13.8629C1.71329 14 2.043 14 2.70243 14H12.6666ZM14 4C14 5.10457 13.1045 6 12 6C10.8954 6 9.99996 5.10457 9.99996 4C9.99996 2.89543 10.8954 2 12 2C13.1045 2 14 2.89543 14 4Z\\\" stroke=\\\"var(--zds-color-gray-700)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g></g>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-brand-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><g transform=\\\"translate(12 16) scale(1 1)\\\"><g id=\\\"Icon wrap\\\">\\n<path id=\\\"Icon\\\" d=\\\"M12.6666 14H13.3402C13.9876 14 14.3114 14 14.4898 13.865C14.6453 13.7474 14.7415 13.5677 14.7531 13.3731C14.7664 13.1497 14.5869 12.8804 14.2277 12.3417L12.2208 9.33128C11.9241 8.88616 11.7757 8.66359 11.5887 8.58604C11.4252 8.51823 11.2414 8.51823 11.0779 8.58604C10.8909 8.66359 10.7425 8.88616 10.4458 9.33128L9.94964 10.0755M12.6666 14L7.54363 6.60012C7.249 6.17455 7.10169 5.96176 6.91768 5.88696C6.7567 5.82152 6.57654 5.82152 6.41557 5.88696C6.23156 5.96176 6.08425 6.17455 5.78962 6.60012L1.82542 12.3262C1.45007 12.8684 1.2624 13.1394 1.27308 13.3649C1.28239 13.5612 1.37787 13.7435 1.53401 13.8629C1.71329 14 2.043 14 2.70243 14H12.6666ZM14 4C14 5.10457 13.1045 6 12 6C10.8954 6 9.99996 5.10457 9.99996 4C9.99996 2.89543 10.8954 2 12 2C13.1045 2 14 2.89543 14 4Z\\\" stroke=\\\"var(--zds-color-white)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g></g>\",\n },\n },\n {\n name: \"folder\",\n famille: \"simple\",\n libelle: \"Folder\",\n svg: {\n default: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><g transform=\\\"translate(11 15) scale(1 1)\\\"><g id=\\\"Icon wrap\\\">\\n<path id=\\\"Icon\\\" d=\\\"M9.75 5.25L8.91334 3.57669C8.67255 3.0951 8.55215 2.8543 8.37253 2.67837C8.21368 2.5228 8.02224 2.40448 7.81206 2.33198C7.57437 2.25 7.30516 2.25 6.76672 2.25H3.9C3.05992 2.25 2.63988 2.25 2.31901 2.41349C2.03677 2.5573 1.8073 2.78677 1.66349 3.06901C1.5 3.38988 1.5 3.80992 1.5 4.65V5.25M1.5 5.25H12.9C14.1601 5.25 14.7902 5.25 15.2715 5.49524C15.6948 5.71095 16.039 6.05516 16.2548 6.47852C16.5 6.95982 16.5 7.58988 16.5 8.85V12.15C16.5 13.4101 16.5 14.0402 16.2548 14.5215C16.039 14.9448 15.6948 15.289 15.2715 15.5048C14.7902 15.75 14.1601 15.75 12.9 15.75H5.1C3.83988 15.75 3.20982 15.75 2.72852 15.5048C2.30516 15.289 1.96095 14.9448 1.74524 14.5215C1.5 14.0402 1.5 13.4101 1.5 12.15V5.25Z\\\" stroke=\\\"var(--zds-color-brand-600)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g></g>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><g transform=\\\"translate(12 16) scale(1 1)\\\"><g id=\\\"Icon wrap\\\">\\n<path id=\\\"Icon\\\" d=\\\"M8.66667 4.66667L7.92297 3.17928C7.70894 2.7512 7.60191 2.53715 7.44225 2.38078C7.30105 2.24249 7.13088 2.13732 6.94405 2.07287C6.73278 2 6.49347 2 6.01486 2H3.46667C2.71993 2 2.34656 2 2.06135 2.14532C1.81046 2.27316 1.60649 2.47713 1.47866 2.72801C1.33333 3.01323 1.33333 3.3866 1.33333 4.13333V4.66667M1.33333 4.66667H11.4667C12.5868 4.66667 13.1468 4.66667 13.5746 4.88465C13.951 5.0764 14.2569 5.38236 14.4487 5.75869C14.6667 6.18651 14.6667 6.74656 14.6667 7.86667V10.8C14.6667 11.9201 14.6667 12.4802 14.4487 12.908C14.2569 13.2843 13.951 13.5903 13.5746 13.782C13.1468 14 12.5868 14 11.4667 14H4.53333C3.41323 14 2.85318 14 2.42535 13.782C2.04903 13.5903 1.74307 13.2843 1.55132 12.908C1.33333 12.4802 1.33333 11.9201 1.33333 10.8V4.66667Z\\\" stroke=\\\"var(--zds-color-gray-700)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g></g>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-brand-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><g transform=\\\"translate(12 16) scale(1 1)\\\"><g id=\\\"Icon wrap\\\">\\n<path id=\\\"Icon\\\" d=\\\"M8.66667 4.66667L7.92297 3.17928C7.70894 2.7512 7.60191 2.53715 7.44225 2.38078C7.30105 2.24249 7.13088 2.13732 6.94405 2.07287C6.73278 2 6.49347 2 6.01486 2H3.46667C2.71993 2 2.34656 2 2.06135 2.14532C1.81046 2.27316 1.60649 2.47713 1.47866 2.72801C1.33333 3.01323 1.33333 3.3866 1.33333 4.13333V4.66667M1.33333 4.66667H11.4667C12.5868 4.66667 13.1468 4.66667 13.5746 4.88465C13.951 5.0764 14.2569 5.38236 14.4487 5.75869C14.6667 6.18651 14.6667 6.74656 14.6667 7.86667V10.8C14.6667 11.9201 14.6667 12.4802 14.4487 12.908C14.2569 13.2843 13.951 13.5903 13.5746 13.782C13.1468 14 12.5868 14 11.4667 14H4.53333C3.41323 14 2.85318 14 2.42535 13.782C2.04903 13.5903 1.74307 13.2843 1.55132 12.908C1.33333 12.4802 1.33333 11.9201 1.33333 10.8V4.66667Z\\\" stroke=\\\"var(--zds-color-white)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g></g>\",\n },\n },\n {\n name: \"empty\",\n famille: \"simple\",\n libelle: \"Empty\",\n svg: {\n default: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-brand-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g>\",\n },\n },\n {\n name: \"video-01\",\n famille: \"simple\",\n libelle: \"Video 01\",\n svg: {\n default: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><g transform=\\\"translate(11 15) scale(1 1)\\\"><g id=\\\"Icon wrap\\\" clip-path=\\\"url(#clip0_0_26)\\\">\\n<path id=\\\"Icon\\\" d=\\\"M1.5 9H16.5M1.5 5.25H5.25M12.75 5.25H16.5M1.5 12.75H5.25M12.75 12.75H16.5M5.25 16.5V1.5M12.75 16.5V1.5M5.1 16.5H12.9C14.1601 16.5 14.7902 16.5 15.2715 16.2548C15.6948 16.039 16.0391 15.6948 16.2548 15.2715C16.5 14.7902 16.5 14.1601 16.5 12.9V5.1C16.5 3.83988 16.5 3.20982 16.2548 2.72852C16.0391 2.30516 15.6948 1.96095 15.2715 1.74524C14.7902 1.5 14.1601 1.5 12.9 1.5H5.1C3.83989 1.5 3.20983 1.5 2.72853 1.74524C2.30516 1.96095 1.96095 2.30516 1.74524 2.72852C1.5 3.20982 1.5 3.83988 1.5 5.1V12.9C1.5 14.1601 1.5 14.7902 1.74524 15.2715C1.96095 15.6948 2.30516 16.039 2.72853 16.2548C3.20983 16.5 3.83989 16.5 5.1 16.5Z\\\" stroke=\\\"var(--zds-color-utility-horizon-600)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g>\\n<defs>\\n<clipPath id=\\\"clip0_0_26\\\">\\n<rect width=\\\"18\\\" height=\\\"18\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</clipPath>\\n</defs></g>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><g transform=\\\"translate(12 16) scale(1 1)\\\"><g id=\\\"Icon wrap\\\" clip-path=\\\"url(#clip0_0_58)\\\">\\n<path id=\\\"Icon\\\" d=\\\"M1.33333 8H14.6667M1.33333 4.66667H4.66667M11.3333 4.66667H14.6667M1.33333 11.3333H4.66667M11.3333 11.3333H14.6667M4.66667 14.6667V1.33333M11.3333 14.6667V1.33333M4.53333 14.6667H11.4667C12.5868 14.6667 13.1468 14.6667 13.5746 14.4487C13.951 14.2569 14.2569 13.951 14.4487 13.5746C14.6667 13.1468 14.6667 12.5868 14.6667 11.4667V4.53333C14.6667 3.41323 14.6667 2.85318 14.4487 2.42535C14.2569 2.04903 13.951 1.74307 13.5746 1.55132C13.1468 1.33333 12.5868 1.33333 11.4667 1.33333H4.53333C3.41323 1.33333 2.85318 1.33333 2.42535 1.55132C2.04903 1.74307 1.74307 2.04903 1.55132 2.42535C1.33333 2.85318 1.33333 3.41323 1.33333 4.53333V11.4667C1.33333 12.5868 1.33333 13.1468 1.55132 13.5746C1.74307 13.951 2.04903 14.2569 2.42535 14.4487C2.85318 14.6667 3.41323 14.6667 4.53333 14.6667Z\\\" stroke=\\\"var(--zds-color-gray-700)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g>\\n<defs>\\n<clipPath id=\\\"clip0_0_58\\\">\\n<rect width=\\\"16\\\" height=\\\"16\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</clipPath>\\n</defs></g>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-utility-horizon-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><g transform=\\\"translate(12 16) scale(1 1)\\\"><g id=\\\"Icon wrap\\\" clip-path=\\\"url(#clip0_0_34)\\\">\\n<path id=\\\"Icon\\\" d=\\\"M1.33333 8H14.6667M1.33333 4.66667H4.66667M11.3333 4.66667H14.6667M1.33333 11.3333H4.66667M11.3333 11.3333H14.6667M4.66667 14.6667V1.33333M11.3333 14.6667V1.33333M4.53333 14.6667H11.4667C12.5868 14.6667 13.1468 14.6667 13.5746 14.4487C13.951 14.2569 14.2569 13.951 14.4487 13.5746C14.6667 13.1468 14.6667 12.5868 14.6667 11.4667V4.53333C14.6667 3.41323 14.6667 2.85318 14.4487 2.42535C14.2569 2.04903 13.951 1.74307 13.5746 1.55132C13.1468 1.33333 12.5868 1.33333 11.4667 1.33333H4.53333C3.41323 1.33333 2.85318 1.33333 2.42535 1.55132C2.04903 1.74307 1.74307 2.04903 1.55132 2.42535C1.33333 2.85318 1.33333 3.41323 1.33333 4.53333V11.4667C1.33333 12.5868 1.33333 13.1468 1.55132 13.5746C1.74307 13.951 2.04903 14.2569 2.42535 14.4487C2.85318 14.6667 3.41323 14.6667 4.53333 14.6667Z\\\" stroke=\\\"var(--zds-color-white)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g>\\n<defs>\\n<clipPath id=\\\"clip0_0_34\\\">\\n<rect width=\\\"16\\\" height=\\\"16\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</clipPath>\\n</defs></g>\",\n },\n },\n {\n name: \"video-02\",\n famille: \"simple\",\n libelle: \"Video 02\",\n svg: {\n default: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><g transform=\\\"translate(11 15) scale(1 1)\\\"><g id=\\\"Icon wrap\\\" clip-path=\\\"url(#clip0_0_36)\\\">\\n<g id=\\\"Icon\\\">\\n<path d=\\\"M9.00005 16.5C13.1422 16.5 16.5 13.1421 16.5 9C16.5 4.85786 13.1422 1.5 9.00005 1.5C4.85791 1.5 1.50005 4.85786 1.50005 9C1.50005 13.1421 4.85791 16.5 9.00005 16.5Z\\\" stroke=\\\"var(--zds-color-utility-horizon-600)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n<path d=\\\"M7.12505 6.724C7.12505 6.36604 7.12505 6.18705 7.19985 6.08713C7.26504 6.00006 7.36483 5.94558 7.47333 5.93783C7.59783 5.92893 7.74839 6.02572 8.0495 6.21929L11.5899 8.49529C11.8512 8.66326 11.9819 8.74725 12.027 8.85404C12.0664 8.94735 12.0664 9.05265 12.027 9.14596C11.9819 9.25275 11.8512 9.33674 11.5899 9.50471L8.0495 11.7807C7.74839 11.9743 7.59783 12.0711 7.47333 12.0622C7.36483 12.0544 7.26504 11.9999 7.19985 11.9129C7.12505 11.8129 7.12505 11.634 7.12505 11.276V6.724Z\\\" stroke=\\\"var(--zds-color-utility-horizon-600)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\\\"clip0_0_36\\\">\\n<rect width=\\\"18\\\" height=\\\"18\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</clipPath>\\n</defs></g>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><g transform=\\\"translate(12 16) scale(1 1)\\\"><g id=\\\"Icon wrap\\\" clip-path=\\\"url(#clip0_0_18)\\\">\\n<g id=\\\"Icon\\\">\\n<path d=\\\"M8.00004 14.6667C11.6819 14.6667 14.6667 11.6819 14.6667 8C14.6667 4.3181 11.6819 1.33333 8.00004 1.33333C4.31814 1.33333 1.33337 4.3181 1.33337 8C1.33337 11.6819 4.31814 14.6667 8.00004 14.6667Z\\\" stroke=\\\"var(--zds-color-gray-700)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n<path d=\\\"M6.33337 5.97689C6.33337 5.6587 6.33337 5.4996 6.39987 5.41078C6.45782 5.33338 6.54652 5.28496 6.64296 5.27807C6.75363 5.27016 6.88746 5.3562 7.15511 5.52826L10.3022 7.55137C10.5344 7.70068 10.6506 7.77533 10.6907 7.87026C10.7257 7.9532 10.7257 8.0468 10.6907 8.12974C10.6506 8.22467 10.5344 8.29932 10.3022 8.44863L7.15511 10.4717C6.88746 10.6438 6.75363 10.7298 6.64296 10.7219C6.54652 10.715 6.45782 10.6666 6.39987 10.5892C6.33337 10.5004 6.33337 10.3413 6.33337 10.0231V5.97689Z\\\" stroke=\\\"var(--zds-color-gray-700)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\\\"clip0_0_18\\\">\\n<rect width=\\\"16\\\" height=\\\"16\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</clipPath>\\n</defs></g>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-utility-horizon-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><g transform=\\\"translate(12 16) scale(1 1)\\\"><g id=\\\"Icon wrap\\\" clip-path=\\\"url(#clip0_0_30)\\\">\\n<g id=\\\"Icon\\\">\\n<path d=\\\"M8.00004 14.6667C11.6819 14.6667 14.6667 11.6819 14.6667 8C14.6667 4.3181 11.6819 1.33333 8.00004 1.33333C4.31814 1.33333 1.33337 4.3181 1.33337 8C1.33337 11.6819 4.31814 14.6667 8.00004 14.6667Z\\\" stroke=\\\"var(--zds-color-white)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n<path d=\\\"M6.33337 5.97689C6.33337 5.6587 6.33337 5.4996 6.39987 5.41078C6.45782 5.33338 6.54652 5.28496 6.64296 5.27807C6.75363 5.27016 6.88746 5.3562 7.15511 5.52826L10.3022 7.55137C10.5344 7.70068 10.6506 7.77533 10.6907 7.87026C10.7257 7.9532 10.7257 8.0468 10.6907 8.12974C10.6506 8.22467 10.5344 8.29932 10.3022 8.44863L7.15511 10.4717C6.88746 10.6438 6.75363 10.7298 6.64296 10.7219C6.54652 10.715 6.45782 10.6666 6.39987 10.5892C6.33337 10.5004 6.33337 10.3413 6.33337 10.0231V5.97689Z\\\" stroke=\\\"var(--zds-color-white)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\\\"clip0_0_30\\\">\\n<rect width=\\\"16\\\" height=\\\"16\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</clipPath>\\n</defs></g>\",\n },\n },\n {\n name: \"audio\",\n famille: \"simple\",\n libelle: \"Audio\",\n svg: {\n default: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><g transform=\\\"translate(11 15) scale(1 1)\\\"><g id=\\\"Icon wrap\\\">\\n<path id=\\\"Icon\\\" d=\\\"M5.84998 13.5V4.7666C5.84998 4.40545 5.84998 4.22487 5.91568 4.07841C5.97359 3.94931 6.06685 3.83922 6.18467 3.76087C6.31834 3.67199 6.49646 3.6423 6.8527 3.58293L13.4527 2.48293C13.9334 2.4028 14.1738 2.36274 14.3611 2.43232C14.5255 2.49338 14.6633 2.61011 14.7505 2.76222C14.85 2.93556 14.85 3.17924 14.85 3.6666V12M5.84998 13.5C5.84998 14.7427 4.84262 15.75 3.59998 15.75C2.35733 15.75 1.34998 14.7427 1.34998 13.5C1.34998 12.2574 2.35733 11.25 3.59998 11.25C4.84262 11.25 5.84998 12.2574 5.84998 13.5ZM14.85 12C14.85 13.2427 13.8426 14.25 12.6 14.25C11.3573 14.25 10.35 13.2427 10.35 12C10.35 10.7574 11.3573 9.75005 12.6 9.75005C13.8426 9.75005 14.85 10.7574 14.85 12Z\\\" stroke=\\\"var(--zds-color-utility-rose-600)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g></g>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><g transform=\\\"translate(12 16) scale(1 1)\\\"><g id=\\\"Icon wrap\\\">\\n<path id=\\\"Icon\\\" d=\\\"M5.19998 12V4.23698C5.19998 3.91595 5.19998 3.75544 5.25838 3.62525C5.30986 3.5105 5.39276 3.41264 5.49749 3.343C5.6163 3.26399 5.77463 3.2376 6.09129 3.18482L11.958 2.20704C12.3853 2.13583 12.5989 2.10022 12.7654 2.16206C12.9116 2.21634 13.034 2.3201 13.1116 2.45531C13.2 2.60939 13.2 2.82599 13.2 3.2592V10.6667M5.19998 12C5.19998 13.1046 4.30455 14 3.19998 14C2.09541 14 1.19998 13.1046 1.19998 12C1.19998 10.8955 2.09541 10 3.19998 10C4.30455 10 5.19998 10.8955 5.19998 12ZM13.2 10.6667C13.2 11.7713 12.3045 12.6667 11.2 12.6667C10.0954 12.6667 9.19998 11.7713 9.19998 10.6667C9.19998 9.56214 10.0954 8.66671 11.2 8.66671C12.3045 8.66671 13.2 9.56214 13.2 10.6667Z\\\" stroke=\\\"var(--zds-color-gray-700)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g></g>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-utility-rose-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><g transform=\\\"translate(12 16) scale(1 1)\\\"><g id=\\\"Icon wrap\\\">\\n<path id=\\\"Icon\\\" d=\\\"M5.19998 12V4.23698C5.19998 3.91595 5.19998 3.75544 5.25838 3.62525C5.30986 3.5105 5.39276 3.41264 5.49749 3.343C5.6163 3.26399 5.77463 3.2376 6.09129 3.18482L11.958 2.20704C12.3853 2.13583 12.5989 2.10022 12.7654 2.16206C12.9116 2.21634 13.034 2.3201 13.1116 2.45531C13.2 2.60939 13.2 2.82599 13.2 3.2592V10.6667M5.19998 12C5.19998 13.1046 4.30455 14 3.19998 14C2.09541 14 1.19998 13.1046 1.19998 12C1.19998 10.8955 2.09541 10 3.19998 10C4.30455 10 5.19998 10.8955 5.19998 12ZM13.2 10.6667C13.2 11.7713 12.3045 12.6667 11.2 12.6667C10.0954 12.6667 9.19998 11.7713 9.19998 10.6667C9.19998 9.56214 10.0954 8.66671 11.2 8.66671C12.3045 8.66671 13.2 9.56214 13.2 10.6667Z\\\" stroke=\\\"var(--zds-color-white)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/>\\n</g></g>\",\n },\n },\n {\n name: \"pdf-simple\",\n famille: \"simple\",\n libelle: \"PDF\",\n svg: {\n default: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><g transform=\\\"translate(11 15) scale(1 1)\\\"><g id=\\\"Icon wrap\\\">\\n<path id=\\\"Icon\\\" d=\\\"M14.7088 10.344C13.586 10.344 12.1808 10.5399 11.7211 10.6088C9.81836 8.62181 9.27703 7.4924 9.15526 7.19128C9.32028 6.76729 9.89443 5.15664 9.97601 3.08803C10.0162 2.05234 9.79746 1.27845 9.32557 0.787865C8.85449 0.29809 8.2843 0.26 8.12079 0.26C7.54746 0.26 6.58568 0.549916 6.58568 2.49136C6.58568 4.17587 7.37106 5.96333 7.58816 6.42517C6.44435 9.75564 5.21634 12.0355 4.95557 12.5044C0.359419 14.2349 0 15.9081 0 16.3823C0 17.2345 0.60689 17.7432 1.62343 17.7432C4.0932 17.7432 6.34703 13.5967 6.71969 12.8767C8.47382 12.1778 10.8216 11.7449 11.4184 11.6416C13.1304 13.2724 15.1104 13.7075 15.9326 13.7075C16.5512 13.7075 17.9999 13.7075 17.9999 12.218C18 10.8348 16.2271 10.344 14.7088 10.344ZM14.5898 11.3219C15.9238 11.3219 16.2764 11.763 16.2764 11.9963C16.2764 12.1427 16.2208 12.6203 15.5058 12.6203C14.8646 12.6203 13.7575 12.2497 12.6683 11.4456C13.1225 11.3859 13.7947 11.3219 14.5898 11.3219ZM8.05076 1.20785C8.17241 1.20785 8.25248 1.24692 8.3185 1.33849C8.70219 1.87088 8.39282 3.6105 8.01627 4.97182C7.65279 3.80455 7.38 2.01349 7.76381 1.38337C7.83883 1.26039 7.92459 1.20785 8.05076 1.20785ZM7.40288 11.6277C7.88586 10.652 8.42719 9.22998 8.72204 8.42573C9.3121 9.41335 10.1057 10.3303 10.5647 10.8275C9.13558 11.1287 8.0543 11.4298 7.40288 11.6277ZM0.9594 16.5125C0.927581 16.4747 0.922877 16.3952 0.946858 16.2997C0.997142 16.0995 1.38141 15.1074 4.16079 13.8641C3.76281 14.491 3.14065 15.3867 2.45717 16.0558C1.97605 16.5062 1.60142 16.7345 1.34367 16.7345C1.25146 16.7345 1.12442 16.7094 0.9594 16.5125Z\\\" fill=\\\"var(--zds-color-error-600)\\\"/>\\n</g></g>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><g transform=\\\"translate(12 16) scale(1 1)\\\"><g id=\\\"Icon wrap\\\">\\n<path id=\\\"Icon\\\" d=\\\"M13.0745 9.19467C12.0764 9.19467 10.8274 9.36876 10.4187 9.43003C8.72743 7.66383 8.24624 6.65991 8.13801 6.39225C8.2847 6.01537 8.79505 4.58368 8.86756 2.74492C8.90333 1.8243 8.70885 1.1364 8.28939 0.700324C7.87066 0.264969 7.36382 0.231111 7.21848 0.231111C6.70885 0.231111 5.85394 0.488815 5.85394 2.21454C5.85394 3.71189 6.55205 5.30074 6.74503 5.71127C5.72831 8.67168 4.63675 10.6983 4.40495 11.115C0.319484 12.6533 0 14.1405 0 14.5621C0 15.3195 0.539458 15.7718 1.44305 15.7718C3.6384 15.7718 5.64181 12.086 5.97306 11.446C7.53228 10.8247 9.6192 10.4399 10.1497 10.3481C11.6715 11.7977 13.4314 12.1845 14.1623 12.1845C14.7122 12.1845 15.9999 12.1845 15.9999 10.8604C16 9.6309 14.4241 9.19467 13.0745 9.19467ZM12.9687 10.0639C14.1545 10.0639 14.4679 10.456 14.4679 10.6634C14.4679 10.7935 14.4185 11.218 13.7829 11.218C13.213 11.218 12.2289 10.8886 11.2607 10.1739C11.6645 10.1208 12.2619 10.0639 12.9687 10.0639ZM7.15623 1.07364C7.26436 1.07364 7.33554 1.10838 7.39422 1.18977C7.73528 1.66301 7.46028 3.20933 7.12557 4.41939C6.80248 3.38182 6.56 1.78977 6.90116 1.22967C6.96785 1.12035 7.04408 1.07364 7.15623 1.07364ZM6.58034 10.3357C7.00965 9.46843 7.49084 8.20443 7.75293 7.48954C8.27742 8.36742 8.98286 9.18249 9.39086 9.6244C8.12052 9.89222 7.15938 10.1598 6.58034 10.3357ZM0.8528 14.6778C0.824516 14.6442 0.820335 14.5735 0.841652 14.4886C0.886348 14.3107 1.22792 13.4288 3.69848 12.3237C3.34472 12.8809 2.79169 13.677 2.18415 14.2718C1.75649 14.6721 1.42348 14.8751 1.19437 14.8751C1.11241 14.8751 0.999484 14.8528 0.8528 14.6778Z\\\" fill=\\\"var(--zds-color-gray-700)\\\"/>\\n</g></g>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-error-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><g transform=\\\"translate(12 16) scale(1 1)\\\"><g id=\\\"Icon wrap\\\">\\n<path id=\\\"Icon\\\" d=\\\"M13.0745 9.19467C12.0764 9.19467 10.8274 9.36876 10.4187 9.43003C8.72743 7.66383 8.24624 6.65991 8.13801 6.39225C8.2847 6.01537 8.79505 4.58368 8.86756 2.74492C8.90333 1.8243 8.70885 1.1364 8.28939 0.700324C7.87066 0.264969 7.36382 0.231111 7.21848 0.231111C6.70885 0.231111 5.85394 0.488815 5.85394 2.21454C5.85394 3.71189 6.55205 5.30074 6.74503 5.71127C5.72831 8.67168 4.63675 10.6983 4.40495 11.115C0.319484 12.6533 0 14.1405 0 14.5621C0 15.3195 0.539458 15.7718 1.44305 15.7718C3.6384 15.7718 5.64181 12.086 5.97306 11.446C7.53228 10.8247 9.6192 10.4399 10.1497 10.3481C11.6715 11.7977 13.4314 12.1845 14.1623 12.1845C14.7122 12.1845 15.9999 12.1845 15.9999 10.8604C16 9.6309 14.4241 9.19467 13.0745 9.19467ZM12.9687 10.0639C14.1545 10.0639 14.4679 10.456 14.4679 10.6634C14.4679 10.7935 14.4185 11.218 13.7829 11.218C13.213 11.218 12.2289 10.8886 11.2607 10.1739C11.6645 10.1208 12.2619 10.0639 12.9687 10.0639ZM7.15623 1.07364C7.26436 1.07364 7.33554 1.10838 7.39422 1.18977C7.73528 1.66301 7.46028 3.20933 7.12557 4.41939C6.80248 3.38182 6.56 1.78977 6.90116 1.22967C6.96785 1.12035 7.04408 1.07364 7.15623 1.07364ZM6.58034 10.3357C7.00965 9.46843 7.49084 8.20443 7.75293 7.48954C8.27742 8.36742 8.98286 9.18249 9.39086 9.6244C8.12052 9.89222 7.15938 10.1598 6.58034 10.3357ZM0.8528 14.6778C0.824516 14.6442 0.820335 14.5735 0.841652 14.4886C0.886348 14.3107 1.22792 13.4288 3.69848 12.3237C3.34472 12.8809 2.79169 13.677 2.18415 14.2718C1.75649 14.6721 1.42348 14.8751 1.19437 14.8751C1.11241 14.8751 0.999484 14.8528 0.8528 14.6778Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g>\",\n },\n },\n {\n name: \"document\",\n famille: \"simple\",\n libelle: \"Document\",\n svg: {\n default: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><g transform=\\\"translate(11.15 18.75) scale(1 0.9999)\\\"><path id=\\\"Icon\\\" d=\\\"M0.75 0.75H16.95M0.75 4.35H16.95M0.75 7.95H16.95M0.75 11.55H13.35\\\" stroke=\\\"var(--zds-color-utility-horizon-600)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></g>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><g transform=\\\"translate(12.05 19.25) scale(1 1)\\\"><path id=\\\"Icon\\\" d=\\\"M0.75 0.75H15.15M0.75 3.95H15.15M0.75 7.15H15.15M0.75 10.35H11.95\\\" stroke=\\\"var(--zds-color-gray-700)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></g>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-utility-horizon-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><g transform=\\\"translate(12.05 19.25) scale(1 1)\\\"><path id=\\\"Icon\\\" d=\\\"M0.75 0.75H15.15M0.75 3.95H15.15M0.75 7.15H15.15M0.75 10.35H11.95\\\" stroke=\\\"var(--zds-color-white)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></g>\",\n },\n },\n {\n name: \"spreadsheet\",\n famille: \"simple\",\n libelle: \"Spreadsheet\",\n svg: {\n default: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><g transform=\\\"translate(11.15 18.75) scale(1 0.9999)\\\"><path id=\\\"Icon\\\" d=\\\"M0.75 6.15H16.95M0.75 6.15V2.55C0.75 1.55589 1.55589 0.75 2.55 0.75H6.15M0.75 6.15V9.75C0.75 10.7441 1.55589 11.55 2.55 11.55H6.15M16.95 6.15V9.75C16.95 10.7441 16.1441 11.55 15.15 11.55H6.15M16.95 6.15V2.55C16.95 1.55589 16.1441 0.75 15.15 0.75H6.15M6.15 0.75V11.55\\\" stroke=\\\"var(--zds-color-success-600)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></g>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><g transform=\\\"translate(12.05 19.25) scale(1 1)\\\"><path id=\\\"Icon\\\" d=\\\"M0.75 5.55H15.15M0.75 5.55V2.35C0.75 1.46634 1.46634 0.75 2.35 0.75H5.55M0.75 5.55V8.75C0.75 9.63366 1.46634 10.35 2.35 10.35H5.55M15.15 5.55V8.75C15.15 9.63366 14.4337 10.35 13.55 10.35H5.55M15.15 5.55V2.35C15.15 1.46634 14.4337 0.75 13.55 0.75H5.55M5.55 0.75V10.35\\\" stroke=\\\"var(--zds-color-gray-700)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></g>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-success-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><g transform=\\\"translate(12.05 19.25) scale(1 1)\\\"><path id=\\\"Icon\\\" d=\\\"M0.75 5.55H15.15M0.75 5.55V2.35C0.75 1.46634 1.46634 0.75 2.35 0.75H5.55M0.75 5.55V8.75C0.75 9.63366 1.46634 10.35 2.35 10.35H5.55M15.15 5.55V8.75C15.15 9.63366 14.4337 10.35 13.55 10.35H5.55M15.15 5.55V2.35C15.15 1.46634 14.4337 0.75 13.55 0.75H5.55M5.55 0.75V10.35\\\" stroke=\\\"var(--zds-color-white)\\\" stroke-width=\\\"1.5\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></g>\",\n },\n },\n {\n name: \"pdf\",\n famille: \"document\",\n libelle: \"PDF\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"26\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-error-600)\\\"/><text x=\\\"14\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">PDF</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">PDF</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-error-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">PDF</text>\",\n },\n },\n {\n name: \"doc\",\n famille: \"document\",\n libelle: \"DOC\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"29\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-utility-horizon-600)\\\"/><text x=\\\"15.5\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">DOC</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">DOC</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-utility-horizon-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">DOC</text>\",\n },\n },\n {\n name: \"docx\",\n famille: \"document\",\n libelle: \"DOCX\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"36\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-utility-horizon-600)\\\"/><text x=\\\"19\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">DOCX</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">DOCX</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-utility-horizon-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">DOCX</text>\",\n },\n },\n {\n name: \"txt\",\n famille: \"document\",\n libelle: \"TXT\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"24.67\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-gray-600)\\\"/><text x=\\\"13.34\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">TXT</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">TXT</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-700)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">TXT</text>\",\n },\n },\n {\n name: \"csv\",\n famille: \"document\",\n libelle: \"CSV\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"28\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-success-600)\\\"/><text x=\\\"15\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">CSV</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">CSV</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-success-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">CSV</text>\",\n },\n },\n {\n name: \"xls\",\n famille: \"document\",\n libelle: \"XLS\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"26\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-success-600)\\\"/><text x=\\\"14\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">XLS</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">XLS</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-success-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">XLS</text>\",\n },\n },\n {\n name: \"xlsx\",\n famille: \"document\",\n libelle: \"XLSX\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"33\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-success-600)\\\"/><text x=\\\"17.5\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">XLSX</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">XLSX</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-success-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">XLSX</text>\",\n },\n },\n {\n name: \"ppt\",\n famille: \"document\",\n libelle: \"PPT\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"26\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-warning-600)\\\"/><text x=\\\"14\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">PPT</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">PPT</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-warning-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">PPT</text>\",\n },\n },\n {\n name: \"pptx\",\n famille: \"document\",\n libelle: \"PPTX\",\n svg: {\n default: \"<g transform=\\\"translate(7 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M4 0.75H20C20.1212 0.75 20.2375 0.798089 20.3232 0.883789L31.1162 11.6768C31.2019 11.7625 31.25 11.8788 31.25 12V36C31.25 37.7949 29.7949 39.25 28 39.25H4C2.20507 39.25 0.75 37.7949 0.75 36V4C0.750001 2.20507 2.20508 0.75 4 0.75Z\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0.5V8C20 10.2091 21.7909 12 24 12H31.5\\\" stroke=\\\"var(--zds-color-gray-300)\\\" stroke-width=\\\"1.5\\\"/>\\n</g></g><rect x=\\\"1\\\" y=\\\"18\\\" width=\\\"33\\\" height=\\\"16\\\" rx=\\\"2\\\" fill=\\\"var(--zds-color-warning-600)\\\"/><text x=\\\"17.5\\\" y=\\\"26\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"10\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">PPTX</text>\",\n gray: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<g id=\\\"Page background wrap\\\">\\n<mask id=\\\"mask0_0_13\\\" style=\\\"mask-type:alpha\\\" maskUnits=\\\"userSpaceOnUse\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"32\\\" height=\\\"40\\\">\\n<path id=\\\"Mask\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"url(#paint0_linear_0_13)\\\"/>\\n</mask>\\n<g mask=\\\"url(#mask0_0_13)\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-gray-100)\\\"/>\\n</g>\\n</g>\\n<path id=\\\"Earmark\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-gray-200)\\\"/>\\n</g>\\n<defs>\\n<linearGradient id=\\\"paint0_linear_0_13\\\" x1=\\\"16\\\" y1=\\\"0\\\" x2=\\\"16\\\" y2=\\\"40\\\" gradientUnits=\\\"userSpaceOnUse\\\">\\n<stop stop-opacity=\\\"0.4\\\"/>\\n<stop offset=\\\"1\\\"/>\\n</linearGradient>\\n</defs></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-gray-700)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">PPTX</text>\",\n solid: \"<g transform=\\\"translate(4 0) scale(1 1)\\\"><g id=\\\"Page\\\">\\n<path id=\\\"Page background\\\" d=\\\"M0 4C0 1.79086 1.79086 0 4 0H20L32 12V36C32 38.2091 30.2091 40 28 40H4C1.79086 40 0 38.2091 0 36V4Z\\\" fill=\\\"var(--zds-color-warning-600)\\\"/>\\n<path id=\\\"Earmark\\\" opacity=\\\"0.3\\\" d=\\\"M20 0L32 12H24C21.7909 12 20 10.2091 20 8V0Z\\\" fill=\\\"var(--zds-color-white)\\\"/>\\n</g></g><text x=\\\"20\\\" y=\\\"28.5\\\" font-family=\\\"var(--zds-font-family-body)\\\" font-size=\\\"9\\\" font-weight=\\\"700\\\" fill=\\\"var(--zds-color-white)\\\" text-anchor=\\\"middle\\\" dominant-baseline=\\\"central\\\">PPTX</text>\",\n },\n },\n];\n\n/** Retrouve une icône de fichier par son nom. */\nexport const findFileIcon = (name: string): ZestFileIcon | undefined => ZEST_FILE_ICONS.find((i) => i.name === name);\n","import type { SVGProps } from \"react\";\n\nimport { findFileIcon, type FileIconVariante, ZEST_FILE_ICONS } from \"./catalogue\";\n\n/**\n * Les icônes de type de fichier, en composants.\n *\n * ⚠️ ÉCRIT À LA MAIN, contrairement à `icons/index.tsx`. Là-bas, 121 icônes\n * monochromes justifiaient un composant par dessin ; ici les dessins sont\n * polychromes et se choisissent le plus souvent À L'EXÉCUTION, depuis\n * l'extension d'un fichier téléversé. Un composant par type obligerait à écrire\n * un `switch` de vingt-sept branches dans chaque écran ; `<FileIcon name=…>` le\n * fait une fois.\n *\n * Les vingt-sept exports nommés existent quand même, pour le cas inverse : un\n * écran qui sait qu'il montre un PDF écrit `<FilePdf />` et ne paie pas la\n * recherche.\n */\n\nexport interface FileIconProps extends Omit<SVGProps<SVGSVGElement>, \"name\"> {\n /** Le nom du type, tel que le catalogue le range. Ex. `pdf`, `xlsx`, `pdf-simple`. */\n name: string;\n /** L'habillage. `default` par défaut — celui des maquettes. */\n variant?: FileIconVariante;\n /** Le côté du carré, en pixels. 40 est la taille de dessin. */\n size?: number;\n}\n\n/**\n * Une icône de type de fichier.\n *\n * ⚠️ ELLE NE DIT PAS SON NOM AUX LECTEURS D'ÉCRAN, et c'est délibéré :\n * `aria-hidden`. Une icône de fichier accompagne TOUJOURS un nom de fichier\n * écrit à côté — « rapport-q3.pdf » — et l'annoncer ferait entendre « PDF »\n * deux fois. L'écran qui la poserait seule doit porter le libellé lui-même.\n *\n * ⚠️ ET ELLE NE SUIT PAS LA COULEUR DU TEXTE, contrairement aux 121 icônes du\n * design system. Ses teintes sont dans le dessin, citées en jetons : un PDF est\n * rouge et un tableur vert parce que c'est une convention de reconnaissance.\n */\nexport const FileIcon = ({ name, variant = \"default\", size = 40, ...props }: FileIconProps) => {\n const entree = findFileIcon(name);\n\n // Une icône absente rend `null` plutôt qu'un carré vide : un trou dans une\n // liste de fichiers se remarque, un carré gris passe pour un dessin.\n if (!entree) return null;\n\n return (\n <svg\n width={size}\n height={size}\n viewBox=\"0 0 40 40\"\n fill=\"none\"\n aria-hidden=\"true\"\n {...props}\n // Le markup vient du catalogue, généré depuis le Figma : aucune\n // entrée d'utilisateur ne l'atteint. Le dessin est composé — feuille,\n // glyphe ou pastille — et le garder entier est ce qui préserve les\n // remplissages, les contours et le texte. Voir le catalogue.\n dangerouslySetInnerHTML={{ __html: entree.svg[variant] }}\n />\n );\n};\n\nFileIcon.displayName = \"FileIcon\";\n\n/**\n * `pdf-simple` → `FilePdfSimple`, `video-01` → `FileVideo01`.\n *\n * Le préfixe `File` n'est pas décoratif : sans lui, `Pdf` et `Svg` entreraient\n * en collision avec les noms d'icônes ordinaires dès qu'un écran importe les\n * deux familles depuis la racine du paquet.\n */\nconst enPascal = (nom: string) =>\n \"File\" +\n nom\n .split(\"-\")\n .map((mot) => mot[0].toUpperCase() + mot.slice(1))\n .join(\"\");\n\ntype FileIconRaccourci = (props: Omit<FileIconProps, \"name\">) => ReturnType<typeof FileIcon>;\n\n/** Les vingt-sept types, par leur nom, pour un écran qui sait ce qu'il montre. */\nconst raccourcis = Object.fromEntries(\n ZEST_FILE_ICONS.map((icone) => [enPascal(icone.name), (props: Omit<FileIconProps, \"name\">) => FileIcon({ ...props, name: icone.name })]),\n) as Record<string, FileIconRaccourci>;\n\nexport const FileEmpty = raccourcis.FileEmpty;\nexport const FileFolder = raccourcis.FileFolder;\nexport const FileImage = raccourcis.FileImage;\nexport const FileVideo01 = raccourcis.FileVideo01;\nexport const FileVideo02 = raccourcis.FileVideo02;\nexport const FileAudio = raccourcis.FileAudio;\nexport const FilePdfSimple = raccourcis.FilePdfSimple;\nexport const FileDocument = raccourcis.FileDocument;\nexport const FileSpreadsheet = raccourcis.FileSpreadsheet;\n\nexport const FileImg = raccourcis.FileImg;\nexport const FileJpg = raccourcis.FileJpg;\nexport const FileJpeg = raccourcis.FileJpeg;\nexport const FilePng = raccourcis.FilePng;\nexport const FileWebp = raccourcis.FileWebp;\nexport const FileTiff = raccourcis.FileTiff;\nexport const FileGif = raccourcis.FileGif;\nexport const FileSvg = raccourcis.FileSvg;\nexport const FileEps = raccourcis.FileEps;\n\nexport const FilePdf = raccourcis.FilePdf;\nexport const FileDoc = raccourcis.FileDoc;\nexport const FileDocx = raccourcis.FileDocx;\nexport const FileTxt = raccourcis.FileTxt;\nexport const FileCsv = raccourcis.FileCsv;\nexport const FileXls = raccourcis.FileXls;\nexport const FileXlsx = raccourcis.FileXlsx;\nexport const FilePpt = raccourcis.FilePpt;\nexport const FilePptx = raccourcis.FilePptx;\n","/**\n * Le logo de Zest — LA source unique.\n *\n * ⚠️ GÉNÉRÉ depuis le Figma de Zest : le logotype (`248:1409`) et le logo de\n * Zest AI (`3218:143`). Ne pas corriger à la main.\n *\n * ------------------------------------------------------------------------\n * LES COULEURS NE SONT PAS PORTÉES SUR LES JETONS, ET C'EST LE POINT\n * ------------------------------------------------------------------------\n * Elles y correspondent pourtant, et exactement. Mesuré en Lab :\n *\n * #00D85D le vert de l'isotype = --zds-color-mark ΔE 0,0\n * #21304E le navy du mot-symbole = --zds-color-navy-100 ΔE 0,0\n * #39D7E4 la fin du dégradé IA ≈ utility-turquoise-500 ΔE 1,8\n *\n * Les écrire en `var(--zds-…)` serait pourtant une faute. Un jeton peut être\n * redéfini — c'est même sa raison d'être : un thème, une marque blanche, un\n * mode sombre le changent. Un logo qui suit le thème n'est plus un logo, c'est\n * une décoration. Les valeurs sont donc EN DUR, et elles doivent le rester.\n *\n * La correspondance reste un fait utile : elle dit que la palette a bien été\n * dérivée de la marque. Le turquoise du dégradé IA est le seul qui n'ait pas\n * de jeton exact — à relever, c'est peut-être un écart involontaire.\n *\n * ------------------------------------------------------------------------\n * DEUX VARIANTES, ET ELLES NE SONT PAS INTERCHANGEABLES\n * ------------------------------------------------------------------------\n * ⚠️ LA VARIANTE SOMBRE A SA VAGUE TRANSPARENTE. Le carré est peint en blanc\n * et le glyphe est DÉCOUPÉ dedans : c'est le fond de la page qui le dessine.\n * Sur un fond clair, elle disparaît — carré blanc sur blanc, vague invisible.\n *\n * La variante claire, elle, est autonome : un fond blanc plein, puis le vert\n * par-dessus. Elle tient sur n'importe quelle couleur.\n *\n * En clair : `sombre` veut dire « pour poser sur du sombre », pas « la version\n * sombre du logo ». Les deux ne se substituent pas l'une à l'autre.\n *\n * ------------------------------------------------------------------------\n * LES BOÎTES\n * ------------------------------------------------------------------------\n * isotype seul 64 × 64\n * mot-symbole 181.85 × 64\n * verrou 269.85 × 64 isotype + 24 d'écart + mot-symbole\n * logo Zest AI 64 × 64, mais le dessin DÉBORDE\n *\n * ⚠️ Le logo Zest AI porte une ombre portée qui sort de sa boîte : l'export\n * fait 68×68. Le contenu est déjà translaté pour retomber juste dans 64, et le\n * `<svg>` doit laisser le débord visible — sinon l'ombre est coupée, ce qui ne\n * se remarque qu'en comparant les deux côte à côte.\n */\n\n/** `clair` pour poser sur un fond clair, `sombre` pour poser sur un fond sombre. */\nexport type LogoVariante = \"clair\" | \"sombre\";\n\n/** Les proportions, telles que le Figma les fixe. */\nexport const LOGO_BOITES = {\n logomark: { l: 64, h: 64 },\n wordmark: { l: 181.85, h: 64 },\n verrou: { l: 269.85, h: 64 },\n ai: { l: 64, h: 64 },\n} as const;\n\n/** L'écart entre l'isotype et le mot-symbole dans le verrou, en unités de dessin. */\nexport const LOGO_ECART = 24;\n\nexport const ZEST_LOGO = {\n logomark: {\n clair: \"<g><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M0 32.0005C0 14.3268 14.3268 0 32 0H57.0935C60.9077 0 64 3.09226 64 6.90647V32.0005C64 49.6732 49.6732 64 32 64C14.3268 64 0 49.6732 0 32.0005Z\\\" fill=\\\"white\\\"/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M0 32.0005C0 14.3268 14.3268 0 32 0H57.0935C60.9077 0 64 3.09226 64 6.90647V32.0005C64 49.6732 49.6732 64 32 64C14.3268 64 0 49.6732 0 32.0005ZM13.5747 33.3314C11.1646 30.9214 11.1642 27.0137 13.5738 24.6037C15.9838 22.1931 19.8919 22.1931 22.3015 24.6027C28.7102 31.0101 35.0193 30.9305 41.5902 24.3605C44.0012 21.9504 47.9079 21.9509 50.3185 24.3609C52.7285 26.771 52.7281 30.6786 50.318 33.0891C44.5731 38.8331 38.1484 41.7086 31.7493 41.7086C25.4435 41.7086 19.1623 38.9182 13.5747 33.3314Z\\\" fill=\\\"#00D85D\\\"/></g>\",\n sombre: \"<g><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M0 32.0005C0 14.3268 14.3268 0 32 0H57.0935C60.9077 0 64 3.09226 64 6.90647V32.0005C64 49.6732 49.6732 64 32 64C14.3268 64 0 49.6732 0 32.0005ZM13.5747 33.3314C11.1646 30.9214 11.1642 27.0137 13.5738 24.6037C15.9838 22.1931 19.8919 22.1931 22.3015 24.6027C28.7102 31.0101 35.0193 30.9305 41.5902 24.3605C44.0012 21.9504 47.908 21.9509 50.3185 24.3609C52.7285 26.771 52.7281 30.6786 50.318 33.0891C44.5731 38.8331 38.1484 41.7086 31.7493 41.7086C25.4435 41.7086 19.1623 38.9182 13.5747 33.3314Z\\\" fill=\\\"white\\\"/></g>\",\n },\n wordmark: {\n clair: \"<path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M174.049 50.6971C176.91 50.0999 179.761 51.7571 180.658 54.5391L180.707 54.6922C180.734 54.7741 180.758 54.8566 180.781 54.9395C181.666 58.1494 179.782 61.4692 176.572 62.3544C174.61 62.8957 172.073 63.1661 168.96 63.1661C164.46 63.1661 160.917 61.7368 158.328 58.8778C155.74 56.0187 154.446 51.8153 154.446 46.2665V22.8202H154.09C150.979 22.8202 148.457 20.2981 148.457 17.187C148.457 14.0759 150.979 11.5538 154.09 11.5538H154.446V7.475C154.446 3.60719 157.394 0.377238 161.246 0.0257889C161.435 0.00860519 161.624 0 161.813 0C165.256 0 168.047 2.79106 168.047 6.23401V11.5538H176.217C179.328 11.5538 181.85 14.0759 181.85 17.187C181.85 20.2981 179.328 22.8202 176.217 22.8202H168.047V44.3889C168.047 46.6222 168.393 48.2629 169.087 49.3115C169.78 50.3606 170.923 50.8847 172.512 50.8847C172.938 50.8847 173.45 50.8221 174.049 50.6971ZM124.344 52.3611C126.273 52.3611 127.796 51.9717 128.912 51.1936C130.029 50.415 130.586 49.4004 130.586 48.1485C130.586 47.3703 130.248 46.6852 129.571 46.0931C128.895 45.5009 127.956 44.951 126.755 44.4437C125.554 43.9364 123.753 43.2935 121.35 42.5153C119.827 42.0076 118.466 41.5003 117.265 40.993C116.064 40.4857 114.837 39.8845 113.586 39.1912C112.334 38.4979 111.26 37.7283 110.363 36.8821C109.466 36.0363 108.654 35.0889 107.927 34.0403C107.2 32.9912 106.649 31.7902 106.278 30.4367C105.906 29.0836 105.72 27.6121 105.72 26.0218C105.72 23.0107 106.523 20.3464 108.13 18.0282C109.737 15.7109 111.92 13.9259 114.677 12.6745C117.434 11.4226 120.538 10.7969 123.989 10.7969C127.542 10.7969 130.807 11.3042 133.784 12.3192C134.72 12.6385 135.867 13.1689 137.223 13.9103C140.02 15.4392 141.048 18.9462 139.519 21.7433C139.441 21.8874 139.356 22.0281 139.265 22.165C137.562 24.732 134.14 25.5033 131.501 23.9147C130.923 23.5667 130.407 23.2964 129.953 23.1037C127.838 22.2067 125.799 21.7584 123.837 21.7584C122.551 21.7584 121.401 22.0887 120.386 22.7485C119.371 23.4082 118.863 24.347 118.863 25.5648C118.863 26.5799 119.464 27.4937 120.665 28.3054C121.866 29.1172 123.803 30.031 126.476 31.0461C132.092 33.1097 135.848 34.7504 137.742 35.9687C141.024 37.9983 142.986 40.7053 143.629 44.0884C143.833 45.1034 143.934 46.2369 143.934 47.4888C143.934 52.1914 142.25 55.9978 138.884 58.9072C135.518 61.8171 130.638 63.2718 124.243 63.2718C120.033 63.2718 114.91 61.7422 108.876 58.6832C106.335 57.3951 105.32 54.2915 106.608 51.7509C106.719 51.531 106.846 51.3193 106.988 51.1176C108.781 48.5662 112.203 47.7668 114.941 49.2597C118.732 51.3273 121.867 52.3611 124.344 52.3611ZM54.4283 47.0223C52.0366 49.4144 52.0371 53.293 54.4292 55.6852C59.9753 61.2304 66.2097 64 72.4687 64C78.8202 64 85.197 61.146 90.8992 55.4447C93.2914 53.0521 93.2918 49.1735 90.8997 46.7814C88.5071 44.3893 84.6294 44.3888 82.2364 46.7809C75.7143 53.3021 69.4522 53.3811 63.0912 47.0214C60.6995 44.6297 56.8204 44.6297 54.4283 47.0223ZM61.8966 31.655H84.277C83.5664 28.8808 82.2805 26.7069 80.4197 25.1338C78.5594 23.5602 76.1908 22.7739 73.315 22.7739C70.5073 22.7739 68.0961 23.5348 66.0833 25.0576C64.07 26.5799 62.6748 28.7792 61.8966 31.655ZM85.9005 14.121C89.6901 16.3371 92.6168 19.3989 94.6804 23.307C96.7445 27.2147 97.7763 31.6382 97.7763 36.5781C97.7763 39.1018 95.7304 41.1477 93.2066 41.1477L51.8503 41.1477C49.5506 41.1477 47.6863 39.2834 47.6863 36.9837C47.6863 33.1945 48.3297 29.6671 49.6147 26.4025C50.9006 23.1378 52.6516 20.3631 54.8672 18.0795C57.0837 15.7958 59.7481 14.0107 62.8608 12.7253C65.973 11.4394 69.3057 10.7969 72.8581 10.7969C77.7644 10.7969 82.1117 11.9049 85.9005 14.121ZM18.0158 51.2811V50.9767L39.8828 24.3599C41.7573 22.0782 42.782 19.2167 42.782 16.2638C42.782 13.7414 40.7372 11.6966 38.2149 11.6966H7.38375C4.31471 11.6966 1.82677 14.1846 1.82677 17.2536C1.82677 20.3227 4.31471 22.8106 7.38375 22.8106H24.4613V22.9631L2.92281 49.5511C1.03184 51.8854 0 54.7984 0 57.8025C0 60.367 2.07891 62.4459 4.64337 62.4459H36.6415C39.7246 62.4459 42.2239 59.9466 42.2239 56.8635C42.2239 53.7805 39.7246 51.2811 36.6415 51.2811H18.0158Z\\\" fill=\\\"#21304E\\\"/>\",\n sombre: \"<path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M174.049 50.6971C176.91 50.0999 179.761 51.7571 180.658 54.5391L180.707 54.6922C180.734 54.7741 180.758 54.8566 180.781 54.9395C181.666 58.1494 179.782 61.4692 176.572 62.3544C174.61 62.8957 172.073 63.1661 168.96 63.1661C164.46 63.1661 160.917 61.7368 158.328 58.8778C155.74 56.0187 154.446 51.8153 154.446 46.2665V22.8202H154.09C150.979 22.8202 148.457 20.2981 148.457 17.187C148.457 14.0759 150.979 11.5538 154.09 11.5538H154.446V7.475C154.446 3.60719 157.394 0.377238 161.246 0.0257889C161.435 0.00860519 161.624 0 161.813 0C165.256 0 168.047 2.79106 168.047 6.23401V11.5538H176.217C179.328 11.5538 181.85 14.0759 181.85 17.187C181.85 20.2981 179.328 22.8202 176.217 22.8202H168.047V44.3889C168.047 46.6222 168.393 48.2629 169.087 49.3115C169.78 50.3606 170.923 50.8847 172.512 50.8847C172.938 50.8847 173.45 50.8221 174.049 50.6971ZM124.344 52.3611C126.273 52.3611 127.796 51.9717 128.912 51.1936C130.029 50.415 130.586 49.4004 130.586 48.1485C130.586 47.3703 130.248 46.6852 129.571 46.0931C128.895 45.5009 127.956 44.951 126.755 44.4437C125.554 43.9364 123.753 43.2935 121.35 42.5153C119.827 42.0076 118.466 41.5003 117.265 40.993C116.064 40.4857 114.837 39.8845 113.586 39.1912C112.334 38.4979 111.26 37.7283 110.363 36.8821C109.466 36.0363 108.654 35.0889 107.927 34.0403C107.2 32.9912 106.649 31.7902 106.278 30.4367C105.906 29.0836 105.72 27.6121 105.72 26.0218C105.72 23.0107 106.523 20.3464 108.13 18.0282C109.737 15.7109 111.92 13.9259 114.677 12.6745C117.434 11.4226 120.538 10.7969 123.989 10.7969C127.542 10.7969 130.807 11.3042 133.784 12.3192C134.72 12.6385 135.867 13.1689 137.223 13.9103C140.02 15.4392 141.048 18.9462 139.519 21.7433C139.441 21.8874 139.356 22.0281 139.265 22.165C137.562 24.732 134.14 25.5033 131.501 23.9147C130.923 23.5667 130.407 23.2964 129.953 23.1037C127.838 22.2067 125.799 21.7584 123.837 21.7584C122.551 21.7584 121.401 22.0887 120.386 22.7485C119.371 23.4082 118.863 24.347 118.863 25.5648C118.863 26.5799 119.464 27.4937 120.665 28.3054C121.866 29.1172 123.803 30.031 126.476 31.0461C132.092 33.1097 135.848 34.7504 137.742 35.9687C141.024 37.9983 142.986 40.7053 143.629 44.0884C143.833 45.1034 143.934 46.2369 143.934 47.4888C143.934 52.1914 142.25 55.9978 138.884 58.9072C135.518 61.8171 130.638 63.2718 124.243 63.2718C120.033 63.2718 114.91 61.7422 108.876 58.6832C106.335 57.3951 105.32 54.2915 106.608 51.7509C106.719 51.531 106.846 51.3193 106.988 51.1176C108.781 48.5662 112.203 47.7668 114.941 49.2597C118.732 51.3273 121.867 52.3611 124.344 52.3611ZM54.4283 47.0223C52.0366 49.4144 52.0371 53.293 54.4292 55.6852C59.9753 61.2304 66.2097 64 72.4687 64C78.8202 64 85.197 61.146 90.8992 55.4447C93.2914 53.0521 93.2918 49.1735 90.8997 46.7814C88.5071 44.3893 84.6294 44.3888 82.2364 46.7809C75.7143 53.3021 69.4522 53.3811 63.0912 47.0214C60.6995 44.6297 56.8204 44.6297 54.4283 47.0223ZM61.8966 31.655H84.277C83.5664 28.8808 82.2805 26.7069 80.4197 25.1338C78.5594 23.5602 76.1908 22.7739 73.315 22.7739C70.5073 22.7739 68.0961 23.5348 66.0833 25.0576C64.07 26.5799 62.6748 28.7792 61.8966 31.655ZM85.9005 14.121C89.6901 16.3371 92.6168 19.3989 94.6804 23.307C96.7445 27.2147 97.7763 31.6382 97.7763 36.5781C97.7763 39.1018 95.7304 41.1477 93.2066 41.1477L51.8503 41.1477C49.5506 41.1477 47.6863 39.2834 47.6863 36.9837C47.6863 33.1945 48.3297 29.6671 49.6147 26.4025C50.9006 23.1378 52.6516 20.3631 54.8672 18.0795C57.0837 15.7958 59.7481 14.0107 62.8608 12.7253C65.973 11.4394 69.3057 10.7969 72.8581 10.7969C77.7644 10.7969 82.1117 11.9049 85.9005 14.121ZM18.0158 51.2811V50.9767L39.8828 24.3599C41.7573 22.0782 42.782 19.2167 42.782 16.2638C42.782 13.7414 40.7372 11.6966 38.2149 11.6966H7.38375C4.31471 11.6966 1.82677 14.1846 1.82677 17.2536C1.82677 20.3227 4.31471 22.8106 7.38375 22.8106H24.4613V22.9631L2.92281 49.5511C1.03184 51.8854 0 54.7984 0 57.8025C0 60.367 2.07891 62.4459 4.64337 62.4459H36.6415C39.7246 62.4459 42.2239 59.9466 42.2239 56.8635C42.2239 53.7805 39.7246 51.2811 36.6415 51.2811H18.0158Z\\\" fill=\\\"white\\\"/>\",\n },\n verrou: {\n clair: \"<g><g><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M0 32.0005C0 14.3268 14.3268 0 32 0H57.0935C60.9077 0 64 3.09226 64 6.90647V32.0005C64 49.6732 49.6732 64 32 64C14.3268 64 0 49.6732 0 32.0005Z\\\" fill=\\\"white\\\"/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M0 32.0005C0 14.3268 14.3268 0 32 0H57.0935C60.9077 0 64 3.09226 64 6.90647V32.0005C64 49.6732 49.6732 64 32 64C14.3268 64 0 49.6732 0 32.0005ZM13.5747 33.3314C11.1646 30.9214 11.1642 27.0137 13.5738 24.6037C15.9838 22.1931 19.8919 22.1931 22.3015 24.6027C28.7102 31.0101 35.0193 30.9305 41.5902 24.3605C44.0012 21.9504 47.9079 21.9509 50.3185 24.3609C52.7285 26.771 52.7281 30.6786 50.318 33.0891C44.5731 38.8331 38.1484 41.7086 31.7493 41.7086C25.4435 41.7086 19.1623 38.9182 13.5747 33.3314Z\\\" fill=\\\"#00D85D\\\"/></g></g><g transform=\\\"translate(88 0)\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M174.049 50.6971C176.91 50.0999 179.761 51.7571 180.658 54.5391L180.707 54.6922C180.734 54.7741 180.758 54.8566 180.781 54.9395C181.666 58.1494 179.782 61.4692 176.572 62.3544C174.61 62.8957 172.073 63.1661 168.96 63.1661C164.46 63.1661 160.917 61.7368 158.328 58.8778C155.74 56.0187 154.446 51.8153 154.446 46.2665V22.8202H154.09C150.979 22.8202 148.457 20.2981 148.457 17.187C148.457 14.0759 150.979 11.5538 154.09 11.5538H154.446V7.475C154.446 3.60719 157.394 0.377238 161.246 0.0257889C161.435 0.00860519 161.624 0 161.813 0C165.256 0 168.047 2.79106 168.047 6.23401V11.5538H176.217C179.328 11.5538 181.85 14.0759 181.85 17.187C181.85 20.2981 179.328 22.8202 176.217 22.8202H168.047V44.3889C168.047 46.6222 168.393 48.2629 169.087 49.3115C169.78 50.3606 170.923 50.8847 172.512 50.8847C172.938 50.8847 173.45 50.8221 174.049 50.6971ZM124.344 52.3611C126.273 52.3611 127.796 51.9717 128.912 51.1936C130.029 50.415 130.586 49.4004 130.586 48.1485C130.586 47.3703 130.248 46.6852 129.571 46.0931C128.895 45.5009 127.956 44.951 126.755 44.4437C125.554 43.9364 123.753 43.2935 121.35 42.5153C119.827 42.0076 118.466 41.5003 117.265 40.993C116.064 40.4857 114.837 39.8845 113.586 39.1912C112.334 38.4979 111.26 37.7283 110.363 36.8821C109.466 36.0363 108.654 35.0889 107.927 34.0403C107.2 32.9912 106.649 31.7902 106.278 30.4367C105.906 29.0836 105.72 27.6121 105.72 26.0218C105.72 23.0107 106.523 20.3464 108.13 18.0282C109.737 15.7109 111.92 13.9259 114.677 12.6745C117.434 11.4226 120.538 10.7969 123.989 10.7969C127.542 10.7969 130.807 11.3042 133.784 12.3192C134.72 12.6385 135.867 13.1689 137.223 13.9103C140.02 15.4392 141.048 18.9462 139.519 21.7433C139.441 21.8874 139.356 22.0281 139.265 22.165C137.562 24.732 134.14 25.5033 131.501 23.9147C130.923 23.5667 130.407 23.2964 129.953 23.1037C127.838 22.2067 125.799 21.7584 123.837 21.7584C122.551 21.7584 121.401 22.0887 120.386 22.7485C119.371 23.4082 118.863 24.347 118.863 25.5648C118.863 26.5799 119.464 27.4937 120.665 28.3054C121.866 29.1172 123.803 30.031 126.476 31.0461C132.092 33.1097 135.848 34.7504 137.742 35.9687C141.024 37.9983 142.986 40.7053 143.629 44.0884C143.833 45.1034 143.934 46.2369 143.934 47.4888C143.934 52.1914 142.25 55.9978 138.884 58.9072C135.518 61.8171 130.638 63.2718 124.243 63.2718C120.033 63.2718 114.91 61.7422 108.876 58.6832C106.335 57.3951 105.32 54.2915 106.608 51.7509C106.719 51.531 106.846 51.3193 106.988 51.1176C108.781 48.5662 112.203 47.7668 114.941 49.2597C118.732 51.3273 121.867 52.3611 124.344 52.3611ZM54.4283 47.0223C52.0366 49.4144 52.0371 53.293 54.4292 55.6852C59.9753 61.2304 66.2097 64 72.4687 64C78.8202 64 85.197 61.146 90.8992 55.4447C93.2914 53.0521 93.2918 49.1735 90.8997 46.7814C88.5071 44.3893 84.6294 44.3888 82.2364 46.7809C75.7143 53.3021 69.4522 53.3811 63.0912 47.0214C60.6995 44.6297 56.8204 44.6297 54.4283 47.0223ZM61.8966 31.655H84.277C83.5664 28.8808 82.2805 26.7069 80.4197 25.1338C78.5594 23.5602 76.1908 22.7739 73.315 22.7739C70.5073 22.7739 68.0961 23.5348 66.0833 25.0576C64.07 26.5799 62.6748 28.7792 61.8966 31.655ZM85.9005 14.121C89.6901 16.3371 92.6168 19.3989 94.6804 23.307C96.7445 27.2147 97.7763 31.6382 97.7763 36.5781C97.7763 39.1018 95.7304 41.1477 93.2066 41.1477L51.8503 41.1477C49.5506 41.1477 47.6863 39.2834 47.6863 36.9837C47.6863 33.1945 48.3297 29.6671 49.6147 26.4025C50.9006 23.1378 52.6516 20.3631 54.8672 18.0795C57.0837 15.7958 59.7481 14.0107 62.8608 12.7253C65.973 11.4394 69.3057 10.7969 72.8581 10.7969C77.7644 10.7969 82.1117 11.9049 85.9005 14.121ZM18.0158 51.2811V50.9767L39.8828 24.3599C41.7573 22.0782 42.782 19.2167 42.782 16.2638C42.782 13.7414 40.7372 11.6966 38.2149 11.6966H7.38375C4.31471 11.6966 1.82677 14.1846 1.82677 17.2536C1.82677 20.3227 4.31471 22.8106 7.38375 22.8106H24.4613V22.9631L2.92281 49.5511C1.03184 51.8854 0 54.7984 0 57.8025C0 60.367 2.07891 62.4459 4.64337 62.4459H36.6415C39.7246 62.4459 42.2239 59.9466 42.2239 56.8635C42.2239 53.7805 39.7246 51.2811 36.6415 51.2811H18.0158Z\\\" fill=\\\"#21304E\\\"/></g>\",\n sombre: \"<g><g><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M0 32.0005C0 14.3268 14.3268 0 32 0H57.0935C60.9077 0 64 3.09226 64 6.90647V32.0005C64 49.6732 49.6732 64 32 64C14.3268 64 0 49.6732 0 32.0005ZM13.5747 33.3314C11.1646 30.9214 11.1642 27.0137 13.5738 24.6037C15.9838 22.1931 19.8919 22.1931 22.3015 24.6027C28.7102 31.0101 35.0193 30.9305 41.5902 24.3605C44.0012 21.9504 47.908 21.9509 50.3185 24.3609C52.7285 26.771 52.7281 30.6786 50.318 33.0891C44.5731 38.8331 38.1484 41.7086 31.7493 41.7086C25.4435 41.7086 19.1623 38.9182 13.5747 33.3314Z\\\" fill=\\\"white\\\"/></g></g><g transform=\\\"translate(88 0)\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M174.049 50.6971C176.91 50.0999 179.761 51.7571 180.658 54.5391L180.707 54.6922C180.734 54.7741 180.758 54.8566 180.781 54.9395C181.666 58.1494 179.782 61.4692 176.572 62.3544C174.61 62.8957 172.073 63.1661 168.96 63.1661C164.46 63.1661 160.917 61.7368 158.328 58.8778C155.74 56.0187 154.446 51.8153 154.446 46.2665V22.8202H154.09C150.979 22.8202 148.457 20.2981 148.457 17.187C148.457 14.0759 150.979 11.5538 154.09 11.5538H154.446V7.475C154.446 3.60719 157.394 0.377238 161.246 0.0257889C161.435 0.00860519 161.624 0 161.813 0C165.256 0 168.047 2.79106 168.047 6.23401V11.5538H176.217C179.328 11.5538 181.85 14.0759 181.85 17.187C181.85 20.2981 179.328 22.8202 176.217 22.8202H168.047V44.3889C168.047 46.6222 168.393 48.2629 169.087 49.3115C169.78 50.3606 170.923 50.8847 172.512 50.8847C172.938 50.8847 173.45 50.8221 174.049 50.6971ZM124.344 52.3611C126.273 52.3611 127.796 51.9717 128.912 51.1936C130.029 50.415 130.586 49.4004 130.586 48.1485C130.586 47.3703 130.248 46.6852 129.571 46.0931C128.895 45.5009 127.956 44.951 126.755 44.4437C125.554 43.9364 123.753 43.2935 121.35 42.5153C119.827 42.0076 118.466 41.5003 117.265 40.993C116.064 40.4857 114.837 39.8845 113.586 39.1912C112.334 38.4979 111.26 37.7283 110.363 36.8821C109.466 36.0363 108.654 35.0889 107.927 34.0403C107.2 32.9912 106.649 31.7902 106.278 30.4367C105.906 29.0836 105.72 27.6121 105.72 26.0218C105.72 23.0107 106.523 20.3464 108.13 18.0282C109.737 15.7109 111.92 13.9259 114.677 12.6745C117.434 11.4226 120.538 10.7969 123.989 10.7969C127.542 10.7969 130.807 11.3042 133.784 12.3192C134.72 12.6385 135.867 13.1689 137.223 13.9103C140.02 15.4392 141.048 18.9462 139.519 21.7433C139.441 21.8874 139.356 22.0281 139.265 22.165C137.562 24.732 134.14 25.5033 131.501 23.9147C130.923 23.5667 130.407 23.2964 129.953 23.1037C127.838 22.2067 125.799 21.7584 123.837 21.7584C122.551 21.7584 121.401 22.0887 120.386 22.7485C119.371 23.4082 118.863 24.347 118.863 25.5648C118.863 26.5799 119.464 27.4937 120.665 28.3054C121.866 29.1172 123.803 30.031 126.476 31.0461C132.092 33.1097 135.848 34.7504 137.742 35.9687C141.024 37.9983 142.986 40.7053 143.629 44.0884C143.833 45.1034 143.934 46.2369 143.934 47.4888C143.934 52.1914 142.25 55.9978 138.884 58.9072C135.518 61.8171 130.638 63.2718 124.243 63.2718C120.033 63.2718 114.91 61.7422 108.876 58.6832C106.335 57.3951 105.32 54.2915 106.608 51.7509C106.719 51.531 106.846 51.3193 106.988 51.1176C108.781 48.5662 112.203 47.7668 114.941 49.2597C118.732 51.3273 121.867 52.3611 124.344 52.3611ZM54.4283 47.0223C52.0366 49.4144 52.0371 53.293 54.4292 55.6852C59.9753 61.2304 66.2097 64 72.4687 64C78.8202 64 85.197 61.146 90.8992 55.4447C93.2914 53.0521 93.2918 49.1735 90.8997 46.7814C88.5071 44.3893 84.6294 44.3888 82.2364 46.7809C75.7143 53.3021 69.4522 53.3811 63.0912 47.0214C60.6995 44.6297 56.8204 44.6297 54.4283 47.0223ZM61.8966 31.655H84.277C83.5664 28.8808 82.2805 26.7069 80.4197 25.1338C78.5594 23.5602 76.1908 22.7739 73.315 22.7739C70.5073 22.7739 68.0961 23.5348 66.0833 25.0576C64.07 26.5799 62.6748 28.7792 61.8966 31.655ZM85.9005 14.121C89.6901 16.3371 92.6168 19.3989 94.6804 23.307C96.7445 27.2147 97.7763 31.6382 97.7763 36.5781C97.7763 39.1018 95.7304 41.1477 93.2066 41.1477L51.8503 41.1477C49.5506 41.1477 47.6863 39.2834 47.6863 36.9837C47.6863 33.1945 48.3297 29.6671 49.6147 26.4025C50.9006 23.1378 52.6516 20.3631 54.8672 18.0795C57.0837 15.7958 59.7481 14.0107 62.8608 12.7253C65.973 11.4394 69.3057 10.7969 72.8581 10.7969C77.7644 10.7969 82.1117 11.9049 85.9005 14.121ZM18.0158 51.2811V50.9767L39.8828 24.3599C41.7573 22.0782 42.782 19.2167 42.782 16.2638C42.782 13.7414 40.7372 11.6966 38.2149 11.6966H7.38375C4.31471 11.6966 1.82677 14.1846 1.82677 17.2536C1.82677 20.3227 4.31471 22.8106 7.38375 22.8106H24.4613V22.9631L2.92281 49.5511C1.03184 51.8854 0 54.7984 0 57.8025C0 60.367 2.07891 62.4459 4.64337 62.4459H36.6415C39.7246 62.4459 42.2239 59.9466 42.2239 56.8635C42.2239 53.7805 39.7246 51.2811 36.6415 51.2811H18.0158Z\\\" fill=\\\"white\\\"/></g>\",\n },\n /** Une seule version : le dégradé tient sur clair comme sur sombre. */\n ai: \"<g transform=\\\"translate(-2 -1)\\\"><g filter=\\\"url(#zl-ai-filter0_d_0_12)\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M2 33.0005C2 15.3268 16.3268 1 34 1H59.0935C62.9077 1 66 4.09226 66 7.90647V33.0005C66 50.6732 51.6732 65 34 65C16.3268 65 2 50.6732 2 33.0005Z\\\" fill=\\\"url(#zl-ai-paint0_linear_0_12)\\\"/><path d=\\\"M42.1218 49.041H36.5485L34.6901 43.6563H24.3776L22.5573 49.041H16.9831L26.9558 22.1201H32.112L42.1218 49.041ZM50.363 49.041H45.3962V30.5H50.363V49.041ZM25.8942 39.1064H33.1735L29.572 28.5654H29.4958L25.8942 39.1064ZM47.5183 13.3604C47.5647 12.998 48.0897 12.998 48.1355 13.3604C48.5541 16.6387 51.1364 19.2208 54.4148 19.6387C54.7765 19.6854 54.7766 20.2099 54.4148 20.2559C51.1364 20.6744 48.5541 23.2559 48.1355 26.5342C48.0897 26.8965 47.5647 26.8965 47.5183 26.5342C47.1003 23.2559 44.5183 20.6744 41.24 20.2559C40.878 20.2099 40.878 19.6854 41.24 19.6387C44.5183 19.2208 47.1004 16.6387 47.5183 13.3604ZM40.3386 9.47071C40.3646 9.2702 40.656 9.2702 40.6814 9.47071C40.8806 11.0317 42.1103 12.2598 43.6706 12.459C43.8713 12.4853 43.8713 12.7762 43.6706 12.8018C42.1102 13.0009 40.8806 14.2297 40.6814 15.79C40.656 15.9913 40.3646 15.9913 40.3386 15.79C40.1394 14.2297 38.9114 13.0009 37.3503 12.8018C37.1499 12.7764 37.1499 12.4851 37.3503 12.459C38.9113 12.2599 40.1392 11.0317 40.3386 9.47071Z\\\" fill=\\\"white\\\"/></g><defs><filter id=\\\"zl-ai-filter0_d_0_12\\\" x=\\\"0\\\" y=\\\"0\\\" width=\\\"68\\\" height=\\\"68\\\" filterUnits=\\\"userSpaceOnUse\\\" color-interpolation-filters=\\\"sRGB\\\"><feFlood flood-opacity=\\\"0\\\" result=\\\"BackgroundImageFix\\\"/><feColorMatrix in=\\\"SourceAlpha\\\" type=\\\"matrix\\\" values=\\\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\\\" result=\\\"hardAlpha\\\"/><feOffset dy=\\\"1\\\"/><feGaussianBlur stdDeviation=\\\"1\\\"/><feComposite in2=\\\"hardAlpha\\\" operator=\\\"out\\\"/><feColorMatrix type=\\\"matrix\\\" values=\\\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0\\\"/><feBlend mode=\\\"normal\\\" in2=\\\"BackgroundImageFix\\\" result=\\\"effect1_dropShadow_0_12\\\"/><feBlend mode=\\\"normal\\\" in=\\\"SourceGraphic\\\" in2=\\\"effect1_dropShadow_0_12\\\" result=\\\"shape\\\"/></filter><linearGradient id=\\\"zl-ai-paint0_linear_0_12\\\" x1=\\\"2\\\" y1=\\\"-1.07837\\\" x2=\\\"70.4952\\\" y2=\\\"65\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#00D85D\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#39D7E4\\\"/></linearGradient></defs></g>\",\n} satisfies Record<string, string | Record<LogoVariante, string>>;\n","import type { SVGProps } from \"react\";\n\nimport { LOGO_BOITES, type LogoVariante, ZEST_LOGO } from \"./catalogue\";\n\n/**\n * Le logo de Zest, en composants.\n *\n * ⚠️ UN LOGO N'EST PAS UNE ICÔNE. Il ne suit pas la couleur du texte, il ne\n * suit pas le thème, et il ne se redessine pas. Ses valeurs sont en dur — voir\n * l'en-tête du catalogue, qui explique pourquoi elles le restent alors même\n * qu'elles correspondent exactement à deux jetons.\n *\n * ⚠️ LA HAUTEUR PILOTE, PAS LA LARGEUR. Les trois formes n'ont pas le même\n * rapport — 1:1 pour l'isotype, 2,84:1 pour le mot-symbole, 4,22:1 pour le\n * verrou. Une prop `width` commune les déformerait ou les désalignerait ; une\n * hauteur commune les aligne, ce qui est ce qu'on veut dans un en-tête.\n */\n\ninterface BaseProps extends Omit<SVGProps<SVGSVGElement>, \"height\" | \"width\"> {\n /** La hauteur, en pixels. La largeur suit le rapport du dessin. */\n height?: number;\n /**\n * Le nom accessible.\n *\n * Par défaut le logo est **décoratif** (`aria-hidden`) : dans un en-tête il\n * est presque toujours dans un lien qui porte déjà « Accueil » ou « Zest ».\n * Le passer ici en fait une image nommée.\n */\n titre?: string;\n}\n\ninterface VarianteProps extends BaseProps {\n /**\n * `clair` pour poser sur un fond clair, `sombre` pour poser sur un fond sombre.\n *\n * ⚠️ CE N'EST PAS « LA VERSION SOMBRE DU LOGO ». La variante `sombre` a sa\n * vague **découpée** : c'est le fond qui la dessine. Posée sur du blanc,\n * elle disparaît. Voir l'en-tête du catalogue.\n */\n variant?: LogoVariante;\n}\n\nconst rendre = (\n contenu: string,\n boite: { l: number; h: number },\n { height, titre, style, ...props }: BaseProps,\n debord = false,\n) => (\n <svg\n height={height}\n width={height === undefined ? undefined : (height * boite.l) / boite.h}\n viewBox={`0 0 ${boite.l} ${boite.h}`}\n fill=\"none\"\n {...(titre ? { role: \"img\", \"aria-label\": titre } : { \"aria-hidden\": true })}\n {...props}\n style={debord ? { overflow: \"visible\", ...style } : style}\n dangerouslySetInnerHTML={{ __html: contenu }}\n />\n);\n\n/**\n * Le verrou complet : l'isotype et le mot-symbole.\n *\n * C'est la forme par défaut. Les deux autres existent pour les cas où elle ne\n * tient pas — voir la page « Logo ».\n */\nexport const ZestLogo = ({ variant = \"clair\", height = 40, ...props }: VarianteProps) =>\n rendre(ZEST_LOGO.verrou[variant], LOGO_BOITES.verrou, { height, ...props });\n\nZestLogo.displayName = \"ZestLogo\";\n\n/**\n * L'isotype seul — le carré.\n *\n * Pour les places carrées et petites : une favicon, un avatar d'application,\n * une barre latérale repliée. En dessous de 24 px, le mot-symbole n'est plus\n * lisible et seul l'isotype garde du sens.\n */\nexport const ZestLogomark = ({ variant = \"clair\", height = 40, ...props }: VarianteProps) =>\n rendre(ZEST_LOGO.logomark[variant], LOGO_BOITES.logomark, { height, ...props });\n\nZestLogomark.displayName = \"ZestLogomark\";\n\n/** Le mot-symbole seul. Rare : l'isotype porte la reconnaissance. */\nexport const ZestWordmark = ({ variant = \"clair\", height = 40, ...props }: VarianteProps) =>\n rendre(ZEST_LOGO.wordmark[variant], LOGO_BOITES.wordmark, { height, ...props });\n\nZestWordmark.displayName = \"ZestWordmark\";\n\n/**\n * Le logo de Zest AI.\n *\n * Une seule version : son dégradé tient sur clair comme sur sombre, il n'a donc\n * pas de variante.\n *\n * ⚠️ `overflow: visible` N'EST PAS DÉCORATIF. Son ombre portée sort de la boîte\n * de 64 — l'export fait 68×68. Sans cette règle, le `<svg>` la coupe, et une\n * ombre coupée ne se remarque qu'en comparant les deux côte à côte.\n */\nexport const ZestAiLogo = ({ height = 40, ...props }: BaseProps) =>\n rendre(ZEST_LOGO.ai, LOGO_BOITES.ai, { height, ...props }, true);\n\nZestAiLogo.displayName = \"ZestAiLogo\";\n\nexport { LOGO_BOITES, LOGO_ECART, type LogoVariante, ZEST_LOGO } from \"./catalogue\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACyFO,IAAM,aAAyB;AAAA,EAClC,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,uiBAAuiB,MAAM,UAAU,CAAC,EAAE;AAAA,EACppB,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,+XAA+X,MAAM,UAAU,CAAC,EAAE;AAAA,EAC5e,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,0BAA0B,CAAC,GAAG,UAAU,CAAC,QAAQ,aAAa,cAAc,OAAO,cAAc,OAAO,EAAE;AAAA,EAChM,EAAE,MAAM,aAAa,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,6oBAA6oB,MAAM,UAAU,CAAC,EAAE;AAAA,EAC5vB,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,6kBAA6kB,MAAM,UAAU,CAAC,EAAE;AAAA,EAC1rB,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,uQAAuQ,MAAM,UAAU,CAAC,EAAE;AAAA,EACpX,EAAE,MAAM,YAAY,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,wwBAAwwB,MAAM,UAAU,CAAC,EAAE;AAAA,EACt3B,EAAE,MAAM,YAAY,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,odAAod,MAAM,UAAU,CAAC,EAAE;AAAA,EAClkB,EAAE,MAAM,eAAe,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,8hBAA8hB,MAAM,UAAU,CAAC,EAAE;AAAA,EAC/oB,EAAE,MAAM,YAAY,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,gYAAgY,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,QAAQ,QAAQ,YAAY,aAAa,SAAS,EAAE;AAAA,EAC7iB,EAAE,MAAM,eAAe,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,omBAAomB,MAAM,UAAU,CAAC,EAAE;AAAA,EACrtB,EAAE,MAAM,eAAe,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,ulEAAulE,MAAM,UAAU,CAAC,EAAE;AAAA,EACxsE,EAAE,MAAM,aAAa,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,uoBAAuoB,MAAM,UAAU,CAAC,EAAE;AAAA,EACtvB,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,uBAAuB,CAAC,GAAG,UAAU,CAAC,KAAK,SAAS,QAAQ,UAAU,SAAS,QAAQ,EAAE;AAAA,EAC/K,EAAE,MAAM,oBAAoB,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,4iBAA4iB,MAAM,UAAU,CAAC,EAAE;AAAA,EAClqB,EAAE,MAAM,oBAAoB,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,m0BAAm0B,MAAM,UAAU,CAAC,EAAE;AAAA,EACz7B,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,gpDAAgpD,MAAM,UAAU,CAAC,EAAE;AAAA,EAC7vD,EAAE,MAAM,kBAAkB,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,oiGAAoiG,MAAM,UAAU,CAAC,EAAE;AAAA,EACxpG,EAAE,MAAM,cAAc,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,09BAA09B,MAAM,UAAU,CAAC,EAAE;AAAA,EAC1kC,EAAE,MAAM,kBAAkB,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,2/CAA2/C,MAAM,UAAU,CAAC,EAAE;AAAA,EAC/mD,EAAE,MAAM,kBAAkB,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,q2CAAq2C,MAAM,UAAU,CAAC,EAAE;AAAA,EACz9C,EAAE,MAAM,YAAY,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,8qBAA8qB,MAAM,UAAU,CAAC,EAAE;AAAA,EAC5xB,EAAE,MAAM,YAAY,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,8kBAA8kB,MAAM,UAAU,CAAC,EAAE;AAAA,EAC5rB,EAAE,MAAM,mBAAmB,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,inBAAinB,MAAM,UAAU,CAAC,EAAE;AAAA;AAAA,EAEtuB,EAAE,MAAM,mBAAmB,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,ugBAAugB,MAAM,UAAU,CAAC,EAAE;AAAA,EAC5nB,EAAE,MAAM,YAAY,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,wIAAwI,CAAC,GAAG,UAAU,CAAC,KAAK,SAAS,QAAQ,UAAU,SAAS,UAAU,QAAQ,EAAE;AAAA,EAC3S,EAAE,MAAM,aAAa,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,miBAAmiB,MAAM,UAAU,CAAC,EAAE;AAAA,EAClpB,EAAE,MAAM,kBAAkB,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,oIAAoI,CAAC,GAAG,UAAU,CAAC,QAAQ,OAAO,YAAY,aAAa,eAAe,QAAQ,EAAE;AAAA,EACjT,EAAE,MAAM,kBAAkB,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,wWAAwW,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,QAAQ,OAAO,YAAY,aAAa,eAAe,QAAQ,EAAE;AAAA,EACziB,EAAE,MAAM,UAAU,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,+cAA+c,GAAG,EAAE,GAAG,iKAAiK,CAAC,GAAG,UAAU,CAAC,OAAO,QAAQ,OAAO,SAAS,EAAE;AAAA,EAC7vB,EAAE,MAAM,UAAU,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,2HAA2H,MAAM,UAAU,GAAG,EAAE,GAAG,oyBAAoyB,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,OAAO,QAAQ,OAAO,SAAS,EAAE;AAAA,EAChlC,EAAE,MAAM,mBAAmB,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,0IAA0I,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,QAAQ,MAAM,SAAS,QAAQ,EAAE;AAAA,EAC3S,EAAE,MAAM,iBAAiB,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,0HAA0H,GAAG,EAAE,GAAG,iHAAiH,GAAG,EAAE,GAAG,0HAA0H,CAAC,GAAG,UAAU,CAAC,QAAQ,YAAY,QAAQ,QAAQ,WAAW,MAAM,EAAE;AAAA,EACvhB,EAAE,MAAM,SAAS,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,kBAAkB,CAAC,GAAG,UAAU,CAAC,SAAS,QAAQ,SAAS,EAAE;AAAA,EACjJ,EAAE,MAAM,SAAS,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,WAAW,CAAC,GAAG,UAAU,CAAC,SAAS,YAAY,eAAe,aAAa,EAAE;AAAA,EACjK,EAAE,MAAM,YAAY,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,g3BAAg3B,MAAM,UAAU,CAAC,EAAE;AAAA,EAC99B,EAAE,MAAM,QAAQ,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,isBAAisB,MAAM,UAAU,CAAC,EAAE;AAAA,EAC3yB,EAAE,MAAM,SAAS,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,kIAAkI,CAAC,GAAG,UAAU,CAAC,SAAS,SAAS,SAAS,OAAO,EAAE;AAAA,EACzQ,EAAE,MAAM,YAAY,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,gnCAAgnC,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,QAAQ,QAAQ,YAAY,aAAa,SAAS,EAAE;AAAA,EACjzC,EAAE,MAAM,YAAY,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,8eAA8e,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,QAAQ,QAAQ,YAAY,aAAa,SAAS,EAAE;AAAA,EAC3pB,EAAE,MAAM,QAAQ,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,6WAA6W,MAAM,UAAU,CAAC,EAAE;AAAA,EACvd,EAAE,MAAM,iBAAiB,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,aAAa,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,WAAW,IAAI,EAAE;AAAA,EAC5J,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,0qCAA0qC,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,QAAQ,SAAS,WAAW,YAAY,aAAa,EAAE;AAAA,EAC11C,EAAE,MAAM,WAAW,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,wqBAAwqB,MAAM,UAAU,CAAC,EAAE;AAAA,EACxyB,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,2WAA2W,MAAM,UAAU,GAAG,EAAE,GAAG,8mCAA8mC,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,QAAQ,gBAAgB,OAAO,EAAE;AAAA,EAC3oD,EAAE,MAAM,eAAe,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,y3BAAy3B,MAAM,UAAU,GAAG,EAAE,GAAG,wWAAwW,MAAM,UAAU,GAAG,EAAE,GAAG,kbAAkb,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,QAAQ,OAAO,YAAY,gBAAgB,OAAO,EAAE;AAAA,EACp3D,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,sXAAsX,CAAC,GAAG,UAAU,CAAC,QAAQ,WAAW,WAAW,QAAQ,EAAE;AAAA,EACngB,EAAE,MAAM,YAAY,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,6eAA6e,CAAC,GAAG,UAAU,CAAC,SAAS,WAAW,WAAW,UAAU,MAAM,EAAE;AAAA,EACpoB,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,i6BAAi6B,MAAM,UAAU,GAAG,EAAE,GAAG,2bAA2b,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,OAAO,OAAO,QAAQ,SAAS,EAAE;AAAA,EAC9gD,EAAE,MAAM,iBAAiB,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,gSAAgS,CAAC,GAAG,UAAU,CAAC,WAAW,MAAM,aAAa,QAAQ,EAAE;AAAA,EACnb,EAAE,MAAM,eAAe,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,2hBAA2hB,CAAC,GAAG,UAAU,CAAC,YAAY,YAAY,OAAO,EAAE;AAAA,EACrqB,EAAE,MAAM,eAAe,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,22BAA22B,CAAC,GAAG,UAAU,CAAC,UAAU,QAAQ,UAAU,EAAE;AAAA,EACl/B,EAAE,MAAM,aAAa,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,iVAAiV,CAAC,GAAG,UAAU,CAAC,UAAU,MAAM,UAAU,EAAE;AAAA,EACpd,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,mjDAAmjD,CAAC,GAAG,UAAU,CAAC,QAAQ,YAAY,aAAa,QAAQ,QAAQ,EAAE;AAAA,EAC3sD,EAAE,MAAM,aAAa,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,oHAAoH,GAAG,EAAE,GAAG,oHAAoH,GAAG,EAAE,GAAG,0HAA0H,CAAC,GAAG,UAAU,CAAC,UAAU,YAAY,UAAU,QAAQ,EAAE;AAAA,EACngB,EAAE,MAAM,qBAAqB,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,8YAA8Y,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,WAAW,UAAU,QAAQ,SAAS,EAAE;AAAA,EACzjB,EAAE,MAAM,qBAAqB,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,iSAAiS,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,WAAW,UAAU,QAAQ,SAAS,EAAE;AAAA,EAC5c,EAAE,MAAM,eAAe,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,krHAAkrH,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,YAAY,eAAe,KAAK,EAAE;AAAA,EACj1H,EAAE,MAAM,iBAAiB,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,+0BAA+0B,CAAC,GAAG,UAAU,CAAC,SAAS,QAAQ,QAAQ,WAAW,aAAa,UAAU,EAAE;AAAA,EACv/B,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,mnCAAmnC,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,QAAQ,UAAU,OAAO,WAAW,EAAE;AAAA,EAClxC,EAAE,MAAM,uBAAuB,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,mCAAmC,CAAC,GAAG,UAAU,CAAC,WAAW,QAAQ,QAAQ,EAAE;AAAA,EACjL,EAAE,MAAM,uBAAuB,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,oCAAoC,CAAC,GAAG,UAAU,CAAC,WAAW,QAAQ,QAAQ,EAAE;AAAA,EAClL,EAAE,MAAM,wBAAwB,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,mCAAmC,CAAC,GAAG,UAAU,CAAC,WAAW,SAAS,QAAQ,EAAE;AAAA,EACnL,EAAE,MAAM,qBAAqB,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,oCAAoC,CAAC,GAAG,UAAU,CAAC,WAAW,MAAM,QAAQ,EAAE;AAAA,EAC9K,EAAE,MAAM,oBAAoB,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,0fAA0f,CAAC,GAAG,UAAU,CAAC,YAAY,QAAQ,OAAO,QAAQ,SAAS,EAAE;AAAA,EACtpB,EAAE,MAAM,uBAAuB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,y/BAAy/B,MAAM,UAAU,CAAC,EAAE;AAAA,EACroC,EAAE,MAAM,yBAAyB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,k+CAAk+C,MAAM,UAAU,CAAC,EAAE;AAAA,EAChnD,EAAE,MAAM,mBAAmB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,+yDAA+yD,MAAM,UAAU,CAAC,EAAE;AAAA,EACv7D,EAAE,MAAM,mBAAmB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,47DAA47D,MAAM,UAAU,CAAC,EAAE;AAAA,EACpkE,EAAE,MAAM,mBAAmB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,8nDAA8nD,MAAM,UAAU,CAAC,EAAE;AAAA,EACtwD,EAAE,MAAM,oBAAoB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,koCAAkoC,MAAM,UAAU,CAAC,EAAE;AAAA,EAC3wC,EAAE,MAAM,gBAAgB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,+vBAA+vB,MAAM,UAAU,CAAC,EAAE;AAAA,EACp4B,EAAE,MAAM,uBAAuB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,0YAA0Y,MAAM,UAAU,CAAC,EAAE;AAAA,EACthB,EAAE,MAAM,uBAAuB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,qdAAqd,MAAM,UAAU,CAAC,EAAE;AAAA,EACjmB,EAAE,MAAM,qBAAqB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,qtBAAqtB,MAAM,UAAU,CAAC,EAAE;AAAA,EAC/1B,EAAE,MAAM,mBAAmB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,m+BAAm+B,MAAM,UAAU,CAAC,EAAE;AAAA,EAC3mC,EAAE,MAAM,mBAAmB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,g2BAAg2B,MAAM,UAAU,CAAC,EAAE;AAAA,EACx+B,EAAE,MAAM,qBAAqB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,oyBAAoyB,MAAM,UAAU,CAAC,EAAE;AAAA,EAC96B,EAAE,MAAM,mBAAmB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,8zDAA8zD,MAAM,UAAU,CAAC,EAAE;AAAA,EACt8D,EAAE,MAAM,kBAAkB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,4lBAA4lB,MAAM,UAAU,CAAC,EAAE;AAAA,EACnuB,EAAE,MAAM,iBAAiB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,g2DAAg2D,MAAM,UAAU,CAAC,EAAE;AAAA,EACt+D,EAAE,MAAM,qBAAqB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,mwBAAmwB,MAAM,UAAU,CAAC,EAAE;AAAA,EAC74B,EAAE,MAAM,qBAAqB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,wkBAAwkB,MAAM,UAAU,CAAC,EAAE;AAAA,EACltB,EAAE,MAAM,WAAW,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,4aAA4a,MAAM,UAAU,CAAC,EAAE;AAAA,EAC5iB,EAAE,MAAM,eAAe,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,y6BAAy6B,MAAM,UAAU,CAAC,EAAE;AAAA,EAC7iC,EAAE,MAAM,iBAAiB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,w2BAAw2B,MAAM,UAAU,CAAC,EAAE;AAAA,EAC9+B,EAAE,MAAM,kBAAkB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,krDAAkrD,MAAM,UAAU,CAAC,EAAE;AAAA,EACzzD,EAAE,MAAM,gBAAgB,UAAU,iCAA8B,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,iwBAAiwB,MAAM,UAAU,CAAC,EAAE;AAAA,EACt4B,EAAE,MAAM,kBAAkB,UAAU,sBAAsB,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,yeAAye,MAAM,UAAU,CAAC,EAAE;AAAA,EACxmB,EAAE,MAAM,kBAAkB,UAAU,sBAAsB,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,oVAAoV,MAAM,UAAU,CAAC,EAAE;AAAA,EACnd,EAAE,MAAM,mBAAmB,UAAU,sBAAsB,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,4eAA4e,MAAM,UAAU,CAAC,EAAE;AAAA,EAC5mB,EAAE,MAAM,mBAAmB,UAAU,sBAAsB,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,uVAAuV,MAAM,UAAU,CAAC,EAAE;AAAA,EACvd,EAAE,MAAM,qBAAqB,UAAU,sBAAsB,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,4gCAA4gC,MAAM,UAAU,CAAC,EAAE;AAAA,EAC9oC,EAAE,MAAM,qBAAqB,UAAU,sBAAsB,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,6nBAA6nB,MAAM,UAAU,CAAC,EAAE;AAAA,EAC/vB,EAAE,MAAM,gBAAgB,UAAU,sBAAsB,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,4HAA4H,CAAC,GAAG,UAAU,CAAC,SAAS,YAAY,eAAe,eAAe,QAAQ,EAAE;AAAA,EAC9S,EAAE,MAAM,oBAAoB,UAAU,kBAAY,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,ohBAAohB,MAAM,UAAU,CAAC,EAAE;AAAA,EAC3oB,EAAE,MAAM,WAAW,UAAU,kBAAY,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,kfAAkf,MAAM,UAAU,CAAC,EAAE;AAAA,EAChmB,EAAE,MAAM,WAAW,UAAU,kBAAY,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,oiBAAoiB,CAAC,GAAG,UAAU,CAAC,QAAQ,UAAU,YAAY,YAAY,eAAe,EAAE;AAAA,EACrsB,EAAE,MAAM,oBAAoB,UAAU,kBAAY,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,yiBAAyiB,CAAC,GAAG,UAAU,CAAC,QAAQ,YAAY,YAAY,YAAY,eAAe,EAAE;AAAA,EACrtB,EAAE,MAAM,uBAAuB,UAAU,iBAAiB,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,irCAAirC,CAAC,GAAG,UAAU,CAAC,WAAW,QAAQ,WAAW,EAAE;AAAA,EACx0C,EAAE,MAAM,WAAW,UAAU,iBAAiB,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,8qBAA8qB,CAAC,GAAG,UAAU,CAAC,QAAQ,QAAQ,WAAW,MAAM,EAAE;AAAA,EAC5zB,EAAE,MAAM,YAAY,UAAU,iBAAiB,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,+8BAA+8B,CAAC,GAAG,UAAU,CAAC,SAAS,QAAQ,WAAW,MAAM,EAAE;AAAA,EAC/lC,EAAE,MAAM,UAAU,UAAU,SAAS,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,oHAAoH,CAAC,GAAG,UAAU,CAAC,UAAU,OAAO,EAAE;AAAA,EACzO,EAAE,MAAM,uBAAuB,UAAU,UAAU,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,8eAA8e,CAAC,GAAG,UAAU,CAAC,OAAO,SAAS,UAAU,YAAY,SAAS,MAAM,EAAE;AAAA,EACrpB,EAAE,MAAM,cAAc,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,4BAA4B,CAAC,GAAG,UAAU,CAAC,SAAS,MAAM,EAAE;AAAA,EACrJ,EAAE,MAAM,mBAAmB,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,uBAAuB,CAAC,GAAG,UAAU,CAAC,SAAS,QAAQ,MAAM,EAAE;AAAA,EAC7J,EAAE,MAAM,oBAAoB,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,uBAAuB,CAAC,GAAG,UAAU,CAAC,SAAS,QAAQ,OAAO,EAAE;AAAA,EAC/J,EAAE,MAAM,cAAc,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,2BAA2B,CAAC,GAAG,UAAU,CAAC,SAAS,MAAM,EAAE;AAAA,EACpJ,EAAE,MAAM,qBAAqB,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,4BAA4B,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,MAAM,EAAE;AAAA,EACtK,EAAE,MAAM,0BAA0B,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,wBAAwB,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,QAAQ,MAAM,EAAE;AAAA,EAC/K,EAAE,MAAM,2BAA2B,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,yBAAyB,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,QAAQ,OAAO,EAAE;AAAA,EAClL,EAAE,MAAM,qBAAqB,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,2BAA2B,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,MAAM,EAAE;AAAA,EACrK,EAAE,MAAM,sBAAsB,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,4BAA4B,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,OAAO,EAAE;AAAA,EACxK,EAAE,MAAM,mBAAmB,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,2BAA2B,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,IAAI,EAAE;AAAA,EACjK,EAAE,MAAM,wBAAwB,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,uBAAuB,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,MAAM,MAAM,EAAE;AAAA,EAC1K,EAAE,MAAM,yBAAyB,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,wBAAwB,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,MAAM,OAAO,EAAE;AAAA,EAC7K,EAAE,MAAM,eAAe,UAAU,cAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,4BAA4B,CAAC,GAAG,UAAU,CAAC,SAAS,OAAO,EAAE;AAAA,EACvJ,EAAE,MAAM,gBAAgB,UAAU,cAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,gUAAgU,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,WAAW,QAAQ,UAAU,EAAE;AAAA,EAC7d,EAAE,MAAM,gBAAgB,UAAU,cAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,gUAAgU,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,WAAW,MAAM,EAAE;AAAA,EACjd,EAAE,MAAM,iBAAiB,UAAU,cAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,gUAAgU,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,WAAW,OAAO,EAAE;AAAA,EACnd,EAAE,MAAM,cAAc,UAAU,cAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,gUAAgU,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,WAAW,MAAM,UAAU,EAAE;AAC7d;AAeO,IAAM,wBAAyE;AAAA,EAClF,EAAE,MAAM,YAAY,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,kpBAAkpB,CAAC,GAAG,UAAU,CAAC,SAAS,UAAU,QAAQ,QAAQ,YAAY,aAAa,SAAS,GAAG,MAAM,aAAa,QAAQ,6BAAuB;AAAA,EACl3B,EAAE,MAAM,kBAAkB,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,uVAAuV,CAAC,GAAG,UAAU,CAAC,QAAQ,QAAQ,eAAe,iBAAiB,YAAY,QAAQ,GAAG,MAAM,cAAc,QAAQ,6BAAuB;AAAA,EAC7jB,EAAE,MAAM,kBAAkB,UAAU,iBAAW,MAAM,eAAe,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,+qCAA+qC,MAAM,UAAU,CAAC,GAAG,UAAU,CAAC,QAAQ,QAAQ,eAAe,iBAAiB,YAAY,QAAQ,GAAG,MAAM,cAAc,QAAQ,6BAAuB;AAAA,EACz6C,EAAE,MAAM,eAAe,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,oHAAoH,GAAG,EAAE,GAAG,q1HAAq1H,CAAC,GAAG,UAAU,CAAC,YAAY,eAAe,KAAK,GAAG,MAAM,aAAa,QAAQ,6BAAuB;AAAA,EAC/oI,EAAE,MAAM,WAAW,UAAU,iBAAW,MAAM,WAAW,OAAO,SAAS,OAAO,CAAC,EAAE,GAAG,8nBAA8nB,CAAC,GAAG,UAAU,CAAC,QAAQ,WAAW,SAAS,QAAQ,SAAS,GAAG,MAAM,YAAY,QAAQ,gEAAuD;AACx2B;AAUO,IAAM,kBAAwD;AAAA,EACjE,EAAE,MAAM,uBAAuB,UAAU,oDAAiD;AAAA,EAC1F,EAAE,MAAM,qBAAqB,UAAU,yDAAyD;AAAA,EAChG,EAAE,MAAM,gBAAgB,UAAU,4CAA4C;AAAA,EAC9E,EAAE,MAAM,eAAe,UAAU,2CAAwC;AAAA,EACzE,EAAE,MAAM,aAAa,UAAU,2CAAwC;AAAA,EACvE,EAAE,MAAM,QAAQ,UAAU,kCAAkC;AAAA,EAC5D,EAAE,MAAM,QAAQ,UAAU,kCAAkC;AAChE;AAGO,IAAM,WAAW,CAAC,SAAuC,WAAW,KAAK,CAAC,MAAM,EAAE,SAAS,IAAI;;;AC/MtF;AAlBhB,IAAM,QAAQ,CAAC,SAAiB;AAC5B,QAAM,SAAS,SAAS,IAAI;AAC5B,MAAI,CAAC,OAAQ,OAAM,IAAI,MAAM,iBAAW,IAAI,4EAAgE;AAE5G,QAAM,YAAY,OAAO,SAAS;AAElC,QAAM,YAAY,CAAC,UACf;AAAA,IAAC;AAAA;AAAA,MACG,SAAQ;AAAA,MACR,MAAM,YAAY,SAAS;AAAA,MAC3B,QAAQ,YAAY,iBAAiB;AAAA,MACrC,aAAa,YAAY,IAAI;AAAA,MAC7B,eAAe,YAAY,UAAU;AAAA,MACrC,gBAAgB,YAAY,UAAU;AAAA,MACtC,eAAY;AAAA,MACX,GAAG;AAAA,MAEH,iBAAO,MAAM,IAAI,CAAC,MACf,4CAAC,UAAe,GAAG,EAAE,GAAG,UAAU,EAAE,MAAM,UAAU,EAAE,QAA3C,EAAE,CAA+C,CAC/D;AAAA;AAAA,EACL;AAEJ,YAAU,cAAc;AACxB,SAAO;AACX;AAEO,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,WAAW,MAAM,WAAW;AAClC,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,UAAU,MAAM,UAAU;AAChC,IAAM,UAAU,MAAM,UAAU;AAChC,IAAM,aAAa,MAAM,aAAa;AACtC,IAAM,UAAU,MAAM,UAAU;AAChC,IAAM,aAAa,MAAM,aAAa;AACtC,IAAM,aAAa,MAAM,aAAa;AACtC,IAAM,WAAW,MAAM,WAAW;AAClC,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,iBAAiB,MAAM,kBAAkB;AAC/C,IAAM,iBAAiB,MAAM,kBAAkB;AAC/C,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,eAAe,MAAM,gBAAgB;AAC3C,IAAM,WAAW,MAAM,YAAY;AACnC,IAAM,eAAe,MAAM,gBAAgB;AAC3C,IAAM,eAAe,MAAM,gBAAgB;AAC3C,IAAM,UAAU,MAAM,UAAU;AAChC,IAAM,UAAU,MAAM,UAAU;AAChC,IAAM,gBAAgB,MAAM,iBAAiB;AAC7C,IAAM,gBAAgB,MAAM,iBAAiB;AAC7C,IAAM,UAAU,MAAM,UAAU;AAChC,IAAM,WAAW,MAAM,WAAW;AAClC,IAAM,eAAe,MAAM,gBAAgB;AAC3C,IAAM,eAAe,MAAM,gBAAgB;AAC3C,IAAM,QAAQ,MAAM,QAAQ;AAC5B,IAAM,QAAQ,MAAM,QAAQ;AAC5B,IAAM,gBAAgB,MAAM,iBAAiB;AAC7C,IAAM,eAAe,MAAM,eAAe;AAC1C,IAAM,QAAQ,MAAM,OAAO;AAC3B,IAAM,QAAQ,MAAM,OAAO;AAC3B,IAAM,WAAW,MAAM,UAAU;AACjC,IAAM,OAAO,MAAM,MAAM;AACzB,IAAM,QAAQ,MAAM,OAAO;AAC3B,IAAM,UAAU,MAAM,UAAU;AAChC,IAAM,UAAU,MAAM,UAAU;AAChC,IAAM,OAAO,MAAM,MAAM;AACzB,IAAM,eAAe,MAAM,eAAe;AAC1C,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,YAAY,MAAM,aAAa;AACrC,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,UAAU,MAAM,UAAU;AAChC,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,cAAc,MAAM,eAAe;AACzC,IAAM,aAAa,MAAM,aAAa;AACtC,IAAM,aAAa,MAAM,aAAa;AACtC,IAAM,WAAW,MAAM,WAAW;AAClC,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,WAAW,MAAM,WAAW;AAClC,IAAM,kBAAkB,MAAM,mBAAmB;AACjD,IAAM,kBAAkB,MAAM,mBAAmB;AACjD,IAAM,aAAa,MAAM,aAAa;AACtC,IAAM,cAAc,MAAM,eAAe;AACzC,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,oBAAoB,MAAM,qBAAqB;AACrD,IAAM,oBAAoB,MAAM,qBAAqB;AACrD,IAAM,qBAAqB,MAAM,sBAAsB;AACvD,IAAM,kBAAkB,MAAM,mBAAmB;AACjD,IAAM,iBAAiB,MAAM,kBAAkB;AAC/C,IAAM,oBAAoB,MAAM,qBAAqB;AACrD,IAAM,sBAAsB,MAAM,uBAAuB;AACzD,IAAM,iBAAiB,MAAM,iBAAiB;AAC9C,IAAM,iBAAiB,MAAM,iBAAiB;AAC9C,IAAM,iBAAiB,MAAM,iBAAiB;AAC9C,IAAM,kBAAkB,MAAM,kBAAkB;AAChD,IAAM,cAAc,MAAM,cAAc;AACxC,IAAM,oBAAoB,MAAM,qBAAqB;AACrD,IAAM,oBAAoB,MAAM,qBAAqB;AACrD,IAAM,mBAAmB,MAAM,mBAAmB;AAClD,IAAM,gBAAgB,MAAM,iBAAiB;AAC7C,IAAM,gBAAgB,MAAM,iBAAiB;AAC7C,IAAM,mBAAmB,MAAM,mBAAmB;AAClD,IAAM,iBAAiB,MAAM,iBAAiB;AAC9C,IAAM,gBAAgB,MAAM,gBAAgB;AAC5C,IAAM,eAAe,MAAM,eAAe;AAC1C,IAAM,kBAAkB,MAAM,mBAAmB;AACjD,IAAM,kBAAkB,MAAM,mBAAmB;AACjD,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,aAAa,MAAM,aAAa;AACtC,IAAM,eAAe,MAAM,eAAe;AAC1C,IAAM,gBAAgB,MAAM,gBAAgB;AAC5C,IAAM,cAAc,MAAM,cAAc;AACxC,IAAM,eAAe,MAAM,gBAAgB;AAC3C,IAAM,eAAe,MAAM,gBAAgB;AAC3C,IAAM,gBAAgB,MAAM,iBAAiB;AAC7C,IAAM,gBAAgB,MAAM,iBAAiB;AAC7C,IAAM,kBAAkB,MAAM,mBAAmB;AACjD,IAAM,kBAAkB,MAAM,mBAAmB;AACjD,IAAM,cAAc,MAAM,cAAc;AACxC,IAAM,iBAAiB,MAAM,kBAAkB;AAC/C,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,iBAAiB,MAAM,kBAAkB;AAC/C,IAAM,oBAAoB,MAAM,qBAAqB;AACrD,IAAM,SAAS,MAAM,SAAS;AAC9B,IAAM,UAAU,MAAM,UAAU;AAChC,IAAM,SAAS,MAAM,QAAQ;AAC7B,IAAM,mBAAmB,MAAM,qBAAqB;AACpD,IAAM,YAAY,MAAM,YAAY;AACpC,IAAM,gBAAgB,MAAM,iBAAiB;AAC7C,IAAM,iBAAiB,MAAM,kBAAkB;AAC/C,IAAM,YAAY,MAAM,YAAY;AACpC,IAAM,kBAAkB,MAAM,mBAAmB;AACjD,IAAM,sBAAsB,MAAM,wBAAwB;AAC1D,IAAM,uBAAuB,MAAM,yBAAyB;AAC5D,IAAM,kBAAkB,MAAM,mBAAmB;AACjD,IAAM,mBAAmB,MAAM,oBAAoB;AACnD,IAAM,gBAAgB,MAAM,iBAAiB;AAC7C,IAAM,oBAAoB,MAAM,sBAAsB;AACtD,IAAM,qBAAqB,MAAM,uBAAuB;AACxD,IAAM,aAAa,MAAM,aAAa;AACtC,IAAM,cAAc,MAAM,cAAc;AACxC,IAAM,cAAc,MAAM,cAAc;AACxC,IAAM,eAAe,MAAM,eAAe;AAC1C,IAAM,YAAY,MAAM,YAAY;;;AChGpC,IAAM,kBAAkC;AAAA,EAC3C;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AAAA,EACA;AAAA,IACI,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,KAAK;AAAA,MACD,SAAS;AAAA,MACT,MAAM;AAAA,MACN,OAAO;AAAA,IACX;AAAA,EACJ;AACJ;AAGO,IAAM,eAAe,CAAC,SAA2C,gBAAgB,KAAK,CAAC,MAAM,EAAE,SAAS,IAAI;;;ACjT3G,IAAAA,sBAAA;AARD,IAAM,WAAW,CAAC,EAAE,MAAM,UAAU,WAAW,OAAO,IAAI,GAAG,MAAM,MAAqB;AAC3F,QAAM,SAAS,aAAa,IAAI;AAIhC,MAAI,CAAC,OAAQ,QAAO;AAEpB,SACI;AAAA,IAAC;AAAA;AAAA,MACG,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,eAAY;AAAA,MACX,GAAG;AAAA,MAKJ,yBAAyB,EAAE,QAAQ,OAAO,IAAI,OAAO,EAAE;AAAA;AAAA,EAC3D;AAER;AAEA,SAAS,cAAc;AASvB,IAAM,WAAW,CAAC,QACd,SACA,IACK,MAAM,GAAG,EACT,IAAI,CAAC,QAAQ,IAAI,CAAC,EAAE,YAAY,IAAI,IAAI,MAAM,CAAC,CAAC,EAChD,KAAK,EAAE;AAKhB,IAAM,aAAa,OAAO;AAAA,EACtB,gBAAgB,IAAI,CAACC,WAAU,CAAC,SAASA,OAAM,IAAI,GAAG,CAAC,UAAuC,SAAS,EAAE,GAAG,OAAO,MAAMA,OAAM,KAAK,CAAC,CAAC,CAAC;AAC3I;AAEO,IAAM,YAAY,WAAW;AAC7B,IAAM,aAAa,WAAW;AAC9B,IAAM,YAAY,WAAW;AAC7B,IAAM,cAAc,WAAW;AAC/B,IAAM,cAAc,WAAW;AAC/B,IAAM,YAAY,WAAW;AAC7B,IAAM,gBAAgB,WAAW;AACjC,IAAM,eAAe,WAAW;AAChC,IAAM,kBAAkB,WAAW;AAEnC,IAAM,UAAU,WAAW;AAC3B,IAAM,UAAU,WAAW;AAC3B,IAAM,WAAW,WAAW;AAC5B,IAAM,UAAU,WAAW;AAC3B,IAAM,WAAW,WAAW;AAC5B,IAAM,WAAW,WAAW;AAC5B,IAAM,UAAU,WAAW;AAC3B,IAAM,UAAU,WAAW;AAC3B,IAAM,UAAU,WAAW;AAE3B,IAAM,UAAU,WAAW;AAC3B,IAAM,UAAU,WAAW;AAC3B,IAAM,WAAW,WAAW;AAC5B,IAAM,UAAU,WAAW;AAC3B,IAAM,UAAU,WAAW;AAC3B,IAAM,UAAU,WAAW;AAC3B,IAAM,WAAW,WAAW;AAC5B,IAAM,UAAU,WAAW;AAC3B,IAAM,WAAW,WAAW;;;AC5D5B,IAAM,cAAc;AAAA,EACvB,UAAU,EAAE,GAAG,IAAI,GAAG,GAAG;AAAA,EACzB,UAAU,EAAE,GAAG,QAAQ,GAAG,GAAG;AAAA,EAC7B,QAAQ,EAAE,GAAG,QAAQ,GAAG,GAAG;AAAA,EAC3B,IAAI,EAAE,GAAG,IAAI,GAAG,GAAG;AACvB;AAGO,IAAM,aAAa;AAEnB,IAAM,YAAY;AAAA,EACrB,UAAU;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,EACZ;AAAA,EACA,UAAU;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,EACZ;AAAA,EACA,QAAQ;AAAA,IACJ,OAAO;AAAA,IACP,QAAQ;AAAA,EACZ;AAAA;AAAA,EAEA,IAAI;AACR;;;AChCI,IAAAC,sBAAA;AANJ,IAAM,SAAS,CACX,SACA,OACA,EAAE,QAAQ,OAAO,OAAO,GAAG,MAAM,GACjC,SAAS,UAET;AAAA,EAAC;AAAA;AAAA,IACG;AAAA,IACA,OAAO,WAAW,SAAY,SAAa,SAAS,MAAM,IAAK,MAAM;AAAA,IACrE,SAAS,OAAO,MAAM,CAAC,IAAI,MAAM,CAAC;AAAA,IAClC,MAAK;AAAA,IACJ,GAAI,QAAQ,EAAE,MAAM,OAAO,cAAc,MAAM,IAAI,EAAE,eAAe,KAAK;AAAA,IACzE,GAAG;AAAA,IACJ,OAAO,SAAS,EAAE,UAAU,WAAW,GAAG,MAAM,IAAI;AAAA,IACpD,yBAAyB,EAAE,QAAQ,QAAQ;AAAA;AAC/C;AASG,IAAM,WAAW,CAAC,EAAE,UAAU,SAAS,SAAS,IAAI,GAAG,MAAM,MAChE,OAAO,UAAU,OAAO,OAAO,GAAG,YAAY,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAAC;AAE9E,SAAS,cAAc;AAShB,IAAM,eAAe,CAAC,EAAE,UAAU,SAAS,SAAS,IAAI,GAAG,MAAM,MACpE,OAAO,UAAU,SAAS,OAAO,GAAG,YAAY,UAAU,EAAE,QAAQ,GAAG,MAAM,CAAC;AAElF,aAAa,cAAc;AAGpB,IAAM,eAAe,CAAC,EAAE,UAAU,SAAS,SAAS,IAAI,GAAG,MAAM,MACpE,OAAO,UAAU,SAAS,OAAO,GAAG,YAAY,UAAU,EAAE,QAAQ,GAAG,MAAM,CAAC;AAElF,aAAa,cAAc;AAYpB,IAAM,aAAa,CAAC,EAAE,SAAS,IAAI,GAAG,MAAM,MAC/C,OAAO,UAAU,IAAI,YAAY,IAAI,EAAE,QAAQ,GAAG,MAAM,GAAG,IAAI;AAEnE,WAAW,cAAc;","names":["import_jsx_runtime","icone","import_jsx_runtime"]}
|