adata-ui 2.1.19 → 2.1.20
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 -177
- 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 -108
- 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 -123
- 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 +330 -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/document.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" fill="currentColor" clip-rule="evenodd" d="M5.12024 3.69714C5.24646 3.57091 5.41766 3.5 5.59617 3.5H14.5355L19.0769 8.04143V19.8269C19.0769 20.0054 19.006 20.1766 18.8798 20.3029C18.7536 20.4291 18.5824 20.5 18.4039 20.5H5.59617C5.41766 20.5 5.24646 20.4291 5.12024 20.3029C4.99401 20.1766 4.9231 20.0054 4.9231 19.8269V4.17308C4.9231 3.99457 4.99401 3.82337 5.12024 3.69714ZM5.59617 2C5.01984 2 4.46711 2.22895 4.05958 2.63648C3.65204 3.04401 3.4231 3.59674 3.4231 4.17308V19.8269C3.4231 20.4033 3.65204 20.956 4.05958 21.3635C4.46711 21.771 5.01984 22 5.59617 22H18.4039C18.9802 22 19.5329 21.771 19.9405 21.3635C20.348 20.956 20.5769 20.4033 20.5769 19.8269V7.73077C20.5769 7.53186 20.4979 7.34109 20.3573 7.20044L15.3765 2.21967C15.2359 2.07902 15.0451 2 14.8462 2H5.59617ZM9.50672 6.3465C9.01681 6.3465 8.61966 6.74365 8.61966 7.23356C8.61966 7.72347 9.01681 8.12062 9.50672 8.12062C9.63196 8.12062 9.74929 8.09511 9.85532 8.04971C10.1733 7.91355 10.3938 7.59844 10.3938 7.23356C10.3938 6.74365 9.99663 6.3465 9.50672 6.3465ZM7.11966 7.23356C7.11966 5.91522 8.18838 4.8465 9.50672 4.8465C10.8251 4.8465 11.8938 5.91522 11.8938 7.23356C11.8938 7.78858 11.7044 8.29882 11.3873 8.70378C11.9192 9.06086 12.3541 9.55871 12.6611 10.1427C12.8539 10.5093 12.713 10.9628 12.3463 11.1555C11.9797 11.3483 11.5262 11.2074 11.3335 10.8407C11.1284 10.4506 10.8471 10.1415 10.5265 9.93284C10.2072 9.72497 9.85686 9.62149 9.50819 9.62149C9.15952 9.62149 8.8092 9.72497 8.48986 9.93284C8.16931 10.1415 7.88801 10.4506 7.68292 10.8407C7.49016 11.2074 7.03669 11.3483 6.67006 11.1555C6.30343 10.9628 6.16247 10.5093 6.35523 10.1427C6.66187 9.55944 7.09606 9.06211 7.62709 8.70513C7.30919 8.29966 7.11966 7.78874 7.11966 7.23356ZM6.26907 14.1346C6.26907 13.7203 6.60486 13.3846 7.01907 13.3846H16.9806C17.3948 13.3846 17.7306 13.7203 17.7306 14.1346C17.7306 14.5488 17.3948 14.8846 16.9806 14.8846H7.01907C6.60486 14.8846 6.26907 14.5488 6.26907 14.1346ZM7.01907 16.9424C6.60486 16.9424 6.26907 17.2782 6.26907 17.6924C6.26907 18.1066 6.60486 18.4424 7.01907 18.4424H12.7114C13.1256 18.4424 13.4614 18.1066 13.4614 17.6924C13.4614 17.2782 13.1256 16.9424 12.7114 16.9424H7.01907Z" />
|
|
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" fill="currentColor" clip-rule="evenodd" d="M5.12024 3.69714C5.24646 3.57091 5.41766 3.5 5.59617 3.5H14.5355L19.0769 8.04143V19.8269C19.0769 20.0054 19.006 20.1766 18.8798 20.3029C18.7536 20.4291 18.5824 20.5 18.4039 20.5H5.59617C5.41766 20.5 5.24646 20.4291 5.12024 20.3029C4.99401 20.1766 4.9231 20.0054 4.9231 19.8269V4.17308C4.9231 3.99457 4.99401 3.82337 5.12024 3.69714ZM5.59617 2C5.01984 2 4.46711 2.22895 4.05958 2.63648C3.65204 3.04401 3.4231 3.59674 3.4231 4.17308V19.8269C3.4231 20.4033 3.65204 20.956 4.05958 21.3635C4.46711 21.771 5.01984 22 5.59617 22H18.4039C18.9802 22 19.5329 21.771 19.9405 21.3635C20.348 20.956 20.5769 20.4033 20.5769 19.8269V7.73077C20.5769 7.53186 20.4979 7.34109 20.3573 7.20044L15.3765 2.21967C15.2359 2.07902 15.0451 2 14.8462 2H5.59617ZM9.50672 6.3465C9.01681 6.3465 8.61966 6.74365 8.61966 7.23356C8.61966 7.72347 9.01681 8.12062 9.50672 8.12062C9.63196 8.12062 9.74929 8.09511 9.85532 8.04971C10.1733 7.91355 10.3938 7.59844 10.3938 7.23356C10.3938 6.74365 9.99663 6.3465 9.50672 6.3465ZM7.11966 7.23356C7.11966 5.91522 8.18838 4.8465 9.50672 4.8465C10.8251 4.8465 11.8938 5.91522 11.8938 7.23356C11.8938 7.78858 11.7044 8.29882 11.3873 8.70378C11.9192 9.06086 12.3541 9.55871 12.6611 10.1427C12.8539 10.5093 12.713 10.9628 12.3463 11.1555C11.9797 11.3483 11.5262 11.2074 11.3335 10.8407C11.1284 10.4506 10.8471 10.1415 10.5265 9.93284C10.2072 9.72497 9.85686 9.62149 9.50819 9.62149C9.15952 9.62149 8.8092 9.72497 8.48986 9.93284C8.16931 10.1415 7.88801 10.4506 7.68292 10.8407C7.49016 11.2074 7.03669 11.3483 6.67006 11.1555C6.30343 10.9628 6.16247 10.5093 6.35523 10.1427C6.66187 9.55944 7.09606 9.06211 7.62709 8.70513C7.30919 8.29966 7.11966 7.78874 7.11966 7.23356ZM6.26907 14.1346C6.26907 13.7203 6.60486 13.3846 7.01907 13.3846H16.9806C17.3948 13.3846 17.7306 13.7203 17.7306 14.1346C17.7306 14.5488 17.3948 14.8846 16.9806 14.8846H7.01907C6.60486 14.8846 6.26907 14.5488 6.26907 14.1346ZM7.01907 16.9424C6.60486 16.9424 6.26907 17.2782 6.26907 17.6924C6.26907 18.1066 6.60486 18.4424 7.01907 18.4424H12.7114C13.1256 18.4424 13.4614 18.1066 13.4614 17.6924C13.4614 17.2782 13.1256 16.9424 12.7114 16.9424H7.01907Z" />
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
package/icons/download.vue
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg class="fill-deepblue-900 dark:fill-gray-200" fill="none" height="16" viewBox="0 0 17 16" width="17"
|
|
3
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<path
|
|
5
|
-
d="M9.02496 1.525C9.02496 1.23505 8.78991 1 8.49996 1C8.21001 1 7.97496 1.23505 7.97496 1.525V9.97001L6.71285 8.7079C6.50783 8.50288 6.17542 8.50288 5.9704 8.7079C5.76537 8.91293 5.76537 9.24534 5.9704 9.45036L8.12872 11.6087C8.22717 11.7071 8.36071 11.7625 8.49994 11.7625C8.63918 11.7625 8.77272 11.7071 8.87117 11.6087L11.0295 9.45036C11.2345 9.24534 11.2345 8.91293 11.0295 8.7079C10.8245 8.50288 10.4921 8.50288 10.287 8.7079L9.02496 9.96999V1.525Z"
|
|
6
|
-
fill="currentColor"/>
|
|
7
|
-
<path
|
|
8
|
-
d="M2.025 10.7124C2.31494 10.7124 2.54999 10.9475 2.54999 11.2374V13.9499H14.4499V11.2374C14.4499 10.9475 14.685 10.7124 14.9749 10.7124C15.2649 10.7124 15.4999 10.9475 15.4999 11.2374V14.4749C15.4999 14.7649 15.2649 14.9999 14.9749 14.9999H2.025C1.73505 14.9999 1.5 14.7649 1.5 14.4749V11.2374C1.5 10.9475 1.73505 10.7124 2.025 10.7124Z"
|
|
9
|
-
fill="currentColor"/>
|
|
10
|
-
</svg>
|
|
11
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg class="fill-deepblue-900 dark:fill-gray-200" fill="none" height="16" viewBox="0 0 17 16" width="17"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<path
|
|
5
|
+
d="M9.02496 1.525C9.02496 1.23505 8.78991 1 8.49996 1C8.21001 1 7.97496 1.23505 7.97496 1.525V9.97001L6.71285 8.7079C6.50783 8.50288 6.17542 8.50288 5.9704 8.7079C5.76537 8.91293 5.76537 9.24534 5.9704 9.45036L8.12872 11.6087C8.22717 11.7071 8.36071 11.7625 8.49994 11.7625C8.63918 11.7625 8.77272 11.7071 8.87117 11.6087L11.0295 9.45036C11.2345 9.24534 11.2345 8.91293 11.0295 8.7079C10.8245 8.50288 10.4921 8.50288 10.287 8.7079L9.02496 9.96999V1.525Z"
|
|
6
|
+
fill="currentColor"/>
|
|
7
|
+
<path
|
|
8
|
+
d="M2.025 10.7124C2.31494 10.7124 2.54999 10.9475 2.54999 11.2374V13.9499H14.4499V11.2374C14.4499 10.9475 14.685 10.7124 14.9749 10.7124C15.2649 10.7124 15.4999 10.9475 15.4999 11.2374V14.4749C15.4999 14.7649 15.2649 14.9999 14.9749 14.9999H2.025C1.73505 14.9999 1.5 14.7649 1.5 14.4749V11.2374C1.5 10.9475 1.73505 10.7124 2.025 10.7124Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
package/icons/edit.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"
|
|
4
|
-
d="M12.6278 2.05C12.4541 2.05 12.2822 2.0842 12.1218 2.15065C11.9613 2.2171 11.8156 2.3145 11.6928 2.43728L2.97449 11.1556L2.27325 13.7268L4.84444 13.0255L13.5627 4.30723C13.6855 4.18445 13.7829 4.03868 13.8494 3.87826C13.9158 3.71784 13.95 3.5459 13.95 3.37226C13.95 3.19861 13.9158 3.02667 13.8494 2.86625C13.7829 2.70583 13.6855 2.56006 13.5627 2.43728C13.44 2.3145 13.2942 2.2171 13.1338 2.15065C12.9734 2.0842 12.8014 2.05 12.6278 2.05ZM11.72 1.18058C12.0078 1.06136 12.3162 1 12.6278 1C12.9393 1 13.2478 1.06136 13.5356 1.18058C13.8234 1.29979 14.0849 1.47453 14.3052 1.69482C14.5255 1.9151 14.7002 2.17662 14.8195 2.46443C14.9387 2.75225 15 3.06073 15 3.37226C15 3.68378 14.9387 3.99226 14.8195 4.28008C14.7002 4.5679 14.5255 4.82941 14.3052 5.0497L5.48831 13.8666C5.42371 13.9312 5.34336 13.9778 5.25522 14.0019L1.66315 14.9815C1.48139 15.0311 1.287 14.9795 1.15378 14.8463C1.02056 14.713 0.96894 14.5186 1.01851 14.3369L1.99817 10.7448C2.02221 10.6567 2.06883 10.5763 2.13344 10.5117L10.9503 1.69482C11.1706 1.47453 11.4321 1.29979 11.72 1.18058Z"
|
|
5
|
-
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"
|
|
4
|
+
d="M12.6278 2.05C12.4541 2.05 12.2822 2.0842 12.1218 2.15065C11.9613 2.2171 11.8156 2.3145 11.6928 2.43728L2.97449 11.1556L2.27325 13.7268L4.84444 13.0255L13.5627 4.30723C13.6855 4.18445 13.7829 4.03868 13.8494 3.87826C13.9158 3.71784 13.95 3.5459 13.95 3.37226C13.95 3.19861 13.9158 3.02667 13.8494 2.86625C13.7829 2.70583 13.6855 2.56006 13.5627 2.43728C13.44 2.3145 13.2942 2.2171 13.1338 2.15065C12.9734 2.0842 12.8014 2.05 12.6278 2.05ZM11.72 1.18058C12.0078 1.06136 12.3162 1 12.6278 1C12.9393 1 13.2478 1.06136 13.5356 1.18058C13.8234 1.29979 14.0849 1.47453 14.3052 1.69482C14.5255 1.9151 14.7002 2.17662 14.8195 2.46443C14.9387 2.75225 15 3.06073 15 3.37226C15 3.68378 14.9387 3.99226 14.8195 4.28008C14.7002 4.5679 14.5255 4.82941 14.3052 5.0497L5.48831 13.8666C5.42371 13.9312 5.34336 13.9778 5.25522 14.0019L1.66315 14.9815C1.48139 15.0311 1.287 14.9795 1.15378 14.8463C1.02056 14.713 0.96894 14.5186 1.01851 14.3369L1.99817 10.7448C2.02221 10.6567 2.06883 10.5763 2.13344 10.5117L10.9503 1.69482C11.1706 1.47453 11.4321 1.29979 11.72 1.18058Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/icons/education.vue
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M6.05638 1.61878C6.34764 1.4617 6.70586 1.46039 6.99831 1.61502L11.4033 3.94407C11.6179 4.05751 11.7489 4.27106 11.75 4.50507C11.7511 4.73916 11.6221 4.95413 11.4083 5.06946L10.1674 5.7387L10.1418 8.2351C10.1384 8.57021 9.94094 8.85607 9.66038 9.00603L7.21773 10.3116C6.73675 10.5687 6.14072 10.5624 5.66598 10.2943L3.47787 9.05864C3.20215 8.90294 3.01268 8.61438 3.01609 8.28122L3.04027 5.91529L1.59667 5.15202C1.38212 5.03858 1.25115 4.82504 1.25001 4.59103C1.24887 4.35693 1.37788 4.14197 1.59174 4.02663L6.05638 1.61878ZM3.81391 6.32434L3.79383 8.28927C3.79365 8.30652 3.80341 8.34504 3.85853 8.37617L6.04664 9.61184C6.28986 9.7492 6.60499 9.75294 6.85286 9.62045L9.29551 8.31488C9.35293 8.28419 9.36392 8.24459 9.3641 8.22705L9.38523 6.16052L6.94362 7.47732C6.65236 7.6344 6.29414 7.6357 6.00169 7.48108L3.81391 6.32434ZM6.63652 2.3078C6.57235 2.27388 6.48733 2.2743 6.42381 2.30855L2.19961 4.58674L6.36348 6.78829C6.42765 6.82222 6.51267 6.82179 6.57619 6.78754L10.8004 4.50936L6.63652 2.3078ZM1.95846 4.45923C1.95841 4.45921 1.95851 4.45926 1.95846 4.45923V4.45923Z"
|
|
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="currentColor"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M6.05638 1.61878C6.34764 1.4617 6.70586 1.46039 6.99831 1.61502L11.4033 3.94407C11.6179 4.05751 11.7489 4.27106 11.75 4.50507C11.7511 4.73916 11.6221 4.95413 11.4083 5.06946L10.1674 5.7387L10.1418 8.2351C10.1384 8.57021 9.94094 8.85607 9.66038 9.00603L7.21773 10.3116C6.73675 10.5687 6.14072 10.5624 5.66598 10.2943L3.47787 9.05864C3.20215 8.90294 3.01268 8.61438 3.01609 8.28122L3.04027 5.91529L1.59667 5.15202C1.38212 5.03858 1.25115 4.82504 1.25001 4.59103C1.24887 4.35693 1.37788 4.14197 1.59174 4.02663L6.05638 1.61878ZM3.81391 6.32434L3.79383 8.28927C3.79365 8.30652 3.80341 8.34504 3.85853 8.37617L6.04664 9.61184C6.28986 9.7492 6.60499 9.75294 6.85286 9.62045L9.29551 8.31488C9.35293 8.28419 9.36392 8.24459 9.3641 8.22705L9.38523 6.16052L6.94362 7.47732C6.65236 7.6344 6.29414 7.6357 6.00169 7.48108L3.81391 6.32434ZM6.63652 2.3078C6.57235 2.27388 6.48733 2.2743 6.42381 2.30855L2.19961 4.58674L6.36348 6.78829C6.42765 6.82222 6.51267 6.82179 6.57619 6.78754L10.8004 4.50936L6.63652 2.3078ZM1.95846 4.45923C1.95841 4.45921 1.95851 4.45926 1.95846 4.45923V4.45923Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
package/icons/egov-small.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 d="M8.05413 11.2325C7.13655 11.6968 5.99183 11.8421 5.12238 11.8421C2.86753 11.8421 1.70776 10.5749 1.70776 8.53775C1.70776 6.14861 3.44666 3.66211 6.29869 3.66211C7.89318 3.66211 9.0364 4.54437 9.0364 6.00332C9.0364 8.0075 7.08691 8.72948 3.93102 8.65009C3.93102 8.87478 4.01225 9.22678 4.17321 9.45147C4.47857 9.8529 5.01107 10.0611 5.68647 10.0611C6.53937 10.0611 7.26441 9.86938 7.89318 9.56381L8.05413 11.2325ZM6.00837 5.34574C4.92984 5.34574 4.31761 6.228 4.15666 6.96496C5.96024 6.98144 6.86278 6.7238 6.86278 6.0183C6.86128 5.61836 6.53937 5.34574 6.00837 5.34574ZM11.7997 7.46826C10.4248 7.46826 9.31017 8.5782 9.31017 9.94727C9.31017 11.0917 10.0909 12.0533 11.1499 12.3379C11.2747 11.2894 10.5737 10.3832 9.81559 10.4895C9.81559 10.4895 9.90886 9.93529 10.5196 9.75105C11.0506 9.59077 11.2762 9.8544 11.3258 9.9263C11.2672 9.83493 10.9949 9.36609 11.1348 8.87178C11.2897 8.32056 11.8012 8.0794 11.8012 8.0794C11.8012 8.0794 12.3126 8.32056 12.4676 8.87178C12.606 9.36609 12.3337 9.83493 12.2765 9.9263C12.3262 9.8544 12.5518 9.59077 13.0828 9.75105C13.6935 9.93529 13.7868 10.4895 13.7868 10.4895C13.0301 10.3832 12.3292 11.2894 12.4525 12.3379C13.5115 12.0533 14.2922 11.0917 14.2922 9.94727C14.2892 8.5782 13.1746 7.46826 11.7997 7.46826Z" 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 d="M8.05413 11.2325C7.13655 11.6968 5.99183 11.8421 5.12238 11.8421C2.86753 11.8421 1.70776 10.5749 1.70776 8.53775C1.70776 6.14861 3.44666 3.66211 6.29869 3.66211C7.89318 3.66211 9.0364 4.54437 9.0364 6.00332C9.0364 8.0075 7.08691 8.72948 3.93102 8.65009C3.93102 8.87478 4.01225 9.22678 4.17321 9.45147C4.47857 9.8529 5.01107 10.0611 5.68647 10.0611C6.53937 10.0611 7.26441 9.86938 7.89318 9.56381L8.05413 11.2325ZM6.00837 5.34574C4.92984 5.34574 4.31761 6.228 4.15666 6.96496C5.96024 6.98144 6.86278 6.7238 6.86278 6.0183C6.86128 5.61836 6.53937 5.34574 6.00837 5.34574ZM11.7997 7.46826C10.4248 7.46826 9.31017 8.5782 9.31017 9.94727C9.31017 11.0917 10.0909 12.0533 11.1499 12.3379C11.2747 11.2894 10.5737 10.3832 9.81559 10.4895C9.81559 10.4895 9.90886 9.93529 10.5196 9.75105C11.0506 9.59077 11.2762 9.8544 11.3258 9.9263C11.2672 9.83493 10.9949 9.36609 11.1348 8.87178C11.2897 8.32056 11.8012 8.0794 11.8012 8.0794C11.8012 8.0794 12.3126 8.32056 12.4676 8.87178C12.606 9.36609 12.3337 9.83493 12.2765 9.9263C12.3262 9.8544 12.5518 9.59077 13.0828 9.75105C13.6935 9.93529 13.7868 10.4895 13.7868 10.4895C13.0301 10.3832 12.3292 11.2894 12.4525 12.3379C13.5115 12.0533 14.2922 11.0917 14.2922 9.94727C14.2892 8.5782 13.1746 7.46826 11.7997 7.46826Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
6
|
+
<script setup lang="ts">
|
|
7
|
+
</script>
|
package/icons/excel-icon.vue
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<template>
|
|
4
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
-
<path d="M11.3574 15.2141V20.357H13.9288" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
<path d="M4.92883 15.2141L8.14312 20.357" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
-
<path d="M8.14312 15.2141L4.92883 20.357" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
-
<path d="M19.0717 16.0713C18.8951 15.5719 18.3458 15.2141 17.786 15.2141C17.1026 15.2141 16.5002 15.768 16.5002 16.4514C16.5002 16.9836 16.8624 17.4475 17.3788 17.5766L18.1052 17.7582C18.6732 17.9002 19.0717 18.4105 19.0717 18.996V19.0713C19.0717 19.7814 18.4961 20.357 17.786 20.357C17.2262 20.357 16.6768 19.9992 16.5002 19.4998" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
<path d="M4.92883 12.6427V4.92841C4.92883 4.58742 5.0643 4.2604 5.30541 4.01928C5.54653 3.77816 5.87355 3.6427 6.21455 3.6427H14.5717L19.0717 8.1427V12.6427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
-
<path d="M14.5717 3.80341V8.14269H18.9109" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
-
</svg>
|
|
12
|
-
</template>
|
|
13
|
-
<script setup lang="ts">
|
|
14
|
-
</script>
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
<template>
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M11.3574 15.2141V20.357H13.9288" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M4.92883 15.2141L8.14312 20.357" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M8.14312 15.2141L4.92883 20.357" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M19.0717 16.0713C18.8951 15.5719 18.3458 15.2141 17.786 15.2141C17.1026 15.2141 16.5002 15.768 16.5002 16.4514C16.5002 16.9836 16.8624 17.4475 17.3788 17.5766L18.1052 17.7582C18.6732 17.9002 19.0717 18.4105 19.0717 18.996V19.0713C19.0717 19.7814 18.4961 20.357 17.786 20.357C17.2262 20.357 16.6768 19.9992 16.5002 19.4998" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M4.92883 12.6427V4.92841C4.92883 4.58742 5.0643 4.2604 5.30541 4.01928C5.54653 3.77816 5.87355 3.6427 6.21455 3.6427H14.5717L19.0717 8.1427V12.6427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M14.5717 3.80341V8.14269H18.9109" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
</svg>
|
|
12
|
+
</template>
|
|
13
|
+
<script setup lang="ts">
|
|
14
|
+
</script>
|
package/icons/expand-window.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"
|
|
4
|
-
d="M2.7827 2.33301C2.66369 2.33301 2.54956 2.38028 2.46541 2.46443C2.38126 2.54858 2.33398 2.66272 2.33398 2.78172V13.2176C2.33398 13.3366 2.38126 13.4507 2.46541 13.5349C2.54956 13.619 2.66369 13.6663 2.7827 13.6663H13.2186C13.3376 13.6663 13.4517 13.619 13.5359 13.5349C13.62 13.4507 13.6673 13.3366 13.6673 13.2176V8.94838C13.6673 8.67223 13.8911 8.44838 14.1673 8.44838C14.4434 8.44838 14.6673 8.67223 14.6673 8.94838V13.2176C14.6673 13.6018 14.5147 13.9703 14.243 14.242C13.9713 14.5137 13.6028 14.6663 13.2186 14.6663H2.7827C2.39848 14.6663 2.02999 14.5137 1.7583 14.242C1.48662 13.9703 1.33398 13.6018 1.33398 13.2176V2.78172C1.33398 2.3975 1.48662 2.02901 1.7583 1.75733C2.02999 1.48564 2.39848 1.33301 2.7827 1.33301H7.05192C7.32806 1.33301 7.55192 1.55687 7.55192 1.83301C7.55192 2.10915 7.32806 2.33301 7.05192 2.33301H2.7827ZM10.3468 1.83301C10.3468 1.55687 10.5707 1.33301 10.8468 1.33301H14.1673C14.2998 1.33301 14.4202 1.38453 14.5097 1.46864C14.5174 1.47585 14.5248 1.48331 14.532 1.49099C14.5733 1.53491 14.6051 1.58445 14.6275 1.63706C14.6531 1.69723 14.6673 1.76346 14.6673 1.83301V5.15351C14.6673 5.42966 14.4434 5.65351 14.1673 5.65351C13.8912 5.65351 13.6673 5.42966 13.6673 5.15351V3.04011L8.3542 8.35321C8.15894 8.54848 7.84236 8.54848 7.6471 8.35321C7.45184 8.15795 7.45184 7.84137 7.6471 7.64611L12.9602 2.33301H10.8468C10.5707 2.33301 10.3468 2.10915 10.3468 1.83301Z"
|
|
5
|
-
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"
|
|
4
|
+
d="M2.7827 2.33301C2.66369 2.33301 2.54956 2.38028 2.46541 2.46443C2.38126 2.54858 2.33398 2.66272 2.33398 2.78172V13.2176C2.33398 13.3366 2.38126 13.4507 2.46541 13.5349C2.54956 13.619 2.66369 13.6663 2.7827 13.6663H13.2186C13.3376 13.6663 13.4517 13.619 13.5359 13.5349C13.62 13.4507 13.6673 13.3366 13.6673 13.2176V8.94838C13.6673 8.67223 13.8911 8.44838 14.1673 8.44838C14.4434 8.44838 14.6673 8.67223 14.6673 8.94838V13.2176C14.6673 13.6018 14.5147 13.9703 14.243 14.242C13.9713 14.5137 13.6028 14.6663 13.2186 14.6663H2.7827C2.39848 14.6663 2.02999 14.5137 1.7583 14.242C1.48662 13.9703 1.33398 13.6018 1.33398 13.2176V2.78172C1.33398 2.3975 1.48662 2.02901 1.7583 1.75733C2.02999 1.48564 2.39848 1.33301 2.7827 1.33301H7.05192C7.32806 1.33301 7.55192 1.55687 7.55192 1.83301C7.55192 2.10915 7.32806 2.33301 7.05192 2.33301H2.7827ZM10.3468 1.83301C10.3468 1.55687 10.5707 1.33301 10.8468 1.33301H14.1673C14.2998 1.33301 14.4202 1.38453 14.5097 1.46864C14.5174 1.47585 14.5248 1.48331 14.532 1.49099C14.5733 1.53491 14.6051 1.58445 14.6275 1.63706C14.6531 1.69723 14.6673 1.76346 14.6673 1.83301V5.15351C14.6673 5.42966 14.4434 5.65351 14.1673 5.65351C13.8912 5.65351 13.6673 5.42966 13.6673 5.15351V3.04011L8.3542 8.35321C8.15894 8.54848 7.84236 8.54848 7.6471 8.35321C7.45184 8.15795 7.45184 7.84137 7.6471 7.64611L12.9602 2.33301H10.8468C10.5707 2.33301 10.3468 2.10915 10.3468 1.83301Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/icons/eye-closed.vue
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg
|
|
7
|
-
width="16"
|
|
8
|
-
height="16"
|
|
9
|
-
viewBox="0 0 16 16"
|
|
10
|
-
fill="currentColor"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<g id="eye-closed">
|
|
14
|
-
<path
|
|
15
|
-
id="Vector"
|
|
16
|
-
fill-rule="evenodd"
|
|
17
|
-
clip-rule="evenodd"
|
|
18
|
-
d="M1.15389 1.15389C1.35891 0.948867 1.69131 0.948867 1.89634 1.15389L4.86827 4.12582C4.87235 4.12977 4.87637 4.13379 4.88034 4.13789L7.12029 6.37784C7.12216 6.37969 7.12403 6.38155 7.12588 6.38343L9.61648 8.87403C9.61839 8.87592 9.62029 8.87782 9.62218 8.87973L11.8611 11.1186C11.8652 11.1226 11.8693 11.1267 11.8733 11.1308L14.8461 14.1036C15.0511 14.3087 15.0511 14.6411 14.8461 14.8461C14.6411 15.0511 14.3087 15.0511 14.1036 14.8461L11.4379 12.1804C10.42 12.8469 9.23139 13.2139 8.00857 13.2339L7.99999 13.234C5.73006 13.234 3.98219 11.9378 2.83441 10.7135C2.25573 10.0963 1.81375 9.48103 1.51637 9.02058C1.36736 8.78985 1.2538 8.59665 1.17676 8.4597C1.13822 8.39119 1.10877 8.33665 1.08853 8.29841C1.07841 8.27928 1.07059 8.26423 1.06509 8.25352L1.05858 8.24077L1.05663 8.23691L1.05598 8.23562C1.05598 8.23562 1.05555 8.23476 1.52511 7.99998L1.05555 8.23476C0.97926 8.08218 0.981858 7.90206 1.06251 7.75175C1.73568 6.49723 2.63732 5.38169 3.71923 4.46168L1.15389 1.89634C0.948867 1.69131 0.948867 1.35891 1.15389 1.15389ZM4.46435 5.2068C3.52524 5.99217 2.73273 6.9385 2.12424 8.00188C2.19077 8.11793 2.28241 8.27135 2.3984 8.45094C2.67125 8.87342 3.07541 9.43542 3.60041 9.99541C4.65915 11.1247 6.14724 12.1824 7.9957 12.184C8.94424 12.1677 9.86808 11.9021 10.6763 11.4187L9.21526 9.95771C9.11156 10.0259 9.00225 10.0858 8.88831 10.1366C8.6073 10.2618 8.30395 10.3291 7.99635 10.3345C7.68876 10.34 7.38322 10.2834 7.09797 10.1682C6.81271 10.0529 6.55359 9.88145 6.33605 9.66391C6.11852 9.44637 5.94702 9.18725 5.8318 8.902C5.71659 8.61674 5.66 8.31121 5.66543 8.00361C5.67086 7.69602 5.73818 7.39266 5.86339 7.11165C5.91416 6.99772 5.97402 6.8884 6.04226 6.78471L4.46435 5.2068ZM6.8146 7.55705C6.75183 7.70416 6.71807 7.86209 6.71525 8.02213C6.71231 8.18875 6.74296 8.35425 6.80537 8.50876C6.86778 8.66327 6.96067 8.80363 7.0785 8.92146C7.19633 9.0393 7.33669 9.13219 7.4912 9.1946C7.64572 9.25701 7.81122 9.28766 7.97783 9.28472C8.13787 9.28189 8.2958 9.24813 8.44291 9.18536L6.8146 7.55705ZM7.99877 3.81598C7.62335 3.81509 7.24909 3.85786 6.88354 3.94343C6.60123 4.00951 6.3188 3.83422 6.25272 3.55191C6.18664 3.2696 6.36193 2.98717 6.64424 2.92108C7.08883 2.81702 7.54401 2.76497 8.00062 2.766C10.2702 2.76623 12.0179 4.06224 13.1656 5.28642C13.7443 5.90368 14.1862 6.51893 14.4836 6.97939C14.6326 7.21012 14.7462 7.40331 14.8232 7.54027C14.8618 7.60878 14.8912 7.66331 14.9115 7.70156C14.9216 7.72068 14.9294 7.73574 14.9349 7.74644L14.9394 7.75523C15.0177 7.90413 15.0232 8.08794 14.9379 8.24748C14.5633 8.94815 14.1167 9.6078 13.6052 10.2157C13.4185 10.4376 13.0873 10.4661 12.8654 10.2794C12.6436 10.0927 12.6151 9.76154 12.8018 9.53969C13.2059 9.05942 13.5654 8.54357 13.876 7.99858C13.8095 7.88247 13.7177 7.72887 13.6016 7.54903C13.3287 7.12654 12.9246 6.56454 12.3996 6.00455C11.34 4.87435 9.85046 3.81598 8.00001 3.81598L7.99877 3.81598Z"
|
|
19
|
-
/>
|
|
20
|
-
</g>
|
|
21
|
-
</svg>
|
|
22
|
-
</template>
|
|
23
|
-
|
|
24
|
-
<style scoped>
|
|
25
|
-
|
|
26
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="16"
|
|
8
|
+
height="16"
|
|
9
|
+
viewBox="0 0 16 16"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<g id="eye-closed">
|
|
14
|
+
<path
|
|
15
|
+
id="Vector"
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
clip-rule="evenodd"
|
|
18
|
+
d="M1.15389 1.15389C1.35891 0.948867 1.69131 0.948867 1.89634 1.15389L4.86827 4.12582C4.87235 4.12977 4.87637 4.13379 4.88034 4.13789L7.12029 6.37784C7.12216 6.37969 7.12403 6.38155 7.12588 6.38343L9.61648 8.87403C9.61839 8.87592 9.62029 8.87782 9.62218 8.87973L11.8611 11.1186C11.8652 11.1226 11.8693 11.1267 11.8733 11.1308L14.8461 14.1036C15.0511 14.3087 15.0511 14.6411 14.8461 14.8461C14.6411 15.0511 14.3087 15.0511 14.1036 14.8461L11.4379 12.1804C10.42 12.8469 9.23139 13.2139 8.00857 13.2339L7.99999 13.234C5.73006 13.234 3.98219 11.9378 2.83441 10.7135C2.25573 10.0963 1.81375 9.48103 1.51637 9.02058C1.36736 8.78985 1.2538 8.59665 1.17676 8.4597C1.13822 8.39119 1.10877 8.33665 1.08853 8.29841C1.07841 8.27928 1.07059 8.26423 1.06509 8.25352L1.05858 8.24077L1.05663 8.23691L1.05598 8.23562C1.05598 8.23562 1.05555 8.23476 1.52511 7.99998L1.05555 8.23476C0.97926 8.08218 0.981858 7.90206 1.06251 7.75175C1.73568 6.49723 2.63732 5.38169 3.71923 4.46168L1.15389 1.89634C0.948867 1.69131 0.948867 1.35891 1.15389 1.15389ZM4.46435 5.2068C3.52524 5.99217 2.73273 6.9385 2.12424 8.00188C2.19077 8.11793 2.28241 8.27135 2.3984 8.45094C2.67125 8.87342 3.07541 9.43542 3.60041 9.99541C4.65915 11.1247 6.14724 12.1824 7.9957 12.184C8.94424 12.1677 9.86808 11.9021 10.6763 11.4187L9.21526 9.95771C9.11156 10.0259 9.00225 10.0858 8.88831 10.1366C8.6073 10.2618 8.30395 10.3291 7.99635 10.3345C7.68876 10.34 7.38322 10.2834 7.09797 10.1682C6.81271 10.0529 6.55359 9.88145 6.33605 9.66391C6.11852 9.44637 5.94702 9.18725 5.8318 8.902C5.71659 8.61674 5.66 8.31121 5.66543 8.00361C5.67086 7.69602 5.73818 7.39266 5.86339 7.11165C5.91416 6.99772 5.97402 6.8884 6.04226 6.78471L4.46435 5.2068ZM6.8146 7.55705C6.75183 7.70416 6.71807 7.86209 6.71525 8.02213C6.71231 8.18875 6.74296 8.35425 6.80537 8.50876C6.86778 8.66327 6.96067 8.80363 7.0785 8.92146C7.19633 9.0393 7.33669 9.13219 7.4912 9.1946C7.64572 9.25701 7.81122 9.28766 7.97783 9.28472C8.13787 9.28189 8.2958 9.24813 8.44291 9.18536L6.8146 7.55705ZM7.99877 3.81598C7.62335 3.81509 7.24909 3.85786 6.88354 3.94343C6.60123 4.00951 6.3188 3.83422 6.25272 3.55191C6.18664 3.2696 6.36193 2.98717 6.64424 2.92108C7.08883 2.81702 7.54401 2.76497 8.00062 2.766C10.2702 2.76623 12.0179 4.06224 13.1656 5.28642C13.7443 5.90368 14.1862 6.51893 14.4836 6.97939C14.6326 7.21012 14.7462 7.40331 14.8232 7.54027C14.8618 7.60878 14.8912 7.66331 14.9115 7.70156C14.9216 7.72068 14.9294 7.73574 14.9349 7.74644L14.9394 7.75523C15.0177 7.90413 15.0232 8.08794 14.9379 8.24748C14.5633 8.94815 14.1167 9.6078 13.6052 10.2157C13.4185 10.4376 13.0873 10.4661 12.8654 10.2794C12.6436 10.0927 12.6151 9.76154 12.8018 9.53969C13.2059 9.05942 13.5654 8.54357 13.876 7.99858C13.8095 7.88247 13.7177 7.72887 13.6016 7.54903C13.3287 7.12654 12.9246 6.56454 12.3996 6.00455C11.34 4.87435 9.85046 3.81598 8.00001 3.81598L7.99877 3.81598Z"
|
|
19
|
+
/>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
22
|
+
</template>
|
|
23
|
+
|
|
24
|
+
<style scoped>
|
|
25
|
+
|
|
26
|
+
</style>
|
package/icons/eye-open.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"
|
|
4
|
-
d="M2.39875 8.4542C2.28159 8.27218 2.18927 8.11694 2.12256 8.00006C2.18927 7.88318 2.28159 7.72795 2.39875 7.54592C2.67167 7.12192 3.0759 6.55793 3.60097 5.99596C4.66082 4.86164 6.15027 3.80001 8.00008 3.80001C9.84989 3.80001 11.3393 4.86164 12.3992 5.99596C12.9243 6.55793 13.3285 7.12192 13.6014 7.54592C13.7186 7.72795 13.8109 7.88318 13.8776 8.00006C13.8109 8.11694 13.7186 8.27218 13.6014 8.4542C13.3285 8.8782 12.9243 9.44219 12.3992 10.0042C11.3393 11.1385 9.84989 12.2001 8.00008 12.2001C6.15027 12.2001 4.66082 11.1385 3.60097 10.0042C3.0759 9.44219 2.67167 8.8782 2.39875 8.4542ZM14.4752 8.00006C14.9451 7.7659 14.9449 7.76553 14.9449 7.76553L14.4752 8.00006ZM14.9449 7.76553C15.0183 7.91299 15.0185 8.08676 14.9451 8.23422L14.4752 8.00006C14.9451 8.23422 14.9446 8.23508 14.9446 8.23508L14.944 8.23637L14.942 8.24024L14.9355 8.25302C14.93 8.26375 14.9222 8.27885 14.9121 8.29803C14.8919 8.33639 14.8624 8.3911 14.8239 8.45982C14.7469 8.5972 14.6333 8.79102 14.4843 9.0225C14.187 9.48445 13.7451 10.1017 13.1664 10.721C12.0189 11.9492 10.2708 13.2501 8.00008 13.2501C5.72939 13.2501 3.98131 11.9492 2.83374 10.721C2.2551 10.1017 1.81316 9.48445 1.51583 9.0225C1.36683 8.79102 1.25329 8.5972 1.17627 8.45982C1.13775 8.3911 1.1083 8.33639 1.08807 8.29803C1.07796 8.27885 1.07014 8.26375 1.06464 8.25302L1.05813 8.24024L1.05619 8.23637L1.05511 8.23422C0.98163 8.08676 0.98163 7.91336 1.05511 7.7659L1.52501 8.00006C1.05511 7.7659 1.05554 7.76505 1.05554 7.76505L1.05619 7.76375L1.05813 7.75989L1.06464 7.7471C1.07014 7.73637 1.07796 7.72127 1.08807 7.70209C1.1083 7.66373 1.13775 7.60903 1.17627 7.5403C1.25329 7.40292 1.36683 7.2091 1.51583 6.97762C1.81316 6.51567 2.2551 5.8984 2.83374 5.27911C3.98131 4.0509 5.72939 2.75 8.00008 2.75C10.2708 2.75 12.0189 4.0509 13.1664 5.27911C13.7451 5.8984 14.187 6.51567 14.4843 6.97762C14.6333 7.2091 14.7469 7.40292 14.8239 7.5403C14.8624 7.60903 14.8919 7.66373 14.9121 7.70209C14.9222 7.72127 14.93 7.73637 14.9355 7.7471L14.942 7.75989L14.944 7.76375L14.9449 7.76553ZM6.75915 8.00006C6.75915 7.30975 7.3164 6.75317 8.00008 6.75317C8.68375 6.75317 9.241 7.30975 9.241 8.00006C9.241 8.69037 8.68375 9.24695 8.00008 9.24695C7.3164 9.24695 6.75915 8.69037 6.75915 8.00006ZM8.00008 5.70316C6.73316 5.70316 5.70914 6.73319 5.70914 8.00006C5.70914 9.26693 6.73316 10.297 8.00008 10.297C9.26699 10.297 10.291 9.26693 10.291 8.00006C10.291 6.73319 9.26699 5.70316 8.00008 5.70316Z"
|
|
5
|
-
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"
|
|
4
|
+
d="M2.39875 8.4542C2.28159 8.27218 2.18927 8.11694 2.12256 8.00006C2.18927 7.88318 2.28159 7.72795 2.39875 7.54592C2.67167 7.12192 3.0759 6.55793 3.60097 5.99596C4.66082 4.86164 6.15027 3.80001 8.00008 3.80001C9.84989 3.80001 11.3393 4.86164 12.3992 5.99596C12.9243 6.55793 13.3285 7.12192 13.6014 7.54592C13.7186 7.72795 13.8109 7.88318 13.8776 8.00006C13.8109 8.11694 13.7186 8.27218 13.6014 8.4542C13.3285 8.8782 12.9243 9.44219 12.3992 10.0042C11.3393 11.1385 9.84989 12.2001 8.00008 12.2001C6.15027 12.2001 4.66082 11.1385 3.60097 10.0042C3.0759 9.44219 2.67167 8.8782 2.39875 8.4542ZM14.4752 8.00006C14.9451 7.7659 14.9449 7.76553 14.9449 7.76553L14.4752 8.00006ZM14.9449 7.76553C15.0183 7.91299 15.0185 8.08676 14.9451 8.23422L14.4752 8.00006C14.9451 8.23422 14.9446 8.23508 14.9446 8.23508L14.944 8.23637L14.942 8.24024L14.9355 8.25302C14.93 8.26375 14.9222 8.27885 14.9121 8.29803C14.8919 8.33639 14.8624 8.3911 14.8239 8.45982C14.7469 8.5972 14.6333 8.79102 14.4843 9.0225C14.187 9.48445 13.7451 10.1017 13.1664 10.721C12.0189 11.9492 10.2708 13.2501 8.00008 13.2501C5.72939 13.2501 3.98131 11.9492 2.83374 10.721C2.2551 10.1017 1.81316 9.48445 1.51583 9.0225C1.36683 8.79102 1.25329 8.5972 1.17627 8.45982C1.13775 8.3911 1.1083 8.33639 1.08807 8.29803C1.07796 8.27885 1.07014 8.26375 1.06464 8.25302L1.05813 8.24024L1.05619 8.23637L1.05511 8.23422C0.98163 8.08676 0.98163 7.91336 1.05511 7.7659L1.52501 8.00006C1.05511 7.7659 1.05554 7.76505 1.05554 7.76505L1.05619 7.76375L1.05813 7.75989L1.06464 7.7471C1.07014 7.73637 1.07796 7.72127 1.08807 7.70209C1.1083 7.66373 1.13775 7.60903 1.17627 7.5403C1.25329 7.40292 1.36683 7.2091 1.51583 6.97762C1.81316 6.51567 2.2551 5.8984 2.83374 5.27911C3.98131 4.0509 5.72939 2.75 8.00008 2.75C10.2708 2.75 12.0189 4.0509 13.1664 5.27911C13.7451 5.8984 14.187 6.51567 14.4843 6.97762C14.6333 7.2091 14.7469 7.40292 14.8239 7.5403C14.8624 7.60903 14.8919 7.66373 14.9121 7.70209C14.9222 7.72127 14.93 7.73637 14.9355 7.7471L14.942 7.75989L14.944 7.76375L14.9449 7.76553ZM6.75915 8.00006C6.75915 7.30975 7.3164 6.75317 8.00008 6.75317C8.68375 6.75317 9.241 7.30975 9.241 8.00006C9.241 8.69037 8.68375 9.24695 8.00008 9.24695C7.3164 9.24695 6.75915 8.69037 6.75915 8.00006ZM8.00008 5.70316C6.73316 5.70316 5.70914 6.73319 5.70914 8.00006C5.70914 9.26693 6.73316 10.297 8.00008 10.297C9.26699 10.297 10.291 9.26693 10.291 8.00006C10.291 6.73319 9.26699 5.70316 8.00008 5.70316Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/icons/eye-opened.vue
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg
|
|
7
|
-
width="16"
|
|
8
|
-
height="16"
|
|
9
|
-
viewBox="0 0 16 16"
|
|
10
|
-
fill="currentColor"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<path
|
|
14
|
-
fill-rule="evenodd"
|
|
15
|
-
clip-rule="evenodd"
|
|
16
|
-
d="M2.39875 8.4542C2.28159 8.27218 2.18927 8.11694 2.12256 8.00006C2.18927 7.88318 2.28159 7.72795 2.39875 7.54592C2.67167 7.12192 3.0759 6.55793 3.60097 5.99596C4.66082 4.86164 6.15027 3.80001 8.00008 3.80001C9.84989 3.80001 11.3393 4.86164 12.3992 5.99596C12.9243 6.55793 13.3285 7.12192 13.6014 7.54592C13.7186 7.72795 13.8109 7.88318 13.8776 8.00006C13.8109 8.11694 13.7186 8.27218 13.6014 8.4542C13.3285 8.8782 12.9243 9.44219 12.3992 10.0042C11.3393 11.1385 9.84989 12.2001 8.00008 12.2001C6.15027 12.2001 4.66082 11.1385 3.60097 10.0042C3.0759 9.44219 2.67167 8.8782 2.39875 8.4542ZM14.4752 8.00006C14.9451 7.7659 14.9449 7.76553 14.9449 7.76553L14.4752 8.00006ZM14.9449 7.76553C15.0183 7.91299 15.0185 8.08676 14.9451 8.23422L14.4752 8.00006C14.9451 8.23422 14.9446 8.23508 14.9446 8.23508L14.944 8.23637L14.942 8.24024L14.9355 8.25302C14.93 8.26375 14.9222 8.27885 14.9121 8.29803C14.8919 8.33639 14.8624 8.3911 14.8239 8.45982C14.7469 8.5972 14.6333 8.79102 14.4843 9.0225C14.187 9.48445 13.7451 10.1017 13.1664 10.721C12.0189 11.9492 10.2708 13.2501 8.00008 13.2501C5.72939 13.2501 3.98131 11.9492 2.83374 10.721C2.2551 10.1017 1.81316 9.48445 1.51583 9.0225C1.36683 8.79102 1.25329 8.5972 1.17627 8.45982C1.13775 8.3911 1.1083 8.33639 1.08807 8.29803C1.07796 8.27885 1.07014 8.26375 1.06464 8.25302L1.05813 8.24024L1.05619 8.23637L1.05511 8.23422C0.98163 8.08676 0.98163 7.91336 1.05511 7.7659L1.52501 8.00006C1.05511 7.7659 1.05554 7.76505 1.05554 7.76505L1.05619 7.76375L1.05813 7.75989L1.06464 7.7471C1.07014 7.73637 1.07796 7.72127 1.08807 7.70209C1.1083 7.66373 1.13775 7.60903 1.17627 7.5403C1.25329 7.40292 1.36683 7.2091 1.51583 6.97762C1.81316 6.51567 2.2551 5.8984 2.83374 5.27911C3.98131 4.0509 5.72939 2.75 8.00008 2.75C10.2708 2.75 12.0189 4.0509 13.1664 5.27911C13.7451 5.8984 14.187 6.51567 14.4843 6.97762C14.6333 7.2091 14.7469 7.40292 14.8239 7.5403C14.8624 7.60903 14.8919 7.66373 14.9121 7.70209C14.9222 7.72127 14.93 7.73637 14.9355 7.7471L14.942 7.75989L14.944 7.76375L14.9449 7.76553ZM6.75915 8.00006C6.75915 7.30975 7.3164 6.75317 8.00008 6.75317C8.68375 6.75317 9.241 7.30975 9.241 8.00006C9.241 8.69037 8.68375 9.24695 8.00008 9.24695C7.3164 9.24695 6.75915 8.69037 6.75915 8.00006ZM8.00008 5.70316C6.73316 5.70316 5.70914 6.73319 5.70914 8.00006C5.70914 9.26693 6.73316 10.297 8.00008 10.297C9.26699 10.297 10.291 9.26693 10.291 8.00006C10.291 6.73319 9.26699 5.70316 8.00008 5.70316Z"
|
|
17
|
-
/>
|
|
18
|
-
</svg>
|
|
19
|
-
</template>
|
|
20
|
-
|
|
21
|
-
<style scoped>
|
|
22
|
-
|
|
23
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="16"
|
|
8
|
+
height="16"
|
|
9
|
+
viewBox="0 0 16 16"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
fill-rule="evenodd"
|
|
15
|
+
clip-rule="evenodd"
|
|
16
|
+
d="M2.39875 8.4542C2.28159 8.27218 2.18927 8.11694 2.12256 8.00006C2.18927 7.88318 2.28159 7.72795 2.39875 7.54592C2.67167 7.12192 3.0759 6.55793 3.60097 5.99596C4.66082 4.86164 6.15027 3.80001 8.00008 3.80001C9.84989 3.80001 11.3393 4.86164 12.3992 5.99596C12.9243 6.55793 13.3285 7.12192 13.6014 7.54592C13.7186 7.72795 13.8109 7.88318 13.8776 8.00006C13.8109 8.11694 13.7186 8.27218 13.6014 8.4542C13.3285 8.8782 12.9243 9.44219 12.3992 10.0042C11.3393 11.1385 9.84989 12.2001 8.00008 12.2001C6.15027 12.2001 4.66082 11.1385 3.60097 10.0042C3.0759 9.44219 2.67167 8.8782 2.39875 8.4542ZM14.4752 8.00006C14.9451 7.7659 14.9449 7.76553 14.9449 7.76553L14.4752 8.00006ZM14.9449 7.76553C15.0183 7.91299 15.0185 8.08676 14.9451 8.23422L14.4752 8.00006C14.9451 8.23422 14.9446 8.23508 14.9446 8.23508L14.944 8.23637L14.942 8.24024L14.9355 8.25302C14.93 8.26375 14.9222 8.27885 14.9121 8.29803C14.8919 8.33639 14.8624 8.3911 14.8239 8.45982C14.7469 8.5972 14.6333 8.79102 14.4843 9.0225C14.187 9.48445 13.7451 10.1017 13.1664 10.721C12.0189 11.9492 10.2708 13.2501 8.00008 13.2501C5.72939 13.2501 3.98131 11.9492 2.83374 10.721C2.2551 10.1017 1.81316 9.48445 1.51583 9.0225C1.36683 8.79102 1.25329 8.5972 1.17627 8.45982C1.13775 8.3911 1.1083 8.33639 1.08807 8.29803C1.07796 8.27885 1.07014 8.26375 1.06464 8.25302L1.05813 8.24024L1.05619 8.23637L1.05511 8.23422C0.98163 8.08676 0.98163 7.91336 1.05511 7.7659L1.52501 8.00006C1.05511 7.7659 1.05554 7.76505 1.05554 7.76505L1.05619 7.76375L1.05813 7.75989L1.06464 7.7471C1.07014 7.73637 1.07796 7.72127 1.08807 7.70209C1.1083 7.66373 1.13775 7.60903 1.17627 7.5403C1.25329 7.40292 1.36683 7.2091 1.51583 6.97762C1.81316 6.51567 2.2551 5.8984 2.83374 5.27911C3.98131 4.0509 5.72939 2.75 8.00008 2.75C10.2708 2.75 12.0189 4.0509 13.1664 5.27911C13.7451 5.8984 14.187 6.51567 14.4843 6.97762C14.6333 7.2091 14.7469 7.40292 14.8239 7.5403C14.8624 7.60903 14.8919 7.66373 14.9121 7.70209C14.9222 7.72127 14.93 7.73637 14.9355 7.7471L14.942 7.75989L14.944 7.76375L14.9449 7.76553ZM6.75915 8.00006C6.75915 7.30975 7.3164 6.75317 8.00008 6.75317C8.68375 6.75317 9.241 7.30975 9.241 8.00006C9.241 8.69037 8.68375 9.24695 8.00008 9.24695C7.3164 9.24695 6.75915 8.69037 6.75915 8.00006ZM8.00008 5.70316C6.73316 5.70316 5.70914 6.73319 5.70914 8.00006C5.70914 9.26693 6.73316 10.297 8.00008 10.297C9.26699 10.297 10.291 9.26693 10.291 8.00006C10.291 6.73319 9.26699 5.70316 8.00008 5.70316Z"
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
19
|
+
</template>
|
|
20
|
+
|
|
21
|
+
<style scoped>
|
|
22
|
+
|
|
23
|
+
</style>
|
package/icons/file/file.vue
CHANGED
|
@@ -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="M4.11492 1C3.63222 1 3.1693 1.19175 2.82799 1.53306C2.48667 1.87438 2.29492 2.3373 2.29492 2.81999V13.18C2.29492 13.6627 2.48667 14.1256 2.82799 14.4669C3.1693 14.8082 3.63222 15 4.11492 15H11.8849C12.3676 15 12.8305 14.8082 13.1718 14.4669C13.5131 14.1256 13.7049 13.6627 13.7049 13.18V5.40999C13.7049 5.26732 13.648 5.13794 13.5556 5.04332C13.5541 5.04179 13.5526 5.04027 13.5511 5.03876L9.66639 1.15403L9.66613 1.15377C9.56767 1.05531 9.43414 1 9.2949 1M8.7699 2.05H4.11492C3.9107 2.05 3.71485 2.13112 3.57045 2.27552C3.42604 2.41993 3.34492 2.61578 3.34492 2.81999V13.18C3.34492 13.3842 3.42604 13.58 3.57045 13.7244C3.71485 13.8688 3.9107 13.95 4.11492 13.95H11.8849C12.0891 13.95 12.285 13.8688 12.4294 13.7244C12.5738 13.58 12.6549 13.3842 12.6549 13.18V5.93499H9.2949C9.00495 5.93499 8.7699 5.69994 8.7699 5.40999V2.05ZM11.9124 4.88499L9.8199 2.79246V4.88499H11.9124ZM5.40992 8.12251C5.11997 8.12251 4.88492 8.35756 4.88492 8.64751C4.88492 8.93746 5.11997 9.17251 5.40992 9.17251H10.5899C10.8799 9.17251 11.1149 8.93746 11.1149 8.64751C11.1149 8.35756 10.8799 8.12251 10.5899 8.12251H5.40992ZM4.88492 11.2375C4.88492 10.9475 5.11997 10.7125 5.40992 10.7125H10.5899C10.8799 10.7125 11.1149 10.9475 11.1149 11.2375C11.1149 11.5274 10.8799 11.7625 10.5899 11.7625H5.40992C5.11997 11.7625 4.88492 11.5274 4.88492 11.2375ZM4.88492 6.05747C4.88492 5.76752 5.11997 5.53247 5.40992 5.53247H6.70492C6.99487 5.53247 7.22992 5.76752 7.22992 6.05747C7.22992 6.34742 6.99487 6.58247 6.70492 6.58247H5.40992C5.11997 6.58247 4.88492 6.34742 4.88492 6.05747Z"
|
|
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="M4.11492 1C3.63222 1 3.1693 1.19175 2.82799 1.53306C2.48667 1.87438 2.29492 2.3373 2.29492 2.81999V13.18C2.29492 13.6627 2.48667 14.1256 2.82799 14.4669C3.1693 14.8082 3.63222 15 4.11492 15H11.8849C12.3676 15 12.8305 14.8082 13.1718 14.4669C13.5131 14.1256 13.7049 13.6627 13.7049 13.18V5.40999C13.7049 5.26732 13.648 5.13794 13.5556 5.04332C13.5541 5.04179 13.5526 5.04027 13.5511 5.03876L9.66639 1.15403L9.66613 1.15377C9.56767 1.05531 9.43414 1 9.2949 1M8.7699 2.05H4.11492C3.9107 2.05 3.71485 2.13112 3.57045 2.27552C3.42604 2.41993 3.34492 2.61578 3.34492 2.81999V13.18C3.34492 13.3842 3.42604 13.58 3.57045 13.7244C3.71485 13.8688 3.9107 13.95 4.11492 13.95H11.8849C12.0891 13.95 12.285 13.8688 12.4294 13.7244C12.5738 13.58 12.6549 13.3842 12.6549 13.18V5.93499H9.2949C9.00495 5.93499 8.7699 5.69994 8.7699 5.40999V2.05ZM11.9124 4.88499L9.8199 2.79246V4.88499H11.9124ZM5.40992 8.12251C5.11997 8.12251 4.88492 8.35756 4.88492 8.64751C4.88492 8.93746 5.11997 9.17251 5.40992 9.17251H10.5899C10.8799 9.17251 11.1149 8.93746 11.1149 8.64751C11.1149 8.35756 10.8799 8.12251 10.5899 8.12251H5.40992ZM4.88492 11.2375C4.88492 10.9475 5.11997 10.7125 5.40992 10.7125H10.5899C10.8799 10.7125 11.1149 10.9475 11.1149 11.2375C11.1149 11.5274 10.8799 11.7625 10.5899 11.7625H5.40992C5.11997 11.7625 4.88492 11.5274 4.88492 11.2375ZM4.88492 6.05747C4.88492 5.76752 5.11997 5.53247 5.40992 5.53247H6.70492C6.99487 5.53247 7.22992 5.76752 7.22992 6.05747C7.22992 6.34742 6.99487 6.58247 6.70492 6.58247H5.40992C5.11997 6.58247 4.88492 6.34742 4.88492 6.05747Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
package/icons/file/files.vue
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<script setup lang="ts"></script>
|
|
2
|
-
|
|
3
|
-
<template>
|
|
4
|
-
<svg
|
|
5
|
-
width="18"
|
|
6
|
-
height="18"
|
|
7
|
-
viewBox="0 0 18 18"
|
|
8
|
-
fill="none"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
>
|
|
11
|
-
<path
|
|
12
|
-
d="M15.023 4.66453L12.2105 1.85203C12.1582 1.79981 12.0961 1.7584 12.0279 1.73017C11.9596 1.70194 11.8864 1.68744 11.8125 1.6875H6.1875C5.88913 1.6875 5.60298 1.80603 5.392 2.017C5.18103 2.22798 5.0625 2.51413 5.0625 2.8125V3.9375H3.9375C3.63913 3.9375 3.35298 4.05603 3.142 4.267C2.93103 4.47798 2.8125 4.76413 2.8125 5.0625V15.1875C2.8125 15.4859 2.93103 15.772 3.142 15.983C3.35298 16.194 3.63913 16.3125 3.9375 16.3125H11.8125C12.1109 16.3125 12.397 16.194 12.608 15.983C12.819 15.772 12.9375 15.4859 12.9375 15.1875V14.0625H14.0625C14.3609 14.0625 14.647 13.944 14.858 13.733C15.069 13.522 15.1875 13.2359 15.1875 12.9375V5.0625C15.1876 4.98861 15.1731 4.91543 15.1448 4.84715C15.1166 4.77886 15.0752 4.71681 15.023 4.66453ZM11.8125 15.1875H3.9375V5.0625H9.32977L11.8125 7.54523V13.4887C11.8125 13.493 11.8125 13.4965 11.8125 13.5C11.8125 13.5035 11.8125 13.507 11.8125 13.5113V15.1875ZM14.0625 12.9375H12.9375V7.3125C12.9376 7.23861 12.9231 7.16543 12.8948 7.09715C12.8666 7.02886 12.8252 6.96681 12.773 6.91453L9.96047 4.10203C9.90819 4.04981 9.84614 4.0084 9.77785 3.98017C9.70957 3.95194 9.63639 3.93744 9.5625 3.9375H6.1875V2.8125H11.5798L14.0625 5.29523V12.9375ZM10.125 10.6875C10.125 10.8367 10.0657 10.9798 9.96025 11.0852C9.85476 11.1907 9.71168 11.25 9.5625 11.25H6.1875C6.03832 11.25 5.89524 11.1907 5.78975 11.0852C5.68426 10.9798 5.625 10.8367 5.625 10.6875C5.625 10.5383 5.68426 10.3952 5.78975 10.2898C5.89524 10.1843 6.03832 10.125 6.1875 10.125H9.5625C9.71168 10.125 9.85476 10.1843 9.96025 10.2898C10.0657 10.3952 10.125 10.5383 10.125 10.6875ZM10.125 12.9375C10.125 13.0867 10.0657 13.2298 9.96025 13.3352C9.85476 13.4407 9.71168 13.5 9.5625 13.5H6.1875C6.03832 13.5 5.89524 13.4407 5.78975 13.3352C5.68426 13.2298 5.625 13.0867 5.625 12.9375C5.625 12.7883 5.68426 12.6452 5.78975 12.5398C5.89524 12.4343 6.03832 12.375 6.1875 12.375H9.5625C9.71168 12.375 9.85476 12.4343 9.96025 12.5398C10.0657 12.6452 10.125 12.7883 10.125 12.9375Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
1
|
+
<script setup lang="ts"></script>
|
|
2
|
+
|
|
3
|
+
<template>
|
|
4
|
+
<svg
|
|
5
|
+
width="18"
|
|
6
|
+
height="18"
|
|
7
|
+
viewBox="0 0 18 18"
|
|
8
|
+
fill="none"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M15.023 4.66453L12.2105 1.85203C12.1582 1.79981 12.0961 1.7584 12.0279 1.73017C11.9596 1.70194 11.8864 1.68744 11.8125 1.6875H6.1875C5.88913 1.6875 5.60298 1.80603 5.392 2.017C5.18103 2.22798 5.0625 2.51413 5.0625 2.8125V3.9375H3.9375C3.63913 3.9375 3.35298 4.05603 3.142 4.267C2.93103 4.47798 2.8125 4.76413 2.8125 5.0625V15.1875C2.8125 15.4859 2.93103 15.772 3.142 15.983C3.35298 16.194 3.63913 16.3125 3.9375 16.3125H11.8125C12.1109 16.3125 12.397 16.194 12.608 15.983C12.819 15.772 12.9375 15.4859 12.9375 15.1875V14.0625H14.0625C14.3609 14.0625 14.647 13.944 14.858 13.733C15.069 13.522 15.1875 13.2359 15.1875 12.9375V5.0625C15.1876 4.98861 15.1731 4.91543 15.1448 4.84715C15.1166 4.77886 15.0752 4.71681 15.023 4.66453ZM11.8125 15.1875H3.9375V5.0625H9.32977L11.8125 7.54523V13.4887C11.8125 13.493 11.8125 13.4965 11.8125 13.5C11.8125 13.5035 11.8125 13.507 11.8125 13.5113V15.1875ZM14.0625 12.9375H12.9375V7.3125C12.9376 7.23861 12.9231 7.16543 12.8948 7.09715C12.8666 7.02886 12.8252 6.96681 12.773 6.91453L9.96047 4.10203C9.90819 4.04981 9.84614 4.0084 9.77785 3.98017C9.70957 3.95194 9.63639 3.93744 9.5625 3.9375H6.1875V2.8125H11.5798L14.0625 5.29523V12.9375ZM10.125 10.6875C10.125 10.8367 10.0657 10.9798 9.96025 11.0852C9.85476 11.1907 9.71168 11.25 9.5625 11.25H6.1875C6.03832 11.25 5.89524 11.1907 5.78975 11.0852C5.68426 10.9798 5.625 10.8367 5.625 10.6875C5.625 10.5383 5.68426 10.3952 5.78975 10.2898C5.89524 10.1843 6.03832 10.125 6.1875 10.125H9.5625C9.71168 10.125 9.85476 10.1843 9.96025 10.2898C10.0657 10.3952 10.125 10.5383 10.125 10.6875ZM10.125 12.9375C10.125 13.0867 10.0657 13.2298 9.96025 13.3352C9.85476 13.4407 9.71168 13.5 9.5625 13.5H6.1875C6.03832 13.5 5.89524 13.4407 5.78975 13.3352C5.68426 13.2298 5.625 13.0867 5.625 12.9375C5.625 12.7883 5.68426 12.6452 5.78975 12.5398C5.89524 12.4343 6.03832 12.375 6.1875 12.375H9.5625C9.71168 12.375 9.85476 12.4343 9.96025 12.5398C10.0657 12.6452 10.125 12.7883 10.125 12.9375Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
package/icons/filter.vue
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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="M10.0991 3.62619C10.0991 3.14308 10.4908 2.75143 10.9739 2.75143C11.457 2.75143 11.8486 3.14308 11.8486 3.62619C11.8486 4.10931 11.457 4.50095 10.9739 4.50095C10.4908 4.50095 10.0991 4.10931 10.0991 3.62619ZM9.12203 4.15173H1.52681C1.23694 4.15173 1.00195 3.91674 1.00195 3.62687C1.00195 3.33701 1.23694 3.10202 1.52681 3.10202H9.12164C9.34988 2.29392 10.0927 1.70172 10.9739 1.70172C11.855 1.70172 12.5979 2.29392 12.8261 3.10202H14.4752C14.765 3.10202 15 3.33701 15 3.62687C15 3.91674 14.765 4.15173 14.4752 4.15173H12.8257C12.597 4.95914 11.8545 5.55066 10.9739 5.55066C10.0932 5.55066 9.35072 4.95914 9.12203 4.15173ZM5.72668 6.07518C6.60814 6.07518 7.35119 6.66779 7.57914 7.47633H14.4732C14.7631 7.47633 14.9981 7.71131 14.9981 8.00118C14.9981 8.29105 14.7631 8.52604 14.4732 8.52604H7.57827C7.3493 9.33301 6.60702 9.92412 5.72668 9.92412C4.84634 9.92412 4.10405 9.33301 3.87509 8.52604H1.52681C1.23694 8.52604 1.00195 8.29105 1.00195 8.00118C1.00195 7.71131 1.23694 7.47633 1.52681 7.47633H3.87422C4.10217 6.66779 4.84522 6.07518 5.72668 6.07518ZM5.72668 7.12489C5.24356 7.12489 4.85192 7.51653 4.85192 7.99965C4.85192 8.48276 5.24356 8.87441 5.72668 8.87441C6.20979 8.87441 6.60144 8.48276 6.60144 7.99965C6.60144 7.51653 6.20979 7.12489 5.72668 7.12489ZM12.8257 12.8992C12.5971 13.7067 11.8546 14.2983 10.9739 14.2983C10.0932 14.2983 9.35067 13.7067 9.12201 12.8992H1.52681C1.23694 12.8992 1.00195 12.6643 1.00195 12.3744C1.00195 12.0845 1.23694 11.8495 1.52681 11.8495H9.12167C9.34993 11.0415 10.0927 10.4493 10.9739 10.4493C11.855 10.4493 12.5978 11.0415 12.8261 11.8495H14.4752C14.765 11.8495 15 12.0845 15 12.3744C15 12.6643 14.765 12.8992 14.4752 12.8992H12.8257ZM10.0991 12.3738C10.0991 11.8907 10.4908 11.499 10.9739 11.499C11.457 11.499 11.8486 11.8907 11.8486 12.3738C11.8486 12.8569 11.457 13.2485 10.9739 13.2485C10.4908 13.2485 10.0991 12.8569 10.0991 12.3738Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</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="M10.0991 3.62619C10.0991 3.14308 10.4908 2.75143 10.9739 2.75143C11.457 2.75143 11.8486 3.14308 11.8486 3.62619C11.8486 4.10931 11.457 4.50095 10.9739 4.50095C10.4908 4.50095 10.0991 4.10931 10.0991 3.62619ZM9.12203 4.15173H1.52681C1.23694 4.15173 1.00195 3.91674 1.00195 3.62687C1.00195 3.33701 1.23694 3.10202 1.52681 3.10202H9.12164C9.34988 2.29392 10.0927 1.70172 10.9739 1.70172C11.855 1.70172 12.5979 2.29392 12.8261 3.10202H14.4752C14.765 3.10202 15 3.33701 15 3.62687C15 3.91674 14.765 4.15173 14.4752 4.15173H12.8257C12.597 4.95914 11.8545 5.55066 10.9739 5.55066C10.0932 5.55066 9.35072 4.95914 9.12203 4.15173ZM5.72668 6.07518C6.60814 6.07518 7.35119 6.66779 7.57914 7.47633H14.4732C14.7631 7.47633 14.9981 7.71131 14.9981 8.00118C14.9981 8.29105 14.7631 8.52604 14.4732 8.52604H7.57827C7.3493 9.33301 6.60702 9.92412 5.72668 9.92412C4.84634 9.92412 4.10405 9.33301 3.87509 8.52604H1.52681C1.23694 8.52604 1.00195 8.29105 1.00195 8.00118C1.00195 7.71131 1.23694 7.47633 1.52681 7.47633H3.87422C4.10217 6.66779 4.84522 6.07518 5.72668 6.07518ZM5.72668 7.12489C5.24356 7.12489 4.85192 7.51653 4.85192 7.99965C4.85192 8.48276 5.24356 8.87441 5.72668 8.87441C6.20979 8.87441 6.60144 8.48276 6.60144 7.99965C6.60144 7.51653 6.20979 7.12489 5.72668 7.12489ZM12.8257 12.8992C12.5971 13.7067 11.8546 14.2983 10.9739 14.2983C10.0932 14.2983 9.35067 13.7067 9.12201 12.8992H1.52681C1.23694 12.8992 1.00195 12.6643 1.00195 12.3744C1.00195 12.0845 1.23694 11.8495 1.52681 11.8495H9.12167C9.34993 11.0415 10.0927 10.4493 10.9739 10.4493C11.855 10.4493 12.5978 11.0415 12.8261 11.8495H14.4752C14.765 11.8495 15 12.0845 15 12.3744C15 12.6643 14.765 12.8992 14.4752 12.8992H12.8257ZM10.0991 12.3738C10.0991 11.8907 10.4908 11.499 10.9739 11.499C11.457 11.499 11.8486 11.8907 11.8486 12.3738C11.8486 12.8569 11.457 13.2485 10.9739 13.2485C10.4908 13.2485 10.0991 12.8569 10.0991 12.3738Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
package/icons/flag.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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="M17.854 12.33L16.7026 11.11C16.4289 10.86 16.2685 10.49 16.259 10.08C16.2402 9.63 16.41 9.18 16.7215 8.85L17.854 7.65C18.8355 6.61 19.2036 5.61 18.8921 4.82C18.5901 4.04 17.6558 3.61 16.2779 3.61H6.41564V2.75C6.41564 2.34 6.09476 2 5.70782 2C5.32088 2 5 2.34 5 2.75V21.25C5 21.66 5.32088 22 5.70782 22C6.09476 22 6.41564 21.66 6.41564 21.25V16.37H16.2779C17.6369 16.37 18.5524 15.93 18.8638 15.14C19.1753 14.35 18.8166 13.36 17.854 12.33Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
6
|
-
<script setup lang="ts">
|
|
7
|
-
</script>
|
|
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="M17.854 12.33L16.7026 11.11C16.4289 10.86 16.2685 10.49 16.259 10.08C16.2402 9.63 16.41 9.18 16.7215 8.85L17.854 7.65C18.8355 6.61 19.2036 5.61 18.8921 4.82C18.5901 4.04 17.6558 3.61 16.2779 3.61H6.41564V2.75C6.41564 2.34 6.09476 2 5.70782 2C5.32088 2 5 2.34 5 2.75V21.25C5 21.66 5.32088 22 5.70782 22C6.09476 22 6.41564 21.66 6.41564 21.25V16.37H16.2779C17.6369 16.37 18.5524 15.93 18.8638 15.14C19.1753 14.35 18.8166 13.36 17.854 12.33Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
6
|
+
<script setup lang="ts">
|
|
7
|
+
</script>
|
package/icons/gift.vue
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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
|
-
d="M18.4615 5.60101H15.0885C15.126 5.56801 15.1644 5.53601 15.201 5.50101C15.493 5.23121 15.7283 4.90164 15.8923 4.53293C16.0563 4.16422 16.1453 3.76429 16.1538 3.35816C16.1665 2.91387 16.0917 2.47157 15.934 2.05844C15.7763 1.6453 15.5391 1.27004 15.2369 0.955695C14.9347 0.641347 14.5739 0.394544 14.1767 0.23044C13.7795 0.0663363 13.3542 -0.0116068 12.9269 0.00139604C12.5362 0.0101473 12.1515 0.102674 11.7967 0.273184C11.442 0.443694 11.1249 0.688517 10.8654 0.992327C10.5062 1.42519 10.2143 1.9137 10 2.44023C9.78575 1.9137 9.49377 1.42519 9.13462 0.992327C8.87506 0.688517 8.558 0.443694 8.20327 0.273184C7.84854 0.102674 7.46378 0.0101473 7.07308 0.00139604C6.64584 -0.0116068 6.22055 0.0663363 5.82332 0.23044C5.4261 0.394544 5.06531 0.641347 4.76312 0.955695C4.46094 1.27004 4.22372 1.6453 4.06603 2.05844C3.90835 2.47157 3.83352 2.91387 3.84615 3.35816C3.8547 3.76429 3.94374 4.16422 4.1077 4.53293C4.27166 4.90164 4.50701 5.23121 4.79904 5.50101C4.83558 5.53401 4.87404 5.56601 4.91154 5.60101H1.53846C1.13044 5.60101 0.739122 5.76956 0.450605 6.0696C0.162087 6.36964 0 6.77658 0 7.20089V10.4007C0 10.825 0.162087 11.2319 0.450605 11.532C0.739122 11.832 1.13044 12.0006 1.53846 12.0006V18.4001C1.53846 18.8244 1.70055 19.2314 1.98907 19.5314C2.27758 19.8314 2.6689 20 3.07692 20H16.9231C17.3311 20 17.7224 19.8314 18.0109 19.5314C18.2995 19.2314 18.4615 18.8244 18.4615 18.4001V12.0006C18.8696 12.0006 19.2609 11.832 19.5494 11.532C19.8379 11.2319 20 10.825 20 10.4007V7.20089C20 6.77658 19.8379 6.36964 19.5494 6.0696C19.2609 5.76956 18.8696 5.60101 18.4615 5.60101ZM12.0192 2.05225C12.141 1.91238 12.2893 1.80021 12.4548 1.72278C12.6203 1.64534 12.7993 1.60432 12.9808 1.60228H13.0279C13.2405 1.60367 13.4508 1.64918 13.6463 1.73615C13.8419 1.82312 14.0187 1.9498 14.1666 2.10876C14.3144 2.26773 14.4303 2.45579 14.5074 2.66191C14.5844 2.86804 14.6211 3.08809 14.6154 3.30917C14.6134 3.49785 14.574 3.68408 14.4995 3.85615C14.4251 4.02823 14.3172 4.18244 14.1827 4.3091C13.2702 5.14904 11.7558 5.44502 10.8173 5.54901C10.9327 4.49008 11.25 2.95119 12.0192 2.05225ZM5.85673 2.08825C6.15475 1.77836 6.55837 1.60335 6.97981 1.60128H7.02692C7.20836 1.60332 7.38744 1.64434 7.55291 1.72178C7.71838 1.79921 7.86667 1.91138 7.98846 2.05125C8.79519 2.99919 9.07981 4.57108 9.17981 5.54301C8.24519 5.44302 6.73365 5.14304 5.82212 4.3041C5.68762 4.17744 5.57975 4.02323 5.50529 3.85115C5.43083 3.67908 5.39138 3.49285 5.38942 3.30417C5.38346 3.07942 5.42147 2.85575 5.50113 2.64673C5.5808 2.43772 5.70047 2.24772 5.85288 2.08825H5.85673ZM1.53846 7.20089H9.23077V10.4007H1.53846V7.20089ZM3.07692 12.0006H9.23077V18.4001H3.07692V12.0006ZM16.9231 18.4001H10.7692V12.0006H16.9231V18.4001ZM18.4615 10.4007H10.7692V7.20089H18.4615V10.4007Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
</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
|
+
d="M18.4615 5.60101H15.0885C15.126 5.56801 15.1644 5.53601 15.201 5.50101C15.493 5.23121 15.7283 4.90164 15.8923 4.53293C16.0563 4.16422 16.1453 3.76429 16.1538 3.35816C16.1665 2.91387 16.0917 2.47157 15.934 2.05844C15.7763 1.6453 15.5391 1.27004 15.2369 0.955695C14.9347 0.641347 14.5739 0.394544 14.1767 0.23044C13.7795 0.0663363 13.3542 -0.0116068 12.9269 0.00139604C12.5362 0.0101473 12.1515 0.102674 11.7967 0.273184C11.442 0.443694 11.1249 0.688517 10.8654 0.992327C10.5062 1.42519 10.2143 1.9137 10 2.44023C9.78575 1.9137 9.49377 1.42519 9.13462 0.992327C8.87506 0.688517 8.558 0.443694 8.20327 0.273184C7.84854 0.102674 7.46378 0.0101473 7.07308 0.00139604C6.64584 -0.0116068 6.22055 0.0663363 5.82332 0.23044C5.4261 0.394544 5.06531 0.641347 4.76312 0.955695C4.46094 1.27004 4.22372 1.6453 4.06603 2.05844C3.90835 2.47157 3.83352 2.91387 3.84615 3.35816C3.8547 3.76429 3.94374 4.16422 4.1077 4.53293C4.27166 4.90164 4.50701 5.23121 4.79904 5.50101C4.83558 5.53401 4.87404 5.56601 4.91154 5.60101H1.53846C1.13044 5.60101 0.739122 5.76956 0.450605 6.0696C0.162087 6.36964 0 6.77658 0 7.20089V10.4007C0 10.825 0.162087 11.2319 0.450605 11.532C0.739122 11.832 1.13044 12.0006 1.53846 12.0006V18.4001C1.53846 18.8244 1.70055 19.2314 1.98907 19.5314C2.27758 19.8314 2.6689 20 3.07692 20H16.9231C17.3311 20 17.7224 19.8314 18.0109 19.5314C18.2995 19.2314 18.4615 18.8244 18.4615 18.4001V12.0006C18.8696 12.0006 19.2609 11.832 19.5494 11.532C19.8379 11.2319 20 10.825 20 10.4007V7.20089C20 6.77658 19.8379 6.36964 19.5494 6.0696C19.2609 5.76956 18.8696 5.60101 18.4615 5.60101ZM12.0192 2.05225C12.141 1.91238 12.2893 1.80021 12.4548 1.72278C12.6203 1.64534 12.7993 1.60432 12.9808 1.60228H13.0279C13.2405 1.60367 13.4508 1.64918 13.6463 1.73615C13.8419 1.82312 14.0187 1.9498 14.1666 2.10876C14.3144 2.26773 14.4303 2.45579 14.5074 2.66191C14.5844 2.86804 14.6211 3.08809 14.6154 3.30917C14.6134 3.49785 14.574 3.68408 14.4995 3.85615C14.4251 4.02823 14.3172 4.18244 14.1827 4.3091C13.2702 5.14904 11.7558 5.44502 10.8173 5.54901C10.9327 4.49008 11.25 2.95119 12.0192 2.05225ZM5.85673 2.08825C6.15475 1.77836 6.55837 1.60335 6.97981 1.60128H7.02692C7.20836 1.60332 7.38744 1.64434 7.55291 1.72178C7.71838 1.79921 7.86667 1.91138 7.98846 2.05125C8.79519 2.99919 9.07981 4.57108 9.17981 5.54301C8.24519 5.44302 6.73365 5.14304 5.82212 4.3041C5.68762 4.17744 5.57975 4.02323 5.50529 3.85115C5.43083 3.67908 5.39138 3.49285 5.38942 3.30417C5.38346 3.07942 5.42147 2.85575 5.50113 2.64673C5.5808 2.43772 5.70047 2.24772 5.85288 2.08825H5.85673ZM1.53846 7.20089H9.23077V10.4007H1.53846V7.20089ZM3.07692 12.0006H9.23077V18.4001H3.07692V12.0006ZM16.9231 18.4001H10.7692V12.0006H16.9231V18.4001ZM18.4615 10.4007H10.7692V7.20089H18.4615V10.4007Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
package/icons/globe.vue
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M6.89027 2.1533C4.30223 2.64152 2.30621 4.80563 2.07285 7.475H5.02171C5.20164 5.57197 5.84478 3.74533 6.89027 2.1533ZM8.00002 0.999985C4.13402 0.999985 1 4.134 1 8C1 11.866 4.13402 15 8.00002 15C11.866 15 15 11.866 15 8C15 4.134 11.866 0.999985 8.00002 0.999985ZM9.10977 2.15329C10.1553 3.74533 10.7984 5.57197 10.9783 7.475H13.9272C13.6938 4.80563 11.6978 2.64152 9.10977 2.15329ZM9.92318 7.475C9.7326 5.64189 9.06956 3.88997 8.00002 2.3907C6.93048 3.88997 6.26744 5.64189 6.07686 7.475H9.92318ZM6.07686 8.52501H9.92318C9.7326 10.3581 9.06956 12.11 8.00002 13.6093C6.93048 12.11 6.26744 10.3581 6.07686 8.52501ZM5.02171 8.52501H2.07285C2.30621 11.1944 4.30223 13.3585 6.89027 13.8467C5.84478 12.2547 5.20164 10.428 5.02171 8.52501ZM9.10977 13.8467C10.1553 12.2547 10.7984 10.428 10.9783 8.52501H13.9272C13.6938 11.1944 11.6978 13.3585 9.10977 13.8467Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M6.89027 2.1533C4.30223 2.64152 2.30621 4.80563 2.07285 7.475H5.02171C5.20164 5.57197 5.84478 3.74533 6.89027 2.1533ZM8.00002 0.999985C4.13402 0.999985 1 4.134 1 8C1 11.866 4.13402 15 8.00002 15C11.866 15 15 11.866 15 8C15 4.134 11.866 0.999985 8.00002 0.999985ZM9.10977 2.15329C10.1553 3.74533 10.7984 5.57197 10.9783 7.475H13.9272C13.6938 4.80563 11.6978 2.64152 9.10977 2.15329ZM9.92318 7.475C9.7326 5.64189 9.06956 3.88997 8.00002 2.3907C6.93048 3.88997 6.26744 5.64189 6.07686 7.475H9.92318ZM6.07686 8.52501H9.92318C9.7326 10.3581 9.06956 12.11 8.00002 13.6093C6.93048 12.11 6.26744 10.3581 6.07686 8.52501ZM5.02171 8.52501H2.07285C2.30621 11.1944 4.30223 13.3585 6.89027 13.8467C5.84478 12.2547 5.20164 10.428 5.02171 8.52501ZM9.10977 13.8467C10.1553 12.2547 10.7984 10.428 10.9783 8.52501H13.9272C13.6938 11.1944 11.6978 13.3585 9.10977 13.8467Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
package/icons/google.vue
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<script lang="ts" setup>
|
|
4
|
-
</script>
|
|
5
|
-
|
|
6
|
-
<template>
|
|
7
|
-
<svg
|
|
8
|
-
width="32"
|
|
9
|
-
height="32"
|
|
10
|
-
viewBox="0 0 32 32"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
>
|
|
14
|
-
<rect
|
|
15
|
-
x="0.5"
|
|
16
|
-
y="0.5"
|
|
17
|
-
width="31"
|
|
18
|
-
height="31"
|
|
19
|
-
rx="5.5"
|
|
20
|
-
stroke="#9DA3AC"
|
|
21
|
-
/>
|
|
22
|
-
<path
|
|
23
|
-
d="M26.501 16.2332C26.501 15.3699 26.4296 14.7399 26.2748 14.0865H16.2153V17.9832H22.12C22.001 18.9515 21.3582 20.4099 19.9296 21.3898L19.9096 21.5203L23.0902 23.935L23.3106 23.9565C25.3343 22.1249 26.501 19.4298 26.501 16.2332Z"
|
|
24
|
-
fill="#4285F4"
|
|
25
|
-
/>
|
|
26
|
-
<path
|
|
27
|
-
d="M16.2147 26.5C19.1075 26.5 21.5361 25.5666 23.3099 23.9566L19.929 21.3898C19.0242 22.0082 17.8099 22.4399 16.2147 22.4399C13.3814 22.4399 10.9767 20.6082 10.1195 18.0765L9.99382 18.087L6.68656 20.5954L6.64331 20.7132C8.40519 24.1432 12.0242 26.5 16.2147 26.5Z"
|
|
28
|
-
fill="#34A853"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M10.12 18.0766C9.89379 17.4233 9.76289 16.7232 9.76289 15.9999C9.76289 15.2765 9.89379 14.5766 10.1081 13.9232L10.1021 13.7841L6.75337 11.2355L6.64381 11.2865C5.91765 12.7099 5.50098 14.3083 5.50098 15.9999C5.50098 17.6916 5.91765 19.2899 6.64381 20.7132L10.12 18.0766Z"
|
|
32
|
-
fill="#FBBC05"
|
|
33
|
-
/>
|
|
34
|
-
<path
|
|
35
|
-
d="M16.2148 9.55997C18.2267 9.55997 19.5838 10.4116 20.3576 11.1233L23.3814 8.23C21.5243 6.53834 19.1076 5.5 16.2148 5.5C12.0243 5.5 8.4052 7.85665 6.64331 11.2866L10.1076 13.9233C10.9767 11.3917 13.3815 9.55997 16.2148 9.55997Z"
|
|
36
|
-
fill="#EB4335"
|
|
37
|
-
/>
|
|
38
|
-
</svg>
|
|
39
|
-
</template>
|
|
40
|
-
|
|
41
|
-
<style scoped></style>
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
<script lang="ts" setup>
|
|
4
|
+
</script>
|
|
5
|
+
|
|
6
|
+
<template>
|
|
7
|
+
<svg
|
|
8
|
+
width="32"
|
|
9
|
+
height="32"
|
|
10
|
+
viewBox="0 0 32 32"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
>
|
|
14
|
+
<rect
|
|
15
|
+
x="0.5"
|
|
16
|
+
y="0.5"
|
|
17
|
+
width="31"
|
|
18
|
+
height="31"
|
|
19
|
+
rx="5.5"
|
|
20
|
+
stroke="#9DA3AC"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M26.501 16.2332C26.501 15.3699 26.4296 14.7399 26.2748 14.0865H16.2153V17.9832H22.12C22.001 18.9515 21.3582 20.4099 19.9296 21.3898L19.9096 21.5203L23.0902 23.935L23.3106 23.9565C25.3343 22.1249 26.501 19.4298 26.501 16.2332Z"
|
|
24
|
+
fill="#4285F4"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
d="M16.2147 26.5C19.1075 26.5 21.5361 25.5666 23.3099 23.9566L19.929 21.3898C19.0242 22.0082 17.8099 22.4399 16.2147 22.4399C13.3814 22.4399 10.9767 20.6082 10.1195 18.0765L9.99382 18.087L6.68656 20.5954L6.64331 20.7132C8.40519 24.1432 12.0242 26.5 16.2147 26.5Z"
|
|
28
|
+
fill="#34A853"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M10.12 18.0766C9.89379 17.4233 9.76289 16.7232 9.76289 15.9999C9.76289 15.2765 9.89379 14.5766 10.1081 13.9232L10.1021 13.7841L6.75337 11.2355L6.64381 11.2865C5.91765 12.7099 5.50098 14.3083 5.50098 15.9999C5.50098 17.6916 5.91765 19.2899 6.64381 20.7132L10.12 18.0766Z"
|
|
32
|
+
fill="#FBBC05"
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
d="M16.2148 9.55997C18.2267 9.55997 19.5838 10.4116 20.3576 11.1233L23.3814 8.23C21.5243 6.53834 19.1076 5.5 16.2148 5.5C12.0243 5.5 8.4052 7.85665 6.64331 11.2866L10.1076 13.9233C10.9767 11.3917 13.3815 9.55997 16.2148 9.55997Z"
|
|
36
|
+
fill="#EB4335"
|
|
37
|
+
/>
|
|
38
|
+
</svg>
|
|
39
|
+
</template>
|
|
40
|
+
|
|
41
|
+
<style scoped></style>
|