@intlayer/design-system 5.0.5 → 5.1.0
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/.vite/manifest.json +212 -373
- package/dist/{Form-DlqjTz3u.js → Form-BZUDRfoN.js} +35 -35
- package/dist/Form-BZUDRfoN.js.map +1 -0
- package/dist/{Form-CSMiPnjC.cjs → Form-yi0CMK-a.cjs} +35 -35
- package/dist/Form-yi0CMK-a.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.cjs +7 -7
- package/dist/components/Accordion/Accordion.cjs.map +1 -1
- package/dist/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/Accordion/Accordion.mjs +4 -4
- package/dist/components/Accordion/Accordion.mjs.map +1 -1
- package/dist/components/Auth/AuthModal/index.cjs +8 -8
- package/dist/components/Auth/AuthModal/index.cjs.map +1 -1
- package/dist/components/Auth/AuthModal/index.mjs +6 -6
- package/dist/components/Auth/AuthModal/index.mjs.map +1 -1
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs +5 -5
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs.map +1 -1
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs +2 -2
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +10 -10
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +10 -10
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs +10 -10
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs +10 -10
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +10 -11
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +10 -11
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs +3 -3
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs +3 -3
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs +3 -3
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs +3 -3
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +10 -10
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +6 -6
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs +4 -4
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs +4 -4
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.cjs +12 -12
- package/dist/components/Auth/SignInForm/SignInForm.cjs.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.mjs +12 -12
- package/dist/components/Auth/SignInForm/SignInForm.mjs.map +1 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs +6 -6
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs.map +1 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs +6 -6
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs +10 -10
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs +10 -10
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs +10 -10
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs.map +1 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs +10 -10
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.cjs +11 -11
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.cjs.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.d.ts.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.mjs +7 -7
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.mjs.map +1 -1
- package/dist/components/Auth/useAuth/index.cjs +2 -2
- package/dist/components/Auth/useAuth/index.cjs.map +1 -1
- package/dist/components/Auth/useAuth/useCSRF.cjs +3 -1
- package/dist/components/Auth/useAuth/useCSRF.cjs.map +1 -1
- package/dist/components/Auth/useAuth/useCSRF.d.ts +1 -1
- package/dist/components/Auth/useAuth/useCSRF.d.ts.map +1 -1
- package/dist/components/Auth/useAuth/useCSRF.mjs +3 -1
- package/dist/components/Auth/useAuth/useCSRF.mjs.map +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.cjs +3 -1
- package/dist/components/Auth/useAuth/useOAuth2.cjs.map +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.d.ts +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.d.ts.map +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.mjs +3 -1
- package/dist/components/Auth/useAuth/useOAuth2.mjs.map +1 -1
- package/dist/components/Auth/useAuth/useSession.cjs +5 -3
- package/dist/components/Auth/useAuth/useSession.cjs.map +1 -1
- package/dist/components/Auth/useAuth/useSession.d.ts.map +1 -1
- package/dist/components/Auth/useAuth/useSession.mjs +3 -1
- package/dist/components/Auth/useAuth/useSession.mjs.map +1 -1
- package/dist/components/Avatar/index.cjs +9 -9
- package/dist/components/Avatar/index.cjs.map +1 -1
- package/dist/components/Avatar/index.mjs +9 -9
- package/dist/components/Avatar/index.mjs.map +1 -1
- package/dist/components/Badge/index.cjs +2 -2
- package/dist/components/Badge/index.cjs.map +1 -1
- package/dist/components/Badge/index.mjs +2 -2
- package/dist/components/Badge/index.mjs.map +1 -1
- package/dist/components/Breadcrumb/index.cjs +20 -20
- package/dist/components/Breadcrumb/index.cjs.map +1 -1
- package/dist/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/index.mjs +19 -19
- package/dist/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/components/Button/Button.cjs +82 -87
- package/dist/components/Button/Button.cjs.map +1 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Button/Button.mjs +82 -87
- package/dist/components/Button/Button.mjs.map +1 -1
- package/dist/components/ClickOutsideDiv/index.cjs +5 -5
- package/dist/components/ClickOutsideDiv/index.cjs.map +1 -1
- package/dist/components/ClickOutsideDiv/index.d.ts +1 -1
- package/dist/components/ClickOutsideDiv/index.d.ts.map +1 -1
- package/dist/components/ClickOutsideDiv/index.mjs +2 -2
- package/dist/components/ClickOutsideDiv/index.mjs.map +1 -1
- package/dist/components/Command/index.cjs +42 -52
- package/dist/components/Command/index.cjs.map +1 -1
- package/dist/components/Command/index.d.ts +21 -73
- package/dist/components/Command/index.d.ts.map +1 -1
- package/dist/components/Command/index.mjs +42 -52
- package/dist/components/Command/index.mjs.map +1 -1
- package/dist/components/Container/index.cjs +49 -40
- package/dist/components/Container/index.cjs.map +1 -1
- package/dist/components/Container/index.d.ts +6 -20
- package/dist/components/Container/index.d.ts.map +1 -1
- package/dist/components/Container/index.mjs +49 -40
- package/dist/components/Container/index.mjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditor.cjs +9 -9
- package/dist/components/ContentEditor/ContentEditor.cjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditor.mjs +6 -6
- package/dist/components/ContentEditor/ContentEditor.mjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditorInput.cjs +87 -0
- package/dist/components/ContentEditor/ContentEditorInput.cjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditorInput.d.ts +11 -0
- package/dist/components/ContentEditor/ContentEditorInput.d.ts.map +1 -0
- package/dist/components/ContentEditor/ContentEditorInput.mjs +87 -0
- package/dist/components/ContentEditor/ContentEditorInput.mjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs +15 -12
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts.map +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs +11 -8
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -1
- package/dist/components/ContentSelector/ContentSelector.cjs +2 -2
- package/dist/components/ContentSelector/ContentSelector.cjs.map +1 -1
- package/dist/components/ContentSelector/ContentSelector.mjs +2 -2
- package/dist/components/ContentSelector/ContentSelector.mjs.map +1 -1
- package/dist/components/CopyToClipboard/index.cjs +6 -6
- package/dist/components/CopyToClipboard/index.cjs.map +1 -1
- package/dist/components/CopyToClipboard/index.d.ts.map +1 -1
- package/dist/components/CopyToClipboard/index.mjs +4 -4
- package/dist/components/CopyToClipboard/index.mjs.map +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs +6 -6
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs.map +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs +5 -5
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -1
- package/dist/components/DictionaryEditor/ItemLayout.cjs +8 -8
- package/dist/components/DictionaryEditor/ItemLayout.cjs.map +1 -1
- package/dist/components/DictionaryEditor/ItemLayout.mjs +8 -8
- package/dist/components/DictionaryEditor/ItemLayout.mjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs +2 -4
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs +2 -4
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.cjs +8 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.d.ts +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.mjs +8 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.cjs +7 -0
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.d.ts +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.mjs +7 -0
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs +2 -4
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs +2 -4
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs +13 -7
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +13 -7
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs +2 -3
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/index.mjs +2 -3
- package/dist/components/DictionaryEditor/NodeWrapper/index.mjs.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs +13 -21
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs +8 -16
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditor.cjs +54 -0
- package/dist/components/DictionaryFieldEditor/ContentEditor.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/ContentEditor.d.ts +8 -0
- package/dist/components/DictionaryFieldEditor/ContentEditor.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/ContentEditor.mjs +54 -0
- package/dist/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/EditorView.cjs +44 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/EditorView.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/{EditorView → ContentEditorView}/EditorView.d.ts +0 -2
- package/dist/components/DictionaryFieldEditor/ContentEditorView/EditorView.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/EditorView.mjs +44 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/EditorView.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs +549 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/{EditorView → ContentEditorView}/TextEditor.d.ts +1 -3
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +549 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs +5 -7
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts +0 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs +3 -5
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +10 -10
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +10 -10
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs +5 -5
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +5 -5
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +189 -179
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +185 -175
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +11 -11
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +2 -2
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +11 -11
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +98 -77
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +0 -2
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +97 -76
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs +17 -17
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs +12 -12
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs +23 -14
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs +21 -12
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs +3 -3
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +3 -3
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs +61 -81
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +60 -80
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +37 -37
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +12 -12
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +37 -37
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs +23 -64
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts +2 -3
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs +21 -62
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +15 -15
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +9 -9
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureEditor.cjs +31 -0
- package/dist/components/DictionaryFieldEditor/StructureEditor.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureEditor.d.ts +8 -0
- package/dist/components/DictionaryFieldEditor/StructureEditor.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureEditor.mjs +31 -0
- package/dist/components/DictionaryFieldEditor/StructureEditor.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs +270 -0
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.d.ts +16 -0
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs +270 -0
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs +76 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/{editorView.content.d.ts → StructureView/structureView.content.d.ts} +4 -51
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs +76 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs +11 -11
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +11 -11
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +6 -6
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +3 -3
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +0 -30
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +0 -30
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +0 -30
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.cjs +7 -44
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.mjs +8 -45
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +52 -21
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +52 -21
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
- package/dist/components/DropDown/index.cjs +5 -5
- package/dist/components/DropDown/index.cjs.map +1 -1
- package/dist/components/DropDown/index.mjs +5 -5
- package/dist/components/DropDown/index.mjs.map +1 -1
- package/dist/components/EditableField/EditableFieldInput.cjs +15 -12
- package/dist/components/EditableField/EditableFieldInput.cjs.map +1 -1
- package/dist/components/EditableField/EditableFieldInput.d.ts +2 -1
- package/dist/components/EditableField/EditableFieldInput.d.ts.map +1 -1
- package/dist/components/EditableField/EditableFieldInput.mjs +12 -9
- package/dist/components/EditableField/EditableFieldInput.mjs.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.cjs +13 -13
- package/dist/components/EditableField/EditableFieldLayout.cjs.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.d.ts +1 -1
- package/dist/components/EditableField/EditableFieldLayout.d.ts.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.mjs +8 -8
- package/dist/components/EditableField/EditableFieldLayout.mjs.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.cjs +19 -15
- package/dist/components/EditableField/EditableFieldTextArea.cjs.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.d.ts +2 -1
- package/dist/components/EditableField/EditableFieldTextArea.d.ts.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.mjs +17 -13
- package/dist/components/EditableField/EditableFieldTextArea.mjs.map +1 -1
- package/dist/components/Flags/Flag.cjs +2 -2
- package/dist/components/Flags/Flag.cjs.map +1 -1
- package/dist/components/Flags/Flag.d.ts.map +1 -1
- package/dist/components/Flags/Flag.mjs +2 -2
- package/dist/components/Flags/Flag.mjs.map +1 -1
- package/dist/components/Footer/index.cjs +8 -8
- package/dist/components/Footer/index.cjs.map +1 -1
- package/dist/components/Footer/index.mjs +8 -8
- package/dist/components/Footer/index.mjs.map +1 -1
- package/dist/components/Form/Form.cjs +2 -2
- package/dist/components/Form/Form.d.ts.map +1 -1
- package/dist/components/Form/Form.mjs +2 -2
- package/dist/components/Form/FormBase.cjs +38 -42
- package/dist/components/Form/FormBase.cjs.map +1 -1
- package/dist/components/Form/FormBase.d.ts +11 -8
- package/dist/components/Form/FormBase.d.ts.map +1 -1
- package/dist/components/Form/FormBase.mjs +39 -43
- package/dist/components/Form/FormBase.mjs.map +1 -1
- package/dist/components/Form/FormControl.cjs +4 -7
- package/dist/components/Form/FormControl.cjs.map +1 -1
- package/dist/components/Form/FormControl.d.ts +3 -1
- package/dist/components/Form/FormControl.d.ts.map +1 -1
- package/dist/components/Form/FormControl.mjs +4 -7
- package/dist/components/Form/FormControl.mjs.map +1 -1
- package/dist/components/Form/FormDescription.cjs +4 -7
- package/dist/components/Form/FormDescription.cjs.map +1 -1
- package/dist/components/Form/FormDescription.d.ts +2 -2
- package/dist/components/Form/FormDescription.d.ts.map +1 -1
- package/dist/components/Form/FormDescription.mjs +4 -7
- package/dist/components/Form/FormDescription.mjs.map +1 -1
- package/dist/components/Form/FormField.cjs +7 -7
- package/dist/components/Form/FormField.cjs.map +1 -1
- package/dist/components/Form/FormField.mjs +4 -4
- package/dist/components/Form/FormField.mjs.map +1 -1
- package/dist/components/Form/FormItem.cjs +8 -9
- package/dist/components/Form/FormItem.cjs.map +1 -1
- package/dist/components/Form/FormItem.d.ts +2 -2
- package/dist/components/Form/FormItem.d.ts.map +1 -1
- package/dist/components/Form/FormItem.mjs +5 -6
- package/dist/components/Form/FormItem.mjs.map +1 -1
- package/dist/components/Form/FormLabel.cjs +7 -7
- package/dist/components/Form/FormLabel.cjs.map +1 -1
- package/dist/components/Form/FormLabel.d.ts +3 -1
- package/dist/components/Form/FormLabel.d.ts.map +1 -1
- package/dist/components/Form/FormLabel.mjs +7 -7
- package/dist/components/Form/FormLabel.mjs.map +1 -1
- package/dist/components/Form/FormMessage.cjs +2 -2
- package/dist/components/Form/FormMessage.cjs.map +1 -1
- package/dist/components/Form/FormMessage.mjs +2 -2
- package/dist/components/Form/FormMessage.mjs.map +1 -1
- package/dist/components/Form/elements/AutoSizeTextAreaElement.cjs +2 -2
- package/dist/components/Form/elements/AutoSizeTextAreaElement.mjs +2 -2
- package/dist/components/Form/elements/CheckboxElement.cjs +4 -4
- package/dist/components/Form/elements/CheckboxElement.d.ts.map +1 -1
- package/dist/components/Form/elements/CheckboxElement.mjs +4 -4
- package/dist/components/Form/elements/EditableFieldInputElement.cjs +2 -2
- package/dist/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
- package/dist/components/Form/elements/EditableFieldInputElement.mjs +2 -2
- package/dist/components/Form/elements/EditableFieldTextAreaElement.cjs +2 -2
- package/dist/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
- package/dist/components/Form/elements/EditableFieldTextAreaElement.mjs +2 -2
- package/dist/components/Form/elements/FormElement.cjs +2 -3
- package/dist/components/Form/elements/FormElement.cjs.map +1 -1
- package/dist/components/Form/elements/FormElement.d.ts.map +1 -1
- package/dist/components/Form/elements/FormElement.mjs +2 -3
- package/dist/components/Form/elements/FormElement.mjs.map +1 -1
- package/dist/components/Form/elements/FormElementWrapper.cjs +2 -2
- package/dist/components/Form/elements/FormElementWrapper.cjs.map +1 -1
- package/dist/components/Form/elements/FormElementWrapper.mjs +2 -2
- package/dist/components/Form/elements/FormElementWrapper.mjs.map +1 -1
- package/dist/components/Form/elements/InputElement.cjs +4 -3
- package/dist/components/Form/elements/InputElement.cjs.map +1 -1
- package/dist/components/Form/elements/InputElement.d.ts.map +1 -1
- package/dist/components/Form/elements/InputElement.mjs +4 -3
- package/dist/components/Form/elements/InputElement.mjs.map +1 -1
- package/dist/components/Form/elements/InputPasswordElement.cjs +2 -2
- package/dist/components/Form/elements/InputPasswordElement.d.ts.map +1 -1
- package/dist/components/Form/elements/InputPasswordElement.mjs +2 -2
- package/dist/components/Form/elements/MultiselectElement.cjs +2 -2
- package/dist/components/Form/elements/MultiselectElement.d.ts.map +1 -1
- package/dist/components/Form/elements/MultiselectElement.mjs +2 -2
- package/dist/components/Form/elements/SelectElement.cjs +2 -2
- package/dist/components/Form/elements/SelectElement.mjs +2 -2
- package/dist/components/Form/elements/SwitchSelectorElement.cjs +2 -2
- package/dist/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
- package/dist/components/Form/elements/SwitchSelectorElement.mjs +2 -2
- package/dist/components/Form/elements/TextAreaElement.cjs +2 -2
- package/dist/components/Form/elements/TextAreaElement.d.ts.map +1 -1
- package/dist/components/Form/elements/TextAreaElement.mjs +2 -2
- package/dist/components/Form/elements/index.cjs +1 -1
- package/dist/components/Form/elements/index.d.ts.map +1 -1
- package/dist/components/Form/elements/index.mjs +1 -1
- package/dist/components/Form/index.cjs +1 -1
- package/dist/components/Form/index.mjs +1 -1
- package/dist/components/Form/layout/FormItemLayout.cjs +2 -2
- package/dist/components/Form/layout/FormItemLayout.d.ts.map +1 -1
- package/dist/components/Form/layout/FormItemLayout.mjs +2 -2
- package/dist/components/Form/layout/FormLabelLayout.cjs +5 -5
- package/dist/components/Form/layout/FormLabelLayout.cjs.map +1 -1
- package/dist/components/Form/layout/FormLabelLayout.mjs +5 -5
- package/dist/components/Form/layout/FormLabelLayout.mjs.map +1 -1
- package/dist/components/Form/layout/RequiredStar.cjs +2 -2
- package/dist/components/Form/layout/RequiredStar.cjs.map +1 -1
- package/dist/components/Form/layout/RequiredStar.mjs +2 -2
- package/dist/components/Form/layout/RequiredStar.mjs.map +1 -1
- package/dist/components/Form/layout/index.cjs +1 -1
- package/dist/components/Form/layout/index.d.ts.map +1 -1
- package/dist/components/Form/layout/index.mjs +1 -1
- package/dist/components/Headers/SectionScroller.cjs +4 -4
- package/dist/components/Headers/SectionScroller.cjs.map +1 -1
- package/dist/components/Headers/index.cjs +12 -12
- package/dist/components/Headers/index.cjs.map +1 -1
- package/dist/components/Headers/index.d.ts.map +1 -1
- package/dist/components/Headers/index.mjs +12 -12
- package/dist/components/Headers/index.mjs.map +1 -1
- package/dist/components/IDE/Code.cjs +59 -64
- package/dist/components/IDE/Code.cjs.map +1 -1
- package/dist/components/IDE/Code.d.ts +5 -3
- package/dist/components/IDE/Code.d.ts.map +1 -1
- package/dist/components/IDE/Code.mjs +59 -64
- package/dist/components/IDE/Code.mjs.map +1 -1
- package/dist/components/IDE/CodeBlockClient.cjs +9 -9
- package/dist/components/IDE/CodeBlockClient.cjs.map +1 -1
- package/dist/components/IDE/CodeBlockClient.d.ts.map +1 -1
- package/dist/components/IDE/CodeBlockClient.mjs +5 -5
- package/dist/components/IDE/CodeBlockClient.mjs.map +1 -1
- package/dist/components/IDE/CodeBlockServer.cjs +5 -5
- package/dist/components/IDE/CodeBlockServer.cjs.map +1 -1
- package/dist/components/IDE/CodeBlockServer.d.ts.map +1 -1
- package/dist/components/IDE/CodeBlockServer.mjs +4 -4
- package/dist/components/IDE/CodeBlockServer.mjs.map +1 -1
- package/dist/components/IDE/CodeConditionalRenderer.cjs +2 -2
- package/dist/components/IDE/CodeConditionalRenderer.cjs.map +1 -1
- package/dist/components/IDE/CodeConditionalRenderer.d.ts.map +1 -1
- package/dist/components/IDE/CodeConditionalRenderer.mjs +2 -2
- package/dist/components/IDE/CodeConditionalRenderer.mjs.map +1 -1
- package/dist/components/IDE/CodeContext.cjs +6 -6
- package/dist/components/IDE/CodeContext.cjs.map +1 -1
- package/dist/components/IDE/CodeContext.mjs +3 -3
- package/dist/components/IDE/CodeContext.mjs.map +1 -1
- package/dist/components/IDE/CodeFormatSelector.cjs +7 -7
- package/dist/components/IDE/CodeFormatSelector.cjs.map +1 -1
- package/dist/components/IDE/CodeFormatSelector.mjs +7 -7
- package/dist/components/IDE/CodeFormatSelector.mjs.map +1 -1
- package/dist/components/IDE/ContentDeclarationFormatSelector.cjs +8 -8
- package/dist/components/IDE/ContentDeclarationFormatSelector.cjs.map +1 -1
- package/dist/components/IDE/ContentDeclarationFormatSelector.mjs +8 -8
- package/dist/components/IDE/ContentDeclarationFormatSelector.mjs.map +1 -1
- package/dist/components/IDE/CopyButton.cjs +5 -5
- package/dist/components/IDE/CopyButton.cjs.map +1 -1
- package/dist/components/IDE/CopyButton.mjs +2 -2
- package/dist/components/IDE/CopyButton.mjs.map +1 -1
- package/dist/components/IDE/FileList.cjs +7 -7
- package/dist/components/IDE/FileList.cjs.map +1 -1
- package/dist/components/IDE/FileList.mjs +7 -7
- package/dist/components/IDE/FileList.mjs.map +1 -1
- package/dist/components/IDE/FileTree.cjs +10 -10
- package/dist/components/IDE/FileTree.cjs.map +1 -1
- package/dist/components/IDE/FileTree.d.ts.map +1 -1
- package/dist/components/IDE/FileTree.mjs +8 -8
- package/dist/components/IDE/FileTree.mjs.map +1 -1
- package/dist/components/IDE/IDE.cjs +15 -15
- package/dist/components/IDE/IDE.cjs.map +1 -1
- package/dist/components/IDE/IDE.mjs +12 -12
- package/dist/components/IDE/IDE.mjs.map +1 -1
- package/dist/components/IDE/MarkDownRender.cjs +4 -4
- package/dist/components/IDE/MarkDownRender.cjs.map +1 -1
- package/dist/components/IDE/MarkDownRender.mjs +4 -4
- package/dist/components/IDE/MarkDownRender.mjs.map +1 -1
- package/dist/components/IDE/MonacoCode.cjs +18 -12
- package/dist/components/IDE/MonacoCode.cjs.map +1 -1
- package/dist/components/IDE/MonacoCode.d.ts.map +1 -1
- package/dist/components/IDE/MonacoCode.mjs +13 -7
- package/dist/components/IDE/MonacoCode.mjs.map +1 -1
- package/dist/components/IDE/PackageManagerSelector.cjs +7 -7
- package/dist/components/IDE/PackageManagerSelector.cjs.map +1 -1
- package/dist/components/IDE/PackageManagerSelector.mjs +7 -7
- package/dist/components/IDE/PackageManagerSelector.mjs.map +1 -1
- package/dist/components/IDE/createFileTree.cjs +1 -1
- package/dist/components/IDE/createFileTree.cjs.map +1 -1
- package/dist/components/IDE/createFileTree.mjs +1 -1
- package/dist/components/IDE/createFileTree.mjs.map +1 -1
- package/dist/components/InformationTag/index.cjs +2 -2
- package/dist/components/InformationTag/index.cjs.map +1 -1
- package/dist/components/InformationTag/index.mjs +2 -2
- package/dist/components/InformationTag/index.mjs.map +1 -1
- package/dist/components/Input/Checkbox.cjs +31 -34
- package/dist/components/Input/Checkbox.cjs.map +1 -1
- package/dist/components/Input/Checkbox.d.ts +2 -2
- package/dist/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/components/Input/Checkbox.mjs +31 -34
- package/dist/components/Input/Checkbox.mjs.map +1 -1
- package/dist/components/Input/Input.cjs +18 -17
- package/dist/components/Input/Input.cjs.map +1 -1
- package/dist/components/Input/Input.d.ts +2 -2
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/Input/Input.mjs +18 -17
- package/dist/components/Input/Input.mjs.map +1 -1
- package/dist/components/Input/InputPassword.cjs +30 -40
- package/dist/components/Input/InputPassword.cjs.map +1 -1
- package/dist/components/Input/InputPassword.d.ts +2 -1
- package/dist/components/Input/InputPassword.d.ts.map +1 -1
- package/dist/components/Input/InputPassword.mjs +30 -40
- package/dist/components/Input/InputPassword.mjs.map +1 -1
- package/dist/components/Label/index.cjs +6 -6
- package/dist/components/Label/index.cjs.map +1 -1
- package/dist/components/Label/index.d.ts +2 -2
- package/dist/components/Label/index.d.ts.map +1 -1
- package/dist/components/Label/index.mjs +6 -6
- package/dist/components/Label/index.mjs.map +1 -1
- package/dist/components/Link/Link.cjs +5 -8
- package/dist/components/Link/Link.cjs.map +1 -1
- package/dist/components/Link/Link.d.ts +4 -4
- package/dist/components/Link/Link.d.ts.map +1 -1
- package/dist/components/Link/Link.mjs +5 -8
- package/dist/components/Link/Link.mjs.map +1 -1
- package/dist/components/Loader/index.cjs +4 -4
- package/dist/components/Loader/index.cjs.map +1 -1
- package/dist/components/Loader/index.d.ts.map +1 -1
- package/dist/components/Loader/index.mjs +4 -4
- package/dist/components/Loader/index.mjs.map +1 -1
- package/dist/components/Loader/spinner.cjs +9 -9
- package/dist/components/Loader/spinner.cjs.map +1 -1
- package/dist/components/Loader/spinner.mjs +9 -9
- package/dist/components/Loader/spinner.mjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +26 -27
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +20 -21
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs +6 -6
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +3 -3
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +22 -23
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +16 -17
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
- package/dist/components/Logo/LogoCircle.cjs +4 -4
- package/dist/components/Logo/LogoCircle.cjs.map +1 -1
- package/dist/components/Logo/LogoCircle.mjs +4 -4
- package/dist/components/Logo/LogoCircle.mjs.map +1 -1
- package/dist/components/Logo/LogoNoFrame.cjs +17 -17
- package/dist/components/Logo/LogoNoFrame.cjs.map +1 -1
- package/dist/components/Logo/LogoNoFrame.mjs +17 -17
- package/dist/components/Logo/LogoNoFrame.mjs.map +1 -1
- package/dist/components/Logo/LogoSquare.cjs +4 -4
- package/dist/components/Logo/LogoSquare.cjs.map +1 -1
- package/dist/components/Logo/LogoSquare.mjs +4 -4
- package/dist/components/Logo/LogoSquare.mjs.map +1 -1
- package/dist/components/Logo/LogoSquircle.cjs +8 -8
- package/dist/components/Logo/LogoSquircle.cjs.map +1 -1
- package/dist/components/Logo/LogoSquircle.mjs +8 -8
- package/dist/components/Logo/LogoSquircle.mjs.map +1 -1
- package/dist/components/Logo/LogoTextOnly.cjs +17 -17
- package/dist/components/Logo/LogoTextOnly.cjs.map +1 -1
- package/dist/components/Logo/LogoTextOnly.mjs +17 -17
- package/dist/components/Logo/LogoTextOnly.mjs.map +1 -1
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs +19 -19
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs.map +1 -1
- package/dist/components/Logo/LogoWithTextBelowCircle.mjs +19 -19
- package/dist/components/Logo/LogoWithTextBelowCircle.mjs.map +1 -1
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs +17 -17
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs.map +1 -1
- package/dist/components/Logo/LogoWithTextBelowNoFrame.mjs +17 -17
- package/dist/components/Logo/LogoWithTextBelowNoFrame.mjs.map +1 -1
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs +8 -8
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs.map +1 -1
- package/dist/components/Logo/LogoWithTextBelowSquircle.mjs +8 -8
- package/dist/components/Logo/LogoWithTextBelowSquircle.mjs.map +1 -1
- package/dist/components/Logo/LogoWithTextCircle.cjs +35 -35
- package/dist/components/Logo/LogoWithTextCircle.cjs.map +1 -1
- package/dist/components/Logo/LogoWithTextCircle.mjs +35 -35
- package/dist/components/Logo/LogoWithTextCircle.mjs.map +1 -1
- package/dist/components/Logo/LogoWithTextNoFrame.cjs +17 -17
- package/dist/components/Logo/LogoWithTextNoFrame.cjs.map +1 -1
- package/dist/components/Logo/LogoWithTextNoFrame.mjs +17 -17
- package/dist/components/Logo/LogoWithTextNoFrame.mjs.map +1 -1
- package/dist/components/Logo/LogoWithTextSquircle.cjs +8 -8
- package/dist/components/Logo/LogoWithTextSquircle.cjs.map +1 -1
- package/dist/components/Logo/LogoWithTextSquircle.mjs +8 -8
- package/dist/components/Logo/LogoWithTextSquircle.mjs.map +1 -1
- package/dist/components/Logo/index.cjs +12 -12
- package/dist/components/Logo/index.cjs.map +1 -1
- package/dist/components/Logo/index.mjs +12 -12
- package/dist/components/Logo/index.mjs.map +1 -1
- package/dist/components/MarkDownRender/index.cjs +21 -21
- package/dist/components/MarkDownRender/index.cjs.map +1 -1
- package/dist/components/MarkDownRender/index.d.ts.map +1 -1
- package/dist/components/MarkDownRender/index.mjs +22 -22
- package/dist/components/MarkDownRender/index.mjs.map +1 -1
- package/dist/components/MaxHeightSmoother/index.cjs +3 -3
- package/dist/components/MaxHeightSmoother/index.cjs.map +1 -1
- package/dist/components/MaxHeightSmoother/index.mjs +3 -3
- package/dist/components/MaxHeightSmoother/index.mjs.map +1 -1
- package/dist/components/MaxWidthSmoother/index.cjs +3 -3
- package/dist/components/MaxWidthSmoother/index.cjs.map +1 -1
- package/dist/components/MaxWidthSmoother/index.mjs +3 -3
- package/dist/components/MaxWidthSmoother/index.mjs.map +1 -1
- package/dist/components/Modal/Modal.cjs +9 -9
- package/dist/components/Modal/Modal.cjs.map +1 -1
- package/dist/components/Modal/Modal.mjs +9 -9
- package/dist/components/Modal/Modal.mjs.map +1 -1
- package/dist/components/Navbar/Burger.cjs +9 -9
- package/dist/components/Navbar/Burger.cjs.map +1 -1
- package/dist/components/Navbar/Burger.mjs +9 -9
- package/dist/components/Navbar/Burger.mjs.map +1 -1
- package/dist/components/Navbar/DesktopNavbar.cjs +4 -4
- package/dist/components/Navbar/DesktopNavbar.cjs.map +1 -1
- package/dist/components/Navbar/DesktopNavbar.d.ts.map +1 -1
- package/dist/components/Navbar/DesktopNavbar.mjs +4 -4
- package/dist/components/Navbar/DesktopNavbar.mjs.map +1 -1
- package/dist/components/Navbar/MobileNavbar.cjs +15 -15
- package/dist/components/Navbar/MobileNavbar.cjs.map +1 -1
- package/dist/components/Navbar/MobileNavbar.d.ts.map +1 -1
- package/dist/components/Navbar/MobileNavbar.mjs +11 -11
- package/dist/components/Navbar/MobileNavbar.mjs.map +1 -1
- package/dist/components/Navbar/index.cjs +4 -4
- package/dist/components/Navbar/index.cjs.map +1 -1
- package/dist/components/Navbar/index.d.ts.map +1 -1
- package/dist/components/Navbar/index.mjs +4 -4
- package/dist/components/Navbar/index.mjs.map +1 -1
- package/dist/components/Navbar/useNavigation.cjs +3 -3
- package/dist/components/Navbar/useNavigation.cjs.map +1 -1
- package/dist/components/Pattern/DotPattern.cjs +7 -7
- package/dist/components/Pattern/DotPattern.cjs.map +1 -1
- package/dist/components/Pattern/DotPattern.mjs +5 -5
- package/dist/components/Pattern/DotPattern.mjs.map +1 -1
- package/dist/components/Pattern/GridPattern.cjs +8 -8
- package/dist/components/Pattern/GridPattern.cjs.map +1 -1
- package/dist/components/Pattern/GridPattern.mjs +6 -6
- package/dist/components/Pattern/GridPattern.mjs.map +1 -1
- package/dist/components/Pattern/SpotLight.cjs +7 -7
- package/dist/components/Pattern/SpotLight.cjs.map +1 -1
- package/dist/components/Pattern/SpotLight.mjs +7 -7
- package/dist/components/Pattern/SpotLight.mjs.map +1 -1
- package/dist/components/Popover/index.cjs +3 -3
- package/dist/components/Popover/index.cjs.map +1 -1
- package/dist/components/Popover/index.mjs +3 -3
- package/dist/components/Popover/index.mjs.map +1 -1
- package/dist/components/PressableSpan/PressableSpan.cjs +8 -8
- package/dist/components/PressableSpan/PressableSpan.cjs.map +1 -1
- package/dist/components/PressableSpan/PressableSpan.mjs +2 -2
- package/dist/components/PressableSpan/PressableSpan.mjs.map +1 -1
- package/dist/components/ProfileDropDown/index.cjs +5 -5
- package/dist/components/ProfileDropDown/index.cjs.map +1 -1
- package/dist/components/ProfileDropDown/index.mjs +5 -5
- package/dist/components/ProfileDropDown/index.mjs.map +1 -1
- package/dist/components/RightDrawer/RightDrawer.cjs +14 -14
- package/dist/components/RightDrawer/RightDrawer.cjs.map +1 -1
- package/dist/components/RightDrawer/RightDrawer.d.ts.map +1 -1
- package/dist/components/RightDrawer/RightDrawer.mjs +9 -9
- package/dist/components/RightDrawer/RightDrawer.mjs.map +1 -1
- package/dist/components/Select/Multiselect.cjs +94 -100
- package/dist/components/Select/Multiselect.cjs.map +1 -1
- package/dist/components/Select/Multiselect.d.ts +9 -29
- package/dist/components/Select/Multiselect.d.ts.map +1 -1
- package/dist/components/Select/Multiselect.mjs +81 -87
- package/dist/components/Select/Multiselect.mjs.map +1 -1
- package/dist/components/Select/Select.cjs +30 -37
- package/dist/components/Select/Select.cjs.map +1 -1
- package/dist/components/Select/Select.d.ts +10 -9
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/components/Select/Select.mjs +30 -37
- package/dist/components/Select/Select.mjs.map +1 -1
- package/dist/components/SwitchSelector/index.cjs +11 -11
- package/dist/components/SwitchSelector/index.cjs.map +1 -1
- package/dist/components/SwitchSelector/index.d.ts +1 -1
- package/dist/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/components/SwitchSelector/index.mjs +5 -5
- package/dist/components/SwitchSelector/index.mjs.map +1 -1
- package/dist/components/TabSelector/TabSelector.cjs +7 -7
- package/dist/components/TabSelector/TabSelector.cjs.map +1 -1
- package/dist/components/TabSelector/TabSelector.mjs +3 -3
- package/dist/components/TabSelector/TabSelector.mjs.map +1 -1
- package/dist/components/Tag/index.cjs +27 -32
- package/dist/components/Tag/index.cjs.map +1 -1
- package/dist/components/Tag/index.d.ts +6 -5
- package/dist/components/Tag/index.d.ts.map +1 -1
- package/dist/components/Tag/index.mjs +27 -32
- package/dist/components/Tag/index.mjs.map +1 -1
- package/dist/components/TextArea/AutoSizeTextArea.cjs +17 -11
- package/dist/components/TextArea/AutoSizeTextArea.cjs.map +1 -1
- package/dist/components/TextArea/AutoSizeTextArea.d.ts +2 -1
- package/dist/components/TextArea/AutoSizeTextArea.d.ts.map +1 -1
- package/dist/components/TextArea/AutoSizeTextArea.mjs +12 -6
- package/dist/components/TextArea/AutoSizeTextArea.mjs.map +1 -1
- package/dist/components/TextArea/TextArea.cjs +21 -20
- package/dist/components/TextArea/TextArea.cjs.map +1 -1
- package/dist/components/TextArea/TextArea.d.ts +2 -2
- package/dist/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/components/TextArea/TextArea.mjs +21 -20
- package/dist/components/TextArea/TextArea.mjs.map +1 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs +13 -13
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs.map +1 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +11 -11
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs.map +1 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs +7 -7
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs.map +1 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts.map +1 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +5 -5
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs.map +1 -1
- package/dist/components/Toaster/Toast.cjs +28 -29
- package/dist/components/Toaster/Toast.cjs.map +1 -1
- package/dist/components/Toaster/Toast.d.ts +11 -10
- package/dist/components/Toaster/Toast.d.ts.map +1 -1
- package/dist/components/Toaster/Toast.mjs +28 -29
- package/dist/components/Toaster/Toast.mjs.map +1 -1
- package/dist/components/Toaster/Toaster.cjs +8 -8
- package/dist/components/Toaster/Toaster.cjs.map +1 -1
- package/dist/components/Toaster/Toaster.mjs +8 -8
- package/dist/components/Toaster/Toaster.mjs.map +1 -1
- package/dist/components/Toaster/useToast.cjs +3 -3
- package/dist/components/Toaster/useToast.cjs.map +1 -1
- package/dist/components/WithResizer/index.cjs +11 -11
- package/dist/components/WithResizer/index.cjs.map +1 -1
- package/dist/components/WithResizer/index.mjs +3 -3
- package/dist/components/WithResizer/index.mjs.map +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/hooks/intlayerAPIHooks.cjs +1 -1
- package/dist/hooks/intlayerAPIHooks.cjs.map +1 -1
- package/dist/hooks/intlayerAPIHooks.d.ts +48 -48
- package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
- package/dist/hooks/intlayerAPIHooks.mjs +1 -1
- package/dist/hooks/intlayerAPIHooks.mjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.cjs +14 -14
- package/dist/hooks/useAsync/useAsync.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.d.ts.map +1 -1
- package/dist/hooks/useAsync/useAsync.mjs.map +1 -1
- package/dist/hooks/useAsync/useAsyncStateStore.cjs +6 -6
- package/dist/hooks/useAsync/useAsyncStateStore.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsyncStateStore.d.ts.map +1 -1
- package/dist/hooks/useAsync/useAsyncStateStore.mjs +2 -2
- package/dist/hooks/useAsync/useAsyncStateStore.mjs.map +1 -1
- package/dist/hooks/useAsync/useAsyncWrapper.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsyncWrapper.d.ts.map +1 -1
- package/dist/hooks/useAsync/useAsyncWrapper.mjs.map +1 -1
- package/dist/hooks/useDevice.cjs +3 -3
- package/dist/hooks/useDevice.cjs.map +1 -1
- package/dist/hooks/useDevice.d.ts.map +1 -1
- package/dist/hooks/useDevice.mjs.map +1 -1
- package/dist/hooks/useGetAllDictionaries.cjs +3 -3
- package/dist/hooks/useGetAllDictionaries.cjs.map +1 -1
- package/dist/hooks/useGetAllDictionaries.d.ts +1 -1
- package/dist/hooks/useGetAllDictionaries.d.ts.map +1 -1
- package/dist/hooks/useGetAllDictionaries.mjs.map +1 -1
- package/dist/hooks/useGetElementOrWindow.cjs +3 -3
- package/dist/hooks/useGetElementOrWindow.cjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.cjs +7 -5
- package/dist/hooks/useIntlayerAPI.cjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.d.ts +59 -59
- package/dist/hooks/useIntlayerAPI.d.ts.map +1 -1
- package/dist/hooks/useIntlayerAPI.mjs +3 -1
- package/dist/hooks/useIntlayerAPI.mjs.map +1 -1
- package/dist/hooks/useIsDarkMode.cjs +3 -3
- package/dist/hooks/useIsDarkMode.cjs.map +1 -1
- package/dist/hooks/useIsMounted.cjs +3 -3
- package/dist/hooks/useIsMounted.cjs.map +1 -1
- package/dist/hooks/useItemSelector.cjs +4 -4
- package/dist/hooks/useItemSelector.cjs.map +1 -1
- package/dist/hooks/usePersistedStore.cjs +5 -5
- package/dist/hooks/usePersistedStore.cjs.map +1 -1
- package/dist/hooks/useScrollBlockage/index.cjs +1 -1
- package/dist/hooks/useScrollBlockage/index.mjs +1 -1
- package/dist/hooks/useScrollDetection.cjs +8 -8
- package/dist/hooks/useScrollDetection.cjs.map +1 -1
- package/dist/hooks/useScrollDetection.mjs +1 -1
- package/dist/index-2Yc9SLPe.cjs +184 -0
- package/dist/index-2Yc9SLPe.cjs.map +1 -0
- package/dist/index-B4mYwsto.js +185 -0
- package/dist/index-B4mYwsto.js.map +1 -0
- package/dist/{index-O_7rYrbW.js → index-BCuMWKyy.js} +3 -3
- package/dist/index-BCuMWKyy.js.map +1 -0
- package/dist/{index-Cg-S9ry9.cjs → index-BYzBot7l.cjs} +4 -4
- package/dist/{index-O_7rYrbW.js.map → index-BYzBot7l.cjs.map} +1 -1
- package/dist/tailwind.config.cjs.map +1 -1
- package/dist/tailwind.config.mjs.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/zod-BV4nCGJE.js.map +1 -1
- package/dist/zod-DSrtTSD_.cjs.map +1 -1
- package/package.json +26 -26
- package/dist/Form-CSMiPnjC.cjs.map +0 -1
- package/dist/Form-DlqjTz3u.js.map +0 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +0 -143
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +0 -143
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +0 -361
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +0 -361
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.cjs +0 -70
- package/dist/components/DictionaryFieldEditor/NodeEditor.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts +0 -10
- package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.mjs +0 -70
- package/dist/components/DictionaryFieldEditor/NodeEditor.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs +0 -123
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs +0 -123
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs.map +0 -1
- package/dist/index-B-adg6xa.js +0 -206
- package/dist/index-B-adg6xa.js.map +0 -1
- package/dist/index-Cg-S9ry9.cjs.map +0 -1
- package/dist/index-DAsui9u9.cjs +0 -205
- package/dist/index-DAsui9u9.cjs.map +0 -1
- package/dist/jsx-runtime-CgFM7lM3.cjs +0 -934
- package/dist/jsx-runtime-CgFM7lM3.cjs.map +0 -1
- package/dist/jsx-runtime-DQkoUcjV.js +0 -935
- package/dist/jsx-runtime-DQkoUcjV.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoTextOnly.cjs","sources":["../../../src/components/Logo/LogoTextOnly.tsx"],"sourcesContent":["import type { FC } from 'react';\nimport type { LogoBaseProps } from '.';\n\nexport const LogoTextOnly: FC<LogoBaseProps> = ({ ...props }) => (\n <svg\n width=\"1866\"\n height=\"478\"\n viewBox=\"0 0 1866 478\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g filter=\"url(#filter0_d_2007_6)\">\n <mask\n id=\"path-1-outside-1_2007_6\"\n maskUnits=\"userSpaceOnUse\"\n x=\"3\"\n y=\"-1\"\n width=\"1860\"\n height=\"472\"\n fill=\"currentColor\"\n >\n <rect fill=\"white\" x=\"3\" y=\"-1\" width=\"1860\" height=\"472\" />\n <path d=\"M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z\" />\n </mask>\n <path\n d=\"M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4.5 365H3.5V366H4.5V365ZM4.5 -9.53674e-06V-1.00001H3.5V-9.53674e-06H4.5ZM77.5 -9.53674e-06H78.5V-1.00001H77.5V-9.53674e-06ZM77.5 365V366H78.5V365H77.5ZM5.5 365V-9.53674e-06H3.5V365H5.5ZM4.5 0.99999H77.5V-1.00001H4.5V0.99999ZM76.5 -9.53674e-06V365H78.5V-9.53674e-06H76.5ZM77.5 364H4.5V366H77.5V364ZM154.215 365H153.215V366H154.215V365ZM154.215 105V104H153.215V105H154.215ZM219.715 105L220.715 104.984L220.699 104H219.715V105ZM220.215 135.5L219.215 135.516L219.231 136.5H220.215V135.5ZM221.215 135.5V136.5H221.664L221.962 136.164L221.215 135.5ZM258.215 109L258.59 109.927L258.601 109.922L258.215 109ZM376.715 125.5L375.958 126.153L375.965 126.161L375.972 126.169L376.715 125.5ZM399.215 365V366H400.215V365H399.215ZM330.715 365H329.715V366H330.715V365ZM319.715 171.5L318.908 172.091L318.913 172.098L318.918 172.104L319.715 171.5ZM252.715 164L253.162 164.894L253.175 164.888L253.187 164.881L252.715 164ZM230.715 183.5L229.873 182.961L229.867 182.97L230.715 183.5ZM223.215 365V366H224.215V365H223.215ZM155.215 365V105H153.215V365H155.215ZM154.215 106H219.715V104H154.215V106ZM218.715 105.016L219.215 135.516L221.215 135.484L220.715 104.984L218.715 105.016ZM220.215 136.5H221.215V134.5H220.215V136.5ZM221.962 136.164C232.533 124.272 244.742 115.532 258.59 109.927L257.84 108.073C243.688 113.801 231.23 122.728 220.467 134.836L221.962 136.164ZM258.601 109.922C272.79 103.983 289.155 101 307.715 101V99C288.942 99 272.306 102.017 257.829 108.078L258.601 109.922ZM307.715 101C338.877 101 361.547 109.45 375.958 126.153L377.472 124.847C362.549 107.55 339.219 99 307.715 99V101ZM375.972 126.169C390.73 142.567 398.215 168.769 398.215 205H400.215C400.215 168.564 392.7 141.766 377.458 124.831L375.972 126.169ZM398.215 205V365H400.215V205H398.215ZM399.215 364H330.715V366H399.215V364ZM331.715 365V218.5H329.715V365H331.715ZM331.715 218.5C331.715 196.767 328.046 180.827 320.512 170.896L318.918 172.104C326.051 181.506 329.715 196.9 329.715 218.5H331.715ZM320.521 170.909C312.946 160.579 300.932 155.5 284.715 155.5V157.5C300.498 157.5 311.817 162.421 318.908 172.091L320.521 170.909ZM284.715 155.5C272.572 155.5 261.74 158.031 252.243 163.119L253.187 164.881C262.357 159.969 272.857 157.5 284.715 157.5V155.5ZM252.268 163.106C242.782 167.848 235.309 174.467 229.873 182.961L231.557 184.039C236.788 175.866 243.981 169.485 253.162 164.894L252.268 163.106ZM229.867 182.97C224.752 191.154 222.215 200.844 222.215 212H224.215C224.215 201.156 226.678 191.846 231.563 184.03L229.867 182.97ZM222.215 212V365H224.215V212H222.215ZM223.215 364H154.215V366H223.215V364ZM504.52 351L503.84 351.733L503.849 351.742L504.52 351ZM484.02 158.5H485.02V157.5H484.02V158.5ZM427.52 158.5H426.52V159.5H427.52V158.5ZM427.52 105V104H426.52V105H427.52ZM484.02 105V106H485.02V105H484.02ZM484.02 20V19H483.02V20H484.02ZM553.02 20H554.02V19H553.02V20ZM553.02 105H552.02V106H553.02V105ZM637.52 105H638.52V104H637.52V105ZM637.52 158.5V159.5H638.52V158.5H637.52ZM553.02 158.5V157.5H552.02V158.5H553.02ZM560.52 304.5L559.735 305.12L559.743 305.13L559.751 305.14L560.52 304.5ZM609.52 311.5L609.355 310.514L609.348 310.515L609.52 311.5ZM631.52 306L632.514 305.9L632.387 304.637L631.189 305.056L631.52 306ZM637.02 360.5L637.302 361.459L638.098 361.225L638.014 360.4L637.02 360.5ZM604.52 367.5L604.392 366.508L604.376 366.51L604.36 366.513L604.52 367.5ZM572.52 369C541.281 369 518.918 362.679 505.19 350.258L503.849 351.742C518.121 364.654 541.091 371 572.52 371V369ZM505.199 350.267C491.827 337.873 485.02 317.374 485.02 288.5H483.02C483.02 317.626 489.879 338.794 503.84 351.733L505.199 350.267ZM485.02 288.5V158.5H483.02V288.5H485.02ZM484.02 157.5H427.52V159.5H484.02V157.5ZM428.52 158.5V105H426.52V158.5H428.52ZM427.52 106H484.02V104H427.52V106ZM485.02 105V20H483.02V105H485.02ZM484.02 21H553.02V19H484.02V21ZM552.02 20V105H554.02V20H552.02ZM553.02 106H637.52V104H553.02V106ZM636.52 105V158.5H638.52V105H636.52ZM637.52 157.5H553.02V159.5H637.52V157.5ZM552.02 158.5V271.5H554.02V158.5H552.02ZM552.02 271.5C552.02 287.211 554.514 298.507 559.735 305.12L561.304 303.88C556.525 297.826 554.02 287.123 554.02 271.5H552.02ZM559.751 305.14C565.037 311.483 574.415 314.5 587.52 314.5V312.5C574.624 312.5 566.002 309.517 561.288 303.86L559.751 305.14ZM587.52 314.5C594.583 314.5 601.974 313.827 609.691 312.485L609.348 310.515C601.732 311.839 594.456 312.5 587.52 312.5V314.5ZM609.684 312.486C617.732 311.145 625.122 309.299 631.85 306.944L631.189 305.056C624.584 307.368 617.307 309.188 609.355 310.514L609.684 312.486ZM630.525 306.1L636.025 360.6L638.014 360.4L632.514 305.9L630.525 306.1ZM636.737 359.541C625.448 362.861 614.666 365.182 604.392 366.508L604.648 368.492C615.039 367.151 625.924 364.806 637.302 361.459L636.737 359.541ZM604.36 366.513C594.082 368.171 583.469 369 572.52 369V371C583.57 371 594.29 370.163 604.679 368.487L604.36 366.513ZM699.707 365H698.707V366H699.707V365ZM699.707 -9.53674e-06V-1.00001H698.707V-9.53674e-06H699.707ZM769.707 -9.53674e-06H770.707V-1.00001H769.707V-9.53674e-06ZM769.707 365V366H770.707V365H769.707ZM700.707 365V-9.53674e-06H698.707V365H700.707ZM699.707 0.99999H769.707V-1.00001H699.707V0.99999ZM768.707 -9.53674e-06V365H770.707V-9.53674e-06H768.707ZM769.707 364H699.707V366H769.707V364ZM844.191 348.5L843.492 349.215L843.501 349.223L844.191 348.5ZM857.191 221.5L856.623 220.677L856.618 220.681L857.191 221.5ZM992.191 197V198H993.191V197H992.191ZM987.691 170L986.77 170.388L986.778 170.408L986.788 170.428L987.691 170ZM973.191 157L972.82 157.928L972.847 157.939L972.875 157.949L973.191 157ZM892.191 158.5L892.374 159.483L892.382 159.482L892.391 159.48L892.191 158.5ZM841.191 173L840.204 173.158L840.401 174.388L841.559 173.93L841.191 173ZM832.691 120L832.348 119.061L831.573 119.344L831.704 120.158L832.691 120ZM890.191 105.5L890.348 106.488L890.361 106.486L890.191 105.5ZM1016.69 109.5L1017.07 108.576L1017.07 108.576L1016.69 109.5ZM1050.19 141.5L1049.29 141.923L1049.29 141.931L1050.19 141.5ZM1060.69 365V366H1061.69V365H1060.69ZM995.191 365L994.192 365.033L994.224 366H995.191V365ZM994.191 335L995.191 334.967L995.159 334H994.191V335ZM993.691 335V334H993.238L992.939 334.341L993.691 335ZM955.191 360.5L954.83 359.568L954.83 359.568L955.191 360.5ZM983.691 295.5L982.9 294.889L982.896 294.894L983.691 295.5ZM992.191 242H993.191V241H992.191V242ZM907.191 252.5L907.639 253.394L907.647 253.39L907.656 253.385L907.191 252.5ZM898.191 309L897.558 309.774L897.567 309.781L897.575 309.788L898.191 309ZM905.191 369C879.718 369 859.654 361.893 844.882 347.777L843.501 349.223C858.728 363.774 879.332 371 905.191 371V369ZM844.89 347.785C830.449 333.672 823.191 314.78 823.191 291H821.191C821.191 315.22 828.6 334.662 843.492 349.215L844.89 347.785ZM823.191 291C823.191 261.306 834.715 238.454 857.765 222.319L856.618 220.681C833.001 237.213 821.191 260.694 821.191 291H823.191ZM857.759 222.323C881.194 206.15 914.464 198 957.691 198V196C914.252 196 880.522 204.184 856.623 220.677L857.759 222.323ZM957.691 198H992.191V196H957.691V198ZM993.191 197C993.191 185.271 991.687 176.1 988.595 169.572L986.788 170.428C989.696 176.567 991.191 185.395 991.191 197H993.191ZM988.613 169.612C985.826 162.992 980.758 158.468 973.508 156.051L972.875 157.949C979.625 160.199 984.224 164.341 986.77 170.388L988.613 169.612ZM973.563 156.072C966.72 153.334 956.903 152 944.191 152V154C956.813 154 966.329 155.332 972.82 157.928L973.563 156.072ZM944.191 152C927.451 152 910.051 153.841 891.992 157.52L892.391 159.48C910.332 155.825 927.598 154 944.191 154V152ZM892.009 157.517C873.95 160.861 856.887 165.712 840.823 172.07L841.559 173.93C857.496 167.622 874.433 162.806 892.374 159.483L892.009 157.517ZM842.179 172.842L833.679 119.842L831.704 120.158L840.204 173.158L842.179 172.842ZM833.035 120.939C850.299 114.631 869.402 109.812 890.348 106.488L890.035 104.512C868.98 107.854 849.75 112.702 832.348 119.061L833.035 120.939ZM890.361 106.486C911.64 102.828 932.75 101 953.691 101V99C932.633 99 911.41 100.838 890.022 104.514L890.361 106.486ZM953.691 101C980.297 101 1001.15 104.162 1016.31 110.424L1017.07 108.576C1001.57 102.171 980.419 99 953.691 99V101ZM1016.31 110.424C1031.41 116.662 1042.39 127.15 1049.29 141.923L1051.1 141.077C1043.99 125.85 1032.64 115.004 1017.07 108.576L1016.31 110.424ZM1049.29 141.931C1056.2 156.41 1059.69 176.077 1059.69 201H1061.69C1061.69 175.923 1058.18 155.923 1051.09 141.069L1049.29 141.931ZM1059.69 201V365H1061.69V201H1059.69ZM1060.69 364H995.191V366H1060.69V364ZM996.191 364.967L995.191 334.967L993.192 335.033L994.192 365.033L996.191 364.967ZM994.191 334H993.691V336H994.191V334ZM992.939 334.341C983.734 344.861 971.048 353.279 954.83 359.568L955.553 361.432C972.002 355.054 984.982 346.472 994.444 335.659L992.939 334.341ZM954.83 359.568C938.608 365.858 922.064 369 905.191 369V371C922.319 371 939.108 367.809 955.553 361.432L954.83 359.568ZM930.191 319C941.973 319 952.61 316.98 962.085 312.919L961.297 311.081C952.106 315.02 941.743 317 930.191 317V319ZM962.085 312.919C971.553 308.862 979.034 303.263 984.487 296.106L982.896 294.894C977.682 301.737 970.497 307.138 961.297 311.081L962.085 312.919ZM984.483 296.111C990.275 288.616 993.191 280.404 993.191 271.5H991.191C991.191 279.93 988.442 287.717 982.9 294.889L984.483 296.111ZM993.191 271.5V242H991.191V271.5H993.191ZM992.191 241H967.691V243H992.191V241ZM967.691 241C940.639 241 920.276 244.501 906.727 251.615L907.656 253.385C920.773 246.499 940.744 243 967.691 243V241ZM906.744 251.606C899.948 255.004 894.796 259.408 891.347 264.839C887.897 270.273 886.191 276.673 886.191 284H888.191C888.191 276.994 889.819 270.977 893.036 265.911C896.254 260.842 901.102 256.663 907.639 253.394L906.744 251.606ZM886.191 284C886.191 294.924 889.962 303.559 897.558 309.774L898.825 308.226C891.755 302.441 888.191 294.409 888.191 284H886.191ZM897.575 309.788C905.477 315.971 916.39 319 930.191 319V317C916.66 317 906.24 314.029 898.808 308.212L897.575 309.788ZM1145.11 470L1144.18 469.626L1143.62 471H1145.11V470ZM1188.11 363.5L1189.03 363.874L1189.18 363.503L1189.03 363.131L1188.11 363.5ZM1085.61 105.5L1085.6 104.5L1084.14 104.51L1084.68 105.869L1085.61 105.5ZM1159.11 105L1160.06 104.689L1159.83 103.995L1159.1 104L1159.11 105ZM1222.11 297.5L1221.16 297.811L1221.38 298.5H1222.11V297.5ZM1223.11 297.5V298.5H1223.83L1224.06 297.813L1223.11 297.5ZM1286.61 105V104H1285.88L1285.66 104.687L1286.61 105ZM1360.61 105L1361.54 105.365L1362.07 104H1360.61V105ZM1217.61 470V471H1218.29L1218.54 470.365L1217.61 470ZM1146.03 470.374L1189.03 363.874L1187.18 363.126L1144.18 469.626L1146.03 470.374ZM1189.03 363.131L1086.53 105.131L1084.68 105.869L1187.18 363.869L1189.03 363.131ZM1085.61 106.5L1159.11 106L1159.1 104L1085.6 104.5L1085.61 106.5ZM1158.16 105.311L1221.16 297.811L1223.06 297.189L1160.06 104.689L1158.16 105.311ZM1222.11 298.5H1223.11V296.5H1222.11V298.5ZM1224.06 297.813L1287.56 105.313L1285.66 104.687L1222.16 297.187L1224.06 297.813ZM1286.61 106H1360.61V104H1286.61V106ZM1359.67 104.635L1216.67 469.635L1218.54 470.365L1361.54 105.365L1359.67 104.635ZM1217.61 469H1145.11V471H1217.61V469ZM1414.46 335L1413.78 335.731L1413.78 335.736L1414.46 335ZM1411.46 136L1410.74 135.308L1410.74 135.308L1411.46 136ZM1596.46 134L1595.73 134.68L1595.73 134.685L1596.46 134ZM1627.96 246.5L1626.96 246.445L1626.96 246.472V246.5H1627.96ZM1627.46 260V261H1628.36L1628.45 260.11L1627.46 260ZM1415.46 260H1414.46V261H1415.46V260ZM1415.46 212.5V211.5H1414.46V212.5H1415.46ZM1573.96 212.5L1574.8 213.048L1575.81 211.5H1573.96V212.5ZM1564.46 227H1563.46V230.351L1565.3 227.548L1564.46 227ZM1549.96 169L1549.16 169.593L1549.16 169.6L1549.17 169.607L1549.96 169ZM1459.96 170L1460.74 170.622L1460.75 170.613L1459.96 170ZM1462.96 300L1463.63 299.254L1463.63 299.254L1462.96 300ZM1607.46 301.5L1608.45 301.349L1608.26 300.127L1607.11 300.565L1607.46 301.5ZM1615.46 354L1615.84 354.927L1616.57 354.63L1616.45 353.849L1615.46 354ZM1571.96 365.5L1571.8 364.513L1571.79 364.514L1571.78 364.516L1571.96 365.5ZM1522.46 369C1475.95 369 1440.23 357.375 1415.14 334.264L1413.78 335.736C1439.36 359.292 1475.63 371 1522.46 371V369ZM1415.14 334.269C1390.4 311.172 1377.96 278.135 1377.96 235H1375.96C1375.96 278.532 1388.52 312.161 1413.78 335.731L1415.14 334.269ZM1377.96 235C1377.96 193.187 1389.41 160.46 1412.18 136.692L1410.74 135.308C1387.52 159.54 1375.96 192.813 1375.96 235H1377.96ZM1412.18 136.692C1434.96 112.93 1466.34 101 1506.46 101V99C1465.92 99 1433.97 111.07 1410.74 135.308L1412.18 136.692ZM1506.46 101C1545.26 101 1574.96 112.268 1595.73 134.68L1597.19 133.32C1575.96 110.399 1545.66 99 1506.46 99V101ZM1595.73 134.685C1616.84 157.111 1627.46 189 1627.46 230.5H1629.46C1629.46 188.667 1618.75 156.222 1597.19 133.315L1595.73 134.685ZM1627.46 230.5C1627.46 235.144 1627.3 240.458 1626.96 246.445L1628.96 246.555C1629.29 240.542 1629.46 235.19 1629.46 230.5H1627.46ZM1626.96 246.5C1626.96 252.492 1626.79 256.947 1626.47 259.89L1628.45 260.11C1628.79 257.053 1628.96 252.508 1628.96 246.5H1626.96ZM1627.46 259H1415.46V261H1627.46V259ZM1416.46 260V212.5H1414.46V260H1416.46ZM1415.46 213.5H1573.96V211.5H1415.46V213.5ZM1573.12 211.952L1563.62 226.452L1565.3 227.548L1574.8 213.048L1573.12 211.952ZM1565.46 227C1565.46 200.908 1560.62 181.314 1550.76 168.393L1549.17 169.607C1558.64 182.019 1563.46 201.092 1563.46 227H1565.46ZM1550.77 168.407C1541.2 155.421 1526.36 149 1506.46 149V151C1525.9 151 1540.06 157.246 1549.16 169.593L1550.77 168.407ZM1506.46 149C1485.56 149 1469.74 155.754 1459.17 169.387L1460.75 170.613C1470.85 157.579 1486.03 151 1506.46 151V149ZM1459.18 169.378C1448.64 182.63 1443.46 202.394 1443.46 228.5H1445.46C1445.46 202.606 1450.61 183.37 1460.74 170.622L1459.18 169.378ZM1443.46 228.5V248.5H1445.46V228.5H1443.46ZM1443.46 248.5C1443.46 271.997 1449.67 289.489 1462.3 300.746L1463.63 299.254C1451.58 288.511 1445.46 271.669 1445.46 248.5H1443.46ZM1462.3 300.746C1474.89 311.978 1494.01 317.5 1519.46 317.5V315.5C1494.25 315.5 1475.7 310.022 1463.63 299.254L1462.3 300.746ZM1519.46 317.5C1533.86 317.5 1549.08 316.161 1565.13 313.486L1564.8 311.514C1548.84 314.172 1533.73 315.5 1519.46 315.5V317.5ZM1565.13 313.486C1581.18 310.811 1595.41 307.13 1607.81 302.435L1607.11 300.565C1594.85 305.204 1580.75 308.855 1564.8 311.514L1565.13 313.486ZM1606.47 301.651L1614.47 354.151L1616.45 353.849L1608.45 301.349L1606.47 301.651ZM1615.09 353.073C1602.84 358.038 1588.41 361.855 1571.8 364.513L1572.12 366.487C1588.84 363.812 1603.42 359.962 1615.84 354.927L1615.09 353.073ZM1571.78 364.516C1555.51 367.505 1539.07 369 1522.46 369V371C1539.19 371 1555.75 369.495 1572.14 366.484L1571.78 364.516ZM1680.09 365H1679.09V366H1680.09V365ZM1680.09 105V104H1679.09V105H1680.09ZM1746.09 105L1747.09 104.99L1747.08 104H1746.09V105ZM1746.59 153.5L1745.59 153.51L1745.6 154.5H1746.59V153.5ZM1748.09 153.5V154.5H1748.6L1748.9 154.096L1748.09 153.5ZM1778.59 124.5L1779.14 125.336L1779.15 125.332L1778.59 124.5ZM1817.59 106.5L1817.87 107.462L1817.88 107.459L1817.88 107.457L1817.59 106.5ZM1861.59 100H1862.59V99H1861.59V100ZM1861.59 158.5V159.5H1862.59V158.5H1861.59ZM1764.59 201.5L1765.39 202.11L1765.39 202.1L1764.59 201.5ZM1749.59 365V366H1750.59V365H1749.59ZM1681.09 365V105H1679.09V365H1681.09ZM1680.09 106H1746.09V104H1680.09V106ZM1745.09 105.01L1745.59 153.51L1747.59 153.49L1747.09 104.99L1745.09 105.01ZM1746.59 154.5H1748.09V152.5H1746.59V154.5ZM1748.9 154.096C1757.5 142.52 1767.58 132.935 1779.14 125.336L1778.04 123.664C1766.28 131.398 1756.02 141.147 1747.29 152.904L1748.9 154.096ZM1779.15 125.332C1791.06 117.39 1803.97 111.433 1817.87 107.462L1817.32 105.538C1803.22 109.567 1790.13 115.61 1778.04 123.668L1779.15 125.332ZM1817.88 107.457C1832.12 103.152 1846.69 101 1861.59 101V99C1846.5 99 1831.73 101.181 1817.3 105.543L1817.88 107.457ZM1860.59 100V158.5H1862.59V100H1860.59ZM1861.59 157.5C1840.8 157.5 1821.83 161.357 1804.68 169.088L1805.5 170.912C1822.36 163.309 1841.05 159.5 1861.59 159.5V157.5ZM1804.68 169.088C1787.55 176.816 1773.91 187.416 1763.79 200.9L1765.39 202.1C1775.28 188.917 1788.64 178.517 1805.5 170.912L1804.68 169.088ZM1763.8 200.89C1753.67 214.06 1748.59 228.774 1748.59 245H1750.59C1750.59 229.226 1755.52 214.94 1765.39 202.11L1763.8 200.89ZM1748.59 245V365H1750.59V245H1748.59ZM1749.59 364H1680.09V366H1749.59V364Z\"\n fill=\"currentColor\"\n mask=\"url(#path-1-outside-1_2007_6)\"\n />\n </g>\n <defs>\n <filter\n id=\"filter0_d_2007_6\"\n x=\"0.5\"\n y=\"0\"\n width=\"1865.09\"\n height=\"478\"\n filterUnits=\"userSpaceOnUse\"\n colorInterpolationFilters=\"sRGB\"\n >\n <feFlood floodOpacity=\"0\" result=\"BackgroundImageFix\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n result=\"hardAlpha\"\n />\n <feOffset dy=\"4\" />\n <feGaussianBlur stdDeviation=\"2\" />\n <feComposite in2=\"hardAlpha\" operator=\"out\" />\n <feColorMatrix\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"\n />\n <feBlend\n mode=\"normal\"\n in2=\"BackgroundImageFix\"\n result=\"effect1_dropShadow_2007_6\"\n />\n <feBlend\n mode=\"normal\"\n in=\"SourceGraphic\"\n in2=\"effect1_dropShadow_2007_6\"\n result=\"shape\"\n />\n </filter>\n </defs>\n </svg>\n);\n"],"names":["jsxs","jsx"],"mappings":";;;AAGO,MAAM,eAAkC,CAAC,EAAE,GAAG,YACnDA,2BAAA,kBAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAA;AAAA,MAACA,2BAAAA,kBAAAA,KAAA,KAAA,EAAE,QAAO,0BACR,UAAA;AAAA,QAAAA,2BAAA,kBAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,IAAG;AAAA,YACH,WAAU;AAAA,YACV,GAAE;AAAA,YACF,GAAE;AAAA,YACF,OAAM;AAAA,YACN,QAAO;AAAA,YACP,MAAK;AAAA,YAEL,UAAA;AAAA,cAACC,2BAAAA,kBAAAA,IAAA,QAAA,EAAK,MAAK,SAAQ,GAAE,KAAI,GAAE,MAAK,OAAM,QAAO,QAAO,MAAM,CAAA;AAAA,cAC1DA,2BAAAA,kBAAAA,IAAC,QAAK,EAAA,GAAE,gqGAAgqG,CAAA;AAAA,YAAA;AAAA,UAAA;AAAA,QAC1qG;AAAA,QACAA,2BAAA,kBAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QACP;AAAA,QACAA,2BAAA,kBAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA,YACL,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACP,GACF;AAAA,uDACC,QACC,EAAA,UAAAD,2BAAA,kBAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,IAAG;AAAA,UACH,GAAE;AAAA,UACF,GAAE;AAAA,UACF,OAAM;AAAA,UACN,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,2BAA0B;AAAA,UAE1B,UAAA;AAAA,YAAAC,2BAAA,kBAAA,IAAC,WAAQ,EAAA,cAAa,KAAI,QAAO,sBAAqB;AAAA,YACtDA,2BAAA,kBAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,IAAG;AAAA,gBACH,MAAK;AAAA,gBACL,QAAO;AAAA,gBACP,QAAO;AAAA,cAAA;AAAA,YACT;AAAA,YACAA,2BAAAA,kBAAAA,IAAC,YAAS,EAAA,IAAG,IAAI,CAAA;AAAA,YACjBA,2BAAAA,kBAAAA,IAAC,kBAAe,EAAA,cAAa,IAAI,CAAA;AAAA,YAChCA,2BAAA,kBAAA,IAAA,eAAA,EAAY,KAAI,aAAY,UAAS,OAAM;AAAA,YAC5CA,2BAAA,kBAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,QAAO;AAAA,cAAA;AAAA,YACT;AAAA,YACAA,2BAAA,kBAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,KAAI;AAAA,gBACJ,QAAO;AAAA,cAAA;AAAA,YACT;AAAA,YACAA,2BAAA,kBAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,IAAG;AAAA,gBACH,KAAI;AAAA,gBACJ,QAAO;AAAA,cAAA;AAAA,YAAA;AAAA,UACT;AAAA,QAAA;AAAA,MAAA,EAEJ,CAAA;AAAA,IAAA;AAAA,EAAA;AACF;;"}
|
|
1
|
+
{"version":3,"file":"LogoTextOnly.cjs","sources":["../../../src/components/Logo/LogoTextOnly.tsx"],"sourcesContent":["import type { FC } from 'react';\nimport type { LogoBaseProps } from '.';\n\nexport const LogoTextOnly: FC<LogoBaseProps> = ({ ...props }) => (\n <svg\n width=\"1866\"\n height=\"478\"\n viewBox=\"0 0 1866 478\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g filter=\"url(#filter0_d_2007_6)\">\n <mask\n id=\"path-1-outside-1_2007_6\"\n maskUnits=\"userSpaceOnUse\"\n x=\"3\"\n y=\"-1\"\n width=\"1860\"\n height=\"472\"\n fill=\"currentColor\"\n >\n <rect fill=\"white\" x=\"3\" y=\"-1\" width=\"1860\" height=\"472\" />\n <path d=\"M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z\" />\n </mask>\n <path\n d=\"M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4.5 365H3.5V366H4.5V365ZM4.5 -9.53674e-06V-1.00001H3.5V-9.53674e-06H4.5ZM77.5 -9.53674e-06H78.5V-1.00001H77.5V-9.53674e-06ZM77.5 365V366H78.5V365H77.5ZM5.5 365V-9.53674e-06H3.5V365H5.5ZM4.5 0.99999H77.5V-1.00001H4.5V0.99999ZM76.5 -9.53674e-06V365H78.5V-9.53674e-06H76.5ZM77.5 364H4.5V366H77.5V364ZM154.215 365H153.215V366H154.215V365ZM154.215 105V104H153.215V105H154.215ZM219.715 105L220.715 104.984L220.699 104H219.715V105ZM220.215 135.5L219.215 135.516L219.231 136.5H220.215V135.5ZM221.215 135.5V136.5H221.664L221.962 136.164L221.215 135.5ZM258.215 109L258.59 109.927L258.601 109.922L258.215 109ZM376.715 125.5L375.958 126.153L375.965 126.161L375.972 126.169L376.715 125.5ZM399.215 365V366H400.215V365H399.215ZM330.715 365H329.715V366H330.715V365ZM319.715 171.5L318.908 172.091L318.913 172.098L318.918 172.104L319.715 171.5ZM252.715 164L253.162 164.894L253.175 164.888L253.187 164.881L252.715 164ZM230.715 183.5L229.873 182.961L229.867 182.97L230.715 183.5ZM223.215 365V366H224.215V365H223.215ZM155.215 365V105H153.215V365H155.215ZM154.215 106H219.715V104H154.215V106ZM218.715 105.016L219.215 135.516L221.215 135.484L220.715 104.984L218.715 105.016ZM220.215 136.5H221.215V134.5H220.215V136.5ZM221.962 136.164C232.533 124.272 244.742 115.532 258.59 109.927L257.84 108.073C243.688 113.801 231.23 122.728 220.467 134.836L221.962 136.164ZM258.601 109.922C272.79 103.983 289.155 101 307.715 101V99C288.942 99 272.306 102.017 257.829 108.078L258.601 109.922ZM307.715 101C338.877 101 361.547 109.45 375.958 126.153L377.472 124.847C362.549 107.55 339.219 99 307.715 99V101ZM375.972 126.169C390.73 142.567 398.215 168.769 398.215 205H400.215C400.215 168.564 392.7 141.766 377.458 124.831L375.972 126.169ZM398.215 205V365H400.215V205H398.215ZM399.215 364H330.715V366H399.215V364ZM331.715 365V218.5H329.715V365H331.715ZM331.715 218.5C331.715 196.767 328.046 180.827 320.512 170.896L318.918 172.104C326.051 181.506 329.715 196.9 329.715 218.5H331.715ZM320.521 170.909C312.946 160.579 300.932 155.5 284.715 155.5V157.5C300.498 157.5 311.817 162.421 318.908 172.091L320.521 170.909ZM284.715 155.5C272.572 155.5 261.74 158.031 252.243 163.119L253.187 164.881C262.357 159.969 272.857 157.5 284.715 157.5V155.5ZM252.268 163.106C242.782 167.848 235.309 174.467 229.873 182.961L231.557 184.039C236.788 175.866 243.981 169.485 253.162 164.894L252.268 163.106ZM229.867 182.97C224.752 191.154 222.215 200.844 222.215 212H224.215C224.215 201.156 226.678 191.846 231.563 184.03L229.867 182.97ZM222.215 212V365H224.215V212H222.215ZM223.215 364H154.215V366H223.215V364ZM504.52 351L503.84 351.733L503.849 351.742L504.52 351ZM484.02 158.5H485.02V157.5H484.02V158.5ZM427.52 158.5H426.52V159.5H427.52V158.5ZM427.52 105V104H426.52V105H427.52ZM484.02 105V106H485.02V105H484.02ZM484.02 20V19H483.02V20H484.02ZM553.02 20H554.02V19H553.02V20ZM553.02 105H552.02V106H553.02V105ZM637.52 105H638.52V104H637.52V105ZM637.52 158.5V159.5H638.52V158.5H637.52ZM553.02 158.5V157.5H552.02V158.5H553.02ZM560.52 304.5L559.735 305.12L559.743 305.13L559.751 305.14L560.52 304.5ZM609.52 311.5L609.355 310.514L609.348 310.515L609.52 311.5ZM631.52 306L632.514 305.9L632.387 304.637L631.189 305.056L631.52 306ZM637.02 360.5L637.302 361.459L638.098 361.225L638.014 360.4L637.02 360.5ZM604.52 367.5L604.392 366.508L604.376 366.51L604.36 366.513L604.52 367.5ZM572.52 369C541.281 369 518.918 362.679 505.19 350.258L503.849 351.742C518.121 364.654 541.091 371 572.52 371V369ZM505.199 350.267C491.827 337.873 485.02 317.374 485.02 288.5H483.02C483.02 317.626 489.879 338.794 503.84 351.733L505.199 350.267ZM485.02 288.5V158.5H483.02V288.5H485.02ZM484.02 157.5H427.52V159.5H484.02V157.5ZM428.52 158.5V105H426.52V158.5H428.52ZM427.52 106H484.02V104H427.52V106ZM485.02 105V20H483.02V105H485.02ZM484.02 21H553.02V19H484.02V21ZM552.02 20V105H554.02V20H552.02ZM553.02 106H637.52V104H553.02V106ZM636.52 105V158.5H638.52V105H636.52ZM637.52 157.5H553.02V159.5H637.52V157.5ZM552.02 158.5V271.5H554.02V158.5H552.02ZM552.02 271.5C552.02 287.211 554.514 298.507 559.735 305.12L561.304 303.88C556.525 297.826 554.02 287.123 554.02 271.5H552.02ZM559.751 305.14C565.037 311.483 574.415 314.5 587.52 314.5V312.5C574.624 312.5 566.002 309.517 561.288 303.86L559.751 305.14ZM587.52 314.5C594.583 314.5 601.974 313.827 609.691 312.485L609.348 310.515C601.732 311.839 594.456 312.5 587.52 312.5V314.5ZM609.684 312.486C617.732 311.145 625.122 309.299 631.85 306.944L631.189 305.056C624.584 307.368 617.307 309.188 609.355 310.514L609.684 312.486ZM630.525 306.1L636.025 360.6L638.014 360.4L632.514 305.9L630.525 306.1ZM636.737 359.541C625.448 362.861 614.666 365.182 604.392 366.508L604.648 368.492C615.039 367.151 625.924 364.806 637.302 361.459L636.737 359.541ZM604.36 366.513C594.082 368.171 583.469 369 572.52 369V371C583.57 371 594.29 370.163 604.679 368.487L604.36 366.513ZM699.707 365H698.707V366H699.707V365ZM699.707 -9.53674e-06V-1.00001H698.707V-9.53674e-06H699.707ZM769.707 -9.53674e-06H770.707V-1.00001H769.707V-9.53674e-06ZM769.707 365V366H770.707V365H769.707ZM700.707 365V-9.53674e-06H698.707V365H700.707ZM699.707 0.99999H769.707V-1.00001H699.707V0.99999ZM768.707 -9.53674e-06V365H770.707V-9.53674e-06H768.707ZM769.707 364H699.707V366H769.707V364ZM844.191 348.5L843.492 349.215L843.501 349.223L844.191 348.5ZM857.191 221.5L856.623 220.677L856.618 220.681L857.191 221.5ZM992.191 197V198H993.191V197H992.191ZM987.691 170L986.77 170.388L986.778 170.408L986.788 170.428L987.691 170ZM973.191 157L972.82 157.928L972.847 157.939L972.875 157.949L973.191 157ZM892.191 158.5L892.374 159.483L892.382 159.482L892.391 159.48L892.191 158.5ZM841.191 173L840.204 173.158L840.401 174.388L841.559 173.93L841.191 173ZM832.691 120L832.348 119.061L831.573 119.344L831.704 120.158L832.691 120ZM890.191 105.5L890.348 106.488L890.361 106.486L890.191 105.5ZM1016.69 109.5L1017.07 108.576L1017.07 108.576L1016.69 109.5ZM1050.19 141.5L1049.29 141.923L1049.29 141.931L1050.19 141.5ZM1060.69 365V366H1061.69V365H1060.69ZM995.191 365L994.192 365.033L994.224 366H995.191V365ZM994.191 335L995.191 334.967L995.159 334H994.191V335ZM993.691 335V334H993.238L992.939 334.341L993.691 335ZM955.191 360.5L954.83 359.568L954.83 359.568L955.191 360.5ZM983.691 295.5L982.9 294.889L982.896 294.894L983.691 295.5ZM992.191 242H993.191V241H992.191V242ZM907.191 252.5L907.639 253.394L907.647 253.39L907.656 253.385L907.191 252.5ZM898.191 309L897.558 309.774L897.567 309.781L897.575 309.788L898.191 309ZM905.191 369C879.718 369 859.654 361.893 844.882 347.777L843.501 349.223C858.728 363.774 879.332 371 905.191 371V369ZM844.89 347.785C830.449 333.672 823.191 314.78 823.191 291H821.191C821.191 315.22 828.6 334.662 843.492 349.215L844.89 347.785ZM823.191 291C823.191 261.306 834.715 238.454 857.765 222.319L856.618 220.681C833.001 237.213 821.191 260.694 821.191 291H823.191ZM857.759 222.323C881.194 206.15 914.464 198 957.691 198V196C914.252 196 880.522 204.184 856.623 220.677L857.759 222.323ZM957.691 198H992.191V196H957.691V198ZM993.191 197C993.191 185.271 991.687 176.1 988.595 169.572L986.788 170.428C989.696 176.567 991.191 185.395 991.191 197H993.191ZM988.613 169.612C985.826 162.992 980.758 158.468 973.508 156.051L972.875 157.949C979.625 160.199 984.224 164.341 986.77 170.388L988.613 169.612ZM973.563 156.072C966.72 153.334 956.903 152 944.191 152V154C956.813 154 966.329 155.332 972.82 157.928L973.563 156.072ZM944.191 152C927.451 152 910.051 153.841 891.992 157.52L892.391 159.48C910.332 155.825 927.598 154 944.191 154V152ZM892.009 157.517C873.95 160.861 856.887 165.712 840.823 172.07L841.559 173.93C857.496 167.622 874.433 162.806 892.374 159.483L892.009 157.517ZM842.179 172.842L833.679 119.842L831.704 120.158L840.204 173.158L842.179 172.842ZM833.035 120.939C850.299 114.631 869.402 109.812 890.348 106.488L890.035 104.512C868.98 107.854 849.75 112.702 832.348 119.061L833.035 120.939ZM890.361 106.486C911.64 102.828 932.75 101 953.691 101V99C932.633 99 911.41 100.838 890.022 104.514L890.361 106.486ZM953.691 101C980.297 101 1001.15 104.162 1016.31 110.424L1017.07 108.576C1001.57 102.171 980.419 99 953.691 99V101ZM1016.31 110.424C1031.41 116.662 1042.39 127.15 1049.29 141.923L1051.1 141.077C1043.99 125.85 1032.64 115.004 1017.07 108.576L1016.31 110.424ZM1049.29 141.931C1056.2 156.41 1059.69 176.077 1059.69 201H1061.69C1061.69 175.923 1058.18 155.923 1051.09 141.069L1049.29 141.931ZM1059.69 201V365H1061.69V201H1059.69ZM1060.69 364H995.191V366H1060.69V364ZM996.191 364.967L995.191 334.967L993.192 335.033L994.192 365.033L996.191 364.967ZM994.191 334H993.691V336H994.191V334ZM992.939 334.341C983.734 344.861 971.048 353.279 954.83 359.568L955.553 361.432C972.002 355.054 984.982 346.472 994.444 335.659L992.939 334.341ZM954.83 359.568C938.608 365.858 922.064 369 905.191 369V371C922.319 371 939.108 367.809 955.553 361.432L954.83 359.568ZM930.191 319C941.973 319 952.61 316.98 962.085 312.919L961.297 311.081C952.106 315.02 941.743 317 930.191 317V319ZM962.085 312.919C971.553 308.862 979.034 303.263 984.487 296.106L982.896 294.894C977.682 301.737 970.497 307.138 961.297 311.081L962.085 312.919ZM984.483 296.111C990.275 288.616 993.191 280.404 993.191 271.5H991.191C991.191 279.93 988.442 287.717 982.9 294.889L984.483 296.111ZM993.191 271.5V242H991.191V271.5H993.191ZM992.191 241H967.691V243H992.191V241ZM967.691 241C940.639 241 920.276 244.501 906.727 251.615L907.656 253.385C920.773 246.499 940.744 243 967.691 243V241ZM906.744 251.606C899.948 255.004 894.796 259.408 891.347 264.839C887.897 270.273 886.191 276.673 886.191 284H888.191C888.191 276.994 889.819 270.977 893.036 265.911C896.254 260.842 901.102 256.663 907.639 253.394L906.744 251.606ZM886.191 284C886.191 294.924 889.962 303.559 897.558 309.774L898.825 308.226C891.755 302.441 888.191 294.409 888.191 284H886.191ZM897.575 309.788C905.477 315.971 916.39 319 930.191 319V317C916.66 317 906.24 314.029 898.808 308.212L897.575 309.788ZM1145.11 470L1144.18 469.626L1143.62 471H1145.11V470ZM1188.11 363.5L1189.03 363.874L1189.18 363.503L1189.03 363.131L1188.11 363.5ZM1085.61 105.5L1085.6 104.5L1084.14 104.51L1084.68 105.869L1085.61 105.5ZM1159.11 105L1160.06 104.689L1159.83 103.995L1159.1 104L1159.11 105ZM1222.11 297.5L1221.16 297.811L1221.38 298.5H1222.11V297.5ZM1223.11 297.5V298.5H1223.83L1224.06 297.813L1223.11 297.5ZM1286.61 105V104H1285.88L1285.66 104.687L1286.61 105ZM1360.61 105L1361.54 105.365L1362.07 104H1360.61V105ZM1217.61 470V471H1218.29L1218.54 470.365L1217.61 470ZM1146.03 470.374L1189.03 363.874L1187.18 363.126L1144.18 469.626L1146.03 470.374ZM1189.03 363.131L1086.53 105.131L1084.68 105.869L1187.18 363.869L1189.03 363.131ZM1085.61 106.5L1159.11 106L1159.1 104L1085.6 104.5L1085.61 106.5ZM1158.16 105.311L1221.16 297.811L1223.06 297.189L1160.06 104.689L1158.16 105.311ZM1222.11 298.5H1223.11V296.5H1222.11V298.5ZM1224.06 297.813L1287.56 105.313L1285.66 104.687L1222.16 297.187L1224.06 297.813ZM1286.61 106H1360.61V104H1286.61V106ZM1359.67 104.635L1216.67 469.635L1218.54 470.365L1361.54 105.365L1359.67 104.635ZM1217.61 469H1145.11V471H1217.61V469ZM1414.46 335L1413.78 335.731L1413.78 335.736L1414.46 335ZM1411.46 136L1410.74 135.308L1410.74 135.308L1411.46 136ZM1596.46 134L1595.73 134.68L1595.73 134.685L1596.46 134ZM1627.96 246.5L1626.96 246.445L1626.96 246.472V246.5H1627.96ZM1627.46 260V261H1628.36L1628.45 260.11L1627.46 260ZM1415.46 260H1414.46V261H1415.46V260ZM1415.46 212.5V211.5H1414.46V212.5H1415.46ZM1573.96 212.5L1574.8 213.048L1575.81 211.5H1573.96V212.5ZM1564.46 227H1563.46V230.351L1565.3 227.548L1564.46 227ZM1549.96 169L1549.16 169.593L1549.16 169.6L1549.17 169.607L1549.96 169ZM1459.96 170L1460.74 170.622L1460.75 170.613L1459.96 170ZM1462.96 300L1463.63 299.254L1463.63 299.254L1462.96 300ZM1607.46 301.5L1608.45 301.349L1608.26 300.127L1607.11 300.565L1607.46 301.5ZM1615.46 354L1615.84 354.927L1616.57 354.63L1616.45 353.849L1615.46 354ZM1571.96 365.5L1571.8 364.513L1571.79 364.514L1571.78 364.516L1571.96 365.5ZM1522.46 369C1475.95 369 1440.23 357.375 1415.14 334.264L1413.78 335.736C1439.36 359.292 1475.63 371 1522.46 371V369ZM1415.14 334.269C1390.4 311.172 1377.96 278.135 1377.96 235H1375.96C1375.96 278.532 1388.52 312.161 1413.78 335.731L1415.14 334.269ZM1377.96 235C1377.96 193.187 1389.41 160.46 1412.18 136.692L1410.74 135.308C1387.52 159.54 1375.96 192.813 1375.96 235H1377.96ZM1412.18 136.692C1434.96 112.93 1466.34 101 1506.46 101V99C1465.92 99 1433.97 111.07 1410.74 135.308L1412.18 136.692ZM1506.46 101C1545.26 101 1574.96 112.268 1595.73 134.68L1597.19 133.32C1575.96 110.399 1545.66 99 1506.46 99V101ZM1595.73 134.685C1616.84 157.111 1627.46 189 1627.46 230.5H1629.46C1629.46 188.667 1618.75 156.222 1597.19 133.315L1595.73 134.685ZM1627.46 230.5C1627.46 235.144 1627.3 240.458 1626.96 246.445L1628.96 246.555C1629.29 240.542 1629.46 235.19 1629.46 230.5H1627.46ZM1626.96 246.5C1626.96 252.492 1626.79 256.947 1626.47 259.89L1628.45 260.11C1628.79 257.053 1628.96 252.508 1628.96 246.5H1626.96ZM1627.46 259H1415.46V261H1627.46V259ZM1416.46 260V212.5H1414.46V260H1416.46ZM1415.46 213.5H1573.96V211.5H1415.46V213.5ZM1573.12 211.952L1563.62 226.452L1565.3 227.548L1574.8 213.048L1573.12 211.952ZM1565.46 227C1565.46 200.908 1560.62 181.314 1550.76 168.393L1549.17 169.607C1558.64 182.019 1563.46 201.092 1563.46 227H1565.46ZM1550.77 168.407C1541.2 155.421 1526.36 149 1506.46 149V151C1525.9 151 1540.06 157.246 1549.16 169.593L1550.77 168.407ZM1506.46 149C1485.56 149 1469.74 155.754 1459.17 169.387L1460.75 170.613C1470.85 157.579 1486.03 151 1506.46 151V149ZM1459.18 169.378C1448.64 182.63 1443.46 202.394 1443.46 228.5H1445.46C1445.46 202.606 1450.61 183.37 1460.74 170.622L1459.18 169.378ZM1443.46 228.5V248.5H1445.46V228.5H1443.46ZM1443.46 248.5C1443.46 271.997 1449.67 289.489 1462.3 300.746L1463.63 299.254C1451.58 288.511 1445.46 271.669 1445.46 248.5H1443.46ZM1462.3 300.746C1474.89 311.978 1494.01 317.5 1519.46 317.5V315.5C1494.25 315.5 1475.7 310.022 1463.63 299.254L1462.3 300.746ZM1519.46 317.5C1533.86 317.5 1549.08 316.161 1565.13 313.486L1564.8 311.514C1548.84 314.172 1533.73 315.5 1519.46 315.5V317.5ZM1565.13 313.486C1581.18 310.811 1595.41 307.13 1607.81 302.435L1607.11 300.565C1594.85 305.204 1580.75 308.855 1564.8 311.514L1565.13 313.486ZM1606.47 301.651L1614.47 354.151L1616.45 353.849L1608.45 301.349L1606.47 301.651ZM1615.09 353.073C1602.84 358.038 1588.41 361.855 1571.8 364.513L1572.12 366.487C1588.84 363.812 1603.42 359.962 1615.84 354.927L1615.09 353.073ZM1571.78 364.516C1555.51 367.505 1539.07 369 1522.46 369V371C1539.19 371 1555.75 369.495 1572.14 366.484L1571.78 364.516ZM1680.09 365H1679.09V366H1680.09V365ZM1680.09 105V104H1679.09V105H1680.09ZM1746.09 105L1747.09 104.99L1747.08 104H1746.09V105ZM1746.59 153.5L1745.59 153.51L1745.6 154.5H1746.59V153.5ZM1748.09 153.5V154.5H1748.6L1748.9 154.096L1748.09 153.5ZM1778.59 124.5L1779.14 125.336L1779.15 125.332L1778.59 124.5ZM1817.59 106.5L1817.87 107.462L1817.88 107.459L1817.88 107.457L1817.59 106.5ZM1861.59 100H1862.59V99H1861.59V100ZM1861.59 158.5V159.5H1862.59V158.5H1861.59ZM1764.59 201.5L1765.39 202.11L1765.39 202.1L1764.59 201.5ZM1749.59 365V366H1750.59V365H1749.59ZM1681.09 365V105H1679.09V365H1681.09ZM1680.09 106H1746.09V104H1680.09V106ZM1745.09 105.01L1745.59 153.51L1747.59 153.49L1747.09 104.99L1745.09 105.01ZM1746.59 154.5H1748.09V152.5H1746.59V154.5ZM1748.9 154.096C1757.5 142.52 1767.58 132.935 1779.14 125.336L1778.04 123.664C1766.28 131.398 1756.02 141.147 1747.29 152.904L1748.9 154.096ZM1779.15 125.332C1791.06 117.39 1803.97 111.433 1817.87 107.462L1817.32 105.538C1803.22 109.567 1790.13 115.61 1778.04 123.668L1779.15 125.332ZM1817.88 107.457C1832.12 103.152 1846.69 101 1861.59 101V99C1846.5 99 1831.73 101.181 1817.3 105.543L1817.88 107.457ZM1860.59 100V158.5H1862.59V100H1860.59ZM1861.59 157.5C1840.8 157.5 1821.83 161.357 1804.68 169.088L1805.5 170.912C1822.36 163.309 1841.05 159.5 1861.59 159.5V157.5ZM1804.68 169.088C1787.55 176.816 1773.91 187.416 1763.79 200.9L1765.39 202.1C1775.28 188.917 1788.64 178.517 1805.5 170.912L1804.68 169.088ZM1763.8 200.89C1753.67 214.06 1748.59 228.774 1748.59 245H1750.59C1750.59 229.226 1755.52 214.94 1765.39 202.11L1763.8 200.89ZM1748.59 245V365H1750.59V245H1748.59ZM1749.59 364H1680.09V366H1749.59V364Z\"\n fill=\"currentColor\"\n mask=\"url(#path-1-outside-1_2007_6)\"\n />\n </g>\n <defs>\n <filter\n id=\"filter0_d_2007_6\"\n x=\"0.5\"\n y=\"0\"\n width=\"1865.09\"\n height=\"478\"\n filterUnits=\"userSpaceOnUse\"\n colorInterpolationFilters=\"sRGB\"\n >\n <feFlood floodOpacity=\"0\" result=\"BackgroundImageFix\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n result=\"hardAlpha\"\n />\n <feOffset dy=\"4\" />\n <feGaussianBlur stdDeviation=\"2\" />\n <feComposite in2=\"hardAlpha\" operator=\"out\" />\n <feColorMatrix\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"\n />\n <feBlend\n mode=\"normal\"\n in2=\"BackgroundImageFix\"\n result=\"effect1_dropShadow_2007_6\"\n />\n <feBlend\n mode=\"normal\"\n in=\"SourceGraphic\"\n in2=\"effect1_dropShadow_2007_6\"\n result=\"shape\"\n />\n </filter>\n </defs>\n </svg>\n);\n"],"names":["jsxs","jsx"],"mappings":";;;AAGO,MAAM,eAAkC,CAAC,EAAE,GAAG,YACnDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAA;AAAA,MAACA,2BAAAA,KAAA,KAAA,EAAE,QAAO,0BACR,UAAA;AAAA,QAAAA,2BAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,IAAG;AAAA,YACH,WAAU;AAAA,YACV,GAAE;AAAA,YACF,GAAE;AAAA,YACF,OAAM;AAAA,YACN,QAAO;AAAA,YACP,MAAK;AAAA,YAEL,UAAA;AAAA,cAACC,2BAAAA,IAAA,QAAA,EAAK,MAAK,SAAQ,GAAE,KAAI,GAAE,MAAK,OAAM,QAAO,QAAO,MAAM,CAAA;AAAA,cAC1DA,2BAAAA,IAAC,QAAK,EAAA,GAAE,gqGAAgqG,CAAA;AAAA,YAAA;AAAA,UAAA;AAAA,QAC1qG;AAAA,QACAA,2BAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QACP;AAAA,QACAA,2BAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA,YACL,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACP,GACF;AAAA,qCACC,QACC,EAAA,UAAAD,2BAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,IAAG;AAAA,UACH,GAAE;AAAA,UACF,GAAE;AAAA,UACF,OAAM;AAAA,UACN,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,2BAA0B;AAAA,UAE1B,UAAA;AAAA,YAAAC,2BAAA,IAAC,WAAQ,EAAA,cAAa,KAAI,QAAO,sBAAqB;AAAA,YACtDA,2BAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,IAAG;AAAA,gBACH,MAAK;AAAA,gBACL,QAAO;AAAA,gBACP,QAAO;AAAA,cAAA;AAAA,YACT;AAAA,YACAA,2BAAAA,IAAC,YAAS,EAAA,IAAG,IAAI,CAAA;AAAA,YACjBA,2BAAAA,IAAC,kBAAe,EAAA,cAAa,IAAI,CAAA;AAAA,YAChCA,2BAAA,IAAA,eAAA,EAAY,KAAI,aAAY,UAAS,OAAM;AAAA,YAC5CA,2BAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,QAAO;AAAA,cAAA;AAAA,YACT;AAAA,YACAA,2BAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,KAAI;AAAA,gBACJ,QAAO;AAAA,cAAA;AAAA,YACT;AAAA,YACAA,2BAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,IAAG;AAAA,gBACH,KAAI;AAAA,gBACJ,QAAO;AAAA,cAAA;AAAA,YAAA;AAAA,UACT;AAAA,QAAA;AAAA,MAAA,EAEJ,CAAA;AAAA,IAAA;AAAA,EAAA;AACF;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const LogoTextOnly = ({ ...props }) => /* @__PURE__ */
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const LogoTextOnly = ({ ...props }) => /* @__PURE__ */ jsxs(
|
|
3
3
|
"svg",
|
|
4
4
|
{
|
|
5
5
|
width: "1866",
|
|
@@ -9,8 +9,8 @@ const LogoTextOnly = ({ ...props }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...props,
|
|
11
11
|
children: [
|
|
12
|
-
/* @__PURE__ */
|
|
13
|
-
/* @__PURE__ */
|
|
12
|
+
/* @__PURE__ */ jsxs("g", { filter: "url(#filter0_d_2007_6)", children: [
|
|
13
|
+
/* @__PURE__ */ jsxs(
|
|
14
14
|
"mask",
|
|
15
15
|
{
|
|
16
16
|
id: "path-1-outside-1_2007_6",
|
|
@@ -21,19 +21,19 @@ const LogoTextOnly = ({ ...props }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
|
21
21
|
height: "472",
|
|
22
22
|
fill: "currentColor",
|
|
23
23
|
children: [
|
|
24
|
-
/* @__PURE__ */
|
|
25
|
-
/* @__PURE__ */
|
|
24
|
+
/* @__PURE__ */ jsx("rect", { fill: "white", x: "3", y: "-1", width: "1860", height: "472" }),
|
|
25
|
+
/* @__PURE__ */ jsx("path", { d: "M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z" })
|
|
26
26
|
]
|
|
27
27
|
}
|
|
28
28
|
),
|
|
29
|
-
/* @__PURE__ */
|
|
29
|
+
/* @__PURE__ */ jsx(
|
|
30
30
|
"path",
|
|
31
31
|
{
|
|
32
32
|
d: "M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z",
|
|
33
33
|
fill: "currentColor"
|
|
34
34
|
}
|
|
35
35
|
),
|
|
36
|
-
/* @__PURE__ */
|
|
36
|
+
/* @__PURE__ */ jsx(
|
|
37
37
|
"path",
|
|
38
38
|
{
|
|
39
39
|
d: "M4.5 365H3.5V366H4.5V365ZM4.5 -9.53674e-06V-1.00001H3.5V-9.53674e-06H4.5ZM77.5 -9.53674e-06H78.5V-1.00001H77.5V-9.53674e-06ZM77.5 365V366H78.5V365H77.5ZM5.5 365V-9.53674e-06H3.5V365H5.5ZM4.5 0.99999H77.5V-1.00001H4.5V0.99999ZM76.5 -9.53674e-06V365H78.5V-9.53674e-06H76.5ZM77.5 364H4.5V366H77.5V364ZM154.215 365H153.215V366H154.215V365ZM154.215 105V104H153.215V105H154.215ZM219.715 105L220.715 104.984L220.699 104H219.715V105ZM220.215 135.5L219.215 135.516L219.231 136.5H220.215V135.5ZM221.215 135.5V136.5H221.664L221.962 136.164L221.215 135.5ZM258.215 109L258.59 109.927L258.601 109.922L258.215 109ZM376.715 125.5L375.958 126.153L375.965 126.161L375.972 126.169L376.715 125.5ZM399.215 365V366H400.215V365H399.215ZM330.715 365H329.715V366H330.715V365ZM319.715 171.5L318.908 172.091L318.913 172.098L318.918 172.104L319.715 171.5ZM252.715 164L253.162 164.894L253.175 164.888L253.187 164.881L252.715 164ZM230.715 183.5L229.873 182.961L229.867 182.97L230.715 183.5ZM223.215 365V366H224.215V365H223.215ZM155.215 365V105H153.215V365H155.215ZM154.215 106H219.715V104H154.215V106ZM218.715 105.016L219.215 135.516L221.215 135.484L220.715 104.984L218.715 105.016ZM220.215 136.5H221.215V134.5H220.215V136.5ZM221.962 136.164C232.533 124.272 244.742 115.532 258.59 109.927L257.84 108.073C243.688 113.801 231.23 122.728 220.467 134.836L221.962 136.164ZM258.601 109.922C272.79 103.983 289.155 101 307.715 101V99C288.942 99 272.306 102.017 257.829 108.078L258.601 109.922ZM307.715 101C338.877 101 361.547 109.45 375.958 126.153L377.472 124.847C362.549 107.55 339.219 99 307.715 99V101ZM375.972 126.169C390.73 142.567 398.215 168.769 398.215 205H400.215C400.215 168.564 392.7 141.766 377.458 124.831L375.972 126.169ZM398.215 205V365H400.215V205H398.215ZM399.215 364H330.715V366H399.215V364ZM331.715 365V218.5H329.715V365H331.715ZM331.715 218.5C331.715 196.767 328.046 180.827 320.512 170.896L318.918 172.104C326.051 181.506 329.715 196.9 329.715 218.5H331.715ZM320.521 170.909C312.946 160.579 300.932 155.5 284.715 155.5V157.5C300.498 157.5 311.817 162.421 318.908 172.091L320.521 170.909ZM284.715 155.5C272.572 155.5 261.74 158.031 252.243 163.119L253.187 164.881C262.357 159.969 272.857 157.5 284.715 157.5V155.5ZM252.268 163.106C242.782 167.848 235.309 174.467 229.873 182.961L231.557 184.039C236.788 175.866 243.981 169.485 253.162 164.894L252.268 163.106ZM229.867 182.97C224.752 191.154 222.215 200.844 222.215 212H224.215C224.215 201.156 226.678 191.846 231.563 184.03L229.867 182.97ZM222.215 212V365H224.215V212H222.215ZM223.215 364H154.215V366H223.215V364ZM504.52 351L503.84 351.733L503.849 351.742L504.52 351ZM484.02 158.5H485.02V157.5H484.02V158.5ZM427.52 158.5H426.52V159.5H427.52V158.5ZM427.52 105V104H426.52V105H427.52ZM484.02 105V106H485.02V105H484.02ZM484.02 20V19H483.02V20H484.02ZM553.02 20H554.02V19H553.02V20ZM553.02 105H552.02V106H553.02V105ZM637.52 105H638.52V104H637.52V105ZM637.52 158.5V159.5H638.52V158.5H637.52ZM553.02 158.5V157.5H552.02V158.5H553.02ZM560.52 304.5L559.735 305.12L559.743 305.13L559.751 305.14L560.52 304.5ZM609.52 311.5L609.355 310.514L609.348 310.515L609.52 311.5ZM631.52 306L632.514 305.9L632.387 304.637L631.189 305.056L631.52 306ZM637.02 360.5L637.302 361.459L638.098 361.225L638.014 360.4L637.02 360.5ZM604.52 367.5L604.392 366.508L604.376 366.51L604.36 366.513L604.52 367.5ZM572.52 369C541.281 369 518.918 362.679 505.19 350.258L503.849 351.742C518.121 364.654 541.091 371 572.52 371V369ZM505.199 350.267C491.827 337.873 485.02 317.374 485.02 288.5H483.02C483.02 317.626 489.879 338.794 503.84 351.733L505.199 350.267ZM485.02 288.5V158.5H483.02V288.5H485.02ZM484.02 157.5H427.52V159.5H484.02V157.5ZM428.52 158.5V105H426.52V158.5H428.52ZM427.52 106H484.02V104H427.52V106ZM485.02 105V20H483.02V105H485.02ZM484.02 21H553.02V19H484.02V21ZM552.02 20V105H554.02V20H552.02ZM553.02 106H637.52V104H553.02V106ZM636.52 105V158.5H638.52V105H636.52ZM637.52 157.5H553.02V159.5H637.52V157.5ZM552.02 158.5V271.5H554.02V158.5H552.02ZM552.02 271.5C552.02 287.211 554.514 298.507 559.735 305.12L561.304 303.88C556.525 297.826 554.02 287.123 554.02 271.5H552.02ZM559.751 305.14C565.037 311.483 574.415 314.5 587.52 314.5V312.5C574.624 312.5 566.002 309.517 561.288 303.86L559.751 305.14ZM587.52 314.5C594.583 314.5 601.974 313.827 609.691 312.485L609.348 310.515C601.732 311.839 594.456 312.5 587.52 312.5V314.5ZM609.684 312.486C617.732 311.145 625.122 309.299 631.85 306.944L631.189 305.056C624.584 307.368 617.307 309.188 609.355 310.514L609.684 312.486ZM630.525 306.1L636.025 360.6L638.014 360.4L632.514 305.9L630.525 306.1ZM636.737 359.541C625.448 362.861 614.666 365.182 604.392 366.508L604.648 368.492C615.039 367.151 625.924 364.806 637.302 361.459L636.737 359.541ZM604.36 366.513C594.082 368.171 583.469 369 572.52 369V371C583.57 371 594.29 370.163 604.679 368.487L604.36 366.513ZM699.707 365H698.707V366H699.707V365ZM699.707 -9.53674e-06V-1.00001H698.707V-9.53674e-06H699.707ZM769.707 -9.53674e-06H770.707V-1.00001H769.707V-9.53674e-06ZM769.707 365V366H770.707V365H769.707ZM700.707 365V-9.53674e-06H698.707V365H700.707ZM699.707 0.99999H769.707V-1.00001H699.707V0.99999ZM768.707 -9.53674e-06V365H770.707V-9.53674e-06H768.707ZM769.707 364H699.707V366H769.707V364ZM844.191 348.5L843.492 349.215L843.501 349.223L844.191 348.5ZM857.191 221.5L856.623 220.677L856.618 220.681L857.191 221.5ZM992.191 197V198H993.191V197H992.191ZM987.691 170L986.77 170.388L986.778 170.408L986.788 170.428L987.691 170ZM973.191 157L972.82 157.928L972.847 157.939L972.875 157.949L973.191 157ZM892.191 158.5L892.374 159.483L892.382 159.482L892.391 159.48L892.191 158.5ZM841.191 173L840.204 173.158L840.401 174.388L841.559 173.93L841.191 173ZM832.691 120L832.348 119.061L831.573 119.344L831.704 120.158L832.691 120ZM890.191 105.5L890.348 106.488L890.361 106.486L890.191 105.5ZM1016.69 109.5L1017.07 108.576L1017.07 108.576L1016.69 109.5ZM1050.19 141.5L1049.29 141.923L1049.29 141.931L1050.19 141.5ZM1060.69 365V366H1061.69V365H1060.69ZM995.191 365L994.192 365.033L994.224 366H995.191V365ZM994.191 335L995.191 334.967L995.159 334H994.191V335ZM993.691 335V334H993.238L992.939 334.341L993.691 335ZM955.191 360.5L954.83 359.568L954.83 359.568L955.191 360.5ZM983.691 295.5L982.9 294.889L982.896 294.894L983.691 295.5ZM992.191 242H993.191V241H992.191V242ZM907.191 252.5L907.639 253.394L907.647 253.39L907.656 253.385L907.191 252.5ZM898.191 309L897.558 309.774L897.567 309.781L897.575 309.788L898.191 309ZM905.191 369C879.718 369 859.654 361.893 844.882 347.777L843.501 349.223C858.728 363.774 879.332 371 905.191 371V369ZM844.89 347.785C830.449 333.672 823.191 314.78 823.191 291H821.191C821.191 315.22 828.6 334.662 843.492 349.215L844.89 347.785ZM823.191 291C823.191 261.306 834.715 238.454 857.765 222.319L856.618 220.681C833.001 237.213 821.191 260.694 821.191 291H823.191ZM857.759 222.323C881.194 206.15 914.464 198 957.691 198V196C914.252 196 880.522 204.184 856.623 220.677L857.759 222.323ZM957.691 198H992.191V196H957.691V198ZM993.191 197C993.191 185.271 991.687 176.1 988.595 169.572L986.788 170.428C989.696 176.567 991.191 185.395 991.191 197H993.191ZM988.613 169.612C985.826 162.992 980.758 158.468 973.508 156.051L972.875 157.949C979.625 160.199 984.224 164.341 986.77 170.388L988.613 169.612ZM973.563 156.072C966.72 153.334 956.903 152 944.191 152V154C956.813 154 966.329 155.332 972.82 157.928L973.563 156.072ZM944.191 152C927.451 152 910.051 153.841 891.992 157.52L892.391 159.48C910.332 155.825 927.598 154 944.191 154V152ZM892.009 157.517C873.95 160.861 856.887 165.712 840.823 172.07L841.559 173.93C857.496 167.622 874.433 162.806 892.374 159.483L892.009 157.517ZM842.179 172.842L833.679 119.842L831.704 120.158L840.204 173.158L842.179 172.842ZM833.035 120.939C850.299 114.631 869.402 109.812 890.348 106.488L890.035 104.512C868.98 107.854 849.75 112.702 832.348 119.061L833.035 120.939ZM890.361 106.486C911.64 102.828 932.75 101 953.691 101V99C932.633 99 911.41 100.838 890.022 104.514L890.361 106.486ZM953.691 101C980.297 101 1001.15 104.162 1016.31 110.424L1017.07 108.576C1001.57 102.171 980.419 99 953.691 99V101ZM1016.31 110.424C1031.41 116.662 1042.39 127.15 1049.29 141.923L1051.1 141.077C1043.99 125.85 1032.64 115.004 1017.07 108.576L1016.31 110.424ZM1049.29 141.931C1056.2 156.41 1059.69 176.077 1059.69 201H1061.69C1061.69 175.923 1058.18 155.923 1051.09 141.069L1049.29 141.931ZM1059.69 201V365H1061.69V201H1059.69ZM1060.69 364H995.191V366H1060.69V364ZM996.191 364.967L995.191 334.967L993.192 335.033L994.192 365.033L996.191 364.967ZM994.191 334H993.691V336H994.191V334ZM992.939 334.341C983.734 344.861 971.048 353.279 954.83 359.568L955.553 361.432C972.002 355.054 984.982 346.472 994.444 335.659L992.939 334.341ZM954.83 359.568C938.608 365.858 922.064 369 905.191 369V371C922.319 371 939.108 367.809 955.553 361.432L954.83 359.568ZM930.191 319C941.973 319 952.61 316.98 962.085 312.919L961.297 311.081C952.106 315.02 941.743 317 930.191 317V319ZM962.085 312.919C971.553 308.862 979.034 303.263 984.487 296.106L982.896 294.894C977.682 301.737 970.497 307.138 961.297 311.081L962.085 312.919ZM984.483 296.111C990.275 288.616 993.191 280.404 993.191 271.5H991.191C991.191 279.93 988.442 287.717 982.9 294.889L984.483 296.111ZM993.191 271.5V242H991.191V271.5H993.191ZM992.191 241H967.691V243H992.191V241ZM967.691 241C940.639 241 920.276 244.501 906.727 251.615L907.656 253.385C920.773 246.499 940.744 243 967.691 243V241ZM906.744 251.606C899.948 255.004 894.796 259.408 891.347 264.839C887.897 270.273 886.191 276.673 886.191 284H888.191C888.191 276.994 889.819 270.977 893.036 265.911C896.254 260.842 901.102 256.663 907.639 253.394L906.744 251.606ZM886.191 284C886.191 294.924 889.962 303.559 897.558 309.774L898.825 308.226C891.755 302.441 888.191 294.409 888.191 284H886.191ZM897.575 309.788C905.477 315.971 916.39 319 930.191 319V317C916.66 317 906.24 314.029 898.808 308.212L897.575 309.788ZM1145.11 470L1144.18 469.626L1143.62 471H1145.11V470ZM1188.11 363.5L1189.03 363.874L1189.18 363.503L1189.03 363.131L1188.11 363.5ZM1085.61 105.5L1085.6 104.5L1084.14 104.51L1084.68 105.869L1085.61 105.5ZM1159.11 105L1160.06 104.689L1159.83 103.995L1159.1 104L1159.11 105ZM1222.11 297.5L1221.16 297.811L1221.38 298.5H1222.11V297.5ZM1223.11 297.5V298.5H1223.83L1224.06 297.813L1223.11 297.5ZM1286.61 105V104H1285.88L1285.66 104.687L1286.61 105ZM1360.61 105L1361.54 105.365L1362.07 104H1360.61V105ZM1217.61 470V471H1218.29L1218.54 470.365L1217.61 470ZM1146.03 470.374L1189.03 363.874L1187.18 363.126L1144.18 469.626L1146.03 470.374ZM1189.03 363.131L1086.53 105.131L1084.68 105.869L1187.18 363.869L1189.03 363.131ZM1085.61 106.5L1159.11 106L1159.1 104L1085.6 104.5L1085.61 106.5ZM1158.16 105.311L1221.16 297.811L1223.06 297.189L1160.06 104.689L1158.16 105.311ZM1222.11 298.5H1223.11V296.5H1222.11V298.5ZM1224.06 297.813L1287.56 105.313L1285.66 104.687L1222.16 297.187L1224.06 297.813ZM1286.61 106H1360.61V104H1286.61V106ZM1359.67 104.635L1216.67 469.635L1218.54 470.365L1361.54 105.365L1359.67 104.635ZM1217.61 469H1145.11V471H1217.61V469ZM1414.46 335L1413.78 335.731L1413.78 335.736L1414.46 335ZM1411.46 136L1410.74 135.308L1410.74 135.308L1411.46 136ZM1596.46 134L1595.73 134.68L1595.73 134.685L1596.46 134ZM1627.96 246.5L1626.96 246.445L1626.96 246.472V246.5H1627.96ZM1627.46 260V261H1628.36L1628.45 260.11L1627.46 260ZM1415.46 260H1414.46V261H1415.46V260ZM1415.46 212.5V211.5H1414.46V212.5H1415.46ZM1573.96 212.5L1574.8 213.048L1575.81 211.5H1573.96V212.5ZM1564.46 227H1563.46V230.351L1565.3 227.548L1564.46 227ZM1549.96 169L1549.16 169.593L1549.16 169.6L1549.17 169.607L1549.96 169ZM1459.96 170L1460.74 170.622L1460.75 170.613L1459.96 170ZM1462.96 300L1463.63 299.254L1463.63 299.254L1462.96 300ZM1607.46 301.5L1608.45 301.349L1608.26 300.127L1607.11 300.565L1607.46 301.5ZM1615.46 354L1615.84 354.927L1616.57 354.63L1616.45 353.849L1615.46 354ZM1571.96 365.5L1571.8 364.513L1571.79 364.514L1571.78 364.516L1571.96 365.5ZM1522.46 369C1475.95 369 1440.23 357.375 1415.14 334.264L1413.78 335.736C1439.36 359.292 1475.63 371 1522.46 371V369ZM1415.14 334.269C1390.4 311.172 1377.96 278.135 1377.96 235H1375.96C1375.96 278.532 1388.52 312.161 1413.78 335.731L1415.14 334.269ZM1377.96 235C1377.96 193.187 1389.41 160.46 1412.18 136.692L1410.74 135.308C1387.52 159.54 1375.96 192.813 1375.96 235H1377.96ZM1412.18 136.692C1434.96 112.93 1466.34 101 1506.46 101V99C1465.92 99 1433.97 111.07 1410.74 135.308L1412.18 136.692ZM1506.46 101C1545.26 101 1574.96 112.268 1595.73 134.68L1597.19 133.32C1575.96 110.399 1545.66 99 1506.46 99V101ZM1595.73 134.685C1616.84 157.111 1627.46 189 1627.46 230.5H1629.46C1629.46 188.667 1618.75 156.222 1597.19 133.315L1595.73 134.685ZM1627.46 230.5C1627.46 235.144 1627.3 240.458 1626.96 246.445L1628.96 246.555C1629.29 240.542 1629.46 235.19 1629.46 230.5H1627.46ZM1626.96 246.5C1626.96 252.492 1626.79 256.947 1626.47 259.89L1628.45 260.11C1628.79 257.053 1628.96 252.508 1628.96 246.5H1626.96ZM1627.46 259H1415.46V261H1627.46V259ZM1416.46 260V212.5H1414.46V260H1416.46ZM1415.46 213.5H1573.96V211.5H1415.46V213.5ZM1573.12 211.952L1563.62 226.452L1565.3 227.548L1574.8 213.048L1573.12 211.952ZM1565.46 227C1565.46 200.908 1560.62 181.314 1550.76 168.393L1549.17 169.607C1558.64 182.019 1563.46 201.092 1563.46 227H1565.46ZM1550.77 168.407C1541.2 155.421 1526.36 149 1506.46 149V151C1525.9 151 1540.06 157.246 1549.16 169.593L1550.77 168.407ZM1506.46 149C1485.56 149 1469.74 155.754 1459.17 169.387L1460.75 170.613C1470.85 157.579 1486.03 151 1506.46 151V149ZM1459.18 169.378C1448.64 182.63 1443.46 202.394 1443.46 228.5H1445.46C1445.46 202.606 1450.61 183.37 1460.74 170.622L1459.18 169.378ZM1443.46 228.5V248.5H1445.46V228.5H1443.46ZM1443.46 248.5C1443.46 271.997 1449.67 289.489 1462.3 300.746L1463.63 299.254C1451.58 288.511 1445.46 271.669 1445.46 248.5H1443.46ZM1462.3 300.746C1474.89 311.978 1494.01 317.5 1519.46 317.5V315.5C1494.25 315.5 1475.7 310.022 1463.63 299.254L1462.3 300.746ZM1519.46 317.5C1533.86 317.5 1549.08 316.161 1565.13 313.486L1564.8 311.514C1548.84 314.172 1533.73 315.5 1519.46 315.5V317.5ZM1565.13 313.486C1581.18 310.811 1595.41 307.13 1607.81 302.435L1607.11 300.565C1594.85 305.204 1580.75 308.855 1564.8 311.514L1565.13 313.486ZM1606.47 301.651L1614.47 354.151L1616.45 353.849L1608.45 301.349L1606.47 301.651ZM1615.09 353.073C1602.84 358.038 1588.41 361.855 1571.8 364.513L1572.12 366.487C1588.84 363.812 1603.42 359.962 1615.84 354.927L1615.09 353.073ZM1571.78 364.516C1555.51 367.505 1539.07 369 1522.46 369V371C1539.19 371 1555.75 369.495 1572.14 366.484L1571.78 364.516ZM1680.09 365H1679.09V366H1680.09V365ZM1680.09 105V104H1679.09V105H1680.09ZM1746.09 105L1747.09 104.99L1747.08 104H1746.09V105ZM1746.59 153.5L1745.59 153.51L1745.6 154.5H1746.59V153.5ZM1748.09 153.5V154.5H1748.6L1748.9 154.096L1748.09 153.5ZM1778.59 124.5L1779.14 125.336L1779.15 125.332L1778.59 124.5ZM1817.59 106.5L1817.87 107.462L1817.88 107.459L1817.88 107.457L1817.59 106.5ZM1861.59 100H1862.59V99H1861.59V100ZM1861.59 158.5V159.5H1862.59V158.5H1861.59ZM1764.59 201.5L1765.39 202.11L1765.39 202.1L1764.59 201.5ZM1749.59 365V366H1750.59V365H1749.59ZM1681.09 365V105H1679.09V365H1681.09ZM1680.09 106H1746.09V104H1680.09V106ZM1745.09 105.01L1745.59 153.51L1747.59 153.49L1747.09 104.99L1745.09 105.01ZM1746.59 154.5H1748.09V152.5H1746.59V154.5ZM1748.9 154.096C1757.5 142.52 1767.58 132.935 1779.14 125.336L1778.04 123.664C1766.28 131.398 1756.02 141.147 1747.29 152.904L1748.9 154.096ZM1779.15 125.332C1791.06 117.39 1803.97 111.433 1817.87 107.462L1817.32 105.538C1803.22 109.567 1790.13 115.61 1778.04 123.668L1779.15 125.332ZM1817.88 107.457C1832.12 103.152 1846.69 101 1861.59 101V99C1846.5 99 1831.73 101.181 1817.3 105.543L1817.88 107.457ZM1860.59 100V158.5H1862.59V100H1860.59ZM1861.59 157.5C1840.8 157.5 1821.83 161.357 1804.68 169.088L1805.5 170.912C1822.36 163.309 1841.05 159.5 1861.59 159.5V157.5ZM1804.68 169.088C1787.55 176.816 1773.91 187.416 1763.79 200.9L1765.39 202.1C1775.28 188.917 1788.64 178.517 1805.5 170.912L1804.68 169.088ZM1763.8 200.89C1753.67 214.06 1748.59 228.774 1748.59 245H1750.59C1750.59 229.226 1755.52 214.94 1765.39 202.11L1763.8 200.89ZM1748.59 245V365H1750.59V245H1748.59ZM1749.59 364H1680.09V366H1749.59V364Z",
|
|
@@ -42,7 +42,7 @@ const LogoTextOnly = ({ ...props }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
|
42
42
|
}
|
|
43
43
|
)
|
|
44
44
|
] }),
|
|
45
|
-
/* @__PURE__ */
|
|
45
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs(
|
|
46
46
|
"filter",
|
|
47
47
|
{
|
|
48
48
|
id: "filter0_d_2007_6",
|
|
@@ -53,8 +53,8 @@ const LogoTextOnly = ({ ...props }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
|
53
53
|
filterUnits: "userSpaceOnUse",
|
|
54
54
|
colorInterpolationFilters: "sRGB",
|
|
55
55
|
children: [
|
|
56
|
-
/* @__PURE__ */
|
|
57
|
-
/* @__PURE__ */
|
|
56
|
+
/* @__PURE__ */ jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
57
|
+
/* @__PURE__ */ jsx(
|
|
58
58
|
"feColorMatrix",
|
|
59
59
|
{
|
|
60
60
|
in: "SourceAlpha",
|
|
@@ -63,17 +63,17 @@ const LogoTextOnly = ({ ...props }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
|
63
63
|
result: "hardAlpha"
|
|
64
64
|
}
|
|
65
65
|
),
|
|
66
|
-
/* @__PURE__ */
|
|
67
|
-
/* @__PURE__ */
|
|
68
|
-
/* @__PURE__ */
|
|
69
|
-
/* @__PURE__ */
|
|
66
|
+
/* @__PURE__ */ jsx("feOffset", { dy: "4" }),
|
|
67
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "2" }),
|
|
68
|
+
/* @__PURE__ */ jsx("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
69
|
+
/* @__PURE__ */ jsx(
|
|
70
70
|
"feColorMatrix",
|
|
71
71
|
{
|
|
72
72
|
type: "matrix",
|
|
73
73
|
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
|
|
74
74
|
}
|
|
75
75
|
),
|
|
76
|
-
/* @__PURE__ */
|
|
76
|
+
/* @__PURE__ */ jsx(
|
|
77
77
|
"feBlend",
|
|
78
78
|
{
|
|
79
79
|
mode: "normal",
|
|
@@ -81,7 +81,7 @@ const LogoTextOnly = ({ ...props }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
|
81
81
|
result: "effect1_dropShadow_2007_6"
|
|
82
82
|
}
|
|
83
83
|
),
|
|
84
|
-
/* @__PURE__ */
|
|
84
|
+
/* @__PURE__ */ jsx(
|
|
85
85
|
"feBlend",
|
|
86
86
|
{
|
|
87
87
|
mode: "normal",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoTextOnly.mjs","sources":["../../../src/components/Logo/LogoTextOnly.tsx"],"sourcesContent":["import type { FC } from 'react';\nimport type { LogoBaseProps } from '.';\n\nexport const LogoTextOnly: FC<LogoBaseProps> = ({ ...props }) => (\n <svg\n width=\"1866\"\n height=\"478\"\n viewBox=\"0 0 1866 478\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g filter=\"url(#filter0_d_2007_6)\">\n <mask\n id=\"path-1-outside-1_2007_6\"\n maskUnits=\"userSpaceOnUse\"\n x=\"3\"\n y=\"-1\"\n width=\"1860\"\n height=\"472\"\n fill=\"currentColor\"\n >\n <rect fill=\"white\" x=\"3\" y=\"-1\" width=\"1860\" height=\"472\" />\n <path d=\"M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z\" />\n </mask>\n <path\n d=\"M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4.5 365H3.5V366H4.5V365ZM4.5 -9.53674e-06V-1.00001H3.5V-9.53674e-06H4.5ZM77.5 -9.53674e-06H78.5V-1.00001H77.5V-9.53674e-06ZM77.5 365V366H78.5V365H77.5ZM5.5 365V-9.53674e-06H3.5V365H5.5ZM4.5 0.99999H77.5V-1.00001H4.5V0.99999ZM76.5 -9.53674e-06V365H78.5V-9.53674e-06H76.5ZM77.5 364H4.5V366H77.5V364ZM154.215 365H153.215V366H154.215V365ZM154.215 105V104H153.215V105H154.215ZM219.715 105L220.715 104.984L220.699 104H219.715V105ZM220.215 135.5L219.215 135.516L219.231 136.5H220.215V135.5ZM221.215 135.5V136.5H221.664L221.962 136.164L221.215 135.5ZM258.215 109L258.59 109.927L258.601 109.922L258.215 109ZM376.715 125.5L375.958 126.153L375.965 126.161L375.972 126.169L376.715 125.5ZM399.215 365V366H400.215V365H399.215ZM330.715 365H329.715V366H330.715V365ZM319.715 171.5L318.908 172.091L318.913 172.098L318.918 172.104L319.715 171.5ZM252.715 164L253.162 164.894L253.175 164.888L253.187 164.881L252.715 164ZM230.715 183.5L229.873 182.961L229.867 182.97L230.715 183.5ZM223.215 365V366H224.215V365H223.215ZM155.215 365V105H153.215V365H155.215ZM154.215 106H219.715V104H154.215V106ZM218.715 105.016L219.215 135.516L221.215 135.484L220.715 104.984L218.715 105.016ZM220.215 136.5H221.215V134.5H220.215V136.5ZM221.962 136.164C232.533 124.272 244.742 115.532 258.59 109.927L257.84 108.073C243.688 113.801 231.23 122.728 220.467 134.836L221.962 136.164ZM258.601 109.922C272.79 103.983 289.155 101 307.715 101V99C288.942 99 272.306 102.017 257.829 108.078L258.601 109.922ZM307.715 101C338.877 101 361.547 109.45 375.958 126.153L377.472 124.847C362.549 107.55 339.219 99 307.715 99V101ZM375.972 126.169C390.73 142.567 398.215 168.769 398.215 205H400.215C400.215 168.564 392.7 141.766 377.458 124.831L375.972 126.169ZM398.215 205V365H400.215V205H398.215ZM399.215 364H330.715V366H399.215V364ZM331.715 365V218.5H329.715V365H331.715ZM331.715 218.5C331.715 196.767 328.046 180.827 320.512 170.896L318.918 172.104C326.051 181.506 329.715 196.9 329.715 218.5H331.715ZM320.521 170.909C312.946 160.579 300.932 155.5 284.715 155.5V157.5C300.498 157.5 311.817 162.421 318.908 172.091L320.521 170.909ZM284.715 155.5C272.572 155.5 261.74 158.031 252.243 163.119L253.187 164.881C262.357 159.969 272.857 157.5 284.715 157.5V155.5ZM252.268 163.106C242.782 167.848 235.309 174.467 229.873 182.961L231.557 184.039C236.788 175.866 243.981 169.485 253.162 164.894L252.268 163.106ZM229.867 182.97C224.752 191.154 222.215 200.844 222.215 212H224.215C224.215 201.156 226.678 191.846 231.563 184.03L229.867 182.97ZM222.215 212V365H224.215V212H222.215ZM223.215 364H154.215V366H223.215V364ZM504.52 351L503.84 351.733L503.849 351.742L504.52 351ZM484.02 158.5H485.02V157.5H484.02V158.5ZM427.52 158.5H426.52V159.5H427.52V158.5ZM427.52 105V104H426.52V105H427.52ZM484.02 105V106H485.02V105H484.02ZM484.02 20V19H483.02V20H484.02ZM553.02 20H554.02V19H553.02V20ZM553.02 105H552.02V106H553.02V105ZM637.52 105H638.52V104H637.52V105ZM637.52 158.5V159.5H638.52V158.5H637.52ZM553.02 158.5V157.5H552.02V158.5H553.02ZM560.52 304.5L559.735 305.12L559.743 305.13L559.751 305.14L560.52 304.5ZM609.52 311.5L609.355 310.514L609.348 310.515L609.52 311.5ZM631.52 306L632.514 305.9L632.387 304.637L631.189 305.056L631.52 306ZM637.02 360.5L637.302 361.459L638.098 361.225L638.014 360.4L637.02 360.5ZM604.52 367.5L604.392 366.508L604.376 366.51L604.36 366.513L604.52 367.5ZM572.52 369C541.281 369 518.918 362.679 505.19 350.258L503.849 351.742C518.121 364.654 541.091 371 572.52 371V369ZM505.199 350.267C491.827 337.873 485.02 317.374 485.02 288.5H483.02C483.02 317.626 489.879 338.794 503.84 351.733L505.199 350.267ZM485.02 288.5V158.5H483.02V288.5H485.02ZM484.02 157.5H427.52V159.5H484.02V157.5ZM428.52 158.5V105H426.52V158.5H428.52ZM427.52 106H484.02V104H427.52V106ZM485.02 105V20H483.02V105H485.02ZM484.02 21H553.02V19H484.02V21ZM552.02 20V105H554.02V20H552.02ZM553.02 106H637.52V104H553.02V106ZM636.52 105V158.5H638.52V105H636.52ZM637.52 157.5H553.02V159.5H637.52V157.5ZM552.02 158.5V271.5H554.02V158.5H552.02ZM552.02 271.5C552.02 287.211 554.514 298.507 559.735 305.12L561.304 303.88C556.525 297.826 554.02 287.123 554.02 271.5H552.02ZM559.751 305.14C565.037 311.483 574.415 314.5 587.52 314.5V312.5C574.624 312.5 566.002 309.517 561.288 303.86L559.751 305.14ZM587.52 314.5C594.583 314.5 601.974 313.827 609.691 312.485L609.348 310.515C601.732 311.839 594.456 312.5 587.52 312.5V314.5ZM609.684 312.486C617.732 311.145 625.122 309.299 631.85 306.944L631.189 305.056C624.584 307.368 617.307 309.188 609.355 310.514L609.684 312.486ZM630.525 306.1L636.025 360.6L638.014 360.4L632.514 305.9L630.525 306.1ZM636.737 359.541C625.448 362.861 614.666 365.182 604.392 366.508L604.648 368.492C615.039 367.151 625.924 364.806 637.302 361.459L636.737 359.541ZM604.36 366.513C594.082 368.171 583.469 369 572.52 369V371C583.57 371 594.29 370.163 604.679 368.487L604.36 366.513ZM699.707 365H698.707V366H699.707V365ZM699.707 -9.53674e-06V-1.00001H698.707V-9.53674e-06H699.707ZM769.707 -9.53674e-06H770.707V-1.00001H769.707V-9.53674e-06ZM769.707 365V366H770.707V365H769.707ZM700.707 365V-9.53674e-06H698.707V365H700.707ZM699.707 0.99999H769.707V-1.00001H699.707V0.99999ZM768.707 -9.53674e-06V365H770.707V-9.53674e-06H768.707ZM769.707 364H699.707V366H769.707V364ZM844.191 348.5L843.492 349.215L843.501 349.223L844.191 348.5ZM857.191 221.5L856.623 220.677L856.618 220.681L857.191 221.5ZM992.191 197V198H993.191V197H992.191ZM987.691 170L986.77 170.388L986.778 170.408L986.788 170.428L987.691 170ZM973.191 157L972.82 157.928L972.847 157.939L972.875 157.949L973.191 157ZM892.191 158.5L892.374 159.483L892.382 159.482L892.391 159.48L892.191 158.5ZM841.191 173L840.204 173.158L840.401 174.388L841.559 173.93L841.191 173ZM832.691 120L832.348 119.061L831.573 119.344L831.704 120.158L832.691 120ZM890.191 105.5L890.348 106.488L890.361 106.486L890.191 105.5ZM1016.69 109.5L1017.07 108.576L1017.07 108.576L1016.69 109.5ZM1050.19 141.5L1049.29 141.923L1049.29 141.931L1050.19 141.5ZM1060.69 365V366H1061.69V365H1060.69ZM995.191 365L994.192 365.033L994.224 366H995.191V365ZM994.191 335L995.191 334.967L995.159 334H994.191V335ZM993.691 335V334H993.238L992.939 334.341L993.691 335ZM955.191 360.5L954.83 359.568L954.83 359.568L955.191 360.5ZM983.691 295.5L982.9 294.889L982.896 294.894L983.691 295.5ZM992.191 242H993.191V241H992.191V242ZM907.191 252.5L907.639 253.394L907.647 253.39L907.656 253.385L907.191 252.5ZM898.191 309L897.558 309.774L897.567 309.781L897.575 309.788L898.191 309ZM905.191 369C879.718 369 859.654 361.893 844.882 347.777L843.501 349.223C858.728 363.774 879.332 371 905.191 371V369ZM844.89 347.785C830.449 333.672 823.191 314.78 823.191 291H821.191C821.191 315.22 828.6 334.662 843.492 349.215L844.89 347.785ZM823.191 291C823.191 261.306 834.715 238.454 857.765 222.319L856.618 220.681C833.001 237.213 821.191 260.694 821.191 291H823.191ZM857.759 222.323C881.194 206.15 914.464 198 957.691 198V196C914.252 196 880.522 204.184 856.623 220.677L857.759 222.323ZM957.691 198H992.191V196H957.691V198ZM993.191 197C993.191 185.271 991.687 176.1 988.595 169.572L986.788 170.428C989.696 176.567 991.191 185.395 991.191 197H993.191ZM988.613 169.612C985.826 162.992 980.758 158.468 973.508 156.051L972.875 157.949C979.625 160.199 984.224 164.341 986.77 170.388L988.613 169.612ZM973.563 156.072C966.72 153.334 956.903 152 944.191 152V154C956.813 154 966.329 155.332 972.82 157.928L973.563 156.072ZM944.191 152C927.451 152 910.051 153.841 891.992 157.52L892.391 159.48C910.332 155.825 927.598 154 944.191 154V152ZM892.009 157.517C873.95 160.861 856.887 165.712 840.823 172.07L841.559 173.93C857.496 167.622 874.433 162.806 892.374 159.483L892.009 157.517ZM842.179 172.842L833.679 119.842L831.704 120.158L840.204 173.158L842.179 172.842ZM833.035 120.939C850.299 114.631 869.402 109.812 890.348 106.488L890.035 104.512C868.98 107.854 849.75 112.702 832.348 119.061L833.035 120.939ZM890.361 106.486C911.64 102.828 932.75 101 953.691 101V99C932.633 99 911.41 100.838 890.022 104.514L890.361 106.486ZM953.691 101C980.297 101 1001.15 104.162 1016.31 110.424L1017.07 108.576C1001.57 102.171 980.419 99 953.691 99V101ZM1016.31 110.424C1031.41 116.662 1042.39 127.15 1049.29 141.923L1051.1 141.077C1043.99 125.85 1032.64 115.004 1017.07 108.576L1016.31 110.424ZM1049.29 141.931C1056.2 156.41 1059.69 176.077 1059.69 201H1061.69C1061.69 175.923 1058.18 155.923 1051.09 141.069L1049.29 141.931ZM1059.69 201V365H1061.69V201H1059.69ZM1060.69 364H995.191V366H1060.69V364ZM996.191 364.967L995.191 334.967L993.192 335.033L994.192 365.033L996.191 364.967ZM994.191 334H993.691V336H994.191V334ZM992.939 334.341C983.734 344.861 971.048 353.279 954.83 359.568L955.553 361.432C972.002 355.054 984.982 346.472 994.444 335.659L992.939 334.341ZM954.83 359.568C938.608 365.858 922.064 369 905.191 369V371C922.319 371 939.108 367.809 955.553 361.432L954.83 359.568ZM930.191 319C941.973 319 952.61 316.98 962.085 312.919L961.297 311.081C952.106 315.02 941.743 317 930.191 317V319ZM962.085 312.919C971.553 308.862 979.034 303.263 984.487 296.106L982.896 294.894C977.682 301.737 970.497 307.138 961.297 311.081L962.085 312.919ZM984.483 296.111C990.275 288.616 993.191 280.404 993.191 271.5H991.191C991.191 279.93 988.442 287.717 982.9 294.889L984.483 296.111ZM993.191 271.5V242H991.191V271.5H993.191ZM992.191 241H967.691V243H992.191V241ZM967.691 241C940.639 241 920.276 244.501 906.727 251.615L907.656 253.385C920.773 246.499 940.744 243 967.691 243V241ZM906.744 251.606C899.948 255.004 894.796 259.408 891.347 264.839C887.897 270.273 886.191 276.673 886.191 284H888.191C888.191 276.994 889.819 270.977 893.036 265.911C896.254 260.842 901.102 256.663 907.639 253.394L906.744 251.606ZM886.191 284C886.191 294.924 889.962 303.559 897.558 309.774L898.825 308.226C891.755 302.441 888.191 294.409 888.191 284H886.191ZM897.575 309.788C905.477 315.971 916.39 319 930.191 319V317C916.66 317 906.24 314.029 898.808 308.212L897.575 309.788ZM1145.11 470L1144.18 469.626L1143.62 471H1145.11V470ZM1188.11 363.5L1189.03 363.874L1189.18 363.503L1189.03 363.131L1188.11 363.5ZM1085.61 105.5L1085.6 104.5L1084.14 104.51L1084.68 105.869L1085.61 105.5ZM1159.11 105L1160.06 104.689L1159.83 103.995L1159.1 104L1159.11 105ZM1222.11 297.5L1221.16 297.811L1221.38 298.5H1222.11V297.5ZM1223.11 297.5V298.5H1223.83L1224.06 297.813L1223.11 297.5ZM1286.61 105V104H1285.88L1285.66 104.687L1286.61 105ZM1360.61 105L1361.54 105.365L1362.07 104H1360.61V105ZM1217.61 470V471H1218.29L1218.54 470.365L1217.61 470ZM1146.03 470.374L1189.03 363.874L1187.18 363.126L1144.18 469.626L1146.03 470.374ZM1189.03 363.131L1086.53 105.131L1084.68 105.869L1187.18 363.869L1189.03 363.131ZM1085.61 106.5L1159.11 106L1159.1 104L1085.6 104.5L1085.61 106.5ZM1158.16 105.311L1221.16 297.811L1223.06 297.189L1160.06 104.689L1158.16 105.311ZM1222.11 298.5H1223.11V296.5H1222.11V298.5ZM1224.06 297.813L1287.56 105.313L1285.66 104.687L1222.16 297.187L1224.06 297.813ZM1286.61 106H1360.61V104H1286.61V106ZM1359.67 104.635L1216.67 469.635L1218.54 470.365L1361.54 105.365L1359.67 104.635ZM1217.61 469H1145.11V471H1217.61V469ZM1414.46 335L1413.78 335.731L1413.78 335.736L1414.46 335ZM1411.46 136L1410.74 135.308L1410.74 135.308L1411.46 136ZM1596.46 134L1595.73 134.68L1595.73 134.685L1596.46 134ZM1627.96 246.5L1626.96 246.445L1626.96 246.472V246.5H1627.96ZM1627.46 260V261H1628.36L1628.45 260.11L1627.46 260ZM1415.46 260H1414.46V261H1415.46V260ZM1415.46 212.5V211.5H1414.46V212.5H1415.46ZM1573.96 212.5L1574.8 213.048L1575.81 211.5H1573.96V212.5ZM1564.46 227H1563.46V230.351L1565.3 227.548L1564.46 227ZM1549.96 169L1549.16 169.593L1549.16 169.6L1549.17 169.607L1549.96 169ZM1459.96 170L1460.74 170.622L1460.75 170.613L1459.96 170ZM1462.96 300L1463.63 299.254L1463.63 299.254L1462.96 300ZM1607.46 301.5L1608.45 301.349L1608.26 300.127L1607.11 300.565L1607.46 301.5ZM1615.46 354L1615.84 354.927L1616.57 354.63L1616.45 353.849L1615.46 354ZM1571.96 365.5L1571.8 364.513L1571.79 364.514L1571.78 364.516L1571.96 365.5ZM1522.46 369C1475.95 369 1440.23 357.375 1415.14 334.264L1413.78 335.736C1439.36 359.292 1475.63 371 1522.46 371V369ZM1415.14 334.269C1390.4 311.172 1377.96 278.135 1377.96 235H1375.96C1375.96 278.532 1388.52 312.161 1413.78 335.731L1415.14 334.269ZM1377.96 235C1377.96 193.187 1389.41 160.46 1412.18 136.692L1410.74 135.308C1387.52 159.54 1375.96 192.813 1375.96 235H1377.96ZM1412.18 136.692C1434.96 112.93 1466.34 101 1506.46 101V99C1465.92 99 1433.97 111.07 1410.74 135.308L1412.18 136.692ZM1506.46 101C1545.26 101 1574.96 112.268 1595.73 134.68L1597.19 133.32C1575.96 110.399 1545.66 99 1506.46 99V101ZM1595.73 134.685C1616.84 157.111 1627.46 189 1627.46 230.5H1629.46C1629.46 188.667 1618.75 156.222 1597.19 133.315L1595.73 134.685ZM1627.46 230.5C1627.46 235.144 1627.3 240.458 1626.96 246.445L1628.96 246.555C1629.29 240.542 1629.46 235.19 1629.46 230.5H1627.46ZM1626.96 246.5C1626.96 252.492 1626.79 256.947 1626.47 259.89L1628.45 260.11C1628.79 257.053 1628.96 252.508 1628.96 246.5H1626.96ZM1627.46 259H1415.46V261H1627.46V259ZM1416.46 260V212.5H1414.46V260H1416.46ZM1415.46 213.5H1573.96V211.5H1415.46V213.5ZM1573.12 211.952L1563.62 226.452L1565.3 227.548L1574.8 213.048L1573.12 211.952ZM1565.46 227C1565.46 200.908 1560.62 181.314 1550.76 168.393L1549.17 169.607C1558.64 182.019 1563.46 201.092 1563.46 227H1565.46ZM1550.77 168.407C1541.2 155.421 1526.36 149 1506.46 149V151C1525.9 151 1540.06 157.246 1549.16 169.593L1550.77 168.407ZM1506.46 149C1485.56 149 1469.74 155.754 1459.17 169.387L1460.75 170.613C1470.85 157.579 1486.03 151 1506.46 151V149ZM1459.18 169.378C1448.64 182.63 1443.46 202.394 1443.46 228.5H1445.46C1445.46 202.606 1450.61 183.37 1460.74 170.622L1459.18 169.378ZM1443.46 228.5V248.5H1445.46V228.5H1443.46ZM1443.46 248.5C1443.46 271.997 1449.67 289.489 1462.3 300.746L1463.63 299.254C1451.58 288.511 1445.46 271.669 1445.46 248.5H1443.46ZM1462.3 300.746C1474.89 311.978 1494.01 317.5 1519.46 317.5V315.5C1494.25 315.5 1475.7 310.022 1463.63 299.254L1462.3 300.746ZM1519.46 317.5C1533.86 317.5 1549.08 316.161 1565.13 313.486L1564.8 311.514C1548.84 314.172 1533.73 315.5 1519.46 315.5V317.5ZM1565.13 313.486C1581.18 310.811 1595.41 307.13 1607.81 302.435L1607.11 300.565C1594.85 305.204 1580.75 308.855 1564.8 311.514L1565.13 313.486ZM1606.47 301.651L1614.47 354.151L1616.45 353.849L1608.45 301.349L1606.47 301.651ZM1615.09 353.073C1602.84 358.038 1588.41 361.855 1571.8 364.513L1572.12 366.487C1588.84 363.812 1603.42 359.962 1615.84 354.927L1615.09 353.073ZM1571.78 364.516C1555.51 367.505 1539.07 369 1522.46 369V371C1539.19 371 1555.75 369.495 1572.14 366.484L1571.78 364.516ZM1680.09 365H1679.09V366H1680.09V365ZM1680.09 105V104H1679.09V105H1680.09ZM1746.09 105L1747.09 104.99L1747.08 104H1746.09V105ZM1746.59 153.5L1745.59 153.51L1745.6 154.5H1746.59V153.5ZM1748.09 153.5V154.5H1748.6L1748.9 154.096L1748.09 153.5ZM1778.59 124.5L1779.14 125.336L1779.15 125.332L1778.59 124.5ZM1817.59 106.5L1817.87 107.462L1817.88 107.459L1817.88 107.457L1817.59 106.5ZM1861.59 100H1862.59V99H1861.59V100ZM1861.59 158.5V159.5H1862.59V158.5H1861.59ZM1764.59 201.5L1765.39 202.11L1765.39 202.1L1764.59 201.5ZM1749.59 365V366H1750.59V365H1749.59ZM1681.09 365V105H1679.09V365H1681.09ZM1680.09 106H1746.09V104H1680.09V106ZM1745.09 105.01L1745.59 153.51L1747.59 153.49L1747.09 104.99L1745.09 105.01ZM1746.59 154.5H1748.09V152.5H1746.59V154.5ZM1748.9 154.096C1757.5 142.52 1767.58 132.935 1779.14 125.336L1778.04 123.664C1766.28 131.398 1756.02 141.147 1747.29 152.904L1748.9 154.096ZM1779.15 125.332C1791.06 117.39 1803.97 111.433 1817.87 107.462L1817.32 105.538C1803.22 109.567 1790.13 115.61 1778.04 123.668L1779.15 125.332ZM1817.88 107.457C1832.12 103.152 1846.69 101 1861.59 101V99C1846.5 99 1831.73 101.181 1817.3 105.543L1817.88 107.457ZM1860.59 100V158.5H1862.59V100H1860.59ZM1861.59 157.5C1840.8 157.5 1821.83 161.357 1804.68 169.088L1805.5 170.912C1822.36 163.309 1841.05 159.5 1861.59 159.5V157.5ZM1804.68 169.088C1787.55 176.816 1773.91 187.416 1763.79 200.9L1765.39 202.1C1775.28 188.917 1788.64 178.517 1805.5 170.912L1804.68 169.088ZM1763.8 200.89C1753.67 214.06 1748.59 228.774 1748.59 245H1750.59C1750.59 229.226 1755.52 214.94 1765.39 202.11L1763.8 200.89ZM1748.59 245V365H1750.59V245H1748.59ZM1749.59 364H1680.09V366H1749.59V364Z\"\n fill=\"currentColor\"\n mask=\"url(#path-1-outside-1_2007_6)\"\n />\n </g>\n <defs>\n <filter\n id=\"filter0_d_2007_6\"\n x=\"0.5\"\n y=\"0\"\n width=\"1865.09\"\n height=\"478\"\n filterUnits=\"userSpaceOnUse\"\n colorInterpolationFilters=\"sRGB\"\n >\n <feFlood floodOpacity=\"0\" result=\"BackgroundImageFix\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n result=\"hardAlpha\"\n />\n <feOffset dy=\"4\" />\n <feGaussianBlur stdDeviation=\"2\" />\n <feComposite in2=\"hardAlpha\" operator=\"out\" />\n <feColorMatrix\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"\n />\n <feBlend\n mode=\"normal\"\n in2=\"BackgroundImageFix\"\n result=\"effect1_dropShadow_2007_6\"\n />\n <feBlend\n mode=\"normal\"\n in=\"SourceGraphic\"\n in2=\"effect1_dropShadow_2007_6\"\n result=\"shape\"\n />\n </filter>\n </defs>\n </svg>\n);\n"],"names":["jsxs","jsx"],"mappings":";AAGO,MAAM,eAAkC,CAAC,EAAE,GAAG,YACnDA,kCAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAA;AAAA,MAACA,kCAAAA,KAAA,KAAA,EAAE,QAAO,0BACR,UAAA;AAAA,QAAAA,kCAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,IAAG;AAAA,YACH,WAAU;AAAA,YACV,GAAE;AAAA,YACF,GAAE;AAAA,YACF,OAAM;AAAA,YACN,QAAO;AAAA,YACP,MAAK;AAAA,YAEL,UAAA;AAAA,cAACC,kCAAAA,IAAA,QAAA,EAAK,MAAK,SAAQ,GAAE,KAAI,GAAE,MAAK,OAAM,QAAO,QAAO,MAAM,CAAA;AAAA,cAC1DA,kCAAAA,IAAC,QAAK,EAAA,GAAE,gqGAAgqG,CAAA;AAAA,YAAA;AAAA,UAAA;AAAA,QAC1qG;AAAA,QACAA,kCAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QACP;AAAA,QACAA,kCAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA,YACL,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACP,GACF;AAAA,4CACC,QACC,EAAA,UAAAD,kCAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,IAAG;AAAA,UACH,GAAE;AAAA,UACF,GAAE;AAAA,UACF,OAAM;AAAA,UACN,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,2BAA0B;AAAA,UAE1B,UAAA;AAAA,YAAAC,kCAAA,IAAC,WAAQ,EAAA,cAAa,KAAI,QAAO,sBAAqB;AAAA,YACtDA,kCAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,IAAG;AAAA,gBACH,MAAK;AAAA,gBACL,QAAO;AAAA,gBACP,QAAO;AAAA,cAAA;AAAA,YACT;AAAA,YACAA,kCAAAA,IAAC,YAAS,EAAA,IAAG,IAAI,CAAA;AAAA,YACjBA,kCAAAA,IAAC,kBAAe,EAAA,cAAa,IAAI,CAAA;AAAA,YAChCA,kCAAA,IAAA,eAAA,EAAY,KAAI,aAAY,UAAS,OAAM;AAAA,YAC5CA,kCAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,QAAO;AAAA,cAAA;AAAA,YACT;AAAA,YACAA,kCAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,KAAI;AAAA,gBACJ,QAAO;AAAA,cAAA;AAAA,YACT;AAAA,YACAA,kCAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,IAAG;AAAA,gBACH,KAAI;AAAA,gBACJ,QAAO;AAAA,cAAA;AAAA,YAAA;AAAA,UACT;AAAA,QAAA;AAAA,MAAA,EAEJ,CAAA;AAAA,IAAA;AAAA,EAAA;AACF;"}
|
|
1
|
+
{"version":3,"file":"LogoTextOnly.mjs","sources":["../../../src/components/Logo/LogoTextOnly.tsx"],"sourcesContent":["import type { FC } from 'react';\nimport type { LogoBaseProps } from '.';\n\nexport const LogoTextOnly: FC<LogoBaseProps> = ({ ...props }) => (\n <svg\n width=\"1866\"\n height=\"478\"\n viewBox=\"0 0 1866 478\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g filter=\"url(#filter0_d_2007_6)\">\n <mask\n id=\"path-1-outside-1_2007_6\"\n maskUnits=\"userSpaceOnUse\"\n x=\"3\"\n y=\"-1\"\n width=\"1860\"\n height=\"472\"\n fill=\"currentColor\"\n >\n <rect fill=\"white\" x=\"3\" y=\"-1\" width=\"1860\" height=\"472\" />\n <path d=\"M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z\" />\n </mask>\n <path\n d=\"M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4.5 365H3.5V366H4.5V365ZM4.5 -9.53674e-06V-1.00001H3.5V-9.53674e-06H4.5ZM77.5 -9.53674e-06H78.5V-1.00001H77.5V-9.53674e-06ZM77.5 365V366H78.5V365H77.5ZM5.5 365V-9.53674e-06H3.5V365H5.5ZM4.5 0.99999H77.5V-1.00001H4.5V0.99999ZM76.5 -9.53674e-06V365H78.5V-9.53674e-06H76.5ZM77.5 364H4.5V366H77.5V364ZM154.215 365H153.215V366H154.215V365ZM154.215 105V104H153.215V105H154.215ZM219.715 105L220.715 104.984L220.699 104H219.715V105ZM220.215 135.5L219.215 135.516L219.231 136.5H220.215V135.5ZM221.215 135.5V136.5H221.664L221.962 136.164L221.215 135.5ZM258.215 109L258.59 109.927L258.601 109.922L258.215 109ZM376.715 125.5L375.958 126.153L375.965 126.161L375.972 126.169L376.715 125.5ZM399.215 365V366H400.215V365H399.215ZM330.715 365H329.715V366H330.715V365ZM319.715 171.5L318.908 172.091L318.913 172.098L318.918 172.104L319.715 171.5ZM252.715 164L253.162 164.894L253.175 164.888L253.187 164.881L252.715 164ZM230.715 183.5L229.873 182.961L229.867 182.97L230.715 183.5ZM223.215 365V366H224.215V365H223.215ZM155.215 365V105H153.215V365H155.215ZM154.215 106H219.715V104H154.215V106ZM218.715 105.016L219.215 135.516L221.215 135.484L220.715 104.984L218.715 105.016ZM220.215 136.5H221.215V134.5H220.215V136.5ZM221.962 136.164C232.533 124.272 244.742 115.532 258.59 109.927L257.84 108.073C243.688 113.801 231.23 122.728 220.467 134.836L221.962 136.164ZM258.601 109.922C272.79 103.983 289.155 101 307.715 101V99C288.942 99 272.306 102.017 257.829 108.078L258.601 109.922ZM307.715 101C338.877 101 361.547 109.45 375.958 126.153L377.472 124.847C362.549 107.55 339.219 99 307.715 99V101ZM375.972 126.169C390.73 142.567 398.215 168.769 398.215 205H400.215C400.215 168.564 392.7 141.766 377.458 124.831L375.972 126.169ZM398.215 205V365H400.215V205H398.215ZM399.215 364H330.715V366H399.215V364ZM331.715 365V218.5H329.715V365H331.715ZM331.715 218.5C331.715 196.767 328.046 180.827 320.512 170.896L318.918 172.104C326.051 181.506 329.715 196.9 329.715 218.5H331.715ZM320.521 170.909C312.946 160.579 300.932 155.5 284.715 155.5V157.5C300.498 157.5 311.817 162.421 318.908 172.091L320.521 170.909ZM284.715 155.5C272.572 155.5 261.74 158.031 252.243 163.119L253.187 164.881C262.357 159.969 272.857 157.5 284.715 157.5V155.5ZM252.268 163.106C242.782 167.848 235.309 174.467 229.873 182.961L231.557 184.039C236.788 175.866 243.981 169.485 253.162 164.894L252.268 163.106ZM229.867 182.97C224.752 191.154 222.215 200.844 222.215 212H224.215C224.215 201.156 226.678 191.846 231.563 184.03L229.867 182.97ZM222.215 212V365H224.215V212H222.215ZM223.215 364H154.215V366H223.215V364ZM504.52 351L503.84 351.733L503.849 351.742L504.52 351ZM484.02 158.5H485.02V157.5H484.02V158.5ZM427.52 158.5H426.52V159.5H427.52V158.5ZM427.52 105V104H426.52V105H427.52ZM484.02 105V106H485.02V105H484.02ZM484.02 20V19H483.02V20H484.02ZM553.02 20H554.02V19H553.02V20ZM553.02 105H552.02V106H553.02V105ZM637.52 105H638.52V104H637.52V105ZM637.52 158.5V159.5H638.52V158.5H637.52ZM553.02 158.5V157.5H552.02V158.5H553.02ZM560.52 304.5L559.735 305.12L559.743 305.13L559.751 305.14L560.52 304.5ZM609.52 311.5L609.355 310.514L609.348 310.515L609.52 311.5ZM631.52 306L632.514 305.9L632.387 304.637L631.189 305.056L631.52 306ZM637.02 360.5L637.302 361.459L638.098 361.225L638.014 360.4L637.02 360.5ZM604.52 367.5L604.392 366.508L604.376 366.51L604.36 366.513L604.52 367.5ZM572.52 369C541.281 369 518.918 362.679 505.19 350.258L503.849 351.742C518.121 364.654 541.091 371 572.52 371V369ZM505.199 350.267C491.827 337.873 485.02 317.374 485.02 288.5H483.02C483.02 317.626 489.879 338.794 503.84 351.733L505.199 350.267ZM485.02 288.5V158.5H483.02V288.5H485.02ZM484.02 157.5H427.52V159.5H484.02V157.5ZM428.52 158.5V105H426.52V158.5H428.52ZM427.52 106H484.02V104H427.52V106ZM485.02 105V20H483.02V105H485.02ZM484.02 21H553.02V19H484.02V21ZM552.02 20V105H554.02V20H552.02ZM553.02 106H637.52V104H553.02V106ZM636.52 105V158.5H638.52V105H636.52ZM637.52 157.5H553.02V159.5H637.52V157.5ZM552.02 158.5V271.5H554.02V158.5H552.02ZM552.02 271.5C552.02 287.211 554.514 298.507 559.735 305.12L561.304 303.88C556.525 297.826 554.02 287.123 554.02 271.5H552.02ZM559.751 305.14C565.037 311.483 574.415 314.5 587.52 314.5V312.5C574.624 312.5 566.002 309.517 561.288 303.86L559.751 305.14ZM587.52 314.5C594.583 314.5 601.974 313.827 609.691 312.485L609.348 310.515C601.732 311.839 594.456 312.5 587.52 312.5V314.5ZM609.684 312.486C617.732 311.145 625.122 309.299 631.85 306.944L631.189 305.056C624.584 307.368 617.307 309.188 609.355 310.514L609.684 312.486ZM630.525 306.1L636.025 360.6L638.014 360.4L632.514 305.9L630.525 306.1ZM636.737 359.541C625.448 362.861 614.666 365.182 604.392 366.508L604.648 368.492C615.039 367.151 625.924 364.806 637.302 361.459L636.737 359.541ZM604.36 366.513C594.082 368.171 583.469 369 572.52 369V371C583.57 371 594.29 370.163 604.679 368.487L604.36 366.513ZM699.707 365H698.707V366H699.707V365ZM699.707 -9.53674e-06V-1.00001H698.707V-9.53674e-06H699.707ZM769.707 -9.53674e-06H770.707V-1.00001H769.707V-9.53674e-06ZM769.707 365V366H770.707V365H769.707ZM700.707 365V-9.53674e-06H698.707V365H700.707ZM699.707 0.99999H769.707V-1.00001H699.707V0.99999ZM768.707 -9.53674e-06V365H770.707V-9.53674e-06H768.707ZM769.707 364H699.707V366H769.707V364ZM844.191 348.5L843.492 349.215L843.501 349.223L844.191 348.5ZM857.191 221.5L856.623 220.677L856.618 220.681L857.191 221.5ZM992.191 197V198H993.191V197H992.191ZM987.691 170L986.77 170.388L986.778 170.408L986.788 170.428L987.691 170ZM973.191 157L972.82 157.928L972.847 157.939L972.875 157.949L973.191 157ZM892.191 158.5L892.374 159.483L892.382 159.482L892.391 159.48L892.191 158.5ZM841.191 173L840.204 173.158L840.401 174.388L841.559 173.93L841.191 173ZM832.691 120L832.348 119.061L831.573 119.344L831.704 120.158L832.691 120ZM890.191 105.5L890.348 106.488L890.361 106.486L890.191 105.5ZM1016.69 109.5L1017.07 108.576L1017.07 108.576L1016.69 109.5ZM1050.19 141.5L1049.29 141.923L1049.29 141.931L1050.19 141.5ZM1060.69 365V366H1061.69V365H1060.69ZM995.191 365L994.192 365.033L994.224 366H995.191V365ZM994.191 335L995.191 334.967L995.159 334H994.191V335ZM993.691 335V334H993.238L992.939 334.341L993.691 335ZM955.191 360.5L954.83 359.568L954.83 359.568L955.191 360.5ZM983.691 295.5L982.9 294.889L982.896 294.894L983.691 295.5ZM992.191 242H993.191V241H992.191V242ZM907.191 252.5L907.639 253.394L907.647 253.39L907.656 253.385L907.191 252.5ZM898.191 309L897.558 309.774L897.567 309.781L897.575 309.788L898.191 309ZM905.191 369C879.718 369 859.654 361.893 844.882 347.777L843.501 349.223C858.728 363.774 879.332 371 905.191 371V369ZM844.89 347.785C830.449 333.672 823.191 314.78 823.191 291H821.191C821.191 315.22 828.6 334.662 843.492 349.215L844.89 347.785ZM823.191 291C823.191 261.306 834.715 238.454 857.765 222.319L856.618 220.681C833.001 237.213 821.191 260.694 821.191 291H823.191ZM857.759 222.323C881.194 206.15 914.464 198 957.691 198V196C914.252 196 880.522 204.184 856.623 220.677L857.759 222.323ZM957.691 198H992.191V196H957.691V198ZM993.191 197C993.191 185.271 991.687 176.1 988.595 169.572L986.788 170.428C989.696 176.567 991.191 185.395 991.191 197H993.191ZM988.613 169.612C985.826 162.992 980.758 158.468 973.508 156.051L972.875 157.949C979.625 160.199 984.224 164.341 986.77 170.388L988.613 169.612ZM973.563 156.072C966.72 153.334 956.903 152 944.191 152V154C956.813 154 966.329 155.332 972.82 157.928L973.563 156.072ZM944.191 152C927.451 152 910.051 153.841 891.992 157.52L892.391 159.48C910.332 155.825 927.598 154 944.191 154V152ZM892.009 157.517C873.95 160.861 856.887 165.712 840.823 172.07L841.559 173.93C857.496 167.622 874.433 162.806 892.374 159.483L892.009 157.517ZM842.179 172.842L833.679 119.842L831.704 120.158L840.204 173.158L842.179 172.842ZM833.035 120.939C850.299 114.631 869.402 109.812 890.348 106.488L890.035 104.512C868.98 107.854 849.75 112.702 832.348 119.061L833.035 120.939ZM890.361 106.486C911.64 102.828 932.75 101 953.691 101V99C932.633 99 911.41 100.838 890.022 104.514L890.361 106.486ZM953.691 101C980.297 101 1001.15 104.162 1016.31 110.424L1017.07 108.576C1001.57 102.171 980.419 99 953.691 99V101ZM1016.31 110.424C1031.41 116.662 1042.39 127.15 1049.29 141.923L1051.1 141.077C1043.99 125.85 1032.64 115.004 1017.07 108.576L1016.31 110.424ZM1049.29 141.931C1056.2 156.41 1059.69 176.077 1059.69 201H1061.69C1061.69 175.923 1058.18 155.923 1051.09 141.069L1049.29 141.931ZM1059.69 201V365H1061.69V201H1059.69ZM1060.69 364H995.191V366H1060.69V364ZM996.191 364.967L995.191 334.967L993.192 335.033L994.192 365.033L996.191 364.967ZM994.191 334H993.691V336H994.191V334ZM992.939 334.341C983.734 344.861 971.048 353.279 954.83 359.568L955.553 361.432C972.002 355.054 984.982 346.472 994.444 335.659L992.939 334.341ZM954.83 359.568C938.608 365.858 922.064 369 905.191 369V371C922.319 371 939.108 367.809 955.553 361.432L954.83 359.568ZM930.191 319C941.973 319 952.61 316.98 962.085 312.919L961.297 311.081C952.106 315.02 941.743 317 930.191 317V319ZM962.085 312.919C971.553 308.862 979.034 303.263 984.487 296.106L982.896 294.894C977.682 301.737 970.497 307.138 961.297 311.081L962.085 312.919ZM984.483 296.111C990.275 288.616 993.191 280.404 993.191 271.5H991.191C991.191 279.93 988.442 287.717 982.9 294.889L984.483 296.111ZM993.191 271.5V242H991.191V271.5H993.191ZM992.191 241H967.691V243H992.191V241ZM967.691 241C940.639 241 920.276 244.501 906.727 251.615L907.656 253.385C920.773 246.499 940.744 243 967.691 243V241ZM906.744 251.606C899.948 255.004 894.796 259.408 891.347 264.839C887.897 270.273 886.191 276.673 886.191 284H888.191C888.191 276.994 889.819 270.977 893.036 265.911C896.254 260.842 901.102 256.663 907.639 253.394L906.744 251.606ZM886.191 284C886.191 294.924 889.962 303.559 897.558 309.774L898.825 308.226C891.755 302.441 888.191 294.409 888.191 284H886.191ZM897.575 309.788C905.477 315.971 916.39 319 930.191 319V317C916.66 317 906.24 314.029 898.808 308.212L897.575 309.788ZM1145.11 470L1144.18 469.626L1143.62 471H1145.11V470ZM1188.11 363.5L1189.03 363.874L1189.18 363.503L1189.03 363.131L1188.11 363.5ZM1085.61 105.5L1085.6 104.5L1084.14 104.51L1084.68 105.869L1085.61 105.5ZM1159.11 105L1160.06 104.689L1159.83 103.995L1159.1 104L1159.11 105ZM1222.11 297.5L1221.16 297.811L1221.38 298.5H1222.11V297.5ZM1223.11 297.5V298.5H1223.83L1224.06 297.813L1223.11 297.5ZM1286.61 105V104H1285.88L1285.66 104.687L1286.61 105ZM1360.61 105L1361.54 105.365L1362.07 104H1360.61V105ZM1217.61 470V471H1218.29L1218.54 470.365L1217.61 470ZM1146.03 470.374L1189.03 363.874L1187.18 363.126L1144.18 469.626L1146.03 470.374ZM1189.03 363.131L1086.53 105.131L1084.68 105.869L1187.18 363.869L1189.03 363.131ZM1085.61 106.5L1159.11 106L1159.1 104L1085.6 104.5L1085.61 106.5ZM1158.16 105.311L1221.16 297.811L1223.06 297.189L1160.06 104.689L1158.16 105.311ZM1222.11 298.5H1223.11V296.5H1222.11V298.5ZM1224.06 297.813L1287.56 105.313L1285.66 104.687L1222.16 297.187L1224.06 297.813ZM1286.61 106H1360.61V104H1286.61V106ZM1359.67 104.635L1216.67 469.635L1218.54 470.365L1361.54 105.365L1359.67 104.635ZM1217.61 469H1145.11V471H1217.61V469ZM1414.46 335L1413.78 335.731L1413.78 335.736L1414.46 335ZM1411.46 136L1410.74 135.308L1410.74 135.308L1411.46 136ZM1596.46 134L1595.73 134.68L1595.73 134.685L1596.46 134ZM1627.96 246.5L1626.96 246.445L1626.96 246.472V246.5H1627.96ZM1627.46 260V261H1628.36L1628.45 260.11L1627.46 260ZM1415.46 260H1414.46V261H1415.46V260ZM1415.46 212.5V211.5H1414.46V212.5H1415.46ZM1573.96 212.5L1574.8 213.048L1575.81 211.5H1573.96V212.5ZM1564.46 227H1563.46V230.351L1565.3 227.548L1564.46 227ZM1549.96 169L1549.16 169.593L1549.16 169.6L1549.17 169.607L1549.96 169ZM1459.96 170L1460.74 170.622L1460.75 170.613L1459.96 170ZM1462.96 300L1463.63 299.254L1463.63 299.254L1462.96 300ZM1607.46 301.5L1608.45 301.349L1608.26 300.127L1607.11 300.565L1607.46 301.5ZM1615.46 354L1615.84 354.927L1616.57 354.63L1616.45 353.849L1615.46 354ZM1571.96 365.5L1571.8 364.513L1571.79 364.514L1571.78 364.516L1571.96 365.5ZM1522.46 369C1475.95 369 1440.23 357.375 1415.14 334.264L1413.78 335.736C1439.36 359.292 1475.63 371 1522.46 371V369ZM1415.14 334.269C1390.4 311.172 1377.96 278.135 1377.96 235H1375.96C1375.96 278.532 1388.52 312.161 1413.78 335.731L1415.14 334.269ZM1377.96 235C1377.96 193.187 1389.41 160.46 1412.18 136.692L1410.74 135.308C1387.52 159.54 1375.96 192.813 1375.96 235H1377.96ZM1412.18 136.692C1434.96 112.93 1466.34 101 1506.46 101V99C1465.92 99 1433.97 111.07 1410.74 135.308L1412.18 136.692ZM1506.46 101C1545.26 101 1574.96 112.268 1595.73 134.68L1597.19 133.32C1575.96 110.399 1545.66 99 1506.46 99V101ZM1595.73 134.685C1616.84 157.111 1627.46 189 1627.46 230.5H1629.46C1629.46 188.667 1618.75 156.222 1597.19 133.315L1595.73 134.685ZM1627.46 230.5C1627.46 235.144 1627.3 240.458 1626.96 246.445L1628.96 246.555C1629.29 240.542 1629.46 235.19 1629.46 230.5H1627.46ZM1626.96 246.5C1626.96 252.492 1626.79 256.947 1626.47 259.89L1628.45 260.11C1628.79 257.053 1628.96 252.508 1628.96 246.5H1626.96ZM1627.46 259H1415.46V261H1627.46V259ZM1416.46 260V212.5H1414.46V260H1416.46ZM1415.46 213.5H1573.96V211.5H1415.46V213.5ZM1573.12 211.952L1563.62 226.452L1565.3 227.548L1574.8 213.048L1573.12 211.952ZM1565.46 227C1565.46 200.908 1560.62 181.314 1550.76 168.393L1549.17 169.607C1558.64 182.019 1563.46 201.092 1563.46 227H1565.46ZM1550.77 168.407C1541.2 155.421 1526.36 149 1506.46 149V151C1525.9 151 1540.06 157.246 1549.16 169.593L1550.77 168.407ZM1506.46 149C1485.56 149 1469.74 155.754 1459.17 169.387L1460.75 170.613C1470.85 157.579 1486.03 151 1506.46 151V149ZM1459.18 169.378C1448.64 182.63 1443.46 202.394 1443.46 228.5H1445.46C1445.46 202.606 1450.61 183.37 1460.74 170.622L1459.18 169.378ZM1443.46 228.5V248.5H1445.46V228.5H1443.46ZM1443.46 248.5C1443.46 271.997 1449.67 289.489 1462.3 300.746L1463.63 299.254C1451.58 288.511 1445.46 271.669 1445.46 248.5H1443.46ZM1462.3 300.746C1474.89 311.978 1494.01 317.5 1519.46 317.5V315.5C1494.25 315.5 1475.7 310.022 1463.63 299.254L1462.3 300.746ZM1519.46 317.5C1533.86 317.5 1549.08 316.161 1565.13 313.486L1564.8 311.514C1548.84 314.172 1533.73 315.5 1519.46 315.5V317.5ZM1565.13 313.486C1581.18 310.811 1595.41 307.13 1607.81 302.435L1607.11 300.565C1594.85 305.204 1580.75 308.855 1564.8 311.514L1565.13 313.486ZM1606.47 301.651L1614.47 354.151L1616.45 353.849L1608.45 301.349L1606.47 301.651ZM1615.09 353.073C1602.84 358.038 1588.41 361.855 1571.8 364.513L1572.12 366.487C1588.84 363.812 1603.42 359.962 1615.84 354.927L1615.09 353.073ZM1571.78 364.516C1555.51 367.505 1539.07 369 1522.46 369V371C1539.19 371 1555.75 369.495 1572.14 366.484L1571.78 364.516ZM1680.09 365H1679.09V366H1680.09V365ZM1680.09 105V104H1679.09V105H1680.09ZM1746.09 105L1747.09 104.99L1747.08 104H1746.09V105ZM1746.59 153.5L1745.59 153.51L1745.6 154.5H1746.59V153.5ZM1748.09 153.5V154.5H1748.6L1748.9 154.096L1748.09 153.5ZM1778.59 124.5L1779.14 125.336L1779.15 125.332L1778.59 124.5ZM1817.59 106.5L1817.87 107.462L1817.88 107.459L1817.88 107.457L1817.59 106.5ZM1861.59 100H1862.59V99H1861.59V100ZM1861.59 158.5V159.5H1862.59V158.5H1861.59ZM1764.59 201.5L1765.39 202.11L1765.39 202.1L1764.59 201.5ZM1749.59 365V366H1750.59V365H1749.59ZM1681.09 365V105H1679.09V365H1681.09ZM1680.09 106H1746.09V104H1680.09V106ZM1745.09 105.01L1745.59 153.51L1747.59 153.49L1747.09 104.99L1745.09 105.01ZM1746.59 154.5H1748.09V152.5H1746.59V154.5ZM1748.9 154.096C1757.5 142.52 1767.58 132.935 1779.14 125.336L1778.04 123.664C1766.28 131.398 1756.02 141.147 1747.29 152.904L1748.9 154.096ZM1779.15 125.332C1791.06 117.39 1803.97 111.433 1817.87 107.462L1817.32 105.538C1803.22 109.567 1790.13 115.61 1778.04 123.668L1779.15 125.332ZM1817.88 107.457C1832.12 103.152 1846.69 101 1861.59 101V99C1846.5 99 1831.73 101.181 1817.3 105.543L1817.88 107.457ZM1860.59 100V158.5H1862.59V100H1860.59ZM1861.59 157.5C1840.8 157.5 1821.83 161.357 1804.68 169.088L1805.5 170.912C1822.36 163.309 1841.05 159.5 1861.59 159.5V157.5ZM1804.68 169.088C1787.55 176.816 1773.91 187.416 1763.79 200.9L1765.39 202.1C1775.28 188.917 1788.64 178.517 1805.5 170.912L1804.68 169.088ZM1763.8 200.89C1753.67 214.06 1748.59 228.774 1748.59 245H1750.59C1750.59 229.226 1755.52 214.94 1765.39 202.11L1763.8 200.89ZM1748.59 245V365H1750.59V245H1748.59ZM1749.59 364H1680.09V366H1749.59V364Z\"\n fill=\"currentColor\"\n mask=\"url(#path-1-outside-1_2007_6)\"\n />\n </g>\n <defs>\n <filter\n id=\"filter0_d_2007_6\"\n x=\"0.5\"\n y=\"0\"\n width=\"1865.09\"\n height=\"478\"\n filterUnits=\"userSpaceOnUse\"\n colorInterpolationFilters=\"sRGB\"\n >\n <feFlood floodOpacity=\"0\" result=\"BackgroundImageFix\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n result=\"hardAlpha\"\n />\n <feOffset dy=\"4\" />\n <feGaussianBlur stdDeviation=\"2\" />\n <feComposite in2=\"hardAlpha\" operator=\"out\" />\n <feColorMatrix\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"\n />\n <feBlend\n mode=\"normal\"\n in2=\"BackgroundImageFix\"\n result=\"effect1_dropShadow_2007_6\"\n />\n <feBlend\n mode=\"normal\"\n in=\"SourceGraphic\"\n in2=\"effect1_dropShadow_2007_6\"\n result=\"shape\"\n />\n </filter>\n </defs>\n </svg>\n);\n"],"names":[],"mappings":";AAGO,MAAM,eAAkC,CAAC,EAAE,GAAG,YACnD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAA;AAAA,MAAC,qBAAA,KAAA,EAAE,QAAO,0BACR,UAAA;AAAA,QAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,IAAG;AAAA,YACH,WAAU;AAAA,YACV,GAAE;AAAA,YACF,GAAE;AAAA,YACF,OAAM;AAAA,YACN,QAAO;AAAA,YACP,MAAK;AAAA,YAEL,UAAA;AAAA,cAAC,oBAAA,QAAA,EAAK,MAAK,SAAQ,GAAE,KAAI,GAAE,MAAK,OAAM,QAAO,QAAO,MAAM,CAAA;AAAA,cAC1D,oBAAC,QAAK,EAAA,GAAE,gqGAAgqG,CAAA;AAAA,YAAA;AAAA,UAAA;AAAA,QAC1qG;AAAA,QACA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QACP;AAAA,QACA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA,YACL,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACP,GACF;AAAA,0BACC,QACC,EAAA,UAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,IAAG;AAAA,UACH,GAAE;AAAA,UACF,GAAE;AAAA,UACF,OAAM;AAAA,UACN,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,2BAA0B;AAAA,UAE1B,UAAA;AAAA,YAAA,oBAAC,WAAQ,EAAA,cAAa,KAAI,QAAO,sBAAqB;AAAA,YACtD;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,IAAG;AAAA,gBACH,MAAK;AAAA,gBACL,QAAO;AAAA,gBACP,QAAO;AAAA,cAAA;AAAA,YACT;AAAA,YACA,oBAAC,YAAS,EAAA,IAAG,IAAI,CAAA;AAAA,YACjB,oBAAC,kBAAe,EAAA,cAAa,IAAI,CAAA;AAAA,YAChC,oBAAA,eAAA,EAAY,KAAI,aAAY,UAAS,OAAM;AAAA,YAC5C;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,QAAO;AAAA,cAAA;AAAA,YACT;AAAA,YACA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,KAAI;AAAA,gBACJ,QAAO;AAAA,cAAA;AAAA,YACT;AAAA,YACA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,IAAG;AAAA,gBACH,KAAI;AAAA,gBACJ,QAAO;AAAA,cAAA;AAAA,YAAA;AAAA,UACT;AAAA,QAAA;AAAA,MAAA,EAEJ,CAAA;AAAA,IAAA;AAAA,EAAA;AACF;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const jsxRuntime = require("
|
|
3
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
4
4
|
const LogoWithTextBelowCircle = ({
|
|
5
5
|
bgColor,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ jsxRuntime.
|
|
7
|
+
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
8
8
|
"svg",
|
|
9
9
|
{
|
|
10
10
|
width: "1910",
|
|
@@ -14,8 +14,8 @@ const LogoWithTextBelowCircle = ({
|
|
|
14
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
15
|
...props,
|
|
16
16
|
children: [
|
|
17
|
-
/* @__PURE__ */ jsxRuntime.
|
|
18
|
-
/* @__PURE__ */ jsxRuntime.
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "955", cy: "350", r: "350", fill: bgColor }),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
19
19
|
"path",
|
|
20
20
|
{
|
|
21
21
|
fillRule: "evenodd",
|
|
@@ -24,8 +24,8 @@ const LogoWithTextBelowCircle = ({
|
|
|
24
24
|
fill: "currentColor"
|
|
25
25
|
}
|
|
26
26
|
),
|
|
27
|
-
/* @__PURE__ */ jsxRuntime.
|
|
28
|
-
/* @__PURE__ */ jsxRuntime.
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { filter: "url(#filter0_d_2059_21)", children: [
|
|
28
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
29
29
|
"mask",
|
|
30
30
|
{
|
|
31
31
|
id: "path-3-outside-1_2059_21",
|
|
@@ -36,19 +36,19 @@ const LogoWithTextBelowCircle = ({
|
|
|
36
36
|
height: "472",
|
|
37
37
|
fill: "currentColor",
|
|
38
38
|
children: [
|
|
39
|
-
/* @__PURE__ */ jsxRuntime.
|
|
40
|
-
/* @__PURE__ */ jsxRuntime.
|
|
39
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", { fill: bgColor, x: "41", y: "867", width: "1860", height: "472" }),
|
|
40
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M42.5 1233V868H115.5V1233H42.5ZM192.215 1233V973H257.715L258.215 1003.5H259.215C269.882 991.5 282.215 982.667 296.215 977C310.548 971 327.048 968 345.715 968C377.048 968 400.048 976.5 414.715 993.5C429.715 1010.17 437.215 1036.67 437.215 1073V1233H368.715V1086.5C368.715 1064.83 365.048 1049.17 357.715 1039.5C350.382 1029.5 338.715 1024.5 322.715 1024.5C310.715 1024.5 300.048 1027 290.715 1032C281.382 1036.67 274.048 1043.17 268.715 1051.5C263.715 1059.5 261.215 1069 261.215 1080V1233H192.215ZM610.52 1238C579.186 1238 556.52 1231.67 542.52 1219C528.853 1206.33 522.02 1185.5 522.02 1156.5V1026.5H465.52V973H522.02V888H591.02V973H675.52V1026.5H591.02V1139.5C591.02 1155.17 593.52 1166.17 598.52 1172.5C603.52 1178.5 612.52 1181.5 625.52 1181.5C632.52 1181.5 639.853 1180.83 647.52 1179.5C655.52 1178.17 662.853 1176.33 669.52 1174L675.02 1228.5C663.686 1231.83 652.853 1234.17 642.52 1235.5C632.186 1237.17 621.52 1238 610.52 1238ZM737.707 1233V868H807.707V1233H737.707ZM943.191 1238C917.525 1238 897.191 1230.83 882.191 1216.5C867.525 1202.17 860.191 1183 860.191 1159C860.191 1129 871.858 1105.83 895.191 1089.5C918.858 1073.17 952.358 1065 995.691 1065H1030.19C1030.19 1053.33 1028.69 1044.33 1025.69 1038C1023.02 1031.67 1018.19 1027.33 1011.19 1025C1004.52 1022.33 994.858 1021 982.191 1021C965.525 1021 948.191 1022.83 930.191 1026.5C912.191 1029.83 895.191 1034.67 879.191 1041L870.691 988C888.025 981.667 907.191 976.833 928.191 973.5C949.525 969.833 970.691 968 991.691 968C1018.36 968 1039.36 971.167 1054.69 977.5C1070.02 983.833 1081.19 994.5 1088.19 1009.5C1095.19 1024.17 1098.69 1044 1098.69 1069V1233H1033.19L1032.19 1203H1031.69C1022.36 1213.67 1009.52 1222.17 993.191 1228.5C976.858 1234.83 960.191 1238 943.191 1238ZM968.191 1186C979.858 1186 990.358 1184 999.691 1180C1009.02 1176 1016.36 1170.5 1021.69 1163.5C1027.36 1156.17 1030.19 1148.17 1030.19 1139.5V1110H1005.69C978.691 1110 958.525 1113.5 945.191 1120.5C931.858 1127.17 925.191 1137.67 925.191 1152C925.191 1162.67 928.858 1171 936.191 1177C943.858 1183 954.525 1186 968.191 1186ZM1183.11 1338L1226.11 1231.5L1123.61 973.5L1197.11 973L1260.11 1165.5H1261.11L1324.61 973H1398.61L1255.61 1338H1183.11ZM1560.46 1238C1513.79 1238 1477.79 1226.33 1452.46 1203C1427.46 1179.67 1414.96 1146.33 1414.96 1103C1414.96 1061 1426.46 1028 1449.46 1004C1472.46 980 1504.13 968 1544.46 968C1583.46 968 1613.46 979.333 1634.46 1002C1655.79 1024.67 1666.46 1056.83 1666.46 1098.5C1666.46 1103.17 1666.29 1108.5 1665.96 1114.5C1665.96 1120.5 1665.79 1125 1665.46 1128H1453.46V1080.5H1611.96L1602.46 1095C1602.46 1069 1597.63 1049.67 1587.96 1037C1578.63 1024.33 1564.13 1018 1544.46 1018C1523.79 1018 1508.29 1024.67 1497.96 1038C1487.63 1051 1482.46 1070.5 1482.46 1096.5V1116.5C1482.46 1139.83 1488.63 1157 1500.96 1168C1513.29 1179 1532.13 1184.5 1557.46 1184.5C1571.79 1184.5 1586.96 1183.17 1602.96 1180.5C1618.96 1177.83 1633.13 1174.17 1645.46 1169.5L1653.46 1222C1641.13 1227 1626.63 1230.83 1609.96 1233.5C1593.63 1236.5 1577.13 1238 1560.46 1238ZM1718.09 1233V973H1784.09L1784.59 1021.5H1786.09C1794.76 1009.83 1804.93 1000.17 1816.59 992.5C1828.59 984.5 1841.59 978.5 1855.59 974.5C1869.93 970.167 1884.59 968 1899.59 968V1026.5C1878.93 1026.5 1860.09 1030.33 1843.09 1038C1826.09 1045.67 1812.59 1056.17 1802.59 1069.5C1792.59 1082.5 1787.59 1097 1787.59 1113V1233H1718.09Z" })
|
|
41
41
|
]
|
|
42
42
|
}
|
|
43
43
|
),
|
|
44
|
-
/* @__PURE__ */ jsxRuntime.
|
|
44
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
45
45
|
"path",
|
|
46
46
|
{
|
|
47
47
|
d: "M42.5 1233V868H115.5V1233H42.5ZM192.215 1233V973H257.715L258.215 1003.5H259.215C269.882 991.5 282.215 982.667 296.215 977C310.548 971 327.048 968 345.715 968C377.048 968 400.048 976.5 414.715 993.5C429.715 1010.17 437.215 1036.67 437.215 1073V1233H368.715V1086.5C368.715 1064.83 365.048 1049.17 357.715 1039.5C350.382 1029.5 338.715 1024.5 322.715 1024.5C310.715 1024.5 300.048 1027 290.715 1032C281.382 1036.67 274.048 1043.17 268.715 1051.5C263.715 1059.5 261.215 1069 261.215 1080V1233H192.215ZM610.52 1238C579.186 1238 556.52 1231.67 542.52 1219C528.853 1206.33 522.02 1185.5 522.02 1156.5V1026.5H465.52V973H522.02V888H591.02V973H675.52V1026.5H591.02V1139.5C591.02 1155.17 593.52 1166.17 598.52 1172.5C603.52 1178.5 612.52 1181.5 625.52 1181.5C632.52 1181.5 639.853 1180.83 647.52 1179.5C655.52 1178.17 662.853 1176.33 669.52 1174L675.02 1228.5C663.686 1231.83 652.853 1234.17 642.52 1235.5C632.186 1237.17 621.52 1238 610.52 1238ZM737.707 1233V868H807.707V1233H737.707ZM943.191 1238C917.525 1238 897.191 1230.83 882.191 1216.5C867.525 1202.17 860.191 1183 860.191 1159C860.191 1129 871.858 1105.83 895.191 1089.5C918.858 1073.17 952.358 1065 995.691 1065H1030.19C1030.19 1053.33 1028.69 1044.33 1025.69 1038C1023.02 1031.67 1018.19 1027.33 1011.19 1025C1004.52 1022.33 994.858 1021 982.191 1021C965.525 1021 948.191 1022.83 930.191 1026.5C912.191 1029.83 895.191 1034.67 879.191 1041L870.691 988C888.025 981.667 907.191 976.833 928.191 973.5C949.525 969.833 970.691 968 991.691 968C1018.36 968 1039.36 971.167 1054.69 977.5C1070.02 983.833 1081.19 994.5 1088.19 1009.5C1095.19 1024.17 1098.69 1044 1098.69 1069V1233H1033.19L1032.19 1203H1031.69C1022.36 1213.67 1009.52 1222.17 993.191 1228.5C976.858 1234.83 960.191 1238 943.191 1238ZM968.191 1186C979.858 1186 990.358 1184 999.691 1180C1009.02 1176 1016.36 1170.5 1021.69 1163.5C1027.36 1156.17 1030.19 1148.17 1030.19 1139.5V1110H1005.69C978.691 1110 958.525 1113.5 945.191 1120.5C931.858 1127.17 925.191 1137.67 925.191 1152C925.191 1162.67 928.858 1171 936.191 1177C943.858 1183 954.525 1186 968.191 1186ZM1183.11 1338L1226.11 1231.5L1123.61 973.5L1197.11 973L1260.11 1165.5H1261.11L1324.61 973H1398.61L1255.61 1338H1183.11ZM1560.46 1238C1513.79 1238 1477.79 1226.33 1452.46 1203C1427.46 1179.67 1414.96 1146.33 1414.96 1103C1414.96 1061 1426.46 1028 1449.46 1004C1472.46 980 1504.13 968 1544.46 968C1583.46 968 1613.46 979.333 1634.46 1002C1655.79 1024.67 1666.46 1056.83 1666.46 1098.5C1666.46 1103.17 1666.29 1108.5 1665.96 1114.5C1665.96 1120.5 1665.79 1125 1665.46 1128H1453.46V1080.5H1611.96L1602.46 1095C1602.46 1069 1597.63 1049.67 1587.96 1037C1578.63 1024.33 1564.13 1018 1544.46 1018C1523.79 1018 1508.29 1024.67 1497.96 1038C1487.63 1051 1482.46 1070.5 1482.46 1096.5V1116.5C1482.46 1139.83 1488.63 1157 1500.96 1168C1513.29 1179 1532.13 1184.5 1557.46 1184.5C1571.79 1184.5 1586.96 1183.17 1602.96 1180.5C1618.96 1177.83 1633.13 1174.17 1645.46 1169.5L1653.46 1222C1641.13 1227 1626.63 1230.83 1609.96 1233.5C1593.63 1236.5 1577.13 1238 1560.46 1238ZM1718.09 1233V973H1784.09L1784.59 1021.5H1786.09C1794.76 1009.83 1804.93 1000.17 1816.59 992.5C1828.59 984.5 1841.59 978.5 1855.59 974.5C1869.93 970.167 1884.59 968 1899.59 968V1026.5C1878.93 1026.5 1860.09 1030.33 1843.09 1038C1826.09 1045.67 1812.59 1056.17 1802.59 1069.5C1792.59 1082.5 1787.59 1097 1787.59 1113V1233H1718.09Z",
|
|
48
48
|
fill: "currentColor"
|
|
49
49
|
}
|
|
50
50
|
),
|
|
51
|
-
/* @__PURE__ */ jsxRuntime.
|
|
51
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
52
52
|
"path",
|
|
53
53
|
{
|
|
54
54
|
d: "M42.5 1233H41.5V1234H42.5V1233ZM42.5 868V867H41.5V868H42.5ZM115.5 868H116.5V867H115.5V868ZM115.5 1233V1234H116.5V1233H115.5ZM43.5 1233V868H41.5V1233H43.5ZM42.5 869H115.5V867H42.5V869ZM114.5 868V1233H116.5V868H114.5ZM115.5 1232H42.5V1234H115.5V1232ZM192.215 1233H191.215V1234H192.215V1233ZM192.215 973V972H191.215V973H192.215ZM257.715 973L258.715 972.984L258.699 972H257.715V973ZM258.215 1003.5L257.215 1003.52L257.231 1004.5H258.215V1003.5ZM259.215 1003.5V1004.5H259.664L259.962 1004.16L259.215 1003.5ZM296.215 977L296.59 977.927L296.601 977.922L296.215 977ZM414.715 993.5L413.958 994.153L413.965 994.161L413.972 994.169L414.715 993.5ZM437.215 1233V1234H438.215V1233H437.215ZM368.715 1233H367.715V1234H368.715V1233ZM357.715 1039.5L356.908 1040.09L356.913 1040.1L356.918 1040.1L357.715 1039.5ZM290.715 1032L291.162 1032.89L291.175 1032.89L291.187 1032.88L290.715 1032ZM268.715 1051.5L267.873 1050.96L267.867 1050.97L268.715 1051.5ZM261.215 1233V1234H262.215V1233H261.215ZM193.215 1233V973H191.215V1233H193.215ZM192.215 974H257.715V972H192.215V974ZM256.715 973.016L257.215 1003.52L259.215 1003.48L258.715 972.984L256.715 973.016ZM258.215 1004.5H259.215V1002.5H258.215V1004.5ZM259.962 1004.16C270.533 992.272 282.742 983.532 296.59 977.927L295.84 976.073C281.688 981.801 269.23 990.728 258.467 1002.84L259.962 1004.16ZM296.601 977.922C310.79 971.983 327.155 969 345.715 969V967C326.942 967 310.306 970.017 295.829 976.078L296.601 977.922ZM345.715 969C376.877 969 399.547 977.45 413.958 994.153L415.472 992.847C400.549 975.55 377.219 967 345.715 967V969ZM413.972 994.169C428.73 1010.57 436.215 1036.77 436.215 1073H438.215C438.215 1036.56 430.7 1009.77 415.458 992.831L413.972 994.169ZM436.215 1073V1233H438.215V1073H436.215ZM437.215 1232H368.715V1234H437.215V1232ZM369.715 1233V1086.5H367.715V1233H369.715ZM369.715 1086.5C369.715 1064.77 366.046 1048.83 358.512 1038.9L356.918 1040.1C364.051 1049.51 367.715 1064.9 367.715 1086.5H369.715ZM358.521 1038.91C350.946 1028.58 338.932 1023.5 322.715 1023.5V1025.5C338.498 1025.5 349.817 1030.42 356.908 1040.09L358.521 1038.91ZM322.715 1023.5C310.572 1023.5 299.74 1026.03 290.243 1031.12L291.187 1032.88C300.357 1027.97 310.857 1025.5 322.715 1025.5V1023.5ZM290.268 1031.11C280.782 1035.85 273.309 1042.47 267.873 1050.96L269.557 1052.04C274.788 1043.87 281.981 1037.49 291.162 1032.89L290.268 1031.11ZM267.867 1050.97C262.752 1059.15 260.215 1068.84 260.215 1080H262.215C262.215 1069.16 264.678 1059.85 269.563 1052.03L267.867 1050.97ZM260.215 1080V1233H262.215V1080H260.215ZM261.215 1232H192.215V1234H261.215V1232ZM542.52 1219L541.84 1219.73L541.849 1219.74L542.52 1219ZM522.02 1026.5H523.02V1025.5H522.02V1026.5ZM465.52 1026.5H464.52V1027.5H465.52V1026.5ZM465.52 973V972H464.52V973H465.52ZM522.02 973V974H523.02V973H522.02ZM522.02 888V887H521.02V888H522.02ZM591.02 888H592.02V887H591.02V888ZM591.02 973H590.02V974H591.02V973ZM675.52 973H676.52V972H675.52V973ZM675.52 1026.5V1027.5H676.52V1026.5H675.52ZM591.02 1026.5V1025.5H590.02V1026.5H591.02ZM598.52 1172.5L597.735 1173.12L597.743 1173.13L597.751 1173.14L598.52 1172.5ZM647.52 1179.5L647.355 1178.51L647.348 1178.51L647.52 1179.5ZM669.52 1174L670.514 1173.9L670.387 1172.64L669.189 1173.06L669.52 1174ZM675.02 1228.5L675.302 1229.46L676.098 1229.23L676.014 1228.4L675.02 1228.5ZM642.52 1235.5L642.392 1234.51L642.376 1234.51L642.36 1234.51L642.52 1235.5ZM610.52 1237C579.281 1237 556.918 1230.68 543.19 1218.26L541.849 1219.74C556.121 1232.65 579.091 1239 610.52 1239V1237ZM543.199 1218.27C529.827 1205.87 523.02 1185.37 523.02 1156.5H521.02C521.02 1185.63 527.879 1206.79 541.84 1219.73L543.199 1218.27ZM523.02 1156.5V1026.5H521.02V1156.5H523.02ZM522.02 1025.5H465.52V1027.5H522.02V1025.5ZM466.52 1026.5V973H464.52V1026.5H466.52ZM465.52 974H522.02V972H465.52V974ZM523.02 973V888H521.02V973H523.02ZM522.02 889H591.02V887H522.02V889ZM590.02 888V973H592.02V888H590.02ZM591.02 974H675.52V972H591.02V974ZM674.52 973V1026.5H676.52V973H674.52ZM675.52 1025.5H591.02V1027.5H675.52V1025.5ZM590.02 1026.5V1139.5H592.02V1026.5H590.02ZM590.02 1139.5C590.02 1155.21 592.514 1166.51 597.735 1173.12L599.304 1171.88C594.525 1165.83 592.02 1155.12 592.02 1139.5H590.02ZM597.751 1173.14C603.037 1179.48 612.415 1182.5 625.52 1182.5V1180.5C612.624 1180.5 604.002 1177.52 599.288 1171.86L597.751 1173.14ZM625.52 1182.5C632.583 1182.5 639.974 1181.83 647.691 1180.49L647.348 1178.51C639.732 1179.84 632.456 1180.5 625.52 1180.5V1182.5ZM647.684 1180.49C655.732 1179.15 663.122 1177.3 669.85 1174.94L669.189 1173.06C662.584 1175.37 655.307 1177.19 647.355 1178.51L647.684 1180.49ZM668.525 1174.1L674.025 1228.6L676.014 1228.4L670.514 1173.9L668.525 1174.1ZM674.737 1227.54C663.448 1230.86 652.666 1233.18 642.392 1234.51L642.648 1236.49C653.039 1235.15 663.924 1232.81 675.302 1229.46L674.737 1227.54ZM642.36 1234.51C632.082 1236.17 621.469 1237 610.52 1237V1239C621.57 1239 632.29 1238.16 642.679 1236.49L642.36 1234.51ZM737.707 1233H736.707V1234H737.707V1233ZM737.707 868V867H736.707V868H737.707ZM807.707 868H808.707V867H807.707V868ZM807.707 1233V1234H808.707V1233H807.707ZM738.707 1233V868H736.707V1233H738.707ZM737.707 869H807.707V867H737.707V869ZM806.707 868V1233H808.707V868H806.707ZM807.707 1232H737.707V1234H807.707V1232ZM882.191 1216.5L881.492 1217.22L881.501 1217.22L882.191 1216.5ZM895.191 1089.5L894.623 1088.68L894.618 1088.68L895.191 1089.5ZM1030.19 1065V1066H1031.19V1065H1030.19ZM1025.69 1038L1024.77 1038.39L1024.78 1038.41L1024.79 1038.43L1025.69 1038ZM1011.19 1025L1010.82 1025.93L1010.85 1025.94L1010.88 1025.95L1011.19 1025ZM930.191 1026.5L930.374 1027.48L930.382 1027.48L930.391 1027.48L930.191 1026.5ZM879.191 1041L878.204 1041.16L878.401 1042.39L879.559 1041.93L879.191 1041ZM870.691 988L870.348 987.061L869.573 987.344L869.704 988.158L870.691 988ZM928.191 973.5L928.348 974.488L928.361 974.486L928.191 973.5ZM1054.69 977.5L1055.07 976.576L1055.07 976.576L1054.69 977.5ZM1088.19 1009.5L1087.29 1009.92L1087.29 1009.93L1088.19 1009.5ZM1098.69 1233V1234H1099.69V1233H1098.69ZM1033.19 1233L1032.19 1233.03L1032.22 1234H1033.19V1233ZM1032.19 1203L1033.19 1202.97L1033.16 1202H1032.19V1203ZM1031.69 1203V1202H1031.24L1030.94 1202.34L1031.69 1203ZM993.191 1228.5L992.83 1227.57L992.83 1227.57L993.191 1228.5ZM1021.69 1163.5L1020.9 1162.89L1020.9 1162.89L1021.69 1163.5ZM1030.19 1110H1031.19V1109H1030.19V1110ZM945.191 1120.5L945.639 1121.39L945.647 1121.39L945.656 1121.39L945.191 1120.5ZM936.191 1177L935.558 1177.77L935.567 1177.78L935.575 1177.79L936.191 1177ZM943.191 1237C917.718 1237 897.654 1229.89 882.882 1215.78L881.501 1217.22C896.728 1231.77 917.332 1239 943.191 1239V1237ZM882.89 1215.78C868.449 1201.67 861.191 1182.78 861.191 1159H859.191C859.191 1183.22 866.6 1202.66 881.492 1217.22L882.89 1215.78ZM861.191 1159C861.191 1129.31 872.715 1106.45 895.765 1090.32L894.618 1088.68C871.001 1105.21 859.191 1128.69 859.191 1159H861.191ZM895.759 1090.32C919.194 1074.15 952.464 1066 995.691 1066V1064C952.252 1064 918.522 1072.18 894.623 1088.68L895.759 1090.32ZM995.691 1066H1030.19V1064H995.691V1066ZM1031.19 1065C1031.19 1053.27 1029.69 1044.1 1026.6 1037.57L1024.79 1038.43C1027.7 1044.57 1029.19 1053.4 1029.19 1065H1031.19ZM1026.61 1037.61C1023.83 1030.99 1018.76 1026.47 1011.51 1024.05L1010.88 1025.95C1017.62 1028.2 1022.22 1032.34 1024.77 1038.39L1026.61 1037.61ZM1011.56 1024.07C1004.72 1021.33 994.903 1020 982.191 1020V1022C994.813 1022 1004.33 1023.33 1010.82 1025.93L1011.56 1024.07ZM982.191 1020C965.451 1020 948.051 1021.84 929.992 1025.52L930.391 1027.48C948.332 1023.83 965.598 1022 982.191 1022V1020ZM930.009 1025.52C911.95 1028.86 894.887 1033.71 878.823 1040.07L879.559 1041.93C895.496 1035.62 912.433 1030.81 930.374 1027.48L930.009 1025.52ZM880.179 1040.84L871.679 987.842L869.704 988.158L878.204 1041.16L880.179 1040.84ZM871.035 988.939C888.299 982.631 907.402 977.812 928.348 974.488L928.035 972.512C906.98 975.854 887.75 980.702 870.348 987.061L871.035 988.939ZM928.361 974.486C949.64 970.828 970.75 969 991.691 969V967C970.633 967 949.41 968.838 928.022 972.514L928.361 974.486ZM991.691 969C1018.3 969 1039.15 972.162 1054.31 978.424L1055.07 976.576C1039.57 970.171 1018.42 967 991.691 967V969ZM1054.31 978.424C1069.41 984.662 1080.39 995.15 1087.29 1009.92L1089.1 1009.08C1081.99 993.85 1070.64 983.004 1055.07 976.576L1054.31 978.424ZM1087.29 1009.93C1094.2 1024.41 1097.69 1044.08 1097.69 1069H1099.69C1099.69 1043.92 1096.18 1023.92 1089.09 1009.07L1087.29 1009.93ZM1097.69 1069V1233H1099.69V1069H1097.69ZM1098.69 1232H1033.19V1234H1098.69V1232ZM1034.19 1232.97L1033.19 1202.97L1031.19 1203.03L1032.19 1233.03L1034.19 1232.97ZM1032.19 1202H1031.69V1204H1032.19V1202ZM1030.94 1202.34C1021.73 1212.86 1009.05 1221.28 992.83 1227.57L993.553 1229.43C1010 1223.05 1022.98 1214.47 1032.44 1203.66L1030.94 1202.34ZM992.83 1227.57C976.608 1233.86 960.064 1237 943.191 1237V1239C960.319 1239 977.108 1235.81 993.553 1229.43L992.83 1227.57ZM968.191 1187C979.973 1187 990.61 1184.98 1000.09 1180.92L999.297 1179.08C990.106 1183.02 979.743 1185 968.191 1185V1187ZM1000.09 1180.92C1009.55 1176.86 1017.03 1171.26 1022.49 1164.11L1020.9 1162.89C1015.68 1169.74 1008.5 1175.14 999.297 1179.08L1000.09 1180.92ZM1022.48 1164.11C1028.27 1156.62 1031.19 1148.4 1031.19 1139.5H1029.19C1029.19 1147.93 1026.44 1155.72 1020.9 1162.89L1022.48 1164.11ZM1031.19 1139.5V1110H1029.19V1139.5H1031.19ZM1030.19 1109H1005.69V1111H1030.19V1109ZM1005.69 1109C978.639 1109 958.276 1112.5 944.727 1119.61L945.656 1121.39C958.773 1114.5 978.744 1111 1005.69 1111V1109ZM944.744 1119.61C937.948 1123 932.796 1127.41 929.347 1132.84C925.897 1138.27 924.191 1144.67 924.191 1152H926.191C926.191 1144.99 927.819 1138.98 931.036 1133.91C934.254 1128.84 939.102 1124.66 945.639 1121.39L944.744 1119.61ZM924.191 1152C924.191 1162.92 927.962 1171.56 935.558 1177.77L936.825 1176.23C929.755 1170.44 926.191 1162.41 926.191 1152H924.191ZM935.575 1177.79C943.477 1183.97 954.39 1187 968.191 1187V1185C954.66 1185 944.24 1182.03 936.808 1176.21L935.575 1177.79ZM1183.11 1338L1182.18 1337.63L1181.62 1339H1183.11V1338ZM1226.11 1231.5L1227.03 1231.87L1227.18 1231.5L1227.03 1231.13L1226.11 1231.5ZM1123.61 973.5L1123.6 972.5L1122.14 972.51L1122.68 973.869L1123.61 973.5ZM1197.11 973L1198.06 972.689L1197.83 971.995L1197.1 972L1197.11 973ZM1260.11 1165.5L1259.16 1165.81L1259.38 1166.5H1260.11V1165.5ZM1261.11 1165.5V1166.5H1261.83L1262.06 1165.81L1261.11 1165.5ZM1324.61 973V972H1323.88L1323.66 972.687L1324.61 973ZM1398.61 973L1399.54 973.365L1400.07 972H1398.61V973ZM1255.61 1338V1339H1256.29L1256.54 1338.36L1255.61 1338ZM1184.03 1338.37L1227.03 1231.87L1225.18 1231.13L1182.18 1337.63L1184.03 1338.37ZM1227.03 1231.13L1124.53 973.131L1122.68 973.869L1225.18 1231.87L1227.03 1231.13ZM1123.61 974.5L1197.11 974L1197.1 972L1123.6 972.5L1123.61 974.5ZM1196.16 973.311L1259.16 1165.81L1261.06 1165.19L1198.06 972.689L1196.16 973.311ZM1260.11 1166.5H1261.11V1164.5H1260.11V1166.5ZM1262.06 1165.81L1325.56 973.313L1323.66 972.687L1260.16 1165.19L1262.06 1165.81ZM1324.61 974H1398.61V972H1324.61V974ZM1397.67 972.635L1254.67 1337.64L1256.54 1338.36L1399.54 973.365L1397.67 972.635ZM1255.61 1337H1183.11V1339H1255.61V1337ZM1452.46 1203L1451.78 1203.73L1451.78 1203.74L1452.46 1203ZM1449.46 1004L1448.74 1003.31L1448.74 1003.31L1449.46 1004ZM1634.46 1002L1633.73 1002.68L1633.73 1002.69L1634.46 1002ZM1665.96 1114.5L1664.96 1114.44L1664.96 1114.47V1114.5H1665.96ZM1665.46 1128V1129H1666.36L1666.45 1128.11L1665.46 1128ZM1453.46 1128H1452.46V1129H1453.46V1128ZM1453.46 1080.5V1079.5H1452.46V1080.5H1453.46ZM1611.96 1080.5L1612.8 1081.05L1613.81 1079.5H1611.96V1080.5ZM1602.46 1095H1601.46V1098.35L1603.3 1095.55L1602.46 1095ZM1587.96 1037L1587.16 1037.59L1587.16 1037.6L1587.17 1037.61L1587.96 1037ZM1497.96 1038L1498.74 1038.62L1498.75 1038.61L1497.96 1038ZM1500.96 1168L1501.63 1167.25L1501.63 1167.25L1500.96 1168ZM1645.46 1169.5L1646.45 1169.35L1646.26 1168.13L1645.11 1168.56L1645.46 1169.5ZM1653.46 1222L1653.84 1222.93L1654.57 1222.63L1654.45 1221.85L1653.46 1222ZM1609.96 1233.5L1609.8 1232.51L1609.79 1232.51L1609.78 1232.52L1609.96 1233.5ZM1560.46 1237C1513.95 1237 1478.23 1225.38 1453.14 1202.26L1451.78 1203.74C1477.36 1227.29 1513.63 1239 1560.46 1239V1237ZM1453.14 1202.27C1428.4 1179.17 1415.96 1146.13 1415.96 1103H1413.96C1413.96 1146.53 1426.52 1180.16 1451.78 1203.73L1453.14 1202.27ZM1415.96 1103C1415.96 1061.19 1427.41 1028.46 1450.18 1004.69L1448.74 1003.31C1425.52 1027.54 1413.96 1060.81 1413.96 1103H1415.96ZM1450.18 1004.69C1472.96 980.93 1504.34 969 1544.46 969V967C1503.92 967 1471.97 979.07 1448.74 1003.31L1450.18 1004.69ZM1544.46 969C1583.26 969 1612.96 980.268 1633.73 1002.68L1635.19 1001.32C1613.96 978.399 1583.66 967 1544.46 967V969ZM1633.73 1002.69C1654.84 1025.11 1665.46 1057 1665.46 1098.5H1667.46C1667.46 1056.67 1656.75 1024.22 1635.19 1001.31L1633.73 1002.69ZM1665.46 1098.5C1665.46 1103.14 1665.3 1108.46 1664.96 1114.44L1666.96 1114.56C1667.29 1108.54 1667.46 1103.19 1667.46 1098.5H1665.46ZM1664.96 1114.5C1664.96 1120.49 1664.79 1124.95 1664.47 1127.89L1666.45 1128.11C1666.79 1125.05 1666.96 1120.51 1666.96 1114.5H1664.96ZM1665.46 1127H1453.46V1129H1665.46V1127ZM1454.46 1128V1080.5H1452.46V1128H1454.46ZM1453.46 1081.5H1611.96V1079.5H1453.46V1081.5ZM1611.12 1079.95L1601.62 1094.45L1603.3 1095.55L1612.8 1081.05L1611.12 1079.95ZM1603.46 1095C1603.46 1068.91 1598.62 1049.31 1588.76 1036.39L1587.17 1037.61C1596.64 1050.02 1601.46 1069.09 1601.46 1095H1603.46ZM1588.77 1036.41C1579.2 1023.42 1564.36 1017 1544.46 1017V1019C1563.9 1019 1578.06 1025.25 1587.16 1037.59L1588.77 1036.41ZM1544.46 1017C1523.56 1017 1507.74 1023.75 1497.17 1037.39L1498.75 1038.61C1508.85 1025.58 1524.03 1019 1544.46 1019V1017ZM1497.18 1037.38C1486.64 1050.63 1481.46 1070.39 1481.46 1096.5H1483.46C1483.46 1070.61 1488.61 1051.37 1498.74 1038.62L1497.18 1037.38ZM1481.46 1096.5V1116.5H1483.46V1096.5H1481.46ZM1481.46 1116.5C1481.46 1140 1487.67 1157.49 1500.3 1168.75L1501.63 1167.25C1489.58 1156.51 1483.46 1139.67 1483.46 1116.5H1481.46ZM1500.3 1168.75C1512.89 1179.98 1532.01 1185.5 1557.46 1185.5V1183.5C1532.25 1183.5 1513.7 1178.02 1501.63 1167.25L1500.3 1168.75ZM1557.46 1185.5C1571.86 1185.5 1587.08 1184.16 1603.13 1181.49L1602.8 1179.51C1586.84 1182.17 1571.73 1183.5 1557.46 1183.5V1185.5ZM1603.13 1181.49C1619.18 1178.81 1633.41 1175.13 1645.81 1170.44L1645.11 1168.56C1632.85 1173.2 1618.75 1176.86 1602.8 1179.51L1603.13 1181.49ZM1644.47 1169.65L1652.47 1222.15L1654.45 1221.85L1646.45 1169.35L1644.47 1169.65ZM1653.09 1221.07C1640.84 1226.04 1626.41 1229.85 1609.8 1232.51L1610.12 1234.49C1626.84 1231.81 1641.42 1227.96 1653.84 1222.93L1653.09 1221.07ZM1609.78 1232.52C1593.51 1235.51 1577.07 1237 1560.46 1237V1239C1577.19 1239 1593.75 1237.49 1610.14 1234.48L1609.78 1232.52ZM1718.09 1233H1717.09V1234H1718.09V1233ZM1718.09 973V972H1717.09V973H1718.09ZM1784.09 973L1785.09 972.99L1785.08 972H1784.09V973ZM1784.59 1021.5L1783.59 1021.51L1783.6 1022.5H1784.59V1021.5ZM1786.09 1021.5V1022.5H1786.6L1786.9 1022.1L1786.09 1021.5ZM1816.59 992.5L1817.14 993.336L1817.15 993.332L1816.59 992.5ZM1855.59 974.5L1855.87 975.462L1855.88 975.459L1855.88 975.457L1855.59 974.5ZM1899.59 968H1900.59V967H1899.59V968ZM1899.59 1026.5V1027.5H1900.59V1026.5H1899.59ZM1802.59 1069.5L1803.39 1070.11L1803.39 1070.1L1802.59 1069.5ZM1787.59 1233V1234H1788.59V1233H1787.59ZM1719.09 1233V973H1717.09V1233H1719.09ZM1718.09 974H1784.09V972H1718.09V974ZM1783.09 973.01L1783.59 1021.51L1785.59 1021.49L1785.09 972.99L1783.09 973.01ZM1784.59 1022.5H1786.09V1020.5H1784.59V1022.5ZM1786.9 1022.1C1795.5 1010.52 1805.58 1000.94 1817.14 993.336L1816.04 991.664C1804.28 999.398 1794.02 1009.15 1785.29 1020.9L1786.9 1022.1ZM1817.15 993.332C1829.06 985.39 1841.97 979.433 1855.87 975.462L1855.32 973.538C1841.22 977.567 1828.13 983.61 1816.04 991.668L1817.15 993.332ZM1855.88 975.457C1870.12 971.152 1884.69 969 1899.59 969V967C1884.5 967 1869.73 969.181 1855.3 973.543L1855.88 975.457ZM1898.59 968V1026.5H1900.59V968H1898.59ZM1899.59 1025.5C1878.8 1025.5 1859.83 1029.36 1842.68 1037.09L1843.5 1038.91C1860.36 1031.31 1879.05 1027.5 1899.59 1027.5V1025.5ZM1842.68 1037.09C1825.55 1044.82 1811.91 1055.42 1801.79 1068.9L1803.39 1070.1C1813.28 1056.92 1826.64 1046.52 1843.5 1038.91L1842.68 1037.09ZM1801.8 1068.89C1791.67 1082.06 1786.59 1096.77 1786.59 1113H1788.59C1788.59 1097.23 1793.52 1082.94 1803.39 1070.11L1801.8 1068.89ZM1786.59 1113V1233H1788.59V1113H1786.59ZM1787.59 1232H1718.09V1234H1787.59V1232Z",
|
|
@@ -57,7 +57,7 @@ const LogoWithTextBelowCircle = ({
|
|
|
57
57
|
}
|
|
58
58
|
)
|
|
59
59
|
] }),
|
|
60
|
-
/* @__PURE__ */ jsxRuntime.
|
|
60
|
+
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
61
61
|
"filter",
|
|
62
62
|
{
|
|
63
63
|
id: "filter0_d_2059_21",
|
|
@@ -68,8 +68,8 @@ const LogoWithTextBelowCircle = ({
|
|
|
68
68
|
filterUnits: "userSpaceOnUse",
|
|
69
69
|
colorInterpolationFilters: "sRGB",
|
|
70
70
|
children: [
|
|
71
|
-
/* @__PURE__ */ jsxRuntime.
|
|
72
|
-
/* @__PURE__ */ jsxRuntime.
|
|
71
|
+
/* @__PURE__ */ jsxRuntime.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
72
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
73
73
|
"feColorMatrix",
|
|
74
74
|
{
|
|
75
75
|
in: "SourceAlpha",
|
|
@@ -78,17 +78,17 @@ const LogoWithTextBelowCircle = ({
|
|
|
78
78
|
result: "hardAlpha"
|
|
79
79
|
}
|
|
80
80
|
),
|
|
81
|
-
/* @__PURE__ */ jsxRuntime.
|
|
82
|
-
/* @__PURE__ */ jsxRuntime.
|
|
83
|
-
/* @__PURE__ */ jsxRuntime.
|
|
84
|
-
/* @__PURE__ */ jsxRuntime.
|
|
81
|
+
/* @__PURE__ */ jsxRuntime.jsx("feOffset", { dy: "4" }),
|
|
82
|
+
/* @__PURE__ */ jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2" }),
|
|
83
|
+
/* @__PURE__ */ jsxRuntime.jsx("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
84
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
85
85
|
"feColorMatrix",
|
|
86
86
|
{
|
|
87
87
|
type: "matrix",
|
|
88
88
|
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
|
|
89
89
|
}
|
|
90
90
|
),
|
|
91
|
-
/* @__PURE__ */ jsxRuntime.
|
|
91
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
92
92
|
"feBlend",
|
|
93
93
|
{
|
|
94
94
|
mode: "normal",
|
|
@@ -96,7 +96,7 @@ const LogoWithTextBelowCircle = ({
|
|
|
96
96
|
result: "effect1_dropShadow_2059_21"
|
|
97
97
|
}
|
|
98
98
|
),
|
|
99
|
-
/* @__PURE__ */ jsxRuntime.
|
|
99
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
100
100
|
"feBlend",
|
|
101
101
|
{
|
|
102
102
|
mode: "normal",
|