@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="M1.33057 9.33391L3.03163 6.4988C3.22741 6.17251 3.51218 5.9088 3.85253 5.73862L4.24282 5.54348C4.52065 5.40457 4.827 5.33225 5.13762 5.33225H14.6695M2.66447 14.0025L6.50732 12.6139C7.04368 12.4201 7.50381 12.0595 7.82022 11.585L9.8163 8.59182C10.1066 8.15647 10.0493 7.57672 9.67925 7.20671C9.25066 6.77812 8.55581 6.77805 8.12714 7.20655L6.66614 8.66693M6.66614 8.66693H5.33225M6.66614 8.66693L6.6661 4.93206C6.65086 4.06365 7.3422 3.34717 8.2106 3.33139H13.1249C13.9933 3.34717 14.6847 4.06365 14.6694 4.93206V7.73322C14.6847 8.60163 13.9933 9.31811 13.1249 9.33389H9.32141" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M1.33057 9.33394L3.03163 6.49884C3.22741 6.17254 3.51218 5.90883 3.85253 5.73865L4.24282 5.54351C4.52065 5.4046 4.827 5.33228 5.13762 5.33228H14.6695M5.33225 8.66697H6.66614L8.12714 7.20658C8.55581 6.77808 9.25066 6.77815 9.67925 7.20674C10.0493 7.57675 10.1066 8.15651 9.8163 8.59185L7.82022 11.5851C7.50381 12.0595 7.04368 12.4201 6.50732 12.6139L2.66447 14.0025M6.66614 8.66697L6.6661 4.93209C6.65086 4.06368 7.3422 3.3472 8.2106 3.33142H13.1249C13.9933 3.3472 14.6847 4.06368 14.6694 4.93209V7.73325C14.6847 8.60166 13.9933 9.31815 13.1249 9.33392H9.32141" 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.2738 6.00006V10.5001M3.9933 8.13335V10.7467C3.9933 11.3734 4.30663 11.9667 4.8333 12.3134L5.89997 13.02C7.16663 13.86 8.81663 13.86 10.0833 13.02L11.15 12.3067C11.6766 11.9534 11.99 11.36 11.99 10.7334V8.11335M6.46863 2.72668L2.34663 5.01335C1.4813 5.49335 1.4813 6.73335 2.34663 7.21335L6.45996 9.50002C7.40663 10.0267 8.56663 10.0267 9.51997 9.50002L13.6333 7.21335C14.4933 6.72668 14.4933 5.48668 13.6333 5.00802L9.5133 2.72135C8.55997 2.18802 7.39997 2.18802 6.44663 2.72135L6.46863 2.72668Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M14.2738 6V10.5M3.9933 8.13329V10.7466C3.9933 11.3733 4.30663 11.9666 4.8333 12.3133L5.89997 13.02C7.16663 13.86 8.81663 13.86 10.0833 13.02L11.15 12.3066C11.6766 11.9533 11.99 11.36 11.99 10.7333V8.11329M6.46863 2.72662L2.34663 5.01329C1.4813 5.49329 1.4813 6.73329 2.34663 7.21329L6.45996 9.49996C7.40663 10.0266 8.56663 10.0266 9.51997 9.49996L13.6333 7.21329C14.4933 6.72662 14.4933 5.48662 13.6333 5.00796L9.5133 2.72129C8.55997 2.18796 7.39997 2.18796 6.44663 2.72129L6.46863 2.72662Z" 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.4667 2.66669C12.58 2.66669 14 4.65335 14 6.50669C14 10.26 8.10667 13.3334 8 13.3334C7.89333 13.3334 2 10.26 2 6.50669C2 4.65335 3.42 2.66669 5.53333 2.66669C6.74667 2.66669 7.54 3.27335 8 3.80669C8.46 3.27335 9.25333 2.66669 10.4667 2.66669Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M10.4667 2.66663C12.58 2.66663 14 4.65329 14 6.50663C14 10.26 8.10667 13.3333 8 13.3333C7.89333 13.3333 2 10.26 2 6.50663C2 4.65329 3.42 2.66663 5.53333 2.66663C6.74667 2.66663 7.54 3.27329 8 3.80663C8.46 3.27329 9.25333 2.66663 10.4667 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="M3.95838 5.99916L4.43924 3.11196C4.54662 2.46903 5.10352 1.9975 5.75512 1.9975H10.1643C10.8166 1.9975 11.3728 2.46903 11.4802 3.11196L11.9617 5.99916M6.8169 12.0017C6.8169 13.1067 5.9211 14.0025 4.81607 14.0025C3.71104 14.0025 2.81523 13.1067 2.81523 12.0017C2.81523 10.8966 3.71104 10.0008 4.81607 10.0008C5.9211 10.0008 6.8169 10.8966 6.8169 12.0017ZM6.8169 12.0017C7.4485 11.2393 8.47226 11.2393 9.10385 12.0017M9.10385 12.0017C9.10385 13.1067 9.99966 14.0025 11.1047 14.0025C12.2097 14.0025 13.1055 13.1067 13.1055 12.0017C13.1055 10.8966 12.2097 10.0008 11.1047 10.0008C9.99966 10.0008 9.10385 10.8966 9.10385 12.0017ZM1.99756 8.66694C5.31294 6.8882 10.6872 6.8882 14.0026 8.66694" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3.95838 5.99923L4.43924 3.11202C4.54662 2.46909 5.10352 1.99756 5.75512 1.99756H10.1643C10.8166 1.99756 11.3728 2.46909 11.4802 3.11202L11.9617 5.99923M6.8169 12.0017C6.8169 13.1068 5.9211 14.0026 4.81607 14.0026C3.71104 14.0026 2.81523 13.1068 2.81523 12.0017C2.81523 10.8967 3.71104 10.0009 4.81607 10.0009C5.9211 10.0009 6.8169 10.8967 6.8169 12.0017ZM6.8169 12.0017C7.4485 11.2394 8.47226 11.2394 9.10385 12.0017M9.10385 12.0017C9.10385 13.1068 9.99966 14.0026 11.1047 14.0026C12.2097 14.0026 13.1055 13.1068 13.1055 12.0017C13.1055 10.8967 12.2097 10.0009 11.1047 10.0009C9.99966 10.0009 9.10385 10.8967 9.10385 12.0017ZM1.99756 8.667C5.31294 6.88826 10.6872 6.88826 14.0026 8.667" 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.03162 2.03162C11.3452 2.03162 14.0314 4.7181 14.0316 8.03162C14.0316 11.3453 11.3453 14.0316 8.03162 14.0316C4.7181 14.0314 2.03162 11.3452 2.03162 8.03162C2.03185 4.71825 4.71825 2.03185 8.03162 2.03162ZM10.6254 5.33923L10.6244 5.33826C9.28265 5.33826 8.56158 6.39697 8.24158 6.85291C8.21223 6.89473 8.18954 6.9393 8.17126 6.98474C7.97127 6.75349 7.7223 6.48665 7.4408 6.23962C6.96548 5.82259 6.26809 5.33834 5.49548 5.33826L5.49353 5.33923L5.49255 5.33826C4.10242 5.337 3.17224 6.64972 3.17224 8.00037C3.17241 9.3506 4.10227 10.6626 5.49158 10.6615L5.49255 10.6605L5.49451 10.6615C6.87817 10.6614 7.68506 9.6537 8.05408 9.16638C8.08362 9.12736 8.10684 9.0851 8.12634 9.04236C8.30586 9.26285 8.5245 9.51155 8.7699 9.74353C9.20666 10.1563 9.87182 10.6615 10.6254 10.6615V10.6605L10.6273 10.6615C11.2984 10.6621 11.8629 10.3074 12.2386 9.8197C12.6138 9.33263 12.8274 8.68687 12.8275 8.00037C12.8275 6.69884 11.9905 5.3372 10.6273 5.33826L10.6254 5.33923ZM5.49548 6.63904L5.60095 6.64783C5.85916 6.69038 6.20078 6.88145 6.58337 7.21716C6.94124 7.5312 7.24663 7.8949 7.43298 8.13318C7.27355 8.15881 7.12315 8.24236 7.01794 8.38123C6.65311 8.86305 6.197 9.35347 5.51013 9.36072C5.5014 9.36051 5.4925 9.36057 5.48376 9.36072C5.03196 9.35617 4.47318 8.8672 4.47302 8.00037C4.47302 7.18319 4.96942 6.70034 5.40564 6.64392L5.49158 6.63904C5.49282 6.63904 5.49424 6.63904 5.49548 6.63904ZM10.6283 6.63904C10.9772 6.63885 11.5277 7.08024 11.5277 8.00037C11.5276 8.42426 11.3948 8.7848 11.2094 9.02576C11.0273 9.26207 10.82 9.35775 10.6381 9.36072C10.628 9.36052 10.6178 9.35949 10.6078 9.35974C10.3951 9.35064 10.063 9.1768 9.66345 8.79919C9.32417 8.4785 9.03452 8.10539 8.86267 7.86755C9.03507 7.84359 9.19815 7.75368 9.30603 7.59998C9.66548 7.08783 10.0263 6.65062 10.6029 6.64001C10.6113 6.64027 10.6199 6.63909 10.6283 6.63904ZM8.64392 8.03357L8.64197 8.03455C8.64324 8.03063 8.64468 8.02676 8.64587 8.02283C8.64514 8.02642 8.64471 8.03008 8.64392 8.03357Z" fill="black"/>
2
+ <path d="M8.03162 2.03162C11.3452 2.03162 14.0314 4.7181 14.0316 8.03162C14.0316 11.3453 11.3453 14.0316 8.03162 14.0316C4.7181 14.0314 2.03162 11.3452 2.03162 8.03162C2.03185 4.71825 4.71825 2.03185 8.03162 2.03162ZM10.6254 5.33923L10.6244 5.33826C9.28267 5.33826 8.56159 6.39695 8.24158 6.85291C8.21223 6.89472 8.18954 6.9393 8.17126 6.98474C7.97128 6.7535 7.72229 6.48664 7.4408 6.23962C6.96549 5.8226 6.26807 5.33836 5.49548 5.33826L5.49353 5.33923L5.49255 5.33826C4.10242 5.337 3.17224 6.64972 3.17224 8.00037C3.17241 9.3506 4.10227 10.6626 5.49158 10.6615L5.49255 10.6605L5.49451 10.6615C6.87814 10.6614 7.68507 9.6537 8.05408 9.16638C8.08361 9.12737 8.10685 9.08509 8.12634 9.04236C8.30586 9.26285 8.52451 9.51156 8.7699 9.74353C9.20666 10.1563 9.87183 10.6615 10.6254 10.6615V10.6605L10.6273 10.6615C11.2984 10.6621 11.8629 10.3073 12.2386 9.8197C12.6138 9.33263 12.8274 8.68686 12.8275 8.00037C12.8275 6.69886 11.9905 5.33723 10.6273 5.33826L10.6254 5.33923ZM5.49548 6.63904L5.60095 6.64783C5.85916 6.6904 6.2008 6.88148 6.58337 7.21716C6.94122 7.53119 7.24664 7.89491 7.43298 8.13318C7.27356 8.15881 7.12315 8.24238 7.01794 8.38123C6.65312 8.86303 6.19697 9.35344 5.51013 9.36072C5.50142 9.36051 5.49248 9.36057 5.48376 9.36072C5.03196 9.35618 4.47318 8.8672 4.47302 8.00037C4.47302 7.18319 4.96942 6.70034 5.40564 6.64392L5.49158 6.63904C5.4928 6.63904 5.49426 6.63904 5.49548 6.63904ZM10.6283 6.63904C10.9772 6.63889 11.5277 7.08028 11.5277 8.00037C11.5276 8.42425 11.3947 8.7848 11.2094 9.02576C11.0274 9.26204 10.82 9.35774 10.6381 9.36072C10.628 9.36052 10.6178 9.3595 10.6078 9.35974C10.3951 9.35064 10.063 9.17677 9.66345 8.79919C9.32419 8.47852 9.03452 8.10539 8.86267 7.86755C9.03505 7.84358 9.19816 7.75367 9.30603 7.59998C9.66548 7.08784 10.0263 6.65062 10.6029 6.64001C10.6113 6.64026 10.6199 6.63909 10.6283 6.63904ZM8.64392 8.03357L8.64197 8.03455C8.64324 8.03063 8.64468 8.02676 8.64587 8.02283C8.64514 8.02642 8.64471 8.03008 8.64392 8.03357Z" 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.24929 9.25127C6.65369 10.0379 5.62964 11.2533 3.94792 11.2533V11.2505L3.94209 11.2533C2.4519 11.2547 1.24316 9.79692 1.24316 8C1.24316 6.20307 2.4519 4.74527 3.94325 4.74667L3.94909 4.74949V4.74667C5.63081 4.74667 7.44449 6.94323 8.0401 7.73123C8.03893 7.73123 8.25032 8 8.25032 8L8.4466 8.26876C8.99966 9.05535 10.6838 11.2533 12.2454 11.2533V11.2505L12.2508 11.2533C13.6346 11.2547 14.757 9.79692 14.757 8C14.757 6.20307 13.6346 4.74527 12.2497 4.74667L12.2443 4.74949V4.74667C10.6827 4.74667 9.8044 5.96072 9.25134 6.74872" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M7.24929 9.2513C6.65369 10.0379 5.62964 11.2533 3.94792 11.2533V11.2505L3.94209 11.2533C2.4519 11.2548 1.24316 9.79695 1.24316 8.00003C1.24316 6.2031 2.4519 4.7453 3.94325 4.74671L3.94909 4.74952V4.74671C5.63081 4.74671 7.44449 6.94326 8.0401 7.73126C8.03893 7.73126 8.25032 8.00003 8.25032 8.00003L8.4466 8.26879C8.99966 9.05538 10.6838 11.2533 12.2454 11.2533V11.2505L12.2508 11.2533C13.6346 11.2548 14.757 9.79695 14.757 8.00003C14.757 6.2031 13.6346 4.7453 12.2497 4.74671L12.2443 4.74952V4.74671C10.6827 4.74671 9.8044 5.96075 9.25134 6.74875" 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.99998 2.66669V4.66669M13.6666 13.3334L11 7.33335L8.33331 13.3334M8.92665 12H13.0733M2.33331 10C5.06331 9.78002 7.45065 7.39335 7.66731 4.66669H2.33398M7.66665 10C5.95998 9.86002 4.46798 8.36669 4.33331 6.66669" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M4.99998 2.66663V4.66663M13.6666 13.3333L11 7.33329L8.33331 13.3333M8.92665 12H13.0733M2.33331 9.99996C5.06331 9.77996 7.45065 7.39329 7.66731 4.66663H2.33398M7.66665 9.99996C5.95998 9.85996 4.46798 8.36663 4.33331 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="M5.33329 2.66665L6.19996 1.58331C6.32663 1.42331 6.51329 1.33331 6.71996 1.33331H9.27329C9.47329 1.33331 9.66663 1.41998 9.79329 1.58331L10.6533 2.66665V3.33331C10.6533 3.69998 10.3533 3.99998 9.98663 3.99998H5.98663C5.61329 3.99998 5.31996 3.69998 5.31996 3.33331V2.66665H5.33329ZM5.33329 2.66665L3.99996 2.66665C3.25996 2.66665 2.66663 3.25998 2.66663 3.99998V12.6666C2.66663 13.4 3.25996 14 3.99996 14H7.99996M13.3333 7.99998V3.99998C13.3333 3.25998 12.7333 2.66665 12 2.66665H10.6666M12.2526 11.934C12.286 11.9673 12.286 12.0273 12.2526 12.0673C12.2126 12.1006 12.1526 12.1006 12.1126 12.0673C12.0726 12.0273 12.0726 11.9673 12.1126 11.9273C12.146 11.8873 12.206 11.8873 12.246 11.9273M5.33329 8.99998H8.66663M5.33329 6.66665H10.6666M5.33329 11.3333H6.66663M9.83996 12.46C9.65329 12.18 9.65329 11.8133 9.83996 11.54C10.4 10.68 11.2933 9.99331 12.182 9.99331C13.0686 9.99331 13.9553 10.6733 14.522 11.5333C14.702 11.8066 14.702 12.1733 14.522 12.4533C13.9553 13.308 13.062 13.9933 12.1753 13.9933C11.282 13.9933 10.3953 13.3066 9.83329 12.4533L9.83996 12.46Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M5.33329 2.66671L6.19996 1.58337C6.32663 1.42337 6.51329 1.33337 6.71996 1.33337H9.27329C9.47329 1.33337 9.66663 1.42004 9.79329 1.58337L10.6533 2.66671V3.33337C10.6533 3.70004 10.3533 4.00004 9.98663 4.00004H5.98663C5.61329 4.00004 5.31996 3.70004 5.31996 3.33337V2.66671H5.33329ZM5.33329 2.66671L3.99996 2.66671C3.25996 2.66671 2.66663 3.26004 2.66663 4.00004V12.6667C2.66663 13.4 3.25996 14 3.99996 14H7.99996M13.3333 8.00004V4.00004C13.3333 3.26004 12.7333 2.66671 12 2.66671H10.6666M12.2526 11.934C12.286 11.9674 12.286 12.0274 12.2526 12.0674C12.2126 12.1007 12.1526 12.1007 12.1126 12.0674C12.0726 12.0274 12.0726 11.9674 12.1126 11.9274C12.146 11.8874 12.206 11.8874 12.246 11.9274M5.33329 9.00004H8.66663M5.33329 6.66671H10.6666M5.33329 11.3334H6.66663M9.83996 12.46C9.65329 12.18 9.65329 11.8134 9.83996 11.54C10.4 10.68 11.2933 9.99337 12.182 9.99337C13.0686 9.99337 13.9553 10.6734 14.522 11.5334C14.702 11.8067 14.702 12.1734 14.522 12.4534C13.9553 13.308 13.062 13.9934 12.1753 13.9934C11.282 13.9934 10.3953 13.3067 9.83329 12.4534L9.83996 12.46Z" 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 4.66665V11.3333C2 12.0666 2.6 12.6666 3.33333 12.6666H12.6667C13.4 12.6666 14 12.0666 14 11.3333V4.66665M2 4.53331C2 4.93331 2.2 5.26665 2.53333 5.53331L6.53333 8.26665C7.46667 8.86665 8.6 8.86665 9.53333 8.26665L13.5333 5.59998C13.8 5.26665 14 4.93331 14 4.53331C14 3.86665 13.4667 3.33331 12.8 3.33331H3.2C2.53333 3.33331 2 3.86665 2 4.53331Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M2 4.66671V11.3334C2 12.0667 2.6 12.6667 3.33333 12.6667H12.6667C13.4 12.6667 14 12.0667 14 11.3334V4.66671M2 4.53337C2 4.93337 2.2 5.26671 2.53333 5.53337L6.53333 8.26671C7.46667 8.86671 8.6 8.86671 9.53333 8.26671L13.5333 5.60004C13.8 5.26671 14 4.93337 14 4.53337C14 3.86671 13.4667 3.33337 12.8 3.33337H3.2C2.53333 3.33337 2 3.86671 2 4.53337Z" 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.66671 9.33331V13.9933C4.66671 14.1733 4.81337 14.32 5.00004 14.32C5.04671 14.3133 5.09337 14.3066 5.13337 14.2866L7.99337 12.98L10.8534 14.28C11.02 14.3533 11.2134 14.28 11.2934 14.1133C11.3067 14.0666 11.32 14.02 11.32 13.9733V9.23331M8.00004 1.33331C6.76236 1.33331 5.57538 1.82498 4.70021 2.70015C3.82504 3.57532 3.33337 4.7623 3.33337 5.99998C3.33337 7.23766 3.82504 8.42464 4.70021 9.29981C5.57538 10.175 6.76236 10.6666 8.00004 10.6666C9.23772 10.6666 10.4247 10.175 11.2999 9.29981C12.175 8.42464 12.6667 7.23766 12.6667 5.99998C12.6667 4.7623 12.175 3.57532 11.2999 2.70015C10.4247 1.82498 9.23772 1.33331 8.00004 1.33331Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M4.66671 9.33337V13.9934C4.66671 14.1734 4.81337 14.32 5.00004 14.32C5.04671 14.3134 5.09337 14.3067 5.13337 14.2867L7.99337 12.98L10.8534 14.28C11.02 14.3534 11.2134 14.28 11.2934 14.1134C11.3067 14.0667 11.32 14.02 11.32 13.9734V9.23337M8.00004 1.33337C6.76236 1.33337 5.57538 1.82504 4.70021 2.70021C3.82504 3.57538 3.33337 4.76236 3.33337 6.00004C3.33337 7.23772 3.82504 8.4247 4.70021 9.29987C5.57538 10.175 6.76236 10.6667 8.00004 10.6667C9.23772 10.6667 10.4247 10.175 11.2999 9.29987C12.175 8.4247 12.6667 7.23772 12.6667 6.00004C12.6667 4.76236 12.175 3.57538 11.2999 2.70021C10.4247 1.82504 9.23772 1.33337 8.00004 1.33337Z" 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.07995 9.20001L1.99329 11.3333L3.65995 12.3333L4.65995 14L7.25329 11.2667M8.73329 11.27L11.3266 13.9967L12.3266 12.33L13.9933 11.33L11.9066 9.19668M11.2933 3.36668C13.1133 5.18668 13.1133 8.14001 11.2933 9.96001C9.46662 11.78 6.51329 11.78 4.69329 9.96001C2.86662 8.13335 2.86662 5.18001 4.68662 3.36001C6.50662 1.53335 9.45995 1.53335 11.28 3.35935M7.99329 8.38935L9.18662 9.01601C9.41995 9.13601 9.68662 8.93601 9.64662 8.67601L9.41329 7.33601L10.38 6.38935C10.5666 6.20268 10.46 5.88268 10.2 5.84268L8.85995 5.64268L8.25995 4.42268C8.13995 4.18268 7.80662 4.18268 7.68662 4.42268L7.08662 5.63601L5.74662 5.82935C5.48595 5.86268 5.37995 6.18268 5.56662 6.36935L6.53329 7.30935L6.29995 8.64268C6.25329 8.90268 6.52662 9.09601 6.75995 8.97601L7.95329 8.34268H7.94662L7.99329 8.38935Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M4.07995 9.19995L1.99329 11.3333L3.65995 12.3333L4.65995 14L7.25329 11.2666M8.73329 11.27L11.3266 13.9966L12.3266 12.33L13.9933 11.33L11.9066 9.19662M11.2933 3.36662C13.1133 5.18662 13.1133 8.13995 11.2933 9.95995C9.46662 11.78 6.51329 11.78 4.69329 9.95995C2.86662 8.13329 2.86662 5.17995 4.68662 3.35995C6.50662 1.53328 9.45995 1.53328 11.28 3.35928M7.99329 8.38928L9.18662 9.01595C9.41995 9.13595 9.68662 8.93595 9.64662 8.67595L9.41329 7.33595L10.38 6.38928C10.5666 6.20262 10.46 5.88262 10.2 5.84262L8.85995 5.64262L8.25995 4.42262C8.13995 4.18262 7.80662 4.18262 7.68662 4.42262L7.08662 5.63595L5.74662 5.82929C5.48595 5.86262 5.37995 6.18262 5.56662 6.36928L6.53329 7.30928L6.29995 8.64262C6.25329 8.90262 6.52662 9.09595 6.75995 8.97595L7.95329 8.34262H7.94662L7.99329 8.38928Z" 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.66663 7.99998H12.3333M3.66663 11.6667H12.3333M3.66663 4.33331H12.3333" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3.66663 8.00004H12.3333M3.66663 11.6667H12.3333M3.66663 4.33337H12.3333" 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_805_1619)">
3
- <path d="M4.71867 14.5387C6.51868 14.5387 7.98534 13.072 7.98534 11.2693C7.98001 9.464 6.51334 8 4.71334 8C2.90667 8 1.44401 9.46 1.44401 11.2693M4.72201 14.542C4.22867 14.542 3.76201 14.4287 3.34201 14.2353L1.32867 14.662L1.74867 12.642C1.54867 12.222 1.44201 11.7487 1.44201 11.2553M4.37134 8.01333C4.13134 7.46 3.99801 6.86666 3.99801 6.24C3.99801 3.56 6.39134 1.41333 9.33134 1.41333C12.2647 1.41333 14.6647 3.56 14.6647 6.24C14.6647 7.82 13.818 9.216 12.5313 10.0947C12.5313 10.5947 12.5247 11.2747 12.5247 11.988L10.4313 10.9547C10.0713 11.0213 9.69801 11.0547 9.31801 11.0547C8.84468 11.0547 8.38468 10.9947 7.95134 10.888" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M4.71861 14.5387C6.51861 14.5387 7.98528 13.072 7.98528 11.2693C7.97995 9.464 6.51328 8 4.71328 8C2.90661 8 1.44395 9.46 1.44395 11.2693M4.72195 14.542C4.22861 14.542 3.76195 14.4287 3.34195 14.2353L1.32861 14.662L1.74861 12.642C1.54861 12.222 1.44195 11.7487 1.44195 11.2553M4.37128 8.01333C4.13128 7.46 3.99795 6.86666 3.99795 6.24C3.99795 3.56 6.39128 1.41333 9.33128 1.41333C12.2646 1.41333 14.6646 3.56 14.6646 6.24C14.6646 7.82 13.8179 9.216 12.5313 10.0947C12.5313 10.5947 12.5246 11.2747 12.5246 11.988L10.4313 10.9547C10.0713 11.0213 9.69795 11.0547 9.31795 11.0547C8.84461 11.0547 8.38461 10.9947 7.95128 10.888" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
4
  </g>
