adata-ui 3.1.80 → 3.1.82

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 (288) hide show
  1. package/README.md +84 -84
  2. package/dist/module.json +1 -1
  3. package/dist/runtime/components/Alert.vue +26 -26
  4. package/dist/runtime/components/Alert.vue.d.ts +2 -37
  5. package/dist/runtime/components/Chip.vue +5 -5
  6. package/dist/runtime/components/Chip.vue.d.ts +2 -21
  7. package/dist/runtime/components/ColorMode.vue +12 -12
  8. package/dist/runtime/components/CurveBlock.vue +177 -177
  9. package/dist/runtime/components/DigitBadge.vue +5 -5
  10. package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
  11. package/dist/runtime/components/Drawer.vue +32 -32
  12. package/dist/runtime/components/Drawer.vue.d.ts +2 -47
  13. package/dist/runtime/components/EmptyHeader.vue +6 -6
  14. package/dist/runtime/components/Error.vue +59 -59
  15. package/dist/runtime/components/Footer.vue +73 -73
  16. package/dist/runtime/components/FooterAccordion.vue +45 -45
  17. package/dist/runtime/components/Header.vue +111 -111
  18. package/dist/runtime/components/Header.vue.d.ts +50 -0
  19. package/dist/runtime/components/Modal.vue +78 -78
  20. package/dist/runtime/components/Modal.vue.d.ts +9 -49
  21. package/dist/runtime/components/NewFooter.vue +114 -114
  22. package/dist/runtime/components/NewFooterAccordion.vue +52 -52
  23. package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
  24. package/dist/runtime/components/PkMobileServices.vue +22 -22
  25. package/dist/runtime/components/SidePanel.vue +76 -76
  26. package/dist/runtime/components/SidePanel.vue.d.ts +3 -79
  27. package/dist/runtime/components/Tag.vue +4 -4
  28. package/dist/runtime/components/Tag.vue.d.ts +2 -12
  29. package/dist/runtime/components/Toggle.vue +30 -30
  30. package/dist/runtime/components/accordion/Accordion.vue +41 -41
  31. package/dist/runtime/components/accordion/Accordion.vue.d.ts +4 -44
  32. package/dist/runtime/components/button/Button.vue +22 -22
  33. package/dist/runtime/components/button/Button.vue.d.ts +4 -22
  34. package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
  35. package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +7 -39
  36. package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
  37. package/dist/runtime/components/error-template/index.vue +32 -32
  38. package/dist/runtime/components/error-template/index.vue.d.ts +3 -5
  39. package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
  40. package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
  41. package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +2 -7
  42. package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
  43. package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
  44. package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
  45. package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
  46. package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +3 -35
  47. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +61 -55
  48. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +11 -2
  49. package/dist/runtime/components/forms/request-demo/RequestDemo.vue +63 -59
  50. package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +27 -0
  51. package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
  52. package/dist/runtime/components/header/AstanaContacts.vue +31 -31
  53. package/dist/runtime/components/header/CardGallery.vue +60 -60
  54. package/dist/runtime/components/header/ContactMenu.vue +39 -39
  55. package/dist/runtime/components/header/ContactMenu.vue.d.ts +8 -2
  56. package/dist/runtime/components/header/HeaderLink.vue +68 -55
  57. package/dist/runtime/components/header/LangSwitcher.vue +26 -26
  58. package/dist/runtime/components/header/ListItem.vue +15 -15
  59. package/dist/runtime/components/header/NavCard.vue +28 -28
  60. package/dist/runtime/components/header/NavList.vue +52 -52
  61. package/dist/runtime/components/header/ProductMenu.vue +72 -72
  62. package/dist/runtime/components/header/ProductMenu.vue.d.ts +8 -2
  63. package/dist/runtime/components/header/ProfileMenu.vue +37 -37
  64. package/dist/runtime/components/header/ProfileMenu.vue.d.ts +5 -1
  65. package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
  66. package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +5 -1
  67. package/dist/runtime/components/header/TopHeader.vue +72 -72
  68. package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
  69. package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +9 -14
  70. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
  71. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +29 -0
  72. package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
  73. package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +5 -1
  74. package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +26 -26
  75. package/dist/runtime/components/modals/ApplicationAcceptedModal.vue +43 -0
  76. package/dist/runtime/components/modals/ApplicationAcceptedModal.vue.d.ts +9 -0
  77. package/dist/runtime/components/modals/ConnectingTariffModal.vue +58 -0
  78. package/dist/runtime/components/modals/ConnectingTariffModal.vue.d.ts +19 -0
  79. package/dist/runtime/components/modals/InsufficientFundsModal.vue +68 -0
  80. package/dist/runtime/components/modals/InsufficientFundsModal.vue.d.ts +18 -0
  81. package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
  82. package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +5 -1
  83. package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
  84. package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +5 -1
  85. package/dist/runtime/components/modals/SubmitApplicationModal.vue +114 -0
  86. package/dist/runtime/components/modals/SubmitApplicationModal.vue.d.ts +17 -0
  87. package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
  88. package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +5 -1
  89. package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
  90. package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
  91. package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
  92. package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
  93. package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
  94. package/dist/runtime/components/modals/id/IdModals.vue +44 -44
  95. package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
  96. package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
  97. package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
  98. package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
  99. package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
  100. package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
  101. package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
  102. package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
  103. package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
  104. package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
  105. package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
  106. package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
  107. package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
  108. package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
  109. package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +46 -0
  110. package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
  111. package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +2 -36
  112. package/dist/runtime/components/row-card/RowCard.vue +27 -27
  113. package/dist/runtime/components/row-card/RowCard.vue.d.ts +2 -9
  114. package/dist/runtime/components/select-row/index.vue +58 -58
  115. package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
  116. package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
  117. package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +2 -20
  118. package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
  119. package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
  120. package/dist/runtime/composables/projectState.d.ts +2 -2
  121. package/dist/runtime/composables/useBuyTariffs.d.ts +7 -0
  122. package/dist/runtime/composables/useBuyTariffs.js +73 -0
  123. package/dist/runtime/composables/useIdModals.d.ts +11 -21
  124. package/dist/runtime/composables/usePayment.d.ts +5 -5
  125. package/dist/runtime/i18n/i18n.config.d.ts +9 -0
  126. package/dist/runtime/i18n.d.ts +1 -1
  127. package/dist/runtime/icons/ai-assistant.vue +13 -13
  128. package/dist/runtime/icons/akimat.vue +20 -20
  129. package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
  130. package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
  131. package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
  132. package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
  133. package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
  134. package/dist/runtime/icons/avatar.vue +41 -41
  135. package/dist/runtime/icons/avto/car.vue +17 -17
  136. package/dist/runtime/icons/avto/truck.vue +17 -17
  137. package/dist/runtime/icons/bank.vue +14 -14
  138. package/dist/runtime/icons/block.vue +19 -19
  139. package/dist/runtime/icons/bookmark.vue +19 -19
  140. package/dist/runtime/icons/calculator.vue +19 -19
  141. package/dist/runtime/icons/chartBar.vue +14 -14
  142. package/dist/runtime/icons/check-circle.vue +25 -25
  143. package/dist/runtime/icons/check-sb.vue +7 -7
  144. package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
  145. package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
  146. package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
  147. package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
  148. package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
  149. package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
  150. package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
  151. package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
  152. package/dist/runtime/icons/clipboard-text.vue +17 -17
  153. package/dist/runtime/icons/clock.vue +25 -25
  154. package/dist/runtime/icons/color-mode/moon.vue +20 -20
  155. package/dist/runtime/icons/color-mode/sun.vue +27 -27
  156. package/dist/runtime/icons/communication/mail.vue +19 -19
  157. package/dist/runtime/icons/communication/phone.vue +19 -19
  158. package/dist/runtime/icons/company.vue +19 -19
  159. package/dist/runtime/icons/currency/dollar.vue +19 -19
  160. package/dist/runtime/icons/currency/down.vue +22 -22
  161. package/dist/runtime/icons/currency/eur.vue +69 -69
  162. package/dist/runtime/icons/currency/rub.vue +25 -25
  163. package/dist/runtime/icons/currency/tenge.vue +9 -9
  164. package/dist/runtime/icons/currency/usd.vue +269 -269
  165. package/dist/runtime/icons/currency/yuan.vue +37 -37
  166. package/dist/runtime/icons/document/hdocument.vue +17 -17
  167. package/dist/runtime/icons/document/id.vue +19 -19
  168. package/dist/runtime/icons/document/profile.vue +19 -19
  169. package/dist/runtime/icons/eye-closed.vue +26 -26
  170. package/dist/runtime/icons/eye-open.vue +7 -7
  171. package/dist/runtime/icons/eye-opened.vue +23 -23
  172. package/dist/runtime/icons/file/excel-icon.vue +14 -14
  173. package/dist/runtime/icons/file/file.vue +19 -19
  174. package/dist/runtime/icons/file/files.vue +17 -17
  175. package/dist/runtime/icons/globe.vue +19 -19
  176. package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  177. package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  178. package/dist/runtime/icons/handshake.vue +19 -19
  179. package/dist/runtime/icons/history.vue +19 -19
  180. package/dist/runtime/icons/hot-line.vue +6 -6
  181. package/dist/runtime/icons/id.vue +9 -9
  182. package/dist/runtime/icons/info/info-circle.vue +29 -29
  183. package/dist/runtime/icons/invoice.vue +35 -35
  184. package/dist/runtime/icons/kaspi-qr.vue +13 -13
  185. package/dist/runtime/icons/link-chain.vue +31 -31
  186. package/dist/runtime/icons/loader-circle.vue +34 -34
  187. package/dist/runtime/icons/lock.vue +19 -19
  188. package/dist/runtime/icons/logo/adata.vue +48 -48
  189. package/dist/runtime/icons/logo/logo.vue +27 -27
  190. package/dist/runtime/icons/map-paper.vue +5 -5
  191. package/dist/runtime/icons/map-pin-rect.vue +15 -15
  192. package/dist/runtime/icons/medal.vue +17 -17
  193. package/dist/runtime/icons/menu/menu-filled.vue +61 -61
  194. package/dist/runtime/icons/menu/menu.vue +41 -41
  195. package/dist/runtime/icons/message.vue +24 -24
  196. package/dist/runtime/icons/modals/door.vue +162 -162
  197. package/dist/runtime/icons/moon.vue +10 -10
  198. package/dist/runtime/icons/navigation/expand-window.vue +19 -19
  199. package/dist/runtime/icons/navigation/location.vue +25 -25
  200. package/dist/runtime/icons/navigation/logout.vue +19 -19
  201. package/dist/runtime/icons/notifications.vue +25 -25
  202. package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
  203. package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
  204. package/dist/runtime/icons/other-service/block.vue +16 -16
  205. package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
  206. package/dist/runtime/icons/other-service/globe.vue +16 -16
  207. package/dist/runtime/icons/other-service/link.vue +7 -7
  208. package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
  209. package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
  210. package/dist/runtime/icons/other-service/users-three.vue +7 -7
  211. package/dist/runtime/icons/payment/payment-card.vue +6 -6
  212. package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
  213. package/dist/runtime/icons/plus.vue +24 -24
  214. package/dist/runtime/icons/radio/radio-check.vue +24 -24
  215. package/dist/runtime/icons/radio/radio-empty.vue +20 -20
  216. package/dist/runtime/icons/receipt/hcheck.vue +27 -27
  217. package/dist/runtime/icons/receipt/receipt.vue +27 -27
  218. package/dist/runtime/icons/sanctions.vue +8 -8
  219. package/dist/runtime/icons/scale.vue +19 -19
  220. package/dist/runtime/icons/search.vue +27 -27
  221. package/dist/runtime/icons/socials/facebook.vue +15 -15
  222. package/dist/runtime/icons/socials/google.vue +41 -41
  223. package/dist/runtime/icons/socials/instagram.vue +19 -19
  224. package/dist/runtime/icons/socials/linkedin.vue +24 -24
  225. package/dist/runtime/icons/socials/mailru.vue +34 -34
  226. package/dist/runtime/icons/socials/telegram.vue +15 -15
  227. package/dist/runtime/icons/socials/tik-tok.vue +15 -15
  228. package/dist/runtime/icons/socials/whatsapp.vue +21 -21
  229. package/dist/runtime/icons/socials/yandex.vue +28 -28
  230. package/dist/runtime/icons/socials/youtube.vue +16 -16
  231. package/dist/runtime/icons/sun.vue +14 -14
  232. package/dist/runtime/icons/sviazi.vue +19 -19
  233. package/dist/runtime/icons/tasks.vue +10 -10
  234. package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
  235. package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
  236. package/dist/runtime/icons/users/users-three.vue +17 -17
  237. package/dist/runtime/icons/users/users.vue +31 -31
  238. package/dist/runtime/icons/warning-triangle.vue +29 -29
  239. package/dist/runtime/icons/work-bag.vue +20 -20
  240. package/dist/runtime/icons/x-mark.vue +18 -18
  241. package/dist/runtime/illustrations/address-location.vue +38 -38
  242. package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
  243. package/dist/runtime/illustrations/bill.vue +133 -133
  244. package/dist/runtime/illustrations/buildings.vue +82 -82
  245. package/dist/runtime/illustrations/calendar.vue +156 -156
  246. package/dist/runtime/illustrations/chains.vue +152 -152
  247. package/dist/runtime/illustrations/coin-percent.vue +126 -126
  248. package/dist/runtime/illustrations/coins-stack.vue +202 -202
  249. package/dist/runtime/illustrations/delete-dark.vue +31 -31
  250. package/dist/runtime/illustrations/delete.vue +32 -32
  251. package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
  252. package/dist/runtime/illustrations/document.vue +64 -64
  253. package/dist/runtime/illustrations/door.vue +74 -74
  254. package/dist/runtime/illustrations/empty-box.vue +77 -77
  255. package/dist/runtime/illustrations/empty-wallet.vue +161 -161
  256. package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
  257. package/dist/runtime/illustrations/hammer.vue +156 -156
  258. package/dist/runtime/illustrations/hand-cash.vue +108 -108
  259. package/dist/runtime/illustrations/info.vue +39 -39
  260. package/dist/runtime/illustrations/mail.vue +68 -68
  261. package/dist/runtime/illustrations/ok.vue +62 -62
  262. package/dist/runtime/illustrations/people-group.vue +237 -237
  263. package/dist/runtime/illustrations/person-with-phone.vue +187 -187
  264. package/dist/runtime/illustrations/person.vue +159 -159
  265. package/dist/runtime/illustrations/phone-check.vue +90 -90
  266. package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
  267. package/dist/runtime/illustrations/stop-hand.vue +77 -77
  268. package/dist/runtime/illustrations/stop-sign.vue +34 -34
  269. package/dist/runtime/illustrations/suit.vue +111 -111
  270. package/dist/runtime/illustrations/suitcase.vue +105 -105
  271. package/dist/runtime/illustrations/terminal-dark.vue +48 -48
  272. package/dist/runtime/illustrations/terminal.vue +234 -234
  273. package/dist/runtime/illustrations/trash-can.vue +108 -108
  274. package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
  275. package/dist/runtime/illustrations/two-persons.vue +169 -169
  276. package/dist/runtime/lang/en.js +5 -2
  277. package/dist/runtime/lang/kk.js +5 -2
  278. package/dist/runtime/lang/ru.d.ts +3 -0
  279. package/dist/runtime/lang/ru.js +5 -2
  280. package/dist/runtime/plugins/toast.d.ts +1 -503
  281. package/dist/runtime/public/kaspi/logo.svg +4 -4
  282. package/dist/runtime/server/tsconfig.json +3 -3
  283. package/dist/runtime/utils/getMaxZindex.d.ts +2 -0
  284. package/dist/runtime/utils/getMaxZindex.js +22 -0
  285. package/dist/runtime/utils/localizedNavigation.d.ts +1 -1
  286. package/dist/runtime/utils/useUrls.d.ts +1 -0
  287. package/dist/runtime/utils/useUrls.js +1 -0
  288. package/package.json +73 -73
