@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="M5.5 12H12.1667M5.5 12C4.85567 12 4.33333 12.5223 4.33333 13.1667C4.33333 13.811 4.85567 14.3333 5.5 14.3333C6.14433 14.3333 6.66667 13.811 6.66667 13.1667C6.66667 12.5223 6.14433 12 5.5 12ZM12.1667 12C11.5223 12 11 12.5223 11 13.1667C11 13.811 11.5223 14.3333 12.1667 14.3333C12.811 14.3333 13.3333 13.811 13.3333 13.1667C13.3333 12.5223 12.811 12 12.1667 12ZM3.76188 4.66666H5.33329M8.66667 3.99999V7.33332M8.66667 7.33332L7.33333 5.99999M8.66667 7.33332L10 5.99999M5.33333 12L3.33333 2.66666H2M12 4.66666H13.333C13.5401 4.66666 13.7355 4.76292 13.8617 4.92715C13.9878 5.09138 14.0305 5.30493 13.9771 5.50505L12.9109 9.50506C12.8331 9.79692 12.5687 9.99999 12.2667 9.99999H4.90479" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M5.5 12H12.1667M5.5 12C4.85567 12 4.33333 12.5224 4.33333 13.1667C4.33333 13.811 4.85567 14.3334 5.5 14.3334C6.14433 14.3334 6.66667 13.811 6.66667 13.1667C6.66667 12.5224 6.14433 12 5.5 12ZM12.1667 12C11.5223 12 11 12.5224 11 13.1667C11 13.811 11.5223 14.3334 12.1667 14.3334C12.811 14.3334 13.3333 13.811 13.3333 13.1667C13.3333 12.5224 12.811 12 12.1667 12ZM3.76188 4.66669H5.33329M8.66667 4.00002V7.33335M10 6.00002L8.66667 7.33335L7.33333 6.00002M5.33333 12L3.33333 2.66669H2M12 4.66669H13.333C13.5401 4.66669 13.7355 4.76295 13.8617 4.92718C13.9878 5.09141 14.0305 5.30496 13.9771 5.50508L12.9109 9.50509C12.8331 9.79695 12.5687 10 12.2667 10H4.90479" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.28923 9.57564L8.25818 8.70504V10.3317L9.28923 9.57564Z" fill="black"/>
3
- <path d="M8.25818 5.66829V7.29498L9.28923 6.42437L8.25818 5.66829Z" fill="black"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.99998 14.4C11.5345 14.4 14.4 11.5346 14.4 8.00001C14.4 4.46539 11.5345 1.60001 7.99998 1.60001C4.46541 1.60001 1.59998 4.46539 1.59998 8.00001C1.59998 11.5346 4.46541 14.4 7.99998 14.4ZM8.0783 4.4452C7.9447 4.34713 7.76716 4.33257 7.61931 4.40753C7.47146 4.48248 7.3781 4.63421 7.3781 4.80001V6.81014L6.28376 5.88607C6.09822 5.72928 5.82068 5.75269 5.66384 5.93836C5.50701 6.12401 5.53044 6.40162 5.71619 6.5584L7.3781 7.96192V8.03809L5.71619 9.44161C5.53044 9.59839 5.50701 9.87601 5.66384 10.0617C5.82068 10.2473 6.09822 10.2707 6.28376 10.1139L7.3781 9.18987V11.2C7.3781 11.3658 7.47146 11.5175 7.61931 11.5925C7.76716 11.6674 7.9447 11.6529 8.0783 11.5548L10.2601 9.95482C10.3689 9.87508 10.4351 9.74986 10.4396 9.61507C10.4427 9.52674 10.4191 9.4407 10.3734 9.36739C10.3494 9.32884 10.3193 9.29381 10.2838 9.26382L8.78728 8.00001L10.2838 6.73619C10.3869 6.64918 10.4443 6.51971 10.4396 6.38494C10.4351 6.25015 10.3689 6.12493 10.2601 6.0452L8.0783 4.4452Z" fill="black"/>
2
+ <path d="M9.28923 9.57561L8.25818 8.70501V10.3317L9.28923 9.57561Z" fill="black"/>
3
+ <path d="M8.25818 5.66826V7.29495L9.28923 6.42434L8.25818 5.66826Z" fill="black"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.99998 14.4C11.5345 14.4 14.4 11.5346 14.4 7.99998C14.4 4.46536 11.5345 1.59998 7.99998 1.59998C4.46541 1.59998 1.59998 4.46536 1.59998 7.99998C1.59998 11.5346 4.46541 14.4 7.99998 14.4ZM8.0783 4.44517C7.9447 4.34709 7.76716 4.33254 7.61931 4.4075C7.47146 4.48245 7.3781 4.63418 7.3781 4.79998V6.81011L6.28376 5.88604C6.09822 5.72925 5.82068 5.75266 5.66384 5.93833C5.50701 6.12397 5.53044 6.40159 5.71619 6.55837L7.3781 7.96189V8.03806L5.71619 9.44158C5.53044 9.59836 5.50701 9.87598 5.66384 10.0616C5.82068 10.2473 6.09822 10.2707 6.28376 10.1139L7.3781 9.18984V11.2C7.3781 11.3658 7.47146 11.5175 7.61931 11.5925C7.76716 11.6674 7.9447 11.6529 8.0783 11.5548L10.2601 9.95479C10.3689 9.87505 10.4351 9.74983 10.4396 9.61504C10.4427 9.52671 10.4191 9.44067 10.3734 9.36736C10.3494 9.32881 10.3193 9.29377 10.2838 9.26379L8.78728 7.99998L10.2838 6.73616C10.3869 6.64915 10.4443 6.51968 10.4396 6.38491C10.4351 6.25012 10.3689 6.1249 10.2601 6.04517L8.0783 4.44517Z" fill="black"/>
5
5
  </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.33333 11.6666L3.33333 2.33331H2M5.5 11.6666H12.1667M5.5 11.6666C5.19058 11.6666 4.89383 11.7896 4.67504 12.0084C4.45625 12.2271 4.33333 12.5239 4.33333 12.8333C4.33333 13.1427 4.45625 13.4395 4.67504 13.6583C4.89383 13.8771 5.19058 14 5.5 14C5.80942 14 6.10617 13.8771 6.32496 13.6583C6.54375 13.4395 6.66667 13.1427 6.66667 12.8333C6.66667 12.5239 6.54375 12.2271 6.32496 12.0084C6.10617 11.7896 5.80942 11.6666 5.5 11.6666ZM12.1667 11.6666C11.8572 11.6666 11.5605 11.7896 11.3417 12.0084C11.1229 12.2271 11 12.5239 11 12.8333C11 13.1427 11.1229 13.4395 11.3417 13.6583C11.5605 13.8771 11.8572 14 12.1667 14C12.4761 14 12.7728 13.8771 12.9916 13.6583C13.2104 13.4395 13.3333 13.1427 13.3333 12.8333C13.3333 12.5239 13.2104 12.2271 12.9916 12.0084C12.7728 11.7896 12.4761 11.6666 12.1667 11.6666ZM3.76 4.33331H13.3267C13.6933 4.32665 13.9933 4.62665 13.9933 4.99331C13.9933 5.04665 13.98 5.10665 13.9667 5.15998L12.9 9.15998C12.82 9.44665 12.5533 9.65331 12.2533 9.65331H4.88667" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M5.33333 11.6667L3.33333 2.33337H2M5.5 11.6667H12.1667M5.5 11.6667C5.19058 11.6667 4.89383 11.7896 4.67504 12.0084C4.45625 12.2272 4.33333 12.524 4.33333 12.8334C4.33333 13.1428 4.45625 13.4395 4.67504 13.6583C4.89383 13.8771 5.19058 14 5.5 14C5.80942 14 6.10617 13.8771 6.32496 13.6583C6.54375 13.4395 6.66667 13.1428 6.66667 12.8334C6.66667 12.524 6.54375 12.2272 6.32496 12.0084C6.10617 11.7896 5.80942 11.6667 5.5 11.6667ZM12.1667 11.6667C11.8572 11.6667 11.5605 11.7896 11.3417 12.0084C11.1229 12.2272 11 12.524 11 12.8334C11 13.1428 11.1229 13.4395 11.3417 13.6583C11.5605 13.8771 11.8572 14 12.1667 14C12.4761 14 12.7728 13.8771 12.9916 13.6583C13.2104 13.4395 13.3333 13.1428 13.3333 12.8334C13.3333 12.524 13.2104 12.2272 12.9916 12.0084C12.7728 11.7896 12.4761 11.6667 12.1667 11.6667ZM3.76 4.33337H13.3267C13.6933 4.32671 13.9933 4.62671 13.9933 4.99337C13.9933 5.04671 13.98 5.10671 13.9667 5.16004L12.9 9.16004C12.82 9.44671 12.5533 9.65337 12.2533 9.65337H4.88667" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,5 +1,5 @@
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.95941 10.3133L6.52157 7.6745C6.71917 7.46635 7.03704 7.46635 7.23413 7.6745L8.3161 8.78807C8.51369 8.99102 8.83156 8.99102 9.02865 8.78807L12.0406 5.68671M10.6958 5.69243H12.0401V7.0766" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3.95935 10.3133L6.52151 7.6745C6.71911 7.46635 7.03698 7.46635 7.23407 7.6745L8.31604 8.78807C8.51363 8.99102 8.8315 8.99102 9.02859 8.78807L12.0405 5.68671M10.6958 5.69243H12.04V7.0766" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  <mask id="path-2-inside-1_8174_813" fill="white">
4
4
  <path d="M0.900513 3.67187C0.900513 2.5673 1.79594 1.67188 2.90051 1.67188H13.0995C14.204 1.67188 15.0995 2.56731 15.0995 3.67188V12.3282C15.0995 13.4327 14.204 14.3282 13.0995 14.3282H2.90051C1.79594 14.3282 0.900513 13.4327 0.900513 12.3282V3.67187Z"/>
5
5
  </mask>
