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,27 +1,27 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg
7
- width="16"
8
- height="16"
9
- viewBox="0 0 16 16"
10
- fill="none"
11
- xmlns="http://www.w3.org/2000/svg"
12
- >
13
- <path
14
- opacity="0.4"
15
- 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"
16
- fill="#FBC920"
17
- />
18
- <path
19
- 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"
20
- fill="#FBC920"
21
- />
22
- </svg>
23
- </template>
24
-
25
- <style scoped>
26
-
27
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg
7
+ width="16"
8
+ height="16"
9
+ viewBox="0 0 16 16"
10
+ fill="none"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ >
13
+ <path
14
+ opacity="0.4"
15
+ 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"
16
+ fill="#FBC920"
17
+ />
18
+ <path
19
+ 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"
20
+ fill="#FBC920"
21
+ />
22
+ </svg>
23
+ </template>
24
+
25
+ <style scoped>
26
+
27
+ </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="M13.9472 3.75645C13.9218 3.52873 13.7258 3.34491 13.4788 3.34491H2.52121C2.27415 3.34491 2.07818 3.52873 2.05284 3.75645L7.62834 8.07766C7.71751 8.12894 7.84903 8.16645 8 8.16645C8.15098 8.16645 8.2825 8.12894 8.37167 8.07764L13.9472 3.75645ZM14.9999 3.80657C15 3.81272 15 3.80043 14.9999 3.80657V12.1931C14.9999 13.0327 14.3141 13.7048 13.4788 13.7048H2.52121C1.68586 13.7048 1.00007 13.0327 1.00007 12.1931V3.80657C0.999964 3.80046 0.999964 3.8127 1.00007 3.80657C1.00007 2.96699 1.68586 2.29492 2.52121 2.29492H13.4788C14.3141 2.29492 14.9999 2.96699 14.9999 3.80657ZM2.05006 4.97695V12.1931C2.05006 12.4434 2.25625 12.6548 2.52121 12.6548H13.4788C13.7437 12.6548 13.9499 12.4434 13.9499 12.1931V4.97696L8.9062 8.9814L8.90143 8.9842C8.63265 9.1405 8.31382 9.21644 8 9.21644C7.68617 9.21644 7.36735 9.1405 7.09856 8.9842L7.09379 8.9814L2.05006 4.97695Z"
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="M13.9472 3.75645C13.9218 3.52873 13.7258 3.34491 13.4788 3.34491H2.52121C2.27415 3.34491 2.07818 3.52873 2.05284 3.75645L7.62834 8.07766C7.71751 8.12894 7.84903 8.16645 8 8.16645C8.15098 8.16645 8.2825 8.12894 8.37167 8.07764L13.9472 3.75645ZM14.9999 3.80657C15 3.81272 15 3.80043 14.9999 3.80657V12.1931C14.9999 13.0327 14.3141 13.7048 13.4788 13.7048H2.52121C1.68586 13.7048 1.00007 13.0327 1.00007 12.1931V3.80657C0.999964 3.80046 0.999964 3.8127 1.00007 3.80657C1.00007 2.96699 1.68586 2.29492 2.52121 2.29492H13.4788C14.3141 2.29492 14.9999 2.96699 14.9999 3.80657ZM2.05006 4.97695V12.1931C2.05006 12.4434 2.25625 12.6548 2.52121 12.6548H13.4788C13.7437 12.6548 13.9499 12.4434 13.9499 12.1931V4.97696L8.9062 8.9814L8.90143 8.9842C8.63265 9.1405 8.31382 9.21644 8 9.21644C7.68617 9.21644 7.36735 9.1405 7.09856 8.9842L7.09379 8.9814L2.05006 4.97695Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </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="M11.9618 2.2048L10.0775 4.09209C9.97918 4.19293 9.924 4.32845 9.924 4.46976C9.924 4.61065 9.97886 4.7458 10.0766 4.84655C10.2238 4.99285 10.3408 5.16675 10.4208 5.3583C10.5016 5.55148 10.5431 5.75878 10.5431 5.96814C10.5431 6.17751 10.5016 6.38481 10.4208 6.57799C10.3404 6.77054 10.2226 6.94525 10.0743 7.09203L7.08912 10.0818C6.79048 10.3742 6.38924 10.538 5.97126 10.538C5.55329 10.538 5.15207 10.3742 4.85343 10.0818L4.85245 10.0808C4.75166 9.9816 4.61616 9.92615 4.47518 9.92615C4.33442 9.92615 4.19914 9.98142 4.0984 10.0803L4.0979 10.0808L2.20409 11.9577C2.10536 12.0602 2.05 12.1972 2.05 12.34C2.05 12.4824 2.10502 12.6191 2.20318 12.7214L2.6523 13.1613C3.07934 13.5947 3.64218 13.8676 4.24624 13.9341C4.84858 14.0005 5.45541 13.8577 5.96531 13.5297C8.94408 11.5157 11.5117 8.95081 13.5304 5.97262C13.8579 5.46183 14.0005 4.85381 13.9342 4.25016C13.8676 3.64458 13.595 3.08054 13.1622 2.65284L13.1555 2.64623L12.723 2.20308C12.6208 2.10482 12.4848 2.05 12.3433 2.05C12.201 2.05 12.0642 2.10545 11.9618 2.2048ZM11.2255 1.45628C11.5241 1.16386 11.9253 1 12.3433 1C12.7613 1 13.1625 1.16386 13.4611 1.45628L13.4695 1.46465L13.9037 1.90943C14.5061 2.50627 14.8853 3.2922 14.9779 4.13553C15.0707 4.98047 14.8702 5.83172 14.41 6.54615L14.4033 6.55632C12.308 9.64899 9.64196 12.3123 6.54854 14.4028L6.53949 14.4088C5.82593 14.8699 4.97551 15.0708 4.13126 14.9778C3.28864 14.885 2.50365 14.505 1.90772 13.9017L1.4636 13.4668L1.45524 13.4584C1.16332 13.1594 1 12.7579 1 12.34C1 11.9221 1.16332 11.5207 1.45524 11.2216L1.46132 11.2154L3.36006 9.33375L3.36134 9.33249C3.65838 9.04012 4.05836 8.87615 4.47518 8.87615C4.89172 8.87615 5.29145 9.0399 5.58843 9.33191C5.69095 9.4321 5.82835 9.48804 5.97126 9.48804C6.11354 9.48804 6.25034 9.4326 6.35271 9.33326L9.33251 6.34888L9.33524 6.34617C9.38519 6.29687 9.42491 6.23806 9.45203 6.17315C9.47915 6.10825 9.49313 6.03856 9.49313 5.96814C9.49313 5.89773 9.47915 5.82804 9.45203 5.76313C9.42491 5.69823 9.38519 5.63942 9.33524 5.59012L9.32925 5.58421C9.03736 5.28675 8.874 4.88649 8.874 4.46976C8.874 4.05303 9.03741 3.65281 9.3293 3.35535L9.3325 3.35209L11.2255 1.45628Z"
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="M11.9618 2.2048L10.0775 4.09209C9.97918 4.19293 9.924 4.32845 9.924 4.46976C9.924 4.61065 9.97886 4.7458 10.0766 4.84655C10.2238 4.99285 10.3408 5.16675 10.4208 5.3583C10.5016 5.55148 10.5431 5.75878 10.5431 5.96814C10.5431 6.17751 10.5016 6.38481 10.4208 6.57799C10.3404 6.77054 10.2226 6.94525 10.0743 7.09203L7.08912 10.0818C6.79048 10.3742 6.38924 10.538 5.97126 10.538C5.55329 10.538 5.15207 10.3742 4.85343 10.0818L4.85245 10.0808C4.75166 9.9816 4.61616 9.92615 4.47518 9.92615C4.33442 9.92615 4.19914 9.98142 4.0984 10.0803L4.0979 10.0808L2.20409 11.9577C2.10536 12.0602 2.05 12.1972 2.05 12.34C2.05 12.4824 2.10502 12.6191 2.20318 12.7214L2.6523 13.1613C3.07934 13.5947 3.64218 13.8676 4.24624 13.9341C4.84858 14.0005 5.45541 13.8577 5.96531 13.5297C8.94408 11.5157 11.5117 8.95081 13.5304 5.97262C13.8579 5.46183 14.0005 4.85381 13.9342 4.25016C13.8676 3.64458 13.595 3.08054 13.1622 2.65284L13.1555 2.64623L12.723 2.20308C12.6208 2.10482 12.4848 2.05 12.3433 2.05C12.201 2.05 12.0642 2.10545 11.9618 2.2048ZM11.2255 1.45628C11.5241 1.16386 11.9253 1 12.3433 1C12.7613 1 13.1625 1.16386 13.4611 1.45628L13.4695 1.46465L13.9037 1.90943C14.5061 2.50627 14.8853 3.2922 14.9779 4.13553C15.0707 4.98047 14.8702 5.83172 14.41 6.54615L14.4033 6.55632C12.308 9.64899 9.64196 12.3123 6.54854 14.4028L6.53949 14.4088C5.82593 14.8699 4.97551 15.0708 4.13126 14.9778C3.28864 14.885 2.50365 14.505 1.90772 13.9017L1.4636 13.4668L1.45524 13.4584C1.16332 13.1594 1 12.7579 1 12.34C1 11.9221 1.16332 11.5207 1.45524 11.2216L1.46132 11.2154L3.36006 9.33375L3.36134 9.33249C3.65838 9.04012 4.05836 8.87615 4.47518 8.87615C4.89172 8.87615 5.29145 9.0399 5.58843 9.33191C5.69095 9.4321 5.82835 9.48804 5.97126 9.48804C6.11354 9.48804 6.25034 9.4326 6.35271 9.33326L9.33251 6.34888L9.33524 6.34617C9.38519 6.29687 9.42491 6.23806 9.45203 6.17315C9.47915 6.10825 9.49313 6.03856 9.49313 5.96814C9.49313 5.89773 9.47915 5.82804 9.45203 5.76313C9.42491 5.69823 9.38519 5.63942 9.33524 5.59012L9.32925 5.58421C9.03736 5.28675 8.874 4.88649 8.874 4.46976C8.874 4.05303 9.03741 3.65281 9.3293 3.35535L9.3325 3.35209L11.2255 1.45628Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -1,19 +1,19 @@
1
- <template>
2
- <svg
3
- width="97"
4
- height="102"
5
- viewBox="0 0 97 102"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M52.6078 7.0874C50.5543 7.0874 48.8896 8.75333 48.8896 10.8083V25.444H12.9467C10.8932 25.444 9.22852 27.1099 9.22852 29.1649V102.592V102.592C9.22852 104.647 10.8932 106.313 12.9467 106.313H102.184C103.981 106.313 105.48 105.037 105.827 103.342C105.876 103.099 105.902 102.849 105.902 102.592C105.902 102.592 105.902 102.592 105.902 102.592C105.902 102.592 105.902 102.592 105.902 102.592V10.8083C105.902 8.75333 104.238 7.0874 102.184 7.0874H52.6078ZM98.4659 98.8709V14.5293H56.326V29.1649V98.8709H98.4659ZM48.8896 98.8709V32.8859H16.665V98.8709H48.8896ZM71.1989 24.5757H63.7625V33.754H71.1989V24.5757ZM29.059 70.4672V61.2888H36.4955V70.4672H29.059ZM29.059 79.646V88.8243H36.4955V79.646H29.059ZM29.059 52.1106V42.9323H36.4955V52.1106H29.059ZM63.7625 52.1106V42.9323H71.1989V52.1106H63.7625ZM63.7625 61.2888V70.4672H71.1989V61.2888H63.7625ZM63.7625 88.8243V79.646H71.1989V88.8243H63.7625ZM91.0295 24.5757H83.593V33.754H91.0295V24.5757ZM83.593 70.4672V61.2888H91.0295V70.4672H83.593ZM83.593 42.9323V52.1106H91.0295V42.9323H83.593ZM83.593 88.8243V79.646H91.0295V88.8243H83.593Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
17
-
18
- <script setup lang="ts">
19
- </script>
1
+ <template>
2
+ <svg
3
+ width="97"
4
+ height="102"
5
+ viewBox="0 0 97 102"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M52.6078 7.0874C50.5543 7.0874 48.8896 8.75333 48.8896 10.8083V25.444H12.9467C10.8932 25.444 9.22852 27.1099 9.22852 29.1649V102.592V102.592C9.22852 104.647 10.8932 106.313 12.9467 106.313H102.184C103.981 106.313 105.48 105.037 105.827 103.342C105.876 103.099 105.902 102.849 105.902 102.592C105.902 102.592 105.902 102.592 105.902 102.592C105.902 102.592 105.902 102.592 105.902 102.592V10.8083C105.902 8.75333 104.238 7.0874 102.184 7.0874H52.6078ZM98.4659 98.8709V14.5293H56.326V29.1649V98.8709H98.4659ZM48.8896 98.8709V32.8859H16.665V98.8709H48.8896ZM71.1989 24.5757H63.7625V33.754H71.1989V24.5757ZM29.059 70.4672V61.2888H36.4955V70.4672H29.059ZM29.059 79.646V88.8243H36.4955V79.646H29.059ZM29.059 52.1106V42.9323H36.4955V52.1106H29.059ZM63.7625 52.1106V42.9323H71.1989V52.1106H63.7625ZM63.7625 61.2888V70.4672H71.1989V61.2888H63.7625ZM63.7625 88.8243V79.646H71.1989V88.8243H63.7625ZM91.0295 24.5757H83.593V33.754H91.0295V24.5757ZM83.593 70.4672V61.2888H91.0295V70.4672H83.593ZM83.593 42.9323V52.1106H91.0295V42.9323H83.593ZM83.593 88.8243V79.646H91.0295V88.8243H83.593Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </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="M8.52496 1.525C8.52496 1.23505 8.28991 1 7.99996 1C7.71001 1 7.47496 1.23505 7.47496 1.525V3.35454H6.52834C5.8427 3.35454 5.18513 3.62691 4.70031 4.11174C4.21549 4.59656 3.94312 5.25412 3.94312 5.93977C3.94312 6.62541 4.21549 7.28297 4.70031 7.7678C5.18513 8.25262 5.8427 8.52499 6.52834 8.52499H7.47496V11.5954H4.46811C4.17817 11.5954 3.94312 11.8305 3.94312 12.1204C3.94312 12.4104 4.17817 12.6454 4.46811 12.6454H7.47496V14.475C7.47496 14.7649 7.71001 15 7.99996 15C8.28991 15 8.52496 14.7649 8.52496 14.475V12.6454H9.47152C10.1572 12.6454 10.8147 12.3731 11.2995 11.8882C11.7844 11.4034 12.0567 10.7459 12.0567 10.0602C12.0567 9.37457 11.7844 8.71701 11.2995 8.23219C10.8147 7.74736 10.1572 7.47499 9.47152 7.47499H8.52496V4.40454H10.9431C11.2331 4.40454 11.4681 4.16949 11.4681 3.87954C11.4681 3.58959 11.2331 3.35454 10.9431 3.35454H8.52496V1.525ZM7.47496 4.40454H6.52834C6.12117 4.40454 5.73068 4.56629 5.44277 4.8542C5.15486 5.14211 4.99311 5.5326 4.99311 5.93977C4.99311 6.34693 5.15486 6.73742 5.44277 7.02534C5.73068 7.31325 6.12117 7.47499 6.52834 7.47499H7.47496V4.40454ZM8.52496 8.52499V11.5954H9.47152C9.87869 11.5954 10.2692 11.4337 10.5571 11.1458C10.845 10.8579 11.0067 10.4674 11.0067 10.0602C11.0067 9.65305 10.845 9.26256 10.5571 8.97465C10.2692 8.68674 9.87869 8.52499 9.47152 8.52499H8.52496Z"
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="M8.52496 1.525C8.52496 1.23505 8.28991 1 7.99996 1C7.71001 1 7.47496 1.23505 7.47496 1.525V3.35454H6.52834C5.8427 3.35454 5.18513 3.62691 4.70031 4.11174C4.21549 4.59656 3.94312 5.25412 3.94312 5.93977C3.94312 6.62541 4.21549 7.28297 4.70031 7.7678C5.18513 8.25262 5.8427 8.52499 6.52834 8.52499H7.47496V11.5954H4.46811C4.17817 11.5954 3.94312 11.8305 3.94312 12.1204C3.94312 12.4104 4.17817 12.6454 4.46811 12.6454H7.47496V14.475C7.47496 14.7649 7.71001 15 7.99996 15C8.28991 15 8.52496 14.7649 8.52496 14.475V12.6454H9.47152C10.1572 12.6454 10.8147 12.3731 11.2995 11.8882C11.7844 11.4034 12.0567 10.7459 12.0567 10.0602C12.0567 9.37457 11.7844 8.71701 11.2995 8.23219C10.8147 7.74736 10.1572 7.47499 9.47152 7.47499H8.52496V4.40454H10.9431C11.2331 4.40454 11.4681 4.16949 11.4681 3.87954C11.4681 3.58959 11.2331 3.35454 10.9431 3.35454H8.52496V1.525ZM7.47496 4.40454H6.52834C6.12117 4.40454 5.73068 4.56629 5.44277 4.8542C5.15486 5.14211 4.99311 5.5326 4.99311 5.93977C4.99311 6.34693 5.15486 6.73742 5.44277 7.02534C5.73068 7.31325 6.12117 7.47499 6.52834 7.47499H7.47496V4.40454ZM8.52496 8.52499V11.5954H9.47152C9.87869 11.5954 10.2692 11.4337 10.5571 11.1458C10.845 10.8579 11.0067 10.4674 11.0067 10.0602C11.0067 9.65305 10.845 9.26256 10.5571 8.97465C10.2692 8.68674 9.87869 8.52499 9.47152 8.52499H8.52496Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -1,22 +1,22 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg
7
- width="16"
8
- height="16"
9
- viewBox="0 0 16 16"
10
- fill="none"
11
- xmlns="http://www.w3.org/2000/svg"
12
- >
13
- <path
14
- d="M8 12L12.3301 4.5H3.66987L8 12Z"
15
- fill="currentColor"
16
- />
17
- </svg>
18
- </template>
19
-
20
- <style scoped>
21
-
22
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg
7
+ width="16"
8
+ height="16"
9
+ viewBox="0 0 16 16"
10
+ fill="none"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ >
13
+ <path
14
+ d="M8 12L12.3301 4.5H3.66987L8 12Z"
15
+ fill="currentColor"
16
+ />
17
+ </svg>
18
+ </template>
19
+
20
+ <style scoped>
21
+
22
+ </style>
@@ -1,69 +1,69 @@
1
- <template>
2
- <svg
3
- xmlns="http://www.w3.org/2000/svg"
4
- width="16"
5
- height="16"
6
- viewBox="0 0 16 16"
7
- fill="none"
8
- >
9
- <path
10
- d="M20.8334 -0.166626H-4.83325V16.1667H20.8334V-0.166626Z"
11
- fill="#333399"
12
- />
13
- <path
14
- d="M1.55726 7.80909H2.2401L2.45113 7.17228L2.66216 7.80909H3.34483L2.79247 8.20262L3.0035 8.83944L2.45113 8.44591L1.89876 8.83944L2.10963 8.20262L1.55726 7.80909ZM3.72867 11.5529L3.17631 11.1594L2.62394 11.5529L2.83481 10.9163L2.28244 10.5228H2.96528L3.17631 9.88594L3.38717 10.5228H4.07001L3.51764 10.9163L3.72867 11.5529ZM3.5239 5.47394L3.73477 6.11075L3.1824 5.71723L2.63004 6.11075L2.84107 5.47394L2.2887 5.08041H2.97154L3.1824 4.44375L3.39343 5.08041H4.07627L3.5239 5.47394ZM5.76286 13.5417L5.21049 13.1482L4.65812 13.5417L4.86899 12.9049L4.31662 12.5114H4.99946L5.21049 11.8746L5.42152 12.5114H6.10419L5.55183 12.9049L5.76286 13.5417ZM5.55759 3.50856L5.76846 4.14538L5.21609 3.75185L4.66373 4.14538L4.87476 3.50856L4.32239 3.11503H5.00523L5.21609 2.47838L5.42712 3.11503H6.10996L5.55759 3.50856ZM8.5466 14.2752L7.99407 13.8816L7.4417 14.2752L7.65273 13.6383L7.10037 13.2448H7.7832L7.99407 12.608L8.20511 13.2448H8.88794L8.33557 13.6383L8.5466 14.2752ZM8.33557 2.75527L8.5466 3.39208L7.99407 2.99856L7.4417 3.39208L7.65273 2.75527L7.10037 2.36174H7.7832L7.99407 1.72492L8.20511 2.36174H8.88794L8.33557 2.75527ZM10.5612 3.11503L10.7722 2.47838L10.9831 3.11503H11.6659L11.1135 3.50856L11.3246 4.14538L10.7722 3.75185L10.2199 4.14538L10.4307 3.50856L9.87851 3.11503H10.5612ZM11.3302 13.5417L10.778 13.1482L10.2254 13.5417L10.4365 12.9049L9.88411 12.5114H10.5669L10.778 11.8746L10.9888 12.5114H11.6717L11.1193 12.9049L11.3302 13.5417ZM12.5949 5.08041L12.8059 4.44375L13.0169 5.08041H13.6996L13.1473 5.47394L13.3583 6.11075L12.8059 5.71723L12.2535 6.11075L12.4644 5.47394L11.912 5.08041H12.5949ZM13.3644 11.5529L12.812 11.1594L12.2598 11.5529L12.4707 10.9163L11.9183 10.5228H12.6011L12.812 9.88594L13.023 10.5228H13.7059L13.1535 10.9163L13.3644 11.5529ZM14.1016 8.83944L13.5492 8.44591L12.9968 8.83944L13.2077 8.20262L12.6553 7.80909H13.3382L13.5492 7.17228L13.7601 7.80909H14.4429L13.8905 8.20262L14.1016 8.83944Z"
15
- fill="#333399"
16
- />
17
- <path
18
- d="M7.99407 1.72492L7.7832 2.36174H7.10037L7.65273 2.75527L7.4417 3.39208L7.99407 2.99856L8.5466 3.39208L8.33557 2.75527L8.88794 2.36174H8.20511L7.99407 1.72492Z"
19
- fill="#E7BA1F"
20
- />
21
- <path
22
- d="M5.21609 2.47838L5.00523 3.11503H4.32239L4.87476 3.50856L4.66373 4.14538L5.21609 3.75185L5.76846 4.14538L5.55759 3.50856L6.10996 3.11503H5.42712L5.21609 2.47838Z"
23
- fill="#E7BA1F"
24
- />
25
- <path
26
- d="M3.1824 4.44375L2.97154 5.08041H2.2887L2.84107 5.47394L2.63004 6.11075L3.1824 5.71723L3.73477 6.11075L3.5239 5.47394L4.07627 5.08041H3.39343L3.1824 4.44375Z"
27
- fill="#E7BA1F"
28
- />
29
- <path
30
- d="M2.45113 8.44591L3.0035 8.83944L2.79247 8.20262L3.34483 7.80909H2.66216L2.45113 7.17228L2.2401 7.80909H1.55726L2.10963 8.20262L1.89876 8.83944L2.45113 8.44591Z"
31
- fill="#E7BA1F"
32
- />
33
- <path
34
- d="M3.38717 10.5228L3.17631 9.88594L2.96528 10.5228H2.28244L2.83481 10.9163L2.62394 11.5529L3.17631 11.1594L3.72867 11.5529L3.51764 10.9163L4.07001 10.5228H3.38717Z"
35
- fill="#E7BA1F"
36
- />
37
- <path
38
- d="M5.42152 12.5114L5.21049 11.8746L4.99946 12.5114H4.31662L4.86899 12.9049L4.65812 13.5417L5.21049 13.1482L5.76286 13.5417L5.55183 12.9049L6.10419 12.5114H5.42152Z"
39
- fill="#E7BA1F"
40
- />
41
- <path
42
- d="M8.20511 13.2448L7.99407 12.608L7.7832 13.2448H7.10037L7.65273 13.6383L7.4417 14.2752L7.99407 13.8816L8.5466 14.2752L8.33557 13.6383L8.88794 13.2448H8.20511Z"
43
- fill="#E7BA1F"
44
- />
45
- <path
46
- d="M10.9888 12.5114L10.778 11.8746L10.5669 12.5114H9.88411L10.4365 12.9049L10.2254 13.5417L10.778 13.1482L11.3302 13.5417L11.1193 12.9049L11.6717 12.5114H10.9888Z"
47
- fill="#E7BA1F"
48
- />
49
- <path
50
- d="M13.023 10.5228L12.812 9.88594L12.6011 10.5228H11.9183L12.4707 10.9163L12.2598 11.5529L12.812 11.1594L13.3644 11.5529L13.1535 10.9163L13.7059 10.5228H13.023Z"
51
- fill="#E7BA1F"
52
- />
53
- <path
54
- d="M13.7601 7.80909L13.5492 7.17228L13.3382 7.80909H12.6553L13.2077 8.20262L12.9968 8.83944L13.5492 8.44591L14.1016 8.83944L13.8905 8.20262L14.4429 7.80909H13.7601Z"
55
- fill="#E7BA1F"
56
- />
57
- <path
58
- d="M12.2535 6.11075L12.8059 5.71723L13.3583 6.11075L13.1473 5.47394L13.6996 5.08041H13.0169L12.8059 4.44375L12.5949 5.08041H11.912L12.4644 5.47394L12.2535 6.11075Z"
59
- fill="#E7BA1F"
60
- />
61
- <path
62
- d="M10.2199 4.14538L10.7722 3.75185L11.3246 4.14538L11.1135 3.50856L11.6659 3.11503H10.9831L10.7722 2.47838L10.5612 3.11503H9.87851L10.4307 3.50856L10.2199 4.14538Z"
63
- fill="#E7BA1F"
64
- />
65
- </svg>
66
- </template>
67
-
68
- <script setup lang="ts">
69
- </script>
1
+ <template>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="16"
5
+ height="16"
6
+ viewBox="0 0 16 16"
7
+ fill="none"
8
+ >
9
+ <path
10
+ d="M20.8334 -0.166626H-4.83325V16.1667H20.8334V-0.166626Z"
11
+ fill="#333399"
12
+ />
13
+ <path
14
+ d="M1.55726 7.80909H2.2401L2.45113 7.17228L2.66216 7.80909H3.34483L2.79247 8.20262L3.0035 8.83944L2.45113 8.44591L1.89876 8.83944L2.10963 8.20262L1.55726 7.80909ZM3.72867 11.5529L3.17631 11.1594L2.62394 11.5529L2.83481 10.9163L2.28244 10.5228H2.96528L3.17631 9.88594L3.38717 10.5228H4.07001L3.51764 10.9163L3.72867 11.5529ZM3.5239 5.47394L3.73477 6.11075L3.1824 5.71723L2.63004 6.11075L2.84107 5.47394L2.2887 5.08041H2.97154L3.1824 4.44375L3.39343 5.08041H4.07627L3.5239 5.47394ZM5.76286 13.5417L5.21049 13.1482L4.65812 13.5417L4.86899 12.9049L4.31662 12.5114H4.99946L5.21049 11.8746L5.42152 12.5114H6.10419L5.55183 12.9049L5.76286 13.5417ZM5.55759 3.50856L5.76846 4.14538L5.21609 3.75185L4.66373 4.14538L4.87476 3.50856L4.32239 3.11503H5.00523L5.21609 2.47838L5.42712 3.11503H6.10996L5.55759 3.50856ZM8.5466 14.2752L7.99407 13.8816L7.4417 14.2752L7.65273 13.6383L7.10037 13.2448H7.7832L7.99407 12.608L8.20511 13.2448H8.88794L8.33557 13.6383L8.5466 14.2752ZM8.33557 2.75527L8.5466 3.39208L7.99407 2.99856L7.4417 3.39208L7.65273 2.75527L7.10037 2.36174H7.7832L7.99407 1.72492L8.20511 2.36174H8.88794L8.33557 2.75527ZM10.5612 3.11503L10.7722 2.47838L10.9831 3.11503H11.6659L11.1135 3.50856L11.3246 4.14538L10.7722 3.75185L10.2199 4.14538L10.4307 3.50856L9.87851 3.11503H10.5612ZM11.3302 13.5417L10.778 13.1482L10.2254 13.5417L10.4365 12.9049L9.88411 12.5114H10.5669L10.778 11.8746L10.9888 12.5114H11.6717L11.1193 12.9049L11.3302 13.5417ZM12.5949 5.08041L12.8059 4.44375L13.0169 5.08041H13.6996L13.1473 5.47394L13.3583 6.11075L12.8059 5.71723L12.2535 6.11075L12.4644 5.47394L11.912 5.08041H12.5949ZM13.3644 11.5529L12.812 11.1594L12.2598 11.5529L12.4707 10.9163L11.9183 10.5228H12.6011L12.812 9.88594L13.023 10.5228H13.7059L13.1535 10.9163L13.3644 11.5529ZM14.1016 8.83944L13.5492 8.44591L12.9968 8.83944L13.2077 8.20262L12.6553 7.80909H13.3382L13.5492 7.17228L13.7601 7.80909H14.4429L13.8905 8.20262L14.1016 8.83944Z"
15
+ fill="#333399"
16
+ />
17
+ <path
18
+ d="M7.99407 1.72492L7.7832 2.36174H7.10037L7.65273 2.75527L7.4417 3.39208L7.99407 2.99856L8.5466 3.39208L8.33557 2.75527L8.88794 2.36174H8.20511L7.99407 1.72492Z"
19
+ fill="#E7BA1F"
20
+ />
21
+ <path
22
+ d="M5.21609 2.47838L5.00523 3.11503H4.32239L4.87476 3.50856L4.66373 4.14538L5.21609 3.75185L5.76846 4.14538L5.55759 3.50856L6.10996 3.11503H5.42712L5.21609 2.47838Z"
23
+ fill="#E7BA1F"
24
+ />
25
+ <path
26
+ d="M3.1824 4.44375L2.97154 5.08041H2.2887L2.84107 5.47394L2.63004 6.11075L3.1824 5.71723L3.73477 6.11075L3.5239 5.47394L4.07627 5.08041H3.39343L3.1824 4.44375Z"
27
+ fill="#E7BA1F"
28
+ />
29
+ <path
30
+ d="M2.45113 8.44591L3.0035 8.83944L2.79247 8.20262L3.34483 7.80909H2.66216L2.45113 7.17228L2.2401 7.80909H1.55726L2.10963 8.20262L1.89876 8.83944L2.45113 8.44591Z"
31
+ fill="#E7BA1F"
32
+ />
33
+ <path
34
+ d="M3.38717 10.5228L3.17631 9.88594L2.96528 10.5228H2.28244L2.83481 10.9163L2.62394 11.5529L3.17631 11.1594L3.72867 11.5529L3.51764 10.9163L4.07001 10.5228H3.38717Z"
35
+ fill="#E7BA1F"
36
+ />
37
+ <path
38
+ d="M5.42152 12.5114L5.21049 11.8746L4.99946 12.5114H4.31662L4.86899 12.9049L4.65812 13.5417L5.21049 13.1482L5.76286 13.5417L5.55183 12.9049L6.10419 12.5114H5.42152Z"
39
+ fill="#E7BA1F"
40
+ />
41
+ <path
42
+ d="M8.20511 13.2448L7.99407 12.608L7.7832 13.2448H7.10037L7.65273 13.6383L7.4417 14.2752L7.99407 13.8816L8.5466 14.2752L8.33557 13.6383L8.88794 13.2448H8.20511Z"
43
+ fill="#E7BA1F"
44
+ />
45
+ <path
46
+ d="M10.9888 12.5114L10.778 11.8746L10.5669 12.5114H9.88411L10.4365 12.9049L10.2254 13.5417L10.778 13.1482L11.3302 13.5417L11.1193 12.9049L11.6717 12.5114H10.9888Z"
47
+ fill="#E7BA1F"
48
+ />
49
+ <path
50
+ d="M13.023 10.5228L12.812 9.88594L12.6011 10.5228H11.9183L12.4707 10.9163L12.2598 11.5529L12.812 11.1594L13.3644 11.5529L13.1535 10.9163L13.7059 10.5228H13.023Z"
51
+ fill="#E7BA1F"
52
+ />
53
+ <path
54
+ d="M13.7601 7.80909L13.5492 7.17228L13.3382 7.80909H12.6553L13.2077 8.20262L12.9968 8.83944L13.5492 8.44591L14.1016 8.83944L13.8905 8.20262L14.4429 7.80909H13.7601Z"
55
+ fill="#E7BA1F"
56
+ />
57
+ <path
58
+ d="M12.2535 6.11075L12.8059 5.71723L13.3583 6.11075L13.1473 5.47394L13.6996 5.08041H13.0169L12.8059 4.44375L12.5949 5.08041H11.912L12.4644 5.47394L12.2535 6.11075Z"
59
+ fill="#E7BA1F"
60
+ />
61
+ <path
62
+ d="M10.2199 4.14538L10.7722 3.75185L11.3246 4.14538L11.1135 3.50856L11.6659 3.11503H10.9831L10.7722 2.47838L10.5612 3.11503H9.87851L10.4307 3.50856L10.2199 4.14538Z"
63
+ fill="#E7BA1F"
64
+ />
65
+ </svg>
66
+ </template>
67
+
68
+ <script setup lang="ts">
69
+ </script>
@@ -1,25 +1,25 @@
1
- <template>
2
- <svg
3
- xmlns="http://www.w3.org/2000/svg"
4
- width="16"
5
- height="16"
6
- viewBox="0 0 16 16"
7
- fill="none"
8
- >
9
- <path
10
- d="M20.8333 10.7222H-4.83337V16.1667H20.8333V10.7222Z"
11
- fill="#ED1C24"
12
- />
13
- <path
14
- d="M20.8333 5.27787H-4.83337V10.7222H20.8333V5.27787Z"
15
- fill="#2400D6"
16
- />
17
- <path
18
- d="M20.8333 -0.166626H-4.83337V5.27787H20.8333V-0.166626Z"
19
- fill="white"
20
- />
21
- </svg>
22
- </template>
23
-
24
- <script setup lang="ts">
25
- </script>
1
+ <template>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="16"
5
+ height="16"
6
+ viewBox="0 0 16 16"
7
+ fill="none"
8
+ >
9
+ <path
10
+ d="M20.8333 10.7222H-4.83337V16.1667H20.8333V10.7222Z"
11
+ fill="#ED1C24"
12
+ />
13
+ <path
14
+ d="M20.8333 5.27787H-4.83337V10.7222H20.8333V5.27787Z"
15
+ fill="#2400D6"
16
+ />
17
+ <path
18
+ d="M20.8333 -0.166626H-4.83337V5.27787H20.8333V-0.166626Z"
19
+ fill="white"
20
+ />
21
+ </svg>
22
+ </template>
23
+
24
+ <script setup lang="ts">
25
+ </script>
@@ -1,9 +1,9 @@
1
-
2
- <template>
3
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
- <path d="M6.85714 5.50375C6.85714 4.83104 7.40248 4.28571 8.07519 4.28571H16.1955C16.8682 4.28571 17.4135 4.83104 17.4135 5.50375C17.4135 6.17646 16.8682 6.7218 16.1955 6.7218H8.07519C7.40248 6.7218 6.85714 6.17646 6.85714 5.50375Z" fill="currentColor"/>
5
- <path d="M6.85714 11.072C6.85714 10.3993 7.40248 9.85394 8.07519 9.85394H16.1955C16.8682 9.85394 17.4135 10.3993 17.4135 11.072C17.4135 11.7447 16.8682 12.29 16.1955 12.29H13.3534V18.4962C13.3534 19.1689 12.8081 19.7143 12.1353 19.7143C11.4626 19.7143 10.9173 19.1689 10.9173 18.4962V12.29H8.07519C7.40248 12.29 6.85714 11.7447 6.85714 11.072Z" fill="currentColor"/>
6
- </svg>
7
- </template>
8
- <script setup lang="ts">
9
- </script>
1
+
2
+ <template>
3
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+ <path d="M6.85714 5.50375C6.85714 4.83104 7.40248 4.28571 8.07519 4.28571H16.1955C16.8682 4.28571 17.4135 4.83104 17.4135 5.50375C17.4135 6.17646 16.8682 6.7218 16.1955 6.7218H8.07519C7.40248 6.7218 6.85714 6.17646 6.85714 5.50375Z" fill="currentColor"/>
5
+ <path d="M6.85714 11.072C6.85714 10.3993 7.40248 9.85394 8.07519 9.85394H16.1955C16.8682 9.85394 17.4135 10.3993 17.4135 11.072C17.4135 11.7447 16.8682 12.29 16.1955 12.29H13.3534V18.4962C13.3534 19.1689 12.8081 19.7143 12.1353 19.7143C11.4626 19.7143 10.9173 19.1689 10.9173 18.4962V12.29H8.07519C7.40248 12.29 6.85714 11.7447 6.85714 11.072Z" fill="currentColor"/>
6
+ </svg>
7
+ </template>
8
+ <script setup lang="ts">
9
+ </script>