@finsemble/finsemble-ui 6.3.1 → 6.3.2
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/README.md +28 -28
- package/package.json +1 -1
- package/react/actions/favoriteActions.js.map +1 -1
- package/react/actions/linkerActions.js.map +1 -1
- package/react/actions/menuActions.js.map +1 -1
- package/react/actions/rootActions.js.map +1 -1
- package/react/actions/searchActions.js.map +1 -1
- package/react/actions/smartDesktopDesignerActions.js.map +1 -1
- package/react/actions/toolbarActions.js.map +1 -1
- package/react/actions/workspaceActions.js.map +1 -1
- package/react/assets/css/advancedAppLauncher.css +636 -636
- package/react/assets/css/appCatalog.css +1069 -1069
- package/react/assets/css/authentication.css +78 -78
- package/react/assets/css/button.css +220 -220
- package/react/assets/css/core/formElements.css +23 -23
- package/react/assets/css/core/icons.css +69 -69
- package/react/assets/css/core/notifications.css +75 -75
- package/react/assets/css/core/windowFrame.css +36 -36
- package/react/assets/css/dashbar.css +78 -78
- package/react/assets/css/defaultTheme.css +356 -356
- package/react/assets/css/dialogs.css +158 -158
- package/react/assets/css/favorites.css +101 -101
- package/react/assets/css/finsemble.css +38 -38
- package/react/assets/css/focus.css +4 -4
- package/react/assets/css/font-finance.css +385 -385
- package/react/assets/css/fonts/Open_Sans/LICENSE.txt +202 -202
- package/react/assets/css/fonts/Open_Sans/OpenSans-Definition.css +118 -118
- package/react/assets/css/fonts/font-finance.svg +124 -124
- package/react/assets/css/fonts/icons-reference.html +1174 -1174
- package/react/assets/css/linkerWindow.css +124 -124
- package/react/assets/css/menus.css +195 -195
- package/react/assets/css/notificationsCenter.css +597 -597
- package/react/assets/css/processMonitor.css +213 -213
- package/react/assets/css/search.css +128 -128
- package/react/assets/css/shared/animations.css +99 -99
- package/react/assets/css/tags.css +136 -136
- package/react/assets/css/toolbar.css +413 -413
- package/react/assets/css/userPreferences.css +568 -568
- package/react/assets/css/windowTitleBar.css +652 -652
- package/react/assets/icons/check-square.svg +5 -5
- package/react/assets/icons/check.svg +3 -3
- package/react/assets/icons/chevron-left.svg +3 -3
- package/react/assets/icons/chevron-right.svg +3 -3
- package/react/assets/icons/copy.svg +10 -10
- package/react/assets/icons/exclamation-circle.svg +4 -4
- package/react/assets/icons/external-link.svg +12 -12
- package/react/assets/icons/flag.svg +10 -10
- package/react/assets/icons/folder.svg +3 -3
- package/react/assets/icons/font.svg +3 -3
- package/react/assets/icons/globe.svg +3 -3
- package/react/assets/icons/hdd.svg +9 -9
- package/react/assets/icons/key.svg +10 -10
- package/react/assets/icons/life-ring.svg +3 -3
- package/react/assets/icons/lock.svg +5 -5
- package/react/assets/icons/magic.svg +15 -15
- package/react/assets/icons/moon.svg +10 -10
- package/react/assets/icons/paint-roller.svg +3 -3
- package/react/assets/icons/pencil.svg +10 -10
- package/react/assets/icons/plus.svg +3 -3
- package/react/assets/icons/question-circle.svg +5 -5
- package/react/assets/icons/search.svg +3 -3
- package/react/assets/icons/sun.svg +9 -9
- package/react/assets/icons/times.svg +3 -3
- package/react/assets/icons/toggle-off.svg +6 -6
- package/react/assets/icons/toggle-on.svg +6 -6
- package/react/assets/icons/tools.svg +3 -3
- package/react/assets/icons/trash.svg +12 -12
- package/react/assets/icons/upload.svg +10 -10
- package/react/assets/icons/window.svg +3 -3
- package/react/componentTemplateGenerator.js +85 -85
- package/react/componentTemplateGenerator.js.map +1 -1
- package/react/components/FinsembleProvider.js.map +1 -1
- package/react/components/appCatalog/AppCatalog.js.map +1 -1
- package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
- package/react/components/appCatalog/components/AppCard.js.map +1 -1
- package/react/components/appCatalog/components/AppList.js.map +1 -1
- package/react/components/appCatalog/components/AppResults.js.map +1 -1
- package/react/components/appCatalog/components/Carousel.js.map +1 -1
- package/react/components/appCatalog/components/EmptyResults.js.map +1 -1
- package/react/components/appCatalog/components/Hero.js.map +1 -1
- package/react/components/appCatalog/components/Home.js.map +1 -1
- package/react/components/appCatalog/components/SearchBar.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDescription.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDevNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppShowcase.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Header.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ImageCarousel.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Modal.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/SupportNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/VersionNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/defaults.js.map +1 -1
- package/react/components/appCatalog/components/Tag.js.map +1 -1
- package/react/components/appCatalog/components/Toast.js.map +1 -1
- package/react/components/appCatalog/components/helpers.js.map +1 -1
- package/react/components/appCatalog/index.js.map +1 -1
- package/react/components/appCatalog/modules/AppDirectory.js.map +1 -1
- package/react/components/appCatalog/modules/FDC3.js.map +1 -1
- package/react/components/appCatalog/stores/appStore.js.map +1 -1
- package/react/components/appCatalog/stores/storeActions.js.map +1 -1
- package/react/components/common/Button.js.map +1 -1
- package/react/components/common/ButtonIcon.js.map +1 -1
- package/react/components/common/ButtonRow.js.map +1 -1
- package/react/components/common/ButtonTile.js.map +1 -1
- package/react/components/common/Checkbox.js.map +1 -1
- package/react/components/common/ColorPicker.js.map +1 -1
- package/react/components/common/DropZone.js.map +1 -1
- package/react/components/common/DropdownButton.js.map +1 -1
- package/react/components/common/FileInput.js.map +1 -1
- package/react/components/common/FinsembleIcon.js.map +1 -1
- package/react/components/common/FinsembleSelect.js.map +1 -1
- package/react/components/common/FinsembleToggle.js.map +1 -1
- package/react/components/common/FontSizeSelector.js.map +1 -1
- package/react/components/common/Header.js.map +1 -1
- package/react/components/common/ImagePreview.js.map +1 -1
- package/react/components/common/LoadingSpinner.js.map +1 -1
- package/react/components/common/Tab.js.map +1 -1
- package/react/components/common/Tooltip.js.map +1 -1
- package/react/components/common/css/application-edit-page.css +117 -117
- package/react/components/common/css/application-list.css +47 -47
- package/react/components/common/css/button.css +164 -164
- package/react/components/common/css/color-picker.css +52 -52
- package/react/components/common/css/drop-zone.css +17 -17
- package/react/components/common/css/file-input.css +49 -49
- package/react/components/common/css/header.css +43 -43
- package/react/components/common/css/icon.css +13 -13
- package/react/components/common/css/image-preview.css +57 -57
- package/react/components/common/css/loading-spinner.css +39 -39
- package/react/components/common/css/selector.css +51 -51
- package/react/components/common/css/styles.css +128 -128
- package/react/components/common/css/tab.css +56 -56
- package/react/components/common/css/toggle.css +32 -32
- package/react/components/common/css/tooltip.css +78 -78
- package/react/components/common/file_helpers.js.map +1 -1
- package/react/components/common/fixtures/FinsembleIcon.css +4 -4
- package/react/components/common/helpers.js.map +1 -1
- package/react/components/common/stories/Button.stories.js.map +1 -1
- package/react/components/common/stories/ButtonIcon.stories.js.map +1 -1
- package/react/components/common/stories/ButtonRow.stories.js.map +1 -1
- package/react/components/common/stories/ButtonTile.stories.js.map +1 -1
- package/react/components/common/stories/Checkbox.stories.js.map +1 -1
- package/react/components/common/stories/ColorPicker.stories.js.map +1 -1
- package/react/components/common/stories/DropZone.stories.js.map +1 -1
- package/react/components/common/stories/DropdownButton.stories.js.map +1 -1
- package/react/components/common/stories/FileInput.stories.js.map +1 -1
- package/react/components/common/stories/FinsembleIcon.stories.js.map +1 -1
- package/react/components/common/stories/FinsembleSelect.stories.js.map +1 -1
- package/react/components/common/stories/FinsembleToggle.stories.js.map +1 -1
- package/react/components/common/stories/FontSizeSelector.stories.js.map +1 -1
- package/react/components/common/stories/Header.stories.js.map +1 -1
- package/react/components/common/stories/ImagePreview.stories.js.map +1 -1
- package/react/components/common/stories/LoadingSpinner.stories.js.map +1 -1
- package/react/components/common/stories/Tab.stories.js.map +1 -1
- package/react/components/common/stories/Tooltip.stories.js.map +1 -1
- package/react/components/common/tests/ButtonRow.spec.js.map +1 -1
- package/react/components/common/tests/Checkbox.spec.js.map +1 -1
- package/react/components/common/tests/ColorPicker.spec.js.map +1 -1
- package/react/components/common/tests/DropZone.spec.js.map +1 -1
- package/react/components/common/tests/FileInput.spec.js.map +1 -1
- package/react/components/common/tests/FinsembleSelect.spec.js.map +1 -1
- package/react/components/common/tests/FinsembleToggle.spec.js.map +1 -1
- package/react/components/common/tests/Header.spec.js.map +1 -1
- package/react/components/common/tests/ImagePreview.spec.js.map +1 -1
- package/react/components/common/tests/Tab.spec.js.map +1 -1
- package/react/components/common/tests/Tooltip.spec.js.map +1 -1
- package/react/components/favorites/FavoriteMaker.js.map +1 -1
- package/react/components/favorites/FavoritesShell.js.map +1 -1
- package/react/components/favorites/FavoritesShell.spec.js.map +1 -1
- package/react/components/favorites/FavoritesShell.stories.js.map +1 -1
- package/react/components/favorites/index.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.css +126 -126
- package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.spec.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.stories.js.map +1 -1
- package/react/components/icon/Icon.js.map +1 -1
- package/react/components/icon/index.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogQuestion.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -1
- package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -1
- package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
- package/react/components/legacyControls/FinsembleHoverDetector.js.map +1 -1
- package/react/components/legacyControls/FinsembleMenuSection.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialog.stories.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialog.spec.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js.map +1 -1
- package/react/components/linker/LinkerMenu.js.map +1 -1
- package/react/components/linker/LinkerMenuDeprecated.js.map +1 -1
- package/react/components/linker/index.js.map +1 -1
- package/react/components/linker/remoteRedux.js.map +1 -1
- package/react/components/menu/Menu.js.map +1 -1
- package/react/components/menu/MenuAutoResizer.js.map +1 -1
- package/react/components/menu/MenuContent.js.map +1 -1
- package/react/components/menu/MenuHotKey.js.map +1 -1
- package/react/components/menu/MenuItem.js.map +1 -1
- package/react/components/menu/MenuPortal.js.map +1 -1
- package/react/components/menu/MenuShell.js.map +1 -1
- package/react/components/menu/MenuToggle.js.map +1 -1
- package/react/components/menu/index.js.map +1 -1
- package/react/components/menu/keyboardNavigation.js.map +1 -1
- package/react/components/menu/menuContext.js.map +1 -1
- package/react/components/menu/menuHelpers.js.map +1 -1
- package/react/components/notifications/components/NoNotifications.js.map +1 -1
- package/react/components/notifications/components/drawer/Drawer.js.map +1 -1
- package/react/components/notifications/components/drawer/DrawerControls.js.map +1 -1
- package/react/components/notifications/components/drawer/DrawerHeader.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -1
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -1
- package/react/components/notifications/components/shared/CheckButton.js.map +1 -1
- package/react/components/notifications/components/shared/IconButton.js.map +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.js +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -1
- package/react/components/notifications/components/shared/OverflowMenu.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js.map +1 -1
- package/react/components/notifications/components/views/CardView.js.map +1 -1
- package/react/components/notifications/components/views/ListView.js +1 -1
- package/react/components/notifications/components/views/ListView.js.map +1 -1
- package/react/components/notifications/components/views/NotificationDetailsView.js.map +1 -1
- package/react/components/notifications/constants.js.map +1 -1
- package/react/components/notifications/icons/Card.js.map +1 -1
- package/react/components/notifications/icons/Chevron.js.map +1 -1
- package/react/components/notifications/icons/CloseIcon.js.map +1 -1
- package/react/components/notifications/icons/EnvelopeClose.js.map +1 -1
- package/react/components/notifications/icons/EnvelopeOpen.js.map +1 -1
- package/react/components/notifications/icons/SnoozeIcon.js.map +1 -1
- package/react/components/notifications/index.js.map +1 -1
- package/react/components/notifications/notificationsContext.js.map +1 -1
- package/react/components/notifications/types.js.map +1 -1
- package/react/components/notifications/utils.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitorTypes.js.map +1 -1
- package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
- package/react/components/processMonitor/components/ListHeader.js.map +1 -1
- package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
- package/react/components/processMonitor/constants.js.map +1 -1
- package/react/components/processMonitor/helpers.js.map +1 -1
- package/react/components/processMonitor/helpers.spec.js.map +1 -1
- package/react/components/processMonitor/index.js.map +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
- package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -1
- package/react/components/quickComponentForm/index.js.map +1 -1
- package/react/components/quickComponentForm/quickComponent.css +3 -3
- package/react/components/search/Highlight.js.map +1 -1
- package/react/components/search/Highlight.spec.js.map +1 -1
- package/react/components/search/Highlight.stories.js.map +1 -1
- package/react/components/search/Search.js.map +1 -1
- package/react/components/search/SearchBestMatch.js.map +1 -1
- package/react/components/search/SearchInput.js.map +1 -1
- package/react/components/search/SearchProviderResults.js.map +1 -1
- package/react/components/search/SearchResult.js.map +1 -1
- package/react/components/search/SearchResults.js.map +1 -1
- package/react/components/search/index.js.map +1 -1
- package/react/components/shared/Animate.js.map +1 -1
- package/react/components/shared/BellIcon.js.map +1 -1
- package/react/components/shared/BellIconCrossed.js.map +1 -1
- package/react/components/shared/Button.js.map +1 -1
- package/react/components/shared/ConditionalWrapper.js.map +1 -1
- package/react/components/shared/DefaultDropdownButton.js.map +1 -1
- package/react/components/shared/NavigationButton.js.map +1 -1
- package/react/components/shared/Tag.js.map +1 -1
- package/react/components/shared/TagsMenu.js.map +1 -1
- package/react/components/shared/addProtocolToValidURL.js.map +1 -1
- package/react/components/shared/linkerUtil.js.map +1 -1
- package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
- package/react/components/shared/tests/DefaultDropdownButton.spec.js.map +1 -1
- package/react/components/shared/tests/addProtocolToValidURL.spec.js.map +1 -1
- package/react/components/shared/validateURL.js.map +1 -1
- package/react/components/shared/validateURL.spec.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.css +3 -3
- package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.spec.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.stories.js.map +1 -1
- package/react/components/singleInputDialog/index.js.map +1 -1
- package/react/components/smartDesktopDesigner/AppEditAccess.js.map +1 -1
- package/react/components/smartDesktopDesigner/AppEditPage.js.map +1 -1
- package/react/components/smartDesktopDesigner/Appearance.css +94 -94
- package/react/components/smartDesktopDesigner/Appearance.helpers.js.map +1 -1
- package/react/components/smartDesktopDesigner/Appearance.js.map +1 -1
- package/react/components/smartDesktopDesigner/Application.js.map +1 -1
- package/react/components/smartDesktopDesigner/ApplicationEdit.js.map +1 -1
- package/react/components/smartDesktopDesigner/ApplicationList.js.map +1 -1
- package/react/components/smartDesktopDesigner/ApplicationSetup.js.map +1 -1
- package/react/components/smartDesktopDesigner/Applications.js.map +1 -1
- package/react/components/smartDesktopDesigner/AssetsPage.css +26 -26
- package/react/components/smartDesktopDesigner/AssetsPage.js.map +1 -1
- package/react/components/smartDesktopDesigner/Authentication.js.map +1 -1
- package/react/components/smartDesktopDesigner/AuthenticationProviderConfig.js.map +1 -1
- package/react/components/smartDesktopDesigner/Content.js.map +1 -1
- package/react/components/smartDesktopDesigner/CurrentView.js.map +1 -1
- package/react/components/smartDesktopDesigner/Export.js.map +1 -1
- package/react/components/smartDesktopDesigner/ExportCloud.js.map +1 -1
- package/react/components/smartDesktopDesigner/ExportDeployInfo.js.map +1 -1
- package/react/components/smartDesktopDesigner/ExportZip.js.map +1 -1
- package/react/components/smartDesktopDesigner/GettingStarted.js.map +1 -1
- package/react/components/smartDesktopDesigner/Navigation.js.map +1 -1
- package/react/components/smartDesktopDesigner/ProjectErrors.js.map +1 -1
- package/react/components/smartDesktopDesigner/ProjectHeader.js.map +1 -1
- package/react/components/smartDesktopDesigner/Publish.js.map +1 -1
- package/react/components/smartDesktopDesigner/PublishProgress.js.map +1 -1
- package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js.map +1 -1
- package/react/components/smartDesktopDesigner/ThemePage.css +110 -110
- package/react/components/smartDesktopDesigner/ThemePage.js.map +1 -1
- package/react/components/smartDesktopDesigner/Themes.js.map +1 -1
- package/react/components/smartDesktopDesigner/View.js.map +1 -1
- package/react/components/smartDesktopDesigner/common/fsbl_functions.js.map +1 -1
- package/react/components/smartDesktopDesigner/common/getCSSVars.js.map +1 -1
- package/react/components/smartDesktopDesigner/common/views.js.map +1 -1
- package/react/components/smartDesktopDesigner/css/appearance.css +10 -10
- package/react/components/smartDesktopDesigner/css/applications.css +127 -127
- package/react/components/smartDesktopDesigner/css/authentication.css +125 -125
- package/react/components/smartDesktopDesigner/css/buttons.css +12 -12
- package/react/components/smartDesktopDesigner/css/export.css +163 -163
- package/react/components/smartDesktopDesigner/css/getting-started.css +6 -6
- package/react/components/smartDesktopDesigner/css/nav.css +93 -93
- package/react/components/smartDesktopDesigner/css/project-errors.css +15 -15
- package/react/components/smartDesktopDesigner/css/project-header.css +121 -121
- package/react/components/smartDesktopDesigner/css/styles.css +179 -179
- package/react/components/smartDesktopDesigner/css/views.css +16 -16
- package/react/components/smartDesktopDesigner/fixtures/applicationEditProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/applicationSetupProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/apps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/authenticationProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/configTemplate.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/exportProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/projectErrorsProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/publishProgress.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/themeProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/views.js.map +1 -1
- package/react/components/smartDesktopDesigner/sdd_helpers.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/AppEditPage.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Appearance.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ApplicationEdit.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ApplicationList.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ApplicationSetup.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Applications.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/AssetsPage.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Authentication.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Export.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ExportCloud.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ExportZip.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/GettingStarted.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Navigation.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ProjectErrors.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ProjectHeader.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Publish.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/PublishProgress.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/SmartDesktopDesigner.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ThemePage.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Themes.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/AppEditPage.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ApplicationEdit.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ApplicationList.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ApplicationSetup.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Applications.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Authentication.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Export.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ExportZip.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Navigation.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ProjectErrors.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ProjectHeader.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Publish.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/PublishProgess.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/SmartDesktopDesigner.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Themes.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/a11y_helper.js.map +1 -1
- package/react/components/smartDesktopDesigner/themeDefinitions.js.map +1 -1
- package/react/components/system/System.js.map +1 -1
- package/react/components/system/System.spec.js.map +1 -1
- package/react/components/system/System.stories.js.map +1 -1
- package/react/components/system/SystemTrayComponentShell.js.map +1 -1
- package/react/components/system/index.js.map +1 -1
- package/react/components/toolbar/AutoArrange.js.map +1 -1
- package/react/components/toolbar/DragHandle.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.spec.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.stories.js.map +1 -1
- package/react/components/toolbar/NotificationControl.js.map +1 -1
- package/react/components/toolbar/RevealAll.js.map +1 -1
- package/react/components/toolbar/RevealAll.spec.js.map +1 -1
- package/react/components/toolbar/RevealAll.stories.js.map +1 -1
- package/react/components/toolbar/ToolbarIcon.js.map +1 -1
- package/react/components/toolbar/ToolbarSection.js.map +1 -1
- package/react/components/toolbar/ToolbarShell.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/Content.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js.map +1 -1
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/DynamicAppLauncher.js.map +1 -1
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/appLauncher.css +30 -30
- package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -1
- package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
- package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -1
- package/react/components/toolbar/index.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/workspaceManagementMenu.css +90 -90
- package/react/components/userPreferences/NotificationsPreferencesContext.js.map +1 -1
- package/react/components/userPreferences/UserPreferenceTypes.js.map +1 -1
- package/react/components/userPreferences/UserPreferences.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesWrapper.js.map +1 -1
- package/react/components/userPreferences/components/ContentSection.js.map +1 -1
- package/react/components/userPreferences/components/LeftNav.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditorItem.js.map +1 -1
- package/react/components/userPreferences/components/content/General.js.map +1 -1
- package/react/components/userPreferences/components/content/Notifications.js.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -1
- package/react/components/userPreferences/components/general/ScheduledRestart.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js.map +1 -1
- package/react/components/userPreferences/index.js.map +1 -1
- package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -1
- package/react/components/userPreferences/stories/DashbarEditor.stories.js.map +1 -1
- package/react/components/userPreferences/stories/DashbarEditorItem.stories.js.map +1 -1
- package/react/components/userPreferences/stories/General.stories.js.map +1 -1
- package/react/components/userPreferences/stories/Notifications.stories.js.map +1 -1
- package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.js.map +1 -1
- package/react/components/userPreferences/stories/NotificationsSources.stories.js.map +1 -1
- package/react/components/userPreferences/stories/UserPreferences.stories.js.map +1 -1
- package/react/components/userPreferences/stories/WorkspaceButton.stories.js.map +1 -1
- package/react/components/userPreferences/stories/WorkspaceComponents.stories.js.map +1 -1
- package/react/components/userPreferences/stories/WorkspaceItem.stories.js.map +1 -1
- package/react/components/userPreferences/stories/WorkspaceItemList.stories.js.map +1 -1
- package/react/components/userPreferences/stories/Workspaces.stories.js.map +1 -1
- package/react/components/userPreferences/tests/ContentSection.spec.js.map +1 -1
- package/react/components/userPreferences/tests/DashbarEditor.spec.js.map +1 -1
- package/react/components/userPreferences/tests/DashbarEditorItem.spec.js.map +1 -1
- package/react/components/userPreferences/tests/General.spec.js.map +1 -1
- package/react/components/userPreferences/tests/LeftNav.spec.js.map +1 -1
- package/react/components/userPreferences/tests/NotificationSourceTypes.spec.js.map +1 -1
- package/react/components/userPreferences/tests/Notifications.spec.js.map +1 -1
- package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.js.map +1 -1
- package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.js.map +1 -1
- package/react/components/userPreferences/tests/ScheduledRestart.spec.js.map +1 -1
- package/react/components/userPreferences/tests/WorkspaceButton.spec.js.map +1 -1
- package/react/components/userPreferences/tests/WorkspaceComponents.spec.js.map +1 -1
- package/react/components/userPreferences/tests/WorkspaceItem.spec.js.map +1 -1
- package/react/components/userPreferences/tests/WorkspaceItemList.spec.js.map +1 -1
- package/react/components/utils.js.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
- package/react/components/windowTitleBar/components/center/Tab.js.map +1 -1
- package/react/components/windowTitleBar/components/center/TabList.js.map +1 -1
- package/react/components/windowTitleBar/components/center/TabRegion.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButton.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/components/left/ShareButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/CloseButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/GroupingButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +1 -1
- package/react/components/windowTitleBar/components/windowTitle.js.map +1 -1
- package/react/components/windowTitleBar/index.js.map +1 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +1 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +1 -1
- package/react/components/windowTitleBar/windowTitleBarContext.js.map +1 -1
- package/react/components/yesNoDialog/Timer.spec.js.map +1 -1
- package/react/components/yesNoDialog/Timer.stories.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.css +3 -3
- package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.spec.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.stories.js.map +1 -1
- package/react/components/yesNoDialog/index.js.map +1 -1
- package/react/components/yesNoDialog/timer.js.map +1 -1
- package/react/enzymeSetup.js.map +1 -1
- package/react/hooks/index.js.map +1 -1
- package/react/hooks/useAuth.js.map +1 -1
- package/react/hooks/useDeepEffect.js.map +1 -1
- package/react/hooks/useFavorites.js.map +1 -1
- package/react/hooks/useFavoritesShell.js.map +1 -1
- package/react/hooks/useHotkey.js.map +1 -1
- package/react/hooks/useLinker.js.map +1 -1
- package/react/hooks/useMenu.js.map +1 -1
- package/react/hooks/useNotifications.js.map +1 -1
- package/react/hooks/useOutsideClickDetector.js.map +1 -1
- package/react/hooks/usePubSub.js.map +1 -1
- package/react/hooks/useSearch.js.map +1 -1
- package/react/hooks/useToolbar.js.map +1 -1
- package/react/hooks/useWorkspace.js.map +1 -1
- package/react/reducers/favoriteReducer.js.map +1 -1
- package/react/reducers/linkerReducer.js.map +1 -1
- package/react/reducers/menuReducer.js.map +1 -1
- package/react/reducers/rootReducer.js.map +1 -1
- package/react/reducers/searchReducer.js.map +1 -1
- package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
- package/react/reducers/toolbarReducer.js.map +1 -1
- package/react/reducers/workspaceReducer.js.map +1 -1
- package/react/store.js.map +1 -1
- package/react/types/advancedAppLauncherTypes.js.map +1 -1
- package/react/types/dashbarTypes.js.map +1 -1
- package/react/types/favoriteTypes.js.map +1 -1
- package/react/types/fdc3.js.map +1 -1
- package/react/types/hotkeyTypes.js.map +1 -1
- package/react/types/iconTypes.js.map +1 -1
- package/react/types/linkerTypes.js.map +1 -1
- package/react/types/searchTypes.js.map +1 -1
- package/react/types/smartDesktopDesignerTypes.js.map +1 -1
- package/react/types/windowTitleBar.js.map +1 -1
- package/react/types/workspaceTypes.js.map +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M12.667 0.666748H3.33366C1.8609 0.666748 0.666992 1.86066 0.666992 3.33341V12.6667C0.666992 14.1395 1.8609 15.3334 3.33366 15.3334H12.667C14.1398 15.3334 15.3337 14.1395 15.3337 12.6667V3.33341C15.3337 1.86066 14.1398 0.666748 12.667 0.666748Z"
|
|
4
|
-
fill="transparent" style="stroke: currentColor" />
|
|
5
|
-
<path d="M2.66699 7.6122H5.11348L6.77708 10.1334L10.8872 2.66675H13.3337L7.07066 13.3334H6.38565L2.66699 7.6122Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M12.667 0.666748H3.33366C1.8609 0.666748 0.666992 1.86066 0.666992 3.33341V12.6667C0.666992 14.1395 1.8609 15.3334 3.33366 15.3334H12.667C14.1398 15.3334 15.3337 14.1395 15.3337 12.6667V3.33341C15.3337 1.86066 14.1398 0.666748 12.667 0.666748Z"
|
|
4
|
+
fill="transparent" style="stroke: currentColor" />
|
|
5
|
+
<path d="M2.66699 7.6122H5.11348L6.77708 10.1334L10.8872 2.66675H13.3337L7.07066 13.3334H6.38565L2.66699 7.6122Z" />
|
|
6
6
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M0 7.41835H3.66965L6.16471 11.2L12.3304 0H16L6.60518 16H5.57835L0 7.41835Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M0 7.41835H3.66965L6.16471 11.2L12.3304 0H16L6.60518 16H5.57835L0 7.41835Z" />
|
|
4
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M12.3839 15.6339C12.872 15.1457 12.872 14.3543 12.3839 13.8661L6.51777 8L12.3839 2.13388C12.872 1.64573 12.872 0.854272 12.3839 0.366117C11.8957 -0.122039 11.1043 -0.122039 10.6161 0.366117L3.86612 7.11612C3.37796 7.60427 3.37796 8.39573 3.86612 8.88388L10.6161 15.6339C11.1043 16.122 11.8957 16.122 12.3839 15.6339Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M12.3839 15.6339C12.872 15.1457 12.872 14.3543 12.3839 13.8661L6.51777 8L12.3839 2.13388C12.872 1.64573 12.872 0.854272 12.3839 0.366117C11.8957 -0.122039 11.1043 -0.122039 10.6161 0.366117L3.86612 7.11612C3.37796 7.60427 3.37796 8.39573 3.86612 8.88388L10.6161 15.6339C11.1043 16.122 11.8957 16.122 12.3839 15.6339Z" />
|
|
4
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M3.86612 0.366117C3.37796 0.854272 3.37796 1.64573 3.86612 2.13388L9.73223 8L3.86612 13.8661C3.37796 14.3543 3.37796 15.1457 3.86612 15.6339C4.35427 16.122 5.14573 16.122 5.63388 15.6339L12.3839 8.88388C12.872 8.39573 12.872 7.60427 12.3839 7.11612L5.63388 0.366117C5.14573 -0.122039 4.35427 -0.122039 3.86612 0.366117Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M3.86612 0.366117C3.37796 0.854272 3.37796 1.64573 3.86612 2.13388L9.73223 8L3.86612 13.8661C3.37796 14.3543 3.37796 15.1457 3.86612 15.6339C4.35427 16.122 5.14573 16.122 5.63388 15.6339L12.3839 8.88388C12.872 8.39573 12.872 7.60427 12.3839 7.11612L5.63388 0.366117C5.14573 -0.122039 4.35427 -0.122039 3.86612 0.366117Z" />
|
|
4
4
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
-
d="M3.625 1.32771V11.5693C3.625 11.5877 3.62835 11.5977 3.63023 11.6022C3.63235 11.6072 3.63492 11.6107 3.63734 11.6131C3.63774 11.6135 3.63812 11.6139 3.63848 11.6142H4.375V4.48061C4.375 4.15025 4.47927 3.82118 4.7145 3.5688C4.95344 3.31243 5.28123 3.18571 5.62437 3.18571H12.3676C13.0258 3.18571 13.617 3.73431 13.617 4.48061V14.6889C13.7095 15.4914 13.0569 16.025 12.43 16.025H5.62437C5.28123 16.025 4.95344 15.8983 4.7145 15.6419C4.47927 15.3895 4.375 15.0604 4.375 14.7301V12.8642H3.625C2.9671 12.8642 2.375 12.3162 2.375 11.5693V1.3198C2.375 0.963892 2.53568 0.650087 2.73832 0.432885C2.93834 0.218496 3.24965 0.0249023 3.625 0.0249023H10.375C10.7503 0.0249023 11.0617 0.218496 11.2617 0.432885C11.4643 0.650087 11.625 0.963892 11.625 1.3198V2.99455H10.375V1.32771C10.3746 1.32659 10.374 1.32512 10.3732 1.32332C10.3687 1.31283 10.36 1.29884 10.3477 1.28561C10.3438 1.2814 10.34 1.27783 10.3366 1.2749H3.66344C3.66001 1.27783 3.65623 1.2814 3.6523 1.28561C3.63996 1.29884 3.63132 1.31283 3.62675 1.32332C3.62597 1.32512 3.6254 1.32659 3.625 1.32771ZM5.62855 4.43571C5.62663 4.44635 5.625 4.46114 5.625 4.48061V14.7301C5.625 14.7496 5.62663 14.7643 5.62855 14.775H12.367V4.48061C12.367 4.46213 12.3636 4.45205 12.3617 4.44752C12.3596 4.4424 12.357 4.43896 12.3546 4.43657C12.3543 4.43626 12.354 4.43597 12.3537 4.43571H5.62855Z" />
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0">
|
|
8
|
-
<rect width="16" height="16" fill="white" />
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M3.625 1.32771V11.5693C3.625 11.5877 3.62835 11.5977 3.63023 11.6022C3.63235 11.6072 3.63492 11.6107 3.63734 11.6131C3.63774 11.6135 3.63812 11.6139 3.63848 11.6142H4.375V4.48061C4.375 4.15025 4.47927 3.82118 4.7145 3.5688C4.95344 3.31243 5.28123 3.18571 5.62437 3.18571H12.3676C13.0258 3.18571 13.617 3.73431 13.617 4.48061V14.6889C13.7095 15.4914 13.0569 16.025 12.43 16.025H5.62437C5.28123 16.025 4.95344 15.8983 4.7145 15.6419C4.47927 15.3895 4.375 15.0604 4.375 14.7301V12.8642H3.625C2.9671 12.8642 2.375 12.3162 2.375 11.5693V1.3198C2.375 0.963892 2.53568 0.650087 2.73832 0.432885C2.93834 0.218496 3.24965 0.0249023 3.625 0.0249023H10.375C10.7503 0.0249023 11.0617 0.218496 11.2617 0.432885C11.4643 0.650087 11.625 0.963892 11.625 1.3198V2.99455H10.375V1.32771C10.3746 1.32659 10.374 1.32512 10.3732 1.32332C10.3687 1.31283 10.36 1.29884 10.3477 1.28561C10.3438 1.2814 10.34 1.27783 10.3366 1.2749H3.66344C3.66001 1.27783 3.65623 1.2814 3.6523 1.28561C3.63996 1.29884 3.63132 1.31283 3.62675 1.32332C3.62597 1.32512 3.6254 1.32659 3.625 1.32771ZM5.62855 4.43571C5.62663 4.44635 5.625 4.46114 5.625 4.48061V14.7301C5.625 14.7496 5.62663 14.7643 5.62855 14.775H12.367V4.48061C12.367 4.46213 12.3636 4.45205 12.3617 4.44752C12.3596 4.4424 12.357 4.43896 12.3546 4.43657C12.3543 4.43626 12.354 4.43597 12.3537 4.43571H5.62855Z" />
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0">
|
|
8
|
+
<rect width="16" height="16" fill="white" />
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
11
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8.83846 9.02791V4.11608H6.85966V9.02791H8.83846ZM8.84599 12.5123V10.4632H6.85715V12.5123H8.84599Z" />
|
|
3
|
-
<path
|
|
4
|
-
d="M8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0ZM8 1.14286C4.2129 1.14286 1.14286 4.2129 1.14286 8C1.14286 11.7871 4.2129 14.8571 8 14.8571C11.7871 14.8571 14.8571 11.7871 14.8571 8C14.8571 4.2129 11.7871 1.14286 8 1.14286Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.83846 9.02791V4.11608H6.85966V9.02791H8.83846ZM8.84599 12.5123V10.4632H6.85715V12.5123H8.84599Z" />
|
|
3
|
+
<path
|
|
4
|
+
d="M8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0ZM8 1.14286C4.2129 1.14286 1.14286 4.2129 1.14286 8C1.14286 11.7871 4.2129 14.8571 8 14.8571C11.7871 14.8571 14.8571 11.7871 14.8571 8C14.8571 4.2129 11.7871 1.14286 8 1.14286Z" />
|
|
5
5
|
</svg>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
-
d="M15.7909 2.29359C15.6543 2.15747 15.4695 2.08959 15.2776 2.08545L12.567 2.10976C12.2714 2.11246 12.0301 2.35624 12.0293 2.65386V2.70175C12.0286 2.99685 12.2676 3.24316 12.5623 3.25072L14.0384 3.28871L8.84329 8.47825C8.63276 8.68854 8.63294 9.031 8.84401 9.24183C8.94945 9.34716 9.08788 9.39974 9.22631 9.39974C9.36474 9.39974 9.50281 9.34716 9.60789 9.24201L14.8032 4.05266L14.841 5.52671C14.8484 5.82073 15.0944 6.05966 15.3897 6.05966H15.3908L15.4392 6.05948C15.737 6.05894 15.9809 5.81731 15.9825 5.52095L15.9998 2.80258C16.0011 2.60975 15.9268 2.42898 15.7909 2.29359Z" />
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
-
d="M15.0244 14.1913H0.975597C0.437646 14.1913 0 13.7473 0 13.2016V2.73974C0 2.19399 0.437646 1.75 0.975597 1.75H10.2378C10.5351 1.75 10.7761 1.99448 10.7761 2.29611C10.7761 2.59775 10.5351 2.84222 10.2378 2.84222H1.07662V13.0991H14.9236V7.58957C14.9236 7.28793 15.1644 7.04346 15.4619 7.04346C15.7592 7.04346 16 7.28793 16 7.58957V13.2016C16 13.7473 15.5624 14.1913 15.0244 14.1913Z" />
|
|
7
|
-
</g>
|
|
8
|
-
<defs>
|
|
9
|
-
<clipPath id="clip0">
|
|
10
|
-
<rect width="16" height="16" fill="white" />
|
|
11
|
-
</clipPath>
|
|
12
|
-
</defs>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M15.7909 2.29359C15.6543 2.15747 15.4695 2.08959 15.2776 2.08545L12.567 2.10976C12.2714 2.11246 12.0301 2.35624 12.0293 2.65386V2.70175C12.0286 2.99685 12.2676 3.24316 12.5623 3.25072L14.0384 3.28871L8.84329 8.47825C8.63276 8.68854 8.63294 9.031 8.84401 9.24183C8.94945 9.34716 9.08788 9.39974 9.22631 9.39974C9.36474 9.39974 9.50281 9.34716 9.60789 9.24201L14.8032 4.05266L14.841 5.52671C14.8484 5.82073 15.0944 6.05966 15.3897 6.05966H15.3908L15.4392 6.05948C15.737 6.05894 15.9809 5.81731 15.9825 5.52095L15.9998 2.80258C16.0011 2.60975 15.9268 2.42898 15.7909 2.29359Z" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M15.0244 14.1913H0.975597C0.437646 14.1913 0 13.7473 0 13.2016V2.73974C0 2.19399 0.437646 1.75 0.975597 1.75H10.2378C10.5351 1.75 10.7761 1.99448 10.7761 2.29611C10.7761 2.59775 10.5351 2.84222 10.2378 2.84222H1.07662V13.0991H14.9236V7.58957C14.9236 7.28793 15.1644 7.04346 15.4619 7.04346C15.7592 7.04346 16 7.28793 16 7.58957V13.2016C16 13.7473 15.5624 14.1913 15.0244 14.1913Z" />
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0">
|
|
10
|
+
<rect width="16" height="16" fill="white" />
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
13
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
-
d="M14.7243 6.91353C14.1265 7.4123 13.4071 7.72841 12.6302 7.83317L12.5349 7.84245C11.7612 7.91721 10.9819 7.88124 10.2175 7.7357C9.26903 7.56149 8.3016 7.51889 7.34224 7.60923C6.30519 7.69841 5.31489 7.98451 4.39589 8.46041L1.60896 3.95004C2.37174 3.57559 3.18883 3.34767 4.04074 3.27208C4.9029 3.19284 5.77094 3.23296 6.62117 3.39159C7.48803 3.55404 8.37273 3.59183 9.25272 3.50481C10.222 3.39109 11.1312 3.01879 11.8949 2.4252L14.7243 6.91353ZM15.9158 6.70301L12.5001 1.26421C12.4215 1.13807 12.2978 1.04971 12.1516 1.0154C12.005 0.980924 11.8545 1.00479 11.7267 1.08237C11.6714 1.11585 11.6226 1.15845 11.5905 1.1989C10.9414 1.88167 10.0634 2.3095 9.1192 2.40349C8.34532 2.47825 7.56606 2.44211 6.8016 2.29657C5.85334 2.12252 4.88558 2.08009 3.92639 2.1701C2.90901 2.25845 1.9357 2.53643 1.03082 2.99708C0.952461 2.88171 0.834917 2.80049 0.697025 2.76733C0.551229 2.73219 0.399884 2.75507 0.271073 2.83198C0.142598 2.90889 0.0521275 3.03073 0.0163092 3.17461C-0.0193409 3.31866 0.00386532 3.46784 0.081892 3.59465L7.04829 14.9064C7.15239 15.0721 7.33232 15.1713 7.53024 15.1714C7.63316 15.1714 7.73372 15.1431 7.81931 15.0907C7.94795 15.0143 8.03876 14.8929 8.07492 14.7494C8.11107 14.6057 8.0882 14.4567 8.01017 14.329L4.97907 9.4137C5.75413 9.02433 6.58636 8.78895 7.45625 8.71386C8.31841 8.63545 9.18646 8.67573 10.037 8.83337C10.9036 8.99549 11.7879 9.03378 12.6664 8.94659C13.8968 8.81829 15.0348 8.25221 15.8784 7.34351C16.0256 7.15968 16.0405 6.90225 15.9158 6.70301Z" />
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0">
|
|
8
|
-
<rect width="16" height="16" fill="white" />
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M14.7243 6.91353C14.1265 7.4123 13.4071 7.72841 12.6302 7.83317L12.5349 7.84245C11.7612 7.91721 10.9819 7.88124 10.2175 7.7357C9.26903 7.56149 8.3016 7.51889 7.34224 7.60923C6.30519 7.69841 5.31489 7.98451 4.39589 8.46041L1.60896 3.95004C2.37174 3.57559 3.18883 3.34767 4.04074 3.27208C4.9029 3.19284 5.77094 3.23296 6.62117 3.39159C7.48803 3.55404 8.37273 3.59183 9.25272 3.50481C10.222 3.39109 11.1312 3.01879 11.8949 2.4252L14.7243 6.91353ZM15.9158 6.70301L12.5001 1.26421C12.4215 1.13807 12.2978 1.04971 12.1516 1.0154C12.005 0.980924 11.8545 1.00479 11.7267 1.08237C11.6714 1.11585 11.6226 1.15845 11.5905 1.1989C10.9414 1.88167 10.0634 2.3095 9.1192 2.40349C8.34532 2.47825 7.56606 2.44211 6.8016 2.29657C5.85334 2.12252 4.88558 2.08009 3.92639 2.1701C2.90901 2.25845 1.9357 2.53643 1.03082 2.99708C0.952461 2.88171 0.834917 2.80049 0.697025 2.76733C0.551229 2.73219 0.399884 2.75507 0.271073 2.83198C0.142598 2.90889 0.0521275 3.03073 0.0163092 3.17461C-0.0193409 3.31866 0.00386532 3.46784 0.081892 3.59465L7.04829 14.9064C7.15239 15.0721 7.33232 15.1713 7.53024 15.1714C7.63316 15.1714 7.73372 15.1431 7.81931 15.0907C7.94795 15.0143 8.03876 14.8929 8.07492 14.7494C8.11107 14.6057 8.0882 14.4567 8.01017 14.329L4.97907 9.4137C5.75413 9.02433 6.58636 8.78895 7.45625 8.71386C8.31841 8.63545 9.18646 8.67573 10.037 8.83337C10.9036 8.99549 11.7879 9.03378 12.6664 8.94659C13.8968 8.81829 15.0348 8.25221 15.8784 7.34351C16.0256 7.15968 16.0405 6.90225 15.9158 6.70301Z" />
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0">
|
|
8
|
+
<rect width="16" height="16" fill="white" />
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
11
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M1.15034 12.845H14.8497V4.752H1.15034V12.845ZM1.11216 2C0.499296 2 0 3 0 3.616V12.884C0 13.5 0.499296 14 1.11216 14H14.8869C15.5007 14 16 13.5 16 12.884V4.616C16 4.001 15.5007 3.5 14.8878 3.5H7.27308C6.8805 3.5 7.02931 2 5.81827 2H1.11216Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M1.15034 12.845H14.8497V4.752H1.15034V12.845ZM1.11216 2C0.499296 2 0 3 0 3.616V12.884C0 13.5 0.499296 14 1.11216 14H14.8869C15.5007 14 16 13.5 16 12.884V4.616C16 4.001 15.5007 3.5 14.8878 3.5H7.27308C6.8805 3.5 7.02931 2 5.81827 2H1.11216Z" />
|
|
4
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M3.10841 12.628V12.1423C2.0954 12.0174 2.06765 11.8231 2.26193 11.1571C2.42845 10.602 2.60885 10.1024 2.76149 9.67224H5.42585C5.634 10.2412 5.84215 10.824 5.98092 11.2403C6.20295 11.8509 6.13356 12.0174 5.31483 12.1423V12.628H9.28361V12.1423C8.40937 12.0313 8.22897 11.8509 7.75715 10.6297C6.85516 8.24292 5.9948 5.82835 5.10668 3.3999L4.39896 3.5803L1.55421 10.713C1.09627 11.8787 0.929748 12.0313 0.0138768 12.1423L0 12.628H3.10841ZM5.16219 8.93676H2.9974C3.3582 7.95151 3.70512 6.95237 4.09367 5.93936H4.1353L5.16219 8.93676ZM14.4874 12.7945L16 12.0035L15.8612 11.5595C15.7086 11.615 15.5559 11.6705 15.3894 11.6705C15.1674 11.6705 14.9454 11.4901 14.9454 10.8518V8.56209C14.9454 7.78498 14.8205 7.18828 14.2238 6.73034C13.8491 6.45281 13.4328 6.32792 12.8638 6.32792C12.0729 6.46668 11.0876 6.95237 10.5603 7.31317C10.2411 7.54908 10.0746 7.72948 10.0746 7.97926C10.0746 8.34006 10.5742 8.6731 10.935 8.6731C11.2264 8.6731 11.4206 8.56209 11.5178 8.20129C11.6288 7.77111 11.7537 7.43806 11.9202 7.24379C12.0451 7.07727 12.1977 6.994 12.3781 6.994C12.8916 6.994 13.2246 7.47969 13.2246 8.35394V8.77024C12.9055 9.04778 11.8369 9.38082 11.0182 9.68611C10.2966 9.94977 9.96357 10.2967 9.96357 11.0183C9.96357 11.8787 10.6574 12.7945 11.8369 12.7945C12.1006 12.7945 12.7528 12.3366 13.2801 11.9897C13.3495 12.1562 13.4467 12.3366 13.6409 12.5031C13.8213 12.6696 14.1127 12.7945 14.4874 12.7945ZM12.6418 11.7538C12.3226 11.7538 11.8092 11.4623 11.8092 10.6852C11.8092 10.2134 12.0312 9.96365 12.4614 9.74162C12.7389 9.58897 12.9748 9.43633 13.2246 9.31144V11.5317C12.9887 11.6983 12.8361 11.7538 12.6418 11.7538Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M3.10841 12.628V12.1423C2.0954 12.0174 2.06765 11.8231 2.26193 11.1571C2.42845 10.602 2.60885 10.1024 2.76149 9.67224H5.42585C5.634 10.2412 5.84215 10.824 5.98092 11.2403C6.20295 11.8509 6.13356 12.0174 5.31483 12.1423V12.628H9.28361V12.1423C8.40937 12.0313 8.22897 11.8509 7.75715 10.6297C6.85516 8.24292 5.9948 5.82835 5.10668 3.3999L4.39896 3.5803L1.55421 10.713C1.09627 11.8787 0.929748 12.0313 0.0138768 12.1423L0 12.628H3.10841ZM5.16219 8.93676H2.9974C3.3582 7.95151 3.70512 6.95237 4.09367 5.93936H4.1353L5.16219 8.93676ZM14.4874 12.7945L16 12.0035L15.8612 11.5595C15.7086 11.615 15.5559 11.6705 15.3894 11.6705C15.1674 11.6705 14.9454 11.4901 14.9454 10.8518V8.56209C14.9454 7.78498 14.8205 7.18828 14.2238 6.73034C13.8491 6.45281 13.4328 6.32792 12.8638 6.32792C12.0729 6.46668 11.0876 6.95237 10.5603 7.31317C10.2411 7.54908 10.0746 7.72948 10.0746 7.97926C10.0746 8.34006 10.5742 8.6731 10.935 8.6731C11.2264 8.6731 11.4206 8.56209 11.5178 8.20129C11.6288 7.77111 11.7537 7.43806 11.9202 7.24379C12.0451 7.07727 12.1977 6.994 12.3781 6.994C12.8916 6.994 13.2246 7.47969 13.2246 8.35394V8.77024C12.9055 9.04778 11.8369 9.38082 11.0182 9.68611C10.2966 9.94977 9.96357 10.2967 9.96357 11.0183C9.96357 11.8787 10.6574 12.7945 11.8369 12.7945C12.1006 12.7945 12.7528 12.3366 13.2801 11.9897C13.3495 12.1562 13.4467 12.3366 13.6409 12.5031C13.8213 12.6696 14.1127 12.7945 14.4874 12.7945ZM12.6418 11.7538C12.3226 11.7538 11.8092 11.4623 11.8092 10.6852C11.8092 10.2134 12.0312 9.96365 12.4614 9.74162C12.7389 9.58897 12.9748 9.43633 13.2246 9.31144V11.5317C12.9887 11.6983 12.8361 11.7538 12.6418 11.7538Z" />
|
|
4
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M2.61611 12.8095C3.59663 13.9076 4.89155 14.677 6.32477 15.0126C5.47977 14.104 4.80396 13.0515 4.32822 11.9055C3.72894 12.1494 3.15547 12.4522 2.61611 12.8095ZM9.67846 15.0126C11.1117 14.6774 12.4061 13.908 13.3857 12.8095C12.8491 12.4518 12.2775 12.1489 11.6801 11.9055C11.2025 13.0511 10.5248 14.103 9.67846 15.0112V15.0126ZM9.56967 0.959779C10.4506 1.87254 11.1555 2.93926 11.6496 4.10741C12.2595 3.86216 12.8431 3.55561 13.3908 3.19189C12.3831 2.06523 11.0462 1.28431 9.56967 0.959779ZM4.35681 4.10557C4.60343 3.52195 4.90354 2.96231 5.25297 2.43356C5.6024 1.90895 5.997 1.4157 6.43218 0.959779C4.95609 1.28616 3.62061 2.0703 2.61611 3.19972C3.16423 3.56022 3.74738 3.86355 4.35681 4.10557ZM10.9088 4.36464C10.3441 3.04667 9.48531 1.87576 8.39829 0.940417V4.79982C9.25066 4.7657 10.0943 4.62095 10.9088 4.36925V4.36464ZM5.09623 4.36464C5.6674 4.579 7.21908 4.84453 7.60309 4.79521V0.940417C6.51746 1.87622 5.66002 3.04714 5.09623 4.36464ZM8.39691 15.1407C9.50375 14.1865 10.3732 12.987 10.936 11.6381C10.1127 11.3814 9.25896 11.2343 8.39691 11.1997V15.1407ZM5.06719 11.6446C5.63006 12.9902 6.4981 14.186 7.60309 15.1375V11.1997C7.11214 11.1679 5.55999 11.4381 5.06719 11.6446ZM11.1827 5.10222C10.2801 5.38573 9.34378 5.54754 8.39829 5.58211V7.60309H11.645C11.6049 6.75256 11.4496 5.91126 11.1827 5.10222ZM7.60493 5.58718C6.66175 5.55169 5.72779 5.39034 4.82748 5.1073C4.61588 5.55999 4.30241 7.29745 4.37294 7.60632H7.60493V5.58718ZM11.6483 8.39829H8.39829V10.4128C9.35024 10.4492 10.2925 10.6147 11.2002 10.9038C11.4629 10.0929 11.6137 9.2502 11.6483 8.39829ZM7.61 10.411V8.39691H4.36464C4.31993 8.84315 4.61957 10.5599 4.80028 10.9005C5.70842 10.612 6.65115 10.4479 7.60309 10.4128L7.61 10.411ZM0.800277 8.39507C0.874496 9.76282 1.33687 11.0808 2.133 12.195C2.73827 11.7879 3.38366 11.4436 4.05947 11.1679C3.76858 10.2708 3.60401 9.33779 3.57128 8.39507H0.800277ZM13.8771 12.195C14.6733 11.0817 15.1356 9.76513 15.2099 8.39829H12.4306C12.4001 9.33917 12.2388 10.2718 11.9507 11.1679C12.626 11.4436 13.2719 11.7879 13.8771 12.195ZM2.12654 3.80454C1.33226 4.91921 0.872191 6.23672 0.800277 7.60309H3.57312C3.61323 6.66313 3.7838 5.73286 4.08021 4.83992C3.39426 4.56333 2.7392 4.21666 2.12516 3.80454H2.12654ZM13.8771 3.80454C13.2622 4.21666 12.6067 4.56379 11.9202 4.83992C12.2167 5.7324 12.3872 6.66221 12.4273 7.60171H15.2099C15.1347 6.23487 14.6724 4.91829 13.8771 3.80454ZM8 0C12.4186 0 16 3.58142 16 8C16 12.4181 12.4186 16 8 16C3.58188 16 0 12.4181 0 8C0 3.58142 3.58188 0 8 0Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M2.61611 12.8095C3.59663 13.9076 4.89155 14.677 6.32477 15.0126C5.47977 14.104 4.80396 13.0515 4.32822 11.9055C3.72894 12.1494 3.15547 12.4522 2.61611 12.8095ZM9.67846 15.0126C11.1117 14.6774 12.4061 13.908 13.3857 12.8095C12.8491 12.4518 12.2775 12.1489 11.6801 11.9055C11.2025 13.0511 10.5248 14.103 9.67846 15.0112V15.0126ZM9.56967 0.959779C10.4506 1.87254 11.1555 2.93926 11.6496 4.10741C12.2595 3.86216 12.8431 3.55561 13.3908 3.19189C12.3831 2.06523 11.0462 1.28431 9.56967 0.959779ZM4.35681 4.10557C4.60343 3.52195 4.90354 2.96231 5.25297 2.43356C5.6024 1.90895 5.997 1.4157 6.43218 0.959779C4.95609 1.28616 3.62061 2.0703 2.61611 3.19972C3.16423 3.56022 3.74738 3.86355 4.35681 4.10557ZM10.9088 4.36464C10.3441 3.04667 9.48531 1.87576 8.39829 0.940417V4.79982C9.25066 4.7657 10.0943 4.62095 10.9088 4.36925V4.36464ZM5.09623 4.36464C5.6674 4.579 7.21908 4.84453 7.60309 4.79521V0.940417C6.51746 1.87622 5.66002 3.04714 5.09623 4.36464ZM8.39691 15.1407C9.50375 14.1865 10.3732 12.987 10.936 11.6381C10.1127 11.3814 9.25896 11.2343 8.39691 11.1997V15.1407ZM5.06719 11.6446C5.63006 12.9902 6.4981 14.186 7.60309 15.1375V11.1997C7.11214 11.1679 5.55999 11.4381 5.06719 11.6446ZM11.1827 5.10222C10.2801 5.38573 9.34378 5.54754 8.39829 5.58211V7.60309H11.645C11.6049 6.75256 11.4496 5.91126 11.1827 5.10222ZM7.60493 5.58718C6.66175 5.55169 5.72779 5.39034 4.82748 5.1073C4.61588 5.55999 4.30241 7.29745 4.37294 7.60632H7.60493V5.58718ZM11.6483 8.39829H8.39829V10.4128C9.35024 10.4492 10.2925 10.6147 11.2002 10.9038C11.4629 10.0929 11.6137 9.2502 11.6483 8.39829ZM7.61 10.411V8.39691H4.36464C4.31993 8.84315 4.61957 10.5599 4.80028 10.9005C5.70842 10.612 6.65115 10.4479 7.60309 10.4128L7.61 10.411ZM0.800277 8.39507C0.874496 9.76282 1.33687 11.0808 2.133 12.195C2.73827 11.7879 3.38366 11.4436 4.05947 11.1679C3.76858 10.2708 3.60401 9.33779 3.57128 8.39507H0.800277ZM13.8771 12.195C14.6733 11.0817 15.1356 9.76513 15.2099 8.39829H12.4306C12.4001 9.33917 12.2388 10.2718 11.9507 11.1679C12.626 11.4436 13.2719 11.7879 13.8771 12.195ZM2.12654 3.80454C1.33226 4.91921 0.872191 6.23672 0.800277 7.60309H3.57312C3.61323 6.66313 3.7838 5.73286 4.08021 4.83992C3.39426 4.56333 2.7392 4.21666 2.12516 3.80454H2.12654ZM13.8771 3.80454C13.2622 4.21666 12.6067 4.56379 11.9202 4.83992C12.2167 5.7324 12.3872 6.66221 12.4273 7.60171H15.2099C15.1347 6.23487 14.6724 4.91829 13.8771 3.80454ZM8 0C12.4186 0 16 3.58142 16 8C16 12.4181 12.4186 16 8 16C3.58188 16 0 12.4181 0 8C0 3.58142 3.58188 0 8 0Z" />
|
|
4
4
|
</svg>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M15.8495 10.5412V10.4941C15.8495 10.4 15.8495 10.2588 15.8495 10.1647L14.2445 0.847059C14.1442 0.376471 13.6928 0 13.1411 0H2.85893C2.30721 0 1.8558 0.376471 1.75549 0.847059L0.15047 10.1176C0.15047 10.2118 0.15047 10.3529 0.15047 10.4471V10.5412C0.0501567 10.6824 0 10.8706 0 11.0588V14.9176C0 15.4824 0.501568 16 1.15361 16H14.8464C15.4483 16 16 15.5294 16 14.9176V11.1059C15.9498 10.8706 15.8997 10.7294 15.8495 10.5412ZM1.05329 9.78824L2.55799 0.894118L2.60815 0.847059C2.70846 0.8 2.75862 0.752941 2.85893 0.752941H13.1411C13.2414 0.752941 13.2915 0.8 13.3417 0.847059L13.3918 0.894118V0.941176L14.9467 10.0235H1.05329V9.78824ZM14.8464 15.1529H1.10345C0.952978 15.1529 0.852665 15.0588 0.802508 14.9176V11.0118L0.902821 10.9647C0.952978 10.9176 1.05329 10.8706 1.20376 10.8706H14.7461C14.8464 10.8706 14.9467 10.9176 15.047 10.9647L15.1473 11.0118V14.9176C15.0972 15.0118 14.9969 15.1529 14.8464 15.1529Z" />
|
|
4
|
-
<path
|
|
5
|
-
d="M9.12829 12.5647H2.90886C2.65807 12.5647 2.45745 12.7529 2.45745 12.9882C2.45745 13.2235 2.65807 13.4118 2.90886 13.4118H9.07814C9.32892 13.4118 9.52955 13.2235 9.52955 12.9882C9.52955 12.7529 9.32892 12.5647 9.12829 12.5647Z" />
|
|
6
|
-
<path
|
|
7
|
-
d="M13.0407 12.5647H11.3855C11.1348 12.5647 10.9341 12.7529 10.9341 12.9882C10.9341 13.2235 11.1348 13.4118 11.3855 13.4118H13.0407C13.2915 13.4118 13.4921 13.2235 13.4921 12.9882C13.442 12.7529 13.2413 12.5647 13.0407 12.5647Z" />
|
|
8
|
-
<path
|
|
9
|
-
d="M4.46442 1.74121H4.06316C3.81238 1.74121 3.61175 1.92945 3.61175 2.16474C3.61175 2.40003 3.81238 2.58827 4.06316 2.58827H4.46442C4.7152 2.58827 4.91583 2.40003 4.91583 2.16474C4.91583 1.92945 4.7152 1.74121 4.46442 1.74121Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M15.8495 10.5412V10.4941C15.8495 10.4 15.8495 10.2588 15.8495 10.1647L14.2445 0.847059C14.1442 0.376471 13.6928 0 13.1411 0H2.85893C2.30721 0 1.8558 0.376471 1.75549 0.847059L0.15047 10.1176C0.15047 10.2118 0.15047 10.3529 0.15047 10.4471V10.5412C0.0501567 10.6824 0 10.8706 0 11.0588V14.9176C0 15.4824 0.501568 16 1.15361 16H14.8464C15.4483 16 16 15.5294 16 14.9176V11.1059C15.9498 10.8706 15.8997 10.7294 15.8495 10.5412ZM1.05329 9.78824L2.55799 0.894118L2.60815 0.847059C2.70846 0.8 2.75862 0.752941 2.85893 0.752941H13.1411C13.2414 0.752941 13.2915 0.8 13.3417 0.847059L13.3918 0.894118V0.941176L14.9467 10.0235H1.05329V9.78824ZM14.8464 15.1529H1.10345C0.952978 15.1529 0.852665 15.0588 0.802508 14.9176V11.0118L0.902821 10.9647C0.952978 10.9176 1.05329 10.8706 1.20376 10.8706H14.7461C14.8464 10.8706 14.9467 10.9176 15.047 10.9647L15.1473 11.0118V14.9176C15.0972 15.0118 14.9969 15.1529 14.8464 15.1529Z" />
|
|
4
|
+
<path
|
|
5
|
+
d="M9.12829 12.5647H2.90886C2.65807 12.5647 2.45745 12.7529 2.45745 12.9882C2.45745 13.2235 2.65807 13.4118 2.90886 13.4118H9.07814C9.32892 13.4118 9.52955 13.2235 9.52955 12.9882C9.52955 12.7529 9.32892 12.5647 9.12829 12.5647Z" />
|
|
6
|
+
<path
|
|
7
|
+
d="M13.0407 12.5647H11.3855C11.1348 12.5647 10.9341 12.7529 10.9341 12.9882C10.9341 13.2235 11.1348 13.4118 11.3855 13.4118H13.0407C13.2915 13.4118 13.4921 13.2235 13.4921 12.9882C13.442 12.7529 13.2413 12.5647 13.0407 12.5647Z" />
|
|
8
|
+
<path
|
|
9
|
+
d="M4.46442 1.74121H4.06316C3.81238 1.74121 3.61175 1.92945 3.61175 2.16474C3.61175 2.40003 3.81238 2.58827 4.06316 2.58827H4.46442C4.7152 2.58827 4.91583 2.40003 4.91583 2.16474C4.91583 1.92945 4.7152 1.74121 4.46442 1.74121Z" />
|
|
10
10
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path
|
|
4
|
-
d="M12.5633 4.5C11.2293 4.5 10.0049 5.28824 9.4567 6.4981H1.43449C1.3614 6.4981 1.2883 6.53476 1.23348 6.58976L0.0822322 7.72629C-0.0274107 7.83628 -0.0274107 8.01959 0.0822322 8.12958L1.23348 9.26611C1.2883 9.32111 1.3614 9.35777 1.43449 9.35777H2.56747C2.64057 9.35777 2.71366 9.32111 2.76848 9.26611L3.42634 8.60619L4.0842 9.26611C4.19384 9.3761 4.37658 9.3761 4.48622 9.26611L5.14408 8.60619L5.80194 9.26611C5.91158 9.3761 6.09432 9.3761 6.20396 9.26611L6.86182 8.60619L7.51968 9.26611C7.5745 9.32111 7.64759 9.35777 7.72069 9.35777H9.4567C10.2425 11.0809 12.2709 11.8325 14.0069 11.0442C15.7246 10.256 16.4738 8.22123 15.6881 6.47977C15.1216 5.28824 13.8972 4.5 12.5633 4.5ZM12.5633 10.8059C11.3937 10.8059 10.3338 10.091 9.91355 8.99114C9.877 8.88116 9.76736 8.80783 9.63944 8.80783H7.83033L7.06283 8.03792C6.95319 7.92793 6.77045 7.92793 6.66081 8.03792L6.00295 8.67951L5.34509 8.01959C5.23545 7.9096 5.05271 7.9096 4.94307 8.01959L4.28521 8.67951L3.62735 8.01959C3.51771 7.9096 3.33497 7.9096 3.22533 8.01959L2.45783 8.7895H1.54414L0.685268 7.94627L1.54414 7.0847H9.63944C9.74908 7.0847 9.85873 7.01137 9.91355 6.90139C10.48 5.43489 12.143 4.70164 13.6049 5.26991C15.0668 5.83818 15.7977 7.50632 15.2312 8.97281C14.7927 10.091 13.7328 10.8059 12.5633 10.8059ZM13.6962 6.80973C13.0566 6.80973 12.5633 7.323 12.5633 7.94627C12.5633 8.58786 13.0749 9.0828 13.6962 9.0828C14.3175 9.0828 14.8292 8.56953 14.8292 7.94627C14.8475 7.30467 14.3358 6.80973 13.6962 6.80973ZM13.6962 8.51453C13.3856 8.51453 13.1297 8.2579 13.1297 7.94627C13.1297 7.63464 13.3856 7.378 13.6962 7.378C14.0069 7.378 14.2627 7.63464 14.2627 7.94627C14.281 8.2579 14.0252 8.51453 13.6962 8.51453Z" />
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0">
|
|
8
|
-
<rect width="16" height="16" fill="white" />
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path
|
|
4
|
+
d="M12.5633 4.5C11.2293 4.5 10.0049 5.28824 9.4567 6.4981H1.43449C1.3614 6.4981 1.2883 6.53476 1.23348 6.58976L0.0822322 7.72629C-0.0274107 7.83628 -0.0274107 8.01959 0.0822322 8.12958L1.23348 9.26611C1.2883 9.32111 1.3614 9.35777 1.43449 9.35777H2.56747C2.64057 9.35777 2.71366 9.32111 2.76848 9.26611L3.42634 8.60619L4.0842 9.26611C4.19384 9.3761 4.37658 9.3761 4.48622 9.26611L5.14408 8.60619L5.80194 9.26611C5.91158 9.3761 6.09432 9.3761 6.20396 9.26611L6.86182 8.60619L7.51968 9.26611C7.5745 9.32111 7.64759 9.35777 7.72069 9.35777H9.4567C10.2425 11.0809 12.2709 11.8325 14.0069 11.0442C15.7246 10.256 16.4738 8.22123 15.6881 6.47977C15.1216 5.28824 13.8972 4.5 12.5633 4.5ZM12.5633 10.8059C11.3937 10.8059 10.3338 10.091 9.91355 8.99114C9.877 8.88116 9.76736 8.80783 9.63944 8.80783H7.83033L7.06283 8.03792C6.95319 7.92793 6.77045 7.92793 6.66081 8.03792L6.00295 8.67951L5.34509 8.01959C5.23545 7.9096 5.05271 7.9096 4.94307 8.01959L4.28521 8.67951L3.62735 8.01959C3.51771 7.9096 3.33497 7.9096 3.22533 8.01959L2.45783 8.7895H1.54414L0.685268 7.94627L1.54414 7.0847H9.63944C9.74908 7.0847 9.85873 7.01137 9.91355 6.90139C10.48 5.43489 12.143 4.70164 13.6049 5.26991C15.0668 5.83818 15.7977 7.50632 15.2312 8.97281C14.7927 10.091 13.7328 10.8059 12.5633 10.8059ZM13.6962 6.80973C13.0566 6.80973 12.5633 7.323 12.5633 7.94627C12.5633 8.58786 13.0749 9.0828 13.6962 9.0828C14.3175 9.0828 14.8292 8.56953 14.8292 7.94627C14.8475 7.30467 14.3358 6.80973 13.6962 6.80973ZM13.6962 8.51453C13.3856 8.51453 13.1297 8.2579 13.1297 7.94627C13.1297 7.63464 13.3856 7.378 13.6962 7.378C14.0069 7.378 14.2627 7.63464 14.2627 7.94627C14.281 8.2579 14.0252 8.51453 13.6962 8.51453Z" />
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0">
|
|
8
|
+
<rect width="16" height="16" fill="white" />
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
11
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M8 16C3.5824 16 0 12.4184 0 8C0 3.5816 3.5824 0 8 0C12.4176 0 16 3.5816 16 8C16 12.4184 12.4176 16 8 16ZM8 0.728C7.4184 0.728 6.8552 0.7808 6.3096 0.9088L6.9088 3C7.2728 2.9096 7.6184 2.8736 8 2.8736C8.3816 2.8736 8.7448 2.9272 9.0912 3L9.6904 0.928C9.1456 0.8 8.5816 0.728 8 0.728ZM10.3824 1.1096L9.7816 3.2C11.164 3.7088 12.2728 4.8184 12.7824 6.2L14.8728 5.6C14.1448 3.4912 12.4728 1.8368 10.3824 1.1096ZM5.6184 1.1096C3.5096 1.8368 1.8552 3.5088 1.128 5.6L3.2184 6.2C3.7272 4.8184 4.836 3.7088 6.2184 3.2L5.6184 1.1096ZM8 3.6184C5.5816 3.6184 3.6192 5.564 3.6192 8C3.6192 10.4184 5.5816 12.3824 8 12.3824C10.4184 12.3824 12.3816 10.4184 12.3816 8C12.3816 5.5816 10.4184 3.6184 8 3.6184ZM12.9826 9.07285L15.0728 9.6728C15.2 9.128 15.2728 8.564 15.2728 7.9816C15.2728 7.4 15.2 6.8368 15.0728 6.2912L12.9824 6.8912C13.0728 7.2368 13.1096 7.6 13.1096 7.9816C13.1096 8.36372 13.0553 8.72667 12.9826 9.07285ZM0.9272 6.2912C0.8 6.8368 0.7272 7.4 0.7272 7.9816C0.7272 8.564 0.8 9.128 0.9272 9.6728L3.0184 9.0736C2.928 8.7272 2.8912 8.364 2.8912 7.9816C2.8912 7.6 2.9456 7.2368 3.0184 6.8912L0.9272 6.2912ZM12.7824 9.7816C12.2728 11.1632 11.164 12.2552 9.7816 12.7816L10.3824 14.8728C12.4904 14.1456 14.1448 12.4728 14.8728 10.3816L12.7824 9.7816ZM3.2184 9.7816L1.128 10.3816C1.8552 12.4904 3.5272 14.1448 5.6184 14.8728L6.2184 12.7816C4.836 12.2728 3.7272 11.1632 3.2184 9.7816ZM9.6904 15.0728L9.0912 12.9816C8.7448 13.0728 8.3816 13.1096 8 13.1096C7.6184 13.1096 7.2552 13.0544 6.9088 12.9824L6.3096 15.0728C6.8552 15.2 7.4184 15.2728 8 15.2728C8.5816 15.2728 9.1456 15.2 9.6904 15.0728Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M8 16C3.5824 16 0 12.4184 0 8C0 3.5816 3.5824 0 8 0C12.4176 0 16 3.5816 16 8C16 12.4184 12.4176 16 8 16ZM8 0.728C7.4184 0.728 6.8552 0.7808 6.3096 0.9088L6.9088 3C7.2728 2.9096 7.6184 2.8736 8 2.8736C8.3816 2.8736 8.7448 2.9272 9.0912 3L9.6904 0.928C9.1456 0.8 8.5816 0.728 8 0.728ZM10.3824 1.1096L9.7816 3.2C11.164 3.7088 12.2728 4.8184 12.7824 6.2L14.8728 5.6C14.1448 3.4912 12.4728 1.8368 10.3824 1.1096ZM5.6184 1.1096C3.5096 1.8368 1.8552 3.5088 1.128 5.6L3.2184 6.2C3.7272 4.8184 4.836 3.7088 6.2184 3.2L5.6184 1.1096ZM8 3.6184C5.5816 3.6184 3.6192 5.564 3.6192 8C3.6192 10.4184 5.5816 12.3824 8 12.3824C10.4184 12.3824 12.3816 10.4184 12.3816 8C12.3816 5.5816 10.4184 3.6184 8 3.6184ZM12.9826 9.07285L15.0728 9.6728C15.2 9.128 15.2728 8.564 15.2728 7.9816C15.2728 7.4 15.2 6.8368 15.0728 6.2912L12.9824 6.8912C13.0728 7.2368 13.1096 7.6 13.1096 7.9816C13.1096 8.36372 13.0553 8.72667 12.9826 9.07285ZM0.9272 6.2912C0.8 6.8368 0.7272 7.4 0.7272 7.9816C0.7272 8.564 0.8 9.128 0.9272 9.6728L3.0184 9.0736C2.928 8.7272 2.8912 8.364 2.8912 7.9816C2.8912 7.6 2.9456 7.2368 3.0184 6.8912L0.9272 6.2912ZM12.7824 9.7816C12.2728 11.1632 11.164 12.2552 9.7816 12.7816L10.3824 14.8728C12.4904 14.1456 14.1448 12.4728 14.8728 10.3816L12.7824 9.7816ZM3.2184 9.7816L1.128 10.3816C1.8552 12.4904 3.5272 14.1448 5.6184 14.8728L6.2184 12.7816C4.836 12.2728 3.7272 11.1632 3.2184 9.7816ZM9.6904 15.0728L9.0912 12.9816C8.7448 13.0728 8.3816 13.1096 8 13.1096C7.6184 13.1096 7.2552 13.0544 6.9088 12.9824L6.3096 15.0728C6.8552 15.2 7.4184 15.2728 8 15.2728C8.5816 15.2728 9.1456 15.2 9.6904 15.0728Z" />
|
|
4
4
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M13.2225 6.39998C13.8205 6.39998 14.3051 6.91444 14.2909 7.54952V14.8504C14.2909 15.4855 13.8064 16 13.2084 16H3.08255C2.48455 16 2 15.4855 2 14.8504V7.54952C2 6.91444 2.48455 6.39998 3.08255 6.39998H13.2225ZM8.15255 8.71383C7.58291 8.71383 7.11255 9.21229 7.09836 9.83137C7.09836 10.1489 7.213 10.4369 7.44109 10.6486C7.54036 10.7384 7.61127 10.9046 7.61127 11.056V13.1274C7.61127 13.4449 7.85355 13.6874 8.13836 13.6874C8.43736 13.6874 8.66545 13.4289 8.66545 13.1274V11.0412C8.66545 10.8898 8.73636 10.7384 8.84982 10.6326C9.06373 10.4209 9.19255 10.1341 9.19255 9.8166C9.19255 9.21229 8.72218 8.7126 8.15255 8.7126V8.71383Z" />
|
|
4
|
-
<path
|
|
5
|
-
d="M8.14534 0C5.77934 0 3.84353 2.32 3.84353 5.15446V7.68H5.16244V5.15446C5.16244 3.17908 6.49671 1.58031 8.14534 1.58031C9.79398 1.58031 11.1283 3.17908 11.1283 5.15446V7.68H12.4472V5.15446C12.4472 2.32 10.5113 0 8.14534 0Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M13.2225 6.39998C13.8205 6.39998 14.3051 6.91444 14.2909 7.54952V14.8504C14.2909 15.4855 13.8064 16 13.2084 16H3.08255C2.48455 16 2 15.4855 2 14.8504V7.54952C2 6.91444 2.48455 6.39998 3.08255 6.39998H13.2225ZM8.15255 8.71383C7.58291 8.71383 7.11255 9.21229 7.09836 9.83137C7.09836 10.1489 7.213 10.4369 7.44109 10.6486C7.54036 10.7384 7.61127 10.9046 7.61127 11.056V13.1274C7.61127 13.4449 7.85355 13.6874 8.13836 13.6874C8.43736 13.6874 8.66545 13.4289 8.66545 13.1274V11.0412C8.66545 10.8898 8.73636 10.7384 8.84982 10.6326C9.06373 10.4209 9.19255 10.1341 9.19255 9.8166C9.19255 9.21229 8.72218 8.7126 8.15255 8.7126V8.71383Z" />
|
|
4
|
+
<path
|
|
5
|
+
d="M8.14534 0C5.77934 0 3.84353 2.32 3.84353 5.15446V7.68H5.16244V5.15446C5.16244 3.17908 6.49671 1.58031 8.14534 1.58031C9.79398 1.58031 11.1283 3.17908 11.1283 5.15446V7.68H12.4472V5.15446C12.4472 2.32 10.5113 0 8.14534 0Z" />
|
|
6
6
|
</svg>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M11.9135 5.03319L10.1246 3.48088C9.98336 3.33976 9.70091 3.33976 9.55968 3.52792L0.850669 13.7826C0.709441 13.9237 0.709441 14.2059 0.897744 14.347L2.68662 15.8994C2.82785 16.0405 3.1103 16.0405 3.25153 15.8523L11.9605 5.59766C12.1018 5.40951 12.1018 5.17431 11.9135 5.03319ZM2.87493 15.0056L1.69803 13.9707L8.00618 6.5855L9.23015 7.62037L2.87493 15.0056ZM9.70091 7.05589L8.47694 6.02102L9.88921 4.32759L11.1132 5.36247L9.70091 7.05589Z" />
|
|
4
|
-
<path
|
|
5
|
-
d="M5.88593 4.70397H5.46257C5.36849 4.70397 5.32145 4.60989 5.32145 4.56285V2.16382C5.32145 2.06974 5.41553 2.02271 5.46257 2.02271H5.88593C5.98001 2.02271 6.02705 2.11678 6.02705 2.16382V4.56285C6.07409 4.60989 5.98001 4.70397 5.88593 4.70397Z" />
|
|
6
|
-
<path
|
|
7
|
-
d="M4.3338 3.57506V3.1517C4.3338 3.05762 4.42795 3.01058 4.47503 3.01058H6.87589C6.97004 3.01058 7.01712 3.10466 7.01712 3.1517V3.57506C7.01712 3.66914 6.92297 3.71618 6.87589 3.71618H4.47503C4.38088 3.71618 4.3338 3.66914 4.3338 3.57506Z" />
|
|
8
|
-
<path
|
|
9
|
-
d="M9.605 2.68126H9.18164C9.08757 2.68126 9.04053 2.58718 9.04053 2.54014V0.141119C9.04053 0.0470397 9.1346 0 9.18164 0H9.605C9.69908 0 9.74612 0.0940793 9.74612 0.141119V2.54014C9.74612 2.58718 9.69908 2.68126 9.605 2.68126Z" />
|
|
10
|
-
<path
|
|
11
|
-
d="M8.00556 1.55231V1.08191C8.00556 0.987833 8.09971 0.940793 8.14679 0.940793H10.5477C10.6418 0.940793 10.6889 1.03487 10.6889 1.08191V1.50527C10.6889 1.59935 10.5947 1.64639 10.5477 1.64639H8.14679C8.09971 1.69343 8.00556 1.64639 8.00556 1.55231Z" />
|
|
12
|
-
<path
|
|
13
|
-
d="M14.2185 7.85558H13.7951C13.701 7.85558 13.654 7.7615 13.654 7.71446V5.31544C13.654 5.22136 13.7481 5.17432 13.7951 5.17432H14.2185C14.3126 5.17432 14.3596 5.2684 14.3596 5.31544V7.71446C14.4066 7.7615 14.3126 7.85558 14.2185 7.85558Z" />
|
|
14
|
-
<path
|
|
15
|
-
d="M12.6664 6.72663V6.25623C12.6664 6.16215 12.7605 6.11511 12.8076 6.11511H15.2085C15.3026 6.11511 15.3497 6.20919 15.3497 6.25623V6.67959C15.3497 6.77367 15.2555 6.8207 15.2085 6.8207H12.8076C12.7134 6.86774 12.6664 6.77367 12.6664 6.72663Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M11.9135 5.03319L10.1246 3.48088C9.98336 3.33976 9.70091 3.33976 9.55968 3.52792L0.850669 13.7826C0.709441 13.9237 0.709441 14.2059 0.897744 14.347L2.68662 15.8994C2.82785 16.0405 3.1103 16.0405 3.25153 15.8523L11.9605 5.59766C12.1018 5.40951 12.1018 5.17431 11.9135 5.03319ZM2.87493 15.0056L1.69803 13.9707L8.00618 6.5855L9.23015 7.62037L2.87493 15.0056ZM9.70091 7.05589L8.47694 6.02102L9.88921 4.32759L11.1132 5.36247L9.70091 7.05589Z" />
|
|
4
|
+
<path
|
|
5
|
+
d="M5.88593 4.70397H5.46257C5.36849 4.70397 5.32145 4.60989 5.32145 4.56285V2.16382C5.32145 2.06974 5.41553 2.02271 5.46257 2.02271H5.88593C5.98001 2.02271 6.02705 2.11678 6.02705 2.16382V4.56285C6.07409 4.60989 5.98001 4.70397 5.88593 4.70397Z" />
|
|
6
|
+
<path
|
|
7
|
+
d="M4.3338 3.57506V3.1517C4.3338 3.05762 4.42795 3.01058 4.47503 3.01058H6.87589C6.97004 3.01058 7.01712 3.10466 7.01712 3.1517V3.57506C7.01712 3.66914 6.92297 3.71618 6.87589 3.71618H4.47503C4.38088 3.71618 4.3338 3.66914 4.3338 3.57506Z" />
|
|
8
|
+
<path
|
|
9
|
+
d="M9.605 2.68126H9.18164C9.08757 2.68126 9.04053 2.58718 9.04053 2.54014V0.141119C9.04053 0.0470397 9.1346 0 9.18164 0H9.605C9.69908 0 9.74612 0.0940793 9.74612 0.141119V2.54014C9.74612 2.58718 9.69908 2.68126 9.605 2.68126Z" />
|
|
10
|
+
<path
|
|
11
|
+
d="M8.00556 1.55231V1.08191C8.00556 0.987833 8.09971 0.940793 8.14679 0.940793H10.5477C10.6418 0.940793 10.6889 1.03487 10.6889 1.08191V1.50527C10.6889 1.59935 10.5947 1.64639 10.5477 1.64639H8.14679C8.09971 1.69343 8.00556 1.64639 8.00556 1.55231Z" />
|
|
12
|
+
<path
|
|
13
|
+
d="M14.2185 7.85558H13.7951C13.701 7.85558 13.654 7.7615 13.654 7.71446V5.31544C13.654 5.22136 13.7481 5.17432 13.7951 5.17432H14.2185C14.3126 5.17432 14.3596 5.2684 14.3596 5.31544V7.71446C14.4066 7.7615 14.3126 7.85558 14.2185 7.85558Z" />
|
|
14
|
+
<path
|
|
15
|
+
d="M12.6664 6.72663V6.25623C12.6664 6.16215 12.7605 6.11511 12.8076 6.11511H15.2085C15.3026 6.11511 15.3497 6.20919 15.3497 6.25623V6.67959C15.3497 6.77367 15.2555 6.8207 15.2085 6.8207H12.8076C12.7134 6.86774 12.6664 6.77367 12.6664 6.72663Z" />
|
|
16
16
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path
|
|
4
|
-
d="M15.0665 10.372C12.4185 11.0813 9.63452 10.256 7.82519 8.22531C6.13186 6.34399 5.6052 3.67999 6.42253 1.30266C6.4812 1.14933 6.51986 1.01466 6.57853 0.879998L6.9492 0L6.0132 0.249333C4.80787 0.573332 3.7172 1.15066 2.76387 1.97333C1.69321 2.89466 0.89321 4.08399 0.426545 5.42532C-0.506786 8.12798 0.115879 11.1386 2.02254 13.2853C4.98253 16.6026 10.1199 16.928 13.4878 13.9946C14.4412 13.1706 15.1612 12.1733 15.6292 11.0426L15.9998 10.16L15.0665 10.3706V10.372ZM12.9372 13.0213C10.0145 15.6213 5.5332 15.332 2.95721 12.4053C1.28521 10.52 0.766544 7.84265 1.57321 5.45465C1.97721 4.28132 2.66921 3.22133 3.5932 2.41333C4.1692 1.89333 4.6212 1.72533 5.3332 1.436C4.6212 4.03599 5.2052 6.79865 6.9732 8.81998C8.78119 10.8613 11.0359 11.8906 14.1532 11.4866C13.7692 12.1226 13.5345 12.5213 12.9385 13.0213H12.9372Z" />
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0">
|
|
8
|
-
<rect width="16" height="16" fill="white" />
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path
|
|
4
|
+
d="M15.0665 10.372C12.4185 11.0813 9.63452 10.256 7.82519 8.22531C6.13186 6.34399 5.6052 3.67999 6.42253 1.30266C6.4812 1.14933 6.51986 1.01466 6.57853 0.879998L6.9492 0L6.0132 0.249333C4.80787 0.573332 3.7172 1.15066 2.76387 1.97333C1.69321 2.89466 0.89321 4.08399 0.426545 5.42532C-0.506786 8.12798 0.115879 11.1386 2.02254 13.2853C4.98253 16.6026 10.1199 16.928 13.4878 13.9946C14.4412 13.1706 15.1612 12.1733 15.6292 11.0426L15.9998 10.16L15.0665 10.3706V10.372ZM12.9372 13.0213C10.0145 15.6213 5.5332 15.332 2.95721 12.4053C1.28521 10.52 0.766544 7.84265 1.57321 5.45465C1.97721 4.28132 2.66921 3.22133 3.5932 2.41333C4.1692 1.89333 4.6212 1.72533 5.3332 1.436C4.6212 4.03599 5.2052 6.79865 6.9732 8.81998C8.78119 10.8613 11.0359 11.8906 14.1532 11.4866C13.7692 12.1226 13.5345 12.5213 12.9385 13.0213H12.9372Z" />
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0">
|
|
8
|
+
<rect width="16" height="16" fill="white" />
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
11
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M7.55157 14.608C7.5486 14.7915 7.39564 14.9386 7.20814 14.9386H6.79949C6.60972 14.9386 6.45606 14.7883 6.45606 14.6028V11.0027C6.45606 10.8192 6.60641 10.6696 6.79391 10.6667L7.21372 10.6721C7.39895 10.6749 7.5486 10.8213 7.55157 11.0027V14.608ZM11.901 4.16529C11.901 4.81041 11.3666 5.33333 10.7074 5.33333H3.2838C2.62451 5.33333 2.09027 4.81041 2.09027 4.16529V2.23471C2.09027 1.58959 2.62451 1.06667 3.2838 1.06667H10.7074C11.3666 1.06667 11.901 1.58959 11.901 2.23471V4.16529ZM13.6071 2.66667H12.9911V2.23471C12.9911 1.00045 11.9686 0 10.7074 0H3.2838C2.0226 0 1 1.00045 1 2.23471V4.16529C1 5.39955 2.0226 6.4 3.2838 6.4H10.7074C11.9686 6.4 12.9911 5.39955 12.9911 4.16529V3.73333H13.6071C13.8719 3.73333 14.0867 3.94342 14.0867 4.20267V7.00262C14.0836 7.25982 13.8699 7.46667 13.6071 7.46667H7.8622C7.08378 7.46957 6.45362 8.08636 6.45066 8.84804V9.64215C5.82503 9.79302 5.36039 10.3441 5.36039 11.0027V14.6028C5.36353 15.3752 6.00433 16 6.79391 16H7.20274C7.99022 15.9971 8.62771 15.3731 8.63068 14.6028V11.0027C8.63068 10.3443 8.16638 9.79302 7.54075 9.64215V8.84804C7.54075 8.67413 7.68465 8.53333 7.8622 8.53333H13.6071C14.4698 8.53043 15.1683 7.84674 15.1714 7.00262V4.20267C15.1714 3.3565 14.4718 2.66957 13.6071 2.66667Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M7.55157 14.608C7.5486 14.7915 7.39564 14.9386 7.20814 14.9386H6.79949C6.60972 14.9386 6.45606 14.7883 6.45606 14.6028V11.0027C6.45606 10.8192 6.60641 10.6696 6.79391 10.6667L7.21372 10.6721C7.39895 10.6749 7.5486 10.8213 7.55157 11.0027V14.608ZM11.901 4.16529C11.901 4.81041 11.3666 5.33333 10.7074 5.33333H3.2838C2.62451 5.33333 2.09027 4.81041 2.09027 4.16529V2.23471C2.09027 1.58959 2.62451 1.06667 3.2838 1.06667H10.7074C11.3666 1.06667 11.901 1.58959 11.901 2.23471V4.16529ZM13.6071 2.66667H12.9911V2.23471C12.9911 1.00045 11.9686 0 10.7074 0H3.2838C2.0226 0 1 1.00045 1 2.23471V4.16529C1 5.39955 2.0226 6.4 3.2838 6.4H10.7074C11.9686 6.4 12.9911 5.39955 12.9911 4.16529V3.73333H13.6071C13.8719 3.73333 14.0867 3.94342 14.0867 4.20267V7.00262C14.0836 7.25982 13.8699 7.46667 13.6071 7.46667H7.8622C7.08378 7.46957 6.45362 8.08636 6.45066 8.84804V9.64215C5.82503 9.79302 5.36039 10.3441 5.36039 11.0027V14.6028C5.36353 15.3752 6.00433 16 6.79391 16H7.20274C7.99022 15.9971 8.62771 15.3731 8.63068 14.6028V11.0027C8.63068 10.3443 8.16638 9.79302 7.54075 9.64215V8.84804C7.54075 8.67413 7.68465 8.53333 7.8622 8.53333H13.6071C14.4698 8.53043 15.1683 7.84674 15.1714 7.00262V4.20267C15.1714 3.3565 14.4718 2.66957 13.6071 2.66667Z" />
|
|
4
4
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
-
d="M15.1331 0.865749C16.2897 2.02008 16.2897 3.90016 15.1331 5.05563L5.70073 14.4754C5.64359 14.5737 5.54987 14.6469 5.43672 14.6777L0.548523 15.9852C0.398802 16.0252 0.237654 15.9829 0.127935 15.8721C0.0170738 15.7623 -0.0252147 15.6023 0.0147869 15.4515L1.29941 10.6627C1.3017 10.5541 1.34513 10.4467 1.42627 10.3656L10.9375 0.865749C12.0941 -0.288583 13.9765 -0.288583 15.1331 0.865749ZM2.1623 11.8536L1.43542 14.5646L2.02744 14.4069L4.33039 13.7897L2.1623 11.8536ZM11.7455 1.67492L2.74061 10.6661L5.44358 13.1165L14.3251 4.24646C15.0348 3.53786 15.0348 2.38352 14.3251 1.67492C13.6153 0.965181 12.4564 0.965181 11.7455 1.67492Z" />
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0">
|
|
8
|
-
<rect width="16" height="16" fill="white" />
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M15.1331 0.865749C16.2897 2.02008 16.2897 3.90016 15.1331 5.05563L5.70073 14.4754C5.64359 14.5737 5.54987 14.6469 5.43672 14.6777L0.548523 15.9852C0.398802 16.0252 0.237654 15.9829 0.127935 15.8721C0.0170738 15.7623 -0.0252147 15.6023 0.0147869 15.4515L1.29941 10.6627C1.3017 10.5541 1.34513 10.4467 1.42627 10.3656L10.9375 0.865749C12.0941 -0.288583 13.9765 -0.288583 15.1331 0.865749ZM2.1623 11.8536L1.43542 14.5646L2.02744 14.4069L4.33039 13.7897L2.1623 11.8536ZM11.7455 1.67492L2.74061 10.6661L5.44358 13.1165L14.3251 4.24646C15.0348 3.53786 15.0348 2.38352 14.3251 1.67492C13.6153 0.965181 12.4564 0.965181 11.7455 1.67492Z" />
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0">
|
|
8
|
+
<rect width="16" height="16" fill="white" />
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
11
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M8.08369 0C8.75036 0 9.29142 0.540818 9.29142 1.20718L9.29067 6.87111L14.7923 6.87285C15.4589 6.87285 16 7.41367 16 8.08004C16 8.74881 15.4589 9.28722 14.7923 9.28722L9.29067 9.28711L9.29142 14.7928C9.29142 15.4592 8.75036 16 8.08369 16C7.41461 16 6.87597 15.4592 6.87597 14.7928L6.87467 9.28711L1.20773 9.28722C0.541063 9.28722 0 8.74881 0 8.08004C0 7.41367 0.541063 6.87285 1.20773 6.87285L6.87467 6.87111L6.87597 1.20718C6.87597 0.540818 7.41461 0 8.08369 0Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M8.08369 0C8.75036 0 9.29142 0.540818 9.29142 1.20718L9.29067 6.87111L14.7923 6.87285C15.4589 6.87285 16 7.41367 16 8.08004C16 8.74881 15.4589 9.28722 14.7923 9.28722L9.29067 9.28711L9.29142 14.7928C9.29142 15.4592 8.75036 16 8.08369 16C7.41461 16 6.87597 15.4592 6.87597 14.7928L6.87467 9.28711L1.20773 9.28722C0.541063 9.28722 0 8.74881 0 8.08004C0 7.41367 0.541063 6.87285 1.20773 6.87285L6.87467 6.87111L6.87597 1.20718C6.87597 0.540818 7.41461 0 8.08369 0Z" />
|
|
4
4
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM15.5 8C15.5 12.1421 12.1421 15.5 8 15.5C3.85786 15.5 0.5 12.1421 0.5 8C0.5 3.85786 3.85786 0.5 8 0.5C12.1421 0.5 15.5 3.85786 15.5 8Z" />
|
|
4
|
-
<path
|
|
5
|
-
d="M8.53297 10.365C8.53297 9.81454 8.59523 9.39841 8.71974 9.11662C8.84425 8.83483 9.11621 8.49079 9.53562 8.08449C10.1123 7.52527 10.4957 7.1015 10.6857 6.81316C10.8758 6.52481 10.9708 6.14909 10.9708 5.686C10.9708 4.92145 10.7119 4.29343 10.1942 3.80194C9.67651 3.31044 8.98733 3.0647 8.12667 3.0647C7.19611 3.0647 6.46433 3.35195 5.93133 3.92645C5.39833 4.50095 5.13184 5.26004 5.13184 6.2037H6.29831C6.32016 5.63575 6.40972 5.20106 6.567 4.89961C6.8466 4.35787 7.3512 4.087 8.0808 4.087C8.67059 4.087 9.09327 4.24428 9.34885 4.55884C9.60443 4.87339 9.73222 5.24474 9.73222 5.67289C9.73222 5.97871 9.64484 6.2736 9.47009 6.55758C9.37397 6.71923 9.24728 6.87432 9.09 7.02286L8.56574 7.54057C8.06332 8.03424 7.73784 8.47222 7.5893 8.85449C7.44076 9.23677 7.36649 9.74027 7.36649 10.365H8.53297ZM8.64438 12.8159V11.4529H7.34028V12.8159H8.64438Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM15.5 8C15.5 12.1421 12.1421 15.5 8 15.5C3.85786 15.5 0.5 12.1421 0.5 8C0.5 3.85786 3.85786 0.5 8 0.5C12.1421 0.5 15.5 3.85786 15.5 8Z" />
|
|
4
|
+
<path
|
|
5
|
+
d="M8.53297 10.365C8.53297 9.81454 8.59523 9.39841 8.71974 9.11662C8.84425 8.83483 9.11621 8.49079 9.53562 8.08449C10.1123 7.52527 10.4957 7.1015 10.6857 6.81316C10.8758 6.52481 10.9708 6.14909 10.9708 5.686C10.9708 4.92145 10.7119 4.29343 10.1942 3.80194C9.67651 3.31044 8.98733 3.0647 8.12667 3.0647C7.19611 3.0647 6.46433 3.35195 5.93133 3.92645C5.39833 4.50095 5.13184 5.26004 5.13184 6.2037H6.29831C6.32016 5.63575 6.40972 5.20106 6.567 4.89961C6.8466 4.35787 7.3512 4.087 8.0808 4.087C8.67059 4.087 9.09327 4.24428 9.34885 4.55884C9.60443 4.87339 9.73222 5.24474 9.73222 5.67289C9.73222 5.97871 9.64484 6.2736 9.47009 6.55758C9.37397 6.71923 9.24728 6.87432 9.09 7.02286L8.56574 7.54057C8.06332 8.03424 7.73784 8.47222 7.5893 8.85449C7.44076 9.23677 7.36649 9.74027 7.36649 10.365H8.53297ZM8.64438 12.8159V11.4529H7.34028V12.8159H8.64438Z" />
|
|
6
6
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M15.7345 14.4865L12.8629 11.6364C15.1051 8.76659 14.8691 4.67813 12.2926 2.10319C10.9355 0.746929 9.126 0 7.19853 0C5.27105 0 3.46159 0.746929 2.10449 2.10319C0.747388 3.45946 0 5.26781 0 7.1941C0 9.12039 0.747388 10.9287 2.10449 12.285C3.46159 13.6413 5.27105 14.3882 7.19853 14.3882C8.79164 14.3882 10.3651 13.8575 11.6238 12.855L14.4757 15.7445C14.6527 15.9214 14.8691 16 15.1051 16C15.3411 16 15.5575 15.9017 15.7345 15.7445C16.0885 15.4103 16.0885 14.8403 15.7345 14.4865ZM12.6269 7.1941C12.6269 8.64865 12.0565 10.0049 11.0338 11.027C10.0111 12.0491 8.6343 12.6192 7.19853 12.6192C5.76275 12.6192 4.38599 12.0491 3.36325 11.027C2.3405 10.0049 1.77013 8.62899 1.77013 7.1941C1.77013 5.73956 2.3405 4.38329 3.36325 3.36118C4.38599 2.33907 5.76275 1.76904 7.19853 1.76904C8.65396 1.76904 10.0111 2.33907 11.0338 3.36118C12.0565 4.38329 12.6269 5.73956 12.6269 7.1941Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M15.7345 14.4865L12.8629 11.6364C15.1051 8.76659 14.8691 4.67813 12.2926 2.10319C10.9355 0.746929 9.126 0 7.19853 0C5.27105 0 3.46159 0.746929 2.10449 2.10319C0.747388 3.45946 0 5.26781 0 7.1941C0 9.12039 0.747388 10.9287 2.10449 12.285C3.46159 13.6413 5.27105 14.3882 7.19853 14.3882C8.79164 14.3882 10.3651 13.8575 11.6238 12.855L14.4757 15.7445C14.6527 15.9214 14.8691 16 15.1051 16C15.3411 16 15.5575 15.9017 15.7345 15.7445C16.0885 15.4103 16.0885 14.8403 15.7345 14.4865ZM12.6269 7.1941C12.6269 8.64865 12.0565 10.0049 11.0338 11.027C10.0111 12.0491 8.6343 12.6192 7.19853 12.6192C5.76275 12.6192 4.38599 12.0491 3.36325 11.027C2.3405 10.0049 1.77013 8.62899 1.77013 7.1941C1.77013 5.73956 2.3405 4.38329 3.36325 3.36118C4.38599 2.33907 5.76275 1.76904 7.19853 1.76904C8.65396 1.76904 10.0111 2.33907 11.0338 3.36118C12.0565 4.38329 12.6269 5.73956 12.6269 7.1941Z" />
|
|
4
4
|
</svg>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M4 8.2C4 10.52 5.88 12.4 8.2 12.4C10.52 12.4 12.4 10.52 12.4 8.2C12.4 5.88 10.52 4 8.2 4C5.88 4 4 5.88 4 8.2ZM8.2 4.91467C10.0133 4.91467 11.4853 6.38533 11.4853 8.2C11.4853 10.0133 10.0147 11.4853 8.2 11.4853C6.38667 11.4853 4.91467 10.0147 4.91467 8.2C4.91467 6.38667 6.38533 4.91467 8.2 4.91467Z" />
|
|
4
|
-
<path d="M11.5926 3.74971L13.3123 2.03003L13.9459 2.6636L12.2262 4.38328L11.5926 3.74971Z" />
|
|
5
|
-
<path d="M2.02604 13.347L3.74572 11.6274L4.37929 12.2609L2.65961 13.9806L2.02604 13.347Z" />
|
|
6
|
-
<path d="M11.6274 12.2529L12.261 11.6194L13.9807 13.3391L13.3471 13.9726L11.6274 12.2529Z" />
|
|
7
|
-
<path d="M2.02442 2.65788L2.65799 2.02432L4.37767 3.744L3.74411 4.37757L2.02442 2.65788Z" />
|
|
8
|
-
<path
|
|
9
|
-
d="M7.6 0H8.93333V2.4H7.6V0ZM7.6 13.6H8.93333V16H7.6V13.6ZM13.6 7.6H16V8.93333H13.6V7.6ZM0 7.6H2.4V8.93333H0V7.6Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M4 8.2C4 10.52 5.88 12.4 8.2 12.4C10.52 12.4 12.4 10.52 12.4 8.2C12.4 5.88 10.52 4 8.2 4C5.88 4 4 5.88 4 8.2ZM8.2 4.91467C10.0133 4.91467 11.4853 6.38533 11.4853 8.2C11.4853 10.0133 10.0147 11.4853 8.2 11.4853C6.38667 11.4853 4.91467 10.0147 4.91467 8.2C4.91467 6.38667 6.38533 4.91467 8.2 4.91467Z" />
|
|
4
|
+
<path d="M11.5926 3.74971L13.3123 2.03003L13.9459 2.6636L12.2262 4.38328L11.5926 3.74971Z" />
|
|
5
|
+
<path d="M2.02604 13.347L3.74572 11.6274L4.37929 12.2609L2.65961 13.9806L2.02604 13.347Z" />
|
|
6
|
+
<path d="M11.6274 12.2529L12.261 11.6194L13.9807 13.3391L13.3471 13.9726L11.6274 12.2529Z" />
|
|
7
|
+
<path d="M2.02442 2.65788L2.65799 2.02432L4.37767 3.744L3.74411 4.37757L2.02442 2.65788Z" />
|
|
8
|
+
<path
|
|
9
|
+
d="M7.6 0H8.93333V2.4H7.6V0ZM7.6 13.6H8.93333V16H7.6V13.6ZM13.6 7.6H16V8.93333H13.6V7.6ZM0 7.6H2.4V8.93333H0V7.6Z" />
|
|
10
10
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M13.6461 0L16 2.35388L10.3529 8L16 13.6461L13.6461 16L8 10.3529L2.35388 16L0 13.6461L5.64612 8L0 2.35388L2.35388 0L8 5.64612L13.6461 0Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M13.6461 0L16 2.35388L10.3529 8L16 13.6461L13.6461 16L8 10.3529L2.35388 16L0 13.6461L5.64612 8L0 2.35388L2.35388 0L8 5.64612L13.6461 0Z" />
|
|
4
4
|
</svg>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M4.36364 3.69995H11.6364C14.0463 3.69995 16 5.65362 16 8.06359C16 10.4736 14.0463 12.4272 11.6364 12.4272H4.36364C1.95367 12.4272 0 10.4736 0 8.06359C0 5.65362 1.95367 3.69995 4.36364 3.69995ZM7.99982 8.06363C7.99982 9.67028 6.69738 10.9727 5.09073 10.9727C3.48409 10.9727 2.18164 9.67028 2.18164 8.06363C2.18164 6.45699 3.48409 5.15454 5.09073 5.15454C6.69738 5.15454 7.99982 6.45699 7.99982 8.06363Z" />
|
|
4
|
-
<path
|
|
5
|
-
d="M8.00039 8.08491C8.00039 9.70034 6.69082 11.0099 5.07539 11.0099C3.45996 11.0099 2.15039 9.70034 2.15039 8.08491C2.15039 6.46948 3.45996 5.15991 5.07539 5.15991C6.69082 5.15991 8.00039 6.46948 8.00039 8.08491Z"
|
|
6
|
-
fill="white" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M4.36364 3.69995H11.6364C14.0463 3.69995 16 5.65362 16 8.06359C16 10.4736 14.0463 12.4272 11.6364 12.4272H4.36364C1.95367 12.4272 0 10.4736 0 8.06359C0 5.65362 1.95367 3.69995 4.36364 3.69995ZM7.99982 8.06363C7.99982 9.67028 6.69738 10.9727 5.09073 10.9727C3.48409 10.9727 2.18164 9.67028 2.18164 8.06363C2.18164 6.45699 3.48409 5.15454 5.09073 5.15454C6.69738 5.15454 7.99982 6.45699 7.99982 8.06363Z" />
|
|
4
|
+
<path
|
|
5
|
+
d="M8.00039 8.08491C8.00039 9.70034 6.69082 11.0099 5.07539 11.0099C3.45996 11.0099 2.15039 9.70034 2.15039 8.08491C2.15039 6.46948 3.45996 5.15991 5.07539 5.15991C6.69082 5.15991 8.00039 6.46948 8.00039 8.08491Z"
|
|
6
|
+
fill="white" />
|
|
7
7
|
</svg>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M4.36364 3.69995H11.6364C14.0463 3.69995 16 5.65362 16 8.06359C16 10.4736 14.0463 12.4272 11.6364 12.4272H4.36364C1.95367 12.4272 0 10.4736 0 8.06359C0 5.65362 1.95367 3.69995 4.36364 3.69995ZM14.5457 8.06363C14.5457 9.67028 13.2433 10.9727 11.6366 10.9727C10.03 10.9727 8.72754 9.67028 8.72754 8.06363C8.72754 6.45699 10.03 5.15454 11.6366 5.15454C13.2433 5.15454 14.5457 6.45699 14.5457 8.06363Z" />
|
|
4
|
-
<path
|
|
5
|
-
d="M14.5502 8.08491C14.5502 9.70034 13.2406 11.0099 11.6252 11.0099C10.0098 11.0099 8.7002 9.70034 8.7002 8.08491C8.7002 6.46948 10.0098 5.15991 11.6252 5.15991C13.2406 5.15991 14.5502 6.46948 14.5502 8.08491Z"
|
|
6
|
-
fill="white" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M4.36364 3.69995H11.6364C14.0463 3.69995 16 5.65362 16 8.06359C16 10.4736 14.0463 12.4272 11.6364 12.4272H4.36364C1.95367 12.4272 0 10.4736 0 8.06359C0 5.65362 1.95367 3.69995 4.36364 3.69995ZM14.5457 8.06363C14.5457 9.67028 13.2433 10.9727 11.6366 10.9727C10.03 10.9727 8.72754 9.67028 8.72754 8.06363C8.72754 6.45699 10.03 5.15454 11.6366 5.15454C13.2433 5.15454 14.5457 6.45699 14.5457 8.06363Z" />
|
|
4
|
+
<path
|
|
5
|
+
d="M14.5502 8.08491C14.5502 9.70034 13.2406 11.0099 11.6252 11.0099C10.0098 11.0099 8.7002 9.70034 8.7002 8.08491C8.7002 6.46948 10.0098 5.15991 11.6252 5.15991C13.2406 5.15991 14.5502 6.46948 14.5502 8.08491Z"
|
|
6
|
+
fill="white" />
|
|
7
7
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M10.4795 0C10.4327 0 10.3392 0 10.2924 0.0470588C9.07602 0.752941 8.32749 2.02353 8.32749 3.43529C8.32749 3.90588 8.42105 4.37647 8.60819 4.84706L8.46784 4.98824C8.32749 5.12941 8.32749 5.36471 8.46784 5.50588C8.60819 5.64706 8.84211 5.64706 8.98246 5.50588L9.26316 5.22353C9.35673 5.12941 9.40351 4.94118 9.35673 4.8C9.16959 4.37647 9.07602 3.90588 9.07602 3.48235C9.07602 2.58824 9.45029 1.69412 10.152 1.12941V3.52941C10.152 3.67059 10.1988 3.76471 10.2924 3.81176L12.0234 4.98824C12.1637 5.08235 12.3041 5.08235 12.4444 4.98824L14.1754 3.81176C14.269 3.76471 14.3158 3.62353 14.3158 3.52941V1.12941C14.9708 1.74118 15.3918 2.58824 15.3918 3.48235C15.3918 4.32941 15.0643 5.12941 14.4561 5.74118C13.848 6.35294 13.0526 6.68235 12.2105 6.68235C11.9298 6.68235 11.3684 6.54118 11.1813 6.49412C11.0409 6.44706 10.9006 6.49412 10.807 6.58824L9.68421 7.71765C9.54386 7.85882 9.54386 8.09412 9.68421 8.23529C9.77778 8.32941 9.82456 8.32941 9.91813 8.32941C10.0117 8.32941 10.1053 8.28235 10.152 8.23529L11.0877 7.29412C11.3684 7.34118 11.7895 7.48235 12.117 7.48235C13.1462 7.48235 14.1287 7.05882 14.8772 6.35294C15.6257 5.6 16 4.65882 16 3.57647C16 2.16471 15.2515 0.894118 14.0351 0.188235C13.9415 0.141176 13.8012 0.141176 13.6608 0.188235C13.5673 0.235294 13.4737 0.376471 13.4737 0.517647V3.43529L12.117 4.37647L10.7602 3.43529V0.517647C10.7602 0.376471 10.7135 0.282353 10.5731 0.188235C10.5731 0 10.5263 0 10.4795 0ZM1.91813 0.141176C1.45029 0.141176 0.982456 0.329412 0.608187 0.658824C0.280702 0.988235 0.0935672 1.45882 0.0935672 1.97647C0.0935672 2.44706 0.280702 2.91765 0.608187 3.29412L6.31579 9.03529C6.26901 9.17647 6.26901 9.31765 6.40936 9.45882C6.54971 9.6 6.78363 9.6 6.92398 9.45882L7.53216 8.84706L11.2749 12.6118L11.6491 13.6471C11.6491 13.6941 11.6959 13.7412 11.7427 13.7882L13.848 15.9059C13.9415 16 13.9883 16 14.0819 16C14.1754 16 14.269 15.9529 14.3158 15.9059L15.6725 14.5412C15.7193 14.4941 15.7661 14.4 15.7661 14.3059C15.7661 14.2118 15.7193 14.1176 15.6725 14.0706L13.5673 11.9529C13.5205 11.9059 13.4737 11.9059 13.4269 11.8588L12.3977 11.4824L8.65497 7.71765L9.26316 7.10588C9.40351 6.96471 9.40351 6.72941 9.26316 6.58824C9.16959 6.49412 8.98246 6.44706 8.84211 6.49412L3.18129 0.705882C2.8538 0.329412 2.38596 0.141176 1.91813 0.141176ZM1.91813 0.894118C2.19883 0.894118 2.47953 0.988235 2.71345 1.22353L8.37427 6.91765L6.78363 8.51765L1.12281 2.77647C0.935673 2.58824 0.795322 2.30588 0.795322 1.97647C0.795322 1.69412 0.888889 1.41176 1.12281 1.17647C1.35673 0.988235 1.63743 0.894118 1.91813 0.894118ZM1.91813 1.6C1.82456 1.6 1.73099 1.64706 1.68421 1.69412C1.54386 1.83529 1.54386 2.07059 1.68421 2.21176L6.69006 7.24706C6.78363 7.34118 6.87719 7.34118 6.92398 7.34118C7.01754 7.34118 7.11111 7.29412 7.1579 7.24706C7.29825 7.10588 7.29825 6.87059 7.1579 6.72941L2.15205 1.74118C2.10526 1.64706 2.0117 1.6 1.91813 1.6ZM8.18713 8.14118L12.0234 12C12.0702 12.0471 12.117 12.0471 12.1637 12.0941L13.193 12.4706L14.9708 14.2588L14.1287 15.1059L12.3509 13.3176L11.9766 12.2824C11.9766 12.2353 11.9298 12.1882 11.883 12.1412L8.04678 8.28235L8.18713 8.14118ZM5.09942 8.47059C5.00585 8.47059 4.91228 8.51765 4.8655 8.56471L0.51462 12.9412C0.187134 13.2706 0 13.6941 0 14.1647C0 14.6353 0.187134 15.0588 0.51462 15.3882C0.842105 15.7176 1.26316 15.9059 1.73099 15.9059C2.19883 15.9059 2.61988 15.7176 2.94737 15.3882L8 10.3059C8.14035 10.1647 8.14035 9.92941 8 9.78823C7.85965 9.64706 7.62573 9.64706 7.48538 9.78823L2.47953 14.8706C2.2924 15.0588 2.05848 15.1529 1.77778 15.1529C1.49708 15.1529 1.26316 15.0588 1.07602 14.8706C0.888889 14.6824 0.795322 14.4471 0.795322 14.1647C0.795322 13.8824 0.888889 13.6471 1.07602 13.4588L5.4269 9.08235C5.56725 8.94118 5.56725 8.70588 5.4269 8.56471C5.28655 8.47059 5.19298 8.47059 5.09942 8.47059ZM1.73099 13.6941C1.59064 13.6941 1.49708 13.7412 1.40351 13.8353C1.21637 14.0235 1.21637 14.3059 1.40351 14.4471C1.49708 14.5412 1.59064 14.5882 1.73099 14.5882C1.82456 14.5882 1.96491 14.5412 2.05848 14.4471C2.24561 14.2588 2.24561 13.9765 2.05848 13.8353C1.96491 13.7412 1.87135 13.6941 1.73099 13.6941Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M10.4795 0C10.4327 0 10.3392 0 10.2924 0.0470588C9.07602 0.752941 8.32749 2.02353 8.32749 3.43529C8.32749 3.90588 8.42105 4.37647 8.60819 4.84706L8.46784 4.98824C8.32749 5.12941 8.32749 5.36471 8.46784 5.50588C8.60819 5.64706 8.84211 5.64706 8.98246 5.50588L9.26316 5.22353C9.35673 5.12941 9.40351 4.94118 9.35673 4.8C9.16959 4.37647 9.07602 3.90588 9.07602 3.48235C9.07602 2.58824 9.45029 1.69412 10.152 1.12941V3.52941C10.152 3.67059 10.1988 3.76471 10.2924 3.81176L12.0234 4.98824C12.1637 5.08235 12.3041 5.08235 12.4444 4.98824L14.1754 3.81176C14.269 3.76471 14.3158 3.62353 14.3158 3.52941V1.12941C14.9708 1.74118 15.3918 2.58824 15.3918 3.48235C15.3918 4.32941 15.0643 5.12941 14.4561 5.74118C13.848 6.35294 13.0526 6.68235 12.2105 6.68235C11.9298 6.68235 11.3684 6.54118 11.1813 6.49412C11.0409 6.44706 10.9006 6.49412 10.807 6.58824L9.68421 7.71765C9.54386 7.85882 9.54386 8.09412 9.68421 8.23529C9.77778 8.32941 9.82456 8.32941 9.91813 8.32941C10.0117 8.32941 10.1053 8.28235 10.152 8.23529L11.0877 7.29412C11.3684 7.34118 11.7895 7.48235 12.117 7.48235C13.1462 7.48235 14.1287 7.05882 14.8772 6.35294C15.6257 5.6 16 4.65882 16 3.57647C16 2.16471 15.2515 0.894118 14.0351 0.188235C13.9415 0.141176 13.8012 0.141176 13.6608 0.188235C13.5673 0.235294 13.4737 0.376471 13.4737 0.517647V3.43529L12.117 4.37647L10.7602 3.43529V0.517647C10.7602 0.376471 10.7135 0.282353 10.5731 0.188235C10.5731 0 10.5263 0 10.4795 0ZM1.91813 0.141176C1.45029 0.141176 0.982456 0.329412 0.608187 0.658824C0.280702 0.988235 0.0935672 1.45882 0.0935672 1.97647C0.0935672 2.44706 0.280702 2.91765 0.608187 3.29412L6.31579 9.03529C6.26901 9.17647 6.26901 9.31765 6.40936 9.45882C6.54971 9.6 6.78363 9.6 6.92398 9.45882L7.53216 8.84706L11.2749 12.6118L11.6491 13.6471C11.6491 13.6941 11.6959 13.7412 11.7427 13.7882L13.848 15.9059C13.9415 16 13.9883 16 14.0819 16C14.1754 16 14.269 15.9529 14.3158 15.9059L15.6725 14.5412C15.7193 14.4941 15.7661 14.4 15.7661 14.3059C15.7661 14.2118 15.7193 14.1176 15.6725 14.0706L13.5673 11.9529C13.5205 11.9059 13.4737 11.9059 13.4269 11.8588L12.3977 11.4824L8.65497 7.71765L9.26316 7.10588C9.40351 6.96471 9.40351 6.72941 9.26316 6.58824C9.16959 6.49412 8.98246 6.44706 8.84211 6.49412L3.18129 0.705882C2.8538 0.329412 2.38596 0.141176 1.91813 0.141176ZM1.91813 0.894118C2.19883 0.894118 2.47953 0.988235 2.71345 1.22353L8.37427 6.91765L6.78363 8.51765L1.12281 2.77647C0.935673 2.58824 0.795322 2.30588 0.795322 1.97647C0.795322 1.69412 0.888889 1.41176 1.12281 1.17647C1.35673 0.988235 1.63743 0.894118 1.91813 0.894118ZM1.91813 1.6C1.82456 1.6 1.73099 1.64706 1.68421 1.69412C1.54386 1.83529 1.54386 2.07059 1.68421 2.21176L6.69006 7.24706C6.78363 7.34118 6.87719 7.34118 6.92398 7.34118C7.01754 7.34118 7.11111 7.29412 7.1579 7.24706C7.29825 7.10588 7.29825 6.87059 7.1579 6.72941L2.15205 1.74118C2.10526 1.64706 2.0117 1.6 1.91813 1.6ZM8.18713 8.14118L12.0234 12C12.0702 12.0471 12.117 12.0471 12.1637 12.0941L13.193 12.4706L14.9708 14.2588L14.1287 15.1059L12.3509 13.3176L11.9766 12.2824C11.9766 12.2353 11.9298 12.1882 11.883 12.1412L8.04678 8.28235L8.18713 8.14118ZM5.09942 8.47059C5.00585 8.47059 4.91228 8.51765 4.8655 8.56471L0.51462 12.9412C0.187134 13.2706 0 13.6941 0 14.1647C0 14.6353 0.187134 15.0588 0.51462 15.3882C0.842105 15.7176 1.26316 15.9059 1.73099 15.9059C2.19883 15.9059 2.61988 15.7176 2.94737 15.3882L8 10.3059C8.14035 10.1647 8.14035 9.92941 8 9.78823C7.85965 9.64706 7.62573 9.64706 7.48538 9.78823L2.47953 14.8706C2.2924 15.0588 2.05848 15.1529 1.77778 15.1529C1.49708 15.1529 1.26316 15.0588 1.07602 14.8706C0.888889 14.6824 0.795322 14.4471 0.795322 14.1647C0.795322 13.8824 0.888889 13.6471 1.07602 13.4588L5.4269 9.08235C5.56725 8.94118 5.56725 8.70588 5.4269 8.56471C5.28655 8.47059 5.19298 8.47059 5.09942 8.47059ZM1.73099 13.6941C1.59064 13.6941 1.49708 13.7412 1.40351 13.8353C1.21637 14.0235 1.21637 14.3059 1.40351 14.4471C1.49708 14.5412 1.59064 14.5882 1.73099 14.5882C1.82456 14.5882 1.96491 14.5412 2.05848 14.4471C2.24561 14.2588 2.24561 13.9765 2.05848 13.8353C1.96491 13.7412 1.87135 13.6941 1.73099 13.6941Z" />
|
|
4
4
|
</svg>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
-
d="M1.08098 5.15763C0.492918 5.15763 0 4.69615 0 4.11318V3.12112C0 2.5493 0.481455 2.07667 1.08098 2.07667H14.9331C15.5453 2.07667 16.0347 2.56825 15.9981 3.12112V4.11318C15.9981 4.68501 15.5166 5.15763 14.9159 5.15763H14.525L13.3524 14.2032C13.2354 15.2331 12.3321 16 11.2592 16H4.73889C3.67969 16 2.78785 15.2309 2.64571 14.2121L1.47302 5.15763H1.08098ZM1.14632 4.04296H2.48408L3.78286 14.0672C3.84706 14.5309 4.25629 14.8843 4.73889 14.8843H11.2592C11.7521 14.8843 12.1613 14.5387 12.2141 14.0717L13.514 4.04184H14.8517V3.19023H1.14632V4.04296Z" />
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
-
d="M6.8397 12.4197C6.8397 12.744 6.56917 13.0049 6.22985 13.0049C5.89169 13.0049 5.62001 12.744 5.62001 12.4197V6.73039C5.62001 6.4049 5.89169 6.14407 6.22985 6.14407C6.56917 6.14407 6.8397 6.4049 6.8397 6.73039V12.4197ZM10.4128 12.4197C10.4128 12.744 10.1422 13.0049 9.80294 13.0049C9.46477 13.0049 9.1931 12.744 9.1931 12.4197V6.73039C9.1931 6.4049 9.46477 6.14407 9.80294 6.14407C10.1422 6.14407 10.4128 6.4049 10.4128 6.73039V12.4197ZM10.3108 0.488226C10.3108 0.211788 10.0735 0 9.80294 0H6.21381C5.92723 0 5.70599 0.227393 5.70599 0.488226V1.64191H10.3291V0.487112H10.3119L10.3108 0.488226Z" />
|
|
7
|
-
</g>
|
|
8
|
-
<defs>
|
|
9
|
-
<clipPath id="clip0">
|
|
10
|
-
<rect width="16" height="16" fill="white" />
|
|
11
|
-
</clipPath>
|
|
12
|
-
</defs>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M1.08098 5.15763C0.492918 5.15763 0 4.69615 0 4.11318V3.12112C0 2.5493 0.481455 2.07667 1.08098 2.07667H14.9331C15.5453 2.07667 16.0347 2.56825 15.9981 3.12112V4.11318C15.9981 4.68501 15.5166 5.15763 14.9159 5.15763H14.525L13.3524 14.2032C13.2354 15.2331 12.3321 16 11.2592 16H4.73889C3.67969 16 2.78785 15.2309 2.64571 14.2121L1.47302 5.15763H1.08098ZM1.14632 4.04296H2.48408L3.78286 14.0672C3.84706 14.5309 4.25629 14.8843 4.73889 14.8843H11.2592C11.7521 14.8843 12.1613 14.5387 12.2141 14.0717L13.514 4.04184H14.8517V3.19023H1.14632V4.04296Z" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M6.8397 12.4197C6.8397 12.744 6.56917 13.0049 6.22985 13.0049C5.89169 13.0049 5.62001 12.744 5.62001 12.4197V6.73039C5.62001 6.4049 5.89169 6.14407 6.22985 6.14407C6.56917 6.14407 6.8397 6.4049 6.8397 6.73039V12.4197ZM10.4128 12.4197C10.4128 12.744 10.1422 13.0049 9.80294 13.0049C9.46477 13.0049 9.1931 12.744 9.1931 12.4197V6.73039C9.1931 6.4049 9.46477 6.14407 9.80294 6.14407C10.1422 6.14407 10.4128 6.4049 10.4128 6.73039V12.4197ZM10.3108 0.488226C10.3108 0.211788 10.0735 0 9.80294 0H6.21381C5.92723 0 5.70599 0.227393 5.70599 0.488226V1.64191H10.3291V0.487112H10.3119L10.3108 0.488226Z" />
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0">
|
|
10
|
+
<rect width="16" height="16" fill="white" />
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
13
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
-
d="M6.57547 5.81661C6.57547 6.09277 6.35489 6.29989 6.10038 6.29989H4.30184C4.16611 6.29989 4.0643 6.40345 4.0643 6.54153L3.92856 10.7233C3.92856 10.8614 4.03037 10.9649 4.16611 10.9649H11.8693C12.005 10.9649 12.1068 10.8614 12.1068 10.7233L11.9711 6.54153C11.9711 6.40345 11.8523 6.29989 11.7335 6.29989H9.90106C9.64655 6.29989 9.42598 6.07551 9.42598 5.81661C9.42598 5.54045 9.64655 5.33333 9.90106 5.33333H12.2765C12.5989 5.33333 12.8703 5.59223 12.8873 5.92017L13.1079 11.6332C13.1079 11.7713 13.1758 11.9612 13.2436 12.082L14.8386 14.4984C14.9573 14.6882 15.0252 14.9817 14.9913 15.206L14.9573 15.4649C14.9064 15.7756 14.635 16 14.3295 16H1.68888C1.38346 16 1.11198 15.7584 1.06108 15.4649L1.01018 15.206C0.976246 14.9817 1.02715 14.6882 1.16289 14.4984L2.75782 12.082C2.82569 11.9784 2.89356 11.7713 2.89356 11.6332L3.11413 5.92017C3.1311 5.59223 3.40258 5.33333 3.72496 5.33333H6.10038C6.35489 5.33333 6.57547 5.54045 6.57547 5.81661ZM2.37207 14.9333H13.6337C13.9101 14.9333 13.9964 14.7048 13.8583 14.4346L12.5455 11.9827C12.4765 11.8372 12.3037 11.7333 12.1656 11.7333H3.82296C3.68478 11.7333 3.52933 11.8372 3.44296 11.9827L2.13026 14.4554C2.00935 14.7255 2.09571 14.9333 2.37207 14.9333ZM8.45919 0.179697L11.605 2.96937C12.1037 3.40896 11.3556 4.08524 10.8377 3.64566L8.72773 1.76897C8.63182 1.68443 8.53591 1.70134 8.53591 1.83659V6.99327C8.53591 7.26378 8.28655 7.46667 7.99883 7.46667C7.69192 7.46667 7.46174 7.24687 7.46174 6.99327V1.83659C7.46174 1.70134 7.38501 1.66752 7.26992 1.76897L5.15992 3.64566C4.6612 4.08524 3.89392 3.42587 4.39265 2.96937L7.51928 0.16279C7.76865 -0.0570026 8.20982 -0.057003 8.45919 0.179697Z" />
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0">
|
|
8
|
-
<rect width="16" height="16" fill="white" />
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M6.57547 5.81661C6.57547 6.09277 6.35489 6.29989 6.10038 6.29989H4.30184C4.16611 6.29989 4.0643 6.40345 4.0643 6.54153L3.92856 10.7233C3.92856 10.8614 4.03037 10.9649 4.16611 10.9649H11.8693C12.005 10.9649 12.1068 10.8614 12.1068 10.7233L11.9711 6.54153C11.9711 6.40345 11.8523 6.29989 11.7335 6.29989H9.90106C9.64655 6.29989 9.42598 6.07551 9.42598 5.81661C9.42598 5.54045 9.64655 5.33333 9.90106 5.33333H12.2765C12.5989 5.33333 12.8703 5.59223 12.8873 5.92017L13.1079 11.6332C13.1079 11.7713 13.1758 11.9612 13.2436 12.082L14.8386 14.4984C14.9573 14.6882 15.0252 14.9817 14.9913 15.206L14.9573 15.4649C14.9064 15.7756 14.635 16 14.3295 16H1.68888C1.38346 16 1.11198 15.7584 1.06108 15.4649L1.01018 15.206C0.976246 14.9817 1.02715 14.6882 1.16289 14.4984L2.75782 12.082C2.82569 11.9784 2.89356 11.7713 2.89356 11.6332L3.11413 5.92017C3.1311 5.59223 3.40258 5.33333 3.72496 5.33333H6.10038C6.35489 5.33333 6.57547 5.54045 6.57547 5.81661ZM2.37207 14.9333H13.6337C13.9101 14.9333 13.9964 14.7048 13.8583 14.4346L12.5455 11.9827C12.4765 11.8372 12.3037 11.7333 12.1656 11.7333H3.82296C3.68478 11.7333 3.52933 11.8372 3.44296 11.9827L2.13026 14.4554C2.00935 14.7255 2.09571 14.9333 2.37207 14.9333ZM8.45919 0.179697L11.605 2.96937C12.1037 3.40896 11.3556 4.08524 10.8377 3.64566L8.72773 1.76897C8.63182 1.68443 8.53591 1.70134 8.53591 1.83659V6.99327C8.53591 7.26378 8.28655 7.46667 7.99883 7.46667C7.69192 7.46667 7.46174 7.24687 7.46174 6.99327V1.83659C7.46174 1.70134 7.38501 1.66752 7.26992 1.76897L5.15992 3.64566C4.6612 4.08524 3.89392 3.42587 4.39265 2.96937L7.51928 0.16279C7.76865 -0.0570026 8.20982 -0.057003 8.45919 0.179697Z" />
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0">
|
|
8
|
+
<rect width="16" height="16" fill="white" />
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
11
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M0 3.0302V12.9698C0 13.538 0.470418 14 1.04859 14H14.9514C15.5296 14 16 13.538 16 12.9698V3.0302C16 2.46217 15.5296 2 14.9514 2H1.04859C0.470418 2 0 2.46217 0 3.0302ZM14.9153 4.75311H1.08475V3.06572H14.9153V4.75311ZM14.9153 12.9343H1.08475V5.46359H14.9153V12.9343ZM1.82812 3.84606C1.82812 3.59152 2.03315 3.38452 2.28527 3.38452C2.53738 3.38452 2.74241 3.59152 2.74241 3.84606C2.74241 4.1006 2.53738 4.3076 2.28527 4.3076C2.03315 4.3076 1.82812 4.1006 1.82812 3.84606ZM3.65539 3.38452C3.40327 3.38452 3.19824 3.59152 3.19824 3.84606C3.19824 4.1006 3.40327 4.3076 3.65539 4.3076C3.9075 4.3076 4.11253 4.1006 4.11253 3.84606C4.11253 3.59152 3.9075 3.38452 3.65539 3.38452ZM4.57129 3.84606C4.57129 3.59152 4.77631 3.38452 5.02843 3.38452C5.28055 3.38452 5.48557 3.59152 5.48557 3.84606C5.48557 4.1006 5.28055 4.3076 5.02843 4.3076C4.77631 4.3076 4.57129 4.1006 4.57129 3.84606Z" />
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M0 3.0302V12.9698C0 13.538 0.470418 14 1.04859 14H14.9514C15.5296 14 16 13.538 16 12.9698V3.0302C16 2.46217 15.5296 2 14.9514 2H1.04859C0.470418 2 0 2.46217 0 3.0302ZM14.9153 4.75311H1.08475V3.06572H14.9153V4.75311ZM14.9153 12.9343H1.08475V5.46359H14.9153V12.9343ZM1.82812 3.84606C1.82812 3.59152 2.03315 3.38452 2.28527 3.38452C2.53738 3.38452 2.74241 3.59152 2.74241 3.84606C2.74241 4.1006 2.53738 4.3076 2.28527 4.3076C2.03315 4.3076 1.82812 4.1006 1.82812 3.84606ZM3.65539 3.38452C3.40327 3.38452 3.19824 3.59152 3.19824 3.84606C3.19824 4.1006 3.40327 4.3076 3.65539 4.3076C3.9075 4.3076 4.11253 4.1006 4.11253 3.84606C4.11253 3.59152 3.9075 3.38452 3.65539 3.38452ZM4.57129 3.84606C4.57129 3.59152 4.77631 3.38452 5.02843 3.38452C5.28055 3.38452 5.48557 3.59152 5.48557 3.84606C5.48557 4.1006 5.28055 4.3076 5.02843 4.3076C4.77631 4.3076 4.57129 4.1006 4.57129 3.84606Z" />
|
|
4
4
|
</svg>
|