@elyx-code/editor-ui 0.0.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 +2 -0
- package/package.json +109 -0
- package/src/App.tsx +31 -0
- package/src/Router.tsx +115 -0
- package/src/__mocks__/defaultModuleMock.ts +1 -0
- package/src/__mocks__/fileMock.ts +1 -0
- package/src/__mocks__/styleMock.ts +1 -0
- package/src/assets/Clock-11.1s-18px.svg +16 -0
- package/src/assets/Clock-11.1s-28px.svg +16 -0
- package/src/assets/authentication.svg +1 -0
- package/src/assets/canvas-backdrop-0.png +0 -0
- package/src/assets/canvas-backdrop-1.png +0 -0
- package/src/assets/canvas-backdrop-2.png +0 -0
- package/src/assets/canvas-backdrop-3.png +0 -0
- package/src/assets/canvas-backdrop-4.png +0 -0
- package/src/assets/canvas-backdrop-5.png +0 -0
- package/src/assets/canvas-backdrop.png +0 -0
- package/src/assets/checkmark-animation.gif +0 -0
- package/src/assets/checkmark-animation.mp4 +0 -0
- package/src/assets/code-formatting/format-black.svg +6 -0
- package/src/assets/code-formatting/format-dark-grey.svg +6 -0
- package/src/assets/code-formatting/format-light-grey.svg +6 -0
- package/src/assets/code-formatting/format-white.svg +6 -0
- package/src/assets/code-formatting/inline-black.svg +5 -0
- package/src/assets/code-formatting/inline-dark-grey.svg +5 -0
- package/src/assets/code-formatting/inline-light-grey.svg +5 -0
- package/src/assets/code-formatting/inline-white.svg +5 -0
- package/src/assets/contained-logo-full-word.png +0 -0
- package/src/assets/cron-job-color.png +0 -0
- package/src/assets/cron-job.png +0 -0
- package/src/assets/database-table-color.png +0 -0
- package/src/assets/database-table.png +0 -0
- package/src/assets/datatype-icons/black/any.svg +1 -0
- package/src/assets/datatype-icons/black/binary.svg +1 -0
- package/src/assets/datatype-icons/black/boolean.svg +3 -0
- package/src/assets/datatype-icons/black/date-time.svg +3 -0
- package/src/assets/datatype-icons/black/definition-entity.svg +6 -0
- package/src/assets/datatype-icons/black/key-file.svg +1 -0
- package/src/assets/datatype-icons/black/list.svg +3 -0
- package/src/assets/datatype-icons/black/null.svg +3 -0
- package/src/assets/datatype-icons/black/number.svg +13 -0
- package/src/assets/datatype-icons/black/project.svg +12 -0
- package/src/assets/datatype-icons/black/sql-program.svg +2 -0
- package/src/assets/datatype-icons/black/text.svg +3 -0
- package/src/assets/datatype-icons/black/unknown.svg +3 -0
- package/src/assets/datatype-icons/black/uuid.svg +4 -0
- package/src/assets/datatype-icons/black/void.svg +1 -0
- package/src/assets/datatype-icons/dark-grey/any.svg +1 -0
- package/src/assets/datatype-icons/dark-grey/boolean.svg +3 -0
- package/src/assets/datatype-icons/dark-grey/date-time.svg +3 -0
- package/src/assets/datatype-icons/dark-grey/definition-entity.svg +6 -0
- package/src/assets/datatype-icons/dark-grey/list.svg +3 -0
- package/src/assets/datatype-icons/dark-grey/null.svg +3 -0
- package/src/assets/datatype-icons/dark-grey/number.svg +13 -0
- package/src/assets/datatype-icons/dark-grey/project.svg +12 -0
- package/src/assets/datatype-icons/dark-grey/sql-program.svg +2 -0
- package/src/assets/datatype-icons/dark-grey/text.svg +3 -0
- package/src/assets/datatype-icons/dark-grey/unknown.svg +3 -0
- package/src/assets/datatype-icons/dark-grey/uuid.svg +4 -0
- package/src/assets/datatype-icons/dark-grey/void.svg +1 -0
- package/src/assets/datatype-icons/light-grey/any.svg +1 -0
- package/src/assets/datatype-icons/light-grey/boolean.svg +3 -0
- package/src/assets/datatype-icons/light-grey/date-time.svg +3 -0
- package/src/assets/datatype-icons/light-grey/definition-entity.svg +6 -0
- package/src/assets/datatype-icons/light-grey/list.svg +3 -0
- package/src/assets/datatype-icons/light-grey/null.svg +3 -0
- package/src/assets/datatype-icons/light-grey/number.svg +13 -0
- package/src/assets/datatype-icons/light-grey/project.svg +12 -0
- package/src/assets/datatype-icons/light-grey/sql-program.svg +2 -0
- package/src/assets/datatype-icons/light-grey/text.svg +3 -0
- package/src/assets/datatype-icons/light-grey/unknown.svg +3 -0
- package/src/assets/datatype-icons/light-grey/uuid.svg +4 -0
- package/src/assets/datatype-icons/light-grey/void.svg +1 -0
- package/src/assets/edit.png +0 -0
- package/src/assets/execution.svg +13 -0
- package/src/assets/favicon.svg +14 -0
- package/src/assets/file-search.svg +1 -0
- package/src/assets/http-endpoint.png +0 -0
- package/src/assets/image-input-placeholder.png +0 -0
- package/src/assets/logo-full-word-white.png +0 -0
- package/src/assets/logo-full-word.png +0 -0
- package/src/assets/password.svg +85 -0
- package/src/assets/pencil.png +0 -0
- package/src/assets/publish-project-rich-icon-2.svg +1 -0
- package/src/assets/publish-project-rich-icon.svg +1 -0
- package/src/assets/relational-database.png +0 -0
- package/src/assets/resources.svg +3 -0
- package/src/assets/resume-icon-14px.png +0 -0
- package/src/assets/server.png +0 -0
- package/src/assets/small-status/checkmark.svg +4 -0
- package/src/assets/small-status/error.svg +4 -0
- package/src/assets/small-status/loading.svg +4 -0
- package/src/assets/small-status/skipped.svg +11 -0
- package/src/assets/sql-connection-config.svg +1 -0
- package/src/assets/sql-row-transformer.svg +1 -0
- package/src/assets/ssl-certificate-config.svg +1 -0
- package/src/assets/sync.svg +1 -0
- package/src/assets/testing-logic-icon.svg +1 -0
- package/src/assets/versions.svg +25 -0
- package/src/assets/visual-programming-icon.svg +1 -0
- package/src/assets/warning-sign-24px.png +0 -0
- package/src/auth/index.ts +318 -0
- package/src/components/DialogLoader.tsx +94 -0
- package/src/components/EntityDialogHeader.tsx +110 -0
- package/src/components/EntityDialogSectionHeader.tsx +214 -0
- package/src/components/GalleryAddExternalIntegrationInfoDialog.tsx +87 -0
- package/src/components/GenerateProjectStartingLogicPromptDialog.tsx +281 -0
- package/src/components/LegacyRouteRedirector.tsx +55 -0
- package/src/components/ProPlanChip.tsx +23 -0
- package/src/components/ReportBugDialog.tsx +412 -0
- package/src/components/RequestIntegrationAccessDialog.tsx +261 -0
- package/src/components/UseTemplateProjectDialog.tsx +193 -0
- package/src/components/WorkspaceLayout.tsx +152 -0
- package/src/components/animated-svg/AnimatedCheckmark.tsx +41 -0
- package/src/components/animated-svg/AnimatedCrossmark.tsx +51 -0
- package/src/components/animated-svg/AnimatedEmailSending.tsx +38 -0
- package/src/components/animated-svg/AnimatedLoading.tsx +72 -0
- package/src/components/animated-svg/animated-svg.css +239 -0
- package/src/components/canvas/Canvas.tsx +16 -0
- package/src/components/canvas/CreateEntityMenu.tsx +2020 -0
- package/src/components/canvas/canvas.css +10 -0
- package/src/components/canvas/create-entity-menu.css +579 -0
- package/src/components/canvas-search/CanvasSearch.tsx +501 -0
- package/src/components/canvas-search/canvas-search.css +126 -0
- package/src/components/canvas-settings-menu/CanvasSettingsMenuButton.tsx +515 -0
- package/src/components/canvas-settings-menu/canvas-settings-menu.css +96 -0
- package/src/components/circular-image-upload/CircularImageUpload.tsx +113 -0
- package/src/components/circular-image-upload/circular-image-upload.css +69 -0
- package/src/components/costs/CostsDialog.tsx +459 -0
- package/src/components/data-type/DataTypeBuilder.tsx +3127 -0
- package/src/components/data-type/data-type-builder.css +45 -0
- package/src/components/dialogs/BetaAcknowledgeDialog.tsx +43 -0
- package/src/components/dialogs/ComplexDataDialog.tsx +458 -0
- package/src/components/dialogs/CronBuilderDialog.tsx +2145 -0
- package/src/components/dialogs/ExternalIntegrationConnections.tsx +565 -0
- package/src/components/dialogs/JsonEditorDialog.tsx +1392 -0
- package/src/components/dialogs/StringEditorDialog.tsx +268 -0
- package/src/components/dialogs/argument-declaration/ArgumentDeclaration.tsx +1167 -0
- package/src/components/dialogs/argument-declaration/ArgumentDeclarationDialogContent.tsx +128 -0
- package/src/components/dialogs/beta-dialog.css +165 -0
- package/src/components/dialogs/condition/Condition.tsx +431 -0
- package/src/components/dialogs/condition/ConditionDialogContent.tsx +126 -0
- package/src/components/dialogs/definition-entity/DefinitionEntityDialogContent.tsx +973 -0
- package/src/components/dialogs/function-call/FunctionCall.tsx +442 -0
- package/src/components/dialogs/function-call/FunctionCallDialogContent.tsx +126 -0
- package/src/components/dialogs/function-declaration/FunctionDeclaration.tsx +926 -0
- package/src/components/dialogs/function-declaration/FunctionDeclarationDialogContent.tsx +124 -0
- package/src/components/dialogs/generating-project-starting-logic-overlay/GeneratingProjectStartingLogicOverlay.tsx +176 -0
- package/src/components/dialogs/generating-project-starting-logic-overlay/generating-project-starting-logic-overlay.css +13 -0
- package/src/components/dialogs/global-event/GlobalEvent.tsx +475 -0
- package/src/components/dialogs/global-event/GlobalEventDialogContent.tsx +126 -0
- package/src/components/dialogs/help/HelpDialog.tsx +217 -0
- package/src/components/dialogs/help/HelpDilalogHomeContent.tsx +178 -0
- package/src/components/dialogs/help/help-dialog.css +116 -0
- package/src/components/dialogs/help/help-icon/HelpIconButton.tsx +41 -0
- package/src/components/dialogs/help/help-icon/help-icon.css +9 -0
- package/src/components/dialogs/input-map/InputMap.tsx +635 -0
- package/src/components/dialogs/input-map/InputMapDialogContent.tsx +126 -0
- package/src/components/dialogs/json-editor-dialog.css +4 -0
- package/src/components/dialogs/loop/Loop.tsx +650 -0
- package/src/components/dialogs/loop/LoopDialogContent.tsx +122 -0
- package/src/components/dialogs/operation/Operation.tsx +440 -0
- package/src/components/dialogs/operation/OperationDialogContent.tsx +126 -0
- package/src/components/dialogs/output-map/OutputMap.tsx +536 -0
- package/src/components/dialogs/output-map/OutputMapDialogContent.tsx +126 -0
- package/src/components/dialogs/property/Property.tsx +1490 -0
- package/src/components/dialogs/property/PropertyDialogContent.tsx +106 -0
- package/src/components/dialogs/search-statement/ColumnSelector.tsx +334 -0
- package/src/components/dialogs/search-statement/ConditionBuilder.tsx +750 -0
- package/src/components/dialogs/search-statement/DataAggregationSection.tsx +621 -0
- package/src/components/dialogs/search-statement/DataSourceSelection.tsx +734 -0
- package/src/components/dialogs/search-statement/EntityMetadataSection.tsx +135 -0
- package/src/components/dialogs/search-statement/FilterConditionsSection.tsx +151 -0
- package/src/components/dialogs/search-statement/InlineInputMap.tsx +153 -0
- package/src/components/dialogs/search-statement/LiteralValue.tsx +616 -0
- package/src/components/dialogs/search-statement/MainSourceAndInputsSection.tsx +271 -0
- package/src/components/dialogs/search-statement/NestedSearchStatementBuilder.tsx +170 -0
- package/src/components/dialogs/search-statement/OutputFormatSection.tsx +1779 -0
- package/src/components/dialogs/search-statement/ResultsSection.tsx +344 -0
- package/src/components/dialogs/search-statement/SearchStatementBuilder.tsx +251 -0
- package/src/components/dialogs/search-statement/SearchStatementDialogContent.tsx +398 -0
- package/src/components/dialogs/search-statement/ValueSelector.tsx +766 -0
- package/src/components/dialogs/search-statement/search-statement-context.tsx +1630 -0
- package/src/components/dialogs/search-statement/search-statement-dialog.css +56 -0
- package/src/components/dialogs/search-statement/test.sql +111 -0
- package/src/components/dialogs/value-descriptor/ValueDescriptor.tsx +824 -0
- package/src/components/dialogs/value-descriptor/ValueDescriptorDialogContent.tsx +124 -0
- package/src/components/dialogs/variable-declaration/VariableDeclaration.tsx +836 -0
- package/src/components/dialogs/variable-declaration/VariableDeclarationDialogContent.tsx +106 -0
- package/src/components/dialogs/variable-instance/VariableInstance.tsx +443 -0
- package/src/components/dialogs/variable-instance/VariableInstanceDialogContent.tsx +124 -0
- package/src/components/draggable-entity-card/ArgumentDeclaration.tsx +736 -0
- package/src/components/draggable-entity-card/CollapseEntityButton.tsx +170 -0
- package/src/components/draggable-entity-card/ConditionCard.tsx +1062 -0
- package/src/components/draggable-entity-card/ConnectionDeleteButton.tsx +309 -0
- package/src/components/draggable-entity-card/DataTypeIcon.tsx +624 -0
- package/src/components/draggable-entity-card/DraggableEntityCard.tsx +617 -0
- package/src/components/draggable-entity-card/ErrorMapProperty.tsx +464 -0
- package/src/components/draggable-entity-card/EventCard.tsx +700 -0
- package/src/components/draggable-entity-card/ExecutionInProgressValue.tsx +327 -0
- package/src/components/draggable-entity-card/FunctionDeclarationCard.tsx +819 -0
- package/src/components/draggable-entity-card/InputMapProperty.tsx +1067 -0
- package/src/components/draggable-entity-card/InternalCall.tsx +978 -0
- package/src/components/draggable-entity-card/InternalCallExecutionNode.tsx +643 -0
- package/src/components/draggable-entity-card/LogicScopeCallerNode.tsx +262 -0
- package/src/components/draggable-entity-card/LoopCard.tsx +791 -0
- package/src/components/draggable-entity-card/MainValueInput.tsx +523 -0
- package/src/components/draggable-entity-card/MainValueOutput.tsx +458 -0
- package/src/components/draggable-entity-card/MethodDeclaration.tsx +1088 -0
- package/src/components/draggable-entity-card/NestedCondition.tsx +1025 -0
- package/src/components/draggable-entity-card/OutputMapProperty.tsx +843 -0
- package/src/components/draggable-entity-card/PassthroughEntityCard.tsx +1247 -0
- package/src/components/draggable-entity-card/ReturnedError.tsx +549 -0
- package/src/components/draggable-entity-card/SmallSuccessFailureNodes.tsx +523 -0
- package/src/components/draggable-entity-card/SuccessFailureNodes.tsx +509 -0
- package/src/components/draggable-entity-card/TestEntityButton.tsx +946 -0
- package/src/components/draggable-entity-card/TestMenu.tsx +523 -0
- package/src/components/draggable-entity-card/TestMenuValidationDropdown.tsx +84 -0
- package/src/components/draggable-entity-card/UnreachableMarker.tsx +114 -0
- package/src/components/draggable-entity-card/VariableCard.tsx +1577 -0
- package/src/components/draggable-entity-card/VariableScopeMarker.tsx +117 -0
- package/src/components/draggable-entity-card/collapse-entity-button.css +44 -0
- package/src/components/draggable-entity-card/definition-entity/DefinitionEntityCard.tsx +1181 -0
- package/src/components/draggable-entity-card/definition-entity/DefinitionEntityIcon.tsx +36 -0
- package/src/components/draggable-entity-card/definition-entity/DefinitionEntityProperty.tsx +478 -0
- package/src/components/draggable-entity-card/definition-entity/DynamicFooterActions.tsx +112 -0
- package/src/components/draggable-entity-card/definition-entity/actions/external-integration-connection/ExportCredentialsFooterAction.tsx +461 -0
- package/src/components/draggable-entity-card/definition-entity/actions/external-integration-connection/RestablishConnectionFooterAction.tsx +199 -0
- package/src/components/draggable-entity-card/definition-entity/actions/external-integration-connection/restablish-connection-footer-action.css +85 -0
- package/src/components/draggable-entity-card/definition-entity/actions/google-drive/GoogleDriveFilePickerAPIFooterAction.tsx +277 -0
- package/src/components/draggable-entity-card/definition-entity/actions/google-drive/google-drive-file-picker-api-footer-action.css +107 -0
- package/src/components/draggable-entity-card/definition-entity/actions/persisted-entity/DatabaseFooterAction.tsx +452 -0
- package/src/components/draggable-entity-card/definition-entity/actions/persisted-entity/database-footer-action.css +86 -0
- package/src/components/draggable-entity-card/definition-entity/definition-entity-card.css +17 -0
- package/src/components/draggable-entity-card/draggable-entity-card.css +1140 -0
- package/src/components/draggable-entity-card/entity-locked-icon/EntityLockedIcon.tsx +133 -0
- package/src/components/draggable-entity-card/entity-locked-icon/entity-locked.css +8 -0
- package/src/components/draggable-entity-card/expand-properties-icon-button/ExpandPropertiesIconButton.tsx +84 -0
- package/src/components/draggable-entity-card/expand-properties-icon-button/expand-properties-icon-button.css +21 -0
- package/src/components/draggable-entity-card/implement-entity-icon/ImplementEntityIcon.tsx +74 -0
- package/src/components/draggable-entity-card/implement-entity-icon/implement-entity-icon.css +13 -0
- package/src/components/draggable-entity-card/logic-error/LogicErrorIconMenu.tsx +424 -0
- package/src/components/draggable-entity-card/logic-error/logic-error.css +23 -0
- package/src/components/draggable-entity-card/new-card-input-button/NewCardInputButton.tsx +193 -0
- package/src/components/draggable-entity-card/new-card-input-button/NewDynamicInputButton.tsx +214 -0
- package/src/components/draggable-entity-card/new-card-input-button/new-card-input-button.css +71 -0
- package/src/components/draggable-entity-card/new-card-output-button/NewCardOutputButton.tsx +192 -0
- package/src/components/draggable-entity-card/new-card-output-button/new-card-output-button.css +71 -0
- package/src/components/draggable-entity-card/termination-statement/TerminationStatementCard.tsx +1543 -0
- package/src/components/draggable-entity-card/termination-statement/termination-statement-card.css +17 -0
- package/src/components/draggable-entity-card/test-entity-button.css +55 -0
- package/src/components/draggable-entity-card/test-menu.css +181 -0
- package/src/components/draggable-entity-card/unreachable-marker.css +43 -0
- package/src/components/draggable-entity-card/variable-scope-marker.css +22 -0
- package/src/components/dynamic-value/DynamicValue.tsx +2395 -0
- package/src/components/dynamic-value/DynamicValueEntry.tsx +1957 -0
- package/src/components/dynamic-value/dynamic-value.css +230 -0
- package/src/components/editor/ElyxMonacoEditor.tsx +38 -0
- package/src/components/entity-error/EntityErrorListItem.tsx +47 -0
- package/src/components/entity-error/entity-error.css +198 -0
- package/src/components/entity-icon/EntityIcon.tsx +292 -0
- package/src/components/entity-icon/entity-icon.css +39 -0
- package/src/components/gallery-card/CreateNewProject.tsx +222 -0
- package/src/components/gallery-card/GalleryCard.tsx +171 -0
- package/src/components/gallery-card/MarketplaceCard.tsx +87 -0
- package/src/components/gallery-card/ProjectDuplicationCard.tsx +575 -0
- package/src/components/gallery-card/gallery-card.css +25 -0
- package/src/components/notifications/NotificationsIconButton.tsx +124 -0
- package/src/components/notifications/NotificationsPanel.tsx +385 -0
- package/src/components/notifications/notifications.css +189 -0
- package/src/components/online-users/LocalOnlineUsers.tsx +175 -0
- package/src/components/online-users/PageOnlineUsers.tsx +297 -0
- package/src/components/online-users/online-users.css +72 -0
- package/src/components/page-backdrop/PageBackdrop.tsx +8 -0
- package/src/components/page-backdrop/page-backdrop.css +7 -0
- package/src/components/project-configuration/DeleteProjectConfirmationDialog.tsx +134 -0
- package/src/components/project-configuration/ProjectConfigurationDialog.tsx +972 -0
- package/src/components/project-configuration/ProjectDataForm.tsx +121 -0
- package/src/components/project-configuration/UnpublishProjectConfirmationDialog.tsx +162 -0
- package/src/components/project-configuration/project-configuration-content.css +209 -0
- package/src/components/project-name/ProjectName.tsx +2025 -0
- package/src/components/project-name/project-name.css +599 -0
- package/src/components/publishing/Publication.tsx +133 -0
- package/src/components/publishing/history/PublicationHistoryContent.tsx +414 -0
- package/src/components/publishing/history/PublicationHistoryDialog.tsx +234 -0
- package/src/components/publishing/preview/PublicationPreviewDialog.tsx +1158 -0
- package/src/components/publishing/preview/PublishingPriceForecast.tsx +160 -0
- package/src/components/publishing/preview/PublishingResourcesDetails.tsx +91 -0
- package/src/components/publishing/publication-sequence/PublishingSequenceContent.tsx +375 -0
- package/src/components/publishing/publication-sequence/PublishingSequenceDialog.tsx +344 -0
- package/src/components/publishing/publishing-dialog.css +142 -0
- package/src/components/publishing/utils.ts +227 -0
- package/src/components/resources/ResourcesDialog.tsx +591 -0
- package/src/components/resources/UpgradeBanner.tsx +102 -0
- package/src/components/resources/codebase/CodebaseDetails.tsx +156 -0
- package/src/components/resources/cron-job/CronJobsList.tsx +532 -0
- package/src/components/resources/functions/FunctionsList.tsx +454 -0
- package/src/components/resources/http-api/HttpAPI.tsx +566 -0
- package/src/components/resources/http-api/HttpAPIClientModule.tsx +37 -0
- package/src/components/resources/logs/LogsViewer.tsx +768 -0
- package/src/components/resources/query.ts +74 -0
- package/src/components/resources/relational-database/DatabaseTable.tsx +905 -0
- package/src/components/resources/relational-database/RelationalDatabase.tsx +83 -0
- package/src/components/resources/relational-database/RelationalDatabaseSecrets.tsx +361 -0
- package/src/components/resources/resources-dialog.css +74 -0
- package/src/components/test-relational-database/DatabaseTable.tsx +913 -0
- package/src/components/test-relational-database/TestDatabaseDialogContent.tsx +670 -0
- package/src/components/test-relational-database/query.ts +74 -0
- package/src/components/toolbar/ToolBar.tsx +236 -0
- package/src/components/toolbar/toolbar.css +78 -0
- package/src/components/transaction-history/TransactionHistoryDialog.tsx +268 -0
- package/src/components/user/CurrentUserAvatar.tsx +65 -0
- package/src/components/user/UserChip.tsx +62 -0
- package/src/components/user/user.css +39 -0
- package/src/components/user-profile/ChangePasswordForm.tsx +67 -0
- package/src/components/user-profile/OwnUserProfileContent.tsx +665 -0
- package/src/components/user-profile/PublicUserProfileContent.tsx +99 -0
- package/src/components/user-profile/UserDataForm.tsx +75 -0
- package/src/components/user-profile/UserProfileDialog.tsx +110 -0
- package/src/components/user-profile/user-profile-content.css +25 -0
- package/src/config.ts +130 -0
- package/src/globals.d.ts +13 -0
- package/src/index.html +27 -0
- package/src/index.tsx +23 -0
- package/src/lib/badge/Badge.tsx +35 -0
- package/src/lib/badge/badge.css +32 -0
- package/src/lib/button/Button.tsx +129 -0
- package/src/lib/button/button.css +145 -0
- package/src/lib/canvas/canvas-undo-redo.ts +263 -0
- package/src/lib/canvas/defs.ts +170 -0
- package/src/lib/canvas/index.test.ts +189 -0
- package/src/lib/canvas/index.ts +6999 -0
- package/src/lib/canvas/utils.ts +59 -0
- package/src/lib/card/Card.tsx +62 -0
- package/src/lib/card/LoadingCard.tsx +82 -0
- package/src/lib/card/card.css +259 -0
- package/src/lib/chip/Chip.tsx +79 -0
- package/src/lib/chip/chip.css +0 -0
- package/src/lib/dialog/Dialog.tsx +122 -0
- package/src/lib/dialog/SmallDialog.tsx +61 -0
- package/src/lib/dialog/dialog.css +40 -0
- package/src/lib/display-data-structure/index.tsx +21 -0
- package/src/lib/dropdown/CanvasDropdownMenuCard.tsx +68 -0
- package/src/lib/dropdown/CanvasDropdownMenuCardOption.tsx +136 -0
- package/src/lib/dropdown/DropdownButton.tsx +104 -0
- package/src/lib/dropdown/DropdownMenuCard.tsx +324 -0
- package/src/lib/dropdown/DropdownMenuPopup.tsx +27 -0
- package/src/lib/dropdown/dropdown-button.css +76 -0
- package/src/lib/dropdown/dropdown-menu.css +151 -0
- package/src/lib/json-editor/RawJsonEditor.tsx +137 -0
- package/src/lib/json-editor/json-editor.css +35 -0
- package/src/lib/loader/Loader.tsx +120 -0
- package/src/lib/loader/loader.css +38 -0
- package/src/lib/pagination/Pagination.tsx +64 -0
- package/src/lib/popup/CanvasPopupBaseComponent.tsx +103 -0
- package/src/lib/popup/Popup.tsx +243 -0
- package/src/lib/popup/popup.css +16 -0
- package/src/lib/table/RowForm.tsx +301 -0
- package/src/lib/table/Table.tsx +1069 -0
- package/src/lib/table/table.css +249 -0
- package/src/lib/table/types.ts +108 -0
- package/src/lib/text-area/TextArea.tsx +183 -0
- package/src/lib/text-area/text-area.css +156 -0
- package/src/lib/text-field/TextField.tsx +218 -0
- package/src/lib/text-field/index.ts +8 -0
- package/src/lib/text-field/text-field.css +201 -0
- package/src/lib/tooltip/Tooltip.tsx +24 -0
- package/src/lib/tooltip/tooltip.css +17 -0
- package/src/localization/index.ts +47 -0
- package/src/main.css +343 -0
- package/src/pages/Auth.tsx +848 -0
- package/src/pages/Editor.tsx +883 -0
- package/src/pages/ErrorPage.tsx +179 -0
- package/src/pages/Gallery.tsx +1693 -0
- package/src/pages/NewPaymentMethodCallback.tsx +53 -0
- package/src/pages/NotFoundPage.tsx +126 -0
- package/src/pages/PricingPlans.tsx +155 -0
- package/src/pages/auth.css +304 -0
- package/src/pages/gallery.css +421 -0
- package/src/payments/index.ts +187 -0
- package/src/popup-notification/index.ts +90 -0
- package/src/services/database/index.ts +1 -0
- package/src/services/database/utils.ts +1301 -0
- package/src/services/editor/CanvasElement.tsx +2934 -0
- package/src/services/editor/CanvasElementConnectionDeleteButton.ts +204 -0
- package/src/services/editor/CanvasPopup.tsx +749 -0
- package/src/services/editor/EditorService.ts +8157 -0
- package/src/services/editor/area.ts +1312 -0
- package/src/services/editor/connections.ts +1019 -0
- package/src/services/editor/create/condition.ts +25 -0
- package/src/services/editor/create/definition-entity.ts +29 -0
- package/src/services/editor/create/function-call.ts +25 -0
- package/src/services/editor/create/global-event.ts +33 -0
- package/src/services/editor/create/loop.ts +25 -0
- package/src/services/editor/create/operation.ts +30 -0
- package/src/services/editor/create/utils.ts +140 -0
- package/src/services/editor/create/variable-declaration.ts +135 -0
- package/src/services/editor/create/variable-instance.ts +100 -0
- package/src/services/editor/editor-ui-extensions-context.ts +43 -0
- package/src/services/editor/entities-metadata.json +9310 -0
- package/src/services/editor/icons.ts +1093 -0
- package/src/services/editor/index.ts +1 -0
- package/src/services/editor/layout.ts +102 -0
- package/src/services/editor/modules/built-in-function-implementations/base.ts +14 -0
- package/src/services/editor/modules/built-in-function-implementations/create-persisted-entity/index.ts +56 -0
- package/src/services/editor/modules/built-in-function-implementations/delete-persisted-entity/index.ts +55 -0
- package/src/services/editor/modules/built-in-function-implementations/index.ts +4 -0
- package/src/services/editor/modules/built-in-function-implementations/update-persisted-entity/index.ts +56 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/get-files.ts +183 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/list-drives.ts +124 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/list-root-folders.ts +125 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/smart-fetch-document.ts +702 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-drive/upload-document.ts +535 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-gemini/generate-content.ts +193 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-mail/get-emails.ts +586 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/google-mail/send-email.ts +386 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/index.ts +12 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/slack/channels.ts +240 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/slack/messages.ts +210 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/slack/replies.ts +200 -0
- package/src/services/editor/modules/operations-implementations/external-integrations/slack/send-message.ts +177 -0
- package/src/services/editor/modules/operations-implementations/index.ts +1 -0
- package/src/services/editor/modules/search-node-implementation/index.ts +42 -0
- package/src/services/editor/modules/sql-migrations-generation.tsx +1054 -0
- package/src/services/editor/publication/publication.ts +578 -0
- package/src/services/editor/ui.ts +1348 -0
- package/src/services/editor/utils.ts +5868 -0
- package/src/services/editor/value-store.ts +619 -0
- package/src/services/execution/built-in-function-implementations.ts +422 -0
- package/src/services/execution/index.ts +4747 -0
- package/src/services/execution/logic.ts +121 -0
- package/src/services/execution/test-instance.tsx +2296 -0
- package/src/services/execution/utils.ts +33 -0
- package/src/services/execution/value-resolution.test.ts +424 -0
- package/src/services/execution/value-resolution.ts +4087 -0
- package/src/services/integrations/ExternalIntegrationsService.ts +439 -0
- package/src/services/integrations/api.ts +175 -0
- package/src/services/local-relational-database/idb_helper.ts +66 -0
- package/src/services/local-relational-database/index.ts +3308 -0
- package/src/services/local-relational-database/utils.ts +403 -0
- package/src/services/notifications/index.ts +525 -0
- package/src/services/user/index.ts +144 -0
- package/src/setupTests.ts +1 -0
- package/src/socket/socket.ts +248 -0
- package/src/socket/utils.ts +10 -0
- package/src/store/workspace.ts +12 -0
- package/src/theme.ts +19 -0
- package/src/utils/DOM.ts +39 -0
- package/src/utils/date.ts +169 -0
- package/src/utils/index.ts +158 -0
- package/src/utils/react.tsx +679 -0
- package/src/utils/testing.ts +103 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.14814 0.102783C1.49145 0.102783 0.148438 1.4458 0.148438 3.10248V36.9099C0.148438 38.5666 1.49145 39.9096 3.14814 39.9096H36.9556C38.6123 39.9096 39.9553 38.5666 39.9553 36.9099V3.10248C39.9553 1.44579 38.6123 0.102783 36.9556 0.102783H3.14814ZM36.3881 9.6694H3.71565V36.3424H36.3881V9.6694ZM31.2805 5.0077C31.2805 5.74649 30.6816 6.3454 29.9428 6.3454C29.204 6.3454 28.6051 5.74649 28.6051 5.0077C28.6051 4.26891 29.204 3.66999 29.9428 3.66999C30.6816 3.66999 31.2805 4.26891 31.2805 5.0077ZM34.7261 6.3454C35.4649 6.3454 36.0638 5.74649 36.0638 5.0077C36.0638 4.26891 35.4649 3.66999 34.7261 3.66999C33.9873 3.66999 33.3884 4.26891 33.3884 5.0077C33.3884 5.74649 33.9873 6.3454 34.7261 6.3454Z" fill="#3F3F40"/>
|
|
3
|
+
<path d="M28.069 21.1964H24.4772C24.2875 21.1964 24.1338 21.3502 24.1338 21.5398V25.1316C24.1338 25.3213 24.2875 25.4751 24.4772 25.4751H28.069C28.2587 25.4751 28.4124 25.3213 28.4124 25.1316V21.5398C28.4124 21.3502 28.2587 21.1964 28.069 21.1964Z" fill="#3F3F40"/>
|
|
4
|
+
<path d="M28.069 14.9009H24.4772C24.2875 14.9009 24.1338 15.0546 24.1338 15.2443V18.8361C24.1338 19.0258 24.2875 19.1795 24.4772 19.1795H28.069C28.2587 19.1795 28.4124 19.0258 28.4124 18.8361V15.2443C28.4124 15.0546 28.2587 14.9009 28.069 14.9009Z" fill="#3F3F40"/>
|
|
5
|
+
<path d="M28.069 27.4921H24.4772C24.2875 27.4921 24.1338 27.6458 24.1338 27.8355V31.4273C24.1338 31.617 24.2875 31.7707 24.4772 31.7707H28.069C28.2587 31.7707 28.4124 31.617 28.4124 31.4273V27.8355C28.4124 27.6458 28.2587 27.4921 28.069 27.4921Z" fill="#3F3F40"/>
|
|
6
|
+
<path d="M21.7741 14.9009H18.1823C17.9926 14.9009 17.8389 15.0546 17.8389 15.2443V18.8361C17.8389 19.0258 17.9926 19.1795 18.1823 19.1795H21.7741C21.9638 19.1795 22.1175 19.0258 22.1175 18.8361V15.2443C22.1175 15.0546 21.9638 14.9009 21.7741 14.9009Z" fill="#3F3F40"/>
|
|
7
|
+
<path d="M21.7741 21.1964H18.1823C17.9926 21.1964 17.8389 21.3502 17.8389 21.5398V25.1316C17.8389 25.3213 17.9926 25.4751 18.1823 25.4751H21.7741C21.9638 25.4751 22.1175 25.3213 22.1175 25.1316V21.5398C22.1175 21.3502 21.9638 21.1964 21.7741 21.1964Z" fill="#3F3F40"/>
|
|
8
|
+
<path d="M15.4782 14.9011H11.8864C11.6967 14.9011 11.543 15.0549 11.543 15.2446V18.8363C11.543 19.026 11.6967 19.1798 11.8864 19.1798H15.4782C15.6679 19.1798 15.8216 19.026 15.8216 18.8363V15.2446C15.8216 15.0549 15.6679 14.9011 15.4782 14.9011Z" fill="#3F3F40"/>
|
|
9
|
+
<path d="M15.4782 21.1964H11.8864C11.6967 21.1964 11.543 21.3502 11.543 21.5398V25.1316C11.543 25.3213 11.6967 25.4751 11.8864 25.4751H15.4782C15.6679 25.4751 15.8216 25.3213 15.8216 25.1316V21.5398C15.8216 21.3502 15.6679 21.1964 15.4782 21.1964Z" fill="#3F3F40"/>
|
|
10
|
+
<path d="M15.4782 27.4921H11.8864C11.6967 27.4921 11.543 27.6458 11.543 27.8355V31.4273C11.543 31.617 11.6967 31.7707 11.8864 31.7707H15.4782C15.6679 31.7707 15.8216 31.617 15.8216 31.4273V27.8355C15.8216 27.6458 15.6679 27.4921 15.4782 27.4921Z" fill="#3F3F40"/>
|
|
11
|
+
<path d="M21.7741 27.4921H18.1823C17.9926 27.4921 17.8389 27.6458 17.8389 27.8355V31.4273C17.8389 31.617 17.9926 31.7707 18.1823 31.7707H21.7741C21.9638 31.7707 22.1175 31.617 22.1175 31.4273V27.8355C22.1175 27.6458 21.9638 27.4921 21.7741 27.4921Z" fill="#3F3F40"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="Icons" viewBox="0 0 60 60" width="512" height="512"><path d="M5,3V57a3,3,0,0,0,3,3H40.59A1.977,1.977,0,0,0,42,59.417L48.417,53A1.977,1.977,0,0,0,49,51.59V34.976h2a4,4,0,0,0,4-4V11a4,4,0,0,0-4-4H49V3a3,3,0,0,0-3-3H8A3,3,0,0,0,5,3ZM42,56.589V54a1,1,0,0,1,1-1h2.587ZM53,11V30.976a2,2,0,0,1-2,2H15a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2H51A2,2,0,0,1,53,11ZM7,3A1,1,0,0,1,8,2H46a1,1,0,0,1,1,1V7H15a4,4,0,0,0-4,4V30.976a4,4,0,0,0,4,4H47L47,51H43a3,3,0,0,0-3,3v4H8a1,1,0,0,1-1-1Z"/><path d="M21,14a3,3,0,0,1,3,3,1,1,0,0,0,2,0,5,5,0,1,0-5,5,3,3,0,1,1-3,3,1,1,0,0,0-2,0,5,5,0,1,0,5-5,3,3,0,0,1,0-6Z"/><path d="M33,12a5.006,5.006,0,0,0-5,5v8a4.992,4.992,0,0,0,7.753,4.167l.54.54a1,1,0,0,0,1.414-1.414l-.54-.54A4.969,4.969,0,0,0,38,25V17A5.006,5.006,0,0,0,33,12Zm1.707,13.293a1,1,0,0,0-1.414,1.414l.992.992A2.951,2.951,0,0,1,33,28a3,3,0,0,1-3-3V17a3,3,0,0,1,6,0v8a2.951,2.951,0,0,1-.3,1.285Z"/><path d="M43,13a1,1,0,0,0-2,0V28a2,2,0,0,0,2,2h6a1,1,0,0,0,0-2H43Z"/></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 7.55557C0 9.27705 1.41053 10.6667 3.15789 10.6667H10.5263V32.4445C10.5263 34.1659 11.9368 35.5556 13.6842 35.5556C15.4316 35.5556 16.8421 34.1659 16.8421 32.4445V10.6667H24.2105C25.9579 10.6667 27.3684 9.27705 27.3684 7.55557C27.3684 5.83409 25.9579 4.44446 24.2105 4.44446H3.15789C1.41053 4.44446 0 5.83409 0 7.55557ZM36.8421 14.8148H24.2105C22.4632 14.8148 21.0526 16.2045 21.0526 17.9259C21.0526 19.6474 22.4632 21.0371 24.2105 21.0371H27.3684V32.4445C27.3684 34.1659 28.7789 35.5556 30.5263 35.5556C32.2737 35.5556 33.6842 34.1659 33.6842 32.4445V21.0371H36.8421C38.5895 21.0371 40 19.6474 40 17.9259C40 16.2045 38.5895 14.8148 36.8421 14.8148Z" fill="#3F3F40"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.1336 33.3355H22.7521V40H16.1336V33.3355ZM21.4615 0.146377C14.6445 -0.853296 8.62172 3.37865 6.80165 9.44333C6.20599 11.376 7.66205 13.3421 9.68067 13.3421H10.3425C11.6993 13.3421 12.7913 12.3757 13.2546 11.1095C14.3136 8.14376 17.4573 6.11109 20.8658 6.84419C24.0096 7.51063 26.326 10.6096 26.0613 13.8419C25.7304 18.3071 20.7004 19.2734 17.9537 23.4388C17.9537 23.4721 17.9206 23.4721 17.9206 23.5054C17.8875 23.572 17.8544 23.6054 17.8214 23.672C17.5235 24.1718 17.2257 24.7383 16.994 25.3381C16.961 25.4381 16.8948 25.5047 16.8617 25.6047C16.8286 25.6714 16.8286 25.738 16.7955 25.838C16.3984 26.9709 16.1336 28.3371 16.1336 30.0033H22.7521C22.7521 28.6037 23.1161 27.4374 23.6787 26.4378C23.7449 26.3378 23.7779 26.2378 23.8441 26.1379C24.1089 25.6714 24.4398 25.2382 24.7707 24.8383C24.8038 24.805 24.8369 24.7383 24.87 24.705C25.2009 24.3051 25.5649 23.9386 25.962 23.572C29.1389 20.5397 33.4409 18.0738 32.5474 11.7093C31.7532 5.91116 27.2195 1.01276 21.4615 0.146377Z" fill="#3F3F40"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.9999 2.63143e-05C17.5453 2.60997e-05 15.5554 1.98987 15.5554 4.44447C15.5554 6.89907 17.5453 8.88892 19.9999 8.88892C22.4545 8.88892 24.4443 6.89907 24.4443 4.44447C24.4443 1.98987 22.4545 2.65289e-05 19.9999 2.63143e-05Z" fill="#3F3F40"/>
|
|
3
|
+
<path d="M19.9999 40C22.4443 40 24.4443 38 24.4443 35.5556L24.4443 17.7778C24.4443 15.3333 22.4443 13.3333 19.9999 13.3333C17.5554 13.3333 15.5554 15.3333 15.5554 17.7778L15.5554 35.5556C15.5554 38 17.5554 40 19.9999 40Z" fill="#3F3F40"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g id="_4_Null" data-name="4 Null"><path d="m491.37 67.14a32.89 32.89 0 0 0 -46.51-46.51l-43.5 43.5a240.72 240.72 0 0 0 -337.23 337.23l-43.5 43.5a32.89 32.89 0 0 0 46.51 46.51l43.5-43.5a240.72 240.72 0 0 0 337.23-337.23zm-410.29 188.86c0-96.45 78.47-174.92 174.92-174.92a173.94 173.94 0 0 1 98.19 30.23l-242.88 242.88a173.94 173.94 0 0 1 -30.23-98.19zm349.84 0c0 96.45-78.47 174.92-174.92 174.92a173.94 173.94 0 0 1 -98.19-30.23l242.88-242.88a173.94 173.94 0 0 1 30.23 98.19z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Capa_1" enable-background="new 0 0 510 510" height="512" viewBox="0 0 510 510" width="512" xmlns="http://www.w3.org/2000/svg"><g id="XMLID_1390_"><path id="XMLID_1410_" d="m255 0c-140.93 0-255 114.051-255 255 0 140.93 114.051 255 255 255 140.93 0 255-114.049 255-255 0-140.93-114.049-255-255-255zm0 480c-124.065 0-225-100.935-225-225s100.935-225 225-225 225 100.935 225 225-100.935 225-225 225z"/><path id="XMLID_1825_" d="m270 180h-30v150h75v-30h-45z"/><path id="XMLID_1826_" d="m375 300v-120h-30v150h75v-30z"/><path id="XMLID_1830_" d="m165 180c-24.814 0-45 20.186-45 45v105h30v-45h30v45h30v-105c0-24.814-20.186-45-45-45zm-15 75v-30c0-8.271 6.729-15 15-15s15 6.729 15 15v30z"/></g></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20 0C8.96 0 0 8.96 0 20C0 31.04 8.96 40 20 40C31.04 40 40 31.04 40 20C40 8.96 31.04 0 20 0ZM20 36C11.18 36 4 28.82 4 20C4 11.18 11.18 4 20 4C28.82 4 36 11.18 36 20C36 28.82 28.82 36 20 36ZM27.76 12.58L16 24.34L12.24 20.58C11.46 19.8 10.2 19.8 9.42 20.58C8.64 21.36 8.64 22.62 9.42 23.4L14.6 28.58C15.38 29.36 16.64 29.36 17.42 28.58L30.6 15.4C31.38 14.62 31.38 13.36 30.6 12.58C29.82 11.8 28.54 11.8 27.76 12.58V12.58Z" fill="#7B7B7B"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.98 0C8.94 0 0 8.96 0 20C0 31.04 8.94 40 19.98 40C31.04 40 40 31.04 40 20C40 8.96 31.04 0 19.98 0ZM20 36C11.16 36 4 28.84 4 20C4 11.16 11.16 4 20 4C28.84 4 36 11.16 36 20C36 28.84 28.84 36 20 36ZM19.56 10H19.44C18.64 10 18 10.64 18 11.44V20.88C18 21.58 18.36 22.24 18.98 22.6L27.28 27.58C27.96 27.98 28.84 27.78 29.24 27.1C29.66 26.42 29.44 25.52 28.74 25.12L21 20.52V11.44C21 10.64 20.36 10 19.56 10V10Z" fill="#7B7B7B"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20 0H5C2.25 0 0 2.25 0 5V35C0 37.75 2.25 40 5 40H35C37.75 40 40 37.75 40 35V20V5C40 2.12245 37.911 -8.87754e-09 35 0H20ZM35 33.05V20V7.5C35 6.047 34.0075 5 32.5 5H20H7.5C6.125 5 5 6.125 5 7.5V33.05C5 34.425 6.125 35.55 7.5 35.55H32.5C33.875 35.55 35 34.425 35 33.05Z" fill="#7B7B7B"/>
|
|
3
|
+
<path d="M27.5 10H12.5C11.125 10 10 11.125 10 12.5C10 13.875 11.125 15 12.5 15H27.5C28.875 15 30 13.875 30 12.5C30 11.125 28.875 10 27.5 10Z" fill="#7B7B7B"/>
|
|
4
|
+
<path d="M27.5 17.5H12.5C11.125 17.5 10 18.625 10 20C10 21.375 11.125 22.5 12.5 22.5H27.5C28.875 22.5 30 21.375 30 20C30 18.625 28.875 17.5 27.5 17.5Z" fill="#7B7B7B"/>
|
|
5
|
+
<path d="M27.5 25H12.5C11.125 25 10 26.125 10 27.5C10 28.875 11.125 30 12.5 30H27.5C28.875 30 30 28.875 30 27.5C30 26.125 28.875 25 27.5 25Z" fill="#7B7B7B"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.24324 15.5555C1.44865 15.5555 0 17.0444 0 18.8888C0 20.7333 1.44865 22.2222 3.24324 22.2222C5.03784 22.2222 6.48649 20.7333 6.48649 18.8888C6.48649 17.0444 5.03784 15.5555 3.24324 15.5555ZM3.24324 2.22217C1.44865 2.22217 0 3.71106 0 5.5555C0 7.39995 1.44865 8.88883 3.24324 8.88883C5.03784 8.88883 6.48649 7.39995 6.48649 5.5555C6.48649 3.71106 5.03784 2.22217 3.24324 2.22217ZM3.24324 28.8888C1.44865 28.8888 0 30.3999 0 32.2222C0 34.0444 1.47027 35.5555 3.24324 35.5555C5.01622 35.5555 6.48649 34.0444 6.48649 32.2222C6.48649 30.3999 5.03784 28.8888 3.24324 28.8888ZM11.8919 34.4444H37.8378C39.027 34.4444 40 33.4444 40 32.2222C40 30.9999 39.027 29.9999 37.8378 29.9999H11.8919C10.7027 29.9999 9.72973 30.9999 9.72973 32.2222C9.72973 33.4444 10.7027 34.4444 11.8919 34.4444ZM11.8919 21.1111H37.8378C39.027 21.1111 40 20.1111 40 18.8888C40 17.6666 39.027 16.6666 37.8378 16.6666H11.8919C10.7027 16.6666 9.72973 17.6666 9.72973 18.8888C9.72973 20.1111 10.7027 21.1111 11.8919 21.1111ZM9.72973 5.5555C9.72973 6.77772 10.7027 7.77772 11.8919 7.77772H37.8378C39.027 7.77772 40 6.77772 40 5.5555C40 4.33328 39.027 3.33328 37.8378 3.33328H11.8919C10.7027 3.33328 9.72973 4.33328 9.72973 5.5555Z" fill="#7B7B7B"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20 0C8.96 0 0 8.96 0 20C0 31.04 8.96 40 20 40C31.04 40 40 31.04 40 20C40 8.96 31.04 0 20 0ZM4 20C4 11.16 11.16 4 20 4C23.7 4 27.1 5.26 29.8 7.38L7.38 29.8C5.26 27.1 4 23.7 4 20ZM20 36C16.3 36 12.9 34.74 10.2 32.62L32.62 10.2C34.74 12.9 36 16.3 36 20C36 28.84 28.84 36 20 36Z" fill="#7B7B7B"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2676_46381)">
|
|
3
|
+
<path d="M32.5154 18.5714H29.4745V3.4L24.9131 4.85714V2.42857L32.0593 0H32.5154V18.5714Z" fill="#7B7B7B"/>
|
|
4
|
+
<path d="M19.2565 10.7143C19.2565 12.1429 19.1044 13.3571 18.8003 14.3571C18.4962 15.3571 18.0705 16.1714 17.5383 16.7857C16.991 17.4143 16.3372 17.8571 15.5617 18.1429C14.7863 18.4286 13.9348 18.5714 12.9769 18.5714C12.0342 18.5714 11.1828 18.4286 10.4073 18.1429C9.6319 17.8571 8.9629 17.4143 8.41553 16.7857C7.86816 16.1571 7.42723 15.3429 7.12313 14.3571C6.81904 13.3571 6.66699 12.1429 6.66699 10.7143V7.8C6.66699 6.37143 6.81904 5.15714 7.12313 4.15714C7.42723 3.15714 7.85296 2.35714 8.40033 1.74286C8.94769 1.12857 9.6167 0.685714 10.3921 0.414286C11.1524 0.142857 12.019 0 12.9617 0C13.9196 0 14.7711 0.142857 15.5465 0.414286C16.322 0.685714 16.991 1.12857 17.5383 1.74286C18.0857 2.35714 18.5114 3.15714 18.8155 4.15714C19.1196 5.15714 19.2717 6.35714 19.2717 7.8V10.7143H19.2565V10.7143ZM16.0483 7.34286C16.0483 6.42857 15.9723 5.65714 15.8506 5.02857C15.7138 4.4 15.5161 3.9 15.2424 3.51429C14.984 3.12857 14.6494 2.85714 14.2693 2.68571C13.8892 2.5 13.4483 2.41429 12.9617 2.41429C12.4752 2.41429 12.0342 2.5 11.6541 2.67143C11.274 2.84286 10.9395 3.11429 10.681 3.5C10.4225 3.88571 10.2097 4.38571 10.0728 5.01429C9.936 5.64286 9.87518 6.41429 9.87518 7.32857V11.1429C9.87518 12.0571 9.9512 12.8286 10.088 13.4571C10.2249 14.1 10.4378 14.6143 10.6962 15.0143C10.9547 15.4143 11.2892 15.7 11.6693 15.8857C12.0494 16.0714 12.4904 16.1571 12.9921 16.1571C13.4939 16.1571 13.9348 16.0714 14.3149 15.8857C14.6951 15.7 15.0144 15.4143 15.2728 15.0143C15.5313 14.6143 15.729 14.1 15.8658 13.4571C16.0027 12.8143 16.0635 12.0429 16.0635 11.1429V7.34286H16.0483V7.34286Z" fill="#7B7B7B"/>
|
|
5
|
+
<path d="M11.0916 37.5572L15.4401 33.1714C16.0179 32.6143 16.5348 32.0429 17.0214 31.4857C17.5079 30.9286 17.9185 30.3714 18.2682 29.8143C18.6179 29.2572 18.8916 28.7 19.0892 28.1429C19.2869 27.5857 19.3781 27.0143 19.3781 26.4572C19.3781 25.7 19.2413 25 18.9676 24.3714C18.6939 23.7429 18.2986 23.2143 17.7816 22.7857C17.2647 22.3429 16.6109 22.0143 15.8658 21.7714C15.0904 21.5429 14.2237 21.4286 13.2506 21.4286C12.2015 21.4286 11.2588 21.5857 10.4378 21.8857C9.6167 22.1857 8.91728 22.6143 8.36992 23.1429C7.80734 23.6714 7.38161 24.2857 7.09272 25C6.81904 25.6714 6.6822 26.3857 6.66699 27.1429H9.92079C9.936 26.7 9.99682 26.2857 10.1185 25.9C10.2553 25.4857 10.4682 25.1286 10.7266 24.8286C11.0003 24.5286 11.35 24.3 11.7606 24.1286C12.1711 23.9572 12.6728 23.8714 13.2202 23.8714C13.6916 23.8714 14.1021 23.9429 14.4518 24.0857C14.8015 24.2286 15.1056 24.4429 15.3489 24.7C15.5921 24.9572 15.7746 25.2714 15.9114 25.6286C16.0331 25.9857 16.1091 26.3714 16.1091 26.7857C16.1091 27.1 16.0635 27.4 15.9875 27.7143C15.8962 28.0286 15.7594 28.3572 15.5465 28.7143C15.3337 29.0714 15.06 29.4714 14.6951 29.9C14.3454 30.3286 13.9044 30.8286 13.3571 31.3714L7.0167 37.8714V40H20.1383V37.5572H11.0916Z" fill="#7B7B7B"/>
|
|
6
|
+
<path d="M34.7575 32.2086C34.4796 31.8426 34.1323 31.5072 33.6808 31.2175C33.2466 30.9278 32.7083 30.6838 32.0658 30.4856C32.5867 30.2721 33.0556 30.0282 33.455 29.7232C33.8544 29.4183 34.1844 29.0981 34.4449 28.7474C34.7054 28.3967 34.9137 28.046 35.0353 27.6648C35.1742 27.2989 35.2263 26.9177 35.2263 26.5517C35.2263 25.7131 35.07 24.966 34.7401 24.3256C34.4275 23.6852 33.976 23.1516 33.3856 22.7094C32.8125 22.2824 32.1179 21.947 31.3017 21.7335C30.5202 21.5353 29.6172 21.4286 28.6447 21.4286C27.6896 21.4286 26.8039 21.5506 26.0051 21.7945C25.1889 22.0537 24.4943 22.4044 23.9212 22.8466C23.3482 23.2888 22.8793 23.8072 22.5667 24.4171C22.2194 25.0117 22.0631 25.6826 22.0631 26.384H25.5015C25.5015 25.9876 25.5883 25.6369 25.7446 25.3319C25.9009 25.027 26.1267 24.7525 26.4045 24.5391C26.6997 24.3256 27.0297 24.1579 27.4117 24.0359C27.7938 23.9139 28.2106 23.8529 28.6794 23.8529C29.7388 23.8529 30.5202 24.0969 31.0412 24.5696C31.5622 25.0422 31.8053 25.7131 31.8053 26.5822C31.8053 26.9939 31.7358 27.3751 31.5969 27.7106C31.458 28.046 31.2322 28.3357 30.937 28.5797C30.6418 28.8236 30.2771 29.0066 29.8429 29.1438C29.4088 29.281 28.8878 29.342 28.2974 29.342H26.2656V31.7359H28.3148C28.9052 31.7359 29.4262 31.7969 29.895 31.9036C30.3639 32.0256 30.7633 32.1933 31.0933 32.4373C31.4232 32.6812 31.6837 32.9862 31.8574 33.3674C32.031 33.7333 32.1352 34.1907 32.1352 34.6939C32.1352 35.6392 31.8226 36.3559 31.2148 36.859C30.607 37.3622 29.7561 37.6062 28.6968 37.6062C28.1932 37.6062 27.7243 37.5452 27.3076 37.4079C26.8908 37.286 26.5435 37.103 26.2482 36.859C25.953 36.6151 25.7273 36.3406 25.571 36.0052C25.4147 35.6697 25.3279 35.3038 25.3279 34.9074H21.8721C21.8721 35.746 22.0631 36.4779 22.4278 37.1182C22.7925 37.7586 23.2961 38.2923 23.9212 38.7192C24.5464 39.1462 25.2584 39.4664 26.0746 39.6798C26.8908 39.8933 27.7417 40 28.6447 40C29.6346 40 30.5376 39.878 31.3885 39.6493C32.2394 39.4206 32.9688 39.0699 33.5766 38.6125C34.2018 38.1551 34.688 37.6062 35.0353 36.9353C35.3826 36.2796 35.5563 35.5173 35.5563 34.6786C35.5563 34.2365 35.4868 33.7943 35.3653 33.3674C35.2263 32.9862 35.0353 32.5897 34.7575 32.2086Z" fill="#7B7B7B"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_2676_46381">
|
|
10
|
+
<rect width="28.8889" height="40" fill="white" transform="translate(6.66699)"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.14814 0.102783C1.49145 0.102783 0.148438 1.4458 0.148438 3.10248V36.9099C0.148438 38.5666 1.49145 39.9096 3.14814 39.9096H36.9556C38.6123 39.9096 39.9553 38.5666 39.9553 36.9099V3.10248C39.9553 1.44579 38.6123 0.102783 36.9556 0.102783H3.14814ZM36.3881 9.6694H3.71565V36.3424H36.3881V9.6694ZM31.2805 5.0077C31.2805 5.74649 30.6816 6.3454 29.9428 6.3454C29.204 6.3454 28.6051 5.74649 28.6051 5.0077C28.6051 4.26891 29.204 3.66999 29.9428 3.66999C30.6816 3.66999 31.2805 4.26891 31.2805 5.0077ZM34.7261 6.3454C35.4649 6.3454 36.0638 5.74649 36.0638 5.0077C36.0638 4.26891 35.4649 3.66999 34.7261 3.66999C33.9873 3.66999 33.3884 4.26891 33.3884 5.0077C33.3884 5.74649 33.9873 6.3454 34.7261 6.3454Z" fill="#7B7B7B"/>
|
|
3
|
+
<path d="M28.069 21.1964H24.4772C24.2875 21.1964 24.1338 21.3502 24.1338 21.5398V25.1316C24.1338 25.3213 24.2875 25.4751 24.4772 25.4751H28.069C28.2587 25.4751 28.4124 25.3213 28.4124 25.1316V21.5398C28.4124 21.3502 28.2587 21.1964 28.069 21.1964Z" fill="#7B7B7B"/>
|
|
4
|
+
<path d="M28.069 14.9009H24.4772C24.2875 14.9009 24.1338 15.0546 24.1338 15.2443V18.8361C24.1338 19.0258 24.2875 19.1795 24.4772 19.1795H28.069C28.2587 19.1795 28.4124 19.0258 28.4124 18.8361V15.2443C28.4124 15.0546 28.2587 14.9009 28.069 14.9009Z" fill="#7B7B7B"/>
|
|
5
|
+
<path d="M28.069 27.4921H24.4772C24.2875 27.4921 24.1338 27.6458 24.1338 27.8355V31.4273C24.1338 31.617 24.2875 31.7707 24.4772 31.7707H28.069C28.2587 31.7707 28.4124 31.617 28.4124 31.4273V27.8355C28.4124 27.6458 28.2587 27.4921 28.069 27.4921Z" fill="#7B7B7B"/>
|
|
6
|
+
<path d="M21.7741 14.9009H18.1823C17.9926 14.9009 17.8389 15.0546 17.8389 15.2443V18.8361C17.8389 19.0258 17.9926 19.1795 18.1823 19.1795H21.7741C21.9638 19.1795 22.1175 19.0258 22.1175 18.8361V15.2443C22.1175 15.0546 21.9638 14.9009 21.7741 14.9009Z" fill="#7B7B7B"/>
|
|
7
|
+
<path d="M21.7741 21.1964H18.1823C17.9926 21.1964 17.8389 21.3502 17.8389 21.5398V25.1316C17.8389 25.3213 17.9926 25.4751 18.1823 25.4751H21.7741C21.9638 25.4751 22.1175 25.3213 22.1175 25.1316V21.5398C22.1175 21.3502 21.9638 21.1964 21.7741 21.1964Z" fill="#7B7B7B"/>
|
|
8
|
+
<path d="M15.4782 14.9011H11.8864C11.6967 14.9011 11.543 15.0549 11.543 15.2446V18.8363C11.543 19.026 11.6967 19.1798 11.8864 19.1798H15.4782C15.6679 19.1798 15.8216 19.026 15.8216 18.8363V15.2446C15.8216 15.0549 15.6679 14.9011 15.4782 14.9011Z" fill="#7B7B7B"/>
|
|
9
|
+
<path d="M15.4782 21.1964H11.8864C11.6967 21.1964 11.543 21.3502 11.543 21.5398V25.1316C11.543 25.3213 11.6967 25.4751 11.8864 25.4751H15.4782C15.6679 25.4751 15.8216 25.3213 15.8216 25.1316V21.5398C15.8216 21.3502 15.6679 21.1964 15.4782 21.1964Z" fill="#7B7B7B"/>
|
|
10
|
+
<path d="M15.4782 27.4921H11.8864C11.6967 27.4921 11.543 27.6458 11.543 27.8355V31.4273C11.543 31.617 11.6967 31.7707 11.8864 31.7707H15.4782C15.6679 31.7707 15.8216 31.617 15.8216 31.4273V27.8355C15.8216 27.6458 15.6679 27.4921 15.4782 27.4921Z" fill="#7B7B7B"/>
|
|
11
|
+
<path d="M21.7741 27.4921H18.1823C17.9926 27.4921 17.8389 27.6458 17.8389 27.8355V31.4273C17.8389 31.617 17.9926 31.7707 18.1823 31.7707H21.7741C21.9638 31.7707 22.1175 31.617 22.1175 31.4273V27.8355C22.1175 27.6458 21.9638 27.4921 21.7741 27.4921Z" fill="#7B7B7B"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="Icons" viewBox="0 0 60 60" width="512" height="512"><path d="M5,3V57a3,3,0,0,0,3,3H40.59A1.977,1.977,0,0,0,42,59.417L48.417,53A1.977,1.977,0,0,0,49,51.59V34.976h2a4,4,0,0,0,4-4V11a4,4,0,0,0-4-4H49V3a3,3,0,0,0-3-3H8A3,3,0,0,0,5,3ZM42,56.589V54a1,1,0,0,1,1-1h2.587ZM53,11V30.976a2,2,0,0,1-2,2H15a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2H51A2,2,0,0,1,53,11ZM7,3A1,1,0,0,1,8,2H46a1,1,0,0,1,1,1V7H15a4,4,0,0,0-4,4V30.976a4,4,0,0,0,4,4H47L47,51H43a3,3,0,0,0-3,3v4H8a1,1,0,0,1-1-1Z"/><path d="M21,14a3,3,0,0,1,3,3,1,1,0,0,0,2,0,5,5,0,1,0-5,5,3,3,0,1,1-3,3,1,1,0,0,0-2,0,5,5,0,1,0,5-5,3,3,0,0,1,0-6Z"/><path d="M33,12a5.006,5.006,0,0,0-5,5v8a4.992,4.992,0,0,0,7.753,4.167l.54.54a1,1,0,0,0,1.414-1.414l-.54-.54A4.969,4.969,0,0,0,38,25V17A5.006,5.006,0,0,0,33,12Zm1.707,13.293a1,1,0,0,0-1.414,1.414l.992.992A2.951,2.951,0,0,1,33,28a3,3,0,0,1-3-3V17a3,3,0,0,1,6,0v8a2.951,2.951,0,0,1-.3,1.285Z"/><path d="M43,13a1,1,0,0,0-2,0V28a2,2,0,0,0,2,2h6a1,1,0,0,0,0-2H43Z"/></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 7.55557C0 9.27705 1.41053 10.6667 3.15789 10.6667H10.5263V32.4445C10.5263 34.1659 11.9368 35.5556 13.6842 35.5556C15.4316 35.5556 16.8421 34.1659 16.8421 32.4445V10.6667H24.2105C25.9579 10.6667 27.3684 9.27705 27.3684 7.55557C27.3684 5.83409 25.9579 4.44446 24.2105 4.44446H3.15789C1.41053 4.44446 0 5.83409 0 7.55557ZM36.8421 14.8148H24.2105C22.4632 14.8148 21.0526 16.2045 21.0526 17.9259C21.0526 19.6474 22.4632 21.0371 24.2105 21.0371H27.3684V32.4445C27.3684 34.1659 28.7789 35.5556 30.5263 35.5556C32.2737 35.5556 33.6842 34.1659 33.6842 32.4445V21.0371H36.8421C38.5895 21.0371 40 19.6474 40 17.9259C40 16.2045 38.5895 14.8148 36.8421 14.8148Z" fill="#7B7B7B"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.1336 33.3355H22.7521V40H16.1336V33.3355ZM21.4615 0.146377C14.6445 -0.853296 8.62172 3.37865 6.80165 9.44333C6.20599 11.376 7.66205 13.3421 9.68067 13.3421H10.3425C11.6993 13.3421 12.7913 12.3757 13.2546 11.1095C14.3136 8.14376 17.4573 6.11109 20.8658 6.84419C24.0096 7.51063 26.326 10.6096 26.0613 13.8419C25.7304 18.3071 20.7004 19.2734 17.9537 23.4388C17.9537 23.4721 17.9206 23.4721 17.9206 23.5054C17.8875 23.572 17.8544 23.6054 17.8214 23.672C17.5235 24.1718 17.2257 24.7383 16.994 25.3381C16.961 25.4381 16.8948 25.5047 16.8617 25.6047C16.8286 25.6714 16.8286 25.738 16.7955 25.838C16.3984 26.9709 16.1336 28.3371 16.1336 30.0033H22.7521C22.7521 28.6037 23.1161 27.4374 23.6787 26.4378C23.7449 26.3378 23.7779 26.2378 23.8441 26.1379C24.1089 25.6714 24.4398 25.2382 24.7707 24.8383C24.8038 24.805 24.8369 24.7383 24.87 24.705C25.2009 24.3051 25.5649 23.9386 25.962 23.572C29.1389 20.5397 33.4409 18.0738 32.5474 11.7093C31.7532 5.91116 27.2195 1.01276 21.4615 0.146377Z" fill="#7B7B7B"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.9999 2.63143e-05C17.5453 2.60997e-05 15.5554 1.98987 15.5554 4.44447C15.5554 6.89907 17.5453 8.88892 19.9999 8.88892C22.4545 8.88892 24.4443 6.89907 24.4443 4.44447C24.4443 1.98987 22.4545 2.65289e-05 19.9999 2.63143e-05Z" fill="#7B7B7B"/>
|
|
3
|
+
<path d="M19.9999 40C22.4443 40 24.4443 38 24.4443 35.5556L24.4443 17.7778C24.4443 15.3333 22.4443 13.3333 19.9999 13.3333C17.5554 13.3333 15.5554 15.3333 15.5554 17.7778L15.5554 35.5556C15.5554 38 17.5554 40 19.9999 40Z" fill="#7B7B7B"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g id="_4_Null" data-name="4 Null"><path d="m491.37 67.14a32.89 32.89 0 0 0 -46.51-46.51l-43.5 43.5a240.72 240.72 0 0 0 -337.23 337.23l-43.5 43.5a32.89 32.89 0 0 0 46.51 46.51l43.5-43.5a240.72 240.72 0 0 0 337.23-337.23zm-410.29 188.86c0-96.45 78.47-174.92 174.92-174.92a173.94 173.94 0 0 1 98.19 30.23l-242.88 242.88a173.94 173.94 0 0 1 -30.23-98.19zm349.84 0c0 96.45-78.47 174.92-174.92 174.92a173.94 173.94 0 0 1 -98.19-30.23l242.88-242.88a173.94 173.94 0 0 1 30.23 98.19z"/></g></svg>
|
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M273.067 25.9339C273.067 16.5082 265.426 8.86719 256 8.86719C246.574 8.86719 238.933 16.5082 238.933 25.9339V94.2005C238.933 103.626 246.574 111.267 256 111.267C265.426 111.267 273.067 103.626 273.067 94.2005V25.9339Z" fill="black"/>
|
|
3
|
+
<path d="M155.575 48.2668C150.863 40.1042 140.425 37.3075 132.262 42.0204C124.1 46.7332 121.303 57.1708 126.016 65.3334L160.149 124.452C164.862 132.615 175.3 135.412 183.462 130.699C191.625 125.986 194.422 115.548 189.709 107.386L155.575 48.2668Z" fill="black"/>
|
|
4
|
+
<path d="M64.9941 126.362C56.8315 121.649 46.3939 124.445 41.6811 132.608C36.9682 140.771 39.7648 151.208 47.9275 155.921L107.046 190.054C115.209 194.767 125.647 191.971 130.359 183.808C135.072 175.645 132.276 165.208 124.113 160.495L64.9941 126.362Z" fill="black"/>
|
|
5
|
+
<path d="M25.6 239.268C16.1743 239.268 8.53332 246.909 8.53332 256.334C8.53332 265.76 16.1743 273.401 25.6 273.401H93.8667C103.292 273.401 110.933 265.76 110.933 256.334C110.933 246.909 103.292 239.268 93.8667 239.268H25.6Z" fill="black"/>
|
|
6
|
+
<path d="M47.9275 356.762C39.7648 361.475 36.9682 371.912 41.6811 380.075C46.3939 388.237 56.8315 391.034 64.9941 386.321L124.113 352.188C132.276 347.475 135.072 337.037 130.359 328.875C125.647 320.712 115.209 317.916 107.046 322.628L47.9275 356.762Z" fill="black"/>
|
|
7
|
+
<path d="M126.025 447.337C121.312 455.499 124.108 465.937 132.271 470.65C140.434 475.363 150.871 472.566 155.584 464.403L189.717 405.284C194.43 397.122 191.634 386.684 183.471 381.971C175.308 377.259 164.871 380.055 160.158 388.218L126.025 447.337Z" fill="black"/>
|
|
8
|
+
<path d="M238.933 486.734C238.933 496.16 246.574 503.801 256 503.801C265.426 503.801 273.067 496.16 273.067 486.734V418.467C273.067 409.042 265.426 401.401 256 401.401C246.574 401.401 238.933 409.042 238.933 418.467V486.734Z" fill="black"/>
|
|
9
|
+
<path d="M356.425 464.404C361.137 472.566 371.575 475.363 379.738 470.65C387.9 465.937 390.697 455.5 385.984 447.337L351.851 388.218C347.138 380.055 336.7 377.259 328.538 381.972C320.375 386.684 317.578 397.122 322.291 405.285L356.425 464.404Z" fill="black"/>
|
|
10
|
+
<path d="M447.006 386.304C455.169 391.017 465.606 388.22 470.319 380.058C475.032 371.895 472.235 361.457 464.073 356.744L404.954 322.611C396.791 317.898 386.353 320.695 381.641 328.858C376.928 337.02 379.724 347.458 387.887 352.171L447.006 386.304Z" fill="black"/>
|
|
11
|
+
<path d="M486.4 273.4C495.826 273.4 503.467 265.759 503.467 256.334C503.467 246.908 495.826 239.267 486.4 239.267H418.133C408.708 239.267 401.067 246.908 401.067 256.334C401.067 265.759 408.708 273.4 418.133 273.4H486.4Z" fill="black"/>
|
|
12
|
+
<path d="M464.073 155.904C472.235 151.191 475.032 140.753 470.319 132.591C465.606 124.428 455.168 121.632 447.006 126.344L387.887 160.478C379.724 165.191 376.928 175.628 381.641 183.791C386.353 191.953 396.791 194.75 404.954 190.037L464.073 155.904Z" fill="black"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="105" height="105" viewBox="0 0 105 105" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M90 57.5C90 58.8807 88.8807 60 87.5 60H30V72.5C30 73.8807 28.8807 75 27.5 75H17.5C16.1193 75 15 73.8807 15 72.5V47.5C15 46.1193 16.1193 45 17.5 45L75 45V15H30V27.5C30 28.8807 28.8807 30 27.5 30H17.5C16.1193 30 15 28.8807 15 27.5V2.5C15 1.11929 16.1193 0 17.5 0H87.5C88.8807 0 90 1.11929 90 2.5V57.5Z" fill="url(#paint0_linear_2269_145382)"/>
|
|
3
|
+
<path d="M90 102.5C90 103.881 88.8807 105 87.5 105H17.5C16.1193 105 15 103.881 15 102.5V92.5C15 91.1193 16.1193 90 17.5 90H75V77.5C75 76.1193 76.1193 75 77.5 75H86.875C88.6009 75 90 76.3991 90 78.125V102.5Z" fill="url(#paint1_linear_2269_145382)"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="paint0_linear_2269_145382" x1="15" y1="0" x2="90" y2="105" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop offset="0.244792" stop-color="#4B2480"/>
|
|
7
|
+
<stop offset="1" stop-color="#D6A0F6"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient id="paint1_linear_2269_145382" x1="15" y1="0" x2="90" y2="105" gradientUnits="userSpaceOnUse">
|
|
10
|
+
<stop offset="0.244792" stop-color="#4B2480"/>
|
|
11
|
+
<stop offset="1" stop-color="#D6A0F6"/>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg height="512" viewBox="0 0 48 48" width="512" xmlns="http://www.w3.org/2000/svg"><g id="_11_-_20" data-name="11 - 20"><g id="Research"><path d="m43.018 42.784-3.9-3.912a9.015 9.015 0 1 0 -4.243 4.242l3.911 3.9a2.994 2.994 0 1 0 4.236-4.233zm-16.968-2.834a7 7 0 1 1 9.9 0 7.007 7.007 0 0 1 -9.9 0zm15.55 5.65a1 1 0 0 1 -1.406 0l-3.581-3.573a8.489 8.489 0 0 0 1.414-1.413l3.573 3.586a.991.991 0 0 1 0 1.406z"/><path d="m25 44h-13a3 3 0 0 1 -3-3v-34a3 3 0 0 1 3-3h17.38a2.973 2.973 0 0 1 .62.067v5.933a3 3 0 0 0 3 3h5.923a3 3 0 0 1 .077.651v13.349a1 1 0 0 0 2 0v-13.349a4.975 4.975 0 0 0 -1.456-3.527l-6.62-6.651a4.965 4.965 0 0 0 -3.544-1.473h-17.38a5.006 5.006 0 0 0 -5 5v34a5.006 5.006 0 0 0 5 5h13a1 1 0 0 0 0-2zm12.594-33h-4.594a1 1 0 0 1 -1-1v-4.62z"/><path d="m14 13h11a1 1 0 0 0 0-2h-11a1 1 0 0 0 0 2z"/><path d="m34 17h-17a1 1 0 0 0 0 2h17a1 1 0 0 0 0-2z"/><path d="m35 23a1 1 0 0 0 -1-1h-20a1 1 0 0 0 0 2h20a1 1 0 0 0 1-1z"/><path d="m21 28a1 1 0 0 0 -1-1h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 1-1z"/><path d="m14 34h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2z"/><path d="m14 39h5a1 1 0 0 0 0-2h-5a1 1 0 0 0 0 2z"/><path d="m31 38a3 3 0 0 1 -3-3 1 1 0 0 0 -2 0 5.006 5.006 0 0 0 5 5 1 1 0 0 0 0-2z"/></g></g></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 491.52 491.52" style="enable-background:new 0 0 491.52 491.52;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M0,51.2v163.84h491.52V51.2H0z M471.04,194.56H20.48V71.68h450.56V194.56z"/>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
<g>
|
|
11
|
+
<g>
|
|
12
|
+
<polygon points="132.755,121.51 122.515,103.77 102.4,115.383 102.4,92.16 81.92,92.16 81.92,115.381 61.81,103.77 51.57,121.51
|
|
13
|
+
71.679,133.12 51.57,144.73 61.81,162.47 81.92,150.859 81.92,174.08 102.4,174.08 102.4,150.857 122.515,162.47 132.755,144.73
|
|
14
|
+
112.646,133.12 "/>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
<g>
|
|
18
|
+
<g>
|
|
19
|
+
<polygon points="235.155,121.51 224.915,103.77 204.8,115.383 204.8,92.16 184.32,92.16 184.32,115.381 164.21,103.77
|
|
20
|
+
153.97,121.51 174.079,133.12 153.97,144.73 164.21,162.47 184.32,150.859 184.32,174.08 204.8,174.08 204.8,150.857
|
|
21
|
+
224.915,162.47 235.155,144.73 215.046,133.12 "/>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
<g>
|
|
25
|
+
<g>
|
|
26
|
+
<polygon points="337.555,121.51 327.315,103.77 307.2,115.383 307.2,92.16 286.72,92.16 286.72,115.381 266.61,103.77
|
|
27
|
+
256.37,121.51 276.479,133.12 256.37,144.73 266.61,162.47 286.72,150.859 286.72,174.08 307.2,174.08 307.2,150.857
|
|
28
|
+
327.315,162.47 337.555,144.73 317.446,133.12 "/>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
<g>
|
|
32
|
+
<g>
|
|
33
|
+
<polygon points="439.955,121.51 429.715,103.77 409.6,115.383 409.6,92.16 389.12,92.16 389.12,115.381 369.01,103.77
|
|
34
|
+
358.77,121.51 378.879,133.12 358.77,144.73 369.01,162.47 389.12,150.859 389.12,174.08 409.6,174.08 409.6,150.857
|
|
35
|
+
429.715,162.47 439.955,144.73 419.846,133.12 "/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
<g>
|
|
39
|
+
<g>
|
|
40
|
+
<path d="M403.6,317.44H209.663C196.971,281.704,162.912,256,122.88,256c-50.815,0-92.16,41.34-92.16,92.16
|
|
41
|
+
c0,50.82,41.345,92.16,92.16,92.16c36.093,0,67.32-20.905,82.436-51.2h77.164l29.84,29.84l35.84-35.84l16.24,16.24h39.2
|
|
42
|
+
l40.96-40.96L403.6,317.44z M122.88,419.84c-39.525,0-71.68-32.16-71.68-71.68c0-39.52,32.155-71.68,71.68-71.68
|
|
43
|
+
s71.68,32.16,71.68,71.68C194.56,387.68,162.405,419.84,122.88,419.84z M395.12,378.88h-22.24l-24.72-24.72L312.32,390
|
|
44
|
+
l-21.36-21.36h-78.293c1.505-6.598,2.373-13.433,2.373-20.48c0-3.464-0.229-6.874-0.604-10.24H395.12l20.48,20.48L395.12,378.88z"
|
|
45
|
+
/>
|
|
46
|
+
</g>
|
|
47
|
+
</g>
|
|
48
|
+
<g>
|
|
49
|
+
<g>
|
|
50
|
+
<path d="M92.16,317.44c-16.94,0-30.72,13.78-30.72,30.72c0,16.94,13.78,30.72,30.72,30.72s30.72-13.78,30.72-30.72
|
|
51
|
+
C122.88,331.22,109.1,317.44,92.16,317.44z M92.16,358.4c-5.645,0-10.24-4.59-10.24-10.24c0-5.65,4.595-10.24,10.24-10.24
|
|
52
|
+
c5.645,0,10.24,4.59,10.24,10.24C102.4,353.81,97.805,358.4,92.16,358.4z"/>
|
|
53
|
+
</g>
|
|
54
|
+
</g>
|
|
55
|
+
<g>
|
|
56
|
+
</g>
|
|
57
|
+
<g>
|
|
58
|
+
</g>
|
|
59
|
+
<g>
|
|
60
|
+
</g>
|
|
61
|
+
<g>
|
|
62
|
+
</g>
|
|
63
|
+
<g>
|
|
64
|
+
</g>
|
|
65
|
+
<g>
|
|
66
|
+
</g>
|
|
67
|
+
<g>
|
|
68
|
+
</g>
|
|
69
|
+
<g>
|
|
70
|
+
</g>
|
|
71
|
+
<g>
|
|
72
|
+
</g>
|
|
73
|
+
<g>
|
|
74
|
+
</g>
|
|
75
|
+
<g>
|
|
76
|
+
</g>
|
|
77
|
+
<g>
|
|
78
|
+
</g>
|
|
79
|
+
<g>
|
|
80
|
+
</g>
|
|
81
|
+
<g>
|
|
82
|
+
</g>
|
|
83
|
+
<g>
|
|
84
|
+
</g>
|
|
85
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_1" enable-background="new 0 0 68 68" height="512" viewBox="0 0 68 68" width="512" xmlns="http://www.w3.org/2000/svg"><g id="_x34_2"><g><g><g><path d="m66 61.4v.2c0 1.4-1.1 3.8-2.7 3.8h-58.6c-1.5 0-2.6-2.4-2.7-3.8v-.2h.9l5.8-10c0-2 50.5-2 50.5 0l5.8 10z" fill="#1d2943"/></g><g><path d="m65.6 60.1-6.4-10.9c0-2-50.5-2-50.5 0l-6.3 10.9c-1 1.8.2 4 2.3 4h58.6c2.1 0 3.4-2.2 2.3-4z" fill="#4c5c75"/></g><g><path d="m61.1 61.7c-1.9-.3-3.8-.4-5.7-.5-1.8 0-3.9 0-5.7.2 1.8.3 3.9.4 5.7.5 1.9 0 3.8 0 5.7-.2z" fill="#fff"/></g><g><path d="m11.4 16h45.2c1.5 0 2.7 1.2 2.7 2.7v30.5h-50.6v-30.5c0-1.5 1.2-2.7 2.7-2.7z" fill="#4c5c75"/></g><g><g><path d="m8.7 18.7c0-.8.4-1.5 1-2 .8 4.2 7.4 28 49.6 32.6h-50.6z" fill="#1d2943"/></g></g><g><path d="m12.9 19.2h42.2c.6 0 1 .4 1 1v24.8c0 .6-.4 1-1 1h-42.2c-.6 0-1-.4-1-1v-24.8c0-.6.5-1 1-1z" fill="#fff"/></g><g><path d="m59.4 55.2-2.4-3.7c-.1-.2-.3-.3-.5-.3h-45.8c-.2 0-.4.1-.6.3l-2.1 3.7c-.2.4.1.9.6.9h50.2c.5.1.8-.5.6-.9z" fill="#1d2943"/></g><g><g><path d="m39.3 58.1h-11c-.2 0-.4.1-.6.3l-1.3 2.2c-.2.4.1.9.6.9h13.7c.5 0 .8-.6.5-1l-1.5-2.2c0-.1-.2-.2-.4-.2z" fill="#1d2943"/></g></g></g><g><g><path d="m11.9 45v-22c3.4 7 11.5 17.4 30.9 23.1h-29.9c-.5-.1-1-.5-1-1.1z" fill="#e3e7f0"/></g></g><g><path d="m14 32.2c-.4 1.9-.5 3.8-.5 5.7 0 1.8.1 3.9.5 5.7.4-1.8.5-3.9.5-5.7 0-1.9-.1-3.8-.5-5.7z" fill="#fff"/></g></g><g><g><g><g><path d="m28.1 25.3c-3.4 3.4-5 8.8-5.5 11.4-.2.8.5 1.4 1.2 1.2 2.6-.6 8-2.1 11.4-5.5z" fill="#ffd06c"/></g><g><path d="m29.5 26.6c-2.1 2.1-3 5.4-3.4 7-.1.5.3.9.8.8 1.6-.3 4.9-1.3 7-3.4z" fill="#febc1f"/></g></g><g><g><g><g><g><g><path d="m57.9 5c0-1.3-1.1-2.4-2.4-2.4-2.9 0-8.7 1.4-16.6 9.3l-11.8 11.8c-1.6 1.6 8 11.3 9.6 9.6l11.8-11.8c8-7.8 9.3-13.6 9.4-16.5z" fill="#e9e7fc"/></g><g><g><path d="m36.8 33.4 11.8-11.8c7.9-7.9 9.3-13.7 9.3-16.6 0 0-10.1 21.7-29.9 18.6-.2 0-.4-.1-.7-.1l-.2.2c-1.6 1.6 8.1 11.3 9.7 9.7z" fill="#dedffb"/></g></g><g><path d="m48.3 19.1c2.3-.6 4.5-2.8 5.2-5-1.6 2.1-2.6 3.2-5.2 5z" fill="#fff"/></g><g><g><path d="m56.1 11.5c1.4-2.8 1.7-5 1.8-6.5 0-1.3-1.1-2.4-2.4-2.4-1.5 0-3.7.4-6.5 1.8 1.3 2.3 4.8 5.8 7.1 7.1z" fill="#fa5f7f"/></g></g><g><g><path d="m56.1 11.5c-.5-.3-1-.6-1.5-1.1 2.2-3 3.3-5.4 3.3-5.4 0 .1-.1 1-.1 1.2-.2 1.4-.6 3.2-1.7 5.3z" fill="#f34b58"/></g></g></g><g><g><g><ellipse cx="43.3" cy="17.2" fill="#4c5c75" rx="2.5" ry="2.5" transform="matrix(.708 -.706 .706 .708 .478 35.608)"/></g><g><g><path d="m42 17.5c-.5-.5-.7-1.1-.7-1.8-.8 1-.7 2.4.2 3.3 1 1 2.6 1 3.6 0 .5-.5.7-1.1.7-1.8-.1.1-.1.2-.2.3-1 1-2.6 1-3.6 0z" fill="#1d2943"/></g></g><g><path d="m42.1 18.4c-.7-.7-.7-1.8 0-2.4.7-.7 1.8-.7 2.4 0 .7.7.7 1.8 0 2.4-.7.7-1.8.7-2.4 0z" fill="#57b3fe"/></g><g><g><path d="m42 17.5c-.2-.2-.3-.4-.4-.6-.1.6 0 1.1.5 1.6.7.7 1.8.7 2.4 0 .1-.1.2-.3.3-.4-.9.3-2 .1-2.8-.6z" fill="#5094ff"/></g></g></g></g><g><g><g><ellipse cx="48.8" cy="11.7" fill="#4c5c75" rx="3.2" ry="3.2" transform="matrix(.708 -.706 .706 .708 6.002 37.899)"/></g><g><g><path d="m47.2 12c-.6-.6-.9-1.4-.9-2.3-1 1.2-.9 3 .3 4.2s3.2 1.2 4.5 0c.6-.6.9-1.4.9-2.2-.1.1-.2.2-.3.3-1.2 1.3-3.2 1.3-4.5 0z" fill="#1d2943"/></g></g><g><path d="m47.3 13.2c-.9-.9-.9-2.2 0-3.1.8-.8 2.2-.8 3.1 0 .9.9.9 2.2 0 3.1s-2.3.9-3.1 0z" fill="#57b3fe"/></g><g><g><path d="m47.2 12c-.2-.2-.4-.5-.6-.8-.1.7.1 1.4.6 2 .9.9 2.2.9 3.1 0 .2-.2.3-.3.4-.5-1.1.5-2.5.3-3.5-.7z" fill="#5094ff"/></g></g></g></g></g><g><g><g><g><path d="m28.4 22.4-1.3 1.3c-1.6 1.6 8 11.3 9.6 9.6l1.3-1.3c-1.5 1.7-11.2-8-9.6-9.6z" fill="#c9cee2"/></g></g></g></g></g><g><path d="m40.1 21.4.2-.8c.1-.4-.1-.6-.5-.5l-.8.2c-1.6.5-3.3 1.6-4.5 3.2l-6.5 8.3c-.6.7 0 1.4.8.8l8.2-6.6c1.5-1.3 2.6-2.9 3.1-4.6z" fill="#fa5f7f"/></g><g><path d="m39.4 22.1.2-.8c.1-.4-.1-.6-.5-.5l-.8.2c-1.6.5-3.3 1.6-4.5 3.2l-6.6 8.2c-.6.7 0 1.4.8.8l8.2-6.6c1.6-1.2 2.7-2.8 3.2-4.5z" fill="#f34b58"/></g></g><g><g><g><g><path d="m29.2 15.3c.5-.4 1.1-.6 1.6-.7 2.6-.1 5.3.8 5.9 1.5.7.7-5.3 6.4-6.4 6.4-1.9-.2-5.7 0-7.7.1-.6 0-.8-.6-.4-1.1 1.9-1.8 5.6-4.9 7-6.2z" fill="#fa5f7f"/></g></g><g><g><path d="m45.2 31.3c.4-.5.6-1.1.7-1.6.1-2.6-.8-5.3-1.5-5.9-.7-.7-6.4 5.2-6.4 6.3.2 1.9 0 5.7-.1 7.7 0 .6.6.8 1.1.4 1.8-1.8 4.9-5.4 6.2-6.9z" fill="#fa5f7f"/></g></g></g><g><g><g><path d="m28.5 16.1c.5-.4 1.1-.6 1.6-.7 2.6-.1 5.3.8 5.9 1.5.7.7-5.3 6.4-6.4 6.4-1.9-.2-5.7 0-7.7.1-.6 0-.8-.6-.4-1.1 1.9-1.9 5.5-5 7-6.2z" fill="#f34b58"/></g></g><g><g><path d="m44.5 32c.4-.5.6-1.1.7-1.6.1-2.6-.8-5.3-1.5-5.9-.7-.7-6.4 5.3-6.4 6.4.2 1.9 0 5.7-.1 7.7 0 .6.6.8 1.1.4 1.8-1.9 4.9-5.5 6.2-7z" fill="#f34b58"/></g></g><g><path d="m43 27.6c.8 1.5.8 3.2 0 4.6 1.5-.8 1.5-3.6 0-4.6z" fill="#fff"/></g></g></g></g></g></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Capa_1" enable-background="new 0 0 512.004 512.004" height="512" viewBox="0 0 512.004 512.004" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m221.799 139.528c-2.922-4.879-8.353-7.68-14.024-7.249l-121.895 9.416c-12.341.954-23.334 7.422-30.162 17.748l-51.155 77.372c-5.177 7.831-6.001 17.63-2.203 26.214 3.797 8.584 11.602 14.565 20.877 16.002l98.84 15.309c.769.119 1.537.178 2.299.178 5.063-.001 9.853-2.568 12.636-6.922l84.557-132.283c3.063-4.793 3.151-10.905.23-15.785z" fill="#e45a6e"/><path d="m372.475 290.205c-4.88-2.922-10.993-2.833-15.785.23l-132.282 84.557c-5.009 3.202-7.654 9.06-6.745 14.935l15.308 98.84c1.437 9.276 7.419 17.08 16.004 20.878 3.57 1.579 7.35 2.358 11.112 2.358 5.281 0 10.528-1.538 15.101-4.561l77.373-51.156c10.326-6.826 16.795-17.82 17.747-30.162l9.416-121.894c.439-5.671-2.369-11.102-7.249-14.025z" fill="#d82e44"/><path d="m192.87 412.278c5.97 5.97 14.453 8.763 22.78 7.37 122.112-20.418 218.741-121.522 255.528-192.645 40.849-78.974 42.362-162.43 40.227-201.57-.732-13.412-11.423-24.103-24.835-24.835-39.14-2.134-122.595-.621-201.57 40.228-71.122 36.787-172.226 133.416-192.644 255.528-1.392 8.327 1.4 16.81 7.37 22.78z" fill="#f1f1fb"/><path d="m503.743 8.261-357.445 357.445 46.572 46.572c5.97 5.97 14.453 8.762 22.78 7.37 122.112-20.418 218.741-121.522 255.528-192.644 40.849-78.974 42.362-162.43 40.227-201.57-.366-6.706-3.222-12.732-7.662-17.173z" fill="#d7d6fb"/><path d="m350.731 236.238c-19.209.001-38.41-7.309-53.033-21.932-14.166-14.165-21.968-33-21.968-53.033s7.802-38.868 21.968-53.033c29.241-29.242 76.822-29.243 106.065 0 14.166 14.165 21.967 33 21.967 53.033s-7.801 38.868-21.967 53.033c-14.619 14.62-33.829 21.93-53.032 21.932zm-42.427-117.391h.01z" fill="#466288"/><path d="m92.356 296.354c-1.392 8.327 1.4 16.81 7.37 22.78l93.144 93.144c5.97 5.97 14.453 8.762 22.78 7.37 26.571-4.443 51.933-12.709 75.737-23.652l-175.379-175.378c-10.943 23.803-19.209 49.166-23.652 75.736z" fill="#466288"/><path d="m15.304 421.938c3.838 0 7.678-1.465 10.606-4.394l48.973-48.973c5.858-5.857 5.858-15.355 0-21.213-5.857-5.858-15.354-5.858-21.213 0l-48.972 48.973c-5.858 5.857-5.858 15.355 0 21.213 2.929 2.93 6.767 4.394 10.606 4.394z" fill="#fdb43a"/><path d="m119.764 392.24c-5.857-5.857-15.355-5.857-21.213 0l-94.154 94.154c-5.858 5.857-5.858 15.355 0 21.213 2.929 2.929 6.768 4.393 10.607 4.393s7.678-1.465 10.606-4.394l94.154-94.154c5.858-5.857 5.858-15.355 0-21.212z" fill="#fdb43a"/><path d="m164.645 437.121c-5.857-5.857-15.355-5.857-21.213 0l-48.972 48.972c-5.858 5.857-5.858 15.355 0 21.213 2.929 2.929 6.768 4.394 10.606 4.394s7.678-1.465 10.606-4.394l48.973-48.973c5.858-5.857 5.858-15.355 0-21.212z" fill="#f57a21"/><path d="m4.397 507.607c2.929 2.929 6.768 4.393 10.607 4.393s7.678-1.465 10.606-4.394l94.154-94.154c5.858-5.857 5.858-15.355 0-21.213z" fill="#f57a21"/><path d="m146.298 365.706 46.572 46.572c5.97 5.97 14.453 8.762 22.78 7.37 26.571-4.443 51.933-12.709 75.737-23.652l-87.689-87.689z" fill="#354a67"/><path d="m297.698 214.306c14.623 14.623 33.824 21.934 53.033 21.932 19.203-.002 38.413-7.313 53.032-21.932 14.166-14.166 21.967-33 21.967-53.033s-7.801-38.868-21.967-53.033z" fill="#354a67"/><path d="m350.73 116.295c-11.523 0-23.047 4.386-31.819 13.159-8.499 8.499-13.181 19.799-13.181 31.819s4.682 23.32 13.181 31.819c17.545 17.545 46.095 17.546 63.64 0 8.499-8.5 13.18-19.8 13.18-31.82s-4.681-23.32-13.18-31.819c-8.773-8.772-20.296-13.158-31.821-13.158z" fill="#4bbefd"/><path d="m382.55 129.454-63.639 63.639c17.545 17.545 46.095 17.546 63.639 0 8.499-8.5 13.18-19.8 13.18-31.82s-4.68-23.32-13.18-31.819z" fill="#0590fb"/></svg>
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="19" height="21" viewBox="0 0 19 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0.833333 19.1945L2.83767 20.3398C2.93831 20.3956 3.05159 20.4246 3.16667 20.4241C3.28326 20.4241 3.39796 20.3945 3.5 20.3381L5.5 19.1935C5.6012 19.1345 5.68521 19.05 5.74368 18.9485C5.80215 18.847 5.83306 18.7319 5.83333 18.6148V16.2335C5.83317 16.1162 5.80232 16.0009 5.74384 15.8993C5.68536 15.7976 5.6013 15.7129 5.5 15.6538L3.5 14.5115V13.4241C3.5 13.3357 3.53512 13.2509 3.59763 13.1884C3.66014 13.1259 3.74493 13.0908 3.83333 13.0908H9.16667V14.5115L7.16667 15.6548C7.06547 15.7138 6.98146 15.7983 6.92299 15.8998C6.86451 16.0013 6.83361 16.1163 6.83333 16.2335V18.6148C6.8335 18.7321 6.86435 18.8473 6.92283 18.949C6.9813 19.0507 7.06537 19.1353 7.16667 19.1945L9.171 20.3398C9.27165 20.3956 9.38493 20.4246 9.5 20.4241C9.6166 20.4241 9.73129 20.3945 9.83333 20.3381L11.8333 19.1935C11.9345 19.1345 12.0185 19.05 12.077 18.9485C12.1355 18.847 12.1664 18.7319 12.1667 18.6148V16.2335C12.1665 16.1162 12.1356 16.0009 12.0772 15.8993C12.0187 15.7976 11.9346 15.7129 11.8333 15.6538L9.83333 14.5115V13.0908H15.1667C15.2551 13.0908 15.3399 13.1259 15.4024 13.1884C15.4649 13.2509 15.5 13.3357 15.5 13.4241V14.5115L13.5 15.6548C13.3988 15.7138 13.3148 15.7983 13.2563 15.8998C13.1978 16.0013 13.1669 16.1163 13.1667 16.2335V18.6148C13.1668 18.7321 13.1977 18.8473 13.2562 18.949C13.3146 19.0507 13.3987 19.1353 13.5 19.1945L15.5043 20.3398C15.605 20.3956 15.7183 20.4246 15.8333 20.4241C15.9499 20.4241 16.0646 20.3945 16.1667 20.3381L18.1667 19.1935C18.2679 19.1345 18.3519 19.05 18.4103 18.9485C18.4688 18.847 18.4997 18.7319 18.5 18.6148V16.2335C18.4998 16.1162 18.469 16.0009 18.4105 15.8993C18.352 15.7976 18.268 15.7129 18.1667 15.6538L16.1667 14.5115V13.4241C16.1667 13.1589 16.0613 12.9046 15.8738 12.717C15.6862 12.5295 15.4319 12.4241 15.1667 12.4241H9.83333V11.3371L11.8333 10.1931C11.9344 10.1342 12.0183 10.0498 12.0768 9.94843C12.1353 9.84705 12.1662 9.73216 12.1667 9.61513V9.42413H14.1667C14.936 9.42468 15.6761 9.12968 16.2341 8.60008C16.792 8.07049 17.1253 7.34678 17.1648 6.5785C17.2044 5.81022 16.9474 5.05609 16.4468 4.47196C15.9462 3.88782 15.2403 3.51831 14.475 3.4398C14.3988 2.97071 14.1583 2.54399 13.7965 2.23582C13.4348 1.92766 12.9752 1.75811 12.5 1.75746C12.2035 1.75714 11.9108 1.82344 11.6433 1.95146C11.1824 1.36488 10.5664 0.919 9.86519 0.664279C9.16397 0.409557 8.40546 0.356157 7.67547 0.510119C6.94548 0.66408 6.27314 1.01926 5.73452 1.53547C5.1959 2.05169 4.81249 2.70834 4.62767 3.43113C3.8515 3.48425 3.12632 3.8368 2.60515 4.41441C2.08397 4.99202 1.80757 5.7495 1.83425 6.52703C1.86093 7.30455 2.18862 8.0413 2.74816 8.58182C3.30771 9.12234 4.05535 9.42435 4.83333 9.42413H6.83333V9.61513C6.83363 9.73241 6.86454 9.84758 6.923 9.94924C6.98147 10.0509 7.06546 10.1356 7.16667 10.1948L9.16667 11.3371V12.4241H3.83333C3.56812 12.4241 3.31376 12.5295 3.12623 12.717C2.93869 12.9046 2.83333 13.1589 2.83333 13.4241V14.5115L0.833333 15.6548C0.732134 15.7138 0.648127 15.7983 0.589654 15.8998C0.53118 16.0013 0.500273 16.1163 0.5 16.2335V18.6148C0.500165 18.7321 0.531018 18.8473 0.589494 18.949C0.647969 19.0507 0.732033 19.1353 0.833333 19.1945ZM9.5 16.9908L7.83533 16.0411L9.5 15.0908L11.1633 16.0418L9.5 16.9908ZM7.5 16.6165L9.16667 17.5681V19.5681L7.5 18.6141V16.6165ZM9.83333 19.5685V17.5685L11.5 16.6171V18.6171L9.83333 19.5685ZM15.8333 16.9908L14.1687 16.0411L15.8333 15.0908L17.4967 16.0418L15.8333 16.9908ZM13.8333 16.6165L15.5 17.5681V19.5681L13.8333 18.6141V16.6165ZM16.1667 19.5685V17.5685L17.8333 16.6171V18.6171L16.1667 19.5685ZM9.5 7.9908L7.83333 7.04113L9.5 6.0908L11.1667 7.04047L9.5 7.9908ZM9.83333 10.5685V8.56847L11.5 7.61713V9.61713L9.83333 10.5685ZM4.83333 8.75747C4.2145 8.75605 3.62156 8.50886 3.18498 8.07028C2.7484 7.63169 2.50392 7.03764 2.50533 6.4188C2.50675 5.79996 2.75394 5.20703 3.19252 4.77044C3.63111 4.33386 4.22516 4.08938 4.844 4.0908C4.85815 4.09063 4.87229 4.09141 4.88633 4.09313C4.89004 4.09255 4.89371 4.09177 4.89733 4.0908C5.27096 4.10082 5.63674 4.20026 5.964 4.3808C6.01327 4.40845 6.06884 4.42291 6.12533 4.4228C6.19918 4.4228 6.27093 4.39829 6.32933 4.3531C6.38773 4.30792 6.42948 4.24462 6.44802 4.17314C6.46655 4.10167 6.46083 4.02606 6.43175 3.95818C6.40267 3.89031 6.35187 3.83401 6.28733 3.79813C5.98417 3.63148 5.65439 3.5187 5.31267 3.4648C5.48617 2.8833 5.81556 2.3604 6.26512 1.95279C6.71468 1.54519 7.26725 1.26845 7.86292 1.15257C8.45858 1.03669 9.07461 1.08611 9.64419 1.29545C10.2138 1.5048 10.7152 1.86608 11.094 2.34013C10.9139 2.51709 10.7689 2.72656 10.6667 2.95746C10.6313 3.03845 10.6296 3.13014 10.6619 3.2124C10.6941 3.29465 10.7577 3.36074 10.8387 3.39613C10.8806 3.4148 10.9261 3.42434 10.972 3.42413C11.0369 3.42416 11.1004 3.40526 11.1547 3.36973C11.209 3.3342 11.2517 3.2836 11.2777 3.22413C11.3758 3.00014 11.5334 2.80728 11.7333 2.66646C11.7333 2.66646 11.7377 2.66646 11.7397 2.6638C11.9175 2.53944 12.1231 2.46058 12.3385 2.43412C12.5538 2.40765 12.7724 2.43439 12.975 2.51199C13.1777 2.58959 13.3582 2.71569 13.5008 2.87924C13.6434 3.04279 13.7437 3.23881 13.793 3.45013C13.2433 3.51874 12.7233 3.73792 12.2903 4.08346C12.2214 4.13881 12.1772 4.21927 12.1676 4.30717C12.1628 4.35069 12.1667 4.39472 12.1789 4.43675C12.1912 4.47878 12.2116 4.51799 12.239 4.55213C12.2664 4.58628 12.3003 4.61469 12.3386 4.63575C12.377 4.6568 12.4192 4.6701 12.4627 4.67486C12.5506 4.68449 12.6387 4.65881 12.7077 4.60347C13.1205 4.26983 13.6358 4.08877 14.1667 4.0908C14.7855 4.0908 15.379 4.33663 15.8166 4.77422C16.2542 5.2118 16.5 5.80529 16.5 6.42413C16.5 7.04297 16.2542 7.63646 15.8166 8.07405C15.379 8.51163 14.7855 8.75747 14.1667 8.75747H12.1667V7.23347C12.1664 7.11619 12.1355 7.00102 12.077 6.89936C12.0185 6.79769 11.9345 6.71305 11.8333 6.6538L9.82833 5.5078C9.7267 5.45259 9.61278 5.42392 9.49712 5.42444C9.38145 5.42496 9.2678 5.45467 9.16667 5.5108L7.16667 6.65547C7.06559 6.71444 6.98166 6.7988 6.9232 6.90017C6.86473 7.00155 6.83376 7.11644 6.83333 7.23347V8.75747H4.83333ZM7.5 7.61613L9.16667 8.5678V10.5678L7.5 9.6138V7.61613ZM3.16667 16.9908L1.502 16.0405L3.16667 15.0908L4.83 16.0418L3.16667 16.9908ZM1.16667 16.6158L2.83333 17.5675V19.5675L1.16667 18.6148V16.6158ZM3.5 19.5678V17.5678L5.16667 16.6165V18.6165L3.5 19.5678Z" fill="#3f3f40"/>
|
|
3
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="9" cy="9" r="9" fill="#5FD855"/>
|
|
3
|
+
<path d="M6.84803 11.7734L4.51813 9.28986C4.25627 9.01074 3.83326 9.01074 3.5714 9.28986C3.30953 9.56899 3.30953 10.0199 3.5714 10.299L6.37802 13.2907C6.63988 13.5698 7.06289 13.5698 7.32475 13.2907L14.4286 5.71849C14.6905 5.43936 14.6905 4.98847 14.4286 4.70934C14.1667 4.43022 13.7437 4.43022 13.4819 4.70934L6.84803 11.7734Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="9" cy="9" r="9" fill="#EE0202"/>
|
|
3
|
+
<path d="M13.3003 4.70648C13.0341 4.44027 12.6041 4.44027 12.3379 4.70648L9 8.03754L5.66212 4.69966C5.3959 4.43345 4.96587 4.43345 4.69966 4.69966C4.43345 4.96587 4.43345 5.3959 4.69966 5.66212L8.03754 9L4.69966 12.3379C4.43345 12.6041 4.43345 13.0341 4.69966 13.3003C4.96587 13.5666 5.3959 13.5666 5.66212 13.3003L9 9.96246L12.3379 13.3003C12.6041 13.5666 13.0341 13.5666 13.3003 13.3003C13.5666 13.0341 13.5666 12.6041 13.3003 12.3379L9.96246 9L13.3003 5.66212C13.5597 5.40273 13.5597 4.96587 13.3003 4.70648Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="9" cy="9" r="9" fill="#FFD335"/>
|
|
3
|
+
<path d="M8.99301 2.45459C5.37992 2.45459 2.4541 5.38695 2.4541 9.00004C2.4541 12.6131 5.37992 15.5455 8.99301 15.5455C12.6126 15.5455 15.545 12.6131 15.545 9.00004C15.545 5.38695 12.6126 2.45459 8.99301 2.45459ZM8.99956 14.2364C6.10647 14.2364 3.76319 11.8931 3.76319 9.00004C3.76319 6.10695 6.10647 3.76368 8.99956 3.76368C11.8926 3.76368 14.2359 6.10695 14.2359 9.00004C14.2359 11.8931 11.8926 14.2364 8.99956 14.2364ZM8.85556 5.72732H8.81628C8.55447 5.72732 8.34501 5.93677 8.34501 6.19859V9.28804C8.34501 9.51713 8.46283 9.73314 8.66574 9.85095L11.3821 11.4808C11.6046 11.6117 11.8926 11.5462 12.0236 11.3237C12.161 11.1011 12.089 10.8066 11.8599 10.6757L9.32683 9.17023V6.19859C9.32683 5.93677 9.11737 5.72732 8.85556 5.72732Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="9" cy="9" r="9" fill="#7B7B7B"/>
|
|
3
|
+
<g clip-path="url(#clip0_2559_79251)">
|
|
4
|
+
<path d="M14.25 9.75H3.75V8.25H14.25V9.75Z" fill="white"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_2559_79251">
|
|
8
|
+
<rect width="18" height="18" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m462.594 338.331c-13.197-7.618-29.614-4.73-39.531 6.04l-66.933-38.644v-99.454l66.927-38.64c4.066 4.434 9.307 7.637 15.259 9.232 2.756.738 5.554 1.104 8.333 1.104 5.544 0 11.016-1.454 15.945-4.3 7.401-4.273 12.695-11.173 14.907-19.428 2.213-8.255 1.077-16.877-3.195-24.279-4.273-7.401-11.173-12.696-19.428-14.908s-16.878-1.076-24.279 3.196c-7.401 4.273-12.695 11.173-14.907 19.428-1.595 5.952-1.441 12.092.365 17.831l-59.927 34.599v-24.466c0-22.927-45.758-35.435-93.13-36.558v-56.865c14.288-3.202 25-15.979 25-31.219 0-17.645-14.355-32-32-32s-32 14.355-32 32c0 15.24 10.712 28.017 25 31.219v56.864c-47.372 1.123-93.13 13.631-93.13 36.558v24.466l-59.927-34.599c1.806-5.738 1.961-11.879.366-17.831-2.212-8.255-7.506-15.155-14.907-19.428s-16.023-5.41-24.279-3.197c-8.255 2.212-15.155 7.506-19.429 14.908-8.82 15.279-3.567 34.886 11.712 43.707 4.931 2.847 10.401 4.3 15.945 4.3 2.779 0 5.577-.365 8.333-1.104 5.952-1.595 11.192-4.799 15.259-9.232l66.927 38.64v99.454l-66.927 38.64c-4.066-4.433-9.307-7.637-15.258-9.232-8.257-2.211-16.878-1.076-24.279 3.197s-12.695 11.173-14.907 19.428c-2.213 8.255-1.077 16.878 3.195 24.279 4.273 7.401 11.174 12.696 19.429 14.908 2.757.739 5.554 1.104 8.333 1.104 5.545 0 11.017-1.454 15.946-4.3 7.401-4.273 12.695-11.173 14.907-19.428 1.595-5.952 1.44-12.092-.366-17.831l59.927-34.599v24.466c0 22.927 45.758 35.436 93.13 36.559v56.864c-14.288 3.202-25 15.979-25 31.219 0 17.645 14.355 32 32 32s32-14.355 32-32c0-15.24-10.712-28.017-25-31.219v-56.864c47.372-1.123 93.13-13.631 93.13-36.559v-24.466l59.927 34.599c-1.806 5.738-1.961 11.878-.366 17.83 2.212 8.255 7.506 15.155 14.907 19.428 4.931 2.847 10.401 4.3 15.945 4.3 2.779 0 5.578-.365 8.334-1.104 8.256-2.212 15.155-7.506 19.429-14.908 8.82-15.276 3.567-34.883-11.712-43.705zm-24.995-207.956c2.773-1.601 5.85-2.418 8.969-2.418 1.562 0 3.137.206 4.687.621 4.643 1.244 8.523 4.222 10.927 8.385 4.962 8.593 2.007 19.621-6.587 24.583-4.162 2.403-9.011 3.043-13.655 1.797-4.643-1.244-8.523-4.222-10.927-8.384-4.963-8.595-2.008-19.623 6.586-24.584zm-356.611 24.582c-2.403 4.163-6.284 7.141-10.927 8.384-4.646 1.245-9.493.605-13.655-1.797-8.594-4.962-11.549-15.99-6.587-24.583 3.329-5.767 9.391-8.994 15.615-8.994 3.051 0 6.142.775 8.968 2.407 4.163 2.403 7.141 6.284 8.384 10.927 1.244 4.643.606 9.493-1.798 13.656zm1.798 215.742c-1.243 4.643-4.221 8.523-8.384 10.927-4.164 2.403-9.012 3.042-13.656 1.798-4.643-1.244-8.523-4.222-10.927-8.385-4.962-8.593-2.007-19.621 6.587-24.583 2.773-1.601 5.85-2.418 8.969-2.418 1.562 0 3.137.206 4.687.621 4.644 1.244 8.524 4.221 10.927 8.384s3.041 9.012 1.797 13.656zm155.214-329.699c0-9.925 8.075-18 18-18s18 8.075 18 18-8.075 18-18 18-18-8.075-18-18zm18 102c55.729 0 86.13 14.957 86.13 22.641s-30.401 22.642-86.13 22.642-86.13-14.957-86.13-22.642 30.401-22.641 86.13-22.641zm-86.13 42.289c18.417 11.212 52.411 16.994 86.13 16.994s67.713-5.782 86.13-16.994v40.591c0 7.685-30.401 22.641-86.13 22.641s-86.13-14.957-86.13-22.641zm0 60.239c18.417 11.212 52.411 16.994 86.13 16.994s67.713-5.782 86.13-16.994v40.592c0 7.685-30.401 22.641-86.13 22.641s-86.13-14.957-86.13-22.641zm104.13 225.472c0 9.925-8.075 18-18 18s-18-8.075-18-18 8.075-18 18-18 18 8.075 18 18zm-18-102c-55.729 0-86.13-14.957-86.13-22.642v-40.591c18.417 11.212 52.411 16.994 86.13 16.994s67.713-5.782 86.13-16.994v40.591c0 7.685-30.401 22.642-86.13 22.642zm206.181 6.038c-2.403 4.163-6.284 7.141-10.927 8.385-4.644 1.245-9.494.606-13.656-1.797-4.163-2.403-7.141-6.284-8.384-10.927-1.244-4.643-.605-9.493 1.798-13.656 3.329-5.767 9.39-8.995 15.615-8.995 3.05 0 6.141.776 8.967 2.407 8.594 4.962 11.549 15.99 6.587 24.583zm-276.285-159.549c1.097-3.707 4.988-5.822 8.698-4.726 5.717 1.691 12.121 3.141 19.034 4.307 3.812.643 6.382 4.254 5.738 8.066-.576 3.418-3.54 5.837-6.894 5.837-.387 0-.778-.032-1.173-.099-7.467-1.259-14.424-2.836-20.679-4.687-3.706-1.096-5.822-4.99-4.724-8.698zm0 60.24c1.097-3.707 4.988-5.822 8.698-4.726 5.718 1.692 12.122 3.141 19.034 4.306 3.812.643 6.381 4.254 5.738 8.066-.576 3.418-3.539 5.837-6.894 5.837-.387 0-.778-.032-1.173-.098-7.465-1.259-14.423-2.835-20.679-4.687-3.706-1.097-5.822-4.991-4.724-8.698zm33.47 67.886c-.576 3.418-3.54 5.837-6.894 5.837-.387 0-.778-.032-1.173-.099-7.467-1.259-14.424-2.836-20.679-4.687-3.707-1.097-5.823-4.991-4.726-8.699 1.097-3.707 4.988-5.821 8.698-4.726 5.717 1.691 12.121 3.141 19.034 4.307 3.814.643 6.384 4.255 5.74 8.067z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_1" enable-background="new 0 0 492 492" viewBox="0 0 492 492" xmlns="http://www.w3.org/2000/svg"><g><g><g><path d="m134.69 173.52c-55.24 0-98.51-22.21-98.51-50.56 0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76c0 18.85 34.96 39.04 86.99 39.04s86.99-20.18 86.99-39.04c0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76c0 28.35-43.27 50.56-98.51 50.56z"/></g><g><path d="m134.69 220.95c-55.24 0-98.51-22.21-98.51-50.56 0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76c0 18.85 34.96 39.04 86.99 39.04s86.99-20.18 86.99-39.04c0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76c0 28.35-43.27 50.56-98.51 50.56z"/></g><g><path d="m41.94 223.58c-3.18 0-5.76-2.58-5.76-5.76v-139.65c0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76v139.66c0 3.18-2.58 5.75-5.76 5.75z"/></g><g><path d="m134.69 268.38c-55.24 0-98.51-22.21-98.51-50.55 0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76c0 18.85 34.96 39.03 86.99 39.03s86.99-20.18 86.99-39.03v-143.35c0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76v143.34c0 28.35-43.27 50.56-98.51 50.56z"/></g><g><path d="m134.69 126.09c-55.24 0-98.51-22.21-98.51-50.55 0-28.35 43.27-50.55 98.51-50.55s98.51 22.21 98.51 50.55-43.27 50.55-98.51 50.55zm0-89.59c-23.86 0-46.24 4.46-63.03 12.57-15.23 7.35-23.96 17-23.96 26.46s8.73 19.11 23.96 26.47c16.79 8.11 39.17 12.57 63.03 12.57s46.24-4.47 63.03-12.57c15.23-7.35 23.96-17 23.96-26.46s-8.73-19.11-23.96-26.46c-16.79-8.12-39.17-12.58-63.03-12.58z"/></g></g><g><g><path d="m357.83 373.64c-55.24 0-98.51-22.21-98.51-50.55 0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76c0 18.85 34.96 39.04 86.99 39.04s86.99-20.18 86.99-39.04c0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76c0 28.34-43.27 50.55-98.51 50.55z"/></g><g><path d="m357.83 421.07c-55.24 0-98.51-22.21-98.51-50.56 0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76c0 18.85 34.96 39.04 86.99 39.04s86.99-20.18 86.99-39.04c0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76c0 28.35-43.27 50.56-98.51 50.56z"/></g><g><path d="m265.08 423.71c-3.18 0-5.76-2.58-5.76-5.76v-139.66c0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76v139.66c0 3.18-2.58 5.76-5.76 5.76z"/></g><g><path d="m357.83 468.5c-55.24 0-98.51-22.21-98.51-50.55 0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76c0 18.85 34.96 39.04 86.99 39.04s86.99-20.18 86.99-39.04v-143.35c0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76v143.34c0 28.35-43.27 50.56-98.51 50.56z"/></g><g><path d="m357.83 326.21c-55.24 0-98.51-22.21-98.51-50.55 0-28.35 43.27-50.55 98.51-50.55s98.51 22.21 98.51 50.55-43.27 50.55-98.51 50.55zm0-89.59c-23.86 0-46.24 4.46-63.03 12.57-15.23 7.35-23.96 17-23.96 26.46s8.73 19.11 23.96 26.46c16.79 8.11 39.17 12.57 63.03 12.57s46.24-4.46 63.03-12.57c15.23-7.36 23.96-17 23.96-26.46s-8.73-19.11-23.96-26.46c-16.79-8.11-39.17-12.57-63.03-12.57z"/></g></g><g><path d="m227 376.28h-75.78c-16.05 0-29.12-13.06-29.12-29.12v-46.39c0-3.18 2.58-5.76 5.76-5.76s5.76 2.58 5.76 5.76v46.39c0 9.7 7.89 17.6 17.6 17.6h75.78c3.18 0 5.76 2.58 5.76 5.76s-2.58 5.76-5.76 5.76zm127.73-177.72c-3.18 0-5.76-2.58-5.76-5.76v-44.45c0-9.7-7.89-17.6-17.59-17.6h-69.6c-3.18 0-5.76-2.58-5.76-5.76s2.58-5.76 5.76-5.76h69.6c16.05 0 29.11 13.06 29.11 29.12v44.45c0 3.18-2.58 5.76-5.76 5.76z"/></g><g><path d="m354.73 198.56c-2.06 0-3.96-1.1-4.99-2.88l-22.92-39.71c-1.59-2.75-.65-6.28 2.11-7.87s6.28-.65 7.87 2.11l17.94 31.07 17.94-31.07c1.59-2.75 5.11-3.7 7.87-2.11 2.75 1.59 3.7 5.11 2.11 7.87l-22.93 39.71c-1.04 1.78-2.94 2.88-5 2.88z"/></g><g><path d="m104.93 346.24c-.98 0-1.97-.25-2.87-.77-2.75-1.59-3.7-5.11-2.11-7.87l22.92-39.71c1.03-1.78 2.93-2.88 4.99-2.88s3.96 1.1 4.99 2.88l22.93 39.71c1.59 2.75.65 6.28-2.11 7.87s-6.28.65-7.87-2.11l-17.94-31.07-17.94 31.07c-1.06 1.85-3 2.88-4.99 2.88z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m106 329.985h120c8.284 0 15-6.716 15-14.999 0-8.284-6.716-14.999-15-14.999h-120c-8.284 0-15 6.715-15 14.999 0 8.283 6.716 14.999 15 14.999z"/><path d="m497 0h-482c-8.284 0-15 6.716-15 14.999v359.983c0 8.284 6.716 14.999 15 14.999h278.368c2.403 2.747 4.968 5.348 7.682 7.788v99.207c0 11.881 13.251 19.122 23.263 12.518l37.094-24.483 36.152 24.398c9.896 6.678 23.391-.395 23.391-12.433v-98.319c3.085-2.694 5.986-5.593 8.682-8.676h67.368c8.284 0 15-6.716 15-14.999v-359.983c0-8.283-6.716-14.999-15-14.999zm-196 330.485c0-33.358 27.14-60.497 60.5-60.497s60.5 27.139 60.5 60.497c0 33.132-26.956 60.497-60.5 60.497-33.51 0-60.5-27.324-60.5-60.497zm89.95 138.272-21.059-14.212c-5.023-3.389-11.595-3.425-16.654-.085l-22.187 14.644v-53.4c18.909 6.776 40.147 7.17 59.9.353zm91.05-108.774h-34.941c3.199-9.251 4.941-19.174 4.941-29.499 0-49.9-40.598-90.496-90.5-90.496s-90.5 40.597-90.5 90.497c0 10.324 1.742 20.248 4.941 29.499h-245.941v-329.985h452z"/><path d="m106 179.992c-8.284 0-15 6.715-15 14.999s6.716 14.999 15 14.999h60.05c8.284 0 15-6.716 15-14.999v-59.997c0-8.284-6.716-14.999-15-14.999h-45v-29.999h45c8.284 0 15-6.716 15-14.999s-6.716-14.999-15-14.999h-60c-8.284 0-15 6.716-15 14.999v59.997c0 8.284 6.716 14.999 15 14.999h45v29.999z"/><path d="m226 179.992c-8.284 0-15 6.715-15 14.999s6.716 14.999 15 14.999h60.05c8.284 0 15-6.716 15-14.999v-59.997c0-8.284-6.716-14.999-15-14.999h-45v-29.999h45c8.284 0 15-6.716 15-14.999s-6.716-14.999-15-14.999h-60c-8.284 0-15 6.716-15 14.999v59.997c0 8.284 6.716 14.999 15 14.999h45v29.999z"/><path d="m346.05 209.99h60c8.284 0 15-6.716 15-14.999v-29.999c0-8.284-6.716-14.999-15-14.999s-15 6.715-15 14.999v14.999h-30v-104.995c0-8.284-6.716-14.999-15-14.999s-15 6.716-15 14.999v119.994c0 8.285 6.716 15 15 15z"/><path d="m106 269.987h120c8.284 0 15-6.716 15-14.999 0-8.284-6.716-14.999-15-14.999h-120c-8.284 0-15 6.715-15 14.999s6.716 14.999 15 14.999z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_2" height="512" viewBox="0 0 64 64" width="512" xmlns="http://www.w3.org/2000/svg" data-name="Layer 2"><path d="m49 44h6.07a26 26 0 0 1 -49.07-12h-4a30 30 0 0 0 56 14.94v6.06h4v-13h-13z"/><path d="m15 20h-6.07a26 26 0 0 1 49.07 12h4a30 30 0 0 0 -56-14.94v-6.06h-4v13h13z"/><path d="m21.91 28.09-2.82 2.82 9.41 9.42 16.41-16.42-2.82-2.82-13.59 13.58z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_3" enable-background="new 0 0 64 64" height="512" viewBox="0 0 64 64" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m6 21h52v35h-52z" fill="#8892a0"/><path d="m9 24h46v29h-46z" fill="#c7e2fc"/><path d="m9 24v19.572c4.462 2.797 9.782 4.428 15.5 4.428 14.51 0 26.479-10.466 28.262-24z" fill="#ebf7fe"/><path d="m62 56h-60v4c0 1.105.895 2 2 2h56c1.105 0 2-.895 2-2z" fill="#4d5d7a"/><path d="m13 35h14v14h-14z" fill="#c66b60"/><path d="m13 17h14v14h-14z" fill="#78b75b"/><g fill="#fff"><path d="m19 29c.014 0 .028 0 .042-.001.33-.014.631-.189.806-.469l5-8-1.695-1.061-4.228 6.764-2.125-2.833-1.6 1.2 3 4c.19.253.486.4.8.4z"/><path d="m23.293 37.293-3.293 3.293-3.293-3.293-1.414 1.414 3.293 3.293-3.293 3.293 1.414 1.414 3.293-3.293 3.293 3.293 1.414-1.414-3.293-3.293 3.293-3.293z"/></g><g><path d="m51 34c0-3.314-2.686-6-6-6s-6 2.686-6 6 2.686 6 6 6 6-2.686 6-6zm-9 0c0-1.657 1.343-3 3-3s3 1.343 3 3-1.343 3-3 3-3-1.343-3-3z" fill="#8892a0"/></g><path d="m47 24h4v-2.231c1.003-.228 1.94-.624 2.785-1.156l1.579 1.579 2.828-2.828-1.579-1.579c.532-.845.928-1.782 1.156-2.785h2.231v-4h-2.231c-.228-1.003-.624-1.94-1.156-2.785l1.579-1.579-2.828-2.828-1.579 1.579c-.845-.532-1.782-.928-2.785-1.156v-2.231h-4v2.231c-1.003.228-1.94.624-2.785 1.156l-1.579-1.579-2.828 2.828 1.579 1.579c-.532.845-.928 1.782-1.156 2.785h-2.231v4h2.231c.228 1.003.624 1.94 1.156 2.785l-1.579 1.579 2.828 2.828 1.579-1.579c.845.532 1.782.928 2.785 1.156zm-4-11c0-3.314 2.686-6 6-6s6 2.686 6 6-2.686 6-6 6-6-2.686-6-6z" fill="#4d5d7a"/><g><path d="m37 33h2v2h-2z" fill="#8892a0"/></g><g><path d="m51 33h2v2h-2z" fill="#8892a0"/></g><g><path d="m44 40h2v2h-2z" fill="#8892a0"/></g><g><path d="m44 26h2v2h-2z" fill="#8892a0"/></g><g><path d="m48.828 37.657h2v2.343h-2z" fill="#8892a0" transform="matrix(.707 -.707 .707 .707 -12.862 46.607)"/></g><g><path d="m39.172 28h2v2.343h-2z" fill="#8892a0" transform="matrix(.707 -.707 .707 .707 -8.861 36.95)"/></g><g><path d="m48.657 28.171h2.343v2h-2.343z" fill="#8892a0" transform="matrix(.707 -.707 .707 .707 -6.031 43.786)"/></g><g><path d="m39 37.829h2.343v2h-2.343z" fill="#8892a0" transform="matrix(.707 -.707 .707 .707 -15.69 39.787)"/></g><g><g><path d="m38 34c0-3.859 3.14-7 7-7s7 3.141 7 7-3.14 7-7 7-7-3.141-7-7zm12 0c0-2.757-2.243-5-5-5s-5 2.243-5 5 2.243 5 5 5 5-2.243 5-5z" fill="#4d5d7a"/></g></g></g></svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2559_79279)">
|
|
3
|
+
<path d="M1.4 6.84235C1.4 5.21135 2.114 3.74835 3.234 2.72635L4.305 3.79735C4.522 4.01435 4.9 3.86035 4.9 3.54535V0.542354C4.9 0.346354 4.746 0.192354 4.55 0.192354H1.547C1.232 0.192354 1.078 0.570354 1.302 0.787354L2.24 1.73235C0.868 3.00635 0 4.81935 0 6.84235C0 10.1674 2.324 12.9534 5.432 13.6674C5.873 13.7654 6.3 13.4364 6.3 12.9814C6.3 12.6524 6.069 12.3724 5.747 12.2954C3.262 11.7284 1.4 9.50235 1.4 6.84235ZM14 6.84235C14 3.51735 11.676 0.731354 8.568 0.0173538C8.127 -0.0806462 7.7 0.248354 7.7 0.703354C7.7 1.03235 7.931 1.31235 8.253 1.38935C10.738 1.95635 12.6 4.18235 12.6 6.84235C12.6 8.47335 11.886 9.93635 10.766 10.9584L9.695 9.88735C9.478 9.67035 9.1 9.82435 9.1 10.1394V13.1424C9.1 13.3384 9.254 13.4924 9.45 13.4924H12.453C12.768 13.4924 12.922 13.1144 12.698 12.8974L11.76 11.9524C13.132 10.6784 14 8.86535 14 6.84235Z" fill="black" fill-opacity="0.54"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.79971 6.08294L6.77426 6.09887C6.78279 6.09353 6.79139 6.08844 6.80006 6.08358L6.79971 6.08294ZM7.39164 7.25791C7.40012 7.2526 7.40844 7.24711 7.41659 7.24143L7.41693 7.24208L7.39164 7.25791Z" fill="black" fill-opacity="0.54"/>
|
|
5
|
+
<path d="M3.13471 8.37809C3.42577 8.21509 3.78654 8.32749 3.95205 8.63833C4.11757 8.94917 4.02696 9.34413 3.75124 9.53593L3.13471 8.37809Z" fill="black" fill-opacity="0.54"/>
|
|
6
|
+
<path d="M3.72613 9.55251C3.43092 9.73732 3.05343 9.62765 2.88299 9.30756C2.71255 8.98747 2.8137 8.57818 3.10891 8.39337C3.11744 8.38803 3.12604 8.38294 3.13471 8.37809L3.75124 9.53593C3.74304 9.54164 3.73466 9.54717 3.72613 9.55251Z" fill="black" fill-opacity="0.54"/>
|
|
7
|
+
<path d="M7.07366 4.68074C6.73277 4.68074 6.45643 4.38112 6.45643 4.01151C6.45643 4.00083 6.45667 3.99021 6.45712 3.97965H7.69019C7.69065 3.99021 7.69088 4.00083 7.69088 4.01151C7.69088 4.38112 7.41454 4.68074 7.07366 4.68074Z" fill="black" fill-opacity="0.54"/>
|
|
8
|
+
<path d="M7.69019 3.97965H6.45712C6.47246 3.62484 6.74263 3.34229 7.07366 3.34229C7.40469 3.34229 7.67485 3.62484 7.69019 3.97965Z" fill="black" fill-opacity="0.54"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.69019 3.97965C7.69065 3.99021 7.69088 4.00083 7.69088 4.01151V3.97965H7.69019ZM6.45643 4.01151C6.45643 4.00083 6.45667 3.99021 6.45712 3.97965H6.45643V4.01151Z" fill="black" fill-opacity="0.54"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.07366 4.68074C6.73277 4.68074 6.45643 4.38112 6.45643 4.01151V6.29783L6.77426 6.09887C6.72216 6.1315 6.67602 6.17117 6.63644 6.21606C6.68444 6.16383 6.74034 6.12016 6.80204 6.08732L6.80006 6.08358C7.09112 5.92059 7.45189 6.03299 7.6174 6.34383C7.65448 6.41347 7.67871 6.48733 7.69088 6.56219V4.01151C7.69088 4.38112 7.41454 4.68074 7.07366 4.68074ZM7.69019 6.65656H7.69088V6.56219C7.72634 6.7803 7.65943 7.00683 7.5099 7.16187C7.62171 7.04074 7.69088 6.87335 7.69088 6.68843C7.69088 6.67775 7.69065 6.66713 7.69019 6.65656ZM6.45643 6.29783L3.13436 8.37744L3.13471 8.37809C3.42577 8.21509 3.78654 8.32749 3.95205 8.63833C4.11757 8.94917 4.02696 9.34413 3.75124 9.53593L3.75159 9.53658L7.32352 7.30056C7.24713 7.33727 7.16259 7.35766 7.07366 7.35766C6.73277 7.35766 6.45643 7.05804 6.45643 6.68843C6.45643 6.67775 6.45667 6.66713 6.45712 6.65656H6.45643V6.29783ZM7.41693 7.24208L7.41659 7.24143C7.40844 7.24711 7.40012 7.2526 7.39164 7.25791L7.41693 7.24208Z" fill="black" fill-opacity="0.54"/>
|
|
11
|
+
<path d="M7.07366 6.0192C7.40469 6.0192 7.67485 6.30176 7.69019 6.65656H7.10516L6.80204 6.08732C6.884 6.0437 6.97619 6.0192 7.07366 6.0192Z" fill="black" fill-opacity="0.54"/>
|
|
12
|
+
<path d="M7.69019 6.65656C7.69065 6.66713 7.69088 6.67775 7.69088 6.68843C7.69088 6.87335 7.62171 7.04074 7.5099 7.16187C7.48169 7.19111 7.45055 7.21781 7.41659 7.24143L7.10516 6.65656H7.69019Z" fill="black" fill-opacity="0.54"/>
|
|
13
|
+
<path d="M6.46589 6.65656H7.10516L7.41659 7.24143C7.40844 7.24711 7.40012 7.2526 7.39164 7.25791L7.39148 7.25801L7.39132 7.25811L7.39121 7.25818C7.39122 7.25818 7.3912 7.25819 7.39121 7.25818C7.35439 7.2812 7.3163 7.29965 7.27748 7.31367C7.00513 7.41211 6.69748 7.29313 6.54834 7.01306C6.48851 6.9007 6.46215 6.77734 6.46589 6.65656Z" fill="black" fill-opacity="0.54"/>
|
|
14
|
+
<path d="M7.07366 7.35766C6.73277 7.35766 6.45643 7.05804 6.45643 6.68843C6.45643 6.67775 6.45667 6.66713 6.45712 6.65656H6.46589C6.46215 6.77734 6.48851 6.9007 6.54834 7.01306C6.69748 7.29313 7.00513 7.41211 7.27748 7.31367C7.3163 7.29965 7.35439 7.2812 7.39121 7.25818L7.32352 7.30056C7.24713 7.33727 7.16259 7.35766 7.07366 7.35766Z" fill="black" fill-opacity="0.54"/>
|
|
15
|
+
<path d="M6.45712 6.65656C6.46455 6.48487 6.53164 6.33009 6.63644 6.21606C6.53051 6.33619 6.47094 6.49404 6.46589 6.65656H6.45712Z" fill="black" fill-opacity="0.54"/>
|
|
16
|
+
<path d="M6.63644 6.21606C6.68444 6.16383 6.74034 6.12016 6.80204 6.08732L7.10516 6.65656H6.46589C6.47094 6.49404 6.53051 6.33619 6.63644 6.21606Z" fill="black" fill-opacity="0.54"/>
|
|
17
|
+
<path d="M6.45712 6.65656H6.45643V6.29783L6.77426 6.09887C6.72216 6.1315 6.67602 6.17117 6.63644 6.21606C6.53164 6.33009 6.46455 6.48487 6.45712 6.65656Z" fill="black" fill-opacity="0.54"/>
|
|
18
|
+
<path d="M6.80006 6.08358C7.09112 5.92059 7.45189 6.03299 7.6174 6.34383C7.65448 6.41347 7.67871 6.48733 7.69088 6.56219V6.65656H7.69019C7.67485 6.30176 7.40469 6.0192 7.07366 6.0192C6.97619 6.0192 6.884 6.0437 6.80204 6.08732L6.80006 6.08358Z" fill="black" fill-opacity="0.54"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2559_79279">
|
|
22
|
+
<rect width="14" height="14" fill="white"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_1" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g><g><path d="m128 272c-8.837 0-16-7.164-16-16s7.163-16 16-16c8.822 0 16-7.178 16-16v-80c0-26.467 21.532-48 48-48h8c8.837 0 16 7.164 16 16s-7.163 16-16 16h-8c-8.822 0-16 7.178-16 16v80c0 26.467-21.532 48-48 48z" fill="#23aae6"/></g><g><path d="m200 416h-8c-26.468 0-48-21.533-48-48v-80c0-8.822-7.178-16-16-16-8.837 0-16-7.164-16-16s7.163-16 16-16c26.468 0 48 21.533 48 48v80c0 8.822 7.178 16 16 16h8c8.837 0 16 7.164 16 16s-7.163 16-16 16z" fill="#23aae6"/></g><g><path d="m320 416h-8c-8.837 0-16-7.164-16-16s7.163-16 16-16h8c8.822 0 16-7.178 16-16v-80c0-26.467 21.532-48 48-48 8.837 0 16 7.164 16 16s-7.163 16-16 16c-8.822 0-16 7.178-16 16v80c0 26.467-21.532 48-48 48z" fill="#23aae6"/></g><g><g><path d="m112 336h-80c-8.837 0-16-7.163-16-16v-128c0-8.837 7.163-16 16-16h80c8.837 0 16 7.163 16 16v128c0 8.837-7.163 16-16 16z" fill="#5faa46"/></g><g><path d="m32 336c-8.837 0-16-7.164-16-16v-128c0-8.836 7.163-16 16-16h80c8.837 0 16 7.164 16 16s-7.163 16-16 16h-64v112c0 8.836-7.163 16-16 16z" fill="#91c83c"/></g></g><g><g><path d="m480 336h-80c-8.837 0-16-7.163-16-16v-128c0-8.837 7.163-16 16-16h80c8.837 0 16 7.163 16 16v128c0 8.837-7.163 16-16 16z" fill="#5ad7ff"/></g><g><path d="m400 336c-8.837 0-16-7.164-16-16v-128c0-8.836 7.163-16 16-16h80c8.837 0 16 7.164 16 16s-7.163 16-16 16h-64v112c0 8.836-7.163 16-16 16z" fill="#a5ffff"/></g></g><g><g><path d="m296 192h-80c-8.837 0-16-7.163-16-16v-128c0-8.837 7.163-16 16-16h80c8.837 0 16 7.163 16 16v128c0 8.837-7.163 16-16 16z" fill="#804b8f"/></g><g><path d="m216 192c-8.837 0-16-7.164-16-16v-128c0-8.836 7.163-16 16-16h80c8.837 0 16 7.164 16 16s-7.163 16-16 16h-64v112c0 8.836-7.163 16-16 16z" fill="#9b5faa"/></g></g><g><g><path d="m296 480h-80c-8.837 0-16-7.163-16-16v-128c0-8.837 7.163-16 16-16h80c8.837 0 16 7.163 16 16v128c0 8.837-7.163 16-16 16z" fill="#804b8f"/></g><g><path d="m216 480c-8.837 0-16-7.164-16-16v-128c0-8.836 7.163-16 16-16h80c8.837 0 16 7.164 16 16s-7.163 16-16 16h-64v112c0 8.836-7.163 16-16 16z" fill="#9b5faa"/></g></g></g></svg>
|
|
Binary file
|