@intlayer/design-system 2.0.13 → 3.0.1
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 +1798 -369
- package/dist/Form-Cbu7ff1e.js +278 -0
- package/dist/Form-Cbu7ff1e.js.map +1 -0
- package/dist/Form-wWTTkxTp.cjs +277 -0
- package/dist/Form-wWTTkxTp.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.cjs +64 -0
- package/dist/components/Accordion/Accordion.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.d.ts +17 -1
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/Accordion.mjs +64 -0
- package/dist/components/Accordion/Accordion.mjs.map +1 -0
- package/dist/components/Accordion/index.cjs +5 -0
- package/dist/components/Accordion/index.cjs.map +1 -0
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/Accordion/index.d.ts.map +1 -0
- package/dist/components/Accordion/index.mjs +5 -0
- package/dist/components/Accordion/index.mjs.map +1 -0
- package/dist/components/Auth/AuthModal/index.cjs +157 -0
- package/dist/components/Auth/AuthModal/index.cjs.map +1 -0
- package/dist/components/Auth/AuthModal/index.d.ts +21 -0
- package/dist/components/Auth/AuthModal/index.d.ts.map +1 -0
- package/dist/components/Auth/AuthModal/index.mjs +157 -0
- package/dist/components/Auth/AuthModal/index.mjs.map +1 -0
- package/dist/components/Auth/AuthProvider/index.cjs +71 -0
- package/dist/components/Auth/AuthProvider/index.cjs.map +1 -0
- package/dist/components/Auth/AuthProvider/index.d.ts +30 -0
- package/dist/components/Auth/AuthProvider/index.d.ts.map +1 -0
- package/dist/components/Auth/AuthProvider/index.mjs +71 -0
- package/dist/components/Auth/AuthProvider/index.mjs.map +1 -0
- package/dist/components/Auth/AuthProvider/useCSRF.cjs +22 -0
- package/dist/components/Auth/AuthProvider/useCSRF.cjs.map +1 -0
- package/dist/components/Auth/AuthProvider/useCSRF.d.ts +5 -0
- package/dist/components/Auth/AuthProvider/useCSRF.d.ts.map +1 -0
- package/dist/components/Auth/AuthProvider/useCSRF.mjs +22 -0
- package/dist/components/Auth/AuthProvider/useCSRF.mjs.map +1 -0
- package/dist/components/Auth/AuthProvider/useOAuth2.cjs +26 -0
- package/dist/components/Auth/AuthProvider/useOAuth2.cjs.map +1 -0
- package/dist/components/Auth/AuthProvider/useOAuth2.d.ts +4 -0
- package/dist/components/Auth/AuthProvider/useOAuth2.d.ts.map +1 -0
- package/dist/components/Auth/AuthProvider/useOAuth2.mjs +26 -0
- package/dist/components/Auth/AuthProvider/useOAuth2.mjs.map +1 -0
- package/dist/components/Auth/AuthProvider/useSession.cjs +67 -0
- package/dist/components/Auth/AuthProvider/useSession.cjs.map +1 -0
- package/dist/components/Auth/AuthProvider/useSession.d.ts +9 -0
- package/dist/components/Auth/AuthProvider/useSession.d.ts.map +1 -0
- package/dist/components/Auth/AuthProvider/useSession.mjs +67 -0
- package/dist/components/Auth/AuthProvider/useSession.mjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs +36 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.d.ts +6 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.d.ts.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs +36 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.cjs +22 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.cjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.d.ts +9 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.d.ts.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.mjs +22 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.mjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.cjs +15 -0
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.cjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.d.ts +5 -0
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.d.ts.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.mjs +15 -0
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.mjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/index.cjs +7 -0
- package/dist/components/Auth/AuthenticationBarrier/index.cjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/index.d.ts +24 -0
- package/dist/components/Auth/AuthenticationBarrier/index.d.ts.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/index.mjs +7 -0
- package/dist/components/Auth/AuthenticationBarrier/index.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +91 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts +11 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +91 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs +66 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.d.ts +25 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs +66 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.cjs +7 -0
- package/dist/components/Auth/ChangePasswordForm/index.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.content.cjs +67 -0
- package/dist/components/Auth/ChangePasswordForm/index.content.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.content.d.ts +23 -0
- package/dist/components/Auth/ChangePasswordForm/index.content.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.content.mjs +67 -0
- package/dist/components/Auth/ChangePasswordForm/index.content.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.d.ts +3 -0
- package/dist/components/Auth/ChangePasswordForm/index.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.mjs +7 -0
- package/dist/components/Auth/ChangePasswordForm/index.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +61 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts +6 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +61 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs +15 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.d.ts +4 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.d.ts.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs +15 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs +23 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.d.ts +4 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.d.ts.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs +23 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs +36 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +12 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs +36 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/index.cjs +7 -0
- package/dist/components/Auth/ExternalsLoginButtons/index.cjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/index.d.ts +2 -0
- package/dist/components/Auth/ExternalsLoginButtons/index.d.ts.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/index.mjs +7 -0
- package/dist/components/Auth/ExternalsLoginButtons/index.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +110 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts +12 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +110 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs +29 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts +11 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs +29 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/index.cjs +7 -0
- package/dist/components/Auth/ResetPasswordForm/index.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/index.content.cjs +50 -0
- package/dist/components/Auth/ResetPasswordForm/index.content.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/index.content.d.ts +18 -0
- package/dist/components/Auth/ResetPasswordForm/index.content.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/index.content.mjs +50 -0
- package/dist/components/Auth/ResetPasswordForm/index.content.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/index.d.ts +3 -0
- package/dist/components/Auth/ResetPasswordForm/index.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/index.mjs +7 -0
- package/dist/components/Auth/ResetPasswordForm/index.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/SignInForm.cjs +94 -0
- package/dist/components/Auth/SignInForm/SignInForm.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/SignInForm.d.ts +12 -0
- package/dist/components/Auth/SignInForm/SignInForm.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/SignInForm.mjs +94 -0
- package/dist/components/Auth/SignInForm/SignInForm.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/SignInSchema.cjs +38 -0
- package/dist/components/Auth/SignInForm/SignInSchema.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/SignInSchema.d.ts +14 -0
- package/dist/components/Auth/SignInForm/SignInSchema.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/SignInSchema.mjs +38 -0
- package/dist/components/Auth/SignInForm/SignInSchema.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/index.cjs +7 -0
- package/dist/components/Auth/SignInForm/index.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/index.content.cjs +84 -0
- package/dist/components/Auth/SignInForm/index.content.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/index.content.d.ts +28 -0
- package/dist/components/Auth/SignInForm/index.content.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/index.content.mjs +84 -0
- package/dist/components/Auth/SignInForm/index.content.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/index.d.ts +3 -0
- package/dist/components/Auth/SignInForm/index.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/index.mjs +7 -0
- package/dist/components/Auth/SignInForm/index.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs +96 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts +11 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs +96 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpSchema.cjs +61 -0
- package/dist/components/Auth/SignUpForm/SignUpSchema.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpSchema.d.ts +25 -0
- package/dist/components/Auth/SignUpForm/SignUpSchema.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpSchema.mjs +61 -0
- package/dist/components/Auth/SignUpForm/SignUpSchema.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/index.cjs +7 -0
- package/dist/components/Auth/SignUpForm/index.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/index.content.cjs +72 -0
- package/dist/components/Auth/SignUpForm/index.content.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/index.content.d.ts +24 -0
- package/dist/components/Auth/SignUpForm/index.content.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/index.content.mjs +72 -0
- package/dist/components/Auth/SignUpForm/index.content.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/index.d.ts +3 -0
- package/dist/components/Auth/SignUpForm/index.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/index.mjs +7 -0
- package/dist/components/Auth/SignUpForm/index.mjs.map +1 -0
- package/dist/components/Auth/index.cjs +35 -0
- package/dist/components/Auth/index.cjs.map +1 -0
- package/dist/components/Auth/index.d.ts +10 -0
- package/dist/components/Auth/index.d.ts.map +1 -0
- package/dist/components/Auth/index.mjs +35 -0
- package/dist/components/Auth/index.mjs.map +1 -0
- package/dist/components/Auth/useUser/index.cjs +31 -0
- package/dist/components/Auth/useUser/index.cjs.map +1 -0
- package/dist/components/Auth/useUser/index.d.ts +8 -0
- package/dist/components/Auth/useUser/index.d.ts.map +1 -0
- package/dist/components/Auth/useUser/index.mjs +31 -0
- package/dist/components/Auth/useUser/index.mjs.map +1 -0
- package/dist/components/Avatar/index.cjs +63 -0
- package/dist/components/Avatar/index.cjs.map +1 -0
- package/dist/components/Avatar/index.d.ts +2 -1
- package/dist/components/Avatar/index.d.ts.map +1 -0
- package/dist/components/Avatar/index.mjs +63 -0
- package/dist/components/Avatar/index.mjs.map +1 -0
- package/dist/components/Badge/index.cjs +42 -0
- package/dist/components/Badge/index.cjs.map +1 -0
- package/dist/components/Badge/index.d.ts +10 -0
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/components/Badge/index.mjs +42 -0
- package/dist/components/Badge/index.mjs.map +1 -0
- package/dist/components/Breadcrumb/index.cjs +52 -0
- package/dist/components/Breadcrumb/index.cjs.map +1 -0
- package/dist/components/Breadcrumb/index.d.ts +14 -0
- package/dist/components/Breadcrumb/index.d.ts.map +1 -0
- package/dist/components/Breadcrumb/index.mjs +52 -0
- package/dist/components/Breadcrumb/index.mjs.map +1 -0
- package/dist/components/Button/Button.cjs +155 -0
- package/dist/components/Button/Button.cjs.map +1 -0
- package/dist/components/Button/Button.d.ts +27 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/Button.mjs +155 -0
- package/dist/components/Button/Button.mjs.map +1 -0
- package/dist/components/Button/index.cjs +5 -0
- package/dist/components/Button/index.cjs.map +1 -0
- package/dist/components/Button/index.d.ts +2 -22
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Button/index.mjs +5 -0
- package/dist/components/Button/index.mjs.map +1 -0
- package/dist/components/Command/index.cjs +121 -0
- package/dist/components/Command/index.cjs.map +1 -0
- package/dist/components/Command/index.d.ts +136 -0
- package/dist/components/Command/index.d.ts.map +1 -0
- package/dist/components/Command/index.mjs +121 -0
- package/dist/components/Command/index.mjs.map +1 -0
- package/dist/components/Container/index.cjs +101 -0
- package/dist/components/Container/index.cjs.map +1 -0
- package/dist/components/Container/index.d.ts +15 -20
- package/dist/components/Container/index.d.ts.map +1 -0
- package/dist/components/Container/index.mjs +101 -0
- package/dist/components/Container/index.mjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditor.cjs +62 -0
- package/dist/components/ContentEditor/ContentEditor.cjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditor.d.ts +3 -2
- package/dist/components/ContentEditor/ContentEditor.d.ts.map +1 -0
- package/dist/components/ContentEditor/ContentEditor.mjs +62 -0
- package/dist/components/ContentEditor/ContentEditor.mjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs +68 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts +9 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts.map +1 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs +68 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -0
- package/dist/components/ContentEditor/index.cjs +5 -0
- package/dist/components/ContentEditor/index.cjs.map +1 -0
- package/dist/components/ContentEditor/index.d.ts +1 -0
- package/dist/components/ContentEditor/index.d.ts.map +1 -0
- package/dist/components/ContentEditor/index.mjs +5 -0
- package/dist/components/ContentEditor/index.mjs.map +1 -0
- package/dist/components/ContentSelector/ContentSelector.cjs +21 -0
- package/dist/components/ContentSelector/ContentSelector.cjs.map +1 -0
- package/dist/components/ContentSelector/ContentSelector.d.ts +1 -1
- package/dist/components/ContentSelector/ContentSelector.d.ts.map +1 -0
- package/dist/components/ContentSelector/ContentSelector.mjs +21 -0
- package/dist/components/ContentSelector/ContentSelector.mjs.map +1 -0
- package/dist/components/ContentSelector/index.cjs +5 -0
- package/dist/components/ContentSelector/index.cjs.map +1 -0
- package/dist/components/ContentSelector/index.d.ts +1 -0
- package/dist/components/ContentSelector/index.d.ts.map +1 -0
- package/dist/components/ContentSelector/index.mjs +5 -0
- package/dist/components/ContentSelector/index.mjs.map +1 -0
- package/dist/components/CopyToClipboard/index.cjs +45 -0
- package/dist/components/CopyToClipboard/index.cjs.map +1 -0
- package/dist/components/CopyToClipboard/index.d.ts +8 -0
- package/dist/components/CopyToClipboard/index.d.ts.map +1 -0
- package/dist/components/CopyToClipboard/index.mjs +45 -0
- package/dist/components/CopyToClipboard/index.mjs.map +1 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs +35 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs.map +1 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts +5 -7
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs +35 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -0
- package/dist/components/DictionaryEditor/ItemLayout.cjs +54 -0
- package/dist/components/DictionaryEditor/ItemLayout.cjs.map +1 -0
- package/dist/components/DictionaryEditor/ItemLayout.d.ts +1 -4
- package/dist/components/DictionaryEditor/ItemLayout.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/ItemLayout.mjs +54 -0
- package/dist/components/DictionaryEditor/ItemLayout.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts +3 -2
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs +8 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts +3 -2
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs +8 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts +3 -2
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs +47 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts +3 -2
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +47 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs +7 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts +3 -2
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs +7 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs +10 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts +6 -5
- package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.mjs +10 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.mjs.map +1 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs +29 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts +6 -4
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs +29 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -0
- package/dist/components/DictionaryEditor/index.cjs +9 -0
- package/dist/components/DictionaryEditor/index.cjs.map +1 -0
- package/dist/components/DictionaryEditor/index.d.ts +3 -0
- package/dist/components/DictionaryEditor/index.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/index.mjs +9 -0
- package/dist/components/DictionaryEditor/index.mjs.map +1 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.cjs +492 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.cjs.map +1 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.d.ts +28 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.mjs +492 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.mjs.map +1 -0
- package/dist/components/DictionaryEditor/useEditionPanelStore.cjs +15 -0
- package/dist/components/DictionaryEditor/useEditionPanelStore.cjs.map +1 -0
- package/dist/components/DictionaryEditor/useEditionPanelStore.d.ts +16 -0
- package/dist/components/DictionaryEditor/useEditionPanelStore.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/useEditionPanelStore.mjs +15 -0
- package/dist/components/DictionaryEditor/useEditionPanelStore.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs +54 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts +8 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs +54 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs +20 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts +8 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs +20 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +111 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts +4 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +111 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +129 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +49 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +129 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs +40 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts +14 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs +40 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +195 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts +9 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +195 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs +85 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts +20 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs +85 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +149 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +53 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +149 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +128 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +10 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +128 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +129 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts +10 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +129 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +298 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts +11 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +298 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs +71 -0
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.d.ts +20 -0
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs +71 -0
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs +22 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts +11 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +22 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs +298 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts +11 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +298 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +79 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +31 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +79 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs +99 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts +11 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs +99 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +129 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts +9 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +129 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.cjs +8 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.d.ts +5 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.mjs +8 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +67 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +27 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +67 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +32 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +12 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +32 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs +41 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts +17 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs +41 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.cjs +38 -0
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.d.ts +4 -0
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.mjs +38 -0
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/index.cjs +9 -0
- package/dist/components/DictionaryFieldEditor/index.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/index.d.ts +4 -0
- package/dist/components/DictionaryFieldEditor/index.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/index.mjs +9 -0
- package/dist/components/DictionaryFieldEditor/index.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +40 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +12 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +40 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -0
- package/dist/components/DropDown/index.cjs +77 -0
- package/dist/components/DropDown/index.cjs.map +1 -0
- package/dist/components/DropDown/index.d.ts +21 -2
- package/dist/components/DropDown/index.d.ts.map +1 -0
- package/dist/components/DropDown/index.mjs +77 -0
- package/dist/components/DropDown/index.mjs.map +1 -0
- package/dist/components/DropDown/types.cjs +2 -0
- package/dist/components/DropDown/types.cjs.map +1 -0
- package/dist/components/DropDown/types.d.ts +11 -6
- package/dist/components/DropDown/types.d.ts.map +1 -0
- package/dist/components/DropDown/types.mjs +2 -0
- package/dist/components/DropDown/types.mjs.map +1 -0
- package/dist/components/EditableField/EditableFieldInput.cjs +28 -0
- package/dist/components/EditableField/EditableFieldInput.cjs.map +1 -0
- package/dist/components/EditableField/EditableFieldInput.d.ts +10 -0
- package/dist/components/EditableField/EditableFieldInput.d.ts.map +1 -0
- package/dist/components/EditableField/EditableFieldInput.mjs +28 -0
- package/dist/components/EditableField/EditableFieldInput.mjs.map +1 -0
- package/dist/components/EditableField/EditableFieldLayout.cjs +121 -0
- package/dist/components/EditableField/EditableFieldLayout.cjs.map +1 -0
- package/dist/components/EditableField/EditableFieldLayout.d.ts +12 -0
- package/dist/components/EditableField/EditableFieldLayout.d.ts.map +1 -0
- package/dist/components/EditableField/EditableFieldLayout.mjs +121 -0
- package/dist/components/EditableField/EditableFieldLayout.mjs.map +1 -0
- package/dist/components/EditableField/EditableFieldTextArea.cjs +29 -0
- package/dist/components/EditableField/EditableFieldTextArea.cjs.map +1 -0
- package/dist/components/EditableField/EditableFieldTextArea.d.ts +5 -0
- package/dist/components/EditableField/EditableFieldTextArea.d.ts.map +1 -0
- package/dist/components/EditableField/EditableFieldTextArea.mjs +29 -0
- package/dist/components/EditableField/EditableFieldTextArea.mjs.map +1 -0
- package/dist/components/EditableField/index.cjs +7 -0
- package/dist/components/EditableField/index.cjs.map +1 -0
- package/dist/components/EditableField/index.d.ts +3 -0
- package/dist/components/EditableField/index.d.ts.map +1 -0
- package/dist/components/EditableField/index.mjs +7 -0
- package/dist/components/EditableField/index.mjs.map +1 -0
- package/dist/components/Flags/Flag.cjs +369 -0
- package/dist/components/Flags/Flag.cjs.map +1 -0
- package/dist/components/Flags/Flag.d.ts +9 -0
- package/dist/components/Flags/Flag.d.ts.map +1 -0
- package/dist/components/Flags/Flag.mjs +369 -0
- package/dist/components/Flags/Flag.mjs.map +1 -0
- package/dist/components/Flags/index.cjs +5 -0
- package/dist/components/Flags/index.cjs.map +1 -0
- package/dist/components/Flags/index.d.ts +2 -0
- package/dist/components/Flags/index.d.ts.map +1 -0
- package/dist/components/Flags/index.mjs +5 -0
- package/dist/components/Flags/index.mjs.map +1 -0
- package/dist/components/Footer/index.cjs +23 -0
- package/dist/components/Footer/index.cjs.map +1 -0
- package/dist/components/Footer/index.d.ts +3 -2
- package/dist/components/Footer/index.d.ts.map +1 -0
- package/dist/components/Footer/index.mjs +23 -0
- package/dist/components/Footer/index.mjs.map +1 -0
- package/dist/components/Form/Form.cjs +14 -0
- package/dist/components/Form/Form.cjs.map +1 -0
- package/dist/components/Form/Form.d.ts +54 -0
- package/dist/components/Form/Form.d.ts.map +1 -0
- package/dist/components/Form/Form.mjs +14 -0
- package/dist/components/Form/Form.mjs.map +1 -0
- package/dist/components/Form/FormBase.cjs +72 -0
- package/dist/components/Form/FormBase.cjs.map +1 -0
- package/dist/components/Form/FormBase.d.ts +21 -0
- package/dist/components/Form/FormBase.d.ts.map +1 -0
- package/dist/components/Form/FormBase.mjs +72 -0
- package/dist/components/Form/FormBase.mjs.map +1 -0
- package/dist/components/Form/FormControl.cjs +23 -0
- package/dist/components/Form/FormControl.cjs.map +1 -0
- package/dist/components/Form/FormControl.d.ts +2 -0
- package/dist/components/Form/FormControl.d.ts.map +1 -0
- package/dist/components/Form/FormControl.mjs +23 -0
- package/dist/components/Form/FormControl.mjs.map +1 -0
- package/dist/components/Form/FormDescription.cjs +21 -0
- package/dist/components/Form/FormDescription.cjs.map +1 -0
- package/dist/components/Form/FormDescription.d.ts +4 -0
- package/dist/components/Form/FormDescription.d.ts.map +1 -0
- package/dist/components/Form/FormDescription.mjs +21 -0
- package/dist/components/Form/FormDescription.mjs.map +1 -0
- package/dist/components/Form/FormField.cjs +42 -0
- package/dist/components/Form/FormField.cjs.map +1 -0
- package/dist/components/Form/FormField.d.ts +16 -0
- package/dist/components/Form/FormField.d.ts.map +1 -0
- package/dist/components/Form/FormField.mjs +42 -0
- package/dist/components/Form/FormField.mjs.map +1 -0
- package/dist/components/Form/FormItem.cjs +22 -0
- package/dist/components/Form/FormItem.cjs.map +1 -0
- package/dist/components/Form/FormItem.d.ts +9 -0
- package/dist/components/Form/FormItem.d.ts.map +1 -0
- package/dist/components/Form/FormItem.mjs +22 -0
- package/dist/components/Form/FormItem.mjs.map +1 -0
- package/dist/components/Form/FormLabel.cjs +23 -0
- package/dist/components/Form/FormLabel.cjs.map +1 -0
- package/dist/components/Form/FormLabel.d.ts +2 -0
- package/dist/components/Form/FormLabel.d.ts.map +1 -0
- package/dist/components/Form/FormLabel.mjs +23 -0
- package/dist/components/Form/FormLabel.mjs.map +1 -0
- package/dist/components/Form/FormMessage.cjs +27 -0
- package/dist/components/Form/FormMessage.cjs.map +1 -0
- package/dist/components/Form/FormMessage.d.ts +4 -0
- package/dist/components/Form/FormMessage.d.ts.map +1 -0
- package/dist/components/Form/FormMessage.mjs +27 -0
- package/dist/components/Form/FormMessage.mjs.map +1 -0
- package/dist/components/Form/elements/EditableFieldInputElement.cjs +7 -0
- package/dist/components/Form/elements/EditableFieldInputElement.cjs.map +1 -0
- package/dist/components/Form/elements/EditableFieldInputElement.d.ts +14 -0
- package/dist/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -0
- package/dist/components/Form/elements/EditableFieldInputElement.mjs +7 -0
- package/dist/components/Form/elements/EditableFieldInputElement.mjs.map +1 -0
- package/dist/components/Form/elements/EditableFieldTextAreaElement.cjs +7 -0
- package/dist/components/Form/elements/EditableFieldTextAreaElement.cjs.map +1 -0
- package/dist/components/Form/elements/EditableFieldTextAreaElement.d.ts +14 -0
- package/dist/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -0
- package/dist/components/Form/elements/EditableFieldTextAreaElement.mjs +7 -0
- package/dist/components/Form/elements/EditableFieldTextAreaElement.mjs.map +1 -0
- package/dist/components/Form/elements/FormElement.cjs +11 -0
- package/dist/components/Form/elements/FormElement.cjs.map +1 -0
- package/dist/components/Form/elements/FormElement.d.ts +21 -0
- package/dist/components/Form/elements/FormElement.d.ts.map +1 -0
- package/dist/components/Form/elements/FormElement.mjs +11 -0
- package/dist/components/Form/elements/FormElement.mjs.map +1 -0
- package/dist/components/Form/elements/FormElementWrapper.cjs +37 -0
- package/dist/components/Form/elements/FormElementWrapper.cjs.map +1 -0
- package/dist/components/Form/elements/FormElementWrapper.d.ts +10 -0
- package/dist/components/Form/elements/FormElementWrapper.d.ts.map +1 -0
- package/dist/components/Form/elements/FormElementWrapper.mjs +37 -0
- package/dist/components/Form/elements/FormElementWrapper.mjs.map +1 -0
- package/dist/components/Form/elements/InputElement.cjs +8 -0
- package/dist/components/Form/elements/InputElement.cjs.map +1 -0
- package/dist/components/Form/elements/InputElement.d.ts +10 -0
- package/dist/components/Form/elements/InputElement.d.ts.map +1 -0
- package/dist/components/Form/elements/InputElement.mjs +8 -0
- package/dist/components/Form/elements/InputElement.mjs.map +1 -0
- package/dist/components/Form/elements/InputPasswordElement.cjs +8 -0
- package/dist/components/Form/elements/InputPasswordElement.cjs.map +1 -0
- package/dist/components/Form/elements/InputPasswordElement.d.ts +11 -0
- package/dist/components/Form/elements/InputPasswordElement.d.ts.map +1 -0
- package/dist/components/Form/elements/InputPasswordElement.mjs +8 -0
- package/dist/components/Form/elements/InputPasswordElement.mjs.map +1 -0
- package/dist/components/Form/elements/MultiselectElement.cjs +9 -0
- package/dist/components/Form/elements/MultiselectElement.cjs.map +1 -0
- package/dist/components/Form/elements/MultiselectElement.d.ts +14 -0
- package/dist/components/Form/elements/MultiselectElement.d.ts.map +1 -0
- package/dist/components/Form/elements/MultiselectElement.mjs +9 -0
- package/dist/components/Form/elements/MultiselectElement.mjs.map +1 -0
- package/dist/components/Form/elements/SelectElement.cjs +9 -0
- package/dist/components/Form/elements/SelectElement.cjs.map +1 -0
- package/dist/components/Form/elements/SelectElement.d.ts +14 -0
- package/dist/components/Form/elements/SelectElement.d.ts.map +1 -0
- package/dist/components/Form/elements/SelectElement.mjs +9 -0
- package/dist/components/Form/elements/SelectElement.mjs.map +1 -0
- package/dist/components/Form/elements/SwitchSelectorElement.cjs +9 -0
- package/dist/components/Form/elements/SwitchSelectorElement.cjs.map +1 -0
- package/dist/components/Form/elements/SwitchSelectorElement.d.ts +14 -0
- package/dist/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -0
- package/dist/components/Form/elements/SwitchSelectorElement.mjs +9 -0
- package/dist/components/Form/elements/SwitchSelectorElement.mjs.map +1 -0
- package/dist/components/Form/elements/TextAreaElement.cjs +7 -0
- package/dist/components/Form/elements/TextAreaElement.cjs.map +1 -0
- package/dist/components/Form/elements/TextAreaElement.d.ts +10 -0
- package/dist/components/Form/elements/TextAreaElement.d.ts.map +1 -0
- package/dist/components/Form/elements/TextAreaElement.mjs +7 -0
- package/dist/components/Form/elements/TextAreaElement.mjs.map +1 -0
- package/dist/components/Form/elements/index.cjs +10 -0
- package/dist/components/Form/elements/index.cjs.map +1 -0
- package/dist/components/Form/elements/index.d.ts +7 -0
- package/dist/components/Form/elements/index.d.ts.map +1 -0
- package/dist/components/Form/elements/index.mjs +10 -0
- package/dist/components/Form/elements/index.mjs.map +1 -0
- package/dist/components/Form/index.cjs +9 -0
- package/dist/components/Form/index.cjs.map +1 -0
- package/dist/components/Form/index.d.ts +4 -0
- package/dist/components/Form/index.d.ts.map +1 -0
- package/dist/components/Form/index.mjs +9 -0
- package/dist/components/Form/index.mjs.map +1 -0
- package/dist/components/Form/layout/FormItemLayout.cjs +7 -0
- package/dist/components/Form/layout/FormItemLayout.cjs.map +1 -0
- package/dist/components/Form/layout/FormItemLayout.d.ts +11 -0
- package/dist/components/Form/layout/FormItemLayout.d.ts.map +1 -0
- package/dist/components/Form/layout/FormItemLayout.mjs +7 -0
- package/dist/components/Form/layout/FormItemLayout.mjs.map +1 -0
- package/dist/components/Form/layout/FormLabelLayout.cjs +22 -0
- package/dist/components/Form/layout/FormLabelLayout.cjs.map +1 -0
- package/dist/components/Form/layout/FormLabelLayout.d.ts +11 -0
- package/dist/components/Form/layout/FormLabelLayout.d.ts.map +1 -0
- package/dist/components/Form/layout/FormLabelLayout.mjs +22 -0
- package/dist/components/Form/layout/FormLabelLayout.mjs.map +1 -0
- package/dist/components/Form/layout/RequiredStar.cjs +6 -0
- package/dist/components/Form/layout/RequiredStar.cjs.map +1 -0
- package/dist/components/Form/layout/RequiredStar.d.ts +8 -0
- package/dist/components/Form/layout/RequiredStar.d.ts.map +1 -0
- package/dist/components/Form/layout/RequiredStar.mjs +6 -0
- package/dist/components/Form/layout/RequiredStar.mjs.map +1 -0
- package/dist/components/Form/layout/index.cjs +7 -0
- package/dist/components/Form/layout/index.cjs.map +1 -0
- package/dist/components/Form/layout/index.d.ts +3 -0
- package/dist/components/Form/layout/index.d.ts.map +1 -0
- package/dist/components/Form/layout/index.mjs +7 -0
- package/dist/components/Form/layout/index.mjs.map +1 -0
- package/dist/components/Headers/SectionScroller.cjs +29 -0
- package/dist/components/Headers/SectionScroller.cjs.map +1 -0
- package/dist/components/Headers/SectionScroller.d.ts +1 -0
- package/dist/components/Headers/SectionScroller.d.ts.map +1 -0
- package/dist/components/Headers/SectionScroller.mjs +29 -0
- package/dist/components/Headers/SectionScroller.mjs.map +1 -0
- package/dist/components/Headers/index.cjs +122 -0
- package/dist/components/Headers/index.cjs.map +1 -0
- package/dist/components/Headers/index.d.ts +11 -6
- package/dist/components/Headers/index.d.ts.map +1 -0
- package/dist/components/Headers/index.mjs +122 -0
- package/dist/components/Headers/index.mjs.map +1 -0
- package/dist/components/IDE/CodeRender.cjs +627 -0
- package/dist/components/IDE/CodeRender.cjs.map +1 -0
- package/dist/components/IDE/CodeRender.d.ts +1 -0
- package/dist/components/IDE/CodeRender.d.ts.map +1 -0
- package/dist/components/IDE/CodeRender.mjs +605 -0
- package/dist/components/IDE/CodeRender.mjs.map +1 -0
- package/dist/components/IDE/FileList.cjs +24 -0
- package/dist/components/IDE/FileList.cjs.map +1 -0
- package/dist/components/IDE/FileList.d.ts +7 -0
- package/dist/components/IDE/FileList.d.ts.map +1 -0
- package/dist/components/IDE/FileList.mjs +24 -0
- package/dist/components/IDE/FileList.mjs.map +1 -0
- package/dist/components/IDE/FileTree.cjs +105 -0
- package/dist/components/IDE/FileTree.cjs.map +1 -0
- package/dist/components/IDE/FileTree.d.ts +1 -0
- package/dist/components/IDE/FileTree.d.ts.map +1 -0
- package/dist/components/IDE/FileTree.mjs +105 -0
- package/dist/components/IDE/FileTree.mjs.map +1 -0
- package/dist/components/IDE/IDE.cjs +89 -0
- package/dist/components/IDE/IDE.cjs.map +1 -0
- package/dist/components/IDE/IDE.d.ts +1 -0
- package/dist/components/IDE/IDE.d.ts.map +1 -0
- package/dist/components/IDE/IDE.mjs +89 -0
- package/dist/components/IDE/IDE.mjs.map +1 -0
- package/dist/components/IDE/MarkDownRender.cjs +26 -0
- package/dist/components/IDE/MarkDownRender.cjs.map +1 -0
- package/dist/components/IDE/MarkDownRender.d.ts +1 -0
- package/dist/components/IDE/MarkDownRender.d.ts.map +1 -0
- package/dist/components/IDE/MarkDownRender.mjs +26 -0
- package/dist/components/IDE/MarkDownRender.mjs.map +1 -0
- package/dist/components/IDE/createFileTree.cjs +25 -0
- package/dist/components/IDE/createFileTree.cjs.map +1 -0
- package/dist/components/IDE/createFileTree.d.ts +1 -0
- package/dist/components/IDE/createFileTree.d.ts.map +1 -0
- package/dist/components/IDE/createFileTree.mjs +25 -0
- package/dist/components/IDE/createFileTree.mjs.map +1 -0
- package/dist/components/IDE/index.cjs +9 -0
- package/dist/components/IDE/index.cjs.map +1 -0
- package/dist/components/IDE/index.d.ts +2 -0
- package/dist/components/IDE/index.d.ts.map +1 -0
- package/dist/components/IDE/index.mjs +9 -0
- package/dist/components/IDE/index.mjs.map +1 -0
- package/dist/components/InformationTag/index.cjs +14 -0
- package/dist/components/InformationTag/index.cjs.map +1 -0
- package/dist/components/InformationTag/index.d.ts +6 -0
- package/dist/components/InformationTag/index.d.ts.map +1 -0
- package/dist/components/InformationTag/index.mjs +14 -0
- package/dist/components/InformationTag/index.mjs.map +1 -0
- package/dist/components/Input/Input.cjs +46 -0
- package/dist/components/Input/Input.cjs.map +1 -0
- package/dist/components/Input/Input.d.ts +12 -0
- package/dist/components/Input/Input.d.ts.map +1 -0
- package/dist/components/Input/Input.mjs +46 -0
- package/dist/components/Input/Input.mjs.map +1 -0
- package/dist/components/Input/InputPassword.cjs +47 -0
- package/dist/components/Input/InputPassword.cjs.map +1 -0
- package/dist/components/Input/InputPassword.d.ts +6 -0
- package/dist/components/Input/InputPassword.d.ts.map +1 -0
- package/dist/components/Input/InputPassword.mjs +47 -0
- package/dist/components/Input/InputPassword.mjs.map +1 -0
- package/dist/components/Input/index.cjs +8 -0
- package/dist/components/Input/index.cjs.map +1 -0
- package/dist/components/Input/index.d.ts +3 -0
- package/dist/components/Input/index.d.ts.map +1 -0
- package/dist/components/Input/index.mjs +8 -0
- package/dist/components/Input/index.mjs.map +1 -0
- package/dist/components/Label/index.cjs +16 -0
- package/dist/components/Label/index.cjs.map +1 -0
- package/dist/components/Label/index.d.ts +4 -0
- package/dist/components/Label/index.d.ts.map +1 -0
- package/dist/components/Label/index.mjs +16 -0
- package/dist/components/Label/index.mjs.map +1 -0
- package/dist/components/Link/Link.cjs +67 -0
- package/dist/components/Link/Link.cjs.map +1 -0
- package/dist/components/Link/Link.d.ts +14 -0
- package/dist/components/Link/Link.d.ts.map +1 -0
- package/dist/components/Link/Link.mjs +67 -0
- package/dist/components/Link/Link.mjs.map +1 -0
- package/dist/components/Link/index.cjs +5 -0
- package/dist/components/Link/index.cjs.map +1 -0
- package/dist/components/Link/index.d.ts +2 -0
- package/dist/components/Link/index.d.ts.map +1 -0
- package/dist/components/Link/index.mjs +5 -0
- package/dist/components/Link/index.mjs.map +1 -0
- package/dist/components/Loader/index.cjs +20 -0
- package/dist/components/Loader/index.cjs.map +1 -0
- package/dist/components/Loader/index.d.ts +21 -0
- package/dist/components/Loader/index.d.ts.map +1 -0
- package/dist/components/Loader/index.mjs +20 -0
- package/dist/components/Loader/index.mjs.map +1 -0
- package/dist/components/Loader/spinner.cjs +75 -0
- package/dist/components/Loader/spinner.cjs.map +1 -0
- package/dist/components/Loader/spinner.d.ts +1 -0
- package/dist/components/Loader/spinner.d.ts.map +1 -0
- package/dist/components/Loader/spinner.mjs +75 -0
- package/dist/components/Loader/spinner.mjs.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +76 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts +3 -2
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +76 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/index.cjs +5 -0
- package/dist/components/LocaleSwitcherDropDown/index.cjs.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/index.d.ts +1 -0
- package/dist/components/LocaleSwitcherDropDown/index.d.ts.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/index.mjs +5 -0
- package/dist/components/LocaleSwitcherDropDown/index.mjs.map +1 -0
- package/dist/components/Logo/LogoCircle.cjs +28 -0
- package/dist/components/Logo/LogoCircle.cjs.map +1 -0
- package/dist/components/Logo/LogoCircle.d.ts +1 -0
- package/dist/components/Logo/LogoCircle.d.ts.map +1 -0
- package/dist/components/Logo/LogoCircle.mjs +28 -0
- package/dist/components/Logo/LogoCircle.mjs.map +1 -0
- package/dist/components/Logo/LogoNoFrame.cjs +111 -0
- package/dist/components/Logo/LogoNoFrame.cjs.map +1 -0
- package/dist/components/Logo/LogoNoFrame.d.ts +1 -0
- package/dist/components/Logo/LogoNoFrame.d.ts.map +1 -0
- package/dist/components/Logo/LogoNoFrame.mjs +111 -0
- package/dist/components/Logo/LogoNoFrame.mjs.map +1 -0
- package/dist/components/Logo/LogoSquare.cjs +28 -0
- package/dist/components/Logo/LogoSquare.cjs.map +1 -0
- package/dist/components/Logo/LogoSquare.d.ts +1 -0
- package/dist/components/Logo/LogoSquare.d.ts.map +1 -0
- package/dist/components/Logo/LogoSquare.mjs +28 -0
- package/dist/components/Logo/LogoSquare.mjs.map +1 -0
- package/dist/components/Logo/LogoSquircle.cjs +65 -0
- package/dist/components/Logo/LogoSquircle.cjs.map +1 -0
- package/dist/components/Logo/LogoSquircle.d.ts +1 -0
- package/dist/components/Logo/LogoSquircle.d.ts.map +1 -0
- package/dist/components/Logo/LogoSquircle.mjs +65 -0
- package/dist/components/Logo/LogoSquircle.mjs.map +1 -0
- package/dist/components/Logo/LogoTextOnly.cjs +102 -0
- package/dist/components/Logo/LogoTextOnly.cjs.map +1 -0
- package/dist/components/Logo/LogoTextOnly.d.ts +1 -0
- package/dist/components/Logo/LogoTextOnly.d.ts.map +1 -0
- package/dist/components/Logo/LogoTextOnly.mjs +102 -0
- package/dist/components/Logo/LogoTextOnly.mjs.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs +115 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.d.ts +1 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.d.ts.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.mjs +115 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.mjs.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs +114 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.d.ts +1 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.d.ts.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.mjs +114 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.mjs.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs +68 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.d.ts +1 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.d.ts.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.mjs +68 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.mjs.map +1 -0
- package/dist/components/Logo/LogoWithTextCircle.cjs +202 -0
- package/dist/components/Logo/LogoWithTextCircle.cjs.map +1 -0
- package/dist/components/Logo/LogoWithTextCircle.d.ts +1 -0
- package/dist/components/Logo/LogoWithTextCircle.d.ts.map +1 -0
- package/dist/components/Logo/LogoWithTextCircle.mjs +202 -0
- package/dist/components/Logo/LogoWithTextCircle.mjs.map +1 -0
- package/dist/components/Logo/LogoWithTextNoFrame.cjs +114 -0
- package/dist/components/Logo/LogoWithTextNoFrame.cjs.map +1 -0
- package/dist/components/Logo/LogoWithTextNoFrame.d.ts +1 -0
- package/dist/components/Logo/LogoWithTextNoFrame.d.ts.map +1 -0
- package/dist/components/Logo/LogoWithTextNoFrame.mjs +114 -0
- package/dist/components/Logo/LogoWithTextNoFrame.mjs.map +1 -0
- package/dist/components/Logo/LogoWithTextSquircle.cjs +68 -0
- package/dist/components/Logo/LogoWithTextSquircle.cjs.map +1 -0
- package/dist/components/Logo/LogoWithTextSquircle.d.ts +1 -0
- package/dist/components/Logo/LogoWithTextSquircle.d.ts.map +1 -0
- package/dist/components/Logo/LogoWithTextSquircle.mjs +68 -0
- package/dist/components/Logo/LogoWithTextSquircle.mjs.map +1 -0
- package/dist/components/Logo/index.cjs +67 -0
- package/dist/components/Logo/index.cjs.map +1 -0
- package/dist/components/Logo/index.d.ts +1 -0
- package/dist/components/Logo/index.d.ts.map +1 -0
- package/dist/components/Logo/index.mjs +67 -0
- package/dist/components/Logo/index.mjs.map +1 -0
- package/dist/components/MarkDownRender/index.cjs +104 -0
- package/dist/components/MarkDownRender/index.cjs.map +1 -0
- package/dist/components/MarkDownRender/index.d.ts +1 -0
- package/dist/components/MarkDownRender/index.d.ts.map +1 -0
- package/dist/components/MarkDownRender/index.mjs +104 -0
- package/dist/components/MarkDownRender/index.mjs.map +1 -0
- package/dist/components/MaxHeightSmoother/index.cjs +42 -0
- package/dist/components/MaxHeightSmoother/index.cjs.map +1 -0
- package/dist/components/MaxHeightSmoother/index.d.ts +1 -0
- package/dist/components/MaxHeightSmoother/index.d.ts.map +1 -0
- package/dist/components/MaxHeightSmoother/index.mjs +42 -0
- package/dist/components/MaxHeightSmoother/index.mjs.map +1 -0
- package/dist/components/MaxWidthSmoother/index.cjs +36 -0
- package/dist/components/MaxWidthSmoother/index.cjs.map +1 -0
- package/dist/components/MaxWidthSmoother/index.d.ts +4 -4
- package/dist/components/MaxWidthSmoother/index.d.ts.map +1 -0
- package/dist/components/MaxWidthSmoother/index.mjs +36 -0
- package/dist/components/MaxWidthSmoother/index.mjs.map +1 -0
- package/dist/components/Modal/Modal.cjs +119 -0
- package/dist/components/Modal/Modal.cjs.map +1 -0
- package/dist/components/Modal/Modal.d.ts +24 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -0
- package/dist/components/Modal/Modal.mjs +119 -0
- package/dist/components/Modal/Modal.mjs.map +1 -0
- package/dist/components/Modal/index.cjs +5 -0
- package/dist/components/Modal/index.cjs.map +1 -0
- package/dist/components/Modal/index.d.ts +2 -9
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/components/Modal/index.mjs +5 -0
- package/dist/components/Modal/index.mjs.map +1 -0
- package/dist/components/Navbar/Burger.cjs +60 -0
- package/dist/components/Navbar/Burger.cjs.map +1 -0
- package/dist/components/Navbar/Burger.d.ts +2 -1
- package/dist/components/Navbar/Burger.d.ts.map +1 -0
- package/dist/components/Navbar/Burger.mjs +60 -0
- package/dist/components/Navbar/Burger.mjs.map +1 -0
- package/dist/components/Navbar/DesktopNavbar.cjs +44 -0
- package/dist/components/Navbar/DesktopNavbar.cjs.map +1 -0
- package/dist/components/Navbar/DesktopNavbar.d.ts +1 -0
- package/dist/components/Navbar/DesktopNavbar.d.ts.map +1 -0
- package/dist/components/Navbar/DesktopNavbar.mjs +44 -0
- package/dist/components/Navbar/DesktopNavbar.mjs.map +1 -0
- package/dist/components/Navbar/MobileNavbar.cjs +170 -0
- package/dist/components/Navbar/MobileNavbar.cjs.map +1 -0
- package/dist/components/Navbar/MobileNavbar.d.ts +2 -0
- package/dist/components/Navbar/MobileNavbar.d.ts.map +1 -0
- package/dist/components/Navbar/MobileNavbar.mjs +170 -0
- package/dist/components/Navbar/MobileNavbar.mjs.map +1 -0
- package/dist/components/Navbar/index.cjs +53 -0
- package/dist/components/Navbar/index.cjs.map +1 -0
- package/dist/components/Navbar/index.d.ts +2 -0
- package/dist/components/Navbar/index.d.ts.map +1 -0
- package/dist/components/Navbar/index.mjs +53 -0
- package/dist/components/Navbar/index.mjs.map +1 -0
- package/dist/components/Navbar/useNavigation.cjs +57 -0
- package/dist/components/Navbar/useNavigation.cjs.map +1 -0
- package/dist/components/Navbar/useNavigation.d.ts +1 -0
- package/dist/components/Navbar/useNavigation.d.ts.map +1 -0
- package/dist/components/Navbar/useNavigation.mjs +57 -0
- package/dist/components/Navbar/useNavigation.mjs.map +1 -0
- package/dist/components/Pattern/DotPattern.cjs +47 -0
- package/dist/components/Pattern/DotPattern.cjs.map +1 -0
- package/dist/components/Pattern/DotPattern.d.ts +14 -0
- package/dist/components/Pattern/DotPattern.d.ts.map +1 -0
- package/dist/components/Pattern/DotPattern.mjs +47 -0
- package/dist/components/Pattern/DotPattern.mjs.map +1 -0
- package/dist/components/Pattern/GridPattern.cjs +63 -0
- package/dist/components/Pattern/GridPattern.cjs.map +1 -0
- package/dist/components/Pattern/GridPattern.d.ts +13 -0
- package/dist/components/Pattern/GridPattern.d.ts.map +1 -0
- package/dist/components/Pattern/GridPattern.mjs +63 -0
- package/dist/components/Pattern/GridPattern.mjs.map +1 -0
- package/dist/components/Pattern/SpotLight.cjs +73 -0
- package/dist/components/Pattern/SpotLight.cjs.map +1 -0
- package/dist/components/Pattern/SpotLight.d.ts +13 -0
- package/dist/components/Pattern/SpotLight.d.ts.map +1 -0
- package/dist/components/Pattern/SpotLight.mjs +73 -0
- package/dist/components/Pattern/SpotLight.mjs.map +1 -0
- package/dist/components/Pattern/index.cjs +9 -0
- package/dist/components/Pattern/index.cjs.map +1 -0
- package/dist/components/Pattern/index.d.ts +4 -0
- package/dist/components/Pattern/index.d.ts.map +1 -0
- package/dist/components/Pattern/index.mjs +9 -0
- package/dist/components/Pattern/index.mjs.map +1 -0
- package/dist/components/Popover/index.cjs +25 -0
- package/dist/components/Popover/index.cjs.map +1 -0
- package/dist/components/Popover/index.d.ts +1 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/Popover/index.mjs +25 -0
- package/dist/components/Popover/index.mjs.map +1 -0
- package/dist/components/PressableSpan/PressableSpan.cjs +90 -0
- package/dist/components/PressableSpan/PressableSpan.cjs.map +1 -0
- package/dist/components/PressableSpan/PressableSpan.d.ts +11 -0
- package/dist/components/PressableSpan/PressableSpan.d.ts.map +1 -0
- package/dist/components/PressableSpan/PressableSpan.mjs +90 -0
- package/dist/components/PressableSpan/PressableSpan.mjs.map +1 -0
- package/dist/components/PressableSpan/index.cjs +5 -0
- package/dist/components/PressableSpan/index.cjs.map +1 -0
- package/dist/components/PressableSpan/index.d.ts +2 -0
- package/dist/components/PressableSpan/index.d.ts.map +1 -0
- package/dist/components/PressableSpan/index.mjs +5 -0
- package/dist/components/PressableSpan/index.mjs.map +1 -0
- package/dist/components/ProfileDropDown/index.cjs +25 -0
- package/dist/components/ProfileDropDown/index.cjs.map +1 -0
- package/dist/components/ProfileDropDown/index.d.ts +1 -0
- package/dist/components/ProfileDropDown/index.d.ts.map +1 -0
- package/dist/components/ProfileDropDown/index.mjs +25 -0
- package/dist/components/ProfileDropDown/index.mjs.map +1 -0
- package/dist/components/RightDrawer/RightDrawer.cjs +89 -0
- package/dist/components/RightDrawer/RightDrawer.cjs.map +1 -0
- package/dist/components/RightDrawer/RightDrawer.d.ts +1 -0
- package/dist/components/RightDrawer/RightDrawer.d.ts.map +1 -0
- package/dist/components/RightDrawer/RightDrawer.mjs +89 -0
- package/dist/components/RightDrawer/RightDrawer.mjs.map +1 -0
- package/dist/components/RightDrawer/index.cjs +8 -0
- package/dist/components/RightDrawer/index.cjs.map +1 -0
- package/dist/components/RightDrawer/index.d.ts +1 -0
- package/dist/components/RightDrawer/index.d.ts.map +1 -0
- package/dist/components/RightDrawer/index.mjs +8 -0
- package/dist/components/RightDrawer/index.mjs.map +1 -0
- package/dist/components/RightDrawer/useRightDrawerStore.cjs +18 -0
- package/dist/components/RightDrawer/useRightDrawerStore.cjs.map +1 -0
- package/dist/components/RightDrawer/useRightDrawerStore.d.ts +1 -0
- package/dist/components/RightDrawer/useRightDrawerStore.d.ts.map +1 -0
- package/dist/components/RightDrawer/useRightDrawerStore.mjs +18 -0
- package/dist/components/RightDrawer/useRightDrawerStore.mjs.map +1 -0
- package/dist/components/Select/Multiselect.cjs +334 -0
- package/dist/components/Select/Multiselect.cjs.map +1 -0
- package/dist/components/Select/Multiselect.d.ts +97 -0
- package/dist/components/Select/Multiselect.d.ts.map +1 -0
- package/dist/components/Select/Multiselect.mjs +334 -0
- package/dist/components/Select/Multiselect.mjs.map +1 -0
- package/dist/components/Select/Select.cjs +152 -0
- package/dist/components/Select/Select.cjs.map +1 -0
- package/dist/components/Select/Select.d.ts +42 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/Select.mjs +135 -0
- package/dist/components/Select/Select.mjs.map +1 -0
- package/dist/components/Select/index.cjs +10 -0
- package/dist/components/Select/index.cjs.map +1 -0
- package/dist/components/Select/index.d.ts +3 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Select/index.mjs +10 -0
- package/dist/components/Select/index.mjs.map +1 -0
- package/dist/components/SwitchSelector/index.cjs +143 -0
- package/dist/components/SwitchSelector/index.cjs.map +1 -0
- package/dist/components/SwitchSelector/index.d.ts +41 -0
- package/dist/components/SwitchSelector/index.d.ts.map +1 -0
- package/dist/components/SwitchSelector/index.mjs +143 -0
- package/dist/components/SwitchSelector/index.mjs.map +1 -0
- package/dist/components/TabSelector/TabSelector.cjs +108 -0
- package/dist/components/TabSelector/TabSelector.cjs.map +1 -0
- package/dist/components/TabSelector/TabSelector.d.ts +35 -0
- package/dist/components/TabSelector/TabSelector.d.ts.map +1 -0
- package/dist/components/TabSelector/TabSelector.mjs +108 -0
- package/dist/components/TabSelector/TabSelector.mjs.map +1 -0
- package/dist/components/TabSelector/index.cjs +5 -0
- package/dist/components/TabSelector/index.cjs.map +1 -0
- package/dist/components/TabSelector/index.d.ts +2 -0
- package/dist/components/TabSelector/index.d.ts.map +1 -0
- package/dist/components/TabSelector/index.mjs +5 -0
- package/dist/components/TabSelector/index.mjs.map +1 -0
- package/dist/components/TextArea/AutoSizeTextArea.cjs +54 -0
- package/dist/components/TextArea/AutoSizeTextArea.cjs.map +1 -0
- package/dist/components/TextArea/AutoSizeTextArea.d.ts +8 -0
- package/dist/components/TextArea/AutoSizeTextArea.d.ts.map +1 -0
- package/dist/components/TextArea/AutoSizeTextArea.mjs +54 -0
- package/dist/components/TextArea/AutoSizeTextArea.mjs.map +1 -0
- package/dist/components/TextArea/TextArea.cjs +27 -0
- package/dist/components/TextArea/TextArea.cjs.map +1 -0
- package/dist/components/TextArea/TextArea.d.ts +9 -0
- package/dist/components/TextArea/TextArea.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.mjs +27 -0
- package/dist/components/TextArea/TextArea.mjs.map +1 -0
- package/dist/components/TextArea/index.cjs +7 -0
- package/dist/components/TextArea/index.cjs.map +1 -0
- package/dist/components/TextArea/index.d.ts +3 -0
- package/dist/components/TextArea/index.d.ts.map +1 -0
- package/dist/components/TextArea/index.mjs +7 -0
- package/dist/components/TextArea/index.mjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs +89 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.d.ts +1 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.d.ts.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +89 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs +84 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts +1 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +84 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/index.cjs +9 -0
- package/dist/components/ThemeSwitcherDropDown/index.cjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/index.d.ts +1 -0
- package/dist/components/ThemeSwitcherDropDown/index.d.ts.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/index.mjs +9 -0
- package/dist/components/ThemeSwitcherDropDown/index.mjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/types.cjs +10 -0
- package/dist/components/ThemeSwitcherDropDown/types.cjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/types.d.ts +1 -0
- package/dist/components/ThemeSwitcherDropDown/types.d.ts.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/types.mjs +10 -0
- package/dist/components/ThemeSwitcherDropDown/types.mjs.map +1 -0
- package/dist/components/Toaster/Toast.cjs +117 -0
- package/dist/components/Toaster/Toast.cjs.map +1 -0
- package/dist/components/Toaster/Toast.d.ts +16 -0
- package/dist/components/Toaster/Toast.d.ts.map +1 -0
- package/dist/components/Toaster/Toast.mjs +100 -0
- package/dist/components/Toaster/Toast.mjs.map +1 -0
- package/dist/components/Toaster/Toaster.cjs +22 -0
- package/dist/components/Toaster/Toaster.cjs.map +1 -0
- package/dist/components/Toaster/Toaster.d.ts +2 -0
- package/dist/components/Toaster/Toaster.d.ts.map +1 -0
- package/dist/components/Toaster/Toaster.mjs +22 -0
- package/dist/components/Toaster/Toaster.mjs.map +1 -0
- package/dist/components/Toaster/index.cjs +17 -0
- package/dist/components/Toaster/index.cjs.map +1 -0
- package/dist/components/Toaster/index.d.ts +4 -0
- package/dist/components/Toaster/index.d.ts.map +1 -0
- package/dist/components/Toaster/index.mjs +17 -0
- package/dist/components/Toaster/index.mjs.map +1 -0
- package/dist/components/Toaster/useToast.cjs +124 -0
- package/dist/components/Toaster/useToast.cjs.map +1 -0
- package/dist/components/Toaster/useToast.d.ts +49 -0
- package/dist/components/Toaster/useToast.d.ts.map +1 -0
- package/dist/components/Toaster/useToast.mjs +124 -0
- package/dist/components/Toaster/useToast.mjs.map +1 -0
- package/dist/components/WithResizer/index.cjs +91 -0
- package/dist/components/WithResizer/index.cjs.map +1 -0
- package/dist/components/WithResizer/index.d.ts +1 -0
- package/dist/components/WithResizer/index.d.ts.map +1 -0
- package/dist/components/WithResizer/index.mjs +91 -0
- package/dist/components/WithResizer/index.mjs.map +1 -0
- package/dist/components/index.cjs +172 -0
- package/dist/components/index.cjs.map +1 -0
- package/dist/components/index.d.ts +21 -2
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.mjs +172 -0
- package/dist/components/index.mjs.map +1 -0
- package/dist/hooks/index.cjs +58 -0
- package/dist/hooks/index.cjs.map +1 -0
- package/dist/hooks/index.d.ts +5 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.mjs +58 -0
- package/dist/hooks/index.mjs.map +1 -0
- package/dist/hooks/intlayerAPIHooks.cjs +244 -0
- package/dist/hooks/intlayerAPIHooks.cjs.map +1 -0
- package/dist/hooks/intlayerAPIHooks.d.ts +56 -0
- package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -0
- package/dist/hooks/intlayerAPIHooks.mjs +244 -0
- package/dist/hooks/intlayerAPIHooks.mjs.map +1 -0
- package/dist/hooks/useAsync/index.cjs +5 -0
- package/dist/hooks/useAsync/index.cjs.map +1 -0
- package/dist/hooks/useAsync/index.d.ts +2 -0
- package/dist/hooks/useAsync/index.d.ts.map +1 -0
- package/dist/hooks/useAsync/index.mjs +5 -0
- package/dist/hooks/useAsync/index.mjs.map +1 -0
- package/dist/hooks/useAsync/useAsync.cjs +275 -0
- package/dist/hooks/useAsync/useAsync.cjs.map +1 -0
- package/dist/hooks/useAsync/useAsync.d.ts +93 -0
- package/dist/hooks/useAsync/useAsync.d.ts.map +1 -0
- package/dist/hooks/useAsync/useAsync.mjs +275 -0
- package/dist/hooks/useAsync/useAsync.mjs.map +1 -0
- package/dist/hooks/useAsync/useAsyncStateStore.cjs +168 -0
- package/dist/hooks/useAsync/useAsyncStateStore.cjs.map +1 -0
- package/dist/hooks/useAsync/useAsyncStateStore.d.ts +34 -0
- package/dist/hooks/useAsync/useAsyncStateStore.d.ts.map +1 -0
- package/dist/hooks/useAsync/useAsyncStateStore.mjs +168 -0
- package/dist/hooks/useAsync/useAsyncStateStore.mjs.map +1 -0
- package/dist/hooks/useAsync/useAsyncWrapper.cjs +10 -0
- package/dist/hooks/useAsync/useAsyncWrapper.cjs.map +1 -0
- package/dist/hooks/useAsync/useAsyncWrapper.d.ts +38 -0
- package/dist/hooks/useAsync/useAsyncWrapper.d.ts.map +1 -0
- package/dist/hooks/useAsync/useAsyncWrapper.mjs +10 -0
- package/dist/hooks/useAsync/useAsyncWrapper.mjs.map +1 -0
- package/dist/hooks/useDevice.cjs +61 -0
- package/dist/hooks/useDevice.cjs.map +1 -0
- package/dist/hooks/useDevice.d.ts +1 -0
- package/dist/hooks/useDevice.d.ts.map +1 -0
- package/dist/hooks/useDevice.mjs +61 -0
- package/dist/hooks/useDevice.mjs.map +1 -0
- package/dist/hooks/useGetAllDictionaries.cjs +32 -0
- package/dist/hooks/useGetAllDictionaries.cjs.map +1 -0
- package/dist/hooks/useGetAllDictionaries.d.ts +9 -0
- package/dist/hooks/useGetAllDictionaries.d.ts.map +1 -0
- package/dist/hooks/useGetAllDictionaries.mjs +32 -0
- package/dist/hooks/useGetAllDictionaries.mjs.map +1 -0
- package/dist/hooks/useGetElementOrWindow.cjs +13 -0
- package/dist/hooks/useGetElementOrWindow.cjs.map +1 -0
- package/dist/hooks/useGetElementOrWindow.d.ts +1 -0
- package/dist/hooks/useGetElementOrWindow.d.ts.map +1 -0
- package/dist/hooks/useGetElementOrWindow.mjs +13 -0
- package/dist/hooks/useGetElementOrWindow.mjs.map +1 -0
- package/dist/hooks/useIntlayerAPI.cjs +27 -0
- package/dist/hooks/useIntlayerAPI.cjs.map +1 -0
- package/dist/hooks/useIntlayerAPI.d.ts +59 -0
- package/dist/hooks/useIntlayerAPI.d.ts.map +1 -0
- package/dist/hooks/useIntlayerAPI.mjs +27 -0
- package/dist/hooks/useIntlayerAPI.mjs.map +1 -0
- package/dist/hooks/useIsMounted.cjs +13 -0
- package/dist/hooks/useIsMounted.cjs.map +1 -0
- package/dist/hooks/useIsMounted.d.ts +1 -0
- package/dist/hooks/useIsMounted.d.ts.map +1 -0
- package/dist/hooks/useIsMounted.mjs +13 -0
- package/dist/hooks/useIsMounted.mjs.map +1 -0
- package/dist/hooks/useItemSelector.cjs +89 -0
- package/dist/hooks/useItemSelector.cjs.map +1 -0
- package/dist/hooks/useItemSelector.d.ts +11 -0
- package/dist/hooks/useItemSelector.d.ts.map +1 -0
- package/dist/hooks/useItemSelector.mjs +89 -0
- package/dist/hooks/useItemSelector.mjs.map +1 -0
- package/dist/hooks/useScrollBlockage/index.cjs +27 -0
- package/dist/hooks/useScrollBlockage/index.cjs.map +1 -0
- package/dist/hooks/useScrollBlockage/index.d.ts +1 -0
- package/dist/hooks/useScrollBlockage/index.d.ts.map +1 -0
- package/dist/hooks/useScrollBlockage/index.mjs +27 -0
- package/dist/hooks/useScrollBlockage/index.mjs.map +1 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs +63 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs.map +1 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +1 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.d.ts.map +1 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.mjs +63 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.mjs.map +1 -0
- package/dist/hooks/useScrollDetection.cjs +71 -0
- package/dist/hooks/useScrollDetection.cjs.map +1 -0
- package/dist/hooks/useScrollDetection.d.ts +1 -0
- package/dist/hooks/useScrollDetection.d.ts.map +1 -0
- package/dist/hooks/useScrollDetection.mjs +71 -0
- package/dist/hooks/useScrollDetection.mjs.map +1 -0
- package/dist/index-BZQDMSxb.cjs +200 -0
- package/dist/index-BZQDMSxb.cjs.map +1 -0
- package/dist/index-pLq_417z.js +201 -0
- package/dist/index-pLq_417z.js.map +1 -0
- package/dist/jsx-runtime-BgSF1HG2.js +939 -0
- package/dist/jsx-runtime-BgSF1HG2.js.map +1 -0
- package/dist/jsx-runtime-DvCoRj5u.cjs +938 -0
- package/dist/jsx-runtime-DvCoRj5u.cjs.map +1 -0
- package/dist/libs/index.cjs +6 -0
- package/dist/libs/index.cjs.map +1 -0
- package/dist/libs/index.d.ts +2 -0
- package/dist/libs/index.d.ts.map +1 -0
- package/dist/libs/index.mjs +6 -0
- package/dist/libs/index.mjs.map +1 -0
- package/dist/libs/intlayer-api/auth.cjs +129 -0
- package/dist/libs/intlayer-api/auth.cjs.map +1 -0
- package/dist/libs/intlayer-api/auth.d.ts +34 -0
- package/dist/libs/intlayer-api/auth.d.ts.map +1 -0
- package/dist/libs/intlayer-api/auth.mjs +129 -0
- package/dist/libs/intlayer-api/auth.mjs.map +1 -0
- package/dist/libs/intlayer-api/dictionary.cjs +78 -0
- package/dist/libs/intlayer-api/dictionary.cjs.map +1 -0
- package/dist/libs/intlayer-api/dictionary.d.ts +22 -0
- package/dist/libs/intlayer-api/dictionary.d.ts.map +1 -0
- package/dist/libs/intlayer-api/dictionary.mjs +78 -0
- package/dist/libs/intlayer-api/dictionary.mjs.map +1 -0
- package/dist/libs/intlayer-api/fetcher.cjs +72 -0
- package/dist/libs/intlayer-api/fetcher.cjs.map +1 -0
- package/dist/libs/intlayer-api/fetcher.d.ts +70 -0
- package/dist/libs/intlayer-api/fetcher.d.ts.map +1 -0
- package/dist/libs/intlayer-api/fetcher.mjs +72 -0
- package/dist/libs/intlayer-api/fetcher.mjs.map +1 -0
- package/dist/libs/intlayer-api/index.cjs +18 -0
- package/dist/libs/intlayer-api/index.cjs.map +1 -0
- package/dist/libs/intlayer-api/index.d.ts +119 -0
- package/dist/libs/intlayer-api/index.d.ts.map +1 -0
- package/dist/libs/intlayer-api/index.mjs +18 -0
- package/dist/libs/intlayer-api/index.mjs.map +1 -0
- package/dist/libs/intlayer-api/organization.cjs +95 -0
- package/dist/libs/intlayer-api/organization.cjs.map +1 -0
- package/dist/libs/intlayer-api/organization.d.ts +26 -0
- package/dist/libs/intlayer-api/organization.d.ts.map +1 -0
- package/dist/libs/intlayer-api/organization.mjs +95 -0
- package/dist/libs/intlayer-api/organization.mjs.map +1 -0
- package/dist/libs/intlayer-api/project.cjs +110 -0
- package/dist/libs/intlayer-api/project.cjs.map +1 -0
- package/dist/libs/intlayer-api/project.d.ts +28 -0
- package/dist/libs/intlayer-api/project.d.ts.map +1 -0
- package/dist/libs/intlayer-api/project.mjs +110 -0
- package/dist/libs/intlayer-api/project.mjs.map +1 -0
- package/dist/libs/intlayer-api/user.cjs +70 -0
- package/dist/libs/intlayer-api/user.cjs.map +1 -0
- package/dist/libs/intlayer-api/user.d.ts +22 -0
- package/dist/libs/intlayer-api/user.d.ts.map +1 -0
- package/dist/libs/intlayer-api/user.mjs +70 -0
- package/dist/libs/intlayer-api/user.mjs.map +1 -0
- package/dist/tailwind.css +1 -0
- package/dist/utils/camelCase.cjs +15 -0
- package/dist/utils/camelCase.cjs.map +1 -0
- package/dist/utils/camelCase.d.ts +3 -0
- package/dist/utils/camelCase.d.ts.map +1 -0
- package/dist/utils/camelCase.mjs +15 -0
- package/dist/utils/camelCase.mjs.map +1 -0
- package/dist/utils/capitalize.cjs +10 -0
- package/dist/utils/capitalize.cjs.map +1 -0
- package/dist/utils/capitalize.d.ts +1 -0
- package/dist/utils/capitalize.d.ts.map +1 -0
- package/dist/utils/capitalize.mjs +10 -0
- package/dist/utils/capitalize.mjs.map +1 -0
- package/dist/utils/cn.cjs +7 -0
- package/dist/utils/cn.cjs.map +1 -0
- package/dist/utils/cn.d.ts +1 -0
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils/cn.mjs +7 -0
- package/dist/utils/cn.mjs.map +1 -0
- package/dist/utils/dictionary.cjs +122 -0
- package/dist/utils/dictionary.cjs.map +1 -0
- package/dist/utils/dictionary.d.ts +7 -0
- package/dist/utils/dictionary.d.ts.map +1 -0
- package/dist/utils/dictionary.mjs +122 -0
- package/dist/utils/dictionary.mjs.map +1 -0
- package/dist/utils/isElementAtTopAndNotCovered.cjs +17 -0
- package/dist/utils/isElementAtTopAndNotCovered.cjs.map +1 -0
- package/dist/utils/isElementAtTopAndNotCovered.d.ts +2 -0
- package/dist/utils/isElementAtTopAndNotCovered.d.ts.map +1 -0
- package/dist/utils/isElementAtTopAndNotCovered.mjs +17 -0
- package/dist/utils/isElementAtTopAndNotCovered.mjs.map +1 -0
- package/dist/utils/object.cjs +22 -0
- package/dist/utils/object.cjs.map +1 -0
- package/dist/utils/object.d.ts +18 -0
- package/dist/utils/object.d.ts.map +1 -0
- package/dist/utils/object.mjs +22 -0
- package/dist/utils/object.mjs.map +1 -0
- package/dist/zod-BV4nCGJE.js +47 -0
- package/dist/zod-BV4nCGJE.js.map +1 -0
- package/dist/zod-DSrtTSD_.cjs +46 -0
- package/dist/zod-DSrtTSD_.cjs.map +1 -0
- package/package.json +76 -34
- package/dist/MarkDownRender-7oiSvDiM.cjs +0 -14
- package/dist/MarkDownRender-JEDIcxQT.js +0 -316
- package/dist/StringWrapper-CW70GPXq.js +0 -28
- package/dist/StringWrapper-DUDqtkwz.cjs +0 -1
- package/dist/check-BLEiR8OY.js +0 -12
- package/dist/check-rhNgx2ZQ.cjs +0 -6
- package/dist/chevron-right-D3LPoNy5.js +0 -14
- package/dist/chevron-right-bKrhRS9t.cjs +0 -6
- package/dist/components/Accordion/Accordion.cjs.js +0 -8
- package/dist/components/Accordion/Accordion.es.js +0 -48
- package/dist/components/Accordion/index.cjs.js +0 -1
- package/dist/components/Accordion/index.es.js +0 -5
- package/dist/components/Avatar/index.cjs.js +0 -6
- package/dist/components/Avatar/index.es.js +0 -71
- package/dist/components/Button/index.cjs.js +0 -6
- package/dist/components/Button/index.es.js +0 -306
- package/dist/components/Container/index.cjs.js +0 -7
- package/dist/components/Container/index.es.js +0 -152
- package/dist/components/ContentEditor/ContentEditor.cjs.js +0 -5
- package/dist/components/ContentEditor/ContentEditor.es.js +0 -75
- package/dist/components/ContentEditor/index.cjs.js +0 -1
- package/dist/components/ContentEditor/index.es.js +0 -5
- package/dist/components/ContentSelector/ContentSelector.cjs.js +0 -1
- package/dist/components/ContentSelector/ContentSelector.es.js +0 -14
- package/dist/components/ContentSelector/index.cjs.js +0 -1
- package/dist/components/ContentSelector/index.es.js +0 -5
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs.js +0 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.es.js +0 -25
- package/dist/components/DictionaryEditor/ItemLayout.cjs.js +0 -1
- package/dist/components/DictionaryEditor/ItemLayout.es.js +0 -81
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.js +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.es.js +0 -10
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs.js +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.es.js +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.js +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.es.js +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.js +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.es.js +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs.js +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.es.js +0 -7
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs.js +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/index.es.js +0 -11
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.js +0 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.es.js +0 -40
- package/dist/components/DictionaryEditor/index.cjs.js +0 -1
- package/dist/components/DictionaryEditor/index.es.js +0 -5
- package/dist/components/DropDown/index.cjs.js +0 -5
- package/dist/components/DropDown/index.es.js +0 -50
- package/dist/components/DropDown/types.cjs.js +0 -1
- package/dist/components/DropDown/types.es.js +0 -1
- package/dist/components/Footer/index.cjs.js +0 -1
- package/dist/components/Footer/index.es.js +0 -71
- package/dist/components/Headers/SectionScroller.cjs.js +0 -1
- package/dist/components/Headers/SectionScroller.es.js +0 -20
- package/dist/components/Headers/index.cjs.js +0 -1
- package/dist/components/Headers/index.es.js +0 -103
- package/dist/components/IDE/CodeRender.cjs.js +0 -26
- package/dist/components/IDE/CodeRender.es.js +0 -22872
- package/dist/components/IDE/FileTree.cjs.js +0 -1
- package/dist/components/IDE/FileTree.es.js +0 -112
- package/dist/components/IDE/IDE.cjs.js +0 -1
- package/dist/components/IDE/IDE.es.js +0 -187
- package/dist/components/IDE/MarkDownRender.cjs.js +0 -1
- package/dist/components/IDE/MarkDownRender.es.js +0 -7
- package/dist/components/IDE/createFileTree.cjs.js +0 -1
- package/dist/components/IDE/createFileTree.es.js +0 -25
- package/dist/components/IDE/index.cjs.js +0 -1
- package/dist/components/IDE/index.es.js +0 -7
- package/dist/components/Loader/index.cjs.js +0 -1
- package/dist/components/Loader/index.es.js +0 -23
- package/dist/components/Loader/spinner.cjs.js +0 -1
- package/dist/components/Loader/spinner.es.js +0 -22
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.js +0 -6
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.es.js +0 -571
- package/dist/components/LocaleSwitcherDropDown/index.cjs.js +0 -1
- package/dist/components/LocaleSwitcherDropDown/index.es.js +0 -5
- package/dist/components/Logo/LogoCircle.cjs.js +0 -1
- package/dist/components/Logo/LogoCircle.es.js +0 -12
- package/dist/components/Logo/LogoNoFrame.cjs.js +0 -1
- package/dist/components/Logo/LogoNoFrame.es.js +0 -28
- package/dist/components/Logo/LogoSquare.cjs.js +0 -1
- package/dist/components/Logo/LogoSquare.es.js +0 -12
- package/dist/components/Logo/LogoSquircle.cjs.js +0 -1
- package/dist/components/Logo/LogoSquircle.es.js +0 -17
- package/dist/components/Logo/LogoTextOnly.cjs.js +0 -1
- package/dist/components/Logo/LogoTextOnly.es.js +0 -28
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs.js +0 -1
- package/dist/components/Logo/LogoWithTextBelowCircle.es.js +0 -30
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs.js +0 -1
- package/dist/components/Logo/LogoWithTextBelowNoFrame.es.js +0 -28
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs.js +0 -1
- package/dist/components/Logo/LogoWithTextBelowSquircle.es.js +0 -17
- package/dist/components/Logo/LogoWithTextCircle.cjs.js +0 -1
- package/dist/components/Logo/LogoWithTextCircle.es.js +0 -51
- package/dist/components/Logo/LogoWithTextNoFrame.cjs.js +0 -1
- package/dist/components/Logo/LogoWithTextNoFrame.es.js +0 -28
- package/dist/components/Logo/LogoWithTextSquircle.cjs.js +0 -1
- package/dist/components/Logo/LogoWithTextSquircle.es.js +0 -17
- package/dist/components/Logo/index.cjs.js +0 -1
- package/dist/components/Logo/index.es.js +0 -65
- package/dist/components/MarkDownRender/index.cjs.js +0 -1
- package/dist/components/MarkDownRender/index.es.js +0 -106
- package/dist/components/MaxHeightSmoother/index.cjs.js +0 -6
- package/dist/components/MaxHeightSmoother/index.es.js +0 -52
- package/dist/components/MaxWidthSmoother/index.cjs.js +0 -6
- package/dist/components/MaxWidthSmoother/index.es.js +0 -39
- package/dist/components/Modal/index.cjs.js +0 -1
- package/dist/components/Modal/index.es.js +0 -64
- package/dist/components/Navbar/Burger.cjs.js +0 -1
- package/dist/components/Navbar/Burger.es.js +0 -84
- package/dist/components/Navbar/DesktopNavbar.cjs.js +0 -7
- package/dist/components/Navbar/DesktopNavbar.es.js +0 -76
- package/dist/components/Navbar/MobileNavbar.cjs.js +0 -9
- package/dist/components/Navbar/MobileNavbar.es.js +0 -199
- package/dist/components/Navbar/index.cjs.js +0 -1
- package/dist/components/Navbar/index.es.js +0 -25
- package/dist/components/Navbar/useNavigation.cjs.js +0 -1
- package/dist/components/Navbar/useNavigation.es.js +0 -39
- package/dist/components/Popover/index.cjs.js +0 -1
- package/dist/components/Popover/index.es.js +0 -52
- package/dist/components/PressableDiv/PressableDiv.cjs.js +0 -1
- package/dist/components/PressableDiv/PressableDiv.d.ts +0 -10
- package/dist/components/PressableDiv/PressableDiv.es.js +0 -63
- package/dist/components/PressableDiv/index.cjs.js +0 -1
- package/dist/components/PressableDiv/index.d.ts +0 -1
- package/dist/components/PressableDiv/index.es.js +0 -5
- package/dist/components/ProfileDropDown/index.cjs.js +0 -6
- package/dist/components/ProfileDropDown/index.es.js +0 -37
- package/dist/components/RedirectionButton/RedirectionButton.cjs.js +0 -1
- package/dist/components/RedirectionButton/RedirectionButton.d.ts +0 -8
- package/dist/components/RedirectionButton/RedirectionButton.es.js +0 -34
- package/dist/components/RedirectionButton/index.cjs.js +0 -1
- package/dist/components/RedirectionButton/index.d.ts +0 -1
- package/dist/components/RedirectionButton/index.es.js +0 -5
- package/dist/components/RightDrawer/RightDrawer.cjs.js +0 -8
- package/dist/components/RightDrawer/RightDrawer.es.js +0 -124
- package/dist/components/RightDrawer/index.cjs.js +0 -1
- package/dist/components/RightDrawer/index.es.js +0 -8
- package/dist/components/RightDrawer/useRightDrawerStore.cjs.js +0 -1
- package/dist/components/RightDrawer/useRightDrawerStore.es.js +0 -15
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs.js +0 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.es.js +0 -69
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs.js +0 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.es.js +0 -65
- package/dist/components/ThemeSwitcherDropDown/index.cjs.js +0 -1
- package/dist/components/ThemeSwitcherDropDown/index.es.js +0 -9
- package/dist/components/ThemeSwitcherDropDown/types.cjs.js +0 -1
- package/dist/components/ThemeSwitcherDropDown/types.es.js +0 -5
- package/dist/components/WithResizer/index.cjs.js +0 -1
- package/dist/components/WithResizer/index.es.js +0 -82
- package/dist/components/index.cjs.js +0 -1
- package/dist/components/index.es.js +0 -65
- package/dist/createLucideIcon-DlZEiEGq.js +0 -80
- package/dist/createLucideIcon-ZOnO-fn6.cjs +0 -21
- package/dist/hooks/index.cjs.js +0 -1
- package/dist/hooks/index.es.js +0 -13
- package/dist/hooks/useDevice.cjs.js +0 -1
- package/dist/hooks/useDevice.es.js +0 -48
- package/dist/hooks/useGetElementOrWindow.cjs.js +0 -1
- package/dist/hooks/useGetElementOrWindow.es.js +0 -11
- package/dist/hooks/useIsMounted.cjs.js +0 -1
- package/dist/hooks/useIsMounted.es.js +0 -11
- package/dist/hooks/useScrollBlockage/index.cjs.js +0 -1
- package/dist/hooks/useScrollBlockage/index.es.js +0 -24
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs.js +0 -1
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.es.js +0 -40
- package/dist/hooks/useScrollDetection.cjs.js +0 -1
- package/dist/hooks/useScrollDetection.es.js +0 -41
- package/dist/index-CJEkIqT6.cjs +0 -1
- package/dist/index-DBWNacRP.js +0 -133
- package/dist/intlayer-editor/src/client/renderContentEditor.d.ts +0 -13
- package/dist/jsx-runtime-D6agescH.cjs +0 -30
- package/dist/jsx-runtime-Tw_Kw2GZ.js +0 -638
- package/dist/localeList-CaRF-907.js +0 -300
- package/dist/localeList-DlUgKn8J.cjs +0 -1
- package/dist/motion-minimal-BFpJTMRN.js +0 -788
- package/dist/motion-minimal-CwdK8lup.cjs +0 -1
- package/dist/styled-components.browser.esm-D6kkzXl4.js +0 -1085
- package/dist/styled-components.browser.esm-GqWwDlfY.cjs +0 -58
- package/dist/sun-BQYZHcpc.cjs +0 -16
- package/dist/sun-BrKC5Qwg.js +0 -49
- package/dist/utils/capitalize.cjs.js +0 -1
- package/dist/utils/capitalize.es.js +0 -5
- package/dist/utils/cn.cjs.js +0 -1
- package/dist/utils/cn.es.js +0 -2338
- package/dist/x-BKwnSvvj.js +0 -15
- package/dist/x-DIXoN4xe.cjs +0 -6
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as C } from "../../jsx-runtime-Tw_Kw2GZ.js";
|
|
3
|
-
const M = ({
|
|
4
|
-
bgColor: L,
|
|
5
|
-
...H
|
|
6
|
-
}) => /* @__PURE__ */ C.jsxs("svg", { width: "1860", height: "1381", viewBox: "0 0 1860 1381", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...H, children: [
|
|
7
|
-
/* @__PURE__ */ C.jsx("path", { d: "M564 280.44C564 50.3211 613.321 1 843.44 1H984.56C1214.68 1 1264 50.3211 1264 280.44V421.56C1264 651.679 1214.68 701 984.56 701H843.44C613.321 701 564 651.679 564 421.56V280.44Z", fill: L }),
|
|
8
|
-
/* @__PURE__ */ C.jsxs("mask", { id: "path-2-outside-1_2059_7", maskUnits: "userSpaceOnUse", x: "0.5", y: "0", width: "1860", height: "1381", fill: "currentColor", children: [
|
|
9
|
-
/* @__PURE__ */ C.jsx("rect", { fill: L, x: "0.5", width: "1860", height: "1381" }),
|
|
10
|
-
/* @__PURE__ */ C.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M564 280.44C564 50.3211 613.321 1 843.44 1H984.56C1214.68 1 1264 50.3211 1264 280.44V421.56C1264 651.679 1214.68 701 984.56 701H843.44C613.321 701 564 651.679 564 421.56V280.44ZM681 351C681 326.147 701.147 306 726 306H1106C1130.85 306 1151 326.147 1151 351C1151 375.853 1130.85 396 1106 396H726C701.147 396 681 375.853 681 351ZM726 479C701.147 479 681 499.147 681 524C681 548.853 701.147 569 726 569H906C930.853 569 951 548.853 951 524C951 499.147 930.853 479 906 479H726ZM681 176C681 151.147 701.147 131 726 131H971C995.853 131 1016 151.147 1016 176C1016 200.853 995.853 221 971 221H726C701.147 221 681 200.853 681 176ZM1.5 910V1275H74.5V910H1.5ZM151.215 1015V1275H220.215V1122C220.215 1111 222.715 1101.5 227.715 1093.5C233.048 1085.17 240.382 1078.67 249.715 1074C259.048 1069 269.715 1066.5 281.715 1066.5C297.715 1066.5 309.382 1071.5 316.715 1081.5C324.048 1091.17 327.715 1106.83 327.715 1128.5V1275H396.215V1115C396.215 1078.67 388.715 1052.17 373.715 1035.5C359.048 1018.5 336.048 1010 304.715 1010C286.048 1010 269.548 1013 255.215 1019C241.215 1024.67 228.882 1033.5 218.215 1045.5H217.215L216.715 1015H151.215ZM501.52 1261C515.52 1273.67 538.186 1280 569.52 1280C580.52 1280 591.186 1279.17 601.52 1277.5C611.853 1276.17 622.686 1273.83 634.02 1270.5L628.52 1216C621.853 1218.33 614.52 1220.17 606.52 1221.5C598.853 1222.83 591.52 1223.5 584.52 1223.5C571.52 1223.5 562.52 1220.5 557.52 1214.5C552.52 1208.17 550.02 1197.17 550.02 1181.5V1068.5H634.52V1015H550.02V930H481.02V1015H424.52V1068.5H481.02V1198.5C481.02 1227.5 487.853 1248.33 501.52 1261ZM696.707 910V1275H766.707V910H696.707ZM841.191 1258.5C856.191 1272.83 876.525 1280 902.191 1280C919.191 1280 935.858 1276.83 952.191 1270.5C968.525 1264.17 981.358 1255.67 990.691 1245H991.191L992.191 1275H1057.69V1111C1057.69 1086 1054.19 1066.17 1047.19 1051.5C1040.19 1036.5 1029.02 1025.83 1013.69 1019.5C998.358 1013.17 977.358 1010 950.691 1010C929.691 1010 908.525 1011.83 887.191 1015.5C866.191 1018.83 847.025 1023.67 829.691 1030L838.191 1083C854.191 1076.67 871.191 1071.83 889.191 1068.5C907.191 1064.83 924.525 1063 941.191 1063C953.858 1063 963.525 1064.33 970.191 1067C977.191 1069.33 982.025 1073.67 984.691 1080C987.691 1086.33 989.191 1095.33 989.191 1107H954.691C911.358 1107 877.858 1115.17 854.191 1131.5C830.858 1147.83 819.191 1171 819.191 1201C819.191 1225 826.525 1244.17 841.191 1258.5ZM958.691 1222C949.358 1226 938.858 1228 927.191 1228C913.525 1228 902.858 1225 895.191 1219C887.858 1213 884.191 1204.67 884.191 1194C884.191 1179.67 890.858 1169.17 904.191 1162.5C917.525 1155.5 937.691 1152 964.691 1152H989.191V1181.5C989.191 1190.17 986.358 1198.17 980.691 1205.5C975.358 1212.5 968.025 1218 958.691 1222ZM1185.11 1273.5L1142.11 1380H1214.61L1357.61 1015H1283.61L1220.11 1207.5H1219.11L1156.11 1015L1082.61 1015.5L1185.11 1273.5ZM1411.46 1245C1436.79 1268.33 1472.79 1280 1519.46 1280C1536.13 1280 1552.63 1278.5 1568.96 1275.5C1585.63 1272.83 1600.13 1269 1612.46 1264L1604.46 1211.5C1592.13 1216.17 1577.96 1219.83 1561.96 1222.5C1545.96 1225.17 1530.79 1226.5 1516.46 1226.5C1491.13 1226.5 1472.29 1221 1459.96 1210C1449.75 1200.89 1443.77 1187.56 1442.01 1170H1624.46C1624.79 1167 1624.96 1162.5 1624.96 1156.5C1625.29 1150.5 1625.46 1145.17 1625.46 1140.5C1625.46 1098.83 1614.79 1066.67 1593.46 1044C1572.46 1021.33 1542.46 1010 1503.46 1010C1463.13 1010 1431.46 1022 1408.46 1046C1385.46 1070 1373.96 1103 1373.96 1145C1373.96 1188.33 1386.46 1221.67 1411.46 1245ZM1442.19 1122.5C1443.95 1104.35 1448.87 1090.18 1456.96 1080C1467.29 1066.67 1482.79 1060 1503.46 1060C1523.13 1060 1537.63 1066.33 1546.96 1079C1554.74 1089.19 1559.38 1103.69 1560.91 1122.5H1442.19ZM1743.09 1015H1677.09V1275H1746.59V1155C1746.59 1139 1751.59 1124.5 1761.59 1111.5C1771.59 1098.17 1785.09 1087.67 1802.09 1080C1819.09 1072.33 1837.93 1068.5 1858.59 1068.5V1010C1843.59 1010 1828.93 1012.17 1814.59 1016.5C1800.59 1020.5 1787.59 1026.5 1775.59 1034.5C1763.93 1042.17 1753.76 1051.83 1745.09 1063.5H1743.59L1743.09 1015Z" })
|
|
11
|
-
] }),
|
|
12
|
-
/* @__PURE__ */ C.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M564 280.44C564 50.3211 613.321 1 843.44 1H984.56C1214.68 1 1264 50.3211 1264 280.44V421.56C1264 651.679 1214.68 701 984.56 701H843.44C613.321 701 564 651.679 564 421.56V280.44ZM681 351C681 326.147 701.147 306 726 306H1106C1130.85 306 1151 326.147 1151 351C1151 375.853 1130.85 396 1106 396H726C701.147 396 681 375.853 681 351ZM726 479C701.147 479 681 499.147 681 524C681 548.853 701.147 569 726 569H906C930.853 569 951 548.853 951 524C951 499.147 930.853 479 906 479H726ZM681 176C681 151.147 701.147 131 726 131H971C995.853 131 1016 151.147 1016 176C1016 200.853 995.853 221 971 221H726C701.147 221 681 200.853 681 176ZM1.5 910V1275H74.5V910H1.5ZM151.215 1015V1275H220.215V1122C220.215 1111 222.715 1101.5 227.715 1093.5C233.048 1085.17 240.382 1078.67 249.715 1074C259.048 1069 269.715 1066.5 281.715 1066.5C297.715 1066.5 309.382 1071.5 316.715 1081.5C324.048 1091.17 327.715 1106.83 327.715 1128.5V1275H396.215V1115C396.215 1078.67 388.715 1052.17 373.715 1035.5C359.048 1018.5 336.048 1010 304.715 1010C286.048 1010 269.548 1013 255.215 1019C241.215 1024.67 228.882 1033.5 218.215 1045.5H217.215L216.715 1015H151.215ZM501.52 1261C515.52 1273.67 538.186 1280 569.52 1280C580.52 1280 591.186 1279.17 601.52 1277.5C611.853 1276.17 622.686 1273.83 634.02 1270.5L628.52 1216C621.853 1218.33 614.52 1220.17 606.52 1221.5C598.853 1222.83 591.52 1223.5 584.52 1223.5C571.52 1223.5 562.52 1220.5 557.52 1214.5C552.52 1208.17 550.02 1197.17 550.02 1181.5V1068.5H634.52V1015H550.02V930H481.02V1015H424.52V1068.5H481.02V1198.5C481.02 1227.5 487.853 1248.33 501.52 1261ZM696.707 910V1275H766.707V910H696.707ZM841.191 1258.5C856.191 1272.83 876.525 1280 902.191 1280C919.191 1280 935.858 1276.83 952.191 1270.5C968.525 1264.17 981.358 1255.67 990.691 1245H991.191L992.191 1275H1057.69V1111C1057.69 1086 1054.19 1066.17 1047.19 1051.5C1040.19 1036.5 1029.02 1025.83 1013.69 1019.5C998.358 1013.17 977.358 1010 950.691 1010C929.691 1010 908.525 1011.83 887.191 1015.5C866.191 1018.83 847.025 1023.67 829.691 1030L838.191 1083C854.191 1076.67 871.191 1071.83 889.191 1068.5C907.191 1064.83 924.525 1063 941.191 1063C953.858 1063 963.525 1064.33 970.191 1067C977.191 1069.33 982.025 1073.67 984.691 1080C987.691 1086.33 989.191 1095.33 989.191 1107H954.691C911.358 1107 877.858 1115.17 854.191 1131.5C830.858 1147.83 819.191 1171 819.191 1201C819.191 1225 826.525 1244.17 841.191 1258.5ZM958.691 1222C949.358 1226 938.858 1228 927.191 1228C913.525 1228 902.858 1225 895.191 1219C887.858 1213 884.191 1204.67 884.191 1194C884.191 1179.67 890.858 1169.17 904.191 1162.5C917.525 1155.5 937.691 1152 964.691 1152H989.191V1181.5C989.191 1190.17 986.358 1198.17 980.691 1205.5C975.358 1212.5 968.025 1218 958.691 1222ZM1185.11 1273.5L1142.11 1380H1214.61L1357.61 1015H1283.61L1220.11 1207.5H1219.11L1156.11 1015L1082.61 1015.5L1185.11 1273.5ZM1411.46 1245C1436.79 1268.33 1472.79 1280 1519.46 1280C1536.13 1280 1552.63 1278.5 1568.96 1275.5C1585.63 1272.83 1600.13 1269 1612.46 1264L1604.46 1211.5C1592.13 1216.17 1577.96 1219.83 1561.96 1222.5C1545.96 1225.17 1530.79 1226.5 1516.46 1226.5C1491.13 1226.5 1472.29 1221 1459.96 1210C1449.75 1200.89 1443.77 1187.56 1442.01 1170H1624.46C1624.79 1167 1624.96 1162.5 1624.96 1156.5C1625.29 1150.5 1625.46 1145.17 1625.46 1140.5C1625.46 1098.83 1614.79 1066.67 1593.46 1044C1572.46 1021.33 1542.46 1010 1503.46 1010C1463.13 1010 1431.46 1022 1408.46 1046C1385.46 1070 1373.96 1103 1373.96 1145C1373.96 1188.33 1386.46 1221.67 1411.46 1245ZM1442.19 1122.5C1443.95 1104.35 1448.87 1090.18 1456.96 1080C1467.29 1066.67 1482.79 1060 1503.46 1060C1523.13 1060 1537.63 1066.33 1546.96 1079C1554.74 1089.19 1559.38 1103.69 1560.91 1122.5H1442.19ZM1743.09 1015H1677.09V1275H1746.59V1155C1746.59 1139 1751.59 1124.5 1761.59 1111.5C1771.59 1098.17 1785.09 1087.67 1802.09 1080C1819.09 1072.33 1837.93 1068.5 1858.59 1068.5V1010C1843.59 1010 1828.93 1012.17 1814.59 1016.5C1800.59 1020.5 1787.59 1026.5 1775.59 1034.5C1763.93 1042.17 1753.76 1051.83 1745.09 1063.5H1743.59L1743.09 1015Z", fill: "currentColor" }),
|
|
13
|
-
/* @__PURE__ */ C.jsx("path", { d: "M1.5 1275H0.5V1276H1.5V1275ZM1.5 910V909H0.5V910H1.5ZM74.5 1275V1276H75.5V1275H74.5ZM74.5 910H75.5V909H74.5V910ZM151.215 1275H150.215V1276H151.215V1275ZM151.215 1015V1014H150.215V1015H151.215ZM220.215 1275V1276H221.215V1275H220.215ZM227.715 1093.5L226.873 1092.96L226.867 1092.97L227.715 1093.5ZM249.715 1074L250.162 1074.89L250.175 1074.89L250.187 1074.88L249.715 1074ZM316.715 1081.5L315.908 1082.09L315.913 1082.1L315.918 1082.1L316.715 1081.5ZM327.715 1275H326.715V1276H327.715V1275ZM396.215 1275V1276H397.215V1275H396.215ZM373.715 1035.5L372.958 1036.15L372.965 1036.16L372.972 1036.17L373.715 1035.5ZM255.215 1019L255.59 1019.93L255.601 1019.92L255.215 1019ZM218.215 1045.5V1046.5H218.664L218.962 1046.16L218.215 1045.5ZM217.215 1045.5L216.215 1045.52L216.231 1046.5H217.215V1045.5ZM216.715 1015L217.715 1014.98L217.699 1014H216.715V1015ZM501.52 1261L500.84 1261.73L500.849 1261.74L501.52 1261ZM601.52 1277.5L601.392 1276.51L601.376 1276.51L601.36 1276.51L601.52 1277.5ZM634.02 1270.5L634.302 1271.46L635.098 1271.23L635.014 1270.4L634.02 1270.5ZM628.52 1216L629.514 1215.9L629.387 1214.64L628.189 1215.06L628.52 1216ZM606.52 1221.5L606.355 1220.51L606.348 1220.51L606.52 1221.5ZM557.52 1214.5L556.735 1215.12L556.743 1215.13L556.751 1215.14L557.52 1214.5ZM550.02 1068.5V1067.5H549.02V1068.5H550.02ZM634.52 1068.5V1069.5H635.52V1068.5H634.52ZM634.52 1015H635.52V1014H634.52V1015ZM550.02 1015H549.02V1016H550.02V1015ZM550.02 930H551.02V929H550.02V930ZM481.02 930V929H480.02V930H481.02ZM481.02 1015V1016H482.02V1015H481.02ZM424.52 1015V1014H423.52V1015H424.52ZM424.52 1068.5H423.52V1069.5H424.52V1068.5ZM481.02 1068.5H482.02V1067.5H481.02V1068.5ZM696.707 1275H695.707V1276H696.707V1275ZM696.707 910V909H695.707V910H696.707ZM766.707 1275V1276H767.707V1275H766.707ZM766.707 910H767.707V909H766.707V910ZM841.191 1258.5L840.492 1259.22L840.501 1259.22L841.191 1258.5ZM990.691 1245V1244H990.238L989.939 1244.34L990.691 1245ZM991.191 1245L992.191 1244.97L992.159 1244H991.191V1245ZM992.191 1275L991.192 1275.03L991.224 1276H992.191V1275ZM1057.69 1275V1276H1058.69V1275H1057.69ZM1047.19 1051.5L1046.29 1051.92L1046.29 1051.93L1047.19 1051.5ZM1013.69 1019.5L1013.31 1020.42L1013.31 1020.42L1013.69 1019.5ZM887.191 1015.5L887.348 1016.49L887.361 1016.49L887.191 1015.5ZM829.691 1030L829.348 1029.06L828.573 1029.34L828.704 1030.16L829.691 1030ZM838.191 1083L837.204 1083.16L837.401 1084.39L838.559 1083.93L838.191 1083ZM889.191 1068.5L889.373 1069.48L889.382 1069.48L889.391 1069.48L889.191 1068.5ZM970.191 1067L969.82 1067.93L969.847 1067.94L969.875 1067.95L970.191 1067ZM984.691 1080L983.77 1080.39L983.778 1080.41L983.788 1080.43L984.691 1080ZM989.191 1107V1108H990.191V1107H989.191ZM854.191 1131.5L853.623 1130.68L853.618 1130.68L854.191 1131.5ZM895.191 1219L894.558 1219.77L894.567 1219.78L894.575 1219.79L895.191 1219ZM904.191 1162.5L904.639 1163.39L904.647 1163.39L904.656 1163.39L904.191 1162.5ZM989.191 1152H990.191V1151H989.191V1152ZM980.691 1205.5L979.9 1204.89L979.896 1204.89L980.691 1205.5ZM1142.11 1380L1141.18 1379.63L1140.62 1381H1142.11V1380ZM1185.11 1273.5L1186.03 1273.87L1186.18 1273.5L1186.03 1273.13L1185.11 1273.5ZM1214.61 1380V1381H1215.29L1215.54 1380.36L1214.61 1380ZM1357.61 1015L1358.54 1015.36L1359.07 1014H1357.61V1015ZM1283.61 1015V1014H1282.88L1282.66 1014.69L1283.61 1015ZM1220.11 1207.5V1208.5H1220.83L1221.06 1207.81L1220.11 1207.5ZM1219.11 1207.5L1218.16 1207.81L1218.38 1208.5H1219.11V1207.5ZM1156.11 1015L1157.06 1014.69L1156.83 1014L1156.1 1014L1156.11 1015ZM1082.61 1015.5L1082.6 1014.5L1081.14 1014.51L1081.68 1015.87L1082.61 1015.5ZM1411.46 1245L1410.78 1245.73L1410.78 1245.74L1411.46 1245ZM1568.96 1275.5L1568.8 1274.51L1568.79 1274.51L1568.78 1274.52L1568.96 1275.5ZM1612.46 1264L1612.84 1264.93L1613.57 1264.63L1613.45 1263.85L1612.46 1264ZM1604.46 1211.5L1605.45 1211.35L1605.26 1210.13L1604.11 1210.56L1604.46 1211.5ZM1459.96 1210L1460.63 1209.25L1460.63 1209.25L1459.96 1210ZM1442.01 1170V1169H1440.9L1441.01 1170.1L1442.01 1170ZM1624.46 1170V1171H1625.36L1625.45 1170.11L1624.46 1170ZM1624.96 1156.5L1623.96 1156.44L1623.96 1156.47V1156.5H1624.96ZM1593.46 1044L1592.73 1044.68L1592.73 1044.69L1593.46 1044ZM1456.96 1080L1457.74 1080.62L1457.75 1080.61L1456.96 1080ZM1442.19 1122.5L1441.19 1122.4L1441.09 1123.5H1442.19V1122.5ZM1546.96 1079L1546.16 1079.59L1546.16 1079.6L1546.17 1079.61L1546.96 1079ZM1560.91 1122.5V1123.5H1561.99L1561.9 1122.42L1560.91 1122.5ZM1677.09 1015V1014H1676.09V1015H1677.09ZM1743.09 1015L1744.09 1014.99L1744.08 1014H1743.09V1015ZM1677.09 1275H1676.09V1276H1677.09V1275ZM1746.59 1275V1276H1747.59V1275H1746.59ZM1761.59 1111.5L1762.39 1112.11L1762.39 1112.1L1761.59 1111.5ZM1858.59 1068.5V1069.5H1859.59V1068.5H1858.59ZM1858.59 1010H1859.59V1009H1858.59V1010ZM1814.59 1016.5L1814.87 1017.46L1814.88 1017.46L1814.88 1017.46L1814.59 1016.5ZM1775.59 1034.5L1776.14 1035.34L1776.15 1035.33L1775.59 1034.5ZM1745.09 1063.5V1064.5H1745.6L1745.9 1064.1L1745.09 1063.5ZM1743.59 1063.5L1742.59 1063.51L1742.6 1064.5H1743.59V1063.5ZM843.44 0C785.887 0 739.571 3.08249 702.479 11.3258C665.376 19.5717 637.442 32.9949 616.718 53.7183C595.995 74.4417 582.572 102.376 574.326 139.479C566.082 176.571 563 222.887 563 280.44H565C565 222.933 568.083 176.79 576.278 139.913C584.471 103.048 597.761 75.5043 618.133 55.1325C638.504 34.7608 666.048 21.4713 702.913 13.2782C739.79 5.08265 785.933 2 843.44 2V0ZM984.56 0H843.44V2H984.56V0ZM1265 280.44C1265 222.887 1261.92 176.571 1253.67 139.479C1245.43 102.376 1232.01 74.4417 1211.28 53.7183C1190.56 32.9949 1162.62 19.5717 1125.52 11.3258C1088.43 3.08249 1042.11 0 984.56 0V2C1042.07 2 1088.21 5.08265 1125.09 13.2782C1161.95 21.4713 1189.5 34.7608 1209.87 55.1325C1230.24 75.5043 1243.53 103.048 1251.72 139.913C1259.92 176.79 1263 222.933 1263 280.44H1265ZM1265 421.56V280.44H1263V421.56H1265ZM984.56 702C1042.11 702 1088.43 698.918 1125.52 690.674C1162.62 682.428 1190.56 669.005 1211.28 648.282C1232.01 627.558 1245.43 599.624 1253.67 562.521C1261.92 525.429 1265 479.113 1265 421.56H1263C1263 479.067 1259.92 525.21 1251.72 562.087C1243.53 598.952 1230.24 626.496 1209.87 646.867C1189.5 667.239 1161.95 680.529 1125.09 688.722C1088.21 696.917 1042.07 700 984.56 700V702ZM843.44 702H984.56V700H843.44V702ZM563 421.56C563 479.113 566.082 525.429 574.326 562.521C582.572 599.624 595.995 627.558 616.718 648.282C637.442 669.005 665.376 682.428 702.479 690.674C739.571 698.918 785.887 702 843.44 702V700C785.933 700 739.79 696.917 702.913 688.722C666.048 680.529 638.504 667.239 618.133 646.867C597.761 626.496 584.471 598.952 576.278 562.087C568.083 525.21 565 479.067 565 421.56H563ZM563 280.44V421.56H565V280.44H563ZM726 305C700.595 305 680 325.595 680 351H682C682 326.699 701.7 307 726 307V305ZM1106 305H726V307H1106V305ZM1152 351C1152 325.595 1131.41 305 1106 305V307C1130.3 307 1150 326.699 1150 351H1152ZM1106 397C1131.41 397 1152 376.405 1152 351H1150C1150 375.301 1130.3 395 1106 395V397ZM726 397H1106V395H726V397ZM680 351C680 376.405 700.595 397 726 397V395C701.7 395 682 375.301 682 351H680ZM682 524C682 499.699 701.7 480 726 480V478C700.595 478 680 498.595 680 524H682ZM726 568C701.7 568 682 548.3 682 524H680C680 549.405 700.595 570 726 570V568ZM906 568H726V570H906V568ZM950 524C950 548.3 930.3 568 906 568V570C931.405 570 952 549.405 952 524H950ZM906 480C930.3 480 950 499.699 950 524H952C952 498.595 931.405 478 906 478V480ZM726 480H906V478H726V480ZM726 130C700.595 130 680 150.595 680 176H682C682 151.699 701.7 132 726 132V130ZM971 130H726V132H971V130ZM1017 176C1017 150.595 996.405 130 971 130V132C995.3 132 1015 151.699 1015 176H1017ZM971 222C996.405 222 1017 201.405 1017 176H1015C1015 200.301 995.3 220 971 220V222ZM726 222H971V220H726V222ZM680 176C680 201.405 700.595 222 726 222V220C701.7 220 682 200.301 682 176H680ZM2.5 1275V910H0.5V1275H2.5ZM74.5 1274H1.5V1276H74.5V1274ZM73.5 910V1275H75.5V910H73.5ZM1.5 911H74.5V909H1.5V911ZM152.215 1275V1015H150.215V1275H152.215ZM220.215 1274H151.215V1276H220.215V1274ZM219.215 1122V1275H221.215V1122H219.215ZM226.867 1092.97C221.752 1101.15 219.215 1110.84 219.215 1122H221.215C221.215 1111.16 223.678 1101.85 228.563 1094.03L226.867 1092.97ZM249.268 1073.11C239.782 1077.85 232.309 1084.47 226.873 1092.96L228.557 1094.04C233.788 1085.87 240.981 1079.48 250.162 1074.89L249.268 1073.11ZM281.715 1065.5C269.572 1065.5 258.74 1068.03 249.243 1073.12L250.187 1074.88C259.357 1069.97 269.857 1067.5 281.715 1067.5V1065.5ZM317.521 1080.91C309.946 1070.58 297.932 1065.5 281.715 1065.5V1067.5C297.498 1067.5 308.817 1072.42 315.908 1082.09L317.521 1080.91ZM328.715 1128.5C328.715 1106.77 325.046 1090.83 317.512 1080.9L315.918 1082.1C323.051 1091.51 326.715 1106.9 326.715 1128.5H328.715ZM328.715 1275V1128.5H326.715V1275H328.715ZM396.215 1274H327.715V1276H396.215V1274ZM395.215 1115V1275H397.215V1115H395.215ZM372.972 1036.17C387.73 1052.57 395.215 1078.77 395.215 1115H397.215C397.215 1078.56 389.7 1051.77 374.458 1034.83L372.972 1036.17ZM304.715 1011C335.877 1011 358.547 1019.45 372.958 1036.15L374.472 1034.85C359.549 1017.55 336.219 1009 304.715 1009V1011ZM255.601 1019.92C269.79 1013.98 286.155 1011 304.715 1011V1009C285.942 1009 269.306 1012.02 254.829 1018.08L255.601 1019.92ZM218.962 1046.16C229.533 1034.27 241.742 1025.53 255.59 1019.93L254.84 1018.07C240.688 1023.8 228.23 1032.73 217.467 1044.84L218.962 1046.16ZM217.215 1046.5H218.215V1044.5H217.215V1046.5ZM215.715 1015.02L216.215 1045.52L218.215 1045.48L217.715 1014.98L215.715 1015.02ZM151.215 1016H216.715V1014H151.215V1016ZM569.52 1279C538.281 1279 515.918 1272.68 502.19 1260.26L500.849 1261.74C515.121 1274.65 538.091 1281 569.52 1281V1279ZM601.36 1276.51C591.082 1278.17 580.469 1279 569.52 1279V1281C580.57 1281 591.29 1280.16 601.679 1278.49L601.36 1276.51ZM633.737 1269.54C622.448 1272.86 611.666 1275.18 601.392 1276.51L601.648 1278.49C612.039 1277.15 622.924 1274.81 634.302 1271.46L633.737 1269.54ZM627.525 1216.1L633.025 1270.6L635.014 1270.4L629.514 1215.9L627.525 1216.1ZM606.684 1222.49C614.732 1221.14 622.122 1219.3 628.85 1216.94L628.189 1215.06C621.584 1217.37 614.307 1219.19 606.355 1220.51L606.684 1222.49ZM584.52 1224.5C591.583 1224.5 598.974 1223.83 606.691 1222.49L606.348 1220.51C598.732 1221.84 591.456 1222.5 584.52 1222.5V1224.5ZM556.751 1215.14C562.037 1221.48 571.415 1224.5 584.52 1224.5V1222.5C571.624 1222.5 563.002 1219.52 558.288 1213.86L556.751 1215.14ZM549.02 1181.5C549.02 1197.21 551.514 1208.51 556.735 1215.12L558.304 1213.88C553.525 1207.83 551.02 1197.12 551.02 1181.5H549.02ZM549.02 1068.5V1181.5H551.02V1068.5H549.02ZM634.52 1067.5H550.02V1069.5H634.52V1067.5ZM633.52 1015V1068.5H635.52V1015H633.52ZM550.02 1016H634.52V1014H550.02V1016ZM549.02 930V1015H551.02V930H549.02ZM481.02 931H550.02V929H481.02V931ZM482.02 1015V930H480.02V1015H482.02ZM424.52 1016H481.02V1014H424.52V1016ZM425.52 1068.5V1015H423.52V1068.5H425.52ZM481.02 1067.5H424.52V1069.5H481.02V1067.5ZM482.02 1198.5V1068.5H480.02V1198.5H482.02ZM502.199 1260.27C488.827 1247.87 482.02 1227.37 482.02 1198.5H480.02C480.02 1227.63 486.879 1248.79 500.84 1261.73L502.199 1260.27ZM697.707 1275V910H695.707V1275H697.707ZM766.707 1274H696.707V1276H766.707V1274ZM765.707 910V1275H767.707V910H765.707ZM696.707 911H766.707V909H696.707V911ZM902.191 1279C876.718 1279 856.654 1271.89 841.882 1257.78L840.501 1259.22C855.728 1273.77 876.332 1281 902.191 1281V1279ZM951.83 1269.57C935.608 1275.86 919.064 1279 902.191 1279V1281C919.319 1281 936.108 1277.81 952.553 1271.43L951.83 1269.57ZM989.939 1244.34C980.734 1254.86 968.048 1263.28 951.83 1269.57L952.553 1271.43C969.002 1265.05 981.982 1256.47 991.444 1245.66L989.939 1244.34ZM991.191 1244H990.691V1246H991.191V1244ZM993.191 1274.97L992.191 1244.97L990.192 1245.03L991.192 1275.03L993.191 1274.97ZM1057.69 1274H992.191V1276H1057.69V1274ZM1056.69 1111V1275H1058.69V1111H1056.69ZM1046.29 1051.93C1053.2 1066.41 1056.69 1086.08 1056.69 1111H1058.69C1058.69 1085.92 1055.18 1065.92 1048.09 1051.07L1046.29 1051.93ZM1013.31 1020.42C1028.41 1026.66 1039.39 1037.15 1046.29 1051.92L1048.1 1051.08C1040.99 1035.85 1029.64 1025 1014.07 1018.58L1013.31 1020.42ZM950.691 1011C977.297 1011 998.149 1014.16 1013.31 1020.42L1014.07 1018.58C998.568 1012.17 977.419 1009 950.691 1009V1011ZM887.361 1016.49C908.64 1012.83 929.75 1011 950.691 1011V1009C929.633 1009 908.41 1010.84 887.022 1014.51L887.361 1016.49ZM830.035 1030.94C847.299 1024.63 866.402 1019.81 887.348 1016.49L887.035 1014.51C865.98 1017.85 846.75 1022.7 829.348 1029.06L830.035 1030.94ZM839.179 1082.84L830.679 1029.84L828.704 1030.16L837.204 1083.16L839.179 1082.84ZM889.009 1067.52C870.95 1070.86 853.887 1075.71 837.823 1082.07L838.559 1083.93C854.496 1077.62 871.433 1072.81 889.373 1069.48L889.009 1067.52ZM941.191 1062C924.451 1062 907.051 1063.84 888.992 1067.52L889.391 1069.48C907.332 1065.83 924.598 1064 941.191 1064V1062ZM970.563 1066.07C963.72 1063.33 953.903 1062 941.191 1062V1064C953.813 1064 963.329 1065.33 969.82 1067.93L970.563 1066.07ZM985.613 1079.61C982.826 1072.99 977.758 1068.47 970.508 1066.05L969.875 1067.95C976.625 1070.2 981.224 1074.34 983.77 1080.39L985.613 1079.61ZM990.191 1107C990.191 1095.27 988.687 1086.1 985.595 1079.57L983.788 1080.43C986.696 1086.57 988.191 1095.4 988.191 1107H990.191ZM954.691 1108H989.191V1106H954.691V1108ZM854.759 1132.32C878.194 1116.15 911.464 1108 954.691 1108V1106C911.252 1106 877.522 1114.18 853.623 1130.68L854.759 1132.32ZM820.191 1201C820.191 1171.31 831.715 1148.45 854.765 1132.32L853.618 1130.68C830.001 1147.21 818.191 1170.69 818.191 1201H820.191ZM841.89 1257.78C827.449 1243.67 820.191 1224.78 820.191 1201H818.191C818.191 1225.22 825.6 1244.66 840.492 1259.22L841.89 1257.78ZM927.191 1229C938.973 1229 949.61 1226.98 959.085 1222.92L958.297 1221.08C949.106 1225.02 938.743 1227 927.191 1227V1229ZM894.575 1219.79C902.477 1225.97 913.39 1229 927.191 1229V1227C913.66 1227 903.24 1224.03 895.808 1218.21L894.575 1219.79ZM883.191 1194C883.191 1204.92 886.962 1213.56 894.558 1219.77L895.825 1218.23C888.755 1212.44 885.191 1204.41 885.191 1194H883.191ZM903.744 1161.61C896.948 1165 891.796 1169.41 888.347 1174.84C884.897 1180.27 883.191 1186.67 883.191 1194H885.191C885.191 1186.99 886.819 1180.98 890.036 1175.91C893.254 1170.84 898.102 1166.66 904.639 1163.39L903.744 1161.61ZM964.691 1151C937.639 1151 917.276 1154.5 903.727 1161.61L904.656 1163.39C917.773 1156.5 937.744 1153 964.691 1153V1151ZM989.191 1151H964.691V1153H989.191V1151ZM990.191 1181.5V1152H988.191V1181.5H990.191ZM981.483 1206.11C987.275 1198.62 990.191 1190.4 990.191 1181.5H988.191C988.191 1189.93 985.442 1197.72 979.9 1204.89L981.483 1206.11ZM959.085 1222.92C968.553 1218.86 976.034 1213.26 981.487 1206.11L979.896 1204.89C974.682 1211.74 967.497 1217.14 958.297 1221.08L959.085 1222.92ZM1143.03 1380.37L1186.03 1273.87L1184.18 1273.13L1141.18 1379.63L1143.03 1380.37ZM1214.61 1379H1142.11V1381H1214.61V1379ZM1356.67 1014.64L1213.67 1379.64L1215.54 1380.36L1358.54 1015.36L1356.67 1014.64ZM1283.61 1016H1357.61V1014H1283.61V1016ZM1221.06 1207.81L1284.56 1015.31L1282.66 1014.69L1219.16 1207.19L1221.06 1207.81ZM1219.11 1208.5H1220.11V1206.5H1219.11V1208.5ZM1155.16 1015.31L1218.16 1207.81L1220.06 1207.19L1157.06 1014.69L1155.16 1015.31ZM1082.61 1016.5L1156.11 1016L1156.1 1014L1082.6 1014.5L1082.61 1016.5ZM1186.03 1273.13L1083.53 1015.13L1081.68 1015.87L1184.18 1273.87L1186.03 1273.13ZM1519.46 1279C1472.95 1279 1437.23 1267.38 1412.14 1244.26L1410.78 1245.74C1436.36 1269.29 1472.63 1281 1519.46 1281V1279ZM1568.78 1274.52C1552.51 1277.51 1536.07 1279 1519.46 1279V1281C1536.19 1281 1552.75 1279.49 1569.14 1276.48L1568.78 1274.52ZM1612.09 1263.07C1599.84 1268.04 1585.41 1271.85 1568.8 1274.51L1569.12 1276.49C1585.84 1273.81 1600.42 1269.96 1612.84 1264.93L1612.09 1263.07ZM1603.47 1211.65L1611.47 1264.15L1613.45 1263.85L1605.45 1211.35L1603.47 1211.65ZM1562.13 1223.49C1578.18 1220.81 1592.41 1217.13 1604.81 1212.44L1604.11 1210.56C1591.85 1215.2 1577.75 1218.86 1561.8 1221.51L1562.13 1223.49ZM1516.46 1227.5C1530.86 1227.5 1546.08 1226.16 1562.13 1223.49L1561.8 1221.51C1545.84 1224.17 1530.73 1225.5 1516.46 1225.5V1227.5ZM1459.3 1210.75C1471.89 1221.98 1491.01 1227.5 1516.46 1227.5V1225.5C1491.25 1225.5 1472.7 1220.02 1460.63 1209.25L1459.3 1210.75ZM1441.01 1170.1C1442.79 1187.83 1448.85 1201.43 1459.3 1210.75L1460.63 1209.25C1450.65 1200.36 1444.74 1187.29 1443 1169.9L1441.01 1170.1ZM1624.46 1169H1442.01V1171H1624.46V1169ZM1623.96 1156.5C1623.96 1162.49 1623.79 1166.95 1623.47 1169.89L1625.45 1170.11C1625.79 1167.05 1625.96 1162.51 1625.96 1156.5H1623.96ZM1624.46 1140.5C1624.46 1145.14 1624.3 1150.46 1623.96 1156.44L1625.96 1156.56C1626.29 1150.54 1626.46 1145.19 1626.46 1140.5H1624.46ZM1592.73 1044.69C1613.84 1067.11 1624.46 1099 1624.46 1140.5H1626.46C1626.46 1098.67 1615.75 1066.22 1594.19 1043.31L1592.73 1044.69ZM1503.46 1011C1542.26 1011 1571.96 1022.27 1592.73 1044.68L1594.19 1043.32C1572.96 1020.4 1542.66 1009 1503.46 1009V1011ZM1409.18 1046.69C1431.96 1022.93 1463.34 1011 1503.46 1011V1009C1462.92 1009 1430.97 1021.07 1407.74 1045.31L1409.18 1046.69ZM1374.96 1145C1374.96 1103.19 1386.41 1070.46 1409.18 1046.69L1407.74 1045.31C1384.52 1069.54 1372.96 1102.81 1372.96 1145H1374.96ZM1412.14 1244.27C1387.4 1221.17 1374.96 1188.13 1374.96 1145H1372.96C1372.96 1188.53 1385.52 1222.16 1410.78 1245.73L1412.14 1244.27ZM1456.18 1079.38C1447.93 1089.76 1442.96 1104.13 1441.19 1122.4L1443.19 1122.6C1444.93 1104.56 1449.81 1090.6 1457.74 1080.62L1456.18 1079.38ZM1503.46 1059C1482.56 1059 1466.74 1065.75 1456.17 1079.39L1457.75 1080.61C1467.85 1067.58 1483.03 1061 1503.46 1061V1059ZM1547.77 1078.41C1538.2 1065.42 1523.36 1059 1503.46 1059V1061C1522.9 1061 1537.06 1067.25 1546.16 1079.59L1547.77 1078.41ZM1561.9 1122.42C1560.37 1103.5 1555.69 1088.79 1547.76 1078.39L1546.17 1079.61C1553.78 1089.59 1558.4 1103.87 1559.91 1122.58L1561.9 1122.42ZM1442.19 1123.5H1560.91V1121.5H1442.19V1123.5ZM1677.09 1016H1743.09V1014H1677.09V1016ZM1678.09 1275V1015H1676.09V1275H1678.09ZM1746.59 1274H1677.09V1276H1746.59V1274ZM1745.59 1155V1275H1747.59V1155H1745.59ZM1760.8 1110.89C1750.67 1124.06 1745.59 1138.77 1745.59 1155H1747.59C1747.59 1139.23 1752.52 1124.94 1762.39 1112.11L1760.8 1110.89ZM1801.68 1079.09C1784.55 1086.82 1770.91 1097.42 1760.79 1110.9L1762.39 1112.1C1772.28 1098.92 1785.64 1088.52 1802.5 1080.91L1801.68 1079.09ZM1858.59 1067.5C1837.8 1067.5 1818.83 1071.36 1801.68 1079.09L1802.5 1080.91C1819.36 1073.31 1838.05 1069.5 1858.59 1069.5V1067.5ZM1857.59 1010V1068.5H1859.59V1010H1857.59ZM1814.88 1017.46C1829.12 1013.15 1843.69 1011 1858.59 1011V1009C1843.5 1009 1828.73 1011.18 1814.3 1015.54L1814.88 1017.46ZM1776.15 1035.33C1788.06 1027.39 1800.97 1021.43 1814.87 1017.46L1814.32 1015.54C1800.22 1019.57 1787.13 1025.61 1775.04 1033.67L1776.15 1035.33ZM1745.9 1064.1C1754.5 1052.52 1764.58 1042.94 1776.14 1035.34L1775.04 1033.66C1763.28 1041.4 1753.02 1051.15 1744.29 1062.9L1745.9 1064.1ZM1743.59 1064.5H1745.09V1062.5H1743.59V1064.5ZM1742.09 1015.01L1742.59 1063.51L1744.59 1063.49L1744.09 1014.99L1742.09 1015.01Z", fill: "currentColor", mask: "url(#path-2-outside-1_2059_7)" })
|
|
14
|
-
] });
|
|
15
|
-
export {
|
|
16
|
-
M as LogoWithTextBelowSquircle
|
|
17
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const L=require("../../jsx-runtime-D6agescH.cjs"),V=({bgColor:C,...H})=>L.jsxRuntimeExports.jsxs("svg",{width:"2830",height:"700",viewBox:"0 0 2830 700",fill:"none",xmlns:"http://www.w3.org/2000/svg",...H,children:[C&&L.jsxRuntimeExports.jsx("circle",{cx:"350",cy:"350",r:"350",fill:C})," ",L.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M350 700C543.3 700 700 543.3 700 350C700 156.7 543.3 0 350 0C156.7 0 0 156.7 0 350C0 543.3 156.7 700 350 700ZM180 305C155.147 305 135 325.147 135 350C135 374.853 155.147 395 180 395H560C584.853 395 605 374.853 605 350C605 325.147 584.853 305 560 305H180ZM135 523C135 498.147 155.147 478 180 478H360C384.853 478 405 498.147 405 523C405 547.853 384.853 568 360 568H180C155.147 568 135 547.853 135 523ZM180 130C155.147 130 135 150.147 135 175C135 199.853 155.147 220 180 220H425C449.853 220 470 199.853 470 175C470 150.147 449.853 130 425 130H180Z",fill:"currentColor"}),L.jsxRuntimeExports.jsxs("g",{filter:"url(#filter0_d_2003_163)",children:[L.jsxRuntimeExports.jsxs("mask",{id:"path-3-outside-1_2003_163",maskUnits:"userSpaceOnUse",x:"961",y:"167",width:"1860",height:"472",fill:"currentColor",children:[L.jsxRuntimeExports.jsx("rect",{fill:C,x:"961",y:"167",width:"1860",height:"472"}),L.jsxRuntimeExports.jsx("path",{d:"M962.5 533V168H1035.5V533H962.5ZM1112.21 533V273H1177.71L1178.21 303.5H1179.21C1189.88 291.5 1202.21 282.667 1216.21 277C1230.55 271 1247.05 268 1265.71 268C1297.05 268 1320.05 276.5 1334.71 293.5C1349.71 310.167 1357.21 336.667 1357.21 373V533H1288.71V386.5C1288.71 364.833 1285.05 349.167 1277.71 339.5C1270.38 329.5 1258.71 324.5 1242.71 324.5C1230.71 324.5 1220.05 327 1210.71 332C1201.38 336.667 1194.05 343.167 1188.71 351.5C1183.71 359.5 1181.21 369 1181.21 380V533H1112.21ZM1530.52 538C1499.19 538 1476.52 531.667 1462.52 519C1448.85 506.333 1442.02 485.5 1442.02 456.5V326.5H1385.52V273H1442.02V188H1511.02V273H1595.52V326.5H1511.02V439.5C1511.02 455.167 1513.52 466.167 1518.52 472.5C1523.52 478.5 1532.52 481.5 1545.52 481.5C1552.52 481.5 1559.85 480.833 1567.52 479.5C1575.52 478.167 1582.85 476.333 1589.52 474L1595.02 528.5C1583.69 531.833 1572.85 534.167 1562.52 535.5C1552.19 537.167 1541.52 538 1530.52 538ZM1657.71 533V168H1727.71V533H1657.71ZM1863.19 538C1837.52 538 1817.19 530.833 1802.19 516.5C1787.52 502.167 1780.19 483 1780.19 459C1780.19 429 1791.86 405.833 1815.19 389.5C1838.86 373.167 1872.36 365 1915.69 365H1950.19C1950.19 353.333 1948.69 344.333 1945.69 338C1943.02 331.667 1938.19 327.333 1931.19 325C1924.52 322.333 1914.86 321 1902.19 321C1885.52 321 1868.19 322.833 1850.19 326.5C1832.19 329.833 1815.19 334.667 1799.19 341L1790.69 288C1808.02 281.667 1827.19 276.833 1848.19 273.5C1869.52 269.833 1890.69 268 1911.69 268C1938.36 268 1959.36 271.167 1974.69 277.5C1990.02 283.833 2001.19 294.5 2008.19 309.5C2015.19 324.167 2018.69 344 2018.69 369V533H1953.19L1952.19 503H1951.69C1942.36 513.667 1929.52 522.167 1913.19 528.5C1896.86 534.833 1880.19 538 1863.19 538ZM1888.19 486C1899.86 486 1910.36 484 1919.69 480C1929.02 476 1936.36 470.5 1941.69 463.5C1947.36 456.167 1950.19 448.167 1950.19 439.5V410H1925.69C1898.69 410 1878.52 413.5 1865.19 420.5C1851.86 427.167 1845.19 437.667 1845.19 452C1845.19 462.667 1848.86 471 1856.19 477C1863.86 483 1874.52 486 1888.19 486ZM2103.11 638L2146.11 531.5L2043.61 273.5L2117.11 273L2180.11 465.5H2181.11L2244.61 273H2318.61L2175.61 638H2103.11ZM2480.46 538C2433.79 538 2397.79 526.333 2372.46 503C2347.46 479.667 2334.96 446.333 2334.96 403C2334.96 361 2346.46 328 2369.46 304C2392.46 280 2424.13 268 2464.46 268C2503.46 268 2533.46 279.333 2554.46 302C2575.79 324.667 2586.46 356.833 2586.46 398.5C2586.46 403.167 2586.29 408.5 2585.96 414.5C2585.96 420.5 2585.79 425 2585.46 428H2373.46V380.5H2531.96L2522.46 395C2522.46 369 2517.63 349.667 2507.96 337C2498.63 324.333 2484.13 318 2464.46 318C2443.79 318 2428.29 324.667 2417.96 338C2407.63 351 2402.46 370.5 2402.46 396.5V416.5C2402.46 439.833 2408.63 457 2420.96 468C2433.29 479 2452.13 484.5 2477.46 484.5C2491.79 484.5 2506.96 483.167 2522.96 480.5C2538.96 477.833 2553.13 474.167 2565.46 469.5L2573.46 522C2561.13 527 2546.63 530.833 2529.96 533.5C2513.63 536.5 2497.13 538 2480.46 538ZM2638.09 533V273H2704.09L2704.59 321.5H2706.09C2714.76 309.833 2724.93 300.167 2736.59 292.5C2748.59 284.5 2761.59 278.5 2775.59 274.5C2789.93 270.167 2804.59 268 2819.59 268V326.5C2798.93 326.5 2780.09 330.333 2763.09 338C2746.09 345.667 2732.59 356.167 2722.59 369.5C2712.59 382.5 2707.59 397 2707.59 413V533H2638.09Z"})]}),L.jsxRuntimeExports.jsx("path",{d:"M962.5 533V168H1035.5V533H962.5ZM1112.21 533V273H1177.71L1178.21 303.5H1179.21C1189.88 291.5 1202.21 282.667 1216.21 277C1230.55 271 1247.05 268 1265.71 268C1297.05 268 1320.05 276.5 1334.71 293.5C1349.71 310.167 1357.21 336.667 1357.21 373V533H1288.71V386.5C1288.71 364.833 1285.05 349.167 1277.71 339.5C1270.38 329.5 1258.71 324.5 1242.71 324.5C1230.71 324.5 1220.05 327 1210.71 332C1201.38 336.667 1194.05 343.167 1188.71 351.5C1183.71 359.5 1181.21 369 1181.21 380V533H1112.21ZM1530.52 538C1499.19 538 1476.52 531.667 1462.52 519C1448.85 506.333 1442.02 485.5 1442.02 456.5V326.5H1385.52V273H1442.02V188H1511.02V273H1595.52V326.5H1511.02V439.5C1511.02 455.167 1513.52 466.167 1518.52 472.5C1523.52 478.5 1532.52 481.5 1545.52 481.5C1552.52 481.5 1559.85 480.833 1567.52 479.5C1575.52 478.167 1582.85 476.333 1589.52 474L1595.02 528.5C1583.69 531.833 1572.85 534.167 1562.52 535.5C1552.19 537.167 1541.52 538 1530.52 538ZM1657.71 533V168H1727.71V533H1657.71ZM1863.19 538C1837.52 538 1817.19 530.833 1802.19 516.5C1787.52 502.167 1780.19 483 1780.19 459C1780.19 429 1791.86 405.833 1815.19 389.5C1838.86 373.167 1872.36 365 1915.69 365H1950.19C1950.19 353.333 1948.69 344.333 1945.69 338C1943.02 331.667 1938.19 327.333 1931.19 325C1924.52 322.333 1914.86 321 1902.19 321C1885.52 321 1868.19 322.833 1850.19 326.5C1832.19 329.833 1815.19 334.667 1799.19 341L1790.69 288C1808.02 281.667 1827.19 276.833 1848.19 273.5C1869.52 269.833 1890.69 268 1911.69 268C1938.36 268 1959.36 271.167 1974.69 277.5C1990.02 283.833 2001.19 294.5 2008.19 309.5C2015.19 324.167 2018.69 344 2018.69 369V533H1953.19L1952.19 503H1951.69C1942.36 513.667 1929.52 522.167 1913.19 528.5C1896.86 534.833 1880.19 538 1863.19 538ZM1888.19 486C1899.86 486 1910.36 484 1919.69 480C1929.02 476 1936.36 470.5 1941.69 463.5C1947.36 456.167 1950.19 448.167 1950.19 439.5V410H1925.69C1898.69 410 1878.52 413.5 1865.19 420.5C1851.86 427.167 1845.19 437.667 1845.19 452C1845.19 462.667 1848.86 471 1856.19 477C1863.86 483 1874.52 486 1888.19 486ZM2103.11 638L2146.11 531.5L2043.61 273.5L2117.11 273L2180.11 465.5H2181.11L2244.61 273H2318.61L2175.61 638H2103.11ZM2480.46 538C2433.79 538 2397.79 526.333 2372.46 503C2347.46 479.667 2334.96 446.333 2334.96 403C2334.96 361 2346.46 328 2369.46 304C2392.46 280 2424.13 268 2464.46 268C2503.46 268 2533.46 279.333 2554.46 302C2575.79 324.667 2586.46 356.833 2586.46 398.5C2586.46 403.167 2586.29 408.5 2585.96 414.5C2585.96 420.5 2585.79 425 2585.46 428H2373.46V380.5H2531.96L2522.46 395C2522.46 369 2517.63 349.667 2507.96 337C2498.63 324.333 2484.13 318 2464.46 318C2443.79 318 2428.29 324.667 2417.96 338C2407.63 351 2402.46 370.5 2402.46 396.5V416.5C2402.46 439.833 2408.63 457 2420.96 468C2433.29 479 2452.13 484.5 2477.46 484.5C2491.79 484.5 2506.96 483.167 2522.96 480.5C2538.96 477.833 2553.13 474.167 2565.46 469.5L2573.46 522C2561.13 527 2546.63 530.833 2529.96 533.5C2513.63 536.5 2497.13 538 2480.46 538ZM2638.09 533V273H2704.09L2704.59 321.5H2706.09C2714.76 309.833 2724.93 300.167 2736.59 292.5C2748.59 284.5 2761.59 278.5 2775.59 274.5C2789.93 270.167 2804.59 268 2819.59 268V326.5C2798.93 326.5 2780.09 330.333 2763.09 338C2746.09 345.667 2732.59 356.167 2722.59 369.5C2712.59 382.5 2707.59 397 2707.59 413V533H2638.09Z",fill:"currentColor"}),L.jsxRuntimeExports.jsx("path",{d:"M962.5 533H961.5V534H962.5V533ZM962.5 168V167H961.5V168H962.5ZM1035.5 168H1036.5V167H1035.5V168ZM1035.5 533V534H1036.5V533H1035.5ZM963.5 533V168H961.5V533H963.5ZM962.5 169H1035.5V167H962.5V169ZM1034.5 168V533H1036.5V168H1034.5ZM1035.5 532H962.5V534H1035.5V532ZM1112.21 533H1111.21V534H1112.21V533ZM1112.21 273V272H1111.21V273H1112.21ZM1177.71 273L1178.71 272.984L1178.7 272H1177.71V273ZM1178.21 303.5L1177.21 303.516L1177.23 304.5H1178.21V303.5ZM1179.21 303.5V304.5H1179.66L1179.96 304.164L1179.21 303.5ZM1216.21 277L1216.59 277.927L1216.6 277.922L1216.21 277ZM1334.71 293.5L1333.96 294.153L1333.96 294.161L1333.97 294.169L1334.71 293.5ZM1357.21 533V534H1358.21V533H1357.21ZM1288.71 533H1287.71V534H1288.71V533ZM1277.71 339.5L1276.91 340.091L1276.91 340.098L1276.92 340.104L1277.71 339.5ZM1210.71 332L1211.16 332.894L1211.17 332.888L1211.19 332.881L1210.71 332ZM1188.71 351.5L1187.87 350.961L1187.87 350.97L1188.71 351.5ZM1181.21 533V534H1182.21V533H1181.21ZM1113.21 533V273H1111.21V533H1113.21ZM1112.21 274H1177.71V272H1112.21V274ZM1176.71 273.016L1177.21 303.516L1179.21 303.484L1178.71 272.984L1176.71 273.016ZM1178.21 304.5H1179.21V302.5H1178.21V304.5ZM1179.96 304.164C1190.53 292.272 1202.74 283.532 1216.59 277.927L1215.84 276.073C1201.69 281.801 1189.23 290.728 1178.47 302.836L1179.96 304.164ZM1216.6 277.922C1230.79 271.983 1247.15 269 1265.71 269V267C1246.94 267 1230.31 270.017 1215.83 276.078L1216.6 277.922ZM1265.71 269C1296.88 269 1319.55 277.45 1333.96 294.153L1335.47 292.847C1320.55 275.55 1297.22 267 1265.71 267V269ZM1333.97 294.169C1348.73 310.567 1356.21 336.769 1356.21 373H1358.21C1358.21 336.564 1350.7 309.766 1335.46 292.831L1333.97 294.169ZM1356.21 373V533H1358.21V373H1356.21ZM1357.21 532H1288.71V534H1357.21V532ZM1289.71 533V386.5H1287.71V533H1289.71ZM1289.71 386.5C1289.71 364.767 1286.05 348.827 1278.51 338.896L1276.92 340.104C1284.05 349.506 1287.71 364.9 1287.71 386.5H1289.71ZM1278.52 338.909C1270.95 328.579 1258.93 323.5 1242.71 323.5V325.5C1258.5 325.5 1269.82 330.421 1276.91 340.091L1278.52 338.909ZM1242.71 323.5C1230.57 323.5 1219.74 326.031 1210.24 331.119L1211.19 332.881C1220.36 327.969 1230.86 325.5 1242.71 325.5V323.5ZM1210.27 331.106C1200.78 335.848 1193.31 342.467 1187.87 350.961L1189.56 352.039C1194.79 343.866 1201.98 337.485 1211.16 332.894L1210.27 331.106ZM1187.87 350.97C1182.75 359.154 1180.21 368.844 1180.21 380H1182.21C1182.21 369.156 1184.68 359.846 1189.56 352.03L1187.87 350.97ZM1180.21 380V533H1182.21V380H1180.21ZM1181.21 532H1112.21V534H1181.21V532ZM1462.52 519L1461.84 519.733L1461.85 519.742L1462.52 519ZM1442.02 326.5H1443.02V325.5H1442.02V326.5ZM1385.52 326.5H1384.52V327.5H1385.52V326.5ZM1385.52 273V272H1384.52V273H1385.52ZM1442.02 273V274H1443.02V273H1442.02ZM1442.02 188V187H1441.02V188H1442.02ZM1511.02 188H1512.02V187H1511.02V188ZM1511.02 273H1510.02V274H1511.02V273ZM1595.52 273H1596.52V272H1595.52V273ZM1595.52 326.5V327.5H1596.52V326.5H1595.52ZM1511.02 326.5V325.5H1510.02V326.5H1511.02ZM1518.52 472.5L1517.73 473.12L1517.74 473.13L1517.75 473.14L1518.52 472.5ZM1567.52 479.5L1567.36 478.514L1567.35 478.515L1567.52 479.5ZM1589.52 474L1590.51 473.9L1590.39 472.637L1589.19 473.056L1589.52 474ZM1595.02 528.5L1595.3 529.459L1596.1 529.225L1596.01 528.4L1595.02 528.5ZM1562.52 535.5L1562.39 534.508L1562.38 534.51L1562.36 534.513L1562.52 535.5ZM1530.52 537C1499.28 537 1476.92 530.679 1463.19 518.258L1461.85 519.742C1476.12 532.654 1499.09 539 1530.52 539V537ZM1463.2 518.267C1449.83 505.873 1443.02 485.374 1443.02 456.5H1441.02C1441.02 485.626 1447.88 506.794 1461.84 519.733L1463.2 518.267ZM1443.02 456.5V326.5H1441.02V456.5H1443.02ZM1442.02 325.5H1385.52V327.5H1442.02V325.5ZM1386.52 326.5V273H1384.52V326.5H1386.52ZM1385.52 274H1442.02V272H1385.52V274ZM1443.02 273V188H1441.02V273H1443.02ZM1442.02 189H1511.02V187H1442.02V189ZM1510.02 188V273H1512.02V188H1510.02ZM1511.02 274H1595.52V272H1511.02V274ZM1594.52 273V326.5H1596.52V273H1594.52ZM1595.52 325.5H1511.02V327.5H1595.52V325.5ZM1510.02 326.5V439.5H1512.02V326.5H1510.02ZM1510.02 439.5C1510.02 455.211 1512.51 466.507 1517.73 473.12L1519.3 471.88C1514.52 465.826 1512.02 455.123 1512.02 439.5H1510.02ZM1517.75 473.14C1523.04 479.483 1532.41 482.5 1545.52 482.5V480.5C1532.62 480.5 1524 477.517 1519.29 471.86L1517.75 473.14ZM1545.52 482.5C1552.58 482.5 1559.97 481.827 1567.69 480.485L1567.35 478.515C1559.73 479.839 1552.46 480.5 1545.52 480.5V482.5ZM1567.68 480.486C1575.73 479.145 1583.12 477.299 1589.85 474.944L1589.19 473.056C1582.58 475.368 1575.31 477.188 1567.36 478.514L1567.68 480.486ZM1588.52 474.1L1594.02 528.6L1596.01 528.4L1590.51 473.9L1588.52 474.1ZM1594.74 527.541C1583.45 530.861 1572.67 533.182 1562.39 534.508L1562.65 536.492C1573.04 535.151 1583.92 532.806 1595.3 529.459L1594.74 527.541ZM1562.36 534.513C1552.08 536.171 1541.47 537 1530.52 537V539C1541.57 539 1552.29 538.163 1562.68 536.487L1562.36 534.513ZM1657.71 533H1656.71V534H1657.71V533ZM1657.71 168V167H1656.71V168H1657.71ZM1727.71 168H1728.71V167H1727.71V168ZM1727.71 533V534H1728.71V533H1727.71ZM1658.71 533V168H1656.71V533H1658.71ZM1657.71 169H1727.71V167H1657.71V169ZM1726.71 168V533H1728.71V168H1726.71ZM1727.71 532H1657.71V534H1727.71V532ZM1802.19 516.5L1801.49 517.215L1801.5 517.223L1802.19 516.5ZM1815.19 389.5L1814.62 388.677L1814.62 388.681L1815.19 389.5ZM1950.19 365V366H1951.19V365H1950.19ZM1945.69 338L1944.77 338.388L1944.78 338.408L1944.79 338.428L1945.69 338ZM1931.19 325L1930.82 325.928L1930.85 325.939L1930.88 325.949L1931.19 325ZM1850.19 326.5L1850.37 327.483L1850.38 327.482L1850.39 327.48L1850.19 326.5ZM1799.19 341L1798.2 341.158L1798.4 342.388L1799.56 341.93L1799.19 341ZM1790.69 288L1790.35 287.061L1789.57 287.344L1789.7 288.158L1790.69 288ZM1848.19 273.5L1848.35 274.488L1848.36 274.486L1848.19 273.5ZM1974.69 277.5L1975.07 276.576L1974.69 277.5ZM2008.19 309.5L2007.29 309.923L2007.29 309.931L2008.19 309.5ZM2018.69 533V534H2019.69V533H2018.69ZM1953.19 533L1952.19 533.033L1952.22 534H1953.19V533ZM1952.19 503L1953.19 502.967L1953.16 502H1952.19V503ZM1951.69 503V502H1951.24L1950.94 502.341L1951.69 503ZM1913.19 528.5L1912.83 527.568L1913.19 528.5ZM1941.69 463.5L1940.9 462.889L1940.9 462.894L1941.69 463.5ZM1950.19 410H1951.19V409H1950.19V410ZM1865.19 420.5L1865.64 421.394L1865.65 421.39L1865.66 421.385L1865.19 420.5ZM1856.19 477L1855.56 477.774L1855.57 477.781L1855.58 477.788L1856.19 477ZM1863.19 537C1837.72 537 1817.65 529.893 1802.88 515.777L1801.5 517.223C1816.73 531.774 1837.33 539 1863.19 539V537ZM1802.89 515.785C1788.45 501.672 1781.19 482.78 1781.19 459H1779.19C1779.19 483.22 1786.6 502.662 1801.49 517.215L1802.89 515.785ZM1781.19 459C1781.19 429.306 1792.72 406.454 1815.76 390.319L1814.62 388.681C1791 405.213 1779.19 428.694 1779.19 459H1781.19ZM1815.76 390.323C1839.19 374.15 1872.46 366 1915.69 366V364C1872.25 364 1838.52 372.184 1814.62 388.677L1815.76 390.323ZM1915.69 366H1950.19V364H1915.69V366ZM1951.19 365C1951.19 353.271 1949.69 344.1 1946.6 337.572L1944.79 338.428C1947.7 344.567 1949.19 353.395 1949.19 365H1951.19ZM1946.61 337.612C1943.83 330.992 1938.76 326.468 1931.51 324.051L1930.88 325.949C1937.62 328.199 1942.22 332.341 1944.77 338.388L1946.61 337.612ZM1931.56 324.072C1924.72 321.335 1914.9 320 1902.19 320V322C1914.81 322 1924.33 323.332 1930.82 325.928L1931.56 324.072ZM1902.19 320C1885.45 320 1868.05 321.841 1849.99 325.52L1850.39 327.48C1868.33 323.825 1885.6 322 1902.19 322V320ZM1850.01 325.517C1831.95 328.861 1814.89 333.712 1798.82 340.07L1799.56 341.93C1815.5 335.622 1832.43 330.806 1850.37 327.483L1850.01 325.517ZM1800.18 340.842L1791.68 287.842L1789.7 288.158L1798.2 341.158L1800.18 340.842ZM1791.03 288.939C1808.3 282.631 1827.4 277.812 1848.35 274.488L1848.03 272.512C1826.98 275.854 1807.75 280.702 1790.35 287.061L1791.03 288.939ZM1848.36 274.486C1869.64 270.828 1890.75 269 1911.69 269V267C1890.63 267 1869.41 268.838 1848.02 272.514L1848.36 274.486ZM1911.69 269C1938.3 269 1959.15 272.162 1974.31 278.424L1975.07 276.576C1959.57 270.171 1938.42 267 1911.69 267V269ZM1974.31 278.424C1989.41 284.662 2000.39 295.15 2007.29 309.923L2009.1 309.077C2001.99 293.85 1990.64 283.004 1975.07 276.576L1974.31 278.424ZM2007.29 309.931C2014.2 324.41 2017.69 344.077 2017.69 369H2019.69C2019.69 343.923 2016.18 323.923 2009.09 309.069L2007.29 309.931ZM2017.69 369V533H2019.69V369H2017.69ZM2018.69 532H1953.19V534H2018.69V532ZM1954.19 532.967L1953.19 502.967L1951.19 503.033L1952.19 533.033L1954.19 532.967ZM1952.19 502H1951.69V504H1952.19V502ZM1950.94 502.341C1941.73 512.861 1929.05 521.279 1912.83 527.568L1913.55 529.432C1930 523.054 1942.98 514.472 1952.44 503.659L1950.94 502.341ZM1912.83 527.568C1896.61 533.858 1880.06 537 1863.19 537V539C1880.32 539 1897.11 535.809 1913.55 529.432L1912.83 527.568ZM1888.19 487C1899.97 487 1910.61 484.98 1920.09 480.919L1919.3 479.081C1910.11 483.02 1899.74 485 1888.19 485V487ZM1920.09 480.919C1929.55 476.862 1937.03 471.263 1942.49 464.106L1940.9 462.894C1935.68 469.737 1928.5 475.138 1919.3 479.081L1920.09 480.919ZM1942.48 464.111C1948.27 456.616 1951.19 448.404 1951.19 439.5H1949.19C1949.19 447.93 1946.44 455.717 1940.9 462.889L1942.48 464.111ZM1951.19 439.5V410H1949.19V439.5H1951.19ZM1950.19 409H1925.69V411H1950.19V409ZM1925.69 409C1898.64 409 1878.28 412.501 1864.73 419.615L1865.66 421.385C1878.77 414.499 1898.74 411 1925.69 411V409ZM1864.74 419.606C1857.95 423.004 1852.8 427.408 1849.35 432.839C1845.9 438.273 1844.19 444.673 1844.19 452H1846.19C1846.19 444.994 1847.82 438.977 1851.04 433.911C1854.25 428.842 1859.1 424.663 1865.64 421.394L1864.74 419.606ZM1844.19 452C1844.19 462.924 1847.96 471.559 1855.56 477.774L1856.82 476.226C1849.75 470.441 1846.19 462.409 1846.19 452H1844.19ZM1855.58 477.788C1863.48 483.971 1874.39 487 1888.19 487V485C1874.66 485 1864.24 482.029 1856.81 476.212L1855.58 477.788ZM2103.11 638L2102.18 637.626L2101.62 639H2103.11V638ZM2146.11 531.5L2147.03 531.874L2147.18 531.503L2147.03 531.131L2146.11 531.5ZM2043.61 273.5L2043.6 272.5L2042.14 272.51L2042.68 273.869L2043.61 273.5ZM2117.11 273L2118.06 272.689L2117.83 271.995L2117.1 272L2117.11 273ZM2180.11 465.5L2179.16 465.811L2179.38 466.5H2180.11V465.5ZM2181.11 465.5V466.5H2181.83L2182.06 465.813L2181.11 465.5ZM2244.61 273V272H2243.88L2243.66 272.687L2244.61 273ZM2318.61 273L2319.54 273.365L2320.07 272H2318.61V273ZM2175.61 638V639H2176.29L2176.54 638.365L2175.61 638ZM2104.03 638.374L2147.03 531.874L2145.18 531.126L2102.18 637.626L2104.03 638.374ZM2147.03 531.131L2044.53 273.131L2042.68 273.869L2145.18 531.869L2147.03 531.131ZM2043.61 274.5L2117.11 274L2117.1 272L2043.6 272.5L2043.61 274.5ZM2116.16 273.311L2179.16 465.811L2181.06 465.189L2118.06 272.689L2116.16 273.311ZM2180.11 466.5H2181.11V464.5H2180.11V466.5ZM2182.06 465.813L2245.56 273.313L2243.66 272.687L2180.16 465.187L2182.06 465.813ZM2244.61 274H2318.61V272H2244.61V274ZM2317.67 272.635L2174.67 637.635L2176.54 638.365L2319.54 273.365L2317.67 272.635ZM2175.61 637H2103.11V639H2175.61V637ZM2372.46 503L2371.78 503.731L2371.78 503.736L2372.46 503ZM2369.46 304L2368.74 303.308L2369.46 304ZM2554.46 302L2553.73 302.68L2553.73 302.685L2554.46 302ZM2585.96 414.5L2584.96 414.445L2584.96 414.472V414.5H2585.96ZM2585.46 428V429H2586.36L2586.45 428.11L2585.46 428ZM2373.46 428H2372.46V429H2373.46V428ZM2373.46 380.5V379.5H2372.46V380.5H2373.46ZM2531.96 380.5L2532.8 381.048L2533.81 379.5H2531.96V380.5ZM2522.46 395H2521.46V398.351L2523.3 395.548L2522.46 395ZM2507.96 337L2507.16 337.593L2507.16 337.6L2507.17 337.607L2507.96 337ZM2417.96 338L2418.74 338.622L2418.75 338.613L2417.96 338ZM2420.96 468L2421.63 467.254L2420.96 468ZM2565.46 469.5L2566.45 469.349L2566.26 468.127L2565.11 468.565L2565.46 469.5ZM2573.46 522L2573.84 522.927L2574.57 522.63L2574.45 521.849L2573.46 522ZM2529.96 533.5L2529.8 532.513L2529.79 532.514L2529.78 532.516L2529.96 533.5ZM2480.46 537C2433.95 537 2398.23 525.375 2373.14 502.264L2371.78 503.736C2397.36 527.292 2433.63 539 2480.46 539V537ZM2373.14 502.269C2348.4 479.172 2335.96 446.135 2335.96 403H2333.96C2333.96 446.532 2346.52 480.161 2371.78 503.731L2373.14 502.269ZM2335.96 403C2335.96 361.187 2347.41 328.46 2370.18 304.692L2368.74 303.308C2345.52 327.54 2333.96 360.813 2333.96 403H2335.96ZM2370.18 304.692C2392.96 280.93 2424.34 269 2464.46 269V267C2423.92 267 2391.97 279.07 2368.74 303.308L2370.18 304.692ZM2464.46 269C2503.26 269 2532.96 280.268 2553.73 302.68L2555.19 301.32C2533.96 278.399 2503.66 267 2464.46 267V269ZM2553.73 302.685C2574.84 325.111 2585.46 357 2585.46 398.5H2587.46C2587.46 356.667 2576.75 324.222 2555.19 301.315L2553.73 302.685ZM2585.46 398.5C2585.46 403.144 2585.3 408.458 2584.96 414.445L2586.96 414.555C2587.29 408.542 2587.46 403.19 2587.46 398.5H2585.46ZM2584.96 414.5C2584.96 420.492 2584.79 424.947 2584.47 427.89L2586.45 428.11C2586.79 425.053 2586.96 420.508 2586.96 414.5H2584.96ZM2585.46 427H2373.46V429H2585.46V427ZM2374.46 428V380.5H2372.46V428H2374.46ZM2373.46 381.5H2531.96V379.5H2373.46V381.5ZM2531.12 379.952L2521.62 394.452L2523.3 395.548L2532.8 381.048L2531.12 379.952ZM2523.46 395C2523.46 368.908 2518.62 349.314 2508.76 336.393L2507.17 337.607C2516.64 350.019 2521.46 369.092 2521.46 395H2523.46ZM2508.77 336.407C2499.2 323.421 2484.36 317 2464.46 317V319C2483.9 319 2498.06 325.246 2507.16 337.593L2508.77 336.407ZM2464.46 317C2443.56 317 2427.74 323.754 2417.17 337.387L2418.75 338.613C2428.85 325.579 2444.03 319 2464.46 319V317ZM2417.18 337.378C2406.64 350.63 2401.46 370.394 2401.46 396.5H2403.46C2403.46 370.606 2408.61 351.37 2418.74 338.622L2417.18 337.378ZM2401.46 396.5V416.5H2403.46V396.5H2401.46ZM2401.46 416.5C2401.46 439.997 2407.67 457.489 2420.3 468.746L2421.63 467.254C2409.58 456.511 2403.46 439.669 2403.46 416.5H2401.46ZM2420.3 468.746C2432.89 479.978 2452.01 485.5 2477.46 485.5V483.5C2452.25 483.5 2433.7 478.022 2421.63 467.254L2420.3 468.746ZM2477.46 485.5C2491.86 485.5 2507.08 484.161 2523.13 481.486L2522.8 479.514C2506.84 482.172 2491.73 483.5 2477.46 483.5V485.5ZM2523.13 481.486C2539.18 478.811 2553.41 475.13 2565.81 470.435L2565.11 468.565C2552.85 473.204 2538.75 476.855 2522.8 479.514L2523.13 481.486ZM2564.47 469.651L2572.47 522.151L2574.45 521.849L2566.45 469.349L2564.47 469.651ZM2573.09 521.073C2560.84 526.039 2546.41 529.855 2529.8 532.513L2530.12 534.487C2546.84 531.812 2561.42 527.961 2573.84 522.927L2573.09 521.073ZM2529.78 532.516C2513.51 535.505 2497.07 537 2480.46 537V539C2497.19 539 2513.75 537.495 2530.14 534.484L2529.78 532.516ZM2638.09 533H2637.09V534H2638.09V533ZM2638.09 273V272H2637.09V273H2638.09ZM2704.09 273L2705.09 272.99L2705.08 272H2704.09V273ZM2704.59 321.5L2703.59 321.51L2703.6 322.5H2704.59V321.5ZM2706.09 321.5V322.5H2706.6L2706.9 322.096L2706.09 321.5ZM2736.59 292.5L2737.14 293.336L2737.15 293.332L2736.59 292.5ZM2775.59 274.5L2775.87 275.462L2775.88 275.459L2775.88 275.457L2775.59 274.5ZM2819.59 268H2820.59V267H2819.59V268ZM2819.59 326.5V327.5H2820.59V326.5H2819.59ZM2722.59 369.5L2723.39 370.11L2723.39 370.1L2722.59 369.5ZM2707.59 533V534H2708.59V533H2707.59ZM2639.09 533V273H2637.09V533H2639.09ZM2638.09 274H2704.09V272H2638.09V274ZM2703.09 273.01L2703.59 321.51L2705.59 321.49L2705.09 272.99L2703.09 273.01ZM2704.59 322.5H2706.09V320.5H2704.59V322.5ZM2706.9 322.096C2715.5 310.52 2725.58 300.935 2737.14 293.336L2736.04 291.664C2724.28 299.398 2714.02 309.147 2705.29 320.904L2706.9 322.096ZM2737.15 293.332C2749.06 285.39 2761.97 279.433 2775.87 275.462L2775.32 273.538C2761.22 277.567 2748.13 283.61 2736.04 291.668L2737.15 293.332ZM2775.88 275.457C2790.12 271.152 2804.69 269 2819.59 269V267C2804.5 267 2789.73 269.181 2775.3 273.543L2775.88 275.457ZM2818.59 268V326.5H2820.59V268H2818.59ZM2819.59 325.5C2798.8 325.5 2779.83 329.357 2762.68 337.088L2763.5 338.912C2780.36 331.309 2799.05 327.5 2819.59 327.5V325.5ZM2762.68 337.088C2745.55 344.816 2731.91 355.416 2721.79 368.9L2723.39 370.1C2733.28 356.917 2746.64 346.517 2763.5 338.912L2762.68 337.088ZM2721.8 368.89C2711.67 382.06 2706.59 396.774 2706.59 413H2708.59C2708.59 397.226 2713.52 382.94 2723.39 370.11L2721.8 368.89ZM2706.59 413V533H2708.59V413H2706.59ZM2707.59 532H2638.09V534H2707.59V532Z",fill:"currentColor",mask:"url(#path-3-outside-1_2003_163)"})]}),L.jsxRuntimeExports.jsxs("g",{filter:"url(#filter1_d_2003_163)",children:[L.jsxRuntimeExports.jsxs("mask",{id:"path-5-outside-2_2003_163",maskUnits:"userSpaceOnUse",x:"961",y:"167",width:"1860",height:"472",fill:"currentColor",children:[L.jsxRuntimeExports.jsx("rect",{fill:C,x:"961",y:"167",width:"1860",height:"472"}),L.jsxRuntimeExports.jsx("path",{d:"M962.5 533V168H1035.5V533H962.5ZM1112.21 533V273H1177.71L1178.21 303.5H1179.21C1189.88 291.5 1202.21 282.667 1216.21 277C1230.55 271 1247.05 268 1265.71 268C1297.05 268 1320.05 276.5 1334.71 293.5C1349.71 310.167 1357.21 336.667 1357.21 373V533H1288.71V386.5C1288.71 364.833 1285.05 349.167 1277.71 339.5C1270.38 329.5 1258.71 324.5 1242.71 324.5C1230.71 324.5 1220.05 327 1210.71 332C1201.38 336.667 1194.05 343.167 1188.71 351.5C1183.71 359.5 1181.21 369 1181.21 380V533H1112.21ZM1530.52 538C1499.19 538 1476.52 531.667 1462.52 519C1448.85 506.333 1442.02 485.5 1442.02 456.5V326.5H1385.52V273H1442.02V188H1511.02V273H1595.52V326.5H1511.02V439.5C1511.02 455.167 1513.52 466.167 1518.52 472.5C1523.52 478.5 1532.52 481.5 1545.52 481.5C1552.52 481.5 1559.85 480.833 1567.52 479.5C1575.52 478.167 1582.85 476.333 1589.52 474L1595.02 528.5C1583.69 531.833 1572.85 534.167 1562.52 535.5C1552.19 537.167 1541.52 538 1530.52 538ZM1657.71 533V168H1727.71V533H1657.71ZM1863.19 538C1837.52 538 1817.19 530.833 1802.19 516.5C1787.52 502.167 1780.19 483 1780.19 459C1780.19 429 1791.86 405.833 1815.19 389.5C1838.86 373.167 1872.36 365 1915.69 365H1950.19C1950.19 353.333 1948.69 344.333 1945.69 338C1943.02 331.667 1938.19 327.333 1931.19 325C1924.52 322.333 1914.86 321 1902.19 321C1885.52 321 1868.19 322.833 1850.19 326.5C1832.19 329.833 1815.19 334.667 1799.19 341L1790.69 288C1808.02 281.667 1827.19 276.833 1848.19 273.5C1869.52 269.833 1890.69 268 1911.69 268C1938.36 268 1959.36 271.167 1974.69 277.5C1990.02 283.833 2001.19 294.5 2008.19 309.5C2015.19 324.167 2018.69 344 2018.69 369V533H1953.19L1952.19 503H1951.69C1942.36 513.667 1929.52 522.167 1913.19 528.5C1896.86 534.833 1880.19 538 1863.19 538ZM1888.19 486C1899.86 486 1910.36 484 1919.69 480C1929.02 476 1936.36 470.5 1941.69 463.5C1947.36 456.167 1950.19 448.167 1950.19 439.5V410H1925.69C1898.69 410 1878.52 413.5 1865.19 420.5C1851.86 427.167 1845.19 437.667 1845.19 452C1845.19 462.667 1848.86 471 1856.19 477C1863.86 483 1874.52 486 1888.19 486ZM2103.11 638L2146.11 531.5L2043.61 273.5L2117.11 273L2180.11 465.5H2181.11L2244.61 273H2318.61L2175.61 638H2103.11ZM2480.46 538C2433.79 538 2397.79 526.333 2372.46 503C2347.46 479.667 2334.96 446.333 2334.96 403C2334.96 361 2346.46 328 2369.46 304C2392.46 280 2424.13 268 2464.46 268C2503.46 268 2533.46 279.333 2554.46 302C2575.79 324.667 2586.46 356.833 2586.46 398.5C2586.46 403.167 2586.29 408.5 2585.96 414.5C2585.96 420.5 2585.79 425 2585.46 428H2373.46V380.5H2531.96L2522.46 395C2522.46 369 2517.63 349.667 2507.96 337C2498.63 324.333 2484.13 318 2464.46 318C2443.79 318 2428.29 324.667 2417.96 338C2407.63 351 2402.46 370.5 2402.46 396.5V416.5C2402.46 439.833 2408.63 457 2420.96 468C2433.29 479 2452.13 484.5 2477.46 484.5C2491.79 484.5 2506.96 483.167 2522.96 480.5C2538.96 477.833 2553.13 474.167 2565.46 469.5L2573.46 522C2561.13 527 2546.63 530.833 2529.96 533.5C2513.63 536.5 2497.13 538 2480.46 538ZM2638.09 533V273H2704.09L2704.59 321.5H2706.09C2714.76 309.833 2724.93 300.167 2736.59 292.5C2748.59 284.5 2761.59 278.5 2775.59 274.5C2789.93 270.167 2804.59 268 2819.59 268V326.5C2798.93 326.5 2780.09 330.333 2763.09 338C2746.09 345.667 2732.59 356.167 2722.59 369.5C2712.59 382.5 2707.59 397 2707.59 413V533H2638.09Z"})]}),L.jsxRuntimeExports.jsx("path",{d:"M962.5 533V168H1035.5V533H962.5ZM1112.21 533V273H1177.71L1178.21 303.5H1179.21C1189.88 291.5 1202.21 282.667 1216.21 277C1230.55 271 1247.05 268 1265.71 268C1297.05 268 1320.05 276.5 1334.71 293.5C1349.71 310.167 1357.21 336.667 1357.21 373V533H1288.71V386.5C1288.71 364.833 1285.05 349.167 1277.71 339.5C1270.38 329.5 1258.71 324.5 1242.71 324.5C1230.71 324.5 1220.05 327 1210.71 332C1201.38 336.667 1194.05 343.167 1188.71 351.5C1183.71 359.5 1181.21 369 1181.21 380V533H1112.21ZM1530.52 538C1499.19 538 1476.52 531.667 1462.52 519C1448.85 506.333 1442.02 485.5 1442.02 456.5V326.5H1385.52V273H1442.02V188H1511.02V273H1595.52V326.5H1511.02V439.5C1511.02 455.167 1513.52 466.167 1518.52 472.5C1523.52 478.5 1532.52 481.5 1545.52 481.5C1552.52 481.5 1559.85 480.833 1567.52 479.5C1575.52 478.167 1582.85 476.333 1589.52 474L1595.02 528.5C1583.69 531.833 1572.85 534.167 1562.52 535.5C1552.19 537.167 1541.52 538 1530.52 538ZM1657.71 533V168H1727.71V533H1657.71ZM1863.19 538C1837.52 538 1817.19 530.833 1802.19 516.5C1787.52 502.167 1780.19 483 1780.19 459C1780.19 429 1791.86 405.833 1815.19 389.5C1838.86 373.167 1872.36 365 1915.69 365H1950.19C1950.19 353.333 1948.69 344.333 1945.69 338C1943.02 331.667 1938.19 327.333 1931.19 325C1924.52 322.333 1914.86 321 1902.19 321C1885.52 321 1868.19 322.833 1850.19 326.5C1832.19 329.833 1815.19 334.667 1799.19 341L1790.69 288C1808.02 281.667 1827.19 276.833 1848.19 273.5C1869.52 269.833 1890.69 268 1911.69 268C1938.36 268 1959.36 271.167 1974.69 277.5C1990.02 283.833 2001.19 294.5 2008.19 309.5C2015.19 324.167 2018.69 344 2018.69 369V533H1953.19L1952.19 503H1951.69C1942.36 513.667 1929.52 522.167 1913.19 528.5C1896.86 534.833 1880.19 538 1863.19 538ZM1888.19 486C1899.86 486 1910.36 484 1919.69 480C1929.02 476 1936.36 470.5 1941.69 463.5C1947.36 456.167 1950.19 448.167 1950.19 439.5V410H1925.69C1898.69 410 1878.52 413.5 1865.19 420.5C1851.86 427.167 1845.19 437.667 1845.19 452C1845.19 462.667 1848.86 471 1856.19 477C1863.86 483 1874.52 486 1888.19 486ZM2103.11 638L2146.11 531.5L2043.61 273.5L2117.11 273L2180.11 465.5H2181.11L2244.61 273H2318.61L2175.61 638H2103.11ZM2480.46 538C2433.79 538 2397.79 526.333 2372.46 503C2347.46 479.667 2334.96 446.333 2334.96 403C2334.96 361 2346.46 328 2369.46 304C2392.46 280 2424.13 268 2464.46 268C2503.46 268 2533.46 279.333 2554.46 302C2575.79 324.667 2586.46 356.833 2586.46 398.5C2586.46 403.167 2586.29 408.5 2585.96 414.5C2585.96 420.5 2585.79 425 2585.46 428H2373.46V380.5H2531.96L2522.46 395C2522.46 369 2517.63 349.667 2507.96 337C2498.63 324.333 2484.13 318 2464.46 318C2443.79 318 2428.29 324.667 2417.96 338C2407.63 351 2402.46 370.5 2402.46 396.5V416.5C2402.46 439.833 2408.63 457 2420.96 468C2433.29 479 2452.13 484.5 2477.46 484.5C2491.79 484.5 2506.96 483.167 2522.96 480.5C2538.96 477.833 2553.13 474.167 2565.46 469.5L2573.46 522C2561.13 527 2546.63 530.833 2529.96 533.5C2513.63 536.5 2497.13 538 2480.46 538ZM2638.09 533V273H2704.09L2704.59 321.5H2706.09C2714.76 309.833 2724.93 300.167 2736.59 292.5C2748.59 284.5 2761.59 278.5 2775.59 274.5C2789.93 270.167 2804.59 268 2819.59 268V326.5C2798.93 326.5 2780.09 330.333 2763.09 338C2746.09 345.667 2732.59 356.167 2722.59 369.5C2712.59 382.5 2707.59 397 2707.59 413V533H2638.09Z",fill:"currentColor"}),L.jsxRuntimeExports.jsx("path",{d:"M962.5 533H961.5V534H962.5V533ZM962.5 168V167H961.5V168H962.5ZM1035.5 168H1036.5V167H1035.5V168ZM1035.5 533V534H1036.5V533H1035.5ZM963.5 533V168H961.5V533H963.5ZM962.5 169H1035.5V167H962.5V169ZM1034.5 168V533H1036.5V168H1034.5ZM1035.5 532H962.5V534H1035.5V532ZM1112.21 533H1111.21V534H1112.21V533ZM1112.21 273V272H1111.21V273H1112.21ZM1177.71 273L1178.71 272.984L1178.7 272H1177.71V273ZM1178.21 303.5L1177.21 303.516L1177.23 304.5H1178.21V303.5ZM1179.21 303.5V304.5H1179.66L1179.96 304.164L1179.21 303.5ZM1216.21 277L1216.59 277.927L1216.6 277.922L1216.21 277ZM1334.71 293.5L1333.96 294.153L1333.96 294.161L1333.97 294.169L1334.71 293.5ZM1357.21 533V534H1358.21V533H1357.21ZM1288.71 533H1287.71V534H1288.71V533ZM1277.71 339.5L1276.91 340.091L1276.91 340.098L1276.92 340.104L1277.71 339.5ZM1210.71 332L1211.16 332.894L1211.17 332.888L1211.19 332.881L1210.71 332ZM1188.71 351.5L1187.87 350.961L1187.87 350.97L1188.71 351.5ZM1181.21 533V534H1182.21V533H1181.21ZM1113.21 533V273H1111.21V533H1113.21ZM1112.21 274H1177.71V272H1112.21V274ZM1176.71 273.016L1177.21 303.516L1179.21 303.484L1178.71 272.984L1176.71 273.016ZM1178.21 304.5H1179.21V302.5H1178.21V304.5ZM1179.96 304.164C1190.53 292.272 1202.74 283.532 1216.59 277.927L1215.84 276.073C1201.69 281.801 1189.23 290.728 1178.47 302.836L1179.96 304.164ZM1216.6 277.922C1230.79 271.983 1247.15 269 1265.71 269V267C1246.94 267 1230.31 270.017 1215.83 276.078L1216.6 277.922ZM1265.71 269C1296.88 269 1319.55 277.45 1333.96 294.153L1335.47 292.847C1320.55 275.55 1297.22 267 1265.71 267V269ZM1333.97 294.169C1348.73 310.567 1356.21 336.769 1356.21 373H1358.21C1358.21 336.564 1350.7 309.766 1335.46 292.831L1333.97 294.169ZM1356.21 373V533H1358.21V373H1356.21ZM1357.21 532H1288.71V534H1357.21V532ZM1289.71 533V386.5H1287.71V533H1289.71ZM1289.71 386.5C1289.71 364.767 1286.05 348.827 1278.51 338.896L1276.92 340.104C1284.05 349.506 1287.71 364.9 1287.71 386.5H1289.71ZM1278.52 338.909C1270.95 328.579 1258.93 323.5 1242.71 323.5V325.5C1258.5 325.5 1269.82 330.421 1276.91 340.091L1278.52 338.909ZM1242.71 323.5C1230.57 323.5 1219.74 326.031 1210.24 331.119L1211.19 332.881C1220.36 327.969 1230.86 325.5 1242.71 325.5V323.5ZM1210.27 331.106C1200.78 335.848 1193.31 342.467 1187.87 350.961L1189.56 352.039C1194.79 343.866 1201.98 337.485 1211.16 332.894L1210.27 331.106ZM1187.87 350.97C1182.75 359.154 1180.21 368.844 1180.21 380H1182.21C1182.21 369.156 1184.68 359.846 1189.56 352.03L1187.87 350.97ZM1180.21 380V533H1182.21V380H1180.21ZM1181.21 532H1112.21V534H1181.21V532ZM1462.52 519L1461.84 519.733L1461.85 519.742L1462.52 519ZM1442.02 326.5H1443.02V325.5H1442.02V326.5ZM1385.52 326.5H1384.52V327.5H1385.52V326.5ZM1385.52 273V272H1384.52V273H1385.52ZM1442.02 273V274H1443.02V273H1442.02ZM1442.02 188V187H1441.02V188H1442.02ZM1511.02 188H1512.02V187H1511.02V188ZM1511.02 273H1510.02V274H1511.02V273ZM1595.52 273H1596.52V272H1595.52V273ZM1595.52 326.5V327.5H1596.52V326.5H1595.52ZM1511.02 326.5V325.5H1510.02V326.5H1511.02ZM1518.52 472.5L1517.73 473.12L1517.74 473.13L1517.75 473.14L1518.52 472.5ZM1567.52 479.5L1567.36 478.514L1567.35 478.515L1567.52 479.5ZM1589.52 474L1590.51 473.9L1590.39 472.637L1589.19 473.056L1589.52 474ZM1595.02 528.5L1595.3 529.459L1596.1 529.225L1596.01 528.4L1595.02 528.5ZM1562.52 535.5L1562.39 534.508L1562.38 534.51L1562.36 534.513L1562.52 535.5ZM1530.52 537C1499.28 537 1476.92 530.679 1463.19 518.258L1461.85 519.742C1476.12 532.654 1499.09 539 1530.52 539V537ZM1463.2 518.267C1449.83 505.873 1443.02 485.374 1443.02 456.5H1441.02C1441.02 485.626 1447.88 506.794 1461.84 519.733L1463.2 518.267ZM1443.02 456.5V326.5H1441.02V456.5H1443.02ZM1442.02 325.5H1385.52V327.5H1442.02V325.5ZM1386.52 326.5V273H1384.52V326.5H1386.52ZM1385.52 274H1442.02V272H1385.52V274ZM1443.02 273V188H1441.02V273H1443.02ZM1442.02 189H1511.02V187H1442.02V189ZM1510.02 188V273H1512.02V188H1510.02ZM1511.02 274H1595.52V272H1511.02V274ZM1594.52 273V326.5H1596.52V273H1594.52ZM1595.52 325.5H1511.02V327.5H1595.52V325.5ZM1510.02 326.5V439.5H1512.02V326.5H1510.02ZM1510.02 439.5C1510.02 455.211 1512.51 466.507 1517.73 473.12L1519.3 471.88C1514.52 465.826 1512.02 455.123 1512.02 439.5H1510.02ZM1517.75 473.14C1523.04 479.483 1532.41 482.5 1545.52 482.5V480.5C1532.62 480.5 1524 477.517 1519.29 471.86L1517.75 473.14ZM1545.52 482.5C1552.58 482.5 1559.97 481.827 1567.69 480.485L1567.35 478.515C1559.73 479.839 1552.46 480.5 1545.52 480.5V482.5ZM1567.68 480.486C1575.73 479.145 1583.12 477.299 1589.85 474.944L1589.19 473.056C1582.58 475.368 1575.31 477.188 1567.36 478.514L1567.68 480.486ZM1588.52 474.1L1594.02 528.6L1596.01 528.4L1590.51 473.9L1588.52 474.1ZM1594.74 527.541C1583.45 530.861 1572.67 533.182 1562.39 534.508L1562.65 536.492C1573.04 535.151 1583.92 532.806 1595.3 529.459L1594.74 527.541ZM1562.36 534.513C1552.08 536.171 1541.47 537 1530.52 537V539C1541.57 539 1552.29 538.163 1562.68 536.487L1562.36 534.513ZM1657.71 533H1656.71V534H1657.71V533ZM1657.71 168V167H1656.71V168H1657.71ZM1727.71 168H1728.71V167H1727.71V168ZM1727.71 533V534H1728.71V533H1727.71ZM1658.71 533V168H1656.71V533H1658.71ZM1657.71 169H1727.71V167H1657.71V169ZM1726.71 168V533H1728.71V168H1726.71ZM1727.71 532H1657.71V534H1727.71V532ZM1802.19 516.5L1801.49 517.215L1801.5 517.223L1802.19 516.5ZM1815.19 389.5L1814.62 388.677L1814.62 388.681L1815.19 389.5ZM1950.19 365V366H1951.19V365H1950.19ZM1945.69 338L1944.77 338.388L1944.78 338.408L1944.79 338.428L1945.69 338ZM1931.19 325L1930.82 325.928L1930.85 325.939L1930.88 325.949L1931.19 325ZM1850.19 326.5L1850.37 327.483L1850.38 327.482L1850.39 327.48L1850.19 326.5ZM1799.19 341L1798.2 341.158L1798.4 342.388L1799.56 341.93L1799.19 341ZM1790.69 288L1790.35 287.061L1789.57 287.344L1789.7 288.158L1790.69 288ZM1848.19 273.5L1848.35 274.488L1848.36 274.486L1848.19 273.5ZM1974.69 277.5L1975.07 276.576L1974.69 277.5ZM2008.19 309.5L2007.29 309.923L2007.29 309.931L2008.19 309.5ZM2018.69 533V534H2019.69V533H2018.69ZM1953.19 533L1952.19 533.033L1952.22 534H1953.19V533ZM1952.19 503L1953.19 502.967L1953.16 502H1952.19V503ZM1951.69 503V502H1951.24L1950.94 502.341L1951.69 503ZM1913.19 528.5L1912.83 527.568L1913.19 528.5ZM1941.69 463.5L1940.9 462.889L1940.9 462.894L1941.69 463.5ZM1950.19 410H1951.19V409H1950.19V410ZM1865.19 420.5L1865.64 421.394L1865.65 421.39L1865.66 421.385L1865.19 420.5ZM1856.19 477L1855.56 477.774L1855.57 477.781L1855.58 477.788L1856.19 477ZM1863.19 537C1837.72 537 1817.65 529.893 1802.88 515.777L1801.5 517.223C1816.73 531.774 1837.33 539 1863.19 539V537ZM1802.89 515.785C1788.45 501.672 1781.19 482.78 1781.19 459H1779.19C1779.19 483.22 1786.6 502.662 1801.49 517.215L1802.89 515.785ZM1781.19 459C1781.19 429.306 1792.72 406.454 1815.76 390.319L1814.62 388.681C1791 405.213 1779.19 428.694 1779.19 459H1781.19ZM1815.76 390.323C1839.19 374.15 1872.46 366 1915.69 366V364C1872.25 364 1838.52 372.184 1814.62 388.677L1815.76 390.323ZM1915.69 366H1950.19V364H1915.69V366ZM1951.19 365C1951.19 353.271 1949.69 344.1 1946.6 337.572L1944.79 338.428C1947.7 344.567 1949.19 353.395 1949.19 365H1951.19ZM1946.61 337.612C1943.83 330.992 1938.76 326.468 1931.51 324.051L1930.88 325.949C1937.62 328.199 1942.22 332.341 1944.77 338.388L1946.61 337.612ZM1931.56 324.072C1924.72 321.335 1914.9 320 1902.19 320V322C1914.81 322 1924.33 323.332 1930.82 325.928L1931.56 324.072ZM1902.19 320C1885.45 320 1868.05 321.841 1849.99 325.52L1850.39 327.48C1868.33 323.825 1885.6 322 1902.19 322V320ZM1850.01 325.517C1831.95 328.861 1814.89 333.712 1798.82 340.07L1799.56 341.93C1815.5 335.622 1832.43 330.806 1850.37 327.483L1850.01 325.517ZM1800.18 340.842L1791.68 287.842L1789.7 288.158L1798.2 341.158L1800.18 340.842ZM1791.03 288.939C1808.3 282.631 1827.4 277.812 1848.35 274.488L1848.03 272.512C1826.98 275.854 1807.75 280.702 1790.35 287.061L1791.03 288.939ZM1848.36 274.486C1869.64 270.828 1890.75 269 1911.69 269V267C1890.63 267 1869.41 268.838 1848.02 272.514L1848.36 274.486ZM1911.69 269C1938.3 269 1959.15 272.162 1974.31 278.424L1975.07 276.576C1959.57 270.171 1938.42 267 1911.69 267V269ZM1974.31 278.424C1989.41 284.662 2000.39 295.15 2007.29 309.923L2009.1 309.077C2001.99 293.85 1990.64 283.004 1975.07 276.576L1974.31 278.424ZM2007.29 309.931C2014.2 324.41 2017.69 344.077 2017.69 369H2019.69C2019.69 343.923 2016.18 323.923 2009.09 309.069L2007.29 309.931ZM2017.69 369V533H2019.69V369H2017.69ZM2018.69 532H1953.19V534H2018.69V532ZM1954.19 532.967L1953.19 502.967L1951.19 503.033L1952.19 533.033L1954.19 532.967ZM1952.19 502H1951.69V504H1952.19V502ZM1950.94 502.341C1941.73 512.861 1929.05 521.279 1912.83 527.568L1913.55 529.432C1930 523.054 1942.98 514.472 1952.44 503.659L1950.94 502.341ZM1912.83 527.568C1896.61 533.858 1880.06 537 1863.19 537V539C1880.32 539 1897.11 535.809 1913.55 529.432L1912.83 527.568ZM1888.19 487C1899.97 487 1910.61 484.98 1920.09 480.919L1919.3 479.081C1910.11 483.02 1899.74 485 1888.19 485V487ZM1920.09 480.919C1929.55 476.862 1937.03 471.263 1942.49 464.106L1940.9 462.894C1935.68 469.737 1928.5 475.138 1919.3 479.081L1920.09 480.919ZM1942.48 464.111C1948.27 456.616 1951.19 448.404 1951.19 439.5H1949.19C1949.19 447.93 1946.44 455.717 1940.9 462.889L1942.48 464.111ZM1951.19 439.5V410H1949.19V439.5H1951.19ZM1950.19 409H1925.69V411H1950.19V409ZM1925.69 409C1898.64 409 1878.28 412.501 1864.73 419.615L1865.66 421.385C1878.77 414.499 1898.74 411 1925.69 411V409ZM1864.74 419.606C1857.95 423.004 1852.8 427.408 1849.35 432.839C1845.9 438.273 1844.19 444.673 1844.19 452H1846.19C1846.19 444.994 1847.82 438.977 1851.04 433.911C1854.25 428.842 1859.1 424.663 1865.64 421.394L1864.74 419.606ZM1844.19 452C1844.19 462.924 1847.96 471.559 1855.56 477.774L1856.82 476.226C1849.75 470.441 1846.19 462.409 1846.19 452H1844.19ZM1855.58 477.788C1863.48 483.971 1874.39 487 1888.19 487V485C1874.66 485 1864.24 482.029 1856.81 476.212L1855.58 477.788ZM2103.11 638L2102.18 637.626L2101.62 639H2103.11V638ZM2146.11 531.5L2147.03 531.874L2147.18 531.503L2147.03 531.131L2146.11 531.5ZM2043.61 273.5L2043.6 272.5L2042.14 272.51L2042.68 273.869L2043.61 273.5ZM2117.11 273L2118.06 272.689L2117.83 271.995L2117.1 272L2117.11 273ZM2180.11 465.5L2179.16 465.811L2179.38 466.5H2180.11V465.5ZM2181.11 465.5V466.5H2181.83L2182.06 465.813L2181.11 465.5ZM2244.61 273V272H2243.88L2243.66 272.687L2244.61 273ZM2318.61 273L2319.54 273.365L2320.07 272H2318.61V273ZM2175.61 638V639H2176.29L2176.54 638.365L2175.61 638ZM2104.03 638.374L2147.03 531.874L2145.18 531.126L2102.18 637.626L2104.03 638.374ZM2147.03 531.131L2044.53 273.131L2042.68 273.869L2145.18 531.869L2147.03 531.131ZM2043.61 274.5L2117.11 274L2117.1 272L2043.6 272.5L2043.61 274.5ZM2116.16 273.311L2179.16 465.811L2181.06 465.189L2118.06 272.689L2116.16 273.311ZM2180.11 466.5H2181.11V464.5H2180.11V466.5ZM2182.06 465.813L2245.56 273.313L2243.66 272.687L2180.16 465.187L2182.06 465.813ZM2244.61 274H2318.61V272H2244.61V274ZM2317.67 272.635L2174.67 637.635L2176.54 638.365L2319.54 273.365L2317.67 272.635ZM2175.61 637H2103.11V639H2175.61V637ZM2372.46 503L2371.78 503.731L2371.78 503.736L2372.46 503ZM2369.46 304L2368.74 303.308L2369.46 304ZM2554.46 302L2553.73 302.68L2553.73 302.685L2554.46 302ZM2585.96 414.5L2584.96 414.445L2584.96 414.472V414.5H2585.96ZM2585.46 428V429H2586.36L2586.45 428.11L2585.46 428ZM2373.46 428H2372.46V429H2373.46V428ZM2373.46 380.5V379.5H2372.46V380.5H2373.46ZM2531.96 380.5L2532.8 381.048L2533.81 379.5H2531.96V380.5ZM2522.46 395H2521.46V398.351L2523.3 395.548L2522.46 395ZM2507.96 337L2507.16 337.593L2507.16 337.6L2507.17 337.607L2507.96 337ZM2417.96 338L2418.74 338.622L2418.75 338.613L2417.96 338ZM2420.96 468L2421.63 467.254L2420.96 468ZM2565.46 469.5L2566.45 469.349L2566.26 468.127L2565.11 468.565L2565.46 469.5ZM2573.46 522L2573.84 522.927L2574.57 522.63L2574.45 521.849L2573.46 522ZM2529.96 533.5L2529.8 532.513L2529.79 532.514L2529.78 532.516L2529.96 533.5ZM2480.46 537C2433.95 537 2398.23 525.375 2373.14 502.264L2371.78 503.736C2397.36 527.292 2433.63 539 2480.46 539V537ZM2373.14 502.269C2348.4 479.172 2335.96 446.135 2335.96 403H2333.96C2333.96 446.532 2346.52 480.161 2371.78 503.731L2373.14 502.269ZM2335.96 403C2335.96 361.187 2347.41 328.46 2370.18 304.692L2368.74 303.308C2345.52 327.54 2333.96 360.813 2333.96 403H2335.96ZM2370.18 304.692C2392.96 280.93 2424.34 269 2464.46 269V267C2423.92 267 2391.97 279.07 2368.74 303.308L2370.18 304.692ZM2464.46 269C2503.26 269 2532.96 280.268 2553.73 302.68L2555.19 301.32C2533.96 278.399 2503.66 267 2464.46 267V269ZM2553.73 302.685C2574.84 325.111 2585.46 357 2585.46 398.5H2587.46C2587.46 356.667 2576.75 324.222 2555.19 301.315L2553.73 302.685ZM2585.46 398.5C2585.46 403.144 2585.3 408.458 2584.96 414.445L2586.96 414.555C2587.29 408.542 2587.46 403.19 2587.46 398.5H2585.46ZM2584.96 414.5C2584.96 420.492 2584.79 424.947 2584.47 427.89L2586.45 428.11C2586.79 425.053 2586.96 420.508 2586.96 414.5H2584.96ZM2585.46 427H2373.46V429H2585.46V427ZM2374.46 428V380.5H2372.46V428H2374.46ZM2373.46 381.5H2531.96V379.5H2373.46V381.5ZM2531.12 379.952L2521.62 394.452L2523.3 395.548L2532.8 381.048L2531.12 379.952ZM2523.46 395C2523.46 368.908 2518.62 349.314 2508.76 336.393L2507.17 337.607C2516.64 350.019 2521.46 369.092 2521.46 395H2523.46ZM2508.77 336.407C2499.2 323.421 2484.36 317 2464.46 317V319C2483.9 319 2498.06 325.246 2507.16 337.593L2508.77 336.407ZM2464.46 317C2443.56 317 2427.74 323.754 2417.17 337.387L2418.75 338.613C2428.85 325.579 2444.03 319 2464.46 319V317ZM2417.18 337.378C2406.64 350.63 2401.46 370.394 2401.46 396.5H2403.46C2403.46 370.606 2408.61 351.37 2418.74 338.622L2417.18 337.378ZM2401.46 396.5V416.5H2403.46V396.5H2401.46ZM2401.46 416.5C2401.46 439.997 2407.67 457.489 2420.3 468.746L2421.63 467.254C2409.58 456.511 2403.46 439.669 2403.46 416.5H2401.46ZM2420.3 468.746C2432.89 479.978 2452.01 485.5 2477.46 485.5V483.5C2452.25 483.5 2433.7 478.022 2421.63 467.254L2420.3 468.746ZM2477.46 485.5C2491.86 485.5 2507.08 484.161 2523.13 481.486L2522.8 479.514C2506.84 482.172 2491.73 483.5 2477.46 483.5V485.5ZM2523.13 481.486C2539.18 478.811 2553.41 475.13 2565.81 470.435L2565.11 468.565C2552.85 473.204 2538.75 476.855 2522.8 479.514L2523.13 481.486ZM2564.47 469.651L2572.47 522.151L2574.45 521.849L2566.45 469.349L2564.47 469.651ZM2573.09 521.073C2560.84 526.039 2546.41 529.855 2529.8 532.513L2530.12 534.487C2546.84 531.812 2561.42 527.961 2573.84 522.927L2573.09 521.073ZM2529.78 532.516C2513.51 535.505 2497.07 537 2480.46 537V539C2497.19 539 2513.75 537.495 2530.14 534.484L2529.78 532.516ZM2638.09 533H2637.09V534H2638.09V533ZM2638.09 273V272H2637.09V273H2638.09ZM2704.09 273L2705.09 272.99L2705.08 272H2704.09V273ZM2704.59 321.5L2703.59 321.51L2703.6 322.5H2704.59V321.5ZM2706.09 321.5V322.5H2706.6L2706.9 322.096L2706.09 321.5ZM2736.59 292.5L2737.14 293.336L2737.15 293.332L2736.59 292.5ZM2775.59 274.5L2775.87 275.462L2775.88 275.459L2775.88 275.457L2775.59 274.5ZM2819.59 268H2820.59V267H2819.59V268ZM2819.59 326.5V327.5H2820.59V326.5H2819.59ZM2722.59 369.5L2723.39 370.11L2723.39 370.1L2722.59 369.5ZM2707.59 533V534H2708.59V533H2707.59ZM2639.09 533V273H2637.09V533H2639.09ZM2638.09 274H2704.09V272H2638.09V274ZM2703.09 273.01L2703.59 321.51L2705.59 321.49L2705.09 272.99L2703.09 273.01ZM2704.59 322.5H2706.09V320.5H2704.59V322.5ZM2706.9 322.096C2715.5 310.52 2725.58 300.935 2737.14 293.336L2736.04 291.664C2724.28 299.398 2714.02 309.147 2705.29 320.904L2706.9 322.096ZM2737.15 293.332C2749.06 285.39 2761.97 279.433 2775.87 275.462L2775.32 273.538C2761.22 277.567 2748.13 283.61 2736.04 291.668L2737.15 293.332ZM2775.88 275.457C2790.12 271.152 2804.69 269 2819.59 269V267C2804.5 267 2789.73 269.181 2775.3 273.543L2775.88 275.457ZM2818.59 268V326.5H2820.59V268H2818.59ZM2819.59 325.5C2798.8 325.5 2779.83 329.357 2762.68 337.088L2763.5 338.912C2780.36 331.309 2799.05 327.5 2819.59 327.5V325.5ZM2762.68 337.088C2745.55 344.816 2731.91 355.416 2721.79 368.9L2723.39 370.1C2733.28 356.917 2746.64 346.517 2763.5 338.912L2762.68 337.088ZM2721.8 368.89C2711.67 382.06 2706.59 396.774 2706.59 413H2708.59C2708.59 397.226 2713.52 382.94 2723.39 370.11L2721.8 368.89ZM2706.59 413V533H2708.59V413H2706.59ZM2707.59 532H2638.09V534H2707.59V532Z",fill:"currentColor",mask:"url(#path-5-outside-2_2003_163)"})]}),L.jsxRuntimeExports.jsxs("defs",{children:[L.jsxRuntimeExports.jsxs("filter",{id:"filter0_d_2003_163",x:"958.5",y:"168",width:"1865.09",height:"478",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[L.jsxRuntimeExports.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),L.jsxRuntimeExports.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),L.jsxRuntimeExports.jsx("feOffset",{dy:"4"}),L.jsxRuntimeExports.jsx("feGaussianBlur",{stdDeviation:"2"}),L.jsxRuntimeExports.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),L.jsxRuntimeExports.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),L.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_2003_163"}),L.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2003_163",result:"shape"})]}),L.jsxRuntimeExports.jsxs("filter",{id:"filter1_d_2003_163",x:"958.5",y:"168",width:"1865.09",height:"478",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[L.jsxRuntimeExports.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),L.jsxRuntimeExports.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),L.jsxRuntimeExports.jsx("feOffset",{dy:"4"}),L.jsxRuntimeExports.jsx("feGaussianBlur",{stdDeviation:"2"}),L.jsxRuntimeExports.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),L.jsxRuntimeExports.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),L.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_2003_163"}),L.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2003_163",result:"shape"})]})]})]});exports.LogoWithTextCircle=V;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as L } from "../../jsx-runtime-Tw_Kw2GZ.js";
|
|
3
|
-
const M = ({
|
|
4
|
-
bgColor: C,
|
|
5
|
-
...H
|
|
6
|
-
}) => /* @__PURE__ */ L.jsxs("svg", { width: "2830", height: "700", viewBox: "0 0 2830 700", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...H, children: [
|
|
7
|
-
C && /* @__PURE__ */ L.jsx("circle", { cx: "350", cy: "350", r: "350", fill: C }),
|
|
8
|
-
" ",
|
|
9
|
-
/* @__PURE__ */ L.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M350 700C543.3 700 700 543.3 700 350C700 156.7 543.3 0 350 0C156.7 0 0 156.7 0 350C0 543.3 156.7 700 350 700ZM180 305C155.147 305 135 325.147 135 350C135 374.853 155.147 395 180 395H560C584.853 395 605 374.853 605 350C605 325.147 584.853 305 560 305H180ZM135 523C135 498.147 155.147 478 180 478H360C384.853 478 405 498.147 405 523C405 547.853 384.853 568 360 568H180C155.147 568 135 547.853 135 523ZM180 130C155.147 130 135 150.147 135 175C135 199.853 155.147 220 180 220H425C449.853 220 470 199.853 470 175C470 150.147 449.853 130 425 130H180Z", fill: "currentColor" }),
|
|
10
|
-
/* @__PURE__ */ L.jsxs("g", { filter: "url(#filter0_d_2003_163)", children: [
|
|
11
|
-
/* @__PURE__ */ L.jsxs("mask", { id: "path-3-outside-1_2003_163", maskUnits: "userSpaceOnUse", x: "961", y: "167", width: "1860", height: "472", fill: "currentColor", children: [
|
|
12
|
-
/* @__PURE__ */ L.jsx("rect", { fill: C, x: "961", y: "167", width: "1860", height: "472" }),
|
|
13
|
-
/* @__PURE__ */ L.jsx("path", { d: "M962.5 533V168H1035.5V533H962.5ZM1112.21 533V273H1177.71L1178.21 303.5H1179.21C1189.88 291.5 1202.21 282.667 1216.21 277C1230.55 271 1247.05 268 1265.71 268C1297.05 268 1320.05 276.5 1334.71 293.5C1349.71 310.167 1357.21 336.667 1357.21 373V533H1288.71V386.5C1288.71 364.833 1285.05 349.167 1277.71 339.5C1270.38 329.5 1258.71 324.5 1242.71 324.5C1230.71 324.5 1220.05 327 1210.71 332C1201.38 336.667 1194.05 343.167 1188.71 351.5C1183.71 359.5 1181.21 369 1181.21 380V533H1112.21ZM1530.52 538C1499.19 538 1476.52 531.667 1462.52 519C1448.85 506.333 1442.02 485.5 1442.02 456.5V326.5H1385.52V273H1442.02V188H1511.02V273H1595.52V326.5H1511.02V439.5C1511.02 455.167 1513.52 466.167 1518.52 472.5C1523.52 478.5 1532.52 481.5 1545.52 481.5C1552.52 481.5 1559.85 480.833 1567.52 479.5C1575.52 478.167 1582.85 476.333 1589.52 474L1595.02 528.5C1583.69 531.833 1572.85 534.167 1562.52 535.5C1552.19 537.167 1541.52 538 1530.52 538ZM1657.71 533V168H1727.71V533H1657.71ZM1863.19 538C1837.52 538 1817.19 530.833 1802.19 516.5C1787.52 502.167 1780.19 483 1780.19 459C1780.19 429 1791.86 405.833 1815.19 389.5C1838.86 373.167 1872.36 365 1915.69 365H1950.19C1950.19 353.333 1948.69 344.333 1945.69 338C1943.02 331.667 1938.19 327.333 1931.19 325C1924.52 322.333 1914.86 321 1902.19 321C1885.52 321 1868.19 322.833 1850.19 326.5C1832.19 329.833 1815.19 334.667 1799.19 341L1790.69 288C1808.02 281.667 1827.19 276.833 1848.19 273.5C1869.52 269.833 1890.69 268 1911.69 268C1938.36 268 1959.36 271.167 1974.69 277.5C1990.02 283.833 2001.19 294.5 2008.19 309.5C2015.19 324.167 2018.69 344 2018.69 369V533H1953.19L1952.19 503H1951.69C1942.36 513.667 1929.52 522.167 1913.19 528.5C1896.86 534.833 1880.19 538 1863.19 538ZM1888.19 486C1899.86 486 1910.36 484 1919.69 480C1929.02 476 1936.36 470.5 1941.69 463.5C1947.36 456.167 1950.19 448.167 1950.19 439.5V410H1925.69C1898.69 410 1878.52 413.5 1865.19 420.5C1851.86 427.167 1845.19 437.667 1845.19 452C1845.19 462.667 1848.86 471 1856.19 477C1863.86 483 1874.52 486 1888.19 486ZM2103.11 638L2146.11 531.5L2043.61 273.5L2117.11 273L2180.11 465.5H2181.11L2244.61 273H2318.61L2175.61 638H2103.11ZM2480.46 538C2433.79 538 2397.79 526.333 2372.46 503C2347.46 479.667 2334.96 446.333 2334.96 403C2334.96 361 2346.46 328 2369.46 304C2392.46 280 2424.13 268 2464.46 268C2503.46 268 2533.46 279.333 2554.46 302C2575.79 324.667 2586.46 356.833 2586.46 398.5C2586.46 403.167 2586.29 408.5 2585.96 414.5C2585.96 420.5 2585.79 425 2585.46 428H2373.46V380.5H2531.96L2522.46 395C2522.46 369 2517.63 349.667 2507.96 337C2498.63 324.333 2484.13 318 2464.46 318C2443.79 318 2428.29 324.667 2417.96 338C2407.63 351 2402.46 370.5 2402.46 396.5V416.5C2402.46 439.833 2408.63 457 2420.96 468C2433.29 479 2452.13 484.5 2477.46 484.5C2491.79 484.5 2506.96 483.167 2522.96 480.5C2538.96 477.833 2553.13 474.167 2565.46 469.5L2573.46 522C2561.13 527 2546.63 530.833 2529.96 533.5C2513.63 536.5 2497.13 538 2480.46 538ZM2638.09 533V273H2704.09L2704.59 321.5H2706.09C2714.76 309.833 2724.93 300.167 2736.59 292.5C2748.59 284.5 2761.59 278.5 2775.59 274.5C2789.93 270.167 2804.59 268 2819.59 268V326.5C2798.93 326.5 2780.09 330.333 2763.09 338C2746.09 345.667 2732.59 356.167 2722.59 369.5C2712.59 382.5 2707.59 397 2707.59 413V533H2638.09Z" })
|
|
14
|
-
] }),
|
|
15
|
-
/* @__PURE__ */ L.jsx("path", { d: "M962.5 533V168H1035.5V533H962.5ZM1112.21 533V273H1177.71L1178.21 303.5H1179.21C1189.88 291.5 1202.21 282.667 1216.21 277C1230.55 271 1247.05 268 1265.71 268C1297.05 268 1320.05 276.5 1334.71 293.5C1349.71 310.167 1357.21 336.667 1357.21 373V533H1288.71V386.5C1288.71 364.833 1285.05 349.167 1277.71 339.5C1270.38 329.5 1258.71 324.5 1242.71 324.5C1230.71 324.5 1220.05 327 1210.71 332C1201.38 336.667 1194.05 343.167 1188.71 351.5C1183.71 359.5 1181.21 369 1181.21 380V533H1112.21ZM1530.52 538C1499.19 538 1476.52 531.667 1462.52 519C1448.85 506.333 1442.02 485.5 1442.02 456.5V326.5H1385.52V273H1442.02V188H1511.02V273H1595.52V326.5H1511.02V439.5C1511.02 455.167 1513.52 466.167 1518.52 472.5C1523.52 478.5 1532.52 481.5 1545.52 481.5C1552.52 481.5 1559.85 480.833 1567.52 479.5C1575.52 478.167 1582.85 476.333 1589.52 474L1595.02 528.5C1583.69 531.833 1572.85 534.167 1562.52 535.5C1552.19 537.167 1541.52 538 1530.52 538ZM1657.71 533V168H1727.71V533H1657.71ZM1863.19 538C1837.52 538 1817.19 530.833 1802.19 516.5C1787.52 502.167 1780.19 483 1780.19 459C1780.19 429 1791.86 405.833 1815.19 389.5C1838.86 373.167 1872.36 365 1915.69 365H1950.19C1950.19 353.333 1948.69 344.333 1945.69 338C1943.02 331.667 1938.19 327.333 1931.19 325C1924.52 322.333 1914.86 321 1902.19 321C1885.52 321 1868.19 322.833 1850.19 326.5C1832.19 329.833 1815.19 334.667 1799.19 341L1790.69 288C1808.02 281.667 1827.19 276.833 1848.19 273.5C1869.52 269.833 1890.69 268 1911.69 268C1938.36 268 1959.36 271.167 1974.69 277.5C1990.02 283.833 2001.19 294.5 2008.19 309.5C2015.19 324.167 2018.69 344 2018.69 369V533H1953.19L1952.19 503H1951.69C1942.36 513.667 1929.52 522.167 1913.19 528.5C1896.86 534.833 1880.19 538 1863.19 538ZM1888.19 486C1899.86 486 1910.36 484 1919.69 480C1929.02 476 1936.36 470.5 1941.69 463.5C1947.36 456.167 1950.19 448.167 1950.19 439.5V410H1925.69C1898.69 410 1878.52 413.5 1865.19 420.5C1851.86 427.167 1845.19 437.667 1845.19 452C1845.19 462.667 1848.86 471 1856.19 477C1863.86 483 1874.52 486 1888.19 486ZM2103.11 638L2146.11 531.5L2043.61 273.5L2117.11 273L2180.11 465.5H2181.11L2244.61 273H2318.61L2175.61 638H2103.11ZM2480.46 538C2433.79 538 2397.79 526.333 2372.46 503C2347.46 479.667 2334.96 446.333 2334.96 403C2334.96 361 2346.46 328 2369.46 304C2392.46 280 2424.13 268 2464.46 268C2503.46 268 2533.46 279.333 2554.46 302C2575.79 324.667 2586.46 356.833 2586.46 398.5C2586.46 403.167 2586.29 408.5 2585.96 414.5C2585.96 420.5 2585.79 425 2585.46 428H2373.46V380.5H2531.96L2522.46 395C2522.46 369 2517.63 349.667 2507.96 337C2498.63 324.333 2484.13 318 2464.46 318C2443.79 318 2428.29 324.667 2417.96 338C2407.63 351 2402.46 370.5 2402.46 396.5V416.5C2402.46 439.833 2408.63 457 2420.96 468C2433.29 479 2452.13 484.5 2477.46 484.5C2491.79 484.5 2506.96 483.167 2522.96 480.5C2538.96 477.833 2553.13 474.167 2565.46 469.5L2573.46 522C2561.13 527 2546.63 530.833 2529.96 533.5C2513.63 536.5 2497.13 538 2480.46 538ZM2638.09 533V273H2704.09L2704.59 321.5H2706.09C2714.76 309.833 2724.93 300.167 2736.59 292.5C2748.59 284.5 2761.59 278.5 2775.59 274.5C2789.93 270.167 2804.59 268 2819.59 268V326.5C2798.93 326.5 2780.09 330.333 2763.09 338C2746.09 345.667 2732.59 356.167 2722.59 369.5C2712.59 382.5 2707.59 397 2707.59 413V533H2638.09Z", fill: "currentColor" }),
|
|
16
|
-
/* @__PURE__ */ L.jsx("path", { d: "M962.5 533H961.5V534H962.5V533ZM962.5 168V167H961.5V168H962.5ZM1035.5 168H1036.5V167H1035.5V168ZM1035.5 533V534H1036.5V533H1035.5ZM963.5 533V168H961.5V533H963.5ZM962.5 169H1035.5V167H962.5V169ZM1034.5 168V533H1036.5V168H1034.5ZM1035.5 532H962.5V534H1035.5V532ZM1112.21 533H1111.21V534H1112.21V533ZM1112.21 273V272H1111.21V273H1112.21ZM1177.71 273L1178.71 272.984L1178.7 272H1177.71V273ZM1178.21 303.5L1177.21 303.516L1177.23 304.5H1178.21V303.5ZM1179.21 303.5V304.5H1179.66L1179.96 304.164L1179.21 303.5ZM1216.21 277L1216.59 277.927L1216.6 277.922L1216.21 277ZM1334.71 293.5L1333.96 294.153L1333.96 294.161L1333.97 294.169L1334.71 293.5ZM1357.21 533V534H1358.21V533H1357.21ZM1288.71 533H1287.71V534H1288.71V533ZM1277.71 339.5L1276.91 340.091L1276.91 340.098L1276.92 340.104L1277.71 339.5ZM1210.71 332L1211.16 332.894L1211.17 332.888L1211.19 332.881L1210.71 332ZM1188.71 351.5L1187.87 350.961L1187.87 350.97L1188.71 351.5ZM1181.21 533V534H1182.21V533H1181.21ZM1113.21 533V273H1111.21V533H1113.21ZM1112.21 274H1177.71V272H1112.21V274ZM1176.71 273.016L1177.21 303.516L1179.21 303.484L1178.71 272.984L1176.71 273.016ZM1178.21 304.5H1179.21V302.5H1178.21V304.5ZM1179.96 304.164C1190.53 292.272 1202.74 283.532 1216.59 277.927L1215.84 276.073C1201.69 281.801 1189.23 290.728 1178.47 302.836L1179.96 304.164ZM1216.6 277.922C1230.79 271.983 1247.15 269 1265.71 269V267C1246.94 267 1230.31 270.017 1215.83 276.078L1216.6 277.922ZM1265.71 269C1296.88 269 1319.55 277.45 1333.96 294.153L1335.47 292.847C1320.55 275.55 1297.22 267 1265.71 267V269ZM1333.97 294.169C1348.73 310.567 1356.21 336.769 1356.21 373H1358.21C1358.21 336.564 1350.7 309.766 1335.46 292.831L1333.97 294.169ZM1356.21 373V533H1358.21V373H1356.21ZM1357.21 532H1288.71V534H1357.21V532ZM1289.71 533V386.5H1287.71V533H1289.71ZM1289.71 386.5C1289.71 364.767 1286.05 348.827 1278.51 338.896L1276.92 340.104C1284.05 349.506 1287.71 364.9 1287.71 386.5H1289.71ZM1278.52 338.909C1270.95 328.579 1258.93 323.5 1242.71 323.5V325.5C1258.5 325.5 1269.82 330.421 1276.91 340.091L1278.52 338.909ZM1242.71 323.5C1230.57 323.5 1219.74 326.031 1210.24 331.119L1211.19 332.881C1220.36 327.969 1230.86 325.5 1242.71 325.5V323.5ZM1210.27 331.106C1200.78 335.848 1193.31 342.467 1187.87 350.961L1189.56 352.039C1194.79 343.866 1201.98 337.485 1211.16 332.894L1210.27 331.106ZM1187.87 350.97C1182.75 359.154 1180.21 368.844 1180.21 380H1182.21C1182.21 369.156 1184.68 359.846 1189.56 352.03L1187.87 350.97ZM1180.21 380V533H1182.21V380H1180.21ZM1181.21 532H1112.21V534H1181.21V532ZM1462.52 519L1461.84 519.733L1461.85 519.742L1462.52 519ZM1442.02 326.5H1443.02V325.5H1442.02V326.5ZM1385.52 326.5H1384.52V327.5H1385.52V326.5ZM1385.52 273V272H1384.52V273H1385.52ZM1442.02 273V274H1443.02V273H1442.02ZM1442.02 188V187H1441.02V188H1442.02ZM1511.02 188H1512.02V187H1511.02V188ZM1511.02 273H1510.02V274H1511.02V273ZM1595.52 273H1596.52V272H1595.52V273ZM1595.52 326.5V327.5H1596.52V326.5H1595.52ZM1511.02 326.5V325.5H1510.02V326.5H1511.02ZM1518.52 472.5L1517.73 473.12L1517.74 473.13L1517.75 473.14L1518.52 472.5ZM1567.52 479.5L1567.36 478.514L1567.35 478.515L1567.52 479.5ZM1589.52 474L1590.51 473.9L1590.39 472.637L1589.19 473.056L1589.52 474ZM1595.02 528.5L1595.3 529.459L1596.1 529.225L1596.01 528.4L1595.02 528.5ZM1562.52 535.5L1562.39 534.508L1562.38 534.51L1562.36 534.513L1562.52 535.5ZM1530.52 537C1499.28 537 1476.92 530.679 1463.19 518.258L1461.85 519.742C1476.12 532.654 1499.09 539 1530.52 539V537ZM1463.2 518.267C1449.83 505.873 1443.02 485.374 1443.02 456.5H1441.02C1441.02 485.626 1447.88 506.794 1461.84 519.733L1463.2 518.267ZM1443.02 456.5V326.5H1441.02V456.5H1443.02ZM1442.02 325.5H1385.52V327.5H1442.02V325.5ZM1386.52 326.5V273H1384.52V326.5H1386.52ZM1385.52 274H1442.02V272H1385.52V274ZM1443.02 273V188H1441.02V273H1443.02ZM1442.02 189H1511.02V187H1442.02V189ZM1510.02 188V273H1512.02V188H1510.02ZM1511.02 274H1595.52V272H1511.02V274ZM1594.52 273V326.5H1596.52V273H1594.52ZM1595.52 325.5H1511.02V327.5H1595.52V325.5ZM1510.02 326.5V439.5H1512.02V326.5H1510.02ZM1510.02 439.5C1510.02 455.211 1512.51 466.507 1517.73 473.12L1519.3 471.88C1514.52 465.826 1512.02 455.123 1512.02 439.5H1510.02ZM1517.75 473.14C1523.04 479.483 1532.41 482.5 1545.52 482.5V480.5C1532.62 480.5 1524 477.517 1519.29 471.86L1517.75 473.14ZM1545.52 482.5C1552.58 482.5 1559.97 481.827 1567.69 480.485L1567.35 478.515C1559.73 479.839 1552.46 480.5 1545.52 480.5V482.5ZM1567.68 480.486C1575.73 479.145 1583.12 477.299 1589.85 474.944L1589.19 473.056C1582.58 475.368 1575.31 477.188 1567.36 478.514L1567.68 480.486ZM1588.52 474.1L1594.02 528.6L1596.01 528.4L1590.51 473.9L1588.52 474.1ZM1594.74 527.541C1583.45 530.861 1572.67 533.182 1562.39 534.508L1562.65 536.492C1573.04 535.151 1583.92 532.806 1595.3 529.459L1594.74 527.541ZM1562.36 534.513C1552.08 536.171 1541.47 537 1530.52 537V539C1541.57 539 1552.29 538.163 1562.68 536.487L1562.36 534.513ZM1657.71 533H1656.71V534H1657.71V533ZM1657.71 168V167H1656.71V168H1657.71ZM1727.71 168H1728.71V167H1727.71V168ZM1727.71 533V534H1728.71V533H1727.71ZM1658.71 533V168H1656.71V533H1658.71ZM1657.71 169H1727.71V167H1657.71V169ZM1726.71 168V533H1728.71V168H1726.71ZM1727.71 532H1657.71V534H1727.71V532ZM1802.19 516.5L1801.49 517.215L1801.5 517.223L1802.19 516.5ZM1815.19 389.5L1814.62 388.677L1814.62 388.681L1815.19 389.5ZM1950.19 365V366H1951.19V365H1950.19ZM1945.69 338L1944.77 338.388L1944.78 338.408L1944.79 338.428L1945.69 338ZM1931.19 325L1930.82 325.928L1930.85 325.939L1930.88 325.949L1931.19 325ZM1850.19 326.5L1850.37 327.483L1850.38 327.482L1850.39 327.48L1850.19 326.5ZM1799.19 341L1798.2 341.158L1798.4 342.388L1799.56 341.93L1799.19 341ZM1790.69 288L1790.35 287.061L1789.57 287.344L1789.7 288.158L1790.69 288ZM1848.19 273.5L1848.35 274.488L1848.36 274.486L1848.19 273.5ZM1974.69 277.5L1975.07 276.576L1974.69 277.5ZM2008.19 309.5L2007.29 309.923L2007.29 309.931L2008.19 309.5ZM2018.69 533V534H2019.69V533H2018.69ZM1953.19 533L1952.19 533.033L1952.22 534H1953.19V533ZM1952.19 503L1953.19 502.967L1953.16 502H1952.19V503ZM1951.69 503V502H1951.24L1950.94 502.341L1951.69 503ZM1913.19 528.5L1912.83 527.568L1913.19 528.5ZM1941.69 463.5L1940.9 462.889L1940.9 462.894L1941.69 463.5ZM1950.19 410H1951.19V409H1950.19V410ZM1865.19 420.5L1865.64 421.394L1865.65 421.39L1865.66 421.385L1865.19 420.5ZM1856.19 477L1855.56 477.774L1855.57 477.781L1855.58 477.788L1856.19 477ZM1863.19 537C1837.72 537 1817.65 529.893 1802.88 515.777L1801.5 517.223C1816.73 531.774 1837.33 539 1863.19 539V537ZM1802.89 515.785C1788.45 501.672 1781.19 482.78 1781.19 459H1779.19C1779.19 483.22 1786.6 502.662 1801.49 517.215L1802.89 515.785ZM1781.19 459C1781.19 429.306 1792.72 406.454 1815.76 390.319L1814.62 388.681C1791 405.213 1779.19 428.694 1779.19 459H1781.19ZM1815.76 390.323C1839.19 374.15 1872.46 366 1915.69 366V364C1872.25 364 1838.52 372.184 1814.62 388.677L1815.76 390.323ZM1915.69 366H1950.19V364H1915.69V366ZM1951.19 365C1951.19 353.271 1949.69 344.1 1946.6 337.572L1944.79 338.428C1947.7 344.567 1949.19 353.395 1949.19 365H1951.19ZM1946.61 337.612C1943.83 330.992 1938.76 326.468 1931.51 324.051L1930.88 325.949C1937.62 328.199 1942.22 332.341 1944.77 338.388L1946.61 337.612ZM1931.56 324.072C1924.72 321.335 1914.9 320 1902.19 320V322C1914.81 322 1924.33 323.332 1930.82 325.928L1931.56 324.072ZM1902.19 320C1885.45 320 1868.05 321.841 1849.99 325.52L1850.39 327.48C1868.33 323.825 1885.6 322 1902.19 322V320ZM1850.01 325.517C1831.95 328.861 1814.89 333.712 1798.82 340.07L1799.56 341.93C1815.5 335.622 1832.43 330.806 1850.37 327.483L1850.01 325.517ZM1800.18 340.842L1791.68 287.842L1789.7 288.158L1798.2 341.158L1800.18 340.842ZM1791.03 288.939C1808.3 282.631 1827.4 277.812 1848.35 274.488L1848.03 272.512C1826.98 275.854 1807.75 280.702 1790.35 287.061L1791.03 288.939ZM1848.36 274.486C1869.64 270.828 1890.75 269 1911.69 269V267C1890.63 267 1869.41 268.838 1848.02 272.514L1848.36 274.486ZM1911.69 269C1938.3 269 1959.15 272.162 1974.31 278.424L1975.07 276.576C1959.57 270.171 1938.42 267 1911.69 267V269ZM1974.31 278.424C1989.41 284.662 2000.39 295.15 2007.29 309.923L2009.1 309.077C2001.99 293.85 1990.64 283.004 1975.07 276.576L1974.31 278.424ZM2007.29 309.931C2014.2 324.41 2017.69 344.077 2017.69 369H2019.69C2019.69 343.923 2016.18 323.923 2009.09 309.069L2007.29 309.931ZM2017.69 369V533H2019.69V369H2017.69ZM2018.69 532H1953.19V534H2018.69V532ZM1954.19 532.967L1953.19 502.967L1951.19 503.033L1952.19 533.033L1954.19 532.967ZM1952.19 502H1951.69V504H1952.19V502ZM1950.94 502.341C1941.73 512.861 1929.05 521.279 1912.83 527.568L1913.55 529.432C1930 523.054 1942.98 514.472 1952.44 503.659L1950.94 502.341ZM1912.83 527.568C1896.61 533.858 1880.06 537 1863.19 537V539C1880.32 539 1897.11 535.809 1913.55 529.432L1912.83 527.568ZM1888.19 487C1899.97 487 1910.61 484.98 1920.09 480.919L1919.3 479.081C1910.11 483.02 1899.74 485 1888.19 485V487ZM1920.09 480.919C1929.55 476.862 1937.03 471.263 1942.49 464.106L1940.9 462.894C1935.68 469.737 1928.5 475.138 1919.3 479.081L1920.09 480.919ZM1942.48 464.111C1948.27 456.616 1951.19 448.404 1951.19 439.5H1949.19C1949.19 447.93 1946.44 455.717 1940.9 462.889L1942.48 464.111ZM1951.19 439.5V410H1949.19V439.5H1951.19ZM1950.19 409H1925.69V411H1950.19V409ZM1925.69 409C1898.64 409 1878.28 412.501 1864.73 419.615L1865.66 421.385C1878.77 414.499 1898.74 411 1925.69 411V409ZM1864.74 419.606C1857.95 423.004 1852.8 427.408 1849.35 432.839C1845.9 438.273 1844.19 444.673 1844.19 452H1846.19C1846.19 444.994 1847.82 438.977 1851.04 433.911C1854.25 428.842 1859.1 424.663 1865.64 421.394L1864.74 419.606ZM1844.19 452C1844.19 462.924 1847.96 471.559 1855.56 477.774L1856.82 476.226C1849.75 470.441 1846.19 462.409 1846.19 452H1844.19ZM1855.58 477.788C1863.48 483.971 1874.39 487 1888.19 487V485C1874.66 485 1864.24 482.029 1856.81 476.212L1855.58 477.788ZM2103.11 638L2102.18 637.626L2101.62 639H2103.11V638ZM2146.11 531.5L2147.03 531.874L2147.18 531.503L2147.03 531.131L2146.11 531.5ZM2043.61 273.5L2043.6 272.5L2042.14 272.51L2042.68 273.869L2043.61 273.5ZM2117.11 273L2118.06 272.689L2117.83 271.995L2117.1 272L2117.11 273ZM2180.11 465.5L2179.16 465.811L2179.38 466.5H2180.11V465.5ZM2181.11 465.5V466.5H2181.83L2182.06 465.813L2181.11 465.5ZM2244.61 273V272H2243.88L2243.66 272.687L2244.61 273ZM2318.61 273L2319.54 273.365L2320.07 272H2318.61V273ZM2175.61 638V639H2176.29L2176.54 638.365L2175.61 638ZM2104.03 638.374L2147.03 531.874L2145.18 531.126L2102.18 637.626L2104.03 638.374ZM2147.03 531.131L2044.53 273.131L2042.68 273.869L2145.18 531.869L2147.03 531.131ZM2043.61 274.5L2117.11 274L2117.1 272L2043.6 272.5L2043.61 274.5ZM2116.16 273.311L2179.16 465.811L2181.06 465.189L2118.06 272.689L2116.16 273.311ZM2180.11 466.5H2181.11V464.5H2180.11V466.5ZM2182.06 465.813L2245.56 273.313L2243.66 272.687L2180.16 465.187L2182.06 465.813ZM2244.61 274H2318.61V272H2244.61V274ZM2317.67 272.635L2174.67 637.635L2176.54 638.365L2319.54 273.365L2317.67 272.635ZM2175.61 637H2103.11V639H2175.61V637ZM2372.46 503L2371.78 503.731L2371.78 503.736L2372.46 503ZM2369.46 304L2368.74 303.308L2369.46 304ZM2554.46 302L2553.73 302.68L2553.73 302.685L2554.46 302ZM2585.96 414.5L2584.96 414.445L2584.96 414.472V414.5H2585.96ZM2585.46 428V429H2586.36L2586.45 428.11L2585.46 428ZM2373.46 428H2372.46V429H2373.46V428ZM2373.46 380.5V379.5H2372.46V380.5H2373.46ZM2531.96 380.5L2532.8 381.048L2533.81 379.5H2531.96V380.5ZM2522.46 395H2521.46V398.351L2523.3 395.548L2522.46 395ZM2507.96 337L2507.16 337.593L2507.16 337.6L2507.17 337.607L2507.96 337ZM2417.96 338L2418.74 338.622L2418.75 338.613L2417.96 338ZM2420.96 468L2421.63 467.254L2420.96 468ZM2565.46 469.5L2566.45 469.349L2566.26 468.127L2565.11 468.565L2565.46 469.5ZM2573.46 522L2573.84 522.927L2574.57 522.63L2574.45 521.849L2573.46 522ZM2529.96 533.5L2529.8 532.513L2529.79 532.514L2529.78 532.516L2529.96 533.5ZM2480.46 537C2433.95 537 2398.23 525.375 2373.14 502.264L2371.78 503.736C2397.36 527.292 2433.63 539 2480.46 539V537ZM2373.14 502.269C2348.4 479.172 2335.96 446.135 2335.96 403H2333.96C2333.96 446.532 2346.52 480.161 2371.78 503.731L2373.14 502.269ZM2335.96 403C2335.96 361.187 2347.41 328.46 2370.18 304.692L2368.74 303.308C2345.52 327.54 2333.96 360.813 2333.96 403H2335.96ZM2370.18 304.692C2392.96 280.93 2424.34 269 2464.46 269V267C2423.92 267 2391.97 279.07 2368.74 303.308L2370.18 304.692ZM2464.46 269C2503.26 269 2532.96 280.268 2553.73 302.68L2555.19 301.32C2533.96 278.399 2503.66 267 2464.46 267V269ZM2553.73 302.685C2574.84 325.111 2585.46 357 2585.46 398.5H2587.46C2587.46 356.667 2576.75 324.222 2555.19 301.315L2553.73 302.685ZM2585.46 398.5C2585.46 403.144 2585.3 408.458 2584.96 414.445L2586.96 414.555C2587.29 408.542 2587.46 403.19 2587.46 398.5H2585.46ZM2584.96 414.5C2584.96 420.492 2584.79 424.947 2584.47 427.89L2586.45 428.11C2586.79 425.053 2586.96 420.508 2586.96 414.5H2584.96ZM2585.46 427H2373.46V429H2585.46V427ZM2374.46 428V380.5H2372.46V428H2374.46ZM2373.46 381.5H2531.96V379.5H2373.46V381.5ZM2531.12 379.952L2521.62 394.452L2523.3 395.548L2532.8 381.048L2531.12 379.952ZM2523.46 395C2523.46 368.908 2518.62 349.314 2508.76 336.393L2507.17 337.607C2516.64 350.019 2521.46 369.092 2521.46 395H2523.46ZM2508.77 336.407C2499.2 323.421 2484.36 317 2464.46 317V319C2483.9 319 2498.06 325.246 2507.16 337.593L2508.77 336.407ZM2464.46 317C2443.56 317 2427.74 323.754 2417.17 337.387L2418.75 338.613C2428.85 325.579 2444.03 319 2464.46 319V317ZM2417.18 337.378C2406.64 350.63 2401.46 370.394 2401.46 396.5H2403.46C2403.46 370.606 2408.61 351.37 2418.74 338.622L2417.18 337.378ZM2401.46 396.5V416.5H2403.46V396.5H2401.46ZM2401.46 416.5C2401.46 439.997 2407.67 457.489 2420.3 468.746L2421.63 467.254C2409.58 456.511 2403.46 439.669 2403.46 416.5H2401.46ZM2420.3 468.746C2432.89 479.978 2452.01 485.5 2477.46 485.5V483.5C2452.25 483.5 2433.7 478.022 2421.63 467.254L2420.3 468.746ZM2477.46 485.5C2491.86 485.5 2507.08 484.161 2523.13 481.486L2522.8 479.514C2506.84 482.172 2491.73 483.5 2477.46 483.5V485.5ZM2523.13 481.486C2539.18 478.811 2553.41 475.13 2565.81 470.435L2565.11 468.565C2552.85 473.204 2538.75 476.855 2522.8 479.514L2523.13 481.486ZM2564.47 469.651L2572.47 522.151L2574.45 521.849L2566.45 469.349L2564.47 469.651ZM2573.09 521.073C2560.84 526.039 2546.41 529.855 2529.8 532.513L2530.12 534.487C2546.84 531.812 2561.42 527.961 2573.84 522.927L2573.09 521.073ZM2529.78 532.516C2513.51 535.505 2497.07 537 2480.46 537V539C2497.19 539 2513.75 537.495 2530.14 534.484L2529.78 532.516ZM2638.09 533H2637.09V534H2638.09V533ZM2638.09 273V272H2637.09V273H2638.09ZM2704.09 273L2705.09 272.99L2705.08 272H2704.09V273ZM2704.59 321.5L2703.59 321.51L2703.6 322.5H2704.59V321.5ZM2706.09 321.5V322.5H2706.6L2706.9 322.096L2706.09 321.5ZM2736.59 292.5L2737.14 293.336L2737.15 293.332L2736.59 292.5ZM2775.59 274.5L2775.87 275.462L2775.88 275.459L2775.88 275.457L2775.59 274.5ZM2819.59 268H2820.59V267H2819.59V268ZM2819.59 326.5V327.5H2820.59V326.5H2819.59ZM2722.59 369.5L2723.39 370.11L2723.39 370.1L2722.59 369.5ZM2707.59 533V534H2708.59V533H2707.59ZM2639.09 533V273H2637.09V533H2639.09ZM2638.09 274H2704.09V272H2638.09V274ZM2703.09 273.01L2703.59 321.51L2705.59 321.49L2705.09 272.99L2703.09 273.01ZM2704.59 322.5H2706.09V320.5H2704.59V322.5ZM2706.9 322.096C2715.5 310.52 2725.58 300.935 2737.14 293.336L2736.04 291.664C2724.28 299.398 2714.02 309.147 2705.29 320.904L2706.9 322.096ZM2737.15 293.332C2749.06 285.39 2761.97 279.433 2775.87 275.462L2775.32 273.538C2761.22 277.567 2748.13 283.61 2736.04 291.668L2737.15 293.332ZM2775.88 275.457C2790.12 271.152 2804.69 269 2819.59 269V267C2804.5 267 2789.73 269.181 2775.3 273.543L2775.88 275.457ZM2818.59 268V326.5H2820.59V268H2818.59ZM2819.59 325.5C2798.8 325.5 2779.83 329.357 2762.68 337.088L2763.5 338.912C2780.36 331.309 2799.05 327.5 2819.59 327.5V325.5ZM2762.68 337.088C2745.55 344.816 2731.91 355.416 2721.79 368.9L2723.39 370.1C2733.28 356.917 2746.64 346.517 2763.5 338.912L2762.68 337.088ZM2721.8 368.89C2711.67 382.06 2706.59 396.774 2706.59 413H2708.59C2708.59 397.226 2713.52 382.94 2723.39 370.11L2721.8 368.89ZM2706.59 413V533H2708.59V413H2706.59ZM2707.59 532H2638.09V534H2707.59V532Z", fill: "currentColor", mask: "url(#path-3-outside-1_2003_163)" })
|
|
17
|
-
] }),
|
|
18
|
-
/* @__PURE__ */ L.jsxs("g", { filter: "url(#filter1_d_2003_163)", children: [
|
|
19
|
-
/* @__PURE__ */ L.jsxs("mask", { id: "path-5-outside-2_2003_163", maskUnits: "userSpaceOnUse", x: "961", y: "167", width: "1860", height: "472", fill: "currentColor", children: [
|
|
20
|
-
/* @__PURE__ */ L.jsx("rect", { fill: C, x: "961", y: "167", width: "1860", height: "472" }),
|
|
21
|
-
/* @__PURE__ */ L.jsx("path", { d: "M962.5 533V168H1035.5V533H962.5ZM1112.21 533V273H1177.71L1178.21 303.5H1179.21C1189.88 291.5 1202.21 282.667 1216.21 277C1230.55 271 1247.05 268 1265.71 268C1297.05 268 1320.05 276.5 1334.71 293.5C1349.71 310.167 1357.21 336.667 1357.21 373V533H1288.71V386.5C1288.71 364.833 1285.05 349.167 1277.71 339.5C1270.38 329.5 1258.71 324.5 1242.71 324.5C1230.71 324.5 1220.05 327 1210.71 332C1201.38 336.667 1194.05 343.167 1188.71 351.5C1183.71 359.5 1181.21 369 1181.21 380V533H1112.21ZM1530.52 538C1499.19 538 1476.52 531.667 1462.52 519C1448.85 506.333 1442.02 485.5 1442.02 456.5V326.5H1385.52V273H1442.02V188H1511.02V273H1595.52V326.5H1511.02V439.5C1511.02 455.167 1513.52 466.167 1518.52 472.5C1523.52 478.5 1532.52 481.5 1545.52 481.5C1552.52 481.5 1559.85 480.833 1567.52 479.5C1575.52 478.167 1582.85 476.333 1589.52 474L1595.02 528.5C1583.69 531.833 1572.85 534.167 1562.52 535.5C1552.19 537.167 1541.52 538 1530.52 538ZM1657.71 533V168H1727.71V533H1657.71ZM1863.19 538C1837.52 538 1817.19 530.833 1802.19 516.5C1787.52 502.167 1780.19 483 1780.19 459C1780.19 429 1791.86 405.833 1815.19 389.5C1838.86 373.167 1872.36 365 1915.69 365H1950.19C1950.19 353.333 1948.69 344.333 1945.69 338C1943.02 331.667 1938.19 327.333 1931.19 325C1924.52 322.333 1914.86 321 1902.19 321C1885.52 321 1868.19 322.833 1850.19 326.5C1832.19 329.833 1815.19 334.667 1799.19 341L1790.69 288C1808.02 281.667 1827.19 276.833 1848.19 273.5C1869.52 269.833 1890.69 268 1911.69 268C1938.36 268 1959.36 271.167 1974.69 277.5C1990.02 283.833 2001.19 294.5 2008.19 309.5C2015.19 324.167 2018.69 344 2018.69 369V533H1953.19L1952.19 503H1951.69C1942.36 513.667 1929.52 522.167 1913.19 528.5C1896.86 534.833 1880.19 538 1863.19 538ZM1888.19 486C1899.86 486 1910.36 484 1919.69 480C1929.02 476 1936.36 470.5 1941.69 463.5C1947.36 456.167 1950.19 448.167 1950.19 439.5V410H1925.69C1898.69 410 1878.52 413.5 1865.19 420.5C1851.86 427.167 1845.19 437.667 1845.19 452C1845.19 462.667 1848.86 471 1856.19 477C1863.86 483 1874.52 486 1888.19 486ZM2103.11 638L2146.11 531.5L2043.61 273.5L2117.11 273L2180.11 465.5H2181.11L2244.61 273H2318.61L2175.61 638H2103.11ZM2480.46 538C2433.79 538 2397.79 526.333 2372.46 503C2347.46 479.667 2334.96 446.333 2334.96 403C2334.96 361 2346.46 328 2369.46 304C2392.46 280 2424.13 268 2464.46 268C2503.46 268 2533.46 279.333 2554.46 302C2575.79 324.667 2586.46 356.833 2586.46 398.5C2586.46 403.167 2586.29 408.5 2585.96 414.5C2585.96 420.5 2585.79 425 2585.46 428H2373.46V380.5H2531.96L2522.46 395C2522.46 369 2517.63 349.667 2507.96 337C2498.63 324.333 2484.13 318 2464.46 318C2443.79 318 2428.29 324.667 2417.96 338C2407.63 351 2402.46 370.5 2402.46 396.5V416.5C2402.46 439.833 2408.63 457 2420.96 468C2433.29 479 2452.13 484.5 2477.46 484.5C2491.79 484.5 2506.96 483.167 2522.96 480.5C2538.96 477.833 2553.13 474.167 2565.46 469.5L2573.46 522C2561.13 527 2546.63 530.833 2529.96 533.5C2513.63 536.5 2497.13 538 2480.46 538ZM2638.09 533V273H2704.09L2704.59 321.5H2706.09C2714.76 309.833 2724.93 300.167 2736.59 292.5C2748.59 284.5 2761.59 278.5 2775.59 274.5C2789.93 270.167 2804.59 268 2819.59 268V326.5C2798.93 326.5 2780.09 330.333 2763.09 338C2746.09 345.667 2732.59 356.167 2722.59 369.5C2712.59 382.5 2707.59 397 2707.59 413V533H2638.09Z" })
|
|
22
|
-
] }),
|
|
23
|
-
/* @__PURE__ */ L.jsx("path", { d: "M962.5 533V168H1035.5V533H962.5ZM1112.21 533V273H1177.71L1178.21 303.5H1179.21C1189.88 291.5 1202.21 282.667 1216.21 277C1230.55 271 1247.05 268 1265.71 268C1297.05 268 1320.05 276.5 1334.71 293.5C1349.71 310.167 1357.21 336.667 1357.21 373V533H1288.71V386.5C1288.71 364.833 1285.05 349.167 1277.71 339.5C1270.38 329.5 1258.71 324.5 1242.71 324.5C1230.71 324.5 1220.05 327 1210.71 332C1201.38 336.667 1194.05 343.167 1188.71 351.5C1183.71 359.5 1181.21 369 1181.21 380V533H1112.21ZM1530.52 538C1499.19 538 1476.52 531.667 1462.52 519C1448.85 506.333 1442.02 485.5 1442.02 456.5V326.5H1385.52V273H1442.02V188H1511.02V273H1595.52V326.5H1511.02V439.5C1511.02 455.167 1513.52 466.167 1518.52 472.5C1523.52 478.5 1532.52 481.5 1545.52 481.5C1552.52 481.5 1559.85 480.833 1567.52 479.5C1575.52 478.167 1582.85 476.333 1589.52 474L1595.02 528.5C1583.69 531.833 1572.85 534.167 1562.52 535.5C1552.19 537.167 1541.52 538 1530.52 538ZM1657.71 533V168H1727.71V533H1657.71ZM1863.19 538C1837.52 538 1817.19 530.833 1802.19 516.5C1787.52 502.167 1780.19 483 1780.19 459C1780.19 429 1791.86 405.833 1815.19 389.5C1838.86 373.167 1872.36 365 1915.69 365H1950.19C1950.19 353.333 1948.69 344.333 1945.69 338C1943.02 331.667 1938.19 327.333 1931.19 325C1924.52 322.333 1914.86 321 1902.19 321C1885.52 321 1868.19 322.833 1850.19 326.5C1832.19 329.833 1815.19 334.667 1799.19 341L1790.69 288C1808.02 281.667 1827.19 276.833 1848.19 273.5C1869.52 269.833 1890.69 268 1911.69 268C1938.36 268 1959.36 271.167 1974.69 277.5C1990.02 283.833 2001.19 294.5 2008.19 309.5C2015.19 324.167 2018.69 344 2018.69 369V533H1953.19L1952.19 503H1951.69C1942.36 513.667 1929.52 522.167 1913.19 528.5C1896.86 534.833 1880.19 538 1863.19 538ZM1888.19 486C1899.86 486 1910.36 484 1919.69 480C1929.02 476 1936.36 470.5 1941.69 463.5C1947.36 456.167 1950.19 448.167 1950.19 439.5V410H1925.69C1898.69 410 1878.52 413.5 1865.19 420.5C1851.86 427.167 1845.19 437.667 1845.19 452C1845.19 462.667 1848.86 471 1856.19 477C1863.86 483 1874.52 486 1888.19 486ZM2103.11 638L2146.11 531.5L2043.61 273.5L2117.11 273L2180.11 465.5H2181.11L2244.61 273H2318.61L2175.61 638H2103.11ZM2480.46 538C2433.79 538 2397.79 526.333 2372.46 503C2347.46 479.667 2334.96 446.333 2334.96 403C2334.96 361 2346.46 328 2369.46 304C2392.46 280 2424.13 268 2464.46 268C2503.46 268 2533.46 279.333 2554.46 302C2575.79 324.667 2586.46 356.833 2586.46 398.5C2586.46 403.167 2586.29 408.5 2585.96 414.5C2585.96 420.5 2585.79 425 2585.46 428H2373.46V380.5H2531.96L2522.46 395C2522.46 369 2517.63 349.667 2507.96 337C2498.63 324.333 2484.13 318 2464.46 318C2443.79 318 2428.29 324.667 2417.96 338C2407.63 351 2402.46 370.5 2402.46 396.5V416.5C2402.46 439.833 2408.63 457 2420.96 468C2433.29 479 2452.13 484.5 2477.46 484.5C2491.79 484.5 2506.96 483.167 2522.96 480.5C2538.96 477.833 2553.13 474.167 2565.46 469.5L2573.46 522C2561.13 527 2546.63 530.833 2529.96 533.5C2513.63 536.5 2497.13 538 2480.46 538ZM2638.09 533V273H2704.09L2704.59 321.5H2706.09C2714.76 309.833 2724.93 300.167 2736.59 292.5C2748.59 284.5 2761.59 278.5 2775.59 274.5C2789.93 270.167 2804.59 268 2819.59 268V326.5C2798.93 326.5 2780.09 330.333 2763.09 338C2746.09 345.667 2732.59 356.167 2722.59 369.5C2712.59 382.5 2707.59 397 2707.59 413V533H2638.09Z", fill: "currentColor" }),
|
|
24
|
-
/* @__PURE__ */ L.jsx("path", { d: "M962.5 533H961.5V534H962.5V533ZM962.5 168V167H961.5V168H962.5ZM1035.5 168H1036.5V167H1035.5V168ZM1035.5 533V534H1036.5V533H1035.5ZM963.5 533V168H961.5V533H963.5ZM962.5 169H1035.5V167H962.5V169ZM1034.5 168V533H1036.5V168H1034.5ZM1035.5 532H962.5V534H1035.5V532ZM1112.21 533H1111.21V534H1112.21V533ZM1112.21 273V272H1111.21V273H1112.21ZM1177.71 273L1178.71 272.984L1178.7 272H1177.71V273ZM1178.21 303.5L1177.21 303.516L1177.23 304.5H1178.21V303.5ZM1179.21 303.5V304.5H1179.66L1179.96 304.164L1179.21 303.5ZM1216.21 277L1216.59 277.927L1216.6 277.922L1216.21 277ZM1334.71 293.5L1333.96 294.153L1333.96 294.161L1333.97 294.169L1334.71 293.5ZM1357.21 533V534H1358.21V533H1357.21ZM1288.71 533H1287.71V534H1288.71V533ZM1277.71 339.5L1276.91 340.091L1276.91 340.098L1276.92 340.104L1277.71 339.5ZM1210.71 332L1211.16 332.894L1211.17 332.888L1211.19 332.881L1210.71 332ZM1188.71 351.5L1187.87 350.961L1187.87 350.97L1188.71 351.5ZM1181.21 533V534H1182.21V533H1181.21ZM1113.21 533V273H1111.21V533H1113.21ZM1112.21 274H1177.71V272H1112.21V274ZM1176.71 273.016L1177.21 303.516L1179.21 303.484L1178.71 272.984L1176.71 273.016ZM1178.21 304.5H1179.21V302.5H1178.21V304.5ZM1179.96 304.164C1190.53 292.272 1202.74 283.532 1216.59 277.927L1215.84 276.073C1201.69 281.801 1189.23 290.728 1178.47 302.836L1179.96 304.164ZM1216.6 277.922C1230.79 271.983 1247.15 269 1265.71 269V267C1246.94 267 1230.31 270.017 1215.83 276.078L1216.6 277.922ZM1265.71 269C1296.88 269 1319.55 277.45 1333.96 294.153L1335.47 292.847C1320.55 275.55 1297.22 267 1265.71 267V269ZM1333.97 294.169C1348.73 310.567 1356.21 336.769 1356.21 373H1358.21C1358.21 336.564 1350.7 309.766 1335.46 292.831L1333.97 294.169ZM1356.21 373V533H1358.21V373H1356.21ZM1357.21 532H1288.71V534H1357.21V532ZM1289.71 533V386.5H1287.71V533H1289.71ZM1289.71 386.5C1289.71 364.767 1286.05 348.827 1278.51 338.896L1276.92 340.104C1284.05 349.506 1287.71 364.9 1287.71 386.5H1289.71ZM1278.52 338.909C1270.95 328.579 1258.93 323.5 1242.71 323.5V325.5C1258.5 325.5 1269.82 330.421 1276.91 340.091L1278.52 338.909ZM1242.71 323.5C1230.57 323.5 1219.74 326.031 1210.24 331.119L1211.19 332.881C1220.36 327.969 1230.86 325.5 1242.71 325.5V323.5ZM1210.27 331.106C1200.78 335.848 1193.31 342.467 1187.87 350.961L1189.56 352.039C1194.79 343.866 1201.98 337.485 1211.16 332.894L1210.27 331.106ZM1187.87 350.97C1182.75 359.154 1180.21 368.844 1180.21 380H1182.21C1182.21 369.156 1184.68 359.846 1189.56 352.03L1187.87 350.97ZM1180.21 380V533H1182.21V380H1180.21ZM1181.21 532H1112.21V534H1181.21V532ZM1462.52 519L1461.84 519.733L1461.85 519.742L1462.52 519ZM1442.02 326.5H1443.02V325.5H1442.02V326.5ZM1385.52 326.5H1384.52V327.5H1385.52V326.5ZM1385.52 273V272H1384.52V273H1385.52ZM1442.02 273V274H1443.02V273H1442.02ZM1442.02 188V187H1441.02V188H1442.02ZM1511.02 188H1512.02V187H1511.02V188ZM1511.02 273H1510.02V274H1511.02V273ZM1595.52 273H1596.52V272H1595.52V273ZM1595.52 326.5V327.5H1596.52V326.5H1595.52ZM1511.02 326.5V325.5H1510.02V326.5H1511.02ZM1518.52 472.5L1517.73 473.12L1517.74 473.13L1517.75 473.14L1518.52 472.5ZM1567.52 479.5L1567.36 478.514L1567.35 478.515L1567.52 479.5ZM1589.52 474L1590.51 473.9L1590.39 472.637L1589.19 473.056L1589.52 474ZM1595.02 528.5L1595.3 529.459L1596.1 529.225L1596.01 528.4L1595.02 528.5ZM1562.52 535.5L1562.39 534.508L1562.38 534.51L1562.36 534.513L1562.52 535.5ZM1530.52 537C1499.28 537 1476.92 530.679 1463.19 518.258L1461.85 519.742C1476.12 532.654 1499.09 539 1530.52 539V537ZM1463.2 518.267C1449.83 505.873 1443.02 485.374 1443.02 456.5H1441.02C1441.02 485.626 1447.88 506.794 1461.84 519.733L1463.2 518.267ZM1443.02 456.5V326.5H1441.02V456.5H1443.02ZM1442.02 325.5H1385.52V327.5H1442.02V325.5ZM1386.52 326.5V273H1384.52V326.5H1386.52ZM1385.52 274H1442.02V272H1385.52V274ZM1443.02 273V188H1441.02V273H1443.02ZM1442.02 189H1511.02V187H1442.02V189ZM1510.02 188V273H1512.02V188H1510.02ZM1511.02 274H1595.52V272H1511.02V274ZM1594.52 273V326.5H1596.52V273H1594.52ZM1595.52 325.5H1511.02V327.5H1595.52V325.5ZM1510.02 326.5V439.5H1512.02V326.5H1510.02ZM1510.02 439.5C1510.02 455.211 1512.51 466.507 1517.73 473.12L1519.3 471.88C1514.52 465.826 1512.02 455.123 1512.02 439.5H1510.02ZM1517.75 473.14C1523.04 479.483 1532.41 482.5 1545.52 482.5V480.5C1532.62 480.5 1524 477.517 1519.29 471.86L1517.75 473.14ZM1545.52 482.5C1552.58 482.5 1559.97 481.827 1567.69 480.485L1567.35 478.515C1559.73 479.839 1552.46 480.5 1545.52 480.5V482.5ZM1567.68 480.486C1575.73 479.145 1583.12 477.299 1589.85 474.944L1589.19 473.056C1582.58 475.368 1575.31 477.188 1567.36 478.514L1567.68 480.486ZM1588.52 474.1L1594.02 528.6L1596.01 528.4L1590.51 473.9L1588.52 474.1ZM1594.74 527.541C1583.45 530.861 1572.67 533.182 1562.39 534.508L1562.65 536.492C1573.04 535.151 1583.92 532.806 1595.3 529.459L1594.74 527.541ZM1562.36 534.513C1552.08 536.171 1541.47 537 1530.52 537V539C1541.57 539 1552.29 538.163 1562.68 536.487L1562.36 534.513ZM1657.71 533H1656.71V534H1657.71V533ZM1657.71 168V167H1656.71V168H1657.71ZM1727.71 168H1728.71V167H1727.71V168ZM1727.71 533V534H1728.71V533H1727.71ZM1658.71 533V168H1656.71V533H1658.71ZM1657.71 169H1727.71V167H1657.71V169ZM1726.71 168V533H1728.71V168H1726.71ZM1727.71 532H1657.71V534H1727.71V532ZM1802.19 516.5L1801.49 517.215L1801.5 517.223L1802.19 516.5ZM1815.19 389.5L1814.62 388.677L1814.62 388.681L1815.19 389.5ZM1950.19 365V366H1951.19V365H1950.19ZM1945.69 338L1944.77 338.388L1944.78 338.408L1944.79 338.428L1945.69 338ZM1931.19 325L1930.82 325.928L1930.85 325.939L1930.88 325.949L1931.19 325ZM1850.19 326.5L1850.37 327.483L1850.38 327.482L1850.39 327.48L1850.19 326.5ZM1799.19 341L1798.2 341.158L1798.4 342.388L1799.56 341.93L1799.19 341ZM1790.69 288L1790.35 287.061L1789.57 287.344L1789.7 288.158L1790.69 288ZM1848.19 273.5L1848.35 274.488L1848.36 274.486L1848.19 273.5ZM1974.69 277.5L1975.07 276.576L1974.69 277.5ZM2008.19 309.5L2007.29 309.923L2007.29 309.931L2008.19 309.5ZM2018.69 533V534H2019.69V533H2018.69ZM1953.19 533L1952.19 533.033L1952.22 534H1953.19V533ZM1952.19 503L1953.19 502.967L1953.16 502H1952.19V503ZM1951.69 503V502H1951.24L1950.94 502.341L1951.69 503ZM1913.19 528.5L1912.83 527.568L1913.19 528.5ZM1941.69 463.5L1940.9 462.889L1940.9 462.894L1941.69 463.5ZM1950.19 410H1951.19V409H1950.19V410ZM1865.19 420.5L1865.64 421.394L1865.65 421.39L1865.66 421.385L1865.19 420.5ZM1856.19 477L1855.56 477.774L1855.57 477.781L1855.58 477.788L1856.19 477ZM1863.19 537C1837.72 537 1817.65 529.893 1802.88 515.777L1801.5 517.223C1816.73 531.774 1837.33 539 1863.19 539V537ZM1802.89 515.785C1788.45 501.672 1781.19 482.78 1781.19 459H1779.19C1779.19 483.22 1786.6 502.662 1801.49 517.215L1802.89 515.785ZM1781.19 459C1781.19 429.306 1792.72 406.454 1815.76 390.319L1814.62 388.681C1791 405.213 1779.19 428.694 1779.19 459H1781.19ZM1815.76 390.323C1839.19 374.15 1872.46 366 1915.69 366V364C1872.25 364 1838.52 372.184 1814.62 388.677L1815.76 390.323ZM1915.69 366H1950.19V364H1915.69V366ZM1951.19 365C1951.19 353.271 1949.69 344.1 1946.6 337.572L1944.79 338.428C1947.7 344.567 1949.19 353.395 1949.19 365H1951.19ZM1946.61 337.612C1943.83 330.992 1938.76 326.468 1931.51 324.051L1930.88 325.949C1937.62 328.199 1942.22 332.341 1944.77 338.388L1946.61 337.612ZM1931.56 324.072C1924.72 321.335 1914.9 320 1902.19 320V322C1914.81 322 1924.33 323.332 1930.82 325.928L1931.56 324.072ZM1902.19 320C1885.45 320 1868.05 321.841 1849.99 325.52L1850.39 327.48C1868.33 323.825 1885.6 322 1902.19 322V320ZM1850.01 325.517C1831.95 328.861 1814.89 333.712 1798.82 340.07L1799.56 341.93C1815.5 335.622 1832.43 330.806 1850.37 327.483L1850.01 325.517ZM1800.18 340.842L1791.68 287.842L1789.7 288.158L1798.2 341.158L1800.18 340.842ZM1791.03 288.939C1808.3 282.631 1827.4 277.812 1848.35 274.488L1848.03 272.512C1826.98 275.854 1807.75 280.702 1790.35 287.061L1791.03 288.939ZM1848.36 274.486C1869.64 270.828 1890.75 269 1911.69 269V267C1890.63 267 1869.41 268.838 1848.02 272.514L1848.36 274.486ZM1911.69 269C1938.3 269 1959.15 272.162 1974.31 278.424L1975.07 276.576C1959.57 270.171 1938.42 267 1911.69 267V269ZM1974.31 278.424C1989.41 284.662 2000.39 295.15 2007.29 309.923L2009.1 309.077C2001.99 293.85 1990.64 283.004 1975.07 276.576L1974.31 278.424ZM2007.29 309.931C2014.2 324.41 2017.69 344.077 2017.69 369H2019.69C2019.69 343.923 2016.18 323.923 2009.09 309.069L2007.29 309.931ZM2017.69 369V533H2019.69V369H2017.69ZM2018.69 532H1953.19V534H2018.69V532ZM1954.19 532.967L1953.19 502.967L1951.19 503.033L1952.19 533.033L1954.19 532.967ZM1952.19 502H1951.69V504H1952.19V502ZM1950.94 502.341C1941.73 512.861 1929.05 521.279 1912.83 527.568L1913.55 529.432C1930 523.054 1942.98 514.472 1952.44 503.659L1950.94 502.341ZM1912.83 527.568C1896.61 533.858 1880.06 537 1863.19 537V539C1880.32 539 1897.11 535.809 1913.55 529.432L1912.83 527.568ZM1888.19 487C1899.97 487 1910.61 484.98 1920.09 480.919L1919.3 479.081C1910.11 483.02 1899.74 485 1888.19 485V487ZM1920.09 480.919C1929.55 476.862 1937.03 471.263 1942.49 464.106L1940.9 462.894C1935.68 469.737 1928.5 475.138 1919.3 479.081L1920.09 480.919ZM1942.48 464.111C1948.27 456.616 1951.19 448.404 1951.19 439.5H1949.19C1949.19 447.93 1946.44 455.717 1940.9 462.889L1942.48 464.111ZM1951.19 439.5V410H1949.19V439.5H1951.19ZM1950.19 409H1925.69V411H1950.19V409ZM1925.69 409C1898.64 409 1878.28 412.501 1864.73 419.615L1865.66 421.385C1878.77 414.499 1898.74 411 1925.69 411V409ZM1864.74 419.606C1857.95 423.004 1852.8 427.408 1849.35 432.839C1845.9 438.273 1844.19 444.673 1844.19 452H1846.19C1846.19 444.994 1847.82 438.977 1851.04 433.911C1854.25 428.842 1859.1 424.663 1865.64 421.394L1864.74 419.606ZM1844.19 452C1844.19 462.924 1847.96 471.559 1855.56 477.774L1856.82 476.226C1849.75 470.441 1846.19 462.409 1846.19 452H1844.19ZM1855.58 477.788C1863.48 483.971 1874.39 487 1888.19 487V485C1874.66 485 1864.24 482.029 1856.81 476.212L1855.58 477.788ZM2103.11 638L2102.18 637.626L2101.62 639H2103.11V638ZM2146.11 531.5L2147.03 531.874L2147.18 531.503L2147.03 531.131L2146.11 531.5ZM2043.61 273.5L2043.6 272.5L2042.14 272.51L2042.68 273.869L2043.61 273.5ZM2117.11 273L2118.06 272.689L2117.83 271.995L2117.1 272L2117.11 273ZM2180.11 465.5L2179.16 465.811L2179.38 466.5H2180.11V465.5ZM2181.11 465.5V466.5H2181.83L2182.06 465.813L2181.11 465.5ZM2244.61 273V272H2243.88L2243.66 272.687L2244.61 273ZM2318.61 273L2319.54 273.365L2320.07 272H2318.61V273ZM2175.61 638V639H2176.29L2176.54 638.365L2175.61 638ZM2104.03 638.374L2147.03 531.874L2145.18 531.126L2102.18 637.626L2104.03 638.374ZM2147.03 531.131L2044.53 273.131L2042.68 273.869L2145.18 531.869L2147.03 531.131ZM2043.61 274.5L2117.11 274L2117.1 272L2043.6 272.5L2043.61 274.5ZM2116.16 273.311L2179.16 465.811L2181.06 465.189L2118.06 272.689L2116.16 273.311ZM2180.11 466.5H2181.11V464.5H2180.11V466.5ZM2182.06 465.813L2245.56 273.313L2243.66 272.687L2180.16 465.187L2182.06 465.813ZM2244.61 274H2318.61V272H2244.61V274ZM2317.67 272.635L2174.67 637.635L2176.54 638.365L2319.54 273.365L2317.67 272.635ZM2175.61 637H2103.11V639H2175.61V637ZM2372.46 503L2371.78 503.731L2371.78 503.736L2372.46 503ZM2369.46 304L2368.74 303.308L2369.46 304ZM2554.46 302L2553.73 302.68L2553.73 302.685L2554.46 302ZM2585.96 414.5L2584.96 414.445L2584.96 414.472V414.5H2585.96ZM2585.46 428V429H2586.36L2586.45 428.11L2585.46 428ZM2373.46 428H2372.46V429H2373.46V428ZM2373.46 380.5V379.5H2372.46V380.5H2373.46ZM2531.96 380.5L2532.8 381.048L2533.81 379.5H2531.96V380.5ZM2522.46 395H2521.46V398.351L2523.3 395.548L2522.46 395ZM2507.96 337L2507.16 337.593L2507.16 337.6L2507.17 337.607L2507.96 337ZM2417.96 338L2418.74 338.622L2418.75 338.613L2417.96 338ZM2420.96 468L2421.63 467.254L2420.96 468ZM2565.46 469.5L2566.45 469.349L2566.26 468.127L2565.11 468.565L2565.46 469.5ZM2573.46 522L2573.84 522.927L2574.57 522.63L2574.45 521.849L2573.46 522ZM2529.96 533.5L2529.8 532.513L2529.79 532.514L2529.78 532.516L2529.96 533.5ZM2480.46 537C2433.95 537 2398.23 525.375 2373.14 502.264L2371.78 503.736C2397.36 527.292 2433.63 539 2480.46 539V537ZM2373.14 502.269C2348.4 479.172 2335.96 446.135 2335.96 403H2333.96C2333.96 446.532 2346.52 480.161 2371.78 503.731L2373.14 502.269ZM2335.96 403C2335.96 361.187 2347.41 328.46 2370.18 304.692L2368.74 303.308C2345.52 327.54 2333.96 360.813 2333.96 403H2335.96ZM2370.18 304.692C2392.96 280.93 2424.34 269 2464.46 269V267C2423.92 267 2391.97 279.07 2368.74 303.308L2370.18 304.692ZM2464.46 269C2503.26 269 2532.96 280.268 2553.73 302.68L2555.19 301.32C2533.96 278.399 2503.66 267 2464.46 267V269ZM2553.73 302.685C2574.84 325.111 2585.46 357 2585.46 398.5H2587.46C2587.46 356.667 2576.75 324.222 2555.19 301.315L2553.73 302.685ZM2585.46 398.5C2585.46 403.144 2585.3 408.458 2584.96 414.445L2586.96 414.555C2587.29 408.542 2587.46 403.19 2587.46 398.5H2585.46ZM2584.96 414.5C2584.96 420.492 2584.79 424.947 2584.47 427.89L2586.45 428.11C2586.79 425.053 2586.96 420.508 2586.96 414.5H2584.96ZM2585.46 427H2373.46V429H2585.46V427ZM2374.46 428V380.5H2372.46V428H2374.46ZM2373.46 381.5H2531.96V379.5H2373.46V381.5ZM2531.12 379.952L2521.62 394.452L2523.3 395.548L2532.8 381.048L2531.12 379.952ZM2523.46 395C2523.46 368.908 2518.62 349.314 2508.76 336.393L2507.17 337.607C2516.64 350.019 2521.46 369.092 2521.46 395H2523.46ZM2508.77 336.407C2499.2 323.421 2484.36 317 2464.46 317V319C2483.9 319 2498.06 325.246 2507.16 337.593L2508.77 336.407ZM2464.46 317C2443.56 317 2427.74 323.754 2417.17 337.387L2418.75 338.613C2428.85 325.579 2444.03 319 2464.46 319V317ZM2417.18 337.378C2406.64 350.63 2401.46 370.394 2401.46 396.5H2403.46C2403.46 370.606 2408.61 351.37 2418.74 338.622L2417.18 337.378ZM2401.46 396.5V416.5H2403.46V396.5H2401.46ZM2401.46 416.5C2401.46 439.997 2407.67 457.489 2420.3 468.746L2421.63 467.254C2409.58 456.511 2403.46 439.669 2403.46 416.5H2401.46ZM2420.3 468.746C2432.89 479.978 2452.01 485.5 2477.46 485.5V483.5C2452.25 483.5 2433.7 478.022 2421.63 467.254L2420.3 468.746ZM2477.46 485.5C2491.86 485.5 2507.08 484.161 2523.13 481.486L2522.8 479.514C2506.84 482.172 2491.73 483.5 2477.46 483.5V485.5ZM2523.13 481.486C2539.18 478.811 2553.41 475.13 2565.81 470.435L2565.11 468.565C2552.85 473.204 2538.75 476.855 2522.8 479.514L2523.13 481.486ZM2564.47 469.651L2572.47 522.151L2574.45 521.849L2566.45 469.349L2564.47 469.651ZM2573.09 521.073C2560.84 526.039 2546.41 529.855 2529.8 532.513L2530.12 534.487C2546.84 531.812 2561.42 527.961 2573.84 522.927L2573.09 521.073ZM2529.78 532.516C2513.51 535.505 2497.07 537 2480.46 537V539C2497.19 539 2513.75 537.495 2530.14 534.484L2529.78 532.516ZM2638.09 533H2637.09V534H2638.09V533ZM2638.09 273V272H2637.09V273H2638.09ZM2704.09 273L2705.09 272.99L2705.08 272H2704.09V273ZM2704.59 321.5L2703.59 321.51L2703.6 322.5H2704.59V321.5ZM2706.09 321.5V322.5H2706.6L2706.9 322.096L2706.09 321.5ZM2736.59 292.5L2737.14 293.336L2737.15 293.332L2736.59 292.5ZM2775.59 274.5L2775.87 275.462L2775.88 275.459L2775.88 275.457L2775.59 274.5ZM2819.59 268H2820.59V267H2819.59V268ZM2819.59 326.5V327.5H2820.59V326.5H2819.59ZM2722.59 369.5L2723.39 370.11L2723.39 370.1L2722.59 369.5ZM2707.59 533V534H2708.59V533H2707.59ZM2639.09 533V273H2637.09V533H2639.09ZM2638.09 274H2704.09V272H2638.09V274ZM2703.09 273.01L2703.59 321.51L2705.59 321.49L2705.09 272.99L2703.09 273.01ZM2704.59 322.5H2706.09V320.5H2704.59V322.5ZM2706.9 322.096C2715.5 310.52 2725.58 300.935 2737.14 293.336L2736.04 291.664C2724.28 299.398 2714.02 309.147 2705.29 320.904L2706.9 322.096ZM2737.15 293.332C2749.06 285.39 2761.97 279.433 2775.87 275.462L2775.32 273.538C2761.22 277.567 2748.13 283.61 2736.04 291.668L2737.15 293.332ZM2775.88 275.457C2790.12 271.152 2804.69 269 2819.59 269V267C2804.5 267 2789.73 269.181 2775.3 273.543L2775.88 275.457ZM2818.59 268V326.5H2820.59V268H2818.59ZM2819.59 325.5C2798.8 325.5 2779.83 329.357 2762.68 337.088L2763.5 338.912C2780.36 331.309 2799.05 327.5 2819.59 327.5V325.5ZM2762.68 337.088C2745.55 344.816 2731.91 355.416 2721.79 368.9L2723.39 370.1C2733.28 356.917 2746.64 346.517 2763.5 338.912L2762.68 337.088ZM2721.8 368.89C2711.67 382.06 2706.59 396.774 2706.59 413H2708.59C2708.59 397.226 2713.52 382.94 2723.39 370.11L2721.8 368.89ZM2706.59 413V533H2708.59V413H2706.59ZM2707.59 532H2638.09V534H2707.59V532Z", fill: "currentColor", mask: "url(#path-5-outside-2_2003_163)" })
|
|
25
|
-
] }),
|
|
26
|
-
/* @__PURE__ */ L.jsxs("defs", { children: [
|
|
27
|
-
/* @__PURE__ */ L.jsxs("filter", { id: "filter0_d_2003_163", x: "958.5", y: "168", width: "1865.09", height: "478", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [
|
|
28
|
-
/* @__PURE__ */ L.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
29
|
-
/* @__PURE__ */ L.jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
|
|
30
|
-
/* @__PURE__ */ L.jsx("feOffset", { dy: "4" }),
|
|
31
|
-
/* @__PURE__ */ L.jsx("feGaussianBlur", { stdDeviation: "2" }),
|
|
32
|
-
/* @__PURE__ */ L.jsx("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
33
|
-
/* @__PURE__ */ L.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
|
|
34
|
-
/* @__PURE__ */ L.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2003_163" }),
|
|
35
|
-
/* @__PURE__ */ L.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2003_163", result: "shape" })
|
|
36
|
-
] }),
|
|
37
|
-
/* @__PURE__ */ L.jsxs("filter", { id: "filter1_d_2003_163", x: "958.5", y: "168", width: "1865.09", height: "478", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [
|
|
38
|
-
/* @__PURE__ */ L.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
39
|
-
/* @__PURE__ */ L.jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
|
|
40
|
-
/* @__PURE__ */ L.jsx("feOffset", { dy: "4" }),
|
|
41
|
-
/* @__PURE__ */ L.jsx("feGaussianBlur", { stdDeviation: "2" }),
|
|
42
|
-
/* @__PURE__ */ L.jsx("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
43
|
-
/* @__PURE__ */ L.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
|
|
44
|
-
/* @__PURE__ */ L.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2003_163" }),
|
|
45
|
-
/* @__PURE__ */ L.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2003_163", result: "shape" })
|
|
46
|
-
] })
|
|
47
|
-
] })
|
|
48
|
-
] });
|
|
49
|
-
export {
|
|
50
|
-
M as LogoWithTextCircle
|
|
51
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const L=require("../../jsx-runtime-D6agescH.cjs"),V=({bgColor:C,...H})=>L.jsxRuntimeExports.jsxs("svg",{width:"2704",height:"517",viewBox:"0 0 2704 517",fill:"none",xmlns:"http://www.w3.org/2000/svg",...H,children:[L.jsxRuntimeExports.jsxs("g",{filter:"url(#filter0_d_2003_117)",children:[L.jsxRuntimeExports.jsxs("mask",{id:"path-1-outside-1_2003_117",maskUnits:"userSpaceOnUse",x:"4",y:"0",width:"2696",height:"509",fill:"currentColor",children:[L.jsxRuntimeExports.jsx("rect",{fill:C,x:"4",width:"2696",height:"509"}),L.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 46C5 21.1472 25.1472 1 50 1H295C319.853 1 340 21.1472 340 46C340 70.8528 319.853 91 295 91H50C25.1472 91 5 70.8528 5 46ZM50 176C25.1472 176 5 196.147 5 221C5 245.853 25.1472 266 50 266H430C454.853 266 475 245.853 475 221C475 196.147 454.853 176 430 176H50ZM50 349C25.1472 349 5 369.147 5 394C5 418.853 25.1472 439 50 439H230C254.853 439 275 418.853 275 394C275 369.147 254.853 349 230 349H50ZM841.5 38V403H914.5V38H841.5ZM991.215 143V403H1060.21V250C1060.21 239 1062.71 229.5 1067.71 221.5C1073.05 213.167 1080.38 206.667 1089.71 202C1099.05 197 1109.71 194.5 1121.71 194.5C1137.71 194.5 1149.38 199.5 1156.71 209.5C1164.05 219.167 1167.71 234.833 1167.71 256.5V403H1236.21V243C1236.21 206.667 1228.71 180.167 1213.71 163.5C1199.05 146.5 1176.05 138 1144.71 138C1126.05 138 1109.55 141 1095.21 147C1081.21 152.667 1068.88 161.5 1058.21 173.5H1057.21L1056.71 143H991.215ZM1341.52 389C1355.52 401.667 1378.19 408 1409.52 408C1420.52 408 1431.19 407.167 1441.52 405.5C1451.85 404.167 1462.69 401.833 1474.02 398.5L1468.52 344C1461.85 346.333 1454.52 348.167 1446.52 349.5C1438.85 350.833 1431.52 351.5 1424.52 351.5C1411.52 351.5 1402.52 348.5 1397.52 342.5C1392.52 336.167 1390.02 325.167 1390.02 309.5V196.5H1474.52V143H1390.02V58H1321.02V143H1264.52V196.5H1321.02V326.5C1321.02 355.5 1327.85 376.333 1341.52 389ZM1536.71 38V403H1606.71V38H1536.71ZM1681.19 386.5C1696.19 400.833 1716.52 408 1742.19 408C1759.19 408 1775.86 404.833 1792.19 398.5C1808.52 392.167 1821.36 383.667 1830.69 373H1831.19L1832.19 403H1897.69V239C1897.69 214 1894.19 194.167 1887.19 179.5C1880.19 164.5 1869.02 153.833 1853.69 147.5C1838.36 141.167 1817.36 138 1790.69 138C1769.69 138 1748.52 139.833 1727.19 143.5C1706.19 146.833 1687.02 151.667 1669.69 158L1678.19 211C1694.19 204.667 1711.19 199.833 1729.19 196.5C1747.19 192.833 1764.52 191 1781.19 191C1793.86 191 1803.52 192.333 1810.19 195C1817.19 197.333 1822.02 201.667 1824.69 208C1827.69 214.333 1829.19 223.333 1829.19 235H1794.69C1751.36 235 1717.86 243.167 1694.19 259.5C1670.86 275.833 1659.19 299 1659.19 329C1659.19 353 1666.52 372.167 1681.19 386.5ZM1798.69 350C1789.36 354 1778.86 356 1767.19 356C1753.52 356 1742.86 353 1735.19 347C1727.86 341 1724.19 332.667 1724.19 322C1724.19 307.667 1730.86 297.167 1744.19 290.5C1757.52 283.5 1777.69 280 1804.69 280H1829.19V309.5C1829.19 318.167 1826.36 326.167 1820.69 333.5C1815.36 340.5 1808.02 346 1798.69 350ZM2025.11 401.5L1982.11 508H2054.61L2197.61 143H2123.61L2060.11 335.5H2059.11L1996.11 143L1922.61 143.5L2025.11 401.5ZM2251.46 373C2276.79 396.333 2312.79 408 2359.46 408C2376.13 408 2392.63 406.5 2408.96 403.5C2425.63 400.833 2440.13 397 2452.46 392L2444.46 339.5C2432.13 344.167 2417.96 347.833 2401.96 350.5C2385.96 353.167 2370.79 354.5 2356.46 354.5C2331.13 354.5 2312.29 349 2299.96 338C2289.75 328.893 2283.77 315.56 2282.01 298H2464.46C2464.79 295 2464.96 290.5 2464.96 284.5C2465.29 278.5 2465.46 273.167 2465.46 268.5C2465.46 226.833 2454.79 194.667 2433.46 172C2412.46 149.333 2382.46 138 2343.46 138C2303.13 138 2271.46 150 2248.46 174C2225.46 198 2213.96 231 2213.96 273C2213.96 316.333 2226.46 349.667 2251.46 373ZM2282.19 250.5C2283.95 232.347 2288.87 218.18 2296.96 208C2307.29 194.667 2322.79 188 2343.46 188C2363.13 188 2377.63 194.333 2386.96 207C2394.74 217.188 2399.38 231.688 2400.91 250.5H2282.19ZM2583.09 143H2517.09V403H2586.59V283C2586.59 267 2591.59 252.5 2601.59 239.5C2611.59 226.167 2625.09 215.667 2642.09 208C2659.09 200.333 2677.93 196.5 2698.59 196.5V138C2683.59 138 2668.93 140.167 2654.59 144.5C2640.59 148.5 2627.59 154.5 2615.59 162.5C2603.93 170.167 2593.76 179.833 2585.09 191.5H2583.59L2583.09 143Z"})]}),L.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 46C5 21.1472 25.1472 1 50 1H295C319.853 1 340 21.1472 340 46C340 70.8528 319.853 91 295 91H50C25.1472 91 5 70.8528 5 46ZM50 176C25.1472 176 5 196.147 5 221C5 245.853 25.1472 266 50 266H430C454.853 266 475 245.853 475 221C475 196.147 454.853 176 430 176H50ZM50 349C25.1472 349 5 369.147 5 394C5 418.853 25.1472 439 50 439H230C254.853 439 275 418.853 275 394C275 369.147 254.853 349 230 349H50ZM841.5 38V403H914.5V38H841.5ZM991.215 143V403H1060.21V250C1060.21 239 1062.71 229.5 1067.71 221.5C1073.05 213.167 1080.38 206.667 1089.71 202C1099.05 197 1109.71 194.5 1121.71 194.5C1137.71 194.5 1149.38 199.5 1156.71 209.5C1164.05 219.167 1167.71 234.833 1167.71 256.5V403H1236.21V243C1236.21 206.667 1228.71 180.167 1213.71 163.5C1199.05 146.5 1176.05 138 1144.71 138C1126.05 138 1109.55 141 1095.21 147C1081.21 152.667 1068.88 161.5 1058.21 173.5H1057.21L1056.71 143H991.215ZM1341.52 389C1355.52 401.667 1378.19 408 1409.52 408C1420.52 408 1431.19 407.167 1441.52 405.5C1451.85 404.167 1462.69 401.833 1474.02 398.5L1468.52 344C1461.85 346.333 1454.52 348.167 1446.52 349.5C1438.85 350.833 1431.52 351.5 1424.52 351.5C1411.52 351.5 1402.52 348.5 1397.52 342.5C1392.52 336.167 1390.02 325.167 1390.02 309.5V196.5H1474.52V143H1390.02V58H1321.02V143H1264.52V196.5H1321.02V326.5C1321.02 355.5 1327.85 376.333 1341.52 389ZM1536.71 38V403H1606.71V38H1536.71ZM1681.19 386.5C1696.19 400.833 1716.52 408 1742.19 408C1759.19 408 1775.86 404.833 1792.19 398.5C1808.52 392.167 1821.36 383.667 1830.69 373H1831.19L1832.19 403H1897.69V239C1897.69 214 1894.19 194.167 1887.19 179.5C1880.19 164.5 1869.02 153.833 1853.69 147.5C1838.36 141.167 1817.36 138 1790.69 138C1769.69 138 1748.52 139.833 1727.19 143.5C1706.19 146.833 1687.02 151.667 1669.69 158L1678.19 211C1694.19 204.667 1711.19 199.833 1729.19 196.5C1747.19 192.833 1764.52 191 1781.19 191C1793.86 191 1803.52 192.333 1810.19 195C1817.19 197.333 1822.02 201.667 1824.69 208C1827.69 214.333 1829.19 223.333 1829.19 235H1794.69C1751.36 235 1717.86 243.167 1694.19 259.5C1670.86 275.833 1659.19 299 1659.19 329C1659.19 353 1666.52 372.167 1681.19 386.5ZM1798.69 350C1789.36 354 1778.86 356 1767.19 356C1753.52 356 1742.86 353 1735.19 347C1727.86 341 1724.19 332.667 1724.19 322C1724.19 307.667 1730.86 297.167 1744.19 290.5C1757.52 283.5 1777.69 280 1804.69 280H1829.19V309.5C1829.19 318.167 1826.36 326.167 1820.69 333.5C1815.36 340.5 1808.02 346 1798.69 350ZM2025.11 401.5L1982.11 508H2054.61L2197.61 143H2123.61L2060.11 335.5H2059.11L1996.11 143L1922.61 143.5L2025.11 401.5ZM2251.46 373C2276.79 396.333 2312.79 408 2359.46 408C2376.13 408 2392.63 406.5 2408.96 403.5C2425.63 400.833 2440.13 397 2452.46 392L2444.46 339.5C2432.13 344.167 2417.96 347.833 2401.96 350.5C2385.96 353.167 2370.79 354.5 2356.46 354.5C2331.13 354.5 2312.29 349 2299.96 338C2289.75 328.893 2283.77 315.56 2282.01 298H2464.46C2464.79 295 2464.96 290.5 2464.96 284.5C2465.29 278.5 2465.46 273.167 2465.46 268.5C2465.46 226.833 2454.79 194.667 2433.46 172C2412.46 149.333 2382.46 138 2343.46 138C2303.13 138 2271.46 150 2248.46 174C2225.46 198 2213.96 231 2213.96 273C2213.96 316.333 2226.46 349.667 2251.46 373ZM2282.19 250.5C2283.95 232.347 2288.87 218.18 2296.96 208C2307.29 194.667 2322.79 188 2343.46 188C2363.13 188 2377.63 194.333 2386.96 207C2394.74 217.188 2399.38 231.688 2400.91 250.5H2282.19ZM2583.09 143H2517.09V403H2586.59V283C2586.59 267 2591.59 252.5 2601.59 239.5C2611.59 226.167 2625.09 215.667 2642.09 208C2659.09 200.333 2677.93 196.5 2698.59 196.5V138C2683.59 138 2668.93 140.167 2654.59 144.5C2640.59 148.5 2627.59 154.5 2615.59 162.5C2603.93 170.167 2593.76 179.833 2585.09 191.5H2583.59L2583.09 143Z",fill:"currentColor"}),L.jsxRuntimeExports.jsx("path",{d:"M841.5 403H840.5V404H841.5V403ZM841.5 38V37H840.5V38H841.5ZM914.5 403V404H915.5V403H914.5ZM914.5 38H915.5V37H914.5V38ZM991.215 403H990.215V404H991.215V403ZM991.215 143V142H990.215V143H991.215ZM1060.21 403V404H1061.21V403H1060.21ZM1067.71 221.5L1066.87 220.961L1066.87 220.97L1067.71 221.5ZM1089.71 202L1090.16 202.894L1090.17 202.888L1090.19 202.881L1089.71 202ZM1156.71 209.5L1155.91 210.091L1155.91 210.098L1155.92 210.104L1156.71 209.5ZM1167.71 403H1166.71V404H1167.71V403ZM1236.21 403V404H1237.21V403H1236.21ZM1213.71 163.5L1212.96 164.153L1212.96 164.161L1212.97 164.169L1213.71 163.5ZM1095.21 147L1095.59 147.927L1095.6 147.922L1095.21 147ZM1058.21 173.5V174.5H1058.66L1058.96 174.164L1058.21 173.5ZM1057.21 173.5L1056.21 173.516L1056.23 174.5H1057.21V173.5ZM1056.71 143L1057.71 142.984L1057.7 142H1056.71V143ZM1341.52 389L1340.84 389.733L1340.85 389.742L1341.52 389ZM1441.52 405.5L1441.39 404.508L1441.38 404.51L1441.36 404.513L1441.52 405.5ZM1474.02 398.5L1474.3 399.459L1475.1 399.225L1475.01 398.4L1474.02 398.5ZM1468.52 344L1469.51 343.9L1469.39 342.637L1468.19 343.056L1468.52 344ZM1446.52 349.5L1446.36 348.514L1446.35 348.515L1446.52 349.5ZM1397.52 342.5L1396.73 343.12L1396.74 343.13L1396.75 343.14L1397.52 342.5ZM1390.02 196.5V195.5H1389.02V196.5H1390.02ZM1474.52 196.5V197.5H1475.52V196.5H1474.52ZM1474.52 143H1475.52V142H1474.52V143ZM1390.02 143H1389.02V144H1390.02V143ZM1390.02 58H1391.02V57H1390.02V58ZM1321.02 58V57H1320.02V58H1321.02ZM1321.02 143V144H1322.02V143H1321.02ZM1264.52 143V142H1263.52V143H1264.52ZM1264.52 196.5H1263.52V197.5H1264.52V196.5ZM1321.02 196.5H1322.02V195.5H1321.02V196.5ZM1536.71 403H1535.71V404H1536.71V403ZM1536.71 38V37H1535.71V38H1536.71ZM1606.71 403V404H1607.71V403H1606.71ZM1606.71 38H1607.71V37H1606.71V38ZM1681.19 386.5L1680.49 387.215L1680.5 387.223L1681.19 386.5ZM1830.69 373V372H1830.24L1829.94 372.341L1830.69 373ZM1831.19 373L1832.19 372.967L1832.16 372H1831.19V373ZM1832.19 403L1831.19 403.033L1831.22 404H1832.19V403ZM1897.69 403V404H1898.69V403H1897.69ZM1887.19 179.5L1886.29 179.923L1886.29 179.931L1887.19 179.5ZM1853.69 147.5L1854.07 146.576L1854.07 146.576L1853.69 147.5ZM1727.19 143.5L1727.35 144.488L1727.36 144.486L1727.19 143.5ZM1669.69 158L1669.35 157.061L1668.57 157.344L1668.7 158.158L1669.69 158ZM1678.19 211L1677.2 211.158L1677.4 212.388L1678.56 211.93L1678.19 211ZM1729.19 196.5L1729.37 197.483L1729.38 197.482L1729.39 197.48L1729.19 196.5ZM1810.19 195L1809.82 195.928L1809.85 195.939L1809.88 195.949L1810.19 195ZM1824.69 208L1823.77 208.388L1823.78 208.408L1823.79 208.428L1824.69 208ZM1829.19 235V236H1830.19V235H1829.19ZM1694.19 259.5L1693.62 258.677L1693.62 258.681L1694.19 259.5ZM1735.19 347L1734.56 347.774L1734.57 347.781L1734.58 347.788L1735.19 347ZM1744.19 290.5L1744.64 291.394L1744.65 291.39L1744.66 291.385L1744.19 290.5ZM1829.19 280H1830.19V279H1829.19V280ZM1820.69 333.5L1819.9 332.889L1819.9 332.894L1820.69 333.5ZM1982.11 508L1981.18 507.626L1980.62 509H1982.11V508ZM2025.11 401.5L2026.03 401.874L2026.18 401.503L2026.03 401.131L2025.11 401.5ZM2054.61 508V509H2055.29L2055.54 508.365L2054.61 508ZM2197.61 143L2198.54 143.365L2199.07 142H2197.61V143ZM2123.61 143V142H2122.88L2122.66 142.687L2123.61 143ZM2060.11 335.5V336.5H2060.83L2061.06 335.813L2060.11 335.5ZM2059.11 335.5L2058.16 335.811L2058.38 336.5H2059.11V335.5ZM1996.11 143L1997.06 142.689L1996.83 141.995L1996.1 142L1996.11 143ZM1922.61 143.5L1922.6 142.5L1921.14 142.51L1921.68 143.869L1922.61 143.5ZM2251.46 373L2250.78 373.731L2250.78 373.736L2251.46 373ZM2408.96 403.5L2408.8 402.513L2408.79 402.514L2408.78 402.516L2408.96 403.5ZM2452.46 392L2452.84 392.927L2453.57 392.63L2453.45 391.849L2452.46 392ZM2444.46 339.5L2445.45 339.349L2445.26 338.127L2444.11 338.565L2444.46 339.5ZM2299.96 338L2299.3 338.746L2299.3 338.746L2299.96 338ZM2282.01 298V297H2280.9L2281.01 298.1L2282.01 298ZM2464.46 298V299H2465.36L2465.45 298.11L2464.46 298ZM2464.96 284.5L2463.96 284.445L2463.96 284.472V284.5H2464.96ZM2433.46 172L2432.73 172.68L2432.73 172.685L2433.46 172ZM2296.96 208L2297.74 208.622L2297.75 208.613L2296.96 208ZM2282.19 250.5L2281.19 250.404L2281.09 251.5H2282.19V250.5ZM2386.96 207L2386.16 207.593L2386.16 207.6L2386.17 207.607L2386.96 207ZM2400.91 250.5V251.5H2401.99L2401.9 250.419L2400.91 250.5ZM2517.09 143V142H2516.09V143H2517.09ZM2583.09 143L2584.09 142.99L2584.08 142H2583.09V143ZM2517.09 403H2516.09V404H2517.09V403ZM2586.59 403V404H2587.59V403H2586.59ZM2601.59 239.5L2602.39 240.11L2602.39 240.1L2601.59 239.5ZM2642.09 208L2641.68 207.088L2641.68 207.088L2642.09 208ZM2698.59 196.5V197.5H2699.59V196.5H2698.59ZM2698.59 138H2699.59V137H2698.59V138ZM2654.59 144.5L2654.87 145.462L2654.88 145.459L2654.88 145.457L2654.59 144.5ZM2615.59 162.5L2616.14 163.336L2616.15 163.332L2615.59 162.5ZM2585.09 191.5V192.5H2585.6L2585.9 192.096L2585.09 191.5ZM2583.59 191.5L2582.59 191.51L2582.6 192.5H2583.59V191.5ZM50 0C24.5949 0 4 20.5949 4 46H6C6 21.6995 25.6995 2 50 2V0ZM295 0H50V2H295V0ZM341 46C341 20.5949 320.405 0 295 0V2C319.301 2 339 21.6995 339 46H341ZM295 92C320.405 92 341 71.4051 341 46H339C339 70.3005 319.301 90 295 90V92ZM50 92H295V90H50V92ZM4 46C4 71.4051 24.5949 92 50 92V90C25.6995 90 6 70.3005 6 46H4ZM6 221C6 196.699 25.6995 177 50 177V175C24.5949 175 4 195.595 4 221H6ZM50 265C25.6995 265 6 245.301 6 221H4C4 246.405 24.5949 267 50 267V265ZM430 265H50V267H430V265ZM474 221C474 245.301 454.301 265 430 265V267C455.405 267 476 246.405 476 221H474ZM430 177C454.301 177 474 196.699 474 221H476C476 195.595 455.405 175 430 175V177ZM50 177H430V175H50V177ZM6 394C6 369.699 25.6995 350 50 350V348C24.5949 348 4 368.595 4 394H6ZM50 438C25.6995 438 6 418.3 6 394H4C4 419.405 24.5949 440 50 440V438ZM230 438H50V440H230V438ZM274 394C274 418.3 254.301 438 230 438V440C255.405 440 276 419.405 276 394H274ZM230 350C254.301 350 274 369.699 274 394H276C276 368.595 255.405 348 230 348V350ZM50 350H230V348H50V350ZM842.5 403V38H840.5V403H842.5ZM914.5 402H841.5V404H914.5V402ZM913.5 38V403H915.5V38H913.5ZM841.5 39H914.5V37H841.5V39ZM992.215 403V143H990.215V403H992.215ZM1060.21 402H991.215V404H1060.21V402ZM1059.21 250V403H1061.21V250H1059.21ZM1066.87 220.97C1061.75 229.154 1059.21 238.844 1059.21 250H1061.21C1061.21 239.156 1063.68 229.846 1068.56 222.03L1066.87 220.97ZM1089.27 201.106C1079.78 205.848 1072.31 212.467 1066.87 220.961L1068.56 222.039C1073.79 213.866 1080.98 207.485 1090.16 202.894L1089.27 201.106ZM1121.71 193.5C1109.57 193.5 1098.74 196.031 1089.24 201.119L1090.19 202.881C1099.36 197.969 1109.86 195.5 1121.71 195.5V193.5ZM1157.52 208.909C1149.95 198.579 1137.93 193.5 1121.71 193.5V195.5C1137.5 195.5 1148.82 200.421 1155.91 210.091L1157.52 208.909ZM1168.71 256.5C1168.71 234.767 1165.05 218.827 1157.51 208.896L1155.92 210.104C1163.05 219.506 1166.71 234.9 1166.71 256.5H1168.71ZM1168.71 403V256.5H1166.71V403H1168.71ZM1236.21 402H1167.71V404H1236.21V402ZM1235.21 243V403H1237.21V243H1235.21ZM1212.97 164.169C1227.73 180.567 1235.21 206.769 1235.21 243H1237.21C1237.21 206.564 1229.7 179.766 1214.46 162.831L1212.97 164.169ZM1144.71 139C1175.88 139 1198.55 147.45 1212.96 164.153L1214.47 162.847C1199.55 145.55 1176.22 137 1144.71 137V139ZM1095.6 147.922C1109.79 141.983 1126.15 139 1144.71 139V137C1125.94 137 1109.31 140.017 1094.83 146.078L1095.6 147.922ZM1058.96 174.164C1069.53 162.272 1081.74 153.532 1095.59 147.927L1094.84 146.073C1080.69 151.801 1068.23 160.728 1057.47 172.836L1058.96 174.164ZM1057.21 174.5H1058.21V172.5H1057.21V174.5ZM1055.71 143.016L1056.21 173.516L1058.21 173.484L1057.71 142.984L1055.71 143.016ZM991.215 144H1056.71V142H991.215V144ZM1409.52 407C1378.28 407 1355.92 400.679 1342.19 388.258L1340.85 389.742C1355.12 402.654 1378.09 409 1409.52 409V407ZM1441.36 404.513C1431.08 406.171 1420.47 407 1409.52 407V409C1420.57 409 1431.29 408.163 1441.68 406.487L1441.36 404.513ZM1473.74 397.541C1462.45 400.861 1451.67 403.182 1441.39 404.508L1441.65 406.492C1452.04 405.151 1462.92 402.806 1474.3 399.459L1473.74 397.541ZM1467.52 344.1L1473.02 398.6L1475.01 398.4L1469.51 343.9L1467.52 344.1ZM1446.68 350.486C1454.73 349.145 1462.12 347.299 1468.85 344.944L1468.19 343.056C1461.58 345.368 1454.31 347.188 1446.36 348.514L1446.68 350.486ZM1424.52 352.5C1431.58 352.5 1438.97 351.827 1446.69 350.485L1446.35 348.515C1438.73 349.839 1431.46 350.5 1424.52 350.5V352.5ZM1396.75 343.14C1402.04 349.483 1411.41 352.5 1424.52 352.5V350.5C1411.62 350.5 1403 347.517 1398.29 341.86L1396.75 343.14ZM1389.02 309.5C1389.02 325.211 1391.51 336.507 1396.73 343.12L1398.3 341.88C1393.52 335.826 1391.02 325.123 1391.02 309.5H1389.02ZM1389.02 196.5V309.5H1391.02V196.5H1389.02ZM1474.52 195.5H1390.02V197.5H1474.52V195.5ZM1473.52 143V196.5H1475.52V143H1473.52ZM1390.02 144H1474.52V142H1390.02V144ZM1389.02 58V143H1391.02V58H1389.02ZM1321.02 59H1390.02V57H1321.02V59ZM1322.02 143V58H1320.02V143H1322.02ZM1264.52 144H1321.02V142H1264.52V144ZM1265.52 196.5V143H1263.52V196.5H1265.52ZM1321.02 195.5H1264.52V197.5H1321.02V195.5ZM1322.02 326.5V196.5H1320.02V326.5H1322.02ZM1342.2 388.267C1328.83 375.873 1322.02 355.374 1322.02 326.5H1320.02C1320.02 355.626 1326.88 376.794 1340.84 389.733L1342.2 388.267ZM1537.71 403V38H1535.71V403H1537.71ZM1606.71 402H1536.71V404H1606.71V402ZM1605.71 38V403H1607.71V38H1605.71ZM1536.71 39H1606.71V37H1536.71V39ZM1742.19 407C1716.72 407 1696.65 399.893 1681.88 385.777L1680.5 387.223C1695.73 401.774 1716.33 409 1742.19 409V407ZM1791.83 397.568C1775.61 403.858 1759.06 407 1742.19 407V409C1759.32 409 1776.11 405.809 1792.55 399.432L1791.83 397.568ZM1829.94 372.341C1820.73 382.861 1808.05 391.279 1791.83 397.568L1792.55 399.432C1809 393.054 1821.98 384.472 1831.44 373.659L1829.94 372.341ZM1831.19 372H1830.69V374H1831.19V372ZM1833.19 402.967L1832.19 372.967L1830.19 373.033L1831.19 403.033L1833.19 402.967ZM1897.69 402H1832.19V404H1897.69V402ZM1896.69 239V403H1898.69V239H1896.69ZM1886.29 179.931C1893.2 194.41 1896.69 214.077 1896.69 239H1898.69C1898.69 213.923 1895.18 193.923 1888.09 179.069L1886.29 179.931ZM1853.31 148.424C1868.41 154.662 1879.39 165.15 1886.29 179.923L1888.1 179.077C1880.99 163.85 1869.64 153.004 1854.07 146.576L1853.31 148.424ZM1790.69 139C1817.3 139 1838.15 142.162 1853.31 148.424L1854.07 146.576C1838.57 140.171 1817.42 137 1790.69 137V139ZM1727.36 144.486C1748.64 140.828 1769.75 139 1790.69 139V137C1769.63 137 1748.41 138.838 1727.02 142.514L1727.36 144.486ZM1670.03 158.939C1687.3 152.631 1706.4 147.812 1727.35 144.488L1727.03 142.512C1705.98 145.854 1686.75 150.702 1669.35 157.061L1670.03 158.939ZM1679.18 210.842L1670.68 157.842L1668.7 158.158L1677.2 211.158L1679.18 210.842ZM1729.01 195.517C1710.95 198.861 1693.89 203.712 1677.82 210.07L1678.56 211.93C1694.5 205.622 1711.43 200.806 1729.37 197.483L1729.01 195.517ZM1781.19 190C1764.45 190 1747.05 191.841 1728.99 195.52L1729.39 197.48C1747.33 193.825 1764.6 192 1781.19 192V190ZM1810.56 194.072C1803.72 191.334 1793.9 190 1781.19 190V192C1793.81 192 1803.33 193.332 1809.82 195.928L1810.56 194.072ZM1825.61 207.612C1822.83 200.992 1817.76 196.468 1810.51 194.051L1809.88 195.949C1816.62 198.199 1821.22 202.341 1823.77 208.388L1825.61 207.612ZM1830.19 235C1830.19 223.271 1828.69 214.1 1825.6 207.572L1823.79 208.428C1826.7 214.567 1828.19 223.395 1828.19 235H1830.19ZM1794.69 236H1829.19V234H1794.69V236ZM1694.76 260.323C1718.19 244.15 1751.46 236 1794.69 236V234C1751.25 234 1717.52 242.184 1693.62 258.677L1694.76 260.323ZM1660.19 329C1660.19 299.306 1671.72 276.454 1694.76 260.319L1693.62 258.681C1670 275.213 1658.19 298.694 1658.19 329H1660.19ZM1681.89 385.785C1667.45 371.672 1660.19 352.78 1660.19 329H1658.19C1658.19 353.22 1665.6 372.662 1680.49 387.215L1681.89 385.785ZM1767.19 357C1778.97 357 1789.61 354.98 1799.09 350.919L1798.3 349.081C1789.11 353.02 1778.74 355 1767.19 355V357ZM1734.58 347.788C1742.48 353.971 1753.39 357 1767.19 357V355C1753.66 355 1743.24 352.029 1735.81 346.212L1734.58 347.788ZM1723.19 322C1723.19 332.924 1726.96 341.559 1734.56 347.774L1735.82 346.226C1728.75 340.441 1725.19 332.409 1725.19 322H1723.19ZM1743.74 289.606C1736.95 293.004 1731.8 297.408 1728.35 302.839C1724.9 308.273 1723.19 314.673 1723.19 322H1725.19C1725.19 314.994 1726.82 308.977 1730.04 303.911C1733.25 298.842 1738.1 294.663 1744.64 291.394L1743.74 289.606ZM1804.69 279C1777.64 279 1757.28 282.501 1743.73 289.615L1744.66 291.385C1757.77 284.499 1777.74 281 1804.69 281V279ZM1829.19 279H1804.69V281H1829.19V279ZM1830.19 309.5V280H1828.19V309.5H1830.19ZM1821.48 334.111C1827.27 326.616 1830.19 318.404 1830.19 309.5H1828.19C1828.19 317.93 1825.44 325.717 1819.9 332.889L1821.48 334.111ZM1799.09 350.919C1808.55 346.862 1816.03 341.263 1821.49 334.106L1819.9 332.894C1814.68 339.737 1807.5 345.138 1798.3 349.081L1799.09 350.919ZM1983.03 508.374L2026.03 401.874L2024.18 401.126L1981.18 507.626L1983.03 508.374ZM2054.61 507H1982.11V509H2054.61V507ZM2196.67 142.635L2053.67 507.635L2055.54 508.365L2198.54 143.365L2196.67 142.635ZM2123.61 144H2197.61V142H2123.61V144ZM2061.06 335.813L2124.56 143.313L2122.66 142.687L2059.16 335.187L2061.06 335.813ZM2059.11 336.5H2060.11V334.5H2059.11V336.5ZM1995.16 143.311L2058.16 335.811L2060.06 335.189L1997.06 142.689L1995.16 143.311ZM1922.61 144.5L1996.11 144L1996.1 142L1922.6 142.5L1922.61 144.5ZM2026.03 401.131L1923.53 143.131L1921.68 143.869L2024.18 401.869L2026.03 401.131ZM2359.46 407C2312.95 407 2277.23 395.375 2252.14 372.264L2250.78 373.736C2276.36 397.292 2312.63 409 2359.46 409V407ZM2408.78 402.516C2392.51 405.505 2376.07 407 2359.46 407V409C2376.19 409 2392.75 407.495 2409.14 404.484L2408.78 402.516ZM2452.09 391.073C2439.84 396.038 2425.41 399.855 2408.8 402.513L2409.12 404.487C2425.84 401.812 2440.42 397.962 2452.84 392.927L2452.09 391.073ZM2443.47 339.651L2451.47 392.151L2453.45 391.849L2445.45 339.349L2443.47 339.651ZM2402.13 351.486C2418.18 348.811 2432.41 345.13 2444.81 340.435L2444.11 338.565C2431.85 343.204 2417.75 346.855 2401.8 349.514L2402.13 351.486ZM2356.46 355.5C2370.86 355.5 2386.08 354.161 2402.13 351.486L2401.8 349.514C2385.84 352.172 2370.73 353.5 2356.46 353.5V355.5ZM2299.3 338.746C2311.89 349.978 2331.01 355.5 2356.46 355.5V353.5C2331.25 353.5 2312.7 348.022 2300.63 337.254L2299.3 338.746ZM2281.01 298.1C2282.79 315.834 2288.85 329.429 2299.3 338.746L2300.63 337.254C2290.65 328.358 2284.74 315.286 2283 297.9L2281.01 298.1ZM2464.46 297H2282.01V299H2464.46V297ZM2463.96 284.5C2463.96 290.492 2463.79 294.947 2463.47 297.89L2465.45 298.11C2465.79 295.053 2465.96 290.508 2465.96 284.5H2463.96ZM2464.46 268.5C2464.46 273.144 2464.29 278.458 2463.96 284.445L2465.96 284.555C2466.29 278.542 2466.46 273.19 2466.46 268.5H2464.46ZM2432.73 172.685C2453.84 195.111 2464.46 227 2464.46 268.5H2466.46C2466.46 226.667 2455.75 194.222 2434.19 171.315L2432.73 172.685ZM2343.46 139C2382.26 139 2411.96 150.268 2432.73 172.68L2434.19 171.32C2412.96 148.399 2382.66 137 2343.46 137V139ZM2249.18 174.692C2271.96 150.93 2303.34 139 2343.46 139V137C2302.92 137 2270.97 149.07 2247.74 173.308L2249.18 174.692ZM2214.96 273C2214.96 231.187 2226.41 198.46 2249.18 174.692L2247.74 173.308C2224.52 197.54 2212.96 230.813 2212.96 273H2214.96ZM2252.14 372.269C2227.4 349.172 2214.96 316.135 2214.96 273H2212.96C2212.96 316.532 2225.52 350.161 2250.78 373.731L2252.14 372.269ZM2296.18 207.378C2287.93 217.759 2282.96 232.133 2281.19 250.404L2283.19 250.596C2284.93 232.561 2289.81 218.602 2297.74 208.622L2296.18 207.378ZM2343.46 187C2322.56 187 2306.74 193.754 2296.17 207.387L2297.75 208.613C2307.85 195.579 2323.03 189 2343.46 189V187ZM2387.77 206.407C2378.2 193.421 2363.36 187 2343.46 187V189C2362.9 189 2377.06 195.246 2386.16 207.593L2387.77 206.407ZM2401.9 250.419C2400.37 231.501 2395.69 216.789 2387.76 206.393L2386.17 207.607C2393.78 217.586 2398.4 231.874 2399.91 250.581L2401.9 250.419ZM2282.19 251.5H2400.91V249.5H2282.19V251.5ZM2517.09 144H2583.09V142H2517.09V144ZM2518.09 403V143H2516.09V403H2518.09ZM2586.59 402H2517.09V404H2586.59V402ZM2585.59 283V403H2587.59V283H2585.59ZM2600.8 238.89C2590.67 252.06 2585.59 266.774 2585.59 283H2587.59C2587.59 267.226 2592.52 252.94 2602.39 240.11L2600.8 238.89ZM2641.68 207.088C2624.55 214.816 2610.91 225.416 2600.79 238.9L2602.39 240.1C2612.28 226.917 2625.64 216.517 2642.5 208.912L2641.68 207.088ZM2698.59 195.5C2677.8 195.5 2658.83 199.357 2641.68 207.088L2642.5 208.912C2659.36 201.309 2678.05 197.5 2698.59 197.5V195.5ZM2697.59 138V196.5H2699.59V138H2697.59ZM2654.88 145.457C2669.12 141.152 2683.69 139 2698.59 139V137C2683.5 137 2668.73 139.181 2654.3 143.543L2654.88 145.457ZM2616.15 163.332C2628.06 155.39 2640.97 149.433 2654.87 145.462L2654.32 143.538C2640.22 147.567 2627.13 153.61 2615.04 161.668L2616.15 163.332ZM2585.9 192.096C2594.5 180.52 2604.58 170.935 2616.14 163.336L2615.04 161.664C2603.28 169.398 2593.02 179.147 2584.29 190.904L2585.9 192.096ZM2583.59 192.5H2585.09V190.5H2583.59V192.5ZM2582.09 143.01L2582.59 191.51L2584.59 191.49L2584.09 142.99L2582.09 143.01Z",fill:"currentColor",mask:"url(#path-1-outside-1_2003_117)"})]}),L.jsxRuntimeExports.jsx("defs",{children:L.jsxRuntimeExports.jsxs("filter",{id:"filter0_d_2003_117",x:"0",y:"0",width:"2703.59",height:"517",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[L.jsxRuntimeExports.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),L.jsxRuntimeExports.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),L.jsxRuntimeExports.jsx("feOffset",{dy:"4"}),L.jsxRuntimeExports.jsx("feGaussianBlur",{stdDeviation:"2"}),L.jsxRuntimeExports.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),L.jsxRuntimeExports.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),L.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_2003_117"}),L.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2003_117",result:"shape"})]})})]});exports.LogoWithTextNoFrame=V;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as L } from "../../jsx-runtime-Tw_Kw2GZ.js";
|
|
3
|
-
const M = ({
|
|
4
|
-
bgColor: C,
|
|
5
|
-
...H
|
|
6
|
-
}) => /* @__PURE__ */ L.jsxs("svg", { width: "2704", height: "517", viewBox: "0 0 2704 517", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...H, children: [
|
|
7
|
-
/* @__PURE__ */ L.jsxs("g", { filter: "url(#filter0_d_2003_117)", children: [
|
|
8
|
-
/* @__PURE__ */ L.jsxs("mask", { id: "path-1-outside-1_2003_117", maskUnits: "userSpaceOnUse", x: "4", y: "0", width: "2696", height: "509", fill: "currentColor", children: [
|
|
9
|
-
/* @__PURE__ */ L.jsx("rect", { fill: C, x: "4", width: "2696", height: "509" }),
|
|
10
|
-
/* @__PURE__ */ L.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 46C5 21.1472 25.1472 1 50 1H295C319.853 1 340 21.1472 340 46C340 70.8528 319.853 91 295 91H50C25.1472 91 5 70.8528 5 46ZM50 176C25.1472 176 5 196.147 5 221C5 245.853 25.1472 266 50 266H430C454.853 266 475 245.853 475 221C475 196.147 454.853 176 430 176H50ZM50 349C25.1472 349 5 369.147 5 394C5 418.853 25.1472 439 50 439H230C254.853 439 275 418.853 275 394C275 369.147 254.853 349 230 349H50ZM841.5 38V403H914.5V38H841.5ZM991.215 143V403H1060.21V250C1060.21 239 1062.71 229.5 1067.71 221.5C1073.05 213.167 1080.38 206.667 1089.71 202C1099.05 197 1109.71 194.5 1121.71 194.5C1137.71 194.5 1149.38 199.5 1156.71 209.5C1164.05 219.167 1167.71 234.833 1167.71 256.5V403H1236.21V243C1236.21 206.667 1228.71 180.167 1213.71 163.5C1199.05 146.5 1176.05 138 1144.71 138C1126.05 138 1109.55 141 1095.21 147C1081.21 152.667 1068.88 161.5 1058.21 173.5H1057.21L1056.71 143H991.215ZM1341.52 389C1355.52 401.667 1378.19 408 1409.52 408C1420.52 408 1431.19 407.167 1441.52 405.5C1451.85 404.167 1462.69 401.833 1474.02 398.5L1468.52 344C1461.85 346.333 1454.52 348.167 1446.52 349.5C1438.85 350.833 1431.52 351.5 1424.52 351.5C1411.52 351.5 1402.52 348.5 1397.52 342.5C1392.52 336.167 1390.02 325.167 1390.02 309.5V196.5H1474.52V143H1390.02V58H1321.02V143H1264.52V196.5H1321.02V326.5C1321.02 355.5 1327.85 376.333 1341.52 389ZM1536.71 38V403H1606.71V38H1536.71ZM1681.19 386.5C1696.19 400.833 1716.52 408 1742.19 408C1759.19 408 1775.86 404.833 1792.19 398.5C1808.52 392.167 1821.36 383.667 1830.69 373H1831.19L1832.19 403H1897.69V239C1897.69 214 1894.19 194.167 1887.19 179.5C1880.19 164.5 1869.02 153.833 1853.69 147.5C1838.36 141.167 1817.36 138 1790.69 138C1769.69 138 1748.52 139.833 1727.19 143.5C1706.19 146.833 1687.02 151.667 1669.69 158L1678.19 211C1694.19 204.667 1711.19 199.833 1729.19 196.5C1747.19 192.833 1764.52 191 1781.19 191C1793.86 191 1803.52 192.333 1810.19 195C1817.19 197.333 1822.02 201.667 1824.69 208C1827.69 214.333 1829.19 223.333 1829.19 235H1794.69C1751.36 235 1717.86 243.167 1694.19 259.5C1670.86 275.833 1659.19 299 1659.19 329C1659.19 353 1666.52 372.167 1681.19 386.5ZM1798.69 350C1789.36 354 1778.86 356 1767.19 356C1753.52 356 1742.86 353 1735.19 347C1727.86 341 1724.19 332.667 1724.19 322C1724.19 307.667 1730.86 297.167 1744.19 290.5C1757.52 283.5 1777.69 280 1804.69 280H1829.19V309.5C1829.19 318.167 1826.36 326.167 1820.69 333.5C1815.36 340.5 1808.02 346 1798.69 350ZM2025.11 401.5L1982.11 508H2054.61L2197.61 143H2123.61L2060.11 335.5H2059.11L1996.11 143L1922.61 143.5L2025.11 401.5ZM2251.46 373C2276.79 396.333 2312.79 408 2359.46 408C2376.13 408 2392.63 406.5 2408.96 403.5C2425.63 400.833 2440.13 397 2452.46 392L2444.46 339.5C2432.13 344.167 2417.96 347.833 2401.96 350.5C2385.96 353.167 2370.79 354.5 2356.46 354.5C2331.13 354.5 2312.29 349 2299.96 338C2289.75 328.893 2283.77 315.56 2282.01 298H2464.46C2464.79 295 2464.96 290.5 2464.96 284.5C2465.29 278.5 2465.46 273.167 2465.46 268.5C2465.46 226.833 2454.79 194.667 2433.46 172C2412.46 149.333 2382.46 138 2343.46 138C2303.13 138 2271.46 150 2248.46 174C2225.46 198 2213.96 231 2213.96 273C2213.96 316.333 2226.46 349.667 2251.46 373ZM2282.19 250.5C2283.95 232.347 2288.87 218.18 2296.96 208C2307.29 194.667 2322.79 188 2343.46 188C2363.13 188 2377.63 194.333 2386.96 207C2394.74 217.188 2399.38 231.688 2400.91 250.5H2282.19ZM2583.09 143H2517.09V403H2586.59V283C2586.59 267 2591.59 252.5 2601.59 239.5C2611.59 226.167 2625.09 215.667 2642.09 208C2659.09 200.333 2677.93 196.5 2698.59 196.5V138C2683.59 138 2668.93 140.167 2654.59 144.5C2640.59 148.5 2627.59 154.5 2615.59 162.5C2603.93 170.167 2593.76 179.833 2585.09 191.5H2583.59L2583.09 143Z" })
|
|
11
|
-
] }),
|
|
12
|
-
/* @__PURE__ */ L.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 46C5 21.1472 25.1472 1 50 1H295C319.853 1 340 21.1472 340 46C340 70.8528 319.853 91 295 91H50C25.1472 91 5 70.8528 5 46ZM50 176C25.1472 176 5 196.147 5 221C5 245.853 25.1472 266 50 266H430C454.853 266 475 245.853 475 221C475 196.147 454.853 176 430 176H50ZM50 349C25.1472 349 5 369.147 5 394C5 418.853 25.1472 439 50 439H230C254.853 439 275 418.853 275 394C275 369.147 254.853 349 230 349H50ZM841.5 38V403H914.5V38H841.5ZM991.215 143V403H1060.21V250C1060.21 239 1062.71 229.5 1067.71 221.5C1073.05 213.167 1080.38 206.667 1089.71 202C1099.05 197 1109.71 194.5 1121.71 194.5C1137.71 194.5 1149.38 199.5 1156.71 209.5C1164.05 219.167 1167.71 234.833 1167.71 256.5V403H1236.21V243C1236.21 206.667 1228.71 180.167 1213.71 163.5C1199.05 146.5 1176.05 138 1144.71 138C1126.05 138 1109.55 141 1095.21 147C1081.21 152.667 1068.88 161.5 1058.21 173.5H1057.21L1056.71 143H991.215ZM1341.52 389C1355.52 401.667 1378.19 408 1409.52 408C1420.52 408 1431.19 407.167 1441.52 405.5C1451.85 404.167 1462.69 401.833 1474.02 398.5L1468.52 344C1461.85 346.333 1454.52 348.167 1446.52 349.5C1438.85 350.833 1431.52 351.5 1424.52 351.5C1411.52 351.5 1402.52 348.5 1397.52 342.5C1392.52 336.167 1390.02 325.167 1390.02 309.5V196.5H1474.52V143H1390.02V58H1321.02V143H1264.52V196.5H1321.02V326.5C1321.02 355.5 1327.85 376.333 1341.52 389ZM1536.71 38V403H1606.71V38H1536.71ZM1681.19 386.5C1696.19 400.833 1716.52 408 1742.19 408C1759.19 408 1775.86 404.833 1792.19 398.5C1808.52 392.167 1821.36 383.667 1830.69 373H1831.19L1832.19 403H1897.69V239C1897.69 214 1894.19 194.167 1887.19 179.5C1880.19 164.5 1869.02 153.833 1853.69 147.5C1838.36 141.167 1817.36 138 1790.69 138C1769.69 138 1748.52 139.833 1727.19 143.5C1706.19 146.833 1687.02 151.667 1669.69 158L1678.19 211C1694.19 204.667 1711.19 199.833 1729.19 196.5C1747.19 192.833 1764.52 191 1781.19 191C1793.86 191 1803.52 192.333 1810.19 195C1817.19 197.333 1822.02 201.667 1824.69 208C1827.69 214.333 1829.19 223.333 1829.19 235H1794.69C1751.36 235 1717.86 243.167 1694.19 259.5C1670.86 275.833 1659.19 299 1659.19 329C1659.19 353 1666.52 372.167 1681.19 386.5ZM1798.69 350C1789.36 354 1778.86 356 1767.19 356C1753.52 356 1742.86 353 1735.19 347C1727.86 341 1724.19 332.667 1724.19 322C1724.19 307.667 1730.86 297.167 1744.19 290.5C1757.52 283.5 1777.69 280 1804.69 280H1829.19V309.5C1829.19 318.167 1826.36 326.167 1820.69 333.5C1815.36 340.5 1808.02 346 1798.69 350ZM2025.11 401.5L1982.11 508H2054.61L2197.61 143H2123.61L2060.11 335.5H2059.11L1996.11 143L1922.61 143.5L2025.11 401.5ZM2251.46 373C2276.79 396.333 2312.79 408 2359.46 408C2376.13 408 2392.63 406.5 2408.96 403.5C2425.63 400.833 2440.13 397 2452.46 392L2444.46 339.5C2432.13 344.167 2417.96 347.833 2401.96 350.5C2385.96 353.167 2370.79 354.5 2356.46 354.5C2331.13 354.5 2312.29 349 2299.96 338C2289.75 328.893 2283.77 315.56 2282.01 298H2464.46C2464.79 295 2464.96 290.5 2464.96 284.5C2465.29 278.5 2465.46 273.167 2465.46 268.5C2465.46 226.833 2454.79 194.667 2433.46 172C2412.46 149.333 2382.46 138 2343.46 138C2303.13 138 2271.46 150 2248.46 174C2225.46 198 2213.96 231 2213.96 273C2213.96 316.333 2226.46 349.667 2251.46 373ZM2282.19 250.5C2283.95 232.347 2288.87 218.18 2296.96 208C2307.29 194.667 2322.79 188 2343.46 188C2363.13 188 2377.63 194.333 2386.96 207C2394.74 217.188 2399.38 231.688 2400.91 250.5H2282.19ZM2583.09 143H2517.09V403H2586.59V283C2586.59 267 2591.59 252.5 2601.59 239.5C2611.59 226.167 2625.09 215.667 2642.09 208C2659.09 200.333 2677.93 196.5 2698.59 196.5V138C2683.59 138 2668.93 140.167 2654.59 144.5C2640.59 148.5 2627.59 154.5 2615.59 162.5C2603.93 170.167 2593.76 179.833 2585.09 191.5H2583.59L2583.09 143Z", fill: "currentColor" }),
|
|
13
|
-
/* @__PURE__ */ L.jsx("path", { d: "M841.5 403H840.5V404H841.5V403ZM841.5 38V37H840.5V38H841.5ZM914.5 403V404H915.5V403H914.5ZM914.5 38H915.5V37H914.5V38ZM991.215 403H990.215V404H991.215V403ZM991.215 143V142H990.215V143H991.215ZM1060.21 403V404H1061.21V403H1060.21ZM1067.71 221.5L1066.87 220.961L1066.87 220.97L1067.71 221.5ZM1089.71 202L1090.16 202.894L1090.17 202.888L1090.19 202.881L1089.71 202ZM1156.71 209.5L1155.91 210.091L1155.91 210.098L1155.92 210.104L1156.71 209.5ZM1167.71 403H1166.71V404H1167.71V403ZM1236.21 403V404H1237.21V403H1236.21ZM1213.71 163.5L1212.96 164.153L1212.96 164.161L1212.97 164.169L1213.71 163.5ZM1095.21 147L1095.59 147.927L1095.6 147.922L1095.21 147ZM1058.21 173.5V174.5H1058.66L1058.96 174.164L1058.21 173.5ZM1057.21 173.5L1056.21 173.516L1056.23 174.5H1057.21V173.5ZM1056.71 143L1057.71 142.984L1057.7 142H1056.71V143ZM1341.52 389L1340.84 389.733L1340.85 389.742L1341.52 389ZM1441.52 405.5L1441.39 404.508L1441.38 404.51L1441.36 404.513L1441.52 405.5ZM1474.02 398.5L1474.3 399.459L1475.1 399.225L1475.01 398.4L1474.02 398.5ZM1468.52 344L1469.51 343.9L1469.39 342.637L1468.19 343.056L1468.52 344ZM1446.52 349.5L1446.36 348.514L1446.35 348.515L1446.52 349.5ZM1397.52 342.5L1396.73 343.12L1396.74 343.13L1396.75 343.14L1397.52 342.5ZM1390.02 196.5V195.5H1389.02V196.5H1390.02ZM1474.52 196.5V197.5H1475.52V196.5H1474.52ZM1474.52 143H1475.52V142H1474.52V143ZM1390.02 143H1389.02V144H1390.02V143ZM1390.02 58H1391.02V57H1390.02V58ZM1321.02 58V57H1320.02V58H1321.02ZM1321.02 143V144H1322.02V143H1321.02ZM1264.52 143V142H1263.52V143H1264.52ZM1264.52 196.5H1263.52V197.5H1264.52V196.5ZM1321.02 196.5H1322.02V195.5H1321.02V196.5ZM1536.71 403H1535.71V404H1536.71V403ZM1536.71 38V37H1535.71V38H1536.71ZM1606.71 403V404H1607.71V403H1606.71ZM1606.71 38H1607.71V37H1606.71V38ZM1681.19 386.5L1680.49 387.215L1680.5 387.223L1681.19 386.5ZM1830.69 373V372H1830.24L1829.94 372.341L1830.69 373ZM1831.19 373L1832.19 372.967L1832.16 372H1831.19V373ZM1832.19 403L1831.19 403.033L1831.22 404H1832.19V403ZM1897.69 403V404H1898.69V403H1897.69ZM1887.19 179.5L1886.29 179.923L1886.29 179.931L1887.19 179.5ZM1853.69 147.5L1854.07 146.576L1854.07 146.576L1853.69 147.5ZM1727.19 143.5L1727.35 144.488L1727.36 144.486L1727.19 143.5ZM1669.69 158L1669.35 157.061L1668.57 157.344L1668.7 158.158L1669.69 158ZM1678.19 211L1677.2 211.158L1677.4 212.388L1678.56 211.93L1678.19 211ZM1729.19 196.5L1729.37 197.483L1729.38 197.482L1729.39 197.48L1729.19 196.5ZM1810.19 195L1809.82 195.928L1809.85 195.939L1809.88 195.949L1810.19 195ZM1824.69 208L1823.77 208.388L1823.78 208.408L1823.79 208.428L1824.69 208ZM1829.19 235V236H1830.19V235H1829.19ZM1694.19 259.5L1693.62 258.677L1693.62 258.681L1694.19 259.5ZM1735.19 347L1734.56 347.774L1734.57 347.781L1734.58 347.788L1735.19 347ZM1744.19 290.5L1744.64 291.394L1744.65 291.39L1744.66 291.385L1744.19 290.5ZM1829.19 280H1830.19V279H1829.19V280ZM1820.69 333.5L1819.9 332.889L1819.9 332.894L1820.69 333.5ZM1982.11 508L1981.18 507.626L1980.62 509H1982.11V508ZM2025.11 401.5L2026.03 401.874L2026.18 401.503L2026.03 401.131L2025.11 401.5ZM2054.61 508V509H2055.29L2055.54 508.365L2054.61 508ZM2197.61 143L2198.54 143.365L2199.07 142H2197.61V143ZM2123.61 143V142H2122.88L2122.66 142.687L2123.61 143ZM2060.11 335.5V336.5H2060.83L2061.06 335.813L2060.11 335.5ZM2059.11 335.5L2058.16 335.811L2058.38 336.5H2059.11V335.5ZM1996.11 143L1997.06 142.689L1996.83 141.995L1996.1 142L1996.11 143ZM1922.61 143.5L1922.6 142.5L1921.14 142.51L1921.68 143.869L1922.61 143.5ZM2251.46 373L2250.78 373.731L2250.78 373.736L2251.46 373ZM2408.96 403.5L2408.8 402.513L2408.79 402.514L2408.78 402.516L2408.96 403.5ZM2452.46 392L2452.84 392.927L2453.57 392.63L2453.45 391.849L2452.46 392ZM2444.46 339.5L2445.45 339.349L2445.26 338.127L2444.11 338.565L2444.46 339.5ZM2299.96 338L2299.3 338.746L2299.3 338.746L2299.96 338ZM2282.01 298V297H2280.9L2281.01 298.1L2282.01 298ZM2464.46 298V299H2465.36L2465.45 298.11L2464.46 298ZM2464.96 284.5L2463.96 284.445L2463.96 284.472V284.5H2464.96ZM2433.46 172L2432.73 172.68L2432.73 172.685L2433.46 172ZM2296.96 208L2297.74 208.622L2297.75 208.613L2296.96 208ZM2282.19 250.5L2281.19 250.404L2281.09 251.5H2282.19V250.5ZM2386.96 207L2386.16 207.593L2386.16 207.6L2386.17 207.607L2386.96 207ZM2400.91 250.5V251.5H2401.99L2401.9 250.419L2400.91 250.5ZM2517.09 143V142H2516.09V143H2517.09ZM2583.09 143L2584.09 142.99L2584.08 142H2583.09V143ZM2517.09 403H2516.09V404H2517.09V403ZM2586.59 403V404H2587.59V403H2586.59ZM2601.59 239.5L2602.39 240.11L2602.39 240.1L2601.59 239.5ZM2642.09 208L2641.68 207.088L2641.68 207.088L2642.09 208ZM2698.59 196.5V197.5H2699.59V196.5H2698.59ZM2698.59 138H2699.59V137H2698.59V138ZM2654.59 144.5L2654.87 145.462L2654.88 145.459L2654.88 145.457L2654.59 144.5ZM2615.59 162.5L2616.14 163.336L2616.15 163.332L2615.59 162.5ZM2585.09 191.5V192.5H2585.6L2585.9 192.096L2585.09 191.5ZM2583.59 191.5L2582.59 191.51L2582.6 192.5H2583.59V191.5ZM50 0C24.5949 0 4 20.5949 4 46H6C6 21.6995 25.6995 2 50 2V0ZM295 0H50V2H295V0ZM341 46C341 20.5949 320.405 0 295 0V2C319.301 2 339 21.6995 339 46H341ZM295 92C320.405 92 341 71.4051 341 46H339C339 70.3005 319.301 90 295 90V92ZM50 92H295V90H50V92ZM4 46C4 71.4051 24.5949 92 50 92V90C25.6995 90 6 70.3005 6 46H4ZM6 221C6 196.699 25.6995 177 50 177V175C24.5949 175 4 195.595 4 221H6ZM50 265C25.6995 265 6 245.301 6 221H4C4 246.405 24.5949 267 50 267V265ZM430 265H50V267H430V265ZM474 221C474 245.301 454.301 265 430 265V267C455.405 267 476 246.405 476 221H474ZM430 177C454.301 177 474 196.699 474 221H476C476 195.595 455.405 175 430 175V177ZM50 177H430V175H50V177ZM6 394C6 369.699 25.6995 350 50 350V348C24.5949 348 4 368.595 4 394H6ZM50 438C25.6995 438 6 418.3 6 394H4C4 419.405 24.5949 440 50 440V438ZM230 438H50V440H230V438ZM274 394C274 418.3 254.301 438 230 438V440C255.405 440 276 419.405 276 394H274ZM230 350C254.301 350 274 369.699 274 394H276C276 368.595 255.405 348 230 348V350ZM50 350H230V348H50V350ZM842.5 403V38H840.5V403H842.5ZM914.5 402H841.5V404H914.5V402ZM913.5 38V403H915.5V38H913.5ZM841.5 39H914.5V37H841.5V39ZM992.215 403V143H990.215V403H992.215ZM1060.21 402H991.215V404H1060.21V402ZM1059.21 250V403H1061.21V250H1059.21ZM1066.87 220.97C1061.75 229.154 1059.21 238.844 1059.21 250H1061.21C1061.21 239.156 1063.68 229.846 1068.56 222.03L1066.87 220.97ZM1089.27 201.106C1079.78 205.848 1072.31 212.467 1066.87 220.961L1068.56 222.039C1073.79 213.866 1080.98 207.485 1090.16 202.894L1089.27 201.106ZM1121.71 193.5C1109.57 193.5 1098.74 196.031 1089.24 201.119L1090.19 202.881C1099.36 197.969 1109.86 195.5 1121.71 195.5V193.5ZM1157.52 208.909C1149.95 198.579 1137.93 193.5 1121.71 193.5V195.5C1137.5 195.5 1148.82 200.421 1155.91 210.091L1157.52 208.909ZM1168.71 256.5C1168.71 234.767 1165.05 218.827 1157.51 208.896L1155.92 210.104C1163.05 219.506 1166.71 234.9 1166.71 256.5H1168.71ZM1168.71 403V256.5H1166.71V403H1168.71ZM1236.21 402H1167.71V404H1236.21V402ZM1235.21 243V403H1237.21V243H1235.21ZM1212.97 164.169C1227.73 180.567 1235.21 206.769 1235.21 243H1237.21C1237.21 206.564 1229.7 179.766 1214.46 162.831L1212.97 164.169ZM1144.71 139C1175.88 139 1198.55 147.45 1212.96 164.153L1214.47 162.847C1199.55 145.55 1176.22 137 1144.71 137V139ZM1095.6 147.922C1109.79 141.983 1126.15 139 1144.71 139V137C1125.94 137 1109.31 140.017 1094.83 146.078L1095.6 147.922ZM1058.96 174.164C1069.53 162.272 1081.74 153.532 1095.59 147.927L1094.84 146.073C1080.69 151.801 1068.23 160.728 1057.47 172.836L1058.96 174.164ZM1057.21 174.5H1058.21V172.5H1057.21V174.5ZM1055.71 143.016L1056.21 173.516L1058.21 173.484L1057.71 142.984L1055.71 143.016ZM991.215 144H1056.71V142H991.215V144ZM1409.52 407C1378.28 407 1355.92 400.679 1342.19 388.258L1340.85 389.742C1355.12 402.654 1378.09 409 1409.52 409V407ZM1441.36 404.513C1431.08 406.171 1420.47 407 1409.52 407V409C1420.57 409 1431.29 408.163 1441.68 406.487L1441.36 404.513ZM1473.74 397.541C1462.45 400.861 1451.67 403.182 1441.39 404.508L1441.65 406.492C1452.04 405.151 1462.92 402.806 1474.3 399.459L1473.74 397.541ZM1467.52 344.1L1473.02 398.6L1475.01 398.4L1469.51 343.9L1467.52 344.1ZM1446.68 350.486C1454.73 349.145 1462.12 347.299 1468.85 344.944L1468.19 343.056C1461.58 345.368 1454.31 347.188 1446.36 348.514L1446.68 350.486ZM1424.52 352.5C1431.58 352.5 1438.97 351.827 1446.69 350.485L1446.35 348.515C1438.73 349.839 1431.46 350.5 1424.52 350.5V352.5ZM1396.75 343.14C1402.04 349.483 1411.41 352.5 1424.52 352.5V350.5C1411.62 350.5 1403 347.517 1398.29 341.86L1396.75 343.14ZM1389.02 309.5C1389.02 325.211 1391.51 336.507 1396.73 343.12L1398.3 341.88C1393.52 335.826 1391.02 325.123 1391.02 309.5H1389.02ZM1389.02 196.5V309.5H1391.02V196.5H1389.02ZM1474.52 195.5H1390.02V197.5H1474.52V195.5ZM1473.52 143V196.5H1475.52V143H1473.52ZM1390.02 144H1474.52V142H1390.02V144ZM1389.02 58V143H1391.02V58H1389.02ZM1321.02 59H1390.02V57H1321.02V59ZM1322.02 143V58H1320.02V143H1322.02ZM1264.52 144H1321.02V142H1264.52V144ZM1265.52 196.5V143H1263.52V196.5H1265.52ZM1321.02 195.5H1264.52V197.5H1321.02V195.5ZM1322.02 326.5V196.5H1320.02V326.5H1322.02ZM1342.2 388.267C1328.83 375.873 1322.02 355.374 1322.02 326.5H1320.02C1320.02 355.626 1326.88 376.794 1340.84 389.733L1342.2 388.267ZM1537.71 403V38H1535.71V403H1537.71ZM1606.71 402H1536.71V404H1606.71V402ZM1605.71 38V403H1607.71V38H1605.71ZM1536.71 39H1606.71V37H1536.71V39ZM1742.19 407C1716.72 407 1696.65 399.893 1681.88 385.777L1680.5 387.223C1695.73 401.774 1716.33 409 1742.19 409V407ZM1791.83 397.568C1775.61 403.858 1759.06 407 1742.19 407V409C1759.32 409 1776.11 405.809 1792.55 399.432L1791.83 397.568ZM1829.94 372.341C1820.73 382.861 1808.05 391.279 1791.83 397.568L1792.55 399.432C1809 393.054 1821.98 384.472 1831.44 373.659L1829.94 372.341ZM1831.19 372H1830.69V374H1831.19V372ZM1833.19 402.967L1832.19 372.967L1830.19 373.033L1831.19 403.033L1833.19 402.967ZM1897.69 402H1832.19V404H1897.69V402ZM1896.69 239V403H1898.69V239H1896.69ZM1886.29 179.931C1893.2 194.41 1896.69 214.077 1896.69 239H1898.69C1898.69 213.923 1895.18 193.923 1888.09 179.069L1886.29 179.931ZM1853.31 148.424C1868.41 154.662 1879.39 165.15 1886.29 179.923L1888.1 179.077C1880.99 163.85 1869.64 153.004 1854.07 146.576L1853.31 148.424ZM1790.69 139C1817.3 139 1838.15 142.162 1853.31 148.424L1854.07 146.576C1838.57 140.171 1817.42 137 1790.69 137V139ZM1727.36 144.486C1748.64 140.828 1769.75 139 1790.69 139V137C1769.63 137 1748.41 138.838 1727.02 142.514L1727.36 144.486ZM1670.03 158.939C1687.3 152.631 1706.4 147.812 1727.35 144.488L1727.03 142.512C1705.98 145.854 1686.75 150.702 1669.35 157.061L1670.03 158.939ZM1679.18 210.842L1670.68 157.842L1668.7 158.158L1677.2 211.158L1679.18 210.842ZM1729.01 195.517C1710.95 198.861 1693.89 203.712 1677.82 210.07L1678.56 211.93C1694.5 205.622 1711.43 200.806 1729.37 197.483L1729.01 195.517ZM1781.19 190C1764.45 190 1747.05 191.841 1728.99 195.52L1729.39 197.48C1747.33 193.825 1764.6 192 1781.19 192V190ZM1810.56 194.072C1803.72 191.334 1793.9 190 1781.19 190V192C1793.81 192 1803.33 193.332 1809.82 195.928L1810.56 194.072ZM1825.61 207.612C1822.83 200.992 1817.76 196.468 1810.51 194.051L1809.88 195.949C1816.62 198.199 1821.22 202.341 1823.77 208.388L1825.61 207.612ZM1830.19 235C1830.19 223.271 1828.69 214.1 1825.6 207.572L1823.79 208.428C1826.7 214.567 1828.19 223.395 1828.19 235H1830.19ZM1794.69 236H1829.19V234H1794.69V236ZM1694.76 260.323C1718.19 244.15 1751.46 236 1794.69 236V234C1751.25 234 1717.52 242.184 1693.62 258.677L1694.76 260.323ZM1660.19 329C1660.19 299.306 1671.72 276.454 1694.76 260.319L1693.62 258.681C1670 275.213 1658.19 298.694 1658.19 329H1660.19ZM1681.89 385.785C1667.45 371.672 1660.19 352.78 1660.19 329H1658.19C1658.19 353.22 1665.6 372.662 1680.49 387.215L1681.89 385.785ZM1767.19 357C1778.97 357 1789.61 354.98 1799.09 350.919L1798.3 349.081C1789.11 353.02 1778.74 355 1767.19 355V357ZM1734.58 347.788C1742.48 353.971 1753.39 357 1767.19 357V355C1753.66 355 1743.24 352.029 1735.81 346.212L1734.58 347.788ZM1723.19 322C1723.19 332.924 1726.96 341.559 1734.56 347.774L1735.82 346.226C1728.75 340.441 1725.19 332.409 1725.19 322H1723.19ZM1743.74 289.606C1736.95 293.004 1731.8 297.408 1728.35 302.839C1724.9 308.273 1723.19 314.673 1723.19 322H1725.19C1725.19 314.994 1726.82 308.977 1730.04 303.911C1733.25 298.842 1738.1 294.663 1744.64 291.394L1743.74 289.606ZM1804.69 279C1777.64 279 1757.28 282.501 1743.73 289.615L1744.66 291.385C1757.77 284.499 1777.74 281 1804.69 281V279ZM1829.19 279H1804.69V281H1829.19V279ZM1830.19 309.5V280H1828.19V309.5H1830.19ZM1821.48 334.111C1827.27 326.616 1830.19 318.404 1830.19 309.5H1828.19C1828.19 317.93 1825.44 325.717 1819.9 332.889L1821.48 334.111ZM1799.09 350.919C1808.55 346.862 1816.03 341.263 1821.49 334.106L1819.9 332.894C1814.68 339.737 1807.5 345.138 1798.3 349.081L1799.09 350.919ZM1983.03 508.374L2026.03 401.874L2024.18 401.126L1981.18 507.626L1983.03 508.374ZM2054.61 507H1982.11V509H2054.61V507ZM2196.67 142.635L2053.67 507.635L2055.54 508.365L2198.54 143.365L2196.67 142.635ZM2123.61 144H2197.61V142H2123.61V144ZM2061.06 335.813L2124.56 143.313L2122.66 142.687L2059.16 335.187L2061.06 335.813ZM2059.11 336.5H2060.11V334.5H2059.11V336.5ZM1995.16 143.311L2058.16 335.811L2060.06 335.189L1997.06 142.689L1995.16 143.311ZM1922.61 144.5L1996.11 144L1996.1 142L1922.6 142.5L1922.61 144.5ZM2026.03 401.131L1923.53 143.131L1921.68 143.869L2024.18 401.869L2026.03 401.131ZM2359.46 407C2312.95 407 2277.23 395.375 2252.14 372.264L2250.78 373.736C2276.36 397.292 2312.63 409 2359.46 409V407ZM2408.78 402.516C2392.51 405.505 2376.07 407 2359.46 407V409C2376.19 409 2392.75 407.495 2409.14 404.484L2408.78 402.516ZM2452.09 391.073C2439.84 396.038 2425.41 399.855 2408.8 402.513L2409.12 404.487C2425.84 401.812 2440.42 397.962 2452.84 392.927L2452.09 391.073ZM2443.47 339.651L2451.47 392.151L2453.45 391.849L2445.45 339.349L2443.47 339.651ZM2402.13 351.486C2418.18 348.811 2432.41 345.13 2444.81 340.435L2444.11 338.565C2431.85 343.204 2417.75 346.855 2401.8 349.514L2402.13 351.486ZM2356.46 355.5C2370.86 355.5 2386.08 354.161 2402.13 351.486L2401.8 349.514C2385.84 352.172 2370.73 353.5 2356.46 353.5V355.5ZM2299.3 338.746C2311.89 349.978 2331.01 355.5 2356.46 355.5V353.5C2331.25 353.5 2312.7 348.022 2300.63 337.254L2299.3 338.746ZM2281.01 298.1C2282.79 315.834 2288.85 329.429 2299.3 338.746L2300.63 337.254C2290.65 328.358 2284.74 315.286 2283 297.9L2281.01 298.1ZM2464.46 297H2282.01V299H2464.46V297ZM2463.96 284.5C2463.96 290.492 2463.79 294.947 2463.47 297.89L2465.45 298.11C2465.79 295.053 2465.96 290.508 2465.96 284.5H2463.96ZM2464.46 268.5C2464.46 273.144 2464.29 278.458 2463.96 284.445L2465.96 284.555C2466.29 278.542 2466.46 273.19 2466.46 268.5H2464.46ZM2432.73 172.685C2453.84 195.111 2464.46 227 2464.46 268.5H2466.46C2466.46 226.667 2455.75 194.222 2434.19 171.315L2432.73 172.685ZM2343.46 139C2382.26 139 2411.96 150.268 2432.73 172.68L2434.19 171.32C2412.96 148.399 2382.66 137 2343.46 137V139ZM2249.18 174.692C2271.96 150.93 2303.34 139 2343.46 139V137C2302.92 137 2270.97 149.07 2247.74 173.308L2249.18 174.692ZM2214.96 273C2214.96 231.187 2226.41 198.46 2249.18 174.692L2247.74 173.308C2224.52 197.54 2212.96 230.813 2212.96 273H2214.96ZM2252.14 372.269C2227.4 349.172 2214.96 316.135 2214.96 273H2212.96C2212.96 316.532 2225.52 350.161 2250.78 373.731L2252.14 372.269ZM2296.18 207.378C2287.93 217.759 2282.96 232.133 2281.19 250.404L2283.19 250.596C2284.93 232.561 2289.81 218.602 2297.74 208.622L2296.18 207.378ZM2343.46 187C2322.56 187 2306.74 193.754 2296.17 207.387L2297.75 208.613C2307.85 195.579 2323.03 189 2343.46 189V187ZM2387.77 206.407C2378.2 193.421 2363.36 187 2343.46 187V189C2362.9 189 2377.06 195.246 2386.16 207.593L2387.77 206.407ZM2401.9 250.419C2400.37 231.501 2395.69 216.789 2387.76 206.393L2386.17 207.607C2393.78 217.586 2398.4 231.874 2399.91 250.581L2401.9 250.419ZM2282.19 251.5H2400.91V249.5H2282.19V251.5ZM2517.09 144H2583.09V142H2517.09V144ZM2518.09 403V143H2516.09V403H2518.09ZM2586.59 402H2517.09V404H2586.59V402ZM2585.59 283V403H2587.59V283H2585.59ZM2600.8 238.89C2590.67 252.06 2585.59 266.774 2585.59 283H2587.59C2587.59 267.226 2592.52 252.94 2602.39 240.11L2600.8 238.89ZM2641.68 207.088C2624.55 214.816 2610.91 225.416 2600.79 238.9L2602.39 240.1C2612.28 226.917 2625.64 216.517 2642.5 208.912L2641.68 207.088ZM2698.59 195.5C2677.8 195.5 2658.83 199.357 2641.68 207.088L2642.5 208.912C2659.36 201.309 2678.05 197.5 2698.59 197.5V195.5ZM2697.59 138V196.5H2699.59V138H2697.59ZM2654.88 145.457C2669.12 141.152 2683.69 139 2698.59 139V137C2683.5 137 2668.73 139.181 2654.3 143.543L2654.88 145.457ZM2616.15 163.332C2628.06 155.39 2640.97 149.433 2654.87 145.462L2654.32 143.538C2640.22 147.567 2627.13 153.61 2615.04 161.668L2616.15 163.332ZM2585.9 192.096C2594.5 180.52 2604.58 170.935 2616.14 163.336L2615.04 161.664C2603.28 169.398 2593.02 179.147 2584.29 190.904L2585.9 192.096ZM2583.59 192.5H2585.09V190.5H2583.59V192.5ZM2582.09 143.01L2582.59 191.51L2584.59 191.49L2584.09 142.99L2582.09 143.01Z", fill: "currentColor", mask: "url(#path-1-outside-1_2003_117)" })
|
|
14
|
-
] }),
|
|
15
|
-
/* @__PURE__ */ L.jsx("defs", { children: /* @__PURE__ */ L.jsxs("filter", { id: "filter0_d_2003_117", x: "0", y: "0", width: "2703.59", height: "517", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [
|
|
16
|
-
/* @__PURE__ */ L.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
17
|
-
/* @__PURE__ */ L.jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
|
|
18
|
-
/* @__PURE__ */ L.jsx("feOffset", { dy: "4" }),
|
|
19
|
-
/* @__PURE__ */ L.jsx("feGaussianBlur", { stdDeviation: "2" }),
|
|
20
|
-
/* @__PURE__ */ L.jsx("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
21
|
-
/* @__PURE__ */ L.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
|
|
22
|
-
/* @__PURE__ */ L.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2003_117" }),
|
|
23
|
-
/* @__PURE__ */ L.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2003_117", result: "shape" })
|
|
24
|
-
] }) })
|
|
25
|
-
] });
|
|
26
|
-
export {
|
|
27
|
-
M as LogoWithTextNoFrame
|
|
28
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("../../jsx-runtime-D6agescH.cjs"),V=({bgColor:L,...H})=>C.jsxRuntimeExports.jsxs("svg",{width:"2822",height:"702",viewBox:"0 0 2822 702",fill:"none",xmlns:"http://www.w3.org/2000/svg",...H,children:[C.jsxRuntimeExports.jsx("path",{d:"M1 280.44C1 50.3211 50.3212 1 280.44 1H421.56C651.679 1 701 50.3211 701 280.44V421.56C701 651.679 651.679 701 421.56 701H280.44C50.3212 701 1 651.679 1 421.56V280.44Z",fill:L}),C.jsxRuntimeExports.jsxs("mask",{id:"path-2-outside-1_2003_161",maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"2822",height:"702",fill:"currentColor",children:[C.jsxRuntimeExports.jsx("rect",{fill:L,width:"2822",height:"702"}),C.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 280.44C1 50.3211 50.3212 1 280.44 1H421.56C651.679 1 701 50.3211 701 280.44V421.56C701 651.679 651.679 701 421.56 701H280.44C50.3212 701 1 651.679 1 421.56V280.44ZM118 351C118 326.147 138.147 306 163 306H543C567.853 306 588 326.147 588 351C588 375.853 567.853 396 543 396H163C138.147 396 118 375.853 118 351ZM163 479C138.147 479 118 499.147 118 524C118 548.853 138.147 569 163 569H343C367.853 569 388 548.853 388 524C388 499.147 367.853 479 343 479H163ZM118 176C118 151.147 138.147 131 163 131H408C432.853 131 453 151.147 453 176C453 200.853 432.853 221 408 221H163C138.147 221 118 200.853 118 176ZM963.5 169V534H1036.5V169H963.5ZM1113.21 274V534H1182.21V381C1182.21 370 1184.71 360.5 1189.71 352.5C1195.05 344.167 1202.38 337.667 1211.71 333C1221.05 328 1231.71 325.5 1243.71 325.5C1259.71 325.5 1271.38 330.5 1278.71 340.5C1286.05 350.167 1289.71 365.833 1289.71 387.5V534H1358.21V374C1358.21 337.667 1350.71 311.167 1335.71 294.5C1321.05 277.5 1298.05 269 1266.71 269C1248.05 269 1231.55 272 1217.21 278C1203.21 283.667 1190.88 292.5 1180.21 304.5H1179.21L1178.71 274H1113.21ZM1463.52 520C1477.52 532.667 1500.19 539 1531.52 539C1542.52 539 1553.19 538.167 1563.52 536.5C1573.85 535.167 1584.69 532.833 1596.02 529.5L1590.52 475C1583.85 477.333 1576.52 479.167 1568.52 480.5C1560.85 481.833 1553.52 482.5 1546.52 482.5C1533.52 482.5 1524.52 479.5 1519.52 473.5C1514.52 467.167 1512.02 456.167 1512.02 440.5V327.5H1596.52V274H1512.02V189H1443.02V274H1386.52V327.5H1443.02V457.5C1443.02 486.5 1449.85 507.333 1463.52 520ZM1658.71 169V534H1728.71V169H1658.71ZM1803.19 517.5C1818.19 531.833 1838.52 539 1864.19 539C1881.19 539 1897.86 535.833 1914.19 529.5C1930.52 523.167 1943.36 514.667 1952.69 504H1953.19L1954.19 534H2019.69V370C2019.69 345 2016.19 325.167 2009.19 310.5C2002.19 295.5 1991.02 284.833 1975.69 278.5C1960.36 272.167 1939.36 269 1912.69 269C1891.69 269 1870.52 270.833 1849.19 274.5C1828.19 277.833 1809.02 282.667 1791.69 289L1800.19 342C1816.19 335.667 1833.19 330.833 1851.19 327.5C1869.19 323.833 1886.52 322 1903.19 322C1915.86 322 1925.52 323.333 1932.19 326C1939.19 328.333 1944.02 332.667 1946.69 339C1949.69 345.333 1951.19 354.333 1951.19 366H1916.69C1873.36 366 1839.86 374.167 1816.19 390.5C1792.86 406.833 1781.19 430 1781.19 460C1781.19 484 1788.52 503.167 1803.19 517.5ZM1920.69 481C1911.36 485 1900.86 487 1889.19 487C1875.52 487 1864.86 484 1857.19 478C1849.86 472 1846.19 463.667 1846.19 453C1846.19 438.667 1852.86 428.167 1866.19 421.5C1879.52 414.5 1899.69 411 1926.69 411H1951.19V440.5C1951.19 449.167 1948.36 457.167 1942.69 464.5C1937.36 471.5 1930.02 477 1920.69 481ZM2147.11 532.5L2104.11 639H2176.61L2319.61 274H2245.61L2182.11 466.5H2181.11L2118.11 274L2044.61 274.5L2147.11 532.5ZM2373.46 504C2398.79 527.333 2434.79 539 2481.46 539C2498.13 539 2514.63 537.5 2530.96 534.5C2547.63 531.833 2562.13 528 2574.46 523L2566.46 470.5C2554.13 475.167 2539.96 478.833 2523.96 481.5C2507.96 484.167 2492.79 485.5 2478.46 485.5C2453.13 485.5 2434.29 480 2421.96 469C2411.75 459.893 2405.77 446.56 2404.01 429H2586.46C2586.79 426 2586.96 421.5 2586.96 415.5C2587.29 409.5 2587.46 404.167 2587.46 399.5C2587.46 357.833 2576.79 325.667 2555.46 303C2534.46 280.333 2504.46 269 2465.46 269C2425.13 269 2393.46 281 2370.46 305C2347.46 329 2335.96 362 2335.96 404C2335.96 447.333 2348.46 480.667 2373.46 504ZM2404.19 381.5C2405.95 363.347 2410.87 349.18 2418.96 339C2429.29 325.667 2444.79 319 2465.46 319C2485.13 319 2499.63 325.333 2508.96 338C2516.74 348.188 2521.38 362.688 2522.91 381.5H2404.19ZM2705.09 274H2639.09V534H2708.59V414C2708.59 398 2713.59 383.5 2723.59 370.5C2733.59 357.167 2747.09 346.667 2764.09 339C2781.09 331.333 2799.93 327.5 2820.59 327.5V269C2805.59 269 2790.93 271.167 2776.59 275.5C2762.59 279.5 2749.59 285.5 2737.59 293.5C2725.93 301.167 2715.76 310.833 2707.09 322.5H2705.59L2705.09 274Z"})]}),C.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 280.44C1 50.3211 50.3212 1 280.44 1H421.56C651.679 1 701 50.3211 701 280.44V421.56C701 651.679 651.679 701 421.56 701H280.44C50.3212 701 1 651.679 1 421.56V280.44ZM118 351C118 326.147 138.147 306 163 306H543C567.853 306 588 326.147 588 351C588 375.853 567.853 396 543 396H163C138.147 396 118 375.853 118 351ZM163 479C138.147 479 118 499.147 118 524C118 548.853 138.147 569 163 569H343C367.853 569 388 548.853 388 524C388 499.147 367.853 479 343 479H163ZM118 176C118 151.147 138.147 131 163 131H408C432.853 131 453 151.147 453 176C453 200.853 432.853 221 408 221H163C138.147 221 118 200.853 118 176ZM963.5 169V534H1036.5V169H963.5ZM1113.21 274V534H1182.21V381C1182.21 370 1184.71 360.5 1189.71 352.5C1195.05 344.167 1202.38 337.667 1211.71 333C1221.05 328 1231.71 325.5 1243.71 325.5C1259.71 325.5 1271.38 330.5 1278.71 340.5C1286.05 350.167 1289.71 365.833 1289.71 387.5V534H1358.21V374C1358.21 337.667 1350.71 311.167 1335.71 294.5C1321.05 277.5 1298.05 269 1266.71 269C1248.05 269 1231.55 272 1217.21 278C1203.21 283.667 1190.88 292.5 1180.21 304.5H1179.21L1178.71 274H1113.21ZM1463.52 520C1477.52 532.667 1500.19 539 1531.52 539C1542.52 539 1553.19 538.167 1563.52 536.5C1573.85 535.167 1584.69 532.833 1596.02 529.5L1590.52 475C1583.85 477.333 1576.52 479.167 1568.52 480.5C1560.85 481.833 1553.52 482.5 1546.52 482.5C1533.52 482.5 1524.52 479.5 1519.52 473.5C1514.52 467.167 1512.02 456.167 1512.02 440.5V327.5H1596.52V274H1512.02V189H1443.02V274H1386.52V327.5H1443.02V457.5C1443.02 486.5 1449.85 507.333 1463.52 520ZM1658.71 169V534H1728.71V169H1658.71ZM1803.19 517.5C1818.19 531.833 1838.52 539 1864.19 539C1881.19 539 1897.86 535.833 1914.19 529.5C1930.52 523.167 1943.36 514.667 1952.69 504H1953.19L1954.19 534H2019.69V370C2019.69 345 2016.19 325.167 2009.19 310.5C2002.19 295.5 1991.02 284.833 1975.69 278.5C1960.36 272.167 1939.36 269 1912.69 269C1891.69 269 1870.52 270.833 1849.19 274.5C1828.19 277.833 1809.02 282.667 1791.69 289L1800.19 342C1816.19 335.667 1833.19 330.833 1851.19 327.5C1869.19 323.833 1886.52 322 1903.19 322C1915.86 322 1925.52 323.333 1932.19 326C1939.19 328.333 1944.02 332.667 1946.69 339C1949.69 345.333 1951.19 354.333 1951.19 366H1916.69C1873.36 366 1839.86 374.167 1816.19 390.5C1792.86 406.833 1781.19 430 1781.19 460C1781.19 484 1788.52 503.167 1803.19 517.5ZM1920.69 481C1911.36 485 1900.86 487 1889.19 487C1875.52 487 1864.86 484 1857.19 478C1849.86 472 1846.19 463.667 1846.19 453C1846.19 438.667 1852.86 428.167 1866.19 421.5C1879.52 414.5 1899.69 411 1926.69 411H1951.19V440.5C1951.19 449.167 1948.36 457.167 1942.69 464.5C1937.36 471.5 1930.02 477 1920.69 481ZM2147.11 532.5L2104.11 639H2176.61L2319.61 274H2245.61L2182.11 466.5H2181.11L2118.11 274L2044.61 274.5L2147.11 532.5ZM2373.46 504C2398.79 527.333 2434.79 539 2481.46 539C2498.13 539 2514.63 537.5 2530.96 534.5C2547.63 531.833 2562.13 528 2574.46 523L2566.46 470.5C2554.13 475.167 2539.96 478.833 2523.96 481.5C2507.96 484.167 2492.79 485.5 2478.46 485.5C2453.13 485.5 2434.29 480 2421.96 469C2411.75 459.893 2405.77 446.56 2404.01 429H2586.46C2586.79 426 2586.96 421.5 2586.96 415.5C2587.29 409.5 2587.46 404.167 2587.46 399.5C2587.46 357.833 2576.79 325.667 2555.46 303C2534.46 280.333 2504.46 269 2465.46 269C2425.13 269 2393.46 281 2370.46 305C2347.46 329 2335.96 362 2335.96 404C2335.96 447.333 2348.46 480.667 2373.46 504ZM2404.19 381.5C2405.95 363.347 2410.87 349.18 2418.96 339C2429.29 325.667 2444.79 319 2465.46 319C2485.13 319 2499.63 325.333 2508.96 338C2516.74 348.188 2521.38 362.688 2522.91 381.5H2404.19ZM2705.09 274H2639.09V534H2708.59V414C2708.59 398 2713.59 383.5 2723.59 370.5C2733.59 357.167 2747.09 346.667 2764.09 339C2781.09 331.333 2799.93 327.5 2820.59 327.5V269C2805.59 269 2790.93 271.167 2776.59 275.5C2762.59 279.5 2749.59 285.5 2737.59 293.5C2725.93 301.167 2715.76 310.833 2707.09 322.5H2705.59L2705.09 274Z",fill:"currentColor"}),C.jsxRuntimeExports.jsx("path",{d:"M963.5 534H962.5V535H963.5V534ZM963.5 169V168H962.5V169H963.5ZM1036.5 534V535H1037.5V534H1036.5ZM1036.5 169H1037.5V168H1036.5V169ZM1113.21 534H1112.21V535H1113.21V534ZM1113.21 274V273H1112.21V274H1113.21ZM1182.21 534V535H1183.21V534H1182.21ZM1189.71 352.5L1188.87 351.961L1188.87 351.97L1189.71 352.5ZM1211.71 333L1212.16 333.894L1212.17 333.888L1212.19 333.881L1211.71 333ZM1278.71 340.5L1277.91 341.091L1277.91 341.098L1277.92 341.104L1278.71 340.5ZM1289.71 534H1288.71V535H1289.71V534ZM1358.21 534V535H1359.21V534H1358.21ZM1335.71 294.5L1334.96 295.153L1334.96 295.161L1334.97 295.169L1335.71 294.5ZM1217.21 278L1217.59 278.927L1217.6 278.922L1217.21 278ZM1180.21 304.5V305.5H1180.66L1180.96 305.164L1180.21 304.5ZM1179.21 304.5L1178.21 304.516L1178.23 305.5H1179.21V304.5ZM1178.71 274L1179.71 273.984L1179.7 273H1178.71V274ZM1463.52 520L1462.84 520.733L1462.85 520.742L1463.52 520ZM1563.52 536.5L1563.39 535.508L1563.38 535.51L1563.36 535.513L1563.52 536.5ZM1596.02 529.5L1596.3 530.459L1597.1 530.225L1597.01 529.4L1596.02 529.5ZM1590.52 475L1591.51 474.9L1591.39 473.637L1590.19 474.056L1590.52 475ZM1568.52 480.5L1568.36 479.514L1568.35 479.515L1568.52 480.5ZM1519.52 473.5L1518.73 474.12L1518.74 474.13L1518.75 474.14L1519.52 473.5ZM1512.02 327.5V326.5H1511.02V327.5H1512.02ZM1596.52 327.5V328.5H1597.52V327.5H1596.52ZM1596.52 274H1597.52V273H1596.52V274ZM1512.02 274H1511.02V275H1512.02V274ZM1512.02 189H1513.02V188H1512.02V189ZM1443.02 189V188H1442.02V189H1443.02ZM1443.02 274V275H1444.02V274H1443.02ZM1386.52 274V273H1385.52V274H1386.52ZM1386.52 327.5H1385.52V328.5H1386.52V327.5ZM1443.02 327.5H1444.02V326.5H1443.02V327.5ZM1658.71 534H1657.71V535H1658.71V534ZM1658.71 169V168H1657.71V169H1658.71ZM1728.71 534V535H1729.71V534H1728.71ZM1728.71 169H1729.71V168H1728.71V169ZM1803.19 517.5L1802.49 518.215L1802.5 518.223L1803.19 517.5ZM1952.69 504V503H1952.24L1951.94 503.341L1952.69 504ZM1953.19 504L1954.19 503.967L1954.16 503H1953.19V504ZM1954.19 534L1953.19 534.033L1953.22 535H1954.19V534ZM2019.69 534V535H2020.69V534H2019.69ZM2009.19 310.5L2008.29 310.923L2008.29 310.931L2009.19 310.5ZM1975.69 278.5L1976.07 277.576L1976.07 277.576L1975.69 278.5ZM1849.19 274.5L1849.35 275.488L1849.36 275.486L1849.19 274.5ZM1791.69 289L1791.35 288.061L1790.57 288.344L1790.7 289.158L1791.69 289ZM1800.19 342L1799.2 342.158L1799.4 343.388L1800.56 342.93L1800.19 342ZM1851.19 327.5L1851.37 328.483L1851.38 328.482L1851.39 328.48L1851.19 327.5ZM1932.19 326L1931.82 326.928L1931.85 326.939L1931.88 326.949L1932.19 326ZM1946.69 339L1945.77 339.388L1945.78 339.408L1945.79 339.428L1946.69 339ZM1951.19 366V367H1952.19V366H1951.19ZM1816.19 390.5L1815.62 389.677L1815.62 389.681L1816.19 390.5ZM1857.19 478L1856.56 478.774L1856.57 478.781L1856.58 478.788L1857.19 478ZM1866.19 421.5L1866.64 422.394L1866.65 422.39L1866.66 422.385L1866.19 421.5ZM1951.19 411H1952.19V410H1951.19V411ZM1942.69 464.5L1941.9 463.889L1941.9 463.894L1942.69 464.5ZM2104.11 639L2103.18 638.626L2102.62 640H2104.11V639ZM2147.11 532.5L2148.03 532.874L2148.18 532.503L2148.03 532.131L2147.11 532.5ZM2176.61 639V640H2177.29L2177.54 639.365L2176.61 639ZM2319.61 274L2320.54 274.365L2321.07 273H2319.61V274ZM2245.61 274V273H2244.88L2244.66 273.687L2245.61 274ZM2182.11 466.5V467.5H2182.83L2183.06 466.813L2182.11 466.5ZM2181.11 466.5L2180.16 466.811L2180.38 467.5H2181.11V466.5ZM2118.11 274L2119.06 273.689L2118.83 272.995L2118.1 273L2118.11 274ZM2044.61 274.5L2044.6 273.5L2043.14 273.51L2043.68 274.869L2044.61 274.5ZM2373.46 504L2372.78 504.731L2372.78 504.736L2373.46 504ZM2530.96 534.5L2530.8 533.513L2530.79 533.514L2530.78 533.516L2530.96 534.5ZM2574.46 523L2574.84 523.927L2575.57 523.63L2575.45 522.849L2574.46 523ZM2566.46 470.5L2567.45 470.349L2567.26 469.127L2566.11 469.565L2566.46 470.5ZM2421.96 469L2421.3 469.746L2421.3 469.746L2421.96 469ZM2404.01 429V428H2402.9L2403.01 429.1L2404.01 429ZM2586.46 429V430H2587.36L2587.45 429.11L2586.46 429ZM2586.96 415.5L2585.96 415.445L2585.96 415.472V415.5H2586.96ZM2555.46 303L2554.73 303.68L2554.73 303.685L2555.46 303ZM2370.46 305L2369.74 304.308L2369.74 304.308L2370.46 305ZM2418.96 339L2419.74 339.622L2419.75 339.613L2418.96 339ZM2404.19 381.5L2403.19 381.404L2403.09 382.5H2404.19V381.5ZM2508.96 338L2508.16 338.593L2508.16 338.6L2508.17 338.607L2508.96 338ZM2522.91 381.5V382.5H2523.99L2523.9 381.419L2522.91 381.5ZM2639.09 274V273H2638.09V274H2639.09ZM2705.09 274L2706.09 273.99L2706.08 273H2705.09V274ZM2639.09 534H2638.09V535H2639.09V534ZM2708.59 534V535H2709.59V534H2708.59ZM2723.59 370.5L2724.39 371.11L2724.39 371.1L2723.59 370.5ZM2764.09 339L2764.5 339.912L2764.5 339.912L2764.09 339ZM2820.59 327.5V328.5H2821.59V327.5H2820.59ZM2820.59 269H2821.59V268H2820.59V269ZM2776.59 275.5L2776.87 276.462L2776.88 276.459L2776.88 276.457L2776.59 275.5ZM2737.59 293.5L2738.14 294.336L2738.15 294.332L2737.59 293.5ZM2707.09 322.5V323.5H2707.6L2707.9 323.096L2707.09 322.5ZM2705.59 322.5L2704.59 322.51L2704.6 323.5H2705.59V322.5ZM280.44 0C222.887 0 176.571 3.08249 139.479 11.3258C102.376 19.5717 74.4417 32.9949 53.7183 53.7183C32.995 74.4417 19.5717 102.376 11.3259 139.479C3.08249 176.571 0 222.887 0 280.44H2C2 222.933 5.08266 176.79 13.2782 139.913C21.4713 103.048 34.7608 75.5043 55.1326 55.1325C75.5043 34.7608 103.048 21.4713 139.913 13.2782C176.79 5.08265 222.933 2 280.44 2V0ZM421.56 0H280.44V2H421.56V0ZM702 280.44C702 222.887 698.918 176.571 690.674 139.479C682.428 102.376 669.005 74.4417 648.282 53.7183C627.558 32.9949 599.624 19.5717 562.521 11.3258C525.429 3.08249 479.113 0 421.56 0V2C479.067 2 525.21 5.08265 562.087 13.2782C598.952 21.4713 626.496 34.7608 646.867 55.1325C667.239 75.5043 680.529 103.048 688.722 139.913C696.917 176.79 700 222.933 700 280.44H702ZM702 421.56V280.44H700V421.56H702ZM421.56 702C479.113 702 525.429 698.918 562.521 690.674C599.624 682.428 627.558 669.005 648.282 648.282C669.005 627.558 682.428 599.624 690.674 562.521C698.918 525.429 702 479.113 702 421.56H700C700 479.067 696.917 525.21 688.722 562.087C680.529 598.952 667.239 626.496 646.867 646.867C626.496 667.239 598.952 680.529 562.087 688.722C525.21 696.917 479.067 700 421.56 700V702ZM280.44 702H421.56V700H280.44V702ZM0 421.56C0 479.113 3.08249 525.429 11.3259 562.521C19.5717 599.624 32.995 627.558 53.7183 648.282C74.4417 669.005 102.376 682.428 139.479 690.674C176.571 698.918 222.887 702 280.44 702V700C222.933 700 176.79 696.917 139.913 688.722C103.048 680.529 75.5043 667.239 55.1326 646.867C34.7608 626.496 21.4713 598.952 13.2782 562.087C5.08266 525.21 2 479.067 2 421.56H0ZM0 280.44V421.56H2V280.44H0ZM163 305C137.595 305 117 325.595 117 351H119C119 326.699 138.699 307 163 307V305ZM543 305H163V307H543V305ZM589 351C589 325.595 568.405 305 543 305V307C567.301 307 587 326.699 587 351H589ZM543 397C568.405 397 589 376.405 589 351H587C587 375.301 567.301 395 543 395V397ZM163 397H543V395H163V397ZM117 351C117 376.405 137.595 397 163 397V395C138.699 395 119 375.301 119 351H117ZM119 524C119 499.699 138.699 480 163 480V478C137.595 478 117 498.595 117 524H119ZM163 568C138.699 568 119 548.3 119 524H117C117 549.405 137.595 570 163 570V568ZM343 568H163V570H343V568ZM387 524C387 548.3 367.301 568 343 568V570C368.405 570 389 549.405 389 524H387ZM343 480C367.301 480 387 499.699 387 524H389C389 498.595 368.405 478 343 478V480ZM163 480H343V478H163V480ZM163 130C137.595 130 117 150.595 117 176H119C119 151.699 138.699 132 163 132V130ZM408 130H163V132H408V130ZM454 176C454 150.595 433.405 130 408 130V132C432.301 132 452 151.699 452 176H454ZM408 222C433.405 222 454 201.405 454 176H452C452 200.301 432.301 220 408 220V222ZM163 222H408V220H163V222ZM117 176C117 201.405 137.595 222 163 222V220C138.699 220 119 200.301 119 176H117ZM964.5 534V169H962.5V534H964.5ZM1036.5 533H963.5V535H1036.5V533ZM1035.5 169V534H1037.5V169H1035.5ZM963.5 170H1036.5V168H963.5V170ZM1114.21 534V274H1112.21V534H1114.21ZM1182.21 533H1113.21V535H1182.21V533ZM1181.21 381V534H1183.21V381H1181.21ZM1188.87 351.97C1183.75 360.154 1181.21 369.844 1181.21 381H1183.21C1183.21 370.156 1185.68 360.846 1190.56 353.03L1188.87 351.97ZM1211.27 332.106C1201.78 336.848 1194.31 343.467 1188.87 351.961L1190.56 353.039C1195.79 344.866 1202.98 338.485 1212.16 333.894L1211.27 332.106ZM1243.71 324.5C1231.57 324.5 1220.74 327.031 1211.24 332.119L1212.19 333.881C1221.36 328.969 1231.86 326.5 1243.71 326.5V324.5ZM1279.52 339.909C1271.95 329.579 1259.93 324.5 1243.71 324.5V326.5C1259.5 326.5 1270.82 331.421 1277.91 341.091L1279.52 339.909ZM1290.71 387.5C1290.71 365.767 1287.05 349.827 1279.51 339.896L1277.92 341.104C1285.05 350.506 1288.71 365.9 1288.71 387.5H1290.71ZM1290.71 534V387.5H1288.71V534H1290.71ZM1358.21 533H1289.71V535H1358.21V533ZM1357.21 374V534H1359.21V374H1357.21ZM1334.97 295.169C1349.73 311.567 1357.21 337.769 1357.21 374H1359.21C1359.21 337.564 1351.7 310.766 1336.46 293.831L1334.97 295.169ZM1266.71 270C1297.88 270 1320.55 278.45 1334.96 295.153L1336.47 293.847C1321.55 276.55 1298.22 268 1266.71 268V270ZM1217.6 278.922C1231.79 272.983 1248.15 270 1266.71 270V268C1247.94 268 1231.31 271.017 1216.83 277.078L1217.6 278.922ZM1180.96 305.164C1191.53 293.272 1203.74 284.532 1217.59 278.927L1216.84 277.073C1202.69 282.801 1190.23 291.728 1179.47 303.836L1180.96 305.164ZM1179.21 305.5H1180.21V303.5H1179.21V305.5ZM1177.71 274.016L1178.21 304.516L1180.21 304.484L1179.71 273.984L1177.71 274.016ZM1113.21 275H1178.71V273H1113.21V275ZM1531.52 538C1500.28 538 1477.92 531.679 1464.19 519.258L1462.85 520.742C1477.12 533.654 1500.09 540 1531.52 540V538ZM1563.36 535.513C1553.08 537.171 1542.47 538 1531.52 538V540C1542.57 540 1553.29 539.163 1563.68 537.487L1563.36 535.513ZM1595.74 528.541C1584.45 531.861 1573.67 534.182 1563.39 535.508L1563.65 537.492C1574.04 536.151 1584.92 533.806 1596.3 530.459L1595.74 528.541ZM1589.52 475.1L1595.02 529.6L1597.01 529.4L1591.51 474.9L1589.52 475.1ZM1568.68 481.486C1576.73 480.145 1584.12 478.299 1590.85 475.944L1590.19 474.056C1583.58 476.368 1576.31 478.188 1568.36 479.514L1568.68 481.486ZM1546.52 483.5C1553.58 483.5 1560.97 482.827 1568.69 481.485L1568.35 479.515C1560.73 480.839 1553.46 481.5 1546.52 481.5V483.5ZM1518.75 474.14C1524.04 480.483 1533.41 483.5 1546.52 483.5V481.5C1533.62 481.5 1525 478.517 1520.29 472.86L1518.75 474.14ZM1511.02 440.5C1511.02 456.211 1513.51 467.507 1518.73 474.12L1520.3 472.88C1515.52 466.826 1513.02 456.123 1513.02 440.5H1511.02ZM1511.02 327.5V440.5H1513.02V327.5H1511.02ZM1596.52 326.5H1512.02V328.5H1596.52V326.5ZM1595.52 274V327.5H1597.52V274H1595.52ZM1512.02 275H1596.52V273H1512.02V275ZM1511.02 189V274H1513.02V189H1511.02ZM1443.02 190H1512.02V188H1443.02V190ZM1444.02 274V189H1442.02V274H1444.02ZM1386.52 275H1443.02V273H1386.52V275ZM1387.52 327.5V274H1385.52V327.5H1387.52ZM1443.02 326.5H1386.52V328.5H1443.02V326.5ZM1444.02 457.5V327.5H1442.02V457.5H1444.02ZM1464.2 519.267C1450.83 506.873 1444.02 486.374 1444.02 457.5H1442.02C1442.02 486.626 1448.88 507.794 1462.84 520.733L1464.2 519.267ZM1659.71 534V169H1657.71V534H1659.71ZM1728.71 533H1658.71V535H1728.71V533ZM1727.71 169V534H1729.71V169H1727.71ZM1658.71 170H1728.71V168H1658.71V170ZM1864.19 538C1838.72 538 1818.65 530.893 1803.88 516.777L1802.5 518.223C1817.73 532.774 1838.33 540 1864.19 540V538ZM1913.83 528.568C1897.61 534.858 1881.06 538 1864.19 538V540C1881.32 540 1898.11 536.809 1914.55 530.432L1913.83 528.568ZM1951.94 503.341C1942.73 513.861 1930.05 522.279 1913.83 528.568L1914.55 530.432C1931 524.054 1943.98 515.472 1953.44 504.659L1951.94 503.341ZM1953.19 503H1952.69V505H1953.19V503ZM1955.19 533.967L1954.19 503.967L1952.19 504.033L1953.19 534.033L1955.19 533.967ZM2019.69 533H1954.19V535H2019.69V533ZM2018.69 370V534H2020.69V370H2018.69ZM2008.29 310.931C2015.2 325.41 2018.69 345.077 2018.69 370H2020.69C2020.69 344.923 2017.18 324.923 2010.09 310.069L2008.29 310.931ZM1975.31 279.424C1990.41 285.662 2001.39 296.15 2008.29 310.923L2010.1 310.077C2002.99 294.85 1991.64 284.004 1976.07 277.576L1975.31 279.424ZM1912.69 270C1939.3 270 1960.15 273.162 1975.31 279.424L1976.07 277.576C1960.57 271.171 1939.42 268 1912.69 268V270ZM1849.36 275.486C1870.64 271.828 1891.75 270 1912.69 270V268C1891.63 268 1870.41 269.838 1849.02 273.514L1849.36 275.486ZM1792.03 289.939C1809.3 283.631 1828.4 278.812 1849.35 275.488L1849.03 273.512C1827.98 276.854 1808.75 281.702 1791.35 288.061L1792.03 289.939ZM1801.18 341.842L1792.68 288.842L1790.7 289.158L1799.2 342.158L1801.18 341.842ZM1851.01 326.517C1832.95 329.861 1815.89 334.712 1799.82 341.07L1800.56 342.93C1816.5 336.622 1833.43 331.806 1851.37 328.483L1851.01 326.517ZM1903.19 321C1886.45 321 1869.05 322.841 1850.99 326.52L1851.39 328.48C1869.33 324.825 1886.6 323 1903.19 323V321ZM1932.56 325.072C1925.72 322.334 1915.9 321 1903.19 321V323C1915.81 323 1925.33 324.332 1931.82 326.928L1932.56 325.072ZM1947.61 338.612C1944.83 331.992 1939.76 327.468 1932.51 325.051L1931.88 326.949C1938.62 329.199 1943.22 333.341 1945.77 339.388L1947.61 338.612ZM1952.19 366C1952.19 354.271 1950.69 345.1 1947.6 338.572L1945.79 339.428C1948.7 345.567 1950.19 354.395 1950.19 366H1952.19ZM1916.69 367H1951.19V365H1916.69V367ZM1816.76 391.323C1840.19 375.15 1873.46 367 1916.69 367V365C1873.25 365 1839.52 373.184 1815.62 389.677L1816.76 391.323ZM1782.19 460C1782.19 430.306 1793.72 407.454 1816.76 391.319L1815.62 389.681C1792 406.213 1780.19 429.694 1780.19 460H1782.19ZM1803.89 516.785C1789.45 502.672 1782.19 483.78 1782.19 460H1780.19C1780.19 484.22 1787.6 503.662 1802.49 518.215L1803.89 516.785ZM1889.19 488C1900.97 488 1911.61 485.98 1921.09 481.919L1920.3 480.081C1911.11 484.02 1900.74 486 1889.19 486V488ZM1856.58 478.788C1864.48 484.971 1875.39 488 1889.19 488V486C1875.66 486 1865.24 483.029 1857.81 477.212L1856.58 478.788ZM1845.19 453C1845.19 463.924 1848.96 472.559 1856.56 478.774L1857.82 477.226C1850.75 471.441 1847.19 463.409 1847.19 453H1845.19ZM1865.74 420.606C1858.95 424.004 1853.8 428.408 1850.35 433.839C1846.9 439.273 1845.19 445.673 1845.19 453H1847.19C1847.19 445.994 1848.82 439.977 1852.04 434.911C1855.25 429.842 1860.1 425.663 1866.64 422.394L1865.74 420.606ZM1926.69 410C1899.64 410 1879.28 413.501 1865.73 420.615L1866.66 422.385C1879.77 415.499 1899.74 412 1926.69 412V410ZM1951.19 410H1926.69V412H1951.19V410ZM1952.19 440.5V411H1950.19V440.5H1952.19ZM1943.48 465.111C1949.27 457.616 1952.19 449.404 1952.19 440.5H1950.19C1950.19 448.93 1947.44 456.717 1941.9 463.889L1943.48 465.111ZM1921.09 481.919C1930.55 477.862 1938.03 472.263 1943.49 465.106L1941.9 463.894C1936.68 470.737 1929.5 476.138 1920.3 480.081L1921.09 481.919ZM2105.03 639.374L2148.03 532.874L2146.18 532.126L2103.18 638.626L2105.03 639.374ZM2176.61 638H2104.11V640H2176.61V638ZM2318.67 273.635L2175.67 638.635L2177.54 639.365L2320.54 274.365L2318.67 273.635ZM2245.61 275H2319.61V273H2245.61V275ZM2183.06 466.813L2246.56 274.313L2244.66 273.687L2181.16 466.187L2183.06 466.813ZM2181.11 467.5H2182.11V465.5H2181.11V467.5ZM2117.16 274.311L2180.16 466.811L2182.06 466.189L2119.06 273.689L2117.16 274.311ZM2044.61 275.5L2118.11 275L2118.1 273L2044.6 273.5L2044.61 275.5ZM2148.03 532.131L2045.53 274.131L2043.68 274.869L2146.18 532.869L2148.03 532.131ZM2481.46 538C2434.95 538 2399.23 526.375 2374.14 503.264L2372.78 504.736C2398.36 528.292 2434.63 540 2481.46 540V538ZM2530.78 533.516C2514.51 536.505 2498.07 538 2481.46 538V540C2498.19 540 2514.75 538.495 2531.14 535.484L2530.78 533.516ZM2574.09 522.073C2561.84 527.038 2547.41 530.855 2530.8 533.513L2531.12 535.487C2547.84 532.812 2562.42 528.962 2574.84 523.927L2574.09 522.073ZM2565.47 470.651L2573.47 523.151L2575.45 522.849L2567.45 470.349L2565.47 470.651ZM2524.13 482.486C2540.18 479.811 2554.41 476.13 2566.81 471.435L2566.11 469.565C2553.85 474.204 2539.75 477.855 2523.8 480.514L2524.13 482.486ZM2478.46 486.5C2492.86 486.5 2508.08 485.161 2524.13 482.486L2523.8 480.514C2507.84 483.172 2492.73 484.5 2478.46 484.5V486.5ZM2421.3 469.746C2433.89 480.978 2453.01 486.5 2478.46 486.5V484.5C2453.25 484.5 2434.7 479.022 2422.63 468.254L2421.3 469.746ZM2403.01 429.1C2404.79 446.834 2410.85 460.429 2421.3 469.746L2422.63 468.254C2412.65 459.358 2406.74 446.286 2405 428.9L2403.01 429.1ZM2586.46 428H2404.01V430H2586.46V428ZM2585.96 415.5C2585.96 421.492 2585.79 425.947 2585.47 428.89L2587.45 429.11C2587.79 426.053 2587.96 421.508 2587.96 415.5H2585.96ZM2586.46 399.5C2586.46 404.144 2586.29 409.458 2585.96 415.445L2587.96 415.555C2588.29 409.542 2588.46 404.19 2588.46 399.5H2586.46ZM2554.73 303.685C2575.84 326.111 2586.46 358 2586.46 399.5H2588.46C2588.46 357.667 2577.75 325.222 2556.19 302.315L2554.73 303.685ZM2465.46 270C2504.26 270 2533.96 281.268 2554.73 303.68L2556.19 302.32C2534.96 279.399 2504.66 268 2465.46 268V270ZM2371.18 305.692C2393.96 281.93 2425.34 270 2465.46 270V268C2424.92 268 2392.97 280.07 2369.74 304.308L2371.18 305.692ZM2336.96 404C2336.96 362.187 2348.41 329.46 2371.18 305.692L2369.74 304.308C2346.52 328.54 2334.96 361.813 2334.96 404H2336.96ZM2374.14 503.269C2349.4 480.172 2336.96 447.135 2336.96 404H2334.96C2334.96 447.532 2347.52 481.161 2372.78 504.731L2374.14 503.269ZM2418.18 338.378C2409.93 348.759 2404.96 363.133 2403.19 381.404L2405.19 381.596C2406.93 363.561 2411.81 349.602 2419.74 339.622L2418.18 338.378ZM2465.46 318C2444.56 318 2428.74 324.754 2418.17 338.387L2419.75 339.613C2429.85 326.579 2445.03 320 2465.46 320V318ZM2509.77 337.407C2500.2 324.421 2485.36 318 2465.46 318V320C2484.9 320 2499.06 326.246 2508.16 338.593L2509.77 337.407ZM2523.9 381.419C2522.37 362.501 2517.69 347.789 2509.76 337.393L2508.17 338.607C2515.78 348.586 2520.4 362.874 2521.91 381.581L2523.9 381.419ZM2404.19 382.5H2522.91V380.5H2404.19V382.5ZM2639.09 275H2705.09V273H2639.09V275ZM2640.09 534V274H2638.09V534H2640.09ZM2708.59 533H2639.09V535H2708.59V533ZM2707.59 414V534H2709.59V414H2707.59ZM2722.8 369.89C2712.67 383.06 2707.59 397.774 2707.59 414H2709.59C2709.59 398.226 2714.52 383.94 2724.39 371.11L2722.8 369.89ZM2763.68 338.088C2746.55 345.816 2732.91 356.416 2722.79 369.9L2724.39 371.1C2734.28 357.917 2747.64 347.517 2764.5 339.912L2763.68 338.088ZM2820.59 326.5C2799.8 326.5 2780.83 330.357 2763.68 338.088L2764.5 339.912C2781.36 332.309 2800.05 328.5 2820.59 328.5V326.5ZM2819.59 269V327.5H2821.59V269H2819.59ZM2776.88 276.457C2791.12 272.152 2805.69 270 2820.59 270V268C2805.5 268 2790.73 270.181 2776.3 274.543L2776.88 276.457ZM2738.15 294.332C2750.06 286.39 2762.97 280.433 2776.87 276.462L2776.32 274.538C2762.22 278.567 2749.13 284.61 2737.04 292.668L2738.15 294.332ZM2707.9 323.096C2716.5 311.52 2726.58 301.935 2738.14 294.336L2737.04 292.664C2725.28 300.398 2715.02 310.147 2706.29 321.904L2707.9 323.096ZM2705.59 323.5H2707.09V321.5H2705.59V323.5ZM2704.09 274.01L2704.59 322.51L2706.59 322.49L2706.09 273.99L2704.09 274.01Z",fill:"currentColor",mask:"url(#path-2-outside-1_2003_161)"})]});exports.LogoWithTextSquircle=V;
|