@@ -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.3334 4.33331L6.00002 11.6666L2.66669 8.33331" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M13.3334 4.33337L6.00002 11.6667L2.66669 8.33337" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,4 +1,4 @@
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.33325 10L7.99992 12.6667L10.6666 10" stroke="#E8E8E8" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M5.33325 6L7.99992 3.33333L10.6666 6" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M5.33331 10L7.99998 12.6667L10.6666 10" stroke="#E8E8E8" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M5.33331 6L7.99998 3.33333L10.6666 6" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
4
  </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.33337 6.66669L8.00004 9.33335L10.6667 6.66669" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M5.33337 6.66663L8.00004 9.33329L10.6667 6.66663" 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="M9.33329 5.33331L6.66663 7.99998L9.33329 10.6666" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M9.33329 5.33337L6.66663 8.00004L9.33329 10.6667" 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.66663 10.6666L9.33329 7.99998L6.66663 5.33331" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M6.66663 10.6667L9.33329 8.00004L6.66663 5.33337" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,4 +1,4 @@
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.33325 10L7.99992 12.6667L10.6666 10" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M5.33325 6L7.99992 3.33333L10.6666 6" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M5.33331 10L7.99998 12.6667L10.6666 10" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M5.33331 6L7.99998 3.33333L10.6666 6" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
4
  </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="M10.6667 9.33335L8.00004 6.66669L5.33337 9.33335" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M10.6667 9.33329L8.00004 6.66663L5.33337 9.33329" 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.66672 14.6666V13.3333M10.3334 14.6666V13.3333M8.00006 14.6666V13.3333M11.1734 14.6666H4.82006C4.08006 14.6666 3.48006 14.0666 3.48006 13.3333C3.47339 13.28 3.48006 13.2333 3.48672 13.18L3.72006 11.0326C3.86672 9.67931 5.00672 8.65931 6.36672 8.66065H9.59339C10.9467 8.65398 12.0934 9.68065 12.2467 11.0326L12.4801 13.18C12.5601 13.9066 12.0334 14.5666 11.3001 14.6466C11.2467 14.6466 11.1934 14.6533 11.1467 14.6533L11.1734 14.6666ZM8.00006 1.33331C8.54672 1.33331 9.00006 1.77998 9.00006 2.33331V6.33331C9.00006 6.51331 8.84672 6.66665 8.66672 6.66665H7.33339C7.14672 6.66665 7.00006 6.51331 7.00006 6.33331V2.33331C7.00006 1.77998 7.44672 1.33331 8.00006 1.33331ZM9.50006 8.66665H6.50006C6.12672 8.66665 5.82672 8.36665 5.82672 7.99998C5.82006 7.90665 5.84006 7.81998 5.87339 7.73998L6.14672 7.07331C6.24672 6.81998 6.48672 6.65998 6.76006 6.65998H9.20006C9.46672 6.65331 9.70672 6.81998 9.81339 7.06665L10.0867 7.73331C10.2267 8.06665 10.0667 8.45998 9.72672 8.59998C9.64006 8.63331 9.55339 8.64665 9.46672 8.64665L9.50006 8.66665Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M5.66672 14.6667V13.3334M10.3334 14.6667V13.3334M8.00006 14.6667V13.3334M11.1734 14.6667H4.82006C4.08006 14.6667 3.48006 14.0667 3.48006 13.3334C3.47339 13.28 3.48006 13.2334 3.48672 13.18L3.72006 11.0327C3.86672 9.67937 5.00672 8.65937 6.36672 8.66071H9.59339C10.9467 8.65404 12.0934 9.68071 12.2467 11.0327L12.4801 13.18C12.5601 13.9067 12.0334 14.5667 11.3001 14.6467C11.2467 14.6467 11.1934 14.6534 11.1467 14.6534L11.1734 14.6667ZM8.00006 1.33337C8.54672 1.33337 9.00006 1.78004 9.00006 2.33337V6.33337C9.00006 6.51337 8.84672 6.66671 8.66672 6.66671H7.33339C7.14672 6.66671 7.00006 6.51337 7.00006 6.33337V2.33337C7.00006 1.78004 7.44672 1.33337 8.00006 1.33337ZM9.50006 8.66671H6.50006C6.12672 8.66671 5.82672 8.36671 5.82672 8.00004C5.82006 7.90671 5.84006 7.82004 5.87339 7.74004L6.14672 7.07337C6.24672 6.82004 6.48672 6.66004 6.76006 6.66004H9.20006C9.46672 6.65337 9.70672 6.82004 9.81339 7.06671L10.0867 7.73337C10.2267 8.06671 10.0667 8.46004 9.72672 8.60004C9.64006 8.63337 9.55339 8.64671 9.46672 8.64671L9.50006 8.66671Z" 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="M8.96663 6.25335L5.27997 9.93935C4.84663 10.366 4.84663 11.0594 5.27997 11.486H5.2733C5.69997 11.9127 6.3933 11.9127 6.81997 11.486L12.5666 5.73535C13.42 4.87535 13.42 3.48868 12.5666 2.63535C12.56 2.62868 12.56 2.62868 12.56 2.62868C11.7 1.76868 10.3133 1.76868 9.45997 2.62202C9.4533 2.62202 9.4533 2.62202 9.4533 2.62202L3.69997 8.36869C2.4133 9.64869 2.4133 11.728 3.6933 13.008C4.9733 14.288 7.0533 14.288 8.3333 13.008C8.3333 13.0014 8.3333 13.0014 8.3333 13.0014L12.5333 8.80135" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.96663 6.25329L5.27997 9.93929C4.84663 10.366 4.84663 11.0593 5.27997 11.486H5.2733C5.69997 11.9126 6.3933 11.9126 6.81997 11.486L12.5666 5.73529C13.42 4.87529 13.42 3.48862 12.5666 2.63529C12.56 2.62862 12.56 2.62862 12.56 2.62862C11.7 1.76862 10.3133 1.76862 9.45997 2.62196C9.4533 2.62196 9.4533 2.62196 9.4533 2.62196L3.69997 8.36862C2.4133 9.64862 2.4133 11.728 3.6933 13.008C4.9733 14.288 7.0533 14.288 8.3333 13.008C8.3333 13.0013 8.3333 13.0013 8.3333 13.0013L12.5333 8.80129" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,6 +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.5 8C1.5 4.40353 4.41018 1.5 8 1.5C11.5901 1.5 14.5 4.40986 14.5 8C14.5 11.5901 11.5901 14.5 8 14.5C4.40353 14.5 1.5 11.5898 1.5 8Z" fill="black"/>
