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,25 +1,25 @@
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 2.05001C6.69566 2.05001 5.44474 2.55285 4.52243 3.44792C3.60012 4.34298 3.08197 5.55695 3.08197 6.82277C3.08197 8.67199 4.31999 10.4571 5.66322 11.833C6.32377 12.5097 6.98616 13.0634 7.48402 13.4482C7.68839 13.6061 7.86429 13.735 8 13.8316C8.13571 13.735 8.31161 13.6061 8.51598 13.4482C9.01384 13.0634 9.67623 12.5097 10.3368 11.833C11.68 10.4571 12.918 8.67199 12.918 6.82277C12.918 5.55695 12.3999 4.34298 11.4776 3.44792C10.5553 2.55285 9.30434 2.05001 8 2.05001ZM8 14.4751C7.69992 14.9119 7.69962 14.9117 7.69962 14.9117C7.68797 14.9041 7.65205 14.8804 7.63067 14.866C7.58793 14.8373 7.52637 14.7953 7.44869 14.7409C7.29339 14.632 7.07332 14.473 6.81004 14.2696C6.28433 13.8633 5.58196 13.2765 4.87776 12.5552C3.49149 11.1351 2 9.09403 2 6.82277C2 5.27847 2.63214 3.79743 3.75736 2.70545C4.88258 1.61347 6.4087 1 8 1C9.5913 1 11.1174 1.61347 12.2426 2.70545C13.3679 3.79743 14 5.27847 14 6.82277C14 9.09403 12.5085 11.1351 11.1222 12.5552C10.418 13.2765 9.71567 13.8633 9.18996 14.2696C8.92668 14.473 8.70661 14.632 8.55131 14.7409C8.47363 14.7953 8.41207 14.8373 8.36933 14.866C8.34795 14.8804 8.31173 14.9042 8.30008 14.9119C8.30008 14.9119 8.30008 14.9119 8 14.4751ZM8 14.4751L8.30008 14.9119C8.11837 15.0295 7.88133 15.0293 7.69962 14.9117L8 14.4751Z"
13
- fill="currentColor"
14
- />
15
- <path
16
- fill-rule="evenodd"
17
- clip-rule="evenodd"
18
- d="M8 5.58185C7.2938 5.58185 6.72131 6.13743 6.72131 6.82277C6.72131 7.50811 7.2938 8.06369 8 8.06369C8.7062 8.06369 9.27869 7.50811 9.27869 6.82277C9.27869 6.13743 8.7062 5.58185 8 5.58185ZM5.63935 6.82277C5.63935 5.55753 6.69625 4.53184 8 4.53184C9.30375 4.53184 10.3607 5.55753 10.3607 6.82277C10.3607 8.08801 9.30375 9.11369 8 9.11369C6.69625 9.11369 5.63935 8.08801 5.63935 6.82277Z"
19
- fill="currentColor"
20
- />
21
- </svg>
22
- </template>
23
-
24
- <script setup lang="ts">
25
- </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 2.05001C6.69566 2.05001 5.44474 2.55285 4.52243 3.44792C3.60012 4.34298 3.08197 5.55695 3.08197 6.82277C3.08197 8.67199 4.31999 10.4571 5.66322 11.833C6.32377 12.5097 6.98616 13.0634 7.48402 13.4482C7.68839 13.6061 7.86429 13.735 8 13.8316C8.13571 13.735 8.31161 13.6061 8.51598 13.4482C9.01384 13.0634 9.67623 12.5097 10.3368 11.833C11.68 10.4571 12.918 8.67199 12.918 6.82277C12.918 5.55695 12.3999 4.34298 11.4776 3.44792C10.5553 2.55285 9.30434 2.05001 8 2.05001ZM8 14.4751C7.69992 14.9119 7.69962 14.9117 7.69962 14.9117C7.68797 14.9041 7.65205 14.8804 7.63067 14.866C7.58793 14.8373 7.52637 14.7953 7.44869 14.7409C7.29339 14.632 7.07332 14.473 6.81004 14.2696C6.28433 13.8633 5.58196 13.2765 4.87776 12.5552C3.49149 11.1351 2 9.09403 2 6.82277C2 5.27847 2.63214 3.79743 3.75736 2.70545C4.88258 1.61347 6.4087 1 8 1C9.5913 1 11.1174 1.61347 12.2426 2.70545C13.3679 3.79743 14 5.27847 14 6.82277C14 9.09403 12.5085 11.1351 11.1222 12.5552C10.418 13.2765 9.71567 13.8633 9.18996 14.2696C8.92668 14.473 8.70661 14.632 8.55131 14.7409C8.47363 14.7953 8.41207 14.8373 8.36933 14.866C8.34795 14.8804 8.31173 14.9042 8.30008 14.9119C8.30008 14.9119 8.30008 14.9119 8 14.4751ZM8 14.4751L8.30008 14.9119C8.11837 15.0295 7.88133 15.0293 7.69962 14.9117L8 14.4751Z"
13
+ fill="currentColor"
14
+ />
15
+ <path
16
+ fill-rule="evenodd"
17
+ clip-rule="evenodd"
18
+ d="M8 5.58185C7.2938 5.58185 6.72131 6.13743 6.72131 6.82277C6.72131 7.50811 7.2938 8.06369 8 8.06369C8.7062 8.06369 9.27869 7.50811 9.27869 6.82277C9.27869 6.13743 8.7062 5.58185 8 5.58185ZM5.63935 6.82277C5.63935 5.55753 6.69625 4.53184 8 4.53184C9.30375 4.53184 10.3607 5.55753 10.3607 6.82277C10.3607 8.08801 9.30375 9.11369 8 9.11369C6.69625 9.11369 5.63935 8.08801 5.63935 6.82277Z"
19
+ fill="currentColor"
20
+ />
21
+ </svg>
22
+ </template>
23
+
24
+ <script setup lang="ts">
25
+ </script>
@@ -1,19 +1,19 @@
1
- <template>
2
- <svg
3
- width="24"
4
- height="24"
5
- viewBox="0 0 24 24"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M19.8796 3.5C20.0348 3.5 20.1897 3.56376 20.3084 3.68704C20.428 3.81128 20.5 3.98562 20.5 4.17308V19.8269C20.5 20.0144 20.428 20.1887 20.3084 20.313C20.1897 20.4362 20.0348 20.5 19.8796 20.5H10.2871C10.1318 20.5 9.97701 20.4362 9.85829 20.313C9.73865 20.1887 9.66668 20.0144 9.66668 19.8269V16.9808C9.66668 16.5666 9.33089 16.2308 8.91668 16.2308C8.50247 16.2308 8.16668 16.5666 8.16668 16.9808V19.8269C8.16668 20.3943 8.38346 20.9439 8.77781 21.3534C9.17309 21.7639 9.71536 22 10.2871 22H19.8796C20.4513 22 20.9936 21.7639 21.3889 21.3534C21.7832 20.9439 22 20.3943 22 19.8269V4.17308C22 3.60568 21.7832 3.05609 21.3889 2.64658C20.9936 2.2361 20.4513 2 19.8796 2H10.2871C9.71536 2 9.17309 2.2361 8.77781 2.64658C8.38346 3.05609 8.16668 3.60568 8.16668 4.17308V7.01923C8.16668 7.43344 8.50247 7.76923 8.91668 7.76923C9.33089 7.76923 9.66668 7.43344 9.66668 7.01923V4.17308C9.66668 3.98562 9.73865 3.81128 9.85829 3.68704C9.97701 3.56376 10.1318 3.5 10.2871 3.5H19.8796ZM13.2727 11.25L11.4697 9.44702C11.1768 9.15412 11.1768 8.67925 11.4697 8.38636C11.7626 8.09346 12.2375 8.09346 12.5304 8.38636L15.6137 11.4697C15.9066 11.7626 15.9066 12.2375 15.6137 12.5304L12.5304 15.6137C12.2375 15.9066 11.7626 15.9066 11.4697 15.6137C11.1768 15.3208 11.1768 14.8459 11.4697 14.553L13.2727 12.75H2.75C2.33579 12.75 2 12.4142 2 12C2 11.5858 2.33579 11.25 2.75 11.25H13.2727Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
17
-
18
- <script setup lang="ts">
19
- </script>
1
+ <template>
2
+ <svg
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M19.8796 3.5C20.0348 3.5 20.1897 3.56376 20.3084 3.68704C20.428 3.81128 20.5 3.98562 20.5 4.17308V19.8269C20.5 20.0144 20.428 20.1887 20.3084 20.313C20.1897 20.4362 20.0348 20.5 19.8796 20.5H10.2871C10.1318 20.5 9.97701 20.4362 9.85829 20.313C9.73865 20.1887 9.66668 20.0144 9.66668 19.8269V16.9808C9.66668 16.5666 9.33089 16.2308 8.91668 16.2308C8.50247 16.2308 8.16668 16.5666 8.16668 16.9808V19.8269C8.16668 20.3943 8.38346 20.9439 8.77781 21.3534C9.17309 21.7639 9.71536 22 10.2871 22H19.8796C20.4513 22 20.9936 21.7639 21.3889 21.3534C21.7832 20.9439 22 20.3943 22 19.8269V4.17308C22 3.60568 21.7832 3.05609 21.3889 2.64658C20.9936 2.2361 20.4513 2 19.8796 2H10.2871C9.71536 2 9.17309 2.2361 8.77781 2.64658C8.38346 3.05609 8.16668 3.60568 8.16668 4.17308V7.01923C8.16668 7.43344 8.50247 7.76923 8.91668 7.76923C9.33089 7.76923 9.66668 7.43344 9.66668 7.01923V4.17308C9.66668 3.98562 9.73865 3.81128 9.85829 3.68704C9.97701 3.56376 10.1318 3.5 10.2871 3.5H19.8796ZM13.2727 11.25L11.4697 9.44702C11.1768 9.15412 11.1768 8.67925 11.4697 8.38636C11.7626 8.09346 12.2375 8.09346 12.5304 8.38636L15.6137 11.4697C15.9066 11.7626 15.9066 12.2375 15.6137 12.5304L12.5304 15.6137C12.2375 15.9066 11.7626 15.9066 11.4697 15.6137C11.1768 15.3208 11.1768 14.8459 11.4697 14.553L13.2727 12.75H2.75C2.33579 12.75 2 12.4142 2 12C2 11.5858 2.33579 11.25 2.75 11.25H13.2727Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -1,25 +1,25 @@
1
- <script setup lang="ts"></script>
2
-
3
- <template>
4
- <svg
5
- width="25"
6
- height="24"
7
- viewBox="0 0 25 24"
8
- fill="none"
9
- xmlns="http://www.w3.org/2000/svg"
10
- >
11
- <path
12
- fill-rule="evenodd"
13
- clip-rule="evenodd"
14
- d="M12.3618 2C8.61384 2 5.57553 5.03831 5.57553 8.78625V13.4501L3.24673 17.6027C3.11648 17.8349 3.11914 18.1188 3.25372 18.3486C3.38829 18.5783 3.6346 18.7195 3.90088 18.7195H8.83112C8.84826 18.9354 8.88479 19.1499 8.94059 19.3603C9.07409 19.8637 9.31468 20.3313 9.64539 20.7302C9.9761 21.129 10.3889 21.4494 10.8547 21.6688C11.3206 21.8882 11.8281 22.0012 12.3416 22C12.8552 21.9987 13.3622 21.8832 13.827 21.6616C14.2918 21.44 14.7031 21.1176 15.0319 20.7171C15.3608 20.3167 15.5991 19.848 15.7303 19.3439C15.7837 19.1388 15.8187 18.9298 15.8354 18.7195H20.7657C21.0307 18.7195 21.2759 18.5797 21.411 18.3518C21.546 18.1239 21.5508 17.8416 21.4235 17.6093L19.148 13.4541V8.78625C19.148 5.03831 16.1097 2 12.3618 2ZM14.3273 18.7195H10.3392C10.351 18.8058 10.3681 18.8914 10.3905 18.9758C10.4686 19.2702 10.6089 19.5421 10.8001 19.7727C10.9912 20.0032 11.2284 20.1867 11.4939 20.3118C11.7592 20.4367 12.0473 20.5007 12.338 20.5C12.6287 20.4993 12.9165 20.4339 13.1813 20.3077C13.4463 20.1813 13.6826 19.9967 13.8727 19.7652C14.0629 19.5336 14.2019 19.261 14.2786 18.9662C14.2998 18.8849 14.316 18.8025 14.3273 18.7195Z"
15
- fill="#2C3E50"
16
- fill-opacity="0.8"
17
- />
18
- <circle
19
- cx="18.3335"
20
- cy="6"
21
- r="4"
22
- fill="#E74135"
23
- />
24
- </svg>
25
- </template>
1
+ <script setup lang="ts"></script>
2
+
3
+ <template>
4
+ <svg
5
+ width="25"
6
+ height="24"
7
+ viewBox="0 0 25 24"
8
+ fill="none"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ >
11
+ <path
12
+ fill-rule="evenodd"
13
+ clip-rule="evenodd"
14
+ d="M12.3618 2C8.61384 2 5.57553 5.03831 5.57553 8.78625V13.4501L3.24673 17.6027C3.11648 17.8349 3.11914 18.1188 3.25372 18.3486C3.38829 18.5783 3.6346 18.7195 3.90088 18.7195H8.83112C8.84826 18.9354 8.88479 19.1499 8.94059 19.3603C9.07409 19.8637 9.31468 20.3313 9.64539 20.7302C9.9761 21.129 10.3889 21.4494 10.8547 21.6688C11.3206 21.8882 11.8281 22.0012 12.3416 22C12.8552 21.9987 13.3622 21.8832 13.827 21.6616C14.2918 21.44 14.7031 21.1176 15.0319 20.7171C15.3608 20.3167 15.5991 19.848 15.7303 19.3439C15.7837 19.1388 15.8187 18.9298 15.8354 18.7195H20.7657C21.0307 18.7195 21.2759 18.5797 21.411 18.3518C21.546 18.1239 21.5508 17.8416 21.4235 17.6093L19.148 13.4541V8.78625C19.148 5.03831 16.1097 2 12.3618 2ZM14.3273 18.7195H10.3392C10.351 18.8058 10.3681 18.8914 10.3905 18.9758C10.4686 19.2702 10.6089 19.5421 10.8001 19.7727C10.9912 20.0032 11.2284 20.1867 11.4939 20.3118C11.7592 20.4367 12.0473 20.5007 12.338 20.5C12.6287 20.4993 12.9165 20.4339 13.1813 20.3077C13.4463 20.1813 13.6826 19.9967 13.8727 19.7652C14.0629 19.5336 14.2019 19.261 14.2786 18.9662C14.2998 18.8849 14.316 18.8025 14.3273 18.7195Z"
15
+ fill="#2C3E50"
16
+ fill-opacity="0.8"
17
+ />
18
+ <circle
19
+ cx="18.3335"
20
+ cy="6"
21
+ r="4"
22
+ fill="#E74135"
23
+ />
24
+ </svg>
25
+ </template>
@@ -1,15 +1,15 @@
1
- <template>
2
- <svg
3
- width="41"
4
- height="40"
5
- viewBox="0 0 41 40"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M33.167 5H8.16699C7.50395 5 6.86807 5.26339 6.39923 5.73223C5.93038 6.20107 5.66699 6.83696 5.66699 7.5V32.5C5.66699 33.163 5.93038 33.7989 6.39923 34.2678C6.86807 34.7366 7.50395 35 8.16699 35H33.167C33.83 35 34.4659 34.7366 34.9348 34.2678C35.4036 33.7989 35.667 33.163 35.667 32.5V7.5C35.667 6.83696 35.4036 6.20107 34.9348 5.73223C34.4659 5.26339 33.83 5 33.167 5ZM33.167 7.5V23.75H28.6826C28.3545 23.7492 28.0294 23.8135 27.7263 23.9393C27.4232 24.0651 27.1481 24.2498 26.917 24.4828L23.8998 27.5H17.4342L14.417 24.4828C14.1857 24.2497 13.9103 24.0648 13.607 23.939C13.3036 23.8132 12.9782 23.749 12.6498 23.75H8.16699V7.5H33.167ZM33.167 32.5H8.16699V26.25H12.6498L15.667 29.2672C15.8983 29.5003 16.1736 29.6852 16.477 29.811C16.7804 29.9368 17.1058 30.001 17.4342 30H23.8998C24.2282 30.001 24.5536 29.9368 24.857 29.811C25.1603 29.6852 25.4357 29.5003 25.667 29.2672L28.6842 26.25H33.167V32.5ZM14.7826 19.6344C14.5481 19.3998 14.4163 19.0817 14.4163 18.75C14.4163 18.4183 14.5481 18.1002 14.7826 17.8656C15.0172 17.6311 15.3353 17.4993 15.667 17.4993C15.9987 17.4993 16.3168 17.6311 16.5514 17.8656L19.417 20.7328V11.25C19.417 10.9185 19.5487 10.6005 19.7831 10.3661C20.0175 10.1317 20.3355 10 20.667 10C20.9985 10 21.3165 10.1317 21.5509 10.3661C21.7853 10.6005 21.917 10.9185 21.917 11.25V20.7328L24.7826 17.8656C24.8988 17.7495 25.0366 17.6574 25.1884 17.5945C25.3401 17.5317 25.5027 17.4993 25.667 17.4993C25.8312 17.4993 25.9939 17.5317 26.1456 17.5945C26.2974 17.6574 26.4352 17.7495 26.5514 17.8656C26.6675 17.9818 26.7596 18.1196 26.8225 18.2714C26.8853 18.4231 26.9177 18.5858 26.9177 18.75C26.9177 18.9142 26.8853 19.0769 26.8225 19.2286C26.7596 19.3804 26.6675 19.5182 26.5514 19.6344L21.5514 24.6344C21.4353 24.7506 21.2974 24.8428 21.1457 24.9057C20.9939 24.9686 20.8313 25.001 20.667 25.001C20.5027 25.001 20.3401 24.9686 20.1883 24.9057C20.0366 24.8428 19.8987 24.7506 19.7826 24.6344L14.7826 19.6344Z"
11
- fill="currentColor"
12
- />
13
- </svg>
14
- </template>
15
- <script setup lang="ts"></script>
1
+ <template>
2
+ <svg
3
+ width="41"
4
+ height="40"
5
+ viewBox="0 0 41 40"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M33.167 5H8.16699C7.50395 5 6.86807 5.26339 6.39923 5.73223C5.93038 6.20107 5.66699 6.83696 5.66699 7.5V32.5C5.66699 33.163 5.93038 33.7989 6.39923 34.2678C6.86807 34.7366 7.50395 35 8.16699 35H33.167C33.83 35 34.4659 34.7366 34.9348 34.2678C35.4036 33.7989 35.667 33.163 35.667 32.5V7.5C35.667 6.83696 35.4036 6.20107 34.9348 5.73223C34.4659 5.26339 33.83 5 33.167 5ZM33.167 7.5V23.75H28.6826C28.3545 23.7492 28.0294 23.8135 27.7263 23.9393C27.4232 24.0651 27.1481 24.2498 26.917 24.4828L23.8998 27.5H17.4342L14.417 24.4828C14.1857 24.2497 13.9103 24.0648 13.607 23.939C13.3036 23.8132 12.9782 23.749 12.6498 23.75H8.16699V7.5H33.167ZM33.167 32.5H8.16699V26.25H12.6498L15.667 29.2672C15.8983 29.5003 16.1736 29.6852 16.477 29.811C16.7804 29.9368 17.1058 30.001 17.4342 30H23.8998C24.2282 30.001 24.5536 29.9368 24.857 29.811C25.1603 29.6852 25.4357 29.5003 25.667 29.2672L28.6842 26.25H33.167V32.5ZM14.7826 19.6344C14.5481 19.3998 14.4163 19.0817 14.4163 18.75C14.4163 18.4183 14.5481 18.1002 14.7826 17.8656C15.0172 17.6311 15.3353 17.4993 15.667 17.4993C15.9987 17.4993 16.3168 17.6311 16.5514 17.8656L19.417 20.7328V11.25C19.417 10.9185 19.5487 10.6005 19.7831 10.3661C20.0175 10.1317 20.3355 10 20.667 10C20.9985 10 21.3165 10.1317 21.5509 10.3661C21.7853 10.6005 21.917 10.9185 21.917 11.25V20.7328L24.7826 17.8656C24.8988 17.7495 25.0366 17.6574 25.1884 17.5945C25.3401 17.5317 25.5027 17.4993 25.667 17.4993C25.8312 17.4993 25.9939 17.5317 26.1456 17.5945C26.2974 17.6574 26.4352 17.7495 26.5514 17.8656C26.6675 17.9818 26.7596 18.1196 26.8225 18.2714C26.8853 18.4231 26.9177 18.5858 26.9177 18.75C26.9177 18.9142 26.8853 19.0769 26.8225 19.2286C26.7596 19.3804 26.6675 19.5182 26.5514 19.6344L21.5514 24.6344C21.4353 24.7506 21.2974 24.8428 21.1457 24.9057C20.9939 24.9686 20.8313 25.001 20.667 25.001C20.5027 25.001 20.3401 24.9686 20.1883 24.9057C20.0366 24.8428 19.8987 24.7506 19.7826 24.6344L14.7826 19.6344Z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ </template>
15
+ <script setup lang="ts"></script>
@@ -1,6 +1,6 @@
1
- <template>
2
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.52111 2.05C2.39615 2.05 2.27631 2.09964 2.18796 2.188C2.0996 2.27636 2.04996 2.3962 2.04996 2.52116V13.4789C2.04996 13.6038 2.0996 13.7237 2.18796 13.812C2.27632 13.9004 2.39615 13.95 2.52111 13.95H13.4788C13.6038 13.95 13.7236 13.9004 13.812 13.812C13.9003 13.7237 13.95 13.6038 13.95 13.4789V8.99617C13.95 8.70622 14.185 8.47117 14.475 8.47117C14.7649 8.47117 15 8.70622 15 8.99617V13.4789C15 13.8823 14.8397 14.2692 14.5544 14.5545C14.2692 14.8398 13.8823 15 13.4788 15H2.52111C2.11768 15 1.73076 14.8398 1.44549 14.5545C1.16022 14.2692 0.999954 13.8823 0.999954 13.4789V2.52116C0.999954 2.11772 1.16022 1.73081 1.44549 1.44554C1.73076 1.16026 2.11768 1 2.52111 1H7.00381C7.29377 1 7.52882 1.23505 7.52882 1.525C7.52882 1.81495 7.29377 2.05 7.00381 2.05H2.52111ZM10.4635 1.525C10.4635 1.23505 10.6985 1 10.9885 1H14.475C14.6141 1 14.7406 1.0541 14.8345 1.14241C14.8426 1.14999 14.8504 1.15781 14.858 1.16588C14.9013 1.21199 14.9347 1.26402 14.9582 1.31925C14.9851 1.38244 15 1.45198 15 1.525V5.01155C15 5.3015 14.765 5.53655 14.475 5.53655C14.1851 5.53655 13.95 5.3015 13.95 5.01155V2.79246L8.37122 8.37125C8.16619 8.57627 7.83378 8.57627 7.62875 8.37125C7.42373 8.16622 7.42373 7.83381 7.62875 7.62878L13.2075 2.05H10.9885C10.6985 2.05 10.4635 1.81495 10.4635 1.525Z" fill="currentColor"/>
4
- </svg>
5
-
6
- </template>
1
+ <template>
2
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.52111 2.05C2.39615 2.05 2.27631 2.09964 2.18796 2.188C2.0996 2.27636 2.04996 2.3962 2.04996 2.52116V13.4789C2.04996 13.6038 2.0996 13.7237 2.18796 13.812C2.27632 13.9004 2.39615 13.95 2.52111 13.95H13.4788C13.6038 13.95 13.7236 13.9004 13.812 13.812C13.9003 13.7237 13.95 13.6038 13.95 13.4789V8.99617C13.95 8.70622 14.185 8.47117 14.475 8.47117C14.7649 8.47117 15 8.70622 15 8.99617V13.4789C15 13.8823 14.8397 14.2692 14.5544 14.5545C14.2692 14.8398 13.8823 15 13.4788 15H2.52111C2.11768 15 1.73076 14.8398 1.44549 14.5545C1.16022 14.2692 0.999954 13.8823 0.999954 13.4789V2.52116C0.999954 2.11772 1.16022 1.73081 1.44549 1.44554C1.73076 1.16026 2.11768 1 2.52111 1H7.00381C7.29377 1 7.52882 1.23505 7.52882 1.525C7.52882 1.81495 7.29377 2.05 7.00381 2.05H2.52111ZM10.4635 1.525C10.4635 1.23505 10.6985 1 10.9885 1H14.475C14.6141 1 14.7406 1.0541 14.8345 1.14241C14.8426 1.14999 14.8504 1.15781 14.858 1.16588C14.9013 1.21199 14.9347 1.26402 14.9582 1.31925C14.9851 1.38244 15 1.45198 15 1.525V5.01155C15 5.3015 14.765 5.53655 14.475 5.53655C14.1851 5.53655 13.95 5.3015 13.95 5.01155V2.79246L8.37122 8.37125C8.16619 8.57627 7.83378 8.57627 7.62875 8.37125C7.42373 8.16622 7.42373 7.83381 7.62875 7.62878L13.2075 2.05H10.9885C10.6985 2.05 10.4635 1.81495 10.4635 1.525Z" fill="currentColor"/>
4
+ </svg>
5
+
6
+ </template>
@@ -1,16 +1,16 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="17"
5
- viewBox="0 0 16 17"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M2.05 8.5C2.05 5.21391 4.71391 2.55 8 2.55C9.45403 2.55 10.7862 3.07156 11.8198 3.9378L3.4378 12.3198C2.57156 11.2862 2.05 9.95403 2.05 8.5ZM4.18027 13.0622C5.21378 13.9284 6.54598 14.45 8 14.45C11.2861 14.45 13.95 11.7861 13.95 8.5C13.95 7.04598 13.4284 5.71378 12.5622 4.68027L4.18027 13.0622ZM8 1.5C4.13401 1.5 1 4.63401 1 8.5C1 12.366 4.13401 15.5 8 15.5C11.866 15.5 15 12.366 15 8.5C15 4.63401 11.866 1.5 8 1.5Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="17"
5
+ viewBox="0 0 16 17"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M2.05 8.5C2.05 5.21391 4.71391 2.55 8 2.55C9.45403 2.55 10.7862 3.07156 11.8198 3.9378L3.4378 12.3198C2.57156 11.2862 2.05 9.95403 2.05 8.5ZM4.18027 13.0622C5.21378 13.9284 6.54598 14.45 8 14.45C11.2861 14.45 13.95 11.7861 13.95 8.5C13.95 7.04598 13.4284 5.71378 12.5622 4.68027L4.18027 13.0622ZM8 1.5C4.13401 1.5 1 4.63401 1 8.5C1 12.366 4.13401 15.5 8 15.5C11.866 15.5 15 12.366 15 8.5C15 4.63401 11.866 1.5 8 1.5Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
@@ -1,16 +1,16 @@
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>
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>
@@ -1,16 +1,16 @@
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="M6.89027 2.1533C4.30223 2.64152 2.30621 4.80563 2.07285 7.475H5.02171C5.20164 5.57197 5.84478 3.74533 6.89027 2.1533ZM8.00002 0.999985C4.13402 0.999985 1 4.134 1 8C1 11.866 4.13402 15 8.00002 15C11.866 15 15 11.866 15 8C15 4.134 11.866 0.999985 8.00002 0.999985ZM9.10977 2.15329C10.1553 3.74533 10.7984 5.57197 10.9783 7.475H13.9272C13.6938 4.80563 11.6978 2.64152 9.10977 2.15329ZM9.92318 7.475C9.7326 5.64189 9.06956 3.88997 8.00002 2.3907C6.93048 3.88997 6.26744 5.64189 6.07686 7.475H9.92318ZM6.07686 8.52501H9.92318C9.7326 10.3581 9.06956 12.11 8.00002 13.6093C6.93048 12.11 6.26744 10.3581 6.07686 8.52501ZM5.02171 8.52501H2.07285C2.30621 11.1944 4.30223 13.3585 6.89027 13.8467C5.84478 12.2547 5.20164 10.428 5.02171 8.52501ZM9.10977 13.8467C10.1553 12.2547 10.7984 10.428 10.9783 8.52501H13.9272C13.6938 11.1944 11.6978 13.3585 9.10977 13.8467Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
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="M6.89027 2.1533C4.30223 2.64152 2.30621 4.80563 2.07285 7.475H5.02171C5.20164 5.57197 5.84478 3.74533 6.89027 2.1533ZM8.00002 0.999985C4.13402 0.999985 1 4.134 1 8C1 11.866 4.13402 15 8.00002 15C11.866 15 15 11.866 15 8C15 4.134 11.866 0.999985 8.00002 0.999985ZM9.10977 2.15329C10.1553 3.74533 10.7984 5.57197 10.9783 7.475H13.9272C13.6938 4.80563 11.6978 2.64152 9.10977 2.15329ZM9.92318 7.475C9.7326 5.64189 9.06956 3.88997 8.00002 2.3907C6.93048 3.88997 6.26744 5.64189 6.07686 7.475H9.92318ZM6.07686 8.52501H9.92318C9.7326 10.3581 9.06956 12.11 8.00002 13.6093C6.93048 12.11 6.26744 10.3581 6.07686 8.52501ZM5.02171 8.52501H2.07285C2.30621 11.1944 4.30223 13.3585 6.89027 13.8467C5.84478 12.2547 5.20164 10.428 5.02171 8.52501ZM9.10977 13.8467C10.1553 12.2547 10.7984 10.428 10.9783 8.52501H13.9272C13.6938 11.1944 11.6978 13.3585 9.10977 13.8467Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.47751 2.9889L6.93233 4.53417C6.72732 4.7392 6.39491 4.73921 6.18988 4.53419C5.98484 4.32917 5.98483 3.99676 6.18985 3.79173L7.73504 2.24645C9.39699 0.584526 12.0915 0.584512 13.7535 2.24644C15.4154 3.90836 15.4154 6.60287 13.7535 8.2648L12.2083 9.81008C12.0033 10.0151 11.6709 10.0151 11.4659 9.8101C11.2608 9.60508 11.2608 9.27267 11.4658 9.06764L13.011 7.52236C14.2629 6.27048 14.2629 4.24078 13.011 2.9889C11.7591 1.73702 9.72941 1.73703 8.47751 2.9889Z" fill="currentColor"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.53409 6.18986C4.73913 6.39488 4.73914 6.72729 4.53412 6.93232L2.98893 8.47759C1.73704 9.72947 1.73702 11.7592 2.98892 13.0111C4.24081 14.2629 6.27054 14.2629 7.52244 13.0111L9.06762 11.4658C9.27264 11.2608 9.60505 11.2607 9.81008 11.4658C10.0151 11.6708 10.0151 12.0032 9.81011 12.2082L8.26492 13.7535C6.60297 15.4154 3.90841 15.4154 2.24646 13.7535C0.584516 12.0916 0.584512 9.39708 2.24645 7.73516L3.79163 6.18988C3.99665 5.98485 4.32906 5.98484 4.53409 6.18986Z" fill="currentColor"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.5295 5.47043C10.7346 5.67545 10.7346 6.00787 10.5295 6.21289L6.21289 10.5295C6.00786 10.7346 5.67545 10.7346 5.47043 10.5295C5.2654 10.3245 5.2654 9.99211 5.47043 9.78708L9.78708 5.47043C9.9921 5.26541 10.3245 5.26541 10.5295 5.47043Z" fill="currentColor"/>
6
- </svg>
7
- </template>
1
+ <template>
2
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.47751 2.9889L6.93233 4.53417C6.72732 4.7392 6.39491 4.73921 6.18988 4.53419C5.98484 4.32917 5.98483 3.99676 6.18985 3.79173L7.73504 2.24645C9.39699 0.584526 12.0915 0.584512 13.7535 2.24644C15.4154 3.90836 15.4154 6.60287 13.7535 8.2648L12.2083 9.81008C12.0033 10.0151 11.6709 10.0151 11.4659 9.8101C11.2608 9.60508 11.2608 9.27267 11.4658 9.06764L13.011 7.52236C14.2629 6.27048 14.2629 4.24078 13.011 2.9889C11.7591 1.73702 9.72941 1.73703 8.47751 2.9889Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.53409 6.18986C4.73913 6.39488 4.73914 6.72729 4.53412 6.93232L2.98893 8.47759C1.73704 9.72947 1.73702 11.7592 2.98892 13.0111C4.24081 14.2629 6.27054 14.2629 7.52244 13.0111L9.06762 11.4658C9.27264 11.2608 9.60505 11.2607 9.81008 11.4658C10.0151 11.6708 10.0151 12.0032 9.81011 12.2082L8.26492 13.7535C6.60297 15.4154 3.90841 15.4154 2.24646 13.7535C0.584516 12.0916 0.584512 9.39708 2.24645 7.73516L3.79163 6.18988C3.99665 5.98485 4.32906 5.98484 4.53409 6.18986Z" fill="currentColor"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.5295 5.47043C10.7346 5.67545 10.7346 6.00787 10.5295 6.21289L6.21289 10.5295C6.00786 10.7346 5.67545 10.7346 5.47043 10.5295C5.2654 10.3245 5.2654 9.99211 5.47043 9.78708L9.78708 5.47043C9.9921 5.26541 10.3245 5.26541 10.5295 5.47043Z" fill="currentColor"/>
6
+ </svg>
7
+ </template>
@@ -1,9 +1,9 @@
1
- <template>
2
- <svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
3
- <path clip-rule="evenodd" 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"
4
- fill="currentColor"
5
- fill-rule="evenodd"/>
6
- </svg>
7
- </template>
8
- <script setup lang="ts">
9
- </script>
1
+ <template>
2
+ <svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
3
+ <path clip-rule="evenodd" 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"
4
+ fill="currentColor"
5
+ fill-rule="evenodd"/>
6
+ </svg>
7
+ </template>
8
+ <script setup lang="ts">
9
+ </script>
@@ -1,15 +1,15 @@
1
- <template>
2
- <svg
3
- width="41"
4
- height="40"
5
- viewBox="0 0 41 40"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M38.0779 20.7812L33.0779 8.28125C32.9679 8.00592 32.7635 7.77869 32.5013 7.64015C32.2391 7.50162 31.9362 7.46081 31.6467 7.525L21.917 9.6875V6.25C21.917 5.91848 21.7853 5.60054 21.5509 5.36612C21.3165 5.1317 20.9985 5 20.667 5C20.3355 5 20.0176 5.1317 19.7831 5.36612C19.5487 5.60054 19.417 5.91848 19.417 6.25V10.2469L9.14514 12.5297C8.94709 12.5734 8.76267 12.6647 8.60778 12.7957C8.45288 12.9266 8.33218 13.0932 8.25608 13.2812V13.2906L3.25608 25.7812C3.19626 25.9302 3.16602 26.0895 3.16702 26.25C3.16702 29.8922 7.00139 31.25 9.41702 31.25C11.8326 31.25 15.667 29.8922 15.667 26.25C15.668 26.0895 15.6378 25.9302 15.578 25.7812L11.1233 14.6516L19.417 12.8125V32.5H16.917C16.5855 32.5 16.2676 32.6317 16.0331 32.8661C15.7987 33.1005 15.667 33.4185 15.667 33.75C15.667 34.0815 15.7987 34.3995 16.0331 34.6339C16.2676 34.8683 16.5855 35 16.917 35H24.417C24.7485 35 25.0665 34.8683 25.3009 34.6339C25.5353 34.3995 25.667 34.0815 25.667 33.75C25.667 33.4185 25.5353 33.1005 25.3009 32.8661C25.0665 32.6317 24.7485 32.5 24.417 32.5H21.917V12.2531L29.8858 10.4844L25.7561 20.7812C25.6963 20.9302 25.666 21.0895 25.667 21.25C25.667 24.8922 29.5014 26.25 31.917 26.25C34.3326 26.25 38.167 24.8922 38.167 21.25C38.168 21.0895 38.1378 20.9302 38.0779 20.7812ZM9.41702 28.75C8.24045 28.75 5.86077 28.1859 5.67795 26.4625L9.41702 17.1156L13.1561 26.4625C12.9733 28.1859 10.5936 28.75 9.41702 28.75ZM31.917 23.75C30.7405 23.75 28.3608 23.1859 28.178 21.4625L31.917 12.1156L35.6561 21.4625C35.4733 23.1859 33.0936 23.75 31.917 23.75Z"
11
- fill="currentColor"
12
- />
13
- </svg>
14
- </template>
15
- <script setup lang="ts"></script>
1
+ <template>
2
+ <svg
3
+ width="41"
4
+ height="40"
5
+ viewBox="0 0 41 40"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M38.0779 20.7812L33.0779 8.28125C32.9679 8.00592 32.7635 7.77869 32.5013 7.64015C32.2391 7.50162 31.9362 7.46081 31.6467 7.525L21.917 9.6875V6.25C21.917 5.91848 21.7853 5.60054 21.5509 5.36612C21.3165 5.1317 20.9985 5 20.667 5C20.3355 5 20.0176 5.1317 19.7831 5.36612C19.5487 5.60054 19.417 5.91848 19.417 6.25V10.2469L9.14514 12.5297C8.94709 12.5734 8.76267 12.6647 8.60778 12.7957C8.45288 12.9266 8.33218 13.0932 8.25608 13.2812V13.2906L3.25608 25.7812C3.19626 25.9302 3.16602 26.0895 3.16702 26.25C3.16702 29.8922 7.00139 31.25 9.41702 31.25C11.8326 31.25 15.667 29.8922 15.667 26.25C15.668 26.0895 15.6378 25.9302 15.578 25.7812L11.1233 14.6516L19.417 12.8125V32.5H16.917C16.5855 32.5 16.2676 32.6317 16.0331 32.8661C15.7987 33.1005 15.667 33.4185 15.667 33.75C15.667 34.0815 15.7987 34.3995 16.0331 34.6339C16.2676 34.8683 16.5855 35 16.917 35H24.417C24.7485 35 25.0665 34.8683 25.3009 34.6339C25.5353 34.3995 25.667 34.0815 25.667 33.75C25.667 33.4185 25.5353 33.1005 25.3009 32.8661C25.0665 32.6317 24.7485 32.5 24.417 32.5H21.917V12.2531L29.8858 10.4844L25.7561 20.7812C25.6963 20.9302 25.666 21.0895 25.667 21.25C25.667 24.8922 29.5014 26.25 31.917 26.25C34.3326 26.25 38.167 24.8922 38.167 21.25C38.168 21.0895 38.1378 20.9302 38.0779 20.7812ZM9.41702 28.75C8.24045 28.75 5.86077 28.1859 5.67795 26.4625L9.41702 17.1156L13.1561 26.4625C12.9733 28.1859 10.5936 28.75 9.41702 28.75ZM31.917 23.75C30.7405 23.75 28.3608 23.1859 28.178 21.4625L31.917 12.1156L35.6561 21.4625C35.4733 23.1859 33.0936 23.75 31.917 23.75Z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ </template>
15
+ <script setup lang="ts"></script>
@@ -1,7 +1,7 @@
1
- <template>
2
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path d="M19.1252 11.7493C19.0596 11.7986 18.9849 11.8344 18.9053 11.8548C18.8258 11.8751 18.7431 11.8797 18.6618 11.868C18.5806 11.8564 18.5024 11.8289 18.4318 11.7871C18.3612 11.7453 18.2995 11.69 18.2502 11.6243C17.8735 11.118 17.3832 10.7071 16.8187 10.4249C16.2542 10.1426 15.6313 9.99688 15.0002 9.99933C14.8345 9.99933 14.6755 9.93348 14.5583 9.81627C14.4411 9.69906 14.3752 9.54009 14.3752 9.37433C14.3752 9.20857 14.4411 9.04959 14.5583 8.93238C14.6755 8.81517 14.8345 8.74933 15.0002 8.74933C15.3509 8.74929 15.6946 8.65092 15.9921 8.46537C16.2897 8.27983 16.5293 8.01455 16.6836 7.69967C16.838 7.38479 16.901 7.03293 16.8654 6.68406C16.8298 6.33519 16.6971 6.00329 16.4823 5.72606C16.2676 5.44883 15.9794 5.23739 15.6505 5.11574C15.3216 4.9941 14.9651 4.96713 14.6217 5.03791C14.2782 5.10868 13.9615 5.27435 13.7074 5.51612C13.4534 5.75788 13.2723 6.06603 13.1846 6.40558C13.1641 6.48509 13.1281 6.55978 13.0787 6.62538C13.0293 6.69099 12.9675 6.74623 12.8968 6.78794C12.8261 6.82966 12.7478 6.85703 12.6665 6.8685C12.5852 6.87997 12.5024 6.87531 12.4229 6.85479C12.3434 6.83428 12.2687 6.7983 12.2031 6.74891C12.1375 6.69953 12.0822 6.6377 12.0405 6.56697C11.9988 6.49624 11.9714 6.41798 11.96 6.33667C11.9485 6.25536 11.9532 6.17259 11.9737 6.09308C12.0954 5.62223 12.3253 5.18628 12.6451 4.81991C12.9649 4.45355 13.3658 4.16688 13.8159 3.98272C14.266 3.79857 14.7529 3.722 15.2378 3.75912C15.7227 3.79623 16.1922 3.94601 16.609 4.19652C17.0259 4.44704 17.3785 4.79138 17.6388 5.20215C17.8991 5.61292 18.06 6.07878 18.1086 6.56267C18.1572 7.04655 18.0922 7.5351 17.9188 7.98944C17.7454 8.44378 17.4683 8.85138 17.1096 9.17979C17.9595 9.54776 18.6982 10.1317 19.2526 10.8735C19.3018 10.9394 19.3376 11.0143 19.3578 11.0939C19.3781 11.1736 19.3824 11.2565 19.3706 11.3379C19.3588 11.4192 19.331 11.4974 19.2889 11.568C19.2468 11.6386 19.1912 11.7002 19.1252 11.7493ZM14.9159 16.5618C14.9595 16.633 14.9884 16.7121 15.001 16.7947C15.0135 16.8772 15.0094 16.9614 14.9889 17.0423C14.9684 17.1232 14.9319 17.1991 14.8815 17.2657C14.8311 17.3322 14.768 17.388 14.6957 17.4298C14.6234 17.4715 14.5435 17.4984 14.4607 17.5087C14.3779 17.5191 14.2938 17.5128 14.2135 17.4901C14.1332 17.4675 14.0582 17.429 13.993 17.3769C13.9278 17.3248 13.8737 17.2602 13.8338 17.1868C13.4401 16.5203 12.8794 15.968 12.207 15.5843C11.5347 15.2006 10.774 14.9988 9.99985 14.9988C9.22573 14.9988 8.46499 15.2006 7.79266 15.5843C7.12033 15.968 6.55962 16.5203 6.16586 17.1868C6.12679 17.2615 6.07301 17.3275 6.00777 17.3809C5.94252 17.4343 5.86715 17.4739 5.7862 17.4974C5.70524 17.5209 5.62037 17.5277 5.53669 17.5176C5.45302 17.5074 5.37226 17.4804 5.29928 17.4382C5.2263 17.396 5.16261 17.3395 5.11204 17.2721C5.06147 17.2047 5.02506 17.1277 5.005 17.0458C4.98495 16.9639 4.98166 16.8789 4.99535 16.7957C5.00903 16.7125 5.03939 16.633 5.08461 16.5618C5.69055 15.5207 6.61445 14.7014 7.72055 14.2243C7.09815 13.7478 6.64073 13.0882 6.41258 12.3383C6.18443 11.5883 6.19703 10.7857 6.44861 10.0433C6.70018 9.3009 7.17808 8.65599 7.81513 8.19923C8.45219 7.74247 9.21636 7.49682 10.0002 7.49682C10.7841 7.49682 11.5483 7.74247 12.1853 8.19923C12.8224 8.65599 13.3003 9.3009 13.5519 10.0433C13.8034 10.7857 13.816 11.5883 13.5879 12.3383C13.3597 13.0882 12.9023 13.7478 12.2799 14.2243C13.386 14.7014 14.3099 15.5207 14.9159 16.5618ZM10.0002 13.7493C10.4947 13.7493 10.978 13.6027 11.3892 13.328C11.8003 13.0533 12.1207 12.6628 12.3099 12.206C12.4992 11.7492 12.5487 11.2466 12.4522 10.7616C12.3557 10.2766 12.1176 9.83119 11.768 9.48156C11.4184 9.13193 10.9729 8.89383 10.488 8.79736C10.003 8.7009 9.50034 8.75041 9.04353 8.93963C8.58671 9.12885 8.19627 9.44928 7.92156 9.8604C7.64686 10.2715 7.50024 10.7549 7.50024 11.2493C7.50024 11.9124 7.76363 12.5483 8.23247 13.0171C8.70131 13.4859 9.3372 13.7493 10.0002 13.7493ZM5.62524 9.37433C5.62524 9.20857 5.55939 9.04959 5.44218 8.93238C5.32497 8.81517 5.166 8.74933 5.00024 8.74933C4.64956 8.74929 4.30591 8.65092 4.00834 8.46537C3.71076 8.27983 3.47119 8.01455 3.31682 7.69967C3.16246 7.38479 3.09949 7.03293 3.13508 6.68406C3.17066 6.33519 3.30337 6.00329 3.51813 5.72606C3.73289 5.44883 4.02109 5.23739 4.35 5.11574C4.67891 4.9941 5.03534 4.96713 5.3788 5.03791C5.72227 5.10868 6.039 5.27435 6.29303 5.51612C6.54706 5.75788 6.72819 6.06603 6.81586 6.40558C6.8573 6.56616 6.96083 6.7037 7.10368 6.78794C7.24653 6.87219 7.417 6.89623 7.57758 6.85479C7.73816 6.81335 7.8757 6.70982 7.95995 6.56697C8.04419 6.42412 8.06824 6.25366 8.0268 6.09308C7.90511 5.62223 7.67522 5.18628 7.3554 4.81991C7.03558 4.45355 6.63468 4.16688 6.18458 3.98272C5.73447 3.79857 5.2476 3.722 4.7627 3.75912C4.2778 3.79623 3.80826 3.94601 3.39143 4.19652C2.9746 4.44704 2.62199 4.79138 2.36166 5.20215C2.10133 5.61292 1.94046 6.07878 1.89185 6.56267C1.84325 7.04655 1.90825 7.5351 2.08168 7.98944C2.25511 8.44378 2.53219 8.85138 2.89086 9.17979C2.04186 9.54811 1.30392 10.132 0.750237 10.8735C0.650677 11.0062 0.607874 11.1729 0.631242 11.337C0.654611 11.5012 0.742238 11.6494 0.874846 11.7489C1.00745 11.8485 1.17418 11.8913 1.33835 11.8679C1.50252 11.8446 1.65068 11.7569 1.75024 11.6243C2.12695 11.118 2.61728 10.7071 3.18177 10.4249C3.74625 10.1426 4.36912 9.99688 5.00024 9.99933C5.166 9.99933 5.32497 9.93348 5.44218 9.81627C5.55939 9.69906 5.62524 9.54009 5.62524 9.37433Z"
4
- fill="currentColor"
5
- />
6
- </svg>
7
- </template>
1
+ <template>
2
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M19.1252 11.7493C19.0596 11.7986 18.9849 11.8344 18.9053 11.8548C18.8258 11.8751 18.7431 11.8797 18.6618 11.868C18.5806 11.8564 18.5024 11.8289 18.4318 11.7871C18.3612 11.7453 18.2995 11.69 18.2502 11.6243C17.8735 11.118 17.3832 10.7071 16.8187 10.4249C16.2542 10.1426 15.6313 9.99688 15.0002 9.99933C14.8345 9.99933 14.6755 9.93348 14.5583 9.81627C14.4411 9.69906 14.3752 9.54009 14.3752 9.37433C14.3752 9.20857 14.4411 9.04959 14.5583 8.93238C14.6755 8.81517 14.8345 8.74933 15.0002 8.74933C15.3509 8.74929 15.6946 8.65092 15.9921 8.46537C16.2897 8.27983 16.5293 8.01455 16.6836 7.69967C16.838 7.38479 16.901 7.03293 16.8654 6.68406C16.8298 6.33519 16.6971 6.00329 16.4823 5.72606C16.2676 5.44883 15.9794 5.23739 15.6505 5.11574C15.3216 4.9941 14.9651 4.96713 14.6217 5.03791C14.2782 5.10868 13.9615 5.27435 13.7074 5.51612C13.4534 5.75788 13.2723 6.06603 13.1846 6.40558C13.1641 6.48509 13.1281 6.55978 13.0787 6.62538C13.0293 6.69099 12.9675 6.74623 12.8968 6.78794C12.8261 6.82966 12.7478 6.85703 12.6665 6.8685C12.5852 6.87997 12.5024 6.87531 12.4229 6.85479C12.3434 6.83428 12.2687 6.7983 12.2031 6.74891C12.1375 6.69953 12.0822 6.6377 12.0405 6.56697C11.9988 6.49624 11.9714 6.41798 11.96 6.33667C11.9485 6.25536 11.9532 6.17259 11.9737 6.09308C12.0954 5.62223 12.3253 5.18628 12.6451 4.81991C12.9649 4.45355 13.3658 4.16688 13.8159 3.98272C14.266 3.79857 14.7529 3.722 15.2378 3.75912C15.7227 3.79623 16.1922 3.94601 16.609 4.19652C17.0259 4.44704 17.3785 4.79138 17.6388 5.20215C17.8991 5.61292 18.06 6.07878 18.1086 6.56267C18.1572 7.04655 18.0922 7.5351 17.9188 7.98944C17.7454 8.44378 17.4683 8.85138 17.1096 9.17979C17.9595 9.54776 18.6982 10.1317 19.2526 10.8735C19.3018 10.9394 19.3376 11.0143 19.3578 11.0939C19.3781 11.1736 19.3824 11.2565 19.3706 11.3379C19.3588 11.4192 19.331 11.4974 19.2889 11.568C19.2468 11.6386 19.1912 11.7002 19.1252 11.7493ZM14.9159 16.5618C14.9595 16.633 14.9884 16.7121 15.001 16.7947C15.0135 16.8772 15.0094 16.9614 14.9889 17.0423C14.9684 17.1232 14.9319 17.1991 14.8815 17.2657C14.8311 17.3322 14.768 17.388 14.6957 17.4298C14.6234 17.4715 14.5435 17.4984 14.4607 17.5087C14.3779 17.5191 14.2938 17.5128 14.2135 17.4901C14.1332 17.4675 14.0582 17.429 13.993 17.3769C13.9278 17.3248 13.8737 17.2602 13.8338 17.1868C13.4401 16.5203 12.8794 15.968 12.207 15.5843C11.5347 15.2006 10.774 14.9988 9.99985 14.9988C9.22573 14.9988 8.46499 15.2006 7.79266 15.5843C7.12033 15.968 6.55962 16.5203 6.16586 17.1868C6.12679 17.2615 6.07301 17.3275 6.00777 17.3809C5.94252 17.4343 5.86715 17.4739 5.7862 17.4974C5.70524 17.5209 5.62037 17.5277 5.53669 17.5176C5.45302 17.5074 5.37226 17.4804 5.29928 17.4382C5.2263 17.396 5.16261 17.3395 5.11204 17.2721C5.06147 17.2047 5.02506 17.1277 5.005 17.0458C4.98495 16.9639 4.98166 16.8789 4.99535 16.7957C5.00903 16.7125 5.03939 16.633 5.08461 16.5618C5.69055 15.5207 6.61445 14.7014 7.72055 14.2243C7.09815 13.7478 6.64073 13.0882 6.41258 12.3383C6.18443 11.5883 6.19703 10.7857 6.44861 10.0433C6.70018 9.3009 7.17808 8.65599 7.81513 8.19923C8.45219 7.74247 9.21636 7.49682 10.0002 7.49682C10.7841 7.49682 11.5483 7.74247 12.1853 8.19923C12.8224 8.65599 13.3003 9.3009 13.5519 10.0433C13.8034 10.7857 13.816 11.5883 13.5879 12.3383C13.3597 13.0882 12.9023 13.7478 12.2799 14.2243C13.386 14.7014 14.3099 15.5207 14.9159 16.5618ZM10.0002 13.7493C10.4947 13.7493 10.978 13.6027 11.3892 13.328C11.8003 13.0533 12.1207 12.6628 12.3099 12.206C12.4992 11.7492 12.5487 11.2466 12.4522 10.7616C12.3557 10.2766 12.1176 9.83119 11.768 9.48156C11.4184 9.13193 10.9729 8.89383 10.488 8.79736C10.003 8.7009 9.50034 8.75041 9.04353 8.93963C8.58671 9.12885 8.19627 9.44928 7.92156 9.8604C7.64686 10.2715 7.50024 10.7549 7.50024 11.2493C7.50024 11.9124 7.76363 12.5483 8.23247 13.0171C8.70131 13.4859 9.3372 13.7493 10.0002 13.7493ZM5.62524 9.37433C5.62524 9.20857 5.55939 9.04959 5.44218 8.93238C5.32497 8.81517 5.166 8.74933 5.00024 8.74933C4.64956 8.74929 4.30591 8.65092 4.00834 8.46537C3.71076 8.27983 3.47119 8.01455 3.31682 7.69967C3.16246 7.38479 3.09949 7.03293 3.13508 6.68406C3.17066 6.33519 3.30337 6.00329 3.51813 5.72606C3.73289 5.44883 4.02109 5.23739 4.35 5.11574C4.67891 4.9941 5.03534 4.96713 5.3788 5.03791C5.72227 5.10868 6.039 5.27435 6.29303 5.51612C6.54706 5.75788 6.72819 6.06603 6.81586 6.40558C6.8573 6.56616 6.96083 6.7037 7.10368 6.78794C7.24653 6.87219 7.417 6.89623 7.57758 6.85479C7.73816 6.81335 7.8757 6.70982 7.95995 6.56697C8.04419 6.42412 8.06824 6.25366 8.0268 6.09308C7.90511 5.62223 7.67522 5.18628 7.3554 4.81991C7.03558 4.45355 6.63468 4.16688 6.18458 3.98272C5.73447 3.79857 5.2476 3.722 4.7627 3.75912C4.2778 3.79623 3.80826 3.94601 3.39143 4.19652C2.9746 4.44704 2.62199 4.79138 2.36166 5.20215C2.10133 5.61292 1.94046 6.07878 1.89185 6.56267C1.84325 7.04655 1.90825 7.5351 2.08168 7.98944C2.25511 8.44378 2.53219 8.85138 2.89086 9.17979C2.04186 9.54811 1.30392 10.132 0.750237 10.8735C0.650677 11.0062 0.607874 11.1729 0.631242 11.337C0.654611 11.5012 0.742238 11.6494 0.874846 11.7489C1.00745 11.8485 1.17418 11.8913 1.33835 11.8679C1.50252 11.8446 1.65068 11.7569 1.75024 11.6243C2.12695 11.118 2.61728 10.7071 3.18177 10.4249C3.74625 10.1426 4.36912 9.99688 5.00024 9.99933C5.166 9.99933 5.32497 9.93348 5.44218 9.81627C5.55939 9.69906 5.62524 9.54009 5.62524 9.37433Z"
4
+ fill="currentColor"
5
+ />
6
+ </svg>
7
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <svg width="44" height="34" viewBox="0 0 44 34" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <rect width="44" height="34" rx="3" class="dark:text-[#E3E5E8] text-deepblue-900" fill="currentColor"/>
4
- <path d="M0 10L44 10" class="text-white dark:text-[#26282B]" stroke="currentColor" stroke-width="3"/>
5
- </svg>
6
- </template>
1
+ <template>
2
+ <svg width="44" height="34" viewBox="0 0 44 34" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <rect width="44" height="34" rx="3" class="dark:text-[#E3E5E8] text-deepblue-900" fill="currentColor"/>
4
+ <path d="M0 10L44 10" class="text-white dark:text-[#26282B]" stroke="currentColor" stroke-width="3"/>
5
+ </svg>
6
+ </template>
@@ -1,11 +1,11 @@
1
- <template>
2
- <svg width="44" height="34" viewBox="0 0 44 34" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <rect width="44" height="34" rx="3" fill="#F14635"/>
4
- <mask id="mask0_222_47797" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="12" y="7" width="21" height="21">
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 7.125H32.9847V27.9988H12" fill="white"/>
6
- </mask>
7
- <g mask="url(#mask0_222_47797)">
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M22.4926 7.125C25.3825 7.125 27.9994 8.28281 29.8969 10.1558C31.7945 12.0287 32.9726 14.6167 32.9849 17.4776V17.5228V17.5678C32.9739 20.1118 32.0384 22.4391 30.4957 24.2406C30.4747 24.2301 30.4475 24.2111 30.4109 24.1755C30.351 24.1168 30.2677 24.0157 30.1533 23.8436C30.0575 23.7047 29.5972 23.0006 29.1608 21.9673C28.7245 20.934 28.3121 19.5718 28.3121 18.1166C28.3121 17.8311 28.5179 17.4653 28.8148 17.0728C29.1116 16.6804 29.4994 16.2615 29.8634 15.87L29.8762 15.8562L29.8762 15.8562C30.1442 15.5663 30.4044 15.2848 30.6217 15.0217C30.8423 14.7546 31.0186 14.5063 31.1136 14.2879C31.2347 14.0061 31.2528 13.7668 31.2074 13.5812C31.1618 13.3956 31.0527 13.2639 30.9185 13.1972C30.7975 13.1379 30.6459 13.1299 30.4929 13.1934C30.3398 13.2568 30.1851 13.3918 30.0574 13.6187C29.8479 13.9856 29.7096 14.2033 29.5473 14.3908C29.385 14.5781 29.1986 14.7352 28.8931 14.9809C28.5925 15.2261 28.2031 15.4723 27.8891 15.5771C27.575 15.6821 27.3361 15.6458 27.3361 15.3263C27.3361 15.1536 27.4691 14.8717 27.635 14.5644C27.6936 14.4559 27.7564 14.3442 27.8188 14.233L27.8189 14.2329C27.9331 14.0295 28.0463 13.8279 28.1316 13.6508C28.2657 13.3734 28.2604 13.1346 28.1524 12.9649C28.0442 12.7952 27.8332 12.6949 27.5563 12.6949C27.0116 12.6949 26.5583 13.0417 26.2412 13.4488C25.9243 13.8559 25.7435 14.3229 25.7435 14.5631C25.7435 14.7941 25.7973 14.9297 25.8532 15.0706L25.86 15.0877C25.9185 15.2347 25.9767 15.3917 25.9767 15.6714C25.9767 15.9532 25.678 16.2769 25.2385 16.53C24.799 16.7831 24.2188 16.9659 23.6559 16.9659C23.0895 16.9659 22.6474 16.9059 22.3172 16.7606C21.9869 16.6151 21.7688 16.3843 21.65 16.0421L21.6127 15.9307L21.5752 15.8192L21.5545 15.7588L21.5545 15.7588C21.4294 15.3939 21.3203 15.0758 21.2037 14.7791C21.0809 14.466 20.9496 14.1767 20.7827 13.881C20.6942 13.7244 20.5816 13.5921 20.4617 13.4749C20.3485 13.3643 20.2288 13.2674 20.1166 13.1767L20.1166 13.1767L20.0965 13.1604C19.942 13.0404 19.8247 12.9251 19.7418 12.8194C19.6589 12.7136 19.6107 12.6171 19.5939 12.5347C19.5785 12.453 19.5666 12.3352 19.6245 12.1491C19.6824 11.9631 19.8101 11.7084 20.074 11.3535C20.3378 11.0004 20.488 10.6905 20.5394 10.4346C20.5907 10.1784 20.5432 9.97631 20.4115 9.83869C20.3637 9.78994 20.299 9.74981 20.2203 9.72206C20.1414 9.69413 20.0485 9.67838 19.9439 9.67838C19.7586 9.67838 19.5377 9.7275 19.2966 9.84375C19.0558 9.96 18.7949 10.1438 18.5301 10.413C18.1182 10.8349 18.0291 11.2463 18.0431 11.5961C18.0508 11.7926 18.0911 11.9696 18.125 12.1182L18.125 12.1182C18.1514 12.2342 18.1738 12.3328 18.1738 12.4099C18.1738 12.5858 18.136 12.7236 18.0365 12.8771C17.9369 13.0305 17.7756 13.1998 17.5285 13.4389C17.2797 13.6791 17.1123 13.9022 17.0001 14.2721C16.8877 14.6422 16.8304 15.159 16.8018 15.9866C16.7908 16.4132 16.7479 16.7492 16.6908 17.0331C16.6338 17.3169 16.5627 17.5485 16.4953 17.7662C16.4371 17.9571 16.3811 18.1421 16.3389 18.3442C16.2969 18.5464 16.2687 18.7656 16.2656 19.0249C16.2611 19.3119 16.2827 19.5482 16.3194 19.7659C16.3561 19.9836 16.4079 20.1829 16.4639 20.3964C16.5184 20.5939 16.5748 20.8057 16.6268 21.0628C16.6788 21.3197 16.7265 21.6219 16.7638 22.0003C16.8281 22.6348 16.8453 23.2159 16.8135 23.7761C16.7818 24.3362 16.7006 24.8752 16.5682 25.4258L16.5615 25.4621L16.5551 25.4983L16.5506 25.5165C16.526 25.615 16.4991 25.7232 16.4679 25.8127C16.4439 25.8818 16.4172 25.9389 16.3873 25.9729C15.9196 25.6408 15.479 25.2739 15.0732 24.8721C13.1745 22.9909 12 20.3925 12 17.523C12 14.652 13.1745 12.0525 15.0732 10.1707C16.9721 8.289 19.5952 7.125 22.4926 7.125ZM25.7725 26.0904C25.7725 26.2453 25.7657 26.3823 25.7527 26.4971C25.7396 26.6118 25.7201 26.7041 25.6951 26.7693C25.6352 26.9145 25.4933 27.056 25.2931 27.1843C25.2156 27.2338 25.127 27.2806 25.0334 27.3258C24.2219 27.5251 23.374 27.6326 22.5003 27.6326C22.4371 27.6326 22.3744 27.6305 22.3117 27.6284L22.3111 27.6283C22.2825 27.6274 22.2539 27.6264 22.2252 27.6256C22.1153 27.5945 22.0126 27.5576 21.921 27.5133C21.7184 27.4158 21.5631 27.2872 21.4662 27.1301C21.246 26.7731 21.1334 26.1877 21.0748 25.4566C21.0161 24.7256 21.0114 23.8488 21.0076 22.9085L21.0057 22.64L21.0038 22.3713C20.9968 21.4228 20.9904 20.5395 21.0721 19.82C21.154 19.1004 21.3239 18.5448 21.6696 18.2514C21.8035 18.1383 21.9657 18.0631 22.159 18.0264C22.3524 17.9896 22.5767 17.9911 22.835 18.0316C23.8169 18.183 24.3498 18.5604 24.6563 19.0331C24.9619 19.5041 25.0426 20.0698 25.1184 20.601V20.601L25.1193 20.6068L25.1276 20.666L25.1359 20.7251L25.1813 21.0253L25.2265 21.3255L25.2316 21.3585L25.2316 21.3585L25.2317 21.3588C25.3201 21.932 25.4535 22.7963 25.5657 23.672C25.6802 24.5649 25.7725 25.4698 25.7725 26.0904ZM29.0742 24.9626C29.1239 24.7185 28.8481 23.9059 28.476 23.1934C28.1038 22.4809 27.6352 21.8685 27.2996 22.0245C27.0419 22.1473 26.963 22.9142 27.0152 23.763C27.0673 24.6116 27.2504 25.5422 27.5166 25.9922C27.5652 26.0715 27.6583 26.0933 27.7669 26.0831C27.7772 26.0822 27.7878 26.0804 27.7985 26.0785L27.7986 26.0785L27.8136 26.076C28.2149 25.8431 28.5988 25.5848 28.9637 25.3029C28.9656 25.2992 28.9675 25.2956 28.9694 25.292C28.9706 25.2899 28.9718 25.2878 28.9729 25.2858C28.9776 25.2773 28.9823 25.2689 28.9864 25.2594C29.0227 25.1769 29.052 25.0804 29.0742 24.9626ZM18.9935 23.1771C19.1173 23.8681 19.1963 24.7527 19.2228 25.5158C19.244 26.1271 19.2164 26.5313 19.1549 26.7944C19.1095 26.9886 19.0456 27.1056 18.9695 27.1722C18.768 27.1049 18.569 27.0321 18.3732 26.9532C18.3189 26.8546 18.2697 26.7336 18.2266 26.5894C18.1658 26.3869 18.1164 26.1409 18.0796 25.8559C17.9827 25.0898 17.9763 24.1326 18.0495 23.3635C18.1225 22.5946 18.2752 22.0137 18.4963 22.0002C18.7014 21.9888 18.8698 22.4862 18.9935 23.1771Z" fill="#FEFEFE"/>
9
- </g>
10
- </svg>
11
- </template>
1
+ <template>
2
+ <svg width="44" height="34" viewBox="0 0 44 34" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <rect width="44" height="34" rx="3" fill="#F14635"/>
4
+ <mask id="mask0_222_47797" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="12" y="7" width="21" height="21">
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 7.125H32.9847V27.9988H12" fill="white"/>
6
+ </mask>
7
+ <g mask="url(#mask0_222_47797)">
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.4926 7.125C25.3825 7.125 27.9994 8.28281 29.8969 10.1558C31.7945 12.0287 32.9726 14.6167 32.9849 17.4776V17.5228V17.5678C32.9739 20.1118 32.0384 22.4391 30.4957 24.2406C30.4747 24.2301 30.4475 24.2111 30.4109 24.1755C30.351 24.1168 30.2677 24.0157 30.1533 23.8436C30.0575 23.7047 29.5972 23.0006 29.1608 21.9673C28.7245 20.934 28.3121 19.5718 28.3121 18.1166C28.3121 17.8311 28.5179 17.4653 28.8148 17.0728C29.1116 16.6804 29.4994 16.2615 29.8634 15.87L29.8762 15.8562L29.8762 15.8562C30.1442 15.5663 30.4044 15.2848 30.6217 15.0217C30.8423 14.7546 31.0186 14.5063 31.1136 14.2879C31.2347 14.0061 31.2528 13.7668 31.2074 13.5812C31.1618 13.3956 31.0527 13.2639 30.9185 13.1972C30.7975 13.1379 30.6459 13.1299 30.4929 13.1934C30.3398 13.2568 30.1851 13.3918 30.0574 13.6187C29.8479 13.9856 29.7096 14.2033 29.5473 14.3908C29.385 14.5781 29.1986 14.7352 28.8931 14.9809C28.5925 15.2261 28.2031 15.4723 27.8891 15.5771C27.575 15.6821 27.3361 15.6458 27.3361 15.3263C27.3361 15.1536 27.4691 14.8717 27.635 14.5644C27.6936 14.4559 27.7564 14.3442 27.8188 14.233L27.8189 14.2329C27.9331 14.0295 28.0463 13.8279 28.1316 13.6508C28.2657 13.3734 28.2604 13.1346 28.1524 12.9649C28.0442 12.7952 27.8332 12.6949 27.5563 12.6949C27.0116 12.6949 26.5583 13.0417 26.2412 13.4488C25.9243 13.8559 25.7435 14.3229 25.7435 14.5631C25.7435 14.7941 25.7973 14.9297 25.8532 15.0706L25.86 15.0877C25.9185 15.2347 25.9767 15.3917 25.9767 15.6714C25.9767 15.9532 25.678 16.2769 25.2385 16.53C24.799 16.7831 24.2188 16.9659 23.6559 16.9659C23.0895 16.9659 22.6474 16.9059 22.3172 16.7606C21.9869 16.6151 21.7688 16.3843 21.65 16.0421L21.6127 15.9307L21.5752 15.8192L21.5545 15.7588L21.5545 15.7588C21.4294 15.3939 21.3203 15.0758 21.2037 14.7791C21.0809 14.466 20.9496 14.1767 20.7827 13.881C20.6942 13.7244 20.5816 13.5921 20.4617 13.4749C20.3485 13.3643 20.2288 13.2674 20.1166 13.1767L20.1166 13.1767L20.0965 13.1604C19.942 13.0404 19.8247 12.9251 19.7418 12.8194C19.6589 12.7136 19.6107 12.6171 19.5939 12.5347C19.5785 12.453 19.5666 12.3352 19.6245 12.1491C19.6824 11.9631 19.8101 11.7084 20.074 11.3535C20.3378 11.0004 20.488 10.6905 20.5394 10.4346C20.5907 10.1784 20.5432 9.97631 20.4115 9.83869C20.3637 9.78994 20.299 9.74981 20.2203 9.72206C20.1414 9.69413 20.0485 9.67838 19.9439 9.67838C19.7586 9.67838 19.5377 9.7275 19.2966 9.84375C19.0558 9.96 18.7949 10.1438 18.5301 10.413C18.1182 10.8349 18.0291 11.2463 18.0431 11.5961C18.0508 11.7926 18.0911 11.9696 18.125 12.1182L18.125 12.1182C18.1514 12.2342 18.1738 12.3328 18.1738 12.4099C18.1738 12.5858 18.136 12.7236 18.0365 12.8771C17.9369 13.0305 17.7756 13.1998 17.5285 13.4389C17.2797 13.6791 17.1123 13.9022 17.0001 14.2721C16.8877 14.6422 16.8304 15.159 16.8018 15.9866C16.7908 16.4132 16.7479 16.7492 16.6908 17.0331C16.6338 17.3169 16.5627 17.5485 16.4953 17.7662C16.4371 17.9571 16.3811 18.1421 16.3389 18.3442C16.2969 18.5464 16.2687 18.7656 16.2656 19.0249C16.2611 19.3119 16.2827 19.5482 16.3194 19.7659C16.3561 19.9836 16.4079 20.1829 16.4639 20.3964C16.5184 20.5939 16.5748 20.8057 16.6268 21.0628C16.6788 21.3197 16.7265 21.6219 16.7638 22.0003C16.8281 22.6348 16.8453 23.2159 16.8135 23.7761C16.7818 24.3362 16.7006 24.8752 16.5682 25.4258L16.5615 25.4621L16.5551 25.4983L16.5506 25.5165C16.526 25.615 16.4991 25.7232 16.4679 25.8127C16.4439 25.8818 16.4172 25.9389 16.3873 25.9729C15.9196 25.6408 15.479 25.2739 15.0732 24.8721C13.1745 22.9909 12 20.3925 12 17.523C12 14.652 13.1745 12.0525 15.0732 10.1707C16.9721 8.289 19.5952 7.125 22.4926 7.125ZM25.7725 26.0904C25.7725 26.2453 25.7657 26.3823 25.7527 26.4971C25.7396 26.6118 25.7201 26.7041 25.6951 26.7693C25.6352 26.9145 25.4933 27.056 25.2931 27.1843C25.2156 27.2338 25.127 27.2806 25.0334 27.3258C24.2219 27.5251 23.374 27.6326 22.5003 27.6326C22.4371 27.6326 22.3744 27.6305 22.3117 27.6284L22.3111 27.6283C22.2825 27.6274 22.2539 27.6264 22.2252 27.6256C22.1153 27.5945 22.0126 27.5576 21.921 27.5133C21.7184 27.4158 21.5631 27.2872 21.4662 27.1301C21.246 26.7731 21.1334 26.1877 21.0748 25.4566C21.0161 24.7256 21.0114 23.8488 21.0076 22.9085L21.0057 22.64L21.0038 22.3713C20.9968 21.4228 20.9904 20.5395 21.0721 19.82C21.154 19.1004 21.3239 18.5448 21.6696 18.2514C21.8035 18.1383 21.9657 18.0631 22.159 18.0264C22.3524 17.9896 22.5767 17.9911 22.835 18.0316C23.8169 18.183 24.3498 18.5604 24.6563 19.0331C24.9619 19.5041 25.0426 20.0698 25.1184 20.601V20.601L25.1193 20.6068L25.1276 20.666L25.1359 20.7251L25.1813 21.0253L25.2265 21.3255L25.2316 21.3585L25.2316 21.3585L25.2317 21.3588C25.3201 21.932 25.4535 22.7963 25.5657 23.672C25.6802 24.5649 25.7725 25.4698 25.7725 26.0904ZM29.0742 24.9626C29.1239 24.7185 28.8481 23.9059 28.476 23.1934C28.1038 22.4809 27.6352 21.8685 27.2996 22.0245C27.0419 22.1473 26.963 22.9142 27.0152 23.763C27.0673 24.6116 27.2504 25.5422 27.5166 25.9922C27.5652 26.0715 27.6583 26.0933 27.7669 26.0831C27.7772 26.0822 27.7878 26.0804 27.7985 26.0785L27.7986 26.0785L27.8136 26.076C28.2149 25.8431 28.5988 25.5848 28.9637 25.3029C28.9656 25.2992 28.9675 25.2956 28.9694 25.292C28.9706 25.2899 28.9718 25.2878 28.9729 25.2858C28.9776 25.2773 28.9823 25.2689 28.9864 25.2594C29.0227 25.1769 29.052 25.0804 29.0742 24.9626ZM18.9935 23.1771C19.1173 23.8681 19.1963 24.7527 19.2228 25.5158C19.244 26.1271 19.2164 26.5313 19.1549 26.7944C19.1095 26.9886 19.0456 27.1056 18.9695 27.1722C18.768 27.1049 18.569 27.0321 18.3732 26.9532C18.3189 26.8546 18.2697 26.7336 18.2266 26.5894C18.1658 26.3869 18.1164 26.1409 18.0796 25.8559C17.9827 25.0898 17.9763 24.1326 18.0495 23.3635C18.1225 22.5946 18.2752 22.0137 18.4963 22.0002C18.7014 21.9888 18.8698 22.4862 18.9935 23.1771Z" fill="#FEFEFE"/>
9
+ </g>
10
+ </svg>
11
+ </template>
@@ -1,24 +1,24 @@
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
- fill-rule="evenodd"
15
- clip-rule="evenodd"
16
- d="M8.56247 2.56245C8.56247 2.25178 8.31062 1.99994 7.99996 1.99994C7.68929 1.99994 7.43745 2.25178 7.43745 2.56245V7.43751H2.56239C2.25172 7.43751 1.99988 7.68936 1.99988 8.00002C1.99988 8.31068 2.25172 8.56253 2.56239 8.56253H7.43745V13.4376C7.43745 13.7483 7.68929 14.0001 7.99996 14.0001C8.31062 14.0001 8.56247 13.7483 8.56247 13.4376V8.56253H13.4375C13.7482 8.56253 14 8.31068 14 8.00002C14 7.68936 13.7482 7.43751 13.4375 7.43751H8.56247V2.56245Z"
17
- fill="currentColor"
18
- />
19
- </svg>
20
- </template>
21
-
22
- <style scoped>
23
-
24
- </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
+ fill-rule="evenodd"
15
+ clip-rule="evenodd"
16
+ d="M8.56247 2.56245C8.56247 2.25178 8.31062 1.99994 7.99996 1.99994C7.68929 1.99994 7.43745 2.25178 7.43745 2.56245V7.43751H2.56239C2.25172 7.43751 1.99988 7.68936 1.99988 8.00002C1.99988 8.31068 2.25172 8.56253 2.56239 8.56253H7.43745V13.4376C7.43745 13.7483 7.68929 14.0001 7.99996 14.0001C8.31062 14.0001 8.56247 13.7483 8.56247 13.4376V8.56253H13.4375C13.7482 8.56253 14 8.31068 14 8.00002C14 7.68936 13.7482 7.43751 13.4375 7.43751H8.56247V2.56245Z"
17
+ fill="currentColor"
18
+ />
19
+ </svg>
20
+ </template>
21
+
22
+ <style scoped>
23
+
24
+ </style>
@@ -1,24 +1,24 @@
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
- <path
17
- d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z"
18
- class="fill-blue-700 dark:fill-blue-500"
19
- />
20
- </svg>
21
- </template>
22
-
23
- <script setup lang="ts">
24
- </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
+ <path
17
+ d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z"
18
+ class="fill-blue-700 dark:fill-blue-500"
19
+ />
20
+ </svg>
21
+ </template>
22
+
23
+ <script setup lang="ts">
24
+ </script>