@vef-framework/starter 2.0.4 → 2.0.6
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/cjs/components/access-denied/access-denied-icon.cjs +1 -210
- package/dist/cjs/components/access-denied/index.cjs +1 -47
- package/dist/cjs/components/app/index.cjs +1 -47
- package/dist/cjs/components/app/props.cjs +1 -3
- package/dist/cjs/components/base-layout/index.cjs +1 -45
- package/dist/cjs/components/base-layout/props.cjs +1 -3
- package/dist/cjs/components/base-layout/styles.cjs +1 -57
- package/dist/cjs/components/base-layout/use-base-layout.cjs +1 -41
- package/dist/cjs/components/crud/components/action-button-group.cjs +1 -20
- package/dist/cjs/components/crud/components/index.cjs +1 -20
- package/dist/cjs/components/crud/components/main.cjs +1 -57
- package/dist/cjs/components/crud/components/mutation-holder.cjs +1 -40
- package/dist/cjs/components/crud/components/operation-button-group.cjs +1 -22
- package/dist/cjs/components/crud/components/scene-form.cjs +1 -84
- package/dist/cjs/components/crud/components/selection-indicator.cjs +1 -83
- package/dist/cjs/components/crud/components/toolbar-actions.cjs +1 -19
- package/dist/cjs/components/crud/components/toolbar.cjs +1 -38
- package/dist/cjs/components/crud/event.cjs +1 -12
- package/dist/cjs/components/crud/helpers.cjs +1 -26
- package/dist/cjs/components/crud/hooks/index.cjs +1 -14
- package/dist/cjs/components/crud/hooks/use-query-observer.cjs +1 -37
- package/dist/cjs/components/crud/hooks/use-search-values.cjs +1 -12
- package/dist/cjs/components/crud/hooks/use-selected-rows.cjs +1 -12
- package/dist/cjs/components/crud/index.cjs +1 -46
- package/dist/cjs/components/crud/props.cjs +1 -3
- package/dist/cjs/components/crud/store.cjs +1 -93
- package/dist/cjs/components/crud/styles.cjs +1 -34
- package/dist/cjs/components/crud-page/index.cjs +1 -19
- package/dist/cjs/components/crud-page/props.cjs +1 -3
- package/dist/cjs/components/error/error-icon.cjs +1 -179
- package/dist/cjs/components/error/index.cjs +1 -69
- package/dist/cjs/components/flex-card/index.cjs +1 -18
- package/dist/cjs/components/flex-card/props.cjs +1 -3
- package/dist/cjs/components/flex-card/styles.cjs +1 -26
- package/dist/cjs/components/form-drawer/components/form-actions.cjs +1 -38
- package/dist/cjs/components/form-drawer/components/index.cjs +1 -10
- package/dist/cjs/components/form-drawer/index.cjs +1 -112
- package/dist/cjs/components/form-modal/components/form-actions.cjs +1 -38
- package/dist/cjs/components/form-modal/components/index.cjs +1 -10
- package/dist/cjs/components/form-modal/index.cjs +1 -88
- package/dist/cjs/components/index.cjs +1 -45
- package/dist/cjs/components/layout/components/footer.cjs +1 -27
- package/dist/cjs/components/layout/components/header/boy-icon.cjs +1 -20
- package/dist/cjs/components/layout/components/header/breadcrumb-navigation.cjs +1 -90
- package/dist/cjs/components/layout/components/header/color-scheme.cjs +1 -40
- package/dist/cjs/components/layout/components/header/fullscreen.cjs +1 -23
- package/dist/cjs/components/layout/components/header/girl-icon.cjs +1 -21
- package/dist/cjs/components/layout/components/header/index.cjs +1 -88
- package/dist/cjs/components/layout/components/header/menu-burger.cjs +1 -24
- package/dist/cjs/components/layout/components/header/menu-fold-left-icon.cjs +1 -20
- package/dist/cjs/components/layout/components/header/menu-unfold-left-icon.cjs +1 -20
- package/dist/cjs/components/layout/components/header/search.cjs +1 -22
- package/dist/cjs/components/layout/components/header/theme-config.cjs +1 -23
- package/dist/cjs/components/layout/components/header/user-avatar.cjs +1 -86
- package/dist/cjs/components/layout/components/honeycomb-pattern.cjs +1 -39
- package/dist/cjs/components/layout/components/index.cjs +1 -20
- package/dist/cjs/components/layout/components/logo.cjs +1 -60
- package/dist/cjs/components/layout/components/menu.cjs +1 -95
- package/dist/cjs/components/layout/components/search/index.cjs +1 -79
- package/dist/cjs/components/layout/components/search/keyboard-arrow-down-icon.cjs +1 -15
- package/dist/cjs/components/layout/components/search/keyboard-arrow-up-icon.cjs +1 -15
- package/dist/cjs/components/layout/components/search/keyboard-control-icon.cjs +1 -15
- package/dist/cjs/components/layout/components/search/keyboard-esc-icon.cjs +1 -15
- package/dist/cjs/components/layout/components/search/keyboard-help.cjs +1 -46
- package/dist/cjs/components/layout/components/search/keyboard-return-icon.cjs +1 -15
- package/dist/cjs/components/layout/components/search/keyboard-shift-icon.cjs +1 -15
- package/dist/cjs/components/layout/components/search/keyboard.cjs +1 -32
- package/dist/cjs/components/layout/components/search/letter-s-icon.cjs +1 -15
- package/dist/cjs/components/layout/components/search/search-result-item.cjs +1 -69
- package/dist/cjs/components/layout/components/search/search-result.cjs +1 -135
- package/dist/cjs/components/layout/components/sidebar.cjs +1 -54
- package/dist/cjs/components/layout/components/tabs/context-menu.cjs +1 -96
- package/dist/cjs/components/layout/components/tabs/index.cjs +1 -40
- package/dist/cjs/components/layout/components/tabs/main-content-maximum.cjs +1 -23
- package/dist/cjs/components/layout/components/tabs/reload.cjs +1 -21
- package/dist/cjs/components/layout/components/tabs/tab-item.cjs +1 -84
- package/dist/cjs/components/layout/components/tabs/tab-list.cjs +1 -91
- package/dist/cjs/components/layout/components/tabs/tabs-container.cjs +1 -85
- package/dist/cjs/components/layout/components/theme-config/color-scheme-switcher.cjs +1 -49
- package/dist/cjs/components/layout/components/theme-config/color-scheme.cjs +1 -57
- package/dist/cjs/components/layout/components/theme-config/config-item.cjs +1 -27
- package/dist/cjs/components/layout/components/theme-config/index.cjs +1 -59
- package/dist/cjs/components/layout/components/theme-config/menu-layout-card.cjs +1 -75
- package/dist/cjs/components/layout/components/theme-config/menu-layout.cjs +1 -33
- package/dist/cjs/components/layout/components/theme-config/operations.cjs +1 -22
- package/dist/cjs/components/layout/components/theme-config/theme-color-picker.cjs +1 -33
- package/dist/cjs/components/layout/components/theme-config/theme-colors.cjs +1 -29
- package/dist/cjs/components/layout/hooks/index.cjs +1 -14
- package/dist/cjs/components/layout/hooks/use-color-scheme-updater.cjs +1 -72
- package/dist/cjs/components/layout/hooks/use-menu-navigate.cjs +1 -29
- package/dist/cjs/components/layout/hooks/use-tab-navigate.cjs +1 -39
- package/dist/cjs/components/layout/index.cjs +1 -81
- package/dist/cjs/components/layout/props.cjs +1 -3
- package/dist/cjs/components/layout/store.cjs +1 -23
- package/dist/cjs/components/layout/styles.cjs +1 -16
- package/dist/cjs/components/login/icon-login.cjs +1 -149
- package/dist/cjs/components/login/index.cjs +1 -162
- package/dist/cjs/components/login/payload.cjs +1 -3
- package/dist/cjs/components/login/props.cjs +1 -3
- package/dist/cjs/components/login/styles.cjs +1 -97
- package/dist/cjs/components/login/welcome-messages.cjs +1 -135
- package/dist/cjs/components/logo-icon/index.cjs +1 -22
- package/dist/cjs/components/logo-icon/props.cjs +1 -3
- package/dist/cjs/components/n-progress/components/bar.cjs +9 -51
- package/dist/cjs/components/n-progress/components/container.cjs +1 -25
- package/dist/cjs/components/n-progress/components/index.cjs +1 -12
- package/dist/cjs/components/n-progress/event.cjs +1 -10
- package/dist/cjs/components/n-progress/index.cjs +1 -34
- package/dist/cjs/components/not-found/index.cjs +1 -47
- package/dist/cjs/components/not-found/not-found-icon.cjs +1 -205
- package/dist/cjs/components/page/index.cjs +1 -58
- package/dist/cjs/components/page/props.cjs +1 -3
- package/dist/cjs/components/page/scroll-content.cjs +1 -65
- package/dist/cjs/components/page/styles.cjs +1 -86
- package/dist/cjs/components/page/use-page-key.cjs +1 -22
- package/dist/cjs/components/page/viewport-context.cjs +1 -19
- package/dist/cjs/components/pro-search/components/advanced-search-toggler.cjs +1 -23
- package/dist/cjs/components/pro-search/components/advanced-search.cjs +1 -30
- package/dist/cjs/components/pro-search/components/index.cjs +1 -14
- package/dist/cjs/components/pro-search/components/search-actions.cjs +1 -36
- package/dist/cjs/components/pro-search/index.cjs +1 -70
- package/dist/cjs/components/pro-search/styles.cjs +1 -65
- package/dist/cjs/components/pro-table/components/index.cjs +1 -17
- package/dist/cjs/components/pro-table/components/operation-button-group.cjs +1 -22
- package/dist/cjs/components/pro-table/components/ref.cjs +1 -24
- package/dist/cjs/components/pro-table/components/table-subscriber.cjs +1 -25
- package/dist/cjs/components/pro-table/components/table-summary.cjs +1 -15
- package/dist/cjs/components/pro-table/components/table-title.cjs +1 -15
- package/dist/cjs/components/pro-table/components/table.cjs +1 -132
- package/dist/cjs/components/pro-table/context.cjs +1 -15
- package/dist/cjs/components/pro-table/event.cjs +1 -12
- package/dist/cjs/components/pro-table/hooks/index.cjs +1 -12
- package/dist/cjs/components/pro-table/hooks/use-row-selection.cjs +1 -43
- package/dist/cjs/components/pro-table/hooks/use-table-columns.cjs +1 -60
- package/dist/cjs/components/pro-table/index.cjs +1 -53
- package/dist/cjs/components/pro-table/store.cjs +1 -40
- package/dist/cjs/components/router-provider/context.cjs +1 -15
- package/dist/cjs/components/router-provider/index.cjs +1 -29
- package/dist/cjs/components/router-provider/props.cjs +1 -3
- package/dist/cjs/components/theme-config-provider/global-style.cjs +65 -16
- package/dist/cjs/components/theme-config-provider/index.cjs +1 -19
- package/dist/cjs/components/theme-config-provider/use-color-mode-effect.cjs +1 -35
- package/dist/cjs/components/theme-config-provider/use-theme-config.cjs +1 -73
- package/dist/cjs/constants/event.cjs +1 -8
- package/dist/cjs/constants/index.cjs +1 -23
- package/dist/cjs/constants/router.cjs +1 -18
- package/dist/cjs/constants/storage.cjs +1 -10
- package/dist/cjs/constants/symbols.cjs +1 -10
- package/dist/cjs/helpers/api.cjs +1 -50
- package/dist/cjs/helpers/app-version.cjs +1 -227
- package/dist/cjs/helpers/app.cjs +1 -37
- package/dist/cjs/helpers/auth.cjs +1 -24
- package/dist/cjs/helpers/event.cjs +1 -24
- package/dist/cjs/helpers/index.cjs +1 -25
- package/dist/cjs/helpers/query.cjs +1 -27
- package/dist/cjs/helpers/router.cjs +1 -110
- package/dist/cjs/hooks/index.cjs +1 -10
- package/dist/cjs/hooks/use-route-full-path.cjs +1 -32
- package/dist/cjs/index.cjs +1 -83
- package/dist/cjs/routes/access-denied.cjs +1 -31
- package/dist/cjs/routes/index.cjs +1 -16
- package/dist/cjs/routes/layout.cjs +1 -140
- package/dist/cjs/routes/login.cjs +1 -41
- package/dist/cjs/routes/root.cjs +1 -35
- package/dist/cjs/stores/app.cjs +1 -25
- package/dist/cjs/stores/index.cjs +1 -14
- package/dist/cjs/stores/tab.cjs +1 -101
- package/dist/cjs/stores/theme.cjs +1 -32
- package/dist/es/components/access-denied/access-denied-icon.js +201 -202
- package/dist/es/components/access-denied/index.js +23 -25
- package/dist/es/components/app/index.js +31 -38
- package/dist/es/components/app/props.js +1 -1
- package/dist/es/components/base-layout/index.js +31 -38
- package/dist/es/components/base-layout/props.js +1 -1
- package/dist/es/components/base-layout/styles.js +22 -24
- package/dist/es/components/base-layout/use-base-layout.js +28 -33
- package/dist/es/components/crud/components/action-button-group.js +13 -14
- package/dist/es/components/crud/components/index.js +14 -7
- package/dist/es/components/crud/components/main.js +40 -46
- package/dist/es/components/crud/components/mutation-holder.js +28 -32
- package/dist/es/components/crud/components/operation-button-group.js +15 -16
- package/dist/es/components/crud/components/scene-form.js +62 -71
- package/dist/es/components/crud/components/selection-indicator.js +38 -53
- package/dist/es/components/crud/components/toolbar-actions.js +11 -12
- package/dist/es/components/crud/components/toolbar.js +26 -27
- package/dist/es/components/crud/event.js +6 -7
- package/dist/es/components/crud/helpers.js +16 -17
- package/dist/es/components/crud/hooks/index.js +8 -4
- package/dist/es/components/crud/hooks/use-query-observer.js +20 -25
- package/dist/es/components/crud/hooks/use-search-values.js +6 -7
- package/dist/es/components/crud/hooks/use-selected-rows.js +6 -7
- package/dist/es/components/crud/index.js +36 -36
- package/dist/es/components/crud/props.js +1 -1
- package/dist/es/components/crud/store.js +68 -77
- package/dist/es/components/crud/styles.js +18 -19
- package/dist/es/components/crud-page/index.js +12 -13
- package/dist/es/components/crud-page/props.js +1 -1
- package/dist/es/components/error/error-icon.js +170 -171
- package/dist/es/components/error/index.js +31 -37
- package/dist/es/components/flex-card/index.js +11 -12
- package/dist/es/components/flex-card/props.js +1 -1
- package/dist/es/components/flex-card/styles.js +8 -9
- package/dist/es/components/form-drawer/components/form-actions.js +23 -27
- package/dist/es/components/form-drawer/components/index.js +4 -2
- package/dist/es/components/form-drawer/index.js +64 -92
- package/dist/es/components/form-modal/components/form-actions.js +23 -27
- package/dist/es/components/form-modal/components/index.js +4 -2
- package/dist/es/components/form-modal/index.js +53 -76
- package/dist/es/components/index.js +39 -20
- package/dist/es/components/layout/components/footer.js +10 -11
- package/dist/es/components/layout/components/header/boy-icon.js +13 -14
- package/dist/es/components/layout/components/header/breadcrumb-navigation.js +56 -79
- package/dist/es/components/layout/components/header/color-scheme.js +26 -29
- package/dist/es/components/layout/components/header/fullscreen.js +14 -16
- package/dist/es/components/layout/components/header/girl-icon.js +14 -15
- package/dist/es/components/layout/components/header/index.js +45 -51
- package/dist/es/components/layout/components/header/menu-burger.js +16 -17
- package/dist/es/components/layout/components/header/menu-fold-left-icon.js +12 -13
- package/dist/es/components/layout/components/header/menu-unfold-left-icon.js +12 -13
- package/dist/es/components/layout/components/header/search.js +14 -16
- package/dist/es/components/layout/components/header/theme-config.js +15 -16
- package/dist/es/components/layout/components/header/user-avatar.js +50 -61
- package/dist/es/components/layout/components/honeycomb-pattern.js +17 -19
- package/dist/es/components/layout/components/index.js +14 -7
- package/dist/es/components/layout/components/logo.js +30 -33
- package/dist/es/components/layout/components/menu.js +48 -77
- package/dist/es/components/layout/components/search/index.js +39 -49
- package/dist/es/components/layout/components/search/keyboard-arrow-down-icon.js +8 -9
- package/dist/es/components/layout/components/search/keyboard-arrow-up-icon.js +8 -9
- package/dist/es/components/layout/components/search/keyboard-control-icon.js +8 -9
- package/dist/es/components/layout/components/search/keyboard-esc-icon.js +8 -9
- package/dist/es/components/layout/components/search/keyboard-help.js +30 -32
- package/dist/es/components/layout/components/search/keyboard-return-icon.js +8 -9
- package/dist/es/components/layout/components/search/keyboard-shift-icon.js +8 -9
- package/dist/es/components/layout/components/search/keyboard.js +16 -22
- package/dist/es/components/layout/components/search/letter-s-icon.js +8 -9
- package/dist/es/components/layout/components/search/search-result-item.js +38 -44
- package/dist/es/components/layout/components/search/search-result.js +73 -93
- package/dist/es/components/layout/components/sidebar.js +26 -29
- package/dist/es/components/layout/components/tabs/context-menu.js +66 -71
- package/dist/es/components/layout/components/tabs/index.js +21 -23
- package/dist/es/components/layout/components/tabs/main-content-maximum.js +15 -16
- package/dist/es/components/layout/components/tabs/reload.js +14 -15
- package/dist/es/components/layout/components/tabs/tab-item.js +47 -51
- package/dist/es/components/layout/components/tabs/tab-list.js +45 -57
- package/dist/es/components/layout/components/tabs/tabs-container.js +39 -49
- package/dist/es/components/layout/components/theme-config/color-scheme-switcher.js +28 -32
- package/dist/es/components/layout/components/theme-config/color-scheme.js +36 -37
- package/dist/es/components/layout/components/theme-config/config-item.js +15 -16
- package/dist/es/components/layout/components/theme-config/index.js +37 -41
- package/dist/es/components/layout/components/theme-config/menu-layout-card.js +31 -33
- package/dist/es/components/layout/components/theme-config/menu-layout.js +20 -21
- package/dist/es/components/layout/components/theme-config/operations.js +14 -16
- package/dist/es/components/layout/components/theme-config/theme-color-picker.js +22 -24
- package/dist/es/components/layout/components/theme-config/theme-colors.js +14 -16
- package/dist/es/components/layout/hooks/index.js +8 -4
- package/dist/es/components/layout/hooks/use-color-scheme-updater.js +39 -47
- package/dist/es/components/layout/hooks/use-menu-navigate.js +20 -21
- package/dist/es/components/layout/hooks/use-tab-navigate.js +24 -32
- package/dist/es/components/layout/index.js +52 -66
- package/dist/es/components/layout/props.js +1 -1
- package/dist/es/components/layout/store.js +15 -17
- package/dist/es/components/layout/styles.js +7 -8
- package/dist/es/components/login/icon-login.js +138 -139
- package/dist/es/components/login/index.js +87 -100
- package/dist/es/components/login/payload.js +1 -1
- package/dist/es/components/login/props.js +1 -1
- package/dist/es/components/login/styles.js +34 -35
- package/dist/es/components/login/welcome-messages.js +8 -7
- package/dist/es/components/logo-icon/index.js +14 -15
- package/dist/es/components/logo-icon/props.js +1 -1
- package/dist/es/components/n-progress/components/bar.js +22 -24
- package/dist/es/components/n-progress/components/container.js +15 -16
- package/dist/es/components/n-progress/components/index.js +6 -3
- package/dist/es/components/n-progress/event.js +5 -6
- package/dist/es/components/n-progress/index.js +24 -27
- package/dist/es/components/not-found/index.js +23 -25
- package/dist/es/components/not-found/not-found-icon.js +196 -197
- package/dist/es/components/page/index.js +37 -39
- package/dist/es/components/page/props.js +1 -1
- package/dist/es/components/page/scroll-content.js +31 -34
- package/dist/es/components/page/styles.js +37 -38
- package/dist/es/components/page/use-page-key.js +13 -16
- package/dist/es/components/page/viewport-context.js +11 -12
- package/dist/es/components/pro-search/components/advanced-search-toggler.js +16 -17
- package/dist/es/components/pro-search/components/advanced-search.js +12 -15
- package/dist/es/components/pro-search/components/index.js +8 -4
- package/dist/es/components/pro-search/components/search-actions.js +21 -24
- package/dist/es/components/pro-search/index.js +48 -58
- package/dist/es/components/pro-search/styles.js +21 -22
- package/dist/es/components/pro-table/components/index.js +11 -5
- package/dist/es/components/pro-table/components/operation-button-group.js +15 -16
- package/dist/es/components/pro-table/components/ref.js +13 -18
- package/dist/es/components/pro-table/components/table-subscriber.js +17 -19
- package/dist/es/components/pro-table/components/table-summary.js +10 -11
- package/dist/es/components/pro-table/components/table-title.js +10 -11
- package/dist/es/components/pro-table/components/table.js +92 -115
- package/dist/es/components/pro-table/context.js +8 -9
- package/dist/es/components/pro-table/event.js +6 -7
- package/dist/es/components/pro-table/hooks/index.js +6 -3
- package/dist/es/components/pro-table/hooks/use-row-selection.js +25 -31
- package/dist/es/components/pro-table/hooks/use-table-columns.js +30 -44
- package/dist/es/components/pro-table/index.js +38 -40
- package/dist/es/components/pro-table/store.js +32 -33
- package/dist/es/components/router-provider/context.js +9 -9
- package/dist/es/components/router-provider/index.js +18 -21
- package/dist/es/components/router-provider/props.js +1 -1
- package/dist/es/components/theme-config-provider/global-style.js +77 -10
- package/dist/es/components/theme-config-provider/index.js +11 -13
- package/dist/es/components/theme-config-provider/use-color-mode-effect.js +15 -26
- package/dist/es/components/theme-config-provider/use-theme-config.js +35 -64
- package/dist/es/constants/event.js +4 -4
- package/dist/es/constants/index.js +17 -5
- package/dist/es/constants/router.js +9 -9
- package/dist/es/constants/storage.js +5 -5
- package/dist/es/constants/symbols.js +5 -5
- package/dist/es/helpers/api.js +28 -30
- package/dist/es/helpers/app-version.js +111 -177
- package/dist/es/helpers/app.js +17 -24
- package/dist/es/helpers/auth.js +15 -18
- package/dist/es/helpers/event.js +16 -16
- package/dist/es/helpers/index.js +19 -8
- package/dist/es/helpers/query.js +16 -16
- package/dist/es/helpers/router.js +65 -79
- package/dist/es/hooks/index.js +4 -2
- package/dist/es/hooks/use-route-full-path.js +18 -26
- package/dist/es/index.js +77 -36
- package/dist/es/routes/access-denied.js +14 -21
- package/dist/es/routes/index.js +10 -5
- package/dist/es/routes/layout.js +88 -106
- package/dist/es/routes/login.js +25 -26
- package/dist/es/routes/root.js +20 -26
- package/dist/es/stores/app.js +11 -14
- package/dist/es/stores/index.js +8 -4
- package/dist/es/stores/tab.js +72 -90
- package/dist/es/stores/theme.js +23 -26
- package/package.json +6 -6
|
@@ -1,210 +1 @@
|
|
|
1
|
-
/*! @vef-framework/starter v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:22.856Z */
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
5
|
-
|
|
6
|
-
const jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
7
|
-
|
|
8
|
-
function AccessDeniedIcon(props) {
|
|
9
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsxs("defs", { children: [
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__a", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.472, children: [
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
13
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
14
|
-
] }),
|
|
15
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__b", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.472, children: [
|
|
16
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
17
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
18
|
-
] }),
|
|
19
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__c", spreadMethod: "pad", x1: 0, x2: 1, y1: -0.031, y2: -0.031, children: [
|
|
20
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#fff5de" }),
|
|
21
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#fbd2ac" })
|
|
22
|
-
] }),
|
|
23
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__d", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
|
|
24
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
25
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
26
|
-
] }),
|
|
27
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__e", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
|
|
28
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
29
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
30
|
-
] }),
|
|
31
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__f", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
|
|
32
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
33
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
34
|
-
] }),
|
|
35
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__g", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
|
|
36
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
37
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
38
|
-
] }),
|
|
39
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__h", spreadMethod: "pad", x1: 0.111, x2: 0.5, y1: 0.87, y2: 0.305, children: [
|
|
40
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
41
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
42
|
-
] }),
|
|
43
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__i", spreadMethod: "pad", x1: 0.119, x2: 0.5, y1: 0.87, y2: 0.305, children: [
|
|
44
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
45
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
46
|
-
] }),
|
|
47
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__j", spreadMethod: "pad", x1: 1.541, x2: 0.5, y1: 0.87, y2: 0.305, children: [
|
|
48
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
49
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
50
|
-
] }),
|
|
51
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__k", spreadMethod: "pad", x1: 1, x2: 0, y1: -0.118, y2: -0.118, children: [
|
|
52
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#f5dda7" }),
|
|
53
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#fa9a41" })
|
|
54
|
-
] }),
|
|
55
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__l", spreadMethod: "pad", x1: 0.224, x2: 0.5, y1: -0.089, y2: 0.774, children: [
|
|
56
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
57
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
58
|
-
] }),
|
|
59
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__m", spreadMethod: "pad", x1: 0.454, x2: 0.5, y1: -0.115, y2: 0.786, children: [
|
|
60
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
61
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
62
|
-
] }),
|
|
63
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__n", spreadMethod: "pad", x1: 0.477, x2: 0.5, y1: -0.115, y2: 0.786, children: [
|
|
64
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
65
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
66
|
-
] }),
|
|
67
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__o", spreadMethod: "pad", x1: 0.439, x2: 0.5, y1: -0.115, y2: 0.786, children: [
|
|
68
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
69
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
70
|
-
] }),
|
|
71
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__p", spreadMethod: "pad", x1: 0, x2: 1.132, y1: 0.776, y2: 0.776, children: [
|
|
72
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
73
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
74
|
-
] }),
|
|
75
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__q", spreadMethod: "pad", x1: 0.14, x2: 0.875, y1: 0.075, y2: 1.075, children: [
|
|
76
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#ffb859" }),
|
|
77
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#f97b61" })
|
|
78
|
-
] }),
|
|
79
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__r", spreadMethod: "pad", x1: 0.021, x2: 0.5, y1: 0.87, y2: 0.305, children: [
|
|
80
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
81
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
82
|
-
] }),
|
|
83
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__s", spreadMethod: "pad", x1: 1, x2: 6e-3, y1: -0.03, y2: -0.03, children: [
|
|
84
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#f97b61" }),
|
|
85
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#ffb859" })
|
|
86
|
-
] }),
|
|
87
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__t", spreadMethod: "pad", x1: 1, x2: 6e-3, y1: -0.03, y2: -0.03, children: [
|
|
88
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#f97b61" }),
|
|
89
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#ffb859" })
|
|
90
|
-
] }),
|
|
91
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__u", spreadMethod: "pad", x1: 0, x2: 0.994, y1: -0.03, y2: -0.03, children: [
|
|
92
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#ffb859" }),
|
|
93
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#f97b61" })
|
|
94
|
-
] }),
|
|
95
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__v", spreadMethod: "pad", x1: 0, x2: 0.994, y1: -0.03, y2: -0.03, children: [
|
|
96
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#ffb859" }),
|
|
97
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#f97b61" })
|
|
98
|
-
] }),
|
|
99
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__w", spreadMethod: "pad", x1: 0.863, x2: 0, y1: -0.028, y2: -0.028, children: [
|
|
100
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#1d181c" }),
|
|
101
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.3, stopColor: "#2c2422" }),
|
|
102
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.5, stopColor: "#42352c" }),
|
|
103
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.7, stopColor: "#57352c" }),
|
|
104
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#923629" })
|
|
105
|
-
] }),
|
|
106
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__x", spreadMethod: "pad", x1: 0.099, x2: 0.5, y1: 0.87, y2: 0.305, children: [
|
|
107
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
108
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
109
|
-
] }),
|
|
110
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__y", spreadMethod: "pad", x1: 0.101, x2: 0.5, y1: 0.87, y2: 0.305, children: [
|
|
111
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
112
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
113
|
-
] }),
|
|
114
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__z", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.434, children: [
|
|
115
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
116
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
117
|
-
] }),
|
|
118
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__A", spreadMethod: "pad", x1: 0.431, x2: 0.603, y1: -0.065, y2: 0, children: [
|
|
119
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.032, stopColor: "#afdef9" }),
|
|
120
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#7cc9f9" })
|
|
121
|
-
] }),
|
|
122
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__B", spreadMethod: "pad", x1: 0.059, x2: 0.6, y1: 0.609, y2: 0.371, children: [
|
|
123
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
124
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
125
|
-
] }),
|
|
126
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__C", spreadMethod: "pad", x1: 0.445, x2: 0.583, y1: -0.065, y2: 0, children: [
|
|
127
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.032, stopColor: "#afdef9" }),
|
|
128
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#7cc9f9" })
|
|
129
|
-
] }),
|
|
130
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__D", spreadMethod: "pad", x1: 0.284, x2: 0.5, y1: 0.87, y2: 0.305, children: [
|
|
131
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
132
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
133
|
-
] }),
|
|
134
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__E", spreadMethod: "pad", x1: 0.431, x2: 0.603, y1: -0.065, y2: 0, children: [
|
|
135
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.032, stopColor: "#afdef9" }),
|
|
136
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#7cc9f9" })
|
|
137
|
-
] }),
|
|
138
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__F", spreadMethod: "pad", x1: 0.802, x2: 0.402, y1: 0.781, y2: 0.012, children: [
|
|
139
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
140
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
141
|
-
] }),
|
|
142
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__G", spreadMethod: "pad", x1: 0.17, x2: 0.731, y1: 0.776, y2: 0.273, children: [
|
|
143
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
144
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
145
|
-
] }),
|
|
146
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__H", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.669, y2: 0.361, children: [
|
|
147
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
148
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
149
|
-
] }),
|
|
150
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__I", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.644, y2: 0.382, children: [
|
|
151
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
152
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
153
|
-
] }),
|
|
154
|
-
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__J", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.639, y2: 0.385, children: [
|
|
155
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
|
|
156
|
-
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#47b0f1" })
|
|
157
|
-
] })
|
|
158
|
-
] }),
|
|
159
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M0 0h1024v1024H0Z", fill: "none" }),
|
|
160
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M76.8 581.8 72 559.4l-4.2-23.8-3.6-28.8-1.9-26.5-.2-22.1.3-11.2.8-11.2 1.2-11.2 1.7-11.2 2.1-10.9 2.7-10.6 2.5-7.9 2.8-7.7 3.1-7.4 3.5-7.1 3.9-7 4.3-6.6 4.7-6.3 5.2-6 5.6-5.6 6.1-5.2 6.6-4.8 7.2-4.4 5.9-3 6.4-2.8 6.7-2.5 7.3-2.2 7.7-1.9 17.7-3.4 16.8-2.8 15.8-2.2 16-1.8 29.3-2.5 21.2-1.1 56.2-2.4 22.6-1.8 10.4-1.2 10.3-1.6 9.9-2.2 9.4-2.5 6.9-2.3 6.8-2.7 6.6-3 6.5-3.5 6.1-3.8 6.2-4.3 6-4.9 22.9-21.2 14.4-11.9 12.4-8.6 6.1-3.6 5.6-2.8 5.2-2.2 5.3-1.8 5.2-1.3 10-1.4 10.5-.2 8.1.5 28.8 2.6 7.3.3 7.4-.4 7.5-.9 7.4-1.4 7.5-1.8 7.5-2.2 14.5-5.4 17.6-8.2 9.8-5.2 17.9-10.6 28.7-18.8 12.7-6.2 8.9-3.6 13.3-4.4 15.5-4 17.2-2.7 8.8-.8 9.2-.3 9.5.3 14.3 1.6 14.6 3.3 7.2 2.2 7.1 2.8 7.3 3.4 7.2 3.9 6.9 4.4 6.9 5 6.9 5.8 6.8 6.5 5.1 5.4 10 12.5 9.8 14.9 8.6 16.1 4.2 9.1 4.1 9.9 7.4 21.1 6.4 23.3 3 13 2.8 14 1.5 23.4 2.4 47.1.8 38.6-.5 29.5-.7 14.5-1.2 13.9-3 23.3-1.7 9.5-4.2 17.5-2.7 8.6-3 8-3.2 7.5-3.6 6.9-3.2 5.5-3.5 5-3.6 4.7-3.9 4.3-9.5 9-4.4 4.8-3.4 4.6-2.7 4.3-2.3 4.8-1.6 4.5-1 4.3-.4 4.1.1 4.3.5 4 1 4 1.5 3.8 4 7.2 5.4 6.7 4.2 4 4.6 3.7 5 3.4 5.2 3 5.4 2.6 5.4 2.2 5.6 1.8 5.4 1.4 8.4 1.5 2.5.9 2 1.2 1.5 1.5 1.2 1.7.9 2.5.4 2.8-.2 3.4-.8 4.1-3.1 7.9-2.4 4.6-3.2 5.1-4.5 6.3-5.5 6.8-6.5 7.2-7 6.9-7.8 7-8.7 7.2-9 6.8-9.8 6.6-10.5 6.5-8 4.5-17 8.3-14.3 6-7.4 2.6-9.9 3.1-15.6 4.3-20.1 5-21.6 4.8-25.3 5.1-26.5 4.9-29.4 4.8-30.4 4.4-32.6 4.1-22 2.4-46 4-47 2.8-24 .8-24 .4-23.9-.1-24-.5-23.9-1.1-23.6-1.6-23.3-2.2-17.5-2-17.1-2.4-16.7-2.8-16.4-3.1-16.4-3.6-15.9-4-15.3-4.4L213 802l-8.6-4-8.2-4.4-7.8-4.7-7.4-5.2-7.2-5.5-6.8-5.8-6.5-6.1-6.1-6.4-7.8-8.9-7.2-9.2-6.6-9.5-6.2-9.8-5.8-9.9-5.2-10-4.9-10.2-8.5-19.9-5.4-14.9-4.6-14-4-13.7-6-23.8z", fill: "#47b0f1", fillOpacity: 0.05 }),
|
|
161
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m158 329 3.1 1.6 1.2 1.1 1.5 3 .2 1.8-.3 3-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3h-79l-2-.3-1.8-.7-1.5-1.2-1.2-1.5-.7-1.8-.3-2 .3-3 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3H109l1.9-.3 1.6-.6 1.4-1.1 1.1-1.3.7-1.6.3-2.1-.3-1.9-.6-1.6-1.1-1.4-1.3-1.1-1.6-.7-1.9-.3H106l-1.7-.7-2.6-2-1.5-3-.2-2.8.3-2 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3h79l2 .3 1.8.7 1.5 1.2 1.2 1.5.7 1.8.3 3-.3 2-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3H155l-1.9.3-1.6.6-1.4 1.1-1.1 1.3-.7 1.6-.3 1.9.3 2.1.6 1.6 1.1 1.4 1.3 1.1 1.6.7 1.9.3z", fill: "url(#access-denied-icon_svg__a)", fillOpacity: 0.1 }),
|
|
162
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m858 159 3.1 1.6 1.2 1.1 1.5 3 .2 1.8-.3 3-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3h-79l-2-.3-1.8-.7-1.5-1.2-1.2-1.5-.7-1.8-.3-2 .3-3 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3H809l1.9-.3 1.6-.6 1.4-1.1 1.1-1.3.7-1.6.3-2.1-.3-1.9-.6-1.6-1.1-1.4-1.3-1.1-1.6-.7-1.9-.3H806l-1.7-.7-2.6-2-1.5-3-.2-2.8.3-2 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3h79l2 .3 1.8.7 1.5 1.2 1.2 1.5.7 1.8.3 3-.3 2-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3H855l-1.9.3-1.6.6-1.4 1.1-1.1 1.3-.7 1.6-.3 1.9.3 2.1.6 1.6 1.1 1.4 1.3 1.1 1.6.7 1.9.3z", fill: "url(#access-denied-icon_svg__b)", fillOpacity: 0.1 }),
|
|
163
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m514.5 712 32.9.2 31.8.7 30.9 1.1 30.8 1.5 29.5 1.8 28.2 2.2 28.2 2.7 26.5 3 24.8 3.2 24.8 3.7 22.7 3.9 20.7 4 13.5.3 12.9.8 12.4 1.1 12.4 1.6 11.6 1.9 10.9 2.2 10.8 2.6 9.8 2.9 8.8 3.1 8.8 3.6 7.5 3.7 6.5 3.8 4.7 3.2 3.9 3.3 3.3 3.2 2.7 3.3 2.3 3.6 1.6 3.6 1 3.6.3 3.6-.3 3.5-.9 3.5-1.5 3.5-2.2 3.5-2.5 3.2-3.1 3.1-3.8 3.2-4.4 3.2-6.1 3.7-7.2 3.7-8.2 3.5-8.5 3.1-9.3 2.8-10.2 2.7-10.3 2.3-11.1 2-11.8 1.6-27.4 7.1-15.7 3.5.5 6.3-.3 4.4-.8 4.3-1.3 4.3-1.8 4.3-2.5 4.3-5.9 7.8-8.1 8-4.9 3.9-6.2 4.5-7 4.4-7.8 4.3-8.8 4.3-8.6 3.8-19.5 7.3-21.7 6.5-23.3 5.6-12.7 2.4-16.8 2.8-17.6 2.4-18.6 1.9-18.6 1.4-19.3.8-19.9.3-31-.7-14.8-.8-29.1-2.7-14-1.8-26.4-4.4-13.1-2.7-24-6-22.1-7.1-10.2-3.8-9.4-4-8.6-4.1-8.7-4.7-7.6-4.7-6.8-4.7-5.8-4.7-4.6-4.3-4-4.2-3.3-4.3-2.7-4.2-2.2-4.2-28-2.4-26.4-2.6-24.9-2.9-24.9-3.3-23-3.6-21.2-3.7-21.2-4.2-19-4.4-17-4.4-12.9-3.8-11.4-3.7-10-3.8-8.9-3.6-7.4-3.5-6.3-3.5-5.3-3.3-8.3-6.3-3.1-3.2-2.4-3.1-1.8-2.9-1.2-2.9-.7-2.9-.3-2.9.2-2.8.8-2.9 1.1-2.8 1.8-2.9 2.3-3 3-3.1 3.6-3.1 9.5-6.5 6.1-3.3 15.7-7.1 9.7-3.7 11-3.7 12.4-3.7 16.4-4.4 18.4-4.3 20.5-4.2 20.5-3.7 22.3-3.6 24.1-3.3 24.1-3 25.6-2.6 27.2-2.5 55.4-3.7 29.6-1.3 59.9-1.6z", fill: "url(#access-denied-icon_svg__c)" }),
|
|
164
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m686.6 226.6-1.6-3.7-2-3.2-2.4-2.9-2.8-2.6-3-2.2-3.4-1.9-7.1-2.6-3.8-.8-3.8-.4-7.5.3 5.9-2.9 3.3-1.1 3.5-.8 6.9-.7 3.5.2 3.3.5 3.1 1 3 1.4 2.6 1.9 2.3 2.4 2.3-2.3 2.7-1.9 2.9-1.4 3.1-.9 3.3-.6 3.5-.2 7 .7 3.4.8 6.4 2.4 2.8 1.6-7.4-.3-7.6 1.2-7.2 2.7-3.3 1.9-3.1 2.2-2.8 2.5-2.4 2.9-2 3.2z", fill: "url(#access-denied-icon_svg__d)" }),
|
|
165
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m770 214.1-1.1-2.6-3-4.2-2-1.8-2.9-2-3.1-1.6-3.4-1.1-3.5-.6-3.5-.2-3.4.2 3-1.5 3.4-1.3 3.6-.7 3.6-.3 2.4.1 4.5 1.1 3.8 2.3 1.6 1.7 1.6-1.7 3.9-2.2 4.5-1.1 2.4-.1 3.6.2 3.6.8 3.4 1.2 3 1.6-3.5-.3-3.4.3-3.6.6-3.4 1.2-3.1 1.5-2.9 2-2.5 2.4-2 2.8z", fill: "url(#access-denied-icon_svg__e)" }),
|
|
166
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m735.2 179.6-1.1-2.6-3-4.2-2-1.8-2.8-2-3.2-1.5-3.4-1.2-3.5-.6-3.4-.2-3.5.3 3-1.6 3.4-1.3 3.6-.7 3.6-.3 2.4.1 4.5 1.1 3.8 2.3 1.6 1.7 1.7-1.6 3.8-2.3 4.5-1.1 2.4-.1 3.6.3 3.6.7 3.4 1.2 3 1.6-3.5-.2-3.4.2-3.6.7-3.3 1.1-3.2 1.5-2.9 2-2.5 2.4-2 2.9z", fill: "url(#access-denied-icon_svg__f)" }),
|
|
167
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m840.7 220.1-1.1-2.4-1.4-1.9-3.7-3.1-4.5-1.8-2.5-.5h-4.8l2.9-1.4 3.2-.9 2.3-.3 4.3.3 2 .7 1.8 1.1 1.5 1.5 1.6-1.5 1.7-1 4.2-1 4.4.3 3.3.9 2.8 1.4h-4.8l-2.4.4-4.5 1.9-3.8 3-1.4 2z", fill: "url(#access-denied-icon_svg__g)" }),
|
|
168
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M344.6 778.1v-81.9h27.3v-42.3h-27.3v-203h-44.8v203h-62.6l-3.7-.2-3.2-.7-2.8-1.2-2.5-1.5-2.3-2.2-1.7-2.3-1.2-2.4-.8-2.5-.2-2.6 1.1-10.1 27-177.3h-44.4l-30 192.5-.6 8.6.2 5.8.7 5.2 1.2 4.5 1.5 4 1.9 3.5 3.3 4.6 3.5 4 3.6 3.4 3.7 2.8 4 2.3 4.2 1.8 4.3 1.2 4.7.8 5 .3h86.1v81.9z", fill: "url(#access-denied-icon_svg__h)" }),
|
|
169
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M667.9 711.5h42.9l1.4 3.8 1.7 3.1 2 2.5 2.3 2.1 2.5 1.6 2.9 1.1 3.2.8 3.7.2h70.6l5.2-.3 4.2-.7 3.4-1.1 2.7-1.5 2.1-1.7 1.7-2.1 1.2-2.4.7-2.9.3-3.3v-72l-.3-4.2-.8-3.5-1.3-3-1.6-2.4-2.2-2-2.6-1.6-3.2-1.3-3.9-.8-4.7-.2h-91.4V577h89l5.6-.3 4.4-.8 3.6-1.1 2.9-1.5 2.2-1.8 1.8-2.1 1.2-2.4.8-2.9.3-3.4v-57.8l-.3-4.4-.7-3.7-1.1-3.1-1.4-2.6-1.8-2.2-2.2-1.8-2.6-1.4-3.1-1.1-3.7-.7-4.4-.3h-69.3l-3.7.3-3.3.8-2.8 1.3-2.5 1.8-2.3 2.4-1.9 3-1.7 3.7-1.3 4.5h-43.4l-.4-8.7.3-5.1.8-4.9 1.3-4.8 1.9-4.7 2.5-4.6 3.1-4.6 3.7-4.5 4.4-4.5 3.8-3.2 4.2-2.8 4.4-2.4 4.7-2 5.1-1.5 5.4-1.2 5.9-.7 6.4-.3h81.2l7.6.3 7 .8 6.3 1.3 5.7 1.7 5.2 2.2 4.8 2.5 4.3 3 4 3.4 3.5 3.8 3 4 2.6 4.3 2.1 4.6 1.7 4.9 1.2 5.3.8 5.6.2 6.1v74.1l-.2 4.8-.7 4.9-1.3 5.1-1.8 5.2-2.4 5.4-3.1 5.6 3.3 6 2.5 5.4 1.8 5 1.2 4.6.7 4.2.3 3.8v89.1l-.3 5.7-.7 5.4-1.2 5.1-1.6 4.7-2.1 4.4-2.5 4.1-2.9 3.9-3.5 3.7-4.5 4.1-4.6 3.4-4.5 2.8-4.6 2.3-4.6 1.7-4.6 1.2-4.6.7-4.8.3h-86.9l-7.1-.3-6.6-.7-6-1.2-5.5-1.7-5.1-2.1-4.8-2.4-4.3-2.9-4-3.3-3.7-3.8-3.3-4.2-3.1-4.7-2-3.7-1.8-4.3-1.5-4.7-1.2-5.3-1-5.9z", fill: "url(#access-denied-icon_svg__i)" }),
|
|
170
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M614.8 562H503.2l-2.9.2-2.3.7-1.7 1-1.4 1.3-1 1.8-.7 2.2-.2 2.8.2 2.8.7 2.2 1 1.8 1.3 1.3 1.8 1 2.3.7 2.9.2h111.6l2.9-.2 2.3-.7 1.7-1 1.4-1.3 1-1.8.7-2.2.2-2.8-.2-2.8-.7-2.2-1-1.8-1.4-1.3-1.7-1-2.3-.7zM614.8 613h-81.6l-2.9.2-2.3.7-1.7 1-1.4 1.3-1 1.8-.7 2.2-.2 2.8.2 2.8.7 2.2 1 1.8 1.4 1.3 1.7 1 2.3.7 2.9.2h81.6l2.9-.2 2.3-.7 1.7-1 1.4-1.3 1-1.8.7-2.2.2-2.8-.2-2.8-.7-2.2-1-1.8-1.4-1.3-1.7-1-2.3-.7z", fill: "#fff" }),
|
|
171
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m383 602.5.2 8 .7 7.8 1 7.6 1.4 7.4 1.8 7.3 2.8 9.1 3.4 8.7 3.9 8.4 4.4 8.1 4.9 7.9 5.4 7.4 5.8 7.1 6.3 6.7 6.7 6.3 7.1 5.8 7.4 5.4 7.9 4.9 8.1 4.4 8.4 3.9 8.7 3.4 9.1 2.8 7.3 1.8 7.4 1.4 7.6 1 7.8.7 8 .2 8-.2 7.8-.7 7.6-1 7.4-1.4 7.3-1.8 9.1-2.8 8.7-3.4 8.4-3.9 8.1-4.4 7.9-4.9 7.4-5.4 7.1-5.8 6.7-6.3 6.3-6.7 5.8-7.1 5.4-7.4 4.9-7.9 4.4-8.1 3.9-8.4 3.4-8.7 2.8-9.1 1.8-7.3 1.4-7.4 1-7.6.7-7.8.2-8-.2-8-.7-7.8-1-7.6-1.4-7.4-1.8-7.3-2.8-9.1-3.4-8.7-3.9-8.4-4.4-8.1-4.9-7.9-5.4-7.4-5.8-7.1-6.3-6.7-6.7-6.3-7.1-5.8-7.4-5.4-7.9-4.9-8.1-4.4-8.4-3.9-8.7-3.4-9.1-2.8-7.3-1.8-7.4-1.4-7.6-1-7.8-.7-8-.2-8 .2-7.8.7-7.6 1-7.4 1.4-7.3 1.8-9.1 2.8-8.7 3.4-8.4 3.9-8.1 4.4-7.9 4.9-7.4 5.4-7.1 5.8-6.7 6.3-6.3 6.7-5.8 7.1-5.4 7.4-4.9 7.9-4.4 8.1-3.9 8.4-3.4 8.7-2.8 9.1-1.8 7.3-1.4 7.4-1 7.6-.7 7.8z", fill: "url(#access-denied-icon_svg__j)" }),
|
|
172
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m422.6 552.8.9 1.9 1.3 1.6 1.8 1.5 4.6 2.1 2.9.7 6.4.5 3.6-.1 7.4-1.2 4-1 7.4-2.9 3.3-1.7 5.8-3.9 4.3-4.2 1.5-2.2 1.1-2.1.7-2.3.1-2.1-.3-2-.9-1.9-1.3-1.7-1.8-1.5-4.6-2.1-6-1.1h-6.9l-7.4 1.2-4 1.1-3.9 1.3-6.8 3.2-3.1 1.9-4.9 4-2.1 2.3-2.6 4.3-.7 2.2-.1 2.1z", fill: "#b6dcf2" }),
|
|
173
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m523 607.5.3 4.3.8 4.1 1.4 3.9 1.8 3.6 2.3 3.3 2.6 3.1 3.1 2.6 3.3 2.3 3.6 1.8 3.9 1.4 4.1.8 4.3.3 4.3-.3 4.1-.8 3.9-1.4 3.6-1.8 3.3-2.3 3.1-2.6 2.6-3.1 2.3-3.3 1.8-3.6 1.4-3.9.8-4.1.3-4.3-.3-4.3-.8-4.1-1.4-3.9-1.8-3.6-2.3-3.3-2.6-3.1-3.1-2.6-3.3-2.3-3.6-1.8-3.9-1.4-4.1-.8-4.3-.3-4.3.3-4.1.8-3.9 1.4-3.6 1.8-3.3 2.3-3.1 2.6-2.6 3.1-2.3 3.3-1.8 3.6-1.4 3.9-.8 4.1z", fill: "#47b0f1" }),
|
|
174
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m610.1 528.8-1.3 2.2-.2 1.4.1 2.3.8 2.5 1.3 2.4 1.9 2.4 2.4 2 2.3 1.4 2.5.9 2.2.3 2.6-.7 1.1-.7 1.3-2.2.3-1.5-.2-2.2-.8-2.5-1.3-2.4-1.9-2.4-2.3-2-2.4-1.4-2.5-.9-2.2-.3-1.4.2zM405 637.5l.3 3.2.8 2.9 1.3 2.7 1.7 2.5 2.1 2.1 2.5 1.7 2.7 1.3 2.9.8 3.2.3 3.2-.3 2.9-.8 2.7-1.3 2.5-1.7 2.1-2.1 1.7-2.5 1.3-2.7.8-2.9.3-3.2-.3-3.2-.8-2.9-1.3-2.7-1.7-2.5-2.1-2.1-2.5-1.7-2.7-1.3-2.9-.8-3.2-.3-3.2.3-2.9.8-2.7 1.3-2.5 1.7-2.1 2.1-1.7 2.5-1.3 2.7-.8 2.9zM520 679l.7 3.8 1.9 3.3 2.8 2.4 1.8.8 3.8.7 3.8-.7 3.3-1.9 2.4-2.8 1.3-3.6v-4l-.5-1.8-1.9-3.3-2.8-2.4-1.8-.8-3.8-.7-3.8.7-3.3 1.9-2.4 2.8-.8 1.8z", fill: "#b6dcf2" }),
|
|
175
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m428.1 793.5 6.2 2.2 3.7 1.7 3.4 2.4.9 1.9-.7 1.9-1.2 1.3-9.6 6-2.2 1.8-1.3 1.6-1 1.8-.3 1.7.1 1.6.5 1.7 2.2 3.2 2.2 2.4 4.4 3.7 8.5 3.9 5.2 1.9 14.6 4 17.2 3.6 20.7 2.8 11.1 1 12.1.6 12.1.2 12.6-.3 13.3-.8 20-2.3 20.8-3.8 9.8-2.4 8.5-2.4 13.4-4.8 6.3-2.9 5.2-2.8 4.2-2.7 3.3-2.6 3.3-3.1 2.5-2.9 1.8-2.8 1.2-2.8.8-2.9.3-2.9v-2.8l-.5-2.7-1.3-3.5-1.7-3.4-2.3-3.3-2.7-3-6.2-5.3-4.7-2.8-7.6-3.8-8.8-3.6-11.3-4.1-12.2-3.8-14.4-3.8-9.9-2.2-22.1-3.9-11.4-1.6-12-1.2-12.6-.8-12.6-.4-13 .2-13.4.6-12 1-19.1 2.3-15.9 3-5.9 1.5-10.2 3.5-3.4 1.6-3.1 1.9-2 1.7-2.7 4.1-2 5-.4 2.4.1 2.4.7 2.3 1.2 2.1 2.1 2.3 3 2.3 3.4 1.9 4.6 2z", fill: "url(#access-denied-icon_svg__k)", fillOpacity: 0.4 }),
|
|
176
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m846.9 766.6-1.1-3.6-1.6-3.2-2.1-2.8-2.7-2.5-3.2-2.1-11.6-4.9-2.9-2.3-.5-.9.1-.8.6-1 1.7-1 5.7-.5 2.4.3 2.4.8 2.6 1.5 1.6 1.3 3.6 4.5 3.3 6.2 1.7 4.5.4 2.2z", fill: "url(#access-denied-icon_svg__l)" }),
|
|
177
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m847.3 767.8-2.8-9.8-2.9-8.3-2.8-7.1-2.7-5.9-2.8-4.8-4-6.1-1-2-.6-2.2-.3-4.1 1.1-3.4.9-1.2 1.3-.8 3-.1 1.6.4 3.2 2 2.7 3.5 1.9 3.6 2.1 5.5 1.9 6.4 1.9 8.9 1.1 9.2.1 7-.4 3.6-.8 3.2-.7 1.5z", fill: "url(#access-denied-icon_svg__m)" }),
|
|
178
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m848.4 763.7 1-4.7.5-5.4-.1-6.3-.7-7.2-1.5-8.3-5-15.6-.7-3.6-.1-3 .3-1.9.6-1.5 1-1.3 1.2-.9 1.9-.7 2.5-.3 2 .5 2.1 1.2 1.2 1.2 2.3 4 .9 2.5 1.2 7.8.1 10.1-.4 7-.9 5.4-3.3 12.9-2.6 8.1-2.1.4z", fill: "url(#access-denied-icon_svg__n)" }),
|
|
179
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m851 766.9-.1-8.5.4-7.5.8-6.8 1.2-5.9 1.5-5.3 1.8-4.7 2.1-4.2 2.4-3.6 3.8-4.4 1.8-1.1 1.9-.7 2.1-.2 1.3.2 2.3 1.5.7 1.2.5 1.7.3 2.6-1.7 6.3-1.7 4.1-2.8 5.5-5.4 8-3.9 5-3.6 5.9-2.3 5.6-1.2 4.4-.7.6z", fill: "url(#access-denied-icon_svg__o)" }),
|
|
180
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m803 769.9 12.3-2.8 2.2-.9 3.7-2.8 2.5-1.3 3.1-1.2 3.3-.8 3.5-.1 2.3.3 2.1.9 2.1 1.3 1.1-1 1.7-.8 1.8-.5 2.1.1 2.5 1.1 1.2 1.1.8-2.2 1.4-1.9 4-3.2 4.4-1.8 2-.4h3.5l2.7.2 2.8.5 3 1.3 1.9 1.2 1.7 1.6 1.7 2.2 1.1 2.5 1 3.2.5 4.2z", fill: "url(#access-denied-icon_svg__p)" }),
|
|
181
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m610 489.6-.3 1.9-.7 2-1.3 1.9-2 2.1-3 2.2-4 2.3-5.1 2.3-11.3 3.7-14.2 3.1-16.2 2.2-17.5 1.1-9.4.2-9.4-.2-17.5-1.1-16.2-2.2-14.2-3.1-11.3-3.7-5.1-2.3-4-2.3-3-2.2-2-2.1-1.3-1.9-.7-2-.3-1.9.3-2 .7-1.9 1.3-2 2-2 3-2.3 4-2.3 5.1-2.3 5.2-1.9 13.2-3.5 14.9-2.6 16.9-1.7 18.4-.5 9.4.1 17.5 1.1 16.2 2.2 14.2 3.1 11.3 3.7 5.1 2.3 4 2.3 3 2.3 2 2 1.3 2 .7 1.9z", fill: "#b6dcf2", fillOpacity: 0.2, fillRule: "evenodd" }),
|
|
182
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m525.7 290 2.8.4 5.2 1.9 4.5 3.1 2 2 2.9 4.4-.1-.7 1.4 1.2 1 3.4.1 3 1.6.2 1.6 1.9.9 3.5-.1 1.9-.6 1.8-1.1 1.5-2.4 1.2-1.8.3-1.1 2.2-3.8 5.5-2.2 2.7-2.5 2.2v9.6l-19 .3.1-11.3-2.1-2-1.8-2.5-1.9-3.3-1.5-3.4h.4l-2.2-.1-1.6-.4-2.2-1.7-1.1-2.4-.2-2.1.3-2 .7-1.7 1-1.3 1.7-.6.9.2.6-4.6 1-3 1.4-2.8 1.9-2.6 2.1-2 2.3-1.6 2.6-1.3 2.7-.8 2.7-.3zm17.8 14 .5 2.3Zm-.4-2.2.4 2.2z", fill: "#ebb0b0" }),
|
|
183
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m545.7 310.6 2.3-3.1 1-2.2 1.2-3.5.7-3.9.2-4-.4-4-.6-2.6-2.1-4.6-1.6-2-1.8-1.6-3.6-2.3-1.9-.7-5.1-.5-4.7.8-4.6-3-1.9-.8-2.6-.6-3.2.1-4.3 1-4 1.5-1.7.9-2.9 2.6-2.1 2.5-2 3-1.7 3.5-1.4 3.9-.9 4.3-.2 3 .7 4.7 1.3 3.2 5.5 9.2 1.5-1.3 1.3-1.7 4-7.7 2.8-2.9 3.1-2.5 3.3-2.2 3.6-1.8 5.1-.6 3.8-.1 2.4.3 2.1.7 1.9 1.1 1.7 1.4 1.7 2.2 1.7 3.1z", fill: "#131322" }),
|
|
184
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m515.5 335.5 6.5 4.2 3.4.9 1.3-.2 1.5-.7 5.4-4.2 9.1 1.3 5.3 1.3 5.9 2 5.9 2.4 6.3 3 6.1 3.6 6 4.2-.3 20.4-.5 8.6-1.4 13.6-3 16.3-5.4 22.4-9.1 16.2-8.7 13.6-2.7 3-4.3 1.9-4 1.4-3.7.9-7.8.7-10-.5-6.8-.8-3-1.6-4.8-3.6-9.9-8.4-2.6-2.4-1.7-2.7-8.2-17.6-3.8-10.3-2.6-10.4-1.3-29.6-.7-29.5 2.5-3.3 2.6-2.7 2.7-2.3 5.9-3.6 7.7-2.9z", fill: "url(#access-denied-icon_svg__q)" }),
|
|
185
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M512 346.1h23.1l1.6.3 1.2.9.9 1.2.3 1.6v37.8l-.3 1.6-.9 1.3-1.2.8-1.6.3H512l-1.6-.3-1.2-.8-.9-1.3-.3-1.6v-37.8l.3-1.6.9-1.2 1.2-.9z", fill: "url(#access-denied-icon_svg__r)" }),
|
|
186
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m498.4 386.8 1.8-4.6 1.9-3.9 2.1-3.4 2.3-2.8 2.3-1 .4.2.1.4-.9 1.4 4.3-.7 2.1.4 2.6 1.5 2.3 3.1 1.7 5.6-2 4.3-1.5 2.4-4 4.4-4.3 2.7-4.1 1.1-2.2-.4-1.7-.9-1.4-1.3-1-2-.6-2.7z", fill: "#efba9e" }),
|
|
187
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m468.7 355.3 2.7-2.9 2.6-2.1 2.3-1.3 2.2-.7 2.2-.2 2.1.3 2.2.8 2.3 1.5 2.4 2.1 1 1.4 1 2.2.9 3.2.9 5.1.6 6.8.2 7.1-.4 16.5-1.3 17.6-2.9 24.5-2.2 2.3-4 2.9-1.9.8-2.8.6h-2.6l-2.6-.6-2.4-1.1-2.2-1.4-2-1.9-1.8-2.1-2.4-5-2.2-10.6-1.5-9.8-.7-9.1-.1-8.3.5-7.8 1-7.1 1.5-6.6 2-6.1 2.5-5.7z", fill: "url(#access-denied-icon_svg__s)" }),
|
|
188
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m470.7 426.7 1.4-5 1.8-5 2.4-4.8 2.9-4.8 3.6-4.8 4.1-4.8 4.9-4.8 5.6-4.7 1.8-.5 3.5-.1 3.3 1.1 1.4 1.1 1.1 1.4 1 1.8.7 2.4-.1 4.5-1.6 8-1.3 4.8-4 10.5-2.7 5.2-3 4.9-3.4 4.3-2.6 2.6-2.7 2.1-2.9 1.7-4.1.6h-3.2l-2.5-.5-2-.9-1.6-1.3-1.2-1.7-.8-2.2-.5-2.9.1-3.6z", fill: "url(#access-denied-icon_svg__t)" }),
|
|
189
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m550.1 386.8-1.7-4.6-2-3.9-2.1-3.4-2.2-2.8-2.3-1-.5.2v.4l.9 1.4-4.4-.7-2 .4-2.6 1.5-2.3 3.1-1.7 5.6 1.9 4.3 1.5 2.4 4.1 4.4 4.3 2.7 4 1.1 2.3-.4 1.7-.9 1.3-1.3 1-2 .7-2.7z", fill: "#efba9e" }),
|
|
190
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m579.9 355.3-2.8-2.9-2.5-2.1-2.4-1.3-2.2-.7-2.1-.2-2.2.3-2.2.8-2.2 1.5-2.4 2.1-1.1 1.4-1 2.2-.9 3.2-.8 5.1-.6 6.8-.2 7.1.4 16.5 1.2 17.6 3 24.5 2.1 2.3 4.1 2.9 1.9.8 2.8.6h2.6l2.5-.6 2.4-1.1 2.2-1.4 2.1-1.9 1.7-2.1 2.5-5 2.2-10.6 1.4-9.8.8-9.1.1-8.3-.5-7.8-1-7.1-1.5-6.6-2-6.1-2.5-5.7z", fill: "url(#access-denied-icon_svg__u)" }),
|
|
191
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m577.8 426.7-1.3-5-1.9-5-2.3-4.8-3-4.8-3.5-4.8-4.2-4.8-4.8-4.8-5.6-4.7-1.9-.5-3.5-.1-3.2 1.1-1.4 1.1-1.2 1.4-.9 1.8-.7 2.4v4.5l1.6 8 1.4 4.8 4 10.5 2.6 5.2 3.1 4.9 3.4 4.3 2.6 2.6 2.7 2.1 2.8 1.7 4.1.6h3.2l2.6-.5 2-.9 1.5-1.3 1.2-1.7.9-2.2.4-2.9v-3.6z", fill: "url(#access-denied-icon_svg__v)" }),
|
|
192
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m579.2 440.7 4.6-1.3 3.3-.6 3.4-.1 3.8.5 2.4.7 2.4 1.1 2.3 1.7 1.9 2 1.7 2.8 1.6 3.6.8 3.5.2 2.8-.3 2.4-1.6 4.3-1.3 1.6-2.2 2.1-2.3 1.5-2.4 1.2-3.6 1.2-13.7 2.5-6 19-48.4-8.9-48.5 8.9-6-19-15.4-3-4.2-1.8-2.3-1.6-2.2-2.1-2.2-3.6-.7-2.3-.3-2.4.3-2.8.8-3.4 1.5-3.7 1.7-2.8 2-2 2.3-1.7 2.3-1.1 2.4-.7 3.8-.5 3.4.2 3.3.5 57.9 15.6z", fill: "url(#access-denied-icon_svg__w)" }),
|
|
193
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m472.7 479-5.9.4-13.7-.2-2.6.1-4 1-.7.6-.9 1.6-.8 3.8.2 5 .4 2.1 1.5 3 .8.8 1.6.6 1.6-.1 19.7-4.3 7-1.9zm106.1 0 5.9.4 13.8-.2 2.6.1 4 1 .8.7.8 1.5.8 3.8-.1 5-.5 2.2-1.5 3-.7.8-1.7.6-1.6-.1-19.8-4.3-7.1-1.9z", fill: "#333" }),
|
|
194
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m610.8 308.8 7.2-.9.8 5.5.7 1.8 2.3 2.9 3 2 3.7.8 2-.1 5.6-.8 1.8-.7 2.9-2.2 2-3.1.6-1.7.2-4-1.1-3.7-2.3-2.9-3-2-3.7-.8-5.6.5-.9-7.1 7-.6 3.1.4 2.9 1 2.8 1.4 2.4 1.9 2 2.3 1.7 2.6 1.2 2.9.7 3.3.1 3.3-.5 3.1-.9 2.9-1.5 2.8-1.9 2.3-2.3 2.1-2.6 1.7-2.9 1.1-3.3.7-6.5.6-2.7-.3-2.6-.7-2.5-1.1-4.3-3.2-1.8-2.1-1.5-2.3-1.1-2.5-7.6.9-.8-7.2zm-10.8 1.3.9 7.1-7.2.9-.9-7.1z", fill: "url(#access-denied-icon_svg__x)" }),
|
|
195
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m578.8 271.1 3.7-3.7 3.6 3.2 1.8.7 2 .3 2-.3 1.8-.8 1.7-1.3 3.2-3.6.8-1.9.3-1.9-.3-2-.7-1.8-1.3-1.7-1.8-1.4-1.8-.7-2-.3-1.9.3-1.9.8-3.6 3.2-3.7-3.7 3.8-3.4 1.9-1.2 2.2-.7 4.3-.4 4.3 1.1 2 1.1 1.9 1.5 1.5 1.9 1.1 2 .8 2.1.4 4.4-1.2 4.3-1.2 1.9-3.4 3.8-3.3 2.4-3.7 1.2-3.9.1-1.9-.4-3.6-1.6-3.9 3.9-3.7-3.7zm-5.6 5.6 3.7 3.7-3.7 3.7-3.7-3.7z", fill: "url(#access-denied-icon_svg__y)" }),
|
|
196
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m54.2 676.4-7.9-3.2-6.7-2.2-5.6-1.4-4.8-.5h-4l-3.3.5-2.9 1-2.4 1.4-2 1.8-1.7 2.3-1.4 2.8-1 3.5-.7 4.3-.1 5.1.4 6.2 1.3 4.8 1.4 3.8 1.7 3 1.8 2.4 2 1.7 2.1 1.3 6 7.6 4.7 6.8 3.6 5.9 2.6 5.2 1.8 4.6 1.1 4 1.2 7.7 1.2 4.3 2.8 5.2 1.8 2.4 2.2 2.1 2.5 1.9 3 1.5 3.1 1.1 3.6.7 4.2.3 4.2-.3 4.8-.9 10.1-2.7 4.1-.5 3.7.1 3.5.7 3.2 1.3 3.1 1.8 3 2.5 2.8 3.2 2.7 4.1 2.6 5 2.4 6.2 2.2 7.5 4.4 5.2 4.7 4.8 5.2 4.4 5.6 4 6.1 3.5 6.6 3.1 7.1 2.8 7.7 2.2 8.4 1.8 9 1.4 9.8.8 10.6.2 11.5-.3 12.5-1.1 9.1-1.2 7.3-1.6 5.8-1.7 4.5-2 3.5-2.1 2.5-2.1 1.9-2.3 1.2-2.4.7-2.6.1-2.9-.5-3.1-1.2-3.6-2-4-3.1-4.7-4.4-5.4-5.9-6.1-7.6-7-9.8-8-12.1-9.1-12.6-4.8-10-3.4-16.3-4.2-2-1.1-1.9-1.5-1.6-2.1-1.5-2.6-1.2-3.4-1-4.3-.6-5.3-.4-9.8-.7-2.9-1.3-2.9-1.7-2.6-2.3-2.5-2.9-2.5-3.7-2.3-4.6-2.1-11-4.1-4.4-2.2-3.4-2.3-2.5-2.4-1.9-2.5-1.2-2.6-.7-2.8-.1-3 .5-3.3-3.1-4.1-3.1-3.2-3-2.4-3-1.7-3-1.1-3.1-.5h-3.2l-3.3.6-3.6 1.3-3.8 1.9-8.8 6.1L81 679l-4 1.7-3.8 1-3.5.5-3.3-.1-3.2-.6-3-1.2-3.1-1.6z", fill: "url(#access-denied-icon_svg__z)" }),
|
|
197
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m52.6 691.5 48.3 32.2-2.1-9.9-2.2-8.4-2.2-7.1-3.3-8.6 4.4 9.7 3.4 8.8 2.8 9.1.9 4.3.3 3.4 40.2 26.9.5-20.5-.4-6.9-.7-5.2-.8-3.8 1.6 4.6.7 3.5 1.7 13.9.4 9.1-.5 7 37.1 24.7-.4-.4.8-8.1.1-7-.7-6.4 1.2 3.6.8 6.4.4 7.3-.1 6.1 30.6 20.3-3.9 3.9-31.5-22.3-6 2.7-8.1 2-4.5.5h-7.3l6.6-.8 5.5-1.2 4.4-1.5 3.6-1.7 2.8-1.9 2.5 1.5-88.8-62.8.6.6-6.8.8-6.4.2-6-.2-5.7-.6-5.4-1.1-5.2-1.4 1.2-.3 8.8 1.5 4.6.5 5.7.3 8.2-.7 4.6-.9zM94 768.4l4-.2 4.5-.8 5-1.5 5.7-2.3 6.5-3.4 7.2-4.4 8.2-5.7 2.3 2.2-5.5 4-5.4 3.4-5.2 2.7-5.4 2.4-5 1.7-4.7 1.2-4.7.7-4.1.2z", fill: "url(#access-denied-icon_svg__A)" }),
|
|
198
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m89.6 607.3-7.5-4.8-6.3-3.5-5.4-2.4-4.6-1.5-3.9-.8-3.2-.1-2.8.3-2.4.8-2.1 1.2-1.9 1.7-1.5 2.3-1.4 2.8-1 3.6-.7 4.5-.3 5.5.2 6.9 5.3 21.2 1.9 9.3 1.2 8.1.3 5.3v5.1l-.8 7.7.2 7 1.5 7.6 3 8.1 2.1 4 2.7 4 3 3.7 3.7 3.7 4.3 3.5 7.2 4.5 4.4 2 10.9 4.3 4.8 2.4 3.8 2.4 2.8 2.4 2.1 2.5 1.5 2.4.9 2.4.4 2.6-.2 2.7-.7 2.9-1.3 3.2-2.1 3.5-.5 3.4v3.3l.6 3.1 1.2 3.1 1.7 3 2.3 3 3.2 3 4 3 5 3.1 6.1 3 7.5 3 9 3 10.7 2.9 12.6 2.8 14.8 2.7 12.2 1.7 10.1 1.1 8.1.4 11.6-.3 7.7-1.2 3.6-1.2 2.7-1.4 2.1-1.5 1.6-1.6 1.2-1.9.8-2.1.5-2.3v-2.6l-.5-3.4-1-3.9-1.6-4.2-3.1-6.4-3.9-7-9-14.4-5.5-5.9-4-5-2.3-3.4-3.2-5.9-1.5-4.5-.9-4.2-.5-4.3.1-7.6 1.6-10.9.1-3.8-.3-3.8-1.5-4.8-1.4-2.4-1.8-2.2-2.3-2.1-3.2-2.1-3.4-1.8-4.3-1.6-9-2.7-3.2-1.5-2.9-2-2.6-2.5-2.4-3-2.2-3.5-1.9-4.3-1.6-5.1-1.3-5.9-1-7-.4-8.1-.8-3-1.3-2.6-1.6-2.1-2.1-1.8-2.6-1.5-3.3-1.1-3.9-.7-4.9-.3-5.9.4-7.1 1-8.5 1.9-3.6.4h-3.5l-3.6-.6-3.7-1.1-3.7-1.6-3.9-2.3-4-3-4.2-3.7z", fill: "url(#access-denied-icon_svg__B)" }),
|
|
199
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m74.9 624.7 35.5 45.1 1.7-4.9 1.2-4.7.6-4.7.2-4.7-.4-4.7-1-5.1 2.8 9 .6 3.6.1 3.8-.5 4.5-.7 2.9-2.9 7.2 30 38.2 2.8-4.5 2.2-4.7 1.8-5.2 1.3-5.8.8-6.4.3-7.1.7 5.7-.1 4.2-.4 5.2-1 5.3-1.4 5.6-1.4 3.6-3.6 6.6 26.7 33.9 2.2-4.1 2.5-6.3.8-3.7.3-4.1.5 6.2-.3 3.4-1.5 6.1-2.6 5L212 799h-6.2l-38-50.6-8.7 3.2-8.9 1.6-4.3.2-3.9-.3-3.1-.7-4.9-1.7 4.2.8 4.2.3 4.4-.2 4.4-.7 4.7-1.1 4.8-1.8 5-2.3-28.8-38.5.5.9-7.3 2.3-7.1 1.7-7.1 1.1-6.5.6-6.3.1-5.4-.5-3.4-.6-5.3-1.9 3.3 1 3.8.6 4.5.2 5.2-.2 6-.7 6.9-1.4 8.1-2.1 9.2-3-.5.2-32.1-42.9.2.5-5.4.1-5-.5-4.6-.9-4.3-1.5-4-1.9-3.7-2.4-3.6-2.9-3.3-3.4.5-.1 1.3.8 6.5 4.5 3.5 1.8 3.9 1.6 8.3 2 8.2.3z", fill: "url(#access-denied-icon_svg__C)" }),
|
|
200
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m199.2 608.8 3.6-4.5 3.2-3.2 2.9-2.1 2.7-1.3 2.6-.6h2.4l2.4.6 2.5 1.3 2.5 2.1 2.7 3 2.9 4.2 3 5.7 1.1 5.3 2 15.9 1.7 4.8 1.4 2.1 1.8 2 2.5 2.1 2.8 1.7 3.7 1.8 8.9 3.4 3.2 1.8 2.5 1.9 1.9 2.1 1.4 2.2.9 2.5.4 2.6v3l-.7 3.3-1.3 3.8-2 4.4-3 5-1.4 3.8-.6 3.2v2.8l.6 2.4 1.1 2.2 1.6 1.9 2.2 1.7 3.1 1.6 6.7 2.2 2 1.3 1.5 1.5 1 1.8.6 2.2.1 2.6-.5 3.3-1.3 4.1-2.2 5-3.4 6.1-4.8 7.4-2.2 5.7-1.2 4.6-.4 3.7.2 3.1.8 2.4 1.1 2 4.1 3.7 4.4 5.1 3.2 5.8 1.2 3.3 1 3.7.6 4.3.1 4.3-.4 4.8-1 5.6-1.5 5.4-2.4 6.1-3.3 7-2.1 3.5-4.6 5.5-2.4 2.1-3.5 2.3-3.7 1.6-3.7 1-3.9.5h-4l-4-.5-3.9-.9-7.7-2.8-5.5-2.8-5-3.3-4.5-3.7-3.6-3.6-2.1-2.7-2.6-4.6-1-3.3-.7-3.4-.2-3.5.3-5.4 3.2-21.1.2-4.6-.2-2.9-.6-2.5-1-2.3-3.1-3.4-2.3-1.7-13-7.5-7.4-5.2-4.9-5.3-1.9-3-1.4-3.4-1-3.9-.3-2.9.7-7 1-4.2 7.6-10.4 3.4-5.1 1.7-4.5.3-5.3-1.2-6.4-1.5-3.9-4.9-9.9-6.5-11.3-.4-1.6v-1.7l.7-2 3.2-5.4 5.8-8.9 3.3-3.8 3.5-5 3.8-6.4 4.1-8.1z", fill: "url(#access-denied-icon_svg__D)" }),
|
|
201
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m216.1 638.5 11.4 56.9 5.5-8.5 4.4-7.5 3.4-6.6 3.8-8.3-3.8 9.9-3.8 8.6-4.5 8.4-2.4 3.7-2.2 2.7 9.5 47.4 14.8-14.2 4.6-5.1 3.2-4.1 2.1-3.3-2.1 4.3-2 3-8.6 11-6.2 6.8-5.2 4.6 8.7 43.6v-.5l6.2-5.2 5.1-4.8 4.1-5-1.8 3.3-3.9 5.1-4.9 5.5-4.3 4.2 7.2 36h-5.5l-6.5-38.1-6.2-2.3-7.1-4.3-3.5-2.8-5.2-5.1 5.3 4 4.6 3 4.2 2.1 3.8 1.3 3.4.7.6 2.9L224 684.5l-.1.9-5.3-4.3-4.7-4.3-4.1-4.4-3.6-4.5-3.1-4.6-2.6-4.7 1 .6 5.2 7.4 2.9 3.6 3.9 4.2 6.2 5.3 3.9 2.6zM191 722.1l2.9 2.7 3.8 2.6 4.6 2.5 5.7 2.4 6.9 2.2 8.3 2 9.8 1.8v3.1l-6.7-1-6.2-1.5-5.6-1.7-5.5-2.2-4.8-2.3-4.1-2.4-3.8-2.8-3-2.8z", fill: "url(#access-denied-icon_svg__E)" }),
|
|
202
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m938.4 787.5.5-6.1v-5.3l-.5-4.6-.9-4-1.3-3.3-1.7-3-2-2.5-2.3-2.1-2.8-1.8-3.3-1.4-3.7-1.1-4.4-.7 5-.2 4.5.2 4.2.7 3.9 1 3.5 1.4 3.5 1.8 3.1 2.2 2.8 2.5 2.5 2.8 2.2 3.3 1.7 3.3 1.4 3.7 1.1 4 .7 4.4.3 4.8z", fill: "url(#access-denied-icon_svg__F)" }),
|
|
203
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m950.1 787.6 1.1-6.4.5-6-.1-5.4-.6-5.1-1.2-4.6-1.6-4.4-2-4-2.6-3.8-3-3.5-3.7-3.3-4.2-3.1 5.2 1.7 9.3 4.2 4.2 2.5 4 3 3.6 3.4 4.8 6.1 2.1 3.7 3.6 8.4 2.8 10.4 1.1 6.2-14.1.4z", fill: "url(#access-denied-icon_svg__G)" }),
|
|
204
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m977.1 788-.4-6.3.3-5.4.8-4.7 1.2-4.1 1.6-3.6 2.1-3.1 2.4-2.6 2.9-2.3 3.4-1.9 4-1.5 4.6-1.1h-9.8l-3.3.3-6.7 1.4-3.2 1.3-3.2 1.8-3.3 2.3-3 2.8-3 3.6-3.2 4.6-2.7 4.9-2.7 6.1-2.8 7.5 15.2-.3z", fill: "url(#access-denied-icon_svg__H)" }),
|
|
205
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m927.4 802 15.3-.5 5.8-1.3 2.5-1.1 2.1-1.5 1.6-1.9 1-1.6 1.1-4.5.2-3-.3-3.9-.8-3.7-1.3-3.5-1.8-3.3-2.1-3.1-2.6-2.7-3-2.4-3.2-2.1-3.5-1.7-3.8-1.2-3.9-.7-4.2-.3-4.2.3-3.9.7-3.8 1.2-3.5 1.7-3.2 2.1-3 2.4-2.6 2.7-2.1 3.1-1.8 3.3-1.3 3.5-.8 3.7-.3 3.9.2 3 1.3 4.4 1 1.7 1.9 1.9 2.2 1.5 2.8 1.1 6.2 1.3z", fill: "url(#access-denied-icon_svg__I)" }),
|
|
206
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m960.6 802 10.5-.4 4.2-1.4 2.3-2.1.7-1.4.7-4.1-.3-3.2-.9-3-1.4-2.7-1.9-2.5-2.2-2-2.7-1.8-2.9-1.3-3.2-.8-3.5-.3-3.5.3-3.2.8-2.9 1.3-2.7 1.8-2.2 2-1.9 2.5-1.4 2.7-.9 3-.3 3.2.2 2.3.6 1.8.8 1.4 2.5 2.1 4.6 1.4z", fill: "url(#access-denied-icon_svg__J)" })
|
|
207
|
-
] });
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
exports.AccessDeniedIcon = AccessDeniedIcon;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("@emotion/react/jsx-runtime");function e(o){return s.jsxs("svg",{viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg",...o,children:[s.jsxs("defs",{children:[s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__a",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.472,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__b",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.472,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__c",spreadMethod:"pad",x1:0,x2:1,y1:-.031,y2:-.031,children:[s.jsx("stop",{offset:0,stopColor:"#fff5de"}),s.jsx("stop",{offset:1,stopColor:"#fbd2ac"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__d",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__e",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__f",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__g",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__h",spreadMethod:"pad",x1:.111,x2:.5,y1:.87,y2:.305,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__i",spreadMethod:"pad",x1:.119,x2:.5,y1:.87,y2:.305,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__j",spreadMethod:"pad",x1:1.541,x2:.5,y1:.87,y2:.305,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__k",spreadMethod:"pad",x1:1,x2:0,y1:-.118,y2:-.118,children:[s.jsx("stop",{offset:0,stopColor:"#f5dda7"}),s.jsx("stop",{offset:1,stopColor:"#fa9a41"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__l",spreadMethod:"pad",x1:.224,x2:.5,y1:-.089,y2:.774,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__m",spreadMethod:"pad",x1:.454,x2:.5,y1:-.115,y2:.786,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__n",spreadMethod:"pad",x1:.477,x2:.5,y1:-.115,y2:.786,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__o",spreadMethod:"pad",x1:.439,x2:.5,y1:-.115,y2:.786,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__p",spreadMethod:"pad",x1:0,x2:1.132,y1:.776,y2:.776,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__q",spreadMethod:"pad",x1:.14,x2:.875,y1:.075,y2:1.075,children:[s.jsx("stop",{offset:0,stopColor:"#ffb859"}),s.jsx("stop",{offset:1,stopColor:"#f97b61"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__r",spreadMethod:"pad",x1:.021,x2:.5,y1:.87,y2:.305,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__s",spreadMethod:"pad",x1:1,x2:.006,y1:-.03,y2:-.03,children:[s.jsx("stop",{offset:0,stopColor:"#f97b61"}),s.jsx("stop",{offset:1,stopColor:"#ffb859"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__t",spreadMethod:"pad",x1:1,x2:.006,y1:-.03,y2:-.03,children:[s.jsx("stop",{offset:0,stopColor:"#f97b61"}),s.jsx("stop",{offset:1,stopColor:"#ffb859"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__u",spreadMethod:"pad",x1:0,x2:.994,y1:-.03,y2:-.03,children:[s.jsx("stop",{offset:0,stopColor:"#ffb859"}),s.jsx("stop",{offset:1,stopColor:"#f97b61"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__v",spreadMethod:"pad",x1:0,x2:.994,y1:-.03,y2:-.03,children:[s.jsx("stop",{offset:0,stopColor:"#ffb859"}),s.jsx("stop",{offset:1,stopColor:"#f97b61"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__w",spreadMethod:"pad",x1:.863,x2:0,y1:-.028,y2:-.028,children:[s.jsx("stop",{offset:0,stopColor:"#1d181c"}),s.jsx("stop",{offset:.3,stopColor:"#2c2422"}),s.jsx("stop",{offset:.5,stopColor:"#42352c"}),s.jsx("stop",{offset:.7,stopColor:"#57352c"}),s.jsx("stop",{offset:1,stopColor:"#923629"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__x",spreadMethod:"pad",x1:.099,x2:.5,y1:.87,y2:.305,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__y",spreadMethod:"pad",x1:.101,x2:.5,y1:.87,y2:.305,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__z",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.434,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__A",spreadMethod:"pad",x1:.431,x2:.603,y1:-.065,y2:0,children:[s.jsx("stop",{offset:.032,stopColor:"#afdef9"}),s.jsx("stop",{offset:1,stopColor:"#7cc9f9"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__B",spreadMethod:"pad",x1:.059,x2:.6,y1:.609,y2:.371,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__C",spreadMethod:"pad",x1:.445,x2:.583,y1:-.065,y2:0,children:[s.jsx("stop",{offset:.032,stopColor:"#afdef9"}),s.jsx("stop",{offset:1,stopColor:"#7cc9f9"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__D",spreadMethod:"pad",x1:.284,x2:.5,y1:.87,y2:.305,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__E",spreadMethod:"pad",x1:.431,x2:.603,y1:-.065,y2:0,children:[s.jsx("stop",{offset:.032,stopColor:"#afdef9"}),s.jsx("stop",{offset:1,stopColor:"#7cc9f9"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__F",spreadMethod:"pad",x1:.802,x2:.402,y1:.781,y2:.012,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__G",spreadMethod:"pad",x1:.17,x2:.731,y1:.776,y2:.273,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__H",spreadMethod:"pad",x1:0,x2:.85,y1:.669,y2:.361,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__I",spreadMethod:"pad",x1:0,x2:.85,y1:.644,y2:.382,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]}),s.jsxs("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__J",spreadMethod:"pad",x1:0,x2:.85,y1:.639,y2:.385,children:[s.jsx("stop",{offset:0,stopColor:"#98d6fa"}),s.jsx("stop",{offset:1,stopColor:"#47b0f1"})]})]}),s.jsx("path",{d:"M0 0h1024v1024H0Z",fill:"none"}),s.jsx("path",{d:"M76.8 581.8 72 559.4l-4.2-23.8-3.6-28.8-1.9-26.5-.2-22.1.3-11.2.8-11.2 1.2-11.2 1.7-11.2 2.1-10.9 2.7-10.6 2.5-7.9 2.8-7.7 3.1-7.4 3.5-7.1 3.9-7 4.3-6.6 4.7-6.3 5.2-6 5.6-5.6 6.1-5.2 6.6-4.8 7.2-4.4 5.9-3 6.4-2.8 6.7-2.5 7.3-2.2 7.7-1.9 17.7-3.4 16.8-2.8 15.8-2.2 16-1.8 29.3-2.5 21.2-1.1 56.2-2.4 22.6-1.8 10.4-1.2 10.3-1.6 9.9-2.2 9.4-2.5 6.9-2.3 6.8-2.7 6.6-3 6.5-3.5 6.1-3.8 6.2-4.3 6-4.9 22.9-21.2 14.4-11.9 12.4-8.6 6.1-3.6 5.6-2.8 5.2-2.2 5.3-1.8 5.2-1.3 10-1.4 10.5-.2 8.1.5 28.8 2.6 7.3.3 7.4-.4 7.5-.9 7.4-1.4 7.5-1.8 7.5-2.2 14.5-5.4 17.6-8.2 9.8-5.2 17.9-10.6 28.7-18.8 12.7-6.2 8.9-3.6 13.3-4.4 15.5-4 17.2-2.7 8.8-.8 9.2-.3 9.5.3 14.3 1.6 14.6 3.3 7.2 2.2 7.1 2.8 7.3 3.4 7.2 3.9 6.9 4.4 6.9 5 6.9 5.8 6.8 6.5 5.1 5.4 10 12.5 9.8 14.9 8.6 16.1 4.2 9.1 4.1 9.9 7.4 21.1 6.4 23.3 3 13 2.8 14 1.5 23.4 2.4 47.1.8 38.6-.5 29.5-.7 14.5-1.2 13.9-3 23.3-1.7 9.5-4.2 17.5-2.7 8.6-3 8-3.2 7.5-3.6 6.9-3.2 5.5-3.5 5-3.6 4.7-3.9 4.3-9.5 9-4.4 4.8-3.4 4.6-2.7 4.3-2.3 4.8-1.6 4.5-1 4.3-.4 4.1.1 4.3.5 4 1 4 1.5 3.8 4 7.2 5.4 6.7 4.2 4 4.6 3.7 5 3.4 5.2 3 5.4 2.6 5.4 2.2 5.6 1.8 5.4 1.4 8.4 1.5 2.5.9 2 1.2 1.5 1.5 1.2 1.7.9 2.5.4 2.8-.2 3.4-.8 4.1-3.1 7.9-2.4 4.6-3.2 5.1-4.5 6.3-5.5 6.8-6.5 7.2-7 6.9-7.8 7-8.7 7.2-9 6.8-9.8 6.6-10.5 6.5-8 4.5-17 8.3-14.3 6-7.4 2.6-9.9 3.1-15.6 4.3-20.1 5-21.6 4.8-25.3 5.1-26.5 4.9-29.4 4.8-30.4 4.4-32.6 4.1-22 2.4-46 4-47 2.8-24 .8-24 .4-23.9-.1-24-.5-23.9-1.1-23.6-1.6-23.3-2.2-17.5-2-17.1-2.4-16.7-2.8-16.4-3.1-16.4-3.6-15.9-4-15.3-4.4L213 802l-8.6-4-8.2-4.4-7.8-4.7-7.4-5.2-7.2-5.5-6.8-5.8-6.5-6.1-6.1-6.4-7.8-8.9-7.2-9.2-6.6-9.5-6.2-9.8-5.8-9.9-5.2-10-4.9-10.2-8.5-19.9-5.4-14.9-4.6-14-4-13.7-6-23.8z",fill:"#47b0f1",fillOpacity:.05}),s.jsx("path",{d:"m158 329 3.1 1.6 1.2 1.1 1.5 3 .2 1.8-.3 3-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3h-79l-2-.3-1.8-.7-1.5-1.2-1.2-1.5-.7-1.8-.3-2 .3-3 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3H109l1.9-.3 1.6-.6 1.4-1.1 1.1-1.3.7-1.6.3-2.1-.3-1.9-.6-1.6-1.1-1.4-1.3-1.1-1.6-.7-1.9-.3H106l-1.7-.7-2.6-2-1.5-3-.2-2.8.3-2 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3h79l2 .3 1.8.7 1.5 1.2 1.2 1.5.7 1.8.3 3-.3 2-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3H155l-1.9.3-1.6.6-1.4 1.1-1.1 1.3-.7 1.6-.3 1.9.3 2.1.6 1.6 1.1 1.4 1.3 1.1 1.6.7 1.9.3z",fill:"url(#access-denied-icon_svg__a)",fillOpacity:.1}),s.jsx("path",{d:"m858 159 3.1 1.6 1.2 1.1 1.5 3 .2 1.8-.3 3-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3h-79l-2-.3-1.8-.7-1.5-1.2-1.2-1.5-.7-1.8-.3-2 .3-3 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3H809l1.9-.3 1.6-.6 1.4-1.1 1.1-1.3.7-1.6.3-2.1-.3-1.9-.6-1.6-1.1-1.4-1.3-1.1-1.6-.7-1.9-.3H806l-1.7-.7-2.6-2-1.5-3-.2-2.8.3-2 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3h79l2 .3 1.8.7 1.5 1.2 1.2 1.5.7 1.8.3 3-.3 2-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3H855l-1.9.3-1.6.6-1.4 1.1-1.1 1.3-.7 1.6-.3 1.9.3 2.1.6 1.6 1.1 1.4 1.3 1.1 1.6.7 1.9.3z",fill:"url(#access-denied-icon_svg__b)",fillOpacity:.1}),s.jsx("path",{d:"m514.5 712 32.9.2 31.8.7 30.9 1.1 30.8 1.5 29.5 1.8 28.2 2.2 28.2 2.7 26.5 3 24.8 3.2 24.8 3.7 22.7 3.9 20.7 4 13.5.3 12.9.8 12.4 1.1 12.4 1.6 11.6 1.9 10.9 2.2 10.8 2.6 9.8 2.9 8.8 3.1 8.8 3.6 7.5 3.7 6.5 3.8 4.7 3.2 3.9 3.3 3.3 3.2 2.7 3.3 2.3 3.6 1.6 3.6 1 3.6.3 3.6-.3 3.5-.9 3.5-1.5 3.5-2.2 3.5-2.5 3.2-3.1 3.1-3.8 3.2-4.4 3.2-6.1 3.7-7.2 3.7-8.2 3.5-8.5 3.1-9.3 2.8-10.2 2.7-10.3 2.3-11.1 2-11.8 1.6-27.4 7.1-15.7 3.5.5 6.3-.3 4.4-.8 4.3-1.3 4.3-1.8 4.3-2.5 4.3-5.9 7.8-8.1 8-4.9 3.9-6.2 4.5-7 4.4-7.8 4.3-8.8 4.3-8.6 3.8-19.5 7.3-21.7 6.5-23.3 5.6-12.7 2.4-16.8 2.8-17.6 2.4-18.6 1.9-18.6 1.4-19.3.8-19.9.3-31-.7-14.8-.8-29.1-2.7-14-1.8-26.4-4.4-13.1-2.7-24-6-22.1-7.1-10.2-3.8-9.4-4-8.6-4.1-8.7-4.7-7.6-4.7-6.8-4.7-5.8-4.7-4.6-4.3-4-4.2-3.3-4.3-2.7-4.2-2.2-4.2-28-2.4-26.4-2.6-24.9-2.9-24.9-3.3-23-3.6-21.2-3.7-21.2-4.2-19-4.4-17-4.4-12.9-3.8-11.4-3.7-10-3.8-8.9-3.6-7.4-3.5-6.3-3.5-5.3-3.3-8.3-6.3-3.1-3.2-2.4-3.1-1.8-2.9-1.2-2.9-.7-2.9-.3-2.9.2-2.8.8-2.9 1.1-2.8 1.8-2.9 2.3-3 3-3.1 3.6-3.1 9.5-6.5 6.1-3.3 15.7-7.1 9.7-3.7 11-3.7 12.4-3.7 16.4-4.4 18.4-4.3 20.5-4.2 20.5-3.7 22.3-3.6 24.1-3.3 24.1-3 25.6-2.6 27.2-2.5 55.4-3.7 29.6-1.3 59.9-1.6z",fill:"url(#access-denied-icon_svg__c)"}),s.jsx("path",{d:"m686.6 226.6-1.6-3.7-2-3.2-2.4-2.9-2.8-2.6-3-2.2-3.4-1.9-7.1-2.6-3.8-.8-3.8-.4-7.5.3 5.9-2.9 3.3-1.1 3.5-.8 6.9-.7 3.5.2 3.3.5 3.1 1 3 1.4 2.6 1.9 2.3 2.4 2.3-2.3 2.7-1.9 2.9-1.4 3.1-.9 3.3-.6 3.5-.2 7 .7 3.4.8 6.4 2.4 2.8 1.6-7.4-.3-7.6 1.2-7.2 2.7-3.3 1.9-3.1 2.2-2.8 2.5-2.4 2.9-2 3.2z",fill:"url(#access-denied-icon_svg__d)"}),s.jsx("path",{d:"m770 214.1-1.1-2.6-3-4.2-2-1.8-2.9-2-3.1-1.6-3.4-1.1-3.5-.6-3.5-.2-3.4.2 3-1.5 3.4-1.3 3.6-.7 3.6-.3 2.4.1 4.5 1.1 3.8 2.3 1.6 1.7 1.6-1.7 3.9-2.2 4.5-1.1 2.4-.1 3.6.2 3.6.8 3.4 1.2 3 1.6-3.5-.3-3.4.3-3.6.6-3.4 1.2-3.1 1.5-2.9 2-2.5 2.4-2 2.8z",fill:"url(#access-denied-icon_svg__e)"}),s.jsx("path",{d:"m735.2 179.6-1.1-2.6-3-4.2-2-1.8-2.8-2-3.2-1.5-3.4-1.2-3.5-.6-3.4-.2-3.5.3 3-1.6 3.4-1.3 3.6-.7 3.6-.3 2.4.1 4.5 1.1 3.8 2.3 1.6 1.7 1.7-1.6 3.8-2.3 4.5-1.1 2.4-.1 3.6.3 3.6.7 3.4 1.2 3 1.6-3.5-.2-3.4.2-3.6.7-3.3 1.1-3.2 1.5-2.9 2-2.5 2.4-2 2.9z",fill:"url(#access-denied-icon_svg__f)"}),s.jsx("path",{d:"m840.7 220.1-1.1-2.4-1.4-1.9-3.7-3.1-4.5-1.8-2.5-.5h-4.8l2.9-1.4 3.2-.9 2.3-.3 4.3.3 2 .7 1.8 1.1 1.5 1.5 1.6-1.5 1.7-1 4.2-1 4.4.3 3.3.9 2.8 1.4h-4.8l-2.4.4-4.5 1.9-3.8 3-1.4 2z",fill:"url(#access-denied-icon_svg__g)"}),s.jsx("path",{d:"M344.6 778.1v-81.9h27.3v-42.3h-27.3v-203h-44.8v203h-62.6l-3.7-.2-3.2-.7-2.8-1.2-2.5-1.5-2.3-2.2-1.7-2.3-1.2-2.4-.8-2.5-.2-2.6 1.1-10.1 27-177.3h-44.4l-30 192.5-.6 8.6.2 5.8.7 5.2 1.2 4.5 1.5 4 1.9 3.5 3.3 4.6 3.5 4 3.6 3.4 3.7 2.8 4 2.3 4.2 1.8 4.3 1.2 4.7.8 5 .3h86.1v81.9z",fill:"url(#access-denied-icon_svg__h)"}),s.jsx("path",{d:"M667.9 711.5h42.9l1.4 3.8 1.7 3.1 2 2.5 2.3 2.1 2.5 1.6 2.9 1.1 3.2.8 3.7.2h70.6l5.2-.3 4.2-.7 3.4-1.1 2.7-1.5 2.1-1.7 1.7-2.1 1.2-2.4.7-2.9.3-3.3v-72l-.3-4.2-.8-3.5-1.3-3-1.6-2.4-2.2-2-2.6-1.6-3.2-1.3-3.9-.8-4.7-.2h-91.4V577h89l5.6-.3 4.4-.8 3.6-1.1 2.9-1.5 2.2-1.8 1.8-2.1 1.2-2.4.8-2.9.3-3.4v-57.8l-.3-4.4-.7-3.7-1.1-3.1-1.4-2.6-1.8-2.2-2.2-1.8-2.6-1.4-3.1-1.1-3.7-.7-4.4-.3h-69.3l-3.7.3-3.3.8-2.8 1.3-2.5 1.8-2.3 2.4-1.9 3-1.7 3.7-1.3 4.5h-43.4l-.4-8.7.3-5.1.8-4.9 1.3-4.8 1.9-4.7 2.5-4.6 3.1-4.6 3.7-4.5 4.4-4.5 3.8-3.2 4.2-2.8 4.4-2.4 4.7-2 5.1-1.5 5.4-1.2 5.9-.7 6.4-.3h81.2l7.6.3 7 .8 6.3 1.3 5.7 1.7 5.2 2.2 4.8 2.5 4.3 3 4 3.4 3.5 3.8 3 4 2.6 4.3 2.1 4.6 1.7 4.9 1.2 5.3.8 5.6.2 6.1v74.1l-.2 4.8-.7 4.9-1.3 5.1-1.8 5.2-2.4 5.4-3.1 5.6 3.3 6 2.5 5.4 1.8 5 1.2 4.6.7 4.2.3 3.8v89.1l-.3 5.7-.7 5.4-1.2 5.1-1.6 4.7-2.1 4.4-2.5 4.1-2.9 3.9-3.5 3.7-4.5 4.1-4.6 3.4-4.5 2.8-4.6 2.3-4.6 1.7-4.6 1.2-4.6.7-4.8.3h-86.9l-7.1-.3-6.6-.7-6-1.2-5.5-1.7-5.1-2.1-4.8-2.4-4.3-2.9-4-3.3-3.7-3.8-3.3-4.2-3.1-4.7-2-3.7-1.8-4.3-1.5-4.7-1.2-5.3-1-5.9z",fill:"url(#access-denied-icon_svg__i)"}),s.jsx("path",{d:"M614.8 562H503.2l-2.9.2-2.3.7-1.7 1-1.4 1.3-1 1.8-.7 2.2-.2 2.8.2 2.8.7 2.2 1 1.8 1.3 1.3 1.8 1 2.3.7 2.9.2h111.6l2.9-.2 2.3-.7 1.7-1 1.4-1.3 1-1.8.7-2.2.2-2.8-.2-2.8-.7-2.2-1-1.8-1.4-1.3-1.7-1-2.3-.7zM614.8 613h-81.6l-2.9.2-2.3.7-1.7 1-1.4 1.3-1 1.8-.7 2.2-.2 2.8.2 2.8.7 2.2 1 1.8 1.4 1.3 1.7 1 2.3.7 2.9.2h81.6l2.9-.2 2.3-.7 1.7-1 1.4-1.3 1-1.8.7-2.2.2-2.8-.2-2.8-.7-2.2-1-1.8-1.4-1.3-1.7-1-2.3-.7z",fill:"#fff"}),s.jsx("path",{d:"m383 602.5.2 8 .7 7.8 1 7.6 1.4 7.4 1.8 7.3 2.8 9.1 3.4 8.7 3.9 8.4 4.4 8.1 4.9 7.9 5.4 7.4 5.8 7.1 6.3 6.7 6.7 6.3 7.1 5.8 7.4 5.4 7.9 4.9 8.1 4.4 8.4 3.9 8.7 3.4 9.1 2.8 7.3 1.8 7.4 1.4 7.6 1 7.8.7 8 .2 8-.2 7.8-.7 7.6-1 7.4-1.4 7.3-1.8 9.1-2.8 8.7-3.4 8.4-3.9 8.1-4.4 7.9-4.9 7.4-5.4 7.1-5.8 6.7-6.3 6.3-6.7 5.8-7.1 5.4-7.4 4.9-7.9 4.4-8.1 3.9-8.4 3.4-8.7 2.8-9.1 1.8-7.3 1.4-7.4 1-7.6.7-7.8.2-8-.2-8-.7-7.8-1-7.6-1.4-7.4-1.8-7.3-2.8-9.1-3.4-8.7-3.9-8.4-4.4-8.1-4.9-7.9-5.4-7.4-5.8-7.1-6.3-6.7-6.7-6.3-7.1-5.8-7.4-5.4-7.9-4.9-8.1-4.4-8.4-3.9-8.7-3.4-9.1-2.8-7.3-1.8-7.4-1.4-7.6-1-7.8-.7-8-.2-8 .2-7.8.7-7.6 1-7.4 1.4-7.3 1.8-9.1 2.8-8.7 3.4-8.4 3.9-8.1 4.4-7.9 4.9-7.4 5.4-7.1 5.8-6.7 6.3-6.3 6.7-5.8 7.1-5.4 7.4-4.9 7.9-4.4 8.1-3.9 8.4-3.4 8.7-2.8 9.1-1.8 7.3-1.4 7.4-1 7.6-.7 7.8z",fill:"url(#access-denied-icon_svg__j)"}),s.jsx("path",{d:"m422.6 552.8.9 1.9 1.3 1.6 1.8 1.5 4.6 2.1 2.9.7 6.4.5 3.6-.1 7.4-1.2 4-1 7.4-2.9 3.3-1.7 5.8-3.9 4.3-4.2 1.5-2.2 1.1-2.1.7-2.3.1-2.1-.3-2-.9-1.9-1.3-1.7-1.8-1.5-4.6-2.1-6-1.1h-6.9l-7.4 1.2-4 1.1-3.9 1.3-6.8 3.2-3.1 1.9-4.9 4-2.1 2.3-2.6 4.3-.7 2.2-.1 2.1z",fill:"#b6dcf2"}),s.jsx("path",{d:"m523 607.5.3 4.3.8 4.1 1.4 3.9 1.8 3.6 2.3 3.3 2.6 3.1 3.1 2.6 3.3 2.3 3.6 1.8 3.9 1.4 4.1.8 4.3.3 4.3-.3 4.1-.8 3.9-1.4 3.6-1.8 3.3-2.3 3.1-2.6 2.6-3.1 2.3-3.3 1.8-3.6 1.4-3.9.8-4.1.3-4.3-.3-4.3-.8-4.1-1.4-3.9-1.8-3.6-2.3-3.3-2.6-3.1-3.1-2.6-3.3-2.3-3.6-1.8-3.9-1.4-4.1-.8-4.3-.3-4.3.3-4.1.8-3.9 1.4-3.6 1.8-3.3 2.3-3.1 2.6-2.6 3.1-2.3 3.3-1.8 3.6-1.4 3.9-.8 4.1z",fill:"#47b0f1"}),s.jsx("path",{d:"m610.1 528.8-1.3 2.2-.2 1.4.1 2.3.8 2.5 1.3 2.4 1.9 2.4 2.4 2 2.3 1.4 2.5.9 2.2.3 2.6-.7 1.1-.7 1.3-2.2.3-1.5-.2-2.2-.8-2.5-1.3-2.4-1.9-2.4-2.3-2-2.4-1.4-2.5-.9-2.2-.3-1.4.2zM405 637.5l.3 3.2.8 2.9 1.3 2.7 1.7 2.5 2.1 2.1 2.5 1.7 2.7 1.3 2.9.8 3.2.3 3.2-.3 2.9-.8 2.7-1.3 2.5-1.7 2.1-2.1 1.7-2.5 1.3-2.7.8-2.9.3-3.2-.3-3.2-.8-2.9-1.3-2.7-1.7-2.5-2.1-2.1-2.5-1.7-2.7-1.3-2.9-.8-3.2-.3-3.2.3-2.9.8-2.7 1.3-2.5 1.7-2.1 2.1-1.7 2.5-1.3 2.7-.8 2.9zM520 679l.7 3.8 1.9 3.3 2.8 2.4 1.8.8 3.8.7 3.8-.7 3.3-1.9 2.4-2.8 1.3-3.6v-4l-.5-1.8-1.9-3.3-2.8-2.4-1.8-.8-3.8-.7-3.8.7-3.3 1.9-2.4 2.8-.8 1.8z",fill:"#b6dcf2"}),s.jsx("path",{d:"m428.1 793.5 6.2 2.2 3.7 1.7 3.4 2.4.9 1.9-.7 1.9-1.2 1.3-9.6 6-2.2 1.8-1.3 1.6-1 1.8-.3 1.7.1 1.6.5 1.7 2.2 3.2 2.2 2.4 4.4 3.7 8.5 3.9 5.2 1.9 14.6 4 17.2 3.6 20.7 2.8 11.1 1 12.1.6 12.1.2 12.6-.3 13.3-.8 20-2.3 20.8-3.8 9.8-2.4 8.5-2.4 13.4-4.8 6.3-2.9 5.2-2.8 4.2-2.7 3.3-2.6 3.3-3.1 2.5-2.9 1.8-2.8 1.2-2.8.8-2.9.3-2.9v-2.8l-.5-2.7-1.3-3.5-1.7-3.4-2.3-3.3-2.7-3-6.2-5.3-4.7-2.8-7.6-3.8-8.8-3.6-11.3-4.1-12.2-3.8-14.4-3.8-9.9-2.2-22.1-3.9-11.4-1.6-12-1.2-12.6-.8-12.6-.4-13 .2-13.4.6-12 1-19.1 2.3-15.9 3-5.9 1.5-10.2 3.5-3.4 1.6-3.1 1.9-2 1.7-2.7 4.1-2 5-.4 2.4.1 2.4.7 2.3 1.2 2.1 2.1 2.3 3 2.3 3.4 1.9 4.6 2z",fill:"url(#access-denied-icon_svg__k)",fillOpacity:.4}),s.jsx("path",{d:"m846.9 766.6-1.1-3.6-1.6-3.2-2.1-2.8-2.7-2.5-3.2-2.1-11.6-4.9-2.9-2.3-.5-.9.1-.8.6-1 1.7-1 5.7-.5 2.4.3 2.4.8 2.6 1.5 1.6 1.3 3.6 4.5 3.3 6.2 1.7 4.5.4 2.2z",fill:"url(#access-denied-icon_svg__l)"}),s.jsx("path",{d:"m847.3 767.8-2.8-9.8-2.9-8.3-2.8-7.1-2.7-5.9-2.8-4.8-4-6.1-1-2-.6-2.2-.3-4.1 1.1-3.4.9-1.2 1.3-.8 3-.1 1.6.4 3.2 2 2.7 3.5 1.9 3.6 2.1 5.5 1.9 6.4 1.9 8.9 1.1 9.2.1 7-.4 3.6-.8 3.2-.7 1.5z",fill:"url(#access-denied-icon_svg__m)"}),s.jsx("path",{d:"m848.4 763.7 1-4.7.5-5.4-.1-6.3-.7-7.2-1.5-8.3-5-15.6-.7-3.6-.1-3 .3-1.9.6-1.5 1-1.3 1.2-.9 1.9-.7 2.5-.3 2 .5 2.1 1.2 1.2 1.2 2.3 4 .9 2.5 1.2 7.8.1 10.1-.4 7-.9 5.4-3.3 12.9-2.6 8.1-2.1.4z",fill:"url(#access-denied-icon_svg__n)"}),s.jsx("path",{d:"m851 766.9-.1-8.5.4-7.5.8-6.8 1.2-5.9 1.5-5.3 1.8-4.7 2.1-4.2 2.4-3.6 3.8-4.4 1.8-1.1 1.9-.7 2.1-.2 1.3.2 2.3 1.5.7 1.2.5 1.7.3 2.6-1.7 6.3-1.7 4.1-2.8 5.5-5.4 8-3.9 5-3.6 5.9-2.3 5.6-1.2 4.4-.7.6z",fill:"url(#access-denied-icon_svg__o)"}),s.jsx("path",{d:"m803 769.9 12.3-2.8 2.2-.9 3.7-2.8 2.5-1.3 3.1-1.2 3.3-.8 3.5-.1 2.3.3 2.1.9 2.1 1.3 1.1-1 1.7-.8 1.8-.5 2.1.1 2.5 1.1 1.2 1.1.8-2.2 1.4-1.9 4-3.2 4.4-1.8 2-.4h3.5l2.7.2 2.8.5 3 1.3 1.9 1.2 1.7 1.6 1.7 2.2 1.1 2.5 1 3.2.5 4.2z",fill:"url(#access-denied-icon_svg__p)"}),s.jsx("path",{d:"m610 489.6-.3 1.9-.7 2-1.3 1.9-2 2.1-3 2.2-4 2.3-5.1 2.3-11.3 3.7-14.2 3.1-16.2 2.2-17.5 1.1-9.4.2-9.4-.2-17.5-1.1-16.2-2.2-14.2-3.1-11.3-3.7-5.1-2.3-4-2.3-3-2.2-2-2.1-1.3-1.9-.7-2-.3-1.9.3-2 .7-1.9 1.3-2 2-2 3-2.3 4-2.3 5.1-2.3 5.2-1.9 13.2-3.5 14.9-2.6 16.9-1.7 18.4-.5 9.4.1 17.5 1.1 16.2 2.2 14.2 3.1 11.3 3.7 5.1 2.3 4 2.3 3 2.3 2 2 1.3 2 .7 1.9z",fill:"#b6dcf2",fillOpacity:.2,fillRule:"evenodd"}),s.jsx("path",{d:"m525.7 290 2.8.4 5.2 1.9 4.5 3.1 2 2 2.9 4.4-.1-.7 1.4 1.2 1 3.4.1 3 1.6.2 1.6 1.9.9 3.5-.1 1.9-.6 1.8-1.1 1.5-2.4 1.2-1.8.3-1.1 2.2-3.8 5.5-2.2 2.7-2.5 2.2v9.6l-19 .3.1-11.3-2.1-2-1.8-2.5-1.9-3.3-1.5-3.4h.4l-2.2-.1-1.6-.4-2.2-1.7-1.1-2.4-.2-2.1.3-2 .7-1.7 1-1.3 1.7-.6.9.2.6-4.6 1-3 1.4-2.8 1.9-2.6 2.1-2 2.3-1.6 2.6-1.3 2.7-.8 2.7-.3zm17.8 14 .5 2.3Zm-.4-2.2.4 2.2z",fill:"#ebb0b0"}),s.jsx("path",{d:"m545.7 310.6 2.3-3.1 1-2.2 1.2-3.5.7-3.9.2-4-.4-4-.6-2.6-2.1-4.6-1.6-2-1.8-1.6-3.6-2.3-1.9-.7-5.1-.5-4.7.8-4.6-3-1.9-.8-2.6-.6-3.2.1-4.3 1-4 1.5-1.7.9-2.9 2.6-2.1 2.5-2 3-1.7 3.5-1.4 3.9-.9 4.3-.2 3 .7 4.7 1.3 3.2 5.5 9.2 1.5-1.3 1.3-1.7 4-7.7 2.8-2.9 3.1-2.5 3.3-2.2 3.6-1.8 5.1-.6 3.8-.1 2.4.3 2.1.7 1.9 1.1 1.7 1.4 1.7 2.2 1.7 3.1z",fill:"#131322"}),s.jsx("path",{d:"m515.5 335.5 6.5 4.2 3.4.9 1.3-.2 1.5-.7 5.4-4.2 9.1 1.3 5.3 1.3 5.9 2 5.9 2.4 6.3 3 6.1 3.6 6 4.2-.3 20.4-.5 8.6-1.4 13.6-3 16.3-5.4 22.4-9.1 16.2-8.7 13.6-2.7 3-4.3 1.9-4 1.4-3.7.9-7.8.7-10-.5-6.8-.8-3-1.6-4.8-3.6-9.9-8.4-2.6-2.4-1.7-2.7-8.2-17.6-3.8-10.3-2.6-10.4-1.3-29.6-.7-29.5 2.5-3.3 2.6-2.7 2.7-2.3 5.9-3.6 7.7-2.9z",fill:"url(#access-denied-icon_svg__q)"}),s.jsx("path",{d:"M512 346.1h23.1l1.6.3 1.2.9.9 1.2.3 1.6v37.8l-.3 1.6-.9 1.3-1.2.8-1.6.3H512l-1.6-.3-1.2-.8-.9-1.3-.3-1.6v-37.8l.3-1.6.9-1.2 1.2-.9z",fill:"url(#access-denied-icon_svg__r)"}),s.jsx("path",{d:"m498.4 386.8 1.8-4.6 1.9-3.9 2.1-3.4 2.3-2.8 2.3-1 .4.2.1.4-.9 1.4 4.3-.7 2.1.4 2.6 1.5 2.3 3.1 1.7 5.6-2 4.3-1.5 2.4-4 4.4-4.3 2.7-4.1 1.1-2.2-.4-1.7-.9-1.4-1.3-1-2-.6-2.7z",fill:"#efba9e"}),s.jsx("path",{d:"m468.7 355.3 2.7-2.9 2.6-2.1 2.3-1.3 2.2-.7 2.2-.2 2.1.3 2.2.8 2.3 1.5 2.4 2.1 1 1.4 1 2.2.9 3.2.9 5.1.6 6.8.2 7.1-.4 16.5-1.3 17.6-2.9 24.5-2.2 2.3-4 2.9-1.9.8-2.8.6h-2.6l-2.6-.6-2.4-1.1-2.2-1.4-2-1.9-1.8-2.1-2.4-5-2.2-10.6-1.5-9.8-.7-9.1-.1-8.3.5-7.8 1-7.1 1.5-6.6 2-6.1 2.5-5.7z",fill:"url(#access-denied-icon_svg__s)"}),s.jsx("path",{d:"m470.7 426.7 1.4-5 1.8-5 2.4-4.8 2.9-4.8 3.6-4.8 4.1-4.8 4.9-4.8 5.6-4.7 1.8-.5 3.5-.1 3.3 1.1 1.4 1.1 1.1 1.4 1 1.8.7 2.4-.1 4.5-1.6 8-1.3 4.8-4 10.5-2.7 5.2-3 4.9-3.4 4.3-2.6 2.6-2.7 2.1-2.9 1.7-4.1.6h-3.2l-2.5-.5-2-.9-1.6-1.3-1.2-1.7-.8-2.2-.5-2.9.1-3.6z",fill:"url(#access-denied-icon_svg__t)"}),s.jsx("path",{d:"m550.1 386.8-1.7-4.6-2-3.9-2.1-3.4-2.2-2.8-2.3-1-.5.2v.4l.9 1.4-4.4-.7-2 .4-2.6 1.5-2.3 3.1-1.7 5.6 1.9 4.3 1.5 2.4 4.1 4.4 4.3 2.7 4 1.1 2.3-.4 1.7-.9 1.3-1.3 1-2 .7-2.7z",fill:"#efba9e"}),s.jsx("path",{d:"m579.9 355.3-2.8-2.9-2.5-2.1-2.4-1.3-2.2-.7-2.1-.2-2.2.3-2.2.8-2.2 1.5-2.4 2.1-1.1 1.4-1 2.2-.9 3.2-.8 5.1-.6 6.8-.2 7.1.4 16.5 1.2 17.6 3 24.5 2.1 2.3 4.1 2.9 1.9.8 2.8.6h2.6l2.5-.6 2.4-1.1 2.2-1.4 2.1-1.9 1.7-2.1 2.5-5 2.2-10.6 1.4-9.8.8-9.1.1-8.3-.5-7.8-1-7.1-1.5-6.6-2-6.1-2.5-5.7z",fill:"url(#access-denied-icon_svg__u)"}),s.jsx("path",{d:"m577.8 426.7-1.3-5-1.9-5-2.3-4.8-3-4.8-3.5-4.8-4.2-4.8-4.8-4.8-5.6-4.7-1.9-.5-3.5-.1-3.2 1.1-1.4 1.1-1.2 1.4-.9 1.8-.7 2.4v4.5l1.6 8 1.4 4.8 4 10.5 2.6 5.2 3.1 4.9 3.4 4.3 2.6 2.6 2.7 2.1 2.8 1.7 4.1.6h3.2l2.6-.5 2-.9 1.5-1.3 1.2-1.7.9-2.2.4-2.9v-3.6z",fill:"url(#access-denied-icon_svg__v)"}),s.jsx("path",{d:"m579.2 440.7 4.6-1.3 3.3-.6 3.4-.1 3.8.5 2.4.7 2.4 1.1 2.3 1.7 1.9 2 1.7 2.8 1.6 3.6.8 3.5.2 2.8-.3 2.4-1.6 4.3-1.3 1.6-2.2 2.1-2.3 1.5-2.4 1.2-3.6 1.2-13.7 2.5-6 19-48.4-8.9-48.5 8.9-6-19-15.4-3-4.2-1.8-2.3-1.6-2.2-2.1-2.2-3.6-.7-2.3-.3-2.4.3-2.8.8-3.4 1.5-3.7 1.7-2.8 2-2 2.3-1.7 2.3-1.1 2.4-.7 3.8-.5 3.4.2 3.3.5 57.9 15.6z",fill:"url(#access-denied-icon_svg__w)"}),s.jsx("path",{d:"m472.7 479-5.9.4-13.7-.2-2.6.1-4 1-.7.6-.9 1.6-.8 3.8.2 5 .4 2.1 1.5 3 .8.8 1.6.6 1.6-.1 19.7-4.3 7-1.9zm106.1 0 5.9.4 13.8-.2 2.6.1 4 1 .8.7.8 1.5.8 3.8-.1 5-.5 2.2-1.5 3-.7.8-1.7.6-1.6-.1-19.8-4.3-7.1-1.9z",fill:"#333"}),s.jsx("path",{d:"m610.8 308.8 7.2-.9.8 5.5.7 1.8 2.3 2.9 3 2 3.7.8 2-.1 5.6-.8 1.8-.7 2.9-2.2 2-3.1.6-1.7.2-4-1.1-3.7-2.3-2.9-3-2-3.7-.8-5.6.5-.9-7.1 7-.6 3.1.4 2.9 1 2.8 1.4 2.4 1.9 2 2.3 1.7 2.6 1.2 2.9.7 3.3.1 3.3-.5 3.1-.9 2.9-1.5 2.8-1.9 2.3-2.3 2.1-2.6 1.7-2.9 1.1-3.3.7-6.5.6-2.7-.3-2.6-.7-2.5-1.1-4.3-3.2-1.8-2.1-1.5-2.3-1.1-2.5-7.6.9-.8-7.2zm-10.8 1.3.9 7.1-7.2.9-.9-7.1z",fill:"url(#access-denied-icon_svg__x)"}),s.jsx("path",{d:"m578.8 271.1 3.7-3.7 3.6 3.2 1.8.7 2 .3 2-.3 1.8-.8 1.7-1.3 3.2-3.6.8-1.9.3-1.9-.3-2-.7-1.8-1.3-1.7-1.8-1.4-1.8-.7-2-.3-1.9.3-1.9.8-3.6 3.2-3.7-3.7 3.8-3.4 1.9-1.2 2.2-.7 4.3-.4 4.3 1.1 2 1.1 1.9 1.5 1.5 1.9 1.1 2 .8 2.1.4 4.4-1.2 4.3-1.2 1.9-3.4 3.8-3.3 2.4-3.7 1.2-3.9.1-1.9-.4-3.6-1.6-3.9 3.9-3.7-3.7zm-5.6 5.6 3.7 3.7-3.7 3.7-3.7-3.7z",fill:"url(#access-denied-icon_svg__y)"}),s.jsx("path",{d:"m54.2 676.4-7.9-3.2-6.7-2.2-5.6-1.4-4.8-.5h-4l-3.3.5-2.9 1-2.4 1.4-2 1.8-1.7 2.3-1.4 2.8-1 3.5-.7 4.3-.1 5.1.4 6.2 1.3 4.8 1.4 3.8 1.7 3 1.8 2.4 2 1.7 2.1 1.3 6 7.6 4.7 6.8 3.6 5.9 2.6 5.2 1.8 4.6 1.1 4 1.2 7.7 1.2 4.3 2.8 5.2 1.8 2.4 2.2 2.1 2.5 1.9 3 1.5 3.1 1.1 3.6.7 4.2.3 4.2-.3 4.8-.9 10.1-2.7 4.1-.5 3.7.1 3.5.7 3.2 1.3 3.1 1.8 3 2.5 2.8 3.2 2.7 4.1 2.6 5 2.4 6.2 2.2 7.5 4.4 5.2 4.7 4.8 5.2 4.4 5.6 4 6.1 3.5 6.6 3.1 7.1 2.8 7.7 2.2 8.4 1.8 9 1.4 9.8.8 10.6.2 11.5-.3 12.5-1.1 9.1-1.2 7.3-1.6 5.8-1.7 4.5-2 3.5-2.1 2.5-2.1 1.9-2.3 1.2-2.4.7-2.6.1-2.9-.5-3.1-1.2-3.6-2-4-3.1-4.7-4.4-5.4-5.9-6.1-7.6-7-9.8-8-12.1-9.1-12.6-4.8-10-3.4-16.3-4.2-2-1.1-1.9-1.5-1.6-2.1-1.5-2.6-1.2-3.4-1-4.3-.6-5.3-.4-9.8-.7-2.9-1.3-2.9-1.7-2.6-2.3-2.5-2.9-2.5-3.7-2.3-4.6-2.1-11-4.1-4.4-2.2-3.4-2.3-2.5-2.4-1.9-2.5-1.2-2.6-.7-2.8-.1-3 .5-3.3-3.1-4.1-3.1-3.2-3-2.4-3-1.7-3-1.1-3.1-.5h-3.2l-3.3.6-3.6 1.3-3.8 1.9-8.8 6.1L81 679l-4 1.7-3.8 1-3.5.5-3.3-.1-3.2-.6-3-1.2-3.1-1.6z",fill:"url(#access-denied-icon_svg__z)"}),s.jsx("path",{d:"m52.6 691.5 48.3 32.2-2.1-9.9-2.2-8.4-2.2-7.1-3.3-8.6 4.4 9.7 3.4 8.8 2.8 9.1.9 4.3.3 3.4 40.2 26.9.5-20.5-.4-6.9-.7-5.2-.8-3.8 1.6 4.6.7 3.5 1.7 13.9.4 9.1-.5 7 37.1 24.7-.4-.4.8-8.1.1-7-.7-6.4 1.2 3.6.8 6.4.4 7.3-.1 6.1 30.6 20.3-3.9 3.9-31.5-22.3-6 2.7-8.1 2-4.5.5h-7.3l6.6-.8 5.5-1.2 4.4-1.5 3.6-1.7 2.8-1.9 2.5 1.5-88.8-62.8.6.6-6.8.8-6.4.2-6-.2-5.7-.6-5.4-1.1-5.2-1.4 1.2-.3 8.8 1.5 4.6.5 5.7.3 8.2-.7 4.6-.9zM94 768.4l4-.2 4.5-.8 5-1.5 5.7-2.3 6.5-3.4 7.2-4.4 8.2-5.7 2.3 2.2-5.5 4-5.4 3.4-5.2 2.7-5.4 2.4-5 1.7-4.7 1.2-4.7.7-4.1.2z",fill:"url(#access-denied-icon_svg__A)"}),s.jsx("path",{d:"m89.6 607.3-7.5-4.8-6.3-3.5-5.4-2.4-4.6-1.5-3.9-.8-3.2-.1-2.8.3-2.4.8-2.1 1.2-1.9 1.7-1.5 2.3-1.4 2.8-1 3.6-.7 4.5-.3 5.5.2 6.9 5.3 21.2 1.9 9.3 1.2 8.1.3 5.3v5.1l-.8 7.7.2 7 1.5 7.6 3 8.1 2.1 4 2.7 4 3 3.7 3.7 3.7 4.3 3.5 7.2 4.5 4.4 2 10.9 4.3 4.8 2.4 3.8 2.4 2.8 2.4 2.1 2.5 1.5 2.4.9 2.4.4 2.6-.2 2.7-.7 2.9-1.3 3.2-2.1 3.5-.5 3.4v3.3l.6 3.1 1.2 3.1 1.7 3 2.3 3 3.2 3 4 3 5 3.1 6.1 3 7.5 3 9 3 10.7 2.9 12.6 2.8 14.8 2.7 12.2 1.7 10.1 1.1 8.1.4 11.6-.3 7.7-1.2 3.6-1.2 2.7-1.4 2.1-1.5 1.6-1.6 1.2-1.9.8-2.1.5-2.3v-2.6l-.5-3.4-1-3.9-1.6-4.2-3.1-6.4-3.9-7-9-14.4-5.5-5.9-4-5-2.3-3.4-3.2-5.9-1.5-4.5-.9-4.2-.5-4.3.1-7.6 1.6-10.9.1-3.8-.3-3.8-1.5-4.8-1.4-2.4-1.8-2.2-2.3-2.1-3.2-2.1-3.4-1.8-4.3-1.6-9-2.7-3.2-1.5-2.9-2-2.6-2.5-2.4-3-2.2-3.5-1.9-4.3-1.6-5.1-1.3-5.9-1-7-.4-8.1-.8-3-1.3-2.6-1.6-2.1-2.1-1.8-2.6-1.5-3.3-1.1-3.9-.7-4.9-.3-5.9.4-7.1 1-8.5 1.9-3.6.4h-3.5l-3.6-.6-3.7-1.1-3.7-1.6-3.9-2.3-4-3-4.2-3.7z",fill:"url(#access-denied-icon_svg__B)"}),s.jsx("path",{d:"m74.9 624.7 35.5 45.1 1.7-4.9 1.2-4.7.6-4.7.2-4.7-.4-4.7-1-5.1 2.8 9 .6 3.6.1 3.8-.5 4.5-.7 2.9-2.9 7.2 30 38.2 2.8-4.5 2.2-4.7 1.8-5.2 1.3-5.8.8-6.4.3-7.1.7 5.7-.1 4.2-.4 5.2-1 5.3-1.4 5.6-1.4 3.6-3.6 6.6 26.7 33.9 2.2-4.1 2.5-6.3.8-3.7.3-4.1.5 6.2-.3 3.4-1.5 6.1-2.6 5L212 799h-6.2l-38-50.6-8.7 3.2-8.9 1.6-4.3.2-3.9-.3-3.1-.7-4.9-1.7 4.2.8 4.2.3 4.4-.2 4.4-.7 4.7-1.1 4.8-1.8 5-2.3-28.8-38.5.5.9-7.3 2.3-7.1 1.7-7.1 1.1-6.5.6-6.3.1-5.4-.5-3.4-.6-5.3-1.9 3.3 1 3.8.6 4.5.2 5.2-.2 6-.7 6.9-1.4 8.1-2.1 9.2-3-.5.2-32.1-42.9.2.5-5.4.1-5-.5-4.6-.9-4.3-1.5-4-1.9-3.7-2.4-3.6-2.9-3.3-3.4.5-.1 1.3.8 6.5 4.5 3.5 1.8 3.9 1.6 8.3 2 8.2.3z",fill:"url(#access-denied-icon_svg__C)"}),s.jsx("path",{d:"m199.2 608.8 3.6-4.5 3.2-3.2 2.9-2.1 2.7-1.3 2.6-.6h2.4l2.4.6 2.5 1.3 2.5 2.1 2.7 3 2.9 4.2 3 5.7 1.1 5.3 2 15.9 1.7 4.8 1.4 2.1 1.8 2 2.5 2.1 2.8 1.7 3.7 1.8 8.9 3.4 3.2 1.8 2.5 1.9 1.9 2.1 1.4 2.2.9 2.5.4 2.6v3l-.7 3.3-1.3 3.8-2 4.4-3 5-1.4 3.8-.6 3.2v2.8l.6 2.4 1.1 2.2 1.6 1.9 2.2 1.7 3.1 1.6 6.7 2.2 2 1.3 1.5 1.5 1 1.8.6 2.2.1 2.6-.5 3.3-1.3 4.1-2.2 5-3.4 6.1-4.8 7.4-2.2 5.7-1.2 4.6-.4 3.7.2 3.1.8 2.4 1.1 2 4.1 3.7 4.4 5.1 3.2 5.8 1.2 3.3 1 3.7.6 4.3.1 4.3-.4 4.8-1 5.6-1.5 5.4-2.4 6.1-3.3 7-2.1 3.5-4.6 5.5-2.4 2.1-3.5 2.3-3.7 1.6-3.7 1-3.9.5h-4l-4-.5-3.9-.9-7.7-2.8-5.5-2.8-5-3.3-4.5-3.7-3.6-3.6-2.1-2.7-2.6-4.6-1-3.3-.7-3.4-.2-3.5.3-5.4 3.2-21.1.2-4.6-.2-2.9-.6-2.5-1-2.3-3.1-3.4-2.3-1.7-13-7.5-7.4-5.2-4.9-5.3-1.9-3-1.4-3.4-1-3.9-.3-2.9.7-7 1-4.2 7.6-10.4 3.4-5.1 1.7-4.5.3-5.3-1.2-6.4-1.5-3.9-4.9-9.9-6.5-11.3-.4-1.6v-1.7l.7-2 3.2-5.4 5.8-8.9 3.3-3.8 3.5-5 3.8-6.4 4.1-8.1z",fill:"url(#access-denied-icon_svg__D)"}),s.jsx("path",{d:"m216.1 638.5 11.4 56.9 5.5-8.5 4.4-7.5 3.4-6.6 3.8-8.3-3.8 9.9-3.8 8.6-4.5 8.4-2.4 3.7-2.2 2.7 9.5 47.4 14.8-14.2 4.6-5.1 3.2-4.1 2.1-3.3-2.1 4.3-2 3-8.6 11-6.2 6.8-5.2 4.6 8.7 43.6v-.5l6.2-5.2 5.1-4.8 4.1-5-1.8 3.3-3.9 5.1-4.9 5.5-4.3 4.2 7.2 36h-5.5l-6.5-38.1-6.2-2.3-7.1-4.3-3.5-2.8-5.2-5.1 5.3 4 4.6 3 4.2 2.1 3.8 1.3 3.4.7.6 2.9L224 684.5l-.1.9-5.3-4.3-4.7-4.3-4.1-4.4-3.6-4.5-3.1-4.6-2.6-4.7 1 .6 5.2 7.4 2.9 3.6 3.9 4.2 6.2 5.3 3.9 2.6zM191 722.1l2.9 2.7 3.8 2.6 4.6 2.5 5.7 2.4 6.9 2.2 8.3 2 9.8 1.8v3.1l-6.7-1-6.2-1.5-5.6-1.7-5.5-2.2-4.8-2.3-4.1-2.4-3.8-2.8-3-2.8z",fill:"url(#access-denied-icon_svg__E)"}),s.jsx("path",{d:"m938.4 787.5.5-6.1v-5.3l-.5-4.6-.9-4-1.3-3.3-1.7-3-2-2.5-2.3-2.1-2.8-1.8-3.3-1.4-3.7-1.1-4.4-.7 5-.2 4.5.2 4.2.7 3.9 1 3.5 1.4 3.5 1.8 3.1 2.2 2.8 2.5 2.5 2.8 2.2 3.3 1.7 3.3 1.4 3.7 1.1 4 .7 4.4.3 4.8z",fill:"url(#access-denied-icon_svg__F)"}),s.jsx("path",{d:"m950.1 787.6 1.1-6.4.5-6-.1-5.4-.6-5.1-1.2-4.6-1.6-4.4-2-4-2.6-3.8-3-3.5-3.7-3.3-4.2-3.1 5.2 1.7 9.3 4.2 4.2 2.5 4 3 3.6 3.4 4.8 6.1 2.1 3.7 3.6 8.4 2.8 10.4 1.1 6.2-14.1.4z",fill:"url(#access-denied-icon_svg__G)"}),s.jsx("path",{d:"m977.1 788-.4-6.3.3-5.4.8-4.7 1.2-4.1 1.6-3.6 2.1-3.1 2.4-2.6 2.9-2.3 3.4-1.9 4-1.5 4.6-1.1h-9.8l-3.3.3-6.7 1.4-3.2 1.3-3.2 1.8-3.3 2.3-3 2.8-3 3.6-3.2 4.6-2.7 4.9-2.7 6.1-2.8 7.5 15.2-.3z",fill:"url(#access-denied-icon_svg__H)"}),s.jsx("path",{d:"m927.4 802 15.3-.5 5.8-1.3 2.5-1.1 2.1-1.5 1.6-1.9 1-1.6 1.1-4.5.2-3-.3-3.9-.8-3.7-1.3-3.5-1.8-3.3-2.1-3.1-2.6-2.7-3-2.4-3.2-2.1-3.5-1.7-3.8-1.2-3.9-.7-4.2-.3-4.2.3-3.9.7-3.8 1.2-3.5 1.7-3.2 2.1-3 2.4-2.6 2.7-2.1 3.1-1.8 3.3-1.3 3.5-.8 3.7-.3 3.9.2 3 1.3 4.4 1 1.7 1.9 1.9 2.2 1.5 2.8 1.1 6.2 1.3z",fill:"url(#access-denied-icon_svg__I)"}),s.jsx("path",{d:"m960.6 802 10.5-.4 4.2-1.4 2.3-2.1.7-1.4.7-4.1-.3-3.2-.9-3-1.4-2.7-1.9-2.5-2.2-2-2.7-1.8-2.9-1.3-3.2-.8-3.5-.3-3.5.3-3.2.8-2.9 1.3-2.7 1.8-2.2 2-1.9 2.5-1.4 2.7-.9 3-.3 3.2.2 2.3.6 1.8.8 1.4 2.5 2.1 4.6 1.4z",fill:"url(#access-denied-icon_svg__J)"})]})}exports.AccessDeniedIcon=e;
|
|
@@ -1,47 +1 @@
|
|
|
1
|
-
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
5
|
-
|
|
6
|
-
const jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
7
|
-
const reactRouter = require('@tanstack/react-router');
|
|
8
|
-
const components = require('@vef-framework/components');
|
|
9
|
-
const core = require('@vef-framework/core');
|
|
10
|
-
const lucideReact = require('lucide-react');
|
|
11
|
-
require('../../constants/index.cjs');
|
|
12
|
-
const accessDeniedIcon = require('./access-denied-icon.cjs');
|
|
13
|
-
const router = require('../../constants/router.cjs');
|
|
14
|
-
|
|
15
|
-
function _EMOTION_STRINGIFIED_CSS_ERROR__() {
|
|
16
|
-
return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
|
|
17
|
-
}
|
|
18
|
-
const accessDeniedTitle = "抱歉, 您没有权限访问该页面!";
|
|
19
|
-
var _ref = process.env.NODE_ENV === "production" ? {
|
|
20
|
-
name: "13udsys",
|
|
21
|
-
styles: "height:100%"
|
|
22
|
-
} : {
|
|
23
|
-
name: "13udsys",
|
|
24
|
-
styles: "height:100%/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9zdGFydGVyL3NyYy9jb21wb25lbnRzL2FjY2Vzcy1kZW5pZWQvaW5kZXgudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWVZIiwiZmlsZSI6Ii9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9zdGFydGVyL3NyYy9jb21wb25lbnRzL2FjY2Vzcy1kZW5pZWQvaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdXNlTmF2aWdhdGUsIHVzZVJvdXRlclN0YXRlIH0gZnJvbSBcIkB0YW5zdGFjay9yZWFjdC1yb3V0ZXJcIjtcbmltcG9ydCB7IEJ1dHRvbiwgQ2VudGVyLCBJY29uLCBSZXN1bHQgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmsvY29tcG9uZW50c1wiO1xuaW1wb3J0IHsgbW90aW9uIH0gZnJvbSBcIkB2ZWYtZnJhbWV3b3JrL2NvcmVcIjtcbmltcG9ydCB7IEFycm93TGVmdEljb24gfSBmcm9tIFwibHVjaWRlLXJlYWN0XCI7XG5cbmltcG9ydCB7IElOREVYX1JPVVRFX1BBVEggfSBmcm9tIFwiLi4vLi4vY29uc3RhbnRzXCI7XG5pbXBvcnQgeyBBY2Nlc3NEZW5pZWRJY29uIH0gZnJvbSBcIi4vYWNjZXNzLWRlbmllZC1pY29uXCI7XG5cbmNvbnN0IGFjY2Vzc0RlbmllZFRpdGxlID0gXCLmirHmrYksIOaCqOayoeacieadg+mZkOiuv+mXruivpemhtemdoiFcIjtcblxuZXhwb3J0IGZ1bmN0aW9uIEFjY2Vzc0RlbmllZCgpIHtcbiAgY29uc3QgeyByZWRpcmVjdCB9ID0gdXNlUm91dGVyU3RhdGUoKTtcbiAgY29uc3QgbmF2aWdhdGUgPSB1c2VOYXZpZ2F0ZSgpO1xuXG4gIHJldHVybiAoXG4gICAgPENlbnRlciBjc3M9e3sgaGVpZ2h0OiBcIjEwMCVcIiB9fT5cbiAgICAgIDxSZXN1bHRcbiAgICAgICAgc3ViVGl0bGU9e3JlZGlyZWN0Py5vcHRpb25zLl9mcm9tTG9jYXRpb24/LnBhdGhuYW1lID8/IG51bGx9XG4gICAgICAgIHRpdGxlPXthY2Nlc3NEZW5pZWRUaXRsZX1cbiAgICAgICAgZXh0cmE9eyhcbiAgICAgICAgICA8QnV0dG9uXG4gICAgICAgICAgICBpY29uPXs8SWNvbiBjb21wb25lbnQ9e0Fycm93TGVmdEljb259IC8+fVxuICAgICAgICAgICAgc2l6ZT1cImxhcmdlXCJcbiAgICAgICAgICAgIHR5cGU9XCJwcmltYXJ5XCJcbiAgICAgICAgICAgIG9uQ2xpY2s9eygpID0+IG5hdmlnYXRlKHtcbiAgICAgICAgICAgICAgdG86IElOREVYX1JPVVRFX1BBVEgsXG4gICAgICAgICAgICAgIHJlcGxhY2U6IHRydWVcbiAgICAgICAgICAgIH0pfVxuICAgICAgICAgID5cbiAgICAgICAgICAgIOWbnuWIsOmmlumhtVxuICAgICAgICAgIDwvQnV0dG9uPlxuICAgICAgICApfVxuICAgICAgICBpY29uPXsoXG4gICAgICAgICAgPG1vdGlvbi5kaXZcbiAgICAgICAgICAgIGFuaW1hdGU9e3sgc2NhbGU6IDEsIG9wYWNpdHk6IDEgfX1cbiAgICAgICAgICAgIGluaXRpYWw9e3sgc2NhbGU6IDAuOTUsIG9wYWNpdHk6IDAgfX1cbiAgICAgICAgICAgIHRyYW5zaXRpb249e3sgZHVyYXRpb246IDAuMywgZWFzZTogXCJlYXNlT3V0XCIgfX1cbiAgICAgICAgICA+XG4gICAgICAgICAgICA8QWNjZXNzRGVuaWVkSWNvbiBoZWlnaHQ9XCI0MHZoXCIgd2lkdGg9XCI0MHZoXCIgLz5cbiAgICAgICAgICA8L21vdGlvbi5kaXY+XG4gICAgICAgICl9XG4gICAgICAvPlxuICAgIDwvQ2VudGVyPlxuICApO1xufVxuIl19 */",
|
|
25
|
-
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
26
|
-
};
|
|
27
|
-
function AccessDenied() {
|
|
28
|
-
const {
|
|
29
|
-
redirect
|
|
30
|
-
} = reactRouter.useRouterState();
|
|
31
|
-
const navigate = reactRouter.useNavigate();
|
|
32
|
-
return /* @__PURE__ */ jsxRuntime.jsx(components.Center, { css: _ref, children: /* @__PURE__ */ jsxRuntime.jsx(components.Result, { subTitle: redirect?.options._fromLocation?.pathname ?? null, title: accessDeniedTitle, extra: /* @__PURE__ */ jsxRuntime.jsx(components.Button, { icon: /* @__PURE__ */ jsxRuntime.jsx(components.Icon, { component: lucideReact.ArrowLeftIcon }), size: "large", type: "primary", onClick: () => navigate({
|
|
33
|
-
to: router.INDEX_ROUTE_PATH,
|
|
34
|
-
replace: true
|
|
35
|
-
}), children: "回到首页" }), icon: /* @__PURE__ */ jsxRuntime.jsx(core.motion.div, { animate: {
|
|
36
|
-
scale: 1,
|
|
37
|
-
opacity: 1
|
|
38
|
-
}, initial: {
|
|
39
|
-
scale: 0.95,
|
|
40
|
-
opacity: 0
|
|
41
|
-
}, transition: {
|
|
42
|
-
duration: 0.3,
|
|
43
|
-
ease: "easeOut"
|
|
44
|
-
}, children: /* @__PURE__ */ jsxRuntime.jsx(accessDeniedIcon.AccessDeniedIcon, { height: "40vh", width: "40vh" }) }) }) });
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
exports.AccessDenied = AccessDenied;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const I=require("@emotion/react/jsx-runtime"),c=require("@tanstack/react-router"),g=require("@vef-framework/components"),C=require("@vef-framework/core"),t=require("lucide-react");require("../../constants/index.cjs");const A=require("./access-denied-icon.cjs"),l=require("../../constants/router.cjs");function s(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}const n="抱歉, 您没有权限访问该页面!";var u=process.env.NODE_ENV==="production"?{name:"13udsys",styles:"height:100%"}:{name:"13udsys",styles:"height:100%/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9zdGFydGVyL3NyYy9jb21wb25lbnRzL2FjY2Vzcy1kZW5pZWQvaW5kZXgudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWVZIiwiZmlsZSI6Ii9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9zdGFydGVyL3NyYy9jb21wb25lbnRzL2FjY2Vzcy1kZW5pZWQvaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdXNlTmF2aWdhdGUsIHVzZVJvdXRlclN0YXRlIH0gZnJvbSBcIkB0YW5zdGFjay9yZWFjdC1yb3V0ZXJcIjtcbmltcG9ydCB7IEJ1dHRvbiwgQ2VudGVyLCBJY29uLCBSZXN1bHQgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmsvY29tcG9uZW50c1wiO1xuaW1wb3J0IHsgbW90aW9uIH0gZnJvbSBcIkB2ZWYtZnJhbWV3b3JrL2NvcmVcIjtcbmltcG9ydCB7IEFycm93TGVmdEljb24gfSBmcm9tIFwibHVjaWRlLXJlYWN0XCI7XG5cbmltcG9ydCB7IElOREVYX1JPVVRFX1BBVEggfSBmcm9tIFwiLi4vLi4vY29uc3RhbnRzXCI7XG5pbXBvcnQgeyBBY2Nlc3NEZW5pZWRJY29uIH0gZnJvbSBcIi4vYWNjZXNzLWRlbmllZC1pY29uXCI7XG5cbmNvbnN0IGFjY2Vzc0RlbmllZFRpdGxlID0gXCLmirHmrYksIOaCqOayoeacieadg+mZkOiuv+mXruivpemhtemdoiFcIjtcblxuZXhwb3J0IGZ1bmN0aW9uIEFjY2Vzc0RlbmllZCgpIHtcbiAgY29uc3QgeyByZWRpcmVjdCB9ID0gdXNlUm91dGVyU3RhdGUoKTtcbiAgY29uc3QgbmF2aWdhdGUgPSB1c2VOYXZpZ2F0ZSgpO1xuXG4gIHJldHVybiAoXG4gICAgPENlbnRlciBjc3M9e3sgaGVpZ2h0OiBcIjEwMCVcIiB9fT5cbiAgICAgIDxSZXN1bHRcbiAgICAgICAgc3ViVGl0bGU9e3JlZGlyZWN0Py5vcHRpb25zLl9mcm9tTG9jYXRpb24/LnBhdGhuYW1lID8/IG51bGx9XG4gICAgICAgIHRpdGxlPXthY2Nlc3NEZW5pZWRUaXRsZX1cbiAgICAgICAgZXh0cmE9eyhcbiAgICAgICAgICA8QnV0dG9uXG4gICAgICAgICAgICBpY29uPXs8SWNvbiBjb21wb25lbnQ9e0Fycm93TGVmdEljb259IC8+fVxuICAgICAgICAgICAgc2l6ZT1cImxhcmdlXCJcbiAgICAgICAgICAgIHR5cGU9XCJwcmltYXJ5XCJcbiAgICAgICAgICAgIG9uQ2xpY2s9eygpID0+IG5hdmlnYXRlKHtcbiAgICAgICAgICAgICAgdG86IElOREVYX1JPVVRFX1BBVEgsXG4gICAgICAgICAgICAgIHJlcGxhY2U6IHRydWVcbiAgICAgICAgICAgIH0pfVxuICAgICAgICAgID5cbiAgICAgICAgICAgIOWbnuWIsOmmlumhtVxuICAgICAgICAgIDwvQnV0dG9uPlxuICAgICAgICApfVxuICAgICAgICBpY29uPXsoXG4gICAgICAgICAgPG1vdGlvbi5kaXZcbiAgICAgICAgICAgIGFuaW1hdGU9e3sgc2NhbGU6IDEsIG9wYWNpdHk6IDEgfX1cbiAgICAgICAgICAgIGluaXRpYWw9e3sgc2NhbGU6IDAuOTUsIG9wYWNpdHk6IDAgfX1cbiAgICAgICAgICAgIHRyYW5zaXRpb249e3sgZHVyYXRpb246IDAuMywgZWFzZTogXCJlYXNlT3V0XCIgfX1cbiAgICAgICAgICA+XG4gICAgICAgICAgICA8QWNjZXNzRGVuaWVkSWNvbiBoZWlnaHQ9XCI0MHZoXCIgd2lkdGg9XCI0MHZoXCIgLz5cbiAgICAgICAgICA8L21vdGlvbi5kaXY+XG4gICAgICAgICl9XG4gICAgICAvPlxuICAgIDwvQ2VudGVyPlxuICApO1xufVxuIl19 */",toString:s};function b(){const{redirect:e}=c.useRouterState(),i=c.useNavigate();return I.jsx(g.Center,{css:u,children:I.jsx(g.Result,{subTitle:e?.options._fromLocation?.pathname??null,title:n,extra:I.jsx(g.Button,{icon:I.jsx(g.Icon,{component:t.ArrowLeftIcon}),size:"large",type:"primary",onClick:()=>i({to:l.INDEX_ROUTE_PATH,replace:!0}),children:"回到首页"}),icon:I.jsx(C.motion.div,{animate:{scale:1,opacity:1},initial:{scale:.95,opacity:0},transition:{duration:.3,ease:"easeOut"},children:I.jsx(A.AccessDeniedIcon,{height:"40vh",width:"40vh"})})})})}exports.AccessDenied=b;
|
|
@@ -1,47 +1 @@
|
|
|
1
|
-
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
5
|
-
|
|
6
|
-
const jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
7
|
-
const core = require('@vef-framework/core');
|
|
8
|
-
const react = require('react');
|
|
9
|
-
const appVersion = require('../../helpers/app-version.cjs');
|
|
10
|
-
const index$1 = require('../n-progress/index.cjs');
|
|
11
|
-
const index$2 = require('../router-provider/index.cjs');
|
|
12
|
-
const index = require('../theme-config-provider/index.cjs');
|
|
13
|
-
require('./props.cjs');
|
|
14
|
-
|
|
15
|
-
const initLoaderId = "__vef-initialization-loader";
|
|
16
|
-
function removeInitLoader() {
|
|
17
|
-
const loader = document.querySelector(`#${initLoaderId}`);
|
|
18
|
-
if (loader) {
|
|
19
|
-
requestAnimationFrame(() => {
|
|
20
|
-
loader.remove();
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
function App({
|
|
25
|
-
apiClient,
|
|
26
|
-
appContext,
|
|
27
|
-
appVersionNotification,
|
|
28
|
-
router
|
|
29
|
-
}) {
|
|
30
|
-
react.useEffect(() => {
|
|
31
|
-
if (document.readyState === "complete") {
|
|
32
|
-
removeInitLoader();
|
|
33
|
-
} else {
|
|
34
|
-
window.addEventListener("load", removeInitLoader);
|
|
35
|
-
return () => {
|
|
36
|
-
window.removeEventListener("load", removeInitLoader);
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
}, []);
|
|
40
|
-
react.useEffect(() => appVersion.setupAppVersionNotification(appVersionNotification), [appVersionNotification]);
|
|
41
|
-
return /* @__PURE__ */ jsxRuntime.jsx(core.AppContextProvider, { value: appContext, children: /* @__PURE__ */ jsxRuntime.jsx(core.ApiClientProvider, { value: apiClient, children: /* @__PURE__ */ jsxRuntime.jsx(core.MotionProvider, { children: /* @__PURE__ */ jsxRuntime.jsxs(index.ThemeConfigProvider, { children: [
|
|
42
|
-
/* @__PURE__ */ jsxRuntime.jsx(index$1.NProgress, {}),
|
|
43
|
-
/* @__PURE__ */ jsxRuntime.jsx(index$2.RouterProvider, { router })
|
|
44
|
-
] }) }) }) });
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
exports.App = App;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),i=require("@vef-framework/core"),n=require("react"),u=require("../../helpers/app-version.cjs"),c=require("../n-progress/index.cjs"),a=require("../router-provider/index.cjs"),l=require("../theme-config-provider/index.cjs");require("./props.cjs");const v="__vef-initialization-loader";function o(){const r=document.querySelector(`#${v}`);r&&requestAnimationFrame(()=>{r.remove()})}function p({apiClient:r,appContext:s,appVersionNotification:t,router:d}){return n.useEffect(()=>{if(document.readyState==="complete")o();else return window.addEventListener("load",o),()=>{window.removeEventListener("load",o)}},[]),n.useEffect(()=>u.setupAppVersionNotification(t),[t]),e.jsx(i.AppContextProvider,{value:s,children:e.jsx(i.ApiClientProvider,{value:r,children:e.jsx(i.MotionProvider,{children:e.jsxs(l.ThemeConfigProvider,{children:[e.jsx(c.NProgress,{}),e.jsx(a.RouterProvider,{router:d})]})})})})}exports.App=p;
|
|
@@ -1,45 +1 @@
|
|
|
1
|
-
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
5
|
-
|
|
6
|
-
const jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
7
|
-
const styles = require('./styles.cjs');
|
|
8
|
-
const useBaseLayout = require('./use-base-layout.cjs');
|
|
9
|
-
require('./props.cjs');
|
|
10
|
-
|
|
11
|
-
function BaseLayout(props) {
|
|
12
|
-
const {
|
|
13
|
-
isHeaderVisible,
|
|
14
|
-
isTabsVisible,
|
|
15
|
-
isSidebarVisible,
|
|
16
|
-
isFooterVisible,
|
|
17
|
-
cssVars
|
|
18
|
-
} = useBaseLayout.useBaseLayout(props);
|
|
19
|
-
const {
|
|
20
|
-
header,
|
|
21
|
-
headerClassName,
|
|
22
|
-
tabs,
|
|
23
|
-
tabsClassName,
|
|
24
|
-
sidebar,
|
|
25
|
-
sidebarClassName,
|
|
26
|
-
footer,
|
|
27
|
-
footerClassName,
|
|
28
|
-
className,
|
|
29
|
-
children
|
|
30
|
-
} = props;
|
|
31
|
-
const headerContent = isHeaderVisible ? /* @__PURE__ */ jsxRuntime.jsx("header", { className: headerClassName, css: isSidebarVisible ? [styles.header, styles.sidebarGap] : [styles.header], children: header }) : null;
|
|
32
|
-
const tabsContent = isTabsVisible ? /* @__PURE__ */ jsxRuntime.jsx("section", { className: tabsClassName, css: isSidebarVisible ? [styles.tabs, styles.sidebarGap] : [styles.tabs], children: tabs }) : null;
|
|
33
|
-
const sidebarContent = isSidebarVisible ? /* @__PURE__ */ jsxRuntime.jsx("aside", { className: sidebarClassName, css: [styles.sidebar, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9zdGFydGVyL3NyYy9jb21wb25lbnRzL2Jhc2UtbGF5b3V0L2luZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFrRDRDIiwiZmlsZSI6Ii9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9zdGFydGVyL3NyYy9jb21wb25lbnRzL2Jhc2UtbGF5b3V0L2luZGV4LnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFzZUxheW91dFByb3BzIH0gZnJvbSBcIi4vcHJvcHNcIjtcblxuaW1wb3J0ICogYXMgc3R5bGVzIGZyb20gXCIuL3N0eWxlc1wiO1xuaW1wb3J0IHsgdXNlQmFzZUxheW91dCB9IGZyb20gXCIuL3VzZS1iYXNlLWxheW91dFwiO1xuXG5leHBvcnQgZnVuY3Rpb24gQmFzZUxheW91dChwcm9wczogQmFzZUxheW91dFByb3BzKSB7XG4gIGNvbnN0IHtcbiAgICBpc0hlYWRlclZpc2libGUsXG4gICAgaXNUYWJzVmlzaWJsZSxcbiAgICBpc1NpZGViYXJWaXNpYmxlLFxuICAgIGlzRm9vdGVyVmlzaWJsZSxcbiAgICBjc3NWYXJzXG4gIH0gPSB1c2VCYXNlTGF5b3V0KHByb3BzKTtcbiAgY29uc3Qge1xuICAgIGhlYWRlcixcbiAgICBoZWFkZXJDbGFzc05hbWUsXG4gICAgdGFicyxcbiAgICB0YWJzQ2xhc3NOYW1lLFxuICAgIHNpZGViYXIsXG4gICAgc2lkZWJhckNsYXNzTmFtZSxcbiAgICBmb290ZXIsXG4gICAgZm9vdGVyQ2xhc3NOYW1lLFxuICAgIGNsYXNzTmFtZSxcbiAgICBjaGlsZHJlblxuICB9ID0gcHJvcHM7XG5cbiAgY29uc3QgaGVhZGVyQ29udGVudCA9IGlzSGVhZGVyVmlzaWJsZVxuICAgID8gKFxuICAgICAgICA8aGVhZGVyXG4gICAgICAgICAgY2xhc3NOYW1lPXtoZWFkZXJDbGFzc05hbWV9XG4gICAgICAgICAgY3NzPXtpc1NpZGViYXJWaXNpYmxlID8gW3N0eWxlcy5oZWFkZXIsIHN0eWxlcy5zaWRlYmFyR2FwXSA6IFtzdHlsZXMuaGVhZGVyXX1cbiAgICAgICAgPlxuICAgICAgICAgIHtoZWFkZXJ9XG4gICAgICAgIDwvaGVhZGVyPlxuICAgICAgKVxuICAgIDogbnVsbDtcblxuICBjb25zdCB0YWJzQ29udGVudCA9IGlzVGFic1Zpc2libGVcbiAgICA/IChcbiAgICAgICAgPHNlY3Rpb25cbiAgICAgICAgICBjbGFzc05hbWU9e3RhYnNDbGFzc05hbWV9XG4gICAgICAgICAgY3NzPXtpc1NpZGViYXJWaXNpYmxlID8gW3N0eWxlcy50YWJzLCBzdHlsZXMuc2lkZWJhckdhcF0gOiBbc3R5bGVzLnRhYnNdfVxuICAgICAgICA+XG4gICAgICAgICAge3RhYnN9XG4gICAgICAgIDwvc2VjdGlvbj5cbiAgICAgIClcbiAgICA6IG51bGw7XG5cbiAgY29uc3Qgc2lkZWJhckNvbnRlbnQgPSBpc1NpZGViYXJWaXNpYmxlXG4gICAgPyAoXG4gICAgICAgIDxhc2lkZSBjbGFzc05hbWU9e3NpZGViYXJDbGFzc05hbWV9IGNzcz17W3N0eWxlcy5zaWRlYmFyXX0+XG4gICAgICAgICAge3NpZGViYXJ9XG4gICAgICAgIDwvYXNpZGU+XG4gICAgICApXG4gICAgOiBudWxsO1xuXG4gIGNvbnN0IG1haW5Db250ZW50ID0gKFxuICAgIDxtYWluXG4gICAgICBjbGFzc05hbWU9e2NsYXNzTmFtZX1cbiAgICAgIGNzcz17aXNTaWRlYmFyVmlzaWJsZSA/IFtzdHlsZXMubWFpbiwgc3R5bGVzLnNpZGViYXJHYXBdIDogc3R5bGVzLm1haW59XG4gICAgPlxuICAgICAge2NoaWxkcmVufVxuICAgIDwvbWFpbj5cbiAgKTtcblxuICBjb25zdCBmb290ZXJDb250ZW50ID0gaXNGb290ZXJWaXNpYmxlXG4gICAgPyAoXG4gICAgICAgIDxmb290ZXJcbiAgICAgICAgICBjbGFzc05hbWU9e2Zvb3RlckNsYXNzTmFtZX1cbiAgICAgICAgICBjc3M9e2lzU2lkZWJhclZpc2libGUgPyBbc3R5bGVzLmZvb3Rlciwgc3R5bGVzLnNpZGViYXJHYXBdIDogW3N0eWxlcy5mb290ZXJdfVxuICAgICAgICA+XG4gICAgICAgICAge2Zvb3Rlcn1cbiAgICAgICAgPC9mb290ZXI+XG4gICAgICApXG4gICAgOiBudWxsO1xuXG4gIHJldHVybiAoXG4gICAgPGRpdiBjc3M9e3N0eWxlcy5sYXlvdXR9IHN0eWxlPXtjc3NWYXJzfT5cbiAgICAgIHtoZWFkZXJDb250ZW50fVxuICAgICAge3RhYnNDb250ZW50fVxuICAgICAge3NpZGViYXJDb250ZW50fVxuICAgICAge21haW5Db250ZW50fVxuICAgICAge2Zvb3RlckNvbnRlbnR9XG4gICAgPC9kaXY+XG4gICk7XG59XG5cbmV4cG9ydCB7IHR5cGUgQmFzZUxheW91dFByb3BzIH0gZnJvbSBcIi4vcHJvcHNcIjtcbiJdfQ== */"], children: sidebar }) : null;
|
|
34
|
-
const mainContent = /* @__PURE__ */ jsxRuntime.jsx("main", { className, css: isSidebarVisible ? [styles.main, styles.sidebarGap] : styles.main, children });
|
|
35
|
-
const footerContent = isFooterVisible ? /* @__PURE__ */ jsxRuntime.jsx("footer", { className: footerClassName, css: isSidebarVisible ? [styles.footer, styles.sidebarGap] : [styles.footer], children: footer }) : null;
|
|
36
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("div", { css: styles.layout, style: cssVars, children: [
|
|
37
|
-
headerContent,
|
|
38
|
-
tabsContent,
|
|
39
|
-
sidebarContent,
|
|
40
|
-
mainContent,
|
|
41
|
-
footerContent
|
|
42
|
-
] });
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
exports.BaseLayout = BaseLayout;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const g=require("@emotion/react/jsx-runtime"),I=require("./styles.cjs"),Y=require("./use-base-layout.cjs");require("./props.cjs");function y(C){const{isHeaderVisible:b,isTabsVisible:A,isSidebarVisible:c,isFooterVisible:e,cssVars:s}=Y.useBaseLayout(C),{header:l,headerClassName:G,tabs:i,tabsClassName:X,sidebar:a,sidebarClassName:W,footer:Z,footerClassName:N,className:V,children:d}=C,t=b?g.jsx("header",{className:G,css:c?[I.header,I.sidebarGap]:[I.header],children:l}):null,u=A?g.jsx("section",{className:X,css:c?[I.tabs,I.sidebarGap]:[I.tabs],children:i}):null,n=c?g.jsx("aside",{className:W,css:[I.sidebar,process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9zdGFydGVyL3NyYy9jb21wb25lbnRzL2Jhc2UtbGF5b3V0L2luZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFrRDRDIiwiZmlsZSI6Ii9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9zdGFydGVyL3NyYy9jb21wb25lbnRzL2Jhc2UtbGF5b3V0L2luZGV4LnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFzZUxheW91dFByb3BzIH0gZnJvbSBcIi4vcHJvcHNcIjtcblxuaW1wb3J0ICogYXMgc3R5bGVzIGZyb20gXCIuL3N0eWxlc1wiO1xuaW1wb3J0IHsgdXNlQmFzZUxheW91dCB9IGZyb20gXCIuL3VzZS1iYXNlLWxheW91dFwiO1xuXG5leHBvcnQgZnVuY3Rpb24gQmFzZUxheW91dChwcm9wczogQmFzZUxheW91dFByb3BzKSB7XG4gIGNvbnN0IHtcbiAgICBpc0hlYWRlclZpc2libGUsXG4gICAgaXNUYWJzVmlzaWJsZSxcbiAgICBpc1NpZGViYXJWaXNpYmxlLFxuICAgIGlzRm9vdGVyVmlzaWJsZSxcbiAgICBjc3NWYXJzXG4gIH0gPSB1c2VCYXNlTGF5b3V0KHByb3BzKTtcbiAgY29uc3Qge1xuICAgIGhlYWRlcixcbiAgICBoZWFkZXJDbGFzc05hbWUsXG4gICAgdGFicyxcbiAgICB0YWJzQ2xhc3NOYW1lLFxuICAgIHNpZGViYXIsXG4gICAgc2lkZWJhckNsYXNzTmFtZSxcbiAgICBmb290ZXIsXG4gICAgZm9vdGVyQ2xhc3NOYW1lLFxuICAgIGNsYXNzTmFtZSxcbiAgICBjaGlsZHJlblxuICB9ID0gcHJvcHM7XG5cbiAgY29uc3QgaGVhZGVyQ29udGVudCA9IGlzSGVhZGVyVmlzaWJsZVxuICAgID8gKFxuICAgICAgICA8aGVhZGVyXG4gICAgICAgICAgY2xhc3NOYW1lPXtoZWFkZXJDbGFzc05hbWV9XG4gICAgICAgICAgY3NzPXtpc1NpZGViYXJWaXNpYmxlID8gW3N0eWxlcy5oZWFkZXIsIHN0eWxlcy5zaWRlYmFyR2FwXSA6IFtzdHlsZXMuaGVhZGVyXX1cbiAgICAgICAgPlxuICAgICAgICAgIHtoZWFkZXJ9XG4gICAgICAgIDwvaGVhZGVyPlxuICAgICAgKVxuICAgIDogbnVsbDtcblxuICBjb25zdCB0YWJzQ29udGVudCA9IGlzVGFic1Zpc2libGVcbiAgICA/IChcbiAgICAgICAgPHNlY3Rpb25cbiAgICAgICAgICBjbGFzc05hbWU9e3RhYnNDbGFzc05hbWV9XG4gICAgICAgICAgY3NzPXtpc1NpZGViYXJWaXNpYmxlID8gW3N0eWxlcy50YWJzLCBzdHlsZXMuc2lkZWJhckdhcF0gOiBbc3R5bGVzLnRhYnNdfVxuICAgICAgICA+XG4gICAgICAgICAge3RhYnN9XG4gICAgICAgIDwvc2VjdGlvbj5cbiAgICAgIClcbiAgICA6IG51bGw7XG5cbiAgY29uc3Qgc2lkZWJhckNvbnRlbnQgPSBpc1NpZGViYXJWaXNpYmxlXG4gICAgPyAoXG4gICAgICAgIDxhc2lkZSBjbGFzc05hbWU9e3NpZGViYXJDbGFzc05hbWV9IGNzcz17W3N0eWxlcy5zaWRlYmFyXX0+XG4gICAgICAgICAge3NpZGViYXJ9XG4gICAgICAgIDwvYXNpZGU+XG4gICAgICApXG4gICAgOiBudWxsO1xuXG4gIGNvbnN0IG1haW5Db250ZW50ID0gKFxuICAgIDxtYWluXG4gICAgICBjbGFzc05hbWU9e2NsYXNzTmFtZX1cbiAgICAgIGNzcz17aXNTaWRlYmFyVmlzaWJsZSA/IFtzdHlsZXMubWFpbiwgc3R5bGVzLnNpZGViYXJHYXBdIDogc3R5bGVzLm1haW59XG4gICAgPlxuICAgICAge2NoaWxkcmVufVxuICAgIDwvbWFpbj5cbiAgKTtcblxuICBjb25zdCBmb290ZXJDb250ZW50ID0gaXNGb290ZXJWaXNpYmxlXG4gICAgPyAoXG4gICAgICAgIDxmb290ZXJcbiAgICAgICAgICBjbGFzc05hbWU9e2Zvb3RlckNsYXNzTmFtZX1cbiAgICAgICAgICBjc3M9e2lzU2lkZWJhclZpc2libGUgPyBbc3R5bGVzLmZvb3Rlciwgc3R5bGVzLnNpZGViYXJHYXBdIDogW3N0eWxlcy5mb290ZXJdfVxuICAgICAgICA+XG4gICAgICAgICAge2Zvb3Rlcn1cbiAgICAgICAgPC9mb290ZXI+XG4gICAgICApXG4gICAgOiBudWxsO1xuXG4gIHJldHVybiAoXG4gICAgPGRpdiBjc3M9e3N0eWxlcy5sYXlvdXR9IHN0eWxlPXtjc3NWYXJzfT5cbiAgICAgIHtoZWFkZXJDb250ZW50fVxuICAgICAge3RhYnNDb250ZW50fVxuICAgICAge3NpZGViYXJDb250ZW50fVxuICAgICAge21haW5Db250ZW50fVxuICAgICAge2Zvb3RlckNvbnRlbnR9XG4gICAgPC9kaXY+XG4gICk7XG59XG5cbmV4cG9ydCB7IHR5cGUgQmFzZUxheW91dFByb3BzIH0gZnJvbSBcIi4vcHJvcHNcIjtcbiJdfQ== */"],children:a}):null,x=g.jsx("main",{className:V,css:c?[I.main,I.sidebarGap]:I.main,children:d}),z=e?g.jsx("footer",{className:N,css:c?[I.footer,I.sidebarGap]:[I.footer],children:Z}):null;return g.jsxs("div",{css:I.layout,style:s,children:[t,u,n,x,z]})}exports.BaseLayout=y;
|