3
- <path d="M11.1 8H8H11.1Z" fill="black"/>
4
- <path d="M8 8V4.26666V8Z" fill="black"/>
5
- <path d="M11.1 8H8V4.26666" stroke="white" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.5C11.5901 1.5 14.5 4.40986 14.5 8C14.5 11.5901 11.5901 14.5 8 14.5C4.40353 14.5 1.5 11.5898 1.5 8C1.5 4.40353 4.41018 1.5 8 1.5ZM8 3.61621C7.64104 3.61621 7.34964 3.90764 7.34961 4.2666V8C7.34964 8.35896 7.64104 8.65039 8 8.65039H11.0996C11.4586 8.65039 11.75 8.35896 11.75 8C11.75 7.64104 11.4586 7.34961 11.0996 7.34961H8.65039V4.2666C8.65036 3.90764 8.35896 3.61621 8 3.61621Z" fill="black"/>
6
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.33331 3.33331L12.6666 12.6666M12.6666 3.33331L3.33331 12.6666" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3.33331 3.33337L12.6666 12.6667M12.6666 3.33337L3.33331 12.6667" 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.99999 10.6667V14M7.99999 14L6.66666 12.6667M7.99999 14L9.33333 12.6667M4.93333 11.3334H4.65999C2.81333 11.3334 1.32666 9.84003 1.32666 8.00003C1.32666 6.33336 2.55933 4.92669 4.20599 4.70669V4.70003C4.75266 3.07336 6.27266 1.98669 7.98599 1.98669C10.1927 1.98669 11.986 3.77336 11.986 5.98669C13.4527 5.98669 14.6527 7.18003 14.6527 8.65336C14.6527 10.12 13.4527 11.32 11.986 11.32H11.046" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M7.99999 10.6667V14M9.33333 12.6667L7.99999 14L6.66666 12.6667M4.93333 11.3334H4.65999C2.81333 11.3334 1.32666 9.84003 1.32666 8.00003C1.32666 6.33336 2.55933 4.92669 4.20599 4.70669V4.70003C4.75266 3.07336 6.27266 1.98669 7.98599 1.98669C10.1927 1.98669 11.986 3.77336 11.986 5.98669C13.4527 5.98669 14.6527 7.18003 14.6527 8.65336C14.6527 10.12 13.4527 11.32 11.986 11.32H11.046" 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="M4.93333 11.3334H4.65999C2.81333 11.3334 1.32666 9.84003 1.32666 8.00003C1.32666 6.33336 2.55933 4.92669 4.20599 4.70669V4.70003C4.75266 3.07336 6.27266 1.98669 7.98599 1.98669C10.1927 1.98669 11.986 3.77336 11.986 5.98669C13.4527 5.98669 14.6527 7.18003 14.6527 8.65336C14.6527 10.12 13.4527 11.32 11.986 11.32H11.046M9.33333 12L7.99999 10.6667M7.99999 10.6667L6.66666 12M7.99999 10.6667V14" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M4.93333 11.3334H4.65999C2.81333 11.3334 1.32666 9.84003 1.32666 8.00003C1.32666 6.33336 2.55933 4.92669 4.20599 4.70669V4.70003C4.75266 3.07336 6.27266 1.98669 7.98599 1.98669C10.1927 1.98669 11.986 3.77336 11.986 5.98669C13.4527 5.98669 14.6527 7.18003 14.6527 8.65336C14.6527 10.12 13.4527 11.32 11.986 11.32H11.046M6.66666 12L7.99999 10.6667L9.33333 12M7.99999 10.6667V14" 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.4733 8.80668C13.8 8.16001 13.9933 7.43335 13.9933 6.66001C13.9933 4.08001 11.9 1.99335 9.32667 1.99335C8.55333 1.99335 7.82 2.18001 7.18 2.51735M6.66733 9.16001V7.46001M6.666 11.0333C6.61933 11.0333 6.57933 11.0667 6.57933 11.1133C6.57933 11.1533 6.61267 11.1933 6.65934 11.1933C6.69934 11.1933 6.73934 11.1533 6.73934 11.1067C6.73934 11.06 6.69933 11.02 6.65267 11.02M6.66667 14C4.08867 14 2 11.9067 2 9.33335C2 6.75335 4.08867 4.66668 6.66667 4.66668C9.24333 4.66668 11.3333 6.75668 11.3333 9.33335C11.3333 11.9067 9.24 14 6.66667 14Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M13.4733 8.80662C13.8 8.15995 13.9933 7.43329 13.9933 6.65995C13.9933 4.07995 11.9 1.99329 9.32667 1.99329C8.55333 1.99329 7.82 2.17995 7.18 2.51729M6.66733 9.15995V7.45995M6.666 11.0333C6.61933 11.0333 6.57933 11.0666 6.57933 11.1133C6.57933 11.1533 6.61267 11.1933 6.65934 11.1933C6.69934 11.1933 6.73934 11.1533 6.73934 11.1066C6.73934 11.06 6.69933 11.02 6.65267 11.02M6.66667 14C4.08867 14 2 11.9066 2 9.33329C2 6.75329 4.08867 4.66662 6.66667 4.66662C9.24333 4.66662 11.3333 6.75662 11.3333 9.33329C11.3333 11.9066 9.24 14 6.66667 14Z" 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.86001 6.13331L10.1333 3.85331M7.71335 3.76665C7.71335 3.73331 7.73335 3.70598 7.76668 3.70598C7.79335 3.70598 7.82001 3.72598 7.82001 3.75931C7.81335 3.78598 7.79335 3.81265 7.76001 3.81265C7.72668 3.80598 7.70001 3.78598 7.70001 3.75265V3.74598M5.33335 4.66665V3.53331C5.33335 2.31331 6.31335 1.33331 7.53335 1.33331H10.4667C11.68 1.33331 12.6667 2.31331 12.6667 3.53331V6.46665C12.6667 7.67998 11.68 8.66665 10.4667 8.66665H10M10.2833 6.22665C10.2767 6.25331 10.2567 6.27998 10.2233 6.27998C10.19 6.27331 10.1633 6.25331 10.1633 6.21998C10.1633 6.18665 10.1833 6.15998 10.2167 6.15998C10.2433 6.15998 10.27 6.17998 10.27 6.21331M2.00001 8.39998V12.9333C2.00001 13.52 3.19335 14 4.66668 14C6.13335 14 7.32668 13.52 7.33335 12.9333V8.39998M2.00001 10.6666C2.00001 11.2533 3.18668 11.7333 4.66001 11.7333C6.12668 11.7333 7.32668 11.2533 7.32668 10.6666M7.32668 8.39998C7.32668 8.98665 6.12668 9.46665 4.66001 9.46665C3.18668 9.46665 1.99335 8.98665 1.99335 8.39998C1.99335 7.80665 3.18668 7.33331 4.66001 7.33331C6.13201 7.33331 7.32001 7.80665 7.32668 8.39998Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M7.86001 6.13337L10.1333 3.85337M7.71335 3.76671C7.71335 3.73337 7.73335 3.70604 7.76668 3.70604C7.79335 3.70604 7.82001 3.72604 7.82001 3.75937C7.81335 3.78604 7.79335 3.81271 7.76001 3.81271C7.72668 3.80604 7.70001 3.78604 7.70001 3.75271V3.74604M5.33335 4.66671V3.53337C5.33335 2.31337 6.31335 1.33337 7.53335 1.33337H10.4667C11.68 1.33337 12.6667 2.31337 12.6667 3.53337V6.46671C12.6667 7.68004 11.68 8.66671 10.4667 8.66671H10M10.2833 6.22671C10.2767 6.25337 10.2567 6.28004 10.2233 6.28004C10.19 6.27337 10.1633 6.25337 10.1633 6.22004C10.1633 6.18671 10.1833 6.16004 10.2167 6.16004C10.2433 6.16004 10.27 6.18004 10.27 6.21337M2.00001 8.40004V12.9334C2.00001 13.52 3.19335 14 4.66668 14C6.13335 14 7.32668 13.52 7.33335 12.9334V8.40004M2.00001 10.6667C2.00001 11.2534 3.18668 11.7334 4.66001 11.7334C6.12668 11.7334 7.32668 11.2534 7.32668 10.6667M7.32668 8.40004C7.32668 8.98671 6.12668 9.46671 4.66001 9.46671C3.18668 9.46671 1.99335 8.98671 1.99335 8.40004C1.99335 7.80671 3.18668 7.33337 4.66001 7.33337C6.13201 7.33337 7.32001 7.80671 7.32668 8.40004Z" 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.33333 12C3.49267 12 2 11.4 2 10.6667V5.33333M2 5.33333C2 4.97971 2.35119 4.64057 2.97631 4.39052C3.60143 4.14048 4.44928 4 5.33333 4C6.21739 4 7.06523 4.14048 7.69036 4.39052C8.31548 4.64057 8.66667 4.97971 8.66667 5.33333M2 5.33333C2 5.68696 2.35119 6.02609 2.97631 6.27614C3.60143 6.52619 4.44928 6.66667 5.33333 6.66667C6.21739 6.66667 7.06523 6.52619 7.69036 6.27614C8.31548 6.02609 8.66667 5.68696 8.66667 5.33333M7.33333 10C7.33333 10.7333 8.82 11.3333 10.6667 11.3333C12.5067 11.3333 14 10.7333 14 10M7.33333 10V12.6667C7.33333 13.4 8.82 14 10.6667 14C12.5067 14 14 13.4 14 12.6667L14 10M7.33333 10C7.33333 9.26 8.82 8.66667 10.6667 8.66667C12.5067 8.66667 14 9.26 14 10M8.66667 5.33333V7M11.3333 3.33333H14M12.6667 4.66667V2M5.33333 9.33333C3.49267 9.33333 2 8.73333 2 8" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.66667 7V5.33333C8.66667 4.97971 8.31548 4.64057 7.69036 4.39052C7.06523 4.14048 6.21739 4 5.33333 4C4.44928 4 3.60143 4.14048 2.97631 4.39052C2.35119 4.64057 2 4.97971 2 5.33333V10.6667C2 11.4 3.49267 12 5.33333 12M2 5.33333C2 5.68696 2.35119 6.02609 2.97631 6.27614C3.60143 6.52619 4.44928 6.66667 5.33333 6.66667C6.21739 6.66667 7.06523 6.52619 7.69036 6.27614C8.31548 6.02609 8.66667 5.68696 8.66667 5.33333M7.33333 10C7.33333 10.7333 8.82 11.3333 10.6667 11.3333C12.5067 11.3333 14 10.7333 14 10M7.33333 10V12.6667C7.33333 13.4 8.82 14 10.6667 14C12.5067 14 14 13.4 14 12.6667L14 10M7.33333 10C7.33333 9.26 8.82 8.66667 10.6667 8.66667C12.5067 8.66667 14 9.26 14 10M11.3333 3.33333H14M12.6667 4.66667V2M5.33333 9.33333C3.49267 9.33333 2 8.73333 2 8" 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.33333 12C3.49267 12 2 11.4 2 10.6666V5.33331M2 5.33331C2 4.97969 2.35119 4.64055 2.97631 4.3905C3.60143 4.14046 4.44928 3.99998 5.33333 3.99998C6.21739 3.99998 7.06523 4.14046 7.69036 4.3905C8.31548 4.64055 8.66667 4.97969 8.66667 5.33331M2 5.33331C2 5.68694 2.35119 6.02607 2.97631 6.27612C3.60143 6.52617 4.44928 6.66665 5.33333 6.66665C6.21739 6.66665 7.06523 6.52617 7.69036 6.27612C8.31548 6.02607 8.66667 5.68694 8.66667 5.33331M7.33333 9.99998C7.33333 10.7333 8.82 11.3333 10.6667 11.3333C12.5067 11.3333 14 10.7333 14 9.99998M7.33333 9.99998V12.6666C7.33333 13.4 8.82 14 10.6667 14C12.5067 14 14 13.4 14 12.6666V9.99998M7.33333 9.99998C7.33333 9.25998 8.82 8.66665 10.6667 8.66665C12.5067 8.66665 14 9.25998 14 9.99998M8.66667 5.33331V6.99998M5.33333 9.33331C3.49267 9.33331 2 8.73331 2 7.99998M14.6668 2.62531L12.6668 4.62531L11.4668 3.42531" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.66667 7.00004V5.33337C8.66667 4.97975 8.31548 4.64061 7.69036 4.39056C7.06523 4.14052 6.21739 4.00004 5.33333 4.00004C4.44928 4.00004 3.60143 4.14052 2.97631 4.39056C2.35119 4.64061 2 4.97975 2 5.33337V10.6667C2 11.4 3.49267 12 5.33333 12M2 5.33337C2 5.687 2.35119 6.02613 2.97631 6.27618C3.60143 6.52623 4.44928 6.66671 5.33333 6.66671C6.21739 6.66671 7.06523 6.52623 7.69036 6.27618C8.31548 6.02613 8.66667 5.687 8.66667 5.33337M7.33333 10C7.33333 10.7334 8.82 11.3334 10.6667 11.3334C12.5067 11.3334 14 10.7334 14 10M7.33333 10V12.6667C7.33333 13.4 8.82 14 10.6667 14C12.5067 14 14 13.4 14 12.6667V10M7.33333 10C7.33333 9.26004 8.82 8.66671 10.6667 8.66671C12.5067 8.66671 14 9.26004 14 10M5.33333 9.33337C3.49267 9.33337 2 8.73337 2 8.00004M14.6668 2.62537L12.6668 4.62537L11.4668 3.42537" 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.99995 5.33331C1.99995 6.06665 3.48662 6.66665 5.33329 6.66665M1.99995 5.33331V10.6666C1.99995 11.4 3.49262 12 5.33329 12M1.99995 5.33331C1.99995 4.97969 2.35114 4.64055 2.97626 4.3905C3.60138 4.14046 4.44923 3.99998 5.33329 3.99998C6.21734 3.99998 7.06519 4.14046 7.69031 4.3905C8.31543 4.64055 8.66662 4.97969 8.66662 5.33331M1.99995 5.33331C1.99995 5.68693 2.35114 6.02607 2.97626 6.27612C3.60138 6.52617 4.44923 6.66665 5.33329 6.66665M5.33329 6.66665C6.21734 6.66665 7.06519 6.52617 7.69031 6.27612C8.31543 6.02607 8.66662 5.68694 8.66662 5.33331M8.66662 5.33331L8.66662 6.99998M11.6666 4.33331L13.6666 2.33331M13.6666 4.33331L11.6666 2.33331M1.99995 7.99998C1.99995 8.73331 3.48662 9.32665 5.33262 9.32665M5.32662 9.33331C3.47995 9.33331 1.99329 8.73331 1.99329 7.99998M7.33329 9.99998C7.33329 10.7333 8.81995 11.3333 10.6666 11.3333C12.5066 11.3333 14 10.7333 14 9.99998L13.9993 12.6666C13.9993 13.4 12.5066 14 10.6666 14C8.81995 14 7.33329 13.4 7.33329 12.6666V9.99998ZM13.998 9.99998C13.998 9.25998 12.5046 8.66665 10.6646 8.66665C8.82462 8.66665 7.33129 9.25998 7.33129 9.99998C7.33129 10.7333 8.81795 11.3333 10.6646 11.3333C12.5046 11.3333 13.998 10.7333 13.998 9.99998Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M1.99995 5.33337C1.99995 6.06671 3.48662 6.66671 5.33329 6.66671M8.66662 5.33337C8.66662 4.97975 8.31543 4.64061 7.69031 4.39056C7.06519 4.14052 6.21734 4.00004 5.33329 4.00004C4.44923 4.00004 3.60138 4.14052 2.97626 4.39056C2.35114 4.64061 1.99995 4.97975 1.99995 5.33337V10.6667C1.99995 11.4 3.49262 12 5.33329 12M1.99995 5.33337C1.99995 5.687 2.35114 6.02613 2.97626 6.27618C3.60138 6.52623 4.44923 6.66671 5.33329 6.66671M5.33329 6.66671C6.21734 6.66671 7.06519 6.52623 7.69031 6.27618C8.31543 6.02613 8.66662 5.687 8.66662 5.33337M8.66662 5.33337L8.66662 7.00004M11.6666 4.33337L13.6666 2.33337M13.6666 4.33337L11.6666 2.33337M1.99995 8.00004C1.99995 8.73337 3.48662 9.32671 5.33262 9.32671M5.32662 9.33337C3.47995 9.33337 1.99329 8.73337 1.99329 8.00004M7.33329 10C7.33329 10.7334 8.81995 11.3334 10.6666 11.3334C12.5066 11.3334 14 10.7334 14 10L13.9993 12.6667C13.9993 13.4 12.5066 14 10.6666 14C8.81995 14 7.33329 13.4 7.33329 12.6667V10ZM13.998 10C13.998 9.26004 12.5046 8.66671 10.6646 8.66671C8.82462 8.66671 7.33129 9.26004 7.33129 10C7.33129 10.7334 8.81795 11.3334 10.6646 11.3334C12.5046 11.3334 13.998 10.7334 13.998 10Z" 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.45333 3.29469C8.17333 1.56803 10.9787 1.56803 12.7053 3.29469C14.432 5.01469 14.432 7.82003 12.7053 9.54669M5.13333 9.56669V7.70003H7.01467C7.528 7.70003 7.94133 8.11336 7.94133 8.62669C7.94133 9.14003 7.52133 9.55336 7.008 9.55336M6.31333 7.16736V7.70069M6.31333 11.9867V11.38M10.8427 9.57869C10.8427 12.0187 8.86267 14 6.42133 14C3.97467 14 2 12.02 2 9.57869C2 7.13203 3.97333 5.15736 6.42133 5.15736C8.86133 5.15669 10.8427 7.1307 10.8427 9.57869ZM7.24667 11.378H5.13333V9.56469H7.24333C7.73667 9.56469 8.14333 9.96469 8.14333 10.4647C8.14333 10.958 7.73667 11.3647 7.23667 11.3647L7.24667 11.378Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M6.45333 3.29463C8.17333 1.56797 10.9787 1.56797 12.7053 3.29463C14.432 5.01463 14.432 7.81997 12.7053 9.54663M5.13333 9.56663V7.69997H7.01467C7.528 7.69997 7.94133 8.1133 7.94133 8.62663C7.94133 9.13997 7.52133 9.5533 7.008 9.5533M6.31333 7.1673V7.70063M6.31333 11.9866V11.38M10.8427 9.57863C10.8427 12.0186 8.86267 14 6.42133 14C3.97467 14 2 12.02 2 9.57863C2 7.13197 3.97333 5.1573 6.42133 5.1573C8.86133 5.15663 10.8427 7.13063 10.8427 9.57863ZM7.24667 11.378H5.13333V9.56463H7.24333C7.73667 9.56463 8.14333 9.96463 8.14333 10.4646C8.14333 10.958 7.73667 11.3646 7.23667 11.3646L7.24667 11.378Z" 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 14.3334C6.32025 14.3334 4.70935 13.6661 3.52162 12.4784C2.33389 11.2906 1.66663 9.67972 1.66663 8.00002C1.66663 6.32032 2.33389 4.70941 3.52162 3.52168C4.70935 2.33395 6.32025 1.66669 7.99996 1.66669C9.67966 1.66669 11.2906 2.33395 12.4783 3.52168C13.666 4.70941 14.3333 6.32032 14.3333 8.00002M6.95538 6.93244C7.09397 5.909 8.03746 5.20005 9.06089 5.33865C10.079 5.47724 10.7879 6.42072 10.6494 7.44416C10.5321 8.26504 9.88178 8.91535 9.05556 9.03262M12.586 12.2673C12.6193 12.3007 12.6193 12.3607 12.586 12.4007C12.546 12.434 12.486 12.434 12.446 12.4007C12.406 12.3607 12.406 12.3007 12.446 12.2607C12.4793 12.2207 12.5393 12.2207 12.5793 12.2607M7.20056 6.93244C6.70576 6.93244 6.23123 7.129 5.88135 7.47887C5.53148 7.82875 5.33492 8.30328 5.33492 8.79808C5.33492 9.29288 5.53148 9.76741 5.88135 10.1173C6.23123 10.4672 6.70576 10.6637 7.20056 10.6637C7.69536 10.6637 8.16989 10.4672 8.51977 10.1173C8.86965 9.76741 9.0662 9.29288 9.0662 8.79808C9.0662 8.30328 8.86965 7.82875 8.51977 7.47887C8.16989 7.129 7.69536 6.93244 7.20056 6.93244ZM10.1733 12.7933C9.98666 12.5133 9.98666 12.1467 10.1733 11.8733C10.7333 11.0133 11.6267 10.3267 12.5153 10.3267C13.402 10.3267 14.2887 11.0067 14.8553 11.8667C15.0353 12.14 15.0353 12.5067 14.8553 12.7867C14.2887 13.6413 13.3953 14.3267 12.5087 14.3267C11.6153 14.3267 10.7287 13.64 10.1667 12.7867L10.1733 12.7933Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M7.99996 14.3333C6.32025 14.3333 4.70935 13.666 3.52162 12.4783C2.33389 11.2906 1.66663 9.67966 1.66663 7.99996C1.66663 6.32025 2.33389 4.70935 3.52162 3.52162C4.70935 2.33389 6.32025 1.66663 7.99996 1.66663C9.67966 1.66663 11.2906 2.33389 12.4783 3.52162C13.666 4.70935 14.3333 6.32025 14.3333 7.99996M6.95538 6.93238C7.09397 5.90894 8.03746 5.19999 9.06089 5.33858C10.079 5.47717 10.7879 6.42066 10.6494 7.44409C10.5321 8.26498 9.88178 8.91529 9.05556 9.03255M12.586 12.2673C12.6193 12.3006 12.6193 12.3606 12.586 12.4006C12.546 12.4339 12.486 12.4339 12.446 12.4006C12.406 12.3606 12.406 12.3006 12.446 12.2606C12.4793 12.2206 12.5393 12.2206 12.5793 12.2606M7.20056 6.93238C6.70576 6.93238 6.23123 7.12894 5.88135 7.47881C5.53148 7.82869 5.33492 8.30322 5.33492 8.79802C5.33492 9.29282 5.53148 9.76735 5.88135 10.1172C6.23123 10.4671 6.70576 10.6637 7.20056 10.6637C7.69536 10.6637 8.16989 10.4671 8.51977 10.1172C8.86965 9.76735 9.0662 9.29282 9.0662 8.79802C9.0662 8.30322 8.86965 7.82869 8.51977 7.47881C8.16989 7.12894 7.69536 6.93238 7.20056 6.93238ZM10.1733 12.7933C9.98666 12.5133 9.98666 12.1466 10.1733 11.8733C10.7333 11.0133 11.6267 10.3266 12.5153 10.3266C13.402 10.3266 14.2887 11.0066 14.8553 11.8666C15.0353 12.14 15.0353 12.5066 14.8553 12.7866C14.2887 13.6413 13.3953 14.3266 12.5087 14.3266C11.6153 14.3266 10.7287 13.64 10.1667 12.7866L10.1733 12.7933Z" 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.1475 5.28529C11.7451 5.08813 12.3992 5.33538 12.717 5.87855L13.8198 7.76427C13.9997 8.07182 14.0491 8.43857 13.9569 8.78275C13.8647 9.12693 13.6387 9.41991 13.3291 9.59636C11.6333 10.5629 9.00921 12.0587 6.62489 13.4177C5.9519 13.8013 5.19054 14.0028 4.4159 14.0025M4.33186 14.0025C5.62107 14.0025 6.66617 12.9574 6.66617 11.6682V3.33139C6.66617 2.5947 6.06897 1.9975 5.33228 1.9975H3.33145C2.59476 1.9975 1.99756 2.5947 1.99756 3.33139V11.6682C1.99756 12.9574 3.04266 14.0025 4.33186 14.0025ZM4.33186 14.0025C5.44442 14.0031 6.47365 13.413 7.03533 12.4527C8.45259 10.0293 9.97096 7.4329 11.0037 5.66695C11.1836 5.35935 11.2329 4.99256 11.1407 4.64836C11.0485 4.30416 10.8224 4.01118 10.5128 3.83473L8.58774 2.73751C7.95274 2.3756 7.14475 2.59211 6.7758 3.22305L6.66617 3.41048M4.49881 11.6684C4.4987 11.7604 4.42404 11.835 4.33201 11.8349C4.23998 11.8349 4.16538 11.7603 4.16534 11.6683C4.1653 11.5762 4.23983 11.5016 4.33186 11.5015C4.37616 11.5014 4.41866 11.519 4.44998 11.5503C4.4813 11.5816 4.49887 11.6241 4.49881 11.6684Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M11.1475 5.28535C11.7451 5.08819 12.3992 5.33544 12.717 5.87861L13.8198 7.76433C13.9997 8.07188 14.0491 8.43863 13.9569 8.78281C13.8647 9.12699 13.6387 9.41997 13.3291 9.59642C11.6333 10.563 9.00921 12.0587 6.62489 13.4177C5.9519 13.8013 5.19054 14.0029 4.4159 14.0026M4.33186 14.0026C5.62107 14.0026 6.66617 12.9575 6.66617 11.6683V3.33145C6.66617 2.59476 6.06897 1.99756 5.33228 1.99756H3.33145C2.59476 1.99756 1.99756 2.59476 1.99756 3.33145V11.6683C1.99756 12.9575 3.04266 14.0026 4.33186 14.0026ZM4.33186 14.0026C5.44442 14.0031 6.47365 13.4131 7.03533 12.4527C8.45259 10.0293 9.97096 7.43296 11.0037 5.66701C11.1836 5.35942 11.2329 4.99262 11.1407 4.64842C11.0485 4.30422 10.8224 4.01124 10.5128 3.83479L8.58774 2.73757C7.95274 2.37566 7.14475 2.59218 6.7758 3.22311L6.66617 3.41054M4.49881 11.6685C4.4987 11.7605 4.42404 11.835 4.33201 11.835C4.23998 11.835 4.16538 11.7604 4.16534 11.6683C4.1653 11.5763 4.23983 11.5016 4.33186 11.5015C4.37616 11.5015 4.41866 11.519 4.44998 11.5504C4.4813 11.5817 4.49887 11.6242 4.49881 11.6685Z" 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="M12.6667 7.33335V4.00002C12.6667 3.26002 12.0667 2.66669 11.3334 2.66669H2.66671C1.92671 2.66669 1.33337 3.26002 1.33337 4.00002V9.33335C1.33337 10.0667 1.92671 10.6667 2.66671 10.6667H10.6667M8.33337 13.3334V10.6667M5.66671 10.6667V13.3334M4.83337 13.3334H9.16671M13.6667 13.3334H11.6667C11.1134 13.3334 10.6667 12.88 10.6667 12.3334V8.33335C10.6667 7.78002 11.1134 7.33335 11.6667 7.33335H13.6667C14.2134 7.33335 14.6667 7.78002 14.6667 8.33335V12.3334C14.6667 12.88 14.2134 13.3334 13.6667 13.3334Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M12.6667 7.33329V3.99996C12.6667 3.25996 12.0667 2.66663 11.3334 2.66663H2.66671C1.92671 2.66663 1.33337 3.25996 1.33337 3.99996V9.33329C1.33337 10.0666 1.92671 10.6666 2.66671 10.6666H10.6667M8.33337 13.3333V10.6666M5.66671 10.6666V13.3333M4.83337 13.3333H9.16671M13.6667 13.3333H11.6667C11.1134 13.3333 10.6667 12.88 10.6667 12.3333V8.33329C10.6667 7.77996 11.1134 7.33329 11.6667 7.33329H13.6667C14.2134 7.33329 14.6667 7.77996 14.6667 8.33329V12.3333C14.6667 12.88 14.2134 13.3333 13.6667 13.3333Z" 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 5.99998H14M6.38 8.66665H4.66667M12 12.6666H4C2.89533 12.6666 2 11.7713 2 10.6666V5.33331C2 4.22865 2.89533 3.33331 4 3.33331H12C13.1047 3.33331 14 4.22865 14 5.33331V10.6666C14 11.7713 13.1047 12.6666 12 12.6666Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M2 6.00004H14M6.38 8.66671H4.66667M12 12.6667H4C2.89533 12.6667 2 11.7714 2 10.6667V5.33337C2 4.22871 2.89533 3.33337 4 3.33337H12C13.1047 3.33337 14 4.22871 14 5.33337V10.6667C14 11.7714 13.1047 12.6667 12 12.6667Z" 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="M14.65 7.99998C14.65 7.641 14.359 7.34998 14 7.34998C13.641 7.34998 13.35 7.641 13.35 7.99998H14H14.65ZM8 2.64998C8.35898 2.64998 8.65 2.35896 8.65 1.99998C8.65 1.64099 8.35898 1.34998 8 1.34998V1.99998V2.64998ZM11.0333 0.683313C10.6743 0.683313 10.3833 0.974328 10.3833 1.33331C10.3833 1.6923 10.6743 1.98331 11.0333 1.98331V1.33331V0.683313ZM14.01 4.95998C14.01 5.31896 14.301 5.60998 14.66 5.60998C15.019 5.60998 15.31 5.31896 15.31 4.95998H14.66H14.01ZM11.0333 2.68331C10.6743 2.68331 10.3833 2.97433 10.3833 3.33331C10.3833 3.6923 10.6743 3.98331 11.0333 3.98331V3.33331V2.68331ZM12.01 4.95998C12.01 5.31896 12.301 5.60998 12.66 5.60998C13.019 5.60998 13.31 5.31896 13.31 4.95998H12.66H12.01ZM6.66667 9.99998H6.01667C6.01667 10.359 6.30768 10.65 6.66667 10.65V9.99998ZM7.31667 5.99998C7.31667 5.641 7.02565 5.34998 6.66667 5.34998C6.30768 5.34998 6.01667 5.641 6.01667 5.99998H6.66667H7.31667ZM8.69 5.33331C8.69 4.97433 8.39898 4.68331 8.04 4.68331C7.68102 4.68331 7.39 4.97433 7.39 5.33331H8.04H8.69ZM7.39 5.99998C7.39 6.35896 7.68102 6.64998 8.04 6.64998C8.39898 6.64998 8.69 6.35896 8.69 5.99998H8.04H7.39ZM8.69 9.99998C8.69 9.641 8.39898 9.34998 8.04 9.34998C7.68102 9.34998 7.39 9.641 7.39 9.99998H8.04H8.69ZM7.39 10.6666C7.39 11.0256 7.68102 11.3166 8.04 11.3166C8.39898 11.3166 8.69 11.0256 8.69 10.6666H8.04H7.39ZM6.66667 7.99998V7.34998C6.30768 7.34998 6.01667 7.641 6.01667 7.99998H6.66667ZM6.66 5.99998V5.34998C6.30101 5.34998 6.01 5.641 6.01 5.99998H6.66ZM6.66 7.99998H6.01C6.01 8.35896 6.30101 8.64998 6.66 8.64998V7.99998ZM14 7.99998H13.35C13.35 10.9547 10.9547 13.35 8 13.35V14V14.65C11.6727 14.65 14.65 11.6727 14.65 7.99998H14ZM8 14V13.35C5.04528 13.35 2.65 10.9547 2.65 7.99998H2H1.35C1.35 11.6727 4.32731 14.65 8 14.65V14ZM2 7.99998H2.65C2.65 5.04526 5.04528 2.64998 8 2.64998V1.99998V1.34998C4.32731 1.34998 1.35 4.32729 1.35 7.99998H2ZM11.0333 1.33331V1.98331C12.6751 1.98331 14.01 3.31308 14.01 4.95998H14.66H15.31C15.31 2.59355 13.3915 0.683313 11.0333 0.683313V1.33331ZM11.0333 3.33331V3.98331C11.5743 3.98331 12.01 4.41896 12.01 4.95998H12.66H13.31C13.31 3.70099 12.2923 2.68331 11.0333 2.68331V3.33331ZM6.66667 9.99998H7.31667V5.99998H6.66667H6.01667V9.99998H6.66667ZM8.04 5.33331H7.39V5.99998H8.04H8.69V5.33331H8.04ZM8.04 9.99998H7.39V10.6666H8.04H8.69V9.99998H8.04ZM6.66667 7.99998V8.64998H9V7.99998V7.34998H6.66667V7.99998ZM9 7.99998V8.64998C9.1905 8.64998 9.35 8.80845 9.35 8.99998H10H10.65C10.65 8.08485 9.90283 7.34998 9 7.34998V7.99998ZM10 8.99998H9.35C9.35 9.18766 9.18768 9.34998 9 9.34998V9.99998V10.65C9.90565 10.65 10.65 9.90563 10.65 8.99998H10ZM9 9.99998V9.34998H6.66667V9.99998V10.65H9V9.99998ZM6.66667 9.99998H7.31667V7.99998H6.66667H6.01667V9.99998H6.66667ZM6.66 5.99998V6.64998H8.76V5.99998V5.34998H6.66V5.99998ZM8.76 5.99998V6.64998C8.9505 6.64998 9.11 6.80845 9.11 6.99998H9.76H10.41C10.41 6.08485 9.66283 5.34998 8.76 5.34998V5.99998ZM9.76 6.99998H9.11C9.11 7.18766 8.94768 7.34998 8.76 7.34998V7.99998V8.64998C9.66565 8.64998 10.41 7.90563 10.41 6.99998H9.76ZM8.76 7.99998V7.34998H6.66V7.99998V8.64998H8.76V7.99998ZM6.66 7.99998H7.31V5.99998H6.66H6.01V7.99998H6.66Z" fill="black"/>
2
+ <path d="M14.65 8.00004C14.65 7.64106 14.359 7.35004 14 7.35004C13.641 7.35004 13.35 7.64106 13.35 8.00004H14H14.65ZM8 2.65004C8.35898 2.65004 8.65 2.35903 8.65 2.00004C8.65 1.64106 8.35898 1.35004 8 1.35004V2.00004V2.65004ZM11.0333 0.683374C10.6743 0.683374 10.3833 0.974389 10.3833 1.33337C10.3833 1.69236 10.6743 1.98337 11.0333 1.98337V1.33337V0.683374ZM14.01 4.96004C14.01 5.31903 14.301 5.61004 14.66 5.61004C15.019 5.61004 15.31 5.31903 15.31 4.96004H14.66H14.01ZM11.0333 2.68337C10.6743 2.68337 10.3833 2.97439 10.3833 3.33337C10.3833 3.69236 10.6743 3.98337 11.0333 3.98337V3.33337V2.68337ZM12.01 4.96004C12.01 5.31903 12.301 5.61004 12.66 5.61004C13.019 5.61004 13.31 5.31903 13.31 4.96004H12.66H12.01ZM6.66667 10H6.01667C6.01667 10.359 6.30768 10.65 6.66667 10.65V10ZM7.31667 6.00004C7.31667 5.64106 7.02565 5.35004 6.66667 5.35004C6.30768 5.35004 6.01667 5.64106 6.01667 6.00004H6.66667H7.31667ZM8.69 5.33337C8.69 4.97439 8.39898 4.68337 8.04 4.68337C7.68102 4.68337 7.39 4.97439 7.39 5.33337H8.04H8.69ZM7.39 6.00004C7.39 6.35903 7.68102 6.65004 8.04 6.65004C8.39898 6.65004 8.69 6.35903 8.69 6.00004H8.04H7.39ZM8.69 10C8.69 9.64106 8.39898 9.35004 8.04 9.35004C7.68102 9.35004 7.39 9.64106 7.39 10H8.04H8.69ZM7.39 10.6667C7.39 11.0257 7.68102 11.3167 8.04 11.3167C8.39898 11.3167 8.69 11.0257 8.69 10.6667H8.04H7.39ZM6.66667 8.00004V7.35004C6.30768 7.35004 6.01667 7.64106 6.01667 8.00004H6.66667ZM6.66 6.00004V5.35004C6.30101 5.35004 6.01 5.64106 6.01 6.00004H6.66ZM6.66 8.00004H6.01C6.01 8.35903 6.30101 8.65004 6.66 8.65004V8.00004ZM14 8.00004H13.35C13.35 10.9548 10.9547 13.35 8 13.35V14V14.65C11.6727 14.65 14.65 11.6727 14.65 8.00004H14ZM8 14V13.35C5.04528 13.35 2.65 10.9548 2.65 8.00004H2H1.35C1.35 11.6727 4.32731 14.65 8 14.65V14ZM2 8.00004H2.65C2.65 5.04532 5.04528 2.65004 8 2.65004V2.00004V1.35004C4.32731 1.35004 1.35 4.32735 1.35 8.00004H2ZM11.0333 1.33337V1.98337C12.6751 1.98337 14.01 3.31314 14.01 4.96004H14.66H15.31C15.31 2.59361 13.3915 0.683374 11.0333 0.683374V1.33337ZM11.0333 3.33337V3.98337C11.5743 3.98337 12.01 4.41903 12.01 4.96004H12.66H13.31C13.31 3.70106 12.2923 2.68337 11.0333 2.68337V3.33337ZM6.66667 10H7.31667V6.00004H6.66667H6.01667V10H6.66667ZM8.04 5.33337H7.39V6.00004H8.04H8.69V5.33337H8.04ZM8.04 10H7.39V10.6667H8.04H8.69V10H8.04ZM6.66667 8.00004V8.65004H9V8.00004V7.35004H6.66667V8.00004ZM9 8.00004V8.65004C9.1905 8.65004 9.35 8.80851 9.35 9.00004H10H10.65C10.65 8.08491 9.90283 7.35004 9 7.35004V8.00004ZM10 9.00004H9.35C9.35 9.18772 9.18768 9.35004 9 9.35004V10V10.65C9.90565 10.65 10.65 9.90569 10.65 9.00004H10ZM9 10V9.35004H6.66667V10V10.65H9V10ZM6.66667 10H7.31667V8.00004H6.66667H6.01667V10H6.66667ZM6.66 6.00004V6.65004H8.76V6.00004V5.35004H6.66V6.00004ZM8.76 6.00004V6.65004C8.9505 6.65004 9.11 6.80851 9.11 7.00004H9.76H10.41C10.41 6.08491 9.66283 5.35004 8.76 5.35004V6.00004ZM9.76 7.00004H9.11C9.11 7.18772 8.94768 7.35004 8.76 7.35004V8.00004V8.65004C9.66565 8.65004 10.41 7.90569 10.41 7.00004H9.76ZM8.76 8.00004V7.35004H6.66V8.00004V8.65004H8.76V8.00004ZM6.66 8.00004H7.31V6.00004H6.66H6.01V8.00004H6.66Z" fill="black"/>
3
3
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.3334 14H11.3334C12.4379 14 13.3334 13.1046 13.3334 12V5.67287C13.3334 5.14244 13.1226 4.63374 12.7476 4.25867L11.0747 2.58579C10.6996 2.21072 10.1909 2 9.66048 2H4.66669C3.56212 2 2.66669 2.89543 2.66669 4V8.66667M13.3334 5.66667H11C10.2636 5.66667 9.66669 5.06971 9.66669 4.33333V2M8.00002 6V9.33333M8.00002 9.33333L9.33335 8M8.00002 9.33333L6.66669 8" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M10.3334 14H11.3334C12.4379 14 13.3334 13.1046 13.3334 12V5.67287C13.3334 5.14244 13.1226 4.63374 12.7476 4.25867L11.0747 2.58579C10.6996 2.21072 10.1909 2 9.66048 2H4.66669C3.56212 2 2.66669 2.89543 2.66669 4V8.66667M13.3334 5.66667H11C10.2636 5.66667 9.66669 5.06971 9.66669 4.33333V2M8.00002 6V9.33333M6.66669 8L8.00002 9.33333L9.33335 8" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  <path d="M4.48313 13.6562C4.70315 13.5221 4.99021 13.5919 5.12441 13.8118C5.13826 13.8346 5.15417 13.8486 5.16672 13.8561C5.1778 13.8627 5.18992 13.8665 5.20644 13.8665H5.63287C5.67649 13.8664 5.7116 13.8315 5.71165 13.7878C5.71165 13.7523 5.68736 13.7197 5.65045 13.7103L4.92193 13.5273C4.47285 13.4145 4.15631 13.0102 4.15631 12.5456C4.15636 11.9859 4.60991 11.5333 5.16868 11.5332H5.59511C5.9857 11.5332 6.29912 11.7503 6.47271 12.0352C6.60673 12.2552 6.53715 12.5424 6.31711 12.6764C6.09698 12.8105 5.80988 12.741 5.67584 12.5208C5.66229 12.4986 5.64672 12.4848 5.63417 12.4772C5.623 12.4705 5.61108 12.4668 5.59511 12.4668H5.16868C5.12492 12.4668 5.08995 12.5019 5.0899 12.5456C5.0899 12.5814 5.11423 12.6129 5.14914 12.6217L5.87896 12.8053C6.32736 12.919 6.64524 13.3224 6.64524 13.7878C6.64519 14.3465 6.19241 14.8 5.63287 14.8001H5.20644C4.81511 14.8001 4.50149 14.5828 4.32753 14.2975C4.19355 14.0775 4.26318 13.7904 4.48313 13.6562ZM9.20968 11.5508C9.45776 11.6205 9.60231 11.8782 9.5326 12.1263L8.877 14.4596C8.82042 14.6609 8.63685 14.8001 8.42778 14.8001H7.98963C7.78056 14.8001 7.59702 14.6609 7.54041 14.4596L6.88416 12.1263C6.81441 11.8782 6.95898 11.6206 7.20708 11.5508C7.45517 11.481 7.71282 11.6256 7.7826 11.8737L8.20838 13.388L8.63416 11.8737C8.70391 11.6256 8.96158 11.4811 9.20968 11.5508Z" fill="black"/>
4
4
  <path d="M1.53809 12.6667V13.6667C1.53809 14.2926 2.04563 14.8001 2.67155 14.8001H3.33822C3.59595 14.8001 3.80501 14.5911 3.80501 14.3333C3.80501 14.0756 3.59595 13.8665 3.33822 13.8665H2.67155C2.56109 13.8665 2.47168 13.7771 2.47168 13.6667V12.6667C2.47168 12.5562 2.56109 12.4668 2.67155 12.4668H3.33822C3.59595 12.4668 3.80501 12.2577 3.80501 12C3.80501 11.7423 3.59595 11.5332 3.33822 11.5332H2.67155C2.04563 11.5332 1.53809 12.0407 1.53809 12.6667Z" fill="black"/>