@@ -1,35 +1,35 @@
1
- <script setup lang="ts">
2
- </script>
3
-
4
- <template>
5
- <svg
6
- width="25"
7
- height="24"
8
- viewBox="0 0 25 24"
9
- fill="none"
10
- xmlns="http://www.w3.org/2000/svg"
11
- >
12
- <path
13
- d="M4.6665 18.6458V8.05426C4.6665 5.20025 4.6665 3.77325 5.54518 2.88663C6.42386 2 7.83808 2 10.6665 2H14.6665C17.4949 2 18.9091 2 19.7878 2.88663C20.6665 3.77325 20.6665 5.20025 20.6665 8.05426V18.6458C20.6665 20.1575 20.6665 20.9133 20.2046 21.2108C19.4496 21.6971 18.2826 20.6774 17.6956 20.3073C17.2107 20.0014 16.9682 19.8485 16.699 19.8397C16.4082 19.8301 16.1614 19.9768 15.6374 20.3073L13.7265 21.5124C13.211 21.8374 12.9533 22 12.6665 22C12.3797 22 12.122 21.8374 11.6065 21.5124L9.69563 20.3073C9.21065 20.0014 8.96816 19.8485 8.69904 19.8397C8.40822 19.8301 8.16143 19.9768 7.63738 20.3073C7.05045 20.6774 5.88338 21.6971 5.12846 21.2108C4.6665 20.9133 4.6665 20.1575 4.6665 18.6458Z"
14
- fill="#566573"
15
- stroke="#566573"
16
- stroke-width="1.5"
17
- stroke-linecap="round"
18
- stroke-linejoin="round"
19
- />
20
- <path
21
- d="M11.6665 11H8.6665"
22
- stroke="white"
23
- stroke-width="1.5"
24
- stroke-linecap="round"
25
- stroke-linejoin="round"
26
- />
27
- <path
28
- d="M14.6665 7L8.6665 7"
29
- stroke="white"
30
- stroke-width="1.5"
31
- stroke-linecap="round"
32
- stroke-linejoin="round"
33
- />
34
- </svg>
35
- </template>
1
+ <script setup lang="ts">
2
+ </script>
3
+
4
+ <template>
5
+ <svg
6
+ width="25"
7
+ height="24"
8
+ viewBox="0 0 25 24"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <path
13
+ d="M4.6665 18.6458V8.05426C4.6665 5.20025 4.6665 3.77325 5.54518 2.88663C6.42386 2 7.83808 2 10.6665 2H14.6665C17.4949 2 18.9091 2 19.7878 2.88663C20.6665 3.77325 20.6665 5.20025 20.6665 8.05426V18.6458C20.6665 20.1575 20.6665 20.9133 20.2046 21.2108C19.4496 21.6971 18.2826 20.6774 17.6956 20.3073C17.2107 20.0014 16.9682 19.8485 16.699 19.8397C16.4082 19.8301 16.1614 19.9768 15.6374 20.3073L13.7265 21.5124C13.211 21.8374 12.9533 22 12.6665 22C12.3797 22 12.122 21.8374 11.6065 21.5124L9.69563 20.3073C9.21065 20.0014 8.96816 19.8485 8.69904 19.8397C8.40822 19.8301 8.16143 19.9768 7.63738 20.3073C7.05045 20.6774 5.88338 21.6971 5.12846 21.2108C4.6665 20.9133 4.6665 20.1575 4.6665 18.6458Z"
14
+ fill="#566573"
15
+ stroke="#566573"
16
+ stroke-width="1.5"
17
+ stroke-linecap="round"
18
+ stroke-linejoin="round"
19
+ />
20
+ <path
21
+ d="M11.6665 11H8.6665"
22
+ stroke="white"
23
+ stroke-width="1.5"
24
+ stroke-linecap="round"
25
+ stroke-linejoin="round"
26
+ />
27
+ <path
28
+ d="M14.6665 7L8.6665 7"
29
+ stroke="white"
30
+ stroke-width="1.5"
31
+ stroke-linecap="round"
32
+ stroke-linejoin="round"
33
+ />
34
+ </svg>
35
+ </template>
@@ -1,13 +1,13 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg width="51" height="51" viewBox="0 0 51 51" fill="none" xmlns="http://www.w3.org/2000/svg">
7
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.49674 0C9.66206 0 9.79716 0.129346 9.80628 0.29232L9.80677 0.309906V2.82853C9.80677 2.99378 9.67738 3.12883 9.51434 3.13794L9.49674 3.13844L3.13881 3.13838L3.13882 9.49584C3.13882 9.65519 3.0185 9.78646 2.86372 9.8038L2.84638 9.80526L2.82879 9.80575H0.310031C0.14471 9.80575 0.00961136 9.6764 0.000490783 9.51343L0 9.49584V2.83918C0 1.30673 1.21545 0.0545687 2.74059 0.00171709L2.7869 0.000483577L2.8395 0H9.49674ZM23.2957 6.66658C23.5537 6.66658 23.7642 6.87031 23.7748 7.12563L23.7752 7.14589V23.2954C23.7752 23.5534 23.5714 23.7637 23.316 23.7743L23.2957 23.7747H7.14495C6.88692 23.7747 6.6765 23.571 6.66588 23.3157L6.66546 23.2954V9.60849C6.66546 7.9934 7.92636 6.69282 9.52191 6.66697L9.57036 6.66658H23.2957ZM23.2957 26.3513C23.5442 26.3513 23.7499 26.5407 23.7732 26.7882L23.7747 26.809L23.7752 26.8306V29.4898L9.80423 29.4898V40.321H20.6363L20.6364 32.0662H23.7752V42.9802C23.7752 43.2285 23.5858 43.4342 23.3382 43.4575L23.3174 43.459L23.2957 43.4595H9.57036C7.98586 43.4595 6.71679 42.2024 6.66696 40.6133L6.66582 40.565L6.66546 40.5176V26.8306C6.66546 26.5823 6.85487 26.3767 7.10252 26.3534L7.12328 26.3519L7.14495 26.3513H23.2957ZM35.0492 40.3227L35.0492 31.7504H31.9104L31.9104 37.4652L26.3538 37.4652V42.9818L26.3542 43.0021C26.3648 43.2574 26.5752 43.4611 26.8333 43.4611H29.4926L29.4926 40.6037H34.9268L34.9268 43.4611H40.5586L40.6071 43.4607C42.2026 43.4349 43.4635 42.1343 43.4635 40.5192V34.6078H37.467V37.7463L40.3246 37.7462V40.3227H35.0492ZM2.82879 40.321C2.99411 40.321 3.12921 40.4503 3.13833 40.6133L3.13882 40.6309L3.13881 46.9883L9.33798 46.9884C9.4974 46.9884 9.62871 47.1086 9.64606 47.2634L9.64752 47.2807L9.64801 47.2983V49.8169C9.64801 49.9822 9.51861 50.1172 9.35557 50.1263L9.33798 50.1268H2.8395C1.30686 50.1268 0.0545731 48.9115 0.00171723 47.3865L0.000483618 47.3402L0 47.2876V40.6309C0 40.4657 0.129398 40.3306 0.292438 40.3215L0.310031 40.321H2.82879ZM49.8224 40.321C49.9877 40.321 50.1228 40.4503 50.1319 40.6133L50.1324 40.6309V47.2876C50.1324 48.8201 48.917 50.0722 47.3918 50.1251L47.3455 50.1263L47.2929 50.1268H40.6357C40.4704 50.1268 40.3353 49.9975 40.3261 49.8345L40.3256 49.8169V47.2983C40.3256 47.133 40.455 46.998 40.6181 46.9888L40.6357 46.9884L46.9935 46.9883L46.9936 40.6309C46.9936 40.4716 47.1139 40.3403 47.2687 40.3229L47.286 40.3215L47.3036 40.321H49.8224ZM18.5411 31.5906V38.2213H11.9096V31.5906H18.5411ZM34.8904 29.4898V26.3513H26.8333L26.813 26.3518C26.5576 26.3624 26.3538 26.5727 26.3538 26.8306V34.8872H29.4926L29.4926 29.4898L34.8904 29.4898ZM43.464 26.8104C43.4534 26.5551 43.2429 26.3513 42.9849 26.3513H40.3256L40.3255 29.2088L37.4679 29.2088V32.3473H40.6067L40.6067 29.4898L43.4644 29.4898V26.8306L43.464 26.8104ZM43.462 9.51281C43.4122 7.92367 42.1431 6.66658 40.5586 6.66658H26.8333L26.8116 6.6671L26.7908 6.66862C26.5432 6.69192 26.3538 6.89753 26.3538 7.14589V23.2954L26.3543 23.3171L26.3558 23.3379C26.3791 23.5854 26.5848 23.7747 26.8333 23.7747L29.4926 23.7747L29.4926 9.80496H40.3246V20.6362L37.7845 20.6363V23.7747L42.984 23.7747L43.0057 23.7742L43.0265 23.7727C43.2741 23.7494 43.4635 23.5438 43.4635 23.2954V9.60849L43.4632 9.56106L43.462 9.51281ZM35.2072 20.6362V23.7747H32.0684V20.6362H35.2072ZM9.80642 9.80488H20.6385V20.6361H9.80642V9.80488ZM18.5411 11.9051V18.5359H11.9096V11.9051H18.5411ZM38.2294 18.5359V11.9051H31.5979V18.5359H38.2294ZM50.1307 2.74029C50.0778 1.21533 48.8256 0 47.2929 0H40.6357L40.6181 0.000490585C40.455 0.00960747 40.3256 0.144652 40.3256 0.309906V2.82853L40.3261 2.84612L40.3276 2.86344C40.3449 3.01816 40.4763 3.13844 40.6357 3.13844L46.9935 3.13838L46.9936 9.49584L46.9941 9.51343C47.0032 9.6764 47.1383 9.80575 47.3036 9.80575H49.8224L49.84 9.80526C50.003 9.79614 50.1324 9.6611 50.1324 9.49584V2.83918L50.1319 2.78659L50.1307 2.74029Z" fill="#F14635"></path>
8
- </svg>
9
- </template>
10
-
11
- <style scoped>
12
-
13
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="51" height="51" viewBox="0 0 51 51" fill="none" xmlns="http://www.w3.org/2000/svg">
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.49674 0C9.66206 0 9.79716 0.129346 9.80628 0.29232L9.80677 0.309906V2.82853C9.80677 2.99378 9.67738 3.12883 9.51434 3.13794L9.49674 3.13844L3.13881 3.13838L3.13882 9.49584C3.13882 9.65519 3.0185 9.78646 2.86372 9.8038L2.84638 9.80526L2.82879 9.80575H0.310031C0.14471 9.80575 0.00961136 9.6764 0.000490783 9.51343L0 9.49584V2.83918C0 1.30673 1.21545 0.0545687 2.74059 0.00171709L2.7869 0.000483577L2.8395 0H9.49674ZM23.2957 6.66658C23.5537 6.66658 23.7642 6.87031 23.7748 7.12563L23.7752 7.14589V23.2954C23.7752 23.5534 23.5714 23.7637 23.316 23.7743L23.2957 23.7747H7.14495C6.88692 23.7747 6.6765 23.571 6.66588 23.3157L6.66546 23.2954V9.60849C6.66546 7.9934 7.92636 6.69282 9.52191 6.66697L9.57036 6.66658H23.2957ZM23.2957 26.3513C23.5442 26.3513 23.7499 26.5407 23.7732 26.7882L23.7747 26.809L23.7752 26.8306V29.4898L9.80423 29.4898V40.321H20.6363L20.6364 32.0662H23.7752V42.9802C23.7752 43.2285 23.5858 43.4342 23.3382 43.4575L23.3174 43.459L23.2957 43.4595H9.57036C7.98586 43.4595 6.71679 42.2024 6.66696 40.6133L6.66582 40.565L6.66546 40.5176V26.8306C6.66546 26.5823 6.85487 26.3767 7.10252 26.3534L7.12328 26.3519L7.14495 26.3513H23.2957ZM35.0492 40.3227L35.0492 31.7504H31.9104L31.9104 37.4652L26.3538 37.4652V42.9818L26.3542 43.0021C26.3648 43.2574 26.5752 43.4611 26.8333 43.4611H29.4926L29.4926 40.6037H34.9268L34.9268 43.4611H40.5586L40.6071 43.4607C42.2026 43.4349 43.4635 42.1343 43.4635 40.5192V34.6078H37.467V37.7463L40.3246 37.7462V40.3227H35.0492ZM2.82879 40.321C2.99411 40.321 3.12921 40.4503 3.13833 40.6133L3.13882 40.6309L3.13881 46.9883L9.33798 46.9884C9.4974 46.9884 9.62871 47.1086 9.64606 47.2634L9.64752 47.2807L9.64801 47.2983V49.8169C9.64801 49.9822 9.51861 50.1172 9.35557 50.1263L9.33798 50.1268H2.8395C1.30686 50.1268 0.0545731 48.9115 0.00171723 47.3865L0.000483618 47.3402L0 47.2876V40.6309C0 40.4657 0.129398 40.3306 0.292438 40.3215L0.310031 40.321H2.82879ZM49.8224 40.321C49.9877 40.321 50.1228 40.4503 50.1319 40.6133L50.1324 40.6309V47.2876C50.1324 48.8201 48.917 50.0722 47.3918 50.1251L47.3455 50.1263L47.2929 50.1268H40.6357C40.4704 50.1268 40.3353 49.9975 40.3261 49.8345L40.3256 49.8169V47.2983C40.3256 47.133 40.455 46.998 40.6181 46.9888L40.6357 46.9884L46.9935 46.9883L46.9936 40.6309C46.9936 40.4716 47.1139 40.3403 47.2687 40.3229L47.286 40.3215L47.3036 40.321H49.8224ZM18.5411 31.5906V38.2213H11.9096V31.5906H18.5411ZM34.8904 29.4898V26.3513H26.8333L26.813 26.3518C26.5576 26.3624 26.3538 26.5727 26.3538 26.8306V34.8872H29.4926L29.4926 29.4898L34.8904 29.4898ZM43.464 26.8104C43.4534 26.5551 43.2429 26.3513 42.9849 26.3513H40.3256L40.3255 29.2088L37.4679 29.2088V32.3473H40.6067L40.6067 29.4898L43.4644 29.4898V26.8306L43.464 26.8104ZM43.462 9.51281C43.4122 7.92367 42.1431 6.66658 40.5586 6.66658H26.8333L26.8116 6.6671L26.7908 6.66862C26.5432 6.69192 26.3538 6.89753 26.3538 7.14589V23.2954L26.3543 23.3171L26.3558 23.3379C26.3791 23.5854 26.5848 23.7747 26.8333 23.7747L29.4926 23.7747L29.4926 9.80496H40.3246V20.6362L37.7845 20.6363V23.7747L42.984 23.7747L43.0057 23.7742L43.0265 23.7727C43.2741 23.7494 43.4635 23.5438 43.4635 23.2954V9.60849L43.4632 9.56106L43.462 9.51281ZM35.2072 20.6362V23.7747H32.0684V20.6362H35.2072ZM9.80642 9.80488H20.6385V20.6361H9.80642V9.80488ZM18.5411 11.9051V18.5359H11.9096V11.9051H18.5411ZM38.2294 18.5359V11.9051H31.5979V18.5359H38.2294ZM50.1307 2.74029C50.0778 1.21533 48.8256 0 47.2929 0H40.6357L40.6181 0.000490585C40.455 0.00960747 40.3256 0.144652 40.3256 0.309906V2.82853L40.3261 2.84612L40.3276 2.86344C40.3449 3.01816 40.4763 3.13844 40.6357 3.13844L46.9935 3.13838L46.9936 9.49584L46.9941 9.51343C47.0032 9.6764 47.1383 9.80575 47.3036 9.80575H49.8224L49.84 9.80526C50.003 9.79614 50.1324 9.6611 50.1324 9.49584V2.83918L50.1319 2.78659L50.1307 2.74029Z" fill="#F14635"></path>
8
+ </svg>
9
+ </template>
10
+
11
+ <style scoped>
12
+
13
+ </style>
@@ -1,31 +1,31 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="17"
5
- viewBox="0 0 16 17"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M8.47751 3.4889L6.93233 5.03417C6.72732 5.2392 6.39491 5.23921 6.18988 5.03419C5.98484 4.82917 5.98483 4.49676 6.18985 4.29173L7.73504 2.74645C9.39699 1.08453 12.0915 1.08451 13.7535 2.74644C15.4154 4.40836 15.4154 7.10287 13.7535 8.7648L12.2083 10.3101C12.0033 10.5151 11.6709 10.5151 11.4659 10.3101C11.2608 10.1051 11.2608 9.77267 11.4658 9.56764L13.011 8.02236C14.2629 6.77048 14.2629 4.74078 13.011 3.4889C11.7591 2.23702 9.72941 2.23703 8.47751 3.4889Z"
13
- fill="currentColor"
14
- />
15
- <path
16
- fill-rule="evenodd"
17
- clip-rule="evenodd"
18
- d="M4.53409 6.68986C4.73913 6.89488 4.73914 7.22729 4.53412 7.43232L2.98893 8.97759C1.73704 10.2295 1.73702 12.2592 2.98892 13.5111C4.24081 14.7629 6.27054 14.7629 7.52244 13.5111L9.06762 11.9658C9.27264 11.7608 9.60505 11.7607 9.81008 11.9658C10.0151 12.1708 10.0151 12.5032 9.81011 12.7082L8.26492 14.2535C6.60297 15.9154 3.90841 15.9154 2.24646 14.2535C0.584516 12.5916 0.584512 9.89708 2.24645 8.23516L3.79163 6.68988C3.99665 6.48485 4.32906 6.48484 4.53409 6.68986Z"
19
- fill="currentColor"
20
- />
21
- <path
22
- fill-rule="evenodd"
23
- clip-rule="evenodd"
24
- d="M10.5295 5.97043C10.7346 6.17545 10.7346 6.50787 10.5295 6.71289L6.21289 11.0295C6.00786 11.2346 5.67545 11.2346 5.47043 11.0295C5.2654 10.8245 5.2654 10.4921 5.47043 10.2871L9.78708 5.97043C9.9921 5.76541 10.3245 5.76541 10.5295 5.97043Z"
25
- fill="currentColor"
26
- />
27
- </svg>
28
- </template>
29
-
30
- <script setup lang="ts">
31
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="17"
5
+ viewBox="0 0 16 17"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M8.47751 3.4889L6.93233 5.03417C6.72732 5.2392 6.39491 5.23921 6.18988 5.03419C5.98484 4.82917 5.98483 4.49676 6.18985 4.29173L7.73504 2.74645C9.39699 1.08453 12.0915 1.08451 13.7535 2.74644C15.4154 4.40836 15.4154 7.10287 13.7535 8.7648L12.2083 10.3101C12.0033 10.5151 11.6709 10.5151 11.4659 10.3101C11.2608 10.1051 11.2608 9.77267 11.4658 9.56764L13.011 8.02236C14.2629 6.77048 14.2629 4.74078 13.011 3.4889C11.7591 2.23702 9.72941 2.23703 8.47751 3.4889Z"
13
+ fill="currentColor"
14
+ />
15
+ <path
16
+ fill-rule="evenodd"
17
+ clip-rule="evenodd"
18
+ d="M4.53409 6.68986C4.73913 6.89488 4.73914 7.22729 4.53412 7.43232L2.98893 8.97759C1.73704 10.2295 1.73702 12.2592 2.98892 13.5111C4.24081 14.7629 6.27054 14.7629 7.52244 13.5111L9.06762 11.9658C9.27264 11.7608 9.60505 11.7607 9.81008 11.9658C10.0151 12.1708 10.0151 12.5032 9.81011 12.7082L8.26492 14.2535C6.60297 15.9154 3.90841 15.9154 2.24646 14.2535C0.584516 12.5916 0.584512 9.89708 2.24645 8.23516L3.79163 6.68988C3.99665 6.48485 4.32906 6.48484 4.53409 6.68986Z"
19
+ fill="currentColor"
20
+ />
21
+ <path
22
+ fill-rule="evenodd"
23
+ clip-rule="evenodd"
24
+ d="M10.5295 5.97043C10.7346 6.17545 10.7346 6.50787 10.5295 6.71289L6.21289 11.0295C6.00786 11.2346 5.67545 11.2346 5.47043 11.0295C5.2654 10.8245 5.2654 10.4921 5.47043 10.2871L9.78708 5.97043C9.9921 5.76541 10.3245 5.76541 10.5295 5.97043Z"
25
+ fill="currentColor"
26
+ />
27
+ </svg>
28
+ </template>
29
+
30
+ <script setup lang="ts">
31
+ </script>
@@ -4,38 +4,38 @@ const id = useId();
4
4
  </script>
