adata-ui 3.1.78 → 3.1.80

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 (266) 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 +37 -2
  5. package/dist/runtime/components/Chip.vue +5 -5
  6. package/dist/runtime/components/Chip.vue.d.ts +21 -2
  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 +47 -2
  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 +69 -69
  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 +0 -50
  19. package/dist/runtime/components/Modal.vue +78 -78
  20. package/dist/runtime/components/Modal.vue.d.ts +49 -9
  21. package/dist/runtime/components/NewFooter.vue +113 -113
  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 +79 -3
  27. package/dist/runtime/components/Tag.vue +4 -4
  28. package/dist/runtime/components/Tag.vue.d.ts +12 -2
  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 +44 -4
  32. package/dist/runtime/components/button/Button.vue +22 -22
  33. package/dist/runtime/components/button/Button.vue.d.ts +21 -3
  34. package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
  35. package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +39 -7
  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 +5 -3
  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 +7 -2
  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 +35 -3
  47. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +54 -54
  48. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +1 -7
  49. package/dist/runtime/components/forms/request-demo/RequestDemo.vue +57 -57
  50. package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +0 -26
  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 +2 -8
  56. package/dist/runtime/components/header/HeaderLink.vue +46 -46
  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 +67 -67
  62. package/dist/runtime/components/header/ProductMenu.vue.d.ts +2 -8
  63. package/dist/runtime/components/header/ProfileMenu.vue +37 -37
  64. package/dist/runtime/components/header/ProfileMenu.vue.d.ts +1 -5
  65. package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
  66. package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +1 -5
  67. package/dist/runtime/components/header/TopHeader.vue +88 -84
  68. package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
  69. package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +14 -9
  70. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
  71. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +0 -29
  72. package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
  73. package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +1 -5
  74. package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +23 -23
  75. package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
  76. package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +1 -5
  77. package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
  78. package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +1 -5
  79. package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
  80. package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +1 -5
  81. package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
  82. package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
  83. package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
  84. package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
  85. package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
  86. package/dist/runtime/components/modals/id/IdModals.vue +44 -44
  87. package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
  88. package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
  89. package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
  90. package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
  91. package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
  92. package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
  93. package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
  94. package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
  95. package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
  96. package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
  97. package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
  98. package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
  99. package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
  100. package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
  101. package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +0 -46
  102. package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
  103. package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +36 -2
  104. package/dist/runtime/components/row-card/RowCard.vue +27 -27
  105. package/dist/runtime/components/row-card/RowCard.vue.d.ts +9 -2
  106. package/dist/runtime/components/select-row/index.vue +58 -58
  107. package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
  108. package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
  109. package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +20 -2
  110. package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
  111. package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
  112. package/dist/runtime/icons/ai-assistant.vue +13 -13
  113. package/dist/runtime/icons/akimat.vue +20 -20
  114. package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
  115. package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
  116. package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
  117. package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
  118. package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
  119. package/dist/runtime/icons/avatar.vue +41 -41
  120. package/dist/runtime/icons/avto/car.vue +17 -17
  121. package/dist/runtime/icons/avto/truck.vue +17 -17
  122. package/dist/runtime/icons/bank.vue +14 -14
  123. package/dist/runtime/icons/block.vue +19 -19
  124. package/dist/runtime/icons/bookmark.vue +19 -19
  125. package/dist/runtime/icons/calculator.vue +19 -19
  126. package/dist/runtime/icons/chartBar.vue +14 -14
  127. package/dist/runtime/icons/check-circle.vue +25 -25
  128. package/dist/runtime/icons/check-sb.vue +7 -7
  129. package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
  130. package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
  131. package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
  132. package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
  133. package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
  134. package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
  135. package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
  136. package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
  137. package/dist/runtime/icons/clipboard-text.vue +17 -17
  138. package/dist/runtime/icons/clock.vue +25 -25
  139. package/dist/runtime/icons/color-mode/moon.vue +20 -20
  140. package/dist/runtime/icons/color-mode/sun.vue +27 -27
  141. package/dist/runtime/icons/communication/mail.vue +19 -19
  142. package/dist/runtime/icons/communication/phone.vue +19 -19
  143. package/dist/runtime/icons/company.vue +19 -19
  144. package/dist/runtime/icons/currency/dollar.vue +19 -19
  145. package/dist/runtime/icons/currency/down.vue +22 -22
  146. package/dist/runtime/icons/currency/eur.vue +69 -69
  147. package/dist/runtime/icons/currency/rub.vue +25 -25
  148. package/dist/runtime/icons/currency/tenge.vue +9 -9
  149. package/dist/runtime/icons/currency/usd.vue +269 -269
  150. package/dist/runtime/icons/currency/yuan.vue +37 -37
  151. package/dist/runtime/icons/document/hdocument.vue +17 -17
  152. package/dist/runtime/icons/document/id.vue +19 -19
  153. package/dist/runtime/icons/document/profile.vue +19 -19
  154. package/dist/runtime/icons/eye-closed.vue +26 -26
  155. package/dist/runtime/icons/eye-open.vue +7 -7
  156. package/dist/runtime/icons/eye-opened.vue +23 -23
  157. package/dist/runtime/icons/file/excel-icon.vue +14 -14
  158. package/dist/runtime/icons/file/file.vue +19 -19
  159. package/dist/runtime/icons/file/files.vue +17 -17
  160. package/dist/runtime/icons/globe.vue +19 -19
  161. package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  162. package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  163. package/dist/runtime/icons/handshake.vue +19 -19
  164. package/dist/runtime/icons/history.vue +19 -19
  165. package/dist/runtime/icons/hot-line.vue +6 -6
  166. package/dist/runtime/icons/id.vue +9 -9
  167. package/dist/runtime/icons/info/info-circle.vue +29 -29
  168. package/dist/runtime/icons/invoice.vue +35 -35
  169. package/dist/runtime/icons/kaspi-qr.vue +13 -13
  170. package/dist/runtime/icons/link-chain.vue +31 -31
  171. package/dist/runtime/icons/loader-circle.vue +34 -34
  172. package/dist/runtime/icons/lock.vue +19 -19
  173. package/dist/runtime/icons/logo/adata.vue +48 -48
  174. package/dist/runtime/icons/logo/logo.vue +27 -27
  175. package/dist/runtime/icons/map-paper.vue +5 -5
  176. package/dist/runtime/icons/map-pin-rect.vue +15 -15
  177. package/dist/runtime/icons/medal.vue +17 -17
  178. package/dist/runtime/icons/menu/menu-filled.vue +61 -61
  179. package/dist/runtime/icons/menu/menu.vue +41 -41
  180. package/dist/runtime/icons/message.vue +24 -24
  181. package/dist/runtime/icons/modals/door.vue +162 -162
  182. package/dist/runtime/icons/moon.vue +10 -10
  183. package/dist/runtime/icons/navigation/expand-window.vue +19 -19
  184. package/dist/runtime/icons/navigation/location.vue +25 -25
  185. package/dist/runtime/icons/navigation/logout.vue +19 -19
  186. package/dist/runtime/icons/notifications.vue +25 -25
  187. package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
  188. package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
  189. package/dist/runtime/icons/other-service/block.vue +16 -16
  190. package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
  191. package/dist/runtime/icons/other-service/globe.vue +16 -16
  192. package/dist/runtime/icons/other-service/link.vue +7 -7
  193. package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
  194. package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
  195. package/dist/runtime/icons/other-service/users-three.vue +7 -7
  196. package/dist/runtime/icons/payment/payment-card.vue +6 -6
  197. package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
  198. package/dist/runtime/icons/plus.vue +24 -24
  199. package/dist/runtime/icons/radio/radio-check.vue +24 -24
  200. package/dist/runtime/icons/radio/radio-empty.vue +20 -20
  201. package/dist/runtime/icons/receipt/hcheck.vue +27 -27
  202. package/dist/runtime/icons/receipt/receipt.vue +27 -27
  203. package/dist/runtime/icons/sanctions.vue +8 -8
  204. package/dist/runtime/icons/scale.vue +19 -19
  205. package/dist/runtime/icons/search.vue +27 -27
  206. package/dist/runtime/icons/socials/facebook.vue +15 -15
  207. package/dist/runtime/icons/socials/google.vue +41 -41
  208. package/dist/runtime/icons/socials/instagram.vue +19 -19
  209. package/dist/runtime/icons/socials/linkedin.vue +24 -24
  210. package/dist/runtime/icons/socials/mailru.vue +34 -34
  211. package/dist/runtime/icons/socials/telegram.vue +15 -15
  212. package/dist/runtime/icons/socials/tik-tok.vue +15 -15
  213. package/dist/runtime/icons/socials/whatsapp.vue +21 -21
  214. package/dist/runtime/icons/socials/yandex.vue +28 -28
  215. package/dist/runtime/icons/socials/youtube.vue +16 -16
  216. package/dist/runtime/icons/sun.vue +14 -14
  217. package/dist/runtime/icons/sviazi.vue +19 -19
  218. package/dist/runtime/icons/tasks.vue +10 -10
  219. package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
  220. package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
  221. package/dist/runtime/icons/users/users-three.vue +17 -17
  222. package/dist/runtime/icons/users/users.vue +31 -31
  223. package/dist/runtime/icons/warning-triangle.vue +29 -29
  224. package/dist/runtime/icons/work-bag.vue +20 -20
  225. package/dist/runtime/icons/x-mark.vue +18 -18
  226. package/dist/runtime/illustrations/address-location.vue +38 -38
  227. package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
  228. package/dist/runtime/illustrations/bill.vue +133 -133
  229. package/dist/runtime/illustrations/buildings.vue +82 -82
  230. package/dist/runtime/illustrations/calendar.vue +156 -156
  231. package/dist/runtime/illustrations/chains.vue +152 -152
  232. package/dist/runtime/illustrations/coin-percent.vue +126 -126
  233. package/dist/runtime/illustrations/coins-stack.vue +202 -202
  234. package/dist/runtime/illustrations/delete-dark.vue +31 -31
  235. package/dist/runtime/illustrations/delete.vue +32 -32
  236. package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
  237. package/dist/runtime/illustrations/document.vue +64 -64
  238. package/dist/runtime/illustrations/door.vue +74 -74
  239. package/dist/runtime/illustrations/empty-box.vue +77 -77
  240. package/dist/runtime/illustrations/empty-wallet.vue +161 -161
  241. package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
  242. package/dist/runtime/illustrations/hammer.vue +156 -156
  243. package/dist/runtime/illustrations/hand-cash.vue +108 -108
  244. package/dist/runtime/illustrations/info.vue +39 -39
  245. package/dist/runtime/illustrations/mail.vue +68 -68
  246. package/dist/runtime/illustrations/ok.vue +62 -62
  247. package/dist/runtime/illustrations/people-group.vue +237 -237
  248. package/dist/runtime/illustrations/person-with-phone.vue +187 -187
  249. package/dist/runtime/illustrations/person.vue +159 -159
  250. package/dist/runtime/illustrations/phone-check.vue +90 -90
  251. package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
  252. package/dist/runtime/illustrations/stop-hand.vue +77 -77
  253. package/dist/runtime/illustrations/stop-sign.vue +34 -34
  254. package/dist/runtime/illustrations/suit.vue +111 -111
  255. package/dist/runtime/illustrations/suitcase.vue +105 -105
  256. package/dist/runtime/illustrations/terminal-dark.vue +48 -48
  257. package/dist/runtime/illustrations/terminal.vue +234 -234
  258. package/dist/runtime/illustrations/trash-can.vue +108 -108
  259. package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
  260. package/dist/runtime/illustrations/two-persons.vue +169 -169
  261. package/dist/runtime/lang/en.js +1 -1
  262. package/dist/runtime/lang/kk.js +1 -1
  263. package/dist/runtime/lang/ru.js +1 -1
  264. package/dist/runtime/public/kaspi/logo.svg +4 -4
  265. package/dist/runtime/server/tsconfig.json +3 -3
  266. package/package.json +73 -73