5
5
  </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.47339 5.33331H4.14006M11.4734 5.33331H10.8067M10.3001 2.50665L9.82672 2.97331M4.64006 2.50665L5.11339 2.97331M7.47339 1.33331V1.99998M8.47072 8.66665V5.66665C8.47072 5.11331 8.01739 4.66665 7.47072 4.66665C6.91739 4.66665 6.47072 5.11331 6.47072 5.66665V10.6666L5.11072 10.2133C4.71539 10.08 4.27739 10.18 3.98406 10.4733C3.52406 10.9266 3.55739 11.6826 4.05739 12.0973L6.75739 14.344C6.99739 14.5373 7.29739 14.6506 7.61072 14.6506H10.6174C11.2841 14.6506 11.8567 14.144 11.9374 13.4773L12.2974 10.582C12.3841 9.86865 11.8974 9.21531 11.1907 9.10131L8.45072 8.64131L8.47072 8.66665Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3.47339 5.33337H4.14006M11.4734 5.33337H10.8067M10.3001 2.50671L9.82672 2.97337M4.64006 2.50671L5.11339 2.97337M7.47339 1.33337V2.00004M8.47072 8.66671V5.66671C8.47072 5.11337 8.01739 4.66671 7.47072 4.66671C6.91739 4.66671 6.47072 5.11337 6.47072 5.66671V10.6667L5.11072 10.2134C4.71539 10.08 4.27739 10.18 3.98406 10.4734C3.52406 10.9267 3.55739 11.6827 4.05739 12.0974L6.75739 14.344C6.99739 14.5374 7.29739 14.6507 7.61072 14.6507H10.6174C11.2841 14.6507 11.8567 14.144 11.9374 13.4774L12.2974 10.582C12.3841 9.86871 11.8974 9.21537 11.1907 9.10137L8.45072 8.64137L8.47072 8.66671Z" 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.66669 9.40668C2.66669 10.38 4.91335 11.1667 7.68669 11.1667M12.6667 3.76001C12.6667 4.73335 10.4267 5.52001 7.66669 5.52001C4.90002 5.52001 2.66669 4.72668 2.66669 3.75335M12.6667 6.58668C12.6667 7.56001 10.4267 8.34668 7.66669 8.34668C4.90002 8.34668 2.66669 7.55335 2.66669 6.58001M13.1487 12V11.1467C13.1487 10.54 12.6287 9.99335 11.9954 9.99335C11.3554 9.99335 10.842 10.5067 10.842 11.14V11.9867M7.69069 14C4.91602 14 2.66669 13.2067 2.66669 12.2333V3.76001C2.66669 2.78001 4.90002 1.99335 7.66669 1.99335C10.4267 1.99335 12.6667 2.78001 12.6667 3.75335V7.98668M13.3507 14.6667H10.6494C10.2894 14.6667 9.99602 14.3733 9.99602 14.0133V12.64C9.99602 12.28 10.2827 11.9867 10.6427 11.9867H13.344C13.6974 11.9867 13.9907 12.2733 13.9907 12.6333V14C13.9907 14.3533 13.6974 14.6467 13.3374 14.6467L13.3507 14.6667Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M2.66663 9.40662C2.66663 10.38 4.91329 11.1666 7.68663 11.1666M12.6666 3.75995C12.6666 4.73329 10.4266 5.51995 7.66663 5.51995C4.89996 5.51995 2.66663 4.72662 2.66663 3.75329M12.6666 6.58662C12.6666 7.55995 10.4266 8.34662 7.66663 8.34662C4.89996 8.34662 2.66663 7.55329 2.66663 6.57995M13.1486 12V11.1466C13.1486 10.54 12.6286 9.99329 11.9953 9.99329C11.3553 9.99329 10.842 10.5066 10.842 11.14V11.9866M7.69063 14C4.91596 14 2.66663 13.2066 2.66663 12.2333V3.75995C2.66663 2.77995 4.89996 1.99329 7.66663 1.99329C10.4266 1.99329 12.6666 2.77995 12.6666 3.75329V7.98662M13.3506 14.6666H10.6493C10.2893 14.6666 9.99596 14.3733 9.99596 14.0133V12.64C9.99596 12.28 10.2826 11.9866 10.6426 11.9866H13.344C13.6973 11.9866 13.9906 12.2733 13.9906 12.6333V14C13.9906 14.3533 13.6973 14.6466 13.3373 14.6466L13.3506 14.6666Z" 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="M12.6279 4.11497C11.7519 3.74455 10.8271 3.48176 9.87715 3.33331C9.74716 3.54794 9.62954 3.76876 9.52478 3.99486C8.51289 3.85403 7.48387 3.85403 6.47198 3.99486C6.36718 3.76879 6.24956 3.54797 6.11962 3.33331C5.16905 3.48301 4.24365 3.74642 3.36675 4.1169C1.62589 6.49576 1.15397 8.81553 1.38993 11.1024C2.40942 11.7981 3.55053 12.3272 4.76364 12.6666C5.03679 12.3273 5.2785 11.9674 5.4862 11.5905C5.09171 11.4545 4.71095 11.2866 4.34835 11.0888C4.44378 11.0249 4.53711 10.959 4.6273 10.8951C5.68241 11.3534 6.834 11.591 7.99996 11.591C9.16591 11.591 10.3175 11.3534 11.3726 10.8951C11.4638 10.9639 11.5572 11.0297 11.6516 11.0888C11.2883 11.2869 10.9068 11.4551 10.5116 11.5915C10.7191 11.9681 10.9608 12.3278 11.2342 12.6666C12.4483 12.3285 13.5903 11.7997 14.61 11.1033C14.8868 8.45134 14.137 6.15288 12.6279 4.11497ZM5.78508 9.69598C5.12754 9.69598 4.58431 9.14485 4.58431 8.46684C4.58431 7.78883 5.10866 7.23286 5.78298 7.23286C6.4573 7.23286 6.99634 7.78883 6.9848 8.46684C6.97327 9.14485 6.45521 9.69598 5.78508 9.69598ZM10.2148 9.69598C9.55624 9.69598 9.01511 9.14485 9.01511 8.46684C9.01511 7.78883 9.53946 7.23286 10.2148 7.23286C10.8902 7.23286 11.425 7.78883 11.4135 8.46684C11.402 9.14485 10.885 9.69598 10.2148 9.69598Z" fill="black"/>
