@altimateai/ui-components 0.0.79 → 0.0.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/0~315.js +46635 -0
- package/dist/0~315.js.LICENSE.txt +73 -0
- package/dist/0~315.js.map +1 -0
- package/dist/131.js +14352 -0
- package/dist/131.js.map +1 -0
- package/dist/3~315.js +46635 -0
- package/dist/3~315.js.LICENSE.txt +73 -0
- package/dist/3~315.js.map +1 -0
- package/dist/582.js +1299 -0
- package/dist/582.js.map +1 -0
- package/dist/assets/icons/index.d.ts +45 -110
- package/dist/assets/icons/index.d.ts.map +1 -0
- package/dist/chatbotV2.js +5233 -0
- package/dist/chatbotV2.js.map +1 -0
- package/dist/components/api/index.d.ts +7 -0
- package/dist/components/api/index.d.ts.map +1 -0
- package/dist/components/api/useMutation.d.ts +12 -0
- package/dist/components/api/useMutation.d.ts.map +1 -0
- package/dist/components/api/useQuery.d.ts +12 -0
- package/dist/components/api/useQuery.d.ts.map +1 -0
- package/dist/components/chatbotV2/ChatProvider.d.ts +17 -0
- package/dist/components/chatbotV2/ChatProvider.d.ts.map +1 -0
- package/dist/components/chatbotV2/Chatbot.d.ts +4 -0
- package/dist/components/chatbotV2/Chatbot.d.ts.map +1 -0
- package/dist/components/chatbotV2/HelloMessageSample.d.ts +3 -0
- package/dist/components/chatbotV2/HelloMessageSample.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/action-buttons/DownloadMessage.d.ts +9 -0
- package/dist/components/chatbotV2/components/action-buttons/DownloadMessage.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/action-buttons/ShareMessage.d.ts +9 -0
- package/dist/components/chatbotV2/components/action-buttons/ShareMessage.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/artifacts/Artifacts.d.ts +8 -0
- package/dist/components/chatbotV2/components/artifacts/Artifacts.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/artifacts/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/artifacts/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/attachmentList/AttachmentList.d.ts +8 -0
- package/dist/components/chatbotV2/components/attachmentList/AttachmentList.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/attachmentList/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/attachmentList/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/cancelGenerationButton/CancelGenerationButton.d.ts +3 -0
- package/dist/components/chatbotV2/components/cancelGenerationButton/CancelGenerationButton.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/cancelGenerationButton/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/cancelGenerationButton/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatFeedbackActions.d.ts +8 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatFeedbackActions.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatLastMessageActions.d.ts +8 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatLastMessageActions.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatMessageActions.d.ts +10 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatMessageActions.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatMessageEndActions.d.ts +9 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatMessageEndActions.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/index.d.ts +4 -0
- package/dist/components/chatbotV2/components/chatMessageActions/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatTriggerLink/ChatTriggerLink.d.ts +7 -0
- package/dist/components/chatbotV2/components/chatTriggerLink/ChatTriggerLink.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/citations/Citations.d.ts +28 -0
- package/dist/components/chatbotV2/components/citations/Citations.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/coachAI/CoachAI.d.ts +2 -0
- package/dist/components/chatbotV2/components/coachAI/CoachAI.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/coachAI/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/coachAI/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/contextPanel/ContextPanel.d.ts +13 -0
- package/dist/components/chatbotV2/components/contextPanel/ContextPanel.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/contextPanel/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/contextPanel/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/emailDialog/EmailDialog.d.ts +10 -0
- package/dist/components/chatbotV2/components/emailDialog/EmailDialog.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/entityItem/EntityItem.d.ts +7 -0
- package/dist/components/chatbotV2/components/entityItem/EntityItem.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/entityItem/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/entityItem/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/followup/Followup.d.ts +3 -0
- package/dist/components/chatbotV2/components/followup/Followup.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/index.d.ts +18 -0
- package/dist/components/chatbotV2/components/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/interactionPrompt/InteractionPrompt.d.ts +8 -0
- package/dist/components/chatbotV2/components/interactionPrompt/InteractionPrompt.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/interactionPrompt/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/interactionPrompt/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/loadingIndicator/LoadingIndicator.d.ts +3 -0
- package/dist/components/chatbotV2/components/loadingIndicator/LoadingIndicator.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/loadingIndicator/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/loadingIndicator/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/messageItem/MessageItem.d.ts +12 -0
- package/dist/components/chatbotV2/components/messageItem/MessageItem.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/messageItem/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/messageItem/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/messageList/MessageList.d.ts +11 -0
- package/dist/components/chatbotV2/components/messageList/MessageList.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/messageList/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/messageList/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/questionForm/QuestionForm.d.ts +15 -0
- package/dist/components/chatbotV2/components/questionForm/QuestionForm.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/questionForm/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/questionForm/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/refetchSession/RefetchSession.d.ts +8 -0
- package/dist/components/chatbotV2/components/refetchSession/RefetchSession.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/regenerateButton/RegenerateButton.d.ts +7 -0
- package/dist/components/chatbotV2/components/regenerateButton/RegenerateButton.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/regenerateButton/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/regenerateButton/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/selectedContexts/SelectedContexts.d.ts +8 -0
- package/dist/components/chatbotV2/components/selectedContexts/SelectedContexts.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/statusUpdates/StatusUpdates.d.ts +10 -0
- package/dist/components/chatbotV2/components/statusUpdates/StatusUpdates.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/statusUpdates/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/statusUpdates/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/todoProgress/TodoProgress.d.ts +8 -0
- package/dist/components/chatbotV2/components/todoProgress/TodoProgress.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/todoProgress/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/todoProgress/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/hooks/transports.d.ts +126 -0
- package/dist/components/chatbotV2/hooks/transports.d.ts.map +1 -0
- package/dist/components/chatbotV2/hooks/useAgentChat.d.ts +41 -0
- package/dist/components/chatbotV2/hooks/useAgentChat.d.ts.map +1 -0
- package/dist/components/chatbotV2/hooks/useEntityDetection.d.ts +4 -0
- package/dist/components/chatbotV2/hooks/useEntityDetection.d.ts.map +1 -0
- package/dist/components/chatbotV2/hooks/useFeedback.d.ts +5 -0
- package/dist/components/chatbotV2/hooks/useFeedback.d.ts.map +1 -0
- package/dist/components/chatbotV2/index.d.ts +22 -0
- package/dist/components/chatbotV2/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/store/chatSlice.d.ts +65 -0
- package/dist/components/chatbotV2/store/chatSlice.d.ts.map +1 -0
- package/dist/components/chatbotV2/store/index.d.ts +10 -0
- package/dist/components/chatbotV2/store/index.d.ts.map +1 -0
- package/dist/{types-ByRPUpXR.d.ts → components/chatbotV2/types.d.ts} +77 -195
- package/dist/components/chatbotV2/types.d.ts.map +1 -0
- package/dist/components/chatbotV2/utils/entityDetection.d.ts +12 -0
- package/dist/components/chatbotV2/utils/entityDetection.d.ts.map +1 -0
- package/dist/components/chatbotV2/utils/streamProcessor.d.ts +98 -0
- package/dist/components/chatbotV2/utils/streamProcessor.d.ts.map +1 -0
- package/dist/components/chatbotV2/utils.d.ts +3 -0
- package/dist/components/chatbotV2/utils.d.ts.map +1 -0
- package/dist/components/dbtDocs/api/index.d.ts +16 -0
- package/dist/components/dbtDocs/api/index.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/ConversationHighlighter.d.ts +6 -0
- package/dist/components/dbtDocs/collaboration/ConversationHighlighter.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/ConversationInputForm.d.ts +13 -0
- package/dist/components/dbtDocs/collaboration/ConversationInputForm.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/ConversationsHighlighter.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/ConversationsHighlighter.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsCollaborationComponents.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsCollaborationComponents.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsCollaborationProvider.d.ts +22 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsCollaborationProvider.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsConversationsRightPanel.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsConversationsRightPanel.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsReducer.d.ts +1931 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsReducer.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/HighlightAnchor.d.ts +12 -0
- package/dist/components/dbtDocs/collaboration/HighlightAnchor.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/HighlightBlocker.d.ts +7 -0
- package/dist/components/dbtDocs/collaboration/HighlightBlocker.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/HotspotButton.d.ts +7 -0
- package/dist/components/dbtDocs/collaboration/HotspotButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/NewConversationForm.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/NewConversationForm.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/ShowConversationsButton.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/ShowConversationsButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/constants.d.ts +20 -0
- package/dist/components/dbtDocs/collaboration/constants.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/Conversation.d.ts +9 -0
- package/dist/components/dbtDocs/collaboration/conversations/Conversation.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationGroup.d.ts +10 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationGroup.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationGroups.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationGroups.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationHeader.d.ts +13 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationHeader.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationHighlightText.d.ts +6 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationHighlightText.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationReplyForm.d.ts +9 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationReplyForm.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ResolveButton.d.ts +8 -0
- package/dist/components/dbtDocs/collaboration/conversations/ResolveButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/context/ConversationsProvider.d.ts +18 -0
- package/dist/components/dbtDocs/collaboration/conversations/context/ConversationsProvider.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/context/types.d.ts +44 -0
- package/dist/components/dbtDocs/collaboration/conversations/context/types.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/useConversations.d.ts +5 -0
- package/dist/components/dbtDocs/collaboration/conversations/useConversations.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/highlightUtils.d.ts +28 -0
- package/dist/components/dbtDocs/collaboration/highlightUtils.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/mentions/MentionsInput.d.ts +11 -0
- package/dist/components/dbtDocs/collaboration/mentions/MentionsInput.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/mentions/index.d.ts +32 -0
- package/dist/components/dbtDocs/collaboration/mentions/index.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/newConversationUtils.d.ts +15 -0
- package/dist/components/dbtDocs/collaboration/newConversationUtils.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/selectionEndEvent.d.ts +17 -0
- package/dist/components/dbtDocs/collaboration/selectionEndEvent.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/types.d.ts +15 -0
- package/dist/components/dbtDocs/collaboration/types.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/useConversationUsers.d.ts +5 -0
- package/dist/components/dbtDocs/collaboration/useConversationUsers.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/useDbtDocsCollaboration.d.ts +7 -0
- package/dist/components/dbtDocs/collaboration/useDbtDocsCollaboration.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/useHighlight.d.ts +12 -0
- package/dist/components/dbtDocs/collaboration/useHighlight.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/AddCommentButton.d.ts +3 -0
- package/dist/components/dbtDocs/details/AddCommentButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/AddCommentOnCodeButton.d.ts +3 -0
- package/dist/components/dbtDocs/details/AddCommentOnCodeButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/AddCommentOnModelDescriptionButton.d.ts +3 -0
- package/dist/components/dbtDocs/details/AddCommentOnModelDescriptionButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/DbtDocs.d.ts +10 -0
- package/dist/components/dbtDocs/details/DbtDocs.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/DbtDocsDetails.d.ts +3 -0
- package/dist/components/dbtDocs/details/DbtDocsDetails.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/DbtDocsRenderer.d.ts +8 -0
- package/dist/components/dbtDocs/details/DbtDocsRenderer.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/dbtDocsUtils.d.ts +5 -0
- package/dist/components/dbtDocs/details/dbtDocsUtils.d.ts.map +1 -0
- package/dist/components/dbtDocs/index.d.ts +8 -0
- package/dist/components/dbtDocs/index.d.ts.map +1 -0
- package/dist/components/dbtDocs/resources/dbtDocsAngularApp.d.ts +3 -0
- package/dist/components/dbtDocs/resources/dbtDocsAngularApp.d.ts.map +1 -0
- package/dist/components/lineage/api/index.d.ts +65 -0
- package/dist/components/lineage/api/index.d.ts.map +1 -0
- package/dist/components/lineage/assets/icons/index.d.ts +61 -0
- package/dist/components/lineage/assets/icons/index.d.ts.map +1 -0
- package/dist/components/lineage/cllUtils.d.ts +17 -0
- package/dist/components/lineage/cllUtils.d.ts.map +1 -0
- package/dist/components/lineage/components/AutoExpansionPopover.d.ts +3 -0
- package/dist/components/lineage/components/AutoExpansionPopover.d.ts.map +1 -0
- package/dist/components/lineage/components/BetterPopover.d.ts +14 -0
- package/dist/components/lineage/components/BetterPopover.d.ts.map +1 -0
- package/dist/components/lineage/components/Chip.d.ts +6 -0
- package/dist/components/lineage/components/Chip.d.ts.map +1 -0
- package/dist/components/lineage/components/Column.d.ts +52 -0
- package/dist/components/lineage/components/Column.d.ts.map +1 -0
- package/dist/components/lineage/components/ColumnRow.d.ts +8 -0
- package/dist/components/lineage/components/ColumnRow.d.ts.map +1 -0
- package/dist/components/lineage/components/CustomNodes.d.ts +16 -0
- package/dist/components/lineage/components/CustomNodes.d.ts.map +1 -0
- package/dist/components/lineage/components/DashboardDetails.d.ts +12 -0
- package/dist/components/lineage/components/DashboardDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/DynamicLineage.d.ts +9 -0
- package/dist/components/lineage/components/DynamicLineage.d.ts.map +1 -0
- package/dist/components/lineage/components/ExpandWithConfidenceCard.d.ts +3 -0
- package/dist/components/lineage/components/ExpandWithConfidenceCard.d.ts.map +1 -0
- package/dist/components/lineage/components/ExportButton.d.ts +6 -0
- package/dist/components/lineage/components/ExportButton.d.ts.map +1 -0
- package/dist/components/lineage/components/ExportFinalLineageModal.d.ts +5 -0
- package/dist/components/lineage/components/ExportFinalLineageModal.d.ts.map +1 -0
- package/dist/components/lineage/components/ExposureDetails.d.ts +6 -0
- package/dist/components/lineage/components/ExposureDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/Feedback.d.ts +5 -0
- package/dist/components/lineage/components/Feedback.d.ts.map +1 -0
- package/dist/components/lineage/components/Form.d.ts +5 -0
- package/dist/components/lineage/components/Form.d.ts.map +1 -0
- package/dist/components/lineage/components/FunctionDetails.d.ts +3 -0
- package/dist/components/lineage/components/FunctionDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/LineageLegend.d.ts +3 -0
- package/dist/components/lineage/components/LineageLegend.d.ts.map +1 -0
- package/dist/components/lineage/components/LineageModals.d.ts +3 -0
- package/dist/components/lineage/components/LineageModals.d.ts.map +1 -0
- package/dist/components/lineage/components/Loader/index.d.ts +7 -0
- package/dist/components/lineage/components/Loader/index.d.ts.map +1 -0
- package/dist/components/lineage/components/MoreTables.d.ts +11 -0
- package/dist/components/lineage/components/MoreTables.d.ts.map +1 -0
- package/dist/components/lineage/components/Purpose.d.ts +6 -0
- package/dist/components/lineage/components/Purpose.d.ts.map +1 -0
- package/dist/components/lineage/components/ResetButton.d.ts +6 -0
- package/dist/components/lineage/components/ResetButton.d.ts.map +1 -0
- package/dist/components/lineage/components/Settings.d.ts +6 -0
- package/dist/components/lineage/components/Settings.d.ts.map +1 -0
- package/dist/components/lineage/components/SettingsButton.d.ts +3 -0
- package/dist/components/lineage/components/SettingsButton.d.ts.map +1 -0
- package/dist/components/lineage/components/SidebarErrorBoundary.d.ts +13 -0
- package/dist/components/lineage/components/SidebarErrorBoundary.d.ts.map +1 -0
- package/dist/components/lineage/components/SnowflakeStageDetails.d.ts +3 -0
- package/dist/components/lineage/components/SnowflakeStageDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/SqlLineage.d.ts +12 -0
- package/dist/components/lineage/components/SqlLineage.d.ts.map +1 -0
- package/dist/components/lineage/components/StaticLineage.d.ts +17 -0
- package/dist/components/lineage/components/StaticLineage.d.ts.map +1 -0
- package/dist/components/lineage/components/TableDetails.d.ts +53 -0
- package/dist/components/lineage/components/TableDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/Tags/index.d.ts +5 -0
- package/dist/components/lineage/components/Tags/index.d.ts.map +1 -0
- package/dist/components/lineage/components/ViewsTypeBadge.d.ts +5 -0
- package/dist/components/lineage/components/ViewsTypeBadge.d.ts.map +1 -0
- package/dist/components/lineage/components/sidebarModal/SidebarModal.d.ts +9 -0
- package/dist/components/lineage/components/sidebarModal/SidebarModal.d.ts.map +1 -0
- package/dist/components/lineage/constants.d.ts +12 -0
- package/dist/components/lineage/constants.d.ts.map +1 -0
- package/dist/components/lineage/context/LineageProvider.d.ts +35 -0
- package/dist/components/lineage/context/LineageProvider.d.ts.map +1 -0
- package/dist/components/lineage/context/LineageSlice.d.ts +4673 -0
- package/dist/components/lineage/context/LineageSlice.d.ts.map +1 -0
- package/dist/components/lineage/context/types.d.ts +57 -0
- package/dist/components/lineage/context/types.d.ts.map +1 -0
- package/dist/components/lineage/graph.d.ts +43 -0
- package/dist/components/lineage/graph.d.ts.map +1 -0
- package/dist/components/lineage/index.d.ts +8 -0
- package/dist/components/lineage/index.d.ts.map +1 -0
- package/dist/{lineage/index.d.ts → components/lineage/types.d.ts} +59 -92
- package/dist/components/lineage/types.d.ts.map +1 -0
- package/dist/components/lineage/utils.d.ts +100 -0
- package/dist/components/lineage/utils.d.ts.map +1 -0
- package/dist/components/shared/index.d.ts +2 -0
- package/dist/components/shared/index.d.ts.map +1 -0
- package/dist/components/shared/types.d.ts +18 -0
- package/dist/components/shared/types.d.ts.map +1 -0
- package/dist/components/teammate/AddLearningForm.d.ts +13 -0
- package/dist/components/teammate/AddLearningForm.d.ts.map +1 -0
- package/dist/components/teammate/CoachForm.d.ts +10 -0
- package/dist/components/teammate/CoachForm.d.ts.map +1 -0
- package/dist/components/teammate/CoachFormButton.d.ts +3 -0
- package/dist/components/teammate/CoachFormButton.d.ts.map +1 -0
- package/dist/components/teammate/CoachFormInput.d.ts +8 -0
- package/dist/components/teammate/CoachFormInput.d.ts.map +1 -0
- package/dist/components/teammate/LearningRow.d.ts +10 -0
- package/dist/components/teammate/LearningRow.d.ts.map +1 -0
- package/dist/components/teammate/LearningsList.d.ts +11 -0
- package/dist/components/teammate/LearningsList.d.ts.map +1 -0
- package/dist/components/teammate/TeamMateProvider.d.ts +8 -0
- package/dist/components/teammate/TeamMateProvider.d.ts.map +1 -0
- package/dist/components/teammate/TeamMates.d.ts +10 -0
- package/dist/components/teammate/TeamMates.d.ts.map +1 -0
- package/dist/components/teammate/TeamMatesCard.d.ts +10 -0
- package/dist/components/teammate/TeamMatesCard.d.ts.map +1 -0
- package/dist/components/teammate/alertManager/AlertManagerDisplay.d.ts +4 -0
- package/dist/components/teammate/alertManager/AlertManagerDisplay.d.ts.map +1 -0
- package/dist/components/teammate/assets/index.d.ts +8 -0
- package/dist/components/teammate/assets/index.d.ts.map +1 -0
- package/dist/components/teammate/index.d.ts +11 -0
- package/dist/components/teammate/index.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/ChecksInput.d.ts +7 -0
- package/dist/components/teammate/projectGovernor/ChecksInput.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernanceCheck.d.ts +8 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernanceCheck.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernorDisplay.d.ts +3 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernorDisplay.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernorForm.d.ts +7 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernorForm.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/types.d.ts +48 -0
- package/dist/components/teammate/projectGovernor/types.d.ts.map +1 -0
- package/dist/components/teammate/teamMateSlice.d.ts +15 -0
- package/dist/components/teammate/teamMateSlice.d.ts.map +1 -0
- package/dist/components/teammate/teamMatesConfig.d.ts +3 -0
- package/dist/components/teammate/teamMatesConfig.d.ts.map +1 -0
- package/dist/components/teammate/teradata/HelloMessage.d.ts +3 -0
- package/dist/components/teammate/teradata/HelloMessage.d.ts.map +1 -0
- package/dist/components/teammate/teradata/MigratorDisplay.d.ts +4 -0
- package/dist/components/teammate/teradata/MigratorDisplay.d.ts.map +1 -0
- package/dist/components/teammate/types.d.ts +113 -0
- package/dist/components/teammate/types.d.ts.map +1 -0
- package/dist/components/teammate/useTeamMateContext.d.ts +3 -0
- package/dist/components/teammate/useTeamMateContext.d.ts.map +1 -0
- package/dist/components/user/ProfileImageByUser.d.ts +7 -0
- package/dist/components/user/ProfileImageByUser.d.ts.map +1 -0
- package/dist/components/user/index.d.ts +3 -0
- package/dist/components/user/index.d.ts.map +1 -0
- package/dist/components/user/types.d.ts +7 -0
- package/dist/components/user/types.d.ts.map +1 -0
- package/dist/dbtDocs.css +297 -0
- package/dist/dbtDocs.css.map +1 -0
- package/dist/dbtDocs.js +1 -0
- package/dist/index.d.ts +14 -285
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -40
- package/dist/lineage.css +1221 -0
- package/dist/lineage.css.map +1 -0
- package/dist/lineage.js +7267 -0
- package/dist/lineage.js.map +1 -0
- package/dist/rslib-runtime.js +20 -0
- package/dist/rslib-runtime.js.map +1 -0
- package/dist/shared/AutosizeTextarea.d.ts +19 -0
- package/dist/shared/AutosizeTextarea.d.ts.map +1 -0
- package/dist/shared/Collapse.d.ts +7 -0
- package/dist/shared/Collapse.d.ts.map +1 -0
- package/dist/shared/Table.d.ts +4 -0
- package/dist/shared/Table.d.ts.map +1 -0
- package/dist/shared/index.d.ts +3 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/shared/utils.d.ts +3 -0
- package/dist/shared/utils.d.ts.map +1 -0
- package/dist/static/image/postgres.png +0 -0
- package/dist/static/image/s3.png +0 -0
- package/dist/static/image/snowflake.png +0 -0
- package/dist/static/svg/botIcon.svg +15 -0
- package/dist/static/svg/brackets.svg +5 -0
- package/dist/static/svg/case-sensitive.svg +5 -0
- package/dist/static/svg/docgen.svg +23 -0
- package/dist/static/svg/half-circle.svg +5 -0
- package/dist/static/svg/opportunities.svg +25 -0
- package/dist/static/svg/split-horizontal.svg +5 -0
- package/dist/static/svg/sqlExpert.svg +24 -0
- package/dist/static/svg/summary.svg +25 -0
- package/dist/styles.css +1638 -0
- package/dist/styles.css.map +1 -0
- package/dist/teammate.css +124 -0
- package/dist/teammate.css.map +1 -0
- package/dist/teammate.js +5655 -0
- package/dist/teammate.js.map +1 -0
- package/dist/user.css +14 -0
- package/dist/user.css.map +1 -0
- package/dist/user.js +13 -0
- package/dist/user.js.map +1 -0
- package/package.json +116 -34
- package/dist/Button-42Dj_nRE.d.ts +0 -28
- package/dist/CoachForm.css +0 -1
- package/dist/CoachForm.js +0 -44445
- package/dist/DbtDocsRenderer.js +0 -45647
- package/dist/IconEye.js +0 -11
- package/dist/Stack.js +0 -7170
- package/dist/Switch.js +0 -128
- package/dist/ToggleGroup.js +0 -8543
- package/dist/_basePickBy.js +0 -151
- package/dist/_baseUniq.js +0 -615
- package/dist/arc.js +0 -83
- package/dist/architecture-U656AL7Q.js +0 -5
- package/dist/architectureDiagram-VXUJARFQ.js +0 -4666
- package/dist/assets/icons/index.js +0 -56
- package/dist/blockDiagram-VD42YOAC.js +0 -2266
- package/dist/c4Diagram-YG6GDRKO.js +0 -1582
- package/dist/channel.js +0 -5
- package/dist/chatbotV2/index.d.ts +0 -359
- package/dist/chatbotV2/index.js +0 -58
- package/dist/chunk-4BX2VUAB.js +0 -9
- package/dist/chunk-55IACEB6.js +0 -9
- package/dist/chunk-B4BG7PRW.js +0 -1377
- package/dist/chunk-DI55MBZ5.js +0 -1382
- package/dist/chunk-FMBD7UC4.js +0 -19
- package/dist/chunk-QN33PNHL.js +0 -20
- package/dist/chunk-QZHKN3VN.js +0 -15
- package/dist/chunk-TZMSLE5B.js +0 -64
- package/dist/classDiagram-2ON5EDUG.js +0 -17
- package/dist/classDiagram-v2-WZHVMYZB.js +0 -17
- package/dist/clone.js +0 -8
- package/dist/cose-bilkent-S5V4N54A.js +0 -2606
- package/dist/cytoscape.esm.js +0 -18731
- package/dist/dagre-6UL2VRFP.js +0 -447
- package/dist/dayjs.min.js +0 -302
- package/dist/defaultLocale.js +0 -171
- package/dist/diagram-PSM6KHXK.js +0 -535
- package/dist/diagram-QEK2KX5R.js +0 -221
- package/dist/diagram-S2PKOQOG.js +0 -143
- package/dist/erDiagram-Q2GNP2WA.js +0 -843
- package/dist/flowDiagram-NV44I4VS.js +0 -1628
- package/dist/ganttDiagram-LVOFAZNH.js +0 -2500
- package/dist/gitGraph-F6HP7TQM.js +0 -5
- package/dist/gitGraphDiagram-NY62KEGX.js +0 -713
- package/dist/graph.js +0 -247
- package/dist/index.css +0 -1
- package/dist/index2.js +0 -689
- package/dist/info-NVLQJR56.js +0 -5
- package/dist/infoDiagram-F6ZHWCRC.js +0 -24
- package/dist/init.js +0 -16
- package/dist/journeyDiagram-XKPGCS4Q.js +0 -837
- package/dist/kanban-definition-3W4ZIXB7.js +0 -720
- package/dist/katex.js +0 -11691
- package/dist/layout.js +0 -1324
- package/dist/lineage/index.js +0 -7328
- package/dist/linear.js +0 -259
- package/dist/main.css +0 -1
- package/dist/main.js +0 -4566
- package/dist/mermaid-parser.core.js +0 -12921
- package/dist/mindmap-definition-VGOIOE7T.js +0 -786
- package/dist/ordinal.js +0 -61
- package/dist/packet-BFZMPI3H.js +0 -5
- package/dist/pie-7BOR55EZ.js +0 -5
- package/dist/pieDiagram-ADFJNKIX.js +0 -163
- package/dist/quadrantDiagram-AYHSOK5B.js +0 -1025
- package/dist/radar-NHE76QYJ.js +0 -5
- package/dist/redux-toolkit.css +0 -1
- package/dist/redux-toolkit.modern.js +0 -12525
- package/dist/requirementDiagram-UZGBJVZJ.js +0 -852
- package/dist/sankeyDiagram-TZEHDZUN.js +0 -811
- package/dist/sequenceDiagram-WL72ISMW.js +0 -2523
- package/dist/shadcn/index.d.ts +0 -761
- package/dist/shadcn/index.js +0 -8680
- package/dist/stateDiagram-FKZM4ZOC.js +0 -264
- package/dist/stateDiagram-v2-4FDKWEC3.js +0 -17
- package/dist/storybook/Accordion.stories.tsx +0 -52
- package/dist/storybook/Alert.stories.tsx +0 -101
- package/dist/storybook/AlertDialog.stories.tsx +0 -161
- package/dist/storybook/AutosizeTextarea.stories.tsx +0 -52
- package/dist/storybook/Avatar.stories.tsx +0 -58
- package/dist/storybook/Badge.stories.tsx +0 -43
- package/dist/storybook/Button.stories.tsx +0 -67
- package/dist/storybook/Calendar.stories.tsx +0 -103
- package/dist/storybook/Card.stories.tsx +0 -69
- package/dist/storybook/Carousel.stories.tsx +0 -274
- package/dist/storybook/Checkbox.stories.tsx +0 -65
- package/dist/storybook/Combobox.stories.tsx +0 -1629
- package/dist/storybook/Command.stories.tsx +0 -35
- package/dist/storybook/DateRange.stories.tsx +0 -540
- package/dist/storybook/DebouncedInput.stories.tsx +0 -179
- package/dist/storybook/DropdownMenu.stories.tsx +0 -36
- package/dist/storybook/Form.stories.tsx +0 -114
- package/dist/storybook/HoverCard.stories.tsx +0 -99
- package/dist/storybook/Input.stories.tsx +0 -156
- package/dist/storybook/InputGroup.stories.tsx +0 -352
- package/dist/storybook/Label.stories.tsx +0 -42
- package/dist/storybook/Menubar.stories.tsx +0 -159
- package/dist/storybook/Pagination.stories.tsx +0 -152
- package/dist/storybook/Popover.stories.tsx +0 -23
- package/dist/storybook/Progress.stories.tsx +0 -89
- package/dist/storybook/RadioGroup.stories.tsx +0 -58
- package/dist/storybook/Resizable.stories.tsx +0 -119
- package/dist/storybook/ScrollArea.stories.tsx +0 -101
- package/dist/storybook/Select.stories.tsx +0 -145
- package/dist/storybook/Sheet.stories.tsx +0 -69
- package/dist/storybook/Sidebar.stories.tsx +0 -97
- package/dist/storybook/Slider.stories.tsx +0 -79
- package/dist/storybook/Switch.stories.tsx +0 -90
- package/dist/storybook/Tabs.stories.tsx +0 -147
- package/dist/storybook/TagsInput.stories.tsx +0 -261
- package/dist/storybook/Textarea.stories.tsx +0 -50
- package/dist/storybook/Toast.stories.tsx +0 -107
- package/dist/storybook/Toggle.stories.tsx +0 -106
- package/dist/storybook/ToggleGroup.stories.tsx +0 -178
- package/dist/storybook/Tooltip.stories.tsx +0 -25
- package/dist/storybook/Typography.stories.tsx +0 -231
- package/dist/storybook/drag-and-drop-file-upload.stories.tsx +0 -99
- package/dist/timeline-definition-IT6M3QCI.js +0 -802
- package/dist/treemap-KMMF4GRG.js +0 -5
- package/dist/xychartDiagram-PRI3JC2R.js +0 -1341
- package/readme.md +0 -11
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
var __webpack_modules__ = {};
|
|
2
|
+
var __webpack_module_cache__ = {};
|
|
3
|
+
function __webpack_require__(moduleId) {
|
|
4
|
+
var cachedModule = __webpack_module_cache__[moduleId];
|
|
5
|
+
if (void 0 !== cachedModule) return cachedModule.exports;
|
|
6
|
+
var module = __webpack_module_cache__[moduleId] = {
|
|
7
|
+
exports: {}
|
|
8
|
+
};
|
|
9
|
+
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
10
|
+
return module.exports;
|
|
11
|
+
}
|
|
12
|
+
__webpack_require__.m = __webpack_modules__;
|
|
13
|
+
(()=>{
|
|
14
|
+
__webpack_require__.add = function(modules) {
|
|
15
|
+
Object.assign(__webpack_require__.m, modules);
|
|
16
|
+
};
|
|
17
|
+
})();
|
|
18
|
+
export { __webpack_require__ };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=rslib-runtime.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rslib-runtime.js","sources":["../esm library register module runtime"],"sourcesContent":["__webpack_require__.add = function registerModules(modules) { Object.assign(__webpack_require__.m, modules) }\n"],"names":["__webpack_require__","modules","Object"],"mappings":";;;;;;;;;;;;;IAAAA,oBAAoB,GAAG,GAAG,SAAyBC,OAAO;QAAIC,OAAO,MAAM,CAACF,oBAAoB,CAAC,EAAEC;IAAS"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
interface UseAutosizeTextAreaProps {
|
|
3
|
+
textAreaRef: React.MutableRefObject<HTMLTextAreaElement | null>;
|
|
4
|
+
minHeight?: number;
|
|
5
|
+
maxHeight?: number;
|
|
6
|
+
triggerAutoSize: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const useAutosizeTextArea: ({ textAreaRef, triggerAutoSize, maxHeight, minHeight, }: UseAutosizeTextAreaProps) => void;
|
|
9
|
+
export type AutosizeTextAreaRef = {
|
|
10
|
+
textArea: HTMLTextAreaElement;
|
|
11
|
+
maxHeight: number;
|
|
12
|
+
minHeight: number;
|
|
13
|
+
};
|
|
14
|
+
export declare const AutosizeTextarea: React.ForwardRefExoticComponent<{
|
|
15
|
+
maxHeight?: number;
|
|
16
|
+
minHeight?: number;
|
|
17
|
+
} & React.TextareaHTMLAttributes<HTMLTextAreaElement> & React.RefAttributes<AutosizeTextAreaRef>>;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=AutosizeTextarea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutosizeTextarea.d.ts","sourceRoot":"","sources":["../../src/shared/AutosizeTextarea.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,UAAU,wBAAwB;IAChC,WAAW,EAAE,KAAK,CAAC,gBAAgB,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,mBAAmB,GAAI,yDAKjC,wBAAwB,SAsB1B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,EAAE,mBAAmB,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAOF,eAAO,MAAM,gBAAgB;gBAJf,MAAM;gBACN,MAAM;iGAuDnB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { HTMLAttributes } from "react";
|
|
2
|
+
interface CollapseProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
isOpen?: boolean;
|
|
4
|
+
}
|
|
5
|
+
declare const Collapse: import("react").ForwardRefExoticComponent<CollapseProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export default Collapse;
|
|
7
|
+
//# sourceMappingURL=Collapse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Collapse.d.ts","sourceRoot":"","sources":["../../src/shared/Collapse.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,MAAM,OAAO,CAAC;AAGnD,UAAU,aAAc,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC5D,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,QAAA,MAAM,QAAQ,0GAUb,CAAC;AAIF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../src/shared/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,MAAM,OAAO,CAAC;AAGnD,QAAA,MAAM,KAAK,+HAQV,CAAC;AAGF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/shared/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/shared/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAG7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<mask id="path-1-outside-1_4730_97829" maskUnits="userSpaceOnUse" x="0.25" y="0.24707" width="39" height="39" fill="black">
|
|
3
|
+
<rect fill="white" x="0.25" y="0.24707" width="39" height="39"/>
|
|
4
|
+
<path d="M38.4313 4.4558L32.8063 1.3308C32.7113 1.27595 32.6035 1.24707 32.4938 1.24707C32.3841 1.24707 32.2763 1.27595 32.1813 1.3308L26.5563 4.4558C26.4621 4.51166 26.3842 4.59129 26.3304 4.68672C26.2767 4.78215 26.249 4.89003 26.25 4.99955V7.49955H20C19.8343 7.49955 19.6753 7.5654 19.5581 7.68261C19.4409 7.79982 19.375 7.95879 19.375 8.12455V13.3808L14.0688 16.3308C13.9722 16.3851 13.8918 16.464 13.8358 16.5596C13.7798 16.6551 13.7502 16.7638 13.75 16.8746V19.3746H8.12503V14.7433L13.4313 11.7933C13.5278 11.739 13.6082 11.6601 13.6642 11.5646C13.7202 11.469 13.7498 11.3603 13.75 11.2496V4.99955C13.7498 4.88881 13.7202 4.7801 13.6642 4.68456C13.6082 4.58901 13.5278 4.51007 13.4313 4.4558L7.80628 1.3308C7.71127 1.27595 7.60349 1.24707 7.49378 1.24707C7.38407 1.24707 7.27629 1.27595 7.18128 1.3308L1.55628 4.4558C1.46206 4.51166 1.38418 4.59129 1.33043 4.68672C1.27668 4.78215 1.24896 4.89003 1.25003 4.99955V11.2496C1.25022 11.3603 1.27984 11.469 1.33584 11.5646C1.39185 11.6601 1.47224 11.739 1.56878 11.7933L6.87503 14.7433V19.9996C6.87503 20.1653 6.94088 20.3243 7.05809 20.4415C7.1753 20.5587 7.33427 20.6246 7.50003 20.6246H13.75V23.1246C13.7502 23.2353 13.7798 23.344 13.8358 23.4396C13.8918 23.5351 13.9722 23.614 14.0688 23.6683L19.375 26.6183V31.2496H13.75V28.7496C13.7498 28.6388 13.7202 28.5301 13.6642 28.4346C13.6082 28.339 13.5278 28.2601 13.4313 28.2058L7.80628 25.0808C7.71127 25.0259 7.60349 24.9971 7.49378 24.9971C7.38407 24.9971 7.27629 25.0259 7.18128 25.0808L1.55628 28.2058C1.46206 28.2617 1.38418 28.3413 1.33043 28.4367C1.27668 28.5322 1.24896 28.64 1.25003 28.7496V34.9995C1.25022 35.1103 1.27984 35.219 1.33584 35.3145C1.39185 35.4101 1.47224 35.489 1.56878 35.5433L7.19378 38.6683C7.28879 38.7232 7.39657 38.752 7.50628 38.752C7.61599 38.752 7.72377 38.7232 7.81878 38.6683L13.4438 35.5433C13.538 35.4874 13.6159 35.4078 13.6696 35.3124C13.7234 35.217 13.7511 35.1091 13.75 34.9995V32.4996H20C20.1658 32.4996 20.3248 32.4337 20.442 32.3165C20.5592 32.1993 20.625 32.0403 20.625 31.8746V26.6183L25.9313 23.6683C26.0278 23.614 26.1082 23.5351 26.1642 23.4396C26.2202 23.344 26.2498 23.2353 26.25 23.1246V20.6246H31.875V25.2558L26.5688 28.2058C26.4722 28.2601 26.3919 28.339 26.3358 28.4346C26.2798 28.5301 26.2502 28.6388 26.25 28.7496V34.9995C26.2502 35.1103 26.2798 35.219 26.3358 35.3145C26.3919 35.4101 26.4722 35.489 26.5688 35.5433L32.1938 38.6683C32.2888 38.7232 32.3966 38.752 32.5063 38.752C32.616 38.752 32.7238 38.7232 32.8188 38.6683L38.4438 35.5433C38.538 35.4874 38.6159 35.4078 38.6696 35.3124C38.7234 35.217 38.7511 35.1091 38.75 34.9995V28.7496C38.7498 28.6388 38.7202 28.5301 38.6642 28.4346C38.6082 28.339 38.5278 28.2601 38.4313 28.2058L33.125 25.2558V19.9996C33.125 19.8338 33.0592 19.6748 32.942 19.5576C32.8248 19.4404 32.6658 19.3746 32.5 19.3746H26.25V16.8746C26.2498 16.7638 26.2202 16.6551 26.1642 16.5596C26.1082 16.464 26.0278 16.3851 25.9313 16.3308L20.625 13.3808V8.74955H26.25V11.2496C26.2502 11.3603 26.2798 11.469 26.3358 11.5646C26.3919 11.6601 26.4722 11.739 26.5688 11.7933L32.1938 14.9183C32.2888 14.9732 32.3966 15.002 32.5063 15.002C32.616 15.002 32.7238 14.9732 32.8188 14.9183L38.4438 11.7933C38.538 11.7375 38.6159 11.6578 38.6696 11.5624C38.7234 11.467 38.7511 11.3591 38.75 11.2496V4.99955C38.7498 4.88881 38.7202 4.7801 38.6642 4.68456C38.6082 4.58901 38.5278 4.51007 38.4313 4.4558ZM2.50003 5.3683L7.50003 2.58705L12.5 5.3683V10.8808L7.50003 13.6621L2.50003 10.8808V5.3683ZM12.5 34.6308L7.50003 37.4121L2.50003 34.6308V29.1183L7.50003 26.3371L12.5 29.1183V34.6308ZM37.5 34.6308L32.5 37.4121L27.5 34.6308V29.1183L32.5 26.3371L37.5 29.1183V34.6308ZM25 22.7558L20 25.5371L15 22.7558V17.2433L20 14.4621L25 17.2433V22.7558ZM37.5 10.8808L32.5 13.6621L27.5 10.8808V5.3683L32.5 2.58705L37.5 5.3683V10.8808Z"/>
|
|
5
|
+
</mask>
|
|
6
|
+
<path d="M38.4313 4.4558L32.8063 1.3308C32.7113 1.27595 32.6035 1.24707 32.4938 1.24707C32.3841 1.24707 32.2763 1.27595 32.1813 1.3308L26.5563 4.4558C26.4621 4.51166 26.3842 4.59129 26.3304 4.68672C26.2767 4.78215 26.249 4.89003 26.25 4.99955V7.49955H20C19.8343 7.49955 19.6753 7.5654 19.5581 7.68261C19.4409 7.79982 19.375 7.95879 19.375 8.12455V13.3808L14.0688 16.3308C13.9722 16.3851 13.8918 16.464 13.8358 16.5596C13.7798 16.6551 13.7502 16.7638 13.75 16.8746V19.3746H8.12503V14.7433L13.4313 11.7933C13.5278 11.739 13.6082 11.6601 13.6642 11.5646C13.7202 11.469 13.7498 11.3603 13.75 11.2496V4.99955C13.7498 4.88881 13.7202 4.7801 13.6642 4.68456C13.6082 4.58901 13.5278 4.51007 13.4313 4.4558L7.80628 1.3308C7.71127 1.27595 7.60349 1.24707 7.49378 1.24707C7.38407 1.24707 7.27629 1.27595 7.18128 1.3308L1.55628 4.4558C1.46206 4.51166 1.38418 4.59129 1.33043 4.68672C1.27668 4.78215 1.24896 4.89003 1.25003 4.99955V11.2496C1.25022 11.3603 1.27984 11.469 1.33584 11.5646C1.39185 11.6601 1.47224 11.739 1.56878 11.7933L6.87503 14.7433V19.9996C6.87503 20.1653 6.94088 20.3243 7.05809 20.4415C7.1753 20.5587 7.33427 20.6246 7.50003 20.6246H13.75V23.1246C13.7502 23.2353 13.7798 23.344 13.8358 23.4396C13.8918 23.5351 13.9722 23.614 14.0688 23.6683L19.375 26.6183V31.2496H13.75V28.7496C13.7498 28.6388 13.7202 28.5301 13.6642 28.4346C13.6082 28.339 13.5278 28.2601 13.4313 28.2058L7.80628 25.0808C7.71127 25.0259 7.60349 24.9971 7.49378 24.9971C7.38407 24.9971 7.27629 25.0259 7.18128 25.0808L1.55628 28.2058C1.46206 28.2617 1.38418 28.3413 1.33043 28.4367C1.27668 28.5322 1.24896 28.64 1.25003 28.7496V34.9995C1.25022 35.1103 1.27984 35.219 1.33584 35.3145C1.39185 35.4101 1.47224 35.489 1.56878 35.5433L7.19378 38.6683C7.28879 38.7232 7.39657 38.752 7.50628 38.752C7.61599 38.752 7.72377 38.7232 7.81878 38.6683L13.4438 35.5433C13.538 35.4874 13.6159 35.4078 13.6696 35.3124C13.7234 35.217 13.7511 35.1091 13.75 34.9995V32.4996H20C20.1658 32.4996 20.3248 32.4337 20.442 32.3165C20.5592 32.1993 20.625 32.0403 20.625 31.8746V26.6183L25.9313 23.6683C26.0278 23.614 26.1082 23.5351 26.1642 23.4396C26.2202 23.344 26.2498 23.2353 26.25 23.1246V20.6246H31.875V25.2558L26.5688 28.2058C26.4722 28.2601 26.3919 28.339 26.3358 28.4346C26.2798 28.5301 26.2502 28.6388 26.25 28.7496V34.9995C26.2502 35.1103 26.2798 35.219 26.3358 35.3145C26.3919 35.4101 26.4722 35.489 26.5688 35.5433L32.1938 38.6683C32.2888 38.7232 32.3966 38.752 32.5063 38.752C32.616 38.752 32.7238 38.7232 32.8188 38.6683L38.4438 35.5433C38.538 35.4874 38.6159 35.4078 38.6696 35.3124C38.7234 35.217 38.7511 35.1091 38.75 34.9995V28.7496C38.7498 28.6388 38.7202 28.5301 38.6642 28.4346C38.6082 28.339 38.5278 28.2601 38.4313 28.2058L33.125 25.2558V19.9996C33.125 19.8338 33.0592 19.6748 32.942 19.5576C32.8248 19.4404 32.6658 19.3746 32.5 19.3746H26.25V16.8746C26.2498 16.7638 26.2202 16.6551 26.1642 16.5596C26.1082 16.464 26.0278 16.3851 25.9313 16.3308L20.625 13.3808V8.74955H26.25V11.2496C26.2502 11.3603 26.2798 11.469 26.3358 11.5646C26.3919 11.6601 26.4722 11.739 26.5688 11.7933L32.1938 14.9183C32.2888 14.9732 32.3966 15.002 32.5063 15.002C32.616 15.002 32.7238 14.9732 32.8188 14.9183L38.4438 11.7933C38.538 11.7375 38.6159 11.6578 38.6696 11.5624C38.7234 11.467 38.7511 11.3591 38.75 11.2496V4.99955C38.7498 4.88881 38.7202 4.7801 38.6642 4.68456C38.6082 4.58901 38.5278 4.51007 38.4313 4.4558ZM2.50003 5.3683L7.50003 2.58705L12.5 5.3683V10.8808L7.50003 13.6621L2.50003 10.8808V5.3683ZM12.5 34.6308L7.50003 37.4121L2.50003 34.6308V29.1183L7.50003 26.3371L12.5 29.1183V34.6308ZM37.5 34.6308L32.5 37.4121L27.5 34.6308V29.1183L32.5 26.3371L37.5 29.1183V34.6308ZM25 22.7558L20 25.5371L15 22.7558V17.2433L20 14.4621L25 17.2433V22.7558ZM37.5 10.8808L32.5 13.6621L27.5 10.8808V5.3683L32.5 2.58705L37.5 5.3683V10.8808Z" fill="#8390A3"/>
|
|
7
|
+
<path d="M38.4313 4.4558L32.8063 1.3308C32.7113 1.27595 32.6035 1.24707 32.4938 1.24707C32.3841 1.24707 32.2763 1.27595 32.1813 1.3308L26.5563 4.4558C26.4621 4.51166 26.3842 4.59129 26.3304 4.68672C26.2767 4.78215 26.249 4.89003 26.25 4.99955V7.49955H20C19.8343 7.49955 19.6753 7.5654 19.5581 7.68261C19.4409 7.79982 19.375 7.95879 19.375 8.12455V13.3808L14.0688 16.3308C13.9722 16.3851 13.8918 16.464 13.8358 16.5596C13.7798 16.6551 13.7502 16.7638 13.75 16.8746V19.3746H8.12503V14.7433L13.4313 11.7933C13.5278 11.739 13.6082 11.6601 13.6642 11.5646C13.7202 11.469 13.7498 11.3603 13.75 11.2496V4.99955C13.7498 4.88881 13.7202 4.7801 13.6642 4.68456C13.6082 4.58901 13.5278 4.51007 13.4313 4.4558L7.80628 1.3308C7.71127 1.27595 7.60349 1.24707 7.49378 1.24707C7.38407 1.24707 7.27629 1.27595 7.18128 1.3308L1.55628 4.4558C1.46206 4.51166 1.38418 4.59129 1.33043 4.68672C1.27668 4.78215 1.24896 4.89003 1.25003 4.99955V11.2496C1.25022 11.3603 1.27984 11.469 1.33584 11.5646C1.39185 11.6601 1.47224 11.739 1.56878 11.7933L6.87503 14.7433V19.9996C6.87503 20.1653 6.94088 20.3243 7.05809 20.4415C7.1753 20.5587 7.33427 20.6246 7.50003 20.6246H13.75V23.1246C13.7502 23.2353 13.7798 23.344 13.8358 23.4396C13.8918 23.5351 13.9722 23.614 14.0688 23.6683L19.375 26.6183V31.2496H13.75V28.7496C13.7498 28.6388 13.7202 28.5301 13.6642 28.4346C13.6082 28.339 13.5278 28.2601 13.4313 28.2058L7.80628 25.0808C7.71127 25.0259 7.60349 24.9971 7.49378 24.9971C7.38407 24.9971 7.27629 25.0259 7.18128 25.0808L1.55628 28.2058C1.46206 28.2617 1.38418 28.3413 1.33043 28.4367C1.27668 28.5322 1.24896 28.64 1.25003 28.7496V34.9995C1.25022 35.1103 1.27984 35.219 1.33584 35.3145C1.39185 35.4101 1.47224 35.489 1.56878 35.5433L7.19378 38.6683C7.28879 38.7232 7.39657 38.752 7.50628 38.752C7.61599 38.752 7.72377 38.7232 7.81878 38.6683L13.4438 35.5433C13.538 35.4874 13.6159 35.4078 13.6696 35.3124C13.7234 35.217 13.7511 35.1091 13.75 34.9995V32.4996H20C20.1658 32.4996 20.3248 32.4337 20.442 32.3165C20.5592 32.1993 20.625 32.0403 20.625 31.8746V26.6183L25.9313 23.6683C26.0278 23.614 26.1082 23.5351 26.1642 23.4396C26.2202 23.344 26.2498 23.2353 26.25 23.1246V20.6246H31.875V25.2558L26.5688 28.2058C26.4722 28.2601 26.3919 28.339 26.3358 28.4346C26.2798 28.5301 26.2502 28.6388 26.25 28.7496V34.9995C26.2502 35.1103 26.2798 35.219 26.3358 35.3145C26.3919 35.4101 26.4722 35.489 26.5688 35.5433L32.1938 38.6683C32.2888 38.7232 32.3966 38.752 32.5063 38.752C32.616 38.752 32.7238 38.7232 32.8188 38.6683L38.4438 35.5433C38.538 35.4874 38.6159 35.4078 38.6696 35.3124C38.7234 35.217 38.7511 35.1091 38.75 34.9995V28.7496C38.7498 28.6388 38.7202 28.5301 38.6642 28.4346C38.6082 28.339 38.5278 28.2601 38.4313 28.2058L33.125 25.2558V19.9996C33.125 19.8338 33.0592 19.6748 32.942 19.5576C32.8248 19.4404 32.6658 19.3746 32.5 19.3746H26.25V16.8746C26.2498 16.7638 26.2202 16.6551 26.1642 16.5596C26.1082 16.464 26.0278 16.3851 25.9313 16.3308L20.625 13.3808V8.74955H26.25V11.2496C26.2502 11.3603 26.2798 11.469 26.3358 11.5646C26.3919 11.6601 26.4722 11.739 26.5688 11.7933L32.1938 14.9183C32.2888 14.9732 32.3966 15.002 32.5063 15.002C32.616 15.002 32.7238 14.9732 32.8188 14.9183L38.4438 11.7933C38.538 11.7375 38.6159 11.6578 38.6696 11.5624C38.7234 11.467 38.7511 11.3591 38.75 11.2496V4.99955C38.7498 4.88881 38.7202 4.7801 38.6642 4.68456C38.6082 4.58901 38.5278 4.51007 38.4313 4.4558ZM2.50003 5.3683L7.50003 2.58705L12.5 5.3683V10.8808L7.50003 13.6621L2.50003 10.8808V5.3683ZM12.5 34.6308L7.50003 37.4121L2.50003 34.6308V29.1183L7.50003 26.3371L12.5 29.1183V34.6308ZM37.5 34.6308L32.5 37.4121L27.5 34.6308V29.1183L32.5 26.3371L37.5 29.1183V34.6308ZM25 22.7558L20 25.5371L15 22.7558V17.2433L20 14.4621L25 17.2433V22.7558ZM37.5 10.8808L32.5 13.6621L27.5 10.8808V5.3683L32.5 2.58705L37.5 5.3683V10.8808Z" stroke="#8390A3" stroke-width="0.4" mask="url(#path-1-outside-1_4730_97829)"/>
|
|
8
|
+
<path d="M18.1255 18.1246C18.1255 18.2903 18.1914 18.4493 18.3086 18.5665C18.4258 18.6837 18.5848 18.7496 18.7505 18.7496C18.9163 18.7496 19.0753 18.6837 19.1925 18.5665C19.3097 18.4493 19.3755 18.2903 19.3755 18.1246C19.3755 17.9588 19.4414 17.7998 19.5586 17.6826C19.6758 17.5654 19.8348 17.4996 20.0005 17.4996C20.1704 17.5272 20.325 17.6143 20.4365 17.7454C20.5481 17.8765 20.6093 18.043 20.6093 18.2152C20.6093 18.3873 20.5481 18.5538 20.4365 18.685C20.325 18.8161 20.1704 18.9032 20.0005 18.9308C19.8348 18.9308 19.6758 18.9967 19.5586 19.1139C19.4414 19.2311 19.3755 19.39 19.3755 19.5558V20.6246C19.3755 20.7903 19.4414 20.9493 19.5586 21.0665C19.6758 21.1837 19.8348 21.2496 20.0005 21.2496C20.1663 21.2496 20.3253 21.1837 20.4425 21.0665C20.5597 20.9493 20.6255 20.7903 20.6255 20.6246V20.0683C21.0002 19.9205 21.3208 19.6617 21.5442 19.3266C21.7676 18.9914 21.8832 18.596 21.8755 18.1933C21.8806 17.6881 21.6869 17.2011 21.3361 16.8375C20.9853 16.4738 20.5056 16.2627 20.0005 16.2496C19.7527 16.2436 19.5062 16.288 19.276 16.3801C19.0458 16.4722 18.8367 16.6101 18.6614 16.7854C18.486 16.9607 18.3481 17.1698 18.256 17.4C18.1639 17.6302 18.1195 17.8767 18.1255 18.1246Z" fill="#8390A3"/>
|
|
9
|
+
<path d="M20 21.875C19.8342 21.875 19.6753 21.9408 19.5581 22.0581C19.4408 22.1753 19.375 22.3342 19.375 22.5V23.125C19.375 23.2908 19.4408 23.4497 19.5581 23.5669C19.6753 23.6842 19.8342 23.75 20 23.75C20.1658 23.75 20.3247 23.6842 20.4419 23.5669C20.5592 23.4497 20.625 23.2908 20.625 23.125V22.5C20.625 22.3342 20.5592 22.1753 20.4419 22.0581C20.3247 21.9408 20.1658 21.875 20 21.875Z" fill="#8390A3"/>
|
|
10
|
+
<path d="M7.62131 10.625C7.72172 10.6056 7.81584 10.5618 7.89538 10.4975C7.97493 10.4332 8.03749 10.3504 8.07756 10.2563L9.95256 5.88127C9.98836 5.80516 10.0084 5.7226 10.0116 5.63854C10.0147 5.55449 10.0008 5.47067 9.97081 5.3921C9.94078 5.31352 9.8952 5.24182 9.8368 5.18129C9.7784 5.12076 9.70838 5.07263 9.63094 5.0398C9.55349 5.00697 9.47022 4.99011 9.38611 4.99024C9.30199 4.99036 9.21877 5.00745 9.14142 5.0405C9.06407 5.07356 8.99419 5.12188 8.93597 5.18258C8.87774 5.24328 8.83236 5.31511 8.80256 5.39377L7.29006 8.91877L6.07131 7.66877C5.95362 7.55108 5.794 7.48496 5.62756 7.48496C5.46112 7.48496 5.3015 7.55108 5.18381 7.66877C5.06612 7.78646 5 7.94608 5 8.11252C5 8.27896 5.06612 8.43858 5.18381 8.55627L7.05881 10.4313C7.11617 10.4915 7.18496 10.5396 7.26116 10.5729C7.33735 10.6061 7.41942 10.6239 7.50256 10.625H7.62131Z" fill="#8390A3"/>
|
|
11
|
+
<path d="M31.0724 5.80588C30.9547 5.68819 30.7951 5.62207 30.6286 5.62207C30.4622 5.62207 30.3026 5.68819 30.1849 5.80588C30.0672 5.92357 30.0011 6.08319 30.0011 6.24963C30.0011 6.41607 30.0672 6.57569 30.1849 6.69338L31.6224 8.12463L30.1849 9.55588C30.1263 9.61398 30.0798 9.6831 30.0481 9.75927C30.0163 9.83543 30 9.91712 30 9.99963C30 10.0821 30.0163 10.1638 30.0481 10.24C30.0798 10.3161 30.1263 10.3853 30.1849 10.4434C30.243 10.502 30.3121 10.5485 30.3883 10.5802C30.4644 10.6119 30.5461 10.6283 30.6286 10.6283C30.7111 10.6283 30.7928 10.6119 30.869 10.5802C30.9451 10.5485 31.0143 10.502 31.0724 10.4434L32.5036 9.00588L33.9349 10.4434C33.993 10.502 34.0621 10.5485 34.1383 10.5802C34.2144 10.6119 34.2961 10.6283 34.3786 10.6283C34.4611 10.6283 34.5428 10.6119 34.619 10.5802C34.6951 10.5485 34.7643 10.502 34.8224 10.4434C34.881 10.3853 34.9274 10.3161 34.9592 10.24C34.9909 10.1638 35.0072 10.0821 35.0072 9.99963C35.0072 9.91712 34.9909 9.83543 34.9592 9.75927C34.9274 9.6831 34.881 9.61398 34.8224 9.55588L33.3849 8.12463L34.8224 6.69338C34.9401 6.57569 35.0062 6.41607 35.0062 6.24963C35.0062 6.08319 34.9401 5.92357 34.8224 5.80588C34.7047 5.68819 34.5451 5.62207 34.3786 5.62207C34.2122 5.62207 34.0526 5.68819 33.9349 5.80588L32.5036 7.24338L31.0724 5.80588Z" fill="#8390A3"/>
|
|
12
|
+
<path d="M7.5 28.125C7.33424 28.125 7.17527 28.1908 7.05806 28.3081C6.94085 28.4253 6.875 28.5842 6.875 28.75V31.25C6.875 31.4158 6.94085 31.5747 7.05806 31.6919C7.17527 31.8092 7.33424 31.875 7.5 31.875C7.66576 31.875 7.82473 31.8092 7.94194 31.6919C8.05915 31.5747 8.125 31.4158 8.125 31.25V28.75C8.125 28.5842 8.05915 28.4253 7.94194 28.3081C7.82473 28.1908 7.66576 28.125 7.5 28.125Z" fill="#8390A3"/>
|
|
13
|
+
<path d="M7.5 33.125C7.33424 33.125 7.17527 33.1908 7.05806 33.3081C6.94085 33.4253 6.875 33.5842 6.875 33.75V35C6.875 35.1658 6.94085 35.3247 7.05806 35.4419C7.17527 35.5592 7.33424 35.625 7.5 35.625C7.66576 35.625 7.82473 35.5592 7.94194 35.4419C8.05915 35.3247 8.125 35.1658 8.125 35V33.75C8.125 33.5842 8.05915 33.4253 7.94194 33.3081C7.82473 33.1908 7.66576 33.125 7.5 33.125Z" fill="#8390A3"/>
|
|
14
|
+
<path d="M32.2156 31.144C32.3369 31.0463 32.4173 30.9068 32.4412 30.7529C32.465 30.5991 32.4306 30.4418 32.3446 30.312C32.2585 30.1822 32.1272 30.0892 31.9761 30.0511C31.8251 30.0131 31.6654 30.0328 31.5281 30.1065L29.6531 31.3565C29.6254 31.3738 29.6002 31.3948 29.5781 31.419C29.5295 31.4669 29.4912 31.5244 29.4656 31.5877V31.6315C29.4367 31.7008 29.4219 31.7751 29.4219 31.8502C29.4219 31.9253 29.4367 31.9996 29.4656 32.069V32.1127C29.4912 32.1761 29.5295 32.2335 29.5781 32.2815C29.6002 32.3056 29.6254 32.3266 29.6531 32.344L31.5281 33.594C31.6224 33.6825 31.7432 33.7374 31.8719 33.7502C32.0054 33.7492 32.1351 33.7054 32.2419 33.6253C32.3488 33.5452 32.4272 33.433 32.4656 33.3051C32.504 33.1772 32.5005 33.0404 32.4555 32.9147C32.4105 32.789 32.3265 32.6809 32.2156 32.6065L32.0594 32.5002H34.9969C35.1626 32.5002 35.3216 32.4344 35.4388 32.3172C35.556 32.1999 35.6219 32.041 35.6219 31.8752C35.6219 31.7095 35.556 31.5505 35.4388 31.4333C35.3216 31.3161 35.1626 31.2502 34.9969 31.2502H32.0594L32.2156 31.144Z" fill="#8390A3"/>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="object">
|
|
3
|
+
<path id="Vector" d="M3.66596 13.3332C3.38758 13.2627 3.11555 13.1563 2.85405 13.0158C2.64481 12.9063 2.45388 12.747 2.29148 12.5465C2.1424 12.3622 2.02844 12.1369 1.95834 11.8878C1.88728 11.6071 1.85329 11.3134 1.85777 11.0185L1.86615 9.9025C1.86615 9.48739 1.79561 9.17806 1.65453 8.9745C1.51275 8.76384 1.30951 8.6545 1.04482 8.6465H0.666626V7.35317H1.06367C1.32767 7.34517 1.52777 7.23939 1.66396 7.03584C1.79875 6.83317 1.86615 6.52028 1.86615 6.09717L1.85777 4.98117C1.85777 4.3385 1.9992 3.83717 2.28205 3.47717C2.5712 3.10917 3.0325 2.83895 3.66596 2.6665L3.93415 3.84117C3.74211 3.9205 3.55652 4.0232 3.37996 4.14784C3.25539 4.24259 3.15834 4.38623 3.10339 4.55717C3.0545 4.7225 3.03005 4.94961 3.03005 5.2385L3.04786 6.26117C3.04786 6.7145 2.94659 7.0945 2.74405 7.40117C2.5464 7.70606 2.2384 7.92517 1.82005 8.0585V7.92917C2.2391 8.0785 2.54675 8.30561 2.74301 8.6105C2.94625 8.91628 3.04786 9.29228 3.04786 9.7385L3.02901 10.7598C3.02901 11.0345 3.0538 11.2501 3.10339 11.4065C3.16029 11.5735 3.25705 11.7134 3.37996 11.8065C3.51615 11.9078 3.70088 12.0096 3.93415 12.1118L3.66596 13.3332ZM4.91158 13.1692V2.71317H7.53272V4.09984H6.09329L6.14882 4.0065V11.9238L6.05558 11.7825H7.53272V13.1692H4.91158ZM8.45672 13.1692V11.7825H9.89615L9.84063 11.8758V3.95984L9.93282 4.10117H8.45567V2.7145H11.0779V13.1705L8.45672 13.1692ZM12.334 13.3332L12.0563 12.1585C12.2903 12.0572 12.4719 11.9549 12.6011 11.8518C12.7258 11.7567 12.8229 11.6126 12.8777 11.4412C12.9398 11.2776 12.9706 11.0509 12.9699 10.7612L12.9521 9.7385C12.9521 9.28517 13.0505 8.90517 13.2475 8.5985C13.45 8.29362 13.7573 8.0745 14.1694 7.94117L14.1799 8.0705C13.7608 7.92117 13.45 7.69406 13.2475 7.38917C13.0476 7.06926 12.943 6.66974 12.9521 6.26117L12.9709 5.2385C12.9709 4.95761 12.943 4.7385 12.8871 4.58117C12.8278 4.41959 12.7314 4.28475 12.6105 4.1945C12.4353 4.06644 12.2494 3.96358 12.0563 3.88784L12.334 2.6665C12.6482 2.74473 12.9157 2.8505 13.1364 2.98384C13.3641 3.10828 13.552 3.26473 13.7001 3.45317C13.8537 3.63362 13.9644 3.85317 14.0322 4.11184C14.1055 4.3625 14.1425 4.65228 14.1432 4.98117L14.1327 6.09717C14.1327 6.51139 14.2036 6.82428 14.3454 7.03584C14.4872 7.24028 14.6904 7.34606 14.9551 7.35317H15.3333V8.6465H14.9362C14.6722 8.65361 14.4725 8.75895 14.337 8.9625C14.2008 9.16695 14.1331 9.48028 14.1338 9.9025L14.1421 11.0185C14.1421 11.6612 13.9976 12.1625 13.7084 12.5225C13.4193 12.8905 12.9611 13.1607 12.334 13.3332Z" fill="#A074C4"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Search/case-sensitive">
|
|
3
|
+
<path id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M7.495 9.052L8.386 11.402H9.477L6.237 3H5.217L2 11.402H3.095L3.933 9.052H7.495ZM5.811 4.453L5.855 4.588L7.173 8.162H4.255L5.562 4.588L5.606 4.453L5.644 4.297L5.676 4.145L5.697 4.019H5.72L5.744 4.145L5.773 4.297L5.811 4.453ZM13.795 10.464V11.4H14.755V7.498C14.755 6.779 14.575 6.226 14.216 5.837C13.857 5.448 13.327 5.254 12.628 5.254C12.429 5.254 12.227 5.273 12.022 5.31C11.817 5.347 11.622 5.394 11.439 5.451C11.256 5.508 11.091 5.569 10.944 5.636C10.797 5.703 10.683 5.765 10.601 5.824V6.808C10.867 6.578 11.167 6.397 11.505 6.268C11.843 6.139 12.194 6.075 12.557 6.075C12.745 6.075 12.915 6.103 13.07 6.16C13.225 6.217 13.357 6.306 13.466 6.427C13.575 6.548 13.659 6.706 13.718 6.899C13.777 7.092 13.806 7.326 13.806 7.599L11.995 7.851C11.651 7.898 11.355 7.977 11.107 8.088C10.859 8.199 10.654 8.339 10.492 8.507C10.33 8.675 10.21 8.868 10.132 9.087C10.054 9.306 10.015 9.546 10.015 9.808C10.015 10.054 10.057 10.283 10.139 10.496C10.221 10.709 10.342 10.893 10.502 11.047C10.662 11.201 10.862 11.323 11.1 11.413C11.338 11.503 11.613 11.548 11.926 11.548C12.328 11.548 12.686 11.456 13.001 11.27C13.316 11.084 13.573 10.816 13.772 10.464H13.795ZM11.667 8.721C11.843 8.657 12.068 8.607 12.341 8.572L13.806 8.367V8.976C13.806 9.222 13.765 9.451 13.683 9.664C13.601 9.877 13.486 10.063 13.34 10.221C13.194 10.379 13.019 10.503 12.816 10.593C12.613 10.683 12.39 10.728 12.148 10.728C11.961 10.728 11.795 10.703 11.653 10.652C11.511 10.601 11.392 10.53 11.296 10.441C11.2 10.352 11.127 10.247 11.076 10.125C11.025 10.003 11 9.873 11 9.732C11 9.568 11.018 9.421 11.055 9.292C11.092 9.163 11.16 9.051 11.257 8.958C11.354 8.865 11.491 8.785 11.667 8.721Z" fill="#247EFE"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_3491_2633)">
|
|
3
|
+
<rect width="60" height="60" rx="30" fill="#17C8BD"/>
|
|
4
|
+
<path d="M34.4609 42.5897H24.9293V49.0222H34.4609V42.5897Z" fill="#D2F8F6"/>
|
|
5
|
+
<path d="M28.9742 17.7254V13.3694C28.1403 13.0716 31.2476 13.0735 30.4119 13.3719V17.7254C32.0937 17.7254 34.6797 20.4627 34.6797 23.4275H24.7097C24.7097 20.4627 26.8583 17.7254 28.9742 17.7254Z" fill="#DCEFFF"/>
|
|
6
|
+
<path d="M47.5595 35.9226C47.5595 42.2267 45.0803 44.7184 38.8126 44.7184H20.5772C14.3095 44.7184 11.834 42.2267 11.834 35.9226V27.3128C11.834 21.0087 14.3095 18.5173 20.5772 18.5173H38.8126C45.0803 18.5173 47.5595 21.0087 47.5595 27.3128V35.9226Z" fill="white"/>
|
|
7
|
+
<path d="M38.8126 18.5173H36.9574C43.2251 18.5173 45.7039 21.0087 45.7039 27.3128V35.9226C45.7039 42.2267 43.2251 44.7184 36.9574 44.7184H38.8126C45.0804 44.7184 47.5595 42.2267 47.5595 35.9226V27.3128C47.5595 21.0087 45.0804 18.5173 38.8126 18.5173Z" fill="#D2F8F6"/>
|
|
8
|
+
<path d="M45.733 26.396C48.0253 26.7113 49.6943 26.766 49.6943 31.3074C49.6943 35.7629 48.177 35.7795 46.0489 36.1664L45.733 26.396Z" fill="#D2F8F6"/>
|
|
9
|
+
<path d="M13.6556 26.396C11.3627 26.7113 9.69427 26.766 9.69427 31.3074C9.69427 35.7629 11.2116 35.7795 13.3394 36.1664L13.6556 26.396Z" fill="white"/>
|
|
10
|
+
<path d="M38.8095 47.7854H20.5741C14.3064 47.7854 11.8312 50.2758 11.8312 56.5797V60.0486H47.557V56.5797C47.557 50.2758 45.0779 47.7854 38.8095 47.7854Z" fill="white"/>
|
|
11
|
+
<path d="M38.8098 47.7854H36.6893C42.2315 47.7854 44.8113 49.7327 45.3351 54.5403C46.5328 53.7567 47.2495 53.2474 47.2495 53.2474C46.415 49.3802 43.8254 47.7854 38.8098 47.7854Z" fill="#D2F8F6"/>
|
|
12
|
+
<path d="M21.3422 38.6945C17.4867 38.6945 16.206 37.4049 16.206 33.5269V29.7949C16.206 25.9172 17.4867 24.6289 21.3422 24.6289H37.9879C41.8153 24.6289 43.0768 25.8703 43.1229 29.708C43.1229 29.7369 43.1232 33.5269 43.1232 33.5269C43.1232 37.4049 41.8443 38.6945 37.9879 38.6945H21.3422Z" fill="#D2F8F6"/>
|
|
13
|
+
<path d="M31.8467 11.3337C31.8467 10.1384 30.8843 9.17032 29.6966 9.17032C28.5092 9.17032 27.5465 10.1384 27.5465 11.3337C27.5465 12.5284 28.5092 13.4969 29.6966 13.4969C30.8843 13.4969 31.8467 12.5284 31.8467 11.3337Z" fill="white"/>
|
|
14
|
+
<path d="M34.6804 21.6058C34.3584 19.2376 34.3032 17.5154 29.6685 17.5154C25.1211 17.5154 25.1046 19.0816 24.7096 21.2794L34.6804 21.6058Z" fill="white"/>
|
|
15
|
+
<path d="M26 32C26 30.8937 25.1025 30 23.9993 30C22.8942 30 22 30.8937 22 32C22 33.1053 22.8942 34 23.9993 34C25.1025 34 26 33.1053 26 32Z" fill="#17C8BD"/>
|
|
16
|
+
<path d="M39 32C39 30.8937 38.1025 30 36.9993 30C35.8942 30 35 30.8937 35 32C35 33.1053 35.8942 34 36.9993 34C38.1025 34 39 33.1053 39 32Z" fill="#17C8BD"/>
|
|
17
|
+
</g>
|
|
18
|
+
<defs>
|
|
19
|
+
<clipPath id="clip0_3491_2633">
|
|
20
|
+
<rect width="60" height="60" rx="30" fill="white"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Misc/color-mode">
|
|
3
|
+
<path id="Vector" d="M8 1C6.61553 1 5.26216 1.41054 4.11101 2.17971C2.95987 2.94888 2.06266 4.04213 1.53285 5.32122C1.00303 6.6003 0.86441 8.00776 1.13451 9.36563C1.4046 10.7235 2.07129 11.9708 3.05026 12.9497C4.02922 13.9287 5.2765 14.5954 6.63437 14.8655C7.99224 15.1356 9.3997 14.997 10.6788 14.4672C11.9579 13.9373 13.0511 13.0401 13.8203 11.889C14.5895 10.7378 15 9.38447 15 8C15 6.14348 14.2625 4.36301 12.9497 3.05025C11.637 1.7375 9.85652 1 8 1ZM8 14V2C9.5913 2 11.1174 2.63214 12.2426 3.75736C13.3679 4.88258 14 6.4087 14 8C14 9.5913 13.3679 11.1174 12.2426 12.2426C11.1174 13.3679 9.5913 14 8 14Z" fill="white"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_3536_7181)">
|
|
3
|
+
<rect width="60" height="60" rx="30" fill="#FFC125"/>
|
|
4
|
+
<path d="M33.3384 45.6643H26.6606V52.4674H33.3384V45.6643Z" fill="#FFF5DD"/>
|
|
5
|
+
<path d="M47.6346 18.573H46.387V26.615H47.6346V18.573Z" fill="#FFF5DD"/>
|
|
6
|
+
<path d="M49.2402 17.4861C49.2402 16.2542 48.2428 15.2556 47.0103 15.2556C45.7784 15.2556 44.7801 16.2542 44.7801 17.4861C44.7801 18.7186 45.7784 19.7167 47.0103 19.7167C48.2428 19.7167 49.2402 18.7186 49.2402 17.4861Z" fill="white"/>
|
|
7
|
+
<path d="M13.613 18.573H12.366V26.615H13.613V18.573Z" fill="#FFF5DD"/>
|
|
8
|
+
<path d="M15.2193 17.4861C15.2193 16.2542 14.2218 15.2556 12.9896 15.2556C11.7577 15.2556 10.759 16.2542 10.759 17.4861C10.759 18.7186 11.7577 19.7167 12.9896 19.7167C14.2218 19.7167 15.2193 18.7186 15.2193 17.4861Z" fill="white"/>
|
|
9
|
+
<path d="M50 30.9072C50 30.8171 49.9975 29.7555 49.9923 29.6667C49.8532 27.124 47.7475 26.0778 45.1703 26.0778C42.5937 26.0778 40.488 27.5693 40.3486 30.1117C40.344 30.2005 40.3415 30.8171 40.3415 30.9072C40.3415 30.9935 40.3434 32.052 40.348 32.1378C40.4822 34.6851 42.5903 36.1819 45.1703 36.1819C47.7512 36.1819 49.8588 35.1302 49.9929 32.5832C49.9975 32.4968 50 30.9935 50 30.9072Z" fill="#FFF5DD"/>
|
|
10
|
+
<path d="M46.1442 31.4C46.1442 31.099 46.1353 29.0387 46.1196 28.742C45.6544 20.2416 38.6148 15.2556 30.0001 15.2556C21.3847 15.2556 14.3463 20.2416 13.8809 28.742C13.8639 29.0387 13.8556 31.099 13.8556 31.4C13.8556 31.6902 13.8633 33.7395 13.8788 34.0254C14.3278 42.5399 21.3736 47.5442 30.0001 47.5442C38.6262 47.5442 45.672 42.5399 46.1214 34.0254C46.1365 33.7395 46.1442 31.6902 46.1442 31.4Z" fill="white"/>
|
|
11
|
+
<path d="M46.2704 28.742C45.805 20.2416 38.7663 15.2556 30.1506 15.2556C29.8468 15.2556 29.5467 15.2636 29.2463 15.2759C37.445 15.6133 44.0127 20.5414 44.4615 28.742C44.4778 29.0387 44.4861 31.099 44.4861 31.4C44.4861 31.6902 44.479 33.7395 44.4636 34.0254C44.0303 42.2401 37.4555 47.1861 29.2463 47.5244C29.5467 47.5368 29.8468 47.5442 30.1506 47.5442C38.7768 47.5442 45.8229 42.5399 46.2726 34.0254C46.288 33.7395 46.2951 31.6902 46.2951 31.4C46.2951 31.099 46.2868 29.0387 46.2704 28.742Z" fill="#FFF5DD"/>
|
|
12
|
+
<path d="M19.6585 30.9072C19.6585 30.8171 19.6563 30.2005 19.6514 30.1117C19.512 27.5693 17.4063 26.0778 14.8291 26.0778C12.2522 26.0778 10.1468 27.3466 10.0074 29.8894C10.0025 29.9782 10 30.8171 10 30.9072C10 30.9935 10.0019 32.2744 10.0068 32.3605C10.1406 34.9075 12.2488 36.1819 14.8291 36.1819C17.4097 36.1819 19.5172 34.6851 19.6514 32.1378C19.6563 32.052 19.6585 30.9935 19.6585 30.9072Z" fill="white"/>
|
|
13
|
+
<path d="M30 42.8922C24.6929 42.8922 18.3636 40.3739 17.979 33.2803C17.9691 32.9626 17.9611 31.8482 17.9611 31.4001C17.9611 30.9649 17.9703 29.2698 17.9808 28.9468C18.3806 21.8717 24.7027 20.1263 30 20.1263C35.2976 20.1263 41.6201 21.8717 42.019 28.9465C42.0294 29.2707 42.039 30.9655 42.039 31.4001C42.039 31.8328 42.03 32.9638 42.0208 33.2821C41.6343 40.3754 35.3056 42.8922 30 42.8922Z" fill="#FFF5DD"/>
|
|
14
|
+
<path d="M25.7771 31.8109C25.7771 30.7644 24.928 29.919 23.8843 29.919C22.8387 29.919 21.9927 30.7644 21.9927 31.8109C21.9927 32.8565 22.8387 33.7028 23.8843 33.7028C24.928 33.7028 25.7771 32.8565 25.7771 31.8109Z" fill="#FFC125"/>
|
|
15
|
+
<path d="M38.0072 31.8109C38.0072 30.7644 37.1618 29.919 36.1153 29.919C35.0697 29.919 34.2234 30.7644 34.2234 31.8109C34.2234 32.8565 35.0697 33.7028 36.1153 33.7028C37.1618 33.7028 38.0072 32.8565 38.0072 31.8109Z" fill="#FFC125"/>
|
|
16
|
+
<path d="M30 49.7708C35.3069 49.7708 41.6362 52.2885 42.0208 59.3821C42.0307 59.6995 42.039 60.8148 42.039 61.2623C42.039 61.6972 42.0294 63.3932 42.0195 63.7153C41.6192 70.7903 35.297 71.9328 30 71.9328C24.7021 71.9328 18.3793 70.791 17.9808 63.7165C17.9703 63.3914 17.9611 61.6966 17.9611 61.2623C17.9611 60.8293 17.9697 59.6982 17.9796 59.3809C18.3657 52.2867 24.6941 49.7708 30 49.7708Z" fill="white"/>
|
|
17
|
+
<path d="M48.575 17.8695C48.575 16.67 47.6028 15.6991 46.4064 15.6991C46.1054 15.6991 45.8179 15.7608 45.558 15.8712C45.9487 15.4906 46.4823 15.2556 47.0717 15.2556C48.2681 15.2556 49.2403 16.2265 49.2403 17.4257C49.2403 18.325 48.6944 19.0955 47.9165 19.4255C48.323 19.0314 48.575 18.4805 48.575 17.8695Z" fill="#FFF5DD"/>
|
|
18
|
+
<path d="M14.5541 17.8695C14.5541 16.67 13.5819 15.6991 12.3852 15.6991C12.0842 15.6991 11.797 15.7608 11.5367 15.8712C11.9275 15.4906 12.4611 15.2556 13.0508 15.2556C14.2469 15.2556 15.2191 16.2265 15.2191 17.4257C15.2191 18.325 14.6735 19.0955 13.8956 19.4255C14.3018 19.0314 14.5541 18.4805 14.5541 17.8695Z" fill="#FFF5DD"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_3536_7181">
|
|
22
|
+
<rect width="60" height="60" rx="30" fill="white"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg width="61" height="60" viewBox="0 0 61 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_3491_1707)">
|
|
3
|
+
<rect x="0.333374" width="60" height="60" rx="30" fill="#41C676"/>
|
|
4
|
+
<path d="M34.7918 43.7001H25.262V50.1142H34.7918V43.7001Z" fill="#DBFFE9"/>
|
|
5
|
+
<path d="M44.3289 35.8214C47.4632 35.8214 50.0268 35.0784 50.0268 30.8222C50.0268 26.5976 47.4632 25.8232 44.3289 25.8232V35.8214Z" fill="#DBFFE9"/>
|
|
6
|
+
<path d="M12.1643 33.3777C12.1643 39.6628 17.2916 44.8045 23.5578 44.8045H36.4957C42.7625 44.8045 47.8898 39.6628 47.8898 33.3777V30.1092C47.8898 23.8238 42.7625 18.6824 36.4957 18.6824H23.5578C17.2916 18.6824 12.1643 23.8238 12.1643 30.1092V33.3777Z" fill="#FFFCFD"/>
|
|
7
|
+
<path d="M36.2625 38.6511C40.1176 38.6511 43.2541 35.5057 43.2541 31.6401C43.2541 27.7735 40.1176 24.6288 36.2625 24.6288H23.3247C19.4705 24.6288 16.3334 27.7735 16.3334 31.6401C16.3334 35.5057 19.4705 38.6511 23.3247 38.6511H36.2625Z" fill="#DBFFE9"/>
|
|
8
|
+
<path d="M35.0116 22.9674C35.0116 19.8248 34.271 17.254 30.0264 17.254C25.8144 17.254 25.0416 19.8248 25.0416 22.9674H35.0116Z" fill="#FFFCFD"/>
|
|
9
|
+
<path d="M27.8734 10.9127C27.8734 9.71947 28.8385 8.75259 30.0265 8.75259C31.2175 8.75259 32.1826 9.71947 32.1826 10.9127C32.1826 12.1074 31.2175 13.0739 30.0265 13.0739C28.8385 13.0739 27.8734 12.1074 27.8734 10.9127Z" fill="#FFFCFD"/>
|
|
10
|
+
<path d="M31.5221 11.3548C31.5221 10.1607 30.5571 9.19412 29.3694 9.19412C29.0706 9.19412 28.7855 9.25556 28.5271 9.36516C28.915 8.98658 29.4447 8.75259 30.0298 8.75259C31.2175 8.75259 32.1826 9.71947 32.1826 10.9127C32.1826 11.8086 31.6409 12.5759 30.8687 12.9041C31.272 12.5114 31.5221 11.9634 31.5221 11.3548Z" fill="#D8FFF2"/>
|
|
11
|
+
<path d="M30.7466 12.4755H29.3079V17.8941H30.7466V12.4755Z" fill="#FFFCFD"/>
|
|
12
|
+
<path d="M36.4963 18.6824H33.9094C39.1512 18.6824 45.4817 23.8238 45.4817 30.1092V33.3777C45.4817 39.6628 39.9154 44.8045 33.6473 44.8045H36.4963C42.7631 44.8045 47.8898 39.6628 47.8898 33.3777V30.1092C47.8898 23.8238 42.7631 18.6824 36.4963 18.6824Z" fill="#DBFFE9"/>
|
|
13
|
+
<path d="M13.9897 25.9258C11.6977 26.2399 10.0269 27.3867 10.0269 30.8222C10.0269 34.074 11.5455 35.2816 13.6737 35.6657C14.0613 35.7355 14.3498 25.8766 13.9897 25.9258Z" fill="#FFFCFD"/>
|
|
14
|
+
<path d="M26.3334 32C26.3334 30.8937 25.4359 30 24.3328 30C23.2276 30 22.3334 30.8937 22.3334 32C22.3334 33.1053 23.2276 34 24.3328 34C25.4359 34 26.3334 33.1053 26.3334 32Z" fill="#41C676"/>
|
|
15
|
+
<path d="M38.3334 32C38.3334 30.8937 37.4359 30 36.3328 30C35.2276 30 34.3334 30.8937 34.3334 32C34.3334 33.1053 35.2276 34 36.3328 34C37.4359 34 38.3334 33.1053 38.3334 32Z" fill="#41C676"/>
|
|
16
|
+
<path d="M41.0027 56.5086C41.0027 51.3979 37.1179 48.2255 30.0274 48.2255C22.9933 48.2255 19.0515 51.3979 19.0515 56.5086C19.0515 61.6178 24.9304 60.5907 30.0274 60.5907C35.1234 60.5907 41.0027 61.6178 41.0027 56.5086Z" fill="#FFFCFD"/>
|
|
17
|
+
<path d="M38.808 56.5087C38.808 56.8363 38.7839 57.1386 38.7373 57.4175C40.2603 56.9425 41.0018 56.6238 41.0018 56.6238C41.0024 56.5857 41.0027 56.5473 41.0027 56.5087C41.0027 52.6943 38.8388 49.9598 34.7933 48.8179C34.7933 48.8179 38.808 50.1729 38.808 56.5087Z" fill="#DBFFE9"/>
|
|
18
|
+
</g>
|
|
19
|
+
<defs>
|
|
20
|
+
<clipPath id="clip0_3491_1707">
|
|
21
|
+
<rect x="0.333374" width="60" height="60" rx="30" fill="white"/>
|
|
22
|
+
</clipPath>
|
|
23
|
+
</defs>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="61" height="60" viewBox="0 0 61 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_3491_1655)">
|
|
3
|
+
<rect x="0.666626" width="60" height="60" rx="30" fill="#5B41C6"/>
|
|
4
|
+
<path d="M33.8213 46.1095H27.1435V52.8819H33.8213V46.1095Z" fill="#E4D8FF"/>
|
|
5
|
+
<path d="M48.1175 19.1401H46.8699V27.1459H48.1175V19.1401Z" fill="#E4D8FF"/>
|
|
6
|
+
<path d="M49.7231 18.0581C49.7231 16.8318 48.7257 15.8376 47.4932 15.8376C46.2613 15.8376 45.2629 16.8318 45.2629 18.0581C45.2629 19.285 46.2613 20.2786 47.4932 20.2786C48.7257 20.2786 49.7231 19.285 49.7231 18.0581Z" fill="white"/>
|
|
7
|
+
<path d="M14.0958 19.1401H12.8488V27.1459H14.0958V19.1401Z" fill="#E4D8FF"/>
|
|
8
|
+
<path d="M15.702 18.0582C15.702 16.8318 14.7046 15.8376 13.4724 15.8376C12.2405 15.8376 11.2418 16.8318 11.2418 18.0582C11.2418 19.2851 12.2405 20.2787 13.4724 20.2787C14.7046 20.2787 15.702 19.2851 15.702 18.0582Z" fill="white"/>
|
|
9
|
+
<path d="M50.4827 31.4187C50.4827 31.3291 50.4802 30.2722 50.475 30.1838C50.3359 27.6526 48.2302 26.6111 45.653 26.6111C43.0763 26.6111 40.9707 28.096 40.8313 30.6269C40.8267 30.7153 40.8242 31.3291 40.8242 31.4187C40.8242 31.5047 40.826 32.5585 40.8307 32.6438C40.9649 35.1797 43.073 36.6698 45.653 36.6698C48.2339 36.6698 50.3414 35.6228 50.4756 33.0872C50.4802 33.0012 50.4827 31.5047 50.4827 31.4187Z" fill="#E4D8FF"/>
|
|
10
|
+
<path d="M46.627 31.9094C46.627 31.6098 46.6181 29.5587 46.6023 29.2634C46.1372 20.8013 39.0976 15.8376 30.4828 15.8376C21.8675 15.8376 14.8291 20.8013 14.3637 29.2634C14.3467 29.5587 14.3384 31.6098 14.3384 31.9094C14.3384 32.1983 14.3461 34.2383 14.3615 34.523C14.8106 42.9992 21.8564 47.9809 30.4828 47.9809C39.109 47.9809 46.1548 42.9992 46.6042 34.523C46.6193 34.2383 46.627 32.1983 46.627 31.9094Z" fill="white"/>
|
|
11
|
+
<path d="M46.7532 29.2634C46.2878 20.8013 39.2491 15.8376 30.6335 15.8376C30.3296 15.8376 30.0295 15.8456 29.7291 15.8579C37.9278 16.1938 44.4955 21.0997 44.9443 29.2634C44.9606 29.5587 44.969 31.6098 44.969 31.9094C44.969 32.1983 44.9619 34.2383 44.9464 34.523C44.5131 42.7007 37.9383 47.6244 29.7291 47.9612C30.0295 47.9735 30.3296 47.9809 30.6335 47.9809C39.2596 47.9809 46.3057 42.9992 46.7554 34.523C46.7708 34.2383 46.7779 32.1983 46.7779 31.9094C46.7779 31.6098 46.7696 29.5587 46.7532 29.2634Z" fill="#E4D8FF"/>
|
|
12
|
+
<path d="M20.1412 31.4187C20.1412 31.3291 20.139 30.7153 20.1341 30.6269C19.9947 28.096 17.8891 26.6111 15.3118 26.6111C12.7349 26.6111 10.6295 27.8743 10.4901 30.4055C10.4852 30.4939 10.4827 31.3291 10.4827 31.4187C10.4827 31.5047 10.4846 32.7799 10.4895 32.8655C10.6234 35.4011 12.7315 36.6698 15.3118 36.6698C17.8924 36.6698 20 35.1797 20.1341 32.6438C20.139 32.5585 20.1412 31.5047 20.1412 31.4187Z" fill="white"/>
|
|
13
|
+
<path d="M30.5584 43.314C25.2513 43.314 18.922 40.807 18.5374 33.7453C18.5275 33.4291 18.5195 32.3197 18.5195 31.8736C18.5195 31.4404 18.5287 29.7529 18.5392 29.4314C18.939 22.3882 25.2611 20.6506 30.5584 20.6506C35.856 20.6506 42.1785 22.3882 42.5773 29.4311C42.5878 29.7538 42.5974 31.441 42.5974 31.8736C42.5974 32.3044 42.5884 33.4303 42.5792 33.7472C42.1927 40.8085 35.864 43.314 30.5584 43.314Z" fill="#E4D8FF"/>
|
|
14
|
+
<path d="M26.6666 32C26.6666 30.8937 25.7691 30 24.6659 30C23.5608 30 22.6666 30.8937 22.6666 32C22.6666 33.1053 23.5608 34 24.6659 34C25.7691 34 26.6666 33.1053 26.6666 32Z" fill="#5B41C6"/>
|
|
15
|
+
<path d="M37.6666 32C37.6666 30.8937 36.7691 30 35.6659 30C34.5608 30 33.6666 30.8937 33.6666 32C33.6666 33.1053 34.5608 34 35.6659 34C36.7691 34 37.6666 33.1053 37.6666 32Z" fill="#5B41C6"/>
|
|
16
|
+
<path d="M30.4829 50.1974C35.7897 50.1974 42.119 52.7038 42.5036 59.7655C42.5135 60.0814 42.5218 61.1917 42.5218 61.6372C42.5218 62.0701 42.5123 63.7585 42.5024 64.0791C42.1021 71.1223 35.7799 72.2596 30.4829 72.2596C25.185 72.2596 18.8622 71.123 18.4636 64.0803C18.4532 63.7567 18.4439 62.0695 18.4439 61.6372C18.4439 61.2061 18.4526 60.0802 18.4624 59.7642C18.8486 52.702 25.1769 50.1974 30.4829 50.1974Z" fill="white"/>
|
|
17
|
+
<path d="M49.0578 18.4398C49.0578 17.2457 48.0856 16.2792 46.8892 16.2792C46.5882 16.2792 46.3007 16.3406 46.0407 16.4505C46.4315 16.0716 46.965 15.8376 47.5545 15.8376C48.7509 15.8376 49.723 16.8042 49.723 17.998C49.723 18.8933 49.1771 19.6603 48.3992 19.9888C48.8058 19.5965 49.0578 19.0481 49.0578 18.4398Z" fill="#E4D8FF"/>
|
|
18
|
+
<path d="M15.0371 18.4398C15.0371 17.2457 14.0649 16.2792 12.8682 16.2792C12.5672 16.2792 12.28 16.3406 12.0197 16.4505C12.4105 16.0716 12.9441 15.8376 13.5338 15.8376C14.7299 15.8376 15.7021 16.8042 15.7021 17.998C15.7021 18.8933 15.1565 19.6603 14.3786 19.9888C14.7848 19.5965 15.0371 19.0481 15.0371 18.4398Z" fill="#E4D8FF"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_3491_1655">
|
|
22
|
+
<rect x="0.666626" width="60" height="60" rx="30" fill="white"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|