5
5
  <defs>
6
6
  <clipPath id="clip0_805_1619">
@@ -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.33331 2V3.33333C6.33331 3.51333 6.48665 3.66667 6.66665 3.66667H9.33331C9.51998 3.66667 9.66665 3.51333 9.66665 3.33333V2M3.99998 11.3333V12.6667C3.99998 13.4 4.59998 14 5.33331 14H10.6666C11.4066 14 12 13.4 12 12.6667V3.33333C12 2.59333 11.4066 2 10.6666 2H5.33331C4.59998 2 3.99998 2.59333 3.99998 3.33333V4.66667M1.33331 8H4.66665M4.66665 8L3.33331 6.66667M4.66665 8L3.33331 9.33333" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M6.33331 2V3.33333C6.33331 3.51333 6.48665 3.66667 6.66665 3.66667H9.33331C9.51998 3.66667 9.66665 3.51333 9.66665 3.33333V2M3.99998 11.3333V12.6667C3.99998 13.4 4.59998 14 5.33331 14H10.6666C11.4066 14 12 13.4 12 12.6667V3.33333C12 2.59333 11.4066 2 10.6666 2H5.33331C4.59998 2 3.99998 2.59333 3.99998 3.33333V4.66667M1.33331 8H4.66665M3.33331 9.33333L4.66665 8L3.33331 6.66667" 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 7.99998V9.61331C14 10.5533 13.2266 11.3266 12.28 11.3266C12.2733 11.3266 12.2733 11.3266 12.2733 11.3266H3.69998C2.75331 11.3266 1.97998 10.5533 1.97998 9.60665C1.97331 9.59998 1.97331 9.59998 1.97998 9.59998V3.69331C1.97331 2.74665 2.74664 1.97331 3.69331 1.97331M3.69331 1.97331C3.69331 1.96665 3.69331 1.96665 3.69331 1.97331ZM3.69331 1.97331H3.97331M9.33331 11.3333L9.66664 14M6.66664 11.3333L6.33331 14M5.42664 14H10.5733M8.32998 3.66665V3.65998L8.32331 3.65331H8.31664M10.33 3.66665V3.65998L10.3233 3.65331H10.3166M12.3266 3.66665V3.65998L12.32 3.65331H12.3133M14 8.99998H1.99998M7.33331 1.33331H13.3333C14.0697 1.33331 14.6666 1.93027 14.6666 2.66665V4.66665C14.6666 5.40303 14.0697 5.99998 13.3333 5.99998H7.33331C6.59693 5.99998 5.99998 5.40303 5.99998 4.66665V2.66665C5.99998 1.93027 6.59693 1.33331 7.33331 1.33331Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M14 8.00004V9.61337C14 10.5534 13.2266 11.3267 12.28 11.3267C12.2733 11.3267 12.2733 11.3267 12.2733 11.3267H3.69998C2.75331 11.3267 1.97998 10.5534 1.97998 9.60671C1.97331 9.60004 1.97331 9.60004 1.97998 9.60004V3.69337C1.97331 2.74671 2.74664 1.97337 3.69331 1.97337M3.69331 1.97337C3.69331 1.96671 3.69331 1.96671 3.69331 1.97337ZM3.69331 1.97337H3.97331M9.33331 11.3334L9.66664 14M6.66664 11.3334L6.33331 14M5.42664 14H10.5733M8.32998 3.66671V3.66004L8.32331 3.65337H8.31664M10.33 3.66671V3.66004L10.3233 3.65337H10.3166M12.3266 3.66671V3.66004L12.32 3.65337H12.3133M14 9.00004H1.99998M7.33331 1.33337H13.3333C14.0697 1.33337 14.6666 1.93033 14.6666 2.66671V4.66671C14.6666 5.40309 14.0697 6.00004 13.3333 6.00004H7.33331C6.59693 6.00004 5.99998 5.40309 5.99998 4.66671V2.66671C5.99998 1.93033 6.59693 1.33337 7.33331 1.33337Z" 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="M13.1334 9.99999C11.4667 10.5333 9.53337 10.2 8.20003 8.86666C6.53337 7.19999 6.40003 4.53332 7.73337 2.66666C5.00003 2.93332 2.8667 5.19999 2.8667 7.99999C2.8667 10.9333 5.2667 13.3333 8.20003 13.3333C10.4 13.3333 12.3334 11.9333 13.1334 9.99999Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.1334 10C11.4667 10.5334 9.53337 10.2 8.20003 8.86669C6.53337 7.20002 6.40003 4.53335 7.73337 2.66669C5.00003 2.93335 2.8667 5.20002 2.8667 8.00002C2.8667 10.9334 5.2667 13.3334 8.20003 13.3334C10.4 13.3334 12.3334 11.9334 13.1334 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="M11.6602 8.00002C11.6602 8.18669 11.8068 8.33335 11.9935 8.33335C12.1735 8.33335 12.3268 8.18669 12.3268 8.00002C12.3268 7.82002 12.1735 7.66669 11.9935 7.66669C11.8068 7.66669 11.6602 7.82002 11.6602 8.00669M7.66016 8.00002C7.66016 8.18669 7.80682 8.33335 7.99349 8.33335C8.17349 8.33335 8.32682 8.18669 8.32682 8.00002C8.32682 7.82002 8.17349 7.66669 7.99349 7.66669C7.80682 7.66669 7.66016 7.82002 7.66016 8.00669M3.66016 8.00002C3.66016 8.18669 3.80682 8.33335 3.99349 8.33335C4.17349 8.33335 4.32682 8.18669 4.32682 8.00002C4.32682 7.82002 4.17349 7.66669 3.99349 7.66669C3.80682 7.66669 3.66016 7.82002 3.66016 8.00669" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M11.6602 7.99996C11.6602 8.18663 11.8068 8.33329 11.9935 8.33329C12.1735 8.33329 12.3268 8.18663 12.3268 7.99996C12.3268 7.81996 12.1735 7.66663 11.9935 7.66663C11.8068 7.66663 11.6602 7.81996 11.6602 8.00663M7.66016 7.99996C7.66016 8.18663 7.80682 8.33329 7.99349 8.33329C8.17349 8.33329 8.32682 8.18663 8.32682 7.99996C8.32682 7.81996 8.17349 7.66663 7.99349 7.66663C7.80682 7.66663 7.66016 7.81996 7.66016 8.00663M3.66016 7.99996C3.66016 8.18663 3.80682 8.33329 3.99349 8.33329C4.17349 8.33329 4.32682 8.18663 4.32682 7.99996C4.32682 7.81996 4.17349 7.66663 3.99349 7.66663C3.80682 7.66663 3.66016 7.81996 3.66016 8.00663" 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.99331 11.6667C7.80664 11.6667 7.65997 11.8134 7.65997 12C7.65997 12.18 7.80664 12.3334 7.99331 12.3334C8.17331 12.3334 8.32664 12.18 8.32664 12C8.32664 11.8134 8.17331 11.6667 7.98664 11.6667M7.99331 7.66669C7.80664 7.66669 7.65997 7.81335 7.65997 8.00002C7.65997 8.18002 7.80664 8.33335 7.99331 8.33335C8.17331 8.33335 8.32664 8.18002 8.32664 8.00002C8.32664 7.81335 8.17331 7.66669 7.98664 7.66669M7.99331 3.66669C7.80664 3.66669 7.65997 3.81335 7.65997 4.00002C7.65997 4.18002 7.80664 4.33335 7.99331 4.33335C8.17331 4.33335 8.32664 4.18002 8.32664 4.00002C8.32664 3.81335 8.17331 3.66669 7.98664 3.66669" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M7.99331 11.6666C7.80664 11.6666 7.65997 11.8133 7.65997 12C7.65997 12.18 7.80664 12.3333 7.99331 12.3333C8.17331 12.3333 8.32664 12.18 8.32664 12C8.32664 11.8133 8.17331 11.6666 7.98664 11.6666M7.99331 7.66663C7.80664 7.66663 7.65997 7.81329 7.65997 7.99996C7.65997 8.17996 7.80664 8.33329 7.99331 8.33329C8.17331 8.33329 8.32664 8.17996 8.32664 7.99996C8.32664 7.81329 8.17331 7.66663 7.98664 7.66663M7.99331 3.66663C7.80664 3.66663 7.65997 3.81329 7.65997 3.99996C7.65997 4.17996 7.80664 4.33329 7.99331 4.33329C8.17331 4.33329 8.32664 4.17996 8.32664 3.99996C8.32664 3.81329 8.17331 3.66663 7.98664 3.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 fill-rule="evenodd" clip-rule="evenodd" d="M11 1.33334C11.9205 1.33334 12.6667 2.07954 12.6667 3.00001V3.33334C12.8508 3.33334 13 3.48258 13 3.66668V5.33334C13 5.49449 12.8857 5.62915 12.7338 5.66017L12.6667 5.66668V13C12.6667 13.9205 11.9205 14.6667 11 14.6667H5.00004C4.07957 14.6667 3.33337 13.9205 3.33337 13V3.00001C3.33337 2.07954 4.07957 1.33334 5.00004 1.33334H11ZM9.66671 12.6667C9.29852 12.6667 9.00004 12.9652 9.00004 13.3333C9.00004 13.7015 9.29852 14 9.66671 14H11C11.3682 14 11.6667 13.7015 11.6667 13.3333C11.6667 12.9652 11.3682 12.6667 11 12.6667H9.66671ZM5.00004 2.33334C4.63185 2.33334 4.33337 2.63182 4.33337 3.00001V11C4.33337 11.3682 4.63185 11.6667 5.00004 11.6667H11C11.3682 11.6667 11.6667 11.3682 11.6667 11V3.00001C11.6667 2.63182 11.3682 2.33334 11 2.33334H5.00004Z" fill="black"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11 1.33331C11.9205 1.33331 12.6667 2.07951 12.6667 2.99998V3.33331C12.8508 3.33331 13 3.48255 13 3.66665V5.33331C13 5.49445 12.8857 5.62912 12.7338 5.66014L12.6667 5.66665V13C12.6667 13.9205 11.9205 14.6666 11 14.6666H5.00004C4.07957 14.6666 3.33337 13.9205 3.33337 13V2.99998C3.33337 2.07951 4.07957 1.33331 5.00004 1.33331H11ZM9.66671 12.6666C9.29852 12.6666 9.00004 12.9651 9.00004 13.3333C9.00004 13.7015 9.29852 14 9.66671 14H11C11.3682 14 11.6667 13.7015 11.6667 13.3333C11.6667 12.9651 11.3682 12.6666 11 12.6666H9.66671ZM5.00004 2.33331C4.63185 2.33331 4.33337 2.63179 4.33337 2.99998V11C4.33337 11.3682 4.63185 11.6666 5.00004 11.6666H11C11.3682 11.6666 11.6667 11.3682 11.6667 11V2.99998C11.6667 2.63179 11.3682 2.33331 11 2.33331H5.00004Z" 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="M14 8.66669V11.3334C14 12.8 12.8 14 11.3333 14H4.66667M4.66667 14C3.19333 14 2 12.8 2 11.3334V4.66669C2 3.19335 3.19333 2.00002 4.66667 2.00002H7.33333M4.66667 14L8.86 9.80002C9.48667 9.16669 10.5 9.16669 11.1267 9.80002L13.7467 12.42M2 8.66669L2.86 7.80002C3.48667 7.16669 4.5 7.16669 5.12667 7.79335L7.98667 10.6534M12.2525 3.93401C12.2859 3.96735 12.2859 4.02735 12.2525 4.06735C12.2125 4.10068 12.1525 4.10068 12.1125 4.06735C12.0725 4.02735 12.0725 3.96735 12.1125 3.92735C12.1459 3.88735 12.2059 3.88735 12.2459 3.92735M9.83987 4.46001C9.6532 4.18001 9.6532 3.81335 9.83987 3.54001C10.3999 2.68001 11.2932 1.99335 12.1819 1.99335C13.0685 1.99335 13.9552 2.67335 14.5219 3.53335C14.7019 3.80668 14.7019 4.17335 14.5219 4.45335C13.9552 5.30801 13.0619 5.99335 12.1752 5.99335C11.2819 5.99335 10.3952 5.30668 9.8332 4.45335L9.83987 4.46001Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M14 8.66663V11.3333C14 12.8 12.8 14 11.3333 14H4.66667M4.66667 14C3.19333 14 2 12.8 2 11.3333V4.66663C2 3.19329 3.19333 1.99996 4.66667 1.99996H7.33333M4.66667 14L8.86 9.79996C9.48667 9.16663 10.5 9.16663 11.1267 9.79996L13.7467 12.42M2 8.66663L2.86 7.79996C3.48667 7.16663 4.5 7.16663 5.12667 7.79329L7.98667 10.6533M12.2525 3.93395C12.2859 3.96729 12.2859 4.02729 12.2525 4.06729C12.2125 4.10062 12.1525 4.10062 12.1125 4.06729C12.0725 4.02729 12.0725 3.96729 12.1125 3.92729C12.1459 3.88729 12.2059 3.88729 12.2459 3.92729M9.83987 4.45995C9.6532 4.17995 9.6532 3.81329 9.83987 3.53995C10.3999 2.67995 11.2932 1.99329 12.1819 1.99329C13.0685 1.99329 13.9552 2.67329 14.5219 3.53329C14.7019 3.80662 14.7019 4.17329 14.5219 4.45329C13.9552 5.30795 13.0619 5.99329 12.1752 5.99329C11.2819 5.99329 10.3952 5.30662 9.8332 4.45329L9.83987 4.45995Z" 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.33333 9.66666V6.33333L6 9.66666V6.33333M7.66667 9.66666V6.33333H9M11 9.66666V6.33333M11 6.33333H10.3333M11 6.33333H11.6667M8 8H8.33333M13.5 10.47V5.53C13.5 5.09333 13.2673 4.69 12.8887 4.47133L8.61067 2.00133C8.23267 1.78333 7.76667 1.78333 7.38867 2.00133L3.11133 4.472C2.73267 4.69 2.5 5.09333 2.5 5.53V10.4693C2.5 10.906 2.73267 11.3093 3.11133 11.528L7.38933 13.998C7.76733 14.216 8.23333 14.216 8.61133 13.998L12.8893 11.528C13.2673 11.31 13.5 10.9067 13.5 10.47Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M4.33333 9.66672V6.33339L6 9.66672V6.33339M7.66667 9.66672V6.33339H9M11 9.66672V6.33339M11 6.33339H10.3333M11 6.33339H11.6667M8 8.00006H8.33333M13.5 10.4701V5.53006C13.5 5.09339 13.2673 4.69006 12.8887 4.47139L8.61067 2.00139C8.23267 1.78339 7.76667 1.78339 7.38867 2.00139L3.11133 4.47206C2.73267 4.69006 2.5 5.09339 2.5 5.53006V10.4694C2.5 10.9061 2.73267 11.3094 3.11133 11.5281L7.38933 13.9981C7.76733 14.2161 8.23333 14.2161 8.61133 13.9981L12.8893 11.5281C13.2673 11.3101 13.5 10.9067 13.5 10.4701Z" 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 6.66668C3.83673 5.52382 6.16327 5.52382 8 6.66668M2 6.66668C2 3.72116 4.68629 1.33334 8 1.33334C11.3137 1.33334 14 3.72116 14 6.66668M2 6.66668L8 10M8 6.66668C9.83673 5.52382 12.1633 5.52382 14 6.66668M8 6.66668V10M14 6.66668L8 10M5.66667 14.6667H10.3333C10.8856 14.6667 11.3333 14.219 11.3333 13.6667V11C11.3333 10.4477 10.8856 10 10.3333 10H5.66667C5.11438 10 4.66667 10.4477 4.66667 11V13.6667C4.66667 14.219 5.11438 14.6667 5.66667 14.6667ZM6.9 10H9.1V11.6667C9.1 11.8508 8.95076 12 8.76667 12H7.23333C7.04924 12 6.9 11.8508 6.9 11.6667V10Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M2 6.66665C3.83673 5.52379 6.16327 5.52379 8 6.66665M8 9.99998L14 6.66665C14 3.72113 11.3137 1.33331 8 1.33331C4.68629 1.33331 2 3.72113 2 6.66665L8 9.99998ZM8 6.66665C9.83673 5.52379 12.1633 5.52379 14 6.66665M8 6.66665V9.99998M5.66667 14.6666H10.3333C10.8856 14.6666 11.3333 14.2189 11.3333 13.6666V11C11.3333 10.4477 10.8856 9.99998 10.3333 9.99998H5.66667C5.11438 9.99998 4.66667 10.4477 4.66667 11V13.6666C4.66667 14.2189 5.11438 14.6666 5.66667 14.6666ZM6.9 9.99998H9.1V11.6666C9.1 11.8507 8.95076 12 8.76667 12H7.23333C7.04924 12 6.9 11.8507 6.9 11.6666V9.99998Z" 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.16669 4.77335L11.2267 6.83335M3.52669 10.4067L10.4067 3.52001C10.6667 3.26001 11.0867 3.26001 11.3467 3.52001L12.46 4.63335C12.72 4.89335 12.72 5.31335 12.46 5.57335L5.57335 12.4593C5.44669 12.5793 5.27335 12.6527 5.10002 12.6527H3.31335V10.866C3.31335 10.686 3.38002 10.5193 3.50669 10.3927L3.52669 10.4067Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M9.16669 4.77328L11.2267 6.83328M3.52669 10.4066L10.4067 3.51995C10.6667 3.25995 11.0867 3.25995 11.3467 3.51995L12.46 4.63328C12.72 4.89328 12.72 5.31328 12.46 5.57328L5.57335 12.4593C5.44669 12.5793 5.27335 12.6526 5.10002 12.6526H3.31335V10.866C3.31335 10.686 3.38002 10.5193 3.50669 10.3926L3.52669 10.4066Z" 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.0001 1.99997L2.00005 14M13.6 11.6C13.6 12.7046 12.7046 13.6 11.6 13.6C10.4955 13.6 9.60003 12.7046 9.60003 11.6C9.60003 10.4954 10.4955 9.6 11.6 9.6C12.7046 9.6 13.6 10.4954 13.6 11.6ZM6.40002 4.39999C6.40002 5.50456 5.50459 6.39999 4.40002 6.39999C3.29545 6.39999 2.40002 5.50456 2.40002 4.39999C2.40002 3.29542 3.29545 2.39999 4.40002 2.39999C5.50459 2.39999 6.40002 3.29542 6.40002 4.39999Z" stroke="black" stroke-width="1.3" stroke-linecap="round"/>
2
+ <path d="M14.0001 2L2.00005 14M13.6 11.6C13.6 12.7046 12.7046 13.6 11.6 13.6C10.4955 13.6 9.60003 12.7046 9.60003 11.6C9.60003 10.4955 10.4955 9.60003 11.6 9.60003C12.7046 9.60003 13.6 10.4955 13.6 11.6ZM6.40002 4.40002C6.40002 5.50459 5.50459 6.40002 4.40002 6.40002C3.29545 6.40002 2.40002 5.50459 2.40002 4.40002C2.40002 3.29545 3.29545 2.40002 4.40002 2.40002C5.50459 2.40002 6.40002 3.29545 6.40002 4.40002Z" stroke="black" stroke-width="1.3" stroke-linecap="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.99756 8.66694L2.86136 7.80314C3.16292 7.50158 3.57192 7.33216 3.99839 7.33216C4.42486 7.33216 4.83386 7.50158 5.13542 7.80314L8.00006 10.6678M4.66734 14.0025L8.86587 9.80397C9.49383 9.17601 10.512 9.17601 11.1399 9.80397L13.7671 12.4312M14.0026 11.3347C14.0026 12.8081 12.8082 14.0025 11.3348 14.0025H4.66534C3.19196 14.0025 1.99756 12.8081 1.99756 11.3347V4.66528C1.99756 3.1919 3.19196 1.9975 4.66534 1.9975H11.3348C12.8082 1.9975 14.0026 3.1919 14.0026 4.66528V11.3347Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M1.99756 8.667L2.86136 7.8032C3.16292 7.50164 3.57192 7.33222 3.99839 7.33222C4.42486 7.33222 4.83386 7.50164 5.13542 7.8032L8.00006 10.6678M4.66734 14.0026L8.86587 9.80403C9.49383 9.17607 10.512 9.17607 11.1399 9.80403L13.7671 12.4312M14.0026 11.3348C14.0026 12.8082 12.8082 14.0026 11.3348 14.0026H4.66534C3.19196 14.0026 1.99756 12.8082 1.99756 11.3348V4.66534C1.99756 3.19196 3.19196 1.99756 4.66534 1.99756H11.3348C12.8082 1.99756 14.0026 3.19196 14.0026 4.66534V11.3348Z" 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.31329 2.67997C10.22 3.58664 10.22 5.06664 9.31329 5.9733C8.39996 6.87997 6.91996 6.87997 6.0133 5.9733C5.09996 5.05997 5.09996 3.57997 6.01263 2.6733C6.9193 1.75997 8.39929 1.75997 9.30596 2.67264M11.3533 7.9733C11.36 7.97997 11.36 7.99997 11.3533 8.0133C11.34 8.01997 11.32 8.01997 11.3066 8.0133C11.2933 7.99997 11.2933 7.97997 11.3066 7.96664C11.3133 7.9533 11.3333 7.9533 11.3466 7.96664M9.98663 4.57264C10.2 4.51264 10.4066 4.43264 10.6 4.31264C10.9066 4.11264 11.2666 3.9993 11.66 3.9993H12.3266V5.6993C12.8053 6.12597 13.18 6.66597 13.4066 7.28597H13.9866C14.3533 7.28597 14.6533 7.5793 14.6533 7.95264V9.99264C14.6533 10.3593 14.3533 10.6593 13.9866 10.6593H13.1066C12.7533 11.2593 12.2466 11.766 11.6473 12.1193V13.3193C11.6473 13.686 11.3473 13.986 10.9806 13.986H9.6473C9.27396 13.986 8.98063 13.686 8.98063 13.3193V12.6526H6.6473V13.226C6.6473 13.5926 6.3473 13.8926 5.98063 13.8926H4.6473C4.27396 13.8926 3.98063 13.5926 3.98063 13.226V11.6193C3.16063 10.886 2.6473 9.82597 2.6473 8.6393C2.6473 6.87264 3.79263 5.37864 5.37396 4.84597M1.51996 6.66664C1.20663 6.84664 0.994629 7.17997 0.994629 7.56664C0.994629 8.14664 1.4613 8.61797 2.0413 8.61797H2.65663M5.66663 6.66664H9.66663" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M9.31329 2.68003C10.22 3.5867 10.22 5.0667 9.31329 5.97336C8.39996 6.88003 6.91996 6.88003 6.0133 5.97336C5.09996 5.06003 5.09996 3.58003 6.01263 2.67336C6.9193 1.76003 8.39929 1.76003 9.30596 2.6727M11.3533 7.97336C11.36 7.98003 11.36 8.00003 11.3533 8.01337C11.34 8.02003 11.32 8.02003 11.3066 8.01337C11.2933 8.00003 11.2933 7.98003 11.3066 7.9667C11.3133 7.95336 11.3333 7.95336 11.3466 7.9667M9.98663 4.5727C10.2 4.5127 10.4066 4.4327 10.6 4.3127C10.9066 4.1127 11.2666 3.99936 11.66 3.99936H12.3266V5.69936C12.8053 6.12603 13.18 6.66603 13.4066 7.28603H13.9866C14.3533 7.28603 14.6533 7.57936 14.6533 7.9527V9.9927C14.6533 10.3594 14.3533 10.6594 13.9866 10.6594H13.1066C12.7533 11.2594 12.2466 11.766 11.6473 12.1194V13.3194C11.6473 13.686 11.3473 13.986 10.9806 13.986H9.6473C9.27396 13.986 8.98063 13.686 8.98063 13.3194V12.6527H6.6473V13.226C6.6473 13.5927 6.3473 13.8927 5.98063 13.8927H4.6473C4.27396 13.8927 3.98063 13.5927 3.98063 13.226V11.6194C3.16063 10.886 2.6473 9.82603 2.6473 8.63936C2.6473 6.8727 3.79263 5.3787 5.37396 4.84603M1.51996 6.6667C1.20663 6.8467 0.994629 7.18003 0.994629 7.5667C0.994629 8.1467 1.4613 8.61803 2.0413 8.61803H2.65663M5.66663 6.6667H9.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="M8.00037 1.60001C11.5348 1.60022 14.3998 4.4659 14.3998 8.0004C14.3996 11.5347 11.5347 14.3996 8.00037 14.3998C4.46587 14.3998 1.60019 11.5348 1.59998 8.0004C1.59998 4.46577 4.46574 1.60001 8.00037 1.60001ZM4.14978 4.14981V11.85H11.85V4.14981H4.14978ZM9.63123 10.5502H6.36951L7.99939 8.91934L9.63123 10.5502ZM7.08044 7.99942L5.45056 9.63028V6.36954L7.08044 7.99942ZM10.5502 9.63028L8.91931 7.99942L10.5502 6.36954V9.63028ZM9.63025 5.45059L7.99939 7.08047L6.37048 5.45059H9.63025Z" fill="black"/>
2
+ <path d="M8.00037 1.59998C11.5348 1.60019 14.3998 4.46587 14.3998 8.00037C14.3996 11.5347 11.5347 14.3996 8.00037 14.3998C4.46587 14.3998 1.60019 11.5348 1.59998 8.00037C1.59998 4.46574 4.46574 1.59998 8.00037 1.59998ZM4.14978 4.14978V11.85H11.85V4.14978H4.14978ZM9.63123 10.5502H6.36951L7.99939 8.91931L9.63123 10.5502ZM7.08044 7.99939L5.45056 9.63025V6.36951L7.08044 7.99939ZM10.5502 9.63025L8.91931 7.99939L10.5502 6.36951V9.63025ZM9.63025 5.45056L7.99939 7.08044L6.37048 5.45056H9.63025Z" fill="black"/>
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_5625_429)">
3
- <path d="M1.88883 1.88884L14.1111 14.1111M1.88883 14.1111L14.1111 1.88889M1.33337 1.33331H14.6667V14.6666H1.33337V1.33331Z" stroke="black" stroke-width="1.3"/>
3
+ <path d="M1.88883 1.88878L14.1111 14.111M1.88883 14.1111L14.1111 1.88883M1.33337 1.33325H14.6667V14.6666H1.33337V1.33325Z" stroke="black" stroke-width="1.3"/>
4
4
  </g>
