@vef-framework/starter 2.0.3 → 2.0.5

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.
Files changed (337) hide show
  1. package/dist/cjs/components/access-denied/access-denied-icon.cjs +1 -210
  2. package/dist/cjs/components/access-denied/index.cjs +1 -47
  3. package/dist/cjs/components/app/index.cjs +1 -47
  4. package/dist/cjs/components/app/props.cjs +1 -3
  5. package/dist/cjs/components/base-layout/index.cjs +1 -45
  6. package/dist/cjs/components/base-layout/props.cjs +1 -3
  7. package/dist/cjs/components/base-layout/styles.cjs +1 -57
  8. package/dist/cjs/components/base-layout/use-base-layout.cjs +1 -41
  9. package/dist/cjs/components/crud/components/action-button-group.cjs +1 -20
  10. package/dist/cjs/components/crud/components/index.cjs +1 -20
  11. package/dist/cjs/components/crud/components/main.cjs +1 -57
  12. package/dist/cjs/components/crud/components/mutation-holder.cjs +1 -40
  13. package/dist/cjs/components/crud/components/operation-button-group.cjs +1 -22
  14. package/dist/cjs/components/crud/components/scene-form.cjs +1 -84
  15. package/dist/cjs/components/crud/components/selection-indicator.cjs +1 -83
  16. package/dist/cjs/components/crud/components/toolbar-actions.cjs +1 -19
  17. package/dist/cjs/components/crud/components/toolbar.cjs +1 -38
  18. package/dist/cjs/components/crud/event.cjs +1 -12
  19. package/dist/cjs/components/crud/helpers.cjs +1 -26
  20. package/dist/cjs/components/crud/hooks/index.cjs +1 -14
  21. package/dist/cjs/components/crud/hooks/use-query-observer.cjs +1 -37
  22. package/dist/cjs/components/crud/hooks/use-search-values.cjs +1 -12
  23. package/dist/cjs/components/crud/hooks/use-selected-rows.cjs +1 -12
  24. package/dist/cjs/components/crud/index.cjs +1 -46
  25. package/dist/cjs/components/crud/props.cjs +1 -3
  26. package/dist/cjs/components/crud/store.cjs +1 -93
  27. package/dist/cjs/components/crud/styles.cjs +1 -34
  28. package/dist/cjs/components/crud-page/index.cjs +1 -19
  29. package/dist/cjs/components/crud-page/props.cjs +1 -3
  30. package/dist/cjs/components/error/error-icon.cjs +1 -179
  31. package/dist/cjs/components/error/index.cjs +1 -69
  32. package/dist/cjs/components/flex-card/index.cjs +1 -18
  33. package/dist/cjs/components/flex-card/props.cjs +1 -3
  34. package/dist/cjs/components/flex-card/styles.cjs +1 -26
  35. package/dist/cjs/components/form-drawer/components/form-actions.cjs +1 -38
  36. package/dist/cjs/components/form-drawer/components/index.cjs +1 -10
  37. package/dist/cjs/components/form-drawer/index.cjs +1 -112
  38. package/dist/cjs/components/form-modal/components/form-actions.cjs +1 -38
  39. package/dist/cjs/components/form-modal/components/index.cjs +1 -10
  40. package/dist/cjs/components/form-modal/index.cjs +1 -88
  41. package/dist/cjs/components/index.cjs +1 -45
  42. package/dist/cjs/components/layout/components/footer.cjs +1 -27
  43. package/dist/cjs/components/layout/components/header/boy-icon.cjs +1 -20
  44. package/dist/cjs/components/layout/components/header/breadcrumb-navigation.cjs +1 -90
  45. package/dist/cjs/components/layout/components/header/color-scheme.cjs +1 -40
  46. package/dist/cjs/components/layout/components/header/fullscreen.cjs +1 -23
  47. package/dist/cjs/components/layout/components/header/girl-icon.cjs +1 -21
  48. package/dist/cjs/components/layout/components/header/index.cjs +1 -88
  49. package/dist/cjs/components/layout/components/header/menu-burger.cjs +1 -24
  50. package/dist/cjs/components/layout/components/header/menu-fold-left-icon.cjs +1 -20
  51. package/dist/cjs/components/layout/components/header/menu-unfold-left-icon.cjs +1 -20
  52. package/dist/cjs/components/layout/components/header/search.cjs +1 -22
  53. package/dist/cjs/components/layout/components/header/theme-config.cjs +1 -23
  54. package/dist/cjs/components/layout/components/header/user-avatar.cjs +1 -86
  55. package/dist/cjs/components/layout/components/honeycomb-pattern.cjs +1 -39
  56. package/dist/cjs/components/layout/components/index.cjs +1 -20
  57. package/dist/cjs/components/layout/components/logo.cjs +1 -60
  58. package/dist/cjs/components/layout/components/menu.cjs +1 -95
  59. package/dist/cjs/components/layout/components/search/index.cjs +1 -79
  60. package/dist/cjs/components/layout/components/search/keyboard-arrow-down-icon.cjs +1 -15
  61. package/dist/cjs/components/layout/components/search/keyboard-arrow-up-icon.cjs +1 -15
  62. package/dist/cjs/components/layout/components/search/keyboard-control-icon.cjs +1 -15
  63. package/dist/cjs/components/layout/components/search/keyboard-esc-icon.cjs +1 -15
  64. package/dist/cjs/components/layout/components/search/keyboard-help.cjs +1 -46
  65. package/dist/cjs/components/layout/components/search/keyboard-return-icon.cjs +1 -15
  66. package/dist/cjs/components/layout/components/search/keyboard-shift-icon.cjs +1 -15
  67. package/dist/cjs/components/layout/components/search/keyboard.cjs +1 -32
  68. package/dist/cjs/components/layout/components/search/letter-s-icon.cjs +1 -15
  69. package/dist/cjs/components/layout/components/search/search-result-item.cjs +1 -69
  70. package/dist/cjs/components/layout/components/search/search-result.cjs +1 -135
  71. package/dist/cjs/components/layout/components/sidebar.cjs +1 -54
  72. package/dist/cjs/components/layout/components/tabs/context-menu.cjs +1 -96
  73. package/dist/cjs/components/layout/components/tabs/index.cjs +1 -40
  74. package/dist/cjs/components/layout/components/tabs/main-content-maximum.cjs +1 -23
  75. package/dist/cjs/components/layout/components/tabs/reload.cjs +1 -21
  76. package/dist/cjs/components/layout/components/tabs/tab-item.cjs +1 -84
  77. package/dist/cjs/components/layout/components/tabs/tab-list.cjs +1 -91
  78. package/dist/cjs/components/layout/components/tabs/tabs-container.cjs +1 -85
  79. package/dist/cjs/components/layout/components/theme-config/color-scheme-switcher.cjs +1 -49
  80. package/dist/cjs/components/layout/components/theme-config/color-scheme.cjs +1 -57
  81. package/dist/cjs/components/layout/components/theme-config/config-item.cjs +1 -27
  82. package/dist/cjs/components/layout/components/theme-config/index.cjs +1 -59
  83. package/dist/cjs/components/layout/components/theme-config/menu-layout-card.cjs +1 -75
  84. package/dist/cjs/components/layout/components/theme-config/menu-layout.cjs +1 -33
  85. package/dist/cjs/components/layout/components/theme-config/operations.cjs +1 -22
  86. package/dist/cjs/components/layout/components/theme-config/theme-color-picker.cjs +1 -33
  87. package/dist/cjs/components/layout/components/theme-config/theme-colors.cjs +1 -29
  88. package/dist/cjs/components/layout/hooks/index.cjs +1 -14
  89. package/dist/cjs/components/layout/hooks/use-color-scheme-updater.cjs +1 -72
  90. package/dist/cjs/components/layout/hooks/use-menu-navigate.cjs +1 -29
  91. package/dist/cjs/components/layout/hooks/use-tab-navigate.cjs +1 -39
  92. package/dist/cjs/components/layout/index.cjs +1 -81
  93. package/dist/cjs/components/layout/props.cjs +1 -3
  94. package/dist/cjs/components/layout/store.cjs +1 -23
  95. package/dist/cjs/components/layout/styles.cjs +1 -16
  96. package/dist/cjs/components/login/icon-login.cjs +1 -149
  97. package/dist/cjs/components/login/index.cjs +1 -162
  98. package/dist/cjs/components/login/payload.cjs +1 -3
  99. package/dist/cjs/components/login/props.cjs +1 -3
  100. package/dist/cjs/components/login/styles.cjs +1 -97
  101. package/dist/cjs/components/login/welcome-messages.cjs +1 -135
  102. package/dist/cjs/components/logo-icon/index.cjs +1 -22
  103. package/dist/cjs/components/logo-icon/props.cjs +1 -3
  104. package/dist/cjs/components/n-progress/components/bar.cjs +9 -51
  105. package/dist/cjs/components/n-progress/components/container.cjs +1 -25
  106. package/dist/cjs/components/n-progress/components/index.cjs +1 -12
  107. package/dist/cjs/components/n-progress/event.cjs +1 -10
  108. package/dist/cjs/components/n-progress/index.cjs +1 -34
  109. package/dist/cjs/components/not-found/index.cjs +1 -47
  110. package/dist/cjs/components/not-found/not-found-icon.cjs +1 -205
  111. package/dist/cjs/components/page/index.cjs +1 -58
  112. package/dist/cjs/components/page/props.cjs +1 -3
  113. package/dist/cjs/components/page/scroll-content.cjs +1 -65
  114. package/dist/cjs/components/page/styles.cjs +1 -86
  115. package/dist/cjs/components/page/use-page-key.cjs +1 -22
  116. package/dist/cjs/components/page/viewport-context.cjs +1 -19
  117. package/dist/cjs/components/pro-search/components/advanced-search-toggler.cjs +1 -23
  118. package/dist/cjs/components/pro-search/components/advanced-search.cjs +1 -30
  119. package/dist/cjs/components/pro-search/components/index.cjs +1 -14
  120. package/dist/cjs/components/pro-search/components/search-actions.cjs +1 -36
  121. package/dist/cjs/components/pro-search/index.cjs +1 -70
  122. package/dist/cjs/components/pro-search/styles.cjs +1 -65
  123. package/dist/cjs/components/pro-table/components/index.cjs +1 -17
  124. package/dist/cjs/components/pro-table/components/operation-button-group.cjs +1 -22
  125. package/dist/cjs/components/pro-table/components/ref.cjs +1 -24
  126. package/dist/cjs/components/pro-table/components/table-subscriber.cjs +1 -25
  127. package/dist/cjs/components/pro-table/components/table-summary.cjs +1 -15
  128. package/dist/cjs/components/pro-table/components/table-title.cjs +1 -15
  129. package/dist/cjs/components/pro-table/components/table.cjs +1 -132
  130. package/dist/cjs/components/pro-table/context.cjs +1 -15
  131. package/dist/cjs/components/pro-table/event.cjs +1 -12
  132. package/dist/cjs/components/pro-table/hooks/index.cjs +1 -12
  133. package/dist/cjs/components/pro-table/hooks/use-row-selection.cjs +1 -43
  134. package/dist/cjs/components/pro-table/hooks/use-table-columns.cjs +1 -60
  135. package/dist/cjs/components/pro-table/index.cjs +1 -53
  136. package/dist/cjs/components/pro-table/store.cjs +1 -40
  137. package/dist/cjs/components/router-provider/context.cjs +1 -15
  138. package/dist/cjs/components/router-provider/index.cjs +1 -29
  139. package/dist/cjs/components/router-provider/props.cjs +1 -3
  140. package/dist/cjs/components/theme-config-provider/global-style.cjs +65 -16
  141. package/dist/cjs/components/theme-config-provider/index.cjs +1 -19
  142. package/dist/cjs/components/theme-config-provider/use-color-mode-effect.cjs +1 -35
  143. package/dist/cjs/components/theme-config-provider/use-theme-config.cjs +1 -73
  144. package/dist/cjs/constants/event.cjs +1 -8
  145. package/dist/cjs/constants/index.cjs +1 -23
  146. package/dist/cjs/constants/router.cjs +1 -18
  147. package/dist/cjs/constants/storage.cjs +1 -10
  148. package/dist/cjs/constants/symbols.cjs +1 -10
  149. package/dist/cjs/helpers/api.cjs +1 -50
  150. package/dist/cjs/helpers/app-version.cjs +1 -227
  151. package/dist/cjs/helpers/app.cjs +1 -37
  152. package/dist/cjs/helpers/auth.cjs +1 -24
  153. package/dist/cjs/helpers/event.cjs +1 -24
  154. package/dist/cjs/helpers/index.cjs +1 -25
  155. package/dist/cjs/helpers/query.cjs +1 -27
  156. package/dist/cjs/helpers/router.cjs +1 -110
  157. package/dist/cjs/hooks/index.cjs +1 -10
  158. package/dist/cjs/hooks/use-route-full-path.cjs +1 -32
  159. package/dist/cjs/index.cjs +1 -83
  160. package/dist/cjs/routes/access-denied.cjs +1 -31
  161. package/dist/cjs/routes/index.cjs +1 -16
  162. package/dist/cjs/routes/layout.cjs +1 -140
  163. package/dist/cjs/routes/login.cjs +1 -41
  164. package/dist/cjs/routes/root.cjs +1 -35
  165. package/dist/cjs/stores/app.cjs +1 -25
  166. package/dist/cjs/stores/index.cjs +1 -14
  167. package/dist/cjs/stores/tab.cjs +1 -101
  168. package/dist/cjs/stores/theme.cjs +1 -32
  169. package/dist/es/components/access-denied/access-denied-icon.js +201 -202
  170. package/dist/es/components/access-denied/index.js +23 -25
  171. package/dist/es/components/app/index.js +31 -38
  172. package/dist/es/components/app/props.js +1 -1
  173. package/dist/es/components/base-layout/index.js +31 -38
  174. package/dist/es/components/base-layout/props.js +1 -1
  175. package/dist/es/components/base-layout/styles.js +22 -24
  176. package/dist/es/components/base-layout/use-base-layout.js +28 -33
  177. package/dist/es/components/crud/components/action-button-group.js +13 -14
  178. package/dist/es/components/crud/components/index.js +14 -7
  179. package/dist/es/components/crud/components/main.js +40 -46
  180. package/dist/es/components/crud/components/mutation-holder.js +28 -32
  181. package/dist/es/components/crud/components/operation-button-group.js +15 -16
  182. package/dist/es/components/crud/components/scene-form.js +62 -71
  183. package/dist/es/components/crud/components/selection-indicator.js +38 -53
  184. package/dist/es/components/crud/components/toolbar-actions.js +11 -12
  185. package/dist/es/components/crud/components/toolbar.js +26 -27
  186. package/dist/es/components/crud/event.js +6 -7
  187. package/dist/es/components/crud/helpers.js +16 -17
  188. package/dist/es/components/crud/hooks/index.js +8 -4
  189. package/dist/es/components/crud/hooks/use-query-observer.js +20 -25
  190. package/dist/es/components/crud/hooks/use-search-values.js +6 -7
  191. package/dist/es/components/crud/hooks/use-selected-rows.js +6 -7
  192. package/dist/es/components/crud/index.js +36 -36
  193. package/dist/es/components/crud/props.js +1 -1
  194. package/dist/es/components/crud/store.js +68 -77
  195. package/dist/es/components/crud/styles.js +18 -19
  196. package/dist/es/components/crud-page/index.js +12 -13
  197. package/dist/es/components/crud-page/props.js +1 -1
  198. package/dist/es/components/error/error-icon.js +170 -171
  199. package/dist/es/components/error/index.js +31 -37
  200. package/dist/es/components/flex-card/index.js +11 -12
  201. package/dist/es/components/flex-card/props.js +1 -1
  202. package/dist/es/components/flex-card/styles.js +8 -9
  203. package/dist/es/components/form-drawer/components/form-actions.js +23 -27
  204. package/dist/es/components/form-drawer/components/index.js +4 -2
  205. package/dist/es/components/form-drawer/index.js +64 -92
  206. package/dist/es/components/form-modal/components/form-actions.js +23 -27
  207. package/dist/es/components/form-modal/components/index.js +4 -2
  208. package/dist/es/components/form-modal/index.js +53 -76
  209. package/dist/es/components/index.js +39 -20
  210. package/dist/es/components/layout/components/footer.js +10 -11
  211. package/dist/es/components/layout/components/header/boy-icon.js +13 -14
  212. package/dist/es/components/layout/components/header/breadcrumb-navigation.js +56 -79
  213. package/dist/es/components/layout/components/header/color-scheme.js +26 -29
  214. package/dist/es/components/layout/components/header/fullscreen.js +14 -16
  215. package/dist/es/components/layout/components/header/girl-icon.js +14 -15
  216. package/dist/es/components/layout/components/header/index.js +45 -51
  217. package/dist/es/components/layout/components/header/menu-burger.js +16 -17
  218. package/dist/es/components/layout/components/header/menu-fold-left-icon.js +12 -13
  219. package/dist/es/components/layout/components/header/menu-unfold-left-icon.js +12 -13
  220. package/dist/es/components/layout/components/header/search.js +14 -16
  221. package/dist/es/components/layout/components/header/theme-config.js +15 -16
  222. package/dist/es/components/layout/components/header/user-avatar.js +50 -61
  223. package/dist/es/components/layout/components/honeycomb-pattern.js +17 -19
  224. package/dist/es/components/layout/components/index.js +14 -7
  225. package/dist/es/components/layout/components/logo.js +30 -33
  226. package/dist/es/components/layout/components/menu.js +48 -77
  227. package/dist/es/components/layout/components/search/index.js +39 -49
  228. package/dist/es/components/layout/components/search/keyboard-arrow-down-icon.js +8 -9
  229. package/dist/es/components/layout/components/search/keyboard-arrow-up-icon.js +8 -9
  230. package/dist/es/components/layout/components/search/keyboard-control-icon.js +8 -9
  231. package/dist/es/components/layout/components/search/keyboard-esc-icon.js +8 -9
  232. package/dist/es/components/layout/components/search/keyboard-help.js +30 -32
  233. package/dist/es/components/layout/components/search/keyboard-return-icon.js +8 -9
  234. package/dist/es/components/layout/components/search/keyboard-shift-icon.js +8 -9
  235. package/dist/es/components/layout/components/search/keyboard.js +16 -22
  236. package/dist/es/components/layout/components/search/letter-s-icon.js +8 -9
  237. package/dist/es/components/layout/components/search/search-result-item.js +38 -44
  238. package/dist/es/components/layout/components/search/search-result.js +73 -93
  239. package/dist/es/components/layout/components/sidebar.js +26 -29
  240. package/dist/es/components/layout/components/tabs/context-menu.js +66 -71
  241. package/dist/es/components/layout/components/tabs/index.js +21 -23
  242. package/dist/es/components/layout/components/tabs/main-content-maximum.js +15 -16
  243. package/dist/es/components/layout/components/tabs/reload.js +14 -15
  244. package/dist/es/components/layout/components/tabs/tab-item.js +47 -51
  245. package/dist/es/components/layout/components/tabs/tab-list.js +45 -57
  246. package/dist/es/components/layout/components/tabs/tabs-container.js +39 -49
  247. package/dist/es/components/layout/components/theme-config/color-scheme-switcher.js +28 -32
  248. package/dist/es/components/layout/components/theme-config/color-scheme.js +36 -37
  249. package/dist/es/components/layout/components/theme-config/config-item.js +15 -16
  250. package/dist/es/components/layout/components/theme-config/index.js +37 -41
  251. package/dist/es/components/layout/components/theme-config/menu-layout-card.js +31 -33
  252. package/dist/es/components/layout/components/theme-config/menu-layout.js +20 -21
  253. package/dist/es/components/layout/components/theme-config/operations.js +14 -16
  254. package/dist/es/components/layout/components/theme-config/theme-color-picker.js +22 -24
  255. package/dist/es/components/layout/components/theme-config/theme-colors.js +14 -16
  256. package/dist/es/components/layout/hooks/index.js +8 -4
  257. package/dist/es/components/layout/hooks/use-color-scheme-updater.js +39 -47
  258. package/dist/es/components/layout/hooks/use-menu-navigate.js +20 -21
  259. package/dist/es/components/layout/hooks/use-tab-navigate.js +24 -32
  260. package/dist/es/components/layout/index.js +52 -66
  261. package/dist/es/components/layout/props.js +1 -1
  262. package/dist/es/components/layout/store.js +15 -17
  263. package/dist/es/components/layout/styles.js +7 -8
  264. package/dist/es/components/login/icon-login.js +138 -139
  265. package/dist/es/components/login/index.js +87 -100
  266. package/dist/es/components/login/payload.js +1 -1
  267. package/dist/es/components/login/props.js +1 -1
  268. package/dist/es/components/login/styles.js +34 -35
  269. package/dist/es/components/login/welcome-messages.js +8 -7
  270. package/dist/es/components/logo-icon/index.js +14 -15
  271. package/dist/es/components/logo-icon/props.js +1 -1
  272. package/dist/es/components/n-progress/components/bar.js +22 -24
  273. package/dist/es/components/n-progress/components/container.js +15 -16
  274. package/dist/es/components/n-progress/components/index.js +6 -3
  275. package/dist/es/components/n-progress/event.js +5 -6
  276. package/dist/es/components/n-progress/index.js +24 -27
  277. package/dist/es/components/not-found/index.js +23 -25
  278. package/dist/es/components/not-found/not-found-icon.js +196 -197
  279. package/dist/es/components/page/index.js +37 -39
  280. package/dist/es/components/page/props.js +1 -1
  281. package/dist/es/components/page/scroll-content.js +31 -34
  282. package/dist/es/components/page/styles.js +37 -38
  283. package/dist/es/components/page/use-page-key.js +13 -16
  284. package/dist/es/components/page/viewport-context.js +11 -12
  285. package/dist/es/components/pro-search/components/advanced-search-toggler.js +16 -17
  286. package/dist/es/components/pro-search/components/advanced-search.js +12 -15
  287. package/dist/es/components/pro-search/components/index.js +8 -4
  288. package/dist/es/components/pro-search/components/search-actions.js +21 -24
  289. package/dist/es/components/pro-search/index.js +48 -58
  290. package/dist/es/components/pro-search/styles.js +21 -22
  291. package/dist/es/components/pro-table/components/index.js +11 -5
  292. package/dist/es/components/pro-table/components/operation-button-group.js +15 -16
  293. package/dist/es/components/pro-table/components/ref.js +13 -18
  294. package/dist/es/components/pro-table/components/table-subscriber.js +17 -19
  295. package/dist/es/components/pro-table/components/table-summary.js +10 -11
  296. package/dist/es/components/pro-table/components/table-title.js +10 -11
  297. package/dist/es/components/pro-table/components/table.js +92 -115
  298. package/dist/es/components/pro-table/context.js +8 -9
  299. package/dist/es/components/pro-table/event.js +6 -7
  300. package/dist/es/components/pro-table/hooks/index.js +6 -3
  301. package/dist/es/components/pro-table/hooks/use-row-selection.js +25 -31
  302. package/dist/es/components/pro-table/hooks/use-table-columns.js +30 -44
  303. package/dist/es/components/pro-table/index.js +38 -40
  304. package/dist/es/components/pro-table/store.js +32 -33
  305. package/dist/es/components/router-provider/context.js +9 -9
  306. package/dist/es/components/router-provider/index.js +18 -21
  307. package/dist/es/components/router-provider/props.js +1 -1
  308. package/dist/es/components/theme-config-provider/global-style.js +77 -10
  309. package/dist/es/components/theme-config-provider/index.js +11 -13
  310. package/dist/es/components/theme-config-provider/use-color-mode-effect.js +15 -26
  311. package/dist/es/components/theme-config-provider/use-theme-config.js +35 -64
  312. package/dist/es/constants/event.js +4 -4
  313. package/dist/es/constants/index.js +17 -5
  314. package/dist/es/constants/router.js +9 -9
  315. package/dist/es/constants/storage.js +5 -5
  316. package/dist/es/constants/symbols.js +5 -5
  317. package/dist/es/helpers/api.js +28 -30
  318. package/dist/es/helpers/app-version.js +111 -177
  319. package/dist/es/helpers/app.js +17 -24
  320. package/dist/es/helpers/auth.js +15 -18
  321. package/dist/es/helpers/event.js +16 -16
  322. package/dist/es/helpers/index.js +19 -8
  323. package/dist/es/helpers/query.js +16 -16
  324. package/dist/es/helpers/router.js +65 -79
  325. package/dist/es/hooks/index.js +4 -2
  326. package/dist/es/hooks/use-route-full-path.js +18 -26
  327. package/dist/es/index.js +77 -36
  328. package/dist/es/routes/access-denied.js +14 -21
  329. package/dist/es/routes/index.js +10 -5
  330. package/dist/es/routes/layout.js +88 -106
  331. package/dist/es/routes/login.js +25 -26
  332. package/dist/es/routes/root.js +20 -26
  333. package/dist/es/stores/app.js +11 -14
  334. package/dist/es/stores/index.js +8 -4
  335. package/dist/es/stores/tab.js +72 -90
  336. package/dist/es/stores/theme.js +23 -26
  337. package/package.json +6 -6
