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,15 +1,15 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
7
- <circle cx="14" cy="14" r="14" fill="white"/>
8
- <path class="logo" fill-rule="evenodd" clip-rule="evenodd" d="M16.855 6.15542H16.8569C16.7832 5.73905 16.8163 5.46875 16.8163 5.46875H13.8661V16.3445L13.8661 16.3593C13.8661 16.736 13.8661 17.1008 13.7333 17.4633C13.5182 18.0513 13.0585 18.582 12.4471 18.8175C11.6387 19.1285 10.986 19.1352 10.257 18.763C10.2563 18.7622 10.2556 18.7613 10.2549 18.7604C10.1564 18.7101 10.056 18.6525 9.95369 18.5877C9.07665 17.9979 8.91677 17.1137 8.92104 16.4888C9.02359 15.6396 9.37184 15.1642 10.0281 14.6769C10.0437 14.6659 10.0594 14.6553 10.0751 14.6449C10.0594 14.6553 10.0438 14.6659 10.0282 14.6769C9.37193 15.1642 9.02367 15.6396 8.92112 16.4888C8.91685 17.1137 9.07673 17.9979 9.95449 18.5873C10.0568 18.6519 10.1572 18.7095 10.2557 18.76C9.85727 18.2389 9.77074 17.6362 9.77395 17.1751C9.87615 16.326 10.2251 15.8502 10.881 15.3632C11.82 14.7028 12.9926 15.0762 12.9926 15.0762V12.2257C12.7111 12.1849 12.4263 12.168 12.1417 12.1752V11.5439C11.5911 11.4678 11.0314 11.4757 10.4834 11.5674C10.1198 11.6302 9.76426 11.7303 9.42299 11.8661C8.87585 12.0684 8.36775 12.3567 7.91959 12.7193C7.41138 13.1401 6.98339 13.6425 6.65477 14.2039C6.5305 14.4093 6.06046 15.2294 6.00313 16.5656C5.97002 17.3239 6.20788 18.1061 6.32112 18.4314V18.4338V18.4379C6.32591 18.4505 6.33161 18.4652 6.33819 18.4817C6.35099 18.5173 6.36119 18.5444 6.3678 18.562L6.36782 18.5621L6.37238 18.5743L6.3387 18.483C6.43227 18.7172 6.7028 19.3168 7.12374 19.83C7.48802 20.2711 7.91859 20.658 8.40138 20.9781C8.25069 20.8322 8.10886 20.6781 7.97656 20.5167C7.75471 20.2453 7.57493 19.9504 7.44065 19.6977C7.57496 19.9499 7.75466 20.2437 7.97598 20.5135C8.10828 20.675 8.25012 20.8291 8.4008 20.975L8.40385 20.9772C8.66679 21.2316 8.9538 21.4621 9.26119 21.6657C10.688 22.593 12.2737 22.5302 12.2737 22.5302C12.2964 22.5292 12.3237 22.5284 12.355 22.5274C12.7011 22.5169 13.5519 22.491 14.5099 22.0586C15.669 21.5357 16.3259 20.7593 16.3259 20.7593L16.3464 20.7356L16.3593 20.7208C16.5135 20.5447 16.9945 19.995 17.3155 19.1924C17.5836 18.5235 17.6716 17.7215 17.6716 17.4003V11.6326C17.7101 11.6534 18.1858 11.952 18.1858 11.952C18.1858 11.952 18.8745 12.3708 19.9459 12.6438C20.7133 12.839 21.7502 12.8796 21.7502 12.8796V10.0866C21.554 10.1064 21.2517 10.0848 20.897 10.0053V12.194C20.897 12.194 19.8605 12.1534 19.0927 11.9582C18.0213 11.6855 17.3322 11.2664 17.3322 11.2664C17.3322 11.2664 16.8569 10.9678 16.8184 10.9466V16.7137C16.8184 16.7602 16.8166 16.8167 16.8126 16.8816C16.8165 16.817 16.8183 16.7607 16.8183 16.7143V10.9459C16.8568 10.9671 17.3322 11.2657 17.3322 11.2657C17.3322 11.2657 18.0212 11.6845 19.0927 11.9575C19.8604 12.1527 20.897 12.1933 20.897 12.1933V10.0055C20.897 10.0055 20.897 10.0055 20.897 10.0055V9.40037C20.5327 9.43689 19.7939 9.32973 19.0436 8.97069C18.9269 8.91476 18.8137 8.85231 18.7046 8.78367C18.7986 8.88093 19.2793 9.36181 19.8964 9.65702C20.1646 9.78541 20.445 9.88859 20.7337 9.96518C20.4444 9.88865 20.1634 9.78542 19.8946 9.65688C19.2775 9.36166 18.7968 8.88079 18.7027 8.78352C18.3845 8.58334 18.0927 8.34705 17.8335 8.07979C17.1877 7.37203 16.9434 6.65744 16.855 6.15542ZM11.6229 19.6505C11.3584 19.5771 11.0911 19.453 10.8087 19.2741C10.6943 19.1986 10.5873 19.1137 10.4889 19.0203C10.5867 19.1135 10.6931 19.1985 10.8069 19.274C11.09 19.4532 11.3579 19.5773 11.6229 19.6505ZM7.23866 19.2796C7.2865 19.3901 7.35417 19.5353 7.44065 19.6977C7.35412 19.5349 7.28649 19.3897 7.23866 19.2796ZM7.23866 19.2796C7.20834 19.2099 7.18598 19.1543 7.17181 19.1174L7.17174 19.1156C7.18588 19.1533 7.20827 19.2095 7.23866 19.2796ZM7.17123 19.1119L7.17114 19.113C7.10773 18.9299 7.00568 18.6044 6.93392 18.2205C7.00591 18.6044 7.10804 18.9296 7.17123 19.1119ZM12.1397 14.39V12.1753L12.1401 12.1753V14.3902L12.1397 14.39ZM16.3954 18.6651C16.2822 18.9206 16.1549 19.1472 16.0315 19.3405C16.1551 19.1472 16.2824 18.9206 16.3954 18.6651ZM17.8358 8.07979C17.1898 7.37196 16.9455 6.65731 16.8572 6.15527H17.6698C17.6698 6.15527 17.5078 7.47162 18.6886 8.76612L18.705 8.78352C18.3867 8.58334 18.0949 8.34705 17.8358 8.07979Z" fill="#2C3E50"/>
9
- </svg>
10
-
11
- </template>
12
-
13
- <style scoped>
14
-
15
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
7
+ <circle cx="14" cy="14" r="14" fill="white"/>
8
+ <path class="logo" fill-rule="evenodd" clip-rule="evenodd" d="M16.855 6.15542H16.8569C16.7832 5.73905 16.8163 5.46875 16.8163 5.46875H13.8661V16.3445L13.8661 16.3593C13.8661 16.736 13.8661 17.1008 13.7333 17.4633C13.5182 18.0513 13.0585 18.582 12.4471 18.8175C11.6387 19.1285 10.986 19.1352 10.257 18.763C10.2563 18.7622 10.2556 18.7613 10.2549 18.7604C10.1564 18.7101 10.056 18.6525 9.95369 18.5877C9.07665 17.9979 8.91677 17.1137 8.92104 16.4888C9.02359 15.6396 9.37184 15.1642 10.0281 14.6769C10.0437 14.6659 10.0594 14.6553 10.0751 14.6449C10.0594 14.6553 10.0438 14.6659 10.0282 14.6769C9.37193 15.1642 9.02367 15.6396 8.92112 16.4888C8.91685 17.1137 9.07673 17.9979 9.95449 18.5873C10.0568 18.6519 10.1572 18.7095 10.2557 18.76C9.85727 18.2389 9.77074 17.6362 9.77395 17.1751C9.87615 16.326 10.2251 15.8502 10.881 15.3632C11.82 14.7028 12.9926 15.0762 12.9926 15.0762V12.2257C12.7111 12.1849 12.4263 12.168 12.1417 12.1752V11.5439C11.5911 11.4678 11.0314 11.4757 10.4834 11.5674C10.1198 11.6302 9.76426 11.7303 9.42299 11.8661C8.87585 12.0684 8.36775 12.3567 7.91959 12.7193C7.41138 13.1401 6.98339 13.6425 6.65477 14.2039C6.5305 14.4093 6.06046 15.2294 6.00313 16.5656C5.97002 17.3239 6.20788 18.1061 6.32112 18.4314V18.4338V18.4379C6.32591 18.4505 6.33161 18.4652 6.33819 18.4817C6.35099 18.5173 6.36119 18.5444 6.3678 18.562L6.36782 18.5621L6.37238 18.5743L6.3387 18.483C6.43227 18.7172 6.7028 19.3168 7.12374 19.83C7.48802 20.2711 7.91859 20.658 8.40138 20.9781C8.25069 20.8322 8.10886 20.6781 7.97656 20.5167C7.75471 20.2453 7.57493 19.9504 7.44065 19.6977C7.57496 19.9499 7.75466 20.2437 7.97598 20.5135C8.10828 20.675 8.25012 20.8291 8.4008 20.975L8.40385 20.9772C8.66679 21.2316 8.9538 21.4621 9.26119 21.6657C10.688 22.593 12.2737 22.5302 12.2737 22.5302C12.2964 22.5292 12.3237 22.5284 12.355 22.5274C12.7011 22.5169 13.5519 22.491 14.5099 22.0586C15.669 21.5357 16.3259 20.7593 16.3259 20.7593L16.3464 20.7356L16.3593 20.7208C16.5135 20.5447 16.9945 19.995 17.3155 19.1924C17.5836 18.5235 17.6716 17.7215 17.6716 17.4003V11.6326C17.7101 11.6534 18.1858 11.952 18.1858 11.952C18.1858 11.952 18.8745 12.3708 19.9459 12.6438C20.7133 12.839 21.7502 12.8796 21.7502 12.8796V10.0866C21.554 10.1064 21.2517 10.0848 20.897 10.0053V12.194C20.897 12.194 19.8605 12.1534 19.0927 11.9582C18.0213 11.6855 17.3322 11.2664 17.3322 11.2664C17.3322 11.2664 16.8569 10.9678 16.8184 10.9466V16.7137C16.8184 16.7602 16.8166 16.8167 16.8126 16.8816C16.8165 16.817 16.8183 16.7607 16.8183 16.7143V10.9459C16.8568 10.9671 17.3322 11.2657 17.3322 11.2657C17.3322 11.2657 18.0212 11.6845 19.0927 11.9575C19.8604 12.1527 20.897 12.1933 20.897 12.1933V10.0055C20.897 10.0055 20.897 10.0055 20.897 10.0055V9.40037C20.5327 9.43689 19.7939 9.32973 19.0436 8.97069C18.9269 8.91476 18.8137 8.85231 18.7046 8.78367C18.7986 8.88093 19.2793 9.36181 19.8964 9.65702C20.1646 9.78541 20.445 9.88859 20.7337 9.96518C20.4444 9.88865 20.1634 9.78542 19.8946 9.65688C19.2775 9.36166 18.7968 8.88079 18.7027 8.78352C18.3845 8.58334 18.0927 8.34705 17.8335 8.07979C17.1877 7.37203 16.9434 6.65744 16.855 6.15542ZM11.6229 19.6505C11.3584 19.5771 11.0911 19.453 10.8087 19.2741C10.6943 19.1986 10.5873 19.1137 10.4889 19.0203C10.5867 19.1135 10.6931 19.1985 10.8069 19.274C11.09 19.4532 11.3579 19.5773 11.6229 19.6505ZM7.23866 19.2796C7.2865 19.3901 7.35417 19.5353 7.44065 19.6977C7.35412 19.5349 7.28649 19.3897 7.23866 19.2796ZM7.23866 19.2796C7.20834 19.2099 7.18598 19.1543 7.17181 19.1174L7.17174 19.1156C7.18588 19.1533 7.20827 19.2095 7.23866 19.2796ZM7.17123 19.1119L7.17114 19.113C7.10773 18.9299 7.00568 18.6044 6.93392 18.2205C7.00591 18.6044 7.10804 18.9296 7.17123 19.1119ZM12.1397 14.39V12.1753L12.1401 12.1753V14.3902L12.1397 14.39ZM16.3954 18.6651C16.2822 18.9206 16.1549 19.1472 16.0315 19.3405C16.1551 19.1472 16.2824 18.9206 16.3954 18.6651ZM17.8358 8.07979C17.1898 7.37196 16.9455 6.65731 16.8572 6.15527H17.6698C17.6698 6.15527 17.5078 7.47162 18.6886 8.76612L18.705 8.78352C18.3867 8.58334 18.0949 8.34705 17.8358 8.07979Z" fill="#2C3E50"/>
9
+ </svg>
10
+
11
+ </template>
12
+
13
+ <style scoped>
14
+
15
+ </style>
@@ -1,21 +1,21 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 16 16"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M1.33343 15.1662C1.20009 15.1662 1.07341 15.1128 0.980073 15.0195C0.853406 14.8928 0.800105 14.7062 0.846772 14.5328L1.68678 11.3928C1.12678 10.3528 0.833426 9.17951 0.833426 7.99284C0.833426 4.03951 4.04676 0.826172 8.00009 0.826172C11.9534 0.826172 15.1668 4.03951 15.1668 7.99284C15.1668 11.9462 11.9534 15.1595 8.00009 15.1595C6.79343 15.1595 5.61344 14.8595 4.56011 14.2862L1.46677 15.1462C1.4201 15.1595 1.38009 15.1662 1.33343 15.1662ZM4.62676 13.2528C4.71343 13.2528 4.8001 13.2795 4.8801 13.3195C5.8201 13.8729 6.90009 14.1662 8.00009 14.1662C11.4001 14.1662 14.1668 11.3995 14.1668 7.99951C14.1668 4.59951 11.4001 1.83285 8.00009 1.83285C4.60009 1.83285 1.83343 4.59951 1.83343 7.99951C1.83343 9.08618 2.12009 10.1462 2.66009 11.0795C2.72675 11.1928 2.74676 11.3328 2.71343 11.4595L2.04676 13.9528L4.50009 13.2728C4.54009 13.2595 4.58676 13.2528 4.62676 13.2528Z"
11
- fill="currentColor"
12
- />
13
- <path
14
- d="M9.82682 11.8395C9.41349 11.8395 8.98683 11.7462 8.54016 11.5529C8.12016 11.3729 7.70016 11.1329 7.2935 10.8329C6.8935 10.5395 6.50018 10.2062 6.14018 9.8462C5.78018 9.47953 5.44682 9.09288 5.15348 8.69288C4.85348 8.27288 4.61348 7.85953 4.44014 7.45287C4.25348 7.01287 4.16016 6.57954 4.16016 6.16621C4.16016 5.87287 4.21348 5.59287 4.31348 5.33287C4.42014 5.05954 4.59348 4.81287 4.82015 4.59954C5.24682 4.17954 5.86018 4.02622 6.34684 4.25955C6.51351 4.33288 6.65351 4.45288 6.76017 4.61288L7.53349 5.69953C7.61349 5.8062 7.67351 5.91953 7.72017 6.03286C7.77351 6.1662 7.80684 6.29955 7.80684 6.42622C7.80684 6.59955 7.76016 6.77288 7.66683 6.92622C7.60683 7.02622 7.52015 7.14622 7.40682 7.25955L7.32015 7.35287C7.36015 7.40621 7.40681 7.47286 7.48014 7.55286C7.62014 7.71286 7.77348 7.8862 7.94015 8.05286C8.10681 8.21286 8.27348 8.37287 8.44015 8.51287C8.52014 8.57953 8.58684 8.63287 8.64018 8.66621L8.73348 8.57286C8.85348 8.45286 8.97351 8.35955 9.09351 8.29955C9.31351 8.15955 9.65349 8.12621 9.95349 8.25288C10.0602 8.29288 10.1668 8.35287 10.2802 8.43287L11.3935 9.21953C11.5468 9.3262 11.6668 9.47287 11.7468 9.63953C11.8135 9.8062 11.8402 9.95288 11.8402 10.1062C11.8402 10.3062 11.7935 10.4995 11.7068 10.6862C11.6202 10.8595 11.5201 11.0129 11.4001 11.1529C11.1868 11.3862 10.9402 11.5595 10.6735 11.6729C10.4068 11.7862 10.1202 11.8395 9.82682 11.8395ZM5.86015 5.15953C5.82015 5.15953 5.68685 5.15953 5.52018 5.3262C5.39352 5.4462 5.30683 5.57288 5.24683 5.71288C5.18683 5.85288 5.16016 6.01288 5.16016 6.17288C5.16016 6.45288 5.22681 6.75286 5.36015 7.07286C5.50015 7.4062 5.70683 7.75955 5.96016 8.11288C6.22016 8.46622 6.5135 8.81954 6.84017 9.14621C7.16684 9.46621 7.51349 9.7662 7.87349 10.0329C8.22016 10.2862 8.57351 10.4862 8.92684 10.6395C9.43351 10.8595 9.90015 10.9129 10.2802 10.7529C10.4135 10.6995 10.5335 10.6062 10.6535 10.4862C10.7135 10.4195 10.7602 10.3529 10.8002 10.2662C10.8202 10.2195 10.8335 10.1662 10.8335 10.1195C10.8335 10.1062 10.8335 10.0862 10.8135 10.0462L9.70015 9.27288C9.65349 9.23954 9.60681 9.21286 9.56681 9.19953C9.54015 9.21286 9.50017 9.23287 9.42684 9.3062L9.1735 9.55954C8.98017 9.75287 8.67351 9.8062 8.42684 9.71953L8.30684 9.66621C8.15351 9.58621 7.98016 9.46621 7.78682 9.29955C7.60016 9.13955 7.42018 8.97287 7.22685 8.7862C7.04018 8.59287 6.8735 8.41287 6.7135 8.2262C6.54017 8.01954 6.42017 7.85288 6.34017 7.71288L6.26685 7.53954C6.24685 7.47287 6.24015 7.39954 6.24015 7.33287C6.24015 7.14621 6.30685 6.97953 6.43351 6.8462L6.68685 6.58621C6.76018 6.51288 6.78684 6.47288 6.80017 6.44622C6.78017 6.39955 6.75351 6.35954 6.72017 6.31287L5.94014 5.21288L5.86015 5.15953Z"
15
- fill="currentColor"
16
- />
17
- </svg>
18
- </template>
19
-
20
- <script setup lang="ts">
21
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M1.33343 15.1662C1.20009 15.1662 1.07341 15.1128 0.980073 15.0195C0.853406 14.8928 0.800105 14.7062 0.846772 14.5328L1.68678 11.3928C1.12678 10.3528 0.833426 9.17951 0.833426 7.99284C0.833426 4.03951 4.04676 0.826172 8.00009 0.826172C11.9534 0.826172 15.1668 4.03951 15.1668 7.99284C15.1668 11.9462 11.9534 15.1595 8.00009 15.1595C6.79343 15.1595 5.61344 14.8595 4.56011 14.2862L1.46677 15.1462C1.4201 15.1595 1.38009 15.1662 1.33343 15.1662ZM4.62676 13.2528C4.71343 13.2528 4.8001 13.2795 4.8801 13.3195C5.8201 13.8729 6.90009 14.1662 8.00009 14.1662C11.4001 14.1662 14.1668 11.3995 14.1668 7.99951C14.1668 4.59951 11.4001 1.83285 8.00009 1.83285C4.60009 1.83285 1.83343 4.59951 1.83343 7.99951C1.83343 9.08618 2.12009 10.1462 2.66009 11.0795C2.72675 11.1928 2.74676 11.3328 2.71343 11.4595L2.04676 13.9528L4.50009 13.2728C4.54009 13.2595 4.58676 13.2528 4.62676 13.2528Z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M9.82682 11.8395C9.41349 11.8395 8.98683 11.7462 8.54016 11.5529C8.12016 11.3729 7.70016 11.1329 7.2935 10.8329C6.8935 10.5395 6.50018 10.2062 6.14018 9.8462C5.78018 9.47953 5.44682 9.09288 5.15348 8.69288C4.85348 8.27288 4.61348 7.85953 4.44014 7.45287C4.25348 7.01287 4.16016 6.57954 4.16016 6.16621C4.16016 5.87287 4.21348 5.59287 4.31348 5.33287C4.42014 5.05954 4.59348 4.81287 4.82015 4.59954C5.24682 4.17954 5.86018 4.02622 6.34684 4.25955C6.51351 4.33288 6.65351 4.45288 6.76017 4.61288L7.53349 5.69953C7.61349 5.8062 7.67351 5.91953 7.72017 6.03286C7.77351 6.1662 7.80684 6.29955 7.80684 6.42622C7.80684 6.59955 7.76016 6.77288 7.66683 6.92622C7.60683 7.02622 7.52015 7.14622 7.40682 7.25955L7.32015 7.35287C7.36015 7.40621 7.40681 7.47286 7.48014 7.55286C7.62014 7.71286 7.77348 7.8862 7.94015 8.05286C8.10681 8.21286 8.27348 8.37287 8.44015 8.51287C8.52014 8.57953 8.58684 8.63287 8.64018 8.66621L8.73348 8.57286C8.85348 8.45286 8.97351 8.35955 9.09351 8.29955C9.31351 8.15955 9.65349 8.12621 9.95349 8.25288C10.0602 8.29288 10.1668 8.35287 10.2802 8.43287L11.3935 9.21953C11.5468 9.3262 11.6668 9.47287 11.7468 9.63953C11.8135 9.8062 11.8402 9.95288 11.8402 10.1062C11.8402 10.3062 11.7935 10.4995 11.7068 10.6862C11.6202 10.8595 11.5201 11.0129 11.4001 11.1529C11.1868 11.3862 10.9402 11.5595 10.6735 11.6729C10.4068 11.7862 10.1202 11.8395 9.82682 11.8395ZM5.86015 5.15953C5.82015 5.15953 5.68685 5.15953 5.52018 5.3262C5.39352 5.4462 5.30683 5.57288 5.24683 5.71288C5.18683 5.85288 5.16016 6.01288 5.16016 6.17288C5.16016 6.45288 5.22681 6.75286 5.36015 7.07286C5.50015 7.4062 5.70683 7.75955 5.96016 8.11288C6.22016 8.46622 6.5135 8.81954 6.84017 9.14621C7.16684 9.46621 7.51349 9.7662 7.87349 10.0329C8.22016 10.2862 8.57351 10.4862 8.92684 10.6395C9.43351 10.8595 9.90015 10.9129 10.2802 10.7529C10.4135 10.6995 10.5335 10.6062 10.6535 10.4862C10.7135 10.4195 10.7602 10.3529 10.8002 10.2662C10.8202 10.2195 10.8335 10.1662 10.8335 10.1195C10.8335 10.1062 10.8335 10.0862 10.8135 10.0462L9.70015 9.27288C9.65349 9.23954 9.60681 9.21286 9.56681 9.19953C9.54015 9.21286 9.50017 9.23287 9.42684 9.3062L9.1735 9.55954C8.98017 9.75287 8.67351 9.8062 8.42684 9.71953L8.30684 9.66621C8.15351 9.58621 7.98016 9.46621 7.78682 9.29955C7.60016 9.13955 7.42018 8.97287 7.22685 8.7862C7.04018 8.59287 6.8735 8.41287 6.7135 8.2262C6.54017 8.01954 6.42017 7.85288 6.34017 7.71288L6.26685 7.53954C6.24685 7.47287 6.24015 7.39954 6.24015 7.33287C6.24015 7.14621 6.30685 6.97953 6.43351 6.8462L6.68685 6.58621C6.76018 6.51288 6.78684 6.47288 6.80017 6.44622C6.78017 6.39955 6.75351 6.35954 6.72017 6.31287L5.94014 5.21288L5.86015 5.15953Z"
15
+ fill="currentColor"
16
+ />
17
+ </svg>
18
+ </template>
19
+
20
+ <script setup lang="ts">
21
+ </script>
@@ -1,28 +1,28 @@
1
- <template>
2
- <svg
3
- width="32"
4
- height="32"
5
- viewBox="0 0 32 32"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <rect
10
- x="0.5"
11
- y="0.5"
12
- width="31"
13
- height="31"
14
- rx="5.5"
15
- stroke="#9DA3AC"
16
- />
17
- <circle
18
- cx="16"
19
- cy="16"
20
- r="10.5"
21
- fill="#FC3F1D"
22
- />
23
- <path
24
- d="M19.75 22.75H17.3928V11.076H16.3409C14.4125 11.076 13.3995 12.0469 13.3995 13.4845C13.3995 15.1158 14.1008 15.8736 15.5421 16.845L16.7304 17.6415L13.3019 22.75H10.75L13.8279 18.1853C12.0553 16.9224 11.0618 15.6988 11.0618 13.6206C11.0618 11.0174 12.8736 9.25 16.3215 9.25H19.75V22.75Z"
25
- fill="white"
26
- />
27
- </svg>
28
- </template>
1
+ <template>
2
+ <svg
3
+ width="32"
4
+ height="32"
5
+ viewBox="0 0 32 32"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <rect
10
+ x="0.5"
11
+ y="0.5"
12
+ width="31"
13
+ height="31"
14
+ rx="5.5"
15
+ stroke="#9DA3AC"
16
+ />
17
+ <circle
18
+ cx="16"
19
+ cy="16"
20
+ r="10.5"
21
+ fill="#FC3F1D"
22
+ />
23
+ <path
24
+ d="M19.75 22.75H17.3928V11.076H16.3409C14.4125 11.076 13.3995 12.0469 13.3995 13.4845C13.3995 15.1158 14.1008 15.8736 15.5421 16.845L16.7304 17.6415L13.3019 22.75H10.75L13.8279 18.1853C12.0553 16.9224 11.0618 15.6988 11.0618 13.6206C11.0618 11.0174 12.8736 9.25 16.3215 9.25H19.75V22.75Z"
25
+ fill="white"
26
+ />
27
+ </svg>
28
+ </template>
@@ -1,16 +1,16 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
7
- <rect width="28" height="28" rx="14" fill="white"/>
8
- <path class="logo" d="M5.57456 10.2889C5.65329 9.07693 6.62772 8.12708 7.84079 8.06699C9.59739 7.97996 12.1081 7.875 13.9998 7.875C15.8915 7.875 18.4022 7.97996 20.1588 8.06699C21.3719 8.12708 22.3463 9.07693 22.425 10.2889C22.5005 11.4501 22.5748 12.8789 22.5748 14C22.5748 15.1211 22.5005 16.5499 22.425 17.7111C22.3463 18.9231 21.3719 19.8729 20.1588 19.933C18.4022 20.02 15.8915 20.125 13.9998 20.125C12.1081 20.125 9.59739 20.02 7.84079 19.933C6.62772 19.8729 5.65329 18.9231 5.57456 17.7111C5.49914 16.5499 5.4248 15.1211 5.4248 14C5.4248 12.8789 5.49914 11.4501 5.57456 10.2889Z" fill="#2C3E50"/>
9
- <path d="M12.1626 11.5498V16.4498L17.0626 13.9998L12.1626 11.5498Z" fill="white"/>
10
- </svg>
11
-
12
- </template>
13
-
14
- <style scoped>
15
-
16
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
7
+ <rect width="28" height="28" rx="14" fill="white"/>
8
+ <path class="logo" d="M5.57456 10.2889C5.65329 9.07693 6.62772 8.12708 7.84079 8.06699C9.59739 7.97996 12.1081 7.875 13.9998 7.875C15.8915 7.875 18.4022 7.97996 20.1588 8.06699C21.3719 8.12708 22.3463 9.07693 22.425 10.2889C22.5005 11.4501 22.5748 12.8789 22.5748 14C22.5748 15.1211 22.5005 16.5499 22.425 17.7111C22.3463 18.9231 21.3719 19.8729 20.1588 19.933C18.4022 20.02 15.8915 20.125 13.9998 20.125C12.1081 20.125 9.59739 20.02 7.84079 19.933C6.62772 19.8729 5.65329 18.9231 5.57456 17.7111C5.49914 16.5499 5.4248 15.1211 5.4248 14C5.4248 12.8789 5.49914 11.4501 5.57456 10.2889Z" fill="#2C3E50"/>
9
+ <path d="M12.1626 11.5498V16.4498L17.0626 13.9998L12.1626 11.5498Z" fill="white"/>
10
+ </svg>
11
+
12
+ </template>
13
+
14
+ <style scoped>
15
+
16
+ </style>
@@ -1,14 +1,14 @@
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 opacity="0.4" d="M7.99998 12.6666C10.5773 12.6666 12.6666 10.5772 12.6666 7.99992C12.6666 5.42259 10.5773 3.33325 7.99998 3.33325C5.42265 3.33325 3.33331 5.42259 3.33331 7.99992C3.33331 10.5772 5.42265 12.6666 7.99998 12.6666Z" fill="#FBC920"/>
8
- <path d="M8.00002 15.3067C7.63335 15.3067 7.33335 15.0334 7.33335 14.6667V14.6134C7.33335 14.2467 7.63335 13.9467 8.00002 13.9467C8.36669 13.9467 8.66669 14.2467 8.66669 14.6134C8.66669 14.9801 8.36669 15.3067 8.00002 15.3067ZM12.76 13.4267C12.5867 13.4267 12.42 13.3601 12.2867 13.2334L12.2 13.1467C11.94 12.8867 11.94 12.4667 12.2 12.2067C12.46 11.9467 12.88 11.9467 13.14 12.2067L13.2267 12.2934C13.4867 12.5534 13.4867 12.9734 13.2267 13.2334C13.1 13.3601 12.9334 13.4267 12.76 13.4267ZM3.24002 13.4267C3.06669 13.4267 2.90002 13.3601 2.76669 13.2334C2.50669 12.9734 2.50669 12.5534 2.76669 12.2934L2.85335 12.2067C3.11335 11.9467 3.53335 11.9467 3.79335 12.2067C4.05335 12.4667 4.05335 12.8867 3.79335 13.1467L3.70669 13.2334C3.58002 13.3601 3.40669 13.4267 3.24002 13.4267ZM14.6667 8.66675H14.6134C14.2467 8.66675 13.9467 8.36675 13.9467 8.00008C13.9467 7.63341 14.2467 7.33342 14.6134 7.33342C14.98 7.33342 15.3067 7.63341 15.3067 8.00008C15.3067 8.36675 15.0334 8.66675 14.6667 8.66675ZM1.38669 8.66675H1.33335C0.966687 8.66675 0.666687 8.36675 0.666687 8.00008C0.666687 7.63341 0.966687 7.33342 1.33335 7.33342C1.70002 7.33342 2.02669 7.63341 2.02669 8.00008C2.02669 8.36675 1.75335 8.66675 1.38669 8.66675ZM12.6734 3.99341C12.5 3.99341 12.3334 3.92675 12.2 3.80008C11.94 3.54008 11.94 3.12008 12.2 2.86008L12.2867 2.77341C12.5467 2.51341 12.9667 2.51341 13.2267 2.77341C13.4867 3.03341 13.4867 3.45341 13.2267 3.71341L13.14 3.80008C13.0134 3.92675 12.8467 3.99341 12.6734 3.99341ZM3.32669 3.99341C3.15335 3.99341 2.98669 3.92675 2.85335 3.80008L2.76669 3.70675C2.50669 3.44675 2.50669 3.02675 2.76669 2.76675C3.02669 2.50675 3.44669 2.50675 3.70669 2.76675L3.79335 2.85342C4.05335 3.11342 4.05335 3.53341 3.79335 3.79341C3.66669 3.92675 3.49335 3.99341 3.32669 3.99341ZM8.00002 2.02675C7.63335 2.02675 7.33335 1.75341 7.33335 1.38675V1.33341C7.33335 0.966748 7.63335 0.666748 8.00002 0.666748C8.36669 0.666748 8.66669 0.966748 8.66669 1.33341C8.66669 1.70008 8.36669 2.02675 8.00002 2.02675Z" fill="#FBC920"/>
9
- </svg>
10
- </template>
11
-
12
- <style scoped>
13
-
14
- </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 opacity="0.4" d="M7.99998 12.6666C10.5773 12.6666 12.6666 10.5772 12.6666 7.99992C12.6666 5.42259 10.5773 3.33325 7.99998 3.33325C5.42265 3.33325 3.33331 5.42259 3.33331 7.99992C3.33331 10.5772 5.42265 12.6666 7.99998 12.6666Z" fill="#FBC920"/>
8
+ <path d="M8.00002 15.3067C7.63335 15.3067 7.33335 15.0334 7.33335 14.6667V14.6134C7.33335 14.2467 7.63335 13.9467 8.00002 13.9467C8.36669 13.9467 8.66669 14.2467 8.66669 14.6134C8.66669 14.9801 8.36669 15.3067 8.00002 15.3067ZM12.76 13.4267C12.5867 13.4267 12.42 13.3601 12.2867 13.2334L12.2 13.1467C11.94 12.8867 11.94 12.4667 12.2 12.2067C12.46 11.9467 12.88 11.9467 13.14 12.2067L13.2267 12.2934C13.4867 12.5534 13.4867 12.9734 13.2267 13.2334C13.1 13.3601 12.9334 13.4267 12.76 13.4267ZM3.24002 13.4267C3.06669 13.4267 2.90002 13.3601 2.76669 13.2334C2.50669 12.9734 2.50669 12.5534 2.76669 12.2934L2.85335 12.2067C3.11335 11.9467 3.53335 11.9467 3.79335 12.2067C4.05335 12.4667 4.05335 12.8867 3.79335 13.1467L3.70669 13.2334C3.58002 13.3601 3.40669 13.4267 3.24002 13.4267ZM14.6667 8.66675H14.6134C14.2467 8.66675 13.9467 8.36675 13.9467 8.00008C13.9467 7.63341 14.2467 7.33342 14.6134 7.33342C14.98 7.33342 15.3067 7.63341 15.3067 8.00008C15.3067 8.36675 15.0334 8.66675 14.6667 8.66675ZM1.38669 8.66675H1.33335C0.966687 8.66675 0.666687 8.36675 0.666687 8.00008C0.666687 7.63341 0.966687 7.33342 1.33335 7.33342C1.70002 7.33342 2.02669 7.63341 2.02669 8.00008C2.02669 8.36675 1.75335 8.66675 1.38669 8.66675ZM12.6734 3.99341C12.5 3.99341 12.3334 3.92675 12.2 3.80008C11.94 3.54008 11.94 3.12008 12.2 2.86008L12.2867 2.77341C12.5467 2.51341 12.9667 2.51341 13.2267 2.77341C13.4867 3.03341 13.4867 3.45341 13.2267 3.71341L13.14 3.80008C13.0134 3.92675 12.8467 3.99341 12.6734 3.99341ZM3.32669 3.99341C3.15335 3.99341 2.98669 3.92675 2.85335 3.80008L2.76669 3.70675C2.50669 3.44675 2.50669 3.02675 2.76669 2.76675C3.02669 2.50675 3.44669 2.50675 3.70669 2.76675L3.79335 2.85342C4.05335 3.11342 4.05335 3.53341 3.79335 3.79341C3.66669 3.92675 3.49335 3.99341 3.32669 3.99341ZM8.00002 2.02675C7.63335 2.02675 7.33335 1.75341 7.33335 1.38675V1.33341C7.33335 0.966748 7.63335 0.666748 8.00002 0.666748C8.36669 0.666748 8.66669 0.966748 8.66669 1.33341C8.66669 1.70008 8.36669 2.02675 8.00002 2.02675Z" fill="#FBC920"/>
9
+ </svg>
10
+ </template>
11
+
12
+ <style scoped>
13
+
14
+ </style>
@@ -1,19 +1,19 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 16 16"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M2.05011 1.52465C2.05011 1.23493 1.81506 1.00006 1.52512 1.00006C1.23517 1.00006 1.00012 1.23493 1.00012 1.52465V12.5657C1.00012 12.8554 1.23517 13.0903 1.52512 13.0903H4.59733V13.7759C4.59733 14.4519 5.14578 14.9999 5.82232 14.9999H13.775C14.4516 14.9999 15 14.4519 15 13.7759V11.3072C15 10.6312 14.4516 10.0832 13.775 10.0832H5.82232C5.14578 10.0832 4.59733 10.6312 4.59733 11.3072V12.0411H2.05011V6.79275H4.59733V7.50139C4.59733 8.17741 5.14578 8.72543 5.82232 8.72543H13.775C14.4516 8.72543 15 8.17741 15 7.50139V5.03272C15 4.3567 14.4516 3.80868 13.775 3.80868H5.82232C5.14578 3.80868 4.59733 4.3567 4.59733 5.03272V5.74357H2.05011V1.52465ZM5.82232 4.85786C5.72567 4.85786 5.64732 4.93615 5.64732 5.03272V7.50139C5.64732 7.59796 5.72567 7.67625 5.82232 7.67625H13.775C13.8717 7.67625 13.95 7.59796 13.95 7.50139V5.03272C13.95 4.93615 13.8717 4.85786 13.775 4.85786H5.82232ZM5.82232 11.1324C5.72567 11.1324 5.64732 11.2107 5.64732 11.3072V13.7759C5.64732 13.8725 5.72567 13.9508 5.82232 13.9508H13.775C13.8717 13.9508 13.95 13.8725 13.95 13.7759V11.3072C13.95 11.2107 13.8717 11.1324 13.775 11.1324H5.82232Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
17
-
18
- <script setup lang="ts">
19
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M2.05011 1.52465C2.05011 1.23493 1.81506 1.00006 1.52512 1.00006C1.23517 1.00006 1.00012 1.23493 1.00012 1.52465V12.5657C1.00012 12.8554 1.23517 13.0903 1.52512 13.0903H4.59733V13.7759C4.59733 14.4519 5.14578 14.9999 5.82232 14.9999H13.775C14.4516 14.9999 15 14.4519 15 13.7759V11.3072C15 10.6312 14.4516 10.0832 13.775 10.0832H5.82232C5.14578 10.0832 4.59733 10.6312 4.59733 11.3072V12.0411H2.05011V6.79275H4.59733V7.50139C4.59733 8.17741 5.14578 8.72543 5.82232 8.72543H13.775C14.4516 8.72543 15 8.17741 15 7.50139V5.03272C15 4.3567 14.4516 3.80868 13.775 3.80868H5.82232C5.14578 3.80868 4.59733 4.3567 4.59733 5.03272V5.74357H2.05011V1.52465ZM5.82232 4.85786C5.72567 4.85786 5.64732 4.93615 5.64732 5.03272V7.50139C5.64732 7.59796 5.72567 7.67625 5.82232 7.67625H13.775C13.8717 7.67625 13.95 7.59796 13.95 7.50139V5.03272C13.95 4.93615 13.8717 4.85786 13.775 4.85786H5.82232ZM5.82232 11.1324C5.72567 11.1324 5.64732 11.2107 5.64732 11.3072V13.7759C5.64732 13.8725 5.72567 13.9508 5.82232 13.9508H13.775C13.8717 13.9508 13.95 13.8725 13.95 13.7759V11.3072C13.95 11.2107 13.8717 11.1324 13.775 11.1324H5.82232Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -1,10 +1,10 @@
1
- <template>
2
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path d="M9.64595 3.98887V2.85731C9.64595 2.55719 9.52672 2.26938 9.31452 2.05716C9.10231 1.84496 8.81449 1.72574 8.51438 1.72574H7.38281" stroke="currentColor" stroke-width="1.18815" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M4.55423 11.9098H1.72532C1.4252 11.9098 1.13739 11.7906 0.925178 11.5784C0.712968 11.3662 0.59375 11.0784 0.59375 10.7783V2.85731C0.59375 2.55719 0.712968 2.26938 0.925178 2.05716C1.13739 1.84496 1.4252 1.72574 1.72532 1.72574H2.85688" stroke="currentColor" stroke-width="1.18815" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M14.1722 6.25168H8.51438C7.88944 6.25168 7.38281 6.7583 7.38281 7.38325V14.1726C7.38281 14.7976 7.88944 15.3042 8.51438 15.3042H14.1722C14.7972 15.3042 15.3038 14.7976 15.3038 14.1726V7.38325C15.3038 6.7583 14.7972 6.25168 14.1722 6.25168Z" stroke="currentColor" stroke-width="1.18815" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M7.66627 0.59407H2.57422L3.03816 2.42721C3.06643 2.5499 3.1356 2.65933 3.23432 2.73747C3.33304 2.81562 3.4554 2.85785 3.58131 2.8572H6.65917C6.78508 2.85785 6.90745 2.81562 7.00617 2.73747C7.10489 2.65933 7.17406 2.5499 7.20233 2.42721L7.66627 0.59407Z" stroke="currentColor" stroke-width="1.18815" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M9.64648 9.6467H13.0412" stroke="currentColor" stroke-width="1.18815" stroke-linecap="round" stroke-linejoin="round"/>
8
- <path d="M9.64648 11.9101H13.0412" stroke="currentColor" stroke-width="1.18815" stroke-linecap="round" stroke-linejoin="round"/>
9
- </svg>
10
- </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 d="M9.64595 3.98887V2.85731C9.64595 2.55719 9.52672 2.26938 9.31452 2.05716C9.10231 1.84496 8.81449 1.72574 8.51438 1.72574H7.38281" stroke="currentColor" stroke-width="1.18815" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M4.55423 11.9098H1.72532C1.4252 11.9098 1.13739 11.7906 0.925178 11.5784C0.712968 11.3662 0.59375 11.0784 0.59375 10.7783V2.85731C0.59375 2.55719 0.712968 2.26938 0.925178 2.05716C1.13739 1.84496 1.4252 1.72574 1.72532 1.72574H2.85688" stroke="currentColor" stroke-width="1.18815" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M14.1722 6.25168H8.51438C7.88944 6.25168 7.38281 6.7583 7.38281 7.38325V14.1726C7.38281 14.7976 7.88944 15.3042 8.51438 15.3042H14.1722C14.7972 15.3042 15.3038 14.7976 15.3038 14.1726V7.38325C15.3038 6.7583 14.7972 6.25168 14.1722 6.25168Z" stroke="currentColor" stroke-width="1.18815" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M7.66627 0.59407H2.57422L3.03816 2.42721C3.06643 2.5499 3.1356 2.65933 3.23432 2.73747C3.33304 2.81562 3.4554 2.85785 3.58131 2.8572H6.65917C6.78508 2.85785 6.90745 2.81562 7.00617 2.73747C7.10489 2.65933 7.17406 2.5499 7.20233 2.42721L7.66627 0.59407Z" stroke="currentColor" stroke-width="1.18815" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M9.64648 9.6467H13.0412" stroke="currentColor" stroke-width="1.18815" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M9.64648 11.9101H13.0412" stroke="currentColor" stroke-width="1.18815" stroke-linecap="round" stroke-linejoin="round"/>
9
+ </svg>
10
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.4595 4.23587C13.7852 3.48985 11.9147 3.30504 10.1268 3.70899C8.33887 4.11294 6.72945 5.08401 5.53854 6.47738C4.34763 7.87074 3.63903 9.61175 3.51843 11.4407C3.39782 13.2697 3.87168 15.0887 4.86932 16.6264C5.86696 18.1641 7.33493 19.338 9.0543 19.9733C10.7737 20.6085 12.6523 20.6709 14.4101 20.1512C16.1678 19.6315 17.7104 18.5575 18.8079 17.0894C19.9054 15.6213 20.499 13.8378 20.5 12.0049V11.1543C20.5 10.7401 20.8358 10.4043 21.25 10.4043C21.6642 10.4043 22 10.7401 22 11.1543V12.0053C21.9988 14.1617 21.3005 16.2604 20.0093 17.9875C18.7182 19.7147 16.9033 20.9782 14.8354 21.5896C12.7674 22.201 10.5573 22.1276 8.53447 21.3803C6.51168 20.633 4.78465 19.2518 3.61096 17.4428C2.43727 15.6338 1.87979 13.4938 2.02168 11.342C2.16356 9.19029 2.99721 7.14205 4.39828 5.5028C5.79935 3.86354 7.69279 2.72111 9.79619 2.24587C11.8996 1.77063 14.1003 1.98806 16.07 2.86572C16.4484 3.03431 16.6184 3.47769 16.4498 3.85605C16.2812 4.2344 15.8379 4.40445 15.4595 4.23587Z" fill="currentColor"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.7801 4.06938C22.0731 4.36213 22.0733 4.837 21.7806 5.13004L12.5306 14.3893C12.39 14.5301 12.1992 14.6092 12.0002 14.6092C11.8012 14.6093 11.6104 14.5303 11.4697 14.3896L8.69468 11.6146C8.40178 11.3217 8.40178 10.8468 8.69468 10.5539C8.98757 10.261 9.46244 10.261 9.75534 10.5539L11.9997 12.7983L20.7194 4.06991C21.0122 3.77687 21.487 3.77663 21.7801 4.06938Z" fill="currentColor"/>
5
- </svg>
6
- </template>
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.4595 4.23587C13.7852 3.48985 11.9147 3.30504 10.1268 3.70899C8.33887 4.11294 6.72945 5.08401 5.53854 6.47738C4.34763 7.87074 3.63903 9.61175 3.51843 11.4407C3.39782 13.2697 3.87168 15.0887 4.86932 16.6264C5.86696 18.1641 7.33493 19.338 9.0543 19.9733C10.7737 20.6085 12.6523 20.6709 14.4101 20.1512C16.1678 19.6315 17.7104 18.5575 18.8079 17.0894C19.9054 15.6213 20.499 13.8378 20.5 12.0049V11.1543C20.5 10.7401 20.8358 10.4043 21.25 10.4043C21.6642 10.4043 22 10.7401 22 11.1543V12.0053C21.9988 14.1617 21.3005 16.2604 20.0093 17.9875C18.7182 19.7147 16.9033 20.9782 14.8354 21.5896C12.7674 22.201 10.5573 22.1276 8.53447 21.3803C6.51168 20.633 4.78465 19.2518 3.61096 17.4428C2.43727 15.6338 1.87979 13.4938 2.02168 11.342C2.16356 9.19029 2.99721 7.14205 4.39828 5.5028C5.79935 3.86354 7.69279 2.72111 9.79619 2.24587C11.8996 1.77063 14.1003 1.98806 16.07 2.86572C16.4484 3.03431 16.6184 3.47769 16.4498 3.85605C16.2812 4.2344 15.8379 4.40445 15.4595 4.23587Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.7801 4.06938C22.0731 4.36213 22.0733 4.837 21.7806 5.13004L12.5306 14.3893C12.39 14.5301 12.1992 14.6092 12.0002 14.6092C11.8012 14.6093 11.6104 14.5303 11.4697 14.3896L8.69468 11.6146C8.40178 11.3217 8.40178 10.8468 8.69468 10.5539C8.98757 10.261 9.46244 10.261 9.75534 10.5539L11.9997 12.7983L20.7194 4.06991C21.0122 3.77687 21.487 3.77663 21.7801 4.06938Z" fill="currentColor"/>
5
+ </svg>
6
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.8346 18.9914L13.328 3.75363C13.1982 3.52672 13.001 3.3363 12.7581 3.20333C12.5153 3.07036 12.2361 3 11.9515 3C11.6668 3 11.3877 3.07036 11.1448 3.20333C10.9019 3.3363 10.7048 3.52672 10.575 3.75363L2.06841 18.9914C1.94976 19.2023 1.89328 19.4368 1.90431 19.6727C1.91534 19.9087 1.99353 20.1381 2.13145 20.3394C2.26937 20.5406 2.46244 20.707 2.69232 20.8226C2.92221 20.9382 3.18127 20.9993 3.44492 21H20.458C20.7217 20.9993 20.9808 20.9382 21.2106 20.8226C21.4405 20.707 21.6336 20.5406 21.7715 20.3394C21.9094 20.1381 21.9876 19.9087 21.9987 19.6727C22.0097 19.4368 21.9532 19.2023 21.8346 18.9914ZM20.4006 19.5L12.0372 4.51872C12.0214 4.51021 11.9912 4.5 11.9515 4.5C11.9118 4.5 11.8816 4.51021 11.8658 4.51872L3.50238 19.5H20.4006Z" fill="#E74135"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 8.5C12.4142 8.5 12.75 8.83579 12.75 9.25V13.748C12.75 14.1623 12.4142 14.498 12 14.498C11.5858 14.498 11.25 14.1623 11.25 13.748V9.25C11.25 8.83579 11.5858 8.5 12 8.5Z" fill="#E74135"/>
5
- <path d="M12.75 16.75C12.75 17.1642 12.4142 17.5 12 17.5C11.5858 17.5 11.25 17.1642 11.25 16.75C11.25 16.3358 11.5858 16 12 16C12.4142 16 12.75 16.3358 12.75 16.75Z" fill="#E74135"/>
6
- </svg>
7
- </template>
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.8346 18.9914L13.328 3.75363C13.1982 3.52672 13.001 3.3363 12.7581 3.20333C12.5153 3.07036 12.2361 3 11.9515 3C11.6668 3 11.3877 3.07036 11.1448 3.20333C10.9019 3.3363 10.7048 3.52672 10.575 3.75363L2.06841 18.9914C1.94976 19.2023 1.89328 19.4368 1.90431 19.6727C1.91534 19.9087 1.99353 20.1381 2.13145 20.3394C2.26937 20.5406 2.46244 20.707 2.69232 20.8226C2.92221 20.9382 3.18127 20.9993 3.44492 21H20.458C20.7217 20.9993 20.9808 20.9382 21.2106 20.8226C21.4405 20.707 21.6336 20.5406 21.7715 20.3394C21.9094 20.1381 21.9876 19.9087 21.9987 19.6727C22.0097 19.4368 21.9532 19.2023 21.8346 18.9914ZM20.4006 19.5L12.0372 4.51872C12.0214 4.51021 11.9912 4.5 11.9515 4.5C11.9118 4.5 11.8816 4.51021 11.8658 4.51872L3.50238 19.5H20.4006Z" fill="#E74135"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 8.5C12.4142 8.5 12.75 8.83579 12.75 9.25V13.748C12.75 14.1623 12.4142 14.498 12 14.498C11.5858 14.498 11.25 14.1623 11.25 13.748V9.25C11.25 8.83579 11.5858 8.5 12 8.5Z" fill="#E74135"/>
5
+ <path d="M12.75 16.75C12.75 17.1642 12.4142 17.5 12 17.5C11.5858 17.5 11.25 17.1642 11.25 16.75C11.25 16.3358 11.5858 16 12 16C12.4142 16 12.75 16.3358 12.75 16.75Z" fill="#E74135"/>
6
+ </svg>
7
+ </template>
@@ -1,17 +1,17 @@
1
- <template>
2
- <svg
3
- width="20"
4
- height="20"
5
- viewBox="0 0 20 20"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M19.1252 11.7493C19.0596 11.7986 18.9849 11.8344 18.9053 11.8548C18.8258 11.8751 18.7431 11.8797 18.6618 11.868C18.5806 11.8564 18.5024 11.8289 18.4318 11.7871C18.3612 11.7453 18.2995 11.69 18.2502 11.6243C17.8735 11.118 17.3832 10.7071 16.8187 10.4249C16.2542 10.1426 15.6313 9.99688 15.0002 9.99933C14.8345 9.99933 14.6755 9.93348 14.5583 9.81627C14.4411 9.69906 14.3752 9.54009 14.3752 9.37433C14.3752 9.20857 14.4411 9.04959 14.5583 8.93238C14.6755 8.81517 14.8345 8.74933 15.0002 8.74933C15.3509 8.74929 15.6946 8.65092 15.9921 8.46537C16.2897 8.27983 16.5293 8.01455 16.6836 7.69967C16.838 7.38479 16.901 7.03293 16.8654 6.68406C16.8298 6.33519 16.6971 6.00329 16.4823 5.72606C16.2676 5.44883 15.9794 5.23739 15.6505 5.11574C15.3216 4.9941 14.9651 4.96713 14.6217 5.03791C14.2782 5.10868 13.9615 5.27435 13.7074 5.51612C13.4534 5.75788 13.2723 6.06603 13.1846 6.40558C13.1641 6.48509 13.1281 6.55978 13.0787 6.62538C13.0293 6.69099 12.9675 6.74623 12.8968 6.78794C12.8261 6.82966 12.7478 6.85703 12.6665 6.8685C12.5852 6.87997 12.5024 6.87531 12.4229 6.85479C12.3434 6.83428 12.2687 6.7983 12.2031 6.74891C12.1375 6.69953 12.0822 6.6377 12.0405 6.56697C11.9988 6.49624 11.9714 6.41798 11.96 6.33667C11.9485 6.25536 11.9532 6.17259 11.9737 6.09308C12.0954 5.62223 12.3253 5.18628 12.6451 4.81991C12.9649 4.45355 13.3658 4.16688 13.8159 3.98272C14.266 3.79857 14.7529 3.722 15.2378 3.75912C15.7227 3.79623 16.1922 3.94601 16.609 4.19652C17.0259 4.44704 17.3785 4.79138 17.6388 5.20215C17.8991 5.61292 18.06 6.07878 18.1086 6.56267C18.1572 7.04655 18.0922 7.5351 17.9188 7.98944C17.7454 8.44378 17.4683 8.85138 17.1096 9.17979C17.9595 9.54776 18.6982 10.1317 19.2526 10.8735C19.3018 10.9394 19.3376 11.0143 19.3578 11.0939C19.3781 11.1736 19.3824 11.2565 19.3706 11.3379C19.3588 11.4192 19.331 11.4974 19.2889 11.568C19.2468 11.6386 19.1912 11.7002 19.1252 11.7493ZM14.9159 16.5618C14.9595 16.633 14.9884 16.7121 15.001 16.7947C15.0135 16.8772 15.0094 16.9614 14.9889 17.0423C14.9684 17.1232 14.9319 17.1991 14.8815 17.2657C14.8311 17.3322 14.768 17.388 14.6957 17.4298C14.6234 17.4715 14.5435 17.4984 14.4607 17.5087C14.3779 17.5191 14.2938 17.5128 14.2135 17.4901C14.1332 17.4675 14.0582 17.429 13.993 17.3769C13.9278 17.3248 13.8737 17.2602 13.8338 17.1868C13.4401 16.5203 12.8794 15.968 12.207 15.5843C11.5347 15.2006 10.774 14.9988 9.99985 14.9988C9.22573 14.9988 8.46499 15.2006 7.79266 15.5843C7.12033 15.968 6.55962 16.5203 6.16586 17.1868C6.12679 17.2615 6.07301 17.3275 6.00777 17.3809C5.94252 17.4343 5.86715 17.4739 5.7862 17.4974C5.70524 17.5209 5.62037 17.5277 5.53669 17.5176C5.45302 17.5074 5.37226 17.4804 5.29928 17.4382C5.2263 17.396 5.16261 17.3395 5.11204 17.2721C5.06147 17.2047 5.02506 17.1277 5.005 17.0458C4.98495 16.9639 4.98166 16.8789 4.99535 16.7957C5.00903 16.7125 5.03939 16.633 5.08461 16.5618C5.69055 15.5207 6.61445 14.7014 7.72055 14.2243C7.09815 13.7478 6.64073 13.0882 6.41258 12.3383C6.18443 11.5883 6.19703 10.7857 6.44861 10.0433C6.70018 9.3009 7.17808 8.65599 7.81513 8.19923C8.45219 7.74247 9.21636 7.49682 10.0002 7.49682C10.7841 7.49682 11.5483 7.74247 12.1853 8.19923C12.8224 8.65599 13.3003 9.3009 13.5519 10.0433C13.8034 10.7857 13.816 11.5883 13.5879 12.3383C13.3597 13.0882 12.9023 13.7478 12.2799 14.2243C13.386 14.7014 14.3099 15.5207 14.9159 16.5618ZM10.0002 13.7493C10.4947 13.7493 10.978 13.6027 11.3892 13.328C11.8003 13.0533 12.1207 12.6628 12.3099 12.206C12.4992 11.7492 12.5487 11.2466 12.4522 10.7616C12.3557 10.2766 12.1176 9.83119 11.768 9.48156C11.4184 9.13193 10.9729 8.89383 10.488 8.79736C10.003 8.7009 9.50034 8.75041 9.04353 8.93963C8.58671 9.12885 8.19627 9.44928 7.92156 9.8604C7.64686 10.2715 7.50024 10.7549 7.50024 11.2493C7.50024 11.9124 7.76363 12.5483 8.23247 13.0171C8.70131 13.4859 9.3372 13.7493 10.0002 13.7493ZM5.62524 9.37433C5.62524 9.20857 5.55939 9.04959 5.44218 8.93238C5.32497 8.81517 5.166 8.74933 5.00024 8.74933C4.64956 8.74929 4.30591 8.65092 4.00834 8.46537C3.71076 8.27983 3.47119 8.01455 3.31682 7.69967C3.16246 7.38479 3.09949 7.03293 3.13508 6.68406C3.17066 6.33519 3.30337 6.00329 3.51813 5.72606C3.73289 5.44883 4.02109 5.23739 4.35 5.11574C4.67891 4.9941 5.03534 4.96713 5.3788 5.03791C5.72227 5.10868 6.039 5.27435 6.29303 5.51612C6.54706 5.75788 6.72819 6.06603 6.81586 6.40558C6.8573 6.56616 6.96083 6.7037 7.10368 6.78794C7.24653 6.87219 7.417 6.89623 7.57758 6.85479C7.73816 6.81335 7.8757 6.70982 7.95995 6.56697C8.04419 6.42412 8.06824 6.25366 8.0268 6.09308C7.90511 5.62223 7.67522 5.18628 7.3554 4.81991C7.03558 4.45355 6.63468 4.16688 6.18458 3.98272C5.73447 3.79857 5.2476 3.722 4.7627 3.75912C4.2778 3.79623 3.80826 3.94601 3.39143 4.19652C2.9746 4.44704 2.62199 4.79138 2.36166 5.20215C2.10133 5.61292 1.94046 6.07878 1.89185 6.56267C1.84325 7.04655 1.90825 7.5351 2.08168 7.98944C2.25511 8.44378 2.53219 8.85138 2.89086 9.17979C2.04186 9.54811 1.30392 10.132 0.750237 10.8735C0.650677 11.0062 0.607874 11.1729 0.631242 11.337C0.654611 11.5012 0.742238 11.6494 0.874846 11.7489C1.00745 11.8485 1.17418 11.8913 1.33835 11.8679C1.50252 11.8446 1.65068 11.7569 1.75024 11.6243C2.12695 11.118 2.61728 10.7071 3.18177 10.4249C3.74625 10.1426 4.36912 9.99688 5.00024 9.99933C5.166 9.99933 5.32497 9.93348 5.44218 9.81627C5.55939 9.69906 5.62524 9.54009 5.62524 9.37433Z"
11
- fill="currentColor"
12
- />
13
- </svg>
14
- </template>
15
-
16
- <script setup lang="ts">
17
- </script>
1
+ <template>
2
+ <svg
3
+ width="20"
4
+ height="20"
5
+ viewBox="0 0 20 20"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M19.1252 11.7493C19.0596 11.7986 18.9849 11.8344 18.9053 11.8548C18.8258 11.8751 18.7431 11.8797 18.6618 11.868C18.5806 11.8564 18.5024 11.8289 18.4318 11.7871C18.3612 11.7453 18.2995 11.69 18.2502 11.6243C17.8735 11.118 17.3832 10.7071 16.8187 10.4249C16.2542 10.1426 15.6313 9.99688 15.0002 9.99933C14.8345 9.99933 14.6755 9.93348 14.5583 9.81627C14.4411 9.69906 14.3752 9.54009 14.3752 9.37433C14.3752 9.20857 14.4411 9.04959 14.5583 8.93238C14.6755 8.81517 14.8345 8.74933 15.0002 8.74933C15.3509 8.74929 15.6946 8.65092 15.9921 8.46537C16.2897 8.27983 16.5293 8.01455 16.6836 7.69967C16.838 7.38479 16.901 7.03293 16.8654 6.68406C16.8298 6.33519 16.6971 6.00329 16.4823 5.72606C16.2676 5.44883 15.9794 5.23739 15.6505 5.11574C15.3216 4.9941 14.9651 4.96713 14.6217 5.03791C14.2782 5.10868 13.9615 5.27435 13.7074 5.51612C13.4534 5.75788 13.2723 6.06603 13.1846 6.40558C13.1641 6.48509 13.1281 6.55978 13.0787 6.62538C13.0293 6.69099 12.9675 6.74623 12.8968 6.78794C12.8261 6.82966 12.7478 6.85703 12.6665 6.8685C12.5852 6.87997 12.5024 6.87531 12.4229 6.85479C12.3434 6.83428 12.2687 6.7983 12.2031 6.74891C12.1375 6.69953 12.0822 6.6377 12.0405 6.56697C11.9988 6.49624 11.9714 6.41798 11.96 6.33667C11.9485 6.25536 11.9532 6.17259 11.9737 6.09308C12.0954 5.62223 12.3253 5.18628 12.6451 4.81991C12.9649 4.45355 13.3658 4.16688 13.8159 3.98272C14.266 3.79857 14.7529 3.722 15.2378 3.75912C15.7227 3.79623 16.1922 3.94601 16.609 4.19652C17.0259 4.44704 17.3785 4.79138 17.6388 5.20215C17.8991 5.61292 18.06 6.07878 18.1086 6.56267C18.1572 7.04655 18.0922 7.5351 17.9188 7.98944C17.7454 8.44378 17.4683 8.85138 17.1096 9.17979C17.9595 9.54776 18.6982 10.1317 19.2526 10.8735C19.3018 10.9394 19.3376 11.0143 19.3578 11.0939C19.3781 11.1736 19.3824 11.2565 19.3706 11.3379C19.3588 11.4192 19.331 11.4974 19.2889 11.568C19.2468 11.6386 19.1912 11.7002 19.1252 11.7493ZM14.9159 16.5618C14.9595 16.633 14.9884 16.7121 15.001 16.7947C15.0135 16.8772 15.0094 16.9614 14.9889 17.0423C14.9684 17.1232 14.9319 17.1991 14.8815 17.2657C14.8311 17.3322 14.768 17.388 14.6957 17.4298C14.6234 17.4715 14.5435 17.4984 14.4607 17.5087C14.3779 17.5191 14.2938 17.5128 14.2135 17.4901C14.1332 17.4675 14.0582 17.429 13.993 17.3769C13.9278 17.3248 13.8737 17.2602 13.8338 17.1868C13.4401 16.5203 12.8794 15.968 12.207 15.5843C11.5347 15.2006 10.774 14.9988 9.99985 14.9988C9.22573 14.9988 8.46499 15.2006 7.79266 15.5843C7.12033 15.968 6.55962 16.5203 6.16586 17.1868C6.12679 17.2615 6.07301 17.3275 6.00777 17.3809C5.94252 17.4343 5.86715 17.4739 5.7862 17.4974C5.70524 17.5209 5.62037 17.5277 5.53669 17.5176C5.45302 17.5074 5.37226 17.4804 5.29928 17.4382C5.2263 17.396 5.16261 17.3395 5.11204 17.2721C5.06147 17.2047 5.02506 17.1277 5.005 17.0458C4.98495 16.9639 4.98166 16.8789 4.99535 16.7957C5.00903 16.7125 5.03939 16.633 5.08461 16.5618C5.69055 15.5207 6.61445 14.7014 7.72055 14.2243C7.09815 13.7478 6.64073 13.0882 6.41258 12.3383C6.18443 11.5883 6.19703 10.7857 6.44861 10.0433C6.70018 9.3009 7.17808 8.65599 7.81513 8.19923C8.45219 7.74247 9.21636 7.49682 10.0002 7.49682C10.7841 7.49682 11.5483 7.74247 12.1853 8.19923C12.8224 8.65599 13.3003 9.3009 13.5519 10.0433C13.8034 10.7857 13.816 11.5883 13.5879 12.3383C13.3597 13.0882 12.9023 13.7478 12.2799 14.2243C13.386 14.7014 14.3099 15.5207 14.9159 16.5618ZM10.0002 13.7493C10.4947 13.7493 10.978 13.6027 11.3892 13.328C11.8003 13.0533 12.1207 12.6628 12.3099 12.206C12.4992 11.7492 12.5487 11.2466 12.4522 10.7616C12.3557 10.2766 12.1176 9.83119 11.768 9.48156C11.4184 9.13193 10.9729 8.89383 10.488 8.79736C10.003 8.7009 9.50034 8.75041 9.04353 8.93963C8.58671 9.12885 8.19627 9.44928 7.92156 9.8604C7.64686 10.2715 7.50024 10.7549 7.50024 11.2493C7.50024 11.9124 7.76363 12.5483 8.23247 13.0171C8.70131 13.4859 9.3372 13.7493 10.0002 13.7493ZM5.62524 9.37433C5.62524 9.20857 5.55939 9.04959 5.44218 8.93238C5.32497 8.81517 5.166 8.74933 5.00024 8.74933C4.64956 8.74929 4.30591 8.65092 4.00834 8.46537C3.71076 8.27983 3.47119 8.01455 3.31682 7.69967C3.16246 7.38479 3.09949 7.03293 3.13508 6.68406C3.17066 6.33519 3.30337 6.00329 3.51813 5.72606C3.73289 5.44883 4.02109 5.23739 4.35 5.11574C4.67891 4.9941 5.03534 4.96713 5.3788 5.03791C5.72227 5.10868 6.039 5.27435 6.29303 5.51612C6.54706 5.75788 6.72819 6.06603 6.81586 6.40558C6.8573 6.56616 6.96083 6.7037 7.10368 6.78794C7.24653 6.87219 7.417 6.89623 7.57758 6.85479C7.73816 6.81335 7.8757 6.70982 7.95995 6.56697C8.04419 6.42412 8.06824 6.25366 8.0268 6.09308C7.90511 5.62223 7.67522 5.18628 7.3554 4.81991C7.03558 4.45355 6.63468 4.16688 6.18458 3.98272C5.73447 3.79857 5.2476 3.722 4.7627 3.75912C4.2778 3.79623 3.80826 3.94601 3.39143 4.19652C2.9746 4.44704 2.62199 4.79138 2.36166 5.20215C2.10133 5.61292 1.94046 6.07878 1.89185 6.56267C1.84325 7.04655 1.90825 7.5351 2.08168 7.98944C2.25511 8.44378 2.53219 8.85138 2.89086 9.17979C2.04186 9.54811 1.30392 10.132 0.750237 10.8735C0.650677 11.0062 0.607874 11.1729 0.631242 11.337C0.654611 11.5012 0.742238 11.6494 0.874846 11.7489C1.00745 11.8485 1.17418 11.8913 1.33835 11.8679C1.50252 11.8446 1.65068 11.7569 1.75024 11.6243C2.12695 11.118 2.61728 10.7071 3.18177 10.4249C3.74625 10.1426 4.36912 9.99688 5.00024 9.99933C5.166 9.99933 5.32497 9.93348 5.44218 9.81627C5.55939 9.69906 5.62524 9.54009 5.62524 9.37433Z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ </template>
15
+
16
+ <script setup lang="ts">
17
+ </script>
@@ -1,31 +1,31 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 16 16"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M10.0941 2.00014C10.1893 1.72628 10.4886 1.58149 10.7624 1.67674C11.2761 1.85539 11.6951 2.24714 11.979 2.74395C12.2632 3.2413 12.4099 3.83733 12.4099 4.43884C12.4099 5.04034 12.2632 5.63638 11.979 6.13373C11.6951 6.63053 11.2761 7.02228 10.7624 7.20093C10.4886 7.29618 10.1893 7.15139 10.0941 6.87753C9.99884 6.60367 10.1436 6.30446 10.4175 6.20921C10.6447 6.13018 10.8823 5.93663 11.0674 5.61278C11.2521 5.28948 11.3599 4.8762 11.3599 4.43884C11.3599 4.00147 11.2521 3.58819 11.0674 3.26489C10.8823 2.94104 10.6447 2.74749 10.4175 2.66846C10.1436 2.57321 9.99884 2.274 10.0941 2.00014Z"
11
- fill="currentColor"
12
- />
13
- <path
14
- d="M12.6664 9.43492C12.3861 9.36093 12.0988 9.52822 12.0248 9.80857C11.9508 10.0889 12.1181 10.3762 12.3985 10.4501C12.8392 10.5665 13.2319 10.8297 13.5136 11.2011C13.7954 11.5727 13.9495 12.0309 13.9499 12.504V13.8275C13.9499 14.1175 14.185 14.3525 14.4749 14.3525C14.7649 14.3525 14.9999 14.1175 14.9999 13.8275V12.5038C14.9994 11.8039 14.7715 11.1222 14.3502 10.5666C13.9287 10.0109 13.3369 9.61188 12.6664 9.43492Z"
15
- fill="currentColor"
16
- />
17
- <path
18
- d="M3.95311 9.41754C3.15856 9.41754 2.40398 9.75452 1.85317 10.3421C1.30343 10.9284 1 11.7169 1 12.5325V13.8275C1 14.1175 1.23505 14.3525 1.525 14.3525C1.81494 14.3525 2.04999 14.1175 2.04999 13.8275V12.5325C2.04999 11.9743 2.2582 11.4452 2.61918 11.0602C2.97908 10.6763 3.4597 10.4675 3.95311 10.4675H8.80933C9.30273 10.4675 9.78335 10.6763 10.1433 11.0602C10.5042 11.4452 10.7124 11.9743 10.7124 12.5325V13.8275C10.7124 14.1175 10.9475 14.3525 11.2374 14.3525C11.5274 14.3525 11.7624 14.1175 11.7624 13.8275V12.5325C11.7624 11.7169 11.459 10.9284 10.9093 10.3421C10.3584 9.75452 9.60387 9.41754 8.80933 9.41754H3.95311Z"
19
- fill="currentColor"
20
- />
21
- <path
22
- fill-rule="evenodd"
23
- clip-rule="evenodd"
24
- d="M6.38122 1.6476C4.83967 1.6476 3.58999 2.89728 3.58999 4.43884C3.58999 5.98039 4.83967 7.23007 6.38122 7.23007C7.92278 7.23007 9.17246 5.98039 9.17246 4.43884C9.17246 2.89728 7.92278 1.6476 6.38122 1.6476ZM4.63999 4.43884C4.63999 3.47718 5.41956 2.6976 6.38122 2.6976C7.34288 2.6976 8.12246 3.47718 8.12246 4.43884C8.12246 5.4005 7.34288 6.18007 6.38122 6.18007C5.41956 6.18007 4.63999 5.4005 4.63999 4.43884Z"
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="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M10.0941 2.00014C10.1893 1.72628 10.4886 1.58149 10.7624 1.67674C11.2761 1.85539 11.6951 2.24714 11.979 2.74395C12.2632 3.2413 12.4099 3.83733 12.4099 4.43884C12.4099 5.04034 12.2632 5.63638 11.979 6.13373C11.6951 6.63053 11.2761 7.02228 10.7624 7.20093C10.4886 7.29618 10.1893 7.15139 10.0941 6.87753C9.99884 6.60367 10.1436 6.30446 10.4175 6.20921C10.6447 6.13018 10.8823 5.93663 11.0674 5.61278C11.2521 5.28948 11.3599 4.8762 11.3599 4.43884C11.3599 4.00147 11.2521 3.58819 11.0674 3.26489C10.8823 2.94104 10.6447 2.74749 10.4175 2.66846C10.1436 2.57321 9.99884 2.274 10.0941 2.00014Z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M12.6664 9.43492C12.3861 9.36093 12.0988 9.52822 12.0248 9.80857C11.9508 10.0889 12.1181 10.3762 12.3985 10.4501C12.8392 10.5665 13.2319 10.8297 13.5136 11.2011C13.7954 11.5727 13.9495 12.0309 13.9499 12.504V13.8275C13.9499 14.1175 14.185 14.3525 14.4749 14.3525C14.7649 14.3525 14.9999 14.1175 14.9999 13.8275V12.5038C14.9994 11.8039 14.7715 11.1222 14.3502 10.5666C13.9287 10.0109 13.3369 9.61188 12.6664 9.43492Z"
15
+ fill="currentColor"
16
+ />
17
+ <path
18
+ d="M3.95311 9.41754C3.15856 9.41754 2.40398 9.75452 1.85317 10.3421C1.30343 10.9284 1 11.7169 1 12.5325V13.8275C1 14.1175 1.23505 14.3525 1.525 14.3525C1.81494 14.3525 2.04999 14.1175 2.04999 13.8275V12.5325C2.04999 11.9743 2.2582 11.4452 2.61918 11.0602C2.97908 10.6763 3.4597 10.4675 3.95311 10.4675H8.80933C9.30273 10.4675 9.78335 10.6763 10.1433 11.0602C10.5042 11.4452 10.7124 11.9743 10.7124 12.5325V13.8275C10.7124 14.1175 10.9475 14.3525 11.2374 14.3525C11.5274 14.3525 11.7624 14.1175 11.7624 13.8275V12.5325C11.7624 11.7169 11.459 10.9284 10.9093 10.3421C10.3584 9.75452 9.60387 9.41754 8.80933 9.41754H3.95311Z"
19
+ fill="currentColor"
20
+ />
21
+ <path
22
+ fill-rule="evenodd"
23
+ clip-rule="evenodd"
24
+ d="M6.38122 1.6476C4.83967 1.6476 3.58999 2.89728 3.58999 4.43884C3.58999 5.98039 4.83967 7.23007 6.38122 7.23007C7.92278 7.23007 9.17246 5.98039 9.17246 4.43884C9.17246 2.89728 7.92278 1.6476 6.38122 1.6476ZM4.63999 4.43884C4.63999 3.47718 5.41956 2.6976 6.38122 2.6976C7.34288 2.6976 8.12246 3.47718 8.12246 4.43884C8.12246 5.4005 7.34288 6.18007 6.38122 6.18007C5.41956 6.18007 4.63999 5.4005 4.63999 4.43884Z"
25
+ fill="currentColor"
26
+ />
27
+ </svg>
28
+ </template>
29
+
30
+ <script setup lang="ts">
31
+ </script>
@@ -1,29 +1,29 @@
1
- <script setup lang="ts"></script>
2
-
3
- <template>
4
- <svg
5
- width="1em"
6
- height="1em"
7
- viewBox="0 0 21 18"
8
- xmlns="http://www.w3.org/2000/svg"
9
- >
10
- <path
11
- fill-rule="evenodd"
12
- clip-rule="evenodd"
13
- d="M20.8346 15.9914L12.328 0.753631C12.1982 0.526725 12.001 0.336301 11.7581 0.20333C11.5153 0.0703596 11.2361 0 10.9515 0C10.6668 0 10.3877 0.0703596 10.1448 0.20333C9.90195 0.336301 9.70476 0.526725 9.57497 0.753631L1.06841 15.9914C0.949762 16.2023 0.893275 16.4368 0.904309 16.6727C0.915344 16.9087 0.993533 17.1381 1.13145 17.3394C1.26937 17.5406 1.46244 17.707 1.69232 17.8226C1.92221 17.9382 2.18127 17.9993 2.44492 18H19.458C19.7217 17.9993 19.9808 17.9382 20.2106 17.8226C20.4405 17.707 20.6336 17.5406 20.7715 17.3394C20.9094 17.1381 20.9876 16.9087 20.9987 16.6727C21.0097 16.4368 20.9532 16.2023 20.8346 15.9914ZM19.4006 16.5L11.0372 1.51872C11.0214 1.51021 10.9912 1.5 10.9515 1.5C10.9118 1.5 10.8816 1.51021 10.8658 1.51872L2.50238 16.5H19.4006Z"
14
- fill="currentColor"
15
- />
16
- <path
17
- fill-rule="evenodd"
18
- clip-rule="evenodd"
19
- d="M11 5.5C11.4142 5.5 11.75 5.83579 11.75 6.25V10.748C11.75 11.1623 11.4142 11.498 11 11.498C10.5858 11.498 10.25 11.1623 10.25 10.748V6.25C10.25 5.83579 10.5858 5.5 11 5.5Z"
20
- fill="currentColor"
21
- />
22
- <path
23
- d="M11.75 13.75C11.75 14.1642 11.4142 14.5 11 14.5C10.5858 14.5 10.25 14.1642 10.25 13.75C10.25 13.3358 10.5858 13 11 13C11.4142 13 11.75 13.3358 11.75 13.75Z"
24
- fill="currentColor"
25
- />
26
- </svg>
27
- </template>
28
-
29
- <style scoped></style>
1
+ <script setup lang="ts"></script>
2
+
3
+ <template>
4
+ <svg
5
+ width="1em"
6
+ height="1em"
7
+ viewBox="0 0 21 18"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ >
10
+ <path
11
+ fill-rule="evenodd"
12
+ clip-rule="evenodd"
13
+ d="M20.8346 15.9914L12.328 0.753631C12.1982 0.526725 12.001 0.336301 11.7581 0.20333C11.5153 0.0703596 11.2361 0 10.9515 0C10.6668 0 10.3877 0.0703596 10.1448 0.20333C9.90195 0.336301 9.70476 0.526725 9.57497 0.753631L1.06841 15.9914C0.949762 16.2023 0.893275 16.4368 0.904309 16.6727C0.915344 16.9087 0.993533 17.1381 1.13145 17.3394C1.26937 17.5406 1.46244 17.707 1.69232 17.8226C1.92221 17.9382 2.18127 17.9993 2.44492 18H19.458C19.7217 17.9993 19.9808 17.9382 20.2106 17.8226C20.4405 17.707 20.6336 17.5406 20.7715 17.3394C20.9094 17.1381 20.9876 16.9087 20.9987 16.6727C21.0097 16.4368 20.9532 16.2023 20.8346 15.9914ZM19.4006 16.5L11.0372 1.51872C11.0214 1.51021 10.9912 1.5 10.9515 1.5C10.9118 1.5 10.8816 1.51021 10.8658 1.51872L2.50238 16.5H19.4006Z"
14
+ fill="currentColor"
15
+ />
16
+ <path
17
+ fill-rule="evenodd"
18
+ clip-rule="evenodd"
19
+ d="M11 5.5C11.4142 5.5 11.75 5.83579 11.75 6.25V10.748C11.75 11.1623 11.4142 11.498 11 11.498C10.5858 11.498 10.25 11.1623 10.25 10.748V6.25C10.25 5.83579 10.5858 5.5 11 5.5Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ d="M11.75 13.75C11.75 14.1642 11.4142 14.5 11 14.5C10.5858 14.5 10.25 14.1642 10.25 13.75C10.25 13.3358 10.5858 13 11 13C11.4142 13 11.75 13.3358 11.75 13.75Z"
24
+ fill="currentColor"
25
+ />
26
+ </svg>
27
+ </template>
28
+
29
+ <style scoped></style>
@@ -1,20 +1,20 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 36 34"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M33.125 5.625H26.25V4.25C26.25 3.15598 25.8154 2.10677 25.0418 1.33318C24.2682 0.559597 23.219
11
- 0.125 22.125 0.125H13.875C12.781 0.125 11.7318 0.559597 10.9582 1.33318C10.1846 2.10677 9.75 3.15598 9.75 4.25V5.625H2.875C2.14565
12
- 5.625 1.44618 5.91473 0.930456 6.43046C0.414731 6.94618 0.125 7.64565 0.125 8.375V30.375C0.125 31.1043 0.414731 31.8038 0.930456
13
- 32.3195C1.44618 32.8353 2.14565 33.125 2.875 33.125H33.125C33.8543 33.125 34.5538 32.8353 35.0695 32.3195C35.5853 31.8038 35.875 31.1043 35.875 30.375V8.375C35.875 7.64565 35.5853 6.94618 35.0695 6.43046C34.5538 5.91473 33.8543 5.625 33.125 5.625ZM12.5 4.25C12.5 3.88533 12.6449 3.53559 12.9027 3.27773C13.1606 3.01987 13.5103 2.875 13.875 2.875H22.125C22.4897 2.875 22.8394 3.01987 23.0973 3.27773C23.3551 3.53559 23.5 3.88533 23.5 4.25V5.625H12.5V4.25ZM33.125 8.375V15.5267C28.484 18.0529 23.284 19.3759 18 19.375C12.7162 19.376 7.51635 18.0535 2.875 15.5284V8.375H33.125ZM33.125 30.375H2.875V18.6256C7.58425 20.9291 12.7576 22.126 18 22.125C23.2425 22.1251 28.4158 20.9276 33.125 18.6239V30.375ZM13.875 15.25C13.875 14.8853 14.0199 14.5356 14.2777 14.2777C14.5356 14.0199 14.8853 13.875 15.25 13.875H20.75C21.1147 13.875 21.4644 14.0199 21.7223 14.2777C21.9801 14.5356 22.125 14.8853 22.125 15.25C22.125 15.6147 21.9801 15.9644 21.7223 16.2223C21.4644 16.4801 21.1147 16.625 20.75 16.625H15.25C14.8853 16.625 14.5356 16.4801 14.2777 16.2223C14.0199 15.9644 13.875 15.6147 13.875 15.25Z"
14
- fill="currentColor"
15
- />
16
- </svg>
17
- </template>
18
-
19
- <script setup lang="ts">
20
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 36 34"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M33.125 5.625H26.25V4.25C26.25 3.15598 25.8154 2.10677 25.0418 1.33318C24.2682 0.559597 23.219
11
+ 0.125 22.125 0.125H13.875C12.781 0.125 11.7318 0.559597 10.9582 1.33318C10.1846 2.10677 9.75 3.15598 9.75 4.25V5.625H2.875C2.14565
12
+ 5.625 1.44618 5.91473 0.930456 6.43046C0.414731 6.94618 0.125 7.64565 0.125 8.375V30.375C0.125 31.1043 0.414731 31.8038 0.930456
13
+ 32.3195C1.44618 32.8353 2.14565 33.125 2.875 33.125H33.125C33.8543 33.125 34.5538 32.8353 35.0695 32.3195C35.5853 31.8038 35.875 31.1043 35.875 30.375V8.375C35.875 7.64565 35.5853 6.94618 35.0695 6.43046C34.5538 5.91473 33.8543 5.625 33.125 5.625ZM12.5 4.25C12.5 3.88533 12.6449 3.53559 12.9027 3.27773C13.1606 3.01987 13.5103 2.875 13.875 2.875H22.125C22.4897 2.875 22.8394 3.01987 23.0973 3.27773C23.3551 3.53559 23.5 3.88533 23.5 4.25V5.625H12.5V4.25ZM33.125 8.375V15.5267C28.484 18.0529 23.284 19.3759 18 19.375C12.7162 19.376 7.51635 18.0535 2.875 15.5284V8.375H33.125ZM33.125 30.375H2.875V18.6256C7.58425 20.9291 12.7576 22.126 18 22.125C23.2425 22.1251 28.4158 20.9276 33.125 18.6239V30.375ZM13.875 15.25C13.875 14.8853 14.0199 14.5356 14.2777 14.2777C14.5356 14.0199 14.8853 13.875 15.25 13.875H20.75C21.1147 13.875 21.4644 14.0199 21.7223 14.2777C21.9801 14.5356 22.125 14.8853 22.125 15.25C22.125 15.6147 21.9801 15.9644 21.7223 16.2223C21.4644 16.4801 21.1147 16.625 20.75 16.625H15.25C14.8853 16.625 14.5356 16.4801 14.2777 16.2223C14.0199 15.9644 13.875 15.6147 13.875 15.25Z"
14
+ fill="currentColor"
15
+ />
16
+ </svg>
17
+ </template>
18
+
19
+ <script setup lang="ts">
20
+ </script>
@@ -1,18 +1,18 @@
1
- <template>
2
- <svg
3
- class="shrink-0"
4
- width="16"
5
- height="16"
6
- viewBox="0 0 16 16"
7
- xmlns="http://www.w3.org/2000/svg"
8
- fill="currentColor"
9
- >
10
- <path
11
- clip-rule="evenodd"
12
- d="M11.8326 4.97549C12.0558 4.75233 12.0558 4.39052 11.8326 4.16737C11.6095 3.94421 11.2477 3.94421 11.0245 4.16737L8 7.19188L4.97549 4.16737C4.75233 3.94421 4.39052 3.94421 4.16737 4.16737C3.94421 4.39052 3.94421 4.75233 4.16737 4.97549L7.19188 8L4.16737 11.0245C3.94421 11.2477 3.94421 11.6095 4.16737 11.8326C4.39052 12.0558 4.75233 12.0558 4.97549 11.8326L8 8.80812L11.0245 11.8326C11.2477 12.0558 11.6095 12.0558 11.8326 11.8326C12.0558 11.6095 12.0558 11.2477 11.8326 11.0245L8.80812 8L11.8326 4.97549Z"
13
- />
14
- </svg>
15
- </template>
16
-
17
- <script setup lang="ts">
18
- </script>
1
+ <template>
2
+ <svg
3
+ class="shrink-0"
4
+ width="16"
5
+ height="16"
6
+ viewBox="0 0 16 16"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ fill="currentColor"
9
+ >
10
+ <path
11
+ clip-rule="evenodd"
12
+ d="M11.8326 4.97549C12.0558 4.75233 12.0558 4.39052 11.8326 4.16737C11.6095 3.94421 11.2477 3.94421 11.0245 4.16737L8 7.19188L4.97549 4.16737C4.75233 3.94421 4.39052 3.94421 4.16737 4.16737C3.94421 4.39052 3.94421 4.75233 4.16737 4.97549L7.19188 8L4.16737 11.0245C3.94421 11.2477 3.94421 11.6095 4.16737 11.8326C4.39052 12.0558 4.75233 12.0558 4.97549 11.8326L8 8.80812L11.0245 11.8326C11.2477 12.0558 11.6095 12.0558 11.8326 11.8326C12.0558 11.6095 12.0558 11.2477 11.8326 11.0245L8.80812 8L11.8326 4.97549Z"
13
+ />
14
+ </svg>
15
+ </template>
16
+
17
+ <script setup lang="ts">
18
+ </script>