adata-ui 2.1.41-beta.7 → 2.1.41-beta.9

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 (591) hide show
  1. package/-error.vue +170 -170
  2. package/.editorconfig +12 -12
  3. package/.gitlab-ci.yml +16 -16
  4. package/.nuxtrc +1 -1
  5. package/.nvmrc +1 -1
  6. package/.playground/app.config.ts +5 -5
  7. package/.playground/app.vue +102 -102
  8. package/.playground/nuxt.config.ts +4 -4
  9. package/CLAUDE.md +63 -63
  10. package/README.md +75 -75
  11. package/app.config.ts +28 -28
  12. package/app.vue +8 -8
  13. package/assets/styles/main.css +12 -12
  14. package/assets/styles/theme.css +590 -590
  15. package/assets/styles/ui.css +247 -247
  16. package/components/elements/README.md +1 -1
  17. package/components/elements/a-select-row/ASelectRowV2.vue +210 -210
  18. package/components/elements/a-select-row/index.vue +139 -139
  19. package/components/elements/accordion/AAccordion.vue +199 -199
  20. package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -145
  21. package/components/elements/accordion/AAccordionGroup/types.ts +20 -20
  22. package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -22
  23. package/components/elements/accordion/types.ts +14 -14
  24. package/components/elements/accordion/ui.config.ts +22 -22
  25. package/components/elements/alert/AAlert.vue +52 -52
  26. package/components/elements/banner/ABanner.vue +49 -49
  27. package/components/elements/bg-block/ABgBlock.vue +11 -11
  28. package/components/elements/button/AButton.vue +191 -191
  29. package/components/elements/button/AButtonV2.vue +179 -179
  30. package/components/elements/button/types.ts +24 -24
  31. package/components/elements/button-login/index.vue +19 -19
  32. package/components/elements/calendar/ACalendar.vue +83 -83
  33. package/components/elements/carousel/ACarousel.vue +159 -159
  34. package/components/elements/carousel/config.ui.ts +15 -15
  35. package/components/elements/carousel/types.ts +18 -18
  36. package/components/elements/chip-wrapper/AChipWrapper.vue +81 -81
  37. package/components/elements/chip-wrapper/types.ts +12 -12
  38. package/components/elements/chips/AChips.vue +33 -33
  39. package/components/elements/companies/AOurClients.vue +47 -47
  40. package/components/elements/count-up/ACountUp.vue +54 -54
  41. package/components/elements/curve-block/ACurveBlock.vue +259 -259
  42. package/components/elements/curve-block-v2/ACurveBlockV2.vue +122 -122
  43. package/components/elements/digit-badge/ADigitBadge.vue +86 -86
  44. package/components/elements/empty-box/empty-box-V2.vue +92 -92
  45. package/components/elements/error-template/index.vue +121 -119
  46. package/components/elements/feature-description/AFeatureDescription.vue +112 -112
  47. package/components/elements/illustrations/noAccess.vue +71 -71
  48. package/components/elements/infinite-carousel/AInfiniteCarousel.vue +85 -85
  49. package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -33
  50. package/components/elements/leave-note/ALeaveNote.vue +102 -102
  51. package/components/elements/pagination/APagination.vue +110 -110
  52. package/components/elements/photos-animation/APhotosAnimation.vue +85 -85
  53. package/components/elements/section-heading/ASectionHeading.vue +35 -35
  54. package/components/elements/segmented/ASegmentedV2.vue +154 -154
  55. package/components/elements/select/ACascadeSelectV2.vue +710 -710
  56. package/components/elements/select/ASelect.vue +448 -448
  57. package/components/elements/select/ASelectMobile.vue +186 -186
  58. package/components/elements/select/ASelectV2.vue +507 -507
  59. package/components/elements/select/cascade-utils.ts +115 -115
  60. package/components/elements/select/types.ts +27 -27
  61. package/components/elements/select/ui/cascade-drawer.vue +146 -146
  62. package/components/elements/select/ui/cascade-panel.vue +237 -237
  63. package/components/elements/select/ui/select-button.vue +112 -112
  64. package/components/elements/select/ui/select-list.vue +99 -99
  65. package/components/elements/select/ui/select-trigger.vue +167 -167
  66. package/components/elements/show-more/AShowMore.vue +35 -35
  67. package/components/elements/show-more/AShowMoreV2.vue +26 -26
  68. package/components/elements/skeleton/ASkeleton.vue +44 -44
  69. package/components/elements/slider/ASlider.vue +175 -175
  70. package/components/elements/slider/ASliderItem.vue +31 -31
  71. package/components/elements/slider/ASliderV2.vue +182 -182
  72. package/components/elements/slider/types.ts +21 -21
  73. package/components/elements/star-rating/AStarRating.vue +189 -189
  74. package/components/elements/star-rating/types.ts +7 -7
  75. package/components/elements/star-rating/ui/Star.vue +74 -74
  76. package/components/elements/status-badge/AStatusBadge.vue +125 -125
  77. package/components/elements/step-slider/AStepSliderColCard.vue +266 -270
  78. package/components/elements/step-slider/AStepSliderColNumber.vue +199 -199
  79. package/components/elements/table/ATable.vue +93 -93
  80. package/components/elements/table/table.config.ts +32 -32
  81. package/components/elements/tree-select/ATreeSelect.vue +157 -157
  82. package/components/elements/tree-select/TreeService.ts +184 -184
  83. package/components/elements/tree-select/components/ATreeSelectNode.vue +104 -104
  84. package/components/elements/tree-select/types.ts +63 -63
  85. package/components/elements/tree-select/utils.ts +30 -30
  86. package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -79
  87. package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -175
  88. package/components/elements/tree-select-modal/ATreeSelectModal.vue +217 -217
  89. package/components/features/color-mode/AColorMode.client.vue +74 -74
  90. package/components/features/dropdown/ADropdown.vue +127 -127
  91. package/components/features/dropdown/ADropdownV2.vue +140 -140
  92. package/components/features/go-top/GoTop.vue +67 -67
  93. package/components/features/lang-switcher/lang-switcher.vue +158 -158
  94. package/components/features/payment/banner/BasicPlusLimitBanner.vue +84 -84
  95. package/components/features/payment/banner/PaymentBanner.vue +88 -88
  96. package/components/features/payment/banner/UpSellBanner.vue +105 -105
  97. package/components/features/payment/process/PaymentKaspiQrSidePanel.vue +180 -180
  98. package/components/features/payment/process/PaymentKaspiRedirectSidePanel.vue +123 -123
  99. package/components/features/payment/process/PaymentMethodSidePanel.vue +138 -138
  100. package/components/features/payment/process/PaymentProcess.vue +158 -158
  101. package/components/features/payment/process/PaymentTopUpSidePanel.vue +119 -119
  102. package/components/features/pk-mobile-services/APkMobileServices.vue +107 -107
  103. package/components/features//321/201hange-version/AChangeVersion.vue +20 -20
  104. package/components/forms/README.md +1 -1
  105. package/components/forms/checkbox/ACheckbox.vue +149 -149
  106. package/components/forms/checkbox/ACheckboxV2.vue +229 -229
  107. package/components/forms/feedback-form/FeedbackForm.vue +177 -177
  108. package/components/forms/feedback-form/FeedbackFormV2.vue +183 -183
  109. package/components/forms/input/AInputV2.vue +560 -560
  110. package/components/forms/input/button/AInputButton.vue +53 -53
  111. package/components/forms/input/date/AInputDate.vue +217 -217
  112. package/components/forms/input/password/AInputPassword.vue +59 -59
  113. package/components/forms/input/standard/AInputStandard.vue +424 -424
  114. package/components/forms/input/textarea/ATextarea.vue +207 -207
  115. package/components/forms/input/textarea/ATextareaV2.vue +253 -253
  116. package/components/forms/radio-button/ARadioButton.vue +95 -95
  117. package/components/forms/request-demo/ARequestDemo.vue +108 -108
  118. package/components/forms/toggle/AToggle.vue +157 -157
  119. package/components/forms/toggle/AToggleV2.vue +72 -72
  120. package/components/forms/toggle/types.ts +16 -16
  121. package/components/modals/AConfirmationEmail.vue +40 -40
  122. package/components/modals/AboutTariffModal.vue +115 -115
  123. package/components/modals/AnotherDeviceModal.vue +65 -65
  124. package/components/modals/ApplicationAcceptedModal.vue +45 -45
  125. package/components/modals/ConnectingTariffModal.vue +60 -60
  126. package/components/modals/ContactsMobileModel.vue +182 -182
  127. package/components/modals/ContentNavigationModal.vue +100 -100
  128. package/components/modals/Insufficient-funds-modal.vue +62 -62
  129. package/components/modals/LimitReachedModal.vue +44 -44
  130. package/components/modals/NoAccessModal.vue +39 -39
  131. package/components/modals/PaymentMethodModal.vue +101 -101
  132. package/components/modals/RedirectsBanksModal.vue +69 -69
  133. package/components/modals/ReplenishModal.vue +132 -132
  134. package/components/modals/ReportBugConfirmModal.vue +32 -32
  135. package/components/modals/ReportBugModal.vue +172 -172
  136. package/components/modals/Resend.vue +81 -81
  137. package/components/modals/SubmitApplicationModal.vue +126 -126
  138. package/components/modals/id/AuthModal.vue +72 -72
  139. package/components/modals/id/IdAutoLogoutModal.vue +44 -44
  140. package/components/modals/id/IdBanner.vue +41 -41
  141. package/components/modals/id/IdConfirmAccountOtpModal.vue +182 -182
  142. package/components/modals/id/IdConfirmSuccessfulModal.vue +41 -41
  143. package/components/modals/id/IdLoginModal.vue +336 -336
  144. package/components/modals/id/IdModals.vue +129 -129
  145. package/components/modals/id/IdNewPasswordModal.vue +129 -129
  146. package/components/modals/id/IdOtpInput.vue +156 -156
  147. package/components/modals/id/IdPasswordSuccessfulModal.vue +25 -25
  148. package/components/modals/id/IdRecoveryModal.vue +117 -117
  149. package/components/modals/id/IdRegistrationModal.vue +215 -215
  150. package/components/modals/id/IdResetPasswordOtpModal.vue +159 -159
  151. package/components/modals/id/IdTwoFactorModal.vue +126 -126
  152. package/components/navigation/README.md +1 -1
  153. package/components/navigation/bottom-navigation/ABottomNavigation.vue +106 -106
  154. package/components/navigation/breadcrumbs/ABreadcrumbs.vue +128 -128
  155. package/components/navigation/breadcrumbs/types.ts +8 -8
  156. package/components/navigation/footer/AFooter.vue +283 -283
  157. package/components/navigation/footer/ui/a-footer-accordion.vue +118 -118
  158. package/components/navigation/header/AHeader.vue +241 -241
  159. package/components/navigation/header/AlmatyContacts.vue +145 -145
  160. package/components/navigation/header/AstanaContacts.vue +67 -67
  161. package/components/navigation/header/CardGallery.vue +252 -252
  162. package/components/navigation/header/ContactMenu.vue +48 -48
  163. package/components/navigation/header/HeaderLink.vue +250 -250
  164. package/components/navigation/header/HeaderUsage.vue +139 -139
  165. package/components/navigation/header/ListItem.vue +32 -32
  166. package/components/navigation/header/NavCard.vue +42 -42
  167. package/components/navigation/header/NavList.vue +73 -73
  168. package/components/navigation/header/NotificationsMenu.vue +50 -50
  169. package/components/navigation/header/ProductMenu.vue +101 -101
  170. package/components/navigation/header/ProfileMenu.vue +168 -168
  171. package/components/navigation/header/SystemNotification.vue +108 -108
  172. package/components/navigation/header/types.ts +28 -28
  173. package/components/navigation/line-tabs/ALineTabs.vue +112 -112
  174. package/components/navigation/line-tabs/types.ts +21 -21
  175. package/components/navigation/mobile-navigation/AMobileNavigation.vue +112 -112
  176. package/components/navigation/pill-tabs/APillTabs.vue +179 -179
  177. package/components/navigation/pill-tabs/APillTabsV2.vue +241 -241
  178. package/components/navigation/pill-tabs/types.ts +24 -24
  179. package/components/navigation/side-navigation/ASideNavigation.vue +406 -406
  180. package/components/overlays/README.md +1 -1
  181. package/components/overlays/drawer/ADrawerV2.vue +342 -342
  182. package/components/overlays/modal/AModal.vue +335 -335
  183. package/components/overlays/modal/AModalV2.vue +401 -401
  184. package/components/overlays/side-panel/ASidePanel.vue +445 -445
  185. package/components/overlays/sideover/ASlideover.vue +351 -351
  186. package/components/overlays/tooltip/ATooltip.vue +238 -238
  187. package/components/overlays/tooltip/ATooltipV2.vue +226 -226
  188. package/components/overlays/tooltip/types.ts +26 -26
  189. package/components/overlays/tooltip/useTooltipTrigger.ts +101 -101
  190. package/components/transitions/ATransitionHeight.vue +67 -67
  191. package/components/utils/index.ts +19 -19
  192. package/components/utils/removeTrailingSlash.ts +7 -7
  193. package/composables/highlight.ts +19 -19
  194. package/composables/modalsState.ts +8 -8
  195. package/composables/projectState.ts +2 -2
  196. package/composables/useAccessTokenCookie.ts +25 -25
  197. package/composables/useActiveNavigation.ts +84 -84
  198. package/composables/useAdaptive.ts +46 -46
  199. package/composables/useBuyTariffs.ts +91 -91
  200. package/composables/useCarouselScroll.ts +49 -49
  201. package/composables/useChipOverflow.ts +92 -92
  202. package/composables/useHeaderNavigationLinks.ts +519 -519
  203. package/composables/useIdModals.ts +36 -36
  204. package/composables/usePayment.ts +78 -78
  205. package/composables/useUIValidation.ts +16 -16
  206. package/composables/useUrls.ts +23 -23
  207. package/eslint.config.mjs +58 -58
  208. package/i18n/i18n.config.ts +21 -21
  209. package/i18n.config.ts +21 -21
  210. package/icons/adata-logo.vue +17 -17
  211. package/icons/ai/ai-diamond-unfilled.vue +26 -0
  212. package/icons/ai/ai-diamond.vue +11 -0
  213. package/icons/ai-assistant.vue +13 -13
  214. package/icons/akimat.vue +20 -20
  215. package/icons/archive.vue +16 -16
  216. package/icons/arrow/arrow-bottom-left-on-square.vue +5 -5
  217. package/icons/arrow/arrow-circle-down.vue +16 -16
  218. package/icons/arrow/arrow-circle-reset.vue +16 -16
  219. package/icons/arrow/arrow-corner.vue +9 -9
  220. package/icons/arrow/arrow-down-left.vue +6 -6
  221. package/icons/arrow/arrow-graph-down.vue +13 -13
  222. package/icons/arrow/arrow-graph-up.vue +14 -14
  223. package/icons/arrow/arrow-left-right.vue +8 -8
  224. package/icons/arrow/arrow-left.vue +14 -14
  225. package/icons/arrow/arrow-right.vue +14 -14
  226. package/icons/arrow/arrow-square-down.vue +15 -15
  227. package/icons/arrow/arrow-top-right-on-square.vue +6 -6
  228. package/icons/arrow/arrow-up-right.vue +6 -6
  229. package/icons/arrow/arrows-in.vue +11 -11
  230. package/icons/arrow/arrows-out.vue +11 -11
  231. package/icons/arrow/arrows-resize-in.vue +38 -38
  232. package/icons/arrow/arrows-resize-out.vue +17 -17
  233. package/icons/arrow-currency-gray.vue +5 -5
  234. package/icons/arrow-currency-green.vue +5 -5
  235. package/icons/arrow-currency-red.vue +5 -5
  236. package/icons/arrow-side-up.vue +6 -6
  237. package/icons/avatar.vue +12 -12
  238. package/icons/bank.vue +5 -5
  239. package/icons/bar-chart-3.vue +3 -3
  240. package/icons/bill.vue +3 -3
  241. package/icons/block.vue +16 -16
  242. package/icons/book-open.vue +3 -3
  243. package/icons/bookmark/bookmark-filled.vue +19 -19
  244. package/icons/bookmark/bookmark.vue +5 -5
  245. package/icons/bot.vue +52 -52
  246. package/icons/braces.vue +3 -3
  247. package/icons/briefcase.vue +14 -14
  248. package/icons/browsers/browser-duck.vue +65 -65
  249. package/icons/browsers/browser-google.vue +30 -30
  250. package/icons/browsers/browser-yandex.vue +13 -13
  251. package/icons/building-vector.vue +7 -7
  252. package/icons/building.vue +9 -9
  253. package/icons/calculator.vue +7 -7
  254. package/icons/calendar.vue +24 -24
  255. package/icons/car-side.vue +16 -16
  256. package/icons/car.vue +7 -7
  257. package/icons/cart.vue +15 -15
  258. package/icons/chart-bar.vue +5 -5
  259. package/icons/chart-no-axes-column.vue +3 -3
  260. package/icons/chart-pie.vue +16 -16
  261. package/icons/check/check-circle.vue +6 -6
  262. package/icons/check/check-outline.vue +3 -3
  263. package/icons/check/check-shield.vue +14 -14
  264. package/icons/check/check.vue +17 -17
  265. package/icons/check/checkmark-circle.vue +6 -6
  266. package/icons/check-sb.vue +7 -7
  267. package/icons/checkbox/checkbox-active.vue +17 -17
  268. package/icons/checkbox/checkbox-empty.vue +10 -10
  269. package/icons/checkbox/checkbox-intermediate.vue +7 -7
  270. package/icons/chevron/chevron-down-outline.vue +3 -3
  271. package/icons/chevron/chevron-down.vue +5 -5
  272. package/icons/chevron/chevron-left.vue +5 -5
  273. package/icons/chevron/chevron-right.vue +5 -5
  274. package/icons/chevron/chevron-up.vue +5 -5
  275. package/icons/chevron/double-chevron-right.vue +12 -12
  276. package/icons/clipboard-list.vue +3 -3
  277. package/icons/clipboard-text.vue +7 -7
  278. package/icons/clock-outline.vue +3 -3
  279. package/icons/clock-time.vue +24 -24
  280. package/icons/clock.vue +25 -25
  281. package/icons/close.vue +16 -16
  282. package/icons/cloud/cloud-upload.vue +3 -3
  283. package/icons/code.vue +9 -9
  284. package/icons/company/company-bazis.vue +21 -21
  285. package/icons/company/company-bereke.vue +25 -25
  286. package/icons/company/company-bigroup.vue +16 -16
  287. package/icons/company/company-erg.vue +17 -17
  288. package/icons/company/company-forte.vue +21 -21
  289. package/icons/company/company-halyk.vue +15 -15
  290. package/icons/company/company-jusan.vue +31 -31
  291. package/icons/company/company-kaspi.vue +14 -14
  292. package/icons/company/company-kazzinc.vue +22 -22
  293. package/icons/company/company-mycar.vue +13 -13
  294. package/icons/company/company-samruk.vue +21 -21
  295. package/icons/company-egov-small.vue +15 -15
  296. package/icons/company.vue +8 -8
  297. package/icons/compare-outlined.vue +8 -8
  298. package/icons/copy.vue +7 -7
  299. package/icons/crown.vue +6 -6
  300. package/icons/currency/currency-dollar.vue +16 -16
  301. package/icons/currency/currency-down.vue +22 -22
  302. package/icons/currency/currency-eur.vue +57 -57
  303. package/icons/currency/currency-rub.vue +7 -7
  304. package/icons/currency/currency-tenge.vue +9 -9
  305. package/icons/currency/currency-usd.vue +221 -221
  306. package/icons/currency/currency-yuan.vue +25 -25
  307. package/icons/database.vue +3 -3
  308. package/icons/default-avatar.vue +20 -20
  309. package/icons/delete.vue +7 -7
  310. package/icons/document.vue +5 -5
  311. package/icons/dots-horizontal.vue +31 -31
  312. package/icons/download-line.vue +13 -13
  313. package/icons/download-outline.vue +3 -3
  314. package/icons/download-rounded.vue +15 -15
  315. package/icons/download.vue +11 -11
  316. package/icons/edit.vue +7 -7
  317. package/icons/education.vue +16 -16
  318. package/icons/egov-small.vue +7 -7
  319. package/icons/egov.vue +41 -41
  320. package/icons/elicense.vue +38 -38
  321. package/icons/excel-icon.vue +14 -14
  322. package/icons/expand-window.vue +7 -7
  323. package/icons/eye-closed.vue +26 -26
  324. package/icons/eye-open.vue +7 -7
  325. package/icons/eye-opened.vue +23 -23
  326. package/icons/favourite-bookmark-outline.vue +17 -17
  327. package/icons/file/file-check-corner.vue +3 -3
  328. package/icons/file/file-spreadsheet.vue +3 -3
  329. package/icons/file/file.vue +16 -16
  330. package/icons/file/files.vue +16 -16
  331. package/icons/file-json.vue +3 -3
  332. package/icons/file-pen.vue +31 -31
  333. package/icons/file-search.vue +3 -3
  334. package/icons/file-stack.vue +31 -31
  335. package/icons/file-text.vue +3 -3
  336. package/icons/file-types/excel.vue +131 -131
  337. package/icons/file-types/html.vue +13 -13
  338. package/icons/file-types/jpeg.vue +16 -16
  339. package/icons/file-types/pdf.vue +11 -11
  340. package/icons/file-types/png.vue +11 -11
  341. package/icons/file-types/rar.vue +11 -11
  342. package/icons/file-types/word.vue +50 -50
  343. package/icons/file-types/zip.vue +11 -11
  344. package/icons/filter.vue +5 -5
  345. package/icons/flag.vue +7 -7
  346. package/icons/flask-conical.vue +3 -3
  347. package/icons/folder-open.vue +3 -3
  348. package/icons/gauge.vue +17 -17
  349. package/icons/gift-outline.vue +3 -3
  350. package/icons/gift.vue +8 -8
  351. package/icons/git-compare.vue +38 -38
  352. package/icons/git-fork.vue +3 -3
  353. package/icons/globe-2.vue +3 -3
  354. package/icons/globe.vue +16 -16
  355. package/icons/google.vue +41 -41
  356. package/icons/gradiend-icons/files-gradient.vue +22 -22
  357. package/icons/gradiend-icons/hammer-gradient.vue +62 -62
  358. package/icons/graduation-cap.vue +31 -31
  359. package/icons/graph-loading.vue +34 -34
  360. package/icons/graph-pie.vue +14 -14
  361. package/icons/hand/hand-thumb-up-filled.vue +5 -5
  362. package/icons/hand/hand-thumb-up.vue +5 -5
  363. package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  364. package/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  365. package/icons/handshake.vue +5 -5
  366. package/icons/hcheck.vue +14 -14
  367. package/icons/hdocument.vue +7 -7
  368. package/icons/headset.vue +6 -6
  369. package/icons/help-question-circle.vue +26 -26
  370. package/icons/history.vue +5 -5
  371. package/icons/home.vue +14 -14
  372. package/icons/horizontal-more.vue +13 -13
  373. package/icons/hot-line.vue +6 -6
  374. package/icons/hummer.vue +16 -16
  375. package/icons/id.vue +7 -7
  376. package/icons/in-row-type.vue +46 -46
  377. package/icons/in-table-type.vue +29 -29
  378. package/icons/info/info-circle.vue +29 -29
  379. package/icons/invoice.vue +8 -8
  380. package/icons/judge.vue +14 -14
  381. package/icons/kaspi-qr.vue +13 -13
  382. package/icons/key-round.vue +3 -3
  383. package/icons/landmark.vue +3 -3
  384. package/icons/layers.vue +3 -3
  385. package/icons/letter/letter-a.vue +8 -8
  386. package/icons/letter/letter-b.vue +6 -6
  387. package/icons/letter/letter-c.vue +6 -6
  388. package/icons/letter/letter-d.vue +6 -6
  389. package/icons/letter/letter-e.vue +6 -6
  390. package/icons/link-chain.vue +28 -28
  391. package/icons/link-url.vue +3 -3
  392. package/icons/link.vue +7 -7
  393. package/icons/linkedin.vue +24 -24
  394. package/icons/list-checks.vue +3 -0
  395. package/icons/list-tree.vue +3 -3
  396. package/icons/loader-circle.vue +27 -27
  397. package/icons/location.vue +8 -8
  398. package/icons/lock.vue +5 -5
  399. package/icons/log-out.vue +21 -0
  400. package/icons/logo.vue +15 -15
  401. package/icons/logout.vue +16 -16
  402. package/icons/magnify/magnifying-glass-minus.vue +8 -8
  403. package/icons/magnify/magnifying-glass-plus.vue +9 -9
  404. package/icons/magnify/magnifying-glass.vue +9 -9
  405. package/icons/mail-question-mark.vue +8 -8
  406. package/icons/mail.vue +7 -7
  407. package/icons/mailru.vue +34 -34
  408. package/icons/main-filter.vue +10 -10
  409. package/icons/map/map-pin-filled.vue +7 -7
  410. package/icons/map/map-pin-rect.vue +15 -15
  411. package/icons/map/map-pin.vue +7 -7
  412. package/icons/map-marker-start.vue +7 -7
  413. package/icons/map-paper.vue +5 -5
  414. package/icons/medal.vue +7 -7
  415. package/icons/menu-filled.vue +20 -20
  416. package/icons/menu.vue +8 -8
  417. package/icons/message/message-square.vue +3 -3
  418. package/icons/message/message.vue +12 -12
  419. package/icons/message-dotted.vue +30 -30
  420. package/icons/messages-square.vue +3 -3
  421. package/icons/minus/minus-circle.vue +10 -10
  422. package/icons/money.vue +5 -5
  423. package/icons/monitoring.vue +10 -10
  424. package/icons/moon.vue +8 -8
  425. package/icons/more.vue +29 -29
  426. package/icons/network.vue +3 -3
  427. package/icons/newspaper.vue +3 -3
  428. package/icons/note-pencil.vue +14 -14
  429. package/icons/note.vue +14 -14
  430. package/icons/notification-error.vue +17 -17
  431. package/icons/notification.vue +16 -16
  432. package/icons/paperclip.vue +7 -7
  433. package/icons/payment/payment-card.vue +6 -6
  434. package/icons/payment/payment-kaspi.vue +11 -11
  435. package/icons/person-vector.vue +7 -7
  436. package/icons/person-with-briefcase.vue +10 -10
  437. package/icons/person.vue +22 -22
  438. package/icons/phone-call.vue +6 -6
  439. package/icons/phone-filled.vue +5 -5
  440. package/icons/phone-reversed.vue +3 -3
  441. package/icons/phone.vue +7 -7
  442. package/icons/plus/plus-circle.vue +8 -8
  443. package/icons/plus/plus.vue +13 -13
  444. package/icons/profile.vue +5 -5
  445. package/icons/radio/radio-check.vue +8 -8
  446. package/icons/radio/radio-empty.vue +10 -10
  447. package/icons/receipt.vue +8 -8
  448. package/icons/refresh-cw.vue +8 -8
  449. package/icons/robot-outline.vue +3 -3
  450. package/icons/robot.vue +14 -14
  451. package/icons/route.vue +7 -7
  452. package/icons/sanctions.vue +8 -8
  453. package/icons/scales/scale-outline.vue +3 -3
  454. package/icons/scales/scale.vue +16 -16
  455. package/icons/scales/scales.vue +5 -5
  456. package/icons/scales/standing-scales.vue +15 -15
  457. package/icons/scan-search.vue +3 -3
  458. package/icons/search-outline.vue +3 -3
  459. package/icons/search.vue +27 -27
  460. package/icons/send.vue +3 -3
  461. package/icons/settings.vue +26 -26
  462. package/icons/share/share-alt.vue +5 -5
  463. package/icons/share/share.vue +14 -14
  464. package/icons/shield-alert.vue +31 -31
  465. package/icons/shield-check.vue +20 -0
  466. package/icons/shield-verified.vue +14 -14
  467. package/icons/ship.vue +8 -8
  468. package/icons/shuffle.vue +3 -0
  469. package/icons/socials/face-book.vue +15 -15
  470. package/icons/socials/facebook-color.vue +16 -16
  471. package/icons/socials/globe-color.vue +16 -16
  472. package/icons/socials/instagram-color.vue +46 -46
  473. package/icons/socials/instagram.vue +19 -19
  474. package/icons/socials/linkedin-color.vue +14 -14
  475. package/icons/socials/telegram-color.vue +16 -16
  476. package/icons/socials/telegram.vue +15 -15
  477. package/icons/socials/tik-tok.vue +15 -15
  478. package/icons/socials/tiktok-color.vue +14 -14
  479. package/icons/socials/vk-color.vue +16 -16
  480. package/icons/socials/youtube-color.vue +16 -16
  481. package/icons/socials/youtube.vue +16 -16
  482. package/icons/sort/sort-asc.vue +15 -15
  483. package/icons/sort/sort-desc.vue +15 -15
  484. package/icons/sparkles.vue +3 -3
  485. package/icons/splitting-arrows.vue +8 -8
  486. package/icons/star/star-filled.vue +41 -41
  487. package/icons/star/star-half-filled.vue +21 -21
  488. package/icons/star/star.vue +25 -25
  489. package/icons/sun.vue +25 -25
  490. package/icons/sviazi.vue +5 -5
  491. package/icons/tag.vue +30 -30
  492. package/icons/tasks.vue +10 -10
  493. package/icons/tender-search.vue +11 -11
  494. package/icons/terminal.vue +3 -3
  495. package/icons/toasts/check-circle-toast.vue +6 -6
  496. package/icons/toasts/warning-triangle-toast.vue +8 -8
  497. package/icons/trash.vue +13 -13
  498. package/icons/triangle-alert.vue +3 -3
  499. package/icons/triangle.vue +10 -10
  500. package/icons/truck.vue +7 -7
  501. package/icons/user-plus.vue +3 -3
  502. package/icons/user-square.vue +14 -14
  503. package/icons/user.vue +22 -22
  504. package/icons/users-focus.vue +8 -8
  505. package/icons/users-outline.vue +3 -3
  506. package/icons/users-round.vue +3 -3
  507. package/icons/users-three.vue +7 -7
  508. package/icons/users.vue +8 -8
  509. package/icons/view-eye-open.vue +13 -13
  510. package/icons/warning/warning-circle.vue +29 -29
  511. package/icons/warning/warning-triangle-filled.vue +12 -12
  512. package/icons/warning/warning-triangle.vue +28 -28
  513. package/icons/webhook.vue +3 -3
  514. package/icons/whatsapp.vue +8 -8
  515. package/icons/work-bag.vue +11 -11
  516. package/icons/work-case.vue +9 -9
  517. package/icons/work-search.vue +10 -10
  518. package/icons/work.vue +5 -5
  519. package/icons/workflow.vue +3 -3
  520. package/icons/x-mark.vue +15 -15
  521. package/icons/x-outline.vue +3 -3
  522. package/icons/yandex.vue +29 -29
  523. package/icons/zap.vue +3 -3
  524. package/illustrations/address-location.vue +38 -38
  525. package/illustrations/award-badge.vue +105 -105
  526. package/illustrations/ball-with-chain.vue +120 -120
  527. package/illustrations/bill.vue +133 -133
  528. package/illustrations/buildings.vue +82 -82
  529. package/illustrations/calendar.vue +156 -156
  530. package/illustrations/chains.vue +152 -152
  531. package/illustrations/coin-percent.vue +126 -126
  532. package/illustrations/coins-stack.vue +202 -202
  533. package/illustrations/delete-dark.vue +32 -32
  534. package/illustrations/delete.vue +33 -33
  535. package/illustrations/doc-with-stamp.vue +126 -126
  536. package/illustrations/document.vue +64 -64
  537. package/illustrations/door.vue +85 -85
  538. package/illustrations/empty-badge-check.vue +20 -20
  539. package/illustrations/empty-ban.vue +18 -18
  540. package/illustrations/empty-box.vue +77 -77
  541. package/illustrations/empty-filter.vue +20 -20
  542. package/illustrations/empty-inbox.vue +19 -19
  543. package/illustrations/empty-scale.vue +22 -22
  544. package/illustrations/empty-search-x.vue +21 -21
  545. package/illustrations/empty-shopping-cart.vue +21 -21
  546. package/illustrations/empty-users-round.vue +20 -20
  547. package/illustrations/empty-wallet.vue +127 -127
  548. package/illustrations/graph-in-coin.vue +119 -119
  549. package/illustrations/hammer.vue +156 -156
  550. package/illustrations/hand-cash.vue +108 -108
  551. package/illustrations/info.vue +52 -52
  552. package/illustrations/mail-active.vue +86 -86
  553. package/illustrations/mail.vue +68 -68
  554. package/illustrations/no-access.vue +92 -92
  555. package/illustrations/notes-search.vue +20 -20
  556. package/illustrations/notes-sticky.vue +20 -20
  557. package/illustrations/ok.vue +90 -90
  558. package/illustrations/people-group.vue +237 -237
  559. package/illustrations/person-with-phone.vue +187 -187
  560. package/illustrations/person.vue +159 -159
  561. package/illustrations/phone-check.vue +110 -110
  562. package/illustrations/phone-payment-method.vue +223 -223
  563. package/illustrations/scheme-notes.vue +21 -21
  564. package/illustrations/scheme-waypoints.vue +25 -25
  565. package/illustrations/search.vue +14 -14
  566. package/illustrations/shield-user.vue +94 -94
  567. package/illustrations/stop-hand.vue +84 -84
  568. package/illustrations/stop-sign.vue +34 -34
  569. package/illustrations/suit.vue +97 -97
  570. package/illustrations/suitcase.vue +105 -105
  571. package/illustrations/terminal.vue +100 -100
  572. package/illustrations/trash-can.vue +66 -66
  573. package/illustrations/turn-on-tariff.vue +38 -38
  574. package/illustrations/two-persons.vue +169 -169
  575. package/lang/en.ts +878 -878
  576. package/lang/kk.ts +880 -880
  577. package/lang/ru.ts +880 -880
  578. package/layouts/default.vue +13 -13
  579. package/nuxt.config.ts +95 -95
  580. package/package.json +64 -64
  581. package/plugins/maska.ts +4 -4
  582. package/plugins/toast.client.ts +41 -41
  583. package/public/kaspi/logo.svg +4 -4
  584. package/shared/constans/pages.ts +96 -96
  585. package/tsconfig.json +6 -6
  586. package/utils/getMaxZindex.ts +25 -25
  587. package/utils/localizedNavigation.ts +36 -36
  588. package/utils/toCssSize.ts +11 -11
  589. package/utils/twMerge.ts +34 -34
  590. package/vitest.config.ts +14 -14
  591. package/.claude/settings.local.json +0 -19
