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,61 +1,61 @@
1
- <script setup lang="ts">
2
- </script>
3
-
4
- <template>
5
- <svg
6
- width="24"
7
- height="24"
8
- viewBox="0 0 24 24"
9
- fill="none"
10
- xmlns="http://www.w3.org/2000/svg"
11
- >
12
- <path
13
- d="M21.2513 14.25H14.2513V21.25H21.2513V14.25Z"
14
- fill="currentColor"
15
- fill-opacity="0.8"
16
- />
17
- <path
18
- d="M21.7513 14.25C21.7513 13.9738 21.5275 13.75 21.2513 13.75H14.2513C13.9752 13.75 13.7513 13.9738 13.7513 14.25V21.25C13.7513 21.5261 13.9752 21.75 14.2513 21.75H21.2513C21.5275 21.75 21.7513 21.5261 21.7513 21.25V14.25Z"
19
- stroke="currentColor"
20
- stroke-opacity="0.8"
21
- stroke-linecap="round"
22
- stroke-linejoin="round"
23
- />
24
- <path
25
- d="M9.75 14.25H2.75V21.25H9.75V14.25Z"
26
- fill="currentColor"
27
- fill-opacity="0.8"
28
- />
29
- <path
30
- d="M10.25 14.25C10.25 13.9738 10.0261 13.75 9.75 13.75H2.75C2.47386 13.75 2.25 13.9738 2.25 14.25V21.25C2.25 21.5261 2.47386 21.75 2.75 21.75H9.75C10.0261 21.75 10.25 21.5261 10.25 21.25V14.25Z"
31
- stroke="currentColor"
32
- stroke-opacity="0.8"
33
- stroke-linecap="round"
34
- stroke-linejoin="round"
35
- />
36
- <path
37
- d="M21.2513 2.74979H14.2513V9.74979H21.2513V2.74979Z"
38
- fill="currentColor"
39
- fill-opacity="0.8"
40
- />
41
- <path
42
- d="M21.7513 2.74979C21.7513 2.47364 21.5275 2.24979 21.2513 2.24979H14.2513C13.9752 2.24979 13.7513 2.47364 13.7513 2.74979V9.74979C13.7513 10.0259 13.9752 10.2498 14.2513 10.2498H21.2513C21.5275 10.2498 21.7513 10.0259 21.7513 9.74979V2.74979Z"
43
- stroke="currentColor"
44
- stroke-opacity="0.8"
45
- stroke-linecap="round"
46
- stroke-linejoin="round"
47
- />
48
- <path
49
- d="M9.75 2.74979H2.75V9.74979H9.75V2.74979Z"
50
- fill="currentColor"
51
- fill-opacity="0.8"
52
- />
53
- <path
54
- d="M10.25 2.74979C10.25 2.47364 10.0261 2.24979 9.75 2.24979H2.75C2.47386 2.24979 2.25 2.47364 2.25 2.74979V9.74979C2.25 10.0259 2.47386 10.2498 2.75 10.2498H9.75C10.0261 10.2498 10.25 10.0259 10.25 9.74979V2.74979Z"
55
- stroke="currentColor"
56
- stroke-opacity="0.8"
57
- stroke-linecap="round"
58
- stroke-linejoin="round"
59
- />
60
- </svg>
61
- </template>
1
+ <script setup lang="ts">
2
+ </script>
3
+
4
+ <template>
5
+ <svg
6
+ width="24"
7
+ height="24"
8
+ viewBox="0 0 24 24"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <path
13
+ d="M21.2513 14.25H14.2513V21.25H21.2513V14.25Z"
14
+ fill="currentColor"
15
+ fill-opacity="0.8"
16
+ />
17
+ <path
18
+ d="M21.7513 14.25C21.7513 13.9738 21.5275 13.75 21.2513 13.75H14.2513C13.9752 13.75 13.7513 13.9738 13.7513 14.25V21.25C13.7513 21.5261 13.9752 21.75 14.2513 21.75H21.2513C21.5275 21.75 21.7513 21.5261 21.7513 21.25V14.25Z"
19
+ stroke="currentColor"
20
+ stroke-opacity="0.8"
21
+ stroke-linecap="round"
22
+ stroke-linejoin="round"
23
+ />
24
+ <path
25
+ d="M9.75 14.25H2.75V21.25H9.75V14.25Z"
26
+ fill="currentColor"
27
+ fill-opacity="0.8"
28
+ />
29
+ <path
30
+ d="M10.25 14.25C10.25 13.9738 10.0261 13.75 9.75 13.75H2.75C2.47386 13.75 2.25 13.9738 2.25 14.25V21.25C2.25 21.5261 2.47386 21.75 2.75 21.75H9.75C10.0261 21.75 10.25 21.5261 10.25 21.25V14.25Z"
31
+ stroke="currentColor"
32
+ stroke-opacity="0.8"
33
+ stroke-linecap="round"
34
+ stroke-linejoin="round"
35
+ />
36
+ <path
37
+ d="M21.2513 2.74979H14.2513V9.74979H21.2513V2.74979Z"
38
+ fill="currentColor"
39
+ fill-opacity="0.8"
40
+ />
41
+ <path
42
+ d="M21.7513 2.74979C21.7513 2.47364 21.5275 2.24979 21.2513 2.24979H14.2513C13.9752 2.24979 13.7513 2.47364 13.7513 2.74979V9.74979C13.7513 10.0259 13.9752 10.2498 14.2513 10.2498H21.2513C21.5275 10.2498 21.7513 10.0259 21.7513 9.74979V2.74979Z"
43
+ stroke="currentColor"
44
+ stroke-opacity="0.8"
45
+ stroke-linecap="round"
46
+ stroke-linejoin="round"
47
+ />
48
+ <path
49
+ d="M9.75 2.74979H2.75V9.74979H9.75V2.74979Z"
50
+ fill="currentColor"
51
+ fill-opacity="0.8"
52
+ />
53
+ <path
54
+ d="M10.25 2.74979C10.25 2.47364 10.0261 2.24979 9.75 2.24979H2.75C2.47386 2.24979 2.25 2.47364 2.25 2.74979V9.74979C2.25 10.0259 2.47386 10.2498 2.75 10.2498H9.75C10.0261 10.2498 10.25 10.0259 10.25 9.74979V2.74979Z"
55
+ stroke="currentColor"
56
+ stroke-opacity="0.8"
57
+ stroke-linecap="round"
58
+ stroke-linejoin="round"
59
+ />
60
+ </svg>
61
+ </template>
@@ -1,41 +1,41 @@
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="M13 13.7502C13 13.336 13.3358 13.0002 13.75 13.0002H21.2513C21.6656 13.0002 22.0013 13.336 22.0013 13.7502V21.2502C22.0013 21.6644 21.6656 22.0002 21.2513 22.0002H13.75C13.3358 22.0002 13 21.6644 13 21.2502V13.7502ZM14.5 14.5002V20.5002H20.5013V14.5002H14.5Z"
13
- fill="currentColor"
14
- class="dark:fill-white"
15
- />
16
- <path
17
- fill-rule="evenodd"
18
- clip-rule="evenodd"
19
- d="M2 13.7502C2 13.336 2.33579 13.0002 2.75 13.0002H10.25C10.6642 13.0002 11 13.336 11 13.7502V21.2502C11 21.6644 10.6642 22.0002 10.25 22.0002H2.75C2.33579 22.0002 2 21.6644 2 21.2502V13.7502ZM3.5 14.5002V20.5002H9.5V14.5002H3.5Z"
20
- fill="currentColor"
21
- class="dark:fill-white"
22
- />
23
- <path
24
- fill-rule="evenodd"
25
- clip-rule="evenodd"
26
- d="M13 2.75C13 2.33579 13.3358 2 13.75 2H21.2513C21.6656 2 22.0013 2.33579 22.0013 2.75V10.2502C22.0013 10.6644 21.6656 11.0002 21.2513 11.0002H13.75C13.3358 11.0002 13 10.6644 13 10.2502V2.75ZM14.5 3.5V9.50018H20.5013V3.5H14.5Z"
27
- fill="currentColor"
28
- class="dark:fill-white"
29
- />
30
- <path
31
- fill-rule="evenodd"
32
- clip-rule="evenodd"
33
- d="M2 2.75C2 2.33579 2.33579 2 2.75 2H10.25C10.6642 2 11 2.33579 11 2.75V10.2502C11 10.6644 10.6642 11.0002 10.25 11.0002H2.75C2.33579 11.0002 2 10.6644 2 10.2502L2 2.75ZM3.5 3.5V9.50018H9.5V3.5H3.5Z"
34
- fill="currentColor"
35
- class="dark:fill-white"
36
- />
37
- </svg>
38
- </template>
39
-
40
- <script setup lang="ts">
41
- </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="M13 13.7502C13 13.336 13.3358 13.0002 13.75 13.0002H21.2513C21.6656 13.0002 22.0013 13.336 22.0013 13.7502V21.2502C22.0013 21.6644 21.6656 22.0002 21.2513 22.0002H13.75C13.3358 22.0002 13 21.6644 13 21.2502V13.7502ZM14.5 14.5002V20.5002H20.5013V14.5002H14.5Z"
13
+ fill="currentColor"
14
+ class="dark:fill-white"
15
+ />
16
+ <path
17
+ fill-rule="evenodd"
18
+ clip-rule="evenodd"
19
+ d="M2 13.7502C2 13.336 2.33579 13.0002 2.75 13.0002H10.25C10.6642 13.0002 11 13.336 11 13.7502V21.2502C11 21.6644 10.6642 22.0002 10.25 22.0002H2.75C2.33579 22.0002 2 21.6644 2 21.2502V13.7502ZM3.5 14.5002V20.5002H9.5V14.5002H3.5Z"
20
+ fill="currentColor"
21
+ class="dark:fill-white"
22
+ />
23
+ <path
24
+ fill-rule="evenodd"
25
+ clip-rule="evenodd"
26
+ d="M13 2.75C13 2.33579 13.3358 2 13.75 2H21.2513C21.6656 2 22.0013 2.33579 22.0013 2.75V10.2502C22.0013 10.6644 21.6656 11.0002 21.2513 11.0002H13.75C13.3358 11.0002 13 10.6644 13 10.2502V2.75ZM14.5 3.5V9.50018H20.5013V3.5H14.5Z"
27
+ fill="currentColor"
28
+ class="dark:fill-white"
29
+ />
30
+ <path
31
+ fill-rule="evenodd"
32
+ clip-rule="evenodd"
33
+ d="M2 2.75C2 2.33579 2.33579 2 2.75 2H10.25C10.6642 2 11 2.33579 11 2.75V10.2502C11 10.6644 10.6642 11.0002 10.25 11.0002H2.75C2.33579 11.0002 2 10.6644 2 10.2502L2 2.75ZM3.5 3.5V9.50018H9.5V3.5H3.5Z"
34
+ fill="currentColor"
35
+ class="dark:fill-white"
36
+ />
37
+ </svg>
38
+ </template>
39
+
40
+ <script setup lang="ts">
41
+ </script>
@@ -1,24 +1,24 @@
1
- <script setup lang="ts">
2
- </script>
3
-
4
- <template>
5
- <svg
6
- width="17"
7
- height="16"
8
- viewBox="0 0 17 16"
9
- fill="none"
10
- xmlns="http://www.w3.org/2000/svg"
11
- class="fill-deepblue-900 dark:fill-gray-200"
12
- >
13
- <path
14
- fill="currentColor"
15
- fill-rule="evenodd"
16
- clip-rule="evenodd"
17
- d="M8.85849 2.05002C7.99161 2.04776 7.13645 2.2503 6.36267 2.64114L6.36068 2.64214C5.4322 3.10618 4.65126 3.81955 4.10531 4.70235C3.55937 5.58515 3.26999 6.60252 3.26959 7.6405V7.64166C3.26733 8.50855 3.46986 9.3637 3.8607 10.1375C3.92381 10.2624 3.93441 10.4074 3.89015 10.5402L2.85524 13.6449L5.95995 12.61C6.09275 12.5657 6.23773 12.5763 6.36267 12.6395C6.45939 12.6883 6.55739 12.7342 6.65652 12.7772C7.35043 13.0777 8.09997 13.2325 8.85849 13.2306L8.85986 13.7532L8.85966 13.2306C9.89763 13.2302 10.915 12.9408 11.7978 12.3948C12.6806 11.8489 13.394 11.068 13.858 10.1395L13.859 10.1375C14.2499 9.3637 14.4524 8.50854 14.4501 7.64166L14.4501 7.6403V7.29537C14.3713 5.93008 13.7935 4.64114 12.8263 3.6739C11.859 2.70665 10.5701 2.12881 9.20478 2.05002H8.85986L8.85849 2.05002ZM8.86123 14.2806C10.0938 14.2799 11.3018 13.9362 12.3501 13.2879C13.3984 12.6396 14.2455 11.7123 14.7967 10.6099C15.2617 9.68909 15.5027 8.67125 15.5001 7.63971V7.28057C15.5001 7.26936 15.4998 7.25823 15.4991 7.24719C15.4082 5.62023 14.721 4.08374 13.5687 2.93143C12.4154 1.77808 10.8771 1.09067 9.2485 1.00082C9.23887 1.00029 9.22923 1.00002 9.21958 1.00002H8.86053C7.82888 0.997441 6.81119 1.23844 5.89027 1.7034C4.78784 2.25461 3.86057 3.10178 3.21228 4.15008C2.56379 5.1987 2.22006 6.40716 2.21958 7.64009L2.21959 7.64094C2.21738 8.59827 2.42493 9.54355 2.82655 10.4106L1.52876 14.304C1.49322 14.4069 1.48928 14.5215 1.52446 14.633C1.52694 14.6408 1.52961 14.6486 1.53247 14.6564C1.62994 14.9216 1.92126 15.063 2.19116 14.9731L6.08955 13.6736C6.95722 14.0755 7.90321 14.2831 8.86123 14.2806Z"
18
- />
19
- </svg>
20
- </template>
21
-
22
- <style scoped>
23
-
24
- </style>
1
+ <script setup lang="ts">
2
+ </script>
3
+
4
+ <template>
5
+ <svg
6
+ width="17"
7
+ height="16"
8
+ viewBox="0 0 17 16"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ class="fill-deepblue-900 dark:fill-gray-200"
12
+ >
13
+ <path
14
+ fill="currentColor"
15
+ fill-rule="evenodd"
16
+ clip-rule="evenodd"
17
+ d="M8.85849 2.05002C7.99161 2.04776 7.13645 2.2503 6.36267 2.64114L6.36068 2.64214C5.4322 3.10618 4.65126 3.81955 4.10531 4.70235C3.55937 5.58515 3.26999 6.60252 3.26959 7.6405V7.64166C3.26733 8.50855 3.46986 9.3637 3.8607 10.1375C3.92381 10.2624 3.93441 10.4074 3.89015 10.5402L2.85524 13.6449L5.95995 12.61C6.09275 12.5657 6.23773 12.5763 6.36267 12.6395C6.45939 12.6883 6.55739 12.7342 6.65652 12.7772C7.35043 13.0777 8.09997 13.2325 8.85849 13.2306L8.85986 13.7532L8.85966 13.2306C9.89763 13.2302 10.915 12.9408 11.7978 12.3948C12.6806 11.8489 13.394 11.068 13.858 10.1395L13.859 10.1375C14.2499 9.3637 14.4524 8.50854 14.4501 7.64166L14.4501 7.6403V7.29537C14.3713 5.93008 13.7935 4.64114 12.8263 3.6739C11.859 2.70665 10.5701 2.12881 9.20478 2.05002H8.85986L8.85849 2.05002ZM8.86123 14.2806C10.0938 14.2799 11.3018 13.9362 12.3501 13.2879C13.3984 12.6396 14.2455 11.7123 14.7967 10.6099C15.2617 9.68909 15.5027 8.67125 15.5001 7.63971V7.28057C15.5001 7.26936 15.4998 7.25823 15.4991 7.24719C15.4082 5.62023 14.721 4.08374 13.5687 2.93143C12.4154 1.77808 10.8771 1.09067 9.2485 1.00082C9.23887 1.00029 9.22923 1.00002 9.21958 1.00002H8.86053C7.82888 0.997441 6.81119 1.23844 5.89027 1.7034C4.78784 2.25461 3.86057 3.10178 3.21228 4.15008C2.56379 5.1987 2.22006 6.40716 2.21958 7.64009L2.21959 7.64094C2.21738 8.59827 2.42493 9.54355 2.82655 10.4106L1.52876 14.304C1.49322 14.4069 1.48928 14.5215 1.52446 14.633C1.52694 14.6408 1.52961 14.6486 1.53247 14.6564C1.62994 14.9216 1.92126 15.063 2.19116 14.9731L6.08955 13.6736C6.95722 14.0755 7.90321 14.2831 8.86123 14.2806Z"
18
+ />
19
+ </svg>
20
+ </template>
21
+
22
+ <style scoped>
23
+
24
+ </style>
@@ -5,166 +5,166 @@ const isDark = computed(() => colorMode.value === "dark");
5
5
  </script>