5
5
  <defs>
6
6
  <clipPath id="clip0_5625_429">
@@ -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.15338 8.00002C5.15338 6.42669 6.42671 5.15335 7.99338 5.15335M15.1934 3.84002C15.9534 5.16002 13.3534 8.10002 9.37338 10.3934C5.39338 12.6867 1.54671 13.4734 0.786711 12.1467M0.800045 12.16C0.333378 11.3534 1.11338 9.95335 2.68671 8.46002M11.06 3.63335C13.1334 3.01335 14.7334 3.04002 15.2 3.84002M8.00005 2.66669C6.58556 2.66669 5.229 3.22859 4.22881 4.22878C3.22861 5.22898 2.66671 6.58553 2.66671 8.00002C2.66671 9.41451 3.22861 10.7711 4.22881 11.7713C5.229 12.7715 6.58556 13.3334 8.00005 13.3334C9.41453 13.3334 10.7711 12.7715 11.7713 11.7713C12.7715 10.7711 13.3334 9.41451 13.3334 8.00002C13.3334 6.58553 12.7715 5.22898 11.7713 4.22878C10.7711 3.22859 9.41453 2.66669 8.00005 2.66669Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M5.15338 7.99996C5.15338 6.42663 6.42671 5.15329 7.99338 5.15329M15.1934 3.83996C15.9534 5.15996 13.3534 8.09996 9.37338 10.3933C5.39338 12.6866 1.54671 13.4733 0.786711 12.1466M0.800045 12.16C0.333378 11.3533 1.11338 9.95329 2.68671 8.45996M11.06 3.63329C13.1334 3.01329 14.7334 3.03996 15.2 3.83996M8.00005 2.66663C6.58556 2.66663 5.229 3.22853 4.22881 4.22872C3.22861 5.22892 2.66671 6.58547 2.66671 7.99996C2.66671 9.41445 3.22861 10.771 4.22881 11.7712C5.229 12.7714 6.58556 13.3333 8.00005 13.3333C9.41453 13.3333 10.7711 12.7714 11.7713 11.7712C12.7715 10.771 13.3334 9.41445 13.3334 7.99996C13.3334 6.58547 12.7715 5.22892 11.7713 4.22872C10.7711 3.22853 9.41453 2.66663 8.00005 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="M3.33331 8.00001H12.6666M7.99998 12.6667V3.33334" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3.33337 8.00004H12.6667M8.00004 12.6667V3.33337" 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 13.3333H7.33333M2 10.6667H6M2 7.99999H7.33333M2 5.33332H6M2 2.66666H7.33333M12 13.3333V2.66666M12 13.3333L13.6667 11.6667M12 13.3333L10.3333 11.6667M12 2.66666L10.3333 4.33332M12 2.66666L13.6667 4.33332" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M2 13.3333H7.33333M2 10.6666H6M2 7.99996H7.33333M2 5.33329H6M2 2.66663H7.33333M12 13.3333V2.66663M10.3333 11.6666L12 13.3333L13.6667 11.6666M13.6667 4.33329L12 2.66663L10.3333 4.33329" 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_7062_10)">
3
- <path d="M6.33331 4.66668H4.66665V5.66668M6.33331 11.3333H4.66665V10.3333M9.66665 4.66668H11.3333V5.66668M9.66665 11.3333H11.3333V10.3333M3.33331 14.6667H12.6666C13.7712 14.6667 14.6666 13.7712 14.6666 12.6667V3.33334C14.6666 2.22877 13.7712 1.33334 12.6666 1.33334H3.33331C2.22874 1.33334 1.33331 2.22877 1.33331 3.33334V12.6667C1.33331 13.7712 2.22874 14.6667 3.33331 14.6667Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M6.33337 4.66665H4.66671V5.66665M6.33337 11.3333H4.66671V10.3333M9.66671 4.66665H11.3334V5.66665M9.66671 11.3333H11.3334V10.3333M3.33337 14.6666H12.6667C13.7713 14.6666 14.6667 13.7712 14.6667 12.6666V3.33331C14.6667 2.22874 13.7713 1.33331 12.6667 1.33331H3.33337C2.2288 1.33331 1.33337 2.22874 1.33337 3.33331V12.6666C1.33337 13.7712 2.2288 14.6666 3.33337 14.6666Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
4
  </g>
