mod-arch-shared 0.1.8 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (319) hide show
  1. package/README.md +25 -130
  2. package/dist/__tests__/unit/jest.setup.d.ts +1 -0
  3. package/dist/__tests__/unit/jest.setup.d.ts.map +1 -1
  4. package/dist/__tests__/unit/jest.setup.js +3 -46
  5. package/dist/__tests__/unit/jest.setup.js.map +1 -1
  6. package/dist/components/EditableLabelsDescriptionListGroup.d.ts +4 -0
  7. package/dist/components/EditableLabelsDescriptionListGroup.d.ts.map +1 -1
  8. package/dist/components/EditableLabelsDescriptionListGroup.js +7 -7
  9. package/dist/components/EditableLabelsDescriptionListGroup.js.map +1 -1
  10. package/dist/components/EditableTextDescriptionListGroup.d.ts +1 -0
  11. package/dist/components/EditableTextDescriptionListGroup.d.ts.map +1 -1
  12. package/dist/components/EditableTextDescriptionListGroup.js +2 -2
  13. package/dist/components/EditableTextDescriptionListGroup.js.map +1 -1
  14. package/dist/components/WhosMyAdministrator.d.ts.map +1 -1
  15. package/dist/components/WhosMyAdministrator.js +5 -1
  16. package/dist/components/WhosMyAdministrator.js.map +1 -1
  17. package/dist/components/index.d.ts +0 -5
  18. package/dist/components/index.d.ts.map +1 -1
  19. package/dist/components/index.js +0 -5
  20. package/dist/components/index.js.map +1 -1
  21. package/dist/config/transform.file.d.ts +2 -1
  22. package/dist/config/transform.file.d.ts.map +1 -1
  23. package/dist/config/transform.file.js +2 -7
  24. package/dist/config/transform.file.js.map +1 -1
  25. package/dist/config/transform.style.js +1 -0
  26. package/dist/config/transform.style.js.map +1 -1
  27. package/dist/images/index.d.ts +2 -2
  28. package/dist/images/index.d.ts.map +1 -1
  29. package/dist/images/index.js +2 -2
  30. package/dist/images/index.js.map +1 -1
  31. package/dist/images/index.ts +2 -2
  32. package/dist/images/logo-odh-dark-theme.svg +18 -0
  33. package/dist/images/logo-odh-light-theme..svg +18 -0
  34. package/dist/images/logo-odh-light-theme.svg +18 -0
  35. package/dist/images/logo-odh-logo-light-theme.svg +18 -0
  36. package/dist/index.d.ts +0 -4
  37. package/dist/index.d.ts.map +1 -1
  38. package/dist/index.js +1 -15
  39. package/dist/index.js.map +1 -1
  40. package/dist/jest.config.d.ts +1 -0
  41. package/dist/jest.config.js +3 -1
  42. package/dist/jest.config.js.map +1 -1
  43. package/dist/types/common.d.ts +0 -43
  44. package/dist/types/common.d.ts.map +1 -1
  45. package/dist/types/common.js +0 -1
  46. package/dist/types/common.js.map +1 -1
  47. package/dist/utilities/__tests__/markdown.spec.d.ts +2 -0
  48. package/dist/utilities/__tests__/markdown.spec.d.ts.map +1 -0
  49. package/dist/utilities/__tests__/markdown.spec.js +17 -0
  50. package/dist/utilities/__tests__/markdown.spec.js.map +1 -0
  51. package/dist/utilities/__tests__/string.spec.d.ts +2 -0
  52. package/dist/utilities/__tests__/string.spec.d.ts.map +1 -0
  53. package/dist/utilities/__tests__/string.spec.js +51 -0
  54. package/dist/utilities/__tests__/string.spec.js.map +1 -0
  55. package/dist/utilities/__tests__/time.spec.d.ts +2 -0
  56. package/dist/utilities/__tests__/time.spec.d.ts.map +1 -0
  57. package/dist/utilities/__tests__/time.spec.js +61 -0
  58. package/dist/utilities/__tests__/time.spec.js.map +1 -0
  59. package/dist/utilities/index.d.ts +0 -5
  60. package/dist/utilities/index.d.ts.map +1 -1
  61. package/dist/utilities/index.js +0 -5
  62. package/dist/utilities/index.js.map +1 -1
  63. package/dist/utilities/utils.d.ts +0 -23
  64. package/dist/utilities/utils.d.ts.map +1 -1
  65. package/dist/utilities/utils.js +0 -93
  66. package/dist/utilities/utils.js.map +1 -1
  67. package/package.json +25 -30
  68. package/LICENSE +0 -201
  69. package/dist/__tests__/__mocks__/mockGenericResponse.d.ts +0 -8
  70. package/dist/__tests__/__mocks__/mockGenericResponse.d.ts.map +0 -1
  71. package/dist/__tests__/__mocks__/mockGenericResponse.js +0 -6
  72. package/dist/__tests__/__mocks__/mockGenericResponse.js.map +0 -1
  73. package/dist/__tests__/__mocks__/styleMock.d.ts +0 -2
  74. package/dist/__tests__/__mocks__/styleMock.d.ts.map +0 -1
  75. package/dist/__tests__/__mocks__/styleMock.js +0 -3
  76. package/dist/__tests__/__mocks__/styleMock.js.map +0 -1
  77. package/dist/__tests__/unit/testUtils/hooks.d.ts +0 -80
  78. package/dist/__tests__/unit/testUtils/hooks.d.ts.map +0 -1
  79. package/dist/__tests__/unit/testUtils/hooks.js +0 -126
  80. package/dist/__tests__/unit/testUtils/hooks.js.map +0 -1
  81. package/dist/__tests__/unit/testUtils/hooks.spec.d.ts +0 -2
  82. package/dist/__tests__/unit/testUtils/hooks.spec.d.ts.map +0 -1
  83. package/dist/__tests__/unit/testUtils/hooks.spec.js +0 -192
  84. package/dist/__tests__/unit/testUtils/hooks.spec.js.map +0 -1
  85. package/dist/api/__tests__/errorUtils.spec.d.ts +0 -2
  86. package/dist/api/__tests__/errorUtils.spec.d.ts.map +0 -1
  87. package/dist/api/__tests__/errorUtils.spec.js +0 -27
  88. package/dist/api/__tests__/errorUtils.spec.js.map +0 -1
  89. package/dist/api/apiUtils.d.ts +0 -16
  90. package/dist/api/apiUtils.d.ts.map +0 -1
  91. package/dist/api/apiUtils.js +0 -96
  92. package/dist/api/apiUtils.js.map +0 -1
  93. package/dist/api/const.d.ts +0 -3
  94. package/dist/api/const.d.ts.map +0 -1
  95. package/dist/api/const.js +0 -4
  96. package/dist/api/const.js.map +0 -1
  97. package/dist/api/errorUtils.d.ts +0 -2
  98. package/dist/api/errorUtils.d.ts.map +0 -1
  99. package/dist/api/errorUtils.js +0 -22
  100. package/dist/api/errorUtils.js.map +0 -1
  101. package/dist/api/index.d.ts +0 -7
  102. package/dist/api/index.d.ts.map +0 -1
  103. package/dist/api/index.js +0 -8
  104. package/dist/api/index.js.map +0 -1
  105. package/dist/api/k8s.d.ts +0 -10
  106. package/dist/api/k8s.d.ts.map +0 -1
  107. package/dist/api/k8s.js +0 -16
  108. package/dist/api/k8s.js.map +0 -1
  109. package/dist/api/types.d.ts +0 -19
  110. package/dist/api/types.d.ts.map +0 -1
  111. package/dist/api/types.js +0 -2
  112. package/dist/api/types.js.map +0 -1
  113. package/dist/api/useAPIState.d.ts +0 -3
  114. package/dist/api/useAPIState.d.ts.map +0 -1
  115. package/dist/api/useAPIState.js +0 -22
  116. package/dist/api/useAPIState.js.map +0 -1
  117. package/dist/components/NavBar.d.ts +0 -8
  118. package/dist/components/NavBar.d.ts.map +0 -1
  119. package/dist/components/NavBar.js +0 -53
  120. package/dist/components/NavBar.js.map +0 -1
  121. package/dist/components/NavSidebar.d.ts +0 -8
  122. package/dist/components/NavSidebar.d.ts.map +0 -1
  123. package/dist/components/NavSidebar.js +0 -25
  124. package/dist/components/NavSidebar.js.map +0 -1
  125. package/dist/components/ToastNotification.d.ts +0 -8
  126. package/dist/components/ToastNotification.d.ts.map +0 -1
  127. package/dist/components/ToastNotification.js +0 -29
  128. package/dist/components/ToastNotification.js.map +0 -1
  129. package/dist/components/ToastNotifications.d.ts +0 -4
  130. package/dist/components/ToastNotifications.d.ts.map +0 -1
  131. package/dist/components/ToastNotifications.js +0 -10
  132. package/dist/components/ToastNotifications.js.map +0 -1
  133. package/dist/components/__tests__/NavBar.test.d.ts +0 -2
  134. package/dist/components/__tests__/NavBar.test.d.ts.map +0 -1
  135. package/dist/components/__tests__/NavBar.test.js +0 -65
  136. package/dist/components/__tests__/NavBar.test.js.map +0 -1
  137. package/dist/components/browserStorage/BrowserStorageContext.d.ts +0 -25
  138. package/dist/components/browserStorage/BrowserStorageContext.d.ts.map +0 -1
  139. package/dist/components/browserStorage/BrowserStorageContext.js +0 -97
  140. package/dist/components/browserStorage/BrowserStorageContext.js.map +0 -1
  141. package/dist/components/browserStorage/index.d.ts +0 -2
  142. package/dist/components/browserStorage/index.d.ts.map +0 -1
  143. package/dist/components/browserStorage/index.js +0 -2
  144. package/dist/components/browserStorage/index.js.map +0 -1
  145. package/dist/components/table/__tests__/useCheckboxTable.spec.d.ts +0 -2
  146. package/dist/components/table/__tests__/useCheckboxTable.spec.d.ts.map +0 -1
  147. package/dist/components/table/__tests__/useCheckboxTable.spec.js +0 -45
  148. package/dist/components/table/__tests__/useCheckboxTable.spec.js.map +0 -1
  149. package/dist/config/stylePaths.d.ts +0 -2
  150. package/dist/config/stylePaths.d.ts.map +0 -1
  151. package/dist/config/stylePaths.js +0 -17
  152. package/dist/config/stylePaths.js.map +0 -1
  153. package/dist/context/DashboardScriptLoader.d.ts +0 -7
  154. package/dist/context/DashboardScriptLoader.d.ts.map +0 -1
  155. package/dist/context/DashboardScriptLoader.js +0 -39
  156. package/dist/context/DashboardScriptLoader.js.map +0 -1
  157. package/dist/context/ModularArchContext.d.ts +0 -20
  158. package/dist/context/ModularArchContext.d.ts.map +0 -1
  159. package/dist/context/ModularArchContext.js +0 -68
  160. package/dist/context/ModularArchContext.js.map +0 -1
  161. package/dist/context/NamespaceSelectorContext.d.ts +0 -22
  162. package/dist/context/NamespaceSelectorContext.d.ts.map +0 -1
  163. package/dist/context/NamespaceSelectorContext.js +0 -52
  164. package/dist/context/NamespaceSelectorContext.js.map +0 -1
  165. package/dist/context/NotificationContext.d.ts +0 -15
  166. package/dist/context/NotificationContext.d.ts.map +0 -1
  167. package/dist/context/NotificationContext.js +0 -43
  168. package/dist/context/NotificationContext.js.map +0 -1
  169. package/dist/context/ThemeContext.d.ts +0 -13
  170. package/dist/context/ThemeContext.d.ts.map +0 -1
  171. package/dist/context/ThemeContext.js +0 -23
  172. package/dist/context/ThemeContext.js.map +0 -1
  173. package/dist/context/__tests__/ModularArchContext.test.d.ts +0 -2
  174. package/dist/context/__tests__/ModularArchContext.test.d.ts.map +0 -1
  175. package/dist/context/__tests__/ModularArchContext.test.js +0 -331
  176. package/dist/context/__tests__/ModularArchContext.test.js.map +0 -1
  177. package/dist/context/__tests__/NamespaceSelectorContext.test.d.ts +0 -2
  178. package/dist/context/__tests__/NamespaceSelectorContext.test.d.ts.map +0 -1
  179. package/dist/context/__tests__/NamespaceSelectorContext.test.js +0 -167
  180. package/dist/context/__tests__/NamespaceSelectorContext.test.js.map +0 -1
  181. package/dist/context/index.d.ts +0 -4
  182. package/dist/context/index.d.ts.map +0 -1
  183. package/dist/context/index.js +0 -4
  184. package/dist/context/index.js.map +0 -1
  185. package/dist/hooks/__tests__/useModularArchContext.test.d.ts +0 -2
  186. package/dist/hooks/__tests__/useModularArchContext.test.d.ts.map +0 -1
  187. package/dist/hooks/__tests__/useModularArchContext.test.js +0 -39
  188. package/dist/hooks/__tests__/useModularArchContext.test.js.map +0 -1
  189. package/dist/hooks/__tests__/useNamespaces.test.d.ts +0 -2
  190. package/dist/hooks/__tests__/useNamespaces.test.d.ts.map +0 -1
  191. package/dist/hooks/__tests__/useNamespaces.test.js +0 -62
  192. package/dist/hooks/__tests__/useNamespaces.test.js.map +0 -1
  193. package/dist/hooks/index.d.ts +0 -9
  194. package/dist/hooks/index.d.ts.map +0 -1
  195. package/dist/hooks/index.js +0 -9
  196. package/dist/hooks/index.js.map +0 -1
  197. package/dist/hooks/useModularArchContext.d.ts +0 -5
  198. package/dist/hooks/useModularArchContext.d.ts.map +0 -1
  199. package/dist/hooks/useModularArchContext.js +0 -11
  200. package/dist/hooks/useModularArchContext.js.map +0 -1
  201. package/dist/hooks/useNamespaceSelector.d.ts +0 -10
  202. package/dist/hooks/useNamespaceSelector.d.ts.map +0 -1
  203. package/dist/hooks/useNamespaceSelector.js +0 -13
  204. package/dist/hooks/useNamespaceSelector.js.map +0 -1
  205. package/dist/hooks/useNamespaces.d.ts +0 -6
  206. package/dist/hooks/useNamespaces.d.ts.map +0 -1
  207. package/dist/hooks/useNamespaces.js +0 -34
  208. package/dist/hooks/useNamespaces.js.map +0 -1
  209. package/dist/hooks/useNotification.d.ts +0 -18
  210. package/dist/hooks/useNotification.d.ts.map +0 -1
  211. package/dist/hooks/useNotification.js +0 -75
  212. package/dist/hooks/useNotification.js.map +0 -1
  213. package/dist/hooks/useQueryParamNamespaces.d.ts +0 -2
  214. package/dist/hooks/useQueryParamNamespaces.d.ts.map +0 -1
  215. package/dist/hooks/useQueryParamNamespaces.js +0 -9
  216. package/dist/hooks/useQueryParamNamespaces.js.map +0 -1
  217. package/dist/hooks/useSettings.d.ts +0 -9
  218. package/dist/hooks/useSettings.d.ts.map +0 -1
  219. package/dist/hooks/useSettings.js +0 -72
  220. package/dist/hooks/useSettings.js.map +0 -1
  221. package/dist/hooks/useThemeContext.d.ts +0 -6
  222. package/dist/hooks/useThemeContext.d.ts.map +0 -1
  223. package/dist/hooks/useThemeContext.js +0 -10
  224. package/dist/hooks/useThemeContext.js.map +0 -1
  225. package/dist/hooks/useTimeBasedRefresh.d.ts +0 -4
  226. package/dist/hooks/useTimeBasedRefresh.d.ts.map +0 -1
  227. package/dist/hooks/useTimeBasedRefresh.js +0 -32
  228. package/dist/hooks/useTimeBasedRefresh.js.map +0 -1
  229. package/dist/images/logo-dark-theme.svg +0 -43
  230. package/dist/images/logo-light-theme.svg +0 -43
  231. package/dist/style/MUI-theme.scss +0 -995
  232. package/dist/style/index.d.ts +0 -2
  233. package/dist/style/index.d.ts.map +0 -1
  234. package/dist/style/index.js +0 -6
  235. package/dist/style/index.js.map +0 -1
  236. package/dist/style/index.ts +0 -6
  237. package/dist/utilities/appUtils.d.ts +0 -2
  238. package/dist/utilities/appUtils.d.ts.map +0 -1
  239. package/dist/utilities/appUtils.js +0 -4
  240. package/dist/utilities/appUtils.js.map +0 -1
  241. package/dist/utilities/const.d.ts +0 -13
  242. package/dist/utilities/const.d.ts.map +0 -1
  243. package/dist/utilities/const.js +0 -20
  244. package/dist/utilities/const.js.map +0 -1
  245. package/dist/utilities/useFetchState.d.ts +0 -92
  246. package/dist/utilities/useFetchState.d.ts.map +0 -1
  247. package/dist/utilities/useFetchState.js +0 -153
  248. package/dist/utilities/useFetchState.js.map +0 -1
  249. package/dist/utilities/useGenericObjectState.d.ts +0 -9
  250. package/dist/utilities/useGenericObjectState.d.ts.map +0 -1
  251. package/dist/utilities/useGenericObjectState.js +0 -14
  252. package/dist/utilities/useGenericObjectState.js.map +0 -1
  253. package/dist/utilities/useMakeFetchObject.d.ts +0 -4
  254. package/dist/utilities/useMakeFetchObject.d.ts.map +0 -1
  255. package/dist/utilities/useMakeFetchObject.js +0 -6
  256. package/dist/utilities/useMakeFetchObject.js.map +0 -1
  257. package/images/Icon-Layered_A_Black-RGB.svg +0 -66
  258. package/images/Icon-Storage-A-Black-RGB.svg +0 -3
  259. package/images/Icon-Sys_admin-A-Black-RGB.svg +0 -8
  260. package/images/UI_icon-Branch-RGB.svg +0 -1
  261. package/images/UI_icon-Connected-RGB.svg +0 -1
  262. package/images/UI_icon-Cubes-RGB.svg +0 -1
  263. package/images/UI_icon-Double_arrow_right-RGB.svg +0 -1
  264. package/images/UI_icon-Folder-RGB.svg +0 -1
  265. package/images/UI_icon-Notebook-Images-RGB.svg +0 -9
  266. package/images/UI_icon-Server-RGB.svg +0 -1
  267. package/images/UI_icon-Server_upload-RGB.svg +0 -1
  268. package/images/UI_icon-Shared_workspace-RGB.svg +0 -8
  269. package/images/UI_icon-Storage-RGB.svg +0 -1
  270. package/images/UI_icon-User-RGB.svg +0 -1
  271. package/images/UI_icon-Wrench-RGB.svg +0 -1
  272. package/images/empty-state-cluster-storage.svg +0 -472
  273. package/images/empty-state-data-connections.svg +0 -299
  274. package/images/empty-state-model-registries.svg +0 -9
  275. package/images/empty-state-model-serving.svg +0 -249
  276. package/images/empty-state-notebooks.svg +0 -392
  277. package/images/empty-state-pipelines.svg +0 -393
  278. package/images/empty-state-project-overview.svg +0 -482
  279. package/images/empty-state-projects-color.svg +0 -275
  280. package/images/empty-state-storage-classes.svg +0 -56
  281. package/images/icons/AcceleratorProfileIcon.ts +0 -13
  282. package/images/icons/ArtifactIcon.ts +0 -13
  283. package/images/icons/BuildIcon.ts +0 -13
  284. package/images/icons/ClusterSettingsIcon.ts +0 -13
  285. package/images/icons/ConfigurationIcon.ts +0 -13
  286. package/images/icons/CreateAndTrainIcon.ts +0 -13
  287. package/images/icons/DataConnectionIcon.ts +0 -13
  288. package/images/icons/DeployedModelIcon.ts +0 -13
  289. package/images/icons/DistributedWorkloadIcon.ts +0 -13
  290. package/images/icons/EnabledApplicationsIcon.ts +0 -13
  291. package/images/icons/ExperimentIcon.ts +0 -13
  292. package/images/icons/ExploreApplicationsIcon.ts +0 -13
  293. package/images/icons/GroupIcon.ts +0 -13
  294. package/images/icons/ModelIcon.ts +0 -13
  295. package/images/icons/ModelRegistryIcon.ts +0 -13
  296. package/images/icons/ModelServerIcon.ts +0 -13
  297. package/images/icons/MultiModelIcon.ts +0 -13
  298. package/images/icons/NotebookIcon.ts +0 -13
  299. package/images/icons/NotebookImageIcon.ts +0 -13
  300. package/images/icons/PermissionsIcon.ts +0 -13
  301. package/images/icons/PipelineExecutionIcon.ts +0 -13
  302. package/images/icons/PipelineIcon.ts +0 -13
  303. package/images/icons/PipelineRunIcon.ts +0 -13
  304. package/images/icons/ProjectIcon.ts +0 -13
  305. package/images/icons/RegisteredModelIcon.ts +0 -13
  306. package/images/icons/ResourcesIcon.ts +0 -13
  307. package/images/icons/ServingRuntimeIcon.ts +0 -13
  308. package/images/icons/SingleModelIcon.ts +0 -13
  309. package/images/icons/StorageClassIcon.ts +0 -13
  310. package/images/icons/StorageIcon.ts +0 -13
  311. package/images/icons/UserIcon.ts +0 -13
  312. package/images/icons/index.ts +0 -31
  313. package/images/index.ts +0 -62
  314. package/images/logo-dark-theme.svg +0 -43
  315. package/images/logo-light-theme.svg +0 -43
  316. package/images/no-models-model-registry.svg +0 -180
  317. package/images/no-versions-model-registry.svg +0 -149
  318. package/style/MUI-theme.scss +0 -995
  319. package/style/index.ts +0 -6