2
+ <path d="M12.6279 4.11503C11.7519 3.74461 10.8271 3.48182 9.87715 3.33337C9.74716 3.548 9.62954 3.76883 9.52478 3.99492C8.51289 3.85409 7.48387 3.85409 6.47198 3.99492C6.36718 3.76885 6.24956 3.54803 6.11962 3.33337C5.16905 3.48307 4.24365 3.74648 3.36675 4.11696C1.62589 6.49582 1.15397 8.81559 1.38993 11.1024C2.40942 11.7981 3.55053 12.3272 4.76364 12.6667C5.03679 12.3274 5.2785 11.9674 5.4862 11.5906C5.09171 11.4545 4.71095 11.2866 4.34835 11.0889C4.44378 11.0249 4.53711 10.9591 4.6273 10.8952C5.68241 11.3534 6.834 11.5911 7.99996 11.5911C9.16591 11.5911 10.3175 11.3534 11.3726 10.8952C11.4638 10.9639 11.5572 11.0298 11.6516 11.0889C11.2883 11.287 10.9068 11.4552 10.5116 11.5916C10.7191 11.9682 10.9608 12.3279 11.2342 12.6667C12.4483 12.3286 13.5903 11.7997 14.61 11.1034C14.8868 8.4514 14.137 6.15294 12.6279 4.11503ZM5.78508 9.69604C5.12754 9.69604 4.58431 9.14491 4.58431 8.4669C4.58431 7.78889 5.10866 7.23292 5.78298 7.23292C6.4573 7.23292 6.99634 7.78889 6.9848 8.4669C6.97327 9.14491 6.45521 9.69604 5.78508 9.69604ZM10.2148 9.69604C9.55624 9.69604 9.01511 9.14491 9.01511 8.4669C9.01511 7.78889 9.53946 7.23292 10.2148 7.23292C10.8902 7.23292 11.425 7.78889 11.4135 8.4669C11.402 9.14491 10.885 9.69604 10.2148 9.69604Z" 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.00002 4.99997V5.66664M8.00002 11V10.3333M6.56669 9.49997C6.82669 10.04 7.39269 10.3666 7.99269 10.3333C8.71935 10.4133 9.38602 9.89331 9.49269 9.16664C9.49269 8.65997 9.13269 8.22664 8.63935 8.12664L7.33269 7.85997C6.83269 7.75997 6.47935 7.32664 6.47935 6.81997C6.57935 6.08664 7.24602 5.56664 7.97935 5.65331C8.57935 5.61331 9.13935 5.93997 9.40602 6.48664M8.00002 1.65997C6.32032 1.65997 4.70941 2.32723 3.52168 3.51496C2.33395 4.70269 1.66669 6.3136 1.66669 7.99331C1.66669 9.67301 2.33395 11.2839 3.52168 12.4716C4.70941 13.6594 6.32032 14.3266 8.00002 14.3266C8.83173 14.3266 9.65529 14.1628 10.4237 13.8445C11.1921 13.5263 11.8903 13.0598 12.4784 12.4716C13.0665 11.8835 13.533 11.1854 13.8513 10.417C14.1695 9.64857 14.3334 8.82501 14.3334 7.99331C14.3334 7.1616 14.1695 6.33804 13.8513 5.56964C13.533 4.80125 13.0665 4.10307 12.4784 3.51496C11.8903 2.92686 11.1921 2.46035 10.4237 2.14207C9.65529 1.82379 8.83173 1.65997 8.00002 1.65997Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.00002 5.00003V5.6667M8.00002 11V10.3334M6.56669 9.50003C6.82669 10.04 7.39269 10.3667 7.99269 10.3334C8.71935 10.4134 9.38602 9.89337 9.49269 9.1667C9.49269 8.66003 9.13269 8.2267 8.63935 8.1267L7.33269 7.86003C6.83269 7.76003 6.47935 7.3267 6.47935 6.82003C6.57935 6.0867 7.24602 5.5667 7.97935 5.65337C8.57935 5.61337 9.13935 5.94003 9.40602 6.4867M8.00002 1.66003C6.32032 1.66003 4.70941 2.32729 3.52168 3.51502C2.33395 4.70276 1.66669 6.31366 1.66669 7.99337C1.66669 9.67307 2.33395 11.284 3.52168 12.4717C4.70941 13.6594 6.32032 14.3267 8.00002 14.3267C8.83173 14.3267 9.65529 14.1629 10.4237 13.8446C11.1921 13.5263 11.8903 13.0598 12.4784 12.4717C13.0665 11.8836 13.533 11.1854 13.8513 10.417C14.1695 9.64863 14.3334 8.82507 14.3334 7.99337C14.3334 7.16166 14.1695 6.3381 13.8513 5.56971C13.533 4.80131 13.0665 4.10313 12.4784 3.51502C11.8903 2.92692 11.1921 2.46041 10.4237 2.14213C9.65529 1.82385 8.83173 1.66003 8.00002 1.66003Z" 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="M10.3706 7.40735L7.99996 9.77802M7.99996 9.77802L5.62929 7.40735M7.99996 9.77802V2.66669M13.3333 10.9627C13.3333 11.5914 13.0835 12.1944 12.6389 12.639C12.1944 13.0836 11.5914 13.3334 10.9626 13.3334H5.03729C4.40855 13.3334 3.80556 13.0836 3.36098 12.639C2.91639 12.1944 2.66663 11.5914 2.66663 10.9627" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M5.62929 7.40729L7.99996 9.77796L10.3706 7.40729M7.99996 9.77796V2.66663M13.3333 10.9626C13.3333 11.5914 13.0835 12.1944 12.6389 12.6389C12.1944 13.0835 11.5914 13.3333 10.9626 13.3333H5.03729C4.40855 13.3333 3.80556 13.0835 3.36098 12.6389C2.91639 12.1944 2.66663 11.5914 2.66663 10.9626" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1 +1 @@
1
- {"lastModified":"2026-03-26T09:36:25Z","componentIds":["8517:143","8517:19","8313:24","8182:203","8182:192","8182:168","8182:134","8182:117","8174:814","8174:813","8155:65","8155:46","8154:56","8143:35","8141:28","7942:13","7940:13","7917:6","7749:4481","7739:563","8153:841","8153:829","7376:560","7350:6","7340:76","5708:512","5709:66","7074:125","7062:110","7062:103","7062:10","1794:289","3:428","1859:116","5839:8248","5809:383","5729:3455","5729:3416","5729:3362","5728:6329","5722:3532","3549:95","3484:414","3224:75","3163:119","3142:104","3:418","3:318","3:432","3:376","3:232","3:118","3:132","3:222","3:102","3:324","3:254","805:1620","19:336","19:345","3:252","19:350","3:358","3:316","2620:321","3:414","3:308","3:210","3:95","3:92","3:288","3:420","784:2069","3:150","1202:653","3:246","3:354","3:352","3:104","3:240","516:126","516:122","3:290","3:348","3:346","3:350","3:434","3:114","3:186","3:158","629:163","3:202","3:200","3:369","3:198","3:322","629:171","3:360","3:292","3:286","805:1627","3:66","629:180","3:112","3:60","3:64","8326:59","3:410","3:130","3:284","3:188","3:228","3:256","3:398","3:172","3:174","3:282","3:148","3:326","3:168","3:336","3:192","3:194","3:170","3:320","1859:284","3:108","3:238","3:294","3:204","805:1628","3:154","3:244","3:404","37:4778","37:4779","805:1619","3:248","887:1927","887:1934","3:120","3:334","2049:82","1859:183","2620:256","3:226","3:166","3:430","3:422","3:208","7943:31","3:276","3:100","3:68","3:296","3:146","1859:184","3:412","3:392","3:268","19:40","3:260","7918:24","3:302","3:272","3:328","3:330","3:258","3:250","3:126","3:230","3:426","3:224","3:110","2008:66","1268:3775","3:156","3:416","8326:52","3:306","3:304","3:98","3:274","3:270","3333:113","3:342","7936:4","3:62","3:196","3:214","38:4780","3:300","3:184","3:424","3:280","3:242","1966:1839","3:378","3:236","3:262","3:312","1150:4620","7935:52","3:266","3:190","3:356","3:344","3:164","3:160","3:124","247:1186","247:1192","3:310","3:122","3:162","3:116","3:180","3:182","3:218","8328:68","3:386","3:70","3:340","3:106","629:175","3:90","3:88","3:86","3:84","163:582","163:572","163:583","163:579","3:380","3:212","3:220","3:138","3:142","3:134","3:136","3:140","3:314","3:338","3:278","3:332","3:234","3:216","2725:3611","3:128","7943:47","3:362","3:264","3:152","3:206","3:74","3:82","3:78","3:80","3:72","3:76","3:298","436:164","5625:429"]}
1
+ {"lastModified":"2026-05-06T14:51:00Z","componentIds":["8517:143","8517:19","8313:24","8182:203","8182:192","8182:168","8182:134","8182:117","8174:814","8174:813","8155:65","8155:46","8154:56","8143:35","8141:28","7942:13","7940:13","7917:6","7749:4481","7739:563","8153:841","8153:829","7376:560","7350:6","7340:76","5708:512","5709:66","7074:125","7062:110","7062:103","7062:10","1794:289","3:428","1859:116","5839:8248","5809:383","5729:3455","5729:3416","5729:3362","5728:6329","5722:3532","3549:95","3484:414","3224:75","3163:119","3142:104","3:418","3:318","3:432","3:376","3:232","3:118","3:132","3:222","3:102","3:324","3:254","805:1620","19:336","19:345","3:252","19:350","3:358","3:316","2620:321","3:414","3:308","3:210","3:95","3:92","3:288","3:420","784:2069","3:150","1202:653","3:246","3:354","3:352","3:104","3:240","516:126","516:122","3:290","3:348","3:346","3:350","3:434","3:114","3:186","3:158","629:163","3:202","3:200","3:198","3:322","629:171","3:360","3:292","3:286","805:1627","3:66","629:180","3:112","3:60","3:64","8326:59","3:410","3:130","3:284","3:188","3:228","3:256","3:398","3:172","3:174","3:282","3:148","3:326","3:168","3:336","3:192","3:194","3:170","3:320","1859:284","3:108","3:238","3:294","3:204","805:1628","3:154","3:244","3:404","37:4778","37:4779","805:1619","3:248","887:1927","887:1934","3:120","3:334","2049:82","1859:183","2620:256","3:226","3:166","3:430","3:422","3:208","7943:31","3:276","3:100","3:68","3:296","3:146","1859:184","3:412","3:392","3:268","19:40","3:260","7918:24","3:302","3:272","3:328","3:330","3:258","3:250","3:126","3:230","3:426","3:224","3:110","2008:66","1268:3775","3:156","3:416","8326:52","3:306","3:304","3:98","3:274","3:270","3333:113","3:342","7936:4","3:62","3:196","3:214","38:4780","3:300","3:184","3:424","3:280","3:242","1966:1839","3:378","3:236","3:262","3:312","1150:4620","7935:52","3:266","3:190","3:356","3:344","3:164","3:160","3:124","247:1186","247:1192","3:310","3:122","3:162","3:116","3:180","3:182","3:218","8328:68","3:386","3:70","3:340","3:106","629:175","3:90","3:88","3:86","3:84","163:582","163:572","163:583","163:579","3:380","3:212","3:220","3:138","3:142","3:134","3:136","3:140","3:314","3:338","3:278","3:332","3:234","3:216","2725:3611","3:128","7943:47","3:264","3:152","3:206","3:74","3:82","3:78","3:80","3:72","3:76","3:298","436:164","5625:429"]}
@@ -1,4 +1,4 @@
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.66663 12.6666H6.66663C4.82596 12.6666 3.33329 11.174 3.33329 9.33331V3.33331M3.33329 3.33331L4.99996 4.99998M3.33329 3.33331L1.66663 4.99998M7.32368 3.33333L9.32368 3.33333C11.1643 3.33333 12.657 4.826 12.657 6.66667L12.657 12.6667M12.657 12.6667L10.9904 11M12.657 12.6667L14.3237 11" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.66663 12.6667H6.66663C4.82596 12.6667 3.33329 11.174 3.33329 9.33337V3.33337M1.66663 5.00004L3.33329 3.33337L4.99996 5.00004M7.32368 3.3334L9.32368 3.3334C11.1643 3.3334 12.657 4.82606 12.657 6.66673L12.657 12.6667M14.3237 11.0001L12.657 12.6667L10.9904 11.0001" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  <rect x="5.84924" y="5.83569" width="4.29191" height="4.31894" rx="1" fill="black"/>
4
4
  </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.66663 12.6666H6.66663C4.82596 12.6666 3.33329 11.174 3.33329 9.33331V3.33331M3.33329 3.33331L4.99996 4.99998M3.33329 3.33331L1.66663 4.99998M7.32368 3.33333L9.32368 3.33333C11.1643 3.33333 12.657 4.826 12.657 6.66667L12.657 12.6667M12.657 12.6667L10.9904 11M12.657 12.6667L14.3237 11" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.66663 12.6666H6.66663C4.82596 12.6666 3.33329 11.1739 3.33329 9.33325V3.33325M1.66663 4.99992L3.33329 3.33325L4.99996 4.99992M7.32368 3.33327L9.32368 3.33327C11.1643 3.33327 12.657 4.82594 12.657 6.66661L12.657 12.6666M14.3237 10.9999L12.657 12.6666L10.9904 10.9999" 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.33333 8H14M14 8L11.6667 10.3333M14 8L11.6667 5.66667M8 2H4C2.89333 2 2 2.89333 2 4V12C2 13.1 2.89333 14 4 14H8" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M7.33333 8H14M11.6667 5.66667L14 8L11.6667 10.3333M8 2H4C2.89333 2 2 2.89333 2 4V12C2 13.1 2.89333 14 4 14H8" 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 2H14M14 2V4.66667M14 2L10 6M2.66667 7.33333V4C2.66667 3.26333 3.26333 2.66667 4 2.66667H7.33333M4.66667 14H2M2 14V11.3333M2 14L6 10M13.3333 8.66667V12C13.3333 12.7367 12.7367 13.3333 12 13.3333H8" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M14 4.66667V2H11.3333M14 2L10 6M2.66667 7.33333V4C2.66667 3.26333 3.26333 2.66667 4 2.66667H7.33333M2 11.3333V14H4.66667M2 14L6 10M13.3333 8.66667V12C13.3333 12.7367 12.7367 13.3333 12 13.3333H8" 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.6666 6.81998L9.17995 2.33331M12.9193 6.06665L5.93929 13.04C5.11262 13.86 3.77262 13.86 2.94595 13.04C2.93929 13.0333 2.93929 13.0333 2.93929 13.0333C2.11262 12.2066 2.11195 10.8666 2.93195 10.04C2.93195 10.0333 2.93195 10.0333 2.93195 10.0333L9.90529 3.05331M4.67329 8.33331H10.6533" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M13.6666 6.82004L9.17995 2.33337M12.9193 6.06671L5.93929 13.04C5.11262 13.86 3.77262 13.86 2.94595 13.04C2.93929 13.0334 2.93929 13.0334 2.93929 13.0334C2.11262 12.2067 2.11195 10.8667 2.93195 10.04C2.93195 10.0334 2.93195 10.0334 2.93195 10.0334L9.90529 3.05337M4.67329 8.33337H10.6533" 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="M8 8L13 3M13 3V6.66667M13 3H9.33333M6 3H4.33333C3.59667 3 3 3.59667 3 4.33333V11.6667C3 12.4 3.59667 13 4.33333 13H11.6667C12.4 13 13 12.4 13 11.6667V10" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8 8L13 3M9.33333 3H13V6.66667M6 3H4.33333C3.59667 3 3 3.59667 3 4.33333V11.6667C3 12.4 3.59667 13 4.33333 13H11.6667C12.4 13 13 12.4 13 11.6667V10" 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="M8.66602 7.33391L2.66602 13.3339M10.5371 11.2545C12.3816 9.34061 13.3496 6.74732 13.2103 4.09288C13.1815 3.38542 12.6146 2.81849 11.9071 2.78962C9.25264 2.65035 6.65934 3.61839 4.74542 5.46297C2.82425 7.38413 2.5634 10.238 4.16275 11.8373C5.7621 13.4366 8.61588 13.1757 10.5371 11.2545Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.66602 7.33385L2.66602 13.3338M10.5371 11.2545C12.3816 9.34055 13.3496 6.74726 13.2103 4.09282C13.1815 3.38536 12.6146 2.81843 11.9071 2.78956C9.25264 2.65029 6.65934 3.61833 4.74542 5.4629C2.82425 7.38407 2.5634 10.238 4.16275 11.8373C5.7621 13.4366 8.61588 13.1756 10.5371 11.2545Z" 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="M8.66665 14H11.3333C12.4333 14 13.3333 13.1 13.3333 12V5.66669M13.3333 5.66669C13.3267 5.13336 13.12 4.62669 12.7467 4.24669L11.0733 2.57336C10.6933 2.19336 10.1867 1.98669 9.65332 1.98669H4.65332C3.54665 1.98669 2.65332 2.88003 2.65332 3.98669V8.65336M13.3333 5.66669H11C10.26 5.66669 9.66665 5.06669 9.66665 4.33336V2.00003M4.66665 10.6667V14M4.66665 14L5.99999 12.6667M4.66665 14L3.33332 12.6667" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M2.65332 8.65336V3.98669C2.65332 2.88003 3.54665 1.98669 4.65332 1.98669H9.65332C10.1867 1.98669 10.6933 2.19336 11.0733 2.57336L12.7467 4.24669C13.12 4.62669 13.3267 5.13336 13.3333 5.66669V12C13.3333 13.1 12.4333 14 11.3333 14H8.66665M13.3333 5.66669H11C10.26 5.66669 9.66665 5.06669 9.66665 4.33336V2.00003M4.66665 10.6667V14M3.33332 12.6667L4.66665 14L5.99999 12.6667" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,4 +1,4 @@
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.66669 9.00002L13.138 5.52869C13.2634 5.40335 13.3334 5.23402 13.3334 5.05735V3.33335C13.3334 2.96535 13.0347 2.66669 12.6667 2.66669H3.33335C2.96535 2.66669 2.66669 2.96535 2.66669 3.33335V5.05735C2.66669 5.23402 2.73669 5.40402 2.86202 5.52869L6.33335 9.00002" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.33335 9.00002V13.166C6.33335 13.708 6.84269 14.106 7.36869 13.9747L9.03535 13.558C9.40602 13.4654 9.66669 13.132 9.66669 12.7494V9.00002" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.66669 8.99996L13.138 5.52863C13.2634 5.40329 13.3334 5.23396 13.3334 5.05729V3.33329C13.3334 2.96529 13.0347 2.66663 12.6667 2.66663H3.33335C2.96535 2.66663 2.66669 2.96529 2.66669 3.33329V5.05729C2.66669 5.23396 2.73669 5.40396 2.86202 5.52863L6.33335 8.99996" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.33335 8.99996V13.166C6.33335 13.708 6.84269 14.106 7.36869 13.9746L9.03535 13.558C9.40602 13.4653 9.66669 13.132 9.66669 12.7493V8.99996" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
4
  </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 14V5.3333M10.464 4.40664C9.744 5.15331 8.61067 5.33197 8.064 5.33197M8.06 5.33331C8.06 5.33331 7.72667 3.2533 8.54 2.4133M10.46 4.40664C10.9867 3.85331 10.9867 2.95997 10.46 2.40664C9.92667 1.8533 9.06667 1.8533 8.54333 2.40664M7.92667 5.33197C7.38 5.33197 6.24667 5.15331 5.53333 4.40664C5 3.85331 5 2.95997 5.53333 2.40664C6.06 1.8533 6.92 1.8533 7.45 2.40664M7.934 5.33331C7.934 5.33331 8.26067 3.2533 7.44733 2.4133M12.6667 7.99997V13.3333C12.6667 13.7 12.3667 14 12 14H4C3.62667 14 3.33333 13.7 3.33333 13.3333V7.99997M13.3333 5.3333H2.66667C2.29867 5.3333 2 5.62664 2 5.99997V7.3333C2 7.69997 2.29333 7.99997 2.66667 7.99997H13.3333C13.7 7.99997 14 7.69997 14 7.3333V5.99997C14 5.62664 13.7 5.3333 13.3333 5.3333Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8 14V5.33337M10.464 4.4067C9.744 5.15337 8.61067 5.33203 8.064 5.33203M8.06 5.33337C8.06 5.33337 7.72667 3.25337 8.54 2.41337M10.46 4.4067C10.9867 3.85337 10.9867 2.96003 10.46 2.4067C9.92667 1.85337 9.06667 1.85337 8.54333 2.4067M7.92667 5.33203C7.38 5.33203 6.24667 5.15337 5.53333 4.4067C5 3.85337 5 2.96003 5.53333 2.4067C6.06 1.85337 6.92 1.85337 7.45 2.4067M7.934 5.33337C7.934 5.33337 8.26067 3.25337 7.44733 2.41337M12.6667 8.00003V13.3334C12.6667 13.7 12.3667 14 12 14H4C3.62667 14 3.33333 13.7 3.33333 13.3334V8.00003M13.3333 5.33337H2.66667C2.29867 5.33337 2 5.6267 2 6.00003V7.33337C2 7.70003 2.29333 8.00003 2.66667 8.00003H13.3333C13.7 8.00003 14 7.70003 14 7.33337V6.00003C14 5.6267 13.7 5.33337 13.3333 5.33337Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,6 +1,6 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g clip-path="url(#clip0_3_426)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00595 0.799988C4.02124 0.799988 0.799988 4.09997 0.799988 8.18251C0.799988 11.4459 2.86395 14.2083 5.72722 15.186C6.0852 15.2595 6.21633 15.0271 6.21633 14.8317C6.21633 14.6605 6.20453 14.0739 6.20453 13.4626C4.20001 13.9027 3.78258 12.5826 3.78258 12.5826C3.46044 11.727 2.98313 11.5071 2.98313 11.5071C2.32705 11.0548 3.03092 11.0548 3.03092 11.0548C3.75869 11.1037 4.14056 11.8126 4.14056 11.8126C4.7847 12.937 5.82265 12.6193 6.24022 12.4237C6.29981 11.947 6.49083 11.617 6.69364 11.4337C5.09489 11.2626 3.4128 10.627 3.4128 7.79131C3.4128 6.98461 3.69895 6.32461 4.15236 5.81132C4.08083 5.62802 3.83022 4.87007 4.22405 3.85562C4.22405 3.85562 4.83249 3.66003 6.20438 4.61342C6.79174 4.45182 7.39747 4.36961 8.00595 4.36892C8.61438 4.36892 9.23462 4.45457 9.80736 4.61342C11.1794 3.66003 11.7878 3.85562 11.7878 3.85562C12.1817 4.87007 11.9309 5.62802 11.8594 5.81132C12.3247 6.32461 12.5991 6.98461 12.5991 7.79131C12.5991 10.627 10.917 11.2503 9.3063 11.4337C9.56885 11.6659 9.79541 12.1059 9.79541 12.8026C9.79541 13.7926 9.78361 14.5872 9.78361 14.8315C9.78361 15.0271 9.91489 15.2595 10.2727 15.1861C13.136 14.2081 15.2 11.4459 15.2 8.18251C15.2118 4.09997 11.9787 0.799988 8.00595 0.799988Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00595 0.800049C4.02124 0.800049 0.799988 4.10004 0.799988 8.18257C0.799988 11.446 2.86395 14.2083 5.72722 15.186C6.0852 15.2595 6.21633 15.0272 6.21633 14.8317C6.21633 14.6606 6.20453 14.0739 6.20453 13.4627C4.20001 13.9028 3.78258 12.5826 3.78258 12.5826C3.46044 11.7271 2.98313 11.5072 2.98313 11.5072C2.32705 11.0549 3.03092 11.0549 3.03092 11.0549C3.75869 11.1038 4.14056 11.8127 4.14056 11.8127C4.7847 12.9371 5.82265 12.6194 6.24022 12.4238C6.29981 11.9471 6.49083 11.6171 6.69364 11.4338C5.09489 11.2627 3.4128 10.6271 3.4128 7.79137C3.4128 6.98467 3.69895 6.32468 4.15236 5.81138C4.08083 5.62808 3.83022 4.87013 4.22405 3.85569C4.22405 3.85569 4.83249 3.66009 6.20438 4.61348C6.79174 4.45188 7.39747 4.36968 8.00595 4.36898C8.61438 4.36898 9.23462 4.45463 9.80736 4.61348C11.1794 3.66009 11.7878 3.85569 11.7878 3.85569C12.1817 4.87013 11.9309 5.62808 11.8594 5.81138C12.3247 6.32468 12.5991 6.98467 12.5991 7.79137C12.5991 10.6271 10.917 11.2504 9.3063 11.4338C9.56885 11.666 9.79541 12.106 9.79541 12.8027C9.79541 13.7927 9.78361 14.5872 9.78361 14.8316C9.78361 15.0272 9.91489 15.2595 10.2727 15.1862C13.136 14.2082 15.2 11.446 15.2 8.18257C15.2118 4.10004 11.9787 0.800049 8.00595 0.800049Z" fill="black"/>