5
5
  <defs>
6
6
  <clipPath id="clip0_7062_10">
@@ -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
- <path d="M6.39547 8.08083C5.9943 8.08083 5.66681 8.41162 5.66681 8.81685C5.66681 9.22207 5.9943 9.55286 6.39547 9.55286C6.79664 9.55286 7.12412 9.22207 7.12412 8.81685C7.12412 8.41162 6.79664 8.08083 6.39547 8.08083Z" fill="black"/>
3
- <path d="M8.00834 11.2978C8.2867 11.2978 9.23641 11.2647 9.73582 10.7603C9.80951 10.6858 9.80951 10.5701 9.7522 10.4874C9.67851 10.4129 9.5557 10.4129 9.48202 10.4874C9.16272 10.8016 8.49956 10.9174 8.01652 10.9174C7.53348 10.9174 6.86214 10.8016 6.55102 10.4874C6.47734 10.4129 6.35453 10.4129 6.28085 10.4874C6.20716 10.5618 6.20716 10.6858 6.28085 10.7603C6.77208 11.2564 7.72997 11.2978 8.00834 11.2978Z" fill="black"/>
4
- <path d="M8.87617 8.81685C8.87617 9.22207 9.20366 9.55286 9.60483 9.55286C10.006 9.55286 10.3335 9.22207 10.3335 8.81685C10.3335 8.41162 10.006 8.08083 9.60483 8.08083C9.20366 8.08083 8.87617 8.41162 8.87617 8.81685Z" fill="black"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15 8.08081C15 11.9859 11.866 15.1515 8 15.1515C4.13401 15.1515 1 11.9859 1 8.08081C1 4.17576 4.13401 1.0101 8 1.0101C11.866 1.0101 15 4.17576 15 8.08081ZM11.6434 7.0471C12.2083 7.0471 12.6668 7.51021 12.6668 8.08083C12.6668 8.50259 12.413 8.86646 12.0773 9.03186C12.0937 9.1311 12.1019 9.23034 12.1019 9.33785C12.1019 10.9257 10.2762 12.2075 8.01652 12.2075C5.75687 12.2075 3.93114 10.9257 3.93114 9.33785C3.93114 9.23034 3.93933 9.12283 3.9557 9.02359C3.59547 8.85819 3.34985 8.50259 3.34985 8.08083C3.34985 7.51021 3.80833 7.0471 4.37325 7.0471C4.64342 7.0471 4.89722 7.16288 5.07734 7.33654C5.78143 6.81555 6.7557 6.49302 7.84459 6.45994L8.36038 3.99553C8.37676 3.94591 8.40132 3.90456 8.44225 3.87976C8.48319 3.85495 8.53231 3.84668 8.58143 3.85495L10.2762 4.21882C10.3908 3.97072 10.6364 3.80533 10.923 3.80533C11.3241 3.80533 11.6516 4.13612 11.6516 4.54134C11.6516 4.94656 11.3241 5.27736 10.923 5.27736C10.53 5.27736 10.2107 4.9631 10.1943 4.57442L8.67968 4.2519L8.21301 6.45994C9.27734 6.50129 10.2434 6.83209 10.9393 7.33654C11.1194 7.15461 11.3651 7.0471 11.6434 7.0471Z" fill="black"/>
2
+ <path d="M6.39547 8.08086C5.9943 8.08086 5.66681 8.41165 5.66681 8.81688C5.66681 9.2221 5.9943 9.55289 6.39547 9.55289C6.79664 9.55289 7.12412 9.2221 7.12412 8.81688C7.12412 8.41165 6.79664 8.08086 6.39547 8.08086Z" fill="black"/>
3
+ <path d="M8.00834 11.2978C8.2867 11.2978 9.23641 11.2647 9.73582 10.7603C9.80951 10.6859 9.80951 10.5701 9.7522 10.4874C9.67851 10.413 9.5557 10.413 9.48202 10.4874C9.16272 10.8016 8.49956 10.9174 8.01652 10.9174C7.53348 10.9174 6.86214 10.8016 6.55102 10.4874C6.47734 10.413 6.35453 10.413 6.28085 10.4874C6.20716 10.5618 6.20716 10.6859 6.28085 10.7603C6.77208 11.2565 7.72997 11.2978 8.00834 11.2978Z" fill="black"/>
4
+ <path d="M8.87617 8.81688C8.87617 9.2221 9.20366 9.55289 9.60483 9.55289C10.006 9.55289 10.3335 9.2221 10.3335 8.81688C10.3335 8.41165 10.006 8.08086 9.60483 8.08086C9.20366 8.08086 8.87617 8.41165 8.87617 8.81688Z" fill="black"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15 8.08084C15 11.9859 11.866 15.1515 8 15.1515C4.13401 15.1515 1 11.9859 1 8.08084C1 4.1758 4.13401 1.01013 8 1.01013C11.866 1.01013 15 4.1758 15 8.08084ZM11.6434 7.04713C12.2083 7.04713 12.6668 7.51024 12.6668 8.08086C12.6668 8.50262 12.413 8.8665 12.0773 9.03189C12.0937 9.13113 12.1019 9.23037 12.1019 9.33788C12.1019 10.9257 10.2762 12.2075 8.01652 12.2075C5.75687 12.2075 3.93114 10.9257 3.93114 9.33788C3.93114 9.23037 3.93933 9.12286 3.9557 9.02362C3.59547 8.85823 3.34985 8.50262 3.34985 8.08086C3.34985 7.51024 3.80833 7.04713 4.37325 7.04713C4.64342 7.04713 4.89722 7.16291 5.07734 7.33658C5.78143 6.81558 6.7557 6.49305 7.84459 6.45997L8.36038 3.99556C8.37676 3.94594 8.40132 3.9046 8.44225 3.87979C8.48319 3.85498 8.53231 3.84671 8.58143 3.85498L10.2762 4.21885C10.3908 3.97075 10.6364 3.80536 10.923 3.80536C11.3241 3.80536 11.6516 4.13615 11.6516 4.54137C11.6516 4.94659 11.3241 5.27739 10.923 5.27739C10.53 5.27739 10.2107 4.96313 10.1943 4.57445L8.67968 4.25193L8.21301 6.45997C9.27734 6.50132 10.2434 6.83212 10.9393 7.33658C11.1194 7.15464 11.3651 7.04713 11.6434 7.04713Z" fill="black"/>
6
6
  </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.0024 8V11.3347C14.0024 12.8081 12.808 14.0025 11.3347 14.0025H4.66521C3.19184 14.0025 1.99744 12.8081 1.99744 11.3347V4.66528C1.99744 3.1919 3.19184 1.9975 4.66521 1.9975H7.99994M7.33305 8.66694L14.0025 1.9975M7.33305 8.66694L10.0008 8.66694M7.33305 8.66694V5.99917" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M14.0024 8.00006V11.3348C14.0024 12.8082 12.808 14.0026 11.3347 14.0026H4.66521C3.19184 14.0026 1.99744 12.8082 1.99744 11.3348V4.66534C1.99744 3.19196 3.19184 1.99756 4.66521 1.99756H7.99994M7.33305 8.667L14.0025 1.99756M7.33305 5.99923V8.667L10.0008 8.66701" 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.0078 3.09266V5.44999H5.36446M3.31513 5.44999C4.2198 3.79199 5.97846 2.66666 7.9998 2.66666C10.9451 2.66666 13.3331 5.05466 13.3331 7.99999C13.3331 10.9453 10.9451 13.3333 7.9998 13.3333C5.05446 13.3333 2.66646 10.9453 2.66646 7.99999" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3.0078 3.09263V5.44996H5.36446M3.31513 5.44996C4.2198 3.79196 5.97846 2.66663 7.9998 2.66663C10.9451 2.66663 13.3331 5.05463 13.3331 7.99996C13.3331 10.9453 10.9451 13.3333 7.9998 13.3333C5.05446 13.3333 2.66646 10.9453 2.66646 7.99996" 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.328 8.02132C13.3226 9.37932 12.8073 10.7353 11.7713 11.7713C9.68864 13.854 6.31131 13.854 4.22864 11.7713C3.85798 11.4007 3.55664 10.988 3.31798 10.5507M2.66931 7.91332C2.69064 6.57732 3.20931 5.24799 4.22864 4.22866C6.31131 2.14599 9.68864 2.14599 11.7713 4.22866C12.142 4.59932 12.4433 5.01199 12.682 5.44932M10.6353 5.44999H12.992V3.09266M5.36464 10.55H3.00798V12.9073" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M13.328 8.02129C13.3226 9.37929 12.8073 10.7353 11.7713 11.7713C9.68864 13.854 6.31131 13.854 4.22864 11.7713C3.85798 11.4006 3.55664 10.988 3.31798 10.5506M2.66931 7.91329C2.69064 6.57729 3.20931 5.24796 4.22864 4.22863C6.31131 2.14596 9.68864 2.14596 11.7713 4.22863C12.142 4.59929 12.4433 5.01196 12.682 5.44929M10.6353 5.44996H12.992V3.09263M5.36464 10.55H3.00798V12.9073" 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.50668 6.40134L2.42668 11.4747C1.84668 12.048 1.84668 12.9813 2.42002 13.5613H2.41935C2.99268 14.1347 3.92602 14.1347 4.50602 13.5613L9.57935 8.48134V8.48068C11.306 9.06734 13.1927 8.14734 13.786 6.41401C13.7927 6.38734 13.7993 6.36068 13.806 6.33401V6.33334C13.946 5.90001 13.9927 5.44668 13.9527 5.00001C13.8994 4.63334 13.566 4.38001 13.1993 4.42668C13.0527 4.44001 12.9127 4.51334 12.8127 4.61334L11.606 5.81334C11.4727 5.94001 11.2593 5.94001 11.1327 5.81334C11.126 5.80668 11.126 5.80668 11.126 5.80668L10.106 4.78668C9.97268 4.65334 9.97268 4.44001 10.226 4.18668L11.2993 3.10668C11.5593 2.84668 11.5593 2.42668 11.306 2.16001C11.1993 2.05334 11.066 1.98668 10.9193 1.96668C10.466 1.92001 10.0127 1.96668 9.58602 2.11334V2.10668C7.83268 2.65334 6.86602 4.51334 7.41268 6.26001C7.41935 6.28001 7.42602 6.30668 7.43268 6.33334L7.50668 6.40134Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M7.50668 6.40128L2.42668 11.4746C1.84668 12.0479 1.84668 12.9813 2.42002 13.5613H2.41935C2.99268 14.1346 3.92602 14.1346 4.50602 13.5613L9.57935 8.48128V8.48062C11.306 9.06728 13.1927 8.14728 13.786 6.41395C13.7927 6.38728 13.7993 6.36062 13.806 6.33395V6.33328C13.946 5.89995 13.9927 5.44662 13.9527 4.99995C13.8994 4.63328 13.566 4.37995 13.1993 4.42662C13.0527 4.43995 12.9127 4.51328 12.8127 4.61328L11.606 5.81328C11.4727 5.93995 11.2593 5.93995 11.1327 5.81328C11.126 5.80662 11.126 5.80662 11.126 5.80662L10.106 4.78662C9.97268 4.65328 9.97268 4.43995 10.226 4.18662L11.2993 3.10662C11.5593 2.84662 11.5593 2.42662 11.306 2.15995C11.1993 2.05328 11.066 1.98662 10.9193 1.96662C10.466 1.91995 10.0127 1.96662 9.58602 2.11328V2.10662C7.83268 2.65328 6.86602 4.51328 7.41268 6.25995C7.41935 6.27995 7.42602 6.30662 7.43268 6.33328L7.50668 6.40128Z" 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.33218 1.9975H10.6677M3.99829 4.49854H12.0016M12.2351 14.0025H3.76486C3.07982 14.0025 2.50615 13.4836 2.43764 12.802L2.00413 8.46686C1.96643 8.09177 2.08921 7.71824 2.3421 7.43866C2.59499 7.15909 2.95437 6.99958 3.33135 6.99958H12.6686C13.0456 6.99958 13.4049 7.15909 13.6578 7.43866C13.9107 7.71824 14.0335 8.09177 13.9958 8.46686L13.5623 12.802C13.4938 13.4836 12.9201 14.0025 12.2351 14.0025Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M5.33218 1.99756H10.6677M3.99829 4.4986H12.0016M12.2351 14.0026H3.76486C3.07982 14.0026 2.50615 13.4837 2.43764 12.8021L2.00413 8.46692C1.96643 8.09183 2.08921 7.7183 2.3421 7.43873C2.59499 7.15915 2.95437 6.99964 3.33135 6.99964H12.6686C13.0456 6.99964 13.4049 7.15915 13.6578 7.43873C13.9107 7.7183 14.0335 8.09183 13.9958 8.46692L13.5623 12.8021C13.4938 13.4837 12.9201 14.0026 12.2351 14.0026Z" 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.66663 6.33332C3.66663 3.93466 5.59996 1.99999 7.99996 1.99999C10.3933 1.99999 12.3333 3.93332 12.3333 6.33332M3.66663 6.33332C3.66663 8.72666 5.59996 10.6667 7.99996 10.6667C10.3933 10.6667 12.3333 8.72666 12.3333 6.33332M3.66663 6.33332H12.3333M6.99996 12.3333L8.99996 14.3333M6.99996 14.3333L8.99996 12.3333M10.6666 13.3333H13.3333M2.66663 13.3333H5.33329M7.11796 2.50999C5.72463 4.83333 5.72463 7.82999 7.11796 10.1567C7.52463 10.8367 8.47129 10.8367 8.87796 10.1567C10.2646 7.82999 10.2646 4.83333 8.87796 2.50999C8.46463 1.82999 7.51796 1.82999 7.11129 2.50933L7.11796 2.50999Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3.66663 6.33329C3.66663 3.93463 5.59996 1.99996 7.99996 1.99996C10.3933 1.99996 12.3333 3.93329 12.3333 6.33329M3.66663 6.33329C3.66663 8.72663 5.59996 10.6666 7.99996 10.6666C10.3933 10.6666 12.3333 8.72663 12.3333 6.33329M3.66663 6.33329H12.3333M6.99996 12.3333L8.99996 14.3333M6.99996 14.3333L8.99996 12.3333M10.6666 13.3333H13.3333M2.66663 13.3333H5.33329M7.11796 2.50996C5.72463 4.83329 5.72463 7.82996 7.11796 10.1566C7.52463 10.8366 8.47129 10.8366 8.87796 10.1566C10.2646 7.82996 10.2646 4.83329 8.87796 2.50996C8.46463 1.82996 7.51796 1.82996 7.11129 2.50929L7.11796 2.50996Z" 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