@@ -1,180 +0,0 @@
1
- <svg id="fbcc6e56-f19a-485f-9312-3d9e5fc94cf8" data-name="artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 659.71704 451.32691">
2
- <defs>
3
- <clipPath id="be027f95-e91e-4839-924d-b1acb589b874">
4
- <path d="M622.91844,240.50644C623.94587,12.35106,669.95518,58.004,354.04765,54.217,154.3294,51.82286,85.17685,155.82942,85.17685,282.845s92.47828,152.94787,138.57042,152.94787,71.62365-2.92361,107.07109-43.15385c42.10639-47.78766,115.46782-24.9698,184.55176-50.52011C583.67037,316.8584,622.68611,292.09841,622.91844,240.50644Z" style="fill: none"/>
5
- </clipPath>
6
- </defs>
7
- <g>
8
- <path d="M622.94266,240.50644c0-59.27391-69.204-186.28944-269.12646-186.28944S84.68973,155.82942,84.68973,282.845,177.256,435.79282,223.39192,435.79282s72.91252-2.6375,107.35629-42.86774c41.437-48.39828,115.33992-25.40311,184.54386-50.80622S622.94266,291.31265,622.94266,240.50644Z" style="fill: #b9dafc"/>
9
- <path d="M440.78789,87.73568A31.41638,31.41638,0,0,0,401.03416,57.4441a48.79534,48.79534,0,0,0-92.51888-4.75778,33.33153,33.33153,0,0,0,2.81428,66.54437c.72577,0,1.44378-.03138,2.158-.07706h40.49236l.00864.00011.00887-.00011h55.36789l.00443.00011.00432-.00011h2.10181l.00111-.07805A31.41422,31.41422,0,0,0,440.78789,87.73568Z" style="fill: #b9dafc;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
10
- <g>
11
- <rect x="325.94585" y="58.4066" width="37.13553" height="37.13553" style="fill: #fff"/>
12
- <g>
13
- <g>
14
- <g>
15
- <g>
16
- <polyline points="373.858 106.424 363.406 95.972 344.461 95.972" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
17
- <polyline points="344.461 95.972 344.461 106.023 353.141 114.703" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
18
- <polyline points="335.457 95.972 335.457 106.774 342.482 113.799" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
19
- <polyline points="359.486 117.227 359.486 110.219 353.607 104.352 353.607 95.972" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
20
- <circle cx="359.48601" cy="119.48901" r="3.91957" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3.69160761468312px"/>
21
- <circle cx="373.85777" cy="106.42377" r="2.93968" style="fill: #e00"/>
22
- </g>
23
- <g>
24
- <polyline points="315.064 106.424 325.516 95.972 344.461 95.972" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
25
- <circle cx="315.06421" cy="106.42377" r="2.93968" style="fill: #e00"/>
26
- </g>
27
- </g>
28
- <g>
29
- <g>
30
- <g>
31
- <polyline points="370.106 51.382 363.406 58.082 363.406 77.027" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
32
- <line x1="408.50277" y1="77.02699" x2="363.40558" y2="77.02699" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
33
- <circle cx="409.09597" cy="77.02699" r="2.93968" style="fill: #e00"/>
34
- <polyline points="382.41 62.002 375.402 62.002 369.535 67.881 363.406 67.881" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
35
- <circle cx="386.92301" cy="62.00197" r="3.91957" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
36
- <circle cx="370.10626" cy="51.38172" r="2.93968" style="fill: #e00"/>
37
- </g>
38
- <g>
39
- <line x1="363.40558" y1="95.97158" x2="363.40558" y2="77.02699" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
40
- <polyline points="382.41 92.052 375.402 92.052 369.535 86.173 363.406 86.173" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
41
- <circle cx="386.92301" cy="92.05201" r="3.91957" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3.69160761468312px"/>
42
- </g>
43
- </g>
44
- <g>
45
- <g>
46
- <g>
47
- <polyline points="315.169 47.525 325.622 57.977 344.566 57.977" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
48
- <line x1="344.56624" y1="50.39509" x2="344.56624" y2="57.97715" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
49
- <circle cx="344.56624" cy="49.80189" r="2.93968" style="fill: #e00"/>
50
- <polyline points="329.541 23.966 329.541 45.98 335.421 51.848 335.421 57.977" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
51
- <circle cx="329.54122" cy="19.45367" r="3.91957" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
52
- <circle cx="315.16946" cy="47.52496" r="2.93968" style="fill: #e00"/>
53
- </g>
54
- <g>
55
- <line x1="363.51083" y1="57.97715" x2="344.56624" y2="57.97715" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
56
- <polyline points="359.591 38.972 359.591 45.98 353.712 51.848 353.712 57.977" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
57
- <circle cx="359.59126" cy="34.45972" r="3.91957" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
58
- </g>
59
- </g>
60
- <g>
61
- <g>
62
- <line x1="325.62165" y1="95.86633" x2="325.62165" y2="76.92174" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
63
- <line x1="318.03959" y1="76.92174" x2="325.62165" y2="76.92174" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
64
- <circle cx="317.44639" cy="76.92174" r="2.93968" style="fill: #e00"/>
65
- <polyline points="306.617 91.947 313.625 91.947 319.492 86.067 325.622 86.067" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
66
- <circle cx="302.10422" cy="91.94676" r="3.91957" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
67
- </g>
68
- <g>
69
- <line x1="325.62165" y1="57.97715" x2="325.62165" y2="76.92174" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
70
- <polyline points="284.108 61.897 298.619 61.897 304.486 67.776 325.622 67.776" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
71
- <circle cx="279.59514" cy="61.89672" r="3.91957" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
72
- </g>
73
- </g>
74
- </g>
75
- </g>
76
- </g>
77
- <rect x="337.981" y="70.44175" width="13.06524" height="13.06524" style="fill: #b9dafc;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
78
- </g>
79
- </g>
80
- <g>
81
- <g style="clip-path: url(#be027f95-e91e-4839-924d-b1acb589b874)">
82
- <g>
83
- <rect x="332.05742" y="110.2401" width="275.71933" height="291.03707"/>
84
- <path d="M355.35751,245.82271H322.88017a4.49357,4.49357,0,0,1-4.49357-4.49358v-34.9345a4.49359,4.49359,0,0,0-4.49358-4.49358h-51.846" style="fill: none;stroke: #e00;stroke-linejoin: round;stroke-width: 3px"/>
85
- <line x1="262.79736" y1="186.85486" x2="355.3168" y2="186.85486" style="fill: none;stroke: #e00;stroke-linejoin: round;stroke-width: 3px"/>
86
- <g>
87
- <rect x="356.36049" y="85.44568" width="262.31256" height="71.33061" style="fill: #fff;stroke: #b9dafc;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
88
- <circle cx="576.15076" cy="121.11099" r="8.3871" style="fill: #e00"/>
89
- <rect x="356.36049" y="156.77629" width="262.31256" height="71.33061" style="fill: #fff;stroke: #b9dafc;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
90
- <circle cx="588.16534" cy="192.44159" r="9.319" style="fill: #e00"/>
91
- <circle cx="562.56374" cy="192.44159" r="9.319" style="fill: #e00"/>
92
- <rect x="356.36049" y="228.1069" width="262.31256" height="71.33061" style="fill: #fff;stroke: #b9dafc;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
93
- <circle cx="576.15076" cy="263.7722" r="9.319" style="fill: #e00"/>
94
- <rect x="356.36049" y="299.43751" width="262.31256" height="71.33061" style="fill: #fff;stroke: #b9dafc;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
95
- <rect x="356.36049" y="370.76812" width="262.31256" height="71.33061" style="fill: #fff;stroke: #dedede;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3.17505303206457px"/>
96
- <circle cx="576.15076" cy="335.10281" r="9.319" style="fill: #e00"/>
97
- <g>
98
- <rect x="397.77547" y="114.31744" width="142.81761" height="13.5871" style="fill: #e00"/>
99
- <rect x="378.59752" y="173.94677" width="13.17876" height="37.64319" style="fill: #e00"/>
100
- <rect x="398.36076" y="173.94677" width="13.17876" height="37.64319" style="fill: #e00"/>
101
- <rect x="398.65706" y="257.06252" width="141.05443" height="13.41936" style="fill: #e00"/>
102
- <rect x="398.65706" y="328.39313" width="141.05443" height="13.41936" style="fill: #e00"/>
103
- </g>
104
- </g>
105
- </g>
106
- </g>
107
- <path d="M216.70977,131.88169c-.15932,0-.31686.00689-.475.012a20.81175,20.81175,0,0,0-20.33249-16.38795c-.19182,0-.38135.00932-.57188.01446a37.57079,37.57079,0,0,0-74.47568,3.73994c-.03742-.00022-.07427-.00283-.11176-.00283a20.80752,20.80752,0,0,0,0,41.615h95.96678a14.49533,14.49533,0,1,0,0-28.99066Z" style="fill: #fff;stroke: #b9dafc;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
108
- <g>
109
- <rect x="73.18889" y="178.50294" width="193.35998" height="193.35998" rx="1.06111"/>
110
- <g>
111
- <rect x="84.10298" y="173.34667" width="193.35998" height="193.35998" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
112
- <rect x="84.10298" y="173.34667" width="193.35998" height="40.39075" style="fill: #e00"/>
113
- <g>
114
- <circle cx="242.42627" cy="193.54205" r="4.64922" style="fill: #fff"/>
115
- <circle cx="260.4732" cy="193.54205" r="4.64922" style="fill: #fff"/>
116
- </g>
117
- <line x1="155.00164" y1="194.40142" x2="100.86085" y2="194.40142" style="fill: none;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
118
- <g>
119
- <g>
120
- <line x1="151.88469" y1="238.6475" x2="193.91286" y2="238.6475" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
121
- <line x1="100.51691" y1="238.6475" x2="142.54509" y2="238.6475" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
122
- </g>
123
- <line x1="115.1347" y1="257.25921" x2="184.61689" y2="257.25921" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
124
- <g>
125
- <line x1="245.28064" y1="275.87092" x2="171.23823" y2="275.87092" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
126
- <line x1="115.57452" y1="275.87092" x2="163.52342" y2="275.87092" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
127
- </g>
128
- <g>
129
- <line x1="115.1347" y1="350.31774" x2="142.10527" y2="350.31774" style="fill: none;stroke: #aaa;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3.43612386705161px"/>
130
- <line x1="193.47304" y1="350.31774" x2="151.44486" y2="350.31774" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
131
- <line x1="244.84082" y1="350.31774" x2="202.81264" y2="350.31774" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
132
- </g>
133
- <line x1="115.1347" y1="294.48262" x2="160.26067" y2="294.48262" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
134
- <g>
135
- <line x1="115.1347" y1="331.70604" x2="160.26067" y2="331.70604" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
136
- <line x1="209.66416" y1="331.70604" x2="169.60027" y2="331.70604" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
137
- <line x1="244.84082" y1="331.70604" x2="219.00376" y2="331.70604" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
138
- </g>
139
- <g>
140
- <line x1="100.07709" y1="313.09433" x2="135.31209" y2="313.09433" style="fill: none;stroke: #aaa;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3.43612386705161px"/>
141
- <line x1="179.06422" y1="313.09433" x2="143.02689" y2="313.09433" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
142
- </g>
143
- </g>
144
- </g>
145
- <g>
146
- <rect x="30.21291" y="292.09841" width="109.27826" height="105.79268" rx="1.0599"/>
147
- <g>
148
- <path d="M41.05116,286.96424H151.23309a0,0,0,0,1,0,0v106.7469a.804.804,0,0,1-.804.804H41.05116a0,0,0,0,1,0,0V286.96424A0,0,0,0,1,41.05116,286.96424Z" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
149
- <rect x="41.05116" y="286.96424" width="110.18193" height="23.11025" style="fill: #e00"/>
150
- <line x1="49.73843" y1="298.51937" x2="100.40744" y2="298.51937" style="fill: none;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
151
- <circle cx="130.38665" cy="298.51937" r="3.0677" style="fill: #fff"/>
152
- <circle cx="139.58976" cy="298.51937" r="3.0677" style="fill: #fff"/>
153
- <g>
154
- <line x1="49.73843" y1="321.21977" x2="111.75943" y2="321.21977" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
155
- <g>
156
- <line x1="57.26723" y1="343.99571" x2="70.6418" y2="343.99571" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
157
- <line x1="77.64788" y1="343.99571" x2="103.60482" y2="343.99571" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
158
- </g>
159
- <g>
160
- <line x1="57.26723" y1="355.38368" x2="103.13305" y2="355.38368" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
161
- <line x1="110.16166" y1="355.38368" x2="126.93031" y2="355.38368" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
162
- </g>
163
- <line x1="57.26723" y1="332.60774" x2="79.71525" y2="332.60774" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
164
- <line x1="57.26723" y1="378.15962" x2="100.04436" y2="378.15962" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
165
- <g>
166
- <line x1="49.73843" y1="366.77165" x2="70.60008" y2="366.77165" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
167
- <line x1="77.64788" y1="366.77165" x2="112.99749" y2="366.77165" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
168
- </g>
169
- </g>
170
- </g>
171
- </g>
172
- </g>
173
- <circle cx="305.42167" cy="149.40881" r="6.00242" style="fill: none;stroke: #e00;stroke-linejoin: round;stroke-width: 3px"/>
174
- <path d="M209.77057,173.34667V155.34422a5.93541,5.93541,0,0,1,5.93541-5.93541h83.71327" style="fill: none;stroke: #e00;stroke-linejoin: round;stroke-width: 3px"/>
175
- <path d="M157.89272,131.79334v8.5228a5.9354,5.9354,0,0,1-5.93541,5.9354h-13.7634a5.93541,5.93541,0,0,0-5.93541,5.93541v21.15972" style="fill: none;stroke: #e00;stroke-linejoin: round;stroke-width: 3px"/>
176
- <circle cx="158.13013" cy="125.98327" r="6.00242" style="fill: none;stroke: #e00;stroke-linejoin: round;stroke-width: 3px"/>
177
- </g>
178
- <path d="M235.448,372.59211a15.87371,15.87371,0,0,0-3.37624.36912,18.5668,18.5668,0,0,0-35.66034,7.21415,12.04842,12.04842,0,0,0,.2983,24.09328H235.448a15.83827,15.83827,0,0,0,0-31.67655Z" style="fill: #b9dafc;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
179
- </g>
180
- </svg>
@@ -1,149 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 831.38904 768.25444">
2
- <g id="b3a9774d-d30b-43c8-9cac-37ece57528e6" data-name="Model Registry">
3
- <path d="M816.32578,417.78664c-6.79-69.38-54.09-117.55-105.21-159.99q-63-52.32-127.65-102.61c-47.87-37.24-94.98-83.3-149.62-110.78-64.23-32.3-136.42-31.01-204.38-11.46-54.61,15.71-96.42,53.84-114.66,107.84-8.66,25.65-13.56,54.45-12.72,81.46.72,22.99,5.03,45.78,7.18,68.67,1.24,13.14,1.76,26.32.49,39.57-.36,3.79-.88,7.49-1.52,11.14-5.4,31.1-20.11,57.32-36.41,83.28-7.22,11.5-14.74,22.95-21.89,34.76-23.74,39.17-31.6,89.05-27.59,134.29,4.21,47.44,19.92,99.55,58.56,130.22,66.02,52.41,173.53,27.21,230.63-27.7,45.63-43.87,107.84-69.32,170.89-73.11,64.27-3.87,129.61,1.78,193.25-10.61,47.75-9.3,86.82-29.31,112.26-71.58,21.88-36.36,32.55-81.09,28.41-123.4Z" style="fill: #bbd9f3"/>
4
- <path d="M779.20137,504.21643a39.39616,39.39616,0,0,0-9.82711,1.23383,56.06058,56.06058,0,0,0-49.79588-34.321,82.4747,82.4747,0,0,0-149.8482-9.08854,61.94293,61.94293,0,1,0-18.24662,121.14017H779.20137a39.4822,39.4822,0,1,0,0-78.96441h0Z" style="fill: #fff;stroke: #bcd9f3;stroke-miterlimit: 10;stroke-width: 3px"/>
5
- <path d="M53.781,138.81205a28.8215,28.8215,0,0,1,7.18184.89871,40.99408,40.99408,0,0,1,36.42167-25.101A60.33225,60.33225,0,0,1,206.9648,107.964a45.29845,45.29845,0,1,1,13.32309,88.6024H53.781a28.87718,28.87718,0,0,1,0-57.75435Z" style="fill: #fff;stroke: #bbd9f3;stroke-miterlimit: 10;stroke-width: 3px"/>
6
- <g>
7
- <path d="M546.88237,222.20543h158.8532a1.57122,1.57122,0,0,1,1.57122,1.57122V377.4628a1.57117,1.57117,0,0,1-1.57117,1.57117H546.88236a1.57121,1.57121,0,0,1-1.57121-1.57121V223.77665A1.57122,1.57122,0,0,1,546.88237,222.20543Z" style="fill: #030303"/>
8
- <g>
9
- <path d="M561.37791,214.59449H724.71317V372.83758a1.19184,1.19184,0,0,1-1.19184,1.19189H561.37791v-159.435Z" style="fill: #fff;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
10
- <rect x="561.37791" y="214.59449" width="163.33526" height="34.25898" style="fill: #e51814"/>
11
- <line x1="574.25605" y1="231.72396" x2="649.36851" y2="231.72396" style="fill: none;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
12
- <circle cx="693.81012" cy="231.72396" r="4.5476" style="fill: #fff"/>
13
- <circle cx="707.45294" cy="231.72396" r="4.5476" style="fill: #fff"/>
14
- <g>
15
- <line x1="574.25605" y1="265.37536" x2="666.19686" y2="265.37536" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
16
- <g>
17
- <line x1="585.41685" y1="299.13878" x2="605.2435" y2="299.13878" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
18
- <line x1="615.62943" y1="299.13878" x2="654.10836" y2="299.13878" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
19
- </g>
20
- <g>
21
- <line x1="585.41685" y1="316.02042" x2="653.409" y2="316.02042" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
22
- <line x1="663.82831" y1="316.02042" x2="688.68637" y2="316.02042" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
23
- </g>
24
- <line x1="585.41685" y1="282.25705" x2="618.6941" y2="282.25705" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
25
- <line x1="585.41685" y1="349.7838" x2="648.83027" y2="349.7838" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
26
- <g>
27
- <line x1="574.25605" y1="332.90216" x2="605.18166" y2="332.90216" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
28
- <line x1="615.62943" y1="332.90216" x2="668.03219" y2="332.90216" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
29
- </g>
30
- </g>
31
- </g>
32
- </g>
33
- <g>
34
- <g>
35
- <path d="M310.77487,137.09081v13.41953a9.34556,9.34556,0,0,1-9.34556,9.34555h-21.956a9.06065,9.06065,0,0,0-9.06065,9.06065V202.5183" style="fill: none;stroke: #e51814;stroke-linejoin: round;stroke-width: 3px"/>
36
- <circle cx="310.77484" cy="127.63978" r="9.45106" style="fill: none;stroke: #e51814;stroke-linejoin: round;stroke-width: 3px"/>
37
- </g>
38
- <g>
39
- <path d="M429.36312,206.6021V183.38264a9.3456,9.3456,0,0,1,9.3456-9.3456h42.23973" style="fill: none;stroke: #e51814;stroke-linejoin: round;stroke-width: 3px"/>
40
- <circle cx="490.39952" cy="174.03704" r="9.45106" style="fill: none;stroke: #e51814;stroke-linejoin: round;stroke-width: 3px"/>
41
- </g>
42
- <g>
43
- <circle cx="652.93065" cy="468.8348" r="9.45106" style="fill: none;stroke: #e51814;stroke-linejoin: round;stroke-width: 3px"/>
44
- <path d="M531.75046,426.02384h81.10178a9.3456,9.3456,0,0,1,9.3456,9.3456V459.4892a9.3456,9.3456,0,0,0,9.3456,9.3456h11.93614" style="fill: none;stroke: #e51814;stroke-miterlimit: 10;stroke-width: 3px"/>
45
- </g>
46
- <g>
47
- <rect x="214.47708" y="210.69956" width="304.4534" height="304.45342" rx="1.67074" style="fill: #030303"/>
48
- <rect x="231.66178" y="202.58078" width="304.45344" height="304.45347" style="fill: #fff;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
49
- <rect x="231.66178" y="202.58078" width="304.45344" height="63.59693" style="fill: #e51814"/>
50
- <g>
51
- <circle cx="480.94845" cy="234.37929" r="7.32041" style="fill: #fff"/>
52
- <circle cx="509.3641" cy="234.37929" r="7.32041" style="fill: #fff"/>
53
- </g>
54
- <line x1="343.29471" y1="235.73242" x2="258.04775" y2="235.73242" style="fill: none;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
55
- <g>
56
- <g>
57
- <line x1="338.38692" y1="305.3997" x2="404.56206" y2="305.3997" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
58
- <line x1="257.50619" y1="305.3997" x2="323.68133" y2="305.3997" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
59
- </g>
60
- <line x1="280.5225" y1="334.70464" x2="389.92514" y2="334.70464" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
61
- <g>
62
- <line x1="485.44277" y1="364.00954" x2="368.8599" y2="364.00954" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
63
- <line x1="281.21502" y1="364.00954" x2="356.7126" y2="364.00954" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
64
- </g>
65
- <g>
66
- <line x1="280.5225" y1="481.22921" x2="322.98882" y2="481.22921" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3.43612384796143px"/>
67
- <line x1="403.86955" y1="481.22921" x2="337.69441" y2="481.22921" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
68
- <line x1="484.75026" y1="481.22921" x2="418.57514" y2="481.22921" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
69
- </g>
70
- <line x1="280.5225" y1="393.31448" x2="351.57527" y2="393.31448" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
71
- <g>
72
- <line x1="280.5225" y1="451.92427" x2="351.57527" y2="451.92427" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
73
- <line x1="429.36312" y1="451.92427" x2="366.28084" y2="451.92427" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
74
- <line x1="484.75026" y1="451.92427" x2="444.06871" y2="451.92427" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
75
- </g>
76
- <g>
77
- <line x1="256.81368" y1="422.61937" x2="312.29267" y2="422.61937" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3.43612384796143px"/>
78
- <line x1="381.18224" y1="422.61937" x2="324.43996" y2="422.61937" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
79
- </g>
80
- </g>
81
- </g>
82
- </g>
83
- <g>
84
- <g>
85
- <path d="M270.86263,580.23569h22.82353a10.23058,10.23058,0,0,1,10.23058,10.23058V605.2938" style="fill: none;stroke: #e51814;stroke-miterlimit: 10;stroke-width: 3px"/>
86
- <circle cx="303.91674" cy="612.91569" r="7.62189" style="fill: none;stroke: #e51814;stroke-linejoin: round;stroke-width: 3px"/>
87
- </g>
88
- <g>
89
- <path d="M90.13863,466.865H252.829a1.60917,1.60917,0,0,1,1.60917,1.60917V625.87272a1.60913,1.60913,0,0,1-1.60913,1.60913H90.13862a1.60916,1.60916,0,0,1-1.60916-1.60916V468.47418A1.60917,1.60917,0,0,1,90.13863,466.865Z" style="fill: #030303"/>
90
- <g>
91
- <path d="M104.98432,459.07021H272.26506V621.13578a1.22064,1.22064,0,0,1-1.22063,1.22068H104.98432V459.07021Z" style="fill: #fff;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
92
- <rect x="104.98432" y="459.07021" width="167.28074" height="35.08653" style="fill: #e51814"/>
93
- <line x1="118.17353" y1="476.61345" x2="195.10039" y2="476.61345" style="fill: none;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
94
- <circle cx="240.61553" cy="476.61345" r="4.65745" style="fill: #fff"/>
95
- <circle cx="254.5879" cy="476.61345" r="4.65745" style="fill: #fff"/>
96
- <g>
97
- <line x1="118.17353" y1="511.07773" x2="212.33524" y2="511.07773" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
98
- <g>
99
- <line x1="129.60393" y1="545.65673" x2="149.90951" y2="545.65673" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
100
- <line x1="160.54632" y1="545.65673" x2="199.95474" y2="545.65673" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
101
- </g>
102
- <g>
103
- <line x1="129.60393" y1="562.94616" x2="199.23848" y2="562.94616" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
104
- <line x1="209.90948" y1="562.94616" x2="235.368" y2="562.94616" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
105
- </g>
106
- <line x1="129.60393" y1="528.36721" x2="163.68502" y2="528.36721" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
107
- <line x1="129.60393" y1="597.52512" x2="194.54915" y2="597.52512" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
108
- <g>
109
- <line x1="118.17353" y1="580.23569" x2="149.84618" y2="580.23569" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
110
- <line x1="160.54632" y1="580.23569" x2="214.2149" y2="580.23569" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
111
- </g>
112
- </g>
113
- </g>
114
- </g>
115
- </g>
116
- <g>
117
- <line x1="366.80594" y1="553.72753" x2="451.90015" y2="553.72753" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
118
- <line x1="414.13887" y1="570.95801" x2="451.90015" y2="570.95801" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
119
- <line x1="366.80594" y1="570.95801" x2="404.7632" y2="570.95801" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
120
- <line x1="436.26104" y1="589.10571" x2="451.90015" y2="589.10571" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
121
- <line x1="366.80594" y1="589.10571" x2="426.88537" y2="589.10571" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
122
- <line x1="389.06137" y1="606.79871" x2="451.90015" y2="606.79871" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
123
- <line x1="366.80594" y1="606.79871" x2="379.55245" y2="606.79871" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
124
- <line x1="355.83895" y1="552.42622" x2="355.83895" y2="608.04516" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
125
- </g>
126
- <g>
127
- <line x1="458.30322" y1="81.79064" x2="543.39742" y2="81.79064" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
128
- <line x1="505.63615" y1="99.02112" x2="543.39742" y2="99.02112" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
129
- <line x1="458.30322" y1="99.02112" x2="496.26048" y2="99.02112" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
130
- <line x1="527.75831" y1="117.16883" x2="543.39742" y2="117.16883" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
131
- <line x1="458.30322" y1="117.16883" x2="518.38265" y2="117.16883" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
132
- <line x1="480.55864" y1="134.86182" x2="543.39742" y2="134.86182" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
133
- <line x1="458.30322" y1="134.86182" x2="471.04972" y2="134.86182" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
134
- <line x1="447.33623" y1="80.48933" x2="447.33623" y2="136.10827" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
135
- </g>
136
- <g>
137
- <g>
138
- <line x1="102.68918" y1="264.42825" x2="187.78341" y2="264.42825" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
139
- <line x1="150.02211" y1="281.65876" x2="187.78341" y2="281.65876" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
140
- <line x1="102.68918" y1="281.65876" x2="140.64646" y2="281.65876" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
141
- <line x1="172.1521" y1="299.80644" x2="187.78341" y2="299.80644" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
142
- <line x1="102.68918" y1="299.80644" x2="162.77646" y2="299.80644" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
143
- <line x1="124.95245" y1="317.49945" x2="187.78341" y2="317.49945" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
144
- <line x1="102.68918" y1="317.49945" x2="115.44353" y2="317.49945" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
145
- </g>
146
- <line x1="91.73004" y1="263.12695" x2="91.73004" y2="318.74588" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
147
- </g>
148
- </g>
149
- </svg>