@@ -1,206 +1,205 @@
1
- /*! @vef-framework/starter v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:22.856Z */
2
- import { jsxs, jsx } from '@emotion/react/jsx-runtime';
3
-
4
- function AccessDeniedIcon(props) {
5
- return /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
6
- /* @__PURE__ */ jsxs("defs", { children: [
7
- /* @__PURE__ */ 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: [
8
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
9
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
10
- ] }),
11
- /* @__PURE__ */ 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: [
12
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
13
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
14
- ] }),
15
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__c", spreadMethod: "pad", x1: 0, x2: 1, y1: -0.031, y2: -0.031, children: [
16
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#fff5de" }),
17
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#fbd2ac" })
18
- ] }),
19
- /* @__PURE__ */ 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: [
20
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
21
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
22
- ] }),
23
- /* @__PURE__ */ 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: [
24
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
25
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
26
- ] }),
27
- /* @__PURE__ */ 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: [
28
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
29
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
30
- ] }),
31
- /* @__PURE__ */ 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: [
32
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
33
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
34
- ] }),
35
- /* @__PURE__ */ 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: [
36
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
37
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
38
- ] }),
39
- /* @__PURE__ */ 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: [
40
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
41
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
42
- ] }),
43
- /* @__PURE__ */ 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: [
44
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
45
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
46
- ] }),
47
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__k", spreadMethod: "pad", x1: 1, x2: 0, y1: -0.118, y2: -0.118, children: [
48
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#f5dda7" }),
49
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#fa9a41" })
50
- ] }),
51
- /* @__PURE__ */ 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: [
52
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
53
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
54
- ] }),
55
- /* @__PURE__ */ 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: [
56
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
57
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
58
- ] }),
59
- /* @__PURE__ */ 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: [
60
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
61
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
62
- ] }),
63
- /* @__PURE__ */ 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: [
64
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
65
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
66
- ] }),
67
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__p", spreadMethod: "pad", x1: 0, x2: 1.132, y1: 0.776, y2: 0.776, children: [
68
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
69
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
70
- ] }),
71
- /* @__PURE__ */ 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: [
72
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#ffb859" }),
73
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#f97b61" })
74
- ] }),
75
- /* @__PURE__ */ 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: [
76
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
77
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
78
- ] }),
79
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__s", spreadMethod: "pad", x1: 1, x2: 6e-3, y1: -0.03, y2: -0.03, children: [
80
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#f97b61" }),
81
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#ffb859" })
82
- ] }),
83
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__t", spreadMethod: "pad", x1: 1, x2: 6e-3, y1: -0.03, y2: -0.03, children: [
84
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#f97b61" }),
85
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#ffb859" })
86
- ] }),
87
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__u", spreadMethod: "pad", x1: 0, x2: 0.994, y1: -0.03, y2: -0.03, children: [
88
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#ffb859" }),
89
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#f97b61" })
90
- ] }),
91
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__v", spreadMethod: "pad", x1: 0, x2: 0.994, y1: -0.03, y2: -0.03, children: [
92
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#ffb859" }),
93
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#f97b61" })
94
- ] }),
95
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__w", spreadMethod: "pad", x1: 0.863, x2: 0, y1: -0.028, y2: -0.028, children: [
96
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#1d181c" }),
97
- /* @__PURE__ */ jsx("stop", { offset: 0.3, stopColor: "#2c2422" }),
98
- /* @__PURE__ */ jsx("stop", { offset: 0.5, stopColor: "#42352c" }),
99
- /* @__PURE__ */ jsx("stop", { offset: 0.7, stopColor: "#57352c" }),
100
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#923629" })
101
- ] }),
102
- /* @__PURE__ */ 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: [
103
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
104
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
105
- ] }),
106
- /* @__PURE__ */ 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: [
107
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
108
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
109
- ] }),
110
- /* @__PURE__ */ 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: [
111
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
112
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
113
- ] }),
114
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__A", spreadMethod: "pad", x1: 0.431, x2: 0.603, y1: -0.065, y2: 0, children: [
115
- /* @__PURE__ */ jsx("stop", { offset: 0.032, stopColor: "#afdef9" }),
116
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#7cc9f9" })
117
- ] }),
118
- /* @__PURE__ */ 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: [
119
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
120
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
121
- ] }),
122
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__C", spreadMethod: "pad", x1: 0.445, x2: 0.583, y1: -0.065, y2: 0, children: [
123
- /* @__PURE__ */ jsx("stop", { offset: 0.032, stopColor: "#afdef9" }),
124
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#7cc9f9" })
125
- ] }),
126
- /* @__PURE__ */ 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: [
127
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
128
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
129
- ] }),
130
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__E", spreadMethod: "pad", x1: 0.431, x2: 0.603, y1: -0.065, y2: 0, children: [
131
- /* @__PURE__ */ jsx("stop", { offset: 0.032, stopColor: "#afdef9" }),
132
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#7cc9f9" })
133
- ] }),
134
- /* @__PURE__ */ 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: [
135
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
136
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
137
- ] }),
138
- /* @__PURE__ */ 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: [
139
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
140
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
141
- ] }),
142
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__H", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.669, y2: 0.361, children: [
143
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
144
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
145
- ] }),
146
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__I", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.644, y2: 0.382, children: [
147
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
148
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
149
- ] }),
150
- /* @__PURE__ */ jsxs("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__J", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.639, y2: 0.385, children: [
151
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#98d6fa" }),
152
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#47b0f1" })
1
+ import { jsxs as e, jsx as o } from "@emotion/react/jsx-runtime";
2
+ function t(d) {
3
+ return /* @__PURE__ */ e("svg", { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg", ...d, children: [
4
+ /* @__PURE__ */ e("defs", { children: [
5
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__a", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.472, children: [
6
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
7
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
8
+ ] }),
9
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__b", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.472, children: [
10
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
11
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
12
+ ] }),
13
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__c", spreadMethod: "pad", x1: 0, x2: 1, y1: -0.031, y2: -0.031, children: [
14
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#fff5de" }),
15
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#fbd2ac" })
16
+ ] }),
17
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__d", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
18
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
19
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
20
+ ] }),
21
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__e", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
22
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
23
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
24
+ ] }),
25
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__f", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
26
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
27
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
28
+ ] }),
29
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__g", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.476, children: [
30
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
31
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
32
+ ] }),
33
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__h", spreadMethod: "pad", x1: 0.111, x2: 0.5, y1: 0.87, y2: 0.305, children: [
34
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
35
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
36
+ ] }),
37
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__i", spreadMethod: "pad", x1: 0.119, x2: 0.5, y1: 0.87, y2: 0.305, children: [
38
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
39
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
40
+ ] }),
41
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__j", spreadMethod: "pad", x1: 1.541, x2: 0.5, y1: 0.87, y2: 0.305, children: [
42
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
43
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
44
+ ] }),
45
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__k", spreadMethod: "pad", x1: 1, x2: 0, y1: -0.118, y2: -0.118, children: [
46
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#f5dda7" }),
47
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#fa9a41" })
48
+ ] }),
49
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__l", spreadMethod: "pad", x1: 0.224, x2: 0.5, y1: -0.089, y2: 0.774, children: [
50
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
51
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
52
+ ] }),
53
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__m", spreadMethod: "pad", x1: 0.454, x2: 0.5, y1: -0.115, y2: 0.786, children: [
54
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
55
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
56
+ ] }),
57
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__n", spreadMethod: "pad", x1: 0.477, x2: 0.5, y1: -0.115, y2: 0.786, children: [
58
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
59
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
60
+ ] }),
61
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__o", spreadMethod: "pad", x1: 0.439, x2: 0.5, y1: -0.115, y2: 0.786, children: [
62
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
63
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
64
+ ] }),
65
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__p", spreadMethod: "pad", x1: 0, x2: 1.132, y1: 0.776, y2: 0.776, children: [
66
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
67
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
68
+ ] }),
69
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__q", spreadMethod: "pad", x1: 0.14, x2: 0.875, y1: 0.075, y2: 1.075, children: [
70
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#ffb859" }),
71
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#f97b61" })
72
+ ] }),
73
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__r", spreadMethod: "pad", x1: 0.021, x2: 0.5, y1: 0.87, y2: 0.305, children: [
74
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
75
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
76
+ ] }),
77
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__s", spreadMethod: "pad", x1: 1, x2: 6e-3, y1: -0.03, y2: -0.03, children: [
78
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#f97b61" }),
79
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#ffb859" })
80
+ ] }),
81
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__t", spreadMethod: "pad", x1: 1, x2: 6e-3, y1: -0.03, y2: -0.03, children: [
82
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#f97b61" }),
83
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#ffb859" })
84
+ ] }),
85
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__u", spreadMethod: "pad", x1: 0, x2: 0.994, y1: -0.03, y2: -0.03, children: [
86
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#ffb859" }),
87
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#f97b61" })
88
+ ] }),
89
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__v", spreadMethod: "pad", x1: 0, x2: 0.994, y1: -0.03, y2: -0.03, children: [
90
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#ffb859" }),
91
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#f97b61" })
92
+ ] }),
93
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__w", spreadMethod: "pad", x1: 0.863, x2: 0, y1: -0.028, y2: -0.028, children: [
94
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#1d181c" }),
95
+ /* @__PURE__ */ o("stop", { offset: 0.3, stopColor: "#2c2422" }),
96
+ /* @__PURE__ */ o("stop", { offset: 0.5, stopColor: "#42352c" }),
97
+ /* @__PURE__ */ o("stop", { offset: 0.7, stopColor: "#57352c" }),
98
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#923629" })
99
+ ] }),
100
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__x", spreadMethod: "pad", x1: 0.099, x2: 0.5, y1: 0.87, y2: 0.305, children: [
101
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
102
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
103
+ ] }),
104
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__y", spreadMethod: "pad", x1: 0.101, x2: 0.5, y1: 0.87, y2: 0.305, children: [
105
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
106
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
107
+ ] }),
108
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__z", spreadMethod: "pad", x1: -0.136, x2: 0.5, y1: 0.5, y2: 0.434, children: [
109
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
110
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
111
+ ] }),
112
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__A", spreadMethod: "pad", x1: 0.431, x2: 0.603, y1: -0.065, y2: 0, children: [
113
+ /* @__PURE__ */ o("stop", { offset: 0.032, stopColor: "#afdef9" }),
114
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#7cc9f9" })
115
+ ] }),
116
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__B", spreadMethod: "pad", x1: 0.059, x2: 0.6, y1: 0.609, y2: 0.371, children: [
117
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
118
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
119
+ ] }),
120
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__C", spreadMethod: "pad", x1: 0.445, x2: 0.583, y1: -0.065, y2: 0, children: [
121
+ /* @__PURE__ */ o("stop", { offset: 0.032, stopColor: "#afdef9" }),
122
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#7cc9f9" })
123
+ ] }),
124
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__D", spreadMethod: "pad", x1: 0.284, x2: 0.5, y1: 0.87, y2: 0.305, children: [
125
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
126
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
127
+ ] }),
128
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__E", spreadMethod: "pad", x1: 0.431, x2: 0.603, y1: -0.065, y2: 0, children: [
129
+ /* @__PURE__ */ o("stop", { offset: 0.032, stopColor: "#afdef9" }),
130
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#7cc9f9" })
131
+ ] }),
132
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__F", spreadMethod: "pad", x1: 0.802, x2: 0.402, y1: 0.781, y2: 0.012, children: [
133
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
134
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
135
+ ] }),
136
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__G", spreadMethod: "pad", x1: 0.17, x2: 0.731, y1: 0.776, y2: 0.273, children: [
137
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
138
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
139
+ ] }),
140
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__H", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.669, y2: 0.361, children: [
141
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
142
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
143
+ ] }),
144
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__I", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.644, y2: 0.382, children: [
145
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
146
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
147
+ ] }),
148
+ /* @__PURE__ */ e("linearGradient", { gradientUnits: "objectBoundingBox", id: "access-denied-icon_svg__J", spreadMethod: "pad", x1: 0, x2: 0.85, y1: 0.639, y2: 0.385, children: [
149
+ /* @__PURE__ */ o("stop", { offset: 0, stopColor: "#98d6fa" }),
150
+ /* @__PURE__ */ o("stop", { offset: 1, stopColor: "#47b0f1" })
153
151
  ] })