- <path d="M4.37655 9.62302C4.37655 9.19592 4.72278 8.84968 5.14988 8.84968H6.1376C6.56471 8.84968 6.91094 9.19592 6.91094 9.62302V10.6107C6.91094 11.0378 6.56471 11.3841 6.13761 11.3841H5.14988C4.72278 11.3841 4.37655 11.0378 4.37655 10.6107V9.62302Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M11.7129 10.1175C11.7129 10.8999 11.0787 11.5341 10.2963 11.5341C9.51399 11.5341 8.87976 10.8999 8.87976 10.1175C8.87976 9.33519 9.51399 8.70096 10.2963 8.70096C11.0787 8.70096 11.7129 9.33519 11.7129 10.1175Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.73662 4.5619L6.6515 6.44202C6.58599 6.55548 6.58597 6.69526 6.65144 6.80874C6.71692 6.92222 6.83795 6.99217 6.96896 6.99224H9.1392C9.27021 6.99217 9.39124 6.92222 9.45672 6.80874C9.52219 6.69526 9.52217 6.55548 9.45667 6.44202L8.37221 4.5619C8.30672 4.44828 8.18555 4.37827 8.05441 4.37827C7.92327 4.37827 7.80211 4.44828 7.73662 4.5619Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M1.99756 5.33083C1.99756 3.48988 3.48994 1.9975 5.33089 1.9975H10.6692C12.5102 1.9975 14.0026 3.48988 14.0026 5.33083V10.6692C14.0026 12.5101 12.5102 14.0025 10.6692 14.0025H5.33089C3.48994 14.0025 1.99756 12.5101 1.99756 10.6692V5.33083Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M4.37655 9.62308C4.37655 9.19598 4.72278 8.84975 5.14988 8.84975H6.1376C6.56471 8.84975 6.91094 9.19598 6.91094 9.62308V10.6108C6.91094 11.0379 6.56471 11.3841 6.13761 11.3841H5.14988C4.72278 11.3841 4.37655 11.0379 4.37655 10.6108V9.62308Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M11.7129 10.1176C11.7129 10.9 11.0787 11.5342 10.2963 11.5342C9.51399 11.5342 8.87976 10.9 8.87976 10.1176C8.87976 9.33525 9.51399 8.70102 10.2963 8.70102C11.0787 8.70102 11.7129 9.33525 11.7129 10.1176Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.73662 4.56196L6.6515 6.44208C6.58599 6.55554 6.58597 6.69532 6.65144 6.80881C6.71692 6.92229 6.83795 6.99223 6.96896 6.99231H9.1392C9.27021 6.99223 9.39124 6.92229 9.45672 6.80881C9.52219 6.69532 9.52217 6.55554 9.45667 6.44208L8.37221 4.56196C8.30672 4.44834 8.18555 4.37834 8.05441 4.37834C7.92327 4.37834 7.80211 4.44834 7.73662 4.56196Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M1.99756 5.33089C1.99756 3.48994 3.48994 1.99756 5.33089 1.99756H10.6692C12.5102 1.99756 14.0026 3.48994 14.0026 5.33089V10.6692C14.0026 12.5102 12.5102 14.0026 10.6692 14.0026H5.33089C3.48994 14.0026 1.99756 12.5102 1.99756 10.6692V5.33089Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
6
6
  </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.33341 6.66667H4.00008C3.26341 6.66667 2.66675 7.26333 2.66675 8V12.6667C2.66675 13.4033 3.26341 14 4.00008 14H12.0001C12.7367 14 13.3334 13.4033 13.3334 12.6667V8C13.3334 7.26333 12.7367 6.66667 12.0001 6.66667H10.6667M8.00008 2V9.33333M8.00008 2L6.00075 4M8.00008 2L10.0001 4" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M5.33341 6.66667H4.00008C3.26341 6.66667 2.66675 7.26333 2.66675 8V12.6667C2.66675 13.4033 3.26341 14 4.00008 14H12.0001C12.7367 14 13.3334 13.4033 13.3334 12.6667V8C13.3334 7.26333 12.7367 6.66667 12.0001 6.66667H10.6667M8.00008 2V9.33333M10.0001 4L8.00008 2L6.00075 4" 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.1667 6.74999L7.66669 9.24999L6.16669 7.74999M13.3334 7.45465C13.3334 10.482 11.0534 13.3127 8.00002 14C4.94202 13.3067 2.66669 10.48 2.66669 7.45465V5.07665C2.66669 4.52999 2.99335 4.04332 3.49335 3.83665L6.82669 2.46999C7.57335 2.15665 8.41869 2.15665 9.16669 2.46999L12.5 3.82999C13 4.02999 13.3267 4.51665 13.3267 5.06332V7.44132L13.3334 7.45465Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M10.1666 6.74999L7.66663 9.24999L6.16663 7.74999M13.3333 7.45465C13.3333 10.482 11.0533 13.3127 7.99996 14C4.94196 13.3067 2.66663 10.48 2.66663 7.45465V5.07665C2.66663 4.52999 2.99329 4.04332 3.49329 3.83665L6.82663 2.46999C7.57329 2.15665 8.41863 2.15665 9.16663 2.46999L12.5 3.82999C13 4.02999 13.3266 4.51665 13.3266 5.06332V7.44132L13.3333 7.45465Z" 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.01802 7.41665V6.51665C9.01802 5.95465 8.55802 5.49665 7.99802 5.49665C7.43602 5.49665 6.97802 5.94999 6.97802 6.50999V7.40332M9.16669 7.41332H6.83335C6.46002 7.41332 6.16669 7.70665 6.16669 8.07999V9.49332C6.16669 9.85999 6.46002 10.16 6.83335 10.16H9.16669C9.53335 10.16 9.83335 9.85999 9.83335 9.49332V8.07332C9.83335 7.69999 9.53335 7.40665 9.16669 7.40665V7.41332ZM13.3334 7.49332C13.3334 10.4053 11.2287 13.1333 8.34669 13.9467C8.12002 14.0067 7.87869 14.0067 7.65335 13.9467C4.76669 13.1267 2.66669 10.4 2.66669 7.48665V4.79999C2.66669 4.25332 2.99335 3.76665 3.49335 3.56599L6.73335 2.23932C7.54002 1.90599 8.44935 1.90599 9.25335 2.23932L12.4934 3.56599C12.9934 3.76599 13.32 4.25265 13.32 4.79999V7.48532L13.3334 7.49332Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M9.01802 7.41671V6.51671C9.01802 5.95471 8.55802 5.49671 7.99802 5.49671C7.43602 5.49671 6.97802 5.95005 6.97802 6.51005V7.40338M9.16669 7.41338H6.83335C6.46002 7.41338 6.16669 7.70671 6.16669 8.08005V9.49338C6.16669 9.86005 6.46002 10.16 6.83335 10.16H9.16669C9.53335 10.16 9.83335 9.86005 9.83335 9.49338V8.07338C9.83335 7.70005 9.53335 7.40671 9.16669 7.40671V7.41338ZM13.3334 7.49338C13.3334 10.4054 11.2287 13.1334 8.34669 13.9467C8.12002 14.0067 7.87869 14.0067 7.65335 13.9467C4.76669 13.1267 2.66669 10.4 2.66669 7.48671V4.80005C2.66669 4.25338 2.99335 3.76671 3.49335 3.56605L6.73335 2.23938C7.54002 1.90605 8.44935 1.90605 9.25335 2.23938L12.4934 3.56605C12.9934 3.76605 13.32 4.25271 13.32 4.80005V7.48538L13.3334 7.49338Z" 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.11802 7.54868C8.17802 7.60868 8.17802 7.71534 8.11802 7.78201C8.05135 7.84201 7.94469 7.84201 7.87802 7.78201C7.81135 7.71534 7.81135 7.60868 7.87802 7.54201C7.93802 7.47534 8.04469 7.47534 8.11135 7.54201M10.78 7.54868C10.84 7.60868 10.84 7.71534 10.78 7.78201C10.7134 7.84201 10.6067 7.84201 10.54 7.78201C10.4734 7.71534 10.4734 7.60868 10.54 7.54201C10.6 7.47534 10.7067 7.47534 10.7734 7.54201M5.45135 7.54868C5.51135 7.60868 5.51135 7.71534 5.45135 7.78201C5.38469 7.84201 5.27802 7.84201 5.21135 7.78201C5.14469 7.71534 5.14469 7.60868 5.21135 7.54201C5.27135 7.47534 5.37802 7.47534 5.44469 7.54201M13.3334 7.45467C13.3334 10.482 11.0534 13.3127 8.00002 14C4.94202 13.3067 2.66669 10.48 2.66669 7.45467V4.82134C2.66669 4.27467 2.99335 3.78801 3.43335 3.60801L6.76669 2.24401C7.57335 1.91067 8.41335 1.91067 9.16669 2.21734L12.5 3.57734C13 3.77734 13.3267 4.26401 13.3267 4.81134V7.43801L13.3334 7.45467Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.11802 7.54871C8.17802 7.60871 8.17802 7.71537 8.11802 7.78204C8.05135 7.84204 7.94469 7.84204 7.87802 7.78204C7.81135 7.71537 7.81135 7.60871 7.87802 7.54204C7.93802 7.47537 8.04469 7.47537 8.11135 7.54204M10.78 7.54871C10.84 7.60871 10.84 7.71537 10.78 7.78204C10.7134 7.84204 10.6067 7.84204 10.54 7.78204C10.4734 7.71537 10.4734 7.60871 10.54 7.54204C10.6 7.47537 10.7067 7.47537 10.7734 7.54204M5.45135 7.54871C5.51135 7.60871 5.51135 7.71537 5.45135 7.78204C5.38469 7.84204 5.27802 7.84204 5.21135 7.78204C5.14469 7.71537 5.14469 7.60871 5.21135 7.54204C5.27135 7.47537 5.37802 7.47537 5.44469 7.54204M13.3334 7.45471C13.3334 10.482 11.0534 13.3127 8.00002 14C4.94202 13.3067 2.66669 10.48 2.66669 7.45471V4.82137C2.66669 4.2747 2.99335 3.78804 3.43335 3.60804L6.76669 2.24404C7.57335 1.9107 8.41335 1.9107 9.16669 2.21737L12.5 3.57737C13 3.77737 13.3267 4.26404 13.3267 4.81137V7.43804L13.3334 7.45471Z" 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.66665 3.33332L5.33331 2.66666V13.3333L6.66665 12.6667M2.66665 3.33332L1.33331 2.66666V13.3333L2.66665 12.6667M14.6666 11.3333L9.33331 13.3333V2.66666L14.6666 4.66666V11.3333Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M6.66665 3.33329L5.33331 2.66663V13.3333L6.66665 12.6666M2.66665 3.33329L1.33331 2.66663V13.3333L2.66665 12.6666M14.6666 11.3333L9.33331 13.3333V2.66663L14.6666 4.66663V11.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="M8.94 7.72668L12.3333 4.33334M13.4533 6.20668C14.5867 8.68668 13.8933 11.62 11.76 13.3267M10.4533 3.20668C9.68 2.84668 8.84 2.66668 7.99333 2.66001L7.99267 2.65934C4.67934 2.65268 1.99267 5.33935 1.986 8.65268C1.97934 10.466 2.806 12.1793 4.21267 13.3193M8 7.32668C7.64638 7.32668 7.30724 7.46715 7.05719 7.7172C6.80714 7.96725 6.66667 8.30639 6.66667 8.66001C6.66667 9.01363 6.80714 9.35277 7.05719 9.60282C7.30724 9.85287 7.64638 9.99334 8 9.99334C8.35362 9.99334 8.69276 9.85287 8.94281 9.60282C9.19286 9.35277 9.33333 9.01363 9.33333 8.66001C9.33333 8.30639 9.19286 7.96725 8.94281 7.7172C8.69276 7.46715 8.35362 7.32668 8 7.32668Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.94 7.72665L12.3333 4.33331M13.4533 6.20665C14.5867 8.68665 13.8933 11.62 11.76 13.3266M10.4533 3.20665C9.68 2.84665 8.84 2.66665 7.99333 2.65998L7.99267 2.65931C4.67934 2.65265 1.99267 5.33931 1.986 8.65265C1.97934 10.466 2.806 12.1793 4.21267 13.3193M8 7.32665C7.64638 7.32665 7.30724 7.46712 7.05719 7.71717C6.80714 7.96722 6.66667 8.30636 6.66667 8.65998C6.66667 9.0136 6.80714 9.35274 7.05719 9.60279C7.30724 9.85284 7.64638 9.99331 8 9.99331C8.35362 9.99331 8.69276 9.85284 8.94281 9.60279C9.19286 9.35274 9.33333 9.0136 9.33333 8.65998C9.33333 8.30636 9.19286 7.96722 8.94281 7.71717C8.69276 7.46712 8.35362 7.32665 8 7.32665Z" 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.03845 7.72668L3.64512 4.33334M2.52512 6.20668C1.39179 8.68668 2.08512 11.62 4.21845 13.3267M5.52512 3.20668C6.29845 2.84668 7.13845 2.66668 7.98512 2.66001L7.98579 2.65934C11.2991 2.65268 13.9858 5.33935 13.9925 8.65268C13.9991 10.466 13.1725 12.1793 11.7658 13.3193M7.97845 7.32668C8.33208 7.32668 8.67121 7.46715 8.92126 7.7172C9.17131 7.96725 9.31179 8.30639 9.31179 8.66001C9.31179 9.01363 9.17131 9.35277 8.92126 9.60282C8.67121 9.85287 8.33208 9.99334 7.97845 9.99334C7.62483 9.99334 7.28569 9.85287 7.03564 9.60282C6.7856 9.35277 6.64512 9.01363 6.64512 8.66001C6.64512 8.30639 6.7856 7.96725 7.03564 7.7172C7.28569 7.46715 7.62483 7.32668 7.97845 7.32668Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M7.03845 7.72665L3.64512 4.33331M2.52512 6.20665C1.39179 8.68665 2.08512 11.62 4.21845 13.3266M5.52512 3.20665C6.29845 2.84665 7.13845 2.66665 7.98512 2.65998L7.98579 2.65931C11.2991 2.65265 13.9858 5.33931 13.9925 8.65265C13.9991 10.466 13.1725 12.1793 11.7658 13.3193M7.97845 7.32665C8.33208 7.32665 8.67121 7.46712 8.92126 7.71717C9.17131 7.96722 9.31179 8.30636 9.31179 8.65998C9.31179 9.0136 9.17131 9.35274 8.92126 9.60279C8.67121 9.85284 8.33208 9.99331 7.97845 9.99331C7.62483 9.99331 7.28569 9.85284 7.03564 9.60279C6.7856 9.35274 6.64512 9.0136 6.64512 8.65998C6.64512 8.30636 6.7856 7.96722 7.03564 7.71717C7.28569 7.46712 7.62483 7.32665 7.97845 7.32665Z" 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.52512 6.20665C1.39179 8.68665 2.08512 11.62 4.21845 13.3267M11.7661 13.3191C13.1727 12.1791 13.9994 10.4658 13.9927 8.65247C13.9875 6.04579 12.3235 3.82697 10.0006 3.00235M4.21297 13.3191C2.80631 12.1791 1.97964 10.4658 1.98631 8.65247C1.99155 6.04579 3.65554 3.82697 5.97845 3.00235M8.00059 7.33308V2.66641M7.97845 7.32665C8.33208 7.32665 8.67121 7.46713 8.92126 7.71718C9.17131 7.96723 9.31179 8.30636 9.31179 8.65999C9.31179 9.01361 9.17131 9.35275 8.92126 9.6028C8.67121 9.85284 8.33208 9.99332 7.97845 9.99332C7.62483 9.99332 7.28569 9.85284 7.03564 9.6028C6.7856 9.35275 6.64512 9.01361 6.64512 8.65999C6.64512 8.30636 6.7856 7.96723 7.03564 7.71718C7.28569 7.46713 7.62483 7.32665 7.97845 7.32665Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M2.52512 6.20662C1.39179 8.68662 2.08512 11.62 4.21845 13.3266M11.7661 13.3191C13.1727 12.1791 13.9994 10.4658 13.9927 8.65244C13.9875 6.04576 12.3235 3.82694 10.0006 3.00232M4.21297 13.3191C2.80631 12.1791 1.97964 10.4658 1.98631 8.65244C1.99155 6.04576 3.65554 3.82694 5.97845 3.00232M8.00059 7.33305V2.66638M7.97845 7.32662C8.33208 7.32662 8.67121 7.4671 8.92126 7.71715C9.17131 7.9672 9.31179 8.30633 9.31179 8.65996C9.31179 9.01358 9.17131 9.35272 8.92126 9.60276C8.67121 9.85281 8.33208 9.99329 7.97845 9.99329C7.62483 9.99329 7.28569 9.85281 7.03564 9.60276C6.7856 9.35272 6.64512 9.01358 6.64512 8.65996C6.64512 8.30633 6.7856 7.9672 7.03564 7.71715C7.28569 7.4671 7.62483 7.32662 7.97845 7.32662Z" 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.99995 11.49L4.11929 13.33L4.91929 9.25001L1.99329 6.25334L6.11329 5.73334L7.99329 1.98001L9.87329 5.72668L13.9926 6.24001L11.066 9.22668L11.866 13.3067L7.99995 11.49Z" fill="black" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M7.99995 11.49L4.11929 13.33L4.91929 9.24998L1.99329 6.25331L6.11329 5.73331L7.99329 1.97998L9.87329 5.72665L13.9926 6.23998L11.066 9.22665L11.866 13.3066L7.99995 11.49Z" fill="black" 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="M4.11929 13.33L7.50108 11.6542L7.5523 2.89636L6.11329 5.73334L1.99329 6.25334L4.91929 9.25001L4.11929 13.33Z" fill="black"/>