5
5
 
6
6
  <template>
7
- <svg
8
- fill="none"
9
- height="16"
10
- viewBox="0 0 17 16"
11
- width="17"
12
- xmlns="http://www.w3.org/2000/svg"
13
- >
14
- <path
15
- d="M14.5 8C14.5 6.61187 14.0187 5.26668 13.1381 4.19365C12.2574 3.12061 11.032 2.38611 9.67054 2.1153C8.30908 1.84449 6.89584 2.05412 5.67162 2.70848C4.4474 3.36284 3.48794 4.42144 2.95672 5.7039C2.42551 6.98637 2.35541 8.41335 2.75836 9.7417C3.16131 11.0701 4.01239 12.2176 5.16658 12.9888C6.32077 13.76 7.70666 14.1072 9.0881 13.9711"
16
- :stroke="`url(#${id})`"
17
- stroke-linecap="round"
18
- stroke-width="1.3"
19
- />
20
- <defs>
21
- <linearGradient
22
- :id="id"
23
- gradientUnits="userSpaceOnUse"
24
- x1="12.64"
25
- x2="8.50001"
26
- y1="3.44"
27
- y2="14"
28
- >
29
- <stop
30
- offset="0.150973"
31
- stop-color="currentColor"
32
- />
33
- <stop
34
- offset="0.588542"
35
- stop-color="currentColor"
36
- stop-opacity="0.15"
37
- />
38
- </linearGradient>
39
- </defs>
40
- </svg>
7
+ <svg
8
+ fill="none"
9
+ height="16"
10
+ viewBox="0 0 17 16"
11
+ width="17"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ >
14
+ <path
15
+ d="M14.5 8C14.5 6.61187 14.0187 5.26668 13.1381 4.19365C12.2574 3.12061 11.032 2.38611 9.67054 2.1153C8.30908 1.84449 6.89584 2.05412 5.67162 2.70848C4.4474 3.36284 3.48794 4.42144 2.95672 5.7039C2.42551 6.98637 2.35541 8.41335 2.75836 9.7417C3.16131 11.0701 4.01239 12.2176 5.16658 12.9888C6.32077 13.76 7.70666 14.1072 9.0881 13.9711"
16
+ :stroke="`url(#${id})`"
17
+ stroke-linecap="round"
18
+ stroke-width="1.3"
19
+ />
20
+ <defs>
21
+ <linearGradient
22
+ :id="id"
23
+ gradientUnits="userSpaceOnUse"
24
+ x1="12.64"
25
+ x2="8.50001"
26
+ y1="3.44"
27
+ y2="14"
28
+ >
29
+ <stop
30
+ offset="0.150973"
31
+ stop-color="currentColor"
32
+ />
33
+ <stop
34
+ offset="0.588542"
35
+ stop-color="currentColor"
36
+ stop-opacity="0.15"
37
+ />
38
+ </linearGradient>
39
+ </defs>
40
+ </svg>
41
41
  </template>