154
152
  ] }),
155
- /* @__PURE__ */ jsx("path", { d: "M0 0h1024v1024H0Z", fill: "none" }),
156
- /* @__PURE__ */ 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 }),
157
- /* @__PURE__ */ 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 }),
158
- /* @__PURE__ */ 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 }),
159
- /* @__PURE__ */ 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)" }),
160
- /* @__PURE__ */ 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)" }),
161
- /* @__PURE__ */ 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)" }),
162
- /* @__PURE__ */ 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)" }),
163
- /* @__PURE__ */ 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)" }),
164
- /* @__PURE__ */ 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)" }),
165
- /* @__PURE__ */ 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)" }),
166
- /* @__PURE__ */ 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" }),
167
- /* @__PURE__ */ 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)" }),
168
- /* @__PURE__ */ 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" }),
169
- /* @__PURE__ */ 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" }),
170
- /* @__PURE__ */ 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" }),
171
- /* @__PURE__ */ 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 }),
172
- /* @__PURE__ */ 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)" }),
173
- /* @__PURE__ */ 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)" }),
174
- /* @__PURE__ */ 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)" }),
175
- /* @__PURE__ */ 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)" }),
176
- /* @__PURE__ */ 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)" }),
177
- /* @__PURE__ */ 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" }),
178
- /* @__PURE__ */ 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" }),
179
- /* @__PURE__ */ 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" }),
180
- /* @__PURE__ */ 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)" }),
181
- /* @__PURE__ */ 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)" }),
182
- /* @__PURE__ */ 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" }),
183
- /* @__PURE__ */ 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)" }),
184
- /* @__PURE__ */ 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)" }),
185
- /* @__PURE__ */ 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" }),
186
- /* @__PURE__ */ 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)" }),
187
- /* @__PURE__ */ 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)" }),
188
- /* @__PURE__ */ 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)" }),
189
- /* @__PURE__ */ 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" }),
190
- /* @__PURE__ */ 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)" }),
191
- /* @__PURE__ */ 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)" }),
192
- /* @__PURE__ */ 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)" }),
193
- /* @__PURE__ */ 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)" }),
194
- /* @__PURE__ */ 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)" }),
195
- /* @__PURE__ */ 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)" }),
196
- /* @__PURE__ */ 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)" }),
197
- /* @__PURE__ */ 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)" }),
198
- /* @__PURE__ */ 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)" }),
199
- /* @__PURE__ */ 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)" }),
200
- /* @__PURE__ */ 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)" }),
201
- /* @__PURE__ */ 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)" }),
202
- /* @__PURE__ */ 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)" })
153
+ /* @__PURE__ */ o("path", { d: "M0 0h1024v1024H0Z", fill: "none" }),
154
+ /* @__PURE__ */ o("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 }),
155
+ /* @__PURE__ */ o("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 }),
156
+ /* @__PURE__ */ o("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 }),
157
+ /* @__PURE__ */ o("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)" }),
158
+ /* @__PURE__ */ o("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)" }),
159
+ /* @__PURE__ */ o("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)" }),
160
+ /* @__PURE__ */ o("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)" }),
161
+ /* @__PURE__ */ o("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)" }),
162
+ /* @__PURE__ */ o("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)" }),
163
+ /* @__PURE__ */ o("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)" }),
164
+ /* @__PURE__ */ o("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" }),
165
+ /* @__PURE__ */ o("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)" }),
166
+ /* @__PURE__ */ o("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" }),
167
+ /* @__PURE__ */ o("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" }),
168
+ /* @__PURE__ */ o("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" }),
169
+ /* @__PURE__ */ o("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 }),
170
+ /* @__PURE__ */ o("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)" }),
171
+ /* @__PURE__ */ o("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)" }),
172
+ /* @__PURE__ */ o("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)" }),
173
+ /* @__PURE__ */ o("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)" }),
174
+ /* @__PURE__ */ o("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)" }),
175
+ /* @__PURE__ */ o("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" }),
176
+ /* @__PURE__ */ o("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" }),
177
+ /* @__PURE__ */ o("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" }),
178
+ /* @__PURE__ */ o("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)" }),
179
+ /* @__PURE__ */ o("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)" }),
180
+ /* @__PURE__ */ o("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" }),
181
+ /* @__PURE__ */ o("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)" }),
182
+ /* @__PURE__ */ o("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)" }),
183
+ /* @__PURE__ */ o("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" }),
184
+ /* @__PURE__ */ o("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)" }),
185
+ /* @__PURE__ */ o("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)" }),
186
+ /* @__PURE__ */ o("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)" }),
187
+ /* @__PURE__ */ o("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" }),
188
+ /* @__PURE__ */ o("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)" }),
189
+ /* @__PURE__ */ o("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)" }),
190
+ /* @__PURE__ */ o("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)" }),
191
+ /* @__PURE__ */ o("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)" }),
192
+ /* @__PURE__ */ o("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)" }),
193
+ /* @__PURE__ */ o("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)" }),
194
+ /* @__PURE__ */ o("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)" }),
195
+ /* @__PURE__ */ o("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)" }),
196
+ /* @__PURE__ */ o("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)" }),
197
+ /* @__PURE__ */ o("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)" }),
198
+ /* @__PURE__ */ o("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)" }),
199
+ /* @__PURE__ */ o("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)" }),
200
+ /* @__PURE__ */ o("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)" })
203
201
  ] });
204
202
  }
205
-
206
- export { AccessDeniedIcon };
203
+ export {
204
+ t as AccessDeniedIcon
205
+ };