@reapit/elements 5.0.0-beta.1 → 5.0.0-beta.3
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/dist/cjs/components/accordion/accordion.d.ts +2 -1
- package/dist/cjs/components/accordion/accordion.stories.d.ts +8 -0
- package/dist/cjs/components/avatar/avatar.stories.d.ts +15 -0
- package/dist/cjs/components/badge/badge.stories.d.ts +12 -0
- package/dist/cjs/components/breadcrumb/breadcrumb.stories.d.ts +12 -0
- package/dist/cjs/components/button/button.d.ts +0 -11
- package/dist/cjs/components/button/button.stories.d.ts +50 -0
- package/dist/cjs/components/card/__styles__/index.d.ts +0 -6
- package/dist/cjs/components/card/card-components.d.ts +0 -8
- package/dist/cjs/components/card/card.d.ts +0 -5
- package/dist/cjs/components/card/card.stories.d.ts +34 -0
- package/dist/cjs/components/chip/chip.stories.d.ts +12 -0
- package/dist/cjs/components/drawer/drawer.stories.d.ts +17 -0
- package/dist/cjs/components/file-input/file-input.stories.d.ts +11 -0
- package/dist/cjs/components/form-layout/form-layout.stories.d.ts +12 -0
- package/dist/cjs/components/grid/grid.stories.d.ts +26 -0
- package/dist/cjs/components/icon/__styles__/index.d.ts +0 -6
- package/dist/cjs/components/icon/icon-component.d.ts +2 -5
- package/dist/cjs/components/icon/icon.stories.d.ts +21 -0
- package/dist/cjs/components/input/input.stories.d.ts +67 -0
- package/dist/cjs/components/input-add-on/input-add-on.stories.d.ts +15 -0
- package/dist/cjs/components/input-error/input-error.d.ts +1 -2
- package/dist/cjs/components/input-error/input-error.stories.d.ts +8 -0
- package/dist/cjs/components/input-group/input-group.stories.d.ts +58 -0
- package/dist/cjs/components/key-value-list/key-value-list.stories.d.ts +12 -0
- package/dist/cjs/components/label/label.stories.d.ts +9 -0
- package/dist/cjs/components/layout/__styles__/index.d.ts +0 -1
- package/dist/cjs/components/layout/layout.d.ts +0 -1
- package/dist/cjs/components/layout/layout.stories.d.ts +33 -0
- package/dist/cjs/components/loader/loader.stories.d.ts +17 -0
- package/dist/cjs/components/mobile-controls/mobile-controls.stories.d.ts +9 -0
- package/dist/cjs/components/modal/modal.stories.d.ts +21 -0
- package/dist/cjs/components/multi-select/multi-select.stories.d.ts +15 -0
- package/dist/cjs/components/nav/nav-responsive.d.ts +0 -5
- package/dist/cjs/components/nav/nav.stories.d.ts +18 -0
- package/dist/cjs/components/page-header/page-header.stories.d.ts +9 -0
- package/dist/cjs/components/pagination/pagination.stories.d.ts +15 -0
- package/dist/cjs/components/persistent-notification/persistent-notification.stories.d.ts +45 -0
- package/dist/cjs/components/placeholder-image/images/index.d.ts +2 -2
- package/dist/cjs/components/placeholder-image/images/placeholder-images/placeholderLarge.d.ts +1 -1
- package/dist/cjs/components/placeholder-image/images/placeholder-images/placeholderSmall.d.ts +1 -1
- package/dist/cjs/components/placeholder-image/placeholder-image.stories.d.ts +12 -0
- package/dist/cjs/components/progress-bar/progress-bar.stories.d.ts +22 -0
- package/dist/cjs/components/searchable-dropdown/searchable-dropdown.d.ts +2 -2
- package/dist/cjs/components/searchable-dropdown/searchable-dropdown.stories.d.ts +25 -0
- package/dist/cjs/components/secondary-nav/secondary-nav.stories.d.ts +12 -0
- package/dist/cjs/components/select/select.stories.d.ts +12 -0
- package/dist/cjs/components/snack/snack.stories.d.ts +45 -0
- package/dist/cjs/components/snack/use-snack-hook.story-component.d.ts +1 -0
- package/dist/cjs/components/status-indicator/status-indicator.stories.d.ts +38 -0
- package/dist/cjs/components/steps/steps.stories.d.ts +24 -0
- package/dist/cjs/components/table/table.stories.d.ts +248 -0
- package/dist/cjs/components/tabs/tabs.stories.d.ts +22 -0
- package/dist/cjs/components/tag/tag.stories.d.ts +40 -0
- package/dist/cjs/components/textarea/textarea.stories.d.ts +15 -0
- package/dist/cjs/components/tile/tile.stories.d.ts +15 -0
- package/dist/cjs/components/toggle/toggle.stories.d.ts +28 -0
- package/dist/cjs/components/tool-tip/tooltip.stories.d.ts +12 -0
- package/dist/cjs/components/typography/typography.stories.d.ts +36 -0
- package/dist/cjs/hooks/use-media-query/media.stories.d.ts +16 -3
- package/dist/cjs/hooks/use-media-query/media.story-component.d.ts +2 -0
- package/dist/cjs/hooks/use-portal/use-portal.stories.d.ts +13 -0
- package/dist/cjs/icons/index.d.ts +0 -1
- package/dist/cjs/index.d.ts +0 -1
- package/dist/cjs/index.js +10 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/storybook/render-html-markup.d.ts +5 -8
- package/dist/cjs/styles/flexbox.stories.d.ts +116 -0
- package/dist/cjs/styles/theming.stories.d.ts +7 -0
- package/dist/cjs/styles/utilities.stories.d.ts +16 -0
- package/dist/esm/assets/{asset-a67729a7 → asset-5a3e61e0} +0 -1
- package/dist/esm/components/accordion/accordion.d.ts +2 -1
- package/dist/esm/components/accordion/accordion.stories.d.ts +8 -0
- package/dist/esm/components/avatar/avatar.stories.d.ts +15 -0
- package/dist/esm/components/badge/badge.stories.d.ts +12 -0
- package/dist/esm/components/breadcrumb/breadcrumb.stories.d.ts +12 -0
- package/dist/esm/components/button/button.d.ts +0 -11
- package/dist/esm/components/button/button.stories.d.ts +50 -0
- package/dist/esm/components/card/__styles__/index.d.ts +0 -6
- package/dist/esm/components/card/card-components.d.ts +0 -8
- package/dist/esm/components/card/card.d.ts +0 -5
- package/dist/esm/components/card/card.stories.d.ts +34 -0
- package/dist/esm/components/chip/chip.stories.d.ts +12 -0
- package/dist/esm/components/drawer/drawer.stories.d.ts +17 -0
- package/dist/esm/components/file-input/file-input.stories.d.ts +11 -0
- package/dist/esm/components/form-layout/form-layout.stories.d.ts +12 -0
- package/dist/esm/components/grid/grid.stories.d.ts +26 -0
- package/dist/esm/components/icon/__styles__/index.d.ts +0 -6
- package/dist/esm/components/icon/icon-component.d.ts +2 -5
- package/dist/esm/components/icon/icon.stories.d.ts +21 -0
- package/dist/esm/components/input/input.stories.d.ts +67 -0
- package/dist/esm/components/input-add-on/input-add-on.stories.d.ts +15 -0
- package/dist/esm/components/input-error/input-error.d.ts +1 -2
- package/dist/esm/components/input-error/input-error.stories.d.ts +8 -0
- package/dist/esm/components/input-group/input-group.stories.d.ts +58 -0
- package/dist/esm/components/key-value-list/key-value-list.stories.d.ts +12 -0
- package/dist/esm/components/label/label.stories.d.ts +9 -0
- package/dist/esm/components/layout/__styles__/index.d.ts +0 -1
- package/dist/esm/components/layout/layout.d.ts +0 -1
- package/dist/esm/components/layout/layout.stories.d.ts +33 -0
- package/dist/esm/components/loader/loader.stories.d.ts +17 -0
- package/dist/esm/components/mobile-controls/mobile-controls.stories.d.ts +9 -0
- package/dist/esm/components/modal/modal.stories.d.ts +21 -0
- package/dist/esm/components/multi-select/multi-select.stories.d.ts +15 -0
- package/dist/esm/components/nav/nav-responsive.d.ts +0 -5
- package/dist/esm/components/nav/nav.stories.d.ts +18 -0
- package/dist/esm/components/page-header/page-header.stories.d.ts +9 -0
- package/dist/esm/components/pagination/pagination.stories.d.ts +15 -0
- package/dist/esm/components/persistent-notification/persistent-notification.stories.d.ts +45 -0
- package/dist/esm/components/placeholder-image/images/index.d.ts +2 -2
- package/dist/esm/components/placeholder-image/images/placeholder-images/placeholderLarge.d.ts +1 -1
- package/dist/esm/components/placeholder-image/images/placeholder-images/placeholderSmall.d.ts +1 -1
- package/dist/esm/components/placeholder-image/placeholder-image.stories.d.ts +12 -0
- package/dist/esm/components/progress-bar/progress-bar.stories.d.ts +22 -0
- package/dist/esm/components/searchable-dropdown/searchable-dropdown.d.ts +2 -2
- package/dist/esm/components/searchable-dropdown/searchable-dropdown.stories.d.ts +25 -0
- package/dist/esm/components/secondary-nav/secondary-nav.stories.d.ts +12 -0
- package/dist/esm/components/select/select.stories.d.ts +12 -0
- package/dist/esm/components/snack/snack.stories.d.ts +45 -0
- package/dist/esm/components/snack/use-snack-hook.story-component.d.ts +1 -0
- package/dist/esm/components/status-indicator/status-indicator.stories.d.ts +38 -0
- package/dist/esm/components/steps/steps.stories.d.ts +24 -0
- package/dist/esm/components/table/table.stories.d.ts +248 -0
- package/dist/esm/components/tabs/tabs.stories.d.ts +22 -0
- package/dist/esm/components/tag/tag.stories.d.ts +40 -0
- package/dist/esm/components/textarea/textarea.stories.d.ts +15 -0
- package/dist/esm/components/tile/tile.stories.d.ts +15 -0
- package/dist/esm/components/toggle/toggle.stories.d.ts +28 -0
- package/dist/esm/components/tool-tip/tooltip.stories.d.ts +12 -0
- package/dist/esm/components/typography/typography.stories.d.ts +36 -0
- package/dist/esm/hooks/use-media-query/media.stories.d.ts +16 -3
- package/dist/esm/hooks/use-media-query/media.story-component.d.ts +2 -0
- package/dist/esm/hooks/use-portal/use-portal.stories.d.ts +13 -0
- package/dist/esm/icons/index.d.ts +0 -1
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.js +10 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/storybook/render-html-markup.d.ts +5 -8
- package/dist/esm/styles/flexbox.stories.d.ts +116 -0
- package/dist/esm/styles/theming.stories.d.ts +7 -0
- package/dist/esm/styles/utilities.stories.d.ts +16 -0
- package/dist/index.css +6 -21
- package/package.json +37 -44
- package/assets/animated-icons/docsAnimated1.svg +0 -24
- package/assets/animated-icons/docsAnimated2.svg +0 -17
- package/assets/animated-icons/webhooksAnimated1.svg +0 -14
- package/assets/animated-icons/webhooksAnimated2.svg +0 -14
- package/assets/animated-icons/webhooksDocsAnimated1.svg +0 -26
- package/assets/animated-icons/webhooksDocsAnimated2.svg +0 -19
- package/assets/animated-icons/welcomeAnimated1.svg +0 -22
- package/assets/animated-icons/welcomeAnimated2.svg +0 -22
- package/assets/infographic-icons/agencyCloudInfographic.svg +0 -13
- package/assets/infographic-icons/apiDocsInfographic.svg +0 -12
- package/assets/infographic-icons/apiInfographic.svg +0 -12
- package/assets/infographic-icons/appCategoryInfographic.svg +0 -10
- package/assets/infographic-icons/appInfographic.svg +0 -8
- package/assets/infographic-icons/appInfographicAlt.svg +0 -14
- package/assets/infographic-icons/appMarketDarkInfographic.svg +0 -22
- package/assets/infographic-icons/appMarketInfographic.svg +0 -22
- package/assets/infographic-icons/appSettingsAuthDarkInfographic.svg +0 -14
- package/assets/infographic-icons/appSettingsAuthInfographic.svg +0 -14
- package/assets/infographic-icons/appTypeInfographic.svg +0 -11
- package/assets/infographic-icons/applicantInfographic.svg +0 -17
- package/assets/infographic-icons/authenticatedInfographic.svg +0 -29
- package/assets/infographic-icons/barnInfographic.svg +0 -16
- package/assets/infographic-icons/bungalowInfographic.svg +0 -7
- package/assets/infographic-icons/codeInfographic.svg +0 -5
- package/assets/infographic-icons/cottageInfographic.svg +0 -19
- package/assets/infographic-icons/crmInfographic.svg +0 -15
- package/assets/infographic-icons/customerInfographic.svg +0 -18
- package/assets/infographic-icons/designInfographic.svg +0 -20
- package/assets/infographic-icons/developerAppsInfographic.svg +0 -35
- package/assets/infographic-icons/developmentInfographic.svg +0 -13
- package/assets/infographic-icons/devicesInfographic.svg +0 -10
- package/assets/infographic-icons/docsInfographic.svg +0 -20
- package/assets/infographic-icons/doorLockInfographic.svg +0 -7
- package/assets/infographic-icons/editAppCancelInfographic.svg +0 -13
- package/assets/infographic-icons/editAppInfographic.svg +0 -18
- package/assets/infographic-icons/elementsInfographic.svg +0 -16
- package/assets/infographic-icons/farmInfographic.svg +0 -21
- package/assets/infographic-icons/feedAltInfographic.svg +0 -8
- package/assets/infographic-icons/feedInfographic.svg +0 -8
- package/assets/infographic-icons/flatInfographic.svg +0 -22
- package/assets/infographic-icons/foundationsCustomerInfographic.svg +0 -33
- package/assets/infographic-icons/globeInfographic.svg +0 -20
- package/assets/infographic-icons/graphQlInfographic.svg +0 -10
- package/assets/infographic-icons/houseInfographic.svg +0 -13
- package/assets/infographic-icons/htmlInfographic.svg +0 -8
- package/assets/infographic-icons/landInfographic.svg +0 -12
- package/assets/infographic-icons/landlordInfographic.svg +0 -14
- package/assets/infographic-icons/leadGenerationInfographic.svg +0 -28
- package/assets/infographic-icons/listInfographic.svg +0 -14
- package/assets/infographic-icons/lockedInfographic.svg +0 -6
- package/assets/infographic-icons/logoKeyInfographic.svg +0 -8
- package/assets/infographic-icons/logoSettingsInfographic.svg +0 -9
- package/assets/infographic-icons/mailInfographic.svg +0 -4
- package/assets/infographic-icons/maisonetteInfographic.svg +0 -17
- package/assets/infographic-icons/manageAppListingInfographic.svg +0 -17
- package/assets/infographic-icons/manageWebhooksInfographic.svg +0 -14
- package/assets/infographic-icons/marketingInfographic.svg +0 -23
- package/assets/infographic-icons/marketplaceAppACInfographic.svg +0 -18
- package/assets/infographic-icons/myAppsInfographic.svg +0 -18
- package/assets/infographic-icons/newCustomerInfographic.svg +0 -46
- package/assets/infographic-icons/phoneInfographic.svg +0 -12
- package/assets/infographic-icons/platformApiInfographic.svg +0 -19
- package/assets/infographic-icons/productivityInfographic.svg +0 -16
- package/assets/infographic-icons/propTechInfographic.svg +0 -22
- package/assets/infographic-icons/propertyManagementInfographic.svg +0 -23
- package/assets/infographic-icons/reapitConnectInfographic.svg +0 -17
- package/assets/infographic-icons/reapitConnectSettingsDevicesDarkInfographic.svg +0 -30
- package/assets/infographic-icons/reapitConnectSettingsDevicesInfographic.svg +0 -30
- package/assets/infographic-icons/reapitLogoInfographic.svg +0 -12
- package/assets/infographic-icons/reapitLogoSmallInfographic.svg +0 -9
- package/assets/infographic-icons/reapitUserInfographic.svg +0 -39
- package/assets/infographic-icons/refreshInfographic.svg +0 -6
- package/assets/infographic-icons/reportInfographic.svg +0 -6
- package/assets/infographic-icons/reportingInfographic.svg +0 -8
- package/assets/infographic-icons/salesProgressionInfographic.svg +0 -22
- package/assets/infographic-icons/selectInfographic.svg +0 -10
- package/assets/infographic-icons/serverInfographic.svg +0 -5
- package/assets/infographic-icons/sharedEntitiesInfographic.svg +0 -32
- package/assets/infographic-icons/shieldInfographic.svg +0 -12
- package/assets/infographic-icons/userAuthInfographic.svg +0 -33
- package/assets/infographic-icons/userDeviceInfographic.svg +0 -34
- package/assets/infographic-icons/userHouseInfographic.svg +0 -10
- package/assets/infographic-icons/userInfographic.svg +0 -31
- package/assets/infographic-icons/utilityRegistrationInfographic.svg +0 -15
- package/assets/infographic-icons/vendorInfographic.svg +0 -25
- package/assets/infographic-icons/webDeveloperInfographic.svg +0 -48
- package/assets/infographic-icons/webDeveloperInfographicAlt.svg +0 -23
- package/assets/infographic-icons/webInfographic.svg +0 -12
- package/assets/infographic-icons/webhooksDocsInfographic.svg +0 -19
- package/assets/infographic-icons/webhooksInfographic.svg +0 -11
- package/assets/infographic-icons/welcomeInfographic.svg +0 -19
- package/assets/menu-icons/accountMenu.svg +0 -5
- package/assets/menu-icons/analyticsMenu.svg +0 -9
- package/assets/menu-icons/apiMenu.svg +0 -5
- package/assets/menu-icons/appLauncherMenu.svg +0 -12
- package/assets/menu-icons/appsMenu.svg +0 -7
- package/assets/menu-icons/dataMenu.svg +0 -6
- package/assets/menu-icons/defaultMenu.svg +0 -5
- package/assets/menu-icons/desktopMenu.svg +0 -4
- package/assets/menu-icons/developersMenu.svg +0 -4
- package/assets/menu-icons/docsMenu.svg +0 -6
- package/assets/menu-icons/hamburgerMenu.svg +0 -13
- package/assets/menu-icons/hamburgerOpenMenu.svg +0 -11
- package/assets/menu-icons/helpMenu.svg +0 -4
- package/assets/menu-icons/installedMenu.svg +0 -4
- package/assets/menu-icons/logoutMenu.svg +0 -4
- package/assets/menu-icons/manageMenu.svg +0 -5
- package/assets/menu-icons/mapMenu.svg +0 -10
- package/assets/menu-icons/marketplaceMenu.svg +0 -4
- package/assets/menu-icons/myAccountMenu.svg +0 -5
- package/assets/menu-icons/officesMenu.svg +0 -6
- package/assets/menu-icons/paymentsMenu.svg +0 -6
- package/assets/menu-icons/profileMenu.svg +0 -4
- package/assets/menu-icons/reapitLogoMenu.svg +0 -12
- package/assets/menu-icons/reapitLogoSelectedMenu.svg +0 -12
- package/assets/menu-icons/reapitLogoTextMenu.svg +0 -12
- package/assets/menu-icons/resultsMenu.svg +0 -9
- package/assets/menu-icons/searchMenu.svg +0 -4
- package/assets/menu-icons/supportMenu.svg +0 -6
- package/assets/menu-icons/uiMenu.svg +0 -7
- package/assets/menu-icons/usersMenu.svg +0 -4
- package/assets/menu-icons/webhooksMenu.svg +0 -8
- package/assets/system-icons/addSolidSystem.svg +0 -3
- package/assets/system-icons/addSystem.svg +0 -3
- package/assets/system-icons/arrowDownSolidSystem.svg +0 -3
- package/assets/system-icons/arrowDownSystem.svg +0 -3
- package/assets/system-icons/arrowLeftSolidSystem.svg +0 -3
- package/assets/system-icons/arrowLeftSystem.svg +0 -3
- package/assets/system-icons/arrowRightSolidSystem.svg +0 -3
- package/assets/system-icons/arrowRightSystem.svg +0 -3
- package/assets/system-icons/arrowUpSolidSystem.svg +0 -3
- package/assets/system-icons/arrowUpSystem.svg +0 -3
- package/assets/system-icons/asteriskSolidSystem.svg +0 -3
- package/assets/system-icons/asteriskSystem.svg +0 -3
- package/assets/system-icons/authenticationSolidSystem.svg +0 -3
- package/assets/system-icons/authenticationSystem.svg +0 -4
- package/assets/system-icons/backSolidSystem.svg +0 -3
- package/assets/system-icons/backSystem.svg +0 -3
- package/assets/system-icons/bulletListSolidSystem.svg +0 -8
- package/assets/system-icons/bulletListSystem.svg +0 -3
- package/assets/system-icons/calendarSolidSystem.svg +0 -6
- package/assets/system-icons/calendarSystem.svg +0 -9
- package/assets/system-icons/cancelSolidSystem.svg +0 -3
- package/assets/system-icons/cancelSystem.svg +0 -4
- package/assets/system-icons/carSolidSystem.svg +0 -5
- package/assets/system-icons/carSystem.svg +0 -3
- package/assets/system-icons/checkSolidSystem.svg +0 -3
- package/assets/system-icons/checkSystem.svg +0 -3
- package/assets/system-icons/circleSolidSystem.svg +0 -3
- package/assets/system-icons/circleSystem.svg +0 -3
- package/assets/system-icons/closeSolidSystem.svg +0 -3
- package/assets/system-icons/closeSystem.svg +0 -3
- package/assets/system-icons/cloudSolidSystem.svg +0 -3
- package/assets/system-icons/cloudSystem.svg +0 -3
- package/assets/system-icons/companySolidSystem.svg +0 -3
- package/assets/system-icons/companySystem.svg +0 -3
- package/assets/system-icons/dollarSolidSystem.svg +0 -5
- package/assets/system-icons/dollarSystem.svg +0 -4
- package/assets/system-icons/downSolidSystem.svg +0 -3
- package/assets/system-icons/downSystem.svg +0 -3
- package/assets/system-icons/download.svg +0 -16
- package/assets/system-icons/downloadSolidSystem.svg +0 -4
- package/assets/system-icons/downloadSystem.svg +0 -4
- package/assets/system-icons/editSolidSystem.svg +0 -4
- package/assets/system-icons/editSystem.svg +0 -3
- package/assets/system-icons/emailSolidSystem.svg +0 -4
- package/assets/system-icons/emailSystem.svg +0 -3
- package/assets/system-icons/errorSolidSystem.svg +0 -3
- package/assets/system-icons/errorSystem.svg +0 -4
- package/assets/system-icons/euroSolidSystem.svg +0 -3
- package/assets/system-icons/euroSystem.svg +0 -4
- package/assets/system-icons/favouriteSolidSystem.svg +0 -3
- package/assets/system-icons/favouriteSystem.svg +0 -3
- package/assets/system-icons/filterSolidSystem.svg +0 -5
- package/assets/system-icons/filterSystem.svg +0 -5
- package/assets/system-icons/geoLocationSolidSystem.svg +0 -4
- package/assets/system-icons/geoLocationSystem.svg +0 -4
- package/assets/system-icons/githubSolidSystem.svg +0 -3
- package/assets/system-icons/githubSystem.svg +0 -3
- package/assets/system-icons/hamburgerMenuSolidSystem.svg +0 -5
- package/assets/system-icons/hamburgerMenuSystem.svg +0 -3
- package/assets/system-icons/hideSolidSystem.svg +0 -3
- package/assets/system-icons/hideSystem.svg +0 -3
- package/assets/system-icons/homeSolidSystem.svg +0 -3
- package/assets/system-icons/homeSystem.svg +0 -3
- package/assets/system-icons/infoSolidSystem.svg +0 -3
- package/assets/system-icons/infoSystem.svg +0 -4
- package/assets/system-icons/linkSolidSystem.svg +0 -4
- package/assets/system-icons/linkSystem.svg +0 -4
- package/assets/system-icons/lockSolidSystem.svg +0 -3
- package/assets/system-icons/lockSystem.svg +0 -4
- package/assets/system-icons/messageSolidSystem.svg +0 -3
- package/assets/system-icons/messageSystem.svg +0 -6
- package/assets/system-icons/moreSolidSystem.svg +0 -5
- package/assets/system-icons/moreSystem.svg +0 -5
- package/assets/system-icons/nextSolidSystem.svg +0 -3
- package/assets/system-icons/nextSystem.svg +0 -3
- package/assets/system-icons/paymentSolidSystem.svg +0 -3
- package/assets/system-icons/paymentSystem.svg +0 -3
- package/assets/system-icons/phoneSolidSystem.svg +0 -3
- package/assets/system-icons/phoneSystem.svg +0 -3
- package/assets/system-icons/pinSolidSystem.svg +0 -3
- package/assets/system-icons/pinSystem.svg +0 -3
- package/assets/system-icons/poundSolidSystem.svg +0 -3
- package/assets/system-icons/poundSystem.svg +0 -4
- package/assets/system-icons/previewSystem.svg +0 -4
- package/assets/system-icons/questionSolidSystem.svg +0 -3
- package/assets/system-icons/questionSystem.svg +0 -4
- package/assets/system-icons/refreshSolidSystem.svg +0 -3
- package/assets/system-icons/refreshSystem.svg +0 -3
- package/assets/system-icons/saveSystem.svg +0 -10
- package/assets/system-icons/searchSolidSystem.svg +0 -3
- package/assets/system-icons/searchSystem.svg +0 -3
- package/assets/system-icons/securityTokenSolidSystem.svg +0 -4
- package/assets/system-icons/securityTokenSystem.svg +0 -7
- package/assets/system-icons/settingsSolidSystem.svg +0 -3
- package/assets/system-icons/settingsSystem.svg +0 -4
- package/assets/system-icons/shareSolidSystem.svg +0 -3
- package/assets/system-icons/shareSystem.svg +0 -3
- package/assets/system-icons/sortSolidSystem.svg +0 -4
- package/assets/system-icons/sortSystem.svg +0 -4
- package/assets/system-icons/tickSolidSystem.svg +0 -3
- package/assets/system-icons/tickSystem.svg +0 -3
- package/assets/system-icons/trashSolidSystem.svg +0 -4
- package/assets/system-icons/trashSystem.svg +0 -6
- package/assets/system-icons/upSolidSystem.svg +0 -3
- package/assets/system-icons/upSystem.svg +0 -3
- package/assets/system-icons/usernameSolidSystem.svg +0 -4
- package/assets/system-icons/usernameSystem.svg +0 -3
- package/assets/system-icons/videoSolidSystem.svg +0 -3
- package/assets/system-icons/videoSystem.svg +0 -3
- package/assets/system-icons/viewSolidSystem.svg +0 -4
- package/assets/system-icons/viewSystem.svg +0 -4
- package/assets/system-icons/walkingSolidSystem.svg +0 -4
- package/assets/system-icons/walkingSystem.svg +0 -3
- package/assets/system-icons/warningSolidSystem.svg +0 -3
- package/assets/system-icons/warningSystem.svg +0 -5
- package/dist/cjs/71331a14aae8c896.svg +0 -22
- package/dist/cjs/components/persistant-notification/__styles__/index.d.ts +0 -2
- package/dist/cjs/components/persistant-notification/__tests__/persistent-notification.test.d.ts +0 -1
- package/dist/cjs/components/persistant-notification/index.d.ts +0 -2
- package/dist/cjs/components/persistant-notification/persistent-notification.d.ts +0 -14
- package/dist/cjs/components/snack/use-snack-hook.stories.d.ts +0 -2
- package/dist/cjs/e110dff8980ad1c0.svg +0 -32
- package/dist/cjs/icons/icons-legacy.d.ts +0 -238
- package/dist/esm/71331a14aae8c896.svg +0 -22
- package/dist/esm/components/persistant-notification/__styles__/index.d.ts +0 -2
- package/dist/esm/components/persistant-notification/__tests__/persistent-notification.test.d.ts +0 -1
- package/dist/esm/components/persistant-notification/index.d.ts +0 -2
- package/dist/esm/components/persistant-notification/persistent-notification.d.ts +0 -14
- package/dist/esm/components/snack/use-snack-hook.stories.d.ts +0 -2
- package/dist/esm/e110dff8980ad1c0.svg +0 -32
- package/dist/esm/icons/icons-legacy.d.ts +0 -238
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<svg width="1em" height="1em" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g >
|
|
3
|
-
<path d="M119.024 61.4515L69.9983 44.21L20.9727 61.4515L69.9983 78.9543L119.024 61.4515Z" fill="#798da1"/>
|
|
4
|
-
<path d="M119.022 61.4515L69.9961 44.21V78.9543L119.022 61.4515Z" fill="#9faebc"/>
|
|
5
|
-
<path d="M88.5528 8.83691H50.3176C46.6078 8.83691 43.5898 11.9163 43.5898 15.7005V97.8934C43.5898 101.678 46.6078 104.757 50.3176 104.757H88.5528C92.2626 104.757 95.2814 101.678 95.2814 97.8934V15.7005C95.2814 11.9163 92.2626 8.83691 88.5528 8.83691V8.83691Z" fill="#506478"/>
|
|
6
|
-
<path d="M88.529 12.8105H82.8467C82.3106 12.8105 81.8764 13.2534 81.8764 13.7994C81.8764 15.1111 80.8249 16.1837 79.5399 16.1837H59.2847C57.9988 16.1837 56.9473 15.1111 56.9473 13.7994C56.9473 13.2534 56.5132 12.8105 55.977 12.8105H50.2947C48.7295 12.8105 47.4609 14.1046 47.4609 15.7003V80.5489H91.3628V15.7003C91.3628 14.1046 90.0942 12.8105 88.529 12.8105Z" fill="#fff"/>
|
|
7
|
-
<path d="M50.8828 45.4146L69.4588 27.1992L88.0348 45.4146V70.5692H50.8828V45.4146Z" fill="#506478"/>
|
|
8
|
-
<path d="M50.8828 45.4146L69.4588 27.1992L88.0348 45.4146V59.7267L50.8828 45.4146Z" fill="#d8dee4"/>
|
|
9
|
-
<path d="M88.036 70.5692H77.1623L61.7578 34.7519L69.46 27.1992L88.036 45.4146V70.5692Z" fill="#9faebc"/>
|
|
10
|
-
<path d="M88.036 45.4146V59.7267L69.46 52.6606L61.7578 34.7519L69.46 27.1992L88.036 45.4146Z" fill="#32BCFA"/>
|
|
11
|
-
<path d="M69.9983 79.0023L20.9727 61.4512V124.568L69.9983 140.345V79.0023Z" fill="#607890"/>
|
|
12
|
-
<path d="M119.022 124.568V61.4512L69.9961 79.0023V140.345L119.022 124.568Z" fill="#506478"/>
|
|
13
|
-
<path d="M20.9715 61.4521L4 81.8288L53.9483 100.246L69.9972 78.955L20.9715 61.4521Z" fill="#d8dee4"/>
|
|
14
|
-
<path d="M119.022 61.4512L135.999 81.8278L86.0506 100.245L69.9961 78.954L119.022 61.4512Z" fill="#798da1"/>
|
|
15
|
-
<rect width="12.6821" height="12.724" rx="3" transform="matrix(0.38391 -0.923371 0.9164 0.400264 81 49.0547)" fill="#FFE5C7"/>
|
|
16
|
-
<rect width="25.2093" height="25.3778" rx="5" transform="matrix(0.89921 -0.437516 0.449099 0.893482 20.2227 18.0295)" fill="#7e9bfa"/>
|
|
17
|
-
<rect width="9.83494" height="9.95171" rx="2" transform="matrix(0.950509 0.310698 -0.30262 0.953111 100.012 11.8572)" fill="#FFE5C7"/>
|
|
18
|
-
<path d="M49.1555 105.187C45.03 103.979 40.8757 106.968 40.5391 111.081C40.528 111.216 40.6129 111.343 40.7418 111.384C41.7006 111.695 42.5869 111.917 43.5982 111.985C43.7529 111.996 43.8784 111.87 43.8773 111.713C43.8731 111.116 44.0856 110.404 44.4331 109.881C44.8724 109.242 45.4956 108.768 46.2878 108.554C47.2904 108.259 48.6606 108.796 49.8419 109.133C49.8416 109.131 49.8413 109.129 49.8409 109.127L54.1877 110.432C55.92 110.952 56.9283 112.8 56.4284 114.538C55.9461 116.282 54.1343 117.284 52.4022 116.764L49.7564 115.98C49.6339 115.944 49.5037 115.981 49.4186 116.075C48.5126 117.072 46.9878 118.019 45.6538 118.398C45.6165 118.408 45.6173 118.462 45.6548 118.473L51.2585 120.155C54.8382 121.23 58.6123 119.17 59.6454 115.577C60.6997 111.91 58.5733 108.013 54.9201 106.917L49.1786 105.193C49.1708 105.191 49.1632 105.189 49.1555 105.187Z" fill="#F2F2F2"/>
|
|
19
|
-
<path d="M43.1797 117.203C43.1795 117.203 43.1793 117.203 43.1792 117.203C43.1814 117.205 43.1835 117.206 43.1857 117.208C44.9172 117.235 46.5221 116.558 47.8217 115.408L47.8193 115.407L47.8191 115.405C48.9655 114.36 49.7916 112.742 49.9366 111.072C49.9491 110.928 49.8497 110.763 49.7175 110.706C48.8865 110.348 47.923 110.078 46.8968 110.111C46.7356 110.116 46.6087 110.246 46.6051 110.409C46.5916 111.02 46.4302 111.653 46.0658 112.215L46.0664 112.215C45.8201 112.633 45.2444 113.224 44.4239 113.485C44.4238 113.485 44.4238 113.484 44.4237 113.484C43.3657 113.885 41.9108 113.355 40.6582 112.984L40.658 112.985C39.7087 112.701 37.3004 111.977 36.3347 111.687C34.6026 111.167 33.5799 109.315 34.0621 107.571C34.5444 105.827 36.3562 104.826 38.0883 105.346L40.742 106.131C40.8623 106.167 40.9904 106.132 41.0756 106.042C42.0146 105.043 43.4999 104.108 44.8199 103.706C44.8567 103.695 44.8553 103.642 44.8181 103.631L39.2988 101.974C35.6823 100.889 31.8695 102.97 30.8259 106.6C29.8191 110.24 31.9542 114.107 35.5704 115.193C36.905 115.528 41.9586 117.317 43.1797 117.203Z" fill="#F2F2F2"/>
|
|
20
|
-
</g>
|
|
21
|
-
<defs>
|
|
22
|
-
<clipPath id="clip0">
|
|
23
|
-
<rect width="1em" height="1em" fill="#fff"/>
|
|
24
|
-
</clipPath>
|
|
25
|
-
</defs>
|
|
26
|
-
</svg>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<svg width="1em" height="1em" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M119.024 61.1067L69.9983 43.8652L20.9727 61.1067L69.9983 78.6096L119.024 61.1067Z" fill="#798da1"/>
|
|
3
|
-
<path d="M119.022 61.1067L69.9961 43.8652V78.6096L119.022 61.1067Z" fill="#9faebc"/>
|
|
4
|
-
<path d="M88.5528 17.4922H50.3176C46.6078 17.4922 43.5898 20.5716 43.5898 24.3558V106.549C43.5898 110.333 46.6078 113.412 50.3176 113.412H88.5528C92.2626 113.412 95.2814 110.333 95.2814 106.549V24.3558C95.2814 20.5716 92.2626 17.4922 88.5528 17.4922V17.4922Z" fill="#506478"/>
|
|
5
|
-
<path d="M88.529 21.4658H82.8467C82.3106 21.4658 81.8764 21.9086 81.8764 22.4547C81.8764 23.7663 80.8249 24.839 79.5399 24.839H59.2847C57.9988 24.839 56.9473 23.7663 56.9473 22.4547C56.9473 21.9086 56.5132 21.4658 55.977 21.4658H50.2947C48.7295 21.4658 47.4609 22.7599 47.4609 24.3556V89.2042H91.3628V24.3556C91.3628 22.7599 90.0942 21.4658 88.529 21.4658Z" fill="#fff"/>
|
|
6
|
-
<path d="M50.8828 54.0697L69.4588 35.8542L88.0348 54.0697V79.2243H50.8828V54.0697Z" fill="#506478"/>
|
|
7
|
-
<path d="M50.8828 54.0697L69.4588 35.8542L88.0348 54.0697V68.3818L50.8828 54.0697Z" fill="#d8dee4"/>
|
|
8
|
-
<path d="M88.036 79.2243H77.1623L61.7578 43.407L69.46 35.8542L88.036 54.0697V79.2243Z" fill="#9faebc"/>
|
|
9
|
-
<path d="M88.036 54.0697V68.3818L69.46 61.3156L61.7578 43.407L69.46 35.8542L88.036 54.0697Z" fill="#32BCFA"/>
|
|
10
|
-
<path d="M69.9983 78.6575L20.9727 61.1064V124.223L69.9983 140V78.6575Z" fill="#607890"/>
|
|
11
|
-
<path d="M119.022 124.223V61.1064L69.9961 78.6575V140L119.022 124.223Z" fill="#506478"/>
|
|
12
|
-
<path d="M20.9715 61.1074L4 79.4841L53.9483 97.9011L69.9972 78.6103L20.9715 61.1074Z" fill="#d8dee4"/>
|
|
13
|
-
<path d="M119.022 61.1064L135.999 78.4831L86.0506 96.9002L69.9961 78.6093L119.022 61.1064Z" fill="#798da1"/>
|
|
14
|
-
<rect width="17.8142" height="17.8731" rx="4" transform="matrix(0.763205 -0.646157 0.632487 0.774571 77.7969 52.2031)" fill="#FFE5C7"/>
|
|
15
|
-
<rect width="33.4161" height="33.6394" rx="6" transform="matrix(0.850452 0.526053 -0.51502 0.857178 34.8359 8)" fill="#7e9bfa"/>
|
|
16
|
-
<path d="M47.877 104.231C44.3955 103.212 40.8898 105.734 40.6057 109.205C40.5963 109.319 40.668 109.426 40.7768 109.461C41.5859 109.724 42.3338 109.911 43.1872 109.968C43.3178 109.977 43.4237 109.871 43.4228 109.739C43.4192 109.234 43.5986 108.634 43.8918 108.193C44.2625 107.653 44.7885 107.254 45.457 107.073C46.3031 106.824 47.4594 107.277 48.4562 107.561C48.456 107.559 48.4557 107.558 48.4554 107.556L52.1237 108.657C53.5855 109.096 54.4364 110.656 54.0145 112.123C53.6076 113.595 52.0786 114.44 50.6168 114.001L48.3841 113.34C48.2807 113.309 48.1709 113.34 48.099 113.419C47.3345 114.261 46.0477 115.06 44.9219 115.38C44.8904 115.389 44.8911 115.434 44.9228 115.444L49.6517 116.863C52.6726 117.77 55.8575 116.031 56.7293 112.999C57.619 109.905 55.8246 106.616 52.7417 105.691L47.8965 104.236C47.89 104.235 47.8835 104.233 47.877 104.231Z" fill="#F2F2F2"/>
|
|
17
|
-
<path d="M42.8304 114.371C42.8302 114.372 42.8301 114.372 42.8299 114.372C42.8318 114.373 42.8336 114.374 42.8355 114.376C44.2966 114.398 45.651 113.827 46.7477 112.857L46.7457 112.856L46.7455 112.854C47.713 111.972 48.4101 110.607 48.5325 109.198C48.543 109.076 48.4591 108.937 48.3476 108.889C47.6463 108.587 46.8333 108.359 45.9672 108.387C45.8312 108.391 45.7241 108.5 45.7211 108.638C45.7097 109.154 45.5734 109.688 45.266 110.162L45.2664 110.163C45.0586 110.515 44.5728 111.014 43.8803 111.234C43.8803 111.234 43.8802 111.233 43.8802 111.233C42.9873 111.572 41.7596 111.124 40.7025 110.812L40.7024 110.812C39.9013 110.572 37.8689 109.961 37.054 109.717C35.5922 109.278 34.7292 107.715 35.1361 106.243C35.5431 104.772 37.072 103.927 38.5338 104.365L40.7733 105.028C40.8748 105.058 40.9828 105.029 41.0547 104.953C41.8472 104.11 43.1006 103.32 44.2145 102.982C44.2456 102.972 44.2445 102.928 44.213 102.918L39.5553 101.52C36.5034 100.604 33.2858 102.36 32.4051 105.423C31.5555 108.496 33.3572 111.759 36.409 112.675C37.5352 112.958 41.7999 114.468 42.8304 114.371Z" fill="#F2F2F2"/>
|
|
18
|
-
<rect width="13.4768" height="13.6369" rx="3" transform="matrix(0.950509 0.310697 -0.30262 0.953111 102.711 9.05469)" fill="#FFE5C7"/>
|
|
19
|
-
</svg>
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
<svg width="1em" height="1em" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M88.9667 19.4688H24.7004V120.531H88.9667C91.1486 120.531 92.9175 118.8 92.9175 116.664V23.3359C92.9175 21.2002 91.1486 19.4688 88.9667 19.4688Z" fill="#798da1"/>
|
|
3
|
-
<path d="M102.604 122.092C102.604 122.092 103.832 126.634 105.879 127.168C107.926 127.702 119.252 122.76 118.297 121.024C117.342 119.287 110.519 118.753 107.926 119.154C105.333 119.554 102.604 122.092 102.604 122.092Z" fill="#506478"/>
|
|
4
|
-
<path d="M68.807 91.3423C68.807 91.3423 69.3701 98.8083 64.0211 101.574C58.672 104.339 54.8715 98.2553 53.886 98.2553C52.9008 98.2553 50.3496 103.742 50.0682 105.263C49.7864 106.784 58.5313 114.847 67.1177 112.773C75.7044 110.699 77.6752 100.882 78.5197 100.467C79.3642 100.053 84.196 100.452 85.8395 100.882C87.9509 101.435 91.5108 102.808 95.6928 109.178C99.8749 115.548 100.62 122.175 102.168 122.451C103.716 122.728 107.742 120.127 109.291 119.021C110.839 117.915 106.954 96.8728 93.8628 91.8953C80.7718 86.9178 68.807 91.3423 68.807 91.3423Z" fill="#506478"/>
|
|
5
|
-
<path d="M91.8135 59.2691C91.8135 59.2691 96.2263 71.1733 99.5013 73.0432C102.776 74.9131 107.653 77.881 107.653 77.881L94.6897 79.083L88.8221 77.881L87.1846 65.9933L91.8135 59.2691Z" fill="#9faebc"/>
|
|
6
|
-
<path d="M72.72 55.2115C72.2077 57.7728 67.5248 81.5946 68.0804 91.2874C68.217 93.6679 94.4167 95.8653 96.7365 91.8367C99.0563 87.8078 93.8709 63.269 91.2783 57.592C88.6856 51.9154 83.0909 50.6335 83.0909 50.6335C83.0909 50.6335 73.2322 52.6505 72.72 55.2115Z" fill="#9faebc"/>
|
|
7
|
-
<rect width="13.8535" height="24.6557" transform="matrix(0.980867 0.194782 -0.207794 0.978194 100.305 54.7529)" fill="#798da1"/>
|
|
8
|
-
<path d="M112.558 56.2097L102.096 54.156C100.654 53.8729 99.2302 54.8073 98.9226 56.2384L94.4594 77.0051C94.1518 78.4362 95.075 79.8313 96.517 80.1143L106.979 82.168C108.421 82.4511 109.845 81.5168 110.152 80.0856L114.615 59.319C114.923 57.8878 114 56.4928 112.558 56.2097ZM108.844 79.8289C108.69 80.5458 107.98 81.0119 107.258 80.8701L96.7959 78.8164C96.0736 78.6746 95.613 77.9787 95.7671 77.2618L100.23 56.4951C100.384 55.7782 101.095 55.3121 101.817 55.4539L112.279 57.5076C113.001 57.6494 113.462 58.3454 113.308 59.0623L108.844 79.8289Z" fill="#798da1"/>
|
|
9
|
-
<path d="M109.221 57.8615L106.586 57.3426C106.222 57.2709 105.864 57.5059 105.787 57.8679C105.709 58.2299 105.941 58.581 106.305 58.6527L108.94 59.1716C109.304 59.2433 109.662 59.0083 109.739 58.6463C109.817 58.2842 109.585 57.9332 109.221 57.8615Z" fill="#fff"/>
|
|
10
|
-
<path d="M104.101 58.2C104.463 58.2708 104.82 58.037 104.897 57.6776C104.975 57.3183 104.744 56.9696 104.382 56.8988C104.02 56.8279 103.663 57.0618 103.586 57.4211C103.508 57.7805 103.739 58.1292 104.101 58.2Z" fill="#fff"/>
|
|
11
|
-
<path d="M73.9603 39.1594C73.9603 41.7949 71.9033 43.9316 69.3659 43.9316C66.8283 43.9316 64.7712 41.7949 64.7712 39.1594C64.7712 36.5235 66.8283 34.3868 69.3659 34.3868C71.9033 34.3868 73.9603 36.5235 73.9603 39.1594Z" fill="#FFE5C7"/>
|
|
12
|
-
<path d="M104.596 38.8925C104.596 41.5283 102.539 43.665 100.001 43.665C97.4635 43.665 95.4065 41.5283 95.4065 38.8925C95.4065 36.2569 97.4635 34.1199 100.001 34.1199C102.539 34.1199 104.596 36.2569 104.596 38.8925Z" fill="#FFE5C7"/>
|
|
13
|
-
<path d="M68.515 36.8652C68.515 36.8652 69.1461 57.5156 84.4772 57.5156C99.8083 57.5156 101.702 41.4542 101.341 35.5802C100.981 29.7061 98.2752 20.6199 98.2752 20.6199L85.379 19.3349L74.0162 21.5378L68.6952 24.6584L68.3345 28.4211L68.515 36.8652Z" fill="#FFE5C7"/>
|
|
14
|
-
<path d="M62.0842 83.3622C62.0842 83.3622 62.5727 88.6854 63.7151 89.4161C64.8574 90.1468 65.7753 89.5532 67.0273 89.8757C68.2794 90.1978 69.5618 88.9119 70.6688 89.1094C71.7757 89.3071 73.0935 88.5545 73.1416 87.2128C73.1896 85.8712 71.5594 83.9666 71.5594 83.9666C71.5594 83.9666 73.6854 83.0289 73.1975 81.8553C72.7097 80.6814 68.6398 82.5956 67.0273 80.9578C65.4152 79.32 62.0842 83.3622 62.0842 83.3622Z" fill="#FFE5C7"/>
|
|
15
|
-
<path d="M98.9092 83.9762C96.3001 82.6993 96.0436 79.1677 96.8622 78.0994C97.6811 77.0307 98.7726 76.897 98.7726 76.897C98.7726 76.897 100.001 75.9621 100.956 76.4965C100.956 76.4965 102.866 75.1608 104.094 76.3628C104.094 76.3628 106.551 75.695 107.369 77.4315C108.188 79.1677 107.915 83.0413 106.005 83.9762C104.094 84.9115 101.092 85.0449 98.9092 83.9762Z" fill="#FFE5C7"/>
|
|
16
|
-
<path d="M71.525 14.7951C75.6375 9.58061 83.8088 8.70135 91.0764 10.3763C95.1903 11.3244 115.672 19.0688 104.314 24.0872C104.425 26.4176 104.437 28.7635 104.324 31.0939C104.252 32.5754 104.201 34.1693 103.752 35.5994C103.188 37.3917 101.386 36.769 100.83 35.306C99.8203 32.6494 101.042 29.8133 99.3331 27.1675C98.3147 25.591 96.9504 25.3558 95.3685 24.5229C95.2762 24.4743 94.3128 24.1212 94.3008 24.0463C94.3008 24.0463 95.9064 26.6417 93.8699 26.9867C91.8327 27.3321 84.5809 24.7458 84.5809 24.7458C84.5809 24.7458 85.6802 26.5637 82.8991 27.4457C80.1184 28.3277 72.9958 24.0234 72.9958 24.0234C72.9958 24.0234 69.823 27.4361 69.9893 36.2218C70.0415 38.9936 64.4512 38.4873 65.1863 32.4235C65.9211 26.3597 65.6343 15.0669 71.525 14.7951Z" fill="#506478"/>
|
|
17
|
-
<path d="M73.0046 54.5697C73.0046 54.5697 57.2068 63.1505 56.466 71.256C55.7247 79.3613 60.6581 83.8836 61.5634 84.0155C62.4688 84.1477 66.7005 80.6567 66.8328 80.1931C66.9651 79.7291 64.662 71.7272 66.8328 69.6284C69.0035 67.5293 73.4219 64.8526 73.4219 64.8526C75.7877 64.1485 76.6167 59.1859 75.6215 56.2394C75.2065 55.0107 74.3198 54.5697 73.0046 54.5697Z" fill="#9faebc"/>
|
|
18
|
-
<rect width="11.8481" height="11.6165" rx="4" transform="matrix(0.981332 0.192319 -0.200394 0.979715 107.377 61.6387)" fill="#7e9bfa"/>
|
|
19
|
-
<rect width="7.91029" height="7.79836" rx="2" transform="matrix(0.916 -0.401178 0.415734 0.909486 116.707 52.7373)" fill="#7e9bfa"/>
|
|
20
|
-
<rect width="5.17353" height="5.16089" rx="2" transform="matrix(0.753467 0.657486 -0.673343 0.73933 129.102 59.6318)" fill="#7e9bfa"/>
|
|
21
|
-
<path d="M59.6705 4.73014C58.6404 4.0031 57.3161 3.80536 56.1111 4.19853L8.70155 19.6673C7.08831 20.1937 6 21.6715 6 23.3359V116.664C6 118.329 7.08805 119.806 8.70155 120.333L56.1111 135.801C57.3263 136.198 58.6501 135.99 59.6705 135.27C60.7006 134.543 61.3111 133.376 61.3111 132.133V7.8672C61.3111 6.62428 60.7006 5.45691 59.6705 4.73014ZM41.5571 73.8672C39.3752 73.8672 37.6063 72.1357 37.6063 70C37.6063 67.8643 39.3752 66.1328 41.5571 66.1328C43.739 66.1328 45.5079 67.8643 45.5079 70C45.5079 72.1357 43.739 73.8672 41.5571 73.8672Z" fill="#506478"/>
|
|
22
|
-
</svg>
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
<svg width="1em" height="1em" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M89.9667 19.4688H25.7004V120.531H89.9667C92.1486 120.531 93.9175 118.8 93.9175 116.664V23.3359C93.9175 21.2002 92.1486 19.4688 89.9667 19.4688Z" fill="#798da1"/>
|
|
3
|
-
<path d="M109.767 123.582C109.767 123.582 110.673 128.199 112.677 128.876C114.681 129.553 126.327 125.421 125.496 123.621C124.666 121.822 117.897 120.809 115.283 121.026C112.668 121.243 109.767 123.582 109.767 123.582Z" fill="#506478"/>
|
|
4
|
-
<path d="M62.6114 96.9926C62.6114 96.9926 59.3243 93.5597 57.2646 94.037C55.2046 94.5139 47.6445 104.114 49.3284 105.201C51.0124 106.289 57.273 103.6 59.3586 102.046C61.4442 100.493 62.6114 96.9926 62.6114 96.9926Z" fill="#506478"/>
|
|
5
|
-
<path d="M78.2189 90.5294C78.2189 90.5294 78.2549 98.0166 72.7244 100.398C67.1939 102.78 63.8312 96.4441 62.8481 96.3747C61.8654 96.3053 58.9341 101.599 58.5463 103.096C58.1583 104.594 66.3137 113.252 75.0248 111.788C83.7363 110.323 86.3933 100.67 87.2649 100.316C88.1365 99.9616 92.9283 100.7 94.5374 101.245C96.6046 101.945 100.059 103.565 103.782 110.214C107.505 116.863 107.782 123.525 109.307 123.91C110.832 124.295 115.031 121.984 116.653 120.99C118.276 119.996 115.882 98.732 103.174 92.8452C90.4655 86.9584 78.2189 90.5294 78.2189 90.5294Z" fill="#506478"/>
|
|
6
|
-
<path d="M97.8135 59.2691C97.8135 59.2691 102.226 71.1733 105.501 73.0432C108.776 74.9131 113.653 77.881 113.653 77.881L100.69 79.083L94.8221 77.881L93.1846 65.9933L97.8135 59.2691Z" fill="#9faebc"/>
|
|
7
|
-
<path d="M84.6659 54.7638C83.9746 57.2827 77.6261 80.7156 77.4978 90.4235C77.4664 92.8077 103.446 96.8443 106.044 92.9891C108.642 89.1335 105.197 64.2904 103.011 58.4451C100.824 52.6 95.3334 50.9274 95.3334 50.9274C95.3334 50.9274 85.3571 52.2452 84.6659 54.7638Z" fill="#9faebc"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M113.81 54.049L124.154 56.6309C125.58 56.9868 126.431 58.4269 126.051 59.8406L120.54 80.354C120.16 81.7677 118.691 82.6286 117.265 82.2727L106.921 79.6908C105.495 79.335 104.644 77.8949 105.024 76.4812L110.535 55.9677C110.915 54.554 112.384 53.6932 113.81 54.049Z" fill="#798da1"/>
|
|
9
|
-
<path d="M121.226 57.9967L118.622 57.34C118.262 57.2492 117.893 57.4651 117.797 57.8225C117.7 58.18 117.913 58.5427 118.273 58.6335L120.877 59.2902C121.237 59.381 121.606 59.1651 121.703 58.8077C121.799 58.4502 121.586 58.0875 121.226 57.9967Z" fill="#fff"/>
|
|
10
|
-
<path d="M116.096 58.0654C116.454 58.1552 116.822 57.9404 116.919 57.5856C117.015 57.2309 116.803 56.8705 116.445 56.7807C116.087 56.691 115.719 56.9058 115.622 57.2605C115.526 57.6153 115.738 57.9756 116.096 58.0654Z" fill="#fff"/>
|
|
11
|
-
<path d="M87.0335 38.8387C86.848 41.4677 84.6456 43.4543 82.1145 43.2757C79.5832 43.097 77.6817 40.8208 77.8673 38.1917C78.0528 35.5624 80.2552 33.5758 82.7866 33.7545C85.3176 33.9331 87.2191 36.2093 87.0335 38.8387Z" fill="#FFE5C7"/>
|
|
12
|
-
<path d="M117.611 40.729C117.426 43.3584 115.223 45.3449 112.692 45.1663C110.161 44.9876 108.26 42.7114 108.445 40.082C108.631 37.453 110.833 35.4661 113.364 35.6448C115.896 35.8234 117.797 38.1 117.611 40.729Z" fill="#FFE5C7"/>
|
|
13
|
-
<path d="M81.7632 36.1664C81.7632 36.1664 80.9388 56.8101 96.2318 57.8895C111.525 58.9689 114.545 43.0807 114.598 37.1958C114.652 31.311 112.593 22.0568 112.593 22.0568L99.8196 19.867L88.3299 21.2645L82.8024 24.0026L82.1776 27.7306L81.7632 36.1664Z" fill="#FFE5C7"/>
|
|
14
|
-
<path d="M72.0746 82.0953C72.0746 82.0953 72.1871 87.4396 73.2751 88.249C74.3632 89.0583 75.3206 88.5308 76.5468 88.9406C77.7731 89.3501 79.1429 88.1577 80.2332 88.4326C81.3234 88.7078 82.691 88.0498 82.8334 86.7149C82.9758 85.38 81.4837 83.3653 81.4837 83.3653C81.4837 83.3653 83.6704 82.5796 83.2664 81.3746C82.8624 80.1693 78.6679 81.7922 77.1747 80.0449C75.6818 78.2976 72.0746 82.0953 72.0746 82.0953Z" fill="#FFE5C7"/>
|
|
15
|
-
<path d="M106.8 84.3643C104.696 82.361 105.515 78.9162 106.617 78.1438C107.72 77.3713 108.801 77.5724 108.801 77.5724C108.801 77.5724 110.253 77.0507 111.003 77.8479C111.003 77.8479 113.227 77.1493 114.036 78.6653C114.036 78.6653 116.58 78.768 116.838 80.6704C117.096 82.5726 115.669 86.1842 113.566 86.5006C111.463 86.8173 108.56 86.0406 106.8 84.3643Z" fill="#FFE5C7"/>
|
|
16
|
-
<path d="M86.3196 14.3639C90.7891 9.45182 99.002 9.15006 106.134 11.3325C110.171 12.5679 130.056 21.7352 118.373 25.9414C118.32 28.2739 118.167 30.6148 117.89 32.9315C117.713 34.4042 117.551 35.9906 117.002 37.3855C116.313 39.1337 114.56 38.3856 114.108 36.8872C113.288 34.166 114.706 31.423 113.188 28.6634C112.283 27.0191 110.938 26.6884 109.419 25.7463C109.33 25.6913 108.394 25.2712 108.388 25.1957C108.388 25.1957 109.806 27.8976 107.751 28.0985C105.694 28.2996 98.6426 25.209 98.6426 25.209C98.6426 25.209 99.6112 27.0998 96.7749 27.7839C93.9389 28.4679 87.1371 23.6728 87.1371 23.6728C87.1371 23.6728 83.7319 26.8536 83.2792 35.6292C83.1361 38.3978 77.5953 37.4991 78.7555 31.5022C79.9154 25.5052 80.4244 14.2202 86.3196 14.3639Z" fill="#506478"/>
|
|
17
|
-
<path d="M84.9953 54.1433C84.9953 54.1433 68.6325 61.5905 67.3228 69.6237C66.0127 77.6567 70.6154 82.5152 71.5092 82.7105C72.403 82.9061 76.87 79.7218 77.0347 79.2686C77.1993 78.8151 75.4653 70.6709 77.7785 68.7301C80.0916 66.7891 84.6875 64.4301 84.6875 64.4301C87.097 63.8943 88.2734 59.0024 87.4881 55.9931C87.1606 54.7383 86.3072 54.2359 84.9953 54.1433Z" fill="#9faebc"/>
|
|
18
|
-
<rect width="4.99387" height="4.89625" rx="2" transform="matrix(0.968237 -0.250033 0.242051 0.970264 115.98 69.3496)" fill="#7e9bfa"/>
|
|
19
|
-
<rect width="10.2221" height="10.0774" rx="2" transform="matrix(0.916 -0.401179 0.415733 0.909486 119.935 57.0283)" fill="#7e9bfa"/>
|
|
20
|
-
<rect width="3.08219" height="3.07466" rx="1" transform="matrix(0.753467 0.657486 -0.673343 0.73933 129.07 69)" fill="#7e9bfa"/>
|
|
21
|
-
<path d="M55.5169 4.73014C54.5857 4.0031 53.3886 3.80536 52.2993 4.19853L9.44214 19.6673C7.98381 20.1937 7 21.6715 7 23.3359V116.664C7 118.329 7.98357 119.806 9.44214 120.333L52.2993 135.801C53.3979 136.198 54.5945 135.99 55.5169 135.27C56.4481 134.543 57 133.376 57 132.133V7.8672C57 6.62428 56.4481 5.45691 55.5169 4.73014ZM39.1429 73.8672C37.1705 73.8672 35.5714 72.1357 35.5714 70C35.5714 67.8643 37.1705 66.1328 39.1429 66.1328C41.1152 66.1328 42.7143 67.8643 42.7143 70C42.7143 72.1357 41.1152 73.8672 39.1429 73.8672Z" fill="#506478"/>
|
|
22
|
-
</svg>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4 26.8235V62.655L8.89495 63.0323V64.6104L36.0003 67L63.1055 64.6103V63.0323L68 62.655V26.8235C68 24.7119 66.1247 23 63.8114 23H8.18841C5.8753 23 4 24.7118 4 26.8235Z" fill="#798da1"/>
|
|
3
|
-
<path d="M68.955 66.959H3.04495C1.36322 66.959 0 64.8508 0 62.25V66.2909C0 68.8915 1.36322 71 3.04495 71H68.955C70.6368 71 72 68.8918 72 66.2909V62.25C72 64.8508 70.6366 66.959 68.955 66.959Z" fill="#506478"/>
|
|
4
|
-
<path d="M0.000224099 62.3078C0.020219 64.882 1.37568 66.9591 3.04495 66.9591H68.955C70.6245 66.9591 71.9803 64.8811 71.9998 62.3062C71.9999 62.2875 72 62.2688 72 62.25V62.2417C71.9949 61.5546 71.6728 61 71.2751 61H44.5535C44.1527 61 43.8277 61.5631 43.8277 62.2576V62.4511C43.8277 63.8558 43.1705 64.9945 42.3598 64.9945H29.0104C28.1997 64.9945 27.5425 63.8558 27.5425 62.4511V62.2576C27.5425 61.5631 27.2175 61 26.8167 61H0.72494C0.327243 61 0.00506263 61.5546 0 62.2417C7.54454e-05 62.2636 0.000149703 62.2857 0.000224099 62.3078Z" fill="#607890"/>
|
|
5
|
-
<path d="M40.5 33C39.6716 33 39 33.7232 39 34.6154C39 35.5075 39.6716 36.2308 40.5 36.2308H57.5C58.3284 36.2308 59 35.5075 59 34.6154C59 33.7232 58.3284 33 57.5 33H40.5Z" fill="#fff"/>
|
|
6
|
-
<path d="M40.5 38.3847C39.6716 38.3847 39 39.108 39 40.0001C39 40.8923 39.6716 41.6155 40.5 41.6155H57.5C58.3284 41.6155 59 40.8923 59 40.0001C59 39.108 58.3284 38.3847 57.5 38.3847H40.5Z" fill="#fff"/>
|
|
7
|
-
<path d="M40.5 43.7692C39.6716 43.7692 39 44.4925 39 45.3846C39 46.2768 39.6716 47 40.5 47H57.5C58.3284 47 59 46.2768 59 45.3846C59 44.4925 58.3284 43.7692 57.5 43.7692H40.5Z" fill="#fff"/>
|
|
8
|
-
<path d="M12.0759 51.7568C11.4817 51.7568 11 52.2046 11 52.7568C11 53.3091 11.4817 53.7568 12.0759 53.7568H57.9241C58.5183 53.7568 59 53.3091 59 52.7568C59 52.2046 58.5183 51.7568 57.9241 51.7568H12.0759Z" fill="#9faebc"/>
|
|
9
|
-
<path d="M11 56.5332C11 56.2571 11.2311 56.0332 11.5161 56.0332H42.4839C42.7689 56.0332 43 56.2571 43 56.5332C43 56.8093 42.7689 57.0332 42.4839 57.0332H11.5161C11.2311 57.0332 11 56.8093 11 56.5332Z" fill="#9faebc"/>
|
|
10
|
-
<path d="M13 30C11.8954 30 11 30.8954 11 32V46.1051C11 47.2097 11.8954 48.1051 13 48.1051H34.6577C35.7623 48.1051 36.6577 47.2097 36.6577 46.1051V32C36.6577 30.8954 35.7623 30 34.6577 30H13Z" fill="#d8dee4"/>
|
|
11
|
-
<path d="M67.4518 12.0017C64.8285 5.37522 57.5991 2.24203 51.3045 5.00363C47.0005 6.89184 44.074 11.1714 43.7387 16.0673C40.1014 16.5969 37.5605 20.1303 38.0635 23.9595C38.5187 27.4244 41.3337 30.0035 44.6562 30H67.4517C72.1728 30 76 25.9709 76 21.0009C76 16.0309 72.1729 12.0017 67.4518 12.0017Z" fill="#7e9bfa"/>
|
|
12
|
-
<path d="M57.8236 10.4067C57.3775 9.86445 56.6225 9.86445 56.1764 10.4067L50.308 17.5387C49.6314 18.361 50.1427 19.7075 51.1316 19.7075H53.9883V23.7123C53.9883 24.4235 54.494 25 55.1177 25H58.8823C59.506 25 60.0117 24.4235 60.0117 23.7123V19.7075H62.8684C63.8573 19.7075 64.3686 18.361 63.692 17.5387L57.8236 10.4067Z" fill="#fff"/>
|
|
13
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M67 35.4285L40 26L13 35.4285L40 45L67 35.4285Z" fill="#9faebc"/>
|
|
3
|
-
<path d="M67 35.4285L40 26V45L67 35.4285Z" fill="#607890"/>
|
|
4
|
-
<path d="M40.942 17.9344C41.083 17.0421 41.1709 16.0638 41.1931 14.9668C41.1846 10.2629 38.9328 8.59842 38.4996 7.81811C39.1377 4.25402 38.3939 2.63283 38.048 2.07785C36.7721 1.62498 33.6089 3.24672 31.8806 4.38836C29.0628 3.56351 23.1079 3.64402 20.8747 4.60186C16.7543 1.6515 14.5751 2.10136 14.5751 2.10136C14.5751 2.10136 13.1662 4.62774 14.2026 8.32371C12.8469 10.0513 11.8365 11.2727 11.8365 14.5126C11.8365 15.2885 11.8847 16.0217 11.9664 16.7271C13.134 22.8659 17.9982 25.5142 22.7762 25.9709C22.0572 26.5172 21.194 27.5511 21.0746 28.7491C20.1711 29.3333 18.3539 29.5264 16.9407 29.0821C14.9606 28.4564 14.2026 24.5354 11.2374 25.0947C10.5958 25.2148 10.7233 25.6379 11.2789 25.9987C12.1823 26.5847 13.0331 27.313 13.6889 28.8717C14.1926 30.0683 15.252 32.2049 18.6014 32.2049C19.9311 32.2049 20.8624 32.0477 20.8624 32.0477C20.8624 32.0477 20.8877 35.097 20.8877 36.2863C20.8877 37.6549 19.0406 38.0392 19.0406 38.6958C19.0406 38.9569 19.652 38.9817 20.1433 38.9817C21.1142 38.9817 23.1344 38.173 23.1344 36.7504C23.1344 35.6201 23.1524 31.8215 23.1524 31.1562C23.1524 29.7027 23.9313 29.2399 23.9313 29.2399C23.9313 29.2399 24.0267 36.999 23.7439 38.0393C23.4123 39.2626 22.8115 39.0888 22.8115 39.6332C22.8115 40.4457 25.2401 39.8319 26.0457 38.0535C26.6688 36.6645 26.3898 29.0555 26.3898 29.0555L27.0395 29.0413C27.0395 29.0413 27.0469 32.5262 27.0245 34.1182C27.0011 35.7672 26.831 37.8518 27.8104 38.8357C28.4533 39.4828 30.4228 40.6182 30.4228 39.5806C30.4228 38.9793 29.0436 38.4823 29.0436 36.8531V29.348C29.8815 29.348 30.0546 31.8149 30.0546 31.8149L30.3566 36.3982C30.3566 36.3982 30.1561 38.0707 32.1634 38.7687C32.872 39.0169 34.3879 39.0844 34.459 38.6678C34.5302 38.2502 32.6336 37.6326 32.6156 36.3381C32.6058 35.5497 32.6509 35.0883 32.6509 31.659C32.6509 28.2316 32.1905 26.9638 30.5861 25.9534C35.2388 25.4759 40.0714 23.398 40.942 17.9344Z" fill="#9faebc"/>
|
|
5
|
-
<path d="M53.2003 26.95C52.549 20.2522 46.8775 15 40 15C33.1229 15 27.4517 20.2523 26.7998 26.95C22.3964 27.5753 19 31.3639 19 35.9297C19 40.931 23.076 44.9999 28.0858 44.9999C55.9679 44.9999 25.783 45 51.9142 45C56.9241 45 61 40.931 61 35.9298C61 31.3639 57.6036 27.5753 53.2003 26.95Z" fill="#7e9bfa"/>
|
|
6
|
-
<path d="M32.6945 33.7756C32.751 33.9138 32.883 34.004 33.0294 34.004H37.0016L37.0016 46.247C39.0041 46.247 40.7786 46.247 43.5266 46.247L43.5266 34.004H47.514C47.6604 34.004 47.7924 33.9138 47.8489 33.7762C47.9048 33.638 47.8743 33.479 47.7706 33.3732L40.5389 25.973C40.4707 25.9035 40.3787 25.8643 40.2822 25.8643C40.1858 25.8643 40.0937 25.9035 40.0256 25.9722L32.7728 33.3725C32.6691 33.4783 32.638 33.6373 32.6945 33.7756Z" fill="#fff"/>
|
|
7
|
-
<path d="M44.5308 46.2468H38.0123C38.0274 48.0466 39.4834 49.5061 41.2715 49.5061C43.0598 49.5061 44.5158 48.0466 44.5308 46.2468Z" fill="#fff"/>
|
|
8
|
-
<path d="M40 44.566L13 35V69.401L40 78V44.566Z" fill="#607890"/>
|
|
9
|
-
<path d="M67 69.401V35L40 44.566V78L67 69.401Z" fill="#506478"/>
|
|
10
|
-
<path d="M13.2576 35L4 46.0304L31.2457 56L40 44.4747L13.2576 35Z" fill="#d8dee4"/>
|
|
11
|
-
<path d="M66.7401 35L76 46.0304L48.7566 56L40 44.4747L66.7401 35Z" fill="#798da1"/>
|
|
12
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M67 35.4285L40 26L13 35.4285L40 45L67 35.4285Z" fill="#9faebc"/>
|
|
3
|
-
<path d="M67 35.4285L40 26V45L67 35.4285Z" fill="#607890"/>
|
|
4
|
-
<path d="M52.564 12.2517C51.9575 5.9453 46.676 1 40.2717 1C33.8676 1 28.5864 5.94539 27.9794 12.2517C23.8788 12.8404 20.7161 16.4077 20.7161 20.7066C20.7161 25.4157 24.5117 29.2468 29.177 29.2468C55.1412 29.2468 27.0325 29.2469 51.3663 29.2469C56.0317 29.2469 59.8272 25.4157 59.8272 20.7067C59.8272 16.4077 56.6644 12.8404 52.564 12.2517Z" fill="#7e9bfa"/>
|
|
5
|
-
<path d="M32.6945 19.7756C32.751 19.9138 32.883 20.004 33.0294 20.004H37.0016L37.0016 29.247C39.0041 29.247 40.7786 29.247 43.5266 29.247L43.5266 20.004H47.514C47.6604 20.004 47.7924 19.9138 47.8489 19.7762C47.9048 19.638 47.8743 19.479 47.7706 19.3732L40.5389 11.973C40.4707 11.9035 40.3787 11.8643 40.2822 11.8643C40.1858 11.8643 40.0937 11.9035 40.0256 11.9722L32.7728 19.3725C32.6691 19.4783 32.638 19.6373 32.6945 19.7756Z" fill="#fff"/>
|
|
6
|
-
<path d="M43.5308 29.2468H37.0123C37.0274 31.0466 38.4834 32.5061 40.2715 32.5061C42.0598 32.5061 43.5158 31.0466 43.5308 29.2468Z" fill="#fff"/>
|
|
7
|
-
<path d="M40.2717 34.4135C37.497 34.4135 35.2329 32.1083 35.1607 29.2468H27.2345C27.2822 29.6934 27.3475 30.1374 27.4336 30.5757C27.5387 31.1109 27.9923 31.4954 28.5187 31.4954H30.5213C30.5792 31.6502 30.6406 31.8036 30.7053 31.9555L29.2889 33.4253C28.9166 33.8115 28.8579 34.4164 29.1485 34.872C29.6823 35.709 30.3012 36.4947 30.9881 37.2074C31.6757 37.9209 32.4329 38.5631 33.239 39.1163C33.6779 39.4178 34.2607 39.3566 34.6329 38.9704L36.0493 37.5008C36.1957 37.568 36.3436 37.6317 36.4929 37.6918V39.7697C36.4929 40.3159 36.8634 40.7866 37.3792 40.8957C38.3262 41.0959 39.2993 41.1974 40.2717 41.1974C41.244 41.1974 42.2171 41.0959 43.1642 40.8957C43.6801 40.7866 44.0506 40.3159 44.0506 39.7697L44.0505 37.6918C44.1998 37.6317 44.3477 37.568 44.4941 37.5008L45.9101 38.9702C46.2823 39.3563 46.865 39.4174 47.304 39.1162C48.1098 38.5633 48.8672 37.9209 49.5552 37.2071C50.2427 36.4936 50.8615 35.7079 51.3947 34.8716C51.6851 34.4161 51.6264 33.8114 51.2542 33.4251L49.838 31.9557C49.9028 31.8038 49.9642 31.6503 50.0221 31.4954H52.0243C52.5507 31.4954 53.0043 31.1109 53.1094 30.5756C53.1955 30.1373 53.2609 29.6934 53.3086 29.2468H45.3828C45.3107 32.1083 43.0465 34.4135 40.2717 34.4135Z" fill="#fff"/>
|
|
8
|
-
<path d="M40 44.566L13 36V69.401L40 78V44.566Z" fill="#607890"/>
|
|
9
|
-
<path d="M67 69.401V35L40 44.566V78L67 69.401Z" fill="#506478"/>
|
|
10
|
-
<path d="M13.2576 35L4 46.0304L31.2457 56L40 44.4747L13.2576 35Z" fill="#d8dee4"/>
|
|
11
|
-
<path d="M66.7401 35L76 46.0304L48.7566 56L40 44.4747L66.7401 35Z" fill="#798da1"/>
|
|
12
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3333 2H27.6667C29.7801 2 31.5 3.61522 31.5 5.6V34.4C31.5 36.3848 29.7801 38 27.6667 38H12.3333C10.2199 38 8.5 36.3848 8.5 34.4V5.6C8.5 3.61522 10.2199 2 12.3333 2Z" fill="#d8dee4"/>
|
|
3
|
-
<path d="M20 35.2708C21.1046 35.2708 22 34.3753 22 33.2708C22 32.1662 21.1046 31.2708 20 31.2708C18.8954 31.2708 18 32.1662 18 33.2708C18 34.3753 18.8954 35.2708 20 35.2708Z" fill="#798da1"/>
|
|
4
|
-
<path d="M23.5 4H19.5C18.9473 4 18.5 4.44734 18.5 5C18.5 5.55266 18.9473 6 19.5 6H23.5C24.0527 6 24.5 5.55266 24.5 5C24.5 4.44734 24.0527 4 23.5 4Z" fill="#798da1"/>
|
|
5
|
-
<path d="M16.5 6C17.0523 6 17.5 5.55228 17.5 5C17.5 4.44772 17.0523 4 16.5 4C15.9477 4 15.5 4.44772 15.5 5C15.5 5.55228 15.9477 6 16.5 6Z" fill="#798da1"/>
|
|
6
|
-
<rect x="27" y="9" width="8" height="8" rx="2" fill="#798da1"/>
|
|
7
|
-
<rect x="17" y="9" width="8" height="8" rx="2" fill="#fff"/>
|
|
8
|
-
<rect x="27" y="19" width="8" height="8" rx="2" fill="#9faebc"/>
|
|
9
|
-
<rect x="17" y="19" width="8" height="8" rx="2" fill="#798da1"/>
|
|
10
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.8333 2H35.1667C37.2801 2 39 3.61522 39 5.6V34.4C39 36.3848 37.2801 38 35.1667 38H19.8333C17.7199 38 16 36.3848 16 34.4V5.6C16 3.61522 17.7199 2 19.8333 2Z" fill="#d8dee4"/>
|
|
3
|
-
<path d="M27.9479 35.2708C29.0736 35.2708 29.9861 34.3753 29.9861 33.2708C29.9861 32.1662 29.0736 31.2708 27.9479 31.2708C26.8222 31.2708 25.9097 32.1662 25.9097 33.2708C25.9097 34.3753 26.8222 35.2708 27.9479 35.2708Z" fill="#798da1"/>
|
|
4
|
-
<path d="M18 14L33.5576 14C34.3545 14 35 14.63 35 15.4077L35 24.5923C35 25.37 34.3545 26 33.5575 26L18 26L18 14Z" fill="#9faebc"/>
|
|
5
|
-
<path d="M21 7.40272L21 32.5973C21 33.7518 19.6506 34.4106 18.7065 33.7161L1.57157 21.1195C0.809476 20.5594 0.809476 19.4413 1.57157 18.8812L18.7066 6.28393C19.6506 5.58941 21 6.24822 21 7.40272Z" fill="#9faebc"/>
|
|
6
|
-
<path d="M31 4H27C26.4473 4 26 4.44734 26 5C26 5.55266 26.4473 6 27 6H31C31.5527 6 32 5.55266 32 5C32 4.44734 31.5527 4 31 4Z" fill="#798da1"/>
|
|
7
|
-
<path d="M24 6C24.5523 6 25 5.55228 25 5C25 4.44772 24.5523 4 24 4C23.4477 4 23 4.44772 23 5C23 5.55228 23.4477 6 24 6Z" fill="#798da1"/>
|
|
8
|
-
</svg>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_5907_5009)">
|
|
3
|
-
<path d="M18.8333 4H34.1667C36.2801 4 38 5.61522 38 7.6V36.4C38 38.3848 36.2801 40 34.1667 40H18.8333C16.7199 40 15 38.3848 15 36.4V7.6C15 5.61522 16.7199 4 18.8333 4Z" fill="#d8dee4"/>
|
|
4
|
-
<path d="M25.9479 37.2708C27.0736 37.2708 27.9861 36.3753 27.9861 35.2708C27.9861 34.1662 27.0736 33.2708 25.9479 33.2708C24.8222 33.2708 23.9097 34.1662 23.9097 35.2708C23.9097 36.3753 24.8222 37.2708 25.9479 37.2708Z" fill="#798da1"/>
|
|
5
|
-
<path d="M24.7095 4.4392C24.9458 2.86117 26.2575 1.65 27.8359 1.65C28.4297 1.65 29.0003 1.82134 29.4952 2.14093C30.2481 0.821224 31.6036 0 33.1094 0C35.4356 0 37.3281 1.97388 37.3281 4.4C37.3281 4.41503 37.3281 4.43062 37.3276 4.44565C38.8226 4.70829 40 6.06771 40 7.7C40 9.51973 38.5456 11 36.8008 11H25.1992C23.4544 11 22 9.51973 22 7.7C22 6.05378 23.1964 4.68574 24.7095 4.4392Z" fill="#798da1"/>
|
|
6
|
-
<path d="M17 16L32.5576 16C33.3545 16 34 16.63 34 17.4077L34 26.5923C34 27.37 33.3545 28 32.5575 28L17 28L17 16Z" fill="#9faebc"/>
|
|
7
|
-
<path d="M20 9.40272L20 34.5973C20 35.7518 18.6506 36.4106 17.7065 35.7161L0.571572 23.1195C-0.190524 22.5594 -0.190524 21.4413 0.571572 20.8812L17.7066 8.28393C18.6506 7.58941 20 8.24822 20 9.40272Z" fill="#9faebc"/>
|
|
8
|
-
</g>
|
|
9
|
-
<defs>
|
|
10
|
-
<clipPath id="clip0_5907_5009">
|
|
11
|
-
<rect width="40" height="40" fill="#fff"/>
|
|
12
|
-
</clipPath>
|
|
13
|
-
</defs>
|
|
14
|
-
</svg>
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="21" y="32" width="38" height="25" fill="#fff"/>
|
|
3
|
-
<path d="M75.0984 69.9999H54.9016C52.7498 69.9947 51.0052 68.2779 51 66.1603V24.2395C51.0052 22.1218 52.7498 20.4051 54.9016 20.3999H75.0984C77.2502 20.4051 78.9948 22.1218 79 24.2395V66.1616C78.9935 68.2792 77.2502 69.9947 75.0984 69.9999Z" fill="#d8dee4"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.8454 67.6277H74.7096L74.711 67.6277C75.5211 67.625 76.1787 66.969 76.1828 66.1574V24.2427C76.1795 23.4326 75.522 22.7752 74.7118 22.7721H54.8432C54.0329 22.7752 53.3753 23.4328 53.3722 24.2431V66.1567C53.3753 66.9673 54.0333 67.625 54.8439 67.6277L54.8454 67.6277ZM54.8396 69.9999C52.7219 69.9947 51.0052 68.2779 51 66.1603V24.2395C51.0052 22.1218 52.7219 20.4051 54.8396 20.3999H74.7154C76.833 20.4051 78.5498 22.1218 78.555 24.2395V66.1616C78.5485 68.2792 76.833 69.9947 74.7154 69.9999H54.8396Z" fill="#d8dee4"/>
|
|
5
|
-
<path d="M75.0984 70.0001H54.9016C52.7498 69.9949 51.0052 68.2781 51 66.1605V61.2974C63.865 61.2974 67.5516 61.2974 79 61.2974V66.1618C78.9935 68.2794 77.2502 69.9949 75.0984 70.0001Z" fill="#9faebc"/>
|
|
6
|
-
<rect x="55" y="25" width="9" height="9" rx="1" fill="#798da1"/>
|
|
7
|
-
<rect x="66" y="25" width="9" height="9" rx="1" fill="#798da1"/>
|
|
8
|
-
<rect x="55" y="36" width="9" height="9" rx="1" fill="#798da1"/>
|
|
9
|
-
<rect x="66" y="36" width="9" height="9" rx="1" fill="#fff"/>
|
|
10
|
-
<rect x="55" y="47" width="9" height="9" rx="1" fill="#9faebc"/>
|
|
11
|
-
<rect x="66" y="47" width="9" height="9" rx="1" fill="#798da1"/>
|
|
12
|
-
<path d="M37.2268 12.0017C34.5345 5.37522 27.1149 2.24203 20.6546 5.00363C16.2373 6.89184 13.2339 11.1714 12.8897 16.0673C9.15667 16.5969 6.54891 20.1303 7.06516 23.9595C7.53234 27.4244 10.4214 30.0035 13.8314 30H37.2267C42.072 30 46 25.9709 46 21.0009C46 16.0309 42.0722 12.0017 37.2268 12.0017Z" fill="#d8dee4"/>
|
|
13
|
-
<path d="M57.2692 72.5815H56.1678V42.7349C54.3301 45.1939 49.5575 45.1939 47.8791 42.7349V51.4522H35.2235V46.041C34.6317 46.2249 34.0161 46.3551 33.3664 46.3551C32.7185 46.3551 32.1037 46.225 31.5111 46.041V51.4522H19.461V43.8369C17.0922 46.2959 13.5411 46.2959 11.1724 43.8369V72.5816H9.99685C8.55506 72.5816 7.38708 73.7943 7.38708 75.291C7.38708 76.7877 8.55506 78.0002 9.99685 78.0002H57.2692C60.3318 77.9999 60.2843 72.5815 57.2692 72.5815ZM47.8791 55.305V61.4484C47.8791 62.6357 46.6636 63.6123 45.511 63.6123H35.2236V55.3049L47.8791 55.305ZM31.5113 55.305V63.6124L21.4353 63.6123C20.2834 63.6123 19.461 62.644 19.461 61.4484V55.305L31.5113 55.305Z" fill="#798da1"/>
|
|
14
|
-
<path d="M57.2692 72.4897H56.1678C39.5904 72.4897 11.1724 72.4899 11.1724 72.4899H9.99685C8.55506 72.4899 7.38708 73.723 7.38708 75.245C7.38708 76.767 8.55506 78 9.99685 78H57.2692C60.3318 77.9997 60.2843 72.4897 57.2692 72.4897Z" fill="#9faebc"/>
|
|
15
|
-
<path d="M4.36712 48.0474C4.81643 48.1812 5.27025 48.2449 5.71738 48.2449C7.74681 48.2449 9.62132 46.9273 10.2321 44.887L10.48 44.0607C10.6478 45.561 11.5272 46.883 12.8428 47.6229C13.2673 47.8583 13.7199 48.0527 14.2224 48.1521C14.5332 48.215 14.8429 48.2449 15.1473 48.2449C17.3508 48.2449 19.3208 46.6972 19.7658 44.4592L19.8808 43.8858C19.9987 45.481 20.9149 46.8863 22.2771 47.6455C22.824 47.9513 23.4393 48.1531 24.1041 48.2203C24.2631 48.2374 24.4213 48.2441 24.5771 48.2441C26.9695 48.2441 29.0194 46.4338 29.2629 44.0077L29.2977 43.6588C29.3408 45.3718 30.3025 46.8419 31.7104 47.6281C32.3903 48.0084 33.1645 48.2439 33.9984 48.2439C34.8354 48.2439 35.6087 48.0084 36.2887 47.6281C37.6954 46.8419 38.6581 45.3718 38.7026 43.6588L38.736 44.0077C38.9798 46.4336 41.0286 48.2441 43.4218 48.2441C43.5787 48.2441 43.7358 48.2374 43.8951 48.2203C44.5588 48.1531 45.1741 47.9513 45.7229 47.6455C47.0842 46.8863 48.0016 45.481 48.1172 43.8858L48.2321 44.4592C48.6792 46.6981 50.6479 48.2449 52.8507 48.2449C53.156 48.2449 53.4646 48.2148 53.7766 48.1521C54.2767 48.0527 54.7316 47.8583 55.154 47.6229C56.4718 46.8829 57.3512 45.561 57.5191 44.0607L57.7669 44.887C58.3778 46.9273 60.2522 48.2449 62.2826 48.2449C62.7289 48.2449 63.1826 48.1812 63.6319 48.0474C66.1281 47.3041 67.5466 44.6839 66.8017 42.1965L62.77 28.7395C61.9277 25.927 59.3341 24 56.392 24H11.6084C8.66495 24 6.07143 25.927 5.22903 28.7395L1.1983 42.1965C0.453354 44.684 1.87214 47.3042 4.36712 48.0474Z" fill="#9faebc"/>
|
|
16
|
-
<path d="M31.5112 55.3047V63.612L21.4352 63.6119C20.2834 63.6119 19.4609 62.6437 19.4609 61.448V55.3047L31.5112 55.3047Z" fill="#9faebc"/>
|
|
17
|
-
<path d="M19.4609 45.4304V51.4519H31.5111V47.5103C30.2124 46.7004 29.3387 45.2896 29.2976 43.6587L29.2628 44.0076C29.0193 46.4336 26.9694 48.2439 24.5771 48.2439C24.4212 48.2439 24.263 48.2373 24.104 48.2201C23.4392 48.153 22.8239 47.9511 22.277 47.6454C20.9149 46.8862 19.9986 45.4808 19.8807 43.8856L19.7658 44.459C19.698 44.7998 19.5949 45.1246 19.4609 45.4304Z" fill="#fff"/>
|
|
18
|
-
<path d="M35.2234 48.0726C35.5986 47.9664 35.9549 47.8146 36.2886 47.6279C37.6954 46.8418 38.658 45.3717 38.7025 43.6587L38.736 44.0076C38.9797 46.4335 41.0285 48.2439 43.4217 48.2439C43.5786 48.2439 43.7357 48.2373 43.895 48.2201C44.5588 48.153 45.174 47.9511 45.7229 47.6454C46.7378 47.0793 47.506 46.1541 47.8791 45.0588V51.4519H35.2234V48.0726Z" fill="#fff"/>
|
|
19
|
-
<path d="M47.8791 61.4481V55.3048L35.2235 55.3047V63.612H45.5109C46.6635 63.612 47.8791 62.6355 47.8791 61.4481Z" fill="#d8dee4"/>
|
|
20
|
-
<path d="M50 15.4615C50 14.5791 50.3885 13.7414 51.0622 13.1714L61.0622 4.70984C62.1807 3.76339 63.8193 3.76339 64.9378 4.70984L74.9378 13.1714C75.6115 13.7414 76 14.5791 76 15.4615V29.0701C76 30.1747 75.1046 31.0701 74 31.0701H52C50.8954 31.0701 50 30.1747 50 29.0701V15.4615Z" fill="#7e9bfa"/>
|
|
21
|
-
<path d="M67.4857 19.1864C68.1714 19.5792 68.1714 20.5614 67.4857 20.9543L60.5429 24.932C59.8571 25.3249 59 24.8338 59 24.0481L59 16.0925C59 15.3068 59.8571 14.8157 60.5429 15.2086L67.4857 19.1864Z" fill="#fff"/>
|
|
22
|
-
</svg>
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="21" y="32" width="38" height="25" fill="#fff"/>
|
|
3
|
-
<path d="M75.0984 69.9999H54.9016C52.7498 69.9947 51.0052 68.2779 51 66.1603V24.2395C51.0052 22.1218 52.7498 20.4051 54.9016 20.3999H75.0984C77.2502 20.4051 78.9948 22.1218 79 24.2395V66.1616C78.9935 68.2792 77.2502 69.9947 75.0984 69.9999Z" fill="#d8dee4"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.8454 67.6277H74.7096L74.711 67.6277C75.5211 67.625 76.1787 66.969 76.1828 66.1574V24.2427C76.1795 23.4326 75.522 22.7752 74.7118 22.7721H54.8432C54.0329 22.7752 53.3753 23.4328 53.3722 24.2431V66.1567C53.3753 66.9673 54.0333 67.625 54.8439 67.6277L54.8454 67.6277ZM54.8396 69.9999C52.7219 69.9947 51.0052 68.2779 51 66.1603V24.2395C51.0052 22.1218 52.7219 20.4051 54.8396 20.3999H74.7154C76.833 20.4051 78.5498 22.1218 78.555 24.2395V66.1616C78.5485 68.2792 76.833 69.9947 74.7154 69.9999H54.8396Z" fill="#d8dee4"/>
|
|
5
|
-
<path d="M75.0984 70.0001H54.9016C52.7498 69.9949 51.0052 68.2781 51 66.1605V61.2974C63.865 61.2974 67.5516 61.2974 79 61.2974V66.1618C78.9935 68.2794 77.2502 69.9949 75.0984 70.0001Z" fill="#607890"/>
|
|
6
|
-
<rect x="55" y="25" width="9" height="9" rx="1" fill="#798da1"/>
|
|
7
|
-
<rect x="66" y="25" width="9" height="9" rx="1" fill="#798da1"/>
|
|
8
|
-
<rect x="55" y="36" width="9" height="9" rx="1" fill="#798da1"/>
|
|
9
|
-
<rect x="66" y="36" width="9" height="9" rx="1" fill="#fff"/>
|
|
10
|
-
<rect x="55" y="47" width="9" height="9" rx="1" fill="#9faebc"/>
|
|
11
|
-
<rect x="66" y="47" width="9" height="9" rx="1" fill="#798da1"/>
|
|
12
|
-
<path d="M37.2268 12.0017C34.5345 5.37522 27.1149 2.24203 20.6546 5.00363C16.2373 6.89184 13.2339 11.1714 12.8897 16.0673C9.15667 16.5969 6.54891 20.1303 7.06516 23.9595C7.53234 27.4244 10.4214 30.0035 13.8314 30H37.2267C42.072 30 46 25.9709 46 21.0009C46 16.0309 42.0722 12.0017 37.2268 12.0017Z" fill="#d8dee4"/>
|
|
13
|
-
<path d="M57.2692 72.5815H56.1678V42.7349C54.3301 45.1939 49.5575 45.1939 47.8791 42.7349V51.4522H35.2235V46.041C34.6317 46.2249 34.0161 46.3551 33.3664 46.3551C32.7185 46.3551 32.1037 46.225 31.5111 46.041V51.4522H19.461V43.8369C17.0922 46.2959 13.5411 46.2959 11.1724 43.8369V72.5816H9.99685C8.55506 72.5816 7.38708 73.7943 7.38708 75.291C7.38708 76.7877 8.55506 78.0002 9.99685 78.0002H57.2692C60.3318 77.9999 60.2843 72.5815 57.2692 72.5815ZM47.8791 55.305V61.4484C47.8791 62.6357 46.6636 63.6123 45.511 63.6123H35.2236V55.3049L47.8791 55.305ZM31.5113 55.305V63.6124L21.4353 63.6123C20.2834 63.6123 19.461 62.644 19.461 61.4484V55.305L31.5113 55.305Z" fill="#798da1"/>
|
|
14
|
-
<path d="M57.2692 72.4897H56.1678C39.5904 72.4897 11.1724 72.4899 11.1724 72.4899H9.99685C8.55506 72.4899 7.38708 73.723 7.38708 75.245C7.38708 76.767 8.55506 78 9.99685 78H57.2692C60.3318 77.9997 60.2843 72.4897 57.2692 72.4897Z" fill="#506478"/>
|
|
15
|
-
<path d="M4.36712 48.0474C4.81643 48.1812 5.27025 48.2449 5.71738 48.2449C7.74681 48.2449 9.62132 46.9273 10.2321 44.887L10.48 44.0607C10.6478 45.561 11.5272 46.883 12.8428 47.6229C13.2673 47.8583 13.7199 48.0527 14.2224 48.1521C14.5332 48.215 14.8429 48.2449 15.1473 48.2449C17.3508 48.2449 19.3208 46.6972 19.7658 44.4592L19.8808 43.8858C19.9987 45.481 20.9149 46.8863 22.2771 47.6455C22.824 47.9513 23.4393 48.1531 24.1041 48.2203C24.2631 48.2374 24.4213 48.2441 24.5771 48.2441C26.9695 48.2441 29.0194 46.4338 29.2629 44.0077L29.2977 43.6588C29.3408 45.3718 30.3025 46.8419 31.7104 47.6281C32.3903 48.0084 33.1645 48.2439 33.9984 48.2439C34.8354 48.2439 35.6087 48.0084 36.2887 47.6281C37.6954 46.8419 38.6581 45.3718 38.7026 43.6588L38.736 44.0077C38.9798 46.4336 41.0286 48.2441 43.4218 48.2441C43.5787 48.2441 43.7358 48.2374 43.8951 48.2203C44.5588 48.1531 45.1741 47.9513 45.7229 47.6455C47.0842 46.8863 48.0016 45.481 48.1172 43.8858L48.2321 44.4592C48.6792 46.6981 50.6479 48.2449 52.8507 48.2449C53.156 48.2449 53.4646 48.2148 53.7766 48.1521C54.2767 48.0527 54.7316 47.8583 55.154 47.6229C56.4718 46.8829 57.3512 45.561 57.5191 44.0607L57.7669 44.887C58.3778 46.9273 60.2522 48.2449 62.2826 48.2449C62.7289 48.2449 63.1826 48.1812 63.6319 48.0474C66.1281 47.3041 67.5466 44.6839 66.8017 42.1965L62.77 28.7395C61.9277 25.927 59.3341 24 56.392 24H11.6084C8.66495 24 6.07143 25.927 5.22903 28.7395L1.1983 42.1965C0.453354 44.684 1.87214 47.3042 4.36712 48.0474Z" fill="#607890"/>
|
|
16
|
-
<path d="M31.5112 55.3047V63.612L21.4352 63.6119C20.2834 63.6119 19.4609 62.6437 19.4609 61.448V55.3047L31.5112 55.3047Z" fill="#9faebc"/>
|
|
17
|
-
<path d="M19.4609 45.4304V51.4519H31.5111V47.5103C30.2124 46.7004 29.3387 45.2896 29.2976 43.6587L29.2628 44.0076C29.0193 46.4336 26.9694 48.2439 24.5771 48.2439C24.4212 48.2439 24.263 48.2373 24.104 48.2201C23.4392 48.153 22.8239 47.9511 22.277 47.6454C20.9149 46.8862 19.9986 45.4808 19.8807 43.8856L19.7658 44.459C19.698 44.7998 19.5949 45.1246 19.4609 45.4304Z" fill="#fff"/>
|
|
18
|
-
<path d="M35.2234 48.0726C35.5986 47.9664 35.9549 47.8146 36.2886 47.6279C37.6954 46.8418 38.658 45.3717 38.7025 43.6587L38.736 44.0076C38.9797 46.4335 41.0285 48.2439 43.4217 48.2439C43.5786 48.2439 43.7357 48.2373 43.895 48.2201C44.5588 48.153 45.174 47.9511 45.7229 47.6454C46.7378 47.0793 47.506 46.1541 47.8791 45.0588V51.4519H35.2234V48.0726Z" fill="#fff"/>
|
|
19
|
-
<path d="M47.8791 61.4481V55.3048L35.2235 55.3047V63.612H45.5109C46.6635 63.612 47.8791 62.6355 47.8791 61.4481Z" fill="#d8dee4"/>
|
|
20
|
-
<path d="M50 15.4615C50 14.5791 50.3885 13.7414 51.0622 13.1714L61.0622 4.70984C62.1807 3.76339 63.8193 3.76339 64.9378 4.70984L74.9378 13.1714C75.6115 13.7414 76 14.5791 76 15.4615V29.0701C76 30.1747 75.1046 31.0701 74 31.0701H52C50.8954 31.0701 50 30.1747 50 29.0701V15.4615Z" fill="#7e9bfa"/>
|
|
21
|
-
<path d="M67.4857 19.1861C68.1714 19.579 68.1714 20.5612 67.4857 20.954L60.5429 24.9318C59.8571 25.3247 59 24.8336 59 24.0478L59 16.0923C59 15.3066 59.8571 14.8155 60.5429 15.2083L67.4857 19.1861Z" fill="#fff"/>
|
|
22
|
-
</svg>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.9984 32.1092C59.0505 29.7845 57.8223 27.6344 55.807 26.504C49.339 22.8757 38.3668 17.0502 32.7446 14.4878C31.2688 13.8152 29.5966 13.8448 28.1293 14.5358C22.5774 17.1505 11.5559 22.9083 5.14633 26.5079C3.15191 27.628 1.94785 29.7592 2.00174 32.0605C2.37983 48.2062 5.72762 65.2986 27.6075 77.2775C29.3629 78.2385 31.493 78.2403 33.2519 77.2858C55.2859 65.3281 58.6282 48.638 58.9984 32.1092Z" fill="#9faebc"/>
|
|
3
|
-
<circle cx="30.5" cy="45.5" r="17.5" fill="#798da1"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.073 43.4142L29.2896 55.0712C28.6908 55.6703 27.8948 56 27.048 56C26.2012 56 25.4052 55.6703 24.8064 55.0712L19.9286 50.3228C19.3298 49.7238 19 48.9274 19 48.0803C19 47.2329 19.3298 46.4365 19.9286 45.8374C20.5272 45.2384 21.3233 44.9084 22.1703 44.9084C23.0171 44.9084 23.8133 45.2384 24.4119 45.8377L27.0478 48.343L36.5893 38.9288C37.1882 38.3297 37.9842 38 38.831 38C39.6777 38 40.4738 38.3297 41.0726 38.9288C42.3091 40.1658 42.3091 42.1777 41.073 43.4142Z" fill="#fff"/>
|
|
5
|
-
<path d="M58.5765 7.77069C56.2984 2.16364 50.0203 -0.48751 44.5539 1.84922C40.8162 3.44694 38.2748 7.06809 37.9836 11.2108C34.8249 11.6589 32.6183 14.6487 33.0551 17.8888C33.4504 20.8206 35.895 23.0029 38.7804 23H58.5765C62.6763 23 66 19.5908 66 15.3854C66 11.18 62.6765 7.77069 58.5765 7.77069Z" fill="#d8dee4"/>
|
|
6
|
-
<path d="M73.9941 76.9999H55.5609C53.597 76.9952 52.0048 75.403 52 73.439V34.5609C52.0048 32.597 53.597 31.0048 55.5609 31H73.9941C75.958 31.0048 77.5502 32.597 77.555 34.5609V73.4402C77.549 75.4042 75.958 76.9952 73.9941 76.9999Z" fill="#d8dee4"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.5662 74.7999H73.9887L73.9901 74.7999C74.7413 74.7974 75.3512 74.189 75.355 73.4364V34.5639C75.3519 33.8126 74.7422 33.2029 73.9908 33.2H55.5642C54.8127 33.2029 54.2029 33.8127 54.2 34.5642V73.4357C54.2029 74.1874 54.8131 74.7974 55.5649 74.7999L55.5662 74.7999ZM55.5609 76.9999C53.597 76.9952 52.0048 75.403 52 73.439V34.5609C52.0048 32.597 53.597 31.0048 55.5609 31H73.9941C75.958 31.0048 77.5502 32.597 77.555 34.5609V73.4402C77.549 75.4042 75.958 76.9952 73.9941 76.9999H55.5609Z" fill="#d8dee4"/>
|
|
8
|
-
<path d="M73.9941 76.9998H55.5609C53.597 76.995 52.0048 75.4028 52 73.4389V68.9287C63.7416 68.9287 67.1063 68.9287 77.555 68.9287V73.4401C77.549 75.404 75.958 76.995 73.9941 76.9998Z" fill="#9faebc"/>
|
|
9
|
-
<rect x="57" y="35" width="12" height="13" rx="1" fill="#798da1"/>
|
|
10
|
-
<path d="M57 57C57 56.4477 57.4477 56 58 56H72C72.5523 56 73 56.4477 73 57V64C73 64.5523 72.5523 65 72 65H58C57.4477 65 57 64.5523 57 64V57Z" fill="#798da1"/>
|
|
11
|
-
<rect x="57" y="50" width="11" height="3" rx="1" fill="#798da1"/>
|
|
12
|
-
<circle cx="61" cy="18.9999" r="6.42857" fill="#fff"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.2941 15.5842L72.9884 15.0829C72.7879 14.4691 72.5395 13.8703 72.2463 13.2935L73.5228 11.308C73.7508 10.9532 73.7007 10.4874 73.4026 10.1894L69.8106 6.59735C69.5126 6.29935 69.0468 6.24922 68.692 6.47719L66.7065 7.75366C66.1297 7.46046 65.5309 7.21213 64.9171 7.01163L64.4158 4.70587C64.3263 4.29388 63.9615 4 63.5399 4H58.4601C58.0385 4 57.6737 4.29388 57.5842 4.70587L57.0829 7.01163C56.4691 7.21213 55.8703 7.46046 55.2935 7.75366L53.308 6.47719C52.9532 6.24922 52.4874 6.29935 52.1894 6.59735L48.5974 10.1894C48.2993 10.4874 48.2492 10.9532 48.4772 11.308L49.7537 13.2935C49.4605 13.8703 49.2121 14.4691 49.0116 15.0829L46.7059 15.5842C46.2939 15.6739 46 16.0385 46 16.4601V21.5399C46 21.9615 46.2939 22.3261 46.7059 22.4158L49.0116 22.9171C49.2121 23.5309 49.4605 24.1297 49.7537 24.7065L48.4772 26.692C48.2492 27.0468 48.2993 27.5126 48.5974 27.8106L52.1894 31.4026C52.4874 31.7007 52.9532 31.7508 53.308 31.5228L55.2935 30.2463C55.8703 30.5395 56.4691 30.7879 57.0829 30.9884L57.5842 33.2941C57.6737 33.7061 58.0385 34 58.4601 34H63.5399C63.9615 34 64.3263 33.7061 64.4158 33.2941L64.9171 30.9884C65.5309 30.7879 66.1297 30.5395 66.7065 30.2463L68.692 31.5228C69.0468 31.7508 69.5126 31.7009 69.8106 31.4026L73.4026 27.8106C73.7007 27.5126 73.7508 27.0468 73.5228 26.692L72.2463 24.7065C72.5395 24.1297 72.7879 23.5309 72.9884 22.9171L75.2941 22.4158C75.7061 22.3261 76 21.9615 76 21.5399V16.4601C76 16.0385 75.7061 15.6739 75.2941 15.5842ZM61 25C64.3137 25 67 22.3137 67 19C67 15.6863 64.3137 13 61 13C57.6863 13 55 15.6863 55 19C55 22.3137 57.6863 25 61 25Z" fill="#7e9bfa"/>
|
|
14
|
-
</svg>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.9984 32.1092C59.0505 29.7845 57.8223 27.6344 55.807 26.504C49.339 22.8757 38.3668 17.0502 32.7446 14.4878C31.2688 13.8152 29.5966 13.8448 28.1293 14.5358C22.5774 17.1505 11.5559 22.9083 5.14633 26.5079C3.15191 27.628 1.94785 29.7592 2.00174 32.0605C2.37983 48.2062 5.72762 65.2986 27.6075 77.2775C29.3629 78.2385 31.493 78.2403 33.2519 77.2858C55.2859 65.3281 58.6282 48.638 58.9984 32.1092Z" fill="#9faebc"/>
|
|
3
|
-
<circle cx="30.5" cy="45.5" r="17.5" fill="#798da1"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.073 43.4142L29.2896 55.0712C28.6908 55.6703 27.8948 56 27.048 56C26.2012 56 25.4052 55.6703 24.8064 55.0712L19.9286 50.3228C19.3298 49.7238 19 48.9274 19 48.0803C19 47.2329 19.3298 46.4365 19.9286 45.8374C20.5272 45.2384 21.3233 44.9084 22.1703 44.9084C23.0171 44.9084 23.8133 45.2384 24.4119 45.8377L27.0478 48.343L36.5893 38.9288C37.1882 38.3297 37.9842 38 38.831 38C39.6777 38 40.4738 38.3297 41.0726 38.9288C42.3091 40.1658 42.3091 42.1777 41.073 43.4142Z" fill="#fff"/>
|
|
5
|
-
<path d="M58.5765 7.77069C56.2984 2.16364 50.0203 -0.48751 44.5539 1.84922C40.8162 3.44694 38.2748 7.06809 37.9836 11.2108C34.8249 11.6589 32.6183 14.6487 33.0551 17.8888C33.4504 20.8206 35.895 23.0029 38.7804 23H58.5765C62.6763 23 66 19.5908 66 15.3854C66 11.18 62.6765 7.77069 58.5765 7.77069Z" fill="#d8dee4"/>
|
|
6
|
-
<path d="M73.9941 76.9999H55.5609C53.597 76.9952 52.0048 75.403 52 73.439V34.5609C52.0048 32.597 53.597 31.0048 55.5609 31H73.9941C75.958 31.0048 77.5502 32.597 77.555 34.5609V73.4402C77.549 75.4042 75.958 76.9952 73.9941 76.9999Z" fill="#d8dee4"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.5662 74.7999H73.9887L73.9901 74.7999C74.7413 74.7974 75.3512 74.189 75.355 73.4364V34.5639C75.3519 33.8126 74.7422 33.2029 73.9908 33.2H55.5642C54.8127 33.2029 54.2029 33.8127 54.2 34.5642V73.4357C54.2029 74.1874 54.8131 74.7974 55.5649 74.7999L55.5662 74.7999ZM55.5609 76.9999C53.597 76.9952 52.0048 75.403 52 73.439V34.5609C52.0048 32.597 53.597 31.0048 55.5609 31H73.9941C75.958 31.0048 77.5502 32.597 77.555 34.5609V73.4402C77.549 75.4042 75.958 76.9952 73.9941 76.9999H55.5609Z" fill="#d8dee4"/>
|
|
8
|
-
<path d="M73.9941 77H55.5609C53.597 76.9952 52.0048 75.403 52 73.4391V68.929C63.7416 68.929 67.1063 68.929 77.555 68.929V73.4403C77.549 75.4042 75.958 76.9952 73.9941 77Z" fill="#607890"/>
|
|
9
|
-
<rect x="57" y="35" width="12" height="13" rx="1" fill="#798da1"/>
|
|
10
|
-
<path d="M57 57C57 56.4477 57.4477 56 58 56H72C72.5523 56 73 56.4477 73 57V64C73 64.5523 72.5523 65 72 65H58C57.4477 65 57 64.5523 57 64V57Z" fill="#798da1"/>
|
|
11
|
-
<rect x="57" y="50" width="11" height="3" rx="1" fill="#798da1"/>
|
|
12
|
-
<circle cx="61" cy="19.0001" r="6.42857" fill="#fff"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.2941 15.5842L72.9884 15.0829C72.7879 14.4691 72.5395 13.8703 72.2463 13.2935L73.5228 11.308C73.7508 10.9532 73.7007 10.4874 73.4026 10.1894L69.8106 6.59735C69.5126 6.29935 69.0468 6.24922 68.692 6.47719L66.7065 7.75366C66.1297 7.46046 65.5309 7.21213 64.9171 7.01163L64.4158 4.70587C64.3263 4.29388 63.9615 4 63.5399 4H58.4601C58.0385 4 57.6737 4.29388 57.5842 4.70587L57.0829 7.01163C56.4691 7.21213 55.8703 7.46046 55.2935 7.75366L53.308 6.47719C52.9532 6.24922 52.4874 6.29935 52.1894 6.59735L48.5974 10.1894C48.2993 10.4874 48.2492 10.9532 48.4772 11.308L49.7537 13.2935C49.4605 13.8703 49.2121 14.4691 49.0116 15.0829L46.7059 15.5842C46.2939 15.6739 46 16.0385 46 16.4601V21.5399C46 21.9615 46.2939 22.3261 46.7059 22.4158L49.0116 22.9171C49.2121 23.5309 49.4605 24.1297 49.7537 24.7065L48.4772 26.692C48.2492 27.0468 48.2993 27.5126 48.5974 27.8106L52.1894 31.4026C52.4874 31.7007 52.9532 31.7508 53.308 31.5228L55.2935 30.2463C55.8703 30.5395 56.4691 30.7879 57.0829 30.9884L57.5842 33.2941C57.6737 33.7061 58.0385 34 58.4601 34H63.5399C63.9615 34 64.3263 33.7061 64.4158 33.2941L64.9171 30.9884C65.5309 30.7879 66.1297 30.5395 66.7065 30.2463L68.692 31.5228C69.0468 31.7508 69.5126 31.7009 69.8106 31.4026L73.4026 27.8106C73.7007 27.5126 73.7508 27.0468 73.5228 26.692L72.2463 24.7065C72.5395 24.1297 72.7879 23.5309 72.9884 22.9171L75.2941 22.4158C75.7061 22.3261 76 21.9615 76 21.5399V16.4601C76 16.0385 75.7061 15.6739 75.2941 15.5842ZM61 25C64.3137 25 67 22.3137 67 19C67 15.6863 64.3137 13 61 13C57.6863 13 55 15.6863 55 19C55 22.3137 57.6863 25 61 25Z" fill="#7e9bfa"/>
|
|
14
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.0732 3.0293C35.8945 3.0293 39 6.09884 39 9.87586C39 13.6529 35.8945 16.7224 32.0732 16.7224H21V16.73H18V3.03003L32.0732 3.0293ZM26.878 11.5875C27.3283 11.5875 27.7785 11.4049 28.1018 11.0843C28.425 10.7648 28.6097 10.3312 28.6097 9.87586C28.6097 9.43083 28.425 8.98581 28.1018 8.6663C27.4553 8.02729 26.3008 8.02729 25.6543 8.6663C25.331 8.98581 25.1463 9.43083 25.1463 9.87586C25.1463 10.3209 25.331 10.7659 25.6543 11.0854C25.9775 11.4049 26.4278 11.5875 26.878 11.5875ZM32.0732 11.5875C32.5234 11.5875 32.9736 11.4049 33.2969 11.0843C33.6202 10.7648 33.8049 10.3312 33.8049 9.87586C33.8049 9.43083 33.6202 8.98581 33.2969 8.6663C32.6504 8.02729 31.4844 8.02729 30.8494 8.6663C30.5262 8.98581 30.3414 9.43083 30.3414 9.87586C30.3414 10.3209 30.5262 10.7659 30.8494 11.0854C31.1727 11.4049 31.6229 11.5875 32.0732 11.5875Z" fill="#9faebc"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21 17.8H18V31.5L32.0732 31.5003C35.8945 31.5003 39 28.4307 39 24.6537C39 20.8767 35.8945 17.8071 32.0732 17.8071H21V17.8ZM28.1018 25.8621C27.7785 26.1828 27.3283 26.3653 26.878 26.3653C26.4278 26.3653 25.9775 26.1828 25.6543 25.8632C25.331 25.5437 25.1463 25.0987 25.1463 24.6537C25.1463 24.2087 25.331 23.7636 25.6543 23.4441C26.3008 22.8051 27.4553 22.8051 28.1018 23.4441C28.425 23.7636 28.6097 24.2087 28.6097 24.6537C28.6097 25.109 28.425 25.5426 28.1018 25.8621ZM33.2969 25.8621C32.9736 26.1828 32.5234 26.3653 32.0732 26.3653C31.6229 26.3653 31.1727 26.1828 30.8494 25.8632C30.5262 25.5437 30.3414 25.0987 30.3414 24.6537C30.3414 24.2087 30.5262 23.7636 30.8494 23.4441C31.4844 22.8051 32.6504 22.8051 33.2969 23.4441C33.6202 23.7636 33.8049 24.2087 33.8049 24.6537C33.8049 25.109 33.6202 25.5426 33.2969 25.8621Z" fill="#9faebc"/>
|
|
4
|
-
<path d="M1.00012 28.5765C1.00012 30.1844 2.21193 31.4999 3.69302 31.4999H20.0001C20.0001 25.1666 20.0001 27.3737 20.0001 24.1111H1.00012V28.5765Z" fill="#798da1"/>
|
|
5
|
-
<path d="M20 3H3.73018C2.22858 3 1 4.235 1 5.74444V24.1111H20C20 20.1879 20 11.9648 20 3Z" fill="#d8dee4"/>
|
|
6
|
-
<path d="M26.8781 11.5875C27.3283 11.5875 27.7786 11.4049 28.1018 11.0842C28.4251 10.7647 28.6098 10.3311 28.6098 9.87583C28.6098 9.4308 28.4251 8.98578 28.1018 8.66627C27.4553 8.02726 26.3008 8.02726 25.6543 8.66627C25.3311 8.98578 25.1464 9.4308 25.1464 9.87583C25.1464 10.3209 25.3311 10.7659 25.6543 11.0854C25.9776 11.4049 26.4278 11.5875 26.8781 11.5875Z" fill="#fff"/>
|
|
7
|
-
<path d="M32.0732 11.5875C32.5235 11.5875 32.9737 11.4049 33.297 11.0842C33.6202 10.7647 33.8049 10.3311 33.8049 9.87583C33.8049 9.4308 33.6202 8.98578 33.297 8.66627C32.6504 8.02726 31.4844 8.02726 30.8495 8.66627C30.5262 8.98578 30.3415 9.4308 30.3415 9.87583C30.3415 10.3209 30.5262 10.7659 30.8495 11.0854C31.1727 11.4049 31.623 11.5875 32.0732 11.5875Z" fill="#fff"/>
|
|
8
|
-
<path d="M26.8781 26.3653C27.3283 26.3653 27.7786 26.1827 28.1018 25.8621C28.4251 25.5426 28.6098 25.109 28.6098 24.6537C28.6098 24.2086 28.4251 23.7636 28.1018 23.4441C27.4553 22.8051 26.3008 22.8051 25.6543 23.4441C25.3311 23.7636 25.1464 24.2086 25.1464 24.6537C25.1464 25.0987 25.3311 25.5437 25.6543 25.8632C25.9776 26.1827 26.4278 26.3653 26.8781 26.3653Z" fill="#d8dee4"/>
|
|
9
|
-
<path d="M32.0732 26.3653C32.5235 26.3653 32.9737 26.1827 33.297 25.8621C33.6202 25.5426 33.8049 25.109 33.8049 24.6537C33.8049 24.2086 33.6202 23.7636 33.297 23.4441C32.6504 22.8051 31.4844 22.8051 30.8495 23.4441C30.5262 23.7636 30.3415 24.2086 30.3415 24.6537C30.3415 25.0987 30.5262 25.5437 30.8495 25.8632C31.1727 26.1827 31.623 26.3653 32.0732 26.3653Z" fill="#d8dee4"/>
|
|
10
|
-
<path d="M17.889 31.5L17.0973 34.6667H12.0835C11.209 34.6667 10.5001 35.3755 10.5001 36.25C10.5001 37.1244 11.209 37.8333 12.0835 37.8333H19V37.84H21V37.8333H28.0279C28.9023 37.8333 29.6112 37.1244 29.6112 36.25C29.6112 35.3755 28.9023 34.6667 28.0279 34.6667H23.014L22.2223 31.5H17.889Z" fill="#9faebc"/>
|
|
11
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_5907_4860)">
|
|
3
|
-
<circle cx="10" cy="10" r="10" fill="#798da1"/>
|
|
4
|
-
<path d="M15.4305 15.6062V16.9906C15.4305 17.1465 15.3042 17.2727 15.1484 17.2727H4.8518C4.69594 17.2727 4.5697 17.1465 4.5697 16.9906V15.6062C4.5697 14.1538 5.74711 12.9771 7.19991 12.9767C7.71333 12.9764 8.16539 12.7122 8.42562 12.3117C8.68706 11.9099 8.66012 11.5605 8.66012 11.2781L8.66541 11.2651C7.39949 10.7411 6.50912 9.49386 6.50912 8.03858V7.92821C6.00646 7.92821 5.62757 7.53098 5.62757 7.06288V5.59738C5.61628 5.08714 5.63956 3.28771 6.93932 2.03484C8.45066 0.57816 10.8457 0.697346 12.5806 1.47664C12.637 1.50203 12.6352 1.58278 12.5781 1.60641L12.1257 1.79259C12.058 1.82045 12.0724 1.92024 12.1451 1.928L12.3648 1.95162C13.4166 2.06411 14.3938 2.63536 14.9996 3.58603C15.0158 3.61177 15.0112 3.65091 14.9904 3.67312C14.6166 4.06841 14.4079 4.59311 14.4079 5.13862V7.06288C14.4079 7.54068 14.0203 7.92821 13.5425 7.92821H13.491V8.03858C13.491 9.49386 12.6007 10.7411 11.3348 11.2651L11.34 11.2781C11.34 11.5524 11.3109 11.9065 11.5745 12.3117C11.8348 12.7122 12.2868 12.9764 12.8003 12.9767C14.2531 12.9771 15.4305 14.1538 15.4305 15.6062Z" fill="#fff"/>
|
|
5
|
-
<path d="M14.9993 3.5863C15.0156 3.61201 15.011 3.65094 14.9901 3.67308C14.6165 4.06866 14.4077 4.59318 14.4077 5.13872V7.06298C14.4077 7.49981 14.0786 7.92832 13.4909 7.92832V5.75017C13.4909 4.81537 12.7331 4.05758 11.7983 4.05758H8.20155C7.26675 4.05758 6.50897 4.81537 6.50897 5.75017V7.92832C6.00631 7.92832 5.62741 7.53109 5.62741 7.06298V5.59748C5.61613 5.08724 5.6394 3.28781 6.93917 2.03494C8.4504 0.578227 10.8457 0.697483 12.5803 1.47685C12.6367 1.5022 12.6352 1.58299 12.578 1.60654L12.1255 1.7928C12.0579 1.82066 12.0721 1.92034 12.1449 1.92813L12.3646 1.95172C13.4167 2.06411 14.3935 2.63535 14.9993 3.5863V3.5863Z" fill="#d8dee4"/>
|
|
6
|
-
<path d="M4.5697 18.3986V15.6063C4.5697 14.1539 5.74728 12.9773 7.19973 12.9768C7.71329 12.9766 8.16546 12.7122 8.42562 12.3118C9.33377 13.0876 10.6659 13.0881 11.5745 12.3118C11.8347 12.7122 12.2869 12.9766 12.8004 12.9768C14.2529 12.9773 15.4305 14.1539 15.4305 15.6063V18.3984C13.8667 19.4117 12.0021 20 10 20C7.99801 20 6.13343 19.4117 4.5697 18.3986Z" fill="#d8dee4"/>
|
|
7
|
-
<path d="M13.4909 8.0386C13.4909 9.9673 11.9271 11.5296 9.99999 11.5296C8.18427 11.5296 6.50903 10.118 6.50903 7.92823V5.75008C6.50903 4.81528 7.26682 4.0575 8.20162 4.0575H11.7984C12.7332 4.0575 13.4909 4.81528 13.4909 5.75008V8.0386Z" fill="#fff"/>
|
|
8
|
-
<path d="M8.6207 13.8286C8.4903 13.8697 8.35045 13.8923 8.20051 13.8936C6.74432 13.9064 5.55704 15.0578 5.55704 16.5141V16.7791C5.55704 17.0518 5.33602 17.2728 5.06337 17.2728H4.8518C4.69601 17.2728 4.5697 17.1465 4.5697 16.9907V15.6063C4.5697 14.1538 5.74728 12.9773 7.19973 12.9768C7.71329 12.9766 8.16546 12.7122 8.42562 12.3118C8.53049 12.4013 8.64277 12.4818 8.76104 12.5523C9.28126 12.8623 9.19836 13.647 8.6207 13.8286Z" fill="#d8dee4"/>
|
|
9
|
-
<path d="M12.5779 1.60641C12.1633 1.77704 12.1042 1.81466 11.9606 1.79238C9.64477 1.43341 7.61296 2.39159 6.92295 4.64107C6.66483 4.93798 6.50897 5.32622 6.50897 5.75007V7.07321C6.50897 7.64404 5.62741 7.68378 5.62741 7.06288V5.59738C5.61613 5.08714 5.6394 3.28771 6.93917 2.03484C8.4505 0.57816 10.8455 0.697346 12.5804 1.47664C12.6368 1.50203 12.6351 1.58278 12.5779 1.60641Z" fill="#d8dee4"/>
|
|
10
|
-
<path d="M10 16C10 15.4477 10.4477 15 11 15H13C13.5523 15 14 15.4477 14 16C14 16.5523 13.5523 17 13 17H11C10.4477 17 10 16.5523 10 16Z" fill="#fff"/>
|
|
11
|
-
</g>
|
|
12
|
-
<defs>
|
|
13
|
-
<clipPath id="clip0_5907_4860">
|
|
14
|
-
<rect width="20" height="20" fill="#fff" transform="matrix(-1 0 0 1 20 0)"/>
|
|
15
|
-
</clipPath>
|
|
16
|
-
</defs>
|
|
17
|
-
</svg>
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<svg width="322" height="220" viewBox="0 0 322 220" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M310.373 41.8766V188.24C310.373 194.49 305.318 199.553 299.08 199.553H63.5772C57.3389 199.553 52.2839 194.489 52.2839 188.24V41.8766C52.2839 35.6272 57.3393 30.5635 63.5772 30.5635H299.08C305.318 30.5635 310.373 35.6272 310.373 41.8766Z" fill="#506478"/>
|
|
3
|
-
<path d="M295.129 52.0643V178.053C295.129 179.618 293.862 180.888 292.299 180.888H70.3592C68.7957 180.888 67.5288 179.618 67.5288 178.053V52.0643C67.5288 50.4985 68.7957 49.229 70.3592 49.229H292.299C293.862 49.229 295.129 50.4985 295.129 52.0643Z" fill="#d8dee4"/>
|
|
4
|
-
<path d="M321.859 202.122L320.715 205.638C318.117 213.639 310.673 219.055 302.273 219.055H60.3902C51.9895 219.055 44.5457 213.639 41.9479 205.643L40.8042 202.122C40.2096 200.296 41.5685 198.419 43.4874 198.419H160.585L163.274 206.613C164.27 209.636 167.089 211.683 170.265 211.683H192.398C195.574 211.683 198.393 209.636 199.389 206.613L202.078 198.419H319.175C321.095 198.419 322.453 200.296 321.859 202.122Z" fill="#43559D"/>
|
|
5
|
-
<path d="M195.212 214.297H167.452C162.575 214.297 158.249 211.16 156.725 206.519L152.503 198.419H210.16L205.938 206.519C204.415 211.16 200.089 214.297 195.212 214.297Z" fill="#506478"/>
|
|
6
|
-
<path d="M255.802 12.2128V34.0966C179.341 34.0966 102.879 34.096 26.4185 34.096V12.2128C26.4185 5.99205 31.4567 0.944824 37.6664 0.944824H244.554C250.764 0.944824 255.802 5.99205 255.802 12.2128Z" fill="#9faebc"/>
|
|
7
|
-
<path d="M255.804 28.4263V141.765C255.804 147.988 250.769 153.032 244.558 153.032H37.6676C31.4563 153.032 26.4214 147.988 26.4214 141.765V28.4263C102.882 28.4263 179.343 28.4263 255.804 28.4263Z" fill="#fff"/>
|
|
8
|
-
<path d="M214.838 18.9919C212.493 18.9919 210.593 17.0879 210.593 14.739V14.6802C210.593 12.3308 212.494 10.4272 214.838 10.4272C217.183 10.4272 219.083 12.3313 219.083 14.6802V14.739C219.083 17.0884 217.183 18.9919 214.838 18.9919Z" fill="#fff"/>
|
|
9
|
-
<path d="M228.396 18.9919C226.051 18.9919 224.151 17.0879 224.151 14.739V14.6802C224.151 12.3308 226.051 10.4272 228.396 10.4272C230.741 10.4272 232.641 12.3313 232.641 14.6802V14.739C232.641 17.0884 230.741 18.9919 228.396 18.9919Z" fill="#fff"/>
|
|
10
|
-
<path d="M241.954 18.9919C239.609 18.9919 237.708 17.0879 237.708 14.739V14.6802C237.708 12.3308 239.609 10.4272 241.954 10.4272C244.299 10.4272 246.199 12.3313 246.199 14.6802V14.739C246.199 17.0884 244.299 18.9919 241.954 18.9919Z" fill="#fff"/>
|
|
11
|
-
<path d="M117.566 67.6626H83.3287C80.9835 67.6626 79.0835 65.7586 79.0835 63.4098C79.0835 61.0607 80.9839 59.1567 83.3287 59.1567H117.566C119.911 59.1567 121.811 61.0607 121.811 63.4098C121.811 65.7586 119.911 67.6626 117.566 67.6626Z" fill="#d8dee4"/>
|
|
12
|
-
<path d="M159.218 88.7133H46.7684C44.4232 88.7133 42.5232 86.8093 42.5232 84.4606C42.5232 82.1115 44.4239 80.2075 46.7684 80.2075H159.218C161.563 80.2075 163.463 82.1115 163.463 84.4606C163.463 86.8093 161.563 88.7133 159.218 88.7133Z" fill="#d8dee4"/>
|
|
13
|
-
<path d="M235.455 104.819H46.7684C44.4232 104.819 42.5232 102.915 42.5232 100.566C42.5232 98.2174 44.4239 96.313 46.7684 96.313H235.455C237.801 96.313 239.701 98.2174 239.701 100.566C239.701 102.915 237.801 104.819 235.455 104.819Z" fill="#d8dee4"/>
|
|
14
|
-
<path d="M259.038 99.1977L197.42 77.5716C193.699 76.2654 190.121 79.8501 191.424 83.5781L213.012 145.306C214.158 148.583 218.328 149.535 220.779 147.08L228.446 139.398C229.34 138.504 230.787 138.504 231.68 139.398L264.628 172.405C266.465 174.245 269.444 174.245 271.281 172.405L286.089 157.57C287.927 155.73 287.927 152.745 286.089 150.905L253.142 117.898C252.249 117.004 252.249 115.554 253.142 114.659L260.809 106.978C263.26 104.524 262.309 100.346 259.038 99.1977Z" fill="#7e9bfa"/>
|
|
15
|
-
<path d="M183.494 46.4139L183.494 46.4139C181.937 46.928 181.091 48.6076 181.603 50.1655L186.437 64.8531C186.95 66.411 188.627 67.2571 190.184 66.743L190.184 66.743C191.74 66.2289 192.587 64.5492 192.074 62.9914L187.24 48.3037C186.728 46.7459 185.05 45.8998 183.494 46.4139Z" fill="#d8dee4"/>
|
|
16
|
-
<path d="M207.626 46.2975L207.626 46.2975C206.194 45.7033 204.553 46.3839 203.96 47.8175L197.944 62.371C197.352 63.8046 198.033 65.4484 199.465 66.0426L199.465 66.0426C200.897 66.6367 202.539 65.9562 203.131 64.5226L209.147 49.9691C209.739 48.5355 209.059 46.8916 207.626 46.2975Z" fill="#d8dee4"/>
|
|
17
|
-
<path d="M224.755 62.9776L224.755 62.9776C224.153 61.5464 222.506 60.8754 221.076 61.4789L206.595 67.591C205.165 68.1945 204.494 69.8439 205.096 71.2751L205.096 71.2751C205.698 72.7062 207.345 73.3772 208.775 72.7737L223.256 66.6617C224.686 66.0582 225.357 64.4088 224.755 62.9776Z" fill="#d8dee4"/>
|
|
18
|
-
<path d="M167.751 62.9624C166.328 62.3413 164.673 62.9919 164.054 64.4155C163.434 65.8391 164.085 67.4967 165.507 68.1178L179.912 74.4085C181.335 75.0296 182.99 74.3791 183.609 72.9554C184.229 71.5318 183.578 69.8742 182.156 69.2531L167.751 62.9624Z" fill="#d8dee4"/>
|
|
19
|
-
<path d="M84.7034 113.446L77.6899 112.554C77.1117 110.774 76.3994 109.057 75.5675 107.426L79.8985 101.846C81.6517 99.5875 81.4467 96.3999 79.4435 94.4588L73.5679 88.5803C71.6093 86.557 68.4235 86.3555 66.163 88.1061L60.5934 92.4395C58.9634 91.6072 57.2473 90.8945 55.4643 90.3159L54.5724 83.3097C54.237 80.4992 51.8532 78.3828 49.029 78.3828H40.673C37.8491 78.3828 35.4653 80.4992 35.1296 83.2988L34.238 90.3159C32.4549 90.8945 30.7389 91.6035 29.1087 92.4395L23.5354 88.1061C21.2822 86.3555 18.0964 86.557 16.1529 88.5614L10.2775 94.4366C8.25559 96.3999 8.0504 99.5875 9.8037 101.849L14.1347 107.426C13.2991 109.057 12.5903 110.774 12.0121 112.554L5.01011 113.446C2.20109 113.782 0.0859375 116.167 0.0859375 118.993V127.354C0.0859375 130.179 2.20109 132.564 4.99892 132.9L12.0121 133.792C12.5903 135.573 13.3028 137.29 14.1347 138.921L9.8037 144.501C8.0504 146.759 8.25559 149.947 10.2588 151.888L16.1342 157.766C18.0964 159.786 21.2785 159.987 23.5391 158.237L29.1124 153.903C30.7426 154.74 32.4586 155.452 34.238 156.027L35.1296 163.029C35.4653 165.848 37.8491 167.964 40.673 167.964H49.029C51.8532 167.964 54.237 165.848 54.5724 163.048L55.4643 156.031C57.2436 155.452 58.9594 154.739 60.5897 153.907L66.1666 158.241C68.4235 159.995 71.6093 159.789 73.5493 157.785L79.4246 151.906C81.4467 149.943 81.6517 146.759 79.8985 144.497L75.5675 138.921C76.403 137.29 77.1157 135.573 77.6899 133.792L84.6881 132.9C87.4975 132.564 89.6126 130.179 89.6126 127.354V118.993C89.6163 116.167 87.5011 113.782 84.7034 113.446ZM44.851 141.836C34.5663 141.836 26.1989 133.464 26.1989 123.173C26.1989 112.883 34.5663 104.511 44.851 104.511C55.1357 104.511 63.5034 112.883 63.5034 123.173C63.5034 133.464 55.1357 141.836 44.851 141.836Z" fill="#798da1"/>
|
|
20
|
-
<path d="M45.0375 110.353C41.0844 110.353 37.8528 113.586 37.8528 117.542C37.8528 121.497 41.0844 124.731 45.0375 124.731C48.9909 124.731 52.2225 121.497 52.2225 117.542C52.2225 113.586 48.9909 110.353 45.0375 110.353Z" fill="#9faebc"/>
|
|
21
|
-
<path d="M57.3679 130.476C57.1797 130.005 56.9286 129.565 56.6462 129.157C55.203 127.023 52.9755 125.61 50.4653 125.265C50.1517 125.233 49.8068 125.296 49.5556 125.484C48.2378 126.458 46.6693 126.96 45.0375 126.96C43.406 126.96 41.8374 126.458 40.5196 125.484C40.2685 125.296 39.9233 125.202 39.6096 125.265C37.0998 125.61 34.8407 127.023 33.4288 129.157C33.1465 129.565 32.8954 130.036 32.7072 130.476C32.6131 130.664 32.6445 130.884 32.7386 131.072C32.9896 131.512 33.3033 131.951 33.5857 132.328C34.0249 132.925 34.4956 133.458 35.029 133.961C35.4682 134.4 35.9702 134.808 36.4721 135.216C38.9507 137.068 41.9316 138.041 45.0062 138.041C48.0808 138.041 51.0617 137.068 53.5403 135.216C54.0422 134.839 54.5441 134.4 54.9835 133.961C55.4854 133.458 55.9873 132.925 56.4267 132.328C56.7403 131.92 57.0231 131.512 57.2738 131.072C57.4308 130.884 57.4621 130.664 57.3679 130.476Z" fill="#9faebc"/>
|
|
22
|
-
<path d="M90.1483 163.85C100.153 163.85 108.264 155.735 108.264 145.724C108.264 135.713 100.153 127.598 90.1483 127.598C80.1432 127.598 72.0325 135.713 72.0325 145.724C72.0325 155.735 80.1432 163.85 90.1483 163.85Z" fill="#fff"/>
|
|
23
|
-
<path d="M89.1133 124.491C77.4119 124.491 67.8918 134.016 67.8918 145.724C67.8918 157.433 77.4119 166.958 89.1133 166.958C100.815 166.958 110.334 157.433 110.334 145.724C110.334 134.016 100.815 124.491 89.1133 124.491ZM101.299 142.138L87.9667 155.478C87.3997 156.045 86.6463 156.357 85.8446 156.357C85.0429 156.357 84.2895 156.045 83.7225 155.478L76.9275 148.679C76.3609 148.112 76.0483 147.358 76.0483 146.556C76.0483 145.753 76.3609 144.999 76.9275 144.432C77.4944 143.865 78.2478 143.553 79.0495 143.553C79.8513 143.553 80.605 143.865 81.1716 144.432L85.8443 149.108L97.0543 137.891C97.6212 137.324 98.3746 137.012 99.1764 137.012C99.9781 137.012 100.731 137.324 101.298 137.891C102.469 139.062 102.469 140.967 101.299 142.138Z" fill="#A0C862"/>
|
|
24
|
-
<path d="M65.3706 92.3754L105.452 126.103L116.975 124.635L116.5 112.314L114.826 111.371L112.385 105.534L105.013 103.138L101.562 96.586L94.6966 95.6384L92.4938 88.9827L86.2145 87.6965L76.0064 78.2485L65.3706 92.3754Z" fill="#7e9bfa"/>
|
|
25
|
-
<path opacity="0.5" d="M67.6625 89.1997L65.2737 92.3724L105.355 126.1L112.03 125.279C96.4099 114.34 81.6441 102.181 67.6625 89.1997Z" fill="#7e9bfa"/>
|
|
26
|
-
<path opacity="0.5" d="M86.1176 87.6943L75.9099 78.2456L71.8733 83.6071C85.9203 96.8212 100.83 109.131 116.66 120.138L116.343 112.418L114.668 111.476L112.258 105.585L104.901 103.161L101.458 96.5962L94.5965 95.6416L92.3963 88.9823L86.1176 87.6943Z" fill="#E19A00"/>
|
|
27
|
-
<path d="M49.2312 67.5272C47.5896 70.2628 44.0428 71.1505 41.3087 69.5087C38.5732 67.8661 37.6875 64.3174 39.3284 61.5817C40.9693 58.8454 44.516 57.9585 47.2508 59.6003C49.9857 61.2421 50.8713 64.7908 49.2312 67.5272ZM33.8662 61.1007C27.0758 72.4243 30.7447 87.1112 42.0614 93.9057C53.379 100.701 68.0569 97.029 74.8476 85.7061C81.6387 74.3825 77.9699 59.6952 66.6526 52.9007C55.3354 46.1061 40.6571 49.7777 33.8662 61.1007Z" fill="#7e9bfa"/>
|
|
28
|
-
<path d="M82.0347 80.1164L68.2207 98.3109L63.8271 94.9713L77.6412 76.7764L82.0347 80.1164Z" fill="#7e9bfa"/>
|
|
29
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_5905_4624)">
|
|
3
|
-
<path d="M2.13342 13.0624V20.0001H5.91139H14.0183H17.7962V13.0628L9.96483 10.5L2.13342 13.0624Z" fill="#798da1"/>
|
|
4
|
-
<path d="M2.13342 13.0624V20H5.91139V12.5228H14.0183V20H17.7962V13.0628L9.96483 5.23096L2.13342 13.0624ZM11.8538 9.92547H8.07585V8.74486H11.8538V9.92547Z" fill="#d8dee4"/>
|
|
5
|
-
<path d="M9.96478 0L0 9.96478L1.78076 11.7455L9.96478 3.56152L18.1488 11.7455L19.9296 9.96478L9.96478 0Z" fill="#798da1"/>
|
|
6
|
-
<path d="M7.88049 13.7034H12.1268L10.0158 15.993L7.88049 13.7034Z" fill="#fff"/>
|
|
7
|
-
<path d="M9.21361 16.8635L7.09204 19.1642V14.5885L9.21361 16.8635Z" fill="#fff"/>
|
|
8
|
-
<path d="M7.92749 20H12.1383L10.0207 17.7292L7.92749 20Z" fill="#fff"/>
|
|
9
|
-
<path d="M12.8377 14.6742V19.0185L10.8236 16.8587L12.8377 14.6742Z" fill="#fff"/>
|
|
10
|
-
</g>
|
|
11
|
-
<defs>
|
|
12
|
-
<clipPath id="clip0_5905_4624">
|
|
13
|
-
<rect width="20" height="20.0001" fill="#fff"/>
|
|
14
|
-
</clipPath>
|
|
15
|
-
</defs>
|
|
16
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3 15H17V6.87942L10 2L3 6.87942V15Z" fill="#d8dee4"/>
|
|
3
|
-
<path d="M1.22095 10L10 3.39091L18.779 10L20 8.5283L10 1L-9.86086e-08 8.5283L1.22095 10Z" fill="#798da1"/>
|
|
4
|
-
<path d="M7 9H13V15H7V9Z" fill="#fff"/>
|
|
5
|
-
<path d="M6 17H14V19H6V17Z" fill="#798da1"/>
|
|
6
|
-
<path d="M0 12H3V15H17V12H20V19H18V16H2V19H0V12Z" fill="#798da1"/>
|
|
7
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M17.1687 3H2.83033C1.26986 3 0 4.21497 0 5.70836V14.2912C0 15.7846 1.26986 16.9996 2.83033 16.9996H17.1687C18.7292 16.9996 19.999 15.7846 19.999 14.2912V5.70836C19.999 4.21497 18.7292 3 17.1687 3Z" fill="#d8dee4"/>
|
|
3
|
-
<path d="M12.3 3H17.2887C18.7835 3 20 4.21497 20 5.70836V14.2912C20 15.7846 18.7835 16.9996 17.2887 16.9996H7.09998C9.15261 11.5422 10.3288 8.46701 12.3 3Z" fill="#798da1"/>
|
|
4
|
-
<path d="M7.25789 7.30875L4.2803 10.1576L6.92822 12.6911C7.15711 12.9101 7.15711 13.2651 6.92822 13.4838C6.69972 13.7028 6.32864 13.7028 6.09975 13.4838L3.03739 10.5538C2.8085 10.3348 2.8085 9.98011 3.03739 9.76111L6.42903 6.51609C6.65792 6.29709 7.029 6.29709 7.25789 6.51609C7.4864 6.73472 7.4864 7.08975 7.25789 7.30875ZM12.3794 5.98989L9.28116 14.3833C9.17335 14.6755 8.8386 14.8284 8.53354 14.7253C8.22848 14.6221 8.06833 14.3018 8.17613 14.01L11.2744 5.61654C11.3822 5.32467 11.7166 5.17144 12.022 5.27459C12.3271 5.37773 12.4873 5.69801 12.3794 5.98989ZM16.9617 10.2387L13.5701 13.4838C13.3412 13.7028 12.9701 13.7028 12.7412 13.4838C12.5127 13.2651 12.5127 12.9101 12.7412 12.6911L15.7188 9.84221L13.0709 7.30875C12.842 7.08975 12.842 6.73472 13.0709 6.51609C13.2994 6.29709 13.6705 6.29709 13.8994 6.51609L16.9617 9.44607C17.1906 9.66507 17.1906 10.0197 16.9617 10.2387Z" fill="#fff"/>
|
|
5
|
-
</svg>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_5905_4628)">
|
|
3
|
-
<path d="M6 4.66667L10 2L14 4.66667V6H6V4.66667Z" fill="#798da1"/>
|
|
4
|
-
<path d="M4 6C3.44772 6 3 6.44772 3 7C3 7.55228 3.44772 8 4 8H16C16.5523 8 17 7.55228 17 7C17 6.44772 16.5523 6 16 6H4Z" fill="#d8dee4"/>
|
|
5
|
-
<path d="M2 10C2 9.44772 2.44772 9 3 9H17C17.5523 9 18 9.44772 18 10C18 10.5523 17.5523 11 17 11H3C2.44772 11 2 10.5523 2 10Z" fill="#d8dee4"/>
|
|
6
|
-
<path d="M2 13C2 12.4477 2.44772 12 3 12H6V14H3C2.44772 14 2 13.5523 2 13Z" fill="#d8dee4"/>
|
|
7
|
-
<path d="M6 15H3C2.44772 15 2 15.4477 2 16C2 16.5523 2.44772 17 3 17H6V15Z" fill="#d8dee4"/>
|
|
8
|
-
<path d="M14 17V15H17C17.5523 15 18 15.4477 18 16C18 16.5523 17.5523 17 17 17H14Z" fill="#d8dee4"/>
|
|
9
|
-
<path d="M6 18H3C2.44772 18 2 18.4477 2 19C2 19.5523 2.44772 20 3 20H6V18Z" fill="#d8dee4"/>
|
|
10
|
-
<path d="M14 20H17C17.5523 20 18 19.5523 18 19C18 18.4477 17.5523 18 17 18H14V20Z" fill="#d8dee4"/>
|
|
11
|
-
<path d="M14 14V12H17C17.5523 12 18 12.4477 18 13C18 13.5523 17.5523 14 17 14H14Z" fill="#d8dee4"/>
|
|
12
|
-
<path d="M1.22096 10L10 2.65656L18.779 10L20 8.36478L10 0L7.62939e-06 8.36478L1.22096 10Z" fill="#798da1"/>
|
|
13
|
-
</g>
|
|
14
|
-
<defs>
|
|
15
|
-
<clipPath id="clip0_5905_4628">
|
|
16
|
-
<rect width="20" height="20" fill="#fff"/>
|
|
17
|
-
</clipPath>
|
|
18
|
-
</defs>
|
|
19
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0 61.0322V21.9032C0 19.7564 1.68416 18 3.74258 18H58.2574C60.3158 18 62 19.7564 62 21.9032V61.0322H0Z" fill="#798da1"/>
|
|
3
|
-
<path d="M0 60V64.9667C0 67.185 1.68416 69 3.74258 69L58.2574 69C60.3158 69 62 67.185 62 64.9667V60L0 60Z" fill="#607890"/>
|
|
4
|
-
<path d="M24.4599 69H37.5477L38.5213 72.454C39.0864 74.4614 41.2334 76.1031 43.2918 76.1031H39.5492C37.4908 76.1031 35.3438 74.4614 34.7787 72.454L34.3807 71.0437H23.884L24.4599 69Z" fill="#506478"/>
|
|
5
|
-
<path d="M43.2457 76.1026H50.3426C50.8593 76.1026 51.2783 76.5272 51.2783 77.0513C51.2783 77.5753 50.8593 77.9999 50.3426 77.9999H11.6693C11.1526 77.9999 10.7336 77.5753 10.7336 77.0513C10.7336 76.5272 11.1526 76.1026 11.6693 76.1026H18.7472C20.7968 76.0874 22.9263 74.4515 23.4888 72.4536L23.8867 71.0435H34.3807L34.7787 72.4538C35.3438 74.4611 37.4908 76.1029 39.5493 76.1029H43.2918C43.2765 76.1029 43.2611 76.1028 43.2457 76.1026Z" fill="#506478"/>
|
|
6
|
-
<path d="M26 47C26 45.8954 26.8954 45 28 45H36C37.1046 45 38 45.8954 38 47V54C38 55.1046 37.1046 56 36 56H28C26.8954 56 26 55.1046 26 54V47Z" fill="#9faebc"/>
|
|
7
|
-
<path d="M41 50C41 48.8954 41.8954 48 43 48H55C56.1046 48 57 48.8954 57 50V54C57 55.1046 56.1046 56 55 56H43C41.8954 56 41 55.1046 41 54V50Z" fill="#d8dee4"/>
|
|
8
|
-
<path d="M58.2268 22.0017C55.5345 15.3752 48.1149 12.242 41.6546 15.0036C37.2373 16.8918 34.2339 21.1714 33.8897 26.0673C30.1567 26.5969 27.5489 30.1303 28.0652 33.9595C28.5323 37.4244 31.4214 40.0035 34.8314 40H58.2267C63.072 40 67 35.9709 67 31.0009C67 26.0309 63.0722 22.0017 58.2268 22.0017Z" fill="#d8dee4"/>
|
|
9
|
-
<path d="M18.1849 36.3947C18.4402 36.8517 18.2865 37.4391 17.8421 37.7046L8.38115 43.0687C8.1446 43.2028 7.84654 43.1176 7.71236 42.8774L7.27746 42.0991C7.14065 41.8542 7.22633 41.5422 7.46781 41.406L15.6716 36.7769C15.9131 36.6407 15.9987 36.3287 15.8619 36.0838L13.9548 32.6705C13.6995 32.2135 13.8531 31.6261 14.2975 31.3606L21.5848 27.006C21.964 26.7794 21.8874 26.1976 21.4632 26.0815L18.9712 25.3998C18.7076 25.3277 18.551 25.0506 18.6216 24.781L18.8509 23.9046C18.9214 23.635 19.1924 23.4749 19.456 23.5471L25.2543 25.1334C25.2565 25.134 25.2579 25.1363 25.2573 25.1386C25.2567 25.1409 25.2581 25.1432 25.2603 25.1438C25.7433 25.2636 26.0406 25.7639 25.9242 26.2636C25.9205 26.2775 25.9169 26.2913 25.913 26.3062L24.3439 32.3024C24.2734 32.572 24.0025 32.7321 23.7388 32.66L22.8994 32.4303C22.6357 32.3582 22.4792 32.0812 22.5497 31.8116L23.2231 29.2384C23.3372 28.8023 22.8774 28.4437 22.4963 28.6715L16.4514 32.2836C16.2174 32.4234 16.1372 32.7299 16.2717 32.9706L18.1849 36.3947Z" fill="#fff"/>
|
|
10
|
-
<path d="M19.8613 39.4711C19.8613 38.1063 20.9677 37 22.3324 37C23.6972 37 24.8035 38.1063 24.8035 39.4711V53.5289C24.8035 54.8937 23.6972 56 22.3324 56C20.9677 56 19.8613 54.8937 19.8613 53.5289V39.4711Z" fill="#fff"/>
|
|
11
|
-
<path d="M13.9307 44.7487C13.9307 43.3839 15.037 42.2776 16.4018 42.2776C17.7665 42.2776 18.8729 43.3839 18.8729 44.7487V53.5287C18.8729 54.8935 17.7665 55.9998 16.4018 55.9998C15.037 55.9998 13.9307 54.8935 13.9307 53.5287V44.7487Z" fill="#fff"/>
|
|
12
|
-
<path d="M8 50.0265C8 48.6618 9.10635 47.5554 10.4711 47.5554C11.8359 47.5554 12.9422 48.6618 12.9422 50.0265V53.5288C12.9422 54.8935 11.8359 55.9999 10.4711 55.9999C9.10635 55.9999 8 54.8935 8 53.5288V50.0265Z" fill="#fff"/>
|
|
13
|
-
<circle cx="60" cy="20" r="8" fill="#fff"/>
|
|
14
|
-
<path d="M75.0959 17.1536C75.0959 17.1536 73.0246 16.3109 72.3912 14.7987C71.7547 13.2844 72.6046 11.2185 72.6046 11.2185C72.7885 10.7689 72.6801 10.1003 72.3632 9.73324L70.1459 7.54126C69.7761 7.22604 69.107 7.12435 68.6598 7.31181C68.6598 7.31181 66.6025 8.18099 65.083 7.55805C63.5612 6.93739 62.7028 4.87575 62.7028 4.87575C62.5161 4.42754 61.9669 4.03283 61.4826 4L58.3637 4.01262C57.8802 4.05282 57.334 4.4541 57.151 4.90424C57.151 4.90424 56.3111 6.97131 54.7969 7.60779C53.2826 8.24429 51.217 7.39616 51.217 7.39616C50.7672 7.21135 50.0998 7.32043 49.7325 7.63738L47.5395 9.85493C47.2242 10.2247 47.1217 10.894 47.31 11.3411C47.31 11.3411 48.179 13.3965 47.5579 14.9157C46.9351 16.4352 44.8755 17.2959 44.8755 17.2959C44.4274 17.4835 44.0339 18.0333 44 18.5177L44.0132 21.6347C44.0535 22.1191 44.4539 22.6645 44.904 22.8475C44.904 22.8475 46.9723 23.689 47.6059 25.2018C48.2422 26.7142 47.3923 28.7802 47.3923 28.7802C47.2084 29.2298 47.3166 29.8974 47.6347 30.2654L49.8518 32.4563C50.2209 32.7725 50.8902 32.8751 51.3373 32.6868C51.3373 32.6868 53.3959 31.821 54.9151 32.4404C56.4343 33.0614 57.2944 35.1237 57.2944 35.1237C57.482 35.5717 58.031 35.9654 58.5164 36L61.6315 35.9854C62.1159 35.945 62.6613 35.5447 62.8462 35.0943C62.8462 35.0943 63.6881 33.0287 65.2005 32.3925C66.7139 31.7561 68.7808 32.6058 68.7808 32.6058C69.2305 32.7906 69.898 32.6815 70.2652 32.3646L72.4576 30.149C72.7729 29.7801 72.8756 29.1117 72.688 28.6636C72.688 28.6636 71.8201 26.6035 72.4394 25.0845C73.062 23.5633 75.1244 22.704 75.1244 22.704C75.5717 22.5174 75.9661 21.9674 76 21.483L75.9869 18.3669C75.9463 17.882 75.5453 17.3367 75.0959 17.1536ZM65.8074 22.3712C64.4947 25.577 60.8344 27.116 57.6278 25.8044C54.4215 24.4944 52.8846 20.8312 54.1928 17.6261C55.5044 14.4188 59.1678 12.8828 62.373 14.191C65.579 15.5038 67.1158 19.1659 65.8074 22.3712Z" fill="#7e9bfa"/>
|
|
15
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M37.1722 59.4651C39.5936 59.4634 41.7256 58.1728 42.9529 56.2154C44.0864 54.4106 44.0723 52.8131 44.061 51.5291C44.0599 51.4047 44.0588 51.2833 44.0588 51.165L44.0837 51.1016C38.1134 48.5411 33.9135 42.4463 33.9135 35.3351C26.0981 1.07591 71 6.2908 71 30.5673C71 32.8547 69.213 34.7956 66.8424 34.7956L66.8424 35.3351C66.8424 35.7221 66.83 36.1058 66.8055 36.4863C66.5543 40.4746 65.0068 43.9915 62.6572 46.699C61.0197 48.5967 58.9784 50.1126 56.673 51.1013L56.6979 51.165C56.6979 51.2806 56.697 51.3987 56.6961 51.5189C56.6862 52.8329 56.6742 54.4167 57.8038 56.2154C59.0311 58.1728 61.1632 59.4634 63.5845 59.4651C56.2475 64.1783 45.0428 64.1783 37.1722 59.4651Z" fill="#FFE5C7"/>
|
|
3
|
-
<path d="M39.0804 29.0473C38.5762 29.1194 37.9735 29.2057 38.0009 28.7866C38.1914 25.8842 46.6021 27.0092 45.5459 28.7062C45.3259 29.0596 44.7753 28.8167 44.1954 28.5608C43.7955 28.3843 43.3817 28.2018 43.0529 28.2044C41.6758 28.2154 40.2736 28.4783 39.9154 28.7123C39.696 28.8557 39.4931 28.9883 39.0927 29.0455L39.0804 29.0473Z" fill="#506478"/>
|
|
4
|
-
<path d="M57.5558 27.2318C58.7156 27.1207 61.3903 27.4727 61.8959 28.2922C62.1491 28.7028 61.9354 28.8493 61.3108 29.0013C60.7748 29.1316 59.4192 28.9636 59.0319 28.7807C58.9166 28.7263 58.7984 28.6705 58.6719 28.6209C58.2166 28.4425 57.6835 28.3657 57.1657 28.4069C56.865 28.4306 56.6633 28.503 56.4455 28.5811C56.2777 28.6414 56.1002 28.705 55.8606 28.7525C55.506 28.8227 55.0503 28.8702 55.0288 28.6068C54.959 27.7463 56.5848 27.3249 57.5558 27.2318Z" fill="#506478"/>
|
|
5
|
-
<path d="M59.2573 30.979C59.1734 30.9376 59.0844 30.9015 58.9904 30.8717C55.8833 29.8843 54.829 34.146 57.0969 34.8377C60.3712 35.8362 61.2021 31.9407 59.2573 30.979Z" fill="#506478"/>
|
|
6
|
-
<path d="M42.8414 30.8717C42.9354 30.9015 43.0244 30.9376 43.1083 30.979C45.0531 31.9407 44.2222 35.8362 40.9479 34.8377C38.68 34.146 39.7343 29.8843 42.8414 30.8717Z" fill="#506478"/>
|
|
7
|
-
<path d="M58.5551 31.3729C58.2586 31.0917 57.6945 31.3418 57.7751 31.7245C57.8161 31.9196 57.8552 32.0756 58.0354 32.2085C58.3103 32.4117 58.861 32.1738 58.8387 31.85C58.824 31.6392 58.7096 31.5195 58.5551 31.3729Z" fill="#fff"/>
|
|
8
|
-
<path d="M44.5 45.5C47.9623 47.0779 51.9565 47.0128 55.484 45.3208C51.9076 49.4651 46.9231 49.1379 44.5 45.5Z" fill="#506478"/>
|
|
9
|
-
<path d="M42.5549 31.3726C42.2585 31.0915 41.6943 31.3415 41.7749 31.7242C41.8162 31.9192 41.855 32.0753 42.0352 32.2083C42.3101 32.4115 42.8609 32.1738 42.8385 31.8497C42.8238 31.6389 42.7095 31.5192 42.5549 31.3726Z" fill="#fff"/>
|
|
10
|
-
<path d="M25 70.1106L25 80C41 80 57.2484 80 75 80C75 70.2419 75 70.1106 75 70.1106C75 63.008 69.5787 57.2547 62.892 57.2521C60.5277 57.2513 58.4461 55.9582 57.2484 54C53.0675 57.7939 46.9349 57.7962 42.7516 54C41.554 55.9582 39.4722 57.2513 37.108 57.2521C30.4213 57.2547 25 63.008 25 70.1106Z" fill="#9faebc"/>
|
|
11
|
-
<path d="M26.0134 13.129C25.9905 13.1677 25.9974 13.2197 26.0309 13.2535C27.9422 15.1843 29.0127 17.7826 29.0127 20.4875V29.5607C29.0127 32.0082 31.0162 34 33.5006 34C33.5006 28.8312 33.4977 26.1301 33.4988 24.6782C33.4994 23.7615 34.3944 23.1027 35.2798 23.3722C38.0626 24.2194 41.3088 24.656 44.7203 23.9224C50.7237 22.6311 52.4239 20.303 57.3209 19.1398C62.7927 17.8417 67.7553 21.9889 67.7208 27.2941C67.7105 29.0381 67.6811 31.2176 67.6777 34C70.1383 34 71.993 32.0759 71.993 29.8084V22.7097C72.0482 20.2381 71.9343 11.5218 65.5718 5.45309C58.1743 -1.6031 46.4493 -1.02544 37.9582 2.74973C37.682 2.87254 37.6893 3.26386 37.9694 3.37796L40.1842 4.28016C40.5153 4.4151 40.4455 4.89797 40.0896 4.93572L39.0139 5.04999C33.2274 5.66216 28.4136 9.0788 26.0134 13.129V13.129Z" fill="#506478"/>
|
|
12
|
-
<path d="M0 60.439C0.00477872 62.403 1.59609 63.9952 3.55895 63.9999H21.9821C23.945 63.9952 25.5351 62.4042 25.541 60.4402V21.5609C25.5363 19.597 23.945 18.0048 21.9821 18H3.55895C1.59609 18.0048 0.00477872 19.597 0 21.5609V60.439Z" fill="#798da1"/>
|
|
13
|
-
<path d="M21.9821 64H3.55895C1.59609 63.9952 0.00477872 62.403 0 60.4391V55.929C11.7352 55.929 15.098 55.929 25.541 55.929V60.4403C25.5351 62.4042 23.945 63.9952 21.9821 64Z" fill="#607890"/>
|
|
14
|
-
<rect x="2.99841" y="22" width="13.9924" height="14" rx="1" fill="#d8dee4"/>
|
|
15
|
-
<path d="M2.99731 45C2.99731 44.4477 3.44479 44 3.99677 44H17.9891C18.5411 44 18.9886 44.4477 18.9886 45V52C18.9886 52.5523 18.5411 53 17.9891 53H3.99677C3.44479 53 2.99731 52.5523 2.99731 52V45Z" fill="#fff"/>
|
|
16
|
-
<rect x="2.99841" y="39" width="10.994" height="3" rx="1" fill="#d8dee4"/>
|
|
17
|
-
<path d="M35.4121 67.5719L27.3007 75.4291C26.5202 76.1879 25.2444 76.1927 24.4589 75.4291L18.3465 69.507L15.1643 74.7166C14.2616 76.195 11.9537 75.892 11.4945 74.2299L4.07052 47.4526C3.67037 46.008 5.03803 44.6799 6.5331 45.0685L34.1727 52.2598C35.888 52.7045 36.2027 54.9379 34.6752 55.8159L29.2984 58.8958L35.4121 64.8192C36.196 65.5798 36.196 66.8115 35.4121 67.5719V67.5719Z" fill="#7e9bfa"/>
|
|
18
|
-
</svg>
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="81" viewBox="0 0 80 81" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_5922_6691)">
|
|
3
|
-
<path d="M49.2506 79.9999H17.1929C13.7773 79.9916 11.0083 77.2225 11 73.807V6.19285C11.0083 2.77733 13.7773 0.00831535 17.1929 0H49.2506C52.6661 0.00831535 55.4352 2.77733 55.4435 6.19285V73.8091C55.4331 77.2246 52.6661 79.9916 49.2506 79.9999Z" fill="#d8dee4"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.2022 76.1738H49.2413L49.2436 76.1738C50.5502 76.1694 51.6108 75.1113 51.6174 73.8024V6.19811C51.612 4.89144 50.5516 3.83117 49.2448 3.82609H17.1986C15.8917 3.83117 14.8312 4.89172 14.8261 6.19863V73.8012C14.8312 75.1086 15.8924 76.1694 17.1999 76.1738L17.2022 76.1738ZM17.1929 79.9999C13.7773 79.9916 11.0083 77.2225 11 73.807V6.19285C11.0083 2.77733 13.7773 0.00831535 17.1929 0H49.2506C52.6661 0.00831535 55.4352 2.77733 55.4435 6.19285V73.8091C55.4331 77.2246 52.6661 79.9916 49.2506 79.9999H17.1929Z" fill="#d8dee4"/>
|
|
5
|
-
<path d="M49.2506 80H17.1929C13.7773 79.9917 11.0083 77.2227 11 73.8071V65.9634C31.4202 65.9634 37.2718 65.9634 55.4435 65.9634V73.8092C55.4331 77.2247 52.6661 79.9917 49.2506 80Z" fill="#607890"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M65.8614 72.9785C66.3818 72.512 66.7476 71.8942 66.9084 71.2092C67.0692 70.5242 67.0175 69.8054 66.76 69.1513L59.1222 49.9936V49.7774C58.9109 48.2535 58.1006 46.8814 56.876 45.973V41.417C56.876 40.1962 56.2337 39.0682 55.191 38.4578C54.1485 37.8474 52.864 37.8474 51.8216 38.4578C50.7789 39.0681 50.1366 40.1962 50.1366 41.417V45.973C48.9253 46.8849 48.1338 48.2592 47.9465 49.7774C47.9048 49.8469 47.8673 49.9193 47.8343 49.9936L41.2284 66.6765H41.2267L40.24 69.1513C39.9825 69.8054 39.9308 70.5242 40.0916 71.2092C40.2524 71.8942 40.6182 72.512 41.1386 72.9785L40.173 75.4502C40.0653 75.7282 40.0698 76.0382 40.1854 76.3131C40.3008 76.588 40.5183 76.8056 40.7907 76.9195C40.9216 76.9775 41.0637 77.005 41.2062 76.9993C41.4318 77.0027 41.6532 76.9372 41.8416 76.8111C42.0298 76.6852 42.1764 76.5047 42.2622 76.2931L43.2392 73.8327H43.3853C44.0549 73.8298 44.7087 73.6245 45.2629 73.2432C45.8168 72.8616 46.2461 72.3214 46.4963 71.6913L48.4375 66.788V66.7606L52.6636 56.1441C52.9408 56.2005 53.2231 56.2273 53.506 56.2239C53.7887 56.2268 54.071 56.1999 54.3485 56.1441L60.5037 71.6913C60.7539 72.3214 61.1832 72.8616 61.7371 73.2432C62.2913 73.6245 62.9451 73.8298 63.6147 73.8327H63.7608L64.7378 76.2931C64.8236 76.5047 64.9702 76.6852 65.1584 76.8111C65.3468 76.9372 65.5682 77.0027 65.7938 76.9993C65.9363 77.005 66.0784 76.9775 66.2093 76.9195C66.4817 76.8056 66.6992 76.588 66.8146 76.3131C66.9302 76.0382 66.9347 75.7282 66.827 75.4502L65.8614 72.9785Z" fill="#798da1"/>
|
|
7
|
-
<path d="M47.9999 27.9168C47.9752 20.2307 41.4633 14 33.4552 14C25.447 14 18.9753 20.2307 19.0001 27.9168C19.0176 33.358 22.2882 38.0666 27.0374 40.3548L27.058 46.7588C27.0691 50.2058 29.9895 53 33.5808 53C37.1722 53 40.0745 50.2058 40.0634 46.7588L40.0428 40.3548C44.7772 38.0666 48.0175 33.358 47.9999 27.9168Z" fill="#506478"/>
|
|
8
|
-
<circle cx="53.5" cy="50.5" r="5.7" fill="#9faebc"/>
|
|
9
|
-
<rect width="5.1814" height="5.18266" transform="matrix(0.722379 0.691498 -0.691332 0.722537 34.9934 34.4902)" fill="#7e9bfa"/>
|
|
10
|
-
<path d="M29.5722 19.9162L39.0992 30.2825L25.3569 33.3539L29.5722 19.9162Z" fill="#7e9bfa"/>
|
|
11
|
-
<path d="M5.58725 36.7303C6.11384 32.5176 6.85691 30.896 7.30027 29.9648C9.46718 30.6706 11.8608 30.4487 13.863 29.2673C14.4521 30.2331 15.5925 33.044 16.1191 36.7301L16.1152 36.733C16.5059 39.3446 16.7473 42.5398 16.7977 46.3842C16.9148 60.1826 13.1809 74.0105 11.2714 73.9998L11.2473 73.9999C9.33771 73.9892 5.30453 60.1174 5.12353 46.3187C5.09121 42.503 5.26076 39.3289 5.59011 36.7321L5.58725 36.7303Z" fill="#798da1"/>
|
|
12
|
-
<path d="M4.91476 18.4036C2.02476 21.145 1.87792 25.7944 4.59609 28.8137C7.32563 31.8456 11.9096 32.0848 14.8348 29.348C17.747 26.6234 17.9062 21.9619 15.2145 18.929C15.2159 18.9306 15.2172 18.9319 15.2172 18.9319C15.2172 18.9319 15.2162 18.9309 15.2138 18.9282C14.0879 17.6776 11.8413 11.9214 14.1351 9.77525L4.91391 18.4026L4.91476 18.4036Z" fill="#9faebc"/>
|
|
13
|
-
<path d="M67.6767 11.694C65.1225 5.32232 58.0834 2.30965 51.9543 4.96503C47.7636 6.78062 44.9142 10.8956 44.5877 15.6032C41.0461 16.1124 38.572 19.5099 39.0618 23.1919C39.505 26.5234 42.2459 29.0033 45.481 29H67.6766C72.2735 29 76 25.1259 76 20.347C76 15.5682 72.2737 11.694 67.6767 11.694Z" fill="#7e9bfa"/>
|
|
14
|
-
</g>
|
|
15
|
-
<defs>
|
|
16
|
-
<clipPath id="clip0_5922_6691">
|
|
17
|
-
<rect width="80" height="80.0016" fill="#fff"/>
|
|
18
|
-
</clipPath>
|
|
19
|
-
</defs>
|
|
20
|
-
</svg>
|