@@ -1,19 +1,19 @@
1
- <template>
2
- <svg
3
- width="24"
4
- height="24"
5
- viewBox="0 0 24 24"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M9.25996 4.63496C9.98666 3.90826 10.9723 3.5 12 3.5C13.0277 3.5 14.0133 3.90826 14.74 4.63496C15.4667 5.36166 15.875 6.34729 15.875 7.375V10.325H8.125V7.375C8.125 6.34729 8.53326 5.36166 9.25996 4.63496ZM6.625 10.325V7.375C6.625 5.94946 7.19129 4.58231 8.1993 3.5743C9.20731 2.56629 10.5745 2 12 2C13.4255 2 14.7927 2.56629 15.8007 3.5743C16.8087 4.58231 17.375 5.94946 17.375 7.375V10.325H18.475C19.911 10.325 21.075 11.4891 21.075 12.925V19.4C21.075 20.836 19.911 22 18.475 22H5.52505C4.08911 22 2.92505 20.836 2.92505 19.4V12.925C2.92505 11.4891 4.08911 10.325 5.52505 10.325H6.625ZM4.42505 12.925C4.42505 12.3175 4.91754 11.825 5.52505 11.825H18.475C19.0826 11.825 19.575 12.3175 19.575 12.925V19.4C19.575 20.0075 19.0826 20.5 18.475 20.5H5.52505C4.91754 20.5 4.42505 20.0075 4.42505 19.4V12.925Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
17
-
18
- <script setup lang="ts">
19
- </script>
1
+ <template>
2
+ <svg
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M9.25996 4.63496C9.98666 3.90826 10.9723 3.5 12 3.5C13.0277 3.5 14.0133 3.90826 14.74 4.63496C15.4667 5.36166 15.875 6.34729 15.875 7.375V10.325H8.125V7.375C8.125 6.34729 8.53326 5.36166 9.25996 4.63496ZM6.625 10.325V7.375C6.625 5.94946 7.19129 4.58231 8.1993 3.5743C9.20731 2.56629 10.5745 2 12 2C13.4255 2 14.7927 2.56629 15.8007 3.5743C16.8087 4.58231 17.375 5.94946 17.375 7.375V10.325H18.475C19.911 10.325 21.075 11.4891 21.075 12.925V19.4C21.075 20.836 19.911 22 18.475 22H5.52505C4.08911 22 2.92505 20.836 2.92505 19.4V12.925C2.92505 11.4891 4.08911 10.325 5.52505 10.325H6.625ZM4.42505 12.925C4.42505 12.3175 4.91754 11.825 5.52505 11.825H18.475C19.0826 11.825 19.575 12.3175 19.575 12.925V19.4C19.575 20.0075 19.0826 20.5 18.475 20.5H5.52505C4.91754 20.5 4.42505 20.0075 4.42505 19.4V12.925Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -1,48 +1,48 @@
1
- <template>
2
- <svg
3
- width="92"
4
- height="26"
5
- viewBox="0 0 92 26"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <g clip-path="url(#clip0_867_102988)">
10
- <path
11
- d="M12.7943 8.26123H12.7098C12.6736 8.71061 12.5849 9.15419 12.4454 9.58289L10.7944 14.7331H14.6771L13.0478 9.63489C12.9159 9.18701 12.831 8.72666 12.7943 8.26123Z"
12
- fill="currentColor"
13
- />
14
- <path
15
- d="M23.4 0H2.6C1.91044 0 1.24912 0.273926 0.761524 0.761521C0.273929 1.24912 0 1.91044 0 2.6V23.4C0 24.0896 0.273929 24.7509 0.761524 25.2385C1.24912 25.7261 1.91044 26 2.6 26H23.4C24.0896 26 24.7509 25.7261 25.2385 25.2385C25.7261 24.7509 26 24.0896 26 23.4V2.6C26 1.91044 25.7261 1.24912 25.2385 0.761521C24.7509 0.273926 24.0896 0 23.4 0ZM16.5382 20.7242L15.4548 17.3485H10.0598L8.99167 20.7242H5.29317L10.816 5.55751H14.8677L20.2627 20.7242H16.5382Z"
16
- fill="currentColor"
17
- />
18
- <path
19
- d="M33 20.9976V5.00195H38.9048C44.8246 5.00195 47.7838 7.60163 47.7822 12.801C47.7822 15.2917 46.9746 17.2813 45.3594 18.7696C43.7441 20.258 41.5926 21.0014 38.9048 20.9999L33 20.9976ZM36.7556 7.93373V18.075H38.6144C40.2392 18.075 41.5156 17.6065 42.4439 16.6696C43.3721 15.7327 43.8346 14.4569 43.8314 12.8421C43.8314 11.3187 43.3729 10.119 42.4558 9.24309C41.5387 8.36713 40.2503 7.93068 38.5906 7.93373H36.7556Z"
20
- fill="currentColor"
21
- />
22
- <path
23
- d="M64.8111 20.9976H60.7293L59.5393 17.4397H53.625L52.435 20.9976H48.3748L54.4414 5.00195H58.892L64.8111 20.9976ZM58.673 14.6725L56.8833 9.29337C56.7388 8.82481 56.6455 8.34311 56.6048 7.85603H56.512C56.4723 8.32997 56.3748 8.79781 56.2216 9.24995L54.4081 14.6725H58.673Z"
24
- fill="currentColor"
25
- />
26
- <path
27
- d="M76.8669 7.93407H72.1069V20.9979H68.3536V7.93407H63.6174V5H76.8669V7.93407Z"
28
- fill="currentColor"
29
- />
30
- <path
31
- d="M92.0001 20.9976H87.9112L86.7212 17.4397H80.7974L79.6241 20.9976H75.5566L81.6233 5.00195H86.0739L92.0001 20.9976ZM85.8644 14.6725L84.0747 9.29337C83.9302 8.82481 83.8369 8.34311 83.7962 7.85603H83.7034C83.6637 8.32997 83.5662 8.79781 83.413 9.24995L81.5995 14.6725H85.8644Z"
32
- fill="currentColor"
33
- />
34
- </g>
35
- <defs>
36
- <clipPath id="clip0_867_102988">
37
- <rect
38
- width="92"
39
- height="26"
40
- fill="currentColor"
41
- />
42
- </clipPath>
43
- </defs>
44
- </svg>
45
- </template>
46
-
47
- <script setup lang="ts">
48
- </script>
1
+ <template>
2
+ <svg
3
+ width="92"
4
+ height="26"
5
+ viewBox="0 0 92 26"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <g clip-path="url(#clip0_867_102988)">
10
+ <path
11
+ d="M12.7943 8.26123H12.7098C12.6736 8.71061 12.5849 9.15419 12.4454 9.58289L10.7944 14.7331H14.6771L13.0478 9.63489C12.9159 9.18701 12.831 8.72666 12.7943 8.26123Z"
12
+ fill="currentColor"
13
+ />
14
+ <path
15
+ d="M23.4 0H2.6C1.91044 0 1.24912 0.273926 0.761524 0.761521C0.273929 1.24912 0 1.91044 0 2.6V23.4C0 24.0896 0.273929 24.7509 0.761524 25.2385C1.24912 25.7261 1.91044 26 2.6 26H23.4C24.0896 26 24.7509 25.7261 25.2385 25.2385C25.7261 24.7509 26 24.0896 26 23.4V2.6C26 1.91044 25.7261 1.24912 25.2385 0.761521C24.7509 0.273926 24.0896 0 23.4 0ZM16.5382 20.7242L15.4548 17.3485H10.0598L8.99167 20.7242H5.29317L10.816 5.55751H14.8677L20.2627 20.7242H16.5382Z"
16
+ fill="currentColor"
17
+ />
18
+ <path
19
+ d="M33 20.9976V5.00195H38.9048C44.8246 5.00195 47.7838 7.60163 47.7822 12.801C47.7822 15.2917 46.9746 17.2813 45.3594 18.7696C43.7441 20.258 41.5926 21.0014 38.9048 20.9999L33 20.9976ZM36.7556 7.93373V18.075H38.6144C40.2392 18.075 41.5156 17.6065 42.4439 16.6696C43.3721 15.7327 43.8346 14.4569 43.8314 12.8421C43.8314 11.3187 43.3729 10.119 42.4558 9.24309C41.5387 8.36713 40.2503 7.93068 38.5906 7.93373H36.7556Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ d="M64.8111 20.9976H60.7293L59.5393 17.4397H53.625L52.435 20.9976H48.3748L54.4414 5.00195H58.892L64.8111 20.9976ZM58.673 14.6725L56.8833 9.29337C56.7388 8.82481 56.6455 8.34311 56.6048 7.85603H56.512C56.4723 8.32997 56.3748 8.79781 56.2216 9.24995L54.4081 14.6725H58.673Z"
24
+ fill="currentColor"
25
+ />
26
+ <path
27
+ d="M76.8669 7.93407H72.1069V20.9979H68.3536V7.93407H63.6174V5H76.8669V7.93407Z"
28
+ fill="currentColor"
29
+ />
30
+ <path
31
+ d="M92.0001 20.9976H87.9112L86.7212 17.4397H80.7974L79.6241 20.9976H75.5566L81.6233 5.00195H86.0739L92.0001 20.9976ZM85.8644 14.6725L84.0747 9.29337C83.9302 8.82481 83.8369 8.34311 83.7962 7.85603H83.7034C83.6637 8.32997 83.5662 8.79781 83.413 9.24995L81.5995 14.6725H85.8644Z"
32
+ fill="currentColor"
33
+ />
34
+ </g>
35
+ <defs>
36
+ <clipPath id="clip0_867_102988">
37
+ <rect
38
+ width="92"
39
+ height="26"
40
+ fill="currentColor"
41
+ />
42
+ </clipPath>
43
+ </defs>
44
+ </svg>
45
+ </template>
46
+
47
+ <script setup lang="ts">
48
+ </script>
@@ -1,27 +1,27 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg
7
- class="text-deepblue-900 dark:text-gray-200"
8
- width="26"
9
- height="26"
10
- viewBox="0 0 26 26"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- >
14
- <path
15
- d="M12.7943 8.26123H12.7098C12.6736 8.71061 12.5849 9.15419 12.4454 9.58289L10.7944 14.7331H14.6771L13.0478 9.63489C12.9159 9.18701 12.831 8.72666 12.7943 8.26123Z"
16
- fill="currentColor"
17
- />
18
- <path
19
- d="M23.4 0H2.6C1.91044 0 1.24912 0.273926 0.761524 0.761521C0.273929 1.24912 0 1.91044 0 2.6V23.4C0 24.0896 0.273929 24.7509 0.761524 25.2385C1.24912 25.7261 1.91044 26 2.6 26H23.4C24.0896 26 24.7509 25.7261 25.2385 25.2385C25.7261 24.7509 26 24.0896 26 23.4V2.6C26 1.91044 25.7261 1.24912 25.2385 0.761521C24.7509 0.273926 24.0896 0 23.4 0ZM16.5382 20.7242L15.4548 17.3485H10.0598L8.99167 20.7242H5.29317L10.816 5.55751H14.8677L20.2627 20.7242H16.5382Z"
20
- fill="currentColor"
21
- />
22
- </svg>
23
- </template>
24
-
25
- <style scoped>
26
-
27
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg
7
+ class="text-deepblue-900 dark:text-gray-200"
8
+ width="26"
9
+ height="26"
10
+ viewBox="0 0 26 26"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ >
14
+ <path
15
+ d="M12.7943 8.26123H12.7098C12.6736 8.71061 12.5849 9.15419 12.4454 9.58289L10.7944 14.7331H14.6771L13.0478 9.63489C12.9159 9.18701 12.831 8.72666 12.7943 8.26123Z"
16
+ fill="currentColor"
17
+ />
18
+ <path
19
+ d="M23.4 0H2.6C1.91044 0 1.24912 0.273926 0.761524 0.761521C0.273929 1.24912 0 1.91044 0 2.6V23.4C0 24.0896 0.273929 24.7509 0.761524 25.2385C1.24912 25.7261 1.91044 26 2.6 26H23.4C24.0896 26 24.7509 25.7261 25.2385 25.2385C25.7261 24.7509 26 24.0896 26 23.4V2.6C26 1.91044 25.7261 1.24912 25.2385 0.761521C24.7509 0.273926 24.0896 0 23.4 0ZM16.5382 20.7242L15.4548 17.3485H10.0598L8.99167 20.7242H5.29317L10.816 5.55751H14.8677L20.2627 20.7242H16.5382Z"
20
+ fill="currentColor"
21
+ />
22
+ </svg>
23
+ </template>
24
+
25
+ <style scoped>
26
+
27
+ </style>
@@ -1,5 +1,5 @@
1
- <template>
2
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.82747 1.34681C5.90237 1.32951 5.97919 1.32992 6.05225 1.34676L10.0573 2.26958L13.2362 1.53542C13.9673 1.36658 14.6654 1.92182 14.6654 2.67217V12.6884C14.6654 13.2315 14.2905 13.7029 13.7612 13.8251L10.1699 14.6545C10.095 14.6718 10.0182 14.6714 9.94515 14.6546L5.94011 13.7317L2.76123 14.4659C2.03012 14.6347 1.33203 14.0795 1.33203 13.3291V3.31296C1.33203 2.76977 1.70691 2.29844 2.23617 2.17621L5.82747 1.34681ZM6.43998 12.8207L9.55742 13.539L9.55742 3.1806L6.43998 2.4623L6.43998 12.8207ZM5.43998 2.46262L2.46119 3.15056C2.38559 3.16803 2.33203 3.23536 2.33203 3.31296V13.3291C2.33203 13.4363 2.43176 13.5157 2.5362 13.4915L5.43998 12.8209V2.46262ZM13.6654 2.67217C13.6654 2.56498 13.5656 2.48565 13.4612 2.50978L10.5574 3.18039V13.5387L13.5362 12.8507C13.6118 12.8333 13.6654 12.766 13.6654 12.6884V2.67217Z" fill="currentColor"/>
4
- </svg>
5
- </template>
1
+ <template>
2
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.82747 1.34681C5.90237 1.32951 5.97919 1.32992 6.05225 1.34676L10.0573 2.26958L13.2362 1.53542C13.9673 1.36658 14.6654 1.92182 14.6654 2.67217V12.6884C14.6654 13.2315 14.2905 13.7029 13.7612 13.8251L10.1699 14.6545C10.095 14.6718 10.0182 14.6714 9.94515 14.6546L5.94011 13.7317L2.76123 14.4659C2.03012 14.6347 1.33203 14.0795 1.33203 13.3291V3.31296C1.33203 2.76977 1.70691 2.29844 2.23617 2.17621L5.82747 1.34681ZM6.43998 12.8207L9.55742 13.539L9.55742 3.1806L6.43998 2.4623L6.43998 12.8207ZM5.43998 2.46262L2.46119 3.15056C2.38559 3.16803 2.33203 3.23536 2.33203 3.31296V13.3291C2.33203 13.4363 2.43176 13.5157 2.5362 13.4915L5.43998 12.8209V2.46262ZM13.6654 2.67217C13.6654 2.56498 13.5656 2.48565 13.4612 2.50978L10.5574 3.18039V13.5387L13.5362 12.8507C13.6118 12.8333 13.6654 12.766 13.6654 12.6884V2.67217Z" fill="currentColor"/>
4
+ </svg>
5
+ </template>
@@ -1,15 +1,15 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
7
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00003 2.05C5.8484 2.05 4.04233 3.85607 4.04233 6.00769C4.04233 6.62916 4.27782 7.31609 4.67533 8.02278C5.07012 8.72463 5.60363 9.4088 6.14891 10.0147C6.69267 10.6188 7.23813 11.1342 7.6484 11.4988C7.78191 11.6175 7.90072 11.7199 8.00003 11.8038C8.09933 11.7199 8.21814 11.6175 8.35166 11.4988C8.76192 11.1342 9.30739 10.6188 9.85114 10.0147C10.3964 9.4088 10.9299 8.72463 11.3247 8.02278C11.7222 7.31609 11.9577 6.62916 11.9577 6.00769C11.9577 3.85607 10.1516 2.05 8.00003 2.05ZM8.00003 12.4827C7.67771 12.8971 7.67749 12.8969 7.67749 12.8969L7.67621 12.8959L7.6731 12.8935L7.66209 12.8849C7.65267 12.8774 7.63912 12.8667 7.62172 12.8528C7.58692 12.8249 7.53668 12.7843 7.47321 12.7319C7.34632 12.6272 7.1663 12.4752 6.95081 12.2836C6.52058 11.9012 5.94537 11.3581 5.36845 10.7171C4.79306 10.0778 4.20589 9.32994 3.76018 8.53756C3.31719 7.75002 2.99233 6.88046 2.99233 6.00769C2.99233 3.27617 5.2685 1 8.00003 1C10.7315 1 13.0077 3.27617 13.0077 6.00769C13.0077 6.88046 12.6829 7.75002 12.2399 8.53756C11.7942 9.32994 11.207 10.0778 10.6316 10.7171C10.0547 11.3581 9.47947 11.9012 9.04924 12.2836C8.83375 12.4752 8.65373 12.6272 8.52684 12.7319C8.46337 12.7843 8.41314 12.8249 8.37833 12.8528C8.36093 12.8667 8.34738 12.8774 8.33796 12.8849L8.32695 12.8935L8.32384 12.8959L8.32289 12.8967C8.32289 12.8967 8.32234 12.8971 8.00003 12.4827ZM8.00003 12.4827L8.32289 12.8967C8.1333 13.0441 7.86707 13.0444 7.67749 12.8969L8.00003 12.4827Z" fill="currentColor"/>
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00004 5.03846C7.46475 5.03846 7.03081 5.4724 7.03081 6.00769C7.03081 6.54298 7.46475 6.97692 8.00004 6.97692C8.53533 6.97692 8.96927 6.54298 8.96927 6.00769C8.96927 5.4724 8.53533 5.03846 8.00004 5.03846ZM5.98081 6.00769C5.98081 4.8925 6.88485 3.98846 8.00004 3.98846C9.11523 3.98846 10.0193 4.8925 10.0193 6.00769C10.0193 7.12288 9.11523 8.02692 8.00004 8.02692C6.88485 8.02692 5.98081 7.12288 5.98081 6.00769Z" fill="currentColor"/>
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.53668 10.7817C2.61941 10.5886 2.80922 10.4635 3.01923 10.4635H3.93839C4.22834 10.4635 4.46339 10.6985 4.46339 10.9885C4.46339 11.2784 4.22834 11.5135 3.93839 11.5135H3.36541L2.32118 13.95H13.6788L12.6346 11.5135H12.0616C11.7717 11.5135 11.5366 11.2784 11.5366 10.9885C11.5366 10.6985 11.7717 10.4635 12.0616 10.4635H12.9808C13.1908 10.4635 13.3806 10.5886 13.4633 10.7817L14.9575 14.2682C15.0271 14.4304 15.0104 14.6167 14.9133 14.764C14.8161 14.9113 14.6515 15 14.475 15H1.525C1.34853 15 1.18386 14.9113 1.08671 14.764C0.989562 14.6167 0.972934 14.4304 1.04245 14.2682L2.53668 10.7817Z" fill="currentColor"/>
10
- </svg>
11
- </template>
12
-
13
- <style scoped>
14
-
15
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00003 2.05C5.8484 2.05 4.04233 3.85607 4.04233 6.00769C4.04233 6.62916 4.27782 7.31609 4.67533 8.02278C5.07012 8.72463 5.60363 9.4088 6.14891 10.0147C6.69267 10.6188 7.23813 11.1342 7.6484 11.4988C7.78191 11.6175 7.90072 11.7199 8.00003 11.8038C8.09933 11.7199 8.21814 11.6175 8.35166 11.4988C8.76192 11.1342 9.30739 10.6188 9.85114 10.0147C10.3964 9.4088 10.9299 8.72463 11.3247 8.02278C11.7222 7.31609 11.9577 6.62916 11.9577 6.00769C11.9577 3.85607 10.1516 2.05 8.00003 2.05ZM8.00003 12.4827C7.67771 12.8971 7.67749 12.8969 7.67749 12.8969L7.67621 12.8959L7.6731 12.8935L7.66209 12.8849C7.65267 12.8774 7.63912 12.8667 7.62172 12.8528C7.58692 12.8249 7.53668 12.7843 7.47321 12.7319C7.34632 12.6272 7.1663 12.4752 6.95081 12.2836C6.52058 11.9012 5.94537 11.3581 5.36845 10.7171C4.79306 10.0778 4.20589 9.32994 3.76018 8.53756C3.31719 7.75002 2.99233 6.88046 2.99233 6.00769C2.99233 3.27617 5.2685 1 8.00003 1C10.7315 1 13.0077 3.27617 13.0077 6.00769C13.0077 6.88046 12.6829 7.75002 12.2399 8.53756C11.7942 9.32994 11.207 10.0778 10.6316 10.7171C10.0547 11.3581 9.47947 11.9012 9.04924 12.2836C8.83375 12.4752 8.65373 12.6272 8.52684 12.7319C8.46337 12.7843 8.41314 12.8249 8.37833 12.8528C8.36093 12.8667 8.34738 12.8774 8.33796 12.8849L8.32695 12.8935L8.32384 12.8959L8.32289 12.8967C8.32289 12.8967 8.32234 12.8971 8.00003 12.4827ZM8.00003 12.4827L8.32289 12.8967C8.1333 13.0441 7.86707 13.0444 7.67749 12.8969L8.00003 12.4827Z" fill="currentColor"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00004 5.03846C7.46475 5.03846 7.03081 5.4724 7.03081 6.00769C7.03081 6.54298 7.46475 6.97692 8.00004 6.97692C8.53533 6.97692 8.96927 6.54298 8.96927 6.00769C8.96927 5.4724 8.53533 5.03846 8.00004 5.03846ZM5.98081 6.00769C5.98081 4.8925 6.88485 3.98846 8.00004 3.98846C9.11523 3.98846 10.0193 4.8925 10.0193 6.00769C10.0193 7.12288 9.11523 8.02692 8.00004 8.02692C6.88485 8.02692 5.98081 7.12288 5.98081 6.00769Z" fill="currentColor"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.53668 10.7817C2.61941 10.5886 2.80922 10.4635 3.01923 10.4635H3.93839C4.22834 10.4635 4.46339 10.6985 4.46339 10.9885C4.46339 11.2784 4.22834 11.5135 3.93839 11.5135H3.36541L2.32118 13.95H13.6788L12.6346 11.5135H12.0616C11.7717 11.5135 11.5366 11.2784 11.5366 10.9885C11.5366 10.6985 11.7717 10.4635 12.0616 10.4635H12.9808C13.1908 10.4635 13.3806 10.5886 13.4633 10.7817L14.9575 14.2682C15.0271 14.4304 15.0104 14.6167 14.9133 14.764C14.8161 14.9113 14.6515 15 14.475 15H1.525C1.34853 15 1.18386 14.9113 1.08671 14.764C0.989562 14.6167 0.972934 14.4304 1.04245 14.2682L2.53668 10.7817Z" fill="currentColor"/>
10
+ </svg>
11
+ </template>
12
+
13
+ <style scoped>
14
+
15
+ </style>
@@ -1,17 +1,17 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 22 21"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M21.4258 8.12075C21.335 7.8408 21.1638 7.59375 20.9336 7.41038C20.7034 7.22701 20.4243 7.11542 20.1311 7.0895L14.5633 6.6095L12.3808 1.4195C12.2672 1.14717 12.0755 0.914551 11.8299 0.750929C11.5844 0.587308 11.2959 0.5 11.0008 0.5C10.7057 0.5 10.4172 0.587308 10.1717 0.750929C9.9261 0.914551 9.73443 1.14717 9.6208 1.4195L7.44487 6.6095L1.87049 7.09231C1.57615 7.11705 1.29566 7.22813 1.0642 7.41164C0.832741 7.59515 0.660612 7.84291 0.569401 8.12385C0.478189 8.4048 0.471955 8.70642 0.55148 8.99089C0.631004 9.27536 0.792748 9.53002 1.01643 9.72294L5.24549 13.4186L3.97799 18.9067C3.91097 19.1939 3.93009 19.4945 4.03297 19.7709C4.13585 20.0472 4.31792 20.2872 4.55642 20.4606C4.79492 20.6341 5.07926 20.7334 5.3739 20.7462C5.66854 20.7589 5.9604 20.6845 6.21299 20.5323L10.9942 17.6261L15.7858 20.5323C16.0384 20.6845 16.3303 20.7589 16.6249 20.7462C16.9195 20.7334 17.2039 20.6341 17.4424 20.4606C17.6809 20.2872 17.8629 20.0472 17.9658 19.7709C18.0687 19.4945 18.0878 19.1939 18.0208 18.9067L16.7542 13.4129L20.9824 9.72294C21.206 9.52936 21.3674 9.27397 21.4463 8.98889C21.5252 8.70382 21.5181 8.40178 21.4258 8.12075ZM19.9989 8.5895L15.7708 12.2795C15.565 12.4585 15.4119 12.6902 15.328 12.9497C15.2441 13.2092 15.2325 13.4867 15.2946 13.7523L16.5649 19.2498L11.7771 16.3436C11.5435 16.2013 11.2752 16.1261 11.0017 16.1261C10.7282 16.1261 10.46 16.2013 10.2264 16.3436L5.44518 19.2498L6.70705 13.7561C6.76907 13.4905 6.7575 13.213 6.67358 12.9535C6.58967 12.694 6.43658 12.4623 6.2308 12.2833L2.0008 8.59513C2.00046 8.59232 2.00046 8.58949 2.0008 8.58669L7.5733 8.10481C7.84537 8.08083 8.10572 7.98303 8.32628 7.82194C8.54684 7.66086 8.71923 7.44262 8.82487 7.19075L11.0008 2.00731L13.1758 7.19075C13.2814 7.44262 13.4538 7.66086 13.6744 7.82194C13.8949 7.98303 14.1553 8.08083 14.4274 8.10481L20.0008 8.58669C20.0008 8.58669 20.0008 8.59231 20.0008 8.59325L19.9989 8.5895Z"
11
- fill="currentColor"
12
- />
13
- </svg>
14
- </template>
15
-
16
- <script setup lang="ts">
17
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 22 21"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M21.4258 8.12075C21.335 7.8408 21.1638 7.59375 20.9336 7.41038C20.7034 7.22701 20.4243 7.11542 20.1311 7.0895L14.5633 6.6095L12.3808 1.4195C12.2672 1.14717 12.0755 0.914551 11.8299 0.750929C11.5844 0.587308 11.2959 0.5 11.0008 0.5C10.7057 0.5 10.4172 0.587308 10.1717 0.750929C9.9261 0.914551 9.73443 1.14717 9.6208 1.4195L7.44487 6.6095L1.87049 7.09231C1.57615 7.11705 1.29566 7.22813 1.0642 7.41164C0.832741 7.59515 0.660612 7.84291 0.569401 8.12385C0.478189 8.4048 0.471955 8.70642 0.55148 8.99089C0.631004 9.27536 0.792748 9.53002 1.01643 9.72294L5.24549 13.4186L3.97799 18.9067C3.91097 19.1939 3.93009 19.4945 4.03297 19.7709C4.13585 20.0472 4.31792 20.2872 4.55642 20.4606C4.79492 20.6341 5.07926 20.7334 5.3739 20.7462C5.66854 20.7589 5.9604 20.6845 6.21299 20.5323L10.9942 17.6261L15.7858 20.5323C16.0384 20.6845 16.3303 20.7589 16.6249 20.7462C16.9195 20.7334 17.2039 20.6341 17.4424 20.4606C17.6809 20.2872 17.8629 20.0472 17.9658 19.7709C18.0687 19.4945 18.0878 19.1939 18.0208 18.9067L16.7542 13.4129L20.9824 9.72294C21.206 9.52936 21.3674 9.27397 21.4463 8.98889C21.5252 8.70382 21.5181 8.40178 21.4258 8.12075ZM19.9989 8.5895L15.7708 12.2795C15.565 12.4585 15.4119 12.6902 15.328 12.9497C15.2441 13.2092 15.2325 13.4867 15.2946 13.7523L16.5649 19.2498L11.7771 16.3436C11.5435 16.2013 11.2752 16.1261 11.0017 16.1261C10.7282 16.1261 10.46 16.2013 10.2264 16.3436L5.44518 19.2498L6.70705 13.7561C6.76907 13.4905 6.7575 13.213 6.67358 12.9535C6.58967 12.694 6.43658 12.4623 6.2308 12.2833L2.0008 8.59513C2.00046 8.59232 2.00046 8.58949 2.0008 8.58669L7.5733 8.10481C7.84537 8.08083 8.10572 7.98303 8.32628 7.82194C8.54684 7.66086 8.71923 7.44262 8.82487 7.19075L11.0008 2.00731L13.1758 7.19075C13.2814 7.44262 13.4538 7.66086 13.6744 7.82194C13.8949 7.98303 14.1553 8.08083 14.4274 8.10481L20.0008 8.58669C20.0008 8.58669 20.0008 8.59231 20.0008 8.59325L19.9989 8.5895Z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ </template>
15
+
16
+ <script setup lang="ts">
17
+ </script>