@dashadmin/dash-admin 1.3.24 → 1.3.26
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/AppAsyncWrapper.js +30 -1
- package/dist/AppWrapper.js +35 -1
- package/dist/DASHAdmin.js +312 -1
- package/dist/RoutingWrapper.js +76 -1
- package/dist/classes/DASHStorageClass.js +15 -1
- package/dist/components/Input/RichTextField.js +26 -1
- package/dist/components/Redirect.js +56 -1
- package/dist/components/avatar/Avatar.js +72 -1
- package/dist/components/avatar/SingleImageUploader.js +46 -1
- package/dist/components/currency/Format.js +71 -1
- package/dist/components/custom/Redirect.js +20 -1
- package/dist/components/error/Error.js +161 -1
- package/dist/components/geocoding/GeocodingField.js +133 -1
- package/dist/components/i18n/BridgedLocalesMenuButton.js +126 -1
- package/dist/components/i18n/LangSwitcher.js +196 -1
- package/dist/components/loader/GlobalLoader.js +71 -1
- package/dist/components/logs/LogFile.js +99 -1
- package/dist/components/logs/LogFileById.js +75 -1
- package/dist/components/logs/LogViewer.js +33 -1
- package/dist/components/menu/AppMenu.js +11 -1
- package/dist/components/menu/CustomMenuItemLink.js +77 -1
- package/dist/components/menu/DarkToggleMode.js +47 -1
- package/dist/components/menu/LanguageToggleMode.js +99 -1
- package/dist/components/misc/CustomImageInput.js +54 -1
- package/dist/components/misc/DASHGlobalErrorHandler.js +159 -1
- package/dist/components/misc/DarkModeSwitcher.js +40 -1
- package/dist/components/misc/LanguageSwitcher.js +193 -1
- package/dist/components/misc/MUIHtmlToolTip.js +50 -1
- package/dist/components/misc/MuiSimpleJsonTable.js +178 -1
- package/dist/components/misc/MultiLevelTable.js +124 -1
- package/dist/components/misc/NoResults.js +17 -1
- package/dist/components/misc/PDFViewer.js +86 -1
- package/dist/components/navigation/Breadcrumbs.js +178 -1
- package/dist/components/navigation/BreadcrumbsManager.js +194 -1
- package/dist/components/navigation/index.js +8 -1
- package/dist/components/panel/Error.js +161 -1
- package/dist/components/permission/AvailablePermissionsContext.js +157 -1
- package/dist/components/permission/PermissionsSelector.js +719 -1
- package/dist/components/permission/PermissionsSelectorList.js +400 -1
- package/dist/components/racustombuttons/CustomRAButton.js +94 -1
- package/dist/components/racustombuttons/QuickButton.js +109 -1
- package/dist/components/racustombuttons/QuickEditButton.js +114 -1
- package/dist/components/racustombuttons/QuickIconButton.js +119 -1
- package/dist/components/scrollbar/Scrollbar.js +52 -1
- package/dist/components/selects/MultiSelect.js +42 -1
- package/dist/components/selects/RASearchableSelect.js +207 -1
- package/dist/components/selects/RASearchableSelectChips.js +225 -1
- package/dist/components/selects/SearchableSelect.js +128 -1
- package/dist/components/subscription/BillingCycleSelectInput.js +50 -1
- package/dist/components/subscription/PlanAddonsSettings.js +396 -1
- package/dist/components/subscription/PlanAuditLog.js +345 -1
- package/dist/components/subscription/PlanFeaturesSettings.js +151 -1
- package/dist/components/subscription/PlanLimitsSettings.js +168 -1
- package/dist/components/subscription/PlanMetadataSettings.js +219 -1
- package/dist/components/subscription/PlanPricesSettings.js +222 -1
- package/dist/components/subscription/index.js +12 -1
- package/dist/components/svgelements/SvgLoading.js +330 -1
- package/dist/components/svgelements/SvgLogo.js +70 -1
- package/dist/components/svgelements/SvgLogoMin.js +76 -1
- package/dist/components/svgelements/SvgShipping.js +1001 -1
- package/dist/components/tenant/TenantAttributes.js +107 -1
- package/dist/components/tenant/TenantAttributesContext.js +150 -1
- package/dist/components/tenant/TenantSelector.js +160 -1
- package/dist/components/tenant/TenantSettings.js +107 -1
- package/dist/components/tenant/TenantSettingsContext.js +152 -1
- package/dist/components/tenant/TenantTheme.js +112 -1
- package/dist/components/user/AvatarComponent.js +270 -1
- package/dist/components/user/TenantAvatarComponent.js +83 -1
- package/dist/components/user/UserPreferences.js +422 -1
- package/dist/config/ACTIONS.js +25 -1
- package/dist/config/ConstantsService.js +25 -1
- package/dist/config/DASHAdminSystemConstants.js +137 -1
- package/dist/config/PARSERS.js +9 -1
- package/dist/contexts/DashQueryClientContext.js +78 -1
- package/dist/contexts/DashResourceContext.js +21 -1
- package/dist/contexts/I18nBridgeContext.js +123 -1
- package/dist/contexts/I18nBridgeSetter.js +29 -1
- package/dist/contexts/I18nReduxSync.js +16 -1
- package/dist/contexts/SubscriptionPlanFormatsProvider.js +175 -1
- package/dist/contexts/SystemRequestsCache.js +194 -1
- package/dist/contexts/auth/AuthContext.js +396 -1
- package/dist/contexts/auth/AuthContextLocalStorage.js +118 -1
- package/dist/contexts/auth/DASHAuthenticationService.js +679 -1
- package/dist/contexts/auth/WindowContext.js +10 -1
- package/dist/contexts/auth/index.js +2 -1
- package/dist/contexts/com/FCMContext.js +378 -1
- package/dist/contexts/com/LaravelEchoContext.js +45 -1
- package/dist/contexts/com/LaravelEchoMgr.js +121 -1
- package/dist/contexts/com/components/DefaultNotificationComponent.js +31 -1
- package/dist/contexts/com/components/NotificationAttributesTable.js +28 -1
- package/dist/contexts/com/components/NotificationRenderer.js +36 -1
- package/dist/contexts/com/components/NotificationsWidget.js +142 -1
- package/dist/contexts/com/components/notificationFormats.js +15 -1
- package/dist/contexts/com/useLaravelEcho.js +340 -1
- package/dist/contexts/dictionary/DictionaryContext.js +43 -1
- package/dist/default-theme/DASHAppProviders.js +86 -1
- package/dist/default-theme/DashThemeContext.js +146 -1
- package/dist/default-theme/DashThemeHelperProvider.js +54 -1
- package/dist/default-theme/DomainAppLayout.js +126 -1
- package/dist/default-theme/DomainHeader.js +114 -1
- package/dist/default-theme/DomainTheme.js +60 -1
- package/dist/default-theme/FullLayoutMarkup.js +55 -1
- package/dist/default-theme/StaticLayout.js +36 -1
- package/dist/default-theme/index.js +19 -1
- package/dist/default-theme/menu/AppMaterialMenu.js +364 -1
- package/dist/default-theme/menu/AppMenuComponents/SubmenuPortal.js +33 -1
- package/dist/default-theme/menu/AppMenuComponents/collapsed/CollapsedSidebarItem.js +239 -1
- package/dist/default-theme/menu/AppMenuComponents/collapsed/CollapsedSidebarItems.js +22 -1
- package/dist/default-theme/menu/AppMenuComponents/expanded/CollapsableSidebarMenu.js +209 -1
- package/dist/default-theme/menu/AppMenuComponents/expanded/SidebarItem.js +71 -1
- package/dist/default-theme/menu/AppMenuComponents/getItem.js +7 -1
- package/dist/default-theme/menu/AppMenuComponents/submenuConstants.js +78 -1
- package/dist/default-theme/menu/AppSidebarMaterial.js +232 -1
- package/dist/default-theme/menu/SidebarActions.js +75 -1
- package/dist/default-theme/updateDomCssVariables.js +134 -1
- package/dist/helpers/checkRole.js +14 -1
- package/dist/helpers/parseAxiosError.js +28 -2
- package/dist/hooks/audio/useAudio.js +24 -1
- package/dist/hooks/axios.js +52 -1
- package/dist/hooks/data/useDashboardStats.js +88 -1
- package/dist/hooks/data/usePackageByClientsStats.js +51 -1
- package/dist/hooks/data/usePackageByCommunesStats.js +51 -1
- package/dist/hooks/data/usePackageStats.js +88 -1
- package/dist/hooks/data/usePackageWithdrawDetails.js +69 -1
- package/dist/hooks/data/useStats.js +94 -1
- package/dist/hooks/isCurrentPath.js +18 -1
- package/dist/hooks/notifications/WSMessagesManager.js +128 -1
- package/dist/hooks/notifications/WSPusherManager.js +70 -1
- package/dist/hooks/useBreadcrumbs.js +208 -1
- package/dist/hooks/useClickOutside.js +18 -1
- package/dist/hooks/useFormPersistance.js +129 -1
- package/dist/hooks/useGlobalErrorMediator.js +37 -1
- package/dist/hooks/useGlobalLoaderMgr.js +20 -1
- package/dist/hooks/useHash.js +24 -1
- package/dist/hooks/useLocalStorage.js +68 -1
- package/dist/hooks/usePolyglotTranslation.js +57 -1
- package/dist/hooks/usePrevious.js +12 -1
- package/dist/hooks/usePrintSelected.js +30 -1
- package/dist/hooks/useVirtualHash.js +28 -1
- package/dist/hooks/window/useWindowSize.js +23 -1
- package/dist/index.js +120 -97
- package/dist/interfaces.js +6 -1
- package/dist/layout/AppLayout.js +36 -1
- package/dist/layout/ApplicationLayout.js +110 -1
- package/dist/layout/MotionWrapper.js +182 -1
- package/dist/layout/MotionWrapper.original.js +182 -1
- package/dist/layout/ResourceMenu.js +87 -1
- package/dist/layout/ResoureLayout.js +47 -1
- package/dist/layout/TransitionWrapper.js +83 -2
- package/dist/pages/ChangePassword.js +198 -1
- package/dist/pages/DASHLanding.js +9 -1
- package/dist/pages/DASHLightWeightLogin.js +495 -1
- package/dist/pages/DASHSimpleLogin.js +231 -1
- package/dist/pages/Login.js +113 -1
- package/dist/pages/Profile.js +347 -1
- package/dist/pages/RecoverPassword.js +175 -1
- package/dist/pages/SingleImageUploader.js +40 -1
- package/dist/pages/VerifyAccount.js +129 -1
- package/dist/providers/authProvider.js +186 -1
- package/dist/providers/dataProvider.js +468 -1
- package/dist/providers/i18n/en.js +514 -1
- package/dist/providers/i18n/es.js +520 -1
- package/dist/providers/i18n/languages.js +8 -1
- package/dist/providers/i18nProvider.js +23 -1
- package/dist/react-admin-dash/RADashComponent.js +210 -1
- package/dist/react-admin-dash/Resource.js +62 -1
- package/dist/resources/Brand/BrandResource.js +106 -1
- package/dist/resources/DASHResourceLoader.js +104 -1
- package/dist/resources/Log/LogResource.js +59 -1
- package/dist/resources/Tenant/ImpersonateTenantResource.js +113 -1
- package/dist/resources/Trash/TrashTemplate.js +195 -1
- package/dist/resources.js +259 -1
- package/dist/schemas/log.js +45 -1
- package/dist/schemas/notification.js +39 -1
- package/dist/schemas/permissions.js +44 -1
- package/dist/schemas/roles.js +48 -1
- package/dist/schemas/rolesDataGrid.js +48 -1
- package/dist/schemas/subscription/components/SubscriptionActions.js +172 -1
- package/dist/schemas/subscription/components/SubscriptionPaymentHistory.js +101 -1
- package/dist/schemas/subscription/components/SubscriptionPlanFeatures.js +115 -1
- package/dist/schemas/subscription/components/SubscriptionPlanPreview.js +92 -1
- package/dist/schemas/subscription/components/SubscriptionPlanStats.js +181 -1
- package/dist/schemas/subscription/components/SubscriptionStatusIndicator.js +70 -1
- package/dist/schemas/subscription/subscriptionPlanSchema.js +184 -1
- package/dist/schemas/subscription/subscriptionSchema.js +147 -1
- package/dist/schemas/subscriptionPlan.js +397 -1
- package/dist/schemas/tenant.js +122 -1
- package/dist/schemas/tenantUser.js +94 -1
- package/dist/schemas/tenant_superadmin.js +118 -1
- package/dist/schemas/user.js +26 -1
- package/dist/systemResources.js +1039 -1
- package/dist/systemResources.old.js +668 -1
- package/dist/templates/ResourceTemplate.js +196 -1
- package/dist/templates/ResourceTemplateCreate.js +144 -1
- package/dist/templates/ResourceTemplateEdit.js +147 -1
- package/dist/templates/ResourceTemplateFull.js +518 -1
- package/dist/templates/ResourceTemplateList.js +295 -1
- package/dist/templates/ResourceTemplateShow.js +45 -1
- package/dist/templates/TrashTemplate.js +175 -1
- package/dist/tenantResources.js +206 -1
- package/dist/test_portal_bubbles.js +37 -1
- package/dist/theme/AppHeader.js +60 -1
- package/dist/theme/AppLayoutSetting.js +34 -1
- package/dist/theme/AppLogo.js +7 -1
- package/dist/theme/AppSidebar.js +30 -1
- package/dist/theme/AppSidebarContent.js +84 -1
- package/dist/theme/AppSidebarLogo.js +42 -1
- package/dist/theme/components/PageTitle.js +61 -1
- package/dist/utils/cache/CacheInvalidatorContext.js +100 -1
- package/dist/utils/cache/CacheInvalidatorListenerComponent.js +10 -1
- package/dist/utils/cache/useCacheInvalidatorListener.js +17 -1
- package/dist/utils/convertFileToBase64.js +10 -1
- package/dist/utils/convertToFile.js +12 -1
- package/dist/utils/cookies.js +45 -1
- package/dist/utils/dashDefaultQueryClient.js +15 -1
- package/dist/utils/dataUrlToBlob.js +23 -1
- package/dist/utils/deepReplace.js +17 -1
- package/dist/utils/getProfileMenu.js +31 -1
- package/dist/utils/getTenantSettings.js +9 -1
- package/dist/utils/getType.js +10 -1
- package/dist/utils/getUserSettings.js +9 -1
- package/dist/utils/hasCode.js +14 -1
- package/dist/utils/index.js +19 -1
- package/dist/utils/injectTenantStyles.js +19 -1
- package/dist/utils/isComponent.js +23 -1
- package/dist/utils/navEvents.js +75 -1
- package/dist/utils/prototypes.js +5 -1
- package/dist/utils/regexp.js +7 -1
- package/dist/utils/resolveObjectPath.js +5 -1
- package/dist/utils/setNativeValue.js +17 -1
- package/dist/utils/slugify.js +7 -1
- package/dist/utils/validators/emailValidator.js +8 -1
- package/dist/utils/validators/requiredValidator.js +7 -1
- package/dist/utils/validators/rutValidator.js +25 -1
- package/dist/utils/validators.js +57 -1
- package/package.json +153 -69
- package/src/AppAsyncWrapper.tsx +42 -0
- package/src/AppWrapper.tsx +45 -0
- package/src/DASHAdmin.tsx +501 -0
- package/src/RoutingWrapper.tsx +139 -0
- package/src/classes/DASHStorageClass.tsx +8 -0
- package/src/components/Input/RichTextField.tsx +27 -0
- package/src/components/Redirect.tsx +46 -0
- package/src/components/avatar/Avatar.tsx +67 -0
- package/src/components/avatar/SingleImageUploader.tsx +53 -0
- package/src/components/currency/Format.tsx +77 -0
- package/src/components/custom/Redirect.tsx +23 -0
- package/src/components/error/Error.tsx +168 -0
- package/src/components/geocoding/GeocodingField.tsx +167 -0
- package/src/components/i18n/BridgedLocalesMenuButton.tsx +159 -0
- package/src/components/i18n/LangSwitcher.tsx +204 -0
- package/src/components/loader/GlobalLoader.tsx +56 -0
- package/src/components/logs/LogFile.tsx +88 -0
- package/src/components/logs/LogFileById.tsx +68 -0
- package/src/components/logs/LogViewer.tsx +43 -0
- package/src/components/menu/AppMenu.tsx +22 -0
- package/src/components/menu/CustomMenuItemLink.tsx +61 -0
- package/src/components/menu/DarkToggleMode.tsx +65 -0
- package/src/components/menu/LanguageToggleMode.tsx +120 -0
- package/src/components/misc/CustomImageInput.tsx +62 -0
- package/src/components/misc/DASHGlobalErrorHandler.tsx +194 -0
- package/src/components/misc/DarkModeSwitcher.tsx +112 -0
- package/src/components/misc/LanguageSwitcher.tsx +199 -0
- package/src/components/misc/MUIHtmlToolTip.tsx +15 -0
- package/src/components/misc/MuiSimpleJsonTable.tsx +279 -0
- package/src/components/misc/MultiLevelTable.tsx +229 -0
- package/src/components/misc/NoResults.tsx +25 -0
- package/src/components/misc/PDFViewer.tsx +85 -0
- package/src/components/navigation/Breadcrumbs.tsx +220 -0
- package/src/components/navigation/BreadcrumbsManager.tsx +310 -0
- package/src/components/navigation/index.tsx +5 -0
- package/src/components/panel/Error.tsx +168 -0
- package/src/components/permission/AvailablePermissionsContext.tsx +173 -0
- package/src/components/permission/PermissionsSelector.tsx +819 -0
- package/src/components/permission/PermissionsSelectorList.tsx +468 -0
- package/src/components/permission/tsx +0 -0
- package/src/components/racustombuttons/CustomRAButton.tsx +87 -0
- package/src/components/racustombuttons/QuickButton.tsx +117 -0
- package/src/components/racustombuttons/QuickEditButton.tsx +115 -0
- package/src/components/racustombuttons/QuickIconButton.tsx +122 -0
- package/src/components/scrollbar/Scrollbar.tsx +31 -0
- package/src/components/selects/MultiSelect.tsx +53 -0
- package/src/components/selects/RASearchableSelect.tsx +279 -0
- package/src/components/selects/RASearchableSelectChips.tsx +304 -0
- package/src/components/selects/SearchableSelect.tsx +135 -0
- package/src/components/subscription/BillingCycleSelectInput.tsx +68 -0
- package/src/components/subscription/PlanAddonsSettings.tsx +522 -0
- package/src/components/subscription/PlanAuditLog.tsx +439 -0
- package/src/components/subscription/PlanFeaturesSettings.tsx +223 -0
- package/src/components/subscription/PlanLimitsSettings.tsx +230 -0
- package/src/components/subscription/PlanMetadataSettings.tsx +284 -0
- package/src/components/subscription/PlanPricesSettings.tsx +295 -0
- package/src/components/subscription/index.ts +7 -0
- package/src/components/svgelements/SvgLoading.tsx +229 -0
- package/src/components/svgelements/SvgLogo.tsx +53 -0
- package/src/components/svgelements/SvgLogoMin.tsx +64 -0
- package/src/components/svgelements/SvgShipping.tsx +673 -0
- package/src/components/tenant/AvailablePermissionsContext.tsx +0 -0
- package/src/components/tenant/TenantAttributes.tsx +153 -0
- package/src/components/tenant/TenantAttributesContext.tsx +163 -0
- package/src/components/tenant/TenantSelector.tsx +139 -0
- package/src/components/tenant/TenantSettings.tsx +172 -0
- package/src/components/tenant/TenantSettingsContext.tsx +165 -0
- package/src/components/tenant/TenantTheme.tsx +172 -0
- package/src/components/user/AvatarComponent.tsx +301 -0
- package/src/components/user/TenantAvatarComponent.tsx +99 -0
- package/src/components/user/UserPreferences.tsx +642 -0
- package/src/config/ACTIONS.tsx +26 -0
- package/src/config/ConstantsService.tsx +44 -0
- package/src/config/DASHAdminSystemConstants.tsx +182 -0
- package/src/config/PARSERS.tsx +9 -0
- package/src/contexts/DashQueryClientContext.tsx +113 -0
- package/src/contexts/DashResourceContext.tsx +34 -0
- package/src/contexts/I18nBridgeContext.tsx +156 -0
- package/src/contexts/I18nBridgeSetter.tsx +39 -0
- package/src/contexts/I18nReduxSync.tsx +27 -0
- package/src/contexts/SubscriptionPlanFormatsProvider.tsx +217 -0
- package/src/contexts/SystemRequestsCache.tsx +215 -0
- package/src/contexts/auth/AuthContext.tsx +553 -0
- package/src/contexts/auth/AuthContextLocalStorage.tsx +140 -0
- package/src/contexts/auth/DASHAuthenticationService.tsx +917 -0
- package/src/contexts/auth/WindowContext.tsx +15 -0
- package/src/contexts/auth/index.tsx +3 -0
- package/src/contexts/com/FCMContext.tsx +415 -0
- package/src/contexts/com/LaravelEchoContext.tsx +41 -0
- package/src/contexts/com/LaravelEchoMgr.tsx +155 -0
- package/src/contexts/com/components/DefaultNotificationComponent.tsx +20 -0
- package/src/contexts/com/components/NotificationAttributesTable.tsx +54 -0
- package/src/contexts/com/components/NotificationRenderer.tsx +42 -0
- package/src/contexts/com/components/NotificationsWidget.tsx +182 -0
- package/src/contexts/com/components/notificationFormats.tsx +50 -0
- package/src/contexts/com/useLaravelEcho.tsx +432 -0
- package/src/contexts/dictionary/DictionaryContext.tsx +94 -0
- package/src/default-theme/DASHAppProviders.tsx +117 -0
- package/src/default-theme/DashThemeContext.tsx +218 -0
- package/src/default-theme/DashThemeHelperProvider.tsx +98 -0
- package/src/default-theme/DomainAppLayout.tsx +166 -0
- package/src/default-theme/DomainHeader.tsx +162 -0
- package/src/default-theme/DomainTheme.tsx +59 -0
- package/src/default-theme/FullLayoutMarkup.tsx +250 -0
- package/src/default-theme/StaticLayout.tsx +47 -0
- package/src/default-theme/index.tsx +11 -0
- package/src/default-theme/menu/AppMaterialMenu.tsx +545 -0
- package/src/default-theme/menu/AppMenuComponents/SubmenuPortal.tsx +56 -0
- package/src/default-theme/menu/AppMenuComponents/collapsed/CollapsedSidebarItem.tsx +254 -0
- package/src/default-theme/menu/AppMenuComponents/collapsed/CollapsedSidebarItems.tsx +31 -0
- package/src/default-theme/menu/AppMenuComponents/expanded/CollapsableSidebarMenu.tsx +276 -0
- package/src/default-theme/menu/AppMenuComponents/expanded/SidebarItem.tsx +91 -0
- package/src/default-theme/menu/AppMenuComponents/getItem.tsx +17 -0
- package/src/default-theme/menu/AppMenuComponents/interfaces.tsx +41 -0
- package/src/default-theme/menu/AppMenuComponents/submenuConstants.ts +85 -0
- package/src/default-theme/menu/AppSidebarMaterial.tsx +339 -0
- package/src/default-theme/menu/SidebarActions.tsx +84 -0
- package/src/default-theme/updateDomCssVariables.tsx +176 -0
- package/src/helpers/checkRole.tsx +66 -0
- package/src/helpers/parseAxiosError.tsx +41 -0
- package/src/hooks/audio/useAudio.tsx +39 -0
- package/src/hooks/axios.tsx +62 -0
- package/src/hooks/data/useDashboardStats.tsx +65 -0
- package/src/hooks/data/usePackageByClientsStats.tsx +44 -0
- package/src/hooks/data/usePackageByCommunesStats.tsx +44 -0
- package/src/hooks/data/usePackageStats.tsx +69 -0
- package/src/hooks/data/usePackageWithdrawDetails.tsx +61 -0
- package/src/hooks/data/useStats.tsx +86 -0
- package/src/hooks/isCurrentPath.tsx +22 -0
- package/src/hooks/notifications/WSMessagesManager.tsx +152 -0
- package/src/hooks/notifications/WSPusherManager.tsx +92 -0
- package/src/hooks/useBreadcrumbs.tsx +329 -0
- package/src/hooks/useClickOutside.tsx +17 -0
- package/src/hooks/useFormPersistance.tsx +150 -0
- package/src/hooks/useGlobalErrorMediator.tsx +43 -0
- package/src/hooks/useGlobalLoaderMgr.tsx +21 -0
- package/src/hooks/useHash.tsx +27 -0
- package/src/hooks/useLocalStorage.tsx +196 -0
- package/src/hooks/usePolyglotTranslation.tsx +62 -0
- package/src/hooks/usePrevious.tsx +9 -0
- package/src/hooks/usePrintSelected.tsx +37 -0
- package/src/hooks/useVirtualHash.tsx +33 -0
- package/src/hooks/window/useWindowSize.tsx +36 -0
- package/src/index.tsx +110 -0
- package/src/interfaces/IAppResourceConfig.tsx +20 -0
- package/src/interfaces/Log.tsx +16 -0
- package/src/interfaces/Tenant.tsx +25 -0
- package/src/interfaces/communication/IActions.tsx +5 -0
- package/src/interfaces/communication/INotification.tsx +21 -0
- package/src/interfaces/communication/IPayload.tsx +3 -0
- package/src/interfaces/communication/IRequestAction.tsx +10 -0
- package/src/interfaces/communication/IRequestPayload.tsx +7 -0
- package/src/interfaces/communication/IResponseAction.tsx +7 -0
- package/src/interfaces/misc/IAny.tsx +3 -0
- package/src/interfaces/misc/IFlashMessage.tsx +10 -0
- package/src/interfaces/navigation/IAppMenu.ts +14 -0
- package/src/interfaces/navigation/ICollapsableSidebarMenu.ts +12 -0
- package/src/interfaces/navigation/IMenuItem.ts +16 -0
- package/src/interfaces/notifications/IModel.tsx +6 -0
- package/src/interfaces/notifications/IModelField.tsx +8 -0
- package/src/interfaces/notifications/IUserNotification.tsx +12 -0
- package/src/interfaces/notifications/IUserNotificationData.tsx +13 -0
- package/src/interfaces/notifications/IUserNotificationPayload.tsx +8 -0
- package/src/interfaces/user/IGetAuth.tsx +92 -0
- package/src/interfaces/user/ITenantSettings.tsx +3 -0
- package/src/interfaces/user/IUser.tsx +60 -0
- package/src/interfaces/user/IUserSettings.tsx +43 -0
- package/src/interfaces.tsx +6 -0
- package/src/layout/AppLayout.tsx +112 -0
- package/src/layout/ApplicationLayout.tsx +197 -0
- package/src/layout/MotionWrapper.original.tsx +236 -0
- package/src/layout/MotionWrapper.tsx +236 -0
- package/src/layout/ResourceMenu.tsx +164 -0
- package/src/layout/ResoureLayout.tsx +105 -0
- package/src/layout/TransitionWrapper.tsx +125 -0
- package/src/pages/ChangePassword.tsx +179 -0
- package/src/pages/DASHLanding.tsx +22 -0
- package/src/pages/DASHLightWeightLogin.tsx +610 -0
- package/src/pages/DASHSimpleLogin.tsx +260 -0
- package/src/pages/Login.tsx +111 -0
- package/src/pages/Profile.tsx +394 -0
- package/src/pages/RecoverPassword.tsx +166 -0
- package/src/pages/SingleImageUploader.tsx +55 -0
- package/src/pages/VerifyAccount.tsx +128 -0
- package/src/providers/authProvider.tsx +210 -0
- package/src/providers/dataProvider.tsx +672 -0
- package/src/providers/i18n/en.ts +533 -0
- package/src/providers/i18n/es.ts +539 -0
- package/src/providers/i18n/languages.tsx +5 -0
- package/src/providers/i18nProvider.tsx +23 -0
- package/src/react-admin-dash/RADashComponent.tsx +240 -0
- package/src/react-admin-dash/Resource.tsx +77 -0
- package/src/resources/Brand/BrandResource.tsx +130 -0
- package/src/resources/DASHResourceLoader.ts +180 -0
- package/src/resources/Log/LogResource.tsx +73 -0
- package/src/resources/Tenant/ImpersonateTenantResource.tsx +113 -0
- package/src/resources/Trash/TrashTemplate.tsx +180 -0
- package/src/resources.tsx +280 -0
- package/src/schemas/log.tsx +45 -0
- package/src/schemas/notification.tsx +42 -0
- package/src/schemas/permissions.tsx +44 -0
- package/src/schemas/roles.tsx +48 -0
- package/src/schemas/rolesDataGrid.tsx +48 -0
- package/src/schemas/subscription/components/SubscriptionActions.tsx +153 -0
- package/src/schemas/subscription/components/SubscriptionPaymentHistory.tsx +120 -0
- package/src/schemas/subscription/components/SubscriptionPlanFeatures.tsx +155 -0
- package/src/schemas/subscription/components/SubscriptionPlanPreview.tsx +128 -0
- package/src/schemas/subscription/components/SubscriptionPlanStats.tsx +268 -0
- package/src/schemas/subscription/components/SubscriptionStatusIndicator.tsx +72 -0
- package/src/schemas/subscription/subscriptionPlanSchema.tsx +185 -0
- package/src/schemas/subscription/subscriptionSchema.tsx +152 -0
- package/src/schemas/subscriptionPlan.ts +422 -0
- package/src/schemas/tenant.tsx +129 -0
- package/src/schemas/tenantUser.tsx +96 -0
- package/src/schemas/tenant_superadmin.tsx +119 -0
- package/src/schemas/user.tsx +26 -0
- package/src/systemResources.old.tsx +928 -0
- package/src/systemResources.tsx +1135 -0
- package/src/templates/ResourceTemplate.tsx +240 -0
- package/src/templates/ResourceTemplateCreate.tsx +167 -0
- package/src/templates/ResourceTemplateEdit.tsx +176 -0
- package/src/templates/ResourceTemplateFull.tsx +581 -0
- package/src/templates/ResourceTemplateList.tsx +340 -0
- package/src/templates/ResourceTemplateShow.tsx +88 -0
- package/src/templates/TrashTemplate.tsx +179 -0
- package/src/tenantResources.tsx +223 -0
- package/src/test_portal_bubbles.tsx +40 -0
- package/src/theme/AppHeader.tsx +52 -0
- package/src/theme/AppLayoutSetting.tsx +33 -0
- package/src/theme/AppLogo.tsx +13 -0
- package/src/theme/AppSidebar.tsx +12 -0
- package/src/theme/AppSidebarContent.tsx +105 -0
- package/src/theme/AppSidebarLogo.tsx +48 -0
- package/src/theme/components/PageTitle.tsx +37 -0
- package/src/utils/cache/CacheInvalidatorContext.tsx +125 -0
- package/src/utils/cache/CacheInvalidatorListenerComponent.tsx +10 -0
- package/src/utils/cache/useCacheInvalidatorListener.tsx +27 -0
- package/src/utils/convertFileToBase64.tsx +9 -0
- package/src/utils/convertToFile.tsx +14 -0
- package/src/utils/cookies.tsx +33 -0
- package/src/utils/dashDefaultQueryClient.tsx +34 -0
- package/src/utils/dataUrlToBlob.tsx +30 -0
- package/src/utils/deepReplace.tsx +19 -0
- package/src/utils/getProfileMenu.tsx +41 -0
- package/src/utils/getTenantSettings.tsx +9 -0
- package/src/utils/getType.tsx +8 -0
- package/src/utils/getUserSettings.tsx +8 -0
- package/src/utils/hasCode.tsx +14 -0
- package/src/utils/index.ts +19 -0
- package/src/utils/injectTenantStyles.ts +28 -0
- package/src/utils/isComponent.tsx +45 -0
- package/src/utils/navEvents.tsx +91 -0
- package/src/utils/prototypes.tsx +5 -0
- package/src/utils/regexp.tsx +4 -0
- package/src/utils/resolveObjectPath.tsx +4 -0
- package/src/utils/setNativeValue.tsx +24 -0
- package/src/utils/slugify.tsx +11 -0
- package/src/utils/validators/emailValidator.tsx +6 -0
- package/src/utils/validators/requiredValidator.tsx +5 -0
- package/src/utils/validators/rutValidator.tsx +31 -0
- package/src/utils/validators.tsx +96 -0
- package/dist/ChangePassword-DmWAQAX_.js +0 -152
- package/dist/Login-t41HMhVT.js +0 -101
- package/dist/Profile-By-gdPUd.js +0 -294
- package/dist/RecoverPassword-DzPdbkg2.js +0 -149
- package/dist/VerifyAccount-Bofaxe5w.js +0 -99
- package/dist/index-gfebuoyf.js +0 -21614
- /package/dist/{components/permission/tsx → declarations.d.js} +0 -0
- /package/{dist → src}/DASHAdmin.tsx.old +0 -0
- /package/{dist → src}/declarations.d.ts +0 -0
- /package/{dist → src}/default-theme/DashThemeContext.tsx.fast +0 -0
- /package/{dist → src}/default-theme/DashThemeContext.tsx.old +0 -0
- /package/{dist → src}/templates/ResourceTemplate.tsx.memoized_experiment +0 -0
- /package/{dist → src}/templates/ResourceTemplate.tsx.original +0 -0
- /package/{dist → src}/templates/ResourceTemplateOld.tsx.bkup +0 -0
|
@@ -1 +1,1001 @@
|
|
|
1
|
-
import{jsx as a,jsxs as l}from"react/jsx-runtime";function t(){return a("svg",{xmlns:"http://www.w3.org/2000/svg",width:"254.636",height:"126.61",viewBox:"0 0 254.636 126.61",children:l("g",{"data-name":"Grupo 682",transform:"translate(-1253 -1619.426)",children:[a("path",{fill:"#f2f2f2",d:"M350.125 586.775c-6.21-.149-12.867 3.331-14.635 9.286l33.71-1.372q-.956-.661-1.921-1.305c-5.171-3.441-10.943-6.461-17.154-6.609z","data-name":"Trazado 457",transform:"translate(986.548 1128.679)"}),a("path",{fill:"#f2f2f2",d:"M476.116 577.423c4.483 3.1 8.858 6.406 13.852 8.557 12.368 5.327 26.606 2.842 39.619-.62s26.3-7.861 39.645-6.076c7.569 1.012 14.714 3.973 22.02 6.195s15.166 3.709 22.537 1.715 14.021-8.32 14.211-15.954c-55.644-10.288-107.234-10.594-151.884 6.183z","data-name":"Trazado 458",transform:"translate(879.633 1145.944)"}),a("path",{fill:"#f2f2f2",d:"M62.125 632.774c-6.21-.149-12.867 3.331-14.635 9.286l33.71-1.372q-.956-.661-1.921-1.305c-5.171-3.44-10.943-6.46-17.154-6.609z","data-name":"Trazado 459",transform:"translate(1205.509 1093.706)"}),a("path",{fill:"#f2f2f2",d:"M188.116 623.423c4.483 3.1 8.858 6.406 13.853 8.557 12.368 5.327 26.606 2.842 39.619-.62s26.3-7.861 39.645-6.076c7.569 1.012 14.714 3.973 22.02 6.195s15.166 3.709 22.537 1.715 14.02-8.32 14.21-15.954c-55.644-10.288-107.234-10.594-151.884 6.183z","data-name":"Trazado 460",transform:"translate(1098.594 1110.971)"}),a("path",{fill:"#e6e6e6",d:"M383.368 451.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z","data-name":"Trazado 461",transform:"translate(978.065 1231.413)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 226",transform:"translate(1327.231 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 227",transform:"translate(1331.306 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 228",transform:"translate(1335.381 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 229",transform:"translate(1339.456 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 230",transform:"translate(1343.531 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 231",transform:"translate(1347.607 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 232",transform:"translate(1351.682 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 233",transform:"translate(1355.757 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 234",transform:"translate(1359.832 1683.057)"}),a("path",{fill:"#e6e6e6",d:"M740.368 451.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z","data-name":"Trazado 463",transform:"translate(706.645 1231.413)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 235",transform:"translate(1412.81 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 236",transform:"translate(1416.885 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 237",transform:"translate(1420.96 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 238",transform:"translate(1425.036 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 239",transform:"translate(1429.111 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 240",transform:"translate(1433.186 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 241",transform:"translate(1437.261 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 242",transform:"translate(1441.336 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 243",transform:"translate(1445.412 1683.057)"}),a("path",{fill:"#e6e6e6",d:"M578.368 451.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z","data-name":"Trazado 464",transform:"translate(829.81 1231.413)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 244",transform:"translate(1373.976 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 245",transform:"translate(1378.051 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 246",transform:"translate(1382.126 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 247",transform:"translate(1386.201 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 248",transform:"translate(1390.276 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 249",transform:"translate(1394.352 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 250",transform:"translate(1398.427 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 251",transform:"translate(1402.502 1683.057)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 252",transform:"translate(1406.577 1683.057)"}),a("path",{fill:"#e6e6e6",d:"M751.368 382.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z","data-name":"Trazado 465",transform:"translate(698.282 1283.873)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 253",transform:"translate(1415.447 1666.516)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 254",transform:"translate(1419.522 1666.516)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 255",transform:"translate(1423.597 1666.516)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 256",transform:"translate(1427.672 1666.516)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 257",transform:"translate(1431.748 1666.516)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 258",transform:"translate(1435.823 1666.516)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 259",transform:"translate(1439.898 1666.516)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 260",transform:"translate(1443.973 1666.516)"}),a("path",{fill:"#ccc",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 261",transform:"translate(1448.049 1666.516)"}),a("path",{fill:"#6c63ff",d:"M708.368 456.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z","data-name":"Trazado 466",transform:"translate(730.974 1227.612)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 262",transform:"translate(1405.139 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 263",transform:"translate(1409.214 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 264",transform:"translate(1413.289 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 265",transform:"translate(1417.365 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 266",transform:"translate(1421.44 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 267",transform:"translate(1425.515 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 268",transform:"translate(1429.59 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 269",transform:"translate(1433.665 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 270",transform:"translate(1437.741 1684.256)"}),a("path",{fill:"#6c63ff",d:"M525.368 456.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z","data-name":"Trazado 467",transform:"translate(870.105 1227.612)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 271",transform:"translate(1361.271 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 272",transform:"translate(1365.346 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 273",transform:"translate(1369.421 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 274",transform:"translate(1373.496 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 275",transform:"translate(1377.571 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 276",transform:"translate(1381.647 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 277",transform:"translate(1385.722 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 278",transform:"translate(1389.797 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 279",transform:"translate(1393.872 1684.256)"}),a("path",{fill:"#6c63ff",d:"M580.368 387.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z","data-name":"Trazado 468",transform:"translate(828.29 1280.071)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 280",transform:"translate(1374.455 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 281",transform:"translate(1378.53 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 282",transform:"translate(1382.605 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 283",transform:"translate(1386.681 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 284",transform:"translate(1390.756 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 285",transform:"translate(1394.831 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 286",transform:"translate(1398.906 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 287",transform:"translate(1402.982 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 288",transform:"translate(1407.057 1667.715)"}),a("path",{fill:"#6c63ff",d:"M330.368 456.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z","data-name":"Trazado 469",transform:"translate(1018.36 1227.612)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 289",transform:"translate(1314.525 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 290",transform:"translate(1318.601 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 291",transform:"translate(1322.676 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 292",transform:"translate(1326.751 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 293",transform:"translate(1330.826 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 294",transform:"translate(1334.901 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 295",transform:"translate(1338.977 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 296",transform:"translate(1343.052 1684.256)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 297",transform:"translate(1347.127 1684.256)"}),a("path",{fill:"#6c63ff",d:"M366.368 387.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z","data-name":"Trazado 470",transform:"translate(990.99 1280.071)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 298",transform:"translate(1323.155 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 299",transform:"translate(1327.231 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 300",transform:"translate(1331.306 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 301",transform:"translate(1335.381 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 302",transform:"translate(1339.456 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 303",transform:"translate(1343.531 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 304",transform:"translate(1347.607 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 305",transform:"translate(1351.682 1667.715)"}),a("path",{fill:"#3f3d56",d:"M0 0H0.959V16.445H0z","data-name":"Rect\xE1ngulo 306",transform:"translate(1355.757 1667.715)"}),a("path",{fill:"#3f3d56",d:"M427.331 473.749a4 4 0 00-.222-.6l-4.278-9.2a3.908 3.908 0 00-3.544-2.261h-17.548a3.908 3.908 0 00-3.544 2.261l-3.517 7.568H294.391l-3.406-7.328a3.908 3.908 0 00-3.544-2.261h-17.547a3.9 3.9 0 00-1.921.507l-2.95-5.268a1.8 1.8 0 00-3.374.881v41.377a4.694 4.694 0 004.694 4.694h134.284a4.694 4.694 0 003.356-1.412l22.7-23.213a4.653 4.653 0 00.648-5.745z","data-name":"Trazado 471",transform:"translate(1042.689 1227.922)"}),a("path",{fill:"#fff",d:"M841.627 498.437h-2.2a1.776 1.776 0 01-1.774-1.774v-2.445a1.776 1.776 0 011.774-1.774h2.2a1.776 1.776 0 011.774 1.774v2.444a1.776 1.776 0 01-1.774 1.775z","data-name":"Trazado 472",transform:"translate(604.767 1200.394)"}),a("path",{fill:"#fff",d:"M874.627 498.437h-2.2a1.776 1.776 0 01-1.774-1.774v-2.445a1.776 1.776 0 011.774-1.774h2.2a1.776 1.776 0 011.774 1.774v2.444a1.776 1.776 0 01-1.774 1.775z","data-name":"Trazado 473",transform:"translate(579.677 1200.394)"}),a("path",{fill:"#fff",d:"M907.627 498.437h-2.2a1.776 1.776 0 01-1.774-1.774v-2.445a1.776 1.776 0 011.774-1.774h2.2a1.776 1.776 0 011.774 1.774v2.444a1.776 1.776 0 01-1.774 1.775z","data-name":"Trazado 474",transform:"translate(554.588 1200.394)"}),a("path",{fill:"#fff",d:"M291.627 499.437h-2.2a1.776 1.776 0 01-1.774-1.774v-2.445a1.776 1.776 0 011.774-1.774h2.2a1.776 1.776 0 011.774 1.774v2.444a1.776 1.776 0 01-1.774 1.775z","data-name":"Trazado 478",transform:"translate(1022.922 1199.634)"}),a("path",{fill:"#fff",d:"M324.627 499.437h-2.2a1.776 1.776 0 01-1.774-1.774v-2.445a1.776 1.776 0 011.774-1.774h2.2a1.776 1.776 0 011.774 1.774v2.444a1.776 1.776 0 01-1.774 1.775z","data-name":"Trazado 479",transform:"translate(997.832 1199.634)"}),a("path",{fill:"#fff",d:"M357.627 499.437h-2.2a1.776 1.776 0 01-1.774-1.774v-2.445a1.776 1.776 0 011.774-1.774h2.2a1.776 1.776 0 011.774 1.774v2.444a1.776 1.776 0 01-1.774 1.775z","data-name":"Trazado 480",transform:"translate(972.743 1199.634)"}),a("path",{fill:"#6c63ff",d:"M200.756 623.744c-6.21-.149-12.867 3.331-14.635 9.286l33.71-1.372q-.956-.661-1.921-1.305c-5.171-3.44-10.944-6.46-17.154-6.609z","data-name":"Trazado 481",transform:"translate(1100.11 1100.572)"}),a("path",{fill:"#6c63ff",d:"M326.746 614.393c4.483 3.1 8.858 6.406 13.853 8.557 12.368 5.326 26.606 2.842 39.62-.62s26.3-7.861 39.645-6.076c7.569 1.012 14.714 3.973 22.02 6.195s15.166 3.709 22.537 1.715 14.019-8.32 14.212-15.953c-55.647-10.29-107.233-10.595-151.887 6.182z","data-name":"Trazado 482",transform:"translate(993.197 1117.837)"}),a("circle",{cx:"6.401",cy:"6.401",r:"6.401",fill:"#ff9800","data-name":"Elipse 3",transform:"translate(1430.482 1619.426)"}),a("path",{fill:"#e6e6e6",d:"M824.414 192.964a3.173 3.173 0 00-2.678-2.227.261.261 0 00-.043 0 .341.341 0 00-.053-.012 7.819 7.819 0 00-6.13 1.87l-.018.016a3.246 3.246 0 01-3.075.745 2.851 2.851 0 00-.9-.1 3.16 3.16 0 00-2.829 2.28.366.366 0 00.165.405 1.6 1.6 0 00.669.34c.53.113 1.064.216 1.6.309q1.568.273 3.152.443 1.046.111 2.1.177c1.448.091 2.9.113 4.353.067a4.967 4.967 0 002.066-.364 3.068 3.068 0 001.187-1.033 3.488 3.488 0 00.434-2.916z","data-name":"Trazado 483",transform:"translate(626.793 1429.832)"}),a("path",{fill:"#e6e6e6",d:"M769.054 229.362a3.274 3.274 0 00-.134-.791 3.179 3.179 0 00-2.68-2.227.23.23 0 00-.041 0 .453.453 0 00-.055-.012 7.957 7.957 0 00-3.521.362 7.267 7.267 0 00-2.623 1.522 3.245 3.245 0 01-3.075.746 2.859 2.859 0 00-.9-.1 3.16 3.16 0 00-2.829 2.28.373.373 0 00.165.405 1.614 1.614 0 00.669.34c.532.113 1.064.216 1.6.309q1.568.273 3.15.443a46.788 46.788 0 006.453.245 4.974 4.974 0 002.066-.364 3.061 3.061 0 001.184-1.033 3.419 3.419 0 00.571-2.125z","data-name":"Trazado 484",transform:"translate(668.985 1402.759)"}),a("path",{fill:"#3f3d56",d:"M829.2 303.265a1.345 1.345 0 00.15.979.817.817 0 00.95.314c.671-.208 1.332-.452 2-.678a.368.368 0 00.251-.442.363.363 0 00-.442-.251l-1.661.564c-.125.043-.25.091-.378.126l-.059.014c.006 0 .044 0 0 0q-.036-.011 0 0l-.032-.018c.029.024 0 0-.013-.013s-.035-.045-.015-.015a.452.452 0 01-.038-.066c.018.039-.015-.057-.018-.071a1.542 1.542 0 01.026-.448.361.361 0 00-.36-.36.369.369 0 00-.361.365z","data-name":"Trazado 485",transform:"translate(611.216 1344.497)"}),a("path",{fill:"#3f3d56",d:"M717.3 307.729l1.772 2.235c.226.284.709-.023.6-.35-.221-.667.542-1.039 1.068-1.149a9.354 9.354 0 002.062-.422c.421-.191.056-.811-.363-.621-.775.351-1.679.19-2.464.532a1.573 1.573 0 00-1 1.852l.6-.35-1.772-2.235a.362.362 0 00-.508 0 .368.368 0 000 .509z","data-name":"Trazado 486",transform:"translate(696.341 1341.295)"}),a("path",{fill:"#3f3d56",d:"M702.3 198.729l1.772 2.235c.226.284.709-.023.6-.35-.221-.667.542-1.039 1.068-1.149a9.355 9.355 0 002.062-.422c.421-.191.056-.811-.363-.621-.775.351-1.679.19-2.464.532a1.574 1.574 0 00-1 1.852l.6-.35-1.772-2.235a.362.362 0 00-.508 0 .368.368 0 000 .509z","data-name":"Trazado 487",transform:"translate(707.745 1424.166)"})]})})}var e=t;export{e as default};
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
function Icon() {
|
|
3
|
+
return /* @__PURE__ */ jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
width: "254.636",
|
|
8
|
+
height: "126.61",
|
|
9
|
+
viewBox: "0 0 254.636 126.61",
|
|
10
|
+
children: /* @__PURE__ */ jsxs("g", { "data-name": "Grupo 682", transform: "translate(-1253 -1619.426)", children: [
|
|
11
|
+
/* @__PURE__ */ jsx(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fill: "#f2f2f2",
|
|
15
|
+
d: "M350.125 586.775c-6.21-.149-12.867 3.331-14.635 9.286l33.71-1.372q-.956-.661-1.921-1.305c-5.171-3.441-10.943-6.461-17.154-6.609z",
|
|
16
|
+
"data-name": "Trazado 457",
|
|
17
|
+
transform: "translate(986.548 1128.679)"
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ jsx(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
fill: "#f2f2f2",
|
|
24
|
+
d: "M476.116 577.423c4.483 3.1 8.858 6.406 13.852 8.557 12.368 5.327 26.606 2.842 39.619-.62s26.3-7.861 39.645-6.076c7.569 1.012 14.714 3.973 22.02 6.195s15.166 3.709 22.537 1.715 14.021-8.32 14.211-15.954c-55.644-10.288-107.234-10.594-151.884 6.183z",
|
|
25
|
+
"data-name": "Trazado 458",
|
|
26
|
+
transform: "translate(879.633 1145.944)"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ jsx(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
fill: "#f2f2f2",
|
|
33
|
+
d: "M62.125 632.774c-6.21-.149-12.867 3.331-14.635 9.286l33.71-1.372q-.956-.661-1.921-1.305c-5.171-3.44-10.943-6.46-17.154-6.609z",
|
|
34
|
+
"data-name": "Trazado 459",
|
|
35
|
+
transform: "translate(1205.509 1093.706)"
|
|
36
|
+
}
|
|
37
|
+
),
|
|
38
|
+
/* @__PURE__ */ jsx(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
fill: "#f2f2f2",
|
|
42
|
+
d: "M188.116 623.423c4.483 3.1 8.858 6.406 13.853 8.557 12.368 5.327 26.606 2.842 39.619-.62s26.3-7.861 39.645-6.076c7.569 1.012 14.714 3.973 22.02 6.195s15.166 3.709 22.537 1.715 14.02-8.32 14.21-15.954c-55.644-10.288-107.234-10.594-151.884 6.183z",
|
|
43
|
+
"data-name": "Trazado 460",
|
|
44
|
+
transform: "translate(1098.594 1110.971)"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
fill: "#e6e6e6",
|
|
51
|
+
d: "M383.368 451.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z",
|
|
52
|
+
"data-name": "Trazado 461",
|
|
53
|
+
transform: "translate(978.065 1231.413)"
|
|
54
|
+
}
|
|
55
|
+
),
|
|
56
|
+
/* @__PURE__ */ jsx(
|
|
57
|
+
"path",
|
|
58
|
+
{
|
|
59
|
+
fill: "#ccc",
|
|
60
|
+
d: "M0 0H0.959V16.445H0z",
|
|
61
|
+
"data-name": "Rect\xE1ngulo 226",
|
|
62
|
+
transform: "translate(1327.231 1683.057)"
|
|
63
|
+
}
|
|
64
|
+
),
|
|
65
|
+
/* @__PURE__ */ jsx(
|
|
66
|
+
"path",
|
|
67
|
+
{
|
|
68
|
+
fill: "#ccc",
|
|
69
|
+
d: "M0 0H0.959V16.445H0z",
|
|
70
|
+
"data-name": "Rect\xE1ngulo 227",
|
|
71
|
+
transform: "translate(1331.306 1683.057)"
|
|
72
|
+
}
|
|
73
|
+
),
|
|
74
|
+
/* @__PURE__ */ jsx(
|
|
75
|
+
"path",
|
|
76
|
+
{
|
|
77
|
+
fill: "#ccc",
|
|
78
|
+
d: "M0 0H0.959V16.445H0z",
|
|
79
|
+
"data-name": "Rect\xE1ngulo 228",
|
|
80
|
+
transform: "translate(1335.381 1683.057)"
|
|
81
|
+
}
|
|
82
|
+
),
|
|
83
|
+
/* @__PURE__ */ jsx(
|
|
84
|
+
"path",
|
|
85
|
+
{
|
|
86
|
+
fill: "#ccc",
|
|
87
|
+
d: "M0 0H0.959V16.445H0z",
|
|
88
|
+
"data-name": "Rect\xE1ngulo 229",
|
|
89
|
+
transform: "translate(1339.456 1683.057)"
|
|
90
|
+
}
|
|
91
|
+
),
|
|
92
|
+
/* @__PURE__ */ jsx(
|
|
93
|
+
"path",
|
|
94
|
+
{
|
|
95
|
+
fill: "#ccc",
|
|
96
|
+
d: "M0 0H0.959V16.445H0z",
|
|
97
|
+
"data-name": "Rect\xE1ngulo 230",
|
|
98
|
+
transform: "translate(1343.531 1683.057)"
|
|
99
|
+
}
|
|
100
|
+
),
|
|
101
|
+
/* @__PURE__ */ jsx(
|
|
102
|
+
"path",
|
|
103
|
+
{
|
|
104
|
+
fill: "#ccc",
|
|
105
|
+
d: "M0 0H0.959V16.445H0z",
|
|
106
|
+
"data-name": "Rect\xE1ngulo 231",
|
|
107
|
+
transform: "translate(1347.607 1683.057)"
|
|
108
|
+
}
|
|
109
|
+
),
|
|
110
|
+
/* @__PURE__ */ jsx(
|
|
111
|
+
"path",
|
|
112
|
+
{
|
|
113
|
+
fill: "#ccc",
|
|
114
|
+
d: "M0 0H0.959V16.445H0z",
|
|
115
|
+
"data-name": "Rect\xE1ngulo 232",
|
|
116
|
+
transform: "translate(1351.682 1683.057)"
|
|
117
|
+
}
|
|
118
|
+
),
|
|
119
|
+
/* @__PURE__ */ jsx(
|
|
120
|
+
"path",
|
|
121
|
+
{
|
|
122
|
+
fill: "#ccc",
|
|
123
|
+
d: "M0 0H0.959V16.445H0z",
|
|
124
|
+
"data-name": "Rect\xE1ngulo 233",
|
|
125
|
+
transform: "translate(1355.757 1683.057)"
|
|
126
|
+
}
|
|
127
|
+
),
|
|
128
|
+
/* @__PURE__ */ jsx(
|
|
129
|
+
"path",
|
|
130
|
+
{
|
|
131
|
+
fill: "#ccc",
|
|
132
|
+
d: "M0 0H0.959V16.445H0z",
|
|
133
|
+
"data-name": "Rect\xE1ngulo 234",
|
|
134
|
+
transform: "translate(1359.832 1683.057)"
|
|
135
|
+
}
|
|
136
|
+
),
|
|
137
|
+
/* @__PURE__ */ jsx(
|
|
138
|
+
"path",
|
|
139
|
+
{
|
|
140
|
+
fill: "#e6e6e6",
|
|
141
|
+
d: "M740.368 451.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z",
|
|
142
|
+
"data-name": "Trazado 463",
|
|
143
|
+
transform: "translate(706.645 1231.413)"
|
|
144
|
+
}
|
|
145
|
+
),
|
|
146
|
+
/* @__PURE__ */ jsx(
|
|
147
|
+
"path",
|
|
148
|
+
{
|
|
149
|
+
fill: "#ccc",
|
|
150
|
+
d: "M0 0H0.959V16.445H0z",
|
|
151
|
+
"data-name": "Rect\xE1ngulo 235",
|
|
152
|
+
transform: "translate(1412.81 1683.057)"
|
|
153
|
+
}
|
|
154
|
+
),
|
|
155
|
+
/* @__PURE__ */ jsx(
|
|
156
|
+
"path",
|
|
157
|
+
{
|
|
158
|
+
fill: "#ccc",
|
|
159
|
+
d: "M0 0H0.959V16.445H0z",
|
|
160
|
+
"data-name": "Rect\xE1ngulo 236",
|
|
161
|
+
transform: "translate(1416.885 1683.057)"
|
|
162
|
+
}
|
|
163
|
+
),
|
|
164
|
+
/* @__PURE__ */ jsx(
|
|
165
|
+
"path",
|
|
166
|
+
{
|
|
167
|
+
fill: "#ccc",
|
|
168
|
+
d: "M0 0H0.959V16.445H0z",
|
|
169
|
+
"data-name": "Rect\xE1ngulo 237",
|
|
170
|
+
transform: "translate(1420.96 1683.057)"
|
|
171
|
+
}
|
|
172
|
+
),
|
|
173
|
+
/* @__PURE__ */ jsx(
|
|
174
|
+
"path",
|
|
175
|
+
{
|
|
176
|
+
fill: "#ccc",
|
|
177
|
+
d: "M0 0H0.959V16.445H0z",
|
|
178
|
+
"data-name": "Rect\xE1ngulo 238",
|
|
179
|
+
transform: "translate(1425.036 1683.057)"
|
|
180
|
+
}
|
|
181
|
+
),
|
|
182
|
+
/* @__PURE__ */ jsx(
|
|
183
|
+
"path",
|
|
184
|
+
{
|
|
185
|
+
fill: "#ccc",
|
|
186
|
+
d: "M0 0H0.959V16.445H0z",
|
|
187
|
+
"data-name": "Rect\xE1ngulo 239",
|
|
188
|
+
transform: "translate(1429.111 1683.057)"
|
|
189
|
+
}
|
|
190
|
+
),
|
|
191
|
+
/* @__PURE__ */ jsx(
|
|
192
|
+
"path",
|
|
193
|
+
{
|
|
194
|
+
fill: "#ccc",
|
|
195
|
+
d: "M0 0H0.959V16.445H0z",
|
|
196
|
+
"data-name": "Rect\xE1ngulo 240",
|
|
197
|
+
transform: "translate(1433.186 1683.057)"
|
|
198
|
+
}
|
|
199
|
+
),
|
|
200
|
+
/* @__PURE__ */ jsx(
|
|
201
|
+
"path",
|
|
202
|
+
{
|
|
203
|
+
fill: "#ccc",
|
|
204
|
+
d: "M0 0H0.959V16.445H0z",
|
|
205
|
+
"data-name": "Rect\xE1ngulo 241",
|
|
206
|
+
transform: "translate(1437.261 1683.057)"
|
|
207
|
+
}
|
|
208
|
+
),
|
|
209
|
+
/* @__PURE__ */ jsx(
|
|
210
|
+
"path",
|
|
211
|
+
{
|
|
212
|
+
fill: "#ccc",
|
|
213
|
+
d: "M0 0H0.959V16.445H0z",
|
|
214
|
+
"data-name": "Rect\xE1ngulo 242",
|
|
215
|
+
transform: "translate(1441.336 1683.057)"
|
|
216
|
+
}
|
|
217
|
+
),
|
|
218
|
+
/* @__PURE__ */ jsx(
|
|
219
|
+
"path",
|
|
220
|
+
{
|
|
221
|
+
fill: "#ccc",
|
|
222
|
+
d: "M0 0H0.959V16.445H0z",
|
|
223
|
+
"data-name": "Rect\xE1ngulo 243",
|
|
224
|
+
transform: "translate(1445.412 1683.057)"
|
|
225
|
+
}
|
|
226
|
+
),
|
|
227
|
+
/* @__PURE__ */ jsx(
|
|
228
|
+
"path",
|
|
229
|
+
{
|
|
230
|
+
fill: "#e6e6e6",
|
|
231
|
+
d: "M578.368 451.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z",
|
|
232
|
+
"data-name": "Trazado 464",
|
|
233
|
+
transform: "translate(829.81 1231.413)"
|
|
234
|
+
}
|
|
235
|
+
),
|
|
236
|
+
/* @__PURE__ */ jsx(
|
|
237
|
+
"path",
|
|
238
|
+
{
|
|
239
|
+
fill: "#ccc",
|
|
240
|
+
d: "M0 0H0.959V16.445H0z",
|
|
241
|
+
"data-name": "Rect\xE1ngulo 244",
|
|
242
|
+
transform: "translate(1373.976 1683.057)"
|
|
243
|
+
}
|
|
244
|
+
),
|
|
245
|
+
/* @__PURE__ */ jsx(
|
|
246
|
+
"path",
|
|
247
|
+
{
|
|
248
|
+
fill: "#ccc",
|
|
249
|
+
d: "M0 0H0.959V16.445H0z",
|
|
250
|
+
"data-name": "Rect\xE1ngulo 245",
|
|
251
|
+
transform: "translate(1378.051 1683.057)"
|
|
252
|
+
}
|
|
253
|
+
),
|
|
254
|
+
/* @__PURE__ */ jsx(
|
|
255
|
+
"path",
|
|
256
|
+
{
|
|
257
|
+
fill: "#ccc",
|
|
258
|
+
d: "M0 0H0.959V16.445H0z",
|
|
259
|
+
"data-name": "Rect\xE1ngulo 246",
|
|
260
|
+
transform: "translate(1382.126 1683.057)"
|
|
261
|
+
}
|
|
262
|
+
),
|
|
263
|
+
/* @__PURE__ */ jsx(
|
|
264
|
+
"path",
|
|
265
|
+
{
|
|
266
|
+
fill: "#ccc",
|
|
267
|
+
d: "M0 0H0.959V16.445H0z",
|
|
268
|
+
"data-name": "Rect\xE1ngulo 247",
|
|
269
|
+
transform: "translate(1386.201 1683.057)"
|
|
270
|
+
}
|
|
271
|
+
),
|
|
272
|
+
/* @__PURE__ */ jsx(
|
|
273
|
+
"path",
|
|
274
|
+
{
|
|
275
|
+
fill: "#ccc",
|
|
276
|
+
d: "M0 0H0.959V16.445H0z",
|
|
277
|
+
"data-name": "Rect\xE1ngulo 248",
|
|
278
|
+
transform: "translate(1390.276 1683.057)"
|
|
279
|
+
}
|
|
280
|
+
),
|
|
281
|
+
/* @__PURE__ */ jsx(
|
|
282
|
+
"path",
|
|
283
|
+
{
|
|
284
|
+
fill: "#ccc",
|
|
285
|
+
d: "M0 0H0.959V16.445H0z",
|
|
286
|
+
"data-name": "Rect\xE1ngulo 249",
|
|
287
|
+
transform: "translate(1394.352 1683.057)"
|
|
288
|
+
}
|
|
289
|
+
),
|
|
290
|
+
/* @__PURE__ */ jsx(
|
|
291
|
+
"path",
|
|
292
|
+
{
|
|
293
|
+
fill: "#ccc",
|
|
294
|
+
d: "M0 0H0.959V16.445H0z",
|
|
295
|
+
"data-name": "Rect\xE1ngulo 250",
|
|
296
|
+
transform: "translate(1398.427 1683.057)"
|
|
297
|
+
}
|
|
298
|
+
),
|
|
299
|
+
/* @__PURE__ */ jsx(
|
|
300
|
+
"path",
|
|
301
|
+
{
|
|
302
|
+
fill: "#ccc",
|
|
303
|
+
d: "M0 0H0.959V16.445H0z",
|
|
304
|
+
"data-name": "Rect\xE1ngulo 251",
|
|
305
|
+
transform: "translate(1402.502 1683.057)"
|
|
306
|
+
}
|
|
307
|
+
),
|
|
308
|
+
/* @__PURE__ */ jsx(
|
|
309
|
+
"path",
|
|
310
|
+
{
|
|
311
|
+
fill: "#ccc",
|
|
312
|
+
d: "M0 0H0.959V16.445H0z",
|
|
313
|
+
"data-name": "Rect\xE1ngulo 252",
|
|
314
|
+
transform: "translate(1406.577 1683.057)"
|
|
315
|
+
}
|
|
316
|
+
),
|
|
317
|
+
/* @__PURE__ */ jsx(
|
|
318
|
+
"path",
|
|
319
|
+
{
|
|
320
|
+
fill: "#e6e6e6",
|
|
321
|
+
d: "M751.368 382.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z",
|
|
322
|
+
"data-name": "Trazado 465",
|
|
323
|
+
transform: "translate(698.282 1283.873)"
|
|
324
|
+
}
|
|
325
|
+
),
|
|
326
|
+
/* @__PURE__ */ jsx(
|
|
327
|
+
"path",
|
|
328
|
+
{
|
|
329
|
+
fill: "#ccc",
|
|
330
|
+
d: "M0 0H0.959V16.445H0z",
|
|
331
|
+
"data-name": "Rect\xE1ngulo 253",
|
|
332
|
+
transform: "translate(1415.447 1666.516)"
|
|
333
|
+
}
|
|
334
|
+
),
|
|
335
|
+
/* @__PURE__ */ jsx(
|
|
336
|
+
"path",
|
|
337
|
+
{
|
|
338
|
+
fill: "#ccc",
|
|
339
|
+
d: "M0 0H0.959V16.445H0z",
|
|
340
|
+
"data-name": "Rect\xE1ngulo 254",
|
|
341
|
+
transform: "translate(1419.522 1666.516)"
|
|
342
|
+
}
|
|
343
|
+
),
|
|
344
|
+
/* @__PURE__ */ jsx(
|
|
345
|
+
"path",
|
|
346
|
+
{
|
|
347
|
+
fill: "#ccc",
|
|
348
|
+
d: "M0 0H0.959V16.445H0z",
|
|
349
|
+
"data-name": "Rect\xE1ngulo 255",
|
|
350
|
+
transform: "translate(1423.597 1666.516)"
|
|
351
|
+
}
|
|
352
|
+
),
|
|
353
|
+
/* @__PURE__ */ jsx(
|
|
354
|
+
"path",
|
|
355
|
+
{
|
|
356
|
+
fill: "#ccc",
|
|
357
|
+
d: "M0 0H0.959V16.445H0z",
|
|
358
|
+
"data-name": "Rect\xE1ngulo 256",
|
|
359
|
+
transform: "translate(1427.672 1666.516)"
|
|
360
|
+
}
|
|
361
|
+
),
|
|
362
|
+
/* @__PURE__ */ jsx(
|
|
363
|
+
"path",
|
|
364
|
+
{
|
|
365
|
+
fill: "#ccc",
|
|
366
|
+
d: "M0 0H0.959V16.445H0z",
|
|
367
|
+
"data-name": "Rect\xE1ngulo 257",
|
|
368
|
+
transform: "translate(1431.748 1666.516)"
|
|
369
|
+
}
|
|
370
|
+
),
|
|
371
|
+
/* @__PURE__ */ jsx(
|
|
372
|
+
"path",
|
|
373
|
+
{
|
|
374
|
+
fill: "#ccc",
|
|
375
|
+
d: "M0 0H0.959V16.445H0z",
|
|
376
|
+
"data-name": "Rect\xE1ngulo 258",
|
|
377
|
+
transform: "translate(1435.823 1666.516)"
|
|
378
|
+
}
|
|
379
|
+
),
|
|
380
|
+
/* @__PURE__ */ jsx(
|
|
381
|
+
"path",
|
|
382
|
+
{
|
|
383
|
+
fill: "#ccc",
|
|
384
|
+
d: "M0 0H0.959V16.445H0z",
|
|
385
|
+
"data-name": "Rect\xE1ngulo 259",
|
|
386
|
+
transform: "translate(1439.898 1666.516)"
|
|
387
|
+
}
|
|
388
|
+
),
|
|
389
|
+
/* @__PURE__ */ jsx(
|
|
390
|
+
"path",
|
|
391
|
+
{
|
|
392
|
+
fill: "#ccc",
|
|
393
|
+
d: "M0 0H0.959V16.445H0z",
|
|
394
|
+
"data-name": "Rect\xE1ngulo 260",
|
|
395
|
+
transform: "translate(1443.973 1666.516)"
|
|
396
|
+
}
|
|
397
|
+
),
|
|
398
|
+
/* @__PURE__ */ jsx(
|
|
399
|
+
"path",
|
|
400
|
+
{
|
|
401
|
+
fill: "#ccc",
|
|
402
|
+
d: "M0 0H0.959V16.445H0z",
|
|
403
|
+
"data-name": "Rect\xE1ngulo 261",
|
|
404
|
+
transform: "translate(1448.049 1666.516)"
|
|
405
|
+
}
|
|
406
|
+
),
|
|
407
|
+
/* @__PURE__ */ jsx(
|
|
408
|
+
"path",
|
|
409
|
+
{
|
|
410
|
+
fill: "#6c63ff",
|
|
411
|
+
d: "M708.368 456.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z",
|
|
412
|
+
"data-name": "Trazado 466",
|
|
413
|
+
transform: "translate(730.974 1227.612)"
|
|
414
|
+
}
|
|
415
|
+
),
|
|
416
|
+
/* @__PURE__ */ jsx(
|
|
417
|
+
"path",
|
|
418
|
+
{
|
|
419
|
+
fill: "#3f3d56",
|
|
420
|
+
d: "M0 0H0.959V16.445H0z",
|
|
421
|
+
"data-name": "Rect\xE1ngulo 262",
|
|
422
|
+
transform: "translate(1405.139 1684.256)"
|
|
423
|
+
}
|
|
424
|
+
),
|
|
425
|
+
/* @__PURE__ */ jsx(
|
|
426
|
+
"path",
|
|
427
|
+
{
|
|
428
|
+
fill: "#3f3d56",
|
|
429
|
+
d: "M0 0H0.959V16.445H0z",
|
|
430
|
+
"data-name": "Rect\xE1ngulo 263",
|
|
431
|
+
transform: "translate(1409.214 1684.256)"
|
|
432
|
+
}
|
|
433
|
+
),
|
|
434
|
+
/* @__PURE__ */ jsx(
|
|
435
|
+
"path",
|
|
436
|
+
{
|
|
437
|
+
fill: "#3f3d56",
|
|
438
|
+
d: "M0 0H0.959V16.445H0z",
|
|
439
|
+
"data-name": "Rect\xE1ngulo 264",
|
|
440
|
+
transform: "translate(1413.289 1684.256)"
|
|
441
|
+
}
|
|
442
|
+
),
|
|
443
|
+
/* @__PURE__ */ jsx(
|
|
444
|
+
"path",
|
|
445
|
+
{
|
|
446
|
+
fill: "#3f3d56",
|
|
447
|
+
d: "M0 0H0.959V16.445H0z",
|
|
448
|
+
"data-name": "Rect\xE1ngulo 265",
|
|
449
|
+
transform: "translate(1417.365 1684.256)"
|
|
450
|
+
}
|
|
451
|
+
),
|
|
452
|
+
/* @__PURE__ */ jsx(
|
|
453
|
+
"path",
|
|
454
|
+
{
|
|
455
|
+
fill: "#3f3d56",
|
|
456
|
+
d: "M0 0H0.959V16.445H0z",
|
|
457
|
+
"data-name": "Rect\xE1ngulo 266",
|
|
458
|
+
transform: "translate(1421.44 1684.256)"
|
|
459
|
+
}
|
|
460
|
+
),
|
|
461
|
+
/* @__PURE__ */ jsx(
|
|
462
|
+
"path",
|
|
463
|
+
{
|
|
464
|
+
fill: "#3f3d56",
|
|
465
|
+
d: "M0 0H0.959V16.445H0z",
|
|
466
|
+
"data-name": "Rect\xE1ngulo 267",
|
|
467
|
+
transform: "translate(1425.515 1684.256)"
|
|
468
|
+
}
|
|
469
|
+
),
|
|
470
|
+
/* @__PURE__ */ jsx(
|
|
471
|
+
"path",
|
|
472
|
+
{
|
|
473
|
+
fill: "#3f3d56",
|
|
474
|
+
d: "M0 0H0.959V16.445H0z",
|
|
475
|
+
"data-name": "Rect\xE1ngulo 268",
|
|
476
|
+
transform: "translate(1429.59 1684.256)"
|
|
477
|
+
}
|
|
478
|
+
),
|
|
479
|
+
/* @__PURE__ */ jsx(
|
|
480
|
+
"path",
|
|
481
|
+
{
|
|
482
|
+
fill: "#3f3d56",
|
|
483
|
+
d: "M0 0H0.959V16.445H0z",
|
|
484
|
+
"data-name": "Rect\xE1ngulo 269",
|
|
485
|
+
transform: "translate(1433.665 1684.256)"
|
|
486
|
+
}
|
|
487
|
+
),
|
|
488
|
+
/* @__PURE__ */ jsx(
|
|
489
|
+
"path",
|
|
490
|
+
{
|
|
491
|
+
fill: "#3f3d56",
|
|
492
|
+
d: "M0 0H0.959V16.445H0z",
|
|
493
|
+
"data-name": "Rect\xE1ngulo 270",
|
|
494
|
+
transform: "translate(1437.741 1684.256)"
|
|
495
|
+
}
|
|
496
|
+
),
|
|
497
|
+
/* @__PURE__ */ jsx(
|
|
498
|
+
"path",
|
|
499
|
+
{
|
|
500
|
+
fill: "#6c63ff",
|
|
501
|
+
d: "M525.368 456.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z",
|
|
502
|
+
"data-name": "Trazado 467",
|
|
503
|
+
transform: "translate(870.105 1227.612)"
|
|
504
|
+
}
|
|
505
|
+
),
|
|
506
|
+
/* @__PURE__ */ jsx(
|
|
507
|
+
"path",
|
|
508
|
+
{
|
|
509
|
+
fill: "#3f3d56",
|
|
510
|
+
d: "M0 0H0.959V16.445H0z",
|
|
511
|
+
"data-name": "Rect\xE1ngulo 271",
|
|
512
|
+
transform: "translate(1361.271 1684.256)"
|
|
513
|
+
}
|
|
514
|
+
),
|
|
515
|
+
/* @__PURE__ */ jsx(
|
|
516
|
+
"path",
|
|
517
|
+
{
|
|
518
|
+
fill: "#3f3d56",
|
|
519
|
+
d: "M0 0H0.959V16.445H0z",
|
|
520
|
+
"data-name": "Rect\xE1ngulo 272",
|
|
521
|
+
transform: "translate(1365.346 1684.256)"
|
|
522
|
+
}
|
|
523
|
+
),
|
|
524
|
+
/* @__PURE__ */ jsx(
|
|
525
|
+
"path",
|
|
526
|
+
{
|
|
527
|
+
fill: "#3f3d56",
|
|
528
|
+
d: "M0 0H0.959V16.445H0z",
|
|
529
|
+
"data-name": "Rect\xE1ngulo 273",
|
|
530
|
+
transform: "translate(1369.421 1684.256)"
|
|
531
|
+
}
|
|
532
|
+
),
|
|
533
|
+
/* @__PURE__ */ jsx(
|
|
534
|
+
"path",
|
|
535
|
+
{
|
|
536
|
+
fill: "#3f3d56",
|
|
537
|
+
d: "M0 0H0.959V16.445H0z",
|
|
538
|
+
"data-name": "Rect\xE1ngulo 274",
|
|
539
|
+
transform: "translate(1373.496 1684.256)"
|
|
540
|
+
}
|
|
541
|
+
),
|
|
542
|
+
/* @__PURE__ */ jsx(
|
|
543
|
+
"path",
|
|
544
|
+
{
|
|
545
|
+
fill: "#3f3d56",
|
|
546
|
+
d: "M0 0H0.959V16.445H0z",
|
|
547
|
+
"data-name": "Rect\xE1ngulo 275",
|
|
548
|
+
transform: "translate(1377.571 1684.256)"
|
|
549
|
+
}
|
|
550
|
+
),
|
|
551
|
+
/* @__PURE__ */ jsx(
|
|
552
|
+
"path",
|
|
553
|
+
{
|
|
554
|
+
fill: "#3f3d56",
|
|
555
|
+
d: "M0 0H0.959V16.445H0z",
|
|
556
|
+
"data-name": "Rect\xE1ngulo 276",
|
|
557
|
+
transform: "translate(1381.647 1684.256)"
|
|
558
|
+
}
|
|
559
|
+
),
|
|
560
|
+
/* @__PURE__ */ jsx(
|
|
561
|
+
"path",
|
|
562
|
+
{
|
|
563
|
+
fill: "#3f3d56",
|
|
564
|
+
d: "M0 0H0.959V16.445H0z",
|
|
565
|
+
"data-name": "Rect\xE1ngulo 277",
|
|
566
|
+
transform: "translate(1385.722 1684.256)"
|
|
567
|
+
}
|
|
568
|
+
),
|
|
569
|
+
/* @__PURE__ */ jsx(
|
|
570
|
+
"path",
|
|
571
|
+
{
|
|
572
|
+
fill: "#3f3d56",
|
|
573
|
+
d: "M0 0H0.959V16.445H0z",
|
|
574
|
+
"data-name": "Rect\xE1ngulo 278",
|
|
575
|
+
transform: "translate(1389.797 1684.256)"
|
|
576
|
+
}
|
|
577
|
+
),
|
|
578
|
+
/* @__PURE__ */ jsx(
|
|
579
|
+
"path",
|
|
580
|
+
{
|
|
581
|
+
fill: "#3f3d56",
|
|
582
|
+
d: "M0 0H0.959V16.445H0z",
|
|
583
|
+
"data-name": "Rect\xE1ngulo 279",
|
|
584
|
+
transform: "translate(1393.872 1684.256)"
|
|
585
|
+
}
|
|
586
|
+
),
|
|
587
|
+
/* @__PURE__ */ jsx(
|
|
588
|
+
"path",
|
|
589
|
+
{
|
|
590
|
+
fill: "#6c63ff",
|
|
591
|
+
d: "M580.368 387.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z",
|
|
592
|
+
"data-name": "Trazado 468",
|
|
593
|
+
transform: "translate(828.29 1280.071)"
|
|
594
|
+
}
|
|
595
|
+
),
|
|
596
|
+
/* @__PURE__ */ jsx(
|
|
597
|
+
"path",
|
|
598
|
+
{
|
|
599
|
+
fill: "#3f3d56",
|
|
600
|
+
d: "M0 0H0.959V16.445H0z",
|
|
601
|
+
"data-name": "Rect\xE1ngulo 280",
|
|
602
|
+
transform: "translate(1374.455 1667.715)"
|
|
603
|
+
}
|
|
604
|
+
),
|
|
605
|
+
/* @__PURE__ */ jsx(
|
|
606
|
+
"path",
|
|
607
|
+
{
|
|
608
|
+
fill: "#3f3d56",
|
|
609
|
+
d: "M0 0H0.959V16.445H0z",
|
|
610
|
+
"data-name": "Rect\xE1ngulo 281",
|
|
611
|
+
transform: "translate(1378.53 1667.715)"
|
|
612
|
+
}
|
|
613
|
+
),
|
|
614
|
+
/* @__PURE__ */ jsx(
|
|
615
|
+
"path",
|
|
616
|
+
{
|
|
617
|
+
fill: "#3f3d56",
|
|
618
|
+
d: "M0 0H0.959V16.445H0z",
|
|
619
|
+
"data-name": "Rect\xE1ngulo 282",
|
|
620
|
+
transform: "translate(1382.605 1667.715)"
|
|
621
|
+
}
|
|
622
|
+
),
|
|
623
|
+
/* @__PURE__ */ jsx(
|
|
624
|
+
"path",
|
|
625
|
+
{
|
|
626
|
+
fill: "#3f3d56",
|
|
627
|
+
d: "M0 0H0.959V16.445H0z",
|
|
628
|
+
"data-name": "Rect\xE1ngulo 283",
|
|
629
|
+
transform: "translate(1386.681 1667.715)"
|
|
630
|
+
}
|
|
631
|
+
),
|
|
632
|
+
/* @__PURE__ */ jsx(
|
|
633
|
+
"path",
|
|
634
|
+
{
|
|
635
|
+
fill: "#3f3d56",
|
|
636
|
+
d: "M0 0H0.959V16.445H0z",
|
|
637
|
+
"data-name": "Rect\xE1ngulo 284",
|
|
638
|
+
transform: "translate(1390.756 1667.715)"
|
|
639
|
+
}
|
|
640
|
+
),
|
|
641
|
+
/* @__PURE__ */ jsx(
|
|
642
|
+
"path",
|
|
643
|
+
{
|
|
644
|
+
fill: "#3f3d56",
|
|
645
|
+
d: "M0 0H0.959V16.445H0z",
|
|
646
|
+
"data-name": "Rect\xE1ngulo 285",
|
|
647
|
+
transform: "translate(1394.831 1667.715)"
|
|
648
|
+
}
|
|
649
|
+
),
|
|
650
|
+
/* @__PURE__ */ jsx(
|
|
651
|
+
"path",
|
|
652
|
+
{
|
|
653
|
+
fill: "#3f3d56",
|
|
654
|
+
d: "M0 0H0.959V16.445H0z",
|
|
655
|
+
"data-name": "Rect\xE1ngulo 286",
|
|
656
|
+
transform: "translate(1398.906 1667.715)"
|
|
657
|
+
}
|
|
658
|
+
),
|
|
659
|
+
/* @__PURE__ */ jsx(
|
|
660
|
+
"path",
|
|
661
|
+
{
|
|
662
|
+
fill: "#3f3d56",
|
|
663
|
+
d: "M0 0H0.959V16.445H0z",
|
|
664
|
+
"data-name": "Rect\xE1ngulo 287",
|
|
665
|
+
transform: "translate(1402.982 1667.715)"
|
|
666
|
+
}
|
|
667
|
+
),
|
|
668
|
+
/* @__PURE__ */ jsx(
|
|
669
|
+
"path",
|
|
670
|
+
{
|
|
671
|
+
fill: "#3f3d56",
|
|
672
|
+
d: "M0 0H0.959V16.445H0z",
|
|
673
|
+
"data-name": "Rect\xE1ngulo 288",
|
|
674
|
+
transform: "translate(1407.057 1667.715)"
|
|
675
|
+
}
|
|
676
|
+
),
|
|
677
|
+
/* @__PURE__ */ jsx(
|
|
678
|
+
"path",
|
|
679
|
+
{
|
|
680
|
+
fill: "#6c63ff",
|
|
681
|
+
d: "M330.368 456.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z",
|
|
682
|
+
"data-name": "Trazado 469",
|
|
683
|
+
transform: "translate(1018.36 1227.612)"
|
|
684
|
+
}
|
|
685
|
+
),
|
|
686
|
+
/* @__PURE__ */ jsx(
|
|
687
|
+
"path",
|
|
688
|
+
{
|
|
689
|
+
fill: "#3f3d56",
|
|
690
|
+
d: "M0 0H0.959V16.445H0z",
|
|
691
|
+
"data-name": "Rect\xE1ngulo 289",
|
|
692
|
+
transform: "translate(1314.525 1684.256)"
|
|
693
|
+
}
|
|
694
|
+
),
|
|
695
|
+
/* @__PURE__ */ jsx(
|
|
696
|
+
"path",
|
|
697
|
+
{
|
|
698
|
+
fill: "#3f3d56",
|
|
699
|
+
d: "M0 0H0.959V16.445H0z",
|
|
700
|
+
"data-name": "Rect\xE1ngulo 290",
|
|
701
|
+
transform: "translate(1318.601 1684.256)"
|
|
702
|
+
}
|
|
703
|
+
),
|
|
704
|
+
/* @__PURE__ */ jsx(
|
|
705
|
+
"path",
|
|
706
|
+
{
|
|
707
|
+
fill: "#3f3d56",
|
|
708
|
+
d: "M0 0H0.959V16.445H0z",
|
|
709
|
+
"data-name": "Rect\xE1ngulo 291",
|
|
710
|
+
transform: "translate(1322.676 1684.256)"
|
|
711
|
+
}
|
|
712
|
+
),
|
|
713
|
+
/* @__PURE__ */ jsx(
|
|
714
|
+
"path",
|
|
715
|
+
{
|
|
716
|
+
fill: "#3f3d56",
|
|
717
|
+
d: "M0 0H0.959V16.445H0z",
|
|
718
|
+
"data-name": "Rect\xE1ngulo 292",
|
|
719
|
+
transform: "translate(1326.751 1684.256)"
|
|
720
|
+
}
|
|
721
|
+
),
|
|
722
|
+
/* @__PURE__ */ jsx(
|
|
723
|
+
"path",
|
|
724
|
+
{
|
|
725
|
+
fill: "#3f3d56",
|
|
726
|
+
d: "M0 0H0.959V16.445H0z",
|
|
727
|
+
"data-name": "Rect\xE1ngulo 293",
|
|
728
|
+
transform: "translate(1330.826 1684.256)"
|
|
729
|
+
}
|
|
730
|
+
),
|
|
731
|
+
/* @__PURE__ */ jsx(
|
|
732
|
+
"path",
|
|
733
|
+
{
|
|
734
|
+
fill: "#3f3d56",
|
|
735
|
+
d: "M0 0H0.959V16.445H0z",
|
|
736
|
+
"data-name": "Rect\xE1ngulo 294",
|
|
737
|
+
transform: "translate(1334.901 1684.256)"
|
|
738
|
+
}
|
|
739
|
+
),
|
|
740
|
+
/* @__PURE__ */ jsx(
|
|
741
|
+
"path",
|
|
742
|
+
{
|
|
743
|
+
fill: "#3f3d56",
|
|
744
|
+
d: "M0 0H0.959V16.445H0z",
|
|
745
|
+
"data-name": "Rect\xE1ngulo 295",
|
|
746
|
+
transform: "translate(1338.977 1684.256)"
|
|
747
|
+
}
|
|
748
|
+
),
|
|
749
|
+
/* @__PURE__ */ jsx(
|
|
750
|
+
"path",
|
|
751
|
+
{
|
|
752
|
+
fill: "#3f3d56",
|
|
753
|
+
d: "M0 0H0.959V16.445H0z",
|
|
754
|
+
"data-name": "Rect\xE1ngulo 296",
|
|
755
|
+
transform: "translate(1343.052 1684.256)"
|
|
756
|
+
}
|
|
757
|
+
),
|
|
758
|
+
/* @__PURE__ */ jsx(
|
|
759
|
+
"path",
|
|
760
|
+
{
|
|
761
|
+
fill: "#3f3d56",
|
|
762
|
+
d: "M0 0H0.959V16.445H0z",
|
|
763
|
+
"data-name": "Rect\xE1ngulo 297",
|
|
764
|
+
transform: "translate(1347.127 1684.256)"
|
|
765
|
+
}
|
|
766
|
+
),
|
|
767
|
+
/* @__PURE__ */ jsx(
|
|
768
|
+
"path",
|
|
769
|
+
{
|
|
770
|
+
fill: "#6c63ff",
|
|
771
|
+
d: "M366.368 387.644h-34.845a1.876 1.876 0 00-1.875 1.875v12.7a1.876 1.876 0 001.875 1.875h34.845a1.876 1.876 0 001.875-1.875v-12.7a1.876 1.876 0 00-1.875-1.875z",
|
|
772
|
+
"data-name": "Trazado 470",
|
|
773
|
+
transform: "translate(990.99 1280.071)"
|
|
774
|
+
}
|
|
775
|
+
),
|
|
776
|
+
/* @__PURE__ */ jsx(
|
|
777
|
+
"path",
|
|
778
|
+
{
|
|
779
|
+
fill: "#3f3d56",
|
|
780
|
+
d: "M0 0H0.959V16.445H0z",
|
|
781
|
+
"data-name": "Rect\xE1ngulo 298",
|
|
782
|
+
transform: "translate(1323.155 1667.715)"
|
|
783
|
+
}
|
|
784
|
+
),
|
|
785
|
+
/* @__PURE__ */ jsx(
|
|
786
|
+
"path",
|
|
787
|
+
{
|
|
788
|
+
fill: "#3f3d56",
|
|
789
|
+
d: "M0 0H0.959V16.445H0z",
|
|
790
|
+
"data-name": "Rect\xE1ngulo 299",
|
|
791
|
+
transform: "translate(1327.231 1667.715)"
|
|
792
|
+
}
|
|
793
|
+
),
|
|
794
|
+
/* @__PURE__ */ jsx(
|
|
795
|
+
"path",
|
|
796
|
+
{
|
|
797
|
+
fill: "#3f3d56",
|
|
798
|
+
d: "M0 0H0.959V16.445H0z",
|
|
799
|
+
"data-name": "Rect\xE1ngulo 300",
|
|
800
|
+
transform: "translate(1331.306 1667.715)"
|
|
801
|
+
}
|
|
802
|
+
),
|
|
803
|
+
/* @__PURE__ */ jsx(
|
|
804
|
+
"path",
|
|
805
|
+
{
|
|
806
|
+
fill: "#3f3d56",
|
|
807
|
+
d: "M0 0H0.959V16.445H0z",
|
|
808
|
+
"data-name": "Rect\xE1ngulo 301",
|
|
809
|
+
transform: "translate(1335.381 1667.715)"
|
|
810
|
+
}
|
|
811
|
+
),
|
|
812
|
+
/* @__PURE__ */ jsx(
|
|
813
|
+
"path",
|
|
814
|
+
{
|
|
815
|
+
fill: "#3f3d56",
|
|
816
|
+
d: "M0 0H0.959V16.445H0z",
|
|
817
|
+
"data-name": "Rect\xE1ngulo 302",
|
|
818
|
+
transform: "translate(1339.456 1667.715)"
|
|
819
|
+
}
|
|
820
|
+
),
|
|
821
|
+
/* @__PURE__ */ jsx(
|
|
822
|
+
"path",
|
|
823
|
+
{
|
|
824
|
+
fill: "#3f3d56",
|
|
825
|
+
d: "M0 0H0.959V16.445H0z",
|
|
826
|
+
"data-name": "Rect\xE1ngulo 303",
|
|
827
|
+
transform: "translate(1343.531 1667.715)"
|
|
828
|
+
}
|
|
829
|
+
),
|
|
830
|
+
/* @__PURE__ */ jsx(
|
|
831
|
+
"path",
|
|
832
|
+
{
|
|
833
|
+
fill: "#3f3d56",
|
|
834
|
+
d: "M0 0H0.959V16.445H0z",
|
|
835
|
+
"data-name": "Rect\xE1ngulo 304",
|
|
836
|
+
transform: "translate(1347.607 1667.715)"
|
|
837
|
+
}
|
|
838
|
+
),
|
|
839
|
+
/* @__PURE__ */ jsx(
|
|
840
|
+
"path",
|
|
841
|
+
{
|
|
842
|
+
fill: "#3f3d56",
|
|
843
|
+
d: "M0 0H0.959V16.445H0z",
|
|
844
|
+
"data-name": "Rect\xE1ngulo 305",
|
|
845
|
+
transform: "translate(1351.682 1667.715)"
|
|
846
|
+
}
|
|
847
|
+
),
|
|
848
|
+
/* @__PURE__ */ jsx(
|
|
849
|
+
"path",
|
|
850
|
+
{
|
|
851
|
+
fill: "#3f3d56",
|
|
852
|
+
d: "M0 0H0.959V16.445H0z",
|
|
853
|
+
"data-name": "Rect\xE1ngulo 306",
|
|
854
|
+
transform: "translate(1355.757 1667.715)"
|
|
855
|
+
}
|
|
856
|
+
),
|
|
857
|
+
/* @__PURE__ */ jsx(
|
|
858
|
+
"path",
|
|
859
|
+
{
|
|
860
|
+
fill: "#3f3d56",
|
|
861
|
+
d: "M427.331 473.749a4 4 0 00-.222-.6l-4.278-9.2a3.908 3.908 0 00-3.544-2.261h-17.548a3.908 3.908 0 00-3.544 2.261l-3.517 7.568H294.391l-3.406-7.328a3.908 3.908 0 00-3.544-2.261h-17.547a3.9 3.9 0 00-1.921.507l-2.95-5.268a1.8 1.8 0 00-3.374.881v41.377a4.694 4.694 0 004.694 4.694h134.284a4.694 4.694 0 003.356-1.412l22.7-23.213a4.653 4.653 0 00.648-5.745z",
|
|
862
|
+
"data-name": "Trazado 471",
|
|
863
|
+
transform: "translate(1042.689 1227.922)"
|
|
864
|
+
}
|
|
865
|
+
),
|
|
866
|
+
/* @__PURE__ */ jsx(
|
|
867
|
+
"path",
|
|
868
|
+
{
|
|
869
|
+
fill: "#fff",
|
|
870
|
+
d: "M841.627 498.437h-2.2a1.776 1.776 0 01-1.774-1.774v-2.445a1.776 1.776 0 011.774-1.774h2.2a1.776 1.776 0 011.774 1.774v2.444a1.776 1.776 0 01-1.774 1.775z",
|
|
871
|
+
"data-name": "Trazado 472",
|
|
872
|
+
transform: "translate(604.767 1200.394)"
|
|
873
|
+
}
|
|
874
|
+
),
|
|
875
|
+
/* @__PURE__ */ jsx(
|
|
876
|
+
"path",
|
|
877
|
+
{
|
|
878
|
+
fill: "#fff",
|
|
879
|
+
d: "M874.627 498.437h-2.2a1.776 1.776 0 01-1.774-1.774v-2.445a1.776 1.776 0 011.774-1.774h2.2a1.776 1.776 0 011.774 1.774v2.444a1.776 1.776 0 01-1.774 1.775z",
|
|
880
|
+
"data-name": "Trazado 473",
|
|
881
|
+
transform: "translate(579.677 1200.394)"
|
|
882
|
+
}
|
|
883
|
+
),
|
|
884
|
+
/* @__PURE__ */ jsx(
|
|
885
|
+
"path",
|
|
886
|
+
{
|
|
887
|
+
fill: "#fff",
|
|
888
|
+
d: "M907.627 498.437h-2.2a1.776 1.776 0 01-1.774-1.774v-2.445a1.776 1.776 0 011.774-1.774h2.2a1.776 1.776 0 011.774 1.774v2.444a1.776 1.776 0 01-1.774 1.775z",
|
|
889
|
+
"data-name": "Trazado 474",
|
|
890
|
+
transform: "translate(554.588 1200.394)"
|
|
891
|
+
}
|
|
892
|
+
),
|
|
893
|
+
/* @__PURE__ */ jsx(
|
|
894
|
+
"path",
|
|
895
|
+
{
|
|
896
|
+
fill: "#fff",
|
|
897
|
+
d: "M291.627 499.437h-2.2a1.776 1.776 0 01-1.774-1.774v-2.445a1.776 1.776 0 011.774-1.774h2.2a1.776 1.776 0 011.774 1.774v2.444a1.776 1.776 0 01-1.774 1.775z",
|
|
898
|
+
"data-name": "Trazado 478",
|
|
899
|
+
transform: "translate(1022.922 1199.634)"
|
|
900
|
+
}
|
|
901
|
+
),
|
|
902
|
+
/* @__PURE__ */ jsx(
|
|
903
|
+
"path",
|
|
904
|
+
{
|
|
905
|
+
fill: "#fff",
|
|
906
|
+
d: "M324.627 499.437h-2.2a1.776 1.776 0 01-1.774-1.774v-2.445a1.776 1.776 0 011.774-1.774h2.2a1.776 1.776 0 011.774 1.774v2.444a1.776 1.776 0 01-1.774 1.775z",
|
|
907
|
+
"data-name": "Trazado 479",
|
|
908
|
+
transform: "translate(997.832 1199.634)"
|
|
909
|
+
}
|
|
910
|
+
),
|
|
911
|
+
/* @__PURE__ */ jsx(
|
|
912
|
+
"path",
|
|
913
|
+
{
|
|
914
|
+
fill: "#fff",
|
|
915
|
+
d: "M357.627 499.437h-2.2a1.776 1.776 0 01-1.774-1.774v-2.445a1.776 1.776 0 011.774-1.774h2.2a1.776 1.776 0 011.774 1.774v2.444a1.776 1.776 0 01-1.774 1.775z",
|
|
916
|
+
"data-name": "Trazado 480",
|
|
917
|
+
transform: "translate(972.743 1199.634)"
|
|
918
|
+
}
|
|
919
|
+
),
|
|
920
|
+
/* @__PURE__ */ jsx(
|
|
921
|
+
"path",
|
|
922
|
+
{
|
|
923
|
+
fill: "#6c63ff",
|
|
924
|
+
d: "M200.756 623.744c-6.21-.149-12.867 3.331-14.635 9.286l33.71-1.372q-.956-.661-1.921-1.305c-5.171-3.44-10.944-6.46-17.154-6.609z",
|
|
925
|
+
"data-name": "Trazado 481",
|
|
926
|
+
transform: "translate(1100.11 1100.572)"
|
|
927
|
+
}
|
|
928
|
+
),
|
|
929
|
+
/* @__PURE__ */ jsx(
|
|
930
|
+
"path",
|
|
931
|
+
{
|
|
932
|
+
fill: "#6c63ff",
|
|
933
|
+
d: "M326.746 614.393c4.483 3.1 8.858 6.406 13.853 8.557 12.368 5.326 26.606 2.842 39.62-.62s26.3-7.861 39.645-6.076c7.569 1.012 14.714 3.973 22.02 6.195s15.166 3.709 22.537 1.715 14.019-8.32 14.212-15.953c-55.647-10.29-107.233-10.595-151.887 6.182z",
|
|
934
|
+
"data-name": "Trazado 482",
|
|
935
|
+
transform: "translate(993.197 1117.837)"
|
|
936
|
+
}
|
|
937
|
+
),
|
|
938
|
+
/* @__PURE__ */ jsx(
|
|
939
|
+
"circle",
|
|
940
|
+
{
|
|
941
|
+
cx: "6.401",
|
|
942
|
+
cy: "6.401",
|
|
943
|
+
r: "6.401",
|
|
944
|
+
fill: "#ff9800",
|
|
945
|
+
"data-name": "Elipse 3",
|
|
946
|
+
transform: "translate(1430.482 1619.426)"
|
|
947
|
+
}
|
|
948
|
+
),
|
|
949
|
+
/* @__PURE__ */ jsx(
|
|
950
|
+
"path",
|
|
951
|
+
{
|
|
952
|
+
fill: "#e6e6e6",
|
|
953
|
+
d: "M824.414 192.964a3.173 3.173 0 00-2.678-2.227.261.261 0 00-.043 0 .341.341 0 00-.053-.012 7.819 7.819 0 00-6.13 1.87l-.018.016a3.246 3.246 0 01-3.075.745 2.851 2.851 0 00-.9-.1 3.16 3.16 0 00-2.829 2.28.366.366 0 00.165.405 1.6 1.6 0 00.669.34c.53.113 1.064.216 1.6.309q1.568.273 3.152.443 1.046.111 2.1.177c1.448.091 2.9.113 4.353.067a4.967 4.967 0 002.066-.364 3.068 3.068 0 001.187-1.033 3.488 3.488 0 00.434-2.916z",
|
|
954
|
+
"data-name": "Trazado 483",
|
|
955
|
+
transform: "translate(626.793 1429.832)"
|
|
956
|
+
}
|
|
957
|
+
),
|
|
958
|
+
/* @__PURE__ */ jsx(
|
|
959
|
+
"path",
|
|
960
|
+
{
|
|
961
|
+
fill: "#e6e6e6",
|
|
962
|
+
d: "M769.054 229.362a3.274 3.274 0 00-.134-.791 3.179 3.179 0 00-2.68-2.227.23.23 0 00-.041 0 .453.453 0 00-.055-.012 7.957 7.957 0 00-3.521.362 7.267 7.267 0 00-2.623 1.522 3.245 3.245 0 01-3.075.746 2.859 2.859 0 00-.9-.1 3.16 3.16 0 00-2.829 2.28.373.373 0 00.165.405 1.614 1.614 0 00.669.34c.532.113 1.064.216 1.6.309q1.568.273 3.15.443a46.788 46.788 0 006.453.245 4.974 4.974 0 002.066-.364 3.061 3.061 0 001.184-1.033 3.419 3.419 0 00.571-2.125z",
|
|
963
|
+
"data-name": "Trazado 484",
|
|
964
|
+
transform: "translate(668.985 1402.759)"
|
|
965
|
+
}
|
|
966
|
+
),
|
|
967
|
+
/* @__PURE__ */ jsx(
|
|
968
|
+
"path",
|
|
969
|
+
{
|
|
970
|
+
fill: "#3f3d56",
|
|
971
|
+
d: "M829.2 303.265a1.345 1.345 0 00.15.979.817.817 0 00.95.314c.671-.208 1.332-.452 2-.678a.368.368 0 00.251-.442.363.363 0 00-.442-.251l-1.661.564c-.125.043-.25.091-.378.126l-.059.014c.006 0 .044 0 0 0q-.036-.011 0 0l-.032-.018c.029.024 0 0-.013-.013s-.035-.045-.015-.015a.452.452 0 01-.038-.066c.018.039-.015-.057-.018-.071a1.542 1.542 0 01.026-.448.361.361 0 00-.36-.36.369.369 0 00-.361.365z",
|
|
972
|
+
"data-name": "Trazado 485",
|
|
973
|
+
transform: "translate(611.216 1344.497)"
|
|
974
|
+
}
|
|
975
|
+
),
|
|
976
|
+
/* @__PURE__ */ jsx(
|
|
977
|
+
"path",
|
|
978
|
+
{
|
|
979
|
+
fill: "#3f3d56",
|
|
980
|
+
d: "M717.3 307.729l1.772 2.235c.226.284.709-.023.6-.35-.221-.667.542-1.039 1.068-1.149a9.354 9.354 0 002.062-.422c.421-.191.056-.811-.363-.621-.775.351-1.679.19-2.464.532a1.573 1.573 0 00-1 1.852l.6-.35-1.772-2.235a.362.362 0 00-.508 0 .368.368 0 000 .509z",
|
|
981
|
+
"data-name": "Trazado 486",
|
|
982
|
+
transform: "translate(696.341 1341.295)"
|
|
983
|
+
}
|
|
984
|
+
),
|
|
985
|
+
/* @__PURE__ */ jsx(
|
|
986
|
+
"path",
|
|
987
|
+
{
|
|
988
|
+
fill: "#3f3d56",
|
|
989
|
+
d: "M702.3 198.729l1.772 2.235c.226.284.709-.023.6-.35-.221-.667.542-1.039 1.068-1.149a9.355 9.355 0 002.062-.422c.421-.191.056-.811-.363-.621-.775.351-1.679.19-2.464.532a1.574 1.574 0 00-1 1.852l.6-.35-1.772-2.235a.362.362 0 00-.508 0 .368.368 0 000 .509z",
|
|
990
|
+
"data-name": "Trazado 487",
|
|
991
|
+
transform: "translate(707.745 1424.166)"
|
|
992
|
+
}
|
|
993
|
+
)
|
|
994
|
+
] })
|
|
995
|
+
}
|
|
996
|
+
);
|
|
997
|
+
}
|
|
998
|
+
var SvgShipping_default = Icon;
|
|
999
|
+
export {
|
|
1000
|
+
SvgShipping_default as default
|
|
1001
|
+
};
|