4
4
  </g>
5
5
  <defs>
6
6
  <clipPath id="clip0_3_426">
@@ -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 14C2 12.7133 3.04267 11.6667 4.32667 11.6667H7C8.28667 11.6667 9.32667 12.7093 9.32667 13.9933M10.6667 11.6707H11.6667C12.9533 11.6707 13.9933 12.7133 13.9933 13.9973M11.9194 2.99997H14.7479M13.3336 4.41418V1.58575M5.66667 5.67066C5.40402 5.67066 5.14395 5.7224 4.9013 5.8229C4.65865 5.92341 4.43817 6.07073 4.25245 6.25645C4.06674 6.44217 3.91942 6.66265 3.81891 6.9053C3.7184 7.14795 3.66667 7.40802 3.66667 7.67066C3.66667 7.93331 3.7184 8.19338 3.81891 8.43603C3.91942 8.67868 4.06674 8.89916 4.25245 9.08488C4.43817 9.27059 4.65865 9.41791 4.9013 9.51842C5.14395 9.61893 5.40402 9.67066 5.66667 9.67066C5.92931 9.67066 6.18938 9.61893 6.43203 9.51842C6.67468 9.41791 6.89516 9.27059 7.08088 9.08488C7.2666 8.89916 7.41392 8.67868 7.51443 8.43603C7.61494 8.19338 7.66667 7.93331 7.66667 7.67066C7.66667 7.40802 7.61494 7.14795 7.51443 6.9053C7.41392 6.66265 7.2666 6.44217 7.08088 6.25645C6.89516 6.07073 6.67468 5.92341 6.43203 5.8229C6.18938 5.7224 5.92931 5.67066 5.66667 5.67066ZM10.6667 7.004C10.313 7.004 9.97391 7.14447 9.72386 7.39452C9.47381 7.64457 9.33333 7.98371 9.33333 8.33733C9.33333 8.69095 9.47381 9.03009 9.72386 9.28014C9.97391 9.53019 10.313 9.67066 10.6667 9.67066C11.0203 9.67066 11.3594 9.53019 11.6095 9.28014C11.8595 9.03009 12 8.69095 12 8.33733C12 7.98371 11.8595 7.64457 11.6095 7.39452C11.3594 7.14447 11.0203 7.004 10.6667 7.004Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M2 14.0001C2 12.7134 3.04267 11.6667 4.32667 11.6667H7C8.28667 11.6667 9.32667 12.7094 9.32667 13.9934M10.6667 11.6707H11.6667C12.9533 11.6707 13.9933 12.7134 13.9933 13.9974M11.9194 3.00003H14.7479M13.3336 4.41424V1.58582M5.66667 5.67072C5.40402 5.67072 5.14395 5.72246 4.9013 5.82297C4.65865 5.92348 4.43817 6.07079 4.25245 6.25651C4.06674 6.44223 3.91942 6.66271 3.81891 6.90536C3.7184 7.14801 3.66667 7.40808 3.66667 7.67072C3.66667 7.93337 3.7184 8.19344 3.81891 8.43609C3.91942 8.67874 4.06674 8.89922 4.25245 9.08494C4.43817 9.27066 4.65865 9.41797 4.9013 9.51848C5.14395 9.61899 5.40402 9.67072 5.66667 9.67072C5.92931 9.67072 6.18938 9.61899 6.43203 9.51848C6.67468 9.41797 6.89516 9.27066 7.08088 9.08494C7.2666 8.89922 7.41392 8.67874 7.51443 8.43609C7.61494 8.19344 7.66667 7.93337 7.66667 7.67072C7.66667 7.40808 7.61494 7.14801 7.51443 6.90536C7.41392 6.66271 7.2666 6.44223 7.08088 6.25651C6.89516 6.07079 6.67468 5.92348 6.43203 5.82297C6.18938 5.72246 5.92931 5.67072 5.66667 5.67072ZM10.6667 7.00406C10.313 7.00406 9.97391 7.14453 9.72386 7.39458C9.47381 7.64463 9.33333 7.98377 9.33333 8.33739C9.33333 8.69101 9.47381 9.03015 9.72386 9.2802C9.97391 9.53025 10.313 9.67072 10.6667 9.67072C11.0203 9.67072 11.3594 9.53025 11.6095 9.2802C11.8595 9.03015 12 8.69101 12 8.33739C12 7.98377 11.8595 7.64463 11.6095 7.39458C11.3594 7.14453 11.0203 7.00406 10.6667 7.00406Z" 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.86 6.34664C14.3866 6.8733 14.3866 7.72664 13.86 8.2533C13.3266 8.77997 12.4733 8.77997 11.9466 8.2533C11.4133 7.71997 11.4133 6.86664 11.9466 6.33997C12.4733 5.80664 13.3266 5.80664 13.8533 6.3393M9.46663 3.93997C10.2733 4.74664 10.2733 6.05997 9.46663 6.8733C8.65329 7.67997 7.33996 7.67997 6.52663 6.8733C5.71329 6.05997 5.71329 4.74664 6.52663 3.9333C7.33329 3.11997 8.64663 3.11997 9.45996 3.9333M4.03996 6.34664C4.56663 6.8733 4.56663 7.72664 4.03996 8.2533C3.50663 8.77997 2.65329 8.77997 2.12663 8.2533C1.59329 7.71997 1.59329 6.86664 2.12663 6.33997C2.65329 5.80664 3.50663 5.80664 4.03329 6.3393M15.3333 12.6666V11.9333C15.3333 11.0066 14.5866 10.2666 13.6666 10.2666H13.1266M0.666626 12.6666V11.9333C0.666626 11.0066 1.40663 10.2666 2.33329 10.2666H2.86663M11.5533 12.6666V11.5933C11.5533 10.3 10.5066 9.25997 9.21996 9.25997H6.76663C5.47329 9.25997 4.43329 10.3 4.43329 11.5933V12.66" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M13.86 6.3467C14.3866 6.87336 14.3866 7.7267 13.86 8.25336C13.3266 8.78003 12.4733 8.78003 11.9466 8.25336C11.4133 7.72003 11.4133 6.8667 11.9466 6.34003C12.4733 5.8067 13.3266 5.8067 13.8533 6.33936M9.46663 3.94003C10.2733 4.7467 10.2733 6.06003 9.46663 6.87336C8.65329 7.68003 7.33996 7.68003 6.52663 6.87336C5.71329 6.06003 5.71329 4.7467 6.52663 3.93336C7.33329 3.12003 8.64663 3.12003 9.45996 3.93336M4.03996 6.3467C4.56663 6.87336 4.56663 7.7267 4.03996 8.25336C3.50663 8.78003 2.65329 8.78003 2.12663 8.25336C1.59329 7.72003 1.59329 6.8667 2.12663 6.34003C2.65329 5.8067 3.50663 5.8067 4.03329 6.33936M15.3333 12.6667V11.9334C15.3333 11.0067 14.5866 10.2667 13.6666 10.2667H13.1266M0.666626 12.6667V11.9334C0.666626 11.0067 1.40663 10.2667 2.33329 10.2667H2.86663M11.5533 12.6667V11.5934C11.5533 10.3 10.5066 9.26003 9.21996 9.26003H6.76663C5.47329 9.26003 4.43329 10.3 4.43329 11.5934V12.66" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>