adata-ui 2.1.17 → 2.1.18
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.
- package/-error.vue +170 -170
- package/.editorconfig +12 -12
- package/.gitlab-ci.yml +16 -16
- package/.nuxtrc +1 -1
- package/.nvmrc +1 -1
- package/.playground/app.config.ts +5 -5
- package/.playground/nuxt.config.ts +3 -3
- package/README.md +75 -75
- package/app.config.ts +28 -28
- package/app.vue +8 -8
- package/assets/styles/index.scss +104 -104
- package/assets/styles/modules/_base.scss +5 -5
- package/assets/styles/modules/_typography.scss +152 -152
- package/components/elements/README.md +1 -1
- package/components/elements/a-select-row/index.vue +140 -140
- package/components/elements/accordion/AAccordion.vue +197 -197
- package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -145
- package/components/elements/accordion/AAccordionGroup/types.ts +20 -20
- package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -22
- package/components/elements/accordion/types.ts +14 -14
- package/components/elements/accordion/ui.config.ts +22 -22
- package/components/elements/alert/AAlert.vue +65 -65
- package/components/elements/banner/ABanner.vue +49 -49
- package/components/elements/bg-block/ABgBlock.vue +11 -11
- package/components/elements/button/AButton.vue +188 -188
- package/components/elements/button/types.ts +24 -24
- package/components/elements/button-login/index.vue +21 -21
- package/components/elements/calendar/ACalendar.vue +83 -83
- package/components/elements/carousel/ACarousel.vue +159 -159
- package/components/elements/carousel/config.ui.ts +15 -15
- package/components/elements/carousel/types.ts +18 -18
- package/components/elements/chip-wrapper/AChipWrapper.vue +80 -80
- package/components/elements/chip-wrapper/types.ts +12 -12
- package/components/elements/chips/AChips.vue +32 -32
- package/components/elements/companies/AOurClients.vue +42 -42
- package/components/elements/curve-block/ACurveBlock.vue +291 -291
- package/components/elements/digit-badge/ADigitBadge.vue +83 -83
- package/components/elements/error-template/index.vue +48 -48
- package/components/elements/error-template/types.ts +23 -23
- package/components/elements/feature-description/AFeatureDescription.vue +112 -112
- package/components/elements/illustrations/noAccess.vue +71 -71
- package/components/elements/infinite-carousel/AInfiniteCarousel.vue +57 -57
- package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -33
- package/components/elements/leave-note/ALeaveNote.vue +78 -78
- package/components/elements/pagination/APagination.vue +110 -110
- package/components/elements/photos-animation/APhotosAnimation.vue +85 -85
- package/components/elements/select/ASelect.vue +445 -445
- package/components/elements/select/ASelectMobile.vue +186 -186
- package/components/elements/select/ui/select-button.vue +112 -112
- package/components/elements/select/ui/select-list.vue +99 -99
- package/components/elements/show-more/AShowMore.vue +35 -35
- package/components/elements/skeleton/ASkeleton.vue +44 -44
- package/components/elements/star-rating/AStarRating.vue +181 -181
- package/components/elements/star-rating/types.ts +7 -7
- package/components/elements/star-rating/ui/Star.vue +74 -74
- package/components/elements/status-badge/AStatusBadge.vue +74 -74
- package/components/elements/table/ATable.vue +93 -93
- package/components/elements/table/table.config.ts +32 -32
- package/components/elements/tree-select/ATreeSelect.vue +169 -169
- package/components/elements/tree-select/TreeService.ts +249 -249
- package/components/elements/tree-select/components/tree-select-nodes.vue +90 -90
- package/components/elements/tree-select/types.ts +34 -34
- package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -79
- package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -175
- package/components/features/color-mode/AColorMode.client.vue +53 -53
- package/components/features/dropdown/ADropdown.vue +124 -124
- package/components/features/go-top/GoTop.vue +58 -58
- package/components/features/lang-switcher/lang-switcher.vue +63 -63
- package/components/features/payment/banner/BasicPlusLimitBanner.vue +104 -104
- package/components/features/payment/banner/PaymentBanner.vue +108 -108
- package/components/features/payment/banner/UpSellBanner.vue +125 -125
- package/components/features/payment/process/PaymentKaspiQrSidePanel.vue +158 -158
- package/components/features/payment/process/PaymentKaspiRedirectSidePanel.vue +112 -112
- package/components/features/payment/process/PaymentMethodSidePanel.vue +121 -121
- package/components/features/payment/process/PaymentProcess.vue +138 -138
- package/components/features/payment/process/PaymentTopUpSidePanel.vue +130 -130
- package/components/features/pk-mobile-services/APkMobileServices.vue +149 -149
- package/components/features//321/201hange-version/AChangeVersion.vue +20 -20
- package/components/forms/README.md +1 -1
- package/components/forms/checkbox/ACheckbox.vue +149 -149
- package/components/forms/feedback-form/FeedbackForm.vue +177 -171
- package/components/forms/input/button/AInputButton.vue +53 -53
- package/components/forms/input/date/AInputDate.vue +213 -213
- package/components/forms/input/password/AInputPassword.vue +53 -53
- package/components/forms/input/standard/AInputStandard.vue +412 -412
- package/components/forms/input/textarea/ATextarea.vue +200 -200
- package/components/forms/radio-button/ARadioButton.vue +95 -95
- package/components/forms/request-demo/ARequestDemo.vue +108 -103
- package/components/forms/toggle/AToggle.vue +157 -157
- package/components/forms/toggle/types.ts +16 -16
- package/components/modals/AConfirmationEmail.vue +40 -40
- package/components/modals/AboutTariffModal.vue +114 -114
- package/components/modals/AnotherDeviceModal.vue +60 -60
- package/components/modals/ApplicationAcceptedModal.vue +47 -47
- package/components/modals/ConnectingTariffModal.vue +67 -67
- package/components/modals/ContactsMobileModel.vue +182 -182
- package/components/modals/ContentNavigationModal.vue +355 -355
- package/components/modals/Insufficient-funds-modal.vue +77 -77
- package/components/modals/LimitReachedModal.vue +30 -30
- package/components/modals/NoAccessModal.vue +37 -37
- package/components/modals/PaymentMethodModal.vue +101 -101
- package/components/modals/RedirectsBanksModal.vue +69 -69
- package/components/modals/ReplenishModal.vue +132 -132
- package/components/modals/ReportBugConfirmModal.vue +30 -30
- package/components/modals/ReportBugModal.vue +156 -156
- package/components/modals/Resend.vue +82 -82
- package/components/modals/SubmitApplicationModal.vue +123 -115
- package/components/modals/id/AuthModal.vue +82 -82
- package/components/modals/id/IdAutoLogoutModal.vue +45 -45
- package/components/modals/id/IdBanner.vue +61 -61
- package/components/modals/id/IdConfirmAccountOtpModal.vue +186 -186
- package/components/modals/id/IdConfirmSuccessfulModal.vue +41 -41
- package/components/modals/id/IdLoginModal.vue +326 -326
- package/components/modals/id/IdModals.vue +114 -114
- package/components/modals/id/IdNewPasswordModal.vue +129 -129
- package/components/modals/id/IdOtpInput.vue +155 -155
- package/components/modals/id/IdPasswordSuccessfulModal.vue +25 -25
- package/components/modals/id/IdRecoveryModal.vue +117 -117
- package/components/modals/id/IdRegistrationModal.vue +215 -215
- package/components/modals/id/IdResetPasswordOtpModal.vue +158 -158
- package/components/modals/id/IdTwoFactorModal.vue +130 -130
- package/components/navigation/README.md +1 -1
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +106 -106
- package/components/navigation/breadcrumbs/ABreadcrumbs.vue +66 -66
- package/components/navigation/breadcrumbs/types.ts +4 -4
- package/components/navigation/footer/AFooter.vue +279 -279
- package/components/navigation/footer/ui/a-footer-accordion.vue +118 -118
- package/components/navigation/header/AHeader.vue +217 -217
- package/components/navigation/header/AlmatyContacts.vue +145 -145
- package/components/navigation/header/AstanaContacts.vue +67 -67
- package/components/navigation/header/CardGallery.vue +249 -249
- package/components/navigation/header/ContactMenu.vue +114 -114
- package/components/navigation/header/HeaderLink.vue +267 -267
- package/components/navigation/header/ListItem.vue +31 -31
- package/components/navigation/header/NavCard.vue +41 -41
- package/components/navigation/header/NavList.vue +131 -131
- package/components/navigation/header/NotificationsMenu.vue +51 -51
- package/components/navigation/header/ProductMenu.vue +143 -143
- package/components/navigation/header/ProfileMenu.vue +194 -194
- package/components/navigation/header/TopHeader.vue +194 -194
- package/components/navigation/header/types.ts +28 -28
- package/components/navigation/line-tabs/ALineTabs.vue +111 -111
- package/components/navigation/line-tabs/types.ts +21 -21
- package/components/navigation/mobile-navigation/AMobileNavigation.vue +104 -104
- package/components/navigation/pill-tabs/APillTabs.vue +171 -171
- package/components/navigation/pill-tabs/types.ts +23 -23
- package/components/navigation/side-navigation/ASideNavigation.vue +406 -406
- package/components/overlays/README.md +1 -1
- package/components/overlays/modal/AModal.vue +332 -332
- package/components/overlays/side-panel/ASidePanel.vue +439 -439
- package/components/overlays/sideover/ASlideover.vue +351 -351
- package/components/overlays/tooltip/ATooltip.vue +237 -237
- package/components/transitions/ATransitionHeight.vue +67 -67
- package/components/utils/index.ts +19 -19
- package/components/utils/removeTrailingSlash.ts +7 -7
- package/composables/highlight.ts +18 -18
- package/composables/modalsState.ts +8 -8
- package/composables/projectState.ts +2 -2
- package/composables/useAdaptive.ts +46 -46
- package/composables/useBuyTariffs.ts +91 -91
- package/composables/useCarouselScroll.ts +49 -49
- package/composables/useHeaderNavigationLinks.ts +453 -453
- package/composables/useIdModals.ts +36 -36
- package/composables/usePayment.ts +74 -74
- package/composables/useUIValidation.ts +16 -16
- package/composables/useUrls.ts +21 -21
- package/eslint.config.mjs +45 -45
- package/i18n/i18n.config.ts +21 -21
- package/i18n.config.ts +21 -21
- package/icons/adata-logo.vue +17 -17
- package/icons/ai-assistant.vue +13 -13
- package/icons/akimat.vue +20 -20
- package/icons/arrow/arrow-bottom-left-on-square.vue +5 -5
- package/icons/arrow/arrow-circle-down.vue +16 -16
- package/icons/arrow/arrow-circle-reset.vue +16 -16
- package/icons/arrow/arrow-corner.vue +9 -9
- package/icons/arrow/arrow-graph-down.vue +13 -13
- package/icons/arrow/arrow-graph-up.vue +14 -14
- package/icons/arrow/arrow-square-down.vue +15 -15
- package/icons/arrow/arrow-top-right-on-square.vue +6 -6
- package/icons/arrow-currency-gray.vue +5 -5
- package/icons/arrow-currency-green.vue +5 -5
- package/icons/arrow-currency-red.vue +5 -5
- package/icons/arrow-side-up.vue +6 -6
- package/icons/avatar.vue +12 -12
- package/icons/bank.vue +5 -5
- package/icons/block.vue +16 -16
- package/icons/bookmark/bookmark-filled.vue +18 -18
- package/icons/bookmark/bookmark.vue +5 -5
- package/icons/browsers/browser-duck.vue +65 -65
- package/icons/browsers/browser-google.vue +30 -30
- package/icons/browsers/browser-yandex.vue +13 -13
- package/icons/building-vector.vue +7 -7
- package/icons/calculator.vue +7 -7
- package/icons/calendar.vue +24 -24
- package/icons/car.vue +7 -7
- package/icons/chart-bar.vue +5 -5
- package/icons/chart-pie.vue +16 -16
- package/icons/check/check-circle.vue +6 -6
- package/icons/check/check-shield.vue +14 -14
- package/icons/check/check.vue +17 -17
- package/icons/check/checkmark-circle.vue +6 -6
- package/icons/check-sb.vue +7 -7
- package/icons/checkbox/checkbox-active.vue +17 -17
- package/icons/checkbox/checkbox-empty.vue +10 -10
- package/icons/checkbox/checkbox-intermediate.vue +7 -7
- package/icons/chevron/chevron-down.vue +5 -5
- package/icons/chevron/chevron-left.vue +5 -5
- package/icons/chevron/chevron-right.vue +5 -5
- package/icons/chevron/chevron-up.vue +5 -5
- package/icons/chevron/double-chevron-right.vue +12 -12
- package/icons/clipboard-text.vue +7 -7
- package/icons/clock.vue +25 -25
- package/icons/close.vue +16 -16
- package/icons/company/company-bazis.vue +21 -21
- package/icons/company/company-bereke.vue +25 -25
- package/icons/company/company-bigroup.vue +16 -16
- package/icons/company/company-erg.vue +17 -17
- package/icons/company/company-forte.vue +21 -21
- package/icons/company/company-halyk.vue +15 -15
- package/icons/company/company-jusan.vue +31 -31
- package/icons/company/company-kaspi.vue +14 -14
- package/icons/company/company-mycar.vue +13 -13
- package/icons/company/company-samruk.vue +21 -21
- package/icons/company-egov-small.vue +15 -15
- package/icons/company.vue +8 -8
- package/icons/copy.vue +7 -7
- package/icons/currency/currency-dollar.vue +16 -16
- package/icons/currency/currency-down.vue +22 -22
- package/icons/currency/currency-eur.vue +57 -57
- package/icons/currency/currency-rub.vue +7 -7
- package/icons/currency/currency-tenge.vue +9 -9
- package/icons/currency/currency-usd.vue +221 -221
- package/icons/currency/currency-yuan.vue +25 -25
- package/icons/default-avatar.vue +20 -20
- package/icons/delete.vue +7 -7
- package/icons/document.vue +5 -5
- package/icons/download.vue +11 -11
- package/icons/edit.vue +7 -7
- package/icons/education.vue +16 -16
- package/icons/egov-small.vue +7 -7
- package/icons/excel-icon.vue +14 -14
- package/icons/expand-window.vue +7 -7
- package/icons/eye-closed.vue +26 -26
- package/icons/eye-open.vue +7 -7
- package/icons/eye-opened.vue +23 -23
- package/icons/file/file.vue +16 -16
- package/icons/file/files.vue +16 -16
- package/icons/filter.vue +5 -5
- package/icons/flag.vue +7 -7
- package/icons/gift.vue +8 -8
- package/icons/globe.vue +16 -16
- package/icons/google.vue +41 -41
- package/icons/graph-pie.vue +14 -14
- package/icons/hand/hand-thumb-up-filled.vue +5 -5
- package/icons/hand/hand-thumb-up.vue +5 -5
- package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
- package/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
- package/icons/handshake.vue +5 -5
- package/icons/hcheck.vue +14 -14
- package/icons/hdocument.vue +7 -7
- package/icons/history.vue +5 -5
- package/icons/horizontal-more.vue +13 -13
- package/icons/hot-line.vue +6 -6
- package/icons/hummer.vue +16 -16
- package/icons/id.vue +7 -7
- package/icons/info/info-circle.vue +29 -29
- package/icons/invoice.vue +7 -7
- package/icons/judge.vue +14 -14
- package/icons/kaspi-qr.vue +13 -13
- package/icons/link-chain.vue +28 -28
- package/icons/link.vue +7 -7
- package/icons/linkedin.vue +24 -24
- package/icons/loader-circle.vue +27 -27
- package/icons/location.vue +8 -8
- package/icons/lock.vue +5 -5
- package/icons/logo.vue +15 -15
- package/icons/logout.vue +16 -16
- package/icons/magnify/magnifying-glass-minus.vue +8 -8
- package/icons/magnify/magnifying-glass-plus.vue +9 -9
- package/icons/magnify/magnifying-glass.vue +9 -9
- package/icons/mail.vue +7 -7
- package/icons/mailru.vue +34 -34
- package/icons/main-filter.vue +5 -5
- package/icons/map/map-pin-filled.vue +7 -7
- package/icons/map/map-pin-rect.vue +15 -15
- package/icons/map/map-pin.vue +7 -7
- package/icons/map-marker-start.vue +7 -7
- package/icons/map-paper.vue +5 -5
- package/icons/medal.vue +7 -7
- package/icons/menu-filled.vue +20 -20
- package/icons/menu.vue +8 -8
- package/icons/message/message.vue +12 -12
- package/icons/minus/minus-circle.vue +10 -10
- package/icons/money.vue +5 -5
- package/icons/monitoring.vue +10 -10
- package/icons/moon.vue +8 -8
- package/icons/more.vue +29 -29
- package/icons/note-pencil.vue +14 -14
- package/icons/note.vue +14 -14
- package/icons/notification.vue +16 -16
- package/icons/paperclip.vue +7 -7
- package/icons/payment/payment-card.vue +6 -6
- package/icons/payment/payment-kaspi.vue +11 -11
- package/icons/person-vector.vue +7 -7
- package/icons/person-with-briefcase.vue +10 -10
- package/icons/phone-filled.vue +5 -5
- package/icons/phone.vue +7 -7
- package/icons/plus/plus-circle.vue +8 -8
- package/icons/plus/plus.vue +13 -13
- package/icons/profile.vue +5 -5
- package/icons/radio/radio-check.vue +8 -8
- package/icons/radio/radio-empty.vue +10 -10
- package/icons/receipt.vue +8 -8
- package/icons/robot.vue +14 -14
- package/icons/sanctions.vue +8 -8
- package/icons/scales/scale.vue +16 -16
- package/icons/scales/scales.vue +5 -5
- package/icons/scales/standing-scales.vue +15 -15
- package/icons/search.vue +27 -27
- package/icons/share/share-alt.vue +5 -5
- package/icons/share/share.vue +14 -14
- package/icons/ship.vue +8 -8
- package/icons/socials/face-book.vue +15 -15
- package/icons/socials/instagram.vue +19 -19
- package/icons/socials/telegram.vue +15 -15
- package/icons/socials/tik-tok.vue +15 -15
- package/icons/socials/youtube.vue +16 -16
- package/icons/sort/sort-asc.vue +15 -15
- package/icons/sort/sort-desc.vue +15 -15
- package/icons/splitting-arrows.vue +8 -8
- package/icons/star/star-filled.vue +40 -40
- package/icons/star/star-half-filled.vue +20 -20
- package/icons/star/star.vue +25 -25
- package/icons/sun.vue +14 -14
- package/icons/sviazi.vue +5 -5
- package/icons/tag.vue +30 -30
- package/icons/tasks.vue +10 -10
- package/icons/tender-search.vue +11 -11
- package/icons/toasts/check-circle-toast.vue +6 -6
- package/icons/toasts/warning-triangle-toast.vue +7 -7
- package/icons/trash.vue +13 -13
- package/icons/triangle.vue +10 -10
- package/icons/truck.vue +7 -7
- package/icons/user-square.vue +14 -14
- package/icons/user.vue +22 -22
- package/icons/users-focus.vue +8 -8
- package/icons/users-three.vue +7 -7
- package/icons/users.vue +8 -8
- package/icons/warning/warning-circle.vue +29 -29
- package/icons/warning/warning-triangle-filled.vue +12 -12
- package/icons/warning/warning-triangle.vue +28 -28
- package/icons/whatsapp.vue +8 -8
- package/icons/work-bag.vue +11 -11
- package/icons/work-case.vue +9 -9
- package/icons/work-search.vue +10 -10
- package/icons/work.vue +5 -5
- package/icons/x-mark.vue +15 -15
- package/icons/yandex.vue +28 -28
- package/illustrations/address-location.vue +38 -38
- package/illustrations/ball-with-chain.vue +120 -120
- package/illustrations/bill.vue +133 -133
- package/illustrations/buildings.vue +82 -82
- package/illustrations/calendar.vue +156 -156
- package/illustrations/chains.vue +152 -152
- package/illustrations/coin-percent.vue +126 -126
- package/illustrations/coins-stack.vue +202 -202
- package/illustrations/delete-dark.vue +31 -31
- package/illustrations/delete.vue +32 -32
- package/illustrations/doc-with-stamp.vue +126 -126
- package/illustrations/document.vue +64 -64
- package/illustrations/door.vue +74 -74
- package/illustrations/empty-box.vue +77 -77
- package/illustrations/empty-wallet.vue +161 -161
- package/illustrations/graph-in-coin.vue +119 -119
- package/illustrations/hammer.vue +156 -156
- package/illustrations/hand-cash.vue +108 -108
- package/illustrations/info.vue +39 -39
- package/illustrations/mail.vue +68 -68
- package/illustrations/ok.vue +62 -62
- package/illustrations/people-group.vue +237 -237
- package/illustrations/person-with-phone.vue +187 -187
- package/illustrations/person.vue +159 -159
- package/illustrations/phone-check.vue +90 -90
- package/illustrations/phone-payment-method.vue +223 -223
- package/illustrations/stop-hand.vue +77 -77
- package/illustrations/stop-sign.vue +34 -34
- package/illustrations/suit.vue +111 -111
- package/illustrations/suitcase.vue +105 -105
- package/illustrations/terminal-dark.vue +48 -48
- package/illustrations/terminal.vue +234 -234
- package/illustrations/trash-can.vue +108 -108
- package/illustrations/turn-on-tariff.vue +38 -38
- package/illustrations/two-persons.vue +169 -169
- package/lang/en.ts +834 -834
- package/lang/kk.ts +836 -836
- package/lang/ru.ts +837 -837
- package/layouts/default.vue +13 -13
- package/nuxt.config.ts +88 -88
- package/package.json +69 -69
- package/plugins/maska.ts +4 -4
- package/plugins/toast.client.ts +58 -58
- package/public/kaspi/logo.svg +4 -4
- package/shared/constans/pages.ts +89 -89
- package/tailwind.config.ts +163 -163
- package/tests/AButton.test.ts +81 -81
- package/tsconfig.json +6 -6
- package/utils/getMaxZindex.ts +25 -25
- package/utils/localizedNavigation.ts +36 -36
- package/vitest.config.ts +14 -14
package/icons/hummer.vue
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M8.53745 8.80032C8.27434 9.06333 8.27434 9.48976 8.53745 9.75277L10.7932 12.0077C11.0564 12.2707 11.483 12.2707 11.7461 12.0077L16.8518 6.90393C17.1149 6.64092 17.1149 6.21449 16.8518 5.95148L14.596 3.69657C14.3329 3.43356 13.9063 3.43356 13.6432 3.69657L8.53745 8.80032ZM7.47617 10.8136C6.62693 9.96473 6.62693 8.58837 7.47617 7.73946L12.5819 2.63571C13.4312 1.7868 14.8081 1.7868 15.6573 2.63571L17.9131 4.89062C18.7623 5.73953 18.7623 7.11589 17.9131 7.9648L15.8984 9.9787L21.7803 15.8583C22.0733 16.1512 22.0732 16.6261 21.7801 16.9189C21.4869 17.2118 21.0116 17.2117 20.7186 16.9187L14.8371 11.0396L12.8073 13.0685C11.9581 13.9175 10.5812 13.9175 9.73197 13.0685L7.47617 10.8136ZM4.17483 16.9413C3.7603 16.9413 3.42425 17.2771 3.42425 17.6913V20.5004H2.75058C2.33605 20.5004 2 20.8362 2 21.2504C2 21.6646 2.33605 22.0004 2.75058 22.0004H13.432C13.8465 22.0004 14.1825 21.6646 14.1825 21.2504C14.1825 20.8362 13.8465 20.5004 13.432 20.5004H12.7584V17.6913C12.7584 17.2771 12.4224 16.9413 12.0078 16.9413H4.17483ZM11.2573 20.5004V18.4413H4.92541V20.5004H11.2573Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M8.53745 8.80032C8.27434 9.06333 8.27434 9.48976 8.53745 9.75277L10.7932 12.0077C11.0564 12.2707 11.483 12.2707 11.7461 12.0077L16.8518 6.90393C17.1149 6.64092 17.1149 6.21449 16.8518 5.95148L14.596 3.69657C14.3329 3.43356 13.9063 3.43356 13.6432 3.69657L8.53745 8.80032ZM7.47617 10.8136C6.62693 9.96473 6.62693 8.58837 7.47617 7.73946L12.5819 2.63571C13.4312 1.7868 14.8081 1.7868 15.6573 2.63571L17.9131 4.89062C18.7623 5.73953 18.7623 7.11589 17.9131 7.9648L15.8984 9.9787L21.7803 15.8583C22.0733 16.1512 22.0732 16.6261 21.7801 16.9189C21.4869 17.2118 21.0116 17.2117 20.7186 16.9187L14.8371 11.0396L12.8073 13.0685C11.9581 13.9175 10.5812 13.9175 9.73197 13.0685L7.47617 10.8136ZM4.17483 16.9413C3.7603 16.9413 3.42425 17.2771 3.42425 17.6913V20.5004H2.75058C2.33605 20.5004 2 20.8362 2 21.2504C2 21.6646 2.33605 22.0004 2.75058 22.0004H13.432C13.8465 22.0004 14.1825 21.6646 14.1825 21.2504C14.1825 20.8362 13.8465 20.5004 13.432 20.5004H12.7584V17.6913C12.7584 17.2771 12.4224 16.9413 12.0078 16.9413H4.17483ZM11.2573 20.5004V18.4413H4.92541V20.5004H11.2573Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
package/icons/id.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.6665 4.71961C1.6665 3.9797 2.26632 3.37988 3.00623 3.37988H16.9934C17.7334 3.37988 18.3332 3.9797 18.3332 4.71961V15.2809C18.3332 16.0208 17.7334 16.6206 16.9934 16.6206H3.00623C2.26632 16.6206 1.6665 16.0208 1.6665 15.2809V4.71961ZM3.00623 4.62988C2.95668 4.62988 2.9165 4.67005 2.9165 4.71961V15.2809C2.9165 15.3305 2.95668 15.3706 3.00623 15.3706H16.9934C17.043 15.3706 17.0832 15.3305 17.0832 15.2809V4.71961C17.0832 4.67005 17.043 4.62988 16.9934 4.62988H3.00623ZM11.9671 8.5606C11.9671 8.21542 12.2469 7.9356 12.5921 7.9356H15.1446C15.4898 7.9356 15.7696 8.21542 15.7696 8.5606C15.7696 8.90578 15.4898 9.1856 15.1446 9.1856H12.5921C12.2469 9.1856 11.9671 8.90578 11.9671 8.5606ZM12.5921 10.4651C12.2469 10.4651 11.9671 10.7449 11.9671 11.0901C11.9671 11.4353 12.2469 11.7151 12.5921 11.7151H15.1446C15.4898 11.7151 15.7696 11.4353 15.7696 11.0901C15.7696 10.7449 15.4898 10.4651 15.1446 10.4651H12.5921ZM7.62069 7.04543C6.80167 7.04543 6.13772 7.70937 6.13772 8.52839C6.13772 9.34741 6.80167 10.0114 7.62069 10.0114C7.8289 10.0114 8.02555 9.96882 8.20369 9.89254C8.73404 9.66547 9.10366 9.13938 9.10366 8.52839C9.10366 7.70937 8.43971 7.04543 7.62069 7.04543ZM4.88772 8.52839C4.88772 7.01902 6.11131 5.79543 7.62069 5.79543C9.13007 5.79543 10.3537 7.01902 10.3537 8.52839C10.3537 9.64592 9.68303 10.6054 8.7247 11.029C9.10094 11.1401 9.46277 11.3076 9.80036 11.5273C10.4578 11.9553 10.9988 12.565 11.3796 13.2893C11.5403 13.5948 11.4228 13.9727 11.1173 14.1333C10.8118 14.294 10.4339 14.1765 10.2732 13.871C9.98413 13.3211 9.58362 12.8777 9.11845 12.575C8.65428 12.2728 8.13902 12.1189 7.62131 12.1189C7.1036 12.1189 6.58833 12.2728 6.12417 12.575C5.65899 12.8777 5.25848 13.3211 4.96939 13.871C4.80876 14.1765 4.43087 14.294 4.12534 14.1333C3.81981 13.9727 3.70235 13.5948 3.86299 13.2893C4.2438 12.565 4.78481 11.9553 5.44225 11.5273C5.77955 11.3078 6.14105 11.1404 6.51694 11.0293C5.55736 10.6052 4.88772 9.64499 4.88772 8.52839Z"
|
|
4
|
-
fill="currentColor"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.6665 4.71961C1.6665 3.9797 2.26632 3.37988 3.00623 3.37988H16.9934C17.7334 3.37988 18.3332 3.9797 18.3332 4.71961V15.2809C18.3332 16.0208 17.7334 16.6206 16.9934 16.6206H3.00623C2.26632 16.6206 1.6665 16.0208 1.6665 15.2809V4.71961ZM3.00623 4.62988C2.95668 4.62988 2.9165 4.67005 2.9165 4.71961V15.2809C2.9165 15.3305 2.95668 15.3706 3.00623 15.3706H16.9934C17.043 15.3706 17.0832 15.3305 17.0832 15.2809V4.71961C17.0832 4.67005 17.043 4.62988 16.9934 4.62988H3.00623ZM11.9671 8.5606C11.9671 8.21542 12.2469 7.9356 12.5921 7.9356H15.1446C15.4898 7.9356 15.7696 8.21542 15.7696 8.5606C15.7696 8.90578 15.4898 9.1856 15.1446 9.1856H12.5921C12.2469 9.1856 11.9671 8.90578 11.9671 8.5606ZM12.5921 10.4651C12.2469 10.4651 11.9671 10.7449 11.9671 11.0901C11.9671 11.4353 12.2469 11.7151 12.5921 11.7151H15.1446C15.4898 11.7151 15.7696 11.4353 15.7696 11.0901C15.7696 10.7449 15.4898 10.4651 15.1446 10.4651H12.5921ZM7.62069 7.04543C6.80167 7.04543 6.13772 7.70937 6.13772 8.52839C6.13772 9.34741 6.80167 10.0114 7.62069 10.0114C7.8289 10.0114 8.02555 9.96882 8.20369 9.89254C8.73404 9.66547 9.10366 9.13938 9.10366 8.52839C9.10366 7.70937 8.43971 7.04543 7.62069 7.04543ZM4.88772 8.52839C4.88772 7.01902 6.11131 5.79543 7.62069 5.79543C9.13007 5.79543 10.3537 7.01902 10.3537 8.52839C10.3537 9.64592 9.68303 10.6054 8.7247 11.029C9.10094 11.1401 9.46277 11.3076 9.80036 11.5273C10.4578 11.9553 10.9988 12.565 11.3796 13.2893C11.5403 13.5948 11.4228 13.9727 11.1173 14.1333C10.8118 14.294 10.4339 14.1765 10.2732 13.871C9.98413 13.3211 9.58362 12.8777 9.11845 12.575C8.65428 12.2728 8.13902 12.1189 7.62131 12.1189C7.1036 12.1189 6.58833 12.2728 6.12417 12.575C5.65899 12.8777 5.25848 13.3211 4.96939 13.871C4.80876 14.1765 4.43087 14.294 4.12534 14.1333C3.81981 13.9727 3.70235 13.5948 3.86299 13.2893C4.2438 12.565 4.78481 11.9553 5.44225 11.5273C5.77955 11.3078 6.14105 11.1404 6.51694 11.0293C5.55736 10.6052 4.88772 9.64499 4.88772 8.52839Z"
|
|
4
|
+
fill="currentColor"
|
|
5
|
+
/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
</script>
|
|
3
|
-
|
|
4
|
-
<template>
|
|
5
|
-
<svg
|
|
6
|
-
width="1em"
|
|
7
|
-
height="1em"
|
|
8
|
-
viewBox="0 0 20 20"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
d="M11.9401 13.5288L11.8136 14.0428C11.4341 14.1917 11.131 14.3051 10.9053 14.383C10.6793 14.4611 10.4168 14.5 10.1176 14.5C9.6582 14.5 9.30087 14.3881 9.04602 14.1659C8.79117 13.9428 8.6637 13.6601 8.6637 13.3171C8.6637 13.1843 8.67295 13.0478 8.69218 12.9086C8.71157 12.7693 8.7424 12.6124 8.7846 12.4371L9.25884 10.7684C9.30104 10.6086 9.3369 10.4572 9.36562 10.314C9.39475 10.1717 9.40879 10.0408 9.40879 9.92294C9.40879 9.70983 9.3644 9.56077 9.27605 9.47696C9.18769 9.39339 9.01908 9.35097 8.76877 9.35097C8.64618 9.35097 8.52017 9.37049 8.39173 9.40824C8.26272 9.44615 8.15245 9.48277 8.05988 9.51681L8.18669 9.00235C8.49737 8.87659 8.79433 8.76891 9.07839 8.67954C9.36246 8.58992 9.63086 8.54507 9.88474 8.54507C10.341 8.54507 10.693 8.65469 10.9403 8.87393C11.1875 9.09333 11.3111 9.37775 11.3111 9.72822C11.3111 9.80074 11.3029 9.9285 11.2855 10.1111C11.2685 10.2941 11.2367 10.4618 11.1905 10.6144L10.7183 12.2764C10.6796 12.4099 10.6448 12.5625 10.6145 12.7342C10.5833 12.9048 10.5683 13.0352 10.5683 13.1226C10.5683 13.3433 10.6178 13.494 10.717 13.5741C10.817 13.6542 10.9892 13.694 11.2337 13.694C11.3485 13.694 11.4792 13.6738 11.6243 13.634C11.7691 13.5943 11.8746 13.5593 11.9401 13.5288Z"
|
|
14
|
-
fill="currentColor"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
d="M11.5085 7.20803C11.7039 7.01413 11.8011 6.77831 11.8011 6.50219C11.8011 6.22669 11.704 5.9904 11.5085 5.79404C11.3137 5.59822 11.0789 5.5 10.8043 5.5C10.5288 5.5 10.2931 5.59799 10.0964 5.79404C9.89965 5.9904 9.80109 6.22661 9.80109 6.50219C9.80109 6.77831 9.89965 7.01406 10.0964 7.20803C10.2934 7.40263 10.5288 7.5 10.8043 7.5C11.0789 7.5 11.3137 7.40263 11.5085 7.20803Z"
|
|
18
|
-
fill="currentColor"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
fill-rule="evenodd"
|
|
22
|
-
clip-rule="evenodd"
|
|
23
|
-
d="M10 1.5C5.30558 1.5 1.5 5.30558 1.5 10C1.5 14.6944 5.30558 18.5 10 18.5C14.6944 18.5 18.5 14.6944 18.5 10C18.5 5.30558 14.6944 1.5 10 1.5ZM0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10Z"
|
|
24
|
-
fill="currentColor"
|
|
25
|
-
/>
|
|
26
|
-
</svg>
|
|
27
|
-
</template>
|
|
28
|
-
|
|
29
|
-
<style scoped></style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
</script>
|
|
3
|
+
|
|
4
|
+
<template>
|
|
5
|
+
<svg
|
|
6
|
+
width="1em"
|
|
7
|
+
height="1em"
|
|
8
|
+
viewBox="0 0 20 20"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M11.9401 13.5288L11.8136 14.0428C11.4341 14.1917 11.131 14.3051 10.9053 14.383C10.6793 14.4611 10.4168 14.5 10.1176 14.5C9.6582 14.5 9.30087 14.3881 9.04602 14.1659C8.79117 13.9428 8.6637 13.6601 8.6637 13.3171C8.6637 13.1843 8.67295 13.0478 8.69218 12.9086C8.71157 12.7693 8.7424 12.6124 8.7846 12.4371L9.25884 10.7684C9.30104 10.6086 9.3369 10.4572 9.36562 10.314C9.39475 10.1717 9.40879 10.0408 9.40879 9.92294C9.40879 9.70983 9.3644 9.56077 9.27605 9.47696C9.18769 9.39339 9.01908 9.35097 8.76877 9.35097C8.64618 9.35097 8.52017 9.37049 8.39173 9.40824C8.26272 9.44615 8.15245 9.48277 8.05988 9.51681L8.18669 9.00235C8.49737 8.87659 8.79433 8.76891 9.07839 8.67954C9.36246 8.58992 9.63086 8.54507 9.88474 8.54507C10.341 8.54507 10.693 8.65469 10.9403 8.87393C11.1875 9.09333 11.3111 9.37775 11.3111 9.72822C11.3111 9.80074 11.3029 9.9285 11.2855 10.1111C11.2685 10.2941 11.2367 10.4618 11.1905 10.6144L10.7183 12.2764C10.6796 12.4099 10.6448 12.5625 10.6145 12.7342C10.5833 12.9048 10.5683 13.0352 10.5683 13.1226C10.5683 13.3433 10.6178 13.494 10.717 13.5741C10.817 13.6542 10.9892 13.694 11.2337 13.694C11.3485 13.694 11.4792 13.6738 11.6243 13.634C11.7691 13.5943 11.8746 13.5593 11.9401 13.5288Z"
|
|
14
|
+
fill="currentColor"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M11.5085 7.20803C11.7039 7.01413 11.8011 6.77831 11.8011 6.50219C11.8011 6.22669 11.704 5.9904 11.5085 5.79404C11.3137 5.59822 11.0789 5.5 10.8043 5.5C10.5288 5.5 10.2931 5.59799 10.0964 5.79404C9.89965 5.9904 9.80109 6.22661 9.80109 6.50219C9.80109 6.77831 9.89965 7.01406 10.0964 7.20803C10.2934 7.40263 10.5288 7.5 10.8043 7.5C11.0789 7.5 11.3137 7.40263 11.5085 7.20803Z"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
fill-rule="evenodd"
|
|
22
|
+
clip-rule="evenodd"
|
|
23
|
+
d="M10 1.5C5.30558 1.5 1.5 5.30558 1.5 10C1.5 14.6944 5.30558 18.5 10 18.5C14.6944 18.5 18.5 14.6944 18.5 10C18.5 5.30558 14.6944 1.5 10 1.5ZM0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10Z"
|
|
24
|
+
fill="currentColor"
|
|
25
|
+
/>
|
|
26
|
+
</svg>
|
|
27
|
+
</template>
|
|
28
|
+
|
|
29
|
+
<style scoped></style>
|
package/icons/invoice.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="M4.6665 18.6458V8.05426C4.6665 5.20025 4.6665 3.77325 5.54518 2.88663C6.42386 2 7.83808 2 10.6665 2H14.6665C17.4949 2 18.9091 2 19.7878 2.88663C20.6665 3.77325 20.6665 5.20025 20.6665 8.05426V18.6458C20.6665 20.1575 20.6665 20.9133 20.2046 21.2108C19.4496 21.6971 18.2826 20.6774 17.6956 20.3073C17.2107 20.0014 16.9682 19.8485 16.699 19.8397C16.4082 19.8301 16.1614 19.9768 15.6374 20.3073L13.7265 21.5124C13.211 21.8374 12.9533 22 12.6665 22C12.3797 22 12.122 21.8374 11.6065 21.5124L9.69563 20.3073C9.21065 20.0014 8.96816 19.8485 8.69904 19.8397C8.40822 19.8301 8.16143 19.9768 7.63738 20.3073C7.05045 20.6774 5.88338 21.6971 5.12846 21.2108C4.6665 20.9133 4.6665 20.1575 4.6665 18.6458Z" fill="#566573" stroke="#566573" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M11.6665 11H8.6665" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M14.6665 7L8.6665 7" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
</svg>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M4.6665 18.6458V8.05426C4.6665 5.20025 4.6665 3.77325 5.54518 2.88663C6.42386 2 7.83808 2 10.6665 2H14.6665C17.4949 2 18.9091 2 19.7878 2.88663C20.6665 3.77325 20.6665 5.20025 20.6665 8.05426V18.6458C20.6665 20.1575 20.6665 20.9133 20.2046 21.2108C19.4496 21.6971 18.2826 20.6774 17.6956 20.3073C17.2107 20.0014 16.9682 19.8485 16.699 19.8397C16.4082 19.8301 16.1614 19.9768 15.6374 20.3073L13.7265 21.5124C13.211 21.8374 12.9533 22 12.6665 22C12.3797 22 12.122 21.8374 11.6065 21.5124L9.69563 20.3073C9.21065 20.0014 8.96816 19.8485 8.69904 19.8397C8.40822 19.8301 8.16143 19.9768 7.63738 20.3073C7.05045 20.6774 5.88338 21.6971 5.12846 21.2108C4.6665 20.9133 4.6665 20.1575 4.6665 18.6458Z" fill="#566573" stroke="#566573" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M11.6665 11H8.6665" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M14.6665 7L8.6665 7" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/icons/judge.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="M30.4152 14.5862L28.4152 12.5862C28.076 12.2474 27.6264 12.0417 27.1482 12.0066C26.6701 11.9715 26.1952 12.1093 25.8102 12.395L19.6052 6.18997C19.891 5.80507 20.029 5.33031 19.9942 4.85217C19.9593 4.37403 19.7538 3.92433 19.4152 3.58497L17.4152 1.58497C17.2295 1.39921 17.009 1.25185 16.7663 1.15131C16.5236 1.05077 16.2635 0.999023 16.0008 0.999023C15.7381 0.999023 15.478 1.05077 15.2353 1.15131C14.9927 1.25185 14.7722 1.39921 14.5864 1.58497L6.58644 9.58497C6.40068 9.77069 6.25332 9.99119 6.15278 10.2339C6.05224 10.4766 6.00049 10.7367 6.00049 10.9993C6.00049 11.262 6.05224 11.5221 6.15278 11.7648C6.25332 12.0075 6.40068 12.228 6.58644 12.4137L8.58644 14.4137C8.92573 14.752 9.37519 14.9573 9.85304 14.9921C10.3309 15.027 10.8054 14.8892 11.1902 14.6037L12.0864 15.5L3.91394 23.6725C3.37099 24.2663 3.07801 25.0466 3.096 25.8511C3.11398 26.6555 3.44156 27.422 4.01051 27.9909C4.57946 28.5599 5.34594 28.8874 6.15035 28.9054C6.95477 28.9234 7.73513 28.6304 8.32894 28.0875L16.5002 19.915L17.3964 20.81C17.1106 21.1949 16.9726 21.6696 17.0075 22.1478C17.0424 22.6259 17.2478 23.0756 17.5864 23.415L19.5864 25.415C19.7722 25.6007 19.9927 25.7481 20.2353 25.8486C20.478 25.9492 20.7381 26.0009 21.0008 26.0009C21.2635 26.0009 21.5236 25.9492 21.7663 25.8486C22.009 25.7481 22.2295 25.6007 22.4152 25.415L30.4152 17.415C30.601 17.2292 30.7483 17.0088 30.8489 16.7661C30.9494 16.5234 31.0011 16.2633 31.0011 16.0006C31.0011 15.7379 30.9494 15.4778 30.8489 15.2351C30.7483 14.9924 30.601 14.7719 30.4152 14.5862ZM10.0002 13L8.00019 11L16.0002 2.99997L18.0002 4.99997L10.0002 13ZM6.91519 26.6725C6.70441 26.882 6.41928 26.9996 6.12207 26.9996C5.82486 26.9996 5.53972 26.882 5.32894 26.6725C5.11979 26.4617 5.00242 26.1769 5.00242 25.88C5.00242 25.5831 5.11979 25.2982 5.32894 25.0875L13.5002 16.915L15.0864 18.5L6.91519 26.6725ZM12.6252 13.2075L18.2077 7.62497L24.3752 13.7925L18.7939 19.375L12.6252 13.2075ZM21.0002 24L19.0002 22L19.5002 21.5L26.5002 14.5L27.0002 14L29.0002 16L21.0002 24Z"
|
|
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="M30.4152 14.5862L28.4152 12.5862C28.076 12.2474 27.6264 12.0417 27.1482 12.0066C26.6701 11.9715 26.1952 12.1093 25.8102 12.395L19.6052 6.18997C19.891 5.80507 20.029 5.33031 19.9942 4.85217C19.9593 4.37403 19.7538 3.92433 19.4152 3.58497L17.4152 1.58497C17.2295 1.39921 17.009 1.25185 16.7663 1.15131C16.5236 1.05077 16.2635 0.999023 16.0008 0.999023C15.7381 0.999023 15.478 1.05077 15.2353 1.15131C14.9927 1.25185 14.7722 1.39921 14.5864 1.58497L6.58644 9.58497C6.40068 9.77069 6.25332 9.99119 6.15278 10.2339C6.05224 10.4766 6.00049 10.7367 6.00049 10.9993C6.00049 11.262 6.05224 11.5221 6.15278 11.7648C6.25332 12.0075 6.40068 12.228 6.58644 12.4137L8.58644 14.4137C8.92573 14.752 9.37519 14.9573 9.85304 14.9921C10.3309 15.027 10.8054 14.8892 11.1902 14.6037L12.0864 15.5L3.91394 23.6725C3.37099 24.2663 3.07801 25.0466 3.096 25.8511C3.11398 26.6555 3.44156 27.422 4.01051 27.9909C4.57946 28.5599 5.34594 28.8874 6.15035 28.9054C6.95477 28.9234 7.73513 28.6304 8.32894 28.0875L16.5002 19.915L17.3964 20.81C17.1106 21.1949 16.9726 21.6696 17.0075 22.1478C17.0424 22.6259 17.2478 23.0756 17.5864 23.415L19.5864 25.415C19.7722 25.6007 19.9927 25.7481 20.2353 25.8486C20.478 25.9492 20.7381 26.0009 21.0008 26.0009C21.2635 26.0009 21.5236 25.9492 21.7663 25.8486C22.009 25.7481 22.2295 25.6007 22.4152 25.415L30.4152 17.415C30.601 17.2292 30.7483 17.0088 30.8489 16.7661C30.9494 16.5234 31.0011 16.2633 31.0011 16.0006C31.0011 15.7379 30.9494 15.4778 30.8489 15.2351C30.7483 14.9924 30.601 14.7719 30.4152 14.5862ZM10.0002 13L8.00019 11L16.0002 2.99997L18.0002 4.99997L10.0002 13ZM6.91519 26.6725C6.70441 26.882 6.41928 26.9996 6.12207 26.9996C5.82486 26.9996 5.53972 26.882 5.32894 26.6725C5.11979 26.4617 5.00242 26.1769 5.00242 25.88C5.00242 25.5831 5.11979 25.2982 5.32894 25.0875L13.5002 16.915L15.0864 18.5L6.91519 26.6725ZM12.6252 13.2075L18.2077 7.62497L24.3752 13.7925L18.7939 19.375L12.6252 13.2075ZM21.0002 24L19.0002 22L19.5002 21.5L26.5002 14.5L27.0002 14L29.0002 16L21.0002 24Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
package/icons/kaspi-qr.vue
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg width="51" height="51" viewBox="0 0 51 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.49674 0C9.66206 0 9.79716 0.129346 9.80628 0.29232L9.80677 0.309906V2.82853C9.80677 2.99378 9.67738 3.12883 9.51434 3.13794L9.49674 3.13844L3.13881 3.13838L3.13882 9.49584C3.13882 9.65519 3.0185 9.78646 2.86372 9.8038L2.84638 9.80526L2.82879 9.80575H0.310031C0.14471 9.80575 0.00961136 9.6764 0.000490783 9.51343L0 9.49584V2.83918C0 1.30673 1.21545 0.0545687 2.74059 0.00171709L2.7869 0.000483577L2.8395 0H9.49674ZM23.2957 6.66658C23.5537 6.66658 23.7642 6.87031 23.7748 7.12563L23.7752 7.14589V23.2954C23.7752 23.5534 23.5714 23.7637 23.316 23.7743L23.2957 23.7747H7.14495C6.88692 23.7747 6.6765 23.571 6.66588 23.3157L6.66546 23.2954V9.60849C6.66546 7.9934 7.92636 6.69282 9.52191 6.66697L9.57036 6.66658H23.2957ZM23.2957 26.3513C23.5442 26.3513 23.7499 26.5407 23.7732 26.7882L23.7747 26.809L23.7752 26.8306V29.4898L9.80423 29.4898V40.321H20.6363L20.6364 32.0662H23.7752V42.9802C23.7752 43.2285 23.5858 43.4342 23.3382 43.4575L23.3174 43.459L23.2957 43.4595H9.57036C7.98586 43.4595 6.71679 42.2024 6.66696 40.6133L6.66582 40.565L6.66546 40.5176V26.8306C6.66546 26.5823 6.85487 26.3767 7.10252 26.3534L7.12328 26.3519L7.14495 26.3513H23.2957ZM35.0492 40.3227L35.0492 31.7504H31.9104L31.9104 37.4652L26.3538 37.4652V42.9818L26.3542 43.0021C26.3648 43.2574 26.5752 43.4611 26.8333 43.4611H29.4926L29.4926 40.6037H34.9268L34.9268 43.4611H40.5586L40.6071 43.4607C42.2026 43.4349 43.4635 42.1343 43.4635 40.5192V34.6078H37.467V37.7463L40.3246 37.7462V40.3227H35.0492ZM2.82879 40.321C2.99411 40.321 3.12921 40.4503 3.13833 40.6133L3.13882 40.6309L3.13881 46.9883L9.33798 46.9884C9.4974 46.9884 9.62871 47.1086 9.64606 47.2634L9.64752 47.2807L9.64801 47.2983V49.8169C9.64801 49.9822 9.51861 50.1172 9.35557 50.1263L9.33798 50.1268H2.8395C1.30686 50.1268 0.0545731 48.9115 0.00171723 47.3865L0.000483618 47.3402L0 47.2876V40.6309C0 40.4657 0.129398 40.3306 0.292438 40.3215L0.310031 40.321H2.82879ZM49.8224 40.321C49.9877 40.321 50.1228 40.4503 50.1319 40.6133L50.1324 40.6309V47.2876C50.1324 48.8201 48.917 50.0722 47.3918 50.1251L47.3455 50.1263L47.2929 50.1268H40.6357C40.4704 50.1268 40.3353 49.9975 40.3261 49.8345L40.3256 49.8169V47.2983C40.3256 47.133 40.455 46.998 40.6181 46.9888L40.6357 46.9884L46.9935 46.9883L46.9936 40.6309C46.9936 40.4716 47.1139 40.3403 47.2687 40.3229L47.286 40.3215L47.3036 40.321H49.8224ZM18.5411 31.5906V38.2213H11.9096V31.5906H18.5411ZM34.8904 29.4898V26.3513H26.8333L26.813 26.3518C26.5576 26.3624 26.3538 26.5727 26.3538 26.8306V34.8872H29.4926L29.4926 29.4898L34.8904 29.4898ZM43.464 26.8104C43.4534 26.5551 43.2429 26.3513 42.9849 26.3513H40.3256L40.3255 29.2088L37.4679 29.2088V32.3473H40.6067L40.6067 29.4898L43.4644 29.4898V26.8306L43.464 26.8104ZM43.462 9.51281C43.4122 7.92367 42.1431 6.66658 40.5586 6.66658H26.8333L26.8116 6.6671L26.7908 6.66862C26.5432 6.69192 26.3538 6.89753 26.3538 7.14589V23.2954L26.3543 23.3171L26.3558 23.3379C26.3791 23.5854 26.5848 23.7747 26.8333 23.7747L29.4926 23.7747L29.4926 9.80496H40.3246V20.6362L37.7845 20.6363V23.7747L42.984 23.7747L43.0057 23.7742L43.0265 23.7727C43.2741 23.7494 43.4635 23.5438 43.4635 23.2954V9.60849L43.4632 9.56106L43.462 9.51281ZM35.2072 20.6362V23.7747H32.0684V20.6362H35.2072ZM9.80642 9.80488H20.6385V20.6361H9.80642V9.80488ZM18.5411 11.9051V18.5359H11.9096V11.9051H18.5411ZM38.2294 18.5359V11.9051H31.5979V18.5359H38.2294ZM50.1307 2.74029C50.0778 1.21533 48.8256 0 47.2929 0H40.6357L40.6181 0.000490585C40.455 0.00960747 40.3256 0.144652 40.3256 0.309906V2.82853L40.3261 2.84612L40.3276 2.86344C40.3449 3.01816 40.4763 3.13844 40.6357 3.13844L46.9935 3.13838L46.9936 9.49584L46.9941 9.51343C47.0032 9.6764 47.1383 9.80575 47.3036 9.80575H49.8224L49.84 9.80526C50.003 9.79614 50.1324 9.6611 50.1324 9.49584V2.83918L50.1319 2.78659L50.1307 2.74029Z" fill="#F14635"></path>
|
|
8
|
-
</svg>
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style scoped>
|
|
12
|
-
|
|
13
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="51" height="51" viewBox="0 0 51 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.49674 0C9.66206 0 9.79716 0.129346 9.80628 0.29232L9.80677 0.309906V2.82853C9.80677 2.99378 9.67738 3.12883 9.51434 3.13794L9.49674 3.13844L3.13881 3.13838L3.13882 9.49584C3.13882 9.65519 3.0185 9.78646 2.86372 9.8038L2.84638 9.80526L2.82879 9.80575H0.310031C0.14471 9.80575 0.00961136 9.6764 0.000490783 9.51343L0 9.49584V2.83918C0 1.30673 1.21545 0.0545687 2.74059 0.00171709L2.7869 0.000483577L2.8395 0H9.49674ZM23.2957 6.66658C23.5537 6.66658 23.7642 6.87031 23.7748 7.12563L23.7752 7.14589V23.2954C23.7752 23.5534 23.5714 23.7637 23.316 23.7743L23.2957 23.7747H7.14495C6.88692 23.7747 6.6765 23.571 6.66588 23.3157L6.66546 23.2954V9.60849C6.66546 7.9934 7.92636 6.69282 9.52191 6.66697L9.57036 6.66658H23.2957ZM23.2957 26.3513C23.5442 26.3513 23.7499 26.5407 23.7732 26.7882L23.7747 26.809L23.7752 26.8306V29.4898L9.80423 29.4898V40.321H20.6363L20.6364 32.0662H23.7752V42.9802C23.7752 43.2285 23.5858 43.4342 23.3382 43.4575L23.3174 43.459L23.2957 43.4595H9.57036C7.98586 43.4595 6.71679 42.2024 6.66696 40.6133L6.66582 40.565L6.66546 40.5176V26.8306C6.66546 26.5823 6.85487 26.3767 7.10252 26.3534L7.12328 26.3519L7.14495 26.3513H23.2957ZM35.0492 40.3227L35.0492 31.7504H31.9104L31.9104 37.4652L26.3538 37.4652V42.9818L26.3542 43.0021C26.3648 43.2574 26.5752 43.4611 26.8333 43.4611H29.4926L29.4926 40.6037H34.9268L34.9268 43.4611H40.5586L40.6071 43.4607C42.2026 43.4349 43.4635 42.1343 43.4635 40.5192V34.6078H37.467V37.7463L40.3246 37.7462V40.3227H35.0492ZM2.82879 40.321C2.99411 40.321 3.12921 40.4503 3.13833 40.6133L3.13882 40.6309L3.13881 46.9883L9.33798 46.9884C9.4974 46.9884 9.62871 47.1086 9.64606 47.2634L9.64752 47.2807L9.64801 47.2983V49.8169C9.64801 49.9822 9.51861 50.1172 9.35557 50.1263L9.33798 50.1268H2.8395C1.30686 50.1268 0.0545731 48.9115 0.00171723 47.3865L0.000483618 47.3402L0 47.2876V40.6309C0 40.4657 0.129398 40.3306 0.292438 40.3215L0.310031 40.321H2.82879ZM49.8224 40.321C49.9877 40.321 50.1228 40.4503 50.1319 40.6133L50.1324 40.6309V47.2876C50.1324 48.8201 48.917 50.0722 47.3918 50.1251L47.3455 50.1263L47.2929 50.1268H40.6357C40.4704 50.1268 40.3353 49.9975 40.3261 49.8345L40.3256 49.8169V47.2983C40.3256 47.133 40.455 46.998 40.6181 46.9888L40.6357 46.9884L46.9935 46.9883L46.9936 40.6309C46.9936 40.4716 47.1139 40.3403 47.2687 40.3229L47.286 40.3215L47.3036 40.321H49.8224ZM18.5411 31.5906V38.2213H11.9096V31.5906H18.5411ZM34.8904 29.4898V26.3513H26.8333L26.813 26.3518C26.5576 26.3624 26.3538 26.5727 26.3538 26.8306V34.8872H29.4926L29.4926 29.4898L34.8904 29.4898ZM43.464 26.8104C43.4534 26.5551 43.2429 26.3513 42.9849 26.3513H40.3256L40.3255 29.2088L37.4679 29.2088V32.3473H40.6067L40.6067 29.4898L43.4644 29.4898V26.8306L43.464 26.8104ZM43.462 9.51281C43.4122 7.92367 42.1431 6.66658 40.5586 6.66658H26.8333L26.8116 6.6671L26.7908 6.66862C26.5432 6.69192 26.3538 6.89753 26.3538 7.14589V23.2954L26.3543 23.3171L26.3558 23.3379C26.3791 23.5854 26.5848 23.7747 26.8333 23.7747L29.4926 23.7747L29.4926 9.80496H40.3246V20.6362L37.7845 20.6363V23.7747L42.984 23.7747L43.0057 23.7742L43.0265 23.7727C43.2741 23.7494 43.4635 23.5438 43.4635 23.2954V9.60849L43.4632 9.56106L43.462 9.51281ZM35.2072 20.6362V23.7747H32.0684V20.6362H35.2072ZM9.80642 9.80488H20.6385V20.6361H9.80642V9.80488ZM18.5411 11.9051V18.5359H11.9096V11.9051H18.5411ZM38.2294 18.5359V11.9051H31.5979V18.5359H38.2294ZM50.1307 2.74029C50.0778 1.21533 48.8256 0 47.2929 0H40.6357L40.6181 0.000490585C40.455 0.00960747 40.3256 0.144652 40.3256 0.309906V2.82853L40.3261 2.84612L40.3276 2.86344C40.3449 3.01816 40.4763 3.13844 40.6357 3.13844L46.9935 3.13838L46.9936 9.49584L46.9941 9.51343C47.0032 9.6764 47.1383 9.80575 47.3036 9.80575H49.8224L49.84 9.80526C50.003 9.79614 50.1324 9.6611 50.1324 9.49584V2.83918L50.1319 2.78659L50.1307 2.74029Z" fill="#F14635"></path>
|
|
8
|
+
</svg>
|
|
9
|
+
</template>
|
|
10
|
+
|
|
11
|
+
<style scoped>
|
|
12
|
+
|
|
13
|
+
</style>
|
package/icons/link-chain.vue
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="17"
|
|
5
|
-
viewBox="0 0 16 17"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M8.47751 3.4889L6.93233 5.03417C6.72732 5.2392 6.39491 5.23921 6.18988 5.03419C5.98484 4.82917 5.98483 4.49676 6.18985 4.29173L7.73504 2.74645C9.39699 1.08453 12.0915 1.08451 13.7535 2.74644C15.4154 4.40836 15.4154 7.10287 13.7535 8.7648L12.2083 10.3101C12.0033 10.5151 11.6709 10.5151 11.4659 10.3101C11.2608 10.1051 11.2608 9.77267 11.4658 9.56764L13.011 8.02236C14.2629 6.77048 14.2629 4.74078 13.011 3.4889C11.7591 2.23702 9.72941 2.23703 8.47751 3.4889Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
fill-rule="evenodd"
|
|
17
|
-
clip-rule="evenodd"
|
|
18
|
-
d="M4.53409 6.68986C4.73913 6.89488 4.73914 7.22729 4.53412 7.43232L2.98893 8.97759C1.73704 10.2295 1.73702 12.2592 2.98892 13.5111C4.24081 14.7629 6.27054 14.7629 7.52244 13.5111L9.06762 11.9658C9.27264 11.7608 9.60505 11.7607 9.81008 11.9658C10.0151 12.1708 10.0151 12.5032 9.81011 12.7082L8.26492 14.2535C6.60297 15.9154 3.90841 15.9154 2.24646 14.2535C0.584516 12.5916 0.584512 9.89708 2.24645 8.23516L3.79163 6.68988C3.99665 6.48485 4.32906 6.48484 4.53409 6.68986Z"
|
|
19
|
-
fill="currentColor"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
fill-rule="evenodd"
|
|
23
|
-
clip-rule="evenodd"
|
|
24
|
-
d="M10.5295 5.97043C10.7346 6.17545 10.7346 6.50787 10.5295 6.71289L6.21289 11.0295C6.00786 11.2346 5.67545 11.2346 5.47043 11.0295C5.2654 10.8245 5.2654 10.4921 5.47043 10.2871L9.78708 5.97043C9.9921 5.76541 10.3245 5.76541 10.5295 5.97043Z"
|
|
25
|
-
fill="currentColor"
|
|
26
|
-
/>
|
|
27
|
-
</svg>
|
|
28
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="17"
|
|
5
|
+
viewBox="0 0 16 17"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M8.47751 3.4889L6.93233 5.03417C6.72732 5.2392 6.39491 5.23921 6.18988 5.03419C5.98484 4.82917 5.98483 4.49676 6.18985 4.29173L7.73504 2.74645C9.39699 1.08453 12.0915 1.08451 13.7535 2.74644C15.4154 4.40836 15.4154 7.10287 13.7535 8.7648L12.2083 10.3101C12.0033 10.5151 11.6709 10.5151 11.4659 10.3101C11.2608 10.1051 11.2608 9.77267 11.4658 9.56764L13.011 8.02236C14.2629 6.77048 14.2629 4.74078 13.011 3.4889C11.7591 2.23702 9.72941 2.23703 8.47751 3.4889Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
clip-rule="evenodd"
|
|
18
|
+
d="M4.53409 6.68986C4.73913 6.89488 4.73914 7.22729 4.53412 7.43232L2.98893 8.97759C1.73704 10.2295 1.73702 12.2592 2.98892 13.5111C4.24081 14.7629 6.27054 14.7629 7.52244 13.5111L9.06762 11.9658C9.27264 11.7608 9.60505 11.7607 9.81008 11.9658C10.0151 12.1708 10.0151 12.5032 9.81011 12.7082L8.26492 14.2535C6.60297 15.9154 3.90841 15.9154 2.24646 14.2535C0.584516 12.5916 0.584512 9.89708 2.24645 8.23516L3.79163 6.68988C3.99665 6.48485 4.32906 6.48484 4.53409 6.68986Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
fill-rule="evenodd"
|
|
23
|
+
clip-rule="evenodd"
|
|
24
|
+
d="M10.5295 5.97043C10.7346 6.17545 10.7346 6.50787 10.5295 6.71289L6.21289 11.0295C6.00786 11.2346 5.67545 11.2346 5.47043 11.0295C5.2654 10.8245 5.2654 10.4921 5.47043 10.2871L9.78708 5.97043C9.9921 5.76541 10.3245 5.76541 10.5295 5.97043Z"
|
|
25
|
+
fill="currentColor"
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
</template>
|
package/icons/link.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.47751 2.9889L6.93233 4.53417C6.72732 4.7392 6.39491 4.73921 6.18988 4.53419C5.98484 4.32917 5.98483 3.99676 6.18985 3.79173L7.73504 2.24645C9.39699 0.584526 12.0915 0.584512 13.7535 2.24644C15.4154 3.90836 15.4154 6.60287 13.7535 8.2648L12.2083 9.81008C12.0033 10.0151 11.6709 10.0151 11.4659 9.8101C11.2608 9.60508 11.2608 9.27267 11.4658 9.06764L13.011 7.52236C14.2629 6.27048 14.2629 4.24078 13.011 2.9889C11.7591 1.73702 9.72941 1.73703 8.47751 2.9889Z" fill="currentColor"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.53409 6.18986C4.73913 6.39488 4.73914 6.72729 4.53412 6.93232L2.98893 8.47759C1.73704 9.72947 1.73702 11.7592 2.98892 13.0111C4.24081 14.2629 6.27054 14.2629 7.52244 13.0111L9.06762 11.4658C9.27264 11.2608 9.60505 11.2607 9.81008 11.4658C10.0151 11.6708 10.0151 12.0032 9.81011 12.2082L8.26492 13.7535C6.60297 15.4154 3.90841 15.4154 2.24646 13.7535C0.584516 12.0916 0.584512 9.39708 2.24645 7.73516L3.79163 6.18988C3.99665 5.98485 4.32906 5.98484 4.53409 6.18986Z" fill="currentColor"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5295 5.47043C10.7346 5.67545 10.7346 6.00787 10.5295 6.21289L6.21289 10.5295C6.00786 10.7346 5.67545 10.7346 5.47043 10.5295C5.2654 10.3245 5.2654 9.99211 5.47043 9.78708L9.78708 5.47043C9.9921 5.26541 10.3245 5.26541 10.5295 5.47043Z" fill="currentColor"/>
|
|
6
|
-
</svg>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.47751 2.9889L6.93233 4.53417C6.72732 4.7392 6.39491 4.73921 6.18988 4.53419C5.98484 4.32917 5.98483 3.99676 6.18985 3.79173L7.73504 2.24645C9.39699 0.584526 12.0915 0.584512 13.7535 2.24644C15.4154 3.90836 15.4154 6.60287 13.7535 8.2648L12.2083 9.81008C12.0033 10.0151 11.6709 10.0151 11.4659 9.8101C11.2608 9.60508 11.2608 9.27267 11.4658 9.06764L13.011 7.52236C14.2629 6.27048 14.2629 4.24078 13.011 2.9889C11.7591 1.73702 9.72941 1.73703 8.47751 2.9889Z" fill="currentColor"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.53409 6.18986C4.73913 6.39488 4.73914 6.72729 4.53412 6.93232L2.98893 8.47759C1.73704 9.72947 1.73702 11.7592 2.98892 13.0111C4.24081 14.2629 6.27054 14.2629 7.52244 13.0111L9.06762 11.4658C9.27264 11.2608 9.60505 11.2607 9.81008 11.4658C10.0151 11.6708 10.0151 12.0032 9.81011 12.2082L8.26492 13.7535C6.60297 15.4154 3.90841 15.4154 2.24646 13.7535C0.584516 12.0916 0.584512 9.39708 2.24645 7.73516L3.79163 6.18988C3.99665 5.98485 4.32906 5.98484 4.53409 6.18986Z" fill="currentColor"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5295 5.47043C10.7346 5.67545 10.7346 6.00787 10.5295 6.21289L6.21289 10.5295C6.00786 10.7346 5.67545 10.7346 5.47043 10.5295C5.2654 10.3245 5.2654 9.99211 5.47043 9.78708L9.78708 5.47043C9.9921 5.26541 10.3245 5.26541 10.5295 5.47043Z" fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/icons/linkedin.vue
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<rect width="28" height="28" rx="14" fill="white" />
|
|
4
|
-
<g clip-path="url(#clip0_11045_8656)">
|
|
5
|
-
<path
|
|
6
|
-
d="M9.72564 11.1482H6.51458C6.37207 11.1482 6.25659 11.2637 6.25659 11.4062V21.722C6.25659 21.8645 6.37207 21.9799 6.51458 21.9799H9.72564C9.86815 21.9799 9.98363 21.8645 9.98363 21.722V11.4062C9.98363 11.2637 9.86815 11.1482 9.72564 11.1482Z"
|
|
7
|
-
fill="#2C3E50"
|
|
8
|
-
/>
|
|
9
|
-
<path
|
|
10
|
-
d="M8.12134 6.02002C6.95297 6.02002 6.00244 6.96952 6.00244 8.1366C6.00244 9.3042 6.95297 10.2541 8.12134 10.2541C9.28878 10.2541 10.2385 9.30414 10.2385 8.1366C10.2386 6.96952 9.28878 6.02002 8.12134 6.02002Z"
|
|
11
|
-
fill="#2C3E50"
|
|
12
|
-
/>
|
|
13
|
-
<path
|
|
14
|
-
d="M17.8931 10.8918C16.6035 10.8918 15.6501 11.4463 15.0718 12.0762V11.4062C15.0718 11.2638 14.9564 11.1482 14.8139 11.1482H11.7387C11.5962 11.1482 11.4807 11.2638 11.4807 11.4062V21.722C11.4807 21.8645 11.5962 21.98 11.7387 21.98H14.9427C15.0853 21.98 15.2007 21.8645 15.2007 21.722V16.6181C15.2007 14.8982 15.6679 14.2281 16.8668 14.2281C18.1725 14.2281 18.2763 15.3023 18.2763 16.7066V21.722C18.2763 21.8646 18.3918 21.98 18.5343 21.98H21.7395C21.882 21.98 21.9975 21.8646 21.9975 21.722V16.0637C21.9975 13.5062 21.5099 10.8918 17.8931 10.8918Z"
|
|
15
|
-
fill="#2C3E50"
|
|
16
|
-
/>
|
|
17
|
-
</g>
|
|
18
|
-
<defs>
|
|
19
|
-
<clipPath id="clip0_11045_8656">
|
|
20
|
-
<rect width="15.9952" height="16" fill="white" transform="translate(6.00244 6)" />
|
|
21
|
-
</clipPath>
|
|
22
|
-
</defs>
|
|
23
|
-
</svg>
|
|
24
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<rect width="28" height="28" rx="14" fill="white" />
|
|
4
|
+
<g clip-path="url(#clip0_11045_8656)">
|
|
5
|
+
<path
|
|
6
|
+
d="M9.72564 11.1482H6.51458C6.37207 11.1482 6.25659 11.2637 6.25659 11.4062V21.722C6.25659 21.8645 6.37207 21.9799 6.51458 21.9799H9.72564C9.86815 21.9799 9.98363 21.8645 9.98363 21.722V11.4062C9.98363 11.2637 9.86815 11.1482 9.72564 11.1482Z"
|
|
7
|
+
fill="#2C3E50"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M8.12134 6.02002C6.95297 6.02002 6.00244 6.96952 6.00244 8.1366C6.00244 9.3042 6.95297 10.2541 8.12134 10.2541C9.28878 10.2541 10.2385 9.30414 10.2385 8.1366C10.2386 6.96952 9.28878 6.02002 8.12134 6.02002Z"
|
|
11
|
+
fill="#2C3E50"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M17.8931 10.8918C16.6035 10.8918 15.6501 11.4463 15.0718 12.0762V11.4062C15.0718 11.2638 14.9564 11.1482 14.8139 11.1482H11.7387C11.5962 11.1482 11.4807 11.2638 11.4807 11.4062V21.722C11.4807 21.8645 11.5962 21.98 11.7387 21.98H14.9427C15.0853 21.98 15.2007 21.8645 15.2007 21.722V16.6181C15.2007 14.8982 15.6679 14.2281 16.8668 14.2281C18.1725 14.2281 18.2763 15.3023 18.2763 16.7066V21.722C18.2763 21.8646 18.3918 21.98 18.5343 21.98H21.7395C21.882 21.98 21.9975 21.8646 21.9975 21.722V16.0637C21.9975 13.5062 21.5099 10.8918 17.8931 10.8918Z"
|
|
15
|
+
fill="#2C3E50"
|
|
16
|
+
/>
|
|
17
|
+
</g>
|
|
18
|
+
<defs>
|
|
19
|
+
<clipPath id="clip0_11045_8656">
|
|
20
|
+
<rect width="15.9952" height="16" fill="white" transform="translate(6.00244 6)" />
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
24
|
+
</template>
|
package/icons/loader-circle.vue
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
const id = useId()
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg fill="none" height="16" viewBox="0 0 17 16" width="17" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M14.5 8C14.5 6.61187 14.0187 5.26668 13.1381 4.19365C12.2574 3.12061 11.032 2.38611 9.67054 2.1153C8.30908 1.84449 6.89584 2.05412 5.67162 2.70848C4.4474 3.36284 3.48794 4.42144 2.95672 5.7039C2.42551 6.98637 2.35541 8.41335 2.75836 9.7417C3.16131 11.0701 4.01239 12.2176 5.16658 12.9888C6.32077 13.76 7.70666 14.1072 9.0881 13.9711"
|
|
9
|
-
:stroke="`url(#${id})`"
|
|
10
|
-
stroke-linecap="round"
|
|
11
|
-
stroke-width="1.3"
|
|
12
|
-
/>
|
|
13
|
-
<defs>
|
|
14
|
-
<linearGradient
|
|
15
|
-
:id="id"
|
|
16
|
-
gradientUnits="userSpaceOnUse"
|
|
17
|
-
x1="12.64"
|
|
18
|
-
x2="8.50001"
|
|
19
|
-
y1="3.44"
|
|
20
|
-
y2="14"
|
|
21
|
-
>
|
|
22
|
-
<stop offset="0.150973" stop-color="currentColor" />
|
|
23
|
-
<stop offset="0.588542" stop-color="currentColor" stop-opacity="0.15" />
|
|
24
|
-
</linearGradient>
|
|
25
|
-
</defs>
|
|
26
|
-
</svg>
|
|
27
|
-
</template>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
const id = useId()
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg fill="none" height="16" viewBox="0 0 17 16" width="17" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path
|
|
8
|
+
d="M14.5 8C14.5 6.61187 14.0187 5.26668 13.1381 4.19365C12.2574 3.12061 11.032 2.38611 9.67054 2.1153C8.30908 1.84449 6.89584 2.05412 5.67162 2.70848C4.4474 3.36284 3.48794 4.42144 2.95672 5.7039C2.42551 6.98637 2.35541 8.41335 2.75836 9.7417C3.16131 11.0701 4.01239 12.2176 5.16658 12.9888C6.32077 13.76 7.70666 14.1072 9.0881 13.9711"
|
|
9
|
+
:stroke="`url(#${id})`"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-width="1.3"
|
|
12
|
+
/>
|
|
13
|
+
<defs>
|
|
14
|
+
<linearGradient
|
|
15
|
+
:id="id"
|
|
16
|
+
gradientUnits="userSpaceOnUse"
|
|
17
|
+
x1="12.64"
|
|
18
|
+
x2="8.50001"
|
|
19
|
+
y1="3.44"
|
|
20
|
+
y2="14"
|
|
21
|
+
>
|
|
22
|
+
<stop offset="0.150973" stop-color="currentColor" />
|
|
23
|
+
<stop offset="0.588542" stop-color="currentColor" stop-opacity="0.15" />
|
|
24
|
+
</linearGradient>
|
|
25
|
+
</defs>
|
|
26
|
+
</svg>
|
|
27
|
+
</template>
|
package/icons/location.vue
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 2.05001C6.69566 2.05001 5.44474 2.55285 4.52243 3.44792C3.60012 4.34298 3.08197 5.55695 3.08197 6.82277C3.08197 8.67199 4.31999 10.4571 5.66322 11.833C6.32377 12.5097 6.98616 13.0634 7.48402 13.4482C7.68839 13.6061 7.86429 13.735 8 13.8316C8.13571 13.735 8.31161 13.6061 8.51598 13.4482C9.01384 13.0634 9.67623 12.5097 10.3368 11.833C11.68 10.4571 12.918 8.67199 12.918 6.82277C12.918 5.55695 12.3999 4.34298 11.4776 3.44792C10.5553 2.55285 9.30434 2.05001 8 2.05001ZM8 14.4751C7.69992 14.9119 7.69962 14.9117 7.69962 14.9117C7.68797 14.9041 7.65205 14.8804 7.63067 14.866C7.58793 14.8373 7.52637 14.7953 7.44869 14.7409C7.29339 14.632 7.07332 14.473 6.81004 14.2696C6.28433 13.8633 5.58196 13.2765 4.87776 12.5552C3.49149 11.1351 2 9.09403 2 6.82277C2 5.27847 2.63214 3.79743 3.75736 2.70545C4.88258 1.61347 6.4087 1 8 1C9.5913 1 11.1174 1.61347 12.2426 2.70545C13.3679 3.79743 14 5.27847 14 6.82277C14 9.09403 12.5085 11.1351 11.1222 12.5552C10.418 13.2765 9.71567 13.8633 9.18996 14.2696C8.92668 14.473 8.70661 14.632 8.55131 14.7409C8.47363 14.7953 8.41207 14.8373 8.36933 14.866C8.34795 14.8804 8.31173 14.9042 8.30008 14.9119C8.30008 14.9119 8.30008 14.9119 8 14.4751ZM8 14.4751L8.30008 14.9119C8.11837 15.0295 7.88133 15.0293 7.69962 14.9117L8 14.4751Z" fill="currentColor"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 5.58185C7.2938 5.58185 6.72131 6.13743 6.72131 6.82277C6.72131 7.50811 7.2938 8.06369 8 8.06369C8.7062 8.06369 9.27869 7.50811 9.27869 6.82277C9.27869 6.13743 8.7062 5.58185 8 5.58185ZM5.63935 6.82277C5.63935 5.55753 6.69625 4.53184 8 4.53184C9.30375 4.53184 10.3607 5.55753 10.3607 6.82277C10.3607 8.08801 9.30375 9.11369 8 9.11369C6.69625 9.11369 5.63935 8.08801 5.63935 6.82277Z" fill="currentColor"/>
|
|
5
|
-
</svg>
|
|
6
|
-
</template>
|
|
7
|
-
<script setup lang="ts">
|
|
8
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 2.05001C6.69566 2.05001 5.44474 2.55285 4.52243 3.44792C3.60012 4.34298 3.08197 5.55695 3.08197 6.82277C3.08197 8.67199 4.31999 10.4571 5.66322 11.833C6.32377 12.5097 6.98616 13.0634 7.48402 13.4482C7.68839 13.6061 7.86429 13.735 8 13.8316C8.13571 13.735 8.31161 13.6061 8.51598 13.4482C9.01384 13.0634 9.67623 12.5097 10.3368 11.833C11.68 10.4571 12.918 8.67199 12.918 6.82277C12.918 5.55695 12.3999 4.34298 11.4776 3.44792C10.5553 2.55285 9.30434 2.05001 8 2.05001ZM8 14.4751C7.69992 14.9119 7.69962 14.9117 7.69962 14.9117C7.68797 14.9041 7.65205 14.8804 7.63067 14.866C7.58793 14.8373 7.52637 14.7953 7.44869 14.7409C7.29339 14.632 7.07332 14.473 6.81004 14.2696C6.28433 13.8633 5.58196 13.2765 4.87776 12.5552C3.49149 11.1351 2 9.09403 2 6.82277C2 5.27847 2.63214 3.79743 3.75736 2.70545C4.88258 1.61347 6.4087 1 8 1C9.5913 1 11.1174 1.61347 12.2426 2.70545C13.3679 3.79743 14 5.27847 14 6.82277C14 9.09403 12.5085 11.1351 11.1222 12.5552C10.418 13.2765 9.71567 13.8633 9.18996 14.2696C8.92668 14.473 8.70661 14.632 8.55131 14.7409C8.47363 14.7953 8.41207 14.8373 8.36933 14.866C8.34795 14.8804 8.31173 14.9042 8.30008 14.9119C8.30008 14.9119 8.30008 14.9119 8 14.4751ZM8 14.4751L8.30008 14.9119C8.11837 15.0295 7.88133 15.0293 7.69962 14.9117L8 14.4751Z" fill="currentColor"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 5.58185C7.2938 5.58185 6.72131 6.13743 6.72131 6.82277C6.72131 7.50811 7.2938 8.06369 8 8.06369C8.7062 8.06369 9.27869 7.50811 9.27869 6.82277C9.27869 6.13743 8.7062 5.58185 8 5.58185ZM5.63935 6.82277C5.63935 5.55753 6.69625 4.53184 8 4.53184C9.30375 4.53184 10.3607 5.55753 10.3607 6.82277C10.3607 8.08801 9.30375 9.11369 8 9.11369C6.69625 9.11369 5.63935 8.08801 5.63935 6.82277Z" fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
7
|
+
<script setup lang="ts">
|
|
8
|
+
</script>
|
package/icons/lock.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="M9.25996 4.63496C9.98666 3.90826 10.9723 3.5 12 3.5C13.0277 3.5 14.0133 3.90826 14.74 4.63496C15.4667 5.36166 15.875 6.34729 15.875 7.375V10.325H8.125V7.375C8.125 6.34729 8.53326 5.36166 9.25996 4.63496ZM6.625 10.325V7.375C6.625 5.94946 7.19129 4.58231 8.1993 3.5743C9.20731 2.56629 10.5745 2 12 2C13.4255 2 14.7927 2.56629 15.8007 3.5743C16.8087 4.58231 17.375 5.94946 17.375 7.375V10.325H18.475C19.911 10.325 21.075 11.4891 21.075 12.925V19.4C21.075 20.836 19.911 22 18.475 22H5.52505C4.08911 22 2.92505 20.836 2.92505 19.4V12.925C2.92505 11.4891 4.08911 10.325 5.52505 10.325H6.625ZM4.42505 12.925C4.42505 12.3175 4.91754 11.825 5.52505 11.825H18.475C19.0826 11.825 19.575 12.3175 19.575 12.925V19.4C19.575 20.0075 19.0826 20.5 18.475 20.5H5.52505C4.91754 20.5 4.42505 20.0075 4.42505 19.4V12.925Z" 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="M9.25996 4.63496C9.98666 3.90826 10.9723 3.5 12 3.5C13.0277 3.5 14.0133 3.90826 14.74 4.63496C15.4667 5.36166 15.875 6.34729 15.875 7.375V10.325H8.125V7.375C8.125 6.34729 8.53326 5.36166 9.25996 4.63496ZM6.625 10.325V7.375C6.625 5.94946 7.19129 4.58231 8.1993 3.5743C9.20731 2.56629 10.5745 2 12 2C13.4255 2 14.7927 2.56629 15.8007 3.5743C16.8087 4.58231 17.375 5.94946 17.375 7.375V10.325H18.475C19.911 10.325 21.075 11.4891 21.075 12.925V19.4C21.075 20.836 19.911 22 18.475 22H5.52505C4.08911 22 2.92505 20.836 2.92505 19.4V12.925C2.92505 11.4891 4.08911 10.325 5.52505 10.325H6.625ZM4.42505 12.925C4.42505 12.3175 4.91754 11.825 5.52505 11.825H18.475C19.0826 11.825 19.575 12.3175 19.575 12.925V19.4C19.575 20.0075 19.0826 20.5 18.475 20.5H5.52505C4.91754 20.5 4.42505 20.0075 4.42505 19.4V12.925Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
package/icons/logo.vue
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg class="text-deepblue-900 dark:text-gray-200" width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path d="M12.7943 8.26123H12.7098C12.6736 8.71061 12.5849 9.15419 12.4454 9.58289L10.7944 14.7331H14.6771L13.0478 9.63489C12.9159 9.18701 12.831 8.72666 12.7943 8.26123Z" fill="currentColor"/>
|
|
8
|
-
<path d="M23.4 0H2.6C1.91044 0 1.24912 0.273926 0.761524 0.761521C0.273929 1.24912 0 1.91044 0 2.6V23.4C0 24.0896 0.273929 24.7509 0.761524 25.2385C1.24912 25.7261 1.91044 26 2.6 26H23.4C24.0896 26 24.7509 25.7261 25.2385 25.2385C25.7261 24.7509 26 24.0896 26 23.4V2.6C26 1.91044 25.7261 1.24912 25.2385 0.761521C24.7509 0.273926 24.0896 0 23.4 0ZM16.5382 20.7242L15.4548 17.3485H10.0598L8.99167 20.7242H5.29317L10.816 5.55751H14.8677L20.2627 20.7242H16.5382Z" fill="currentColor"/>
|
|
9
|
-
</svg>
|
|
10
|
-
|
|
11
|
-
</template>
|
|
12
|
-
|
|
13
|
-
<style scoped>
|
|
14
|
-
|
|
15
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg class="text-deepblue-900 dark:text-gray-200" width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path d="M12.7943 8.26123H12.7098C12.6736 8.71061 12.5849 9.15419 12.4454 9.58289L10.7944 14.7331H14.6771L13.0478 9.63489C12.9159 9.18701 12.831 8.72666 12.7943 8.26123Z" fill="currentColor"/>
|
|
8
|
+
<path d="M23.4 0H2.6C1.91044 0 1.24912 0.273926 0.761524 0.761521C0.273929 1.24912 0 1.91044 0 2.6V23.4C0 24.0896 0.273929 24.7509 0.761524 25.2385C1.24912 25.7261 1.91044 26 2.6 26H23.4C24.0896 26 24.7509 25.7261 25.2385 25.2385C25.7261 24.7509 26 24.0896 26 23.4V2.6C26 1.91044 25.7261 1.24912 25.2385 0.761521C24.7509 0.273926 24.0896 0 23.4 0ZM16.5382 20.7242L15.4548 17.3485H10.0598L8.99167 20.7242H5.29317L10.816 5.55751H14.8677L20.2627 20.7242H16.5382Z" fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
package/icons/logout.vue
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M19.8796 3.5C20.0348 3.5 20.1897 3.56376 20.3084 3.68704C20.428 3.81128 20.5 3.98562 20.5 4.17308V19.8269C20.5 20.0144 20.428 20.1887 20.3084 20.313C20.1897 20.4362 20.0348 20.5 19.8796 20.5H10.2871C10.1318 20.5 9.97701 20.4362 9.85829 20.313C9.73865 20.1887 9.66668 20.0144 9.66668 19.8269V16.9808C9.66668 16.5666 9.33089 16.2308 8.91668 16.2308C8.50247 16.2308 8.16668 16.5666 8.16668 16.9808V19.8269C8.16668 20.3943 8.38346 20.9439 8.77781 21.3534C9.17309 21.7639 9.71536 22 10.2871 22H19.8796C20.4513 22 20.9936 21.7639 21.3889 21.3534C21.7832 20.9439 22 20.3943 22 19.8269V4.17308C22 3.60568 21.7832 3.05609 21.3889 2.64658C20.9936 2.2361 20.4513 2 19.8796 2H10.2871C9.71536 2 9.17309 2.2361 8.77781 2.64658C8.38346 3.05609 8.16668 3.60568 8.16668 4.17308V7.01923C8.16668 7.43344 8.50247 7.76923 8.91668 7.76923C9.33089 7.76923 9.66668 7.43344 9.66668 7.01923V4.17308C9.66668 3.98562 9.73865 3.81128 9.85829 3.68704C9.97701 3.56376 10.1318 3.5 10.2871 3.5H19.8796ZM13.2727 11.25L11.4697 9.44702C11.1768 9.15412 11.1768 8.67925 11.4697 8.38636C11.7626 8.09346 12.2375 8.09346 12.5304 8.38636L15.6137 11.4697C15.9066 11.7626 15.9066 12.2375 15.6137 12.5304L12.5304 15.6137C12.2375 15.9066 11.7626 15.9066 11.4697 15.6137C11.1768 15.3208 11.1768 14.8459 11.4697 14.553L13.2727 12.75H2.75C2.33579 12.75 2 12.4142 2 12C2 11.5858 2.33579 11.25 2.75 11.25H13.2727Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M19.8796 3.5C20.0348 3.5 20.1897 3.56376 20.3084 3.68704C20.428 3.81128 20.5 3.98562 20.5 4.17308V19.8269C20.5 20.0144 20.428 20.1887 20.3084 20.313C20.1897 20.4362 20.0348 20.5 19.8796 20.5H10.2871C10.1318 20.5 9.97701 20.4362 9.85829 20.313C9.73865 20.1887 9.66668 20.0144 9.66668 19.8269V16.9808C9.66668 16.5666 9.33089 16.2308 8.91668 16.2308C8.50247 16.2308 8.16668 16.5666 8.16668 16.9808V19.8269C8.16668 20.3943 8.38346 20.9439 8.77781 21.3534C9.17309 21.7639 9.71536 22 10.2871 22H19.8796C20.4513 22 20.9936 21.7639 21.3889 21.3534C21.7832 20.9439 22 20.3943 22 19.8269V4.17308C22 3.60568 21.7832 3.05609 21.3889 2.64658C20.9936 2.2361 20.4513 2 19.8796 2H10.2871C9.71536 2 9.17309 2.2361 8.77781 2.64658C8.38346 3.05609 8.16668 3.60568 8.16668 4.17308V7.01923C8.16668 7.43344 8.50247 7.76923 8.91668 7.76923C9.33089 7.76923 9.66668 7.43344 9.66668 7.01923V4.17308C9.66668 3.98562 9.73865 3.81128 9.85829 3.68704C9.97701 3.56376 10.1318 3.5 10.2871 3.5H19.8796ZM13.2727 11.25L11.4697 9.44702C11.1768 9.15412 11.1768 8.67925 11.4697 8.38636C11.7626 8.09346 12.2375 8.09346 12.5304 8.38636L15.6137 11.4697C15.9066 11.7626 15.9066 12.2375 15.6137 12.5304L12.5304 15.6137C12.2375 15.9066 11.7626 15.9066 11.4697 15.6137C11.1768 15.3208 11.1768 14.8459 11.4697 14.553L13.2727 12.75H2.75C2.33579 12.75 2 12.4142 2 12C2 11.5858 2.33579 11.25 2.75 11.25H13.2727Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.05003 7.28054C2.05003 4.39179 4.39182 2.05 7.28057 2.05C10.1693 2.05 12.5111 4.39179 12.5111 7.28054C12.5111 10.1693 10.1693 12.5111 7.28057 12.5111C4.39182 12.5111 2.05003 10.1693 2.05003 7.28054ZM7.28057 1C3.81192 1 1.00003 3.81189 1.00003 7.28054C1.00003 10.7492 3.81192 13.5611 7.28057 13.5611C8.82589 13.5611 10.2409 13.003 11.3349 12.0773L14.1038 14.8462C14.3088 15.0512 14.6412 15.0512 14.8462 14.8462C15.0513 14.6412 15.0513 14.3088 14.8462 14.1037L12.0774 11.3349C13.003 10.2408 13.5611 8.82585 13.5611 7.28054C13.5611 3.81189 10.7492 1 7.28057 1Z" fill="currentColor"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 7.29999C4.5 7.01004 4.71129 6.77499 4.97192 6.77499H9.62811C9.88874 6.77499 10.1 7.01004 10.1 7.29999C10.1 7.58994 9.88874 7.82499 9.62811 7.82499H4.97192C4.71129 7.82499 4.5 7.58994 4.5 7.29999Z" fill="currentColor"/>
|
|
5
|
-
</svg>
|
|
6
|
-
</template>
|
|
7
|
-
<script setup lang="ts">
|
|
8
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.05003 7.28054C2.05003 4.39179 4.39182 2.05 7.28057 2.05C10.1693 2.05 12.5111 4.39179 12.5111 7.28054C12.5111 10.1693 10.1693 12.5111 7.28057 12.5111C4.39182 12.5111 2.05003 10.1693 2.05003 7.28054ZM7.28057 1C3.81192 1 1.00003 3.81189 1.00003 7.28054C1.00003 10.7492 3.81192 13.5611 7.28057 13.5611C8.82589 13.5611 10.2409 13.003 11.3349 12.0773L14.1038 14.8462C14.3088 15.0512 14.6412 15.0512 14.8462 14.8462C15.0513 14.6412 15.0513 14.3088 14.8462 14.1037L12.0774 11.3349C13.003 10.2408 13.5611 8.82585 13.5611 7.28054C13.5611 3.81189 10.7492 1 7.28057 1Z" fill="currentColor"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 7.29999C4.5 7.01004 4.71129 6.77499 4.97192 6.77499H9.62811C9.88874 6.77499 10.1 7.01004 10.1 7.29999C10.1 7.58994 9.88874 7.82499 9.62811 7.82499H4.97192C4.71129 7.82499 4.5 7.58994 4.5 7.29999Z" fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
7
|
+
<script setup lang="ts">
|
|
8
|
+
</script>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.05003 7.28054C2.05003 4.39179 4.39182 2.05 7.28057 2.05C10.1693 2.05 12.5111 4.39179 12.5111 7.28054C12.5111 10.1693 10.1693 12.5111 7.28057 12.5111C4.39182 12.5111 2.05003 10.1693 2.05003 7.28054ZM7.28057 1C3.81192 1 1.00003 3.81189 1.00003 7.28054C1.00003 10.7492 3.81192 13.5611 7.28057 13.5611C8.82589 13.5611 10.2409 13.003 11.3349 12.0773L14.1038 14.8462C14.3088 15.0512 14.6412 15.0512 14.8462 14.8462C15.0513 14.6412 15.0513 14.3088 14.8462 14.1037L12.0774 11.3349C13.003 10.2408 13.5611 8.82585 13.5611 7.28054C13.5611 3.81189 10.7492 1 7.28057 1Z" fill="currentColor"/>
|
|
4
|
-
<path d="M7.30001 4.18503C7.58996 4.18503 7.82501 4.42008 7.82501 4.71003V6.77499H9.89001C10.18 6.77499 10.415 7.01004 10.415 7.29999C10.415 7.58994 10.18 7.82499 9.89001 7.82499H7.82501V9.89002C7.82501 10.18 7.58996 10.415 7.30001 10.415C7.01006 10.415 6.77501 10.18 6.77501 9.89002V7.82499H4.71002C4.42007 7.82499 4.18502 7.58994 4.18502 7.29999C4.18502 7.01004 4.42007 6.77499 4.71002 6.77499H6.77501V4.71003C6.77501 4.42008 7.01006 4.18503 7.30001 4.18503Z" fill="currentColor"/>
|
|
5
|
-
</svg>
|
|
6
|
-
|
|
7
|
-
</template>
|
|
8
|
-
<script setup lang="ts">
|
|
9
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.05003 7.28054C2.05003 4.39179 4.39182 2.05 7.28057 2.05C10.1693 2.05 12.5111 4.39179 12.5111 7.28054C12.5111 10.1693 10.1693 12.5111 7.28057 12.5111C4.39182 12.5111 2.05003 10.1693 2.05003 7.28054ZM7.28057 1C3.81192 1 1.00003 3.81189 1.00003 7.28054C1.00003 10.7492 3.81192 13.5611 7.28057 13.5611C8.82589 13.5611 10.2409 13.003 11.3349 12.0773L14.1038 14.8462C14.3088 15.0512 14.6412 15.0512 14.8462 14.8462C15.0513 14.6412 15.0513 14.3088 14.8462 14.1037L12.0774 11.3349C13.003 10.2408 13.5611 8.82585 13.5611 7.28054C13.5611 3.81189 10.7492 1 7.28057 1Z" fill="currentColor"/>
|
|
4
|
+
<path d="M7.30001 4.18503C7.58996 4.18503 7.82501 4.42008 7.82501 4.71003V6.77499H9.89001C10.18 6.77499 10.415 7.01004 10.415 7.29999C10.415 7.58994 10.18 7.82499 9.89001 7.82499H7.82501V9.89002C7.82501 10.18 7.58996 10.415 7.30001 10.415C7.01006 10.415 6.77501 10.18 6.77501 9.89002V7.82499H4.71002C4.42007 7.82499 4.18502 7.58994 4.18502 7.29999C4.18502 7.01004 4.42007 6.77499 4.71002 6.77499H6.77501V4.71003C6.77501 4.42008 7.01006 4.18503 7.30001 4.18503Z" fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
6
|
+
|
|
7
|
+
</template>
|
|
8
|
+
<script setup lang="ts">
|
|
9
|
+
</script>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path clip-rule="evenodd" d="M2.05012 7.28051C2.05012 4.39178 4.3919 2.04999 7.28063 2.04999C10.1694 2.04999 12.5111 4.39178 12.5111 7.28051C12.5111 10.1692 10.1694 12.511 7.28063 12.511C4.3919 12.511 2.05012 10.1692 2.05012 7.28051ZM7.28063 1C3.812 1 1.00012 3.81188 1.00012 7.28051C1.00012 10.7491 3.812 13.561 7.28063 13.561C8.82595 13.561 10.2409 13.0029 11.335 12.0773L14.1038 14.8461C14.3088 15.0512 14.6412 15.0512 14.8463 14.8461C15.0513 14.6411 15.0513 14.3087 14.8463 14.1037L12.0774 11.3348C13.003 10.2408 13.5611 8.82582 13.5611 7.28051C13.5611 3.81188 10.7493 1 7.28063 1Z"
|
|
4
|
-
fill="currentColor"
|
|
5
|
-
fill-rule="evenodd"/>
|
|
6
|
-
</svg>
|
|
7
|
-
</template>
|
|
8
|
-
<script setup lang="ts">
|
|
9
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path clip-rule="evenodd" d="M2.05012 7.28051C2.05012 4.39178 4.3919 2.04999 7.28063 2.04999C10.1694 2.04999 12.5111 4.39178 12.5111 7.28051C12.5111 10.1692 10.1694 12.511 7.28063 12.511C4.3919 12.511 2.05012 10.1692 2.05012 7.28051ZM7.28063 1C3.812 1 1.00012 3.81188 1.00012 7.28051C1.00012 10.7491 3.812 13.561 7.28063 13.561C8.82595 13.561 10.2409 13.0029 11.335 12.0773L14.1038 14.8461C14.3088 15.0512 14.6412 15.0512 14.8463 14.8461C15.0513 14.6411 15.0513 14.3087 14.8463 14.1037L12.0774 11.3348C13.003 10.2408 13.5611 8.82582 13.5611 7.28051C13.5611 3.81188 10.7493 1 7.28063 1Z"
|
|
4
|
+
fill="currentColor"
|
|
5
|
+
fill-rule="evenodd"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
8
|
+
<script setup lang="ts">
|
|
9
|
+
</script>
|
package/icons/mail.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9472 3.75645C13.9218 3.52873 13.7258 3.34491 13.4788 3.34491H2.52121C2.27415 3.34491 2.07818 3.52873 2.05284 3.75645L7.62834 8.07766C7.71751 8.12894 7.84903 8.16645 8 8.16645C8.15098 8.16645 8.2825 8.12894 8.37167 8.07764L13.9472 3.75645ZM14.9999 3.80657C15 3.81272 15 3.80043 14.9999 3.80657V12.1931C14.9999 13.0327 14.3141 13.7048 13.4788 13.7048H2.52121C1.68586 13.7048 1.00007 13.0327 1.00007 12.1931V3.80657C0.999964 3.80046 0.999964 3.8127 1.00007 3.80657C1.00007 2.96699 1.68586 2.29492 2.52121 2.29492H13.4788C14.3141 2.29492 14.9999 2.96699 14.9999 3.80657ZM2.05006 4.97695V12.1931C2.05006 12.4434 2.25625 12.6548 2.52121 12.6548H13.4788C13.7437 12.6548 13.9499 12.4434 13.9499 12.1931V4.97696L8.9062 8.9814L8.90143 8.9842C8.63265 9.1405 8.31382 9.21644 8 9.21644C7.68617 9.21644 7.36735 9.1405 7.09856 8.9842L7.09379 8.9814L2.05006 4.97695Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
6
|
-
<script setup lang="ts">
|
|
7
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9472 3.75645C13.9218 3.52873 13.7258 3.34491 13.4788 3.34491H2.52121C2.27415 3.34491 2.07818 3.52873 2.05284 3.75645L7.62834 8.07766C7.71751 8.12894 7.84903 8.16645 8 8.16645C8.15098 8.16645 8.2825 8.12894 8.37167 8.07764L13.9472 3.75645ZM14.9999 3.80657C15 3.81272 15 3.80043 14.9999 3.80657V12.1931C14.9999 13.0327 14.3141 13.7048 13.4788 13.7048H2.52121C1.68586 13.7048 1.00007 13.0327 1.00007 12.1931V3.80657C0.999964 3.80046 0.999964 3.8127 1.00007 3.80657C1.00007 2.96699 1.68586 2.29492 2.52121 2.29492H13.4788C14.3141 2.29492 14.9999 2.96699 14.9999 3.80657ZM2.05006 4.97695V12.1931C2.05006 12.4434 2.25625 12.6548 2.52121 12.6548H13.4788C13.7437 12.6548 13.9499 12.4434 13.9499 12.1931V4.97696L8.9062 8.9814L8.90143 8.9842C8.63265 9.1405 8.31382 9.21644 8 9.21644C7.68617 9.21644 7.36735 9.1405 7.09856 8.9842L7.09379 8.9814L2.05006 4.97695Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
6
|
+
<script setup lang="ts">
|
|
7
|
+
</script>
|