6
6
 
7
7
  <template>
8
- <svg
9
- v-if="!isDark"
10
- width="120"
11
- height="120"
12
- viewBox="0 0 120 120"
13
- fill="none"
14
- xmlns="http://www.w3.org/2000/svg"
15
- >
16
- <circle
17
- cx="50"
18
- cy="50"
19
- r="50"
20
- transform="matrix(-1 0 0 1 110 10)"
21
- fill="#BDC7CE"
22
- fill-opacity="0.15"
23
- />
24
- <g clip-path="url(#clip0_12333_18200)">
25
- <path
26
- d="M56.7411 109.514L92.5039 101.607V20.426L56.7411 10.4863V109.514Z"
27
- fill="white"
28
- stroke="#9DA3AC"
29
- stroke-linecap="round"
30
- stroke-linejoin="round"
31
- />
32
- <path
33
- opacity="0.2"
34
- d="M86.267 96.0144V18.6948L92.5039 20.426V101.607L56.7411 109.514V102.54L86.267 96.0144Z"
35
- fill="#BDC7CE"
36
- />
37
- <path
38
- d="M64.1992 60.5737H74.1306"
39
- stroke="#9DA3AC"
40
- stroke-linecap="round"
41
- stroke-linejoin="round"
42
- />
43
- <path
44
- d="M50.4941 19.3174H35.1204V102.044H50.4941"
45
- fill="white"
46
- />
47
- <path
48
- d="M50.4941 19.3174H35.1204V102.044H50.4941"
49
- stroke="#9DA3AC"
50
- stroke-linecap="round"
51
- stroke-linejoin="round"
52
- />
53
- <ellipse
54
- cx="1.98627"
55
- cy="1.94514"
56
- rx="1.98627"
57
- ry="1.94514"
58
- transform="matrix(-1 0 0 1 66.1855 58.6289)"
59
- fill="#9DA3AC"
60
- />
61
- </g>
62
- <path
63
- d="M35.121 69.8328C40.7102 69.8328 45.2411 65.3957 45.2411 59.9222C45.2411 54.4488 40.7102 50.0117 35.121 50.0117C29.5319 50.0117 25.001 54.4488 25.001 59.9222C25.001 65.3957 29.5319 69.8328 35.121 69.8328Z"
64
- fill="#BDC7CE"
65
- />
66
- <path
67
- d="M29.8877 59.7085H40.3553"
68
- stroke="white"
69
- stroke-linecap="round"
70
- stroke-linejoin="round"
71
- />
72
- <path
73
- d="M35.9951 55.3706L40.355 59.7083L35.9951 64.4739"
74
- stroke="white"
75
- stroke-linecap="round"
76
- stroke-linejoin="round"
77
- />
78
- <defs>
79
- <clipPath id="clip0_12333_18200">
80
- <rect
81
- width="68"
82
- height="100"
83
- fill="white"
84
- transform="matrix(-1 0 0 1 93 10)"
85
- />
86
- </clipPath>
87
- </defs>
88
- </svg>
89
- <svg
90
- v-else
91
- width="120"
92
- height="120"
93
- viewBox="0 0 120 120"
94
- fill="none"
95
- xmlns="http://www.w3.org/2000/svg"
96
- >
97
- <circle
98
- cx="50"
99
- cy="50"
100
- r="50"
101
- transform="matrix(-1 0 0 1 110 10)"
102
- fill="#BDC7CE"
103
- fill-opacity="0.15"
104
- />
105
- <g clip-path="url(#clip0_12333_9271)">
106
- <path
107
- d="M56.7411 109.514L92.5039 101.607V20.426L56.7411 10.4863V109.514Z"
108
- fill="#26282B"
109
- stroke="#9DA3AC"
110
- stroke-linecap="round"
111
- stroke-linejoin="round"
112
- />
113
- <path
114
- opacity="0.2"
115
- d="M86.267 96.0144V18.6948L92.5039 20.426V101.607L56.7411 109.514V102.54L86.267 96.0144Z"
116
- fill="#BDC7CE"
117
- />
118
- <path
119
- d="M64.1992 60.5737H74.1306"
120
- stroke="#9DA3AC"
121
- stroke-linecap="round"
122
- stroke-linejoin="round"
123
- />
124
- <path
125
- d="M50.4941 19.3174H35.1204V102.044H50.4941"
126
- fill="#26282B"
127
- />
128
- <path
129
- d="M50.4941 19.3174H35.1204V102.044H50.4941"
130
- stroke="#9DA3AC"
131
- stroke-linecap="round"
132
- stroke-linejoin="round"
133
- />
134
- <ellipse
135
- cx="1.98627"
136
- cy="1.94514"
137
- rx="1.98627"
138
- ry="1.94514"
139
- transform="matrix(-1 0 0 1 66.1855 58.6289)"
140
- fill="#9DA3AC"
141
- />
142
- </g>
143
- <path
144
- d="M35.1205 69.8328C40.7097 69.8328 45.2406 65.3957 45.2406 59.9222C45.2406 54.4488 40.7097 50.0117 35.1205 50.0117C29.5314 50.0117 25.0005 54.4488 25.0005 59.9222C25.0005 65.3957 29.5314 69.8328 35.1205 69.8328Z"
145
- fill="#BDC7CE"
146
- />
147
- <path
148
- d="M29.8872 59.7085H40.3549"
149
- stroke="#26282B"
150
- stroke-linecap="round"
151
- stroke-linejoin="round"
152
- />
153
- <path
154
- d="M35.9946 55.3706L40.3545 59.7083L35.9946 64.4739"
155
- stroke="#26282B"
156
- stroke-linecap="round"
157
- stroke-linejoin="round"
158
- />
159
- <defs>
160
- <clipPath id="clip0_12333_9271">
161
- <rect
162
- width="68"
163
- height="100"
164
- fill="white"
165
- transform="matrix(-1 0 0 1 93 10)"
166
- />
167
- </clipPath>
168
- </defs>
169
- </svg>
8
+ <svg
9
+ v-if="!isDark"
10
+ width="120"
11
+ height="120"
12
+ viewBox="0 0 120 120"
13
+ fill="none"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ >
16
+ <circle
17
+ cx="50"
18
+ cy="50"
19
+ r="50"
20
+ transform="matrix(-1 0 0 1 110 10)"
21
+ fill="#BDC7CE"
22
+ fill-opacity="0.15"
23
+ />
24
+ <g clip-path="url(#clip0_12333_18200)">
25
+ <path
26
+ d="M56.7411 109.514L92.5039 101.607V20.426L56.7411 10.4863V109.514Z"
27
+ fill="white"
28
+ stroke="#9DA3AC"
29
+ stroke-linecap="round"
30
+ stroke-linejoin="round"
31
+ />
32
+ <path
33
+ opacity="0.2"
34
+ d="M86.267 96.0144V18.6948L92.5039 20.426V101.607L56.7411 109.514V102.54L86.267 96.0144Z"
35
+ fill="#BDC7CE"
36
+ />
37
+ <path
38
+ d="M64.1992 60.5737H74.1306"
39
+ stroke="#9DA3AC"
40
+ stroke-linecap="round"
41
+ stroke-linejoin="round"
42
+ />
43
+ <path
44
+ d="M50.4941 19.3174H35.1204V102.044H50.4941"
45
+ fill="white"
46
+ />
47
+ <path
48
+ d="M50.4941 19.3174H35.1204V102.044H50.4941"
49
+ stroke="#9DA3AC"
50
+ stroke-linecap="round"
51
+ stroke-linejoin="round"
52
+ />
53
+ <ellipse
54
+ cx="1.98627"
55
+ cy="1.94514"
56
+ rx="1.98627"
57
+ ry="1.94514"
58
+ transform="matrix(-1 0 0 1 66.1855 58.6289)"
59
+ fill="#9DA3AC"
60
+ />
61
+ </g>
62
+ <path
63
+ d="M35.121 69.8328C40.7102 69.8328 45.2411 65.3957 45.2411 59.9222C45.2411 54.4488 40.7102 50.0117 35.121 50.0117C29.5319 50.0117 25.001 54.4488 25.001 59.9222C25.001 65.3957 29.5319 69.8328 35.121 69.8328Z"
64
+ fill="#BDC7CE"
65
+ />
66
+ <path
67
+ d="M29.8877 59.7085H40.3553"
68
+ stroke="white"
69
+ stroke-linecap="round"
70
+ stroke-linejoin="round"
71
+ />
72
+ <path
73
+ d="M35.9951 55.3706L40.355 59.7083L35.9951 64.4739"
74
+ stroke="white"
75
+ stroke-linecap="round"
76
+ stroke-linejoin="round"
77
+ />
78
+ <defs>
79
+ <clipPath id="clip0_12333_18200">
80
+ <rect
81
+ width="68"
82
+ height="100"
83
+ fill="white"
84
+ transform="matrix(-1 0 0 1 93 10)"
85
+ />
86
+ </clipPath>
87
+ </defs>
88
+ </svg>
89
+ <svg
90
+ v-else
91
+ width="120"
92
+ height="120"
93
+ viewBox="0 0 120 120"
94
+ fill="none"
95
+ xmlns="http://www.w3.org/2000/svg"
96
+ >
97
+ <circle
98
+ cx="50"
99
+ cy="50"
100
+ r="50"
101
+ transform="matrix(-1 0 0 1 110 10)"
102
+ fill="#BDC7CE"
103
+ fill-opacity="0.15"
104
+ />
105
+ <g clip-path="url(#clip0_12333_9271)">
106
+ <path
107
+ d="M56.7411 109.514L92.5039 101.607V20.426L56.7411 10.4863V109.514Z"
108
+ fill="#26282B"
109
+ stroke="#9DA3AC"
110
+ stroke-linecap="round"
111
+ stroke-linejoin="round"
112
+ />
113
+ <path
114
+ opacity="0.2"
115
+ d="M86.267 96.0144V18.6948L92.5039 20.426V101.607L56.7411 109.514V102.54L86.267 96.0144Z"
116
+ fill="#BDC7CE"
117
+ />
118
+ <path
119
+ d="M64.1992 60.5737H74.1306"
120
+ stroke="#9DA3AC"
121
+ stroke-linecap="round"
122
+ stroke-linejoin="round"
123
+ />
124
+ <path
125
+ d="M50.4941 19.3174H35.1204V102.044H50.4941"
126
+ fill="#26282B"
127
+ />
128
+ <path
129
+ d="M50.4941 19.3174H35.1204V102.044H50.4941"
130
+ stroke="#9DA3AC"
131
+ stroke-linecap="round"
132
+ stroke-linejoin="round"
133
+ />
134
+ <ellipse
135
+ cx="1.98627"
136
+ cy="1.94514"
137
+ rx="1.98627"
138
+ ry="1.94514"
139
+ transform="matrix(-1 0 0 1 66.1855 58.6289)"
140
+ fill="#9DA3AC"
141
+ />
142
+ </g>
143
+ <path
144
+ d="M35.1205 69.8328C40.7097 69.8328 45.2406 65.3957 45.2406 59.9222C45.2406 54.4488 40.7097 50.0117 35.1205 50.0117C29.5314 50.0117 25.0005 54.4488 25.0005 59.9222C25.0005 65.3957 29.5314 69.8328 35.1205 69.8328Z"
145
+ fill="#BDC7CE"
146
+ />
147
+ <path
148
+ d="M29.8872 59.7085H40.3549"
149
+ stroke="#26282B"
150
+ stroke-linecap="round"
151
+ stroke-linejoin="round"
152
+ />
153
+ <path
154
+ d="M35.9946 55.3706L40.3545 59.7083L35.9946 64.4739"
155
+ stroke="#26282B"
156
+ stroke-linecap="round"
157
+ stroke-linejoin="round"
158
+ />
159
+ <defs>
160
+ <clipPath id="clip0_12333_9271">
161
+ <rect
162
+ width="68"
163
+ height="100"
164
+ fill="white"
165
+ transform="matrix(-1 0 0 1 93 10)"
166
+ />
167
+ </clipPath>
168
+ </defs>
169
+ </svg>
170
170
  </template>