package/icons/medal.vue CHANGED
@@ -1,7 +1,7 @@
1
- <template>
2
- <svg width="16" height="16" viewBox="0 0 22 21" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path
4
- d="M21.4258 8.12075C21.335 7.8408 21.1638 7.59375 20.9336 7.41038C20.7034 7.22701 20.4243 7.11542 20.1311 7.0895L14.5633 6.6095L12.3808 1.4195C12.2672 1.14717 12.0755 0.914551 11.8299 0.750929C11.5844 0.587308 11.2959 0.5 11.0008 0.5C10.7057 0.5 10.4172 0.587308 10.1717 0.750929C9.9261 0.914551 9.73443 1.14717 9.6208 1.4195L7.44487 6.6095L1.87049 7.09231C1.57615 7.11705 1.29566 7.22813 1.0642 7.41164C0.832741 7.59515 0.660612 7.84291 0.569401 8.12385C0.478189 8.4048 0.471955 8.70642 0.55148 8.99089C0.631004 9.27536 0.792748 9.53002 1.01643 9.72294L5.24549 13.4186L3.97799 18.9067C3.91097 19.1939 3.93009 19.4945 4.03297 19.7709C4.13585 20.0472 4.31792 20.2872 4.55642 20.4606C4.79492 20.6341 5.07926 20.7334 5.3739 20.7462C5.66854 20.7589 5.9604 20.6845 6.21299 20.5323L10.9942 17.6261L15.7858 20.5323C16.0384 20.6845 16.3303 20.7589 16.6249 20.7462C16.9195 20.7334 17.2039 20.6341 17.4424 20.4606C17.6809 20.2872 17.8629 20.0472 17.9658 19.7709C18.0687 19.4945 18.0878 19.1939 18.0208 18.9067L16.7542 13.4129L20.9824 9.72294C21.206 9.52936 21.3674 9.27397 21.4463 8.98889C21.5252 8.70382 21.5181 8.40178 21.4258 8.12075ZM19.9989 8.5895L15.7708 12.2795C15.565 12.4585 15.4119 12.6902 15.328 12.9497C15.2441 13.2092 15.2325 13.4867 15.2946 13.7523L16.5649 19.2498L11.7771 16.3436C11.5435 16.2013 11.2752 16.1261 11.0017 16.1261C10.7282 16.1261 10.46 16.2013 10.2264 16.3436L5.44518 19.2498L6.70705 13.7561C6.76907 13.4905 6.7575 13.213 6.67358 12.9535C6.58967 12.694 6.43658 12.4623 6.2308 12.2833L2.0008 8.59513C2.00046 8.59232 2.00046 8.58949 2.0008 8.58669L7.5733 8.10481C7.84537 8.08083 8.10572 7.98303 8.32628 7.82194C8.54684 7.66086 8.71923 7.44262 8.82487 7.19075L11.0008 2.00731L13.1758 7.19075C13.2814 7.44262 13.4538 7.66086 13.6744 7.82194C13.8949 7.98303 14.1553 8.08083 14.4274 8.10481L20.0008 8.58669C20.0008 8.58669 20.0008 8.59231 20.0008 8.59325L19.9989 8.5895Z"
5
- fill="currentColor"/>
6
- </svg>
7
- </template>
1
+ <template>
2
+ <svg width="16" height="16" viewBox="0 0 22 21" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M21.4258 8.12075C21.335 7.8408 21.1638 7.59375 20.9336 7.41038C20.7034 7.22701 20.4243 7.11542 20.1311 7.0895L14.5633 6.6095L12.3808 1.4195C12.2672 1.14717 12.0755 0.914551 11.8299 0.750929C11.5844 0.587308 11.2959 0.5 11.0008 0.5C10.7057 0.5 10.4172 0.587308 10.1717 0.750929C9.9261 0.914551 9.73443 1.14717 9.6208 1.4195L7.44487 6.6095L1.87049 7.09231C1.57615 7.11705 1.29566 7.22813 1.0642 7.41164C0.832741 7.59515 0.660612 7.84291 0.569401 8.12385C0.478189 8.4048 0.471955 8.70642 0.55148 8.99089C0.631004 9.27536 0.792748 9.53002 1.01643 9.72294L5.24549 13.4186L3.97799 18.9067C3.91097 19.1939 3.93009 19.4945 4.03297 19.7709C4.13585 20.0472 4.31792 20.2872 4.55642 20.4606C4.79492 20.6341 5.07926 20.7334 5.3739 20.7462C5.66854 20.7589 5.9604 20.6845 6.21299 20.5323L10.9942 17.6261L15.7858 20.5323C16.0384 20.6845 16.3303 20.7589 16.6249 20.7462C16.9195 20.7334 17.2039 20.6341 17.4424 20.4606C17.6809 20.2872 17.8629 20.0472 17.9658 19.7709C18.0687 19.4945 18.0878 19.1939 18.0208 18.9067L16.7542 13.4129L20.9824 9.72294C21.206 9.52936 21.3674 9.27397 21.4463 8.98889C21.5252 8.70382 21.5181 8.40178 21.4258 8.12075ZM19.9989 8.5895L15.7708 12.2795C15.565 12.4585 15.4119 12.6902 15.328 12.9497C15.2441 13.2092 15.2325 13.4867 15.2946 13.7523L16.5649 19.2498L11.7771 16.3436C11.5435 16.2013 11.2752 16.1261 11.0017 16.1261C10.7282 16.1261 10.46 16.2013 10.2264 16.3436L5.44518 19.2498L6.70705 13.7561C6.76907 13.4905 6.7575 13.213 6.67358 12.9535C6.58967 12.694 6.43658 12.4623 6.2308 12.2833L2.0008 8.59513C2.00046 8.59232 2.00046 8.58949 2.0008 8.58669L7.5733 8.10481C7.84537 8.08083 8.10572 7.98303 8.32628 7.82194C8.54684 7.66086 8.71923 7.44262 8.82487 7.19075L11.0008 2.00731L13.1758 7.19075C13.2814 7.44262 13.4538 7.66086 13.6744 7.82194C13.8949 7.98303 14.1553 8.08083 14.4274 8.10481L20.0008 8.58669C20.0008 8.58669 20.0008 8.59231 20.0008 8.59325L19.9989 8.5895Z"
5
+ fill="currentColor"/>
6
+ </svg>
7
+ </template>
@@ -1,20 +1,20 @@
1
- <template>
2
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path d="M21.2513 14.25H14.2513V21.25H21.2513V14.25Z" fill="currentColor" fill-opacity="0.8"/>
4
- <path
5
- d="M21.7513 14.25C21.7513 13.9738 21.5275 13.75 21.2513 13.75H14.2513C13.9752 13.75 13.7513 13.9738 13.7513 14.25V21.25C13.7513 21.5261 13.9752 21.75 14.2513 21.75H21.2513C21.5275 21.75 21.7513 21.5261 21.7513 21.25V14.25Z"
6
- stroke="currentColor" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M9.75 14.25H2.75V21.25H9.75V14.25Z" fill="currentColor" fill-opacity="0.8"/>
8
- <path
9
- d="M10.25 14.25C10.25 13.9738 10.0261 13.75 9.75 13.75H2.75C2.47386 13.75 2.25 13.9738 2.25 14.25V21.25C2.25 21.5261 2.47386 21.75 2.75 21.75H9.75C10.0261 21.75 10.25 21.5261 10.25 21.25V14.25Z"
10
- stroke="currentColor" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M21.2513 2.74979H14.2513V9.74979H21.2513V2.74979Z" fill="currentColor" fill-opacity="0.8"/>
12
- <path
13
- d="M21.7513 2.74979C21.7513 2.47364 21.5275 2.24979 21.2513 2.24979H14.2513C13.9752 2.24979 13.7513 2.47364 13.7513 2.74979V9.74979C13.7513 10.0259 13.9752 10.2498 14.2513 10.2498H21.2513C21.5275 10.2498 21.7513 10.0259 21.7513 9.74979V2.74979Z"
14
- stroke="currentColor" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/>
15
- <path d="M9.75 2.74979H2.75V9.74979H9.75V2.74979Z" fill="currentColor" fill-opacity="0.8"/>
16
- <path
17
- d="M10.25 2.74979C10.25 2.47364 10.0261 2.24979 9.75 2.24979H2.75C2.47386 2.24979 2.25 2.47364 2.25 2.74979V9.74979C2.25 10.0259 2.47386 10.2498 2.75 10.2498H9.75C10.0261 10.2498 10.25 10.0259 10.25 9.74979V2.74979Z"
18
- stroke="currentColor" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/>
19
- </svg>
20
- </template>
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M21.2513 14.25H14.2513V21.25H21.2513V14.25Z" fill="currentColor" fill-opacity="0.8"/>
4
+ <path
5
+ d="M21.7513 14.25C21.7513 13.9738 21.5275 13.75 21.2513 13.75H14.2513C13.9752 13.75 13.7513 13.9738 13.7513 14.25V21.25C13.7513 21.5261 13.9752 21.75 14.2513 21.75H21.2513C21.5275 21.75 21.7513 21.5261 21.7513 21.25V14.25Z"
6
+ stroke="currentColor" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M9.75 14.25H2.75V21.25H9.75V14.25Z" fill="currentColor" fill-opacity="0.8"/>
8
+ <path
9
+ d="M10.25 14.25C10.25 13.9738 10.0261 13.75 9.75 13.75H2.75C2.47386 13.75 2.25 13.9738 2.25 14.25V21.25C2.25 21.5261 2.47386 21.75 2.75 21.75H9.75C10.0261 21.75 10.25 21.5261 10.25 21.25V14.25Z"
10
+ stroke="currentColor" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/>
11
+ <path d="M21.2513 2.74979H14.2513V9.74979H21.2513V2.74979Z" fill="currentColor" fill-opacity="0.8"/>
12
+ <path
13
+ d="M21.7513 2.74979C21.7513 2.47364 21.5275 2.24979 21.2513 2.24979H14.2513C13.9752 2.24979 13.7513 2.47364 13.7513 2.74979V9.74979C13.7513 10.0259 13.9752 10.2498 14.2513 10.2498H21.2513C21.5275 10.2498 21.7513 10.0259 21.7513 9.74979V2.74979Z"
14
+ stroke="currentColor" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/>
15
+ <path d="M9.75 2.74979H2.75V9.74979H9.75V2.74979Z" fill="currentColor" fill-opacity="0.8"/>
16
+ <path
17
+ d="M10.25 2.74979C10.25 2.47364 10.0261 2.24979 9.75 2.24979H2.75C2.47386 2.24979 2.25 2.47364 2.25 2.74979V9.74979C2.25 10.0259 2.47386 10.2498 2.75 10.2498H9.75C10.0261 10.2498 10.25 10.0259 10.25 9.74979V2.74979Z"
18
+ stroke="currentColor" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/>
19
+ </svg>
20
+ </template>
package/icons/menu.vue CHANGED
@@ -1,8 +1,8 @@
1
- <template>
2
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13 13.7502C13 13.336 13.3358 13.0002 13.75 13.0002H21.2513C21.6656 13.0002 22.0013 13.336 22.0013 13.7502V21.2502C22.0013 21.6644 21.6656 22.0002 21.2513 22.0002H13.75C13.3358 22.0002 13 21.6644 13 21.2502V13.7502ZM14.5 14.5002V20.5002H20.5013V14.5002H14.5Z" fill="currentColor" class=""/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2 13.7502C2 13.336 2.33579 13.0002 2.75 13.0002H10.25C10.6642 13.0002 11 13.336 11 13.7502V21.2502C11 21.6644 10.6642 22.0002 10.25 22.0002H2.75C2.33579 22.0002 2 21.6644 2 21.2502V13.7502ZM3.5 14.5002V20.5002H9.5V14.5002H3.5Z" fill="currentColor" class=""/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13 2.75C13 2.33579 13.3358 2 13.75 2H21.2513C21.6656 2 22.0013 2.33579 22.0013 2.75V10.2502C22.0013 10.6644 21.6656 11.0002 21.2513 11.0002H13.75C13.3358 11.0002 13 10.6644 13 10.2502V2.75ZM14.5 3.5V9.50018H20.5013V3.5H14.5Z" fill="currentColor" class=""/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2 2.75C2 2.33579 2.33579 2 2.75 2H10.25C10.6642 2 11 2.33579 11 2.75V10.2502C11 10.6644 10.6642 11.0002 10.25 11.0002H2.75C2.33579 11.0002 2 10.6644 2 10.2502L2 2.75ZM3.5 3.5V9.50018H9.5V3.5H3.5Z" fill="currentColor" class=""/>
7
- </svg>
8
- </template>
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 13.7502C13 13.336 13.3358 13.0002 13.75 13.0002H21.2513C21.6656 13.0002 22.0013 13.336 22.0013 13.7502V21.2502C22.0013 21.6644 21.6656 22.0002 21.2513 22.0002H13.75C13.3358 22.0002 13 21.6644 13 21.2502V13.7502ZM14.5 14.5002V20.5002H20.5013V14.5002H14.5Z" fill="currentColor" class=""/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 13.7502C2 13.336 2.33579 13.0002 2.75 13.0002H10.25C10.6642 13.0002 11 13.336 11 13.7502V21.2502C11 21.6644 10.6642 22.0002 10.25 22.0002H2.75C2.33579 22.0002 2 21.6644 2 21.2502V13.7502ZM3.5 14.5002V20.5002H9.5V14.5002H3.5Z" fill="currentColor" class=""/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 2.75C13 2.33579 13.3358 2 13.75 2H21.2513C21.6656 2 22.0013 2.33579 22.0013 2.75V10.2502C22.0013 10.6644 21.6656 11.0002 21.2513 11.0002H13.75C13.3358 11.0002 13 10.6644 13 10.2502V2.75ZM14.5 3.5V9.50018H20.5013V3.5H14.5Z" fill="currentColor" class=""/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 2.75C2 2.33579 2.33579 2 2.75 2H10.25C10.6642 2 11 2.33579 11 2.75V10.2502C11 10.6644 10.6642 11.0002 10.25 11.0002H2.75C2.33579 11.0002 2 10.6644 2 10.2502L2 2.75ZM3.5 3.5V9.50018H9.5V3.5H3.5Z" fill="currentColor" class=""/>
7
+ </svg>
8
+ </template>
@@ -1,3 +1,3 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-square-icon lucide-message-square"><path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"/></svg>
3
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-square-icon lucide-message-square"><path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"/></svg>
3
+ </template>
@@ -1,12 +1,12 @@
1
- <script setup lang="ts">
2
- </script>
3
-
4
- <template>
5
- <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-icon-strong">
6
- <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M8.85849 2.05002C7.99161 2.04776 7.13645 2.2503 6.36267 2.64114L6.36068 2.64214C5.4322 3.10618 4.65126 3.81955 4.10531 4.70235C3.55937 5.58515 3.26999 6.60252 3.26959 7.6405V7.64166C3.26733 8.50855 3.46986 9.3637 3.8607 10.1375C3.92381 10.2624 3.93441 10.4074 3.89015 10.5402L2.85524 13.6449L5.95995 12.61C6.09275 12.5657 6.23773 12.5763 6.36267 12.6395C6.45939 12.6883 6.55739 12.7342 6.65652 12.7772C7.35043 13.0777 8.09997 13.2325 8.85849 13.2306L8.85986 13.7532L8.85966 13.2306C9.89763 13.2302 10.915 12.9408 11.7978 12.3948C12.6806 11.8489 13.394 11.068 13.858 10.1395L13.859 10.1375C14.2499 9.3637 14.4524 8.50854 14.4501 7.64166L14.4501 7.6403V7.29537C14.3713 5.93008 13.7935 4.64114 12.8263 3.6739C11.859 2.70665 10.5701 2.12881 9.20478 2.05002H8.85986L8.85849 2.05002ZM8.86123 14.2806C10.0938 14.2799 11.3018 13.9362 12.3501 13.2879C13.3984 12.6396 14.2455 11.7123 14.7967 10.6099C15.2617 9.68909 15.5027 8.67125 15.5001 7.63971V7.28057C15.5001 7.26936 15.4998 7.25823 15.4991 7.24719C15.4082 5.62023 14.721 4.08374 13.5687 2.93143C12.4154 1.77808 10.8771 1.09067 9.2485 1.00082C9.23887 1.00029 9.22923 1.00002 9.21958 1.00002H8.86053C7.82888 0.997441 6.81119 1.23844 5.89027 1.7034C4.78784 2.25461 3.86057 3.10178 3.21228 4.15008C2.56379 5.1987 2.22006 6.40716 2.21958 7.64009L2.21959 7.64094C2.21738 8.59827 2.42493 9.54355 2.82655 10.4106L1.52876 14.304C1.49322 14.4069 1.48928 14.5215 1.52446 14.633C1.52694 14.6408 1.52961 14.6486 1.53247 14.6564C1.62994 14.9216 1.92126 15.063 2.19116 14.9731L6.08955 13.6736C6.95722 14.0755 7.90321 14.2831 8.86123 14.2806Z"/>
7
- </svg>
8
- </template>
9
-
10
- <style scoped>
11
-
12
- </style>
1
+ <script setup lang="ts">
2
+ </script>
3
+
4
+ <template>
5
+ <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-icon-strong">
6
+ <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M8.85849 2.05002C7.99161 2.04776 7.13645 2.2503 6.36267 2.64114L6.36068 2.64214C5.4322 3.10618 4.65126 3.81955 4.10531 4.70235C3.55937 5.58515 3.26999 6.60252 3.26959 7.6405V7.64166C3.26733 8.50855 3.46986 9.3637 3.8607 10.1375C3.92381 10.2624 3.93441 10.4074 3.89015 10.5402L2.85524 13.6449L5.95995 12.61C6.09275 12.5657 6.23773 12.5763 6.36267 12.6395C6.45939 12.6883 6.55739 12.7342 6.65652 12.7772C7.35043 13.0777 8.09997 13.2325 8.85849 13.2306L8.85986 13.7532L8.85966 13.2306C9.89763 13.2302 10.915 12.9408 11.7978 12.3948C12.6806 11.8489 13.394 11.068 13.858 10.1395L13.859 10.1375C14.2499 9.3637 14.4524 8.50854 14.4501 7.64166L14.4501 7.6403V7.29537C14.3713 5.93008 13.7935 4.64114 12.8263 3.6739C11.859 2.70665 10.5701 2.12881 9.20478 2.05002H8.85986L8.85849 2.05002ZM8.86123 14.2806C10.0938 14.2799 11.3018 13.9362 12.3501 13.2879C13.3984 12.6396 14.2455 11.7123 14.7967 10.6099C15.2617 9.68909 15.5027 8.67125 15.5001 7.63971V7.28057C15.5001 7.26936 15.4998 7.25823 15.4991 7.24719C15.4082 5.62023 14.721 4.08374 13.5687 2.93143C12.4154 1.77808 10.8771 1.09067 9.2485 1.00082C9.23887 1.00029 9.22923 1.00002 9.21958 1.00002H8.86053C7.82888 0.997441 6.81119 1.23844 5.89027 1.7034C4.78784 2.25461 3.86057 3.10178 3.21228 4.15008C2.56379 5.1987 2.22006 6.40716 2.21958 7.64009L2.21959 7.64094C2.21738 8.59827 2.42493 9.54355 2.82655 10.4106L1.52876 14.304C1.49322 14.4069 1.48928 14.5215 1.52446 14.633C1.52694 14.6408 1.52961 14.6486 1.53247 14.6564C1.62994 14.9216 1.92126 15.063 2.19116 14.9731L6.08955 13.6736C6.95722 14.0755 7.90321 14.2831 8.86123 14.2806Z"/>
7
+ </svg>
8
+ </template>
9
+
10
+ <style scoped>
11
+
12
+ </style>
@@ -1,30 +1,30 @@
1
- <template>
2
- <svg
3
- xmlns="http://www.w3.org/2000/svg"
4
- width="1em"
5
- height="1em"
6
- viewBox="0 0 512 512"
7
- ><path
8
- fill="none"
9
- stroke="currentColor"
10
- stroke-linecap="round"
11
- stroke-miterlimit="10"
12
- stroke-width="32"
13
- d="M87.48 380c1.2-4.38-1.43-10.47-3.94-14.86a43 43 0 0 0-2.54-3.8a199.8 199.8 0 0 1-33-110C47.64 139.09 140.72 48 255.82 48C356.2 48 440 117.54 459.57 209.85a199 199 0 0 1 4.43 41.64c0 112.41-89.49 204.93-204.59 204.93c-18.31 0-43-4.6-56.47-8.37s-26.92-8.77-30.39-10.11a31.1 31.1 0 0 0-11.13-2.07a30.7 30.7 0 0 0-12.08 2.43L81.5 462.78a16 16 0 0 1-4.66 1.22a9.61 9.61 0 0 1-9.58-9.74a16 16 0 0 1 .6-3.29Z"
14
- /><circle
15
- cx="160"
16
- cy="256"
17
- r="32"
18
- fill="currentColor"
19
- /><circle
20
- cx="256"
21
- cy="256"
22
- r="32"
23
- fill="currentColor"
24
- /><circle
25
- cx="352"
26
- cy="256"
27
- r="32"
28
- fill="currentColor"
29
- /></svg>
30
- </template>
1
+ <template>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="1em"
5
+ height="1em"
6
+ viewBox="0 0 512 512"
7
+ ><path
8
+ fill="none"
9
+ stroke="currentColor"
10
+ stroke-linecap="round"
11
+ stroke-miterlimit="10"
12
+ stroke-width="32"
13
+ d="M87.48 380c1.2-4.38-1.43-10.47-3.94-14.86a43 43 0 0 0-2.54-3.8a199.8 199.8 0 0 1-33-110C47.64 139.09 140.72 48 255.82 48C356.2 48 440 117.54 459.57 209.85a199 199 0 0 1 4.43 41.64c0 112.41-89.49 204.93-204.59 204.93c-18.31 0-43-4.6-56.47-8.37s-26.92-8.77-30.39-10.11a31.1 31.1 0 0 0-11.13-2.07a30.7 30.7 0 0 0-12.08 2.43L81.5 462.78a16 16 0 0 1-4.66 1.22a9.61 9.61 0 0 1-9.58-9.74a16 16 0 0 1 .6-3.29Z"
14
+ /><circle
15
+ cx="160"
16
+ cy="256"
17
+ r="32"
18
+ fill="currentColor"
19
+ /><circle
20
+ cx="256"
21
+ cy="256"
22
+ r="32"
23
+ fill="currentColor"
24
+ /><circle
25
+ cx="352"
26
+ cy="256"
27
+ r="32"
28
+ fill="currentColor"
29
+ /></svg>
30
+ </template>
@@ -1,3 +1,3 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-messages-square-icon lucide-messages-square"><path d="M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/><path d="M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1"/></svg>
3
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-messages-square-icon lucide-messages-square"><path d="M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/><path d="M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1"/></svg>
3
+ </template>
@@ -1,10 +1,10 @@
1
- <template>
2
- <svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
3
- <path clip-rule="evenodd" d="M7.99998 2.33337C4.87037 2.33337 2.33331 4.87043 2.33331 8.00004C2.33331 11.1297 4.87037 13.6667 7.99998 13.6667C11.1296 13.6667 13.6666 11.1297 13.6666 8.00004C13.6666 4.87043 11.1296 2.33337 7.99998 2.33337ZM1.33331 8.00004C1.33331 4.31814 4.31808 1.33337 7.99998 1.33337C11.6819 1.33337 14.6666 4.31814 14.6666 8.00004C14.6666 11.6819 11.6819 14.6667 7.99998 14.6667C4.31808 14.6667 1.33331 11.6819 1.33331 8.00004Z"
4
- fill="currentColor"
5
- fill-rule="evenodd"/>
6
- <path clip-rule="evenodd" d="M5.03332 8.00004C5.03332 7.7239 5.25717 7.50004 5.53332 7.50004H10.4666C10.7428 7.50004 10.9666 7.7239 10.9666 8.00004C10.9666 8.27618 10.7428 8.50004 10.4666 8.50004H5.53332C5.25717 8.50004 5.03332 8.27618 5.03332 8.00004Z"
7
- fill="currentColor"
8
- fill-rule="evenodd"/>
9
- </svg>
10
- </template>
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="M7.99998 2.33337C4.87037 2.33337 2.33331 4.87043 2.33331 8.00004C2.33331 11.1297 4.87037 13.6667 7.99998 13.6667C11.1296 13.6667 13.6666 11.1297 13.6666 8.00004C13.6666 4.87043 11.1296 2.33337 7.99998 2.33337ZM1.33331 8.00004C1.33331 4.31814 4.31808 1.33337 7.99998 1.33337C11.6819 1.33337 14.6666 4.31814 14.6666 8.00004C14.6666 11.6819 11.6819 14.6667 7.99998 14.6667C4.31808 14.6667 1.33331 11.6819 1.33331 8.00004Z"
4
+ fill="currentColor"
5
+ fill-rule="evenodd"/>
6
+ <path clip-rule="evenodd" d="M5.03332 8.00004C5.03332 7.7239 5.25717 7.50004 5.53332 7.50004H10.4666C10.7428 7.50004 10.9666 7.7239 10.9666 8.00004C10.9666 8.27618 10.7428 8.50004 10.4666 8.50004H5.53332C5.25717 8.50004 5.03332 8.27618 5.03332 8.00004Z"
7
+ fill="currentColor"
8
+ fill-rule="evenodd"/>
9
+ </svg>
10
+ </template>
package/icons/money.vue CHANGED
@@ -1,5 +1,5 @@
1
- <template>
2
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.5 17.6852C20.5 17.7097 20.4967 17.7295 20.4925 17.7448H3.50748C3.50328 17.7295 3.5 17.7097 3.5 17.6852V6.31477C3.5 6.29033 3.50328 6.2705 3.50748 6.25519H20.4925C20.4967 6.2705 20.5 6.29033 20.5 6.31477V17.6852ZM20.5893 19.25C21.5035 19.25 22 18.3995 22 17.6852V6.31477C22 5.60055 21.5035 4.75 20.5893 4.75H3.41072C2.49649 4.75 2 5.60055 2 6.31477V17.6852C2 18.3995 2.49649 19.25 3.41072 19.25H20.5893ZM10.15 11.2474C9.73578 11.2474 9.39999 11.5843 9.39999 12C9.39999 12.4156 9.73578 12.7526 10.15 12.7526H11.25V15.7128C11.25 16.1284 11.5858 16.4654 12 16.4654C12.4142 16.4654 12.75 16.1284 12.75 15.7128V12.7526H13.85C14.2642 12.7526 14.6 12.4156 14.6 12C14.6 11.5843 14.2642 11.2474 13.85 11.2474H12H10.15ZM9.39999 9.2154C9.39999 8.79975 9.73578 8.4628 10.15 8.4628H13.85C14.2642 8.4628 14.6 8.79975 14.6 9.2154C14.6 9.63105 14.2642 9.96799 13.85 9.96799H10.15C9.73578 9.96799 9.39999 9.63105 9.39999 9.2154Z" fill="currentColor"/>
4
- </svg>
5
- </template>
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.5 17.6852C20.5 17.7097 20.4967 17.7295 20.4925 17.7448H3.50748C3.50328 17.7295 3.5 17.7097 3.5 17.6852V6.31477C3.5 6.29033 3.50328 6.2705 3.50748 6.25519H20.4925C20.4967 6.2705 20.5 6.29033 20.5 6.31477V17.6852ZM20.5893 19.25C21.5035 19.25 22 18.3995 22 17.6852V6.31477C22 5.60055 21.5035 4.75 20.5893 4.75H3.41072C2.49649 4.75 2 5.60055 2 6.31477V17.6852C2 18.3995 2.49649 19.25 3.41072 19.25H20.5893ZM10.15 11.2474C9.73578 11.2474 9.39999 11.5843 9.39999 12C9.39999 12.4156 9.73578 12.7526 10.15 12.7526H11.25V15.7128C11.25 16.1284 11.5858 16.4654 12 16.4654C12.4142 16.4654 12.75 16.1284 12.75 15.7128V12.7526H13.85C14.2642 12.7526 14.6 12.4156 14.6 12C14.6 11.5843 14.2642 11.2474 13.85 11.2474H12H10.15ZM9.39999 9.2154C9.39999 8.79975 9.73578 8.4628 10.15 8.4628H13.85C14.2642 8.4628 14.6 8.79975 14.6 9.2154C14.6 9.63105 14.2642 9.96799 13.85 9.96799H10.15C9.73578 9.96799 9.39999 9.63105 9.39999 9.2154Z" fill="currentColor"/>
4
+ </svg>
5
+ </template>
@@ -1,10 +1,10 @@
1
- <template>
2
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path
4
- fill-rule="evenodd"
5
- clip-rule="evenodd"
6
- d="M2.17308 1.5C1.99457 1.5 1.82337 1.57091 1.69714 1.69714C1.57091 1.82337 1.5 1.99457 1.5 2.17308V5.01923C1.5 5.43345 1.16421 5.76923 0.75 5.76923C0.335786 5.76923 0 5.43345 0 5.01923V2.17308C0 1.59674 0.228949 1.04401 0.63648 0.63648C1.04401 0.228949 1.59674 0 2.17308 0H5.01923C5.43345 0 5.76923 0.335786 5.76923 0.75C5.76923 1.16421 5.43345 1.5 5.01923 1.5H2.17308ZM14.9808 0C14.5666 0 14.2308 0.335786 14.2308 0.75C14.2308 1.16421 14.5666 1.5 14.9808 1.5H17.8269C18.0054 1.5 18.1766 1.57091 18.3029 1.69714C18.4291 1.82337 18.5 1.99457 18.5 2.17308V5.01923C18.5 5.43345 18.8358 5.76923 19.25 5.76923C19.6642 5.76923 20 5.43345 20 5.01923V2.17308C20 1.59674 19.7711 1.04401 19.3635 0.63648C18.956 0.228949 18.4033 0 17.8269 0H14.9808ZM20 14.9808C20 14.5666 19.6642 14.2308 19.25 14.2308C18.8358 14.2308 18.5 14.5666 18.5 14.9808V17.8269C18.5 18.0054 18.4291 18.1766 18.3029 18.3029C18.1766 18.4291 18.0054 18.5 17.8269 18.5H14.9808C14.5666 18.5 14.2308 18.8358 14.2308 19.25C14.2308 19.6642 14.5666 20 14.9808 20H17.8269C18.4033 20 18.956 19.7711 19.3635 19.3635C19.7711 18.956 20 18.4033 20 17.8269V14.9808ZM1.5 14.9808C1.5 14.5666 1.16421 14.2308 0.75 14.2308C0.335786 14.2308 0 14.5666 0 14.9808V17.8269C0 18.4033 0.228949 18.956 0.63648 19.3635C1.04401 19.7711 1.59674 20 2.17308 20H5.01923C5.43345 20 5.76923 19.6642 5.76923 19.25C5.76923 18.8358 5.43345 18.5 5.01923 18.5H2.17308C1.99457 18.5 1.82337 18.4291 1.69714 18.3029C1.57091 18.1766 1.5 18.0054 1.5 17.8269V14.9808ZM8.92856 4.53571C6.50245 4.53571 4.53571 6.50245 4.53571 8.92856C4.53571 11.3547 6.50245 13.3214 8.92856 13.3214C11.3547 13.3214 13.3214 11.3547 13.3214 8.92856C13.3214 6.50245 11.3547 4.53571 8.92856 4.53571ZM3.03571 8.92856C3.03571 5.67403 5.67403 3.03571 8.92856 3.03571C12.1831 3.03571 14.8214 5.67403 14.8214 8.92856C14.8214 10.2855 14.3628 11.5353 13.5921 12.5314L16.7446 15.6839C17.0375 15.9768 17.0375 16.4517 16.7446 16.7446C16.4517 17.0375 15.9768 17.0375 15.6839 16.7446L12.5314 13.5921C11.5353 14.3628 10.2855 14.8214 8.92856 14.8214C5.67403 14.8214 3.03571 12.1831 3.03571 8.92856Z"
7
- fill="currentColor"
8
- />
9
- </svg>
10
- </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
4
+ fill-rule="evenodd"
5
+ clip-rule="evenodd"
6
+ d="M2.17308 1.5C1.99457 1.5 1.82337 1.57091 1.69714 1.69714C1.57091 1.82337 1.5 1.99457 1.5 2.17308V5.01923C1.5 5.43345 1.16421 5.76923 0.75 5.76923C0.335786 5.76923 0 5.43345 0 5.01923V2.17308C0 1.59674 0.228949 1.04401 0.63648 0.63648C1.04401 0.228949 1.59674 0 2.17308 0H5.01923C5.43345 0 5.76923 0.335786 5.76923 0.75C5.76923 1.16421 5.43345 1.5 5.01923 1.5H2.17308ZM14.9808 0C14.5666 0 14.2308 0.335786 14.2308 0.75C14.2308 1.16421 14.5666 1.5 14.9808 1.5H17.8269C18.0054 1.5 18.1766 1.57091 18.3029 1.69714C18.4291 1.82337 18.5 1.99457 18.5 2.17308V5.01923C18.5 5.43345 18.8358 5.76923 19.25 5.76923C19.6642 5.76923 20 5.43345 20 5.01923V2.17308C20 1.59674 19.7711 1.04401 19.3635 0.63648C18.956 0.228949 18.4033 0 17.8269 0H14.9808ZM20 14.9808C20 14.5666 19.6642 14.2308 19.25 14.2308C18.8358 14.2308 18.5 14.5666 18.5 14.9808V17.8269C18.5 18.0054 18.4291 18.1766 18.3029 18.3029C18.1766 18.4291 18.0054 18.5 17.8269 18.5H14.9808C14.5666 18.5 14.2308 18.8358 14.2308 19.25C14.2308 19.6642 14.5666 20 14.9808 20H17.8269C18.4033 20 18.956 19.7711 19.3635 19.3635C19.7711 18.956 20 18.4033 20 17.8269V14.9808ZM1.5 14.9808C1.5 14.5666 1.16421 14.2308 0.75 14.2308C0.335786 14.2308 0 14.5666 0 14.9808V17.8269C0 18.4033 0.228949 18.956 0.63648 19.3635C1.04401 19.7711 1.59674 20 2.17308 20H5.01923C5.43345 20 5.76923 19.6642 5.76923 19.25C5.76923 18.8358 5.43345 18.5 5.01923 18.5H2.17308C1.99457 18.5 1.82337 18.4291 1.69714 18.3029C1.57091 18.1766 1.5 18.0054 1.5 17.8269V14.9808ZM8.92856 4.53571C6.50245 4.53571 4.53571 6.50245 4.53571 8.92856C4.53571 11.3547 6.50245 13.3214 8.92856 13.3214C11.3547 13.3214 13.3214 11.3547 13.3214 8.92856C13.3214 6.50245 11.3547 4.53571 8.92856 4.53571ZM3.03571 8.92856C3.03571 5.67403 5.67403 3.03571 8.92856 3.03571C12.1831 3.03571 14.8214 5.67403 14.8214 8.92856C14.8214 10.2855 14.3628 11.5353 13.5921 12.5314L16.7446 15.6839C17.0375 15.9768 17.0375 16.4517 16.7446 16.7446C16.4517 17.0375 15.9768 17.0375 15.6839 16.7446L12.5314 13.5921C11.5353 14.3628 10.2855 14.8214 8.92856 14.8214C5.67403 14.8214 3.03571 12.1831 3.03571 8.92856Z"
7
+ fill="currentColor"
8
+ />
9
+ </svg>
10
+ </template>
package/icons/moon.vue CHANGED
@@ -1,8 +1,8 @@
1
- <template>
2
- <svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
3
- <path
4
- d="M5.99987 12.6668C5.99987 13.2268 6.08654 13.7735 6.24654 14.2802C3.6865 13.3935 1.75314 11.0401 1.55314 8.28677C1.35314 5.36006 3.03983 2.62668 5.76654 1.48C6.47321 1.18666 6.83322 1.4 6.98655 1.55333C7.13322 1.7 7.33989 2.05334 7.04656 2.72668C6.74655 3.42003 6.59988 4.15337 6.59988 4.91338C6.60655 6.2734 7.13989 7.53342 8.00657 8.5001C6.78655 9.47345 5.99987 10.9801 5.99987 12.6668Z"/>
5
- <path d="M14.1402 11.8136C12.8202 13.607 10.7268 14.6603 8.49343 14.6603C8.38676 14.6603 8.2801 14.6537 8.17343 14.647C7.50675 14.6203 6.86007 14.4937 6.24673 14.2803C6.08673 13.7737 6.00006 13.227 6.00006 12.667C6.00006 10.9803 6.78674 9.47359 8.00676 8.50024C8.98677 9.60026 10.3935 10.3136 11.9468 10.3803C12.3668 10.4003 12.7868 10.3669 13.2002 10.2936C13.9468 10.1603 14.2469 10.4403 14.3535 10.6203C14.4669 10.8003 14.5869 11.1936 14.1402 11.8136Z"
6
- opacity="0.4"/>
7
- </svg>
8
- </template>
1
+ <template>
2
+ <svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M5.99987 12.6668C5.99987 13.2268 6.08654 13.7735 6.24654 14.2802C3.6865 13.3935 1.75314 11.0401 1.55314 8.28677C1.35314 5.36006 3.03983 2.62668 5.76654 1.48C6.47321 1.18666 6.83322 1.4 6.98655 1.55333C7.13322 1.7 7.33989 2.05334 7.04656 2.72668C6.74655 3.42003 6.59988 4.15337 6.59988 4.91338C6.60655 6.2734 7.13989 7.53342 8.00657 8.5001C6.78655 9.47345 5.99987 10.9801 5.99987 12.6668Z"/>
5
+ <path d="M14.1402 11.8136C12.8202 13.607 10.7268 14.6603 8.49343 14.6603C8.38676 14.6603 8.2801 14.6537 8.17343 14.647C7.50675 14.6203 6.86007 14.4937 6.24673 14.2803C6.08673 13.7737 6.00006 13.227 6.00006 12.667C6.00006 10.9803 6.78674 9.47359 8.00676 8.50024C8.98677 9.60026 10.3935 10.3136 11.9468 10.3803C12.3668 10.4003 12.7868 10.3669 13.2002 10.2936C13.9468 10.1603 14.2469 10.4403 14.3535 10.6203C14.4669 10.8003 14.5869 11.1936 14.1402 11.8136Z"
6
+ opacity="0.4"/>
7
+ </svg>
8
+ </template>
package/icons/more.vue CHANGED
@@ -1,29 +1,29 @@
1
- <template>
2
- <svg
3
- class="text-primary"
4
- width="24"
5
- height="24"
6
- viewBox="0 0 24 24"
7
- fill="none"
8
- xmlns="http://www.w3.org/2000/svg"
9
- >
10
- <path
11
- fill-rule="evenodd"
12
- clip-rule="evenodd"
13
- d="M12 5.56243C10.999 5.56243 10.1875 4.75093 10.1875 3.7499C10.1875 2.74887 10.999 1.93738 12 1.93738C13.0011 1.93738 13.8125 2.74887 13.8125 3.7499C13.8125 4.75093 13.0011 5.56243 12 5.56243Z"
14
- fill="currentColor"
15
- />
16
- <path
17
- fill-rule="evenodd"
18
- clip-rule="evenodd"
19
- d="M12 13.8125C10.999 13.8125 10.1875 13.001 10.1875 12C10.1875 10.999 10.999 10.1875 12 10.1875C13.0011 10.1875 13.8125 10.999 13.8125 12C13.8125 13.001 13.0011 13.8125 12 13.8125Z"
20
- fill="currentColor"
21
- />
22
- <path
23
- fill-rule="evenodd"
24
- clip-rule="evenodd"
25
- d="M12 22.0626C10.999 22.0626 10.1875 21.2511 10.1875 20.2501C10.1875 19.2491 10.999 18.4376 12 18.4376C13.0011 18.4376 13.8125 19.2491 13.8125 20.2501C13.8125 21.2511 13.0011 22.0626 12 22.0626Z"
26
- fill="currentColor"
27
- />
28
- </svg>
29
- </template>
1
+ <template>
2
+ <svg
3
+ class="text-primary"
4
+ width="24"
5
+ height="24"
6
+ viewBox="0 0 24 24"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ >
10
+ <path
11
+ fill-rule="evenodd"
12
+ clip-rule="evenodd"
13
+ d="M12 5.56243C10.999 5.56243 10.1875 4.75093 10.1875 3.7499C10.1875 2.74887 10.999 1.93738 12 1.93738C13.0011 1.93738 13.8125 2.74887 13.8125 3.7499C13.8125 4.75093 13.0011 5.56243 12 5.56243Z"
14
+ fill="currentColor"
15
+ />
16
+ <path
17
+ fill-rule="evenodd"
18
+ clip-rule="evenodd"
19
+ d="M12 13.8125C10.999 13.8125 10.1875 13.001 10.1875 12C10.1875 10.999 10.999 10.1875 12 10.1875C13.0011 10.1875 13.8125 10.999 13.8125 12C13.8125 13.001 13.0011 13.8125 12 13.8125Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fill-rule="evenodd"
24
+ clip-rule="evenodd"
25
+ d="M12 22.0626C10.999 22.0626 10.1875 21.2511 10.1875 20.2501C10.1875 19.2491 10.999 18.4376 12 18.4376C13.0011 18.4376 13.8125 19.2491 13.8125 20.2501C13.8125 21.2511 13.0011 22.0626 12 22.0626Z"
26
+ fill="currentColor"
27
+ />
28
+ </svg>
29
+ </template>
package/icons/network.vue CHANGED
@@ -1,3 +1,3 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-network-icon lucide-network"><rect x="16" y="16" width="6" height="6" rx="1"/><rect x="2" y="16" width="6" height="6" rx="1"/><rect x="9" y="2" width="6" height="6" rx="1"/><path d="M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3"/><path d="M12 12V8"/></svg>
3
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-network-icon lucide-network"><rect x="16" y="16" width="6" height="6" rx="1"/><rect x="2" y="16" width="6" height="6" rx="1"/><rect x="9" y="2" width="6" height="6" rx="1"/><path d="M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3"/><path d="M12 12V8"/></svg>
3
+ </template>
@@ -1,3 +1,3 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-newspaper-icon lucide-newspaper"><path d="M15 18h-5"/><path d="M18 14h-8"/><path d="M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-4 0v-9a2 2 0 0 1 2-2h2"/><rect width="8" height="4" x="10" y="6" rx="1"/></svg>
3
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-newspaper-icon lucide-newspaper"><path d="M15 18h-5"/><path d="M18 14h-8"/><path d="M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-4 0v-9a2 2 0 0 1 2-2h2"/><rect width="8" height="4" x="10" y="6" rx="1"/></svg>
3
+ </template>
@@ -1,14 +1,14 @@
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
- <path
10
- d="M28.7075 7.29231L24.7075 3.29231C24.6146 3.19933 24.5043 3.12557 24.3829 3.07525C24.2615 3.02493 24.1314 2.99902 24 2.99902C23.8686 2.99902 23.7385 3.02493 23.6171 3.07525C23.4957 3.12557 23.3854 3.19933 23.2925 3.29231L11.2925 15.2923C11.1997 15.3852 11.1261 15.4956 11.0759 15.617C11.0257 15.7384 10.9999 15.8684 11 15.9998V19.9998C11 20.265 11.1054 20.5194 11.2929 20.7069C11.4804 20.8945 11.7348 20.9998 12 20.9998H16C16.1314 20.9999 16.2615 20.9741 16.3829 20.9239C16.5042 20.8738 16.6146 20.8001 16.7075 20.7073L28.7075 8.70731C28.8005 8.61444 28.8742 8.50415 28.9246 8.38275C28.9749 8.26135 29.0008 8.13123 29.0008 7.99981C29.0008 7.86839 28.9749 7.73827 28.9246 7.61687C28.8742 7.49547 28.8005 7.38518 28.7075 7.29231ZM15.5863 18.9998H13V16.4136L21 8.41356L23.5863 10.9998L15.5863 18.9998ZM25 9.58606L22.4137 6.99981L24 5.41356L26.5863 7.99981L25 9.58606ZM28 14.9998V25.9998C28 26.5302 27.7893 27.0389 27.4142 27.414C27.0391 27.7891 26.5304 27.9998 26 27.9998H6C5.46957 27.9998 4.96086 27.7891 4.58579 27.414C4.21071 27.0389 4 26.5302 4 25.9998V5.99981C4 5.46938 4.21071 4.96067 4.58579 4.5856C4.96086 4.21052 5.46957 3.99981 6 3.99981H17C17.2652 3.99981 17.5196 4.10517 17.7071 4.2927C17.8946 4.48024 18 4.73459 18 4.99981C18 5.26503 17.8946 5.51938 17.7071 5.70692C17.5196 5.89445 17.2652 5.99981 17 5.99981H6V25.9998H26V14.9998C26 14.7346 26.1054 14.4802 26.2929 14.2927C26.4804 14.1052 26.7348 13.9998 27 13.9998C27.2652 13.9998 27.5196 14.1052 27.7071 14.2927C27.8946 14.4802 28 14.7346 28 14.9998Z"
11
- fill="currentColor"
12
- />
13
- </svg>
14
- </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
+ <path
10
+ d="M28.7075 7.29231L24.7075 3.29231C24.6146 3.19933 24.5043 3.12557 24.3829 3.07525C24.2615 3.02493 24.1314 2.99902 24 2.99902C23.8686 2.99902 23.7385 3.02493 23.6171 3.07525C23.4957 3.12557 23.3854 3.19933 23.2925 3.29231L11.2925 15.2923C11.1997 15.3852 11.1261 15.4956 11.0759 15.617C11.0257 15.7384 10.9999 15.8684 11 15.9998V19.9998C11 20.265 11.1054 20.5194 11.2929 20.7069C11.4804 20.8945 11.7348 20.9998 12 20.9998H16C16.1314 20.9999 16.2615 20.9741 16.3829 20.9239C16.5042 20.8738 16.6146 20.8001 16.7075 20.7073L28.7075 8.70731C28.8005 8.61444 28.8742 8.50415 28.9246 8.38275C28.9749 8.26135 29.0008 8.13123 29.0008 7.99981C29.0008 7.86839 28.9749 7.73827 28.9246 7.61687C28.8742 7.49547 28.8005 7.38518 28.7075 7.29231ZM15.5863 18.9998H13V16.4136L21 8.41356L23.5863 10.9998L15.5863 18.9998ZM25 9.58606L22.4137 6.99981L24 5.41356L26.5863 7.99981L25 9.58606ZM28 14.9998V25.9998C28 26.5302 27.7893 27.0389 27.4142 27.414C27.0391 27.7891 26.5304 27.9998 26 27.9998H6C5.46957 27.9998 4.96086 27.7891 4.58579 27.414C4.21071 27.0389 4 26.5302 4 25.9998V5.99981C4 5.46938 4.21071 4.96067 4.58579 4.5856C4.96086 4.21052 5.46957 3.99981 6 3.99981H17C17.2652 3.99981 17.5196 4.10517 17.7071 4.2927C17.8946 4.48024 18 4.73459 18 4.99981C18 5.26503 17.8946 5.51938 17.7071 5.70692C17.5196 5.89445 17.2652 5.99981 17 5.99981H6V25.9998H26V14.9998C26 14.7346 26.1054 14.4802 26.2929 14.2927C26.4804 14.1052 26.7348 13.9998 27 13.9998C27.2652 13.9998 27.5196 14.1052 27.7071 14.2927C27.8946 14.4802 28 14.7346 28 14.9998Z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ </template>
package/icons/note.vue CHANGED
@@ -1,14 +1,14 @@
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
- <path
10
- d="M11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11H20C20.2652 11 20.5196 11.1054 20.7071 11.2929C20.8946 11.4804 21 11.7348 21 12C21 12.2652 20.8946 12.5196 20.7071 12.7071C20.5196 12.8946 20.2652 13 20 13H12C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12ZM12 17H20C20.2652 17 20.5196 16.8946 20.7071 16.7071C20.8946 16.5196 21 16.2652 21 16C21 15.7348 20.8946 15.4804 20.7071 15.2929C20.5196 15.1054 20.2652 15 20 15H12C11.7348 15 11.4804 15.1054 11.2929 15.2929C11.1054 15.4804 11 15.7348 11 16C11 16.2652 11.1054 16.5196 11.2929 16.7071C11.4804 16.8946 11.7348 17 12 17ZM16 19H12C11.7348 19 11.4804 19.1054 11.2929 19.2929C11.1054 19.4804 11 19.7348 11 20C11 20.2652 11.1054 20.5196 11.2929 20.7071C11.4804 20.8946 11.7348 21 12 21H16C16.2652 21 16.5196 20.8946 16.7071 20.7071C16.8946 20.5196 17 20.2652 17 20C17 19.7348 16.8946 19.4804 16.7071 19.2929C16.5196 19.1054 16.2652 19 16 19ZM28 6V19.5863C28.0008 19.849 27.9494 20.1093 27.8488 20.352C27.7482 20.5947 27.6003 20.815 27.4137 21L21 27.4137C20.815 27.6003 20.5947 27.7482 20.352 27.8488C20.1093 27.9494 19.849 28.0008 19.5863 28H6C5.46957 28 4.96086 27.7893 4.58579 27.4142C4.21071 27.0391 4 26.5304 4 26V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H26C26.5304 4 27.0391 4.21071 27.4142 4.58579C27.7893 4.96086 28 5.46957 28 6ZM6 26H19V20C19 19.7348 19.1054 19.4804 19.2929 19.2929C19.4804 19.1054 19.7348 19 20 19H26V6H6V26ZM21 21V24.5875L24.5863 21H21Z"
11
- fill="currentColor"
12
- />
13
- </svg>
14
- </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
+ <path
10
+ d="M11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11H20C20.2652 11 20.5196 11.1054 20.7071 11.2929C20.8946 11.4804 21 11.7348 21 12C21 12.2652 20.8946 12.5196 20.7071 12.7071C20.5196 12.8946 20.2652 13 20 13H12C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12ZM12 17H20C20.2652 17 20.5196 16.8946 20.7071 16.7071C20.8946 16.5196 21 16.2652 21 16C21 15.7348 20.8946 15.4804 20.7071 15.2929C20.5196 15.1054 20.2652 15 20 15H12C11.7348 15 11.4804 15.1054 11.2929 15.2929C11.1054 15.4804 11 15.7348 11 16C11 16.2652 11.1054 16.5196 11.2929 16.7071C11.4804 16.8946 11.7348 17 12 17ZM16 19H12C11.7348 19 11.4804 19.1054 11.2929 19.2929C11.1054 19.4804 11 19.7348 11 20C11 20.2652 11.1054 20.5196 11.2929 20.7071C11.4804 20.8946 11.7348 21 12 21H16C16.2652 21 16.5196 20.8946 16.7071 20.7071C16.8946 20.5196 17 20.2652 17 20C17 19.7348 16.8946 19.4804 16.7071 19.2929C16.5196 19.1054 16.2652 19 16 19ZM28 6V19.5863C28.0008 19.849 27.9494 20.1093 27.8488 20.352C27.7482 20.5947 27.6003 20.815 27.4137 21L21 27.4137C20.815 27.6003 20.5947 27.7482 20.352 27.8488C20.1093 27.9494 19.849 28.0008 19.5863 28H6C5.46957 28 4.96086 27.7893 4.58579 27.4142C4.21071 27.0391 4 26.5304 4 26V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H26C26.5304 4 27.0391 4.21071 27.4142 4.58579C27.7893 4.96086 28 5.46957 28 6ZM6 26H19V20C19 19.7348 19.1054 19.4804 19.2929 19.2929C19.4804 19.1054 19.7348 19 20 19H26V6H6V26ZM21 21V24.5875L24.5863 21H21Z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ </template>
@@ -1,17 +1,17 @@
1
- <template>
2
- <svg
3
- xmlns="http://www.w3.org/2000/svg"
4
- width="1em"
5
- height="1em"
6
- viewBox="0 0 24 24"
7
- >
8
- <path
9
- fill="currentColor"
10
- d="M11.001 10h2v5h-2zM11 16h2v2h-2z"
11
- />
12
- <path
13
- fill="currentColor"
14
- d="M13.768 4.2C13.42 3.545 12.742 3.138 12 3.138s-1.42.407-1.768 1.063L2.894 18.064a1.99 1.99 0 0 0 .054 1.968A1.98 1.98 0 0 0 4.661 21h14.678c.708 0 1.349-.362 1.714-.968a1.99 1.99 0 0 0 .054-1.968zM4.661 19L12 5.137L19.344 19z"
15
- />
16
- </svg>
17
- </template>
1
+ <template>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="1em"
5
+ height="1em"
6
+ viewBox="0 0 24 24"
7
+ >
8
+ <path
9
+ fill="currentColor"
10
+ d="M11.001 10h2v5h-2zM11 16h2v2h-2z"
11
+ />
12
+ <path
13
+ fill="currentColor"
14
+ d="M13.768 4.2C13.42 3.545 12.742 3.138 12 3.138s-1.42.407-1.768 1.063L2.894 18.064a1.99 1.99 0 0 0 .054 1.968A1.98 1.98 0 0 0 4.661 21h14.678c.708 0 1.349-.362 1.714-.968a1.99 1.99 0 0 0 .054-1.968zM4.661 19L12 5.137L19.344 19z"
15
+ />
16
+ </svg>
17
+ </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.01901 1.33325C5.52039 1.33325 3.49485 3.35879 3.49485 5.85742V8.96664L1.94232 11.735C1.85548 11.8899 1.85726 12.0791 1.94698 12.2323C2.03669 12.3855 2.2009 12.4796 2.37842 12.4796H5.66525C5.67667 12.6235 5.70103 12.7665 5.73822 12.9068C5.82723 13.2424 5.98761 13.5541 6.20809 13.82C6.42857 14.0859 6.70377 14.2995 7.01433 14.4458C7.32489 14.592 7.66325 14.6674 8.00559 14.6666C8.34794 14.6658 8.68594 14.5887 8.99581 14.441C9.30568 14.2932 9.57988 14.0783 9.79911 13.8113C10.0183 13.5444 10.1773 13.2319 10.2647 12.8959C10.3003 12.7591 10.3237 12.6198 10.3348 12.4796H13.6217C13.7983 12.4796 13.9618 12.3864 14.0518 12.2345C14.1419 12.0825 14.145 11.8943 14.0602 11.7394L12.5432 8.96933V5.85742C12.5432 3.35879 10.5176 1.33325 8.01901 1.33325ZM9.32939 12.4796H6.67064C6.67848 12.5371 6.68988 12.5942 6.70481 12.6505C6.75687 12.8468 6.8504 13.028 6.97788 13.1817C7.10531 13.3354 7.26342 13.4577 7.4404 13.5411C7.61732 13.6244 7.80937 13.667 8.00318 13.6666C8.19698 13.6661 8.38884 13.6225 8.5654 13.5384C8.74201 13.4541 8.89957 13.331 9.0263 13.1767C9.15307 13.0223 9.24576 12.8406 9.2969 12.6441C9.31101 12.5898 9.32184 12.5349 9.32939 12.4796ZM4.49485 5.85742C4.49485 3.91107 6.07267 2.33325 8.01901 2.33325C9.96536 2.33325 11.5432 3.91107 11.5432 5.85742V9.09727C11.5432 9.18122 11.5643 9.26381 11.6046 9.33744L12.7778 11.4796H3.23208L4.43095 9.34184C4.47285 9.26714 4.49485 9.18292 4.49485 9.09727V5.85742Z"
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.01901 1.33325C5.52039 1.33325 3.49485 3.35879 3.49485 5.85742V8.96664L1.94232 11.735C1.85548 11.8899 1.85726 12.0791 1.94698 12.2323C2.03669 12.3855 2.2009 12.4796 2.37842 12.4796H5.66525C5.67667 12.6235 5.70103 12.7665 5.73822 12.9068C5.82723 13.2424 5.98761 13.5541 6.20809 13.82C6.42857 14.0859 6.70377 14.2995 7.01433 14.4458C7.32489 14.592 7.66325 14.6674 8.00559 14.6666C8.34794 14.6658 8.68594 14.5887 8.99581 14.441C9.30568 14.2932 9.57988 14.0783 9.79911 13.8113C10.0183 13.5444 10.1773 13.2319 10.2647 12.8959C10.3003 12.7591 10.3237 12.6198 10.3348 12.4796H13.6217C13.7983 12.4796 13.9618 12.3864 14.0518 12.2345C14.1419 12.0825 14.145 11.8943 14.0602 11.7394L12.5432 8.96933V5.85742C12.5432 3.35879 10.5176 1.33325 8.01901 1.33325ZM9.32939 12.4796H6.67064C6.67848 12.5371 6.68988 12.5942 6.70481 12.6505C6.75687 12.8468 6.8504 13.028 6.97788 13.1817C7.10531 13.3354 7.26342 13.4577 7.4404 13.5411C7.61732 13.6244 7.80937 13.667 8.00318 13.6666C8.19698 13.6661 8.38884 13.6225 8.5654 13.5384C8.74201 13.4541 8.89957 13.331 9.0263 13.1767C9.15307 13.0223 9.24576 12.8406 9.2969 12.6441C9.31101 12.5898 9.32184 12.5349 9.32939 12.4796ZM4.49485 5.85742C4.49485 3.91107 6.07267 2.33325 8.01901 2.33325C9.96536 2.33325 11.5432 3.91107 11.5432 5.85742V9.09727C11.5432 9.18122 11.5643 9.26381 11.6046 9.33744L12.7778 11.4796H3.23208L4.43095 9.34184C4.47285 9.26714 4.49485 9.18292 4.49485 9.09727V5.85742Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
@@ -1,7 +1,7 @@
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="M10.4369 2.33325C9.93143 2.33325 9.44714 2.53344 9.09042 2.88906L3.57403 8.38834C2.99212 8.96845 2.66561 9.75477 2.66561 10.5742C2.66561 11.3936 2.99212 12.1799 3.57403 12.7601C4.15602 13.3402 4.94584 13.6666 5.76986 13.6666C6.59388 13.6666 7.3837 13.3402 7.96569 12.7601L13.4821 7.26077C13.6775 7.06595 13.9937 7.06666 14.1882 7.26236C14.3828 7.45806 14.382 7.77464 14.1866 7.96946L8.67023 13.4687C7.90063 14.236 6.85729 14.6666 5.76986 14.6666C4.68243 14.6666 3.6391 14.236 2.86949 13.4687C2.0998 12.7014 1.66699 11.6603 1.66699 10.5742C1.66699 9.4881 2.0998 8.44695 2.86949 7.67965L8.38587 2.18036C8.93022 1.63771 9.66803 1.33325 10.4369 1.33325C11.2057 1.33325 11.9435 1.63771 12.4879 2.18036C13.0323 2.72309 13.3386 3.45967 13.3386 4.22818C13.3386 4.99669 13.0323 5.73326 12.4879 6.27599L6.9655 11.7753C6.64642 12.0934 6.21414 12.2717 5.76386 12.2717C5.31358 12.2717 4.88129 12.0934 4.56222 11.7753C4.24307 11.4571 4.06336 11.0251 4.06336 10.5742C4.06336 10.1233 4.24307 9.69128 4.56222 9.37312L9.65863 4.29849C9.85418 4.10378 10.1703 4.10468 10.3648 4.30049C10.5592 4.49631 10.5583 4.81289 10.3628 5.00759L5.26676 10.0818C5.13551 10.2128 5.06198 10.39 5.06198 10.5742C5.06198 10.7584 5.13538 10.9356 5.26676 11.0666C5.39822 11.1976 5.57699 11.2717 5.76386 11.2717C5.95073 11.2717 6.1295 11.1976 6.26095 11.0666L11.7833 5.5673C12.1399 5.21178 12.3399 4.72993 12.3399 4.22818C12.3399 3.72634 12.14 3.2446 11.7833 2.88906C11.4266 2.53344 10.9423 2.33325 10.4369 2.33325Z"
4
- fill="currentColor"
5
- fill-rule="evenodd"/>
6
- </svg>
7
- </template>
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="M10.4369 2.33325C9.93143 2.33325 9.44714 2.53344 9.09042 2.88906L3.57403 8.38834C2.99212 8.96845 2.66561 9.75477 2.66561 10.5742C2.66561 11.3936 2.99212 12.1799 3.57403 12.7601C4.15602 13.3402 4.94584 13.6666 5.76986 13.6666C6.59388 13.6666 7.3837 13.3402 7.96569 12.7601L13.4821 7.26077C13.6775 7.06595 13.9937 7.06666 14.1882 7.26236C14.3828 7.45806 14.382 7.77464 14.1866 7.96946L8.67023 13.4687C7.90063 14.236 6.85729 14.6666 5.76986 14.6666C4.68243 14.6666 3.6391 14.236 2.86949 13.4687C2.0998 12.7014 1.66699 11.6603 1.66699 10.5742C1.66699 9.4881 2.0998 8.44695 2.86949 7.67965L8.38587 2.18036C8.93022 1.63771 9.66803 1.33325 10.4369 1.33325C11.2057 1.33325 11.9435 1.63771 12.4879 2.18036C13.0323 2.72309 13.3386 3.45967 13.3386 4.22818C13.3386 4.99669 13.0323 5.73326 12.4879 6.27599L6.9655 11.7753C6.64642 12.0934 6.21414 12.2717 5.76386 12.2717C5.31358 12.2717 4.88129 12.0934 4.56222 11.7753C4.24307 11.4571 4.06336 11.0251 4.06336 10.5742C4.06336 10.1233 4.24307 9.69128 4.56222 9.37312L9.65863 4.29849C9.85418 4.10378 10.1703 4.10468 10.3648 4.30049C10.5592 4.49631 10.5583 4.81289 10.3628 5.00759L5.26676 10.0818C5.13551 10.2128 5.06198 10.39 5.06198 10.5742C5.06198 10.7584 5.13538 10.9356 5.26676 11.0666C5.39822 11.1976 5.57699 11.2717 5.76386 11.2717C5.95073 11.2717 6.1295 11.1976 6.26095 11.0666L11.7833 5.5673C12.1399 5.21178 12.3399 4.72993 12.3399 4.22818C12.3399 3.72634 12.14 3.2446 11.7833 2.88906C11.4266 2.53344 10.9423 2.33325 10.4369 2.33325Z"
4
+ fill="currentColor"
5
+ fill-rule="evenodd"/>
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="text-primary" fill="currentColor"/>
4
- <path d="M0 10L44 10" class="text-white" 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="text-primary" fill="currentColor"/>
4
+ <path d="M0 10L44 10" class="text-white" 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>