@@ -1,20 +1,20 @@
1
- <template>
2
- <svg
3
- width="1.25em"
4
- height="1.25em"
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="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z"
13
- fill="currentColor"
14
- fill-opacity="0.5"
15
- />
16
- </svg>
17
- </template>
18
-
19
- <script setup lang="ts">
20
- </script>
1
+ <template>
2
+ <svg
3
+ width="1.25em"
4
+ height="1.25em"
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="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z"
13
+ fill="currentColor"
14
+ fill-opacity="0.5"
15
+ />
16
+ </svg>
17
+ </template>
18
+
19
+ <script setup lang="ts">
20
+ </script>
@@ -1,27 +1,27 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 38 38"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M9.37435 11.667C9.37435 10.9076 9.98996 10.292 10.7493 10.292H19.916C20.6754 10.292 21.291 10.9076 21.291 11.667C21.291 12.4264 20.6754 13.042 19.916 13.042H10.7493C9.98996 13.042 9.37435 12.4264 9.37435 11.667Z"
11
- fill="currentColor"
12
- />
13
- <path
14
- d="M9.37435 17.9527C9.37435 17.1933 9.98996 16.5777 10.7493 16.5777H19.916C20.6754 16.5777 21.291 17.1933 21.291 17.9527C21.291 18.7121 20.6754 19.3277 19.916 19.3277H16.7077V26.3337C16.7077 27.093 16.0921 27.7087 15.3327 27.7087C14.5733 27.7087 13.9577 27.093 13.9577 26.3337V19.3277H10.7493C9.98996 19.3277 9.37435 18.7121 9.37435 17.9527Z"
15
- fill="currentColor"
16
- />
17
- <path
18
- fill-rule="evenodd"
19
- clip-rule="evenodd"
20
- d="M2.59705 2.59802C3.83346 1.3616 5.51041 0.666992 7.25896 0.666992H32.0442C33.4468 0.666992 34.7919 1.22417 35.7837 2.21595C36.7755 3.20773 37.3327 4.55287 37.3327 5.95545V15.0869C37.3327 15.8463 36.7171 16.4619 35.9577 16.4619H29.5058V35.9587C29.5058 36.454 29.2393 36.9111 28.8082 37.1552C28.3771 37.3993 27.8481 37.3926 27.4233 37.1377L21.6083 33.6487L15.7933 37.1377C15.3579 37.399 14.8139 37.399 14.3785 37.1377L8.56345 33.6487L2.74845 37.1377C2.32367 37.3926 1.79463 37.3993 1.36355 37.1552C0.932481 36.9111 0.666016 36.454 0.666016 35.9587V7.25994C0.666016 5.51138 1.36063 3.83444 2.59705 2.59802ZM29.5058 13.7119H34.5827V5.95545C34.5827 5.28221 34.3152 4.63654 33.8392 4.16049C33.3631 3.68444 32.7175 3.41699 32.0442 3.41699C31.371 3.41699 30.7253 3.68444 30.2493 4.16049C29.7732 4.63654 29.5058 5.28221 29.5058 5.95545V13.7119ZM27.4048 3.41699C26.9827 4.18845 26.7558 5.06025 26.7558 5.95545V33.5301L22.3158 30.8661C21.8803 30.6049 21.3363 30.6049 20.9009 30.8661L15.0859 34.3551L9.27088 30.8661C8.83544 30.6049 8.29146 30.6049 7.85602 30.8661L3.41602 33.5301V7.25994C3.41602 6.24073 3.8209 5.26326 4.54159 4.54257C5.26228 3.82187 6.23975 3.41699 7.25896 3.41699H27.4048Z"
21
- fill="currentColor"
22
- />
23
- </svg>
24
- </template>
25
-
26
- <script setup lang="ts">
27
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 38 38"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M9.37435 11.667C9.37435 10.9076 9.98996 10.292 10.7493 10.292H19.916C20.6754 10.292 21.291 10.9076 21.291 11.667C21.291 12.4264 20.6754 13.042 19.916 13.042H10.7493C9.98996 13.042 9.37435 12.4264 9.37435 11.667Z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M9.37435 17.9527C9.37435 17.1933 9.98996 16.5777 10.7493 16.5777H19.916C20.6754 16.5777 21.291 17.1933 21.291 17.9527C21.291 18.7121 20.6754 19.3277 19.916 19.3277H16.7077V26.3337C16.7077 27.093 16.0921 27.7087 15.3327 27.7087C14.5733 27.7087 13.9577 27.093 13.9577 26.3337V19.3277H10.7493C9.98996 19.3277 9.37435 18.7121 9.37435 17.9527Z"
15
+ fill="currentColor"
16
+ />
17
+ <path
18
+ fill-rule="evenodd"
19
+ clip-rule="evenodd"
20
+ d="M2.59705 2.59802C3.83346 1.3616 5.51041 0.666992 7.25896 0.666992H32.0442C33.4468 0.666992 34.7919 1.22417 35.7837 2.21595C36.7755 3.20773 37.3327 4.55287 37.3327 5.95545V15.0869C37.3327 15.8463 36.7171 16.4619 35.9577 16.4619H29.5058V35.9587C29.5058 36.454 29.2393 36.9111 28.8082 37.1552C28.3771 37.3993 27.8481 37.3926 27.4233 37.1377L21.6083 33.6487L15.7933 37.1377C15.3579 37.399 14.8139 37.399 14.3785 37.1377L8.56345 33.6487L2.74845 37.1377C2.32367 37.3926 1.79463 37.3993 1.36355 37.1552C0.932481 36.9111 0.666016 36.454 0.666016 35.9587V7.25994C0.666016 5.51138 1.36063 3.83444 2.59705 2.59802ZM29.5058 13.7119H34.5827V5.95545C34.5827 5.28221 34.3152 4.63654 33.8392 4.16049C33.3631 3.68444 32.7175 3.41699 32.0442 3.41699C31.371 3.41699 30.7253 3.68444 30.2493 4.16049C29.7732 4.63654 29.5058 5.28221 29.5058 5.95545V13.7119ZM27.4048 3.41699C26.9827 4.18845 26.7558 5.06025 26.7558 5.95545V33.5301L22.3158 30.8661C21.8803 30.6049 21.3363 30.6049 20.9009 30.8661L15.0859 34.3551L9.27088 30.8661C8.83544 30.6049 8.29146 30.6049 7.85602 30.8661L3.41602 33.5301V7.25994C3.41602 6.24073 3.8209 5.26326 4.54159 4.54257C5.26228 3.82187 6.23975 3.41699 7.25896 3.41699H27.4048Z"
21
+ fill="currentColor"
22
+ />
23
+ </svg>
24
+ </template>
25
+
26
+ <script setup lang="ts">
27
+ </script>
@@ -1,27 +1,27 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 16 16"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M4.49967 5.33301C4.49967 5.05687 4.72353 4.83301 4.99967 4.83301H8.33301C8.60915 4.83301 8.83301 5.05687 8.83301 5.33301C8.83301 5.60915 8.60915 5.83301 8.33301 5.83301H4.99967C4.72353 5.83301 4.49967 5.60915 4.49967 5.33301Z"
11
- fill="currentColor"
12
- />
13
- <path
14
- d="M4.49967 7.61873C4.49967 7.34259 4.72353 7.11873 4.99967 7.11873H8.33301C8.60915 7.11873 8.83301 7.34259 8.83301 7.61873C8.83301 7.89488 8.60915 8.11873 8.33301 8.11873H7.16635V10.6663C7.16635 10.9425 6.94249 11.1663 6.66635 11.1663C6.3902 11.1663 6.16635 10.9425 6.16635 10.6663V8.11873H4.99967C4.72353 8.11873 4.49967 7.89488 4.49967 7.61873Z"
15
- fill="currentColor"
16
- />
17
- <path
18
- fill-rule="evenodd"
19
- clip-rule="evenodd"
20
- d="M2.0352 2.0352C2.48481 1.58559 3.0946 1.33301 3.73044 1.33301H12.7433C13.2533 1.33301 13.7424 1.53562 14.1031 1.89626C14.4637 2.25691 14.6663 2.74605 14.6663 3.25608V6.5766C14.6663 6.85274 14.4425 7.0766 14.1663 7.0766H11.8202V14.1663C11.8202 14.3465 11.7233 14.5127 11.5665 14.6014C11.4098 14.6902 11.2174 14.6878 11.0629 14.5951L8.94839 13.3264L6.83385 14.5951C6.6755 14.6901 6.47769 14.6901 6.31935 14.5951L4.2048 13.3264L2.09026 14.5951C1.93579 14.6878 1.74341 14.6902 1.58666 14.6014C1.4299 14.5127 1.33301 14.3465 1.33301 14.1663V3.73044C1.33301 3.0946 1.58559 2.48481 2.0352 2.0352ZM11.8202 6.0766H13.6663V3.25608C13.6663 3.01127 13.5691 2.77648 13.396 2.60337C13.2229 2.43026 12.9881 2.33301 12.7433 2.33301C12.4984 2.33301 12.2637 2.43026 12.0905 2.60337C11.9174 2.77648 11.8202 3.01127 11.8202 3.25608V6.0766ZM11.0562 2.33301C10.9027 2.61354 10.8202 2.93056 10.8202 3.25608V13.2832L9.20564 12.3145C9.0473 12.2195 8.84949 12.2195 8.69114 12.3145L6.5766 13.5832L4.46205 12.3145C4.30371 12.2195 4.1059 12.2195 3.94755 12.3145L2.33301 13.2832V3.73044C2.33301 3.35982 2.48024 3.00438 2.74231 2.74231C3.00438 2.48024 3.35982 2.33301 3.73044 2.33301H11.0562Z"
21
- fill="currentColor"
22
- />
23
- </svg>
24
- </template>
25
-
26
- <script setup lang="ts">
27
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M4.49967 5.33301C4.49967 5.05687 4.72353 4.83301 4.99967 4.83301H8.33301C8.60915 4.83301 8.83301 5.05687 8.83301 5.33301C8.83301 5.60915 8.60915 5.83301 8.33301 5.83301H4.99967C4.72353 5.83301 4.49967 5.60915 4.49967 5.33301Z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M4.49967 7.61873C4.49967 7.34259 4.72353 7.11873 4.99967 7.11873H8.33301C8.60915 7.11873 8.83301 7.34259 8.83301 7.61873C8.83301 7.89488 8.60915 8.11873 8.33301 8.11873H7.16635V10.6663C7.16635 10.9425 6.94249 11.1663 6.66635 11.1663C6.3902 11.1663 6.16635 10.9425 6.16635 10.6663V8.11873H4.99967C4.72353 8.11873 4.49967 7.89488 4.49967 7.61873Z"
15
+ fill="currentColor"
16
+ />
17
+ <path
18
+ fill-rule="evenodd"
19
+ clip-rule="evenodd"
20
+ d="M2.0352 2.0352C2.48481 1.58559 3.0946 1.33301 3.73044 1.33301H12.7433C13.2533 1.33301 13.7424 1.53562 14.1031 1.89626C14.4637 2.25691 14.6663 2.74605 14.6663 3.25608V6.5766C14.6663 6.85274 14.4425 7.0766 14.1663 7.0766H11.8202V14.1663C11.8202 14.3465 11.7233 14.5127 11.5665 14.6014C11.4098 14.6902 11.2174 14.6878 11.0629 14.5951L8.94839 13.3264L6.83385 14.5951C6.6755 14.6901 6.47769 14.6901 6.31935 14.5951L4.2048 13.3264L2.09026 14.5951C1.93579 14.6878 1.74341 14.6902 1.58666 14.6014C1.4299 14.5127 1.33301 14.3465 1.33301 14.1663V3.73044C1.33301 3.0946 1.58559 2.48481 2.0352 2.0352ZM11.8202 6.0766H13.6663V3.25608C13.6663 3.01127 13.5691 2.77648 13.396 2.60337C13.2229 2.43026 12.9881 2.33301 12.7433 2.33301C12.4984 2.33301 12.2637 2.43026 12.0905 2.60337C11.9174 2.77648 11.8202 3.01127 11.8202 3.25608V6.0766ZM11.0562 2.33301C10.9027 2.61354 10.8202 2.93056 10.8202 3.25608V13.2832L9.20564 12.3145C9.0473 12.2195 8.84949 12.2195 8.69114 12.3145L6.5766 13.5832L4.46205 12.3145C4.30371 12.2195 4.1059 12.2195 3.94755 12.3145L2.33301 13.2832V3.73044C2.33301 3.35982 2.48024 3.00438 2.74231 2.74231C3.00438 2.48024 3.35982 2.33301 3.73044 2.33301H11.0562Z"
21
+ fill="currentColor"
22
+ />
23
+ </svg>
24
+ </template>
25
+
26
+ <script setup lang="ts">
27
+ </script>
@@ -1,8 +1,8 @@
1
- <template>
2
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path d="M0.589844 14.7188H9.01285" stroke="currentColor" stroke-width="1.17922" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M7.88976 14.7189V11.9112H1.71289V14.7189" stroke="currentColor" stroke-width="1.17922" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M8.77217 0.918553L4.74593 4.94478C4.30735 5.38338 4.30735 6.09446 4.74593 6.53305L6.52478 8.3119C6.96337 8.75048 7.67445 8.75048 8.11304 8.3119L12.1392 4.28566C12.5779 3.84707 12.5779 3.13598 12.1392 2.6974L10.3604 0.918553C9.92183 0.479969 9.21075 0.479969 8.77217 0.918553Z" stroke="currentColor" stroke-width="1.17922" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M10.1357 6.29609L15.1895 11.3498" stroke="currentColor" stroke-width="1.17922" stroke-linecap="round" stroke-linejoin="round"/>
7
- </svg>
8
- </template>
1
+ <template>
2
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M0.589844 14.7188H9.01285" stroke="currentColor" stroke-width="1.17922" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M7.88976 14.7189V11.9112H1.71289V14.7189" stroke="currentColor" stroke-width="1.17922" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M8.77217 0.918553L4.74593 4.94478C4.30735 5.38338 4.30735 6.09446 4.74593 6.53305L6.52478 8.3119C6.96337 8.75048 7.67445 8.75048 8.11304 8.3119L12.1392 4.28566C12.5779 3.84707 12.5779 3.13598 12.1392 2.6974L10.3604 0.918553C9.92183 0.479969 9.21075 0.479969 8.77217 0.918553Z" stroke="currentColor" stroke-width="1.17922" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M10.1357 6.29609L15.1895 11.3498" stroke="currentColor" stroke-width="1.17922" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </svg>
8
+ </template>
@@ -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.52518 1.525C8.52518 1.23505 8.29012 1 8.00018 1C7.71023 1 7.47518 1.23505 7.47518 1.525V2.37184C6.89218 2.54718 6.43237 3.007 6.25703 3.59L4.14481 3.59084V3.59C3.89864 3.59 3.72945 3.72384 3.65167 3.9284L1.68495 9.10033C1.67641 9.1217 1.66924 9.14377 1.66354 9.16642C1.65122 9.21494 1.64615 9.26395 1.64775 9.31217C1.65226 9.96037 1.91171 10.5811 2.3704 11.0397C2.83314 11.5025 3.46076 11.7625 4.11518 11.7625C4.7696 11.7625 5.39722 11.5025 5.85996 11.0397C6.31948 10.5802 6.57904 9.95812 6.58263 9.30864C6.58354 9.27411 6.58103 9.23918 6.57488 9.20432C6.56865 9.16856 6.55881 9.13405 6.54575 9.10116L4.89624 4.64L6.25705 4.64C6.4359 5.23463 6.91071 5.70111 7.5103 5.86828C7.48762 5.92698 7.47518 5.99077 7.47518 6.05747L7.47518 13.8274C7.47518 13.8696 7.48015 13.9107 7.48955 13.95H4.76269C4.47274 13.95 4.23769 14.185 4.23769 14.475C4.23769 14.7649 4.47274 15 4.76269 15H11.8852C12.1751 15 12.4102 14.7649 12.4102 14.475C12.4102 14.185 12.1751 13.95 11.8852 13.95H8.5108C8.5202 13.9107 8.52518 13.8696 8.52518 13.8274L8.52518 6.05747C8.52518 5.99077 8.51274 5.92697 8.49005 5.86828C9.08964 5.7011 9.56444 5.23463 9.74329 4.64H11.151L9.45493 9.10033C9.44639 9.1217 9.43922 9.14377 9.43352 9.16642C9.4212 9.21494 9.41613 9.26395 9.41773 9.31216C9.42224 9.96037 9.68169 10.5811 10.1404 11.0397C10.6031 11.5025 11.2307 11.7625 11.8852 11.7625C12.5396 11.7625 13.1672 11.5025 13.6299 11.0397C14.0895 10.5802 14.349 9.95811 14.3526 9.30861C14.3535 9.27402 14.351 9.23902 14.3448 9.20409C14.3386 9.16841 14.3288 9.13396 14.3157 9.10114L12.4048 3.93293C12.3289 3.72767 12.1336 3.59102 11.9148 3.59001L9.74331 3.59C9.56798 3.00701 9.10816 2.54719 8.52518 2.37184V1.525ZM5.53002 9.38175L4.13549 5.61018L2.70047 9.38388C2.72205 9.72737 2.86806 10.0525 3.11286 10.2973C3.37869 10.5631 3.73924 10.7125 4.11518 10.7125C4.49112 10.7125 4.85167 10.5631 5.1175 10.2973C5.3628 10.052 5.50891 9.72603 5.53002 9.38175ZM10.8828 10.2973C10.638 10.0525 10.492 9.72737 10.4705 9.38388L11.9055 5.61018L13.3 9.38175C13.2789 9.72603 13.1328 10.052 12.8875 10.2973C12.6216 10.5631 12.2611 10.7125 11.8852 10.7125C11.5092 10.7125 11.1487 10.5631 10.8828 10.2973ZM7.99686 3.34498L8.00018 3.34499L8.00349 3.34498C8.42628 3.34676 8.76864 3.68929 8.77016 4.11215L8.77016 4.115L8.77016 4.11783C8.76862 4.54178 8.42448 4.88497 8.00017 4.88497C7.57492 4.88497 7.23018 4.54023 7.23018 4.11497C7.23018 3.69082 7.57313 3.34677 7.99686 3.34498Z"
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.52518 1.525C8.52518 1.23505 8.29012 1 8.00018 1C7.71023 1 7.47518 1.23505 7.47518 1.525V2.37184C6.89218 2.54718 6.43237 3.007 6.25703 3.59L4.14481 3.59084V3.59C3.89864 3.59 3.72945 3.72384 3.65167 3.9284L1.68495 9.10033C1.67641 9.1217 1.66924 9.14377 1.66354 9.16642C1.65122 9.21494 1.64615 9.26395 1.64775 9.31217C1.65226 9.96037 1.91171 10.5811 2.3704 11.0397C2.83314 11.5025 3.46076 11.7625 4.11518 11.7625C4.7696 11.7625 5.39722 11.5025 5.85996 11.0397C6.31948 10.5802 6.57904 9.95812 6.58263 9.30864C6.58354 9.27411 6.58103 9.23918 6.57488 9.20432C6.56865 9.16856 6.55881 9.13405 6.54575 9.10116L4.89624 4.64L6.25705 4.64C6.4359 5.23463 6.91071 5.70111 7.5103 5.86828C7.48762 5.92698 7.47518 5.99077 7.47518 6.05747L7.47518 13.8274C7.47518 13.8696 7.48015 13.9107 7.48955 13.95H4.76269C4.47274 13.95 4.23769 14.185 4.23769 14.475C4.23769 14.7649 4.47274 15 4.76269 15H11.8852C12.1751 15 12.4102 14.7649 12.4102 14.475C12.4102 14.185 12.1751 13.95 11.8852 13.95H8.5108C8.5202 13.9107 8.52518 13.8696 8.52518 13.8274L8.52518 6.05747C8.52518 5.99077 8.51274 5.92697 8.49005 5.86828C9.08964 5.7011 9.56444 5.23463 9.74329 4.64H11.151L9.45493 9.10033C9.44639 9.1217 9.43922 9.14377 9.43352 9.16642C9.4212 9.21494 9.41613 9.26395 9.41773 9.31216C9.42224 9.96037 9.68169 10.5811 10.1404 11.0397C10.6031 11.5025 11.2307 11.7625 11.8852 11.7625C12.5396 11.7625 13.1672 11.5025 13.6299 11.0397C14.0895 10.5802 14.349 9.95811 14.3526 9.30861C14.3535 9.27402 14.351 9.23902 14.3448 9.20409C14.3386 9.16841 14.3288 9.13396 14.3157 9.10114L12.4048 3.93293C12.3289 3.72767 12.1336 3.59102 11.9148 3.59001L9.74331 3.59C9.56798 3.00701 9.10816 2.54719 8.52518 2.37184V1.525ZM5.53002 9.38175L4.13549 5.61018L2.70047 9.38388C2.72205 9.72737 2.86806 10.0525 3.11286 10.2973C3.37869 10.5631 3.73924 10.7125 4.11518 10.7125C4.49112 10.7125 4.85167 10.5631 5.1175 10.2973C5.3628 10.052 5.50891 9.72603 5.53002 9.38175ZM10.8828 10.2973C10.638 10.0525 10.492 9.72737 10.4705 9.38388L11.9055 5.61018L13.3 9.38175C13.2789 9.72603 13.1328 10.052 12.8875 10.2973C12.6216 10.5631 12.2611 10.7125 11.8852 10.7125C11.5092 10.7125 11.1487 10.5631 10.8828 10.2973ZM7.99686 3.34498L8.00018 3.34499L8.00349 3.34498C8.42628 3.34676 8.76864 3.68929 8.77016 4.11215L8.77016 4.115L8.77016 4.11783C8.76862 4.54178 8.42448 4.88497 8.00017 4.88497C7.57492 4.88497 7.23018 4.54023 7.23018 4.11497C7.23018 3.69082 7.57313 3.34677 7.99686 3.34498Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -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
- <g id="search">
14
- <path
15
- id="Vector"
16
- fill-rule="evenodd"
17
- clip-rule="evenodd"
18
- d="M2.05012 7.28051C2.05012 4.39178 4.3919 2.04999 7.28063 2.04999C10.1694 2.04999 12.5111 4.39178 12.5111 7.28051C12.5111 10.1692 10.1694 12.511 7.28063 12.511C4.3919 12.511 2.05012 10.1692 2.05012 7.28051ZM7.28063 1C3.812 1 1.00012 3.81188 1.00012 7.28051C1.00012 10.7491 3.812 13.561 7.28063 13.561C8.82595 13.561 10.2409 13.0029 11.335 12.0773L14.1038 14.8461C14.3088 15.0512 14.6412 15.0512 14.8463 14.8461C15.0513 14.6411 15.0513 14.3087 14.8463 14.1037L12.0774 11.3348C13.003 10.2408 13.5611 8.82582 13.5611 7.28051C13.5611 3.81188 10.7493 1 7.28063 1Z"
19
- fill="currentColor"
20
- />
21
- </g>
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
+ <g id="search">
14
+ <path
15
+ id="Vector"
16
+ fill-rule="evenodd"
17
+ clip-rule="evenodd"
18
+ d="M2.05012 7.28051C2.05012 4.39178 4.3919 2.04999 7.28063 2.04999C10.1694 2.04999 12.5111 4.39178 12.5111 7.28051C12.5111 10.1692 10.1694 12.511 7.28063 12.511C4.3919 12.511 2.05012 10.1692 2.05012 7.28051ZM7.28063 1C3.812 1 1.00012 3.81188 1.00012 7.28051C1.00012 10.7491 3.812 13.561 7.28063 13.561C8.82595 13.561 10.2409 13.0029 11.335 12.0773L14.1038 14.8461C14.3088 15.0512 14.6412 15.0512 14.8463 14.8461C15.0513 14.6411 15.0513 14.3087 14.8463 14.1037L12.0774 11.3348C13.003 10.2408 13.5611 8.82582 13.5611 7.28051C13.5611 3.81188 10.7493 1 7.28063 1Z"
19
+ fill="currentColor"
20
+ />
21
+ </g>
22
+ </svg>
23
+ </template>
24
+
25
+ <style scoped>
26
+
27
+ </style>
@@ -1,15 +1,15 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
7
- <circle cx="14" cy="14" r="14" fill="white"/>
8
- <path class="logo" d="M19.2137 18.2816L19.8356 14.3301H15.9452V11.767C15.9452 10.6857 16.4877 9.63107 18.2302 9.63107H20V6.26699C20 6.26699 18.3945 6 16.8603 6C13.6548 6 11.5617 7.89294 11.5617 11.3184V14.3301H8V18.2816H11.5617V27.8345C12.2767 27.944 13.0082 28 13.7534 28C14.4986 28 15.2302 27.944 15.9452 27.8345V18.2816H19.2137Z" fill="#2C3E50"/>
9
- </svg>
10
-
11
- </template>
12
-
13
- <style scoped>
14
-
15
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
7
+ <circle cx="14" cy="14" r="14" fill="white"/>
8
+ <path class="logo" d="M19.2137 18.2816L19.8356 14.3301H15.9452V11.767C15.9452 10.6857 16.4877 9.63107 18.2302 9.63107H20V6.26699C20 6.26699 18.3945 6 16.8603 6C13.6548 6 11.5617 7.89294 11.5617 11.3184V14.3301H8V18.2816H11.5617V27.8345C12.2767 27.944 13.0082 28 13.7534 28C14.4986 28 15.2302 27.944 15.9452 27.8345V18.2816H19.2137Z" fill="#2C3E50"/>
9
+ </svg>
10
+
11
+ </template>
12
+
13
+ <style scoped>
14
+
15
+ </style>
@@ -1,41 +1,41 @@
1
-
2
-
3
- <script lang="ts" setup>
4
- </script>
5
-
6
- <template>
7
- <svg
8
- width="32"
9
- height="32"
10
- viewBox="0 0 32 32"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- >
14
- <rect
15
- x="0.5"
16
- y="0.5"
17
- width="31"
18
- height="31"
19
- rx="5.5"
20
- stroke="#9DA3AC"
21
- />
22
- <path
23
- d="M26.501 16.2332C26.501 15.3699 26.4296 14.7399 26.2748 14.0865H16.2153V17.9832H22.12C22.001 18.9515 21.3582 20.4099 19.9296 21.3898L19.9096 21.5203L23.0902 23.935L23.3106 23.9565C25.3343 22.1249 26.501 19.4298 26.501 16.2332Z"
24
- fill="#4285F4"
25
- />
26
- <path
27
- d="M16.2147 26.5C19.1075 26.5 21.5361 25.5666 23.3099 23.9566L19.929 21.3898C19.0242 22.0082 17.8099 22.4399 16.2147 22.4399C13.3814 22.4399 10.9767 20.6082 10.1195 18.0765L9.99382 18.087L6.68656 20.5954L6.64331 20.7132C8.40519 24.1432 12.0242 26.5 16.2147 26.5Z"
28
- fill="#34A853"
29
- />
30
- <path
31
- d="M10.12 18.0766C9.89379 17.4233 9.76289 16.7232 9.76289 15.9999C9.76289 15.2765 9.89379 14.5766 10.1081 13.9232L10.1021 13.7841L6.75337 11.2355L6.64381 11.2865C5.91765 12.7099 5.50098 14.3083 5.50098 15.9999C5.50098 17.6916 5.91765 19.2899 6.64381 20.7132L10.12 18.0766Z"
32
- fill="#FBBC05"
33
- />
34
- <path
35
- d="M16.2148 9.55997C18.2267 9.55997 19.5838 10.4116 20.3576 11.1233L23.3814 8.23C21.5243 6.53834 19.1076 5.5 16.2148 5.5C12.0243 5.5 8.4052 7.85665 6.64331 11.2866L10.1076 13.9233C10.9767 11.3917 13.3815 9.55997 16.2148 9.55997Z"
36
- fill="#EB4335"
37
- />
38
- </svg>
39
- </template>
40
-
41
- <style scoped></style>
1
+
2
+
3
+ <script lang="ts" setup>
4
+ </script>
5
+
6
+ <template>
7
+ <svg
8
+ width="32"
9
+ height="32"
10
+ viewBox="0 0 32 32"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ >
14
+ <rect
15
+ x="0.5"
16
+ y="0.5"
17
+ width="31"
18
+ height="31"
19
+ rx="5.5"
20
+ stroke="#9DA3AC"
21
+ />
22
+ <path
23
+ d="M26.501 16.2332C26.501 15.3699 26.4296 14.7399 26.2748 14.0865H16.2153V17.9832H22.12C22.001 18.9515 21.3582 20.4099 19.9296 21.3898L19.9096 21.5203L23.0902 23.935L23.3106 23.9565C25.3343 22.1249 26.501 19.4298 26.501 16.2332Z"
24
+ fill="#4285F4"
25
+ />
26
+ <path
27
+ d="M16.2147 26.5C19.1075 26.5 21.5361 25.5666 23.3099 23.9566L19.929 21.3898C19.0242 22.0082 17.8099 22.4399 16.2147 22.4399C13.3814 22.4399 10.9767 20.6082 10.1195 18.0765L9.99382 18.087L6.68656 20.5954L6.64331 20.7132C8.40519 24.1432 12.0242 26.5 16.2147 26.5Z"
28
+ fill="#34A853"
29
+ />
30
+ <path
31
+ d="M10.12 18.0766C9.89379 17.4233 9.76289 16.7232 9.76289 15.9999C9.76289 15.2765 9.89379 14.5766 10.1081 13.9232L10.1021 13.7841L6.75337 11.2355L6.64381 11.2865C5.91765 12.7099 5.50098 14.3083 5.50098 15.9999C5.50098 17.6916 5.91765 19.2899 6.64381 20.7132L10.12 18.0766Z"
32
+ fill="#FBBC05"
33
+ />
34
+ <path
35
+ d="M16.2148 9.55997C18.2267 9.55997 19.5838 10.4116 20.3576 11.1233L23.3814 8.23C21.5243 6.53834 19.1076 5.5 16.2148 5.5C12.0243 5.5 8.4052 7.85665 6.64331 11.2866L10.1076 13.9233C10.9767 11.3917 13.3815 9.55997 16.2148 9.55997Z"
36
+ fill="#EB4335"
37
+ />
38
+ </svg>
39
+ </template>
40
+
41
+ <style scoped></style>
@@ -1,19 +1,19 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
7
- <rect width="28" height="28" rx="14" fill="white"/>
8
- <g class="logo" fill="#2C3E50">
9
- <path d="M20.125 9.1875C20.125 9.91237 19.5374 10.5 18.8125 10.5C18.0876 10.5 17.5 9.91237 17.5 9.1875C17.5 8.46263 18.0876 7.875 18.8125 7.875C19.5374 7.875 20.125 8.46263 20.125 9.1875Z" />
10
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14 18.375C16.4162 18.375 18.375 16.4162 18.375 14C18.375 11.5838 16.4162 9.625 14 9.625C11.5838 9.625 9.625 11.5838 9.625 14C9.625 16.4162 11.5838 18.375 14 18.375ZM14 16.625C15.4497 16.625 16.625 15.4497 16.625 14C16.625 12.5503 15.4497 11.375 14 11.375C12.5503 11.375 11.375 12.5503 11.375 14C11.375 15.4497 12.5503 16.625 14 16.625Z" />
11
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 13.65C5.25 10.7097 5.25 9.23959 5.82222 8.11655C6.32555 7.1287 7.1287 6.32555 8.11655 5.82222C9.23959 5.25 10.7097 5.25 13.65 5.25H14.35C17.2903 5.25 18.7604 5.25 19.8835 5.82222C20.8713 6.32555 21.6744 7.1287 22.1778 8.11655C22.75 9.23959 22.75 10.7097 22.75 13.65V14.35C22.75 17.2903 22.75 18.7604 22.1778 19.8835C21.6744 20.8713 20.8713 21.6744 19.8835 22.1778C18.7604 22.75 17.2903 22.75 14.35 22.75H13.65C10.7097 22.75 9.23959 22.75 8.11655 22.1778C7.1287 21.6744 6.32555 20.8713 5.82222 19.8835C5.25 18.7604 5.25 17.2903 5.25 14.35V13.65ZM13.65 7H14.35C15.849 7 16.868 7.00136 17.6557 7.06572C18.4229 7.1284 18.8153 7.24202 19.089 7.38148C19.7475 7.71703 20.283 8.25247 20.6185 8.91103C20.758 9.18473 20.8716 9.57709 20.9343 10.3443C20.9986 11.132 21 12.151 21 13.65V14.35C21 15.849 20.9986 16.868 20.9343 17.6557C20.8716 18.4229 20.758 18.8153 20.6185 19.089C20.283 19.7475 19.7475 20.283 19.089 20.6185C18.8153 20.758 18.4229 20.8716 17.6557 20.9343C16.868 20.9986 15.849 21 14.35 21H13.65C12.151 21 11.132 20.9986 10.3443 20.9343C9.57709 20.8716 9.18473 20.758 8.91103 20.6185C8.25247 20.283 7.71703 19.7475 7.38148 19.089C7.24202 18.8153 7.1284 18.4229 7.06572 17.6557C7.00136 16.868 7 15.849 7 14.35V13.65C7 12.151 7.00136 11.132 7.06572 10.3443C7.1284 9.57709 7.24202 9.18473 7.38148 8.91103C7.71703 8.25247 8.25247 7.71703 8.91103 7.38148C9.18473 7.24202 9.57709 7.1284 10.3443 7.06572C11.132 7.00136 12.151 7 13.65 7Z" />
12
- </g>
13
- </svg>
14
-
15
- </template>
16
-
17
- <style scoped>
18
-
19
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
7
+ <rect width="28" height="28" rx="14" fill="white"/>
8
+ <g class="logo" fill="#2C3E50">
9
+ <path d="M20.125 9.1875C20.125 9.91237 19.5374 10.5 18.8125 10.5C18.0876 10.5 17.5 9.91237 17.5 9.1875C17.5 8.46263 18.0876 7.875 18.8125 7.875C19.5374 7.875 20.125 8.46263 20.125 9.1875Z" />
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14 18.375C16.4162 18.375 18.375 16.4162 18.375 14C18.375 11.5838 16.4162 9.625 14 9.625C11.5838 9.625 9.625 11.5838 9.625 14C9.625 16.4162 11.5838 18.375 14 18.375ZM14 16.625C15.4497 16.625 16.625 15.4497 16.625 14C16.625 12.5503 15.4497 11.375 14 11.375C12.5503 11.375 11.375 12.5503 11.375 14C11.375 15.4497 12.5503 16.625 14 16.625Z" />
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 13.65C5.25 10.7097 5.25 9.23959 5.82222 8.11655C6.32555 7.1287 7.1287 6.32555 8.11655 5.82222C9.23959 5.25 10.7097 5.25 13.65 5.25H14.35C17.2903 5.25 18.7604 5.25 19.8835 5.82222C20.8713 6.32555 21.6744 7.1287 22.1778 8.11655C22.75 9.23959 22.75 10.7097 22.75 13.65V14.35C22.75 17.2903 22.75 18.7604 22.1778 19.8835C21.6744 20.8713 20.8713 21.6744 19.8835 22.1778C18.7604 22.75 17.2903 22.75 14.35 22.75H13.65C10.7097 22.75 9.23959 22.75 8.11655 22.1778C7.1287 21.6744 6.32555 20.8713 5.82222 19.8835C5.25 18.7604 5.25 17.2903 5.25 14.35V13.65ZM13.65 7H14.35C15.849 7 16.868 7.00136 17.6557 7.06572C18.4229 7.1284 18.8153 7.24202 19.089 7.38148C19.7475 7.71703 20.283 8.25247 20.6185 8.91103C20.758 9.18473 20.8716 9.57709 20.9343 10.3443C20.9986 11.132 21 12.151 21 13.65V14.35C21 15.849 20.9986 16.868 20.9343 17.6557C20.8716 18.4229 20.758 18.8153 20.6185 19.089C20.283 19.7475 19.7475 20.283 19.089 20.6185C18.8153 20.758 18.4229 20.8716 17.6557 20.9343C16.868 20.9986 15.849 21 14.35 21H13.65C12.151 21 11.132 20.9986 10.3443 20.9343C9.57709 20.8716 9.18473 20.758 8.91103 20.6185C8.25247 20.283 7.71703 19.7475 7.38148 19.089C7.24202 18.8153 7.1284 18.4229 7.06572 17.6557C7.00136 16.868 7 15.849 7 14.35V13.65C7 12.151 7.00136 11.132 7.06572 10.3443C7.1284 9.57709 7.24202 9.18473 7.38148 8.91103C7.71703 8.25247 8.25247 7.71703 8.91103 7.38148C9.18473 7.24202 9.57709 7.1284 10.3443 7.06572C11.132 7.00136 12.151 7 13.65 7Z" />
12
+ </g>
13
+ </svg>
14
+
15
+ </template>
16
+
17
+ <style scoped>
18
+
19
+ </style>
@@ -1,24 +1,24 @@
1
- <template>
2
- <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <rect width="28" height="28" rx="14" fill="white" />
4
- <g clip-path="url(#clip0_11045_8656)">
5
- <path
6
- d="M9.72564 11.1482H6.51458C6.37207 11.1482 6.25659 11.2637 6.25659 11.4062V21.722C6.25659 21.8645 6.37207 21.9799 6.51458 21.9799H9.72564C9.86815 21.9799 9.98363 21.8645 9.98363 21.722V11.4062C9.98363 11.2637 9.86815 11.1482 9.72564 11.1482Z"
7
- fill="#2C3E50"
8
- />
9
- <path
10
- d="M8.12134 6.02002C6.95297 6.02002 6.00244 6.96952 6.00244 8.1366C6.00244 9.3042 6.95297 10.2541 8.12134 10.2541C9.28878 10.2541 10.2385 9.30414 10.2385 8.1366C10.2386 6.96952 9.28878 6.02002 8.12134 6.02002Z"
11
- fill="#2C3E50"
12
- />
13
- <path
14
- d="M17.8931 10.8918C16.6035 10.8918 15.6501 11.4463 15.0718 12.0762V11.4062C15.0718 11.2638 14.9564 11.1482 14.8139 11.1482H11.7387C11.5962 11.1482 11.4807 11.2638 11.4807 11.4062V21.722C11.4807 21.8645 11.5962 21.98 11.7387 21.98H14.9427C15.0853 21.98 15.2007 21.8645 15.2007 21.722V16.6181C15.2007 14.8982 15.6679 14.2281 16.8668 14.2281C18.1725 14.2281 18.2763 15.3023 18.2763 16.7066V21.722C18.2763 21.8646 18.3918 21.98 18.5343 21.98H21.7395C21.882 21.98 21.9975 21.8646 21.9975 21.722V16.0637C21.9975 13.5062 21.5099 10.8918 17.8931 10.8918Z"
15
- fill="#2C3E50"
16
- />
17
- </g>
18
- <defs>
19
- <clipPath id="clip0_11045_8656">
20
- <rect width="15.9952" height="16" fill="white" transform="translate(6.00244 6)" />
21
- </clipPath>
22
- </defs>
23
- </svg>
24
- </template>
1
+ <template>
2
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <rect width="28" height="28" rx="14" fill="white" />
4
+ <g clip-path="url(#clip0_11045_8656)">
5
+ <path
6
+ d="M9.72564 11.1482H6.51458C6.37207 11.1482 6.25659 11.2637 6.25659 11.4062V21.722C6.25659 21.8645 6.37207 21.9799 6.51458 21.9799H9.72564C9.86815 21.9799 9.98363 21.8645 9.98363 21.722V11.4062C9.98363 11.2637 9.86815 11.1482 9.72564 11.1482Z"
7
+ fill="#2C3E50"
8
+ />
9
+ <path
10
+ d="M8.12134 6.02002C6.95297 6.02002 6.00244 6.96952 6.00244 8.1366C6.00244 9.3042 6.95297 10.2541 8.12134 10.2541C9.28878 10.2541 10.2385 9.30414 10.2385 8.1366C10.2386 6.96952 9.28878 6.02002 8.12134 6.02002Z"
11
+ fill="#2C3E50"
12
+ />
13
+ <path
14
+ d="M17.8931 10.8918C16.6035 10.8918 15.6501 11.4463 15.0718 12.0762V11.4062C15.0718 11.2638 14.9564 11.1482 14.8139 11.1482H11.7387C11.5962 11.1482 11.4807 11.2638 11.4807 11.4062V21.722C11.4807 21.8645 11.5962 21.98 11.7387 21.98H14.9427C15.0853 21.98 15.2007 21.8645 15.2007 21.722V16.6181C15.2007 14.8982 15.6679 14.2281 16.8668 14.2281C18.1725 14.2281 18.2763 15.3023 18.2763 16.7066V21.722C18.2763 21.8646 18.3918 21.98 18.5343 21.98H21.7395C21.882 21.98 21.9975 21.8646 21.9975 21.722V16.0637C21.9975 13.5062 21.5099 10.8918 17.8931 10.8918Z"
15
+ fill="#2C3E50"
16
+ />
17
+ </g>
18
+ <defs>
19
+ <clipPath id="clip0_11045_8656">
20
+ <rect width="15.9952" height="16" fill="white" transform="translate(6.00244 6)" />
21
+ </clipPath>
22
+ </defs>
23
+ </svg>
24
+ </template>
@@ -1,34 +1,34 @@
1
- <template>
2
- <svg
3
- width="32"
4
- height="32"
5
- viewBox="0 0 32 32"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <rect
10
- x="0.5"
11
- y="0.5"
12
- width="31"
13
- height="31"
14
- rx="5.5"
15
- stroke="#9DA3AC"
16
- />
17
- <g clip-path="url(#clip0_680_206687)">
18
- <path
19
- d="M19.1585 15.5C19.1585 17.2417 17.7417 18.6585 16 18.6585C14.2583 18.6585 12.8415 17.2417 12.8415 15.5C12.8415 13.7583 14.2583 12.3415 16 12.3415C17.7417 12.3415 19.1585 13.7583 19.1585 15.5ZM16 5C10.2106 5 5.5 9.71056 5.5 15.5C5.5 21.2894 10.2106 26 16 26C18.121 26 20.1665 25.3687 21.9148 24.1737L21.945 24.1527L20.5301 22.5081L20.5065 22.5238C19.1605 23.3894 17.6019 23.8475 16 23.8475C11.3971 23.8475 7.6525 20.1029 7.6525 15.5C7.6525 10.8971 11.3971 7.1525 16 7.1525C20.6029 7.1525 24.3475 10.8971 24.3475 15.5C24.3475 16.0965 24.2812 16.7003 24.1506 17.2942C23.8868 18.3777 23.1282 18.7097 22.5586 18.6657C21.9857 18.6192 21.3156 18.211 21.311 17.2122V16.4509V15.5C21.311 12.5712 18.9288 10.189 16 10.189C13.0712 10.189 10.689 12.5712 10.689 15.5C10.689 18.4288 13.0712 20.811 16 20.811C17.4227 20.811 18.7569 20.2545 19.7629 19.2432C20.3477 20.1535 21.3012 20.7244 22.386 20.811C22.4792 20.8189 22.5743 20.8228 22.6688 20.8228C23.432 20.8228 24.1893 20.5676 24.7997 20.1036C25.429 19.6258 25.8989 18.9348 26.1588 18.1047C26.2001 17.9708 26.2762 17.6637 26.2769 17.6617L26.2788 17.6505C26.4317 16.9844 26.5 16.3203 26.5 15.5C26.5 9.71056 21.7894 5 16 5Z"
20
- fill="#FF9E00"
21
- />
22
- </g>
23
- <defs>
24
- <clipPath id="clip0_680_206687">
25
- <rect
26
- width="21"
27
- height="21"
28
- fill="white"
29
- transform="translate(5.5 5)"
30
- />
31
- </clipPath>
32
- </defs>
33
- </svg>
34
- </template>
1
+ <template>
2
+ <svg
3
+ width="32"
4
+ height="32"
5
+ viewBox="0 0 32 32"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <rect
10
+ x="0.5"
11
+ y="0.5"
12
+ width="31"
13
+ height="31"
14
+ rx="5.5"
15
+ stroke="#9DA3AC"
16
+ />
17
+ <g clip-path="url(#clip0_680_206687)">
18
+ <path
19
+ d="M19.1585 15.5C19.1585 17.2417 17.7417 18.6585 16 18.6585C14.2583 18.6585 12.8415 17.2417 12.8415 15.5C12.8415 13.7583 14.2583 12.3415 16 12.3415C17.7417 12.3415 19.1585 13.7583 19.1585 15.5ZM16 5C10.2106 5 5.5 9.71056 5.5 15.5C5.5 21.2894 10.2106 26 16 26C18.121 26 20.1665 25.3687 21.9148 24.1737L21.945 24.1527L20.5301 22.5081L20.5065 22.5238C19.1605 23.3894 17.6019 23.8475 16 23.8475C11.3971 23.8475 7.6525 20.1029 7.6525 15.5C7.6525 10.8971 11.3971 7.1525 16 7.1525C20.6029 7.1525 24.3475 10.8971 24.3475 15.5C24.3475 16.0965 24.2812 16.7003 24.1506 17.2942C23.8868 18.3777 23.1282 18.7097 22.5586 18.6657C21.9857 18.6192 21.3156 18.211 21.311 17.2122V16.4509V15.5C21.311 12.5712 18.9288 10.189 16 10.189C13.0712 10.189 10.689 12.5712 10.689 15.5C10.689 18.4288 13.0712 20.811 16 20.811C17.4227 20.811 18.7569 20.2545 19.7629 19.2432C20.3477 20.1535 21.3012 20.7244 22.386 20.811C22.4792 20.8189 22.5743 20.8228 22.6688 20.8228C23.432 20.8228 24.1893 20.5676 24.7997 20.1036C25.429 19.6258 25.8989 18.9348 26.1588 18.1047C26.2001 17.9708 26.2762 17.6637 26.2769 17.6617L26.2788 17.6505C26.4317 16.9844 26.5 16.3203 26.5 15.5C26.5 9.71056 21.7894 5 16 5Z"
20
+ fill="#FF9E00"
21
+ />
22
+ </g>
23
+ <defs>
24
+ <clipPath id="clip0_680_206687">
25
+ <rect
26
+ width="21"
27
+ height="21"
28
+ fill="white"
29
+ transform="translate(5.5 5)"
30
+ />
31
+ </clipPath>
32
+ </defs>
33
+ </svg>
34
+ </template>
@@ -1,15 +1,15 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
7
- <circle cx="14" cy="14" r="12.25" fill="white"/>
8
- <path class="logo" d="M20.1132 8.93269C20.2223 8.2279 19.5522 7.67161 18.9256 7.94675L6.44422 13.4267C5.99482 13.624 6.0277 14.3047 6.49378 14.4532L9.06775 15.2728C9.55901 15.4293 10.091 15.3484 10.5199 15.052L16.3231 11.0427C16.4981 10.9218 16.6888 11.1707 16.5393 11.3248L12.3621 15.6316C11.9569 16.0493 12.0373 16.7573 12.5247 17.0629L17.2016 19.9958C17.7261 20.3247 18.401 19.9942 18.4991 19.3604L20.1132 8.93269Z" fill="#2C3E50"/>
9
- </svg>
10
-
11
- </template>
12
-
13
- <style scoped>
14
-
15
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
7
+ <circle cx="14" cy="14" r="12.25" fill="white"/>
8
+ <path class="logo" d="M20.1132 8.93269C20.2223 8.2279 19.5522 7.67161 18.9256 7.94675L6.44422 13.4267C5.99482 13.624 6.0277 14.3047 6.49378 14.4532L9.06775 15.2728C9.55901 15.4293 10.091 15.3484 10.5199 15.052L16.3231 11.0427C16.4981 10.9218 16.6888 11.1707 16.5393 11.3248L12.3621 15.6316C11.9569 16.0493 12.0373 16.7573 12.5247 17.0629L17.2016 19.9958C17.7261 20.3247 18.401 19.9942 18.4991 19.3604L20.1132 8.93269Z" fill="#2C3E50"/>
9
+ </svg>
10
+
11
+ </template>
12
+
13
+ <style scoped>
14
+
15
+ </style>