3
- <path d="M4.11929 13.33L7.99995 11.49L11.866 13.3067L11.066 9.22668L13.9926 6.24001L9.87329 5.72668L7.99329 1.98001L6.11329 5.73334M4.11929 13.33L4.91929 9.25001L1.99329 6.25334L6.11329 5.73334M4.11929 13.33L7.50108 11.6542L7.5523 2.89636L6.11329 5.73334" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M4.11929 13.33L7.50108 11.6542L7.5523 2.89632L6.11329 5.73331L1.99329 6.25331L4.91929 9.24998L4.11929 13.33Z" fill="black"/>
3
+ <path d="M6.11329 5.73331L7.5523 2.89632L7.50108 11.6542L4.11929 13.33L4.91929 9.24998L1.99329 6.25331L6.11329 5.73331L7.99329 1.97998L9.87329 5.72665L13.9926 6.23998L11.066 9.22665L11.866 13.3066L7.99995 11.49L4.11929 13.33" 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="M7.99995 11.49L4.11929 13.33L4.91929 9.25001L1.99329 6.25334L6.11329 5.73334L7.99329 1.98001L9.87329 5.72668L13.9926 6.24001L11.066 9.22668L11.866 13.3067L7.99995 11.49Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M7.99995 11.49L4.11929 13.33L4.91929 9.24998L1.99329 6.25331L6.11329 5.73331L7.99329 1.97998L9.87329 5.72665L13.9926 6.23998L11.066 9.22665L11.866 13.3066L7.99995 11.49Z" 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.00004 2.66668V1.33334M8.00004 14.6667V13.3333M12.24 3.76001L12.7134 3.28668M3.28671 12.7133L3.76004 12.24M13.3334 8.00001H14.6667M1.33337 8.00001H2.66671M12.24 12.24L12.7134 12.7133M3.28671 3.28668L3.76004 3.76001M10.357 5.64299C11.6588 6.94474 11.6588 9.05529 10.357 10.357C9.05529 11.6588 6.94474 11.6588 5.64299 10.357C4.34125 9.05529 4.34125 6.94474 5.64299 5.64299C6.94474 4.34124 9.05529 4.34124 10.357 5.64299Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.00004 2.66665V1.33331M8.00004 14.6666V13.3333M12.24 3.75998L12.7134 3.28665M3.28671 12.7133L3.76004 12.24M13.3334 7.99998H14.6667M1.33337 7.99998H2.66671M12.24 12.24L12.7134 12.7133M3.28671 3.28665L3.76004 3.75998M10.357 5.64296C11.6588 6.94471 11.6588 9.05526 10.357 10.357C9.05529 11.6588 6.94474 11.6588 5.64299 10.357C4.34125 9.05526 4.34125 6.94471 5.64299 5.64296C6.94474 4.34121 9.05529 4.34121 10.357 5.64296Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>