@ledgerhq/lumen-design-core 0.1.12 → 0.1.13

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.
Files changed (176) hide show
  1. package/dist/lib/themes/css/enterprise/theme.dark-css.d.ts +21 -7
  2. package/dist/lib/themes/css/enterprise/theme.dark-css.d.ts.map +1 -1
  3. package/dist/lib/themes/css/enterprise/theme.dark-css.js +21 -7
  4. package/dist/lib/themes/css/enterprise/theme.light-css.d.ts +22 -8
  5. package/dist/lib/themes/css/enterprise/theme.light-css.d.ts.map +1 -1
  6. package/dist/lib/themes/css/enterprise/theme.light-css.js +22 -8
  7. package/dist/lib/themes/css/index.d.ts +268 -90
  8. package/dist/lib/themes/css/index.d.ts.map +1 -1
  9. package/dist/lib/themes/css/ledger-live/theme.dark-css.d.ts +21 -7
  10. package/dist/lib/themes/css/ledger-live/theme.dark-css.d.ts.map +1 -1
  11. package/dist/lib/themes/css/ledger-live/theme.dark-css.js +21 -7
  12. package/dist/lib/themes/css/ledger-live/theme.light-css.d.ts +22 -8
  13. package/dist/lib/themes/css/ledger-live/theme.light-css.d.ts.map +1 -1
  14. package/dist/lib/themes/css/ledger-live/theme.light-css.js +22 -8
  15. package/dist/lib/themes/css/primitives-css.d.ts +10 -0
  16. package/dist/lib/themes/css/primitives-css.d.ts.map +1 -1
  17. package/dist/lib/themes/css/primitives-css.js +10 -0
  18. package/dist/lib/themes/css/websites/theme.dark-css.d.ts +21 -7
  19. package/dist/lib/themes/css/websites/theme.dark-css.d.ts.map +1 -1
  20. package/dist/lib/themes/css/websites/theme.dark-css.js +21 -7
  21. package/dist/lib/themes/css/websites/theme.light-css.d.ts +22 -8
  22. package/dist/lib/themes/css/websites/theme.light-css.d.ts.map +1 -1
  23. package/dist/lib/themes/css/websites/theme.light-css.js +22 -8
  24. package/dist/lib/themes/js/enterprise/theme.d.ts +36 -0
  25. package/dist/lib/themes/js/enterprise/theme.d.ts.map +1 -1
  26. package/dist/lib/themes/js/enterprise/theme.dark.d.ts +9 -0
  27. package/dist/lib/themes/js/enterprise/theme.dark.d.ts.map +1 -1
  28. package/dist/lib/themes/js/enterprise/theme.dark.js +9 -0
  29. package/dist/lib/themes/js/enterprise/theme.light.d.ts +9 -0
  30. package/dist/lib/themes/js/enterprise/theme.light.d.ts.map +1 -1
  31. package/dist/lib/themes/js/enterprise/theme.light.js +9 -0
  32. package/dist/lib/themes/js/ledger-live/theme.d.ts +36 -0
  33. package/dist/lib/themes/js/ledger-live/theme.d.ts.map +1 -1
  34. package/dist/lib/themes/js/ledger-live/theme.dark.d.ts +9 -0
  35. package/dist/lib/themes/js/ledger-live/theme.dark.d.ts.map +1 -1
  36. package/dist/lib/themes/js/ledger-live/theme.dark.js +9 -0
  37. package/dist/lib/themes/js/ledger-live/theme.light.d.ts +9 -0
  38. package/dist/lib/themes/js/ledger-live/theme.light.d.ts.map +1 -1
  39. package/dist/lib/themes/js/ledger-live/theme.light.js +9 -0
  40. package/dist/lib/themes/js/primitives/primitive.colors.d.ts +10 -0
  41. package/dist/lib/themes/js/primitives/primitive.colors.d.ts.map +1 -1
  42. package/dist/lib/themes/js/primitives/primitive.colors.js +10 -0
  43. package/dist/lib/themes/js/websites/theme.d.ts +36 -0
  44. package/dist/lib/themes/js/websites/theme.d.ts.map +1 -1
  45. package/dist/lib/themes/js/websites/theme.dark.d.ts +9 -0
  46. package/dist/lib/themes/js/websites/theme.dark.d.ts.map +1 -1
  47. package/dist/lib/themes/js/websites/theme.dark.js +9 -0
  48. package/dist/lib/themes/js/websites/theme.light.d.ts +9 -0
  49. package/dist/lib/themes/js/websites/theme.light.d.ts.map +1 -1
  50. package/dist/lib/themes/js/websites/theme.light.js +9 -0
  51. package/dist/lib/utils/createCustomPlugin.js +3 -3
  52. package/package.json +1 -1
  53. package/symbols/icons/airplane.svg +1 -1
  54. package/symbols/icons/ar.svg +2 -2
  55. package/symbols/icons/arrow-down-right.svg +1 -1
  56. package/symbols/icons/arrow-down.svg +1 -1
  57. package/symbols/icons/arrow-left.svg +1 -1
  58. package/symbols/icons/arrow-right.svg +1 -1
  59. package/symbols/icons/arrow-up-right.svg +1 -1
  60. package/symbols/icons/basket-put-in.svg +1 -1
  61. package/symbols/icons/bluetooth-circle-fill.svg +3 -3
  62. package/symbols/icons/cart.svg +1 -1
  63. package/symbols/icons/chart-5.svg +1 -1
  64. package/symbols/icons/check.svg +1 -1
  65. package/symbols/icons/chevron-ascending.svg +2 -2
  66. package/symbols/icons/chevron-down.svg +1 -1
  67. package/symbols/icons/chevron-left.svg +1 -1
  68. package/symbols/icons/chevron-right.svg +1 -1
  69. package/symbols/icons/chevron-up-down.svg +2 -2
  70. package/symbols/icons/chevron-up.svg +1 -1
  71. package/symbols/icons/clear.svg +1 -1
  72. package/symbols/icons/clip.svg +1 -1
  73. package/symbols/icons/clock-fill.svg +1 -4
  74. package/symbols/icons/close.svg +1 -1
  75. package/symbols/icons/cloud-download.svg +1 -1
  76. package/symbols/icons/cloud-upload.svg +1 -1
  77. package/symbols/icons/coin-alert.svg +1 -1
  78. package/symbols/icons/coin-percent.svg +1 -1
  79. package/symbols/icons/coins-add-plus.svg +1 -1
  80. package/symbols/icons/coins-check.svg +1 -1
  81. package/symbols/icons/coins-cross.svg +1 -1
  82. package/symbols/icons/coins-crypto.svg +1 -1
  83. package/symbols/icons/coins-eye.svg +1 -1
  84. package/symbols/icons/color-palette.svg +1 -1
  85. package/symbols/icons/computer-mobile.svg +1 -1
  86. package/symbols/icons/credit-card.svg +1 -1
  87. package/symbols/icons/crypto-bitcoin-coin.svg +1 -1
  88. package/symbols/icons/csv.svg +1 -1
  89. package/symbols/icons/cursor-touch.svg +1 -1
  90. package/symbols/icons/database-lock.svg +1 -1
  91. package/symbols/icons/discord.svg +1 -1
  92. package/symbols/icons/dollar.svg +1 -1
  93. package/symbols/icons/download.svg +1 -1
  94. package/symbols/icons/downloadData.json +1 -1
  95. package/symbols/icons/exchange-fill.svg +1 -1
  96. package/symbols/icons/exchange.svg +1 -1
  97. package/symbols/icons/exit-logout.svg +1 -1
  98. package/symbols/icons/expand.svg +1 -1
  99. package/symbols/icons/experiment-2.svg +1 -1
  100. package/symbols/icons/external-link.svg +1 -1
  101. package/symbols/icons/feather.svg +1 -1
  102. package/symbols/icons/file-download.svg +1 -1
  103. package/symbols/icons/filter-sort.svg +2 -2
  104. package/symbols/icons/gift.svg +1 -1
  105. package/symbols/icons/github.svg +1 -1
  106. package/symbols/icons/group-users-add.svg +1 -1
  107. package/symbols/icons/group-users.svg +1 -1
  108. package/symbols/icons/hand-card.svg +1 -1
  109. package/symbols/icons/hat-school.svg +1 -1
  110. package/symbols/icons/heart.svg +1 -1
  111. package/symbols/icons/incognito.svg +1 -1
  112. package/symbols/icons/infinite-fill.svg +1 -1
  113. package/symbols/icons/infinite.svg +1 -1
  114. package/symbols/icons/language.svg +1 -1
  115. package/symbols/icons/list-eye.svg +1 -1
  116. package/symbols/icons/mail.svg +1 -1
  117. package/symbols/icons/medal-1.svg +1 -1
  118. package/symbols/icons/medal-2.svg +1 -1
  119. package/symbols/icons/menu-burger.svg +1 -1
  120. package/symbols/icons/message-chat.svg +1 -1
  121. package/symbols/icons/mobile-arrow.svg +1 -1
  122. package/symbols/icons/monitor-password.svg +1 -1
  123. package/symbols/icons/moon.svg +1 -1
  124. package/symbols/icons/more-horizontal.svg +1 -1
  125. package/symbols/icons/more-vertical.svg +1 -1
  126. package/symbols/icons/nano-gen5.svg +1 -1
  127. package/symbols/icons/nft-hide.svg +1 -1
  128. package/symbols/icons/nft.svg +1 -1
  129. package/symbols/icons/parachute.svg +1 -1
  130. package/symbols/icons/pen-edit.svg +1 -1
  131. package/symbols/icons/percentage.svg +1 -1
  132. package/symbols/icons/picture-image.svg +1 -1
  133. package/symbols/icons/piggy-bank.svg +1 -1
  134. package/symbols/icons/placeholder-cicle-fill.svg +1 -1
  135. package/symbols/icons/placeholder.svg +1 -1
  136. package/symbols/icons/planet.svg +1 -1
  137. package/symbols/icons/plus.svg +1 -1
  138. package/symbols/icons/range.svg +1 -1
  139. package/symbols/icons/recovery-key.svg +1 -1
  140. package/symbols/icons/reddit.svg +4 -4
  141. package/symbols/icons/reduce.svg +1 -1
  142. package/symbols/icons/refresh-back.svg +1 -1
  143. package/symbols/icons/refresh.svg +1 -1
  144. package/symbols/icons/repair.svg +1 -1
  145. package/symbols/icons/screens.svg +1 -1
  146. package/symbols/icons/server-database-fail.svg +1 -1
  147. package/symbols/icons/shapes.svg +4 -4
  148. package/symbols/icons/share.svg +1 -1
  149. package/symbols/icons/shield-check.svg +1 -1
  150. package/symbols/icons/shield-lock.svg +1 -1
  151. package/symbols/icons/shield-more.svg +1 -1
  152. package/symbols/icons/slideshow.svg +1 -1
  153. package/symbols/icons/speed-fast.svg +1 -1
  154. package/symbols/icons/speed-low.svg +1 -1
  155. package/symbols/icons/speed-medium.svg +1 -1
  156. package/symbols/icons/star-fill.svg +1 -1
  157. package/symbols/icons/star-half.svg +2 -2
  158. package/symbols/icons/star.svg +1 -1
  159. package/symbols/icons/sun.svg +1 -1
  160. package/symbols/icons/switch-2.svg +1 -1
  161. package/symbols/icons/telegram.svg +1 -1
  162. package/symbols/icons/tools.svg +1 -1
  163. package/symbols/icons/transfer-horizontal.svg +1 -1
  164. package/symbols/icons/transfer-vertical.svg +1 -1
  165. package/symbols/icons/triangle-up.svg +1 -1
  166. package/symbols/icons/truck.svg +1 -1
  167. package/symbols/icons/usb.svg +1 -1
  168. package/symbols/icons/user-arrow-right.svg +1 -1
  169. package/symbols/icons/user-check.svg +1 -1
  170. package/symbols/icons/user-delete.svg +1 -1
  171. package/symbols/icons/user.svg +1 -1
  172. package/symbols/icons/wallet-input.svg +1 -1
  173. package/symbols/icons/wallet-search.svg +1 -1
  174. package/symbols/icons/wallet.svg +1 -1
  175. package/symbols/icons/warning-fill.svg +1 -1
  176. package/symbols/icons/warning.svg +1 -1
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11.6067 7.05332C12.1267 7.57332 12.1267 8.41332 11.6067 8.93332C11.08 9.45332 10.24 9.45332 9.72 8.93332C9.19333 8.40666 9.19333 7.56666 9.72 7.04666C10.24 6.51999 11.08 6.51999 11.6 7.04666M5.33333 4.66666H10.6667C12.5067 4.66666 14 6.15332 14 7.99999C14 9.83999 12.5067 11.3333 10.6667 11.3333H5.33333C3.49267 11.3333 2 9.83999 2 7.99999C2 6.15332 3.49267 4.66666 5.33333 4.66666Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M11.6067 7.05329C12.1267 7.57329 12.1267 8.41329 11.6067 8.93329C11.08 9.45329 10.24 9.45329 9.72 8.93329C9.19333 8.40663 9.19333 7.56663 9.72 7.04663C10.24 6.51996 11.08 6.51996 11.6 7.04663M5.33333 4.66663H10.6667C12.5067 4.66663 14 6.15329 14 7.99996C14 9.83996 12.5067 11.3333 10.6667 11.3333H5.33333C3.49267 11.3333 2 9.83996 2 7.99996C2 6.15329 3.49267 4.66663 5.33333 4.66663Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M1.9623 7.20071C5.72039 5.57779 8.22638 4.50786 9.48025 3.99093C13.0603 2.51498 13.8042 2.25859 14.2891 2.25012C14.3957 2.24826 14.6342 2.27445 14.7886 2.39868C14.919 2.50357 14.9549 2.64527 14.9721 2.74472C14.9893 2.84417 15.0107 3.07072 14.9937 3.24774C14.7996 5.26821 13.9602 10.1714 13.5331 12.4343C13.3524 13.3919 12.9966 13.7129 12.6521 13.7443C11.9035 13.8126 11.335 13.2539 10.6099 12.7828C9.47534 12.0456 8.83436 11.5867 7.73303 10.8674C6.46025 10.036 7.28534 9.57908 8.01069 8.83234C8.20052 8.63691 11.499 5.66314 11.5628 5.39337C11.5708 5.35963 11.5782 5.23387 11.5028 5.16746C11.4275 5.10106 11.3162 5.12376 11.2359 5.14183C11.1221 5.16743 9.30958 6.3549 5.79828 8.70424C5.2838 9.05442 4.81779 9.22503 4.40027 9.21609C3.93998 9.20624 3.05457 8.95813 2.39636 8.74606C1.58904 8.48594 0.947397 8.34842 1.00327 7.90666C1.03237 7.67656 1.35205 7.44125 1.9623 7.20071Z" fill="black"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.9623 7.20068C5.72039 5.57776 8.22638 4.50783 9.48025 3.9909C13.0603 2.51495 13.8042 2.25856 14.2891 2.25009C14.3957 2.24823 14.6342 2.27442 14.7886 2.39865C14.919 2.50354 14.9549 2.64524 14.9721 2.74469C14.9893 2.84414 15.0107 3.07069 14.9937 3.24771C14.7996 5.26817 13.9602 10.1713 13.5331 12.4343C13.3524 13.3918 12.9966 13.7129 12.6521 13.7443C11.9035 13.8126 11.335 13.2539 10.6099 12.7828C9.47534 12.0456 8.83436 11.5867 7.73303 10.8673C6.46025 10.036 7.28534 9.57905 8.01069 8.83231C8.20052 8.63688 11.499 5.66311 11.5628 5.39334C11.5708 5.3596 11.5782 5.23384 11.5028 5.16743C11.4275 5.10103 11.3162 5.12373 11.2359 5.14179C11.1221 5.1674 9.30958 6.35487 5.79828 8.70421C5.2838 9.05439 4.81779 9.225 4.40027 9.21606C3.93998 9.20621 3.05457 8.9581 2.39636 8.74603C1.58904 8.48591 0.947397 8.34839 1.00327 7.90663C1.03237 7.67653 1.35205 7.44122 1.9623 7.20068Z" fill="black"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.88668 9.99999L11.22 13.3333C11.7667 13.88 12.6667 13.88 13.22 13.3333C13.7667 12.78 13.7667 11.88 13.22 11.3333L9.88668 7.99999M4.56002 4.66666L6.89335 6.99999M13.94 3.89332C13.9533 3.90666 13.9667 3.92666 13.9733 3.94666C14.2867 4.98666 14.04 6.16666 13.2133 6.98666C12.3733 7.81999 11.1867 8.05932 10.1333 7.72666L4.56868 13.2867C4.02202 13.8267 3.14201 13.8667 2.58201 13.3467C1.98868 12.7933 1.97535 11.8733 2.54201 11.3067L8.12868 5.71332C7.79535 4.65999 8.03535 3.46666 8.86868 2.63332C9.68868 1.80799 10.8687 1.55999 11.9087 1.87332C11.9287 1.87999 11.9487 1.88666 11.962 1.90666L12.0687 2.01332C12.1153 2.05999 12.1153 2.14666 12.0687 2.19999L10.3067 3.95332L11.8533 5.49999L13.6067 3.73999C13.6533 3.68666 13.74 3.68666 13.7933 3.73999L13.9 3.84666L13.94 3.89332ZM1.95335 2.85999L2.40002 4.20666C2.48668 4.47332 2.74001 4.65999 3.02668 4.65999H4.54602V3.14066C4.54602 2.85399 4.35935 2.59399 4.08602 2.50732L2.73268 2.05399C2.61268 2.01399 2.47935 2.04066 2.38602 2.13466L2.00602 2.50799C1.91268 2.59466 1.87935 2.72799 1.92535 2.84799L1.95335 2.85999Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M7.88668 10.0001L11.22 13.3334C11.7667 13.8801 12.6667 13.8801 13.22 13.3334C13.7667 12.7801 13.7667 11.8801 13.22 11.3334L9.88668 8.00005M4.56002 4.66672L6.89335 7.00005M13.94 3.89338C13.9533 3.90672 13.9667 3.92672 13.9733 3.94672C14.2867 4.98672 14.04 6.16672 13.2133 6.98672C12.3733 7.82005 11.1867 8.05938 10.1333 7.72672L4.56868 13.2867C4.02202 13.8267 3.14201 13.8667 2.58201 13.3467C1.98868 12.7934 1.97535 11.8734 2.54201 11.3067L8.12868 5.71338C7.79535 4.66005 8.03535 3.46672 8.86868 2.63338C9.68868 1.80805 10.8687 1.56005 11.9087 1.87338C11.9287 1.88005 11.9487 1.88672 11.962 1.90672L12.0687 2.01338C12.1153 2.06005 12.1153 2.14672 12.0687 2.20005L10.3067 3.95338L11.8533 5.50005L13.6067 3.74005C13.6533 3.68672 13.74 3.68672 13.7933 3.74005L13.9 3.84672L13.94 3.89338ZM1.95335 2.86005L2.40002 4.20672C2.48668 4.47338 2.74001 4.66005 3.02668 4.66005H4.54602V3.14072C4.54602 2.85405 4.35935 2.59405 4.08602 2.50738L2.73268 2.05405C2.61268 2.01405 2.47935 2.04072 2.38602 2.13472L2.00602 2.50805C1.91268 2.59472 1.87935 2.72805 1.92535 2.84805L1.95335 2.86005Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.33331 9.33334L3.33331 11.3333M3.33331 11.3333L5.33331 13.3333M3.33331 11.3333H12.6666M10.6666 6.66668L12.6666 4.66668M12.6666 4.66668L10.6666 2.66668M12.6666 4.66668L3.33331 4.66668" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M5.33331 13.3334L3.33331 11.3334L5.33331 9.33337M3.33331 11.3334H12.6666M10.6666 2.66671L12.6666 4.66671L10.6666 6.66671M12.6666 4.66671L3.33331 4.66671" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.66681 5.33328L4.66681 3.33328M4.66681 3.33328L2.66681 5.33328M4.66681 3.33328V12.6666M9.33348 10.6666L11.3335 12.6666M11.3335 12.6666L13.3335 10.6666M11.3335 12.6666L11.3335 3.33328" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M2.66681 5.33325L4.66681 3.33325L6.66681 5.33325M4.66681 3.33325V12.6666M13.3335 10.6666L11.3335 12.6666L9.33348 10.6666M11.3335 12.6666L11.3335 3.33325" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.0375 11.5116L8.81967 4.79844C8.42653 4.17269 7.51386 4.17485 7.12368 4.80244L2.94998 11.5156C2.53583 12.1818 3.01485 13.0436 3.79923 13.0436H12.1907C12.9772 13.0436 13.4559 12.1776 13.0375 11.5116Z" fill="black"/>
2
+ <path d="M13.0375 11.5117L8.81967 4.79847C8.42653 4.17272 7.51386 4.17488 7.12368 4.80247L2.94998 11.5157C2.53583 12.1818 3.01485 13.0437 3.79923 13.0437H12.1907C12.9772 13.0437 13.4559 12.1776 13.0375 11.5117Z" fill="black"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.66659 2.66666H9.33325C9.69992 2.66666 9.99992 2.95999 9.99992 3.33332V9.99999H1.33325M3.33325 12.94H1.99992C1.63192 12.94 1.33325 12.64 1.33325 12.2733V8.65999M9.99992 4.66666H12.8819C13.1486 4.66666 13.3953 4.82666 13.4953 5.07999L14.5619 7.75332C14.6219 7.90666 14.6553 8.07332 14.6553 8.24666V12.212C14.6553 12.5787 14.3553 12.8787 13.9886 12.8787H12.7619M10.6666 12.9467H5.44659M14.6666 9.33332H11.9999V6.66666H14.1333M1.33325 2.66666H4.66659M1.33325 4.66666H3.33325M1.99992 6.66666H1.33325M12.4693 12.1933C12.8759 12.6 12.8759 13.2733 12.4693 13.6867C12.0559 14.0933 11.3826 14.0933 10.9759 13.6867C10.5626 13.2733 10.5626 12.6 10.9759 12.1933C11.3826 11.78 12.0559 11.78 12.4693 12.1933ZM5.13592 12.1933C5.54259 12.6 5.54259 13.2733 5.13592 13.6867C4.72259 14.0933 4.04925 14.0933 3.64259 13.6867C3.22925 13.2733 3.22925 12.6 3.64259 12.1933C4.04925 11.78 4.72259 11.78 5.13592 12.1933Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M6.66659 2.66663H9.33325C9.69992 2.66663 9.99992 2.95996 9.99992 3.33329V9.99996H1.33325M3.33325 12.94H1.99992C1.63192 12.94 1.33325 12.64 1.33325 12.2733V8.65996M9.99992 4.66663H12.8819C13.1486 4.66663 13.3953 4.82663 13.4953 5.07996L14.5619 7.75329C14.6219 7.90663 14.6553 8.07329 14.6553 8.24663V12.212C14.6553 12.5786 14.3553 12.8786 13.9886 12.8786H12.7619M10.6666 12.9466H5.44659M14.6666 9.33329H11.9999V6.66663H14.1333M1.33325 2.66663H4.66659M1.33325 4.66663H3.33325M1.99992 6.66663H1.33325M12.4693 12.1933C12.8759 12.6 12.8759 13.2733 12.4693 13.6866C12.0559 14.0933 11.3826 14.0933 10.9759 13.6866C10.5626 13.2733 10.5626 12.6 10.9759 12.1933C11.3826 11.78 12.0559 11.78 12.4693 12.1933ZM5.13592 12.1933C5.54259 12.6 5.54259 13.2733 5.13592 13.6866C4.72259 14.0933 4.04925 14.0933 3.64259 13.6866C3.22925 13.2733 3.22925 12.6 3.64259 12.1933C4.04925 11.78 4.72259 11.78 5.13592 12.1933Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.99996 11.3333C7.55793 11.3333 7.13401 11.5089 6.82145 11.8215C6.50889 12.1341 6.33329 12.558 6.33329 13C6.33329 13.442 6.50889 13.866 6.82145 14.1785C7.13401 14.4911 7.55793 14.6667 7.99996 14.6667C8.44199 14.6667 8.86591 14.4911 9.17847 14.1785C9.49103 13.866 9.66663 13.442 9.66663 13C9.66663 12.558 9.49103 12.1341 9.17847 11.8215C8.86591 11.5089 8.44199 11.3333 7.99996 11.3333ZM7.99996 11.3333V1.33334M7.99996 1.33334L9.49996 2.83334M7.99996 1.33334L6.49996 2.83334M7.99996 10.1467L5.37329 9.56001C4.75996 9.42001 4.32663 8.88001 4.32663 8.25334V7.32001M7.99996 9.10001L10.7133 8.28001C11.2733 8.10668 11.66 7.58668 11.66 7.00001V6.32001M11.1666 4.00001H12.1666C12.5348 4.00001 12.8333 4.29849 12.8333 4.66668V5.66668C12.8333 6.03487 12.5348 6.33334 12.1666 6.33334H11.1666C10.7984 6.33334 10.5 6.03487 10.5 5.66668V4.66668C10.5 4.29849 10.7984 4.00001 11.1666 4.00001ZM4.33329 5.00001C4.02387 5.00001 3.72713 5.12293 3.50833 5.34172C3.28954 5.56051 3.16663 5.85726 3.16663 6.16668C3.16663 6.4761 3.28954 6.77284 3.50833 6.99164C3.72713 7.21043 4.02387 7.33334 4.33329 7.33334C4.64271 7.33334 4.93946 7.21043 5.15825 6.99164C5.37704 6.77284 5.49996 6.4761 5.49996 6.16668C5.49996 5.85726 5.37704 5.56051 5.15825 5.34172C4.93946 5.12293 4.64271 5.00001 4.33329 5.00001Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.00002 11.3334C7.55799 11.3334 7.13407 11.509 6.82151 11.8215C6.50895 12.1341 6.33335 12.558 6.33335 13C6.33335 13.4421 6.50895 13.866 6.82151 14.1786C7.13407 14.4911 7.55799 14.6667 8.00002 14.6667C8.44205 14.6667 8.86597 14.4911 9.17853 14.1786C9.49109 13.866 9.66669 13.4421 9.66669 13C9.66669 12.558 9.49109 12.1341 9.17853 11.8215C8.86597 11.509 8.44205 11.3334 8.00002 11.3334ZM8.00002 11.3334V1.33337M6.50002 2.83337L8.00002 1.33337L9.50002 2.83337M8.00002 10.1467L5.37335 9.56004C4.76002 9.42004 4.32669 8.88004 4.32669 8.25337V7.32004M8.00002 9.10004L10.7134 8.28004C11.2734 8.10671 11.66 7.58671 11.66 7.00004V6.32004M11.1667 4.00004H12.1667C12.5349 4.00004 12.8334 4.29852 12.8334 4.66671V5.66671C12.8334 6.0349 12.5349 6.33337 12.1667 6.33337H11.1667C10.7985 6.33337 10.5 6.0349 10.5 5.66671V4.66671C10.5 4.29852 10.7985 4.00004 11.1667 4.00004ZM4.33335 5.00004C4.02393 5.00004 3.72719 5.12296 3.5084 5.34175C3.2896 5.56054 3.16669 5.85729 3.16669 6.16671C3.16669 6.47613 3.2896 6.77287 3.5084 6.99167C3.72719 7.21046 4.02393 7.33337 4.33335 7.33337C4.64277 7.33337 4.93952 7.21046 5.15831 6.99167C5.3771 6.77287 5.50002 6.47613 5.50002 6.16671C5.50002 5.85729 5.3771 5.56054 5.15831 5.34175C4.93952 5.12296 4.64277 5.00004 4.33335 5.00004Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11.3333 13.3333C11.3333 11.6667 9.99998 10.4 8.39998 10.4H4.99998C3.33332 10.4 2.06665 11.7333 2.06665 13.3333M11.3333 7.99999H14.6666M14.6666 7.99999L13.3333 9.33332M14.6666 7.99999L13.3333 6.66665M4.66665 3.59999C3.59998 4.66665 3.59998 6.46665 4.66665 7.53332C5.73332 8.59999 7.53332 8.59999 8.59998 7.53332C9.66665 6.46665 9.66665 4.66665 8.59998 3.59999C7.53332 2.53332 5.79998 2.53332 4.66665 3.59999Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M11.3333 13.3334C11.3333 11.6667 9.99998 10.4 8.39998 10.4H4.99998C3.33332 10.4 2.06665 11.7334 2.06665 13.3334M11.3333 8.00005H14.6666M13.3333 6.66672L14.6666 8.00005L13.3333 9.33338M4.66665 3.60005C3.59998 4.66672 3.59998 6.46672 4.66665 7.53338C5.73332 8.60005 7.53332 8.60005 8.59998 7.53338C9.66665 6.46672 9.66665 4.66672 8.59998 3.60005C7.53332 2.53338 5.79998 2.53338 4.66665 3.60005Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.66663 13.3333C2.66663 11.6733 4.00663 10.3333 5.66663 10.3333H7.38863M12.6666 11.292L10.6666 13.292L9.46663 12.092M7.99996 2.66666C7.62788 2.66666 7.25945 2.73994 6.91569 2.88233C6.57193 3.02472 6.25959 3.23342 5.99649 3.49652C5.73339 3.75962 5.52469 4.07196 5.3823 4.41572C5.23991 4.75948 5.16663 5.12791 5.16663 5.49999C5.16663 5.87207 5.23991 6.2405 5.3823 6.58426C5.52469 6.92802 5.73339 7.24036 5.99649 7.50346C6.25959 7.76656 6.57193 7.97526 6.91569 8.11765C7.25945 8.26004 7.62788 8.33332 7.99996 8.33332C8.37204 8.33332 8.74047 8.26004 9.08423 8.11765C9.42799 7.97526 9.74033 7.76656 10.0034 7.50346C10.2665 7.24036 10.4752 6.92802 10.6176 6.58426C10.76 6.2405 10.8333 5.87207 10.8333 5.49999C10.8333 5.12791 10.76 4.75948 10.6176 4.41572C10.4752 4.07196 10.2665 3.75962 10.0034 3.49652C9.74033 3.23342 9.42799 3.02472 9.08423 2.88233C8.74047 2.73994 8.37204 2.66666 7.99996 2.66666Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M2.66663 13.3333C2.66663 11.6733 4.00663 10.3333 5.66663 10.3333H7.38863M12.6666 11.292L10.6666 13.292L9.46663 12.092M7.99996 2.66663C7.62788 2.66663 7.25945 2.73991 6.91569 2.8823C6.57193 3.02469 6.25959 3.23339 5.99649 3.49649C5.73339 3.75959 5.52469 4.07193 5.3823 4.41569C5.23991 4.75945 5.16663 5.12788 5.16663 5.49996C5.16663 5.87204 5.23991 6.24047 5.3823 6.58423C5.52469 6.92799 5.73339 7.24033 5.99649 7.50343C6.25959 7.76653 6.57193 7.97523 6.91569 8.11762C7.25945 8.26001 7.62788 8.33329 7.99996 8.33329C8.37204 8.33329 8.74047 8.26001 9.08423 8.11762C9.42799 7.97523 9.74033 7.76653 10.0034 7.50343C10.2665 7.24033 10.4752 6.92799 10.6176 6.58423C10.76 6.24047 10.8333 5.87204 10.8333 5.49996C10.8333 5.12788 10.76 4.75945 10.6176 4.41569C10.4752 4.07193 10.2665 3.75959 10.0034 3.49649C9.74033 3.23339 9.42799 3.02469 9.08423 2.8823C8.74047 2.73991 8.37204 2.66663 7.99996 2.66663Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.66663 13.3333C2.66663 11.6733 4.00663 10.3333 5.66663 10.3333H7.38863M10.4866 13.18L12.8466 10.82M10.4866 10.82L12.8466 13.18M7.99996 2.66666C7.62788 2.66666 7.25945 2.73994 6.91569 2.88233C6.57193 3.02472 6.25959 3.23342 5.99649 3.49652C5.73339 3.75962 5.52469 4.07196 5.3823 4.41572C5.23991 4.75948 5.16663 5.12791 5.16663 5.49999C5.16663 5.87207 5.23991 6.2405 5.3823 6.58426C5.52469 6.92802 5.73339 7.24036 5.99649 7.50346C6.25959 7.76656 6.57193 7.97526 6.91569 8.11765C7.25945 8.26004 7.62788 8.33332 7.99996 8.33332C8.37204 8.33332 8.74047 8.26004 9.08423 8.11765C9.42799 7.97526 9.74033 7.76656 10.0034 7.50346C10.2665 7.24036 10.4752 6.92802 10.6176 6.58426C10.76 6.2405 10.8333 5.87207 10.8333 5.49999C10.8333 5.12791 10.76 4.75948 10.6176 4.41572C10.4752 4.07196 10.2665 3.75962 10.0034 3.49652C9.74033 3.23342 9.42799 3.02472 9.08423 2.88233C8.74047 2.73994 8.37204 2.66666 7.99996 2.66666Z" stroke="black" stroke-width="1.3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M2.66663 13.3333C2.66663 11.6733 4.00663 10.3333 5.66663 10.3333H7.38863M10.4866 13.18L12.8466 10.82M10.4866 10.82L12.8466 13.18M7.99996 2.66663C7.62788 2.66663 7.25945 2.73991 6.91569 2.8823C6.57193 3.02469 6.25959 3.23339 5.99649 3.49649C5.73339 3.75959 5.52469 4.07193 5.3823 4.41569C5.23991 4.75945 5.16663 5.12788 5.16663 5.49996C5.16663 5.87204 5.23991 6.24047 5.3823 6.58423C5.52469 6.92799 5.73339 7.24033 5.99649 7.50343C6.25959 7.76653 6.57193 7.97523 6.91569 8.11762C7.25945 8.26001 7.62788 8.33329 7.99996 8.33329C8.37204 8.33329 8.74047 8.26001 9.08423 8.11762C9.42799 7.97523 9.74033 7.76653 10.0034 7.50343C10.2665 7.24033 10.4752 6.92799 10.6176 6.58423C10.76 6.24047 10.8333 5.87204 10.8333 5.49996C10.8333 5.12788 10.76 4.75945 10.6176 4.41569C10.4752 4.07193 10.2665 3.75959 10.0034 3.49649C9.74033 3.23339 9.42799 3.02469 9.08423 2.8823C8.74047 2.73991 8.37204 2.66663 7.99996 2.66663Z" stroke="black" stroke-width="1.3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.33337 13.3333C3.33337 11.6667 4.66671 10.4 6.26671 10.4H9.66671C11.3334 10.4 12.6 11.7333 12.6 13.3333M10 3.46666C11.1334 4.59999 11.1334 6.39999 10 7.46666C8.86671 8.53332 7.06671 8.59999 6.00004 7.46666C4.93337 6.33332 4.86671 4.53332 6.00004 3.46666C7.13337 2.39999 8.86671 2.39999 10 3.46666Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3.33337 13.3333C3.33337 11.6666 4.66671 10.4 6.26671 10.4H9.66671C11.3334 10.4 12.6 11.7333 12.6 13.3333M10 3.46663C11.1334 4.59996 11.1334 6.39996 10 7.46663C8.86671 8.53329 7.06671 8.59996 6.00004 7.46663C4.93337 6.33329 4.86671 4.53329 6.00004 3.46663C7.13337 2.39996 8.86671 2.39996 10 3.46663Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M1.9975 4.66529H12.6686C13.4053 4.66529 14.0025 5.2625 14.0025 5.99918V12.3352C14.0025 13.256 13.256 14.0025 12.3351 14.0025H8.66694M11.3347 4.66529V3.99835C11.3347 3.26166 10.7375 2.66446 10.0008 2.66446H3.66486C2.744 2.66446 1.9975 3.41096 1.9975 4.33182V10.0008M6.66611 12.6686H1.9975M6.66611 12.6686L5.33222 14.0025M6.66611 12.6686L5.33222 11.3347M11.3342 9.3339H10.6676" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M1.99756 4.66526H12.6687C13.4054 4.66526 14.0026 5.26246 14.0026 5.99915V12.3351C14.0026 13.256 13.2561 14.0025 12.3352 14.0025H8.667M11.3348 4.66526V3.99832C11.3348 3.26163 10.7376 2.66443 10.0009 2.66443H3.66492C2.74406 2.66443 1.99756 3.41093 1.99756 4.33179V10.0008M6.66617 12.6686H1.99756M5.33228 11.3347L6.66617 12.6686L5.33228 14.0025M11.3343 9.33387H10.6676" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.58667 12.08L2.33333 13.3333M2 7.33332V4.33332C2 3.40666 2.74 2.66666 3.66667 2.66666H11.6667C12.5867 2.66666 13.3333 3.40666 13.3333 4.33332V6.33332M13.3333 6.33332L12.3333 6.33332C11.4067 6.33332 10.6667 7.07332 10.6667 7.99999C10.6667 8.91999 11.4067 9.66666 12.3333 9.66666H13.3333M13.3333 6.33332C13.7 6.33332 14 6.62666 14 6.99999V8.99999C14 9.36666 13.7 9.66666 13.3333 9.66666M13.3333 9.66666V11.6667C13.3333 12.5867 12.5867 13.3333 11.6667 13.3333H8.66667M5 8.66666C4.46957 8.66666 3.96086 8.87737 3.58579 9.25244C3.21071 9.62752 3 10.1362 3 10.6667C3 11.1971 3.21071 11.7058 3.58579 12.0809C3.96086 12.4559 4.46957 12.6667 5 12.6667C5.53043 12.6667 6.03914 12.4559 6.41421 12.0809C6.78929 11.7058 7 11.1971 7 10.6667C7 10.1362 6.78929 9.62752 6.41421 9.25244C6.03914 8.87737 5.53043 8.66666 5 8.66666Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3.58667 12.08L2.33333 13.3333M2 7.33329V4.33329C2 3.40663 2.74 2.66663 3.66667 2.66663H11.6667C12.5867 2.66663 13.3333 3.40663 13.3333 4.33329V6.33329M13.3333 6.33329L12.3333 6.33329C11.4067 6.33329 10.6667 7.07329 10.6667 7.99996C10.6667 8.91996 11.4067 9.66663 12.3333 9.66663H13.3333M13.3333 6.33329C13.7 6.33329 14 6.62663 14 6.99996V8.99996C14 9.36663 13.7 9.66663 13.3333 9.66663M13.3333 9.66663V11.6666C13.3333 12.5866 12.5867 13.3333 11.6667 13.3333H8.66667M5 8.66663C4.46957 8.66663 3.96086 8.87734 3.58579 9.25241C3.21071 9.62749 3 10.1362 3 10.6666C3 11.1971 3.21071 11.7058 3.58579 12.0808C3.96086 12.4559 4.46957 12.6666 5 12.6666C5.53043 12.6666 6.03914 12.4559 6.41421 12.0808C6.78929 11.7058 7 11.1971 7 10.6666C7 10.1362 6.78929 9.62749 6.41421 9.25241C6.03914 8.87734 5.53043 8.66663 5 8.66663Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11.0633 8.74995C10.9233 8.74995 10.81 8.85662 10.81 8.99662C10.81 9.12995 10.9167 9.24662 11.06 9.24328C11.1933 9.24328 11.31 9.12995 11.31 8.99328C11.31 8.85328 11.1967 8.74328 11.0567 8.74328M2 3.33328V12.3333C2 13.0666 2.59667 13.6666 3.33333 13.6666H12.6667C13.4 13.6666 14 13.0666 14 12.3333V5.66662C14 4.92662 13.4 4.33328 12.6667 4.33328H3C2.44667 4.33328 2 3.87995 2 3.33328ZM2 3.33328C2 2.77995 2.44667 2.33328 3 2.33328H11.3333" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M11.0633 8.74992C10.9233 8.74992 10.81 8.85658 10.81 8.99658C10.81 9.12992 10.9167 9.24658 11.06 9.24325C11.1933 9.24325 11.31 9.12992 11.31 8.99325C11.31 8.85325 11.1967 8.74325 11.0567 8.74325M2 3.33325V12.3333C2 13.0666 2.59667 13.6666 3.33333 13.6666H12.6667C13.4 13.6666 14 13.0666 14 12.3333V5.66659C14 4.92659 13.4 4.33325 12.6667 4.33325H3C2.44667 4.33325 2 3.87992 2 3.33325ZM2 3.33325C2 2.77992 2.44667 2.33325 3 2.33325H11.3333" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.77291 2.50561C8.98343 1.11759 6.98413 1.11378 6.19832 2.50659L6.19759 2.5079L1.09986 11.4411C0.3156 12.8131 1.30617 14.5206 2.88656 14.5206H13.0992C14.6752 14.5206 15.6713 12.8088 14.8865 11.4409L9.77291 2.50561ZM8.50014 6.25333C8.50014 5.97718 8.27628 5.75333 8.00014 5.75333C7.72399 5.75333 7.50014 5.97718 7.50014 6.25333V8.74666C7.50014 9.0228 7.72399 9.24666 8.00014 9.24666C8.27628 9.24666 8.50014 9.0228 8.50014 8.74666V6.25333ZM7.99347 10.25L7.99009 10.25L7.9868 10.25C7.9729 10.25 7.95913 10.2506 7.94552 10.2517C7.59861 10.2761 7.3268 10.5633 7.3268 10.9167C7.3268 11.2665 7.61117 11.5833 7.99347 11.5833C8.19023 11.5833 8.35408 11.4948 8.46286 11.386C8.57163 11.2773 8.66014 11.1134 8.66014 10.9167C8.66014 10.5434 8.36521 10.2798 8.04248 10.2524C8.02635 10.2508 8.01 10.25 7.99347 10.25Z" fill="black"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.77291 2.50564C8.98343 1.11762 6.98413 1.11381 6.19832 2.50662L6.19759 2.50793L1.09986 11.4411C0.3156 12.8131 1.30617 14.5207 2.88656 14.5207H13.0992C14.6752 14.5207 15.6713 12.8088 14.8865 11.441L9.77291 2.50564ZM8.50014 6.25336C8.50014 5.97721 8.27628 5.75336 8.00014 5.75336C7.72399 5.75336 7.50014 5.97721 7.50014 6.25336V8.74669C7.50014 9.02283 7.72399 9.24669 8.00014 9.24669C8.27628 9.24669 8.50014 9.02283 8.50014 8.74669V6.25336ZM7.99347 10.25L7.99009 10.25L7.9868 10.25C7.9729 10.25 7.95913 10.2506 7.94552 10.2517C7.59861 10.2761 7.3268 10.5633 7.3268 10.9167C7.3268 11.2665 7.61117 11.5834 7.99347 11.5834C8.19023 11.5834 8.35408 11.4949 8.46286 11.3861C8.57163 11.2773 8.66014 11.1135 8.66014 10.9167C8.66014 10.5435 8.36521 10.2799 8.04248 10.2524C8.02635 10.2508 8.01 10.25 7.99347 10.25Z" fill="black"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.00001 8.74668V6.25335M7.99335 10.75C7.90001 10.75 7.82668 10.8233 7.82668 10.9167C7.82668 11.0033 7.90001 11.0833 7.99335 11.0833C8.08001 11.0833 8.16001 11.0033 8.16001 10.9167C8.16001 10.8233 8.08001 10.75 7.98668 10.75M9.35268 2.75335L14.4527 11.6893C15.046 12.7227 14.2927 14.0207 13.0993 14.0207H2.88668C1.69001 14.0207 0.940014 12.728 1.53401 11.6893L6.63335 2.75335C7.22668 1.70002 8.74001 1.70002 9.33868 2.75335H9.35268Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.00001 8.74665V6.25332M7.99335 10.75C7.90001 10.75 7.82668 10.8233 7.82668 10.9167C7.82668 11.0033 7.90001 11.0833 7.99335 11.0833C8.08001 11.0833 8.16001 11.0033 8.16001 10.9167C8.16001 10.8233 8.08001 10.75 7.98668 10.75M9.35268 2.75332L14.4527 11.6893C15.046 12.7227 14.2927 14.0207 13.0993 14.0207H2.88668C1.69001 14.0207 0.940014 12.728 1.53401 11.6893L6.63335 2.75332C7.22668 1.69998 8.74001 1.69998 9.33868 2.75332H9.35268Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>