@@ -1,10 +1,10 @@
1
- <template>
2
- <svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
3
- <path
4
- d="M5.99987 12.6668C5.99987 13.2268 6.08654 13.7735 6.24654 14.2802C3.6865 13.3935 1.75314 11.0401 1.55314 8.28677C1.35314 5.36006 3.03983 2.62668 5.76654 1.48C6.47321 1.18666 6.83322 1.4 6.98655 1.55333C7.13322 1.7 7.33989 2.05334 7.04656 2.72668C6.74655 3.42003 6.59988 4.15337 6.59988 4.91338C6.60655 6.2734 7.13989 7.53342 8.00657 8.5001C6.78655 9.47345 5.99987 10.9801 5.99987 12.6668Z"/>
5
- <path d="M14.1402 11.8136C12.8202 13.607 10.7268 14.6603 8.49343 14.6603C8.38676 14.6603 8.2801 14.6537 8.17343 14.647C7.50675 14.6203 6.86007 14.4937 6.24673 14.2803C6.08673 13.7737 6.00006 13.227 6.00006 12.667C6.00006 10.9803 6.78674 9.47359 8.00676 8.50024C8.98677 9.60026 10.3935 10.3136 11.9468 10.3803C12.3668 10.4003 12.7868 10.3669 13.2002 10.2936C13.9468 10.1603 14.2469 10.4403 14.3535 10.6203C14.4669 10.8003 14.5869 11.1936 14.1402 11.8136Z"
6
- opacity="0.4"/>
7
- </svg>
8
- </template>
9
- <script setup lang="ts">
10
- </script>
1
+ <template>
2
+ <svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M5.99987 12.6668C5.99987 13.2268 6.08654 13.7735 6.24654 14.2802C3.6865 13.3935 1.75314 11.0401 1.55314 8.28677C1.35314 5.36006 3.03983 2.62668 5.76654 1.48C6.47321 1.18666 6.83322 1.4 6.98655 1.55333C7.13322 1.7 7.33989 2.05334 7.04656 2.72668C6.74655 3.42003 6.59988 4.15337 6.59988 4.91338C6.60655 6.2734 7.13989 7.53342 8.00657 8.5001C6.78655 9.47345 5.99987 10.9801 5.99987 12.6668Z"/>
5
+ <path d="M14.1402 11.8136C12.8202 13.607 10.7268 14.6603 8.49343 14.6603C8.38676 14.6603 8.2801 14.6537 8.17343 14.647C7.50675 14.6203 6.86007 14.4937 6.24673 14.2803C6.08673 13.7737 6.00006 13.227 6.00006 12.667C6.00006 10.9803 6.78674 9.47359 8.00676 8.50024C8.98677 9.60026 10.3935 10.3136 11.9468 10.3803C12.3668 10.4003 12.7868 10.3669 13.2002 10.2936C13.9468 10.1603 14.2469 10.4403 14.3535 10.6203C14.4669 10.8003 14.5869 11.1936 14.1402 11.8136Z"
6
+ opacity="0.4"/>
7
+ </svg>
8
+ </template>
9
+ <script setup lang="ts">
10
+ </script>
@@ -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.7827 2.33301C2.66369 2.33301 2.54956 2.38028 2.46541 2.46443C2.38126 2.54858 2.33398 2.66272 2.33398 2.78172V13.2176C2.33398 13.3366 2.38126 13.4507 2.46541 13.5349C2.54956 13.619 2.66369 13.6663 2.7827 13.6663H13.2186C13.3376 13.6663 13.4517 13.619 13.5359 13.5349C13.62 13.4507 13.6673 13.3366 13.6673 13.2176V8.94838C13.6673 8.67223 13.8911 8.44838 14.1673 8.44838C14.4434 8.44838 14.6673 8.67223 14.6673 8.94838V13.2176C14.6673 13.6018 14.5147 13.9703 14.243 14.242C13.9713 14.5137 13.6028 14.6663 13.2186 14.6663H2.7827C2.39848 14.6663 2.02999 14.5137 1.7583 14.242C1.48662 13.9703 1.33398 13.6018 1.33398 13.2176V2.78172C1.33398 2.3975 1.48662 2.02901 1.7583 1.75733C2.02999 1.48564 2.39848 1.33301 2.7827 1.33301H7.05192C7.32806 1.33301 7.55192 1.55687 7.55192 1.83301C7.55192 2.10915 7.32806 2.33301 7.05192 2.33301H2.7827ZM10.3468 1.83301C10.3468 1.55687 10.5707 1.33301 10.8468 1.33301H14.1673C14.2998 1.33301 14.4202 1.38453 14.5097 1.46864C14.5174 1.47585 14.5248 1.48331 14.532 1.49099C14.5733 1.53491 14.6051 1.58445 14.6275 1.63706C14.6531 1.69723 14.6673 1.76346 14.6673 1.83301V5.15351C14.6673 5.42966 14.4434 5.65351 14.1673 5.65351C13.8912 5.65351 13.6673 5.42966 13.6673 5.15351V3.04011L8.3542 8.35321C8.15894 8.54848 7.84236 8.54848 7.6471 8.35321C7.45184 8.15795 7.45184 7.84137 7.6471 7.64611L12.9602 2.33301H10.8468C10.5707 2.33301 10.3468 2.10915 10.3468 1.83301Z"
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.7827 2.33301C2.66369 2.33301 2.54956 2.38028 2.46541 2.46443C2.38126 2.54858 2.33398 2.66272 2.33398 2.78172V13.2176C2.33398 13.3366 2.38126 13.4507 2.46541 13.5349C2.54956 13.619 2.66369 13.6663 2.7827 13.6663H13.2186C13.3376 13.6663 13.4517 13.619 13.5359 13.5349C13.62 13.4507 13.6673 13.3366 13.6673 13.2176V8.94838C13.6673 8.67223 13.8911 8.44838 14.1673 8.44838C14.4434 8.44838 14.6673 8.67223 14.6673 8.94838V13.2176C14.6673 13.6018 14.5147 13.9703 14.243 14.242C13.9713 14.5137 13.6028 14.6663 13.2186 14.6663H2.7827C2.39848 14.6663 2.02999 14.5137 1.7583 14.242C1.48662 13.9703 1.33398 13.6018 1.33398 13.2176V2.78172C1.33398 2.3975 1.48662 2.02901 1.7583 1.75733C2.02999 1.48564 2.39848 1.33301 2.7827 1.33301H7.05192C7.32806 1.33301 7.55192 1.55687 7.55192 1.83301C7.55192 2.10915 7.32806 2.33301 7.05192 2.33301H2.7827ZM10.3468 1.83301C10.3468 1.55687 10.5707 1.33301 10.8468 1.33301H14.1673C14.2998 1.33301 14.4202 1.38453 14.5097 1.46864C14.5174 1.47585 14.5248 1.48331 14.532 1.49099C14.5733 1.53491 14.6051 1.58445 14.6275 1.63706C14.6531 1.69723 14.6673 1.76346 14.6673 1.83301V5.15351C14.6673 5.42966 14.4434 5.65351 14.1673 5.65351C13.8912 5.65351 13.6673 5.42966 13.6673 5.15351V3.04011L8.3542 8.35321C8.15894 8.54848 7.84236 8.54848 7.6471 8.35321C7.45184 8.15795 7.45184 7.84137 7.6471 7.64611L12.9602 2.33301H10.8468C10.5707 2.33301 10.3468 2.10915 10.3468 1.83301Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>