@zohodesk/svg 1.1.18 → 1.1.20

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 (328) hide show
  1. package/README.md +10 -0
  2. package/deprecated/13_sep_2024/SvgLoader.js +26 -0
  3. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -127
  4. package/es/Loader/Loader.js +10 -21
  5. package/es/Loader/LoaderSvg.module.css +28 -0
  6. package/es/Loader/__tests__/Loader.spec.js +1 -1
  7. package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +48 -54
  8. package/es/SVG/SVG.js +4 -4
  9. package/es/SVG/SVG.module.css +34 -34
  10. package/es/SVG/__tests__/SVG.spec.js +1 -1
  11. package/es/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
  12. package/es/css/EmptyStateVariables.module.css +38 -38
  13. package/es/emptystate/index.js +3 -3
  14. package/es/emptystate/version1/EmptyCustomDomain.js +4 -4
  15. package/es/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
  16. package/es/emptystate/version1/__tests__/version1.spec.js +1 -1
  17. package/es/emptystate/version1/index.js +1 -1
  18. package/es/emptystate/version2/EmptyBusinessHoliday.js +4 -4
  19. package/es/emptystate/version2/EmptyBusinessHour.js +4 -4
  20. package/es/emptystate/version2/EmptyFromAddress.js +4 -4
  21. package/es/emptystate/version2/EmptyImportHistory.js +4 -4
  22. package/es/emptystate/version2/EmptyNetwork.js +4 -4
  23. package/es/emptystate/version2/EmptyRecycleBin.js +4 -4
  24. package/es/emptystate/version2/EmptyRoles.js +4 -4
  25. package/es/emptystate/version2/EmptyWebhook.js +4 -4
  26. package/es/emptystate/version2/FailureLog.js +4 -4
  27. package/es/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -208
  28. package/es/emptystate/version2/__tests__/version2.spec.js +1 -1
  29. package/es/emptystate/version2/index.js +9 -9
  30. package/es/emptystate/version3/AuditLog.js +3 -3
  31. package/es/emptystate/version3/Bot.js +3 -3
  32. package/es/emptystate/version3/Contract.js +3 -3
  33. package/es/emptystate/version3/CustomModule.js +3 -3
  34. package/es/emptystate/version3/EmptyAPIAuthentication.js +3 -3
  35. package/es/emptystate/version3/EmptyAPIConfiguration.js +3 -3
  36. package/es/emptystate/version3/EmptyAPIs.js +3 -3
  37. package/es/emptystate/version3/EmptyAccounts.js +3 -3
  38. package/es/emptystate/version3/EmptyActiveCalls.js +3 -3
  39. package/es/emptystate/version3/EmptyActivity.js +3 -3
  40. package/es/emptystate/version3/EmptyAgent.js +3 -3
  41. package/es/emptystate/version3/EmptyAgentQueue.js +3 -3
  42. package/es/emptystate/version3/EmptyApplechat.js +3 -3
  43. package/es/emptystate/version3/EmptyApproval.js +3 -3
  44. package/es/emptystate/version3/EmptyArchived.js +3 -3
  45. package/es/emptystate/version3/EmptyArticle.js +3 -3
  46. package/es/emptystate/version3/EmptyAsapchat.js +3 -3
  47. package/es/emptystate/version3/EmptyAttach.js +3 -3
  48. package/es/emptystate/version3/EmptyAuthenticationPending.js +3 -3
  49. package/es/emptystate/version3/EmptyBlueprint.js +3 -3
  50. package/es/emptystate/version3/EmptyCallHistory.js +3 -3
  51. package/es/emptystate/version3/EmptyCanned.js +3 -3
  52. package/es/emptystate/version3/EmptyChat.js +3 -3
  53. package/es/emptystate/version3/EmptyCollision.js +3 -3
  54. package/es/emptystate/version3/EmptyColumn.js +3 -3
  55. package/es/emptystate/version3/EmptyContact.js +3 -3
  56. package/es/emptystate/version3/EmptyContract.js +3 -3
  57. package/es/emptystate/version3/EmptyConversation.js +3 -3
  58. package/es/emptystate/version3/EmptyCrm.js +3 -3
  59. package/es/emptystate/version3/EmptyCrmNotes.js +3 -3
  60. package/es/emptystate/version3/EmptyCrmPotential.js +3 -3
  61. package/es/emptystate/version3/EmptyCustomerHappiness.js +3 -3
  62. package/es/emptystate/version3/EmptyDashboard.js +3 -3
  63. package/es/emptystate/version3/EmptyDelete.js +3 -3
  64. package/es/emptystate/version3/EmptyDepartment.js +3 -3
  65. package/es/emptystate/version3/EmptyError.js +3 -3
  66. package/es/emptystate/version3/EmptyFeed.js +3 -3
  67. package/es/emptystate/version3/EmptyFollowers.js +3 -3
  68. package/es/emptystate/version3/EmptyFrame.js +3 -3
  69. package/es/emptystate/version3/EmptyHappiness.js +3 -3
  70. package/es/emptystate/version3/EmptyHistory.js +3 -3
  71. package/es/emptystate/version3/EmptyInstagram.js +3 -3
  72. package/es/emptystate/version3/EmptyInstantmessage.js +3 -3
  73. package/es/emptystate/version3/EmptyInvoice.js +3 -3
  74. package/es/emptystate/version3/EmptyLine.js +3 -3
  75. package/es/emptystate/version3/EmptyMessenger.js +3 -3
  76. package/es/emptystate/version3/EmptyNoData.js +3 -3
  77. package/es/emptystate/version3/EmptyNotification.js +3 -3
  78. package/es/emptystate/version3/EmptyPreference.js +3 -3
  79. package/es/emptystate/version3/EmptyProducts.js +3 -3
  80. package/es/emptystate/version3/EmptyReply.js +3 -3
  81. package/es/emptystate/version3/EmptyReports.js +3 -3
  82. package/es/emptystate/version3/EmptySandbox.js +3 -3
  83. package/es/emptystate/version3/EmptySchedule.js +3 -3
  84. package/es/emptystate/version3/EmptySearch.js +3 -3
  85. package/es/emptystate/version3/EmptySkills.js +3 -3
  86. package/es/emptystate/version3/EmptySla.js +3 -3
  87. package/es/emptystate/version3/EmptySnippet.js +3 -3
  88. package/es/emptystate/version3/EmptyTag.js +3 -3
  89. package/es/emptystate/version3/EmptyTask.js +3 -3
  90. package/es/emptystate/version3/EmptyTeams.js +3 -3
  91. package/es/emptystate/version3/EmptyTelegram.js +3 -3
  92. package/es/emptystate/version3/EmptyTemplate.js +3 -3
  93. package/es/emptystate/version3/EmptyTicket.js +3 -3
  94. package/es/emptystate/version3/EmptyTimeEntry.js +3 -3
  95. package/es/emptystate/version3/EmptyTimeline.js +3 -3
  96. package/es/emptystate/version3/EmptyTopic.js +3 -3
  97. package/es/emptystate/version3/EmptyTwilio.js +3 -3
  98. package/es/emptystate/version3/EmptyWechat.js +3 -3
  99. package/es/emptystate/version3/EmptyWhatsapp.js +3 -3
  100. package/es/emptystate/version3/EmptyZSCKey.js +3 -3
  101. package/es/emptystate/version3/Export.js +3 -3
  102. package/es/emptystate/version3/Extensions.js +3 -3
  103. package/es/emptystate/version3/Extractor.js +3 -3
  104. package/es/emptystate/version3/GCBot.js +3 -3
  105. package/es/emptystate/version3/GCConversation.js +3 -3
  106. package/es/emptystate/version3/Import.js +3 -3
  107. package/es/emptystate/version3/KBBot.js +3 -3
  108. package/es/emptystate/version3/Multilingual.js +3 -3
  109. package/es/emptystate/version3/NetworkError.js +3 -3
  110. package/es/emptystate/version3/Predictor.js +3 -3
  111. package/es/emptystate/version3/ReadRecipients.js +3 -3
  112. package/es/emptystate/version3/SupportPlan.js +3 -3
  113. package/es/emptystate/version3/Variable.js +3 -3
  114. package/es/emptystate/version3/ZiaAnamoly.js +3 -3
  115. package/es/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -5968
  116. package/es/emptystate/version3/__tests__/version3.spec.js +1 -1
  117. package/es/emptystate/version3/index.js +78 -78
  118. package/es/errorstate/index.js +3 -3
  119. package/es/errorstate/version1/EmptyInconvenience.js +4 -4
  120. package/es/errorstate/version1/NoRequestFound.js +4 -4
  121. package/es/errorstate/version1/PageNotFound.js +4 -4
  122. package/es/errorstate/version1/UnableToProcessRequest.js +4 -4
  123. package/es/errorstate/version1/UnauthorizedLogin.js +4 -4
  124. package/es/errorstate/version1/UrlNotFound.js +4 -4
  125. package/es/errorstate/version1/WillBeRightBack.js +4 -4
  126. package/es/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -162
  127. package/es/errorstate/version1/__tests__/version1.spec.js +1 -1
  128. package/es/errorstate/version1/index.js +7 -7
  129. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +3 -3
  130. package/es/errorstate/version2/EmptyWillBeRightBack.js +3 -3
  131. package/es/errorstate/version2/NotImpossible.js +3 -3
  132. package/es/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -63
  133. package/es/errorstate/version2/__tests__/version2.spec.js +1 -1
  134. package/es/errorstate/version2/index.js +2 -2
  135. package/es/errorstate/version3/ErrorInconvenience.js +3 -3
  136. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +3 -3
  137. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +3 -3
  138. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +3 -3
  139. package/es/errorstate/version3/ErrorUrlNotFound.js +3 -3
  140. package/es/errorstate/version3/ErrorWillBeRightBack.js +3 -3
  141. package/es/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -698
  142. package/es/errorstate/version3/__tests__/version3.spec.js +1 -1
  143. package/es/errorstate/version3/index.js +6 -6
  144. package/es/index.js +4 -4
  145. package/es/v1/Loader/Loader.js +10 -21
  146. package/es/v1/Loader/V1_LoaderSvg.module.css +28 -0
  147. package/es/v1/SVG/SVG.js +4 -4
  148. package/es/v1/emptystate/version1/EmptyCustomDomain.js +4 -4
  149. package/es/v1/emptystate/version2/EmptyBusinessHoliday.js +4 -4
  150. package/es/v1/emptystate/version2/EmptyBusinessHour.js +4 -4
  151. package/es/v1/emptystate/version2/EmptyFromAddress.js +4 -4
  152. package/es/v1/emptystate/version2/EmptyImportHistory.js +4 -4
  153. package/es/v1/emptystate/version2/EmptyNetwork.js +4 -4
  154. package/es/v1/emptystate/version2/EmptyRecycleBin.js +4 -4
  155. package/es/v1/emptystate/version2/EmptyRoles.js +4 -4
  156. package/es/v1/emptystate/version2/EmptyWebhook.js +4 -4
  157. package/es/v1/emptystate/version2/FailureLog.js +4 -4
  158. package/es/v1/emptystate/version3/Alerts.js +3 -3
  159. package/es/v1/emptystate/version3/AuditLog.js +3 -3
  160. package/es/v1/emptystate/version3/Bot.js +3 -3
  161. package/es/v1/emptystate/version3/BulkActionLog.js +75 -0
  162. package/es/v1/emptystate/version3/BusinessHours.js +3 -3
  163. package/es/v1/emptystate/version3/Company.js +3 -3
  164. package/es/v1/emptystate/version3/Contract.js +3 -3
  165. package/es/v1/emptystate/version3/CustomButton.js +3 -3
  166. package/es/v1/emptystate/version3/CustomModule.js +3 -3
  167. package/es/v1/emptystate/version3/DKIMAuthendication.js +3 -3
  168. package/es/v1/emptystate/version3/DataSharing.js +3 -3
  169. package/es/v1/emptystate/version3/DomainMapping.js +3 -3
  170. package/es/v1/emptystate/version3/EmailFailure.js +3 -3
  171. package/es/v1/emptystate/version3/EmptyAI.js +3 -3
  172. package/es/v1/emptystate/version3/EmptyAPIAuthentication.js +3 -3
  173. package/es/v1/emptystate/version3/EmptyAPIConfiguration.js +3 -3
  174. package/es/v1/emptystate/version3/EmptyAPIMatrix.js +3 -3
  175. package/es/v1/emptystate/version3/EmptyAPIs.js +3 -3
  176. package/es/v1/emptystate/version3/EmptyAccounts.js +3 -3
  177. package/es/v1/emptystate/version3/EmptyActiveCalls.js +3 -3
  178. package/es/v1/emptystate/version3/EmptyActivity.js +3 -3
  179. package/es/v1/emptystate/version3/EmptyAgent.js +3 -3
  180. package/es/v1/emptystate/version3/EmptyAgentQueue.js +3 -3
  181. package/es/v1/emptystate/version3/EmptyApplechat.js +3 -3
  182. package/es/v1/emptystate/version3/EmptyApproval.js +3 -3
  183. package/es/v1/emptystate/version3/EmptyArchived.js +3 -3
  184. package/es/v1/emptystate/version3/EmptyArticle.js +3 -3
  185. package/es/v1/emptystate/version3/EmptyAsapchat.js +3 -3
  186. package/es/v1/emptystate/version3/EmptyAttach.js +3 -3
  187. package/es/v1/emptystate/version3/EmptyAuthenticationPending.js +3 -3
  188. package/es/v1/emptystate/version3/EmptyBlueprint.js +3 -3
  189. package/es/v1/emptystate/version3/EmptyCallHistory.js +3 -3
  190. package/es/v1/emptystate/version3/EmptyCanned.js +3 -3
  191. package/es/v1/emptystate/version3/EmptyChat.js +3 -3
  192. package/es/v1/emptystate/version3/EmptyCollision.js +3 -3
  193. package/es/v1/emptystate/version3/EmptyColumn.js +3 -3
  194. package/es/v1/emptystate/version3/EmptyConfigurationPending.js +3 -3
  195. package/es/v1/emptystate/version3/EmptyContact.js +3 -3
  196. package/es/v1/emptystate/version3/EmptyContract.js +3 -3
  197. package/es/v1/emptystate/version3/EmptyConversation.js +3 -3
  198. package/es/v1/emptystate/version3/EmptyCrm.js +3 -3
  199. package/es/v1/emptystate/version3/EmptyCrmNotes.js +3 -3
  200. package/es/v1/emptystate/version3/EmptyCrmPotential.js +3 -3
  201. package/es/v1/emptystate/version3/EmptyCustomerHappiness.js +3 -3
  202. package/es/v1/emptystate/version3/EmptyDashboard.js +3 -3
  203. package/es/v1/emptystate/version3/EmptyDelete.js +3 -3
  204. package/es/v1/emptystate/version3/EmptyDepartment.js +3 -3
  205. package/es/v1/emptystate/version3/EmptyError.js +3 -3
  206. package/es/v1/emptystate/version3/EmptyFeed.js +3 -3
  207. package/es/v1/emptystate/version3/EmptyFieldSearch.js +3 -3
  208. package/es/v1/emptystate/version3/EmptyFollowers.js +3 -3
  209. package/es/v1/emptystate/version3/EmptyFrame.js +3 -3
  210. package/es/v1/emptystate/version3/EmptyHappiness.js +3 -3
  211. package/es/v1/emptystate/version3/EmptyHistory.js +3 -3
  212. package/es/v1/emptystate/version3/EmptyInstagram.js +3 -3
  213. package/es/v1/emptystate/version3/EmptyInstantmessage.js +3 -3
  214. package/es/v1/emptystate/version3/EmptyInvoice.js +3 -3
  215. package/es/v1/emptystate/version3/EmptyLine.js +3 -3
  216. package/es/v1/emptystate/version3/EmptyMessenger.js +3 -3
  217. package/es/v1/emptystate/version3/EmptyNoData.js +3 -3
  218. package/es/v1/emptystate/version3/EmptyNotification.js +3 -3
  219. package/es/v1/emptystate/version3/EmptyPenguin.js +3 -3
  220. package/es/v1/emptystate/version3/EmptyPreference.js +3 -3
  221. package/es/v1/emptystate/version3/EmptyProducts.js +3 -3
  222. package/es/v1/emptystate/version3/EmptyRecycleBin.js +3 -3
  223. package/es/v1/emptystate/version3/EmptyReply.js +3 -3
  224. package/es/v1/emptystate/version3/EmptyReports.js +3 -3
  225. package/es/v1/emptystate/version3/EmptySandbox.js +3 -3
  226. package/es/v1/emptystate/version3/EmptySchedule.js +3 -3
  227. package/es/v1/emptystate/version3/EmptySearch.js +3 -3
  228. package/es/v1/emptystate/version3/EmptySkills.js +3 -3
  229. package/es/v1/emptystate/version3/EmptySla.js +3 -3
  230. package/es/v1/emptystate/version3/EmptySnippet.js +3 -3
  231. package/es/v1/emptystate/version3/EmptySync.js +3 -3
  232. package/es/v1/emptystate/version3/EmptyTag.js +3 -3
  233. package/es/v1/emptystate/version3/EmptyTask.js +3 -3
  234. package/es/v1/emptystate/version3/EmptyTeams.js +3 -3
  235. package/es/v1/emptystate/version3/EmptyTelegram.js +3 -3
  236. package/es/v1/emptystate/version3/EmptyTemplate.js +3 -3
  237. package/es/v1/emptystate/version3/EmptyTicket.js +3 -3
  238. package/es/v1/emptystate/version3/EmptyTimeEntry.js +3 -3
  239. package/es/v1/emptystate/version3/EmptyTimeline.js +3 -3
  240. package/es/v1/emptystate/version3/EmptyTopic.js +3 -3
  241. package/es/v1/emptystate/version3/EmptyTrophy.js +3 -3
  242. package/es/v1/emptystate/version3/EmptyTwilio.js +3 -3
  243. package/es/v1/emptystate/version3/EmptyWechat.js +3 -3
  244. package/es/v1/emptystate/version3/EmptyWhatsapp.js +3 -3
  245. package/es/v1/emptystate/version3/EmptyZSCKey.js +3 -3
  246. package/es/v1/emptystate/version3/Export.js +3 -3
  247. package/es/v1/emptystate/version3/Extensions.js +3 -3
  248. package/es/v1/emptystate/version3/Extractor.js +3 -3
  249. package/es/v1/emptystate/version3/FieldUpdate.js +3 -3
  250. package/es/v1/emptystate/version3/FromAddress.js +3 -3
  251. package/es/v1/emptystate/version3/GCBot.js +3 -3
  252. package/es/v1/emptystate/version3/GCConversation.js +3 -3
  253. package/es/v1/emptystate/version3/HolidayLists.js +3 -3
  254. package/es/v1/emptystate/version3/Import.js +3 -3
  255. package/es/v1/emptystate/version3/Integrations.js +3 -3
  256. package/es/v1/emptystate/version3/KBBot.js +3 -3
  257. package/es/v1/emptystate/version3/Multilingual.js +3 -3
  258. package/es/v1/emptystate/version3/MyInformation.js +3 -3
  259. package/es/v1/emptystate/version3/NetworkError.js +3 -3
  260. package/es/v1/emptystate/version3/OtherConfiguration.js +3 -3
  261. package/es/v1/emptystate/version3/PortalName.js +74 -0
  262. package/es/v1/emptystate/version3/Predictor.js +3 -3
  263. package/es/v1/emptystate/version3/ReadRecipients.js +3 -3
  264. package/es/v1/emptystate/version3/RebrandingLogo.js +79 -0
  265. package/es/v1/emptystate/version3/SupportEmailAddress.js +3 -3
  266. package/es/v1/emptystate/version3/SupportPlan.js +3 -3
  267. package/es/v1/emptystate/version3/Variable.js +3 -3
  268. package/es/v1/emptystate/version3/ZiaAnamoly.js +3 -3
  269. package/es/v1/errorstate/version1/EmptyInconvenience.js +4 -4
  270. package/es/v1/errorstate/version1/NoRequestFound.js +4 -4
  271. package/es/v1/errorstate/version1/PageNotFound.js +4 -4
  272. package/es/v1/errorstate/version1/UnableToProcessRequest.js +4 -4
  273. package/es/v1/errorstate/version1/UnauthorizedLogin.js +4 -4
  274. package/es/v1/errorstate/version1/UrlNotFound.js +4 -4
  275. package/es/v1/errorstate/version1/WillBeRightBack.js +4 -4
  276. package/es/v1/errorstate/version2/EmptyUnauthorizedLogin.js +3 -3
  277. package/es/v1/errorstate/version2/EmptyWillBeRightBack.js +3 -3
  278. package/es/v1/errorstate/version2/NotImpossible.js +3 -3
  279. package/es/v1/errorstate/version3/ErrorInconvenience.js +3 -3
  280. package/es/v1/errorstate/version3/ErrorOopsSomethingMiss.js +3 -3
  281. package/es/v1/errorstate/version3/ErrorUnableToProcessRequest.js +3 -3
  282. package/es/v1/errorstate/version3/ErrorUnauthorizedLogin.js +3 -3
  283. package/es/v1/errorstate/version3/ErrorUrlNotFound.js +3 -3
  284. package/es/v1/errorstate/version3/ErrorWillBeRightBack.js +3 -3
  285. package/images/EmptyBusinessHoliday.svg +50 -50
  286. package/images/EmptyBusinessHour.svg +42 -42
  287. package/images/EmptyContactInfo.svg +27 -27
  288. package/images/EmptyCustomDomain.svg +85 -85
  289. package/images/EmptyFilter.svg +62 -62
  290. package/images/EmptyFromAddress.svg +41 -41
  291. package/images/EmptyImportHistory.svg +43 -43
  292. package/images/EmptyNetwork.svg +50 -50
  293. package/images/EmptyRecycleBin.svg +58 -58
  294. package/images/EmptyRoles.svg +30 -30
  295. package/images/EmptySkills.svg +83 -83
  296. package/images/EmptyWebhook.svg +44 -44
  297. package/images/FailureLog.svg +46 -46
  298. package/images/Inconvenience.svg +719 -719
  299. package/images/NoRequestFound.svg +247 -247
  300. package/images/PageNotFound.svg +405 -405
  301. package/images/ReguestUrlNotFound.svg +267 -267
  302. package/images/UnableToProcess.svg +752 -752
  303. package/images/UnauthorizedLogin.svg +1047 -1047
  304. package/images/WillBack.svg +633 -633
  305. package/install.md +11 -11
  306. package/lib/Loader/Loader.js +8 -21
  307. package/lib/Loader/LoaderSvg.module.css +28 -0
  308. package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +48 -54
  309. package/lib/SVG/SVG.module.css +34 -34
  310. package/lib/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
  311. package/lib/css/EmptyStateVariables.module.css +38 -38
  312. package/lib/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
  313. package/lib/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -208
  314. package/lib/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -5968
  315. package/lib/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -162
  316. package/lib/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -63
  317. package/lib/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -698
  318. package/lib/v1/Loader/Loader.js +7 -17
  319. package/lib/v1/Loader/V1_LoaderSvg.module.css +28 -0
  320. package/lib/v1/emptystate/version3/BulkActionLog.js +96 -0
  321. package/lib/v1/emptystate/version3/PortalName.js +95 -0
  322. package/lib/v1/emptystate/version3/RebrandingLogo.js +100 -0
  323. package/package.json +3 -2
  324. package/postPublish.js +8 -8
  325. package/react-cli.config.js +19 -19
  326. package/result.json +1 -1
  327. package/es/SVG/SvgLoader.js +0 -28
  328. package/lib/SVG/SvgLoader.js +0 -66
@@ -1,58 +1,58 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 181.9 149.5" style="enable-background:new 0 0 181.9 149.5;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
- .st1{fill:none;}
8
- .st2{opacity:0.4;fill:#97C1FF;enable-background:new ;}
9
- .st3{opacity:5.000000e-02;fill:#1E2633;enable-background:new ;}
10
- .st4{fill:#E7E9EC;}
11
- .st5{opacity:0.8;fill:#788190;enable-background:new ;}
12
- .st6{fill:#CED5DE;}
13
- .st7{opacity:2.000000e-02;fill:#1E2633;enable-background:new ;}
14
- .st8{fill:#FFFFFF;}
15
- .st9{fill:#788190;}
16
- </style>
17
- <title>emptyRecyclebin</title>
18
- <g id="Layer_2_1_">
19
- <g id="Layer_1-2">
20
- <path class="st0" d="M181.9,79.1c0,38-30.8,68.8-68.8,68.8c-24.8,0-47.8-13.4-59.9-35c-0.8-1.4-1.5-2.8-2.2-4.2
21
- C34.6,74.3,49.2,33.3,83.5,17s75.4-1.8,91.7,32.6C179.6,58.7,181.9,68.8,181.9,79.1z"/>
22
- <circle class="st0" cx="42.7" cy="66.7" r="42.7"/>
23
- <circle class="st0" cx="35.9" cy="133.9" r="15.6"/>
24
- <path class="st1" d="M104.8,104.3c1.6,0,3-1.2,3.1-2.9l0.9-26.7v-0.1c0-1.7-1.3-3-3-3s-3,1.3-3,3l-0.9,26.7
25
- C101.8,102.8,103.1,104.2,104.8,104.3L104.8,104.3z"/>
26
- <path class="st1" d="M77.9,71.7c-1.6,0-2.9,1.4-2.9,3.1l0.9,26.7c0.1,1.6,1.4,2.9,3,2.9H79c1.6-0.1,2.9-1.4,2.9-3.1L81,74.5
27
- C80.9,72.9,79.6,71.6,77.9,71.7z"/>
28
- <path class="st1" d="M89.4,74.6v26.7c0,1.7,1.3,3,3,3s3-1.3,3-3V74.6c0-1.7-1.3-3-3-3S89.4,73,89.4,74.6z"/>
29
- <path class="st2" d="M64.1,59L64.1,59L64.1,59v0.2V59z"/>
30
- <path class="st2" d="M118.3,59v0.2v-0.1l0,0C118.3,59.1,118.3,59,118.3,59z"/>
31
- <path class="st3" d="M173,112.8c-18.7,33.1-60.6,44.8-93.7,26.2c-11-6.2-20-15.2-26.2-26.2H173z"/>
32
- <path class="st4" d="M118.3,48.5c-2.4,1.2-9.9-8.6-16.7-22S91.4,1.3,93.8,0.1C96-1,102,6.5,108.1,17.5l1.2-0.6
33
- c2.8-1.2,6.1,0.1,7.3,2.9c1.1,2.6,0.1,5.6-2.3,7l-1.2,0.6C118.1,38.5,120.4,47.4,118.3,48.5z M118.3,52.1
34
- c-0.1-0.7-1.2-1.3-2.9-1.9c-1.9-0.6-3.9-1-5.8-1.2c-6.1-0.8-12.2-1.2-18.3-1.2c-14.7,0-26.7,1.9-27.1,4.2l0,0
35
- c0.2,1.4,4.4,2.6,10.9,3.4l0.9,0.1h0.4l0.1,0.1c4.9,0.5,9.9,0.7,14.8,0.7c5.1,0,10.1-0.2,15.2-0.7l0,0h0.2l0.9-0.1
36
- C113.9,54.8,118.1,53.5,118.3,52.1L118.3,52.1z"/>
37
- <path class="st5" d="M88.5,56.4h2.7c1.8,0,3.6,0,5.4-0.1C94.3,56.5,91.4,56.5,88.5,56.4z"/>
38
- <path class="st6" d="M66.7,63.1l2.3,39.2l0.1,3.2c0,1.1,1.1,1.4,5.4,2.2c5.5,0.8,11.1,1.2,16.7,1.2c12.9,0,22.5-1,22.7-3.1l0,0
39
- l0.1-3.3l0,0l1.7-39.3c-4.3,1.5-13.7,2.5-24.5,2.5S71,64.6,66.7,63.1z M79,104.3L79,104.3c-1.7,0-3-1.3-3.1-2.9L75,74.7
40
- c-0.1-1.7,1.2-3,2.9-3.1s3,1.2,3.1,2.9l0.9,26.7C81.9,102.8,80.6,104.2,79,104.3z M102.8,74.5c0-1.7,1.4-3,3-3s3,1.4,3,3v0.1
41
- l-0.9,26.7c-0.1,1.7-1.4,3-3.1,2.9s-3-1.4-2.9-3.1L102.8,74.5z M95.4,74.6v26.7c0,1.7-1.3,3-3,3s-3-1.3-3-3V74.6c0-1.7,1.3-3,3-3
42
- S95.4,73,95.4,74.6z"/>
43
- <path class="st7" d="M181.9,79.1c0,11.8-3,23.5-8.9,33.8h-34.6V15.1C164.7,25.5,181.9,50.9,181.9,79.1z"/>
44
- <path class="st8" d="M44.7,115.1l3.2-8.2l5.8-3.2l6.1,1.4l2.2,3.2l2.9,3.6l-1.1,3.2l-2.8,1.8l-7.6,1.3l-5.1-0.9L44.7,115.1z
45
- M125.8,105.6l-3.1,1.4l-3.6,3.6l-0.8,2l0.6,2.1l3,0.9l2.4,0.9l3.8-1.5l1.9-3.9l-1.4-5.6L125.8,105.6z M91.6,52.5l-2.2-3.2
46
- l-6.1-1.4l-5.8,3.2l-1.8,4.5c6.2,0.6,12.4,0.9,18.6,0.8l0.1-0.2L91.6,52.5z"/>
47
- <path class="st9" d="M114,45.8c-3.4-3.7-8-10.8-12.3-19.3c-4.2-8.3-7.1-16-8.2-20.9c-0.6-2.9-0.6-4.9,0.3-5.5L89.1,3
48
- c-2.4,1.2,1.1,13,7.8,26.4c4.5,8.8,9.2,16.1,12.6,19.6c1.8,1.9,3.2,2.7,4,2.3l0.1-0.1l1.7-1l2.9-1.8
49
- C117.4,48.9,115.9,47.9,114,45.8z M118.4,52.1L118.4,52.1L118.4,52.1L118.4,52.1C118.4,52,118.3,52.1,118.4,52.1L118.4,52.1z
50
- M64.1,52.2L64.1,52.2L64.1,52.2V52V52.2z M102.4,110.9c-3.2,0.3-6.9,0.4-10.7,0.4s-7.5-0.2-10.8-0.4c-7.7-0.7-12.9-2-12.9-3.5v7
51
- c0,1.1,2.7,2.1,6.9,2.8c5.5,0.8,11.1,1.2,16.7,1.1c13.1,0,23.7-1.8,23.7-3.9v-7C115.3,108.9,110,110.2,102.4,110.9L102.4,110.9z
52
- M118.4,52.2V59v0.1c-0.2,1.2-3.3,2.2-8.2,3c-6.3,0.9-12.6,1.3-18.9,1.2c-2.2,0-4.2,0-6.2-0.1c-4-0.2-7.7-0.5-10.8-0.9
53
- c-5.9-0.8-9.8-2-10-3.3v-0.1v-6.8V52c0.2,1.4,4.4,2.6,10.9,3.4h0.2l0.7,0.1h0.5c3.4,0.3,7.2,0.6,11.4,0.7h0.8c2.9,0.1,5.7,0,8-0.1
54
- h0.1H98h0.1c3.1-0.1,6-0.3,8.6-0.6h0.2l0.9-0.1C113.9,54.7,118.2,53.5,118.4,52.2C118.3,52.2,118.3,52.2,118.4,52.2L118.4,52.2z"
55
- />
56
- </g>
57
- </g>
58
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 181.9 149.5" style="enable-background:new 0 0 181.9 149.5;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
+ .st1{fill:none;}
8
+ .st2{opacity:0.4;fill:#97C1FF;enable-background:new ;}
9
+ .st3{opacity:5.000000e-02;fill:#1E2633;enable-background:new ;}
10
+ .st4{fill:#E7E9EC;}
11
+ .st5{opacity:0.8;fill:#788190;enable-background:new ;}
12
+ .st6{fill:#CED5DE;}
13
+ .st7{opacity:2.000000e-02;fill:#1E2633;enable-background:new ;}
14
+ .st8{fill:#FFFFFF;}
15
+ .st9{fill:#788190;}
16
+ </style>
17
+ <title>emptyRecyclebin</title>
18
+ <g id="Layer_2_1_">
19
+ <g id="Layer_1-2">
20
+ <path class="st0" d="M181.9,79.1c0,38-30.8,68.8-68.8,68.8c-24.8,0-47.8-13.4-59.9-35c-0.8-1.4-1.5-2.8-2.2-4.2
21
+ C34.6,74.3,49.2,33.3,83.5,17s75.4-1.8,91.7,32.6C179.6,58.7,181.9,68.8,181.9,79.1z"/>
22
+ <circle class="st0" cx="42.7" cy="66.7" r="42.7"/>
23
+ <circle class="st0" cx="35.9" cy="133.9" r="15.6"/>
24
+ <path class="st1" d="M104.8,104.3c1.6,0,3-1.2,3.1-2.9l0.9-26.7v-0.1c0-1.7-1.3-3-3-3s-3,1.3-3,3l-0.9,26.7
25
+ C101.8,102.8,103.1,104.2,104.8,104.3L104.8,104.3z"/>
26
+ <path class="st1" d="M77.9,71.7c-1.6,0-2.9,1.4-2.9,3.1l0.9,26.7c0.1,1.6,1.4,2.9,3,2.9H79c1.6-0.1,2.9-1.4,2.9-3.1L81,74.5
27
+ C80.9,72.9,79.6,71.6,77.9,71.7z"/>
28
+ <path class="st1" d="M89.4,74.6v26.7c0,1.7,1.3,3,3,3s3-1.3,3-3V74.6c0-1.7-1.3-3-3-3S89.4,73,89.4,74.6z"/>
29
+ <path class="st2" d="M64.1,59L64.1,59L64.1,59v0.2V59z"/>
30
+ <path class="st2" d="M118.3,59v0.2v-0.1l0,0C118.3,59.1,118.3,59,118.3,59z"/>
31
+ <path class="st3" d="M173,112.8c-18.7,33.1-60.6,44.8-93.7,26.2c-11-6.2-20-15.2-26.2-26.2H173z"/>
32
+ <path class="st4" d="M118.3,48.5c-2.4,1.2-9.9-8.6-16.7-22S91.4,1.3,93.8,0.1C96-1,102,6.5,108.1,17.5l1.2-0.6
33
+ c2.8-1.2,6.1,0.1,7.3,2.9c1.1,2.6,0.1,5.6-2.3,7l-1.2,0.6C118.1,38.5,120.4,47.4,118.3,48.5z M118.3,52.1
34
+ c-0.1-0.7-1.2-1.3-2.9-1.9c-1.9-0.6-3.9-1-5.8-1.2c-6.1-0.8-12.2-1.2-18.3-1.2c-14.7,0-26.7,1.9-27.1,4.2l0,0
35
+ c0.2,1.4,4.4,2.6,10.9,3.4l0.9,0.1h0.4l0.1,0.1c4.9,0.5,9.9,0.7,14.8,0.7c5.1,0,10.1-0.2,15.2-0.7l0,0h0.2l0.9-0.1
36
+ C113.9,54.8,118.1,53.5,118.3,52.1L118.3,52.1z"/>
37
+ <path class="st5" d="M88.5,56.4h2.7c1.8,0,3.6,0,5.4-0.1C94.3,56.5,91.4,56.5,88.5,56.4z"/>
38
+ <path class="st6" d="M66.7,63.1l2.3,39.2l0.1,3.2c0,1.1,1.1,1.4,5.4,2.2c5.5,0.8,11.1,1.2,16.7,1.2c12.9,0,22.5-1,22.7-3.1l0,0
39
+ l0.1-3.3l0,0l1.7-39.3c-4.3,1.5-13.7,2.5-24.5,2.5S71,64.6,66.7,63.1z M79,104.3L79,104.3c-1.7,0-3-1.3-3.1-2.9L75,74.7
40
+ c-0.1-1.7,1.2-3,2.9-3.1s3,1.2,3.1,2.9l0.9,26.7C81.9,102.8,80.6,104.2,79,104.3z M102.8,74.5c0-1.7,1.4-3,3-3s3,1.4,3,3v0.1
41
+ l-0.9,26.7c-0.1,1.7-1.4,3-3.1,2.9s-3-1.4-2.9-3.1L102.8,74.5z M95.4,74.6v26.7c0,1.7-1.3,3-3,3s-3-1.3-3-3V74.6c0-1.7,1.3-3,3-3
42
+ S95.4,73,95.4,74.6z"/>
43
+ <path class="st7" d="M181.9,79.1c0,11.8-3,23.5-8.9,33.8h-34.6V15.1C164.7,25.5,181.9,50.9,181.9,79.1z"/>
44
+ <path class="st8" d="M44.7,115.1l3.2-8.2l5.8-3.2l6.1,1.4l2.2,3.2l2.9,3.6l-1.1,3.2l-2.8,1.8l-7.6,1.3l-5.1-0.9L44.7,115.1z
45
+ M125.8,105.6l-3.1,1.4l-3.6,3.6l-0.8,2l0.6,2.1l3,0.9l2.4,0.9l3.8-1.5l1.9-3.9l-1.4-5.6L125.8,105.6z M91.6,52.5l-2.2-3.2
46
+ l-6.1-1.4l-5.8,3.2l-1.8,4.5c6.2,0.6,12.4,0.9,18.6,0.8l0.1-0.2L91.6,52.5z"/>
47
+ <path class="st9" d="M114,45.8c-3.4-3.7-8-10.8-12.3-19.3c-4.2-8.3-7.1-16-8.2-20.9c-0.6-2.9-0.6-4.9,0.3-5.5L89.1,3
48
+ c-2.4,1.2,1.1,13,7.8,26.4c4.5,8.8,9.2,16.1,12.6,19.6c1.8,1.9,3.2,2.7,4,2.3l0.1-0.1l1.7-1l2.9-1.8
49
+ C117.4,48.9,115.9,47.9,114,45.8z M118.4,52.1L118.4,52.1L118.4,52.1L118.4,52.1C118.4,52,118.3,52.1,118.4,52.1L118.4,52.1z
50
+ M64.1,52.2L64.1,52.2L64.1,52.2V52V52.2z M102.4,110.9c-3.2,0.3-6.9,0.4-10.7,0.4s-7.5-0.2-10.8-0.4c-7.7-0.7-12.9-2-12.9-3.5v7
51
+ c0,1.1,2.7,2.1,6.9,2.8c5.5,0.8,11.1,1.2,16.7,1.1c13.1,0,23.7-1.8,23.7-3.9v-7C115.3,108.9,110,110.2,102.4,110.9L102.4,110.9z
52
+ M118.4,52.2V59v0.1c-0.2,1.2-3.3,2.2-8.2,3c-6.3,0.9-12.6,1.3-18.9,1.2c-2.2,0-4.2,0-6.2-0.1c-4-0.2-7.7-0.5-10.8-0.9
53
+ c-5.9-0.8-9.8-2-10-3.3v-0.1v-6.8V52c0.2,1.4,4.4,2.6,10.9,3.4h0.2l0.7,0.1h0.5c3.4,0.3,7.2,0.6,11.4,0.7h0.8c2.9,0.1,5.7,0,8-0.1
54
+ h0.1H98h0.1c3.1-0.1,6-0.3,8.6-0.6h0.2l0.9-0.1C113.9,54.7,118.2,53.5,118.4,52.2C118.3,52.2,118.3,52.2,118.4,52.2L118.4,52.2z"
55
+ />
56
+ </g>
57
+ </g>
58
+ </svg>
@@ -1,30 +1,30 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
- .st1{fill:#FFFFFF;}
8
- .st2{fill:#788190;}
9
- .st3{fill:#CED5DE;}
10
- </style>
11
- <title>emptyRoles</title>
12
- <g id="Layer_2_1_">
13
- <g id="Layer_1-2">
14
- <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
15
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
16
- <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
17
- <circle class="st1" cx="119.2" cy="104.7" r="19.8"/>
18
- <circle class="st1" cx="119.2" cy="36.2" r="19.8"/>
19
- <path class="st1" d="M83.9,88.3c-9.4,13.7-28.1,17.3-41.8,7.9s-17.3-28.1-7.9-41.8S62.3,37.2,76,46.5c8.2,5.6,13.1,14.9,13.1,24.9
20
- C89.1,77.4,87.3,83.3,83.9,88.3"/>
21
- <path class="st2" d="M77.4,67.2v10.3c-1.2-0.1-2.3-0.2-3.4-0.3c-24-2.6-28.1-14.3-28.1-14.3l-2.6,10.8v-6.5
22
- c0.2-9.4,8.1-16.9,17.5-16.7C69.9,50.8,77.2,58.1,77.4,67.2L77.4,67.2z"/>
23
- <path class="st3" d="M132.7,104.7c0,7.4-6,13.5-13.5,13.5s-13.5-6-13.5-13.5s6-13.5,13.5-13.5l0,0
24
- C126.6,91.2,132.7,97.3,132.7,104.7C132.7,104.7,132.7,104.7,132.7,104.7z M119.2,22.7c-7.4,0-13.5,6-13.5,13.5s6,13.5,13.5,13.5
25
- s13.5-6,13.5-13.5l0,0C132.7,28.7,126.6,22.7,119.2,22.7z M45.9,62.9l-2.6,10.8v6.4c0.2,8.5,7.3,15.2,15.8,15
26
- c8.2-0.2,14.8-6.8,15-15v-2.9C50,74.6,45.9,62.9,45.9,62.9z M99,94.4l-0.9-5.7l-1.3,1.9l-5.5-3.7l-2.2,3.2l5.6,3.7l-1.3,1.9
27
- L99,94.4z M99.2,47.5L94,45.4l1,2l-6,2.9l1.7,3.5l6-2.9l1,2L99.2,47.5z"/>
28
- </g>
29
- </g>
30
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
+ .st1{fill:#FFFFFF;}
8
+ .st2{fill:#788190;}
9
+ .st3{fill:#CED5DE;}
10
+ </style>
11
+ <title>emptyRoles</title>
12
+ <g id="Layer_2_1_">
13
+ <g id="Layer_1-2">
14
+ <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
15
+ <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
16
+ <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
17
+ <circle class="st1" cx="119.2" cy="104.7" r="19.8"/>
18
+ <circle class="st1" cx="119.2" cy="36.2" r="19.8"/>
19
+ <path class="st1" d="M83.9,88.3c-9.4,13.7-28.1,17.3-41.8,7.9s-17.3-28.1-7.9-41.8S62.3,37.2,76,46.5c8.2,5.6,13.1,14.9,13.1,24.9
20
+ C89.1,77.4,87.3,83.3,83.9,88.3"/>
21
+ <path class="st2" d="M77.4,67.2v10.3c-1.2-0.1-2.3-0.2-3.4-0.3c-24-2.6-28.1-14.3-28.1-14.3l-2.6,10.8v-6.5
22
+ c0.2-9.4,8.1-16.9,17.5-16.7C69.9,50.8,77.2,58.1,77.4,67.2L77.4,67.2z"/>
23
+ <path class="st3" d="M132.7,104.7c0,7.4-6,13.5-13.5,13.5s-13.5-6-13.5-13.5s6-13.5,13.5-13.5l0,0
24
+ C126.6,91.2,132.7,97.3,132.7,104.7C132.7,104.7,132.7,104.7,132.7,104.7z M119.2,22.7c-7.4,0-13.5,6-13.5,13.5s6,13.5,13.5,13.5
25
+ s13.5-6,13.5-13.5l0,0C132.7,28.7,126.6,22.7,119.2,22.7z M45.9,62.9l-2.6,10.8v6.4c0.2,8.5,7.3,15.2,15.8,15
26
+ c8.2-0.2,14.8-6.8,15-15v-2.9C50,74.6,45.9,62.9,45.9,62.9z M99,94.4l-0.9-5.7l-1.3,1.9l-5.5-3.7l-2.2,3.2l5.6,3.7l-1.3,1.9
27
+ L99,94.4z M99.2,47.5L94,45.4l1,2l-6,2.9l1.7,3.5l6-2.9l1,2L99.2,47.5z"/>
28
+ </g>
29
+ </g>
30
+ </svg>
@@ -1,83 +1,83 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:5.000000e-02;fill:#3F70B7;enable-background:new ;}
7
- .st1{fill:none;stroke:#E56471;stroke-miterlimit:10;}
8
- .st2{fill:none;stroke:#5CC1A5;stroke-miterlimit:10;}
9
- .st3{fill:none;stroke:#3F70B7;stroke-linecap:round;stroke-linejoin:round;}
10
- .st4{fill:none;stroke:#010101;stroke-linecap:round;stroke-linejoin:round;}
11
- .st5{fill:none;stroke:#000000;stroke-miterlimit:10;}
12
- .st6{opacity:0.25;fill:#3F70B7;enable-background:new ;}
13
- .st7{opacity:0.25;}
14
- .st8{clip-path:url(#SVGID_2_);}
15
- .st9{fill:none;stroke:#3F70B7;stroke-width:0.5;stroke-miterlimit:10;}
16
- .st10{clip-path:url(#SVGID_4_);}
17
- </style>
18
- <title>ReactEmpty</title>
19
- <path class="st0" d="M86.5,62.5c0,0,46.9-30.9,70.7-21.5s40,87.4-26.1,122.4S35.2,122.2,35,108.7C34.7,95.6,35,64.4,86.5,62.5z"/>
20
- <ellipse class="st1" cx="156" cy="31.7" rx="3.5" ry="3.5"/>
21
- <ellipse class="st2" cx="79.6" cy="29.6" rx="2.1" ry="2.1"/>
22
- <line class="st3" x1="23.3" y1="100.9" x2="22.9" y2="107"/>
23
- <line class="st3" x1="20" y1="103.8" x2="26.2" y2="104.1"/>
24
- <ellipse class="st4" cx="165.9" cy="154.1" rx="2.4" ry="2.4"/>
25
- <line class="st2" x1="175.6" y1="117.2" x2="179.8" y2="121.8"/>
26
- <line class="st2" x1="175.4" y1="121.6" x2="180" y2="117.4"/>
27
- <path class="st5" d="M25.9,124.2c0,0,28.6-2.9,35.8-25.2s29.5-22.8,35.6-24.2l0.7-0.2c6.6-2.4,11.3-8.9,11.3-16.3
28
- c0-9.5-7.7-17.2-17.2-17.2s-17.1,7.7-17.1,17.2c0,8.2,5.7,15,13.4,16.7l0,0c2.1,0.7,4.5,1.6,7.3,1.9c2.2,0.2,4.5,0.3,6.8,0.2
29
- c5.3-0.2,18.5,2.2,23.3,13.8c6.3,15.4,16.9,30.2,36.4,30.2c0,0-44.3,6.3-51.1-23c0,0,3.2,1.1,0,15.1s-18.7,28.8-44.6,14.8
30
- s-30.6,18.7-5,22.3s58.3-18.4,72.7-22s24.1,5,24.1,12.2c0,20.2-79.2,33.1-83.2-42.5"/>
31
- <circle class="st6" cx="97.2" cy="58.1" r="17.1"/>
32
- <g class="st7">
33
- <g>
34
- <defs>
35
- <circle id="SVGID_1_" cx="147.6" cy="58.7" r="12.7"/>
36
- </defs>
37
- <clipPath id="SVGID_2_">
38
- <use xlink:href="#SVGID_1_" style="overflow:visible;"/>
39
- </clipPath>
40
- <g class="st8">
41
- <line class="st9" x1="162.5" y1="47.7" x2="158.4" y2="73.7"/>
42
- <line class="st9" x1="160.9" y1="47.5" x2="156.8" y2="73.5"/>
43
- <line class="st9" x1="159.3" y1="47.2" x2="155.2" y2="73.2"/>
44
- <line class="st9" x1="157.7" y1="47" x2="153.6" y2="73"/>
45
- <line class="st9" x1="156.1" y1="46.7" x2="151.9" y2="72.7"/>
46
- <line class="st9" x1="154.5" y1="46.5" x2="150.4" y2="72.4"/>
47
- <line class="st9" x1="152.9" y1="46.2" x2="148.7" y2="72.2"/>
48
- <line class="st9" x1="151.3" y1="45.9" x2="147.1" y2="71.9"/>
49
- <line class="st9" x1="149.7" y1="45.7" x2="145.5" y2="71.7"/>
50
- <line class="st9" x1="148.1" y1="45.4" x2="143.9" y2="71.4"/>
51
- <line class="st9" x1="146.5" y1="45.2" x2="142.3" y2="71.2"/>
52
- <line class="st9" x1="144.9" y1="44.9" x2="140.7" y2="70.9"/>
53
- <line class="st9" x1="143.2" y1="44.7" x2="139.1" y2="70.7"/>
54
- <line class="st9" x1="141.6" y1="44.4" x2="137.5" y2="70.4"/>
55
- <line class="st9" x1="140" y1="44.2" x2="135.9" y2="70.2"/>
56
- <line class="st9" x1="138.4" y1="43.9" x2="134.3" y2="69.9"/>
57
- <line class="st9" x1="136.8" y1="43.6" x2="132.7" y2="69.6"/>
58
- </g>
59
- </g>
60
- <circle class="st9" cx="147.6" cy="58.7" r="12.7"/>
61
- </g>
62
- <g class="st7">
63
- <g>
64
- <defs>
65
- <circle id="SVGID_3_" cx="34.3" cy="61.8" r="12.7"/>
66
- </defs>
67
- <clipPath id="SVGID_4_">
68
- <use xlink:href="#SVGID_3_" style="overflow:visible;"/>
69
- </clipPath>
70
- <g class="st10">
71
- <line class="st9" x1="47.7" y1="50.6" x2="43.5" y2="76.6"/>
72
- <line class="st9" x1="44.5" y1="50.1" x2="40.3" y2="76.1"/>
73
- <line class="st9" x1="41.2" y1="49.6" x2="37.1" y2="75.6"/>
74
- <line class="st9" x1="38" y1="49" x2="33.9" y2="75.1"/>
75
- <line class="st9" x1="34.8" y1="48.5" x2="30.7" y2="74.5"/>
76
- <line class="st9" x1="31.6" y1="48" x2="27.5" y2="74"/>
77
- <line class="st9" x1="28.4" y1="47.5" x2="24.2" y2="73.5"/>
78
- <line class="st9" x1="25.2" y1="47" x2="21" y2="73"/>
79
- </g>
80
- </g>
81
- <circle class="st9" cx="34.3" cy="61.8" r="12.7"/>
82
- </g>
83
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{opacity:5.000000e-02;fill:#3F70B7;enable-background:new ;}
7
+ .st1{fill:none;stroke:#E56471;stroke-miterlimit:10;}
8
+ .st2{fill:none;stroke:#5CC1A5;stroke-miterlimit:10;}
9
+ .st3{fill:none;stroke:#3F70B7;stroke-linecap:round;stroke-linejoin:round;}
10
+ .st4{fill:none;stroke:#010101;stroke-linecap:round;stroke-linejoin:round;}
11
+ .st5{fill:none;stroke:#000000;stroke-miterlimit:10;}
12
+ .st6{opacity:0.25;fill:#3F70B7;enable-background:new ;}
13
+ .st7{opacity:0.25;}
14
+ .st8{clip-path:url(#SVGID_2_);}
15
+ .st9{fill:none;stroke:#3F70B7;stroke-width:0.5;stroke-miterlimit:10;}
16
+ .st10{clip-path:url(#SVGID_4_);}
17
+ </style>
18
+ <title>ReactEmpty</title>
19
+ <path class="st0" d="M86.5,62.5c0,0,46.9-30.9,70.7-21.5s40,87.4-26.1,122.4S35.2,122.2,35,108.7C34.7,95.6,35,64.4,86.5,62.5z"/>
20
+ <ellipse class="st1" cx="156" cy="31.7" rx="3.5" ry="3.5"/>
21
+ <ellipse class="st2" cx="79.6" cy="29.6" rx="2.1" ry="2.1"/>
22
+ <line class="st3" x1="23.3" y1="100.9" x2="22.9" y2="107"/>
23
+ <line class="st3" x1="20" y1="103.8" x2="26.2" y2="104.1"/>
24
+ <ellipse class="st4" cx="165.9" cy="154.1" rx="2.4" ry="2.4"/>
25
+ <line class="st2" x1="175.6" y1="117.2" x2="179.8" y2="121.8"/>
26
+ <line class="st2" x1="175.4" y1="121.6" x2="180" y2="117.4"/>
27
+ <path class="st5" d="M25.9,124.2c0,0,28.6-2.9,35.8-25.2s29.5-22.8,35.6-24.2l0.7-0.2c6.6-2.4,11.3-8.9,11.3-16.3
28
+ c0-9.5-7.7-17.2-17.2-17.2s-17.1,7.7-17.1,17.2c0,8.2,5.7,15,13.4,16.7l0,0c2.1,0.7,4.5,1.6,7.3,1.9c2.2,0.2,4.5,0.3,6.8,0.2
29
+ c5.3-0.2,18.5,2.2,23.3,13.8c6.3,15.4,16.9,30.2,36.4,30.2c0,0-44.3,6.3-51.1-23c0,0,3.2,1.1,0,15.1s-18.7,28.8-44.6,14.8
30
+ s-30.6,18.7-5,22.3s58.3-18.4,72.7-22s24.1,5,24.1,12.2c0,20.2-79.2,33.1-83.2-42.5"/>
31
+ <circle class="st6" cx="97.2" cy="58.1" r="17.1"/>
32
+ <g class="st7">
33
+ <g>
34
+ <defs>
35
+ <circle id="SVGID_1_" cx="147.6" cy="58.7" r="12.7"/>
36
+ </defs>
37
+ <clipPath id="SVGID_2_">
38
+ <use xlink:href="#SVGID_1_" style="overflow:visible;"/>
39
+ </clipPath>
40
+ <g class="st8">
41
+ <line class="st9" x1="162.5" y1="47.7" x2="158.4" y2="73.7"/>
42
+ <line class="st9" x1="160.9" y1="47.5" x2="156.8" y2="73.5"/>
43
+ <line class="st9" x1="159.3" y1="47.2" x2="155.2" y2="73.2"/>
44
+ <line class="st9" x1="157.7" y1="47" x2="153.6" y2="73"/>
45
+ <line class="st9" x1="156.1" y1="46.7" x2="151.9" y2="72.7"/>
46
+ <line class="st9" x1="154.5" y1="46.5" x2="150.4" y2="72.4"/>
47
+ <line class="st9" x1="152.9" y1="46.2" x2="148.7" y2="72.2"/>
48
+ <line class="st9" x1="151.3" y1="45.9" x2="147.1" y2="71.9"/>
49
+ <line class="st9" x1="149.7" y1="45.7" x2="145.5" y2="71.7"/>
50
+ <line class="st9" x1="148.1" y1="45.4" x2="143.9" y2="71.4"/>
51
+ <line class="st9" x1="146.5" y1="45.2" x2="142.3" y2="71.2"/>
52
+ <line class="st9" x1="144.9" y1="44.9" x2="140.7" y2="70.9"/>
53
+ <line class="st9" x1="143.2" y1="44.7" x2="139.1" y2="70.7"/>
54
+ <line class="st9" x1="141.6" y1="44.4" x2="137.5" y2="70.4"/>
55
+ <line class="st9" x1="140" y1="44.2" x2="135.9" y2="70.2"/>
56
+ <line class="st9" x1="138.4" y1="43.9" x2="134.3" y2="69.9"/>
57
+ <line class="st9" x1="136.8" y1="43.6" x2="132.7" y2="69.6"/>
58
+ </g>
59
+ </g>
60
+ <circle class="st9" cx="147.6" cy="58.7" r="12.7"/>
61
+ </g>
62
+ <g class="st7">
63
+ <g>
64
+ <defs>
65
+ <circle id="SVGID_3_" cx="34.3" cy="61.8" r="12.7"/>
66
+ </defs>
67
+ <clipPath id="SVGID_4_">
68
+ <use xlink:href="#SVGID_3_" style="overflow:visible;"/>
69
+ </clipPath>
70
+ <g class="st10">
71
+ <line class="st9" x1="47.7" y1="50.6" x2="43.5" y2="76.6"/>
72
+ <line class="st9" x1="44.5" y1="50.1" x2="40.3" y2="76.1"/>
73
+ <line class="st9" x1="41.2" y1="49.6" x2="37.1" y2="75.6"/>
74
+ <line class="st9" x1="38" y1="49" x2="33.9" y2="75.1"/>
75
+ <line class="st9" x1="34.8" y1="48.5" x2="30.7" y2="74.5"/>
76
+ <line class="st9" x1="31.6" y1="48" x2="27.5" y2="74"/>
77
+ <line class="st9" x1="28.4" y1="47.5" x2="24.2" y2="73.5"/>
78
+ <line class="st9" x1="25.2" y1="47" x2="21" y2="73"/>
79
+ </g>
80
+ </g>
81
+ <circle class="st9" cx="34.3" cy="61.8" r="12.7"/>
82
+ </g>
83
+ </svg>
@@ -1,44 +1,44 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
- .st1{fill:#CED5DE;}
8
- .st2{fill:#788190;}
9
- .st3{fill:#FFFFFF;}
10
- </style>
11
- <title>webhook1</title>
12
- <g id="Layer_2_1_">
13
- <g id="Layer_1-2">
14
- <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
15
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
16
- <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
17
- <path class="st1" d="M61,47.2h89.2v48c0,1.3-1.1,2.4-2.4,2.4l0,0H61V47.2z"/>
18
- <path class="st2" d="M63.4,34.8h84.3c1.3,0,2.4,1.1,2.4,2.4v10H61v-10C61,35.9,62.1,34.8,63.4,34.8C63.4,34.8,63.4,34.8,63.4,34.8
19
- z"/>
20
- <path class="st2" d="M47.2,53.5h84.3c1.3,0,2.4,1.1,2.4,2.4l0,0v10H44.7v-10C44.7,54.6,45.8,53.5,47.2,53.5
21
- C47.1,53.5,47.1,53.5,47.2,53.5z"/>
22
- <circle class="st3" cx="150.1" cy="72" r="15"/>
23
- <path class="st3" d="M44.8,65.9h89.1v48c0,1.3-1.1,2.4-2.4,2.4c0,0,0,0,0,0H47.2c-1.3,0-2.4-1.1-2.4-2.4L44.8,65.9z"/>
24
- <path class="st1" d="M54.6,77.3h31.5c1.2,0,2.2,1,2.2,2.2l0,0c0,1.2-1,2.2-2.2,2.2c0,0,0,0,0,0H54.6c-1.2,0-2.2-1-2.2-2.2l0,0
25
- C52.4,78.3,53.4,77.4,54.6,77.3z M54.6,88.8h40c1.2,0,2.2,1,2.2,2.2c0,0,0,0,0,0l0,0c0,1.2-1,2.2-2.2,2.2h-40
26
- c-1.2,0-2.2-1-2.2-2.1l0,0C52.4,89.8,53.3,88.8,54.6,88.8C54.6,88.8,54.6,88.7,54.6,88.8z M54.6,100.1h24.9c1.2,0,2.2,1,2.2,2.2
27
- c0,0,0,0,0,0l0,0c0,1.2-1,2.2-2.2,2.2c0,0,0,0,0,0H54.6c-1.2,0-2.2-1-2.2-2.2l0,0C52.4,101.1,53.4,100.1,54.6,100.1z"/>
28
- <path class="st1" d="M106.4,77.3h17.9c1,0,1.8,0.8,1.8,1.8v19.1c0,1-0.8,1.8-1.8,1.8h-17.9c-1,0-1.8-0.8-1.8-1.8V79.2
29
- C104.6,78.2,105.4,77.3,106.4,77.3z"/>
30
- <path class="st2" d="M158.5,72.4c-1.4-1.2-3.3-1.6-5-0.9l-1.7-3c0.8-0.8,0.8-2.1,0-2.8s-2.1-0.8-2.8,0c-0.8,0.8-0.8,2.1,0,2.8
31
- c0.4,0.4,0.9,0.6,1.4,0.6c0.2,0,0.3,0,0.5-0.1l2,3.4c0.2,0.3,0.5,0.4,0.8,0.2c1.7-1,3.9-0.4,4.9,1.4c1,1.7,0.4,3.9-1.4,4.9
32
- c-1.4,0.8-3.1,0.6-4.2-0.5c-0.2-0.2-0.6-0.2-0.8,0c0,0,0,0,0,0c-0.2,0.2-0.2,0.6,0,0.8c1.9,1.8,4.9,1.6,6.7-0.3
33
- S160.4,74.2,158.5,72.4L158.5,72.4z"/>
34
- <path class="st2" d="M145.2,73.9c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2c0-0.5-0.2-1-0.5-1.4l2.1-3.5c0.2-0.3,0.1-0.6-0.2-0.8
35
- c0,0,0,0,0,0c-1.8-1-2.4-3.1-1.4-4.9c0.6-1.2,1.9-1.9,3.2-1.9l0,0c1,0,1.9,0.4,2.6,1.1c0.7,0.7,1.1,1.6,1.1,2.6
36
- c0,0.2,0,0.5-0.1,0.7c-0.1,0.3,0.1,0.6,0.4,0.7c0,0,0,0,0,0c0.3,0.1,0.6-0.1,0.7-0.4c0.1-0.3,0.1-0.6,0.1-0.9
37
- c0-2.6-2.1-4.7-4.7-4.7l0,0l0,0c-2.6,0-4.7,2-4.8,4.6c0,1.6,0.8,3.1,2.1,4l-1.8,3C145.6,73.9,145.4,73.9,145.2,73.9z"/>
38
- <path class="st2" d="M155.3,77.9c1.1,0,2-0.9,2-2s-0.9-2-2-2c-0.9,0-1.7,0.6-1.9,1.5h-4c-0.3,0-0.6,0.2-0.6,0.5c0,0,0,0,0,0
39
- c0,2-1.6,3.6-3.6,3.6c-2,0-3.6-1.6-3.6-3.6c0-1.7,1.2-3.1,2.8-3.5c0.3-0.1,0.5-0.4,0.4-0.7c-0.1-0.3-0.4-0.4-0.6-0.4
40
- c-2.5,0.6-4.1,3.1-3.5,5.6c0.5,2.2,2.4,3.7,4.6,3.7c0.4,0,0.7,0,1.1-0.1c1.9-0.4,3.4-2,3.6-4h3.4C153.6,77.4,154.4,78,155.3,77.9z
41
- "/>
42
- </g>
43
- </g>
44
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
+ .st1{fill:#CED5DE;}
8
+ .st2{fill:#788190;}
9
+ .st3{fill:#FFFFFF;}
10
+ </style>
11
+ <title>webhook1</title>
12
+ <g id="Layer_2_1_">
13
+ <g id="Layer_1-2">
14
+ <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
15
+ <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
16
+ <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
17
+ <path class="st1" d="M61,47.2h89.2v48c0,1.3-1.1,2.4-2.4,2.4l0,0H61V47.2z"/>
18
+ <path class="st2" d="M63.4,34.8h84.3c1.3,0,2.4,1.1,2.4,2.4v10H61v-10C61,35.9,62.1,34.8,63.4,34.8C63.4,34.8,63.4,34.8,63.4,34.8
19
+ z"/>
20
+ <path class="st2" d="M47.2,53.5h84.3c1.3,0,2.4,1.1,2.4,2.4l0,0v10H44.7v-10C44.7,54.6,45.8,53.5,47.2,53.5
21
+ C47.1,53.5,47.1,53.5,47.2,53.5z"/>
22
+ <circle class="st3" cx="150.1" cy="72" r="15"/>
23
+ <path class="st3" d="M44.8,65.9h89.1v48c0,1.3-1.1,2.4-2.4,2.4c0,0,0,0,0,0H47.2c-1.3,0-2.4-1.1-2.4-2.4L44.8,65.9z"/>
24
+ <path class="st1" d="M54.6,77.3h31.5c1.2,0,2.2,1,2.2,2.2l0,0c0,1.2-1,2.2-2.2,2.2c0,0,0,0,0,0H54.6c-1.2,0-2.2-1-2.2-2.2l0,0
25
+ C52.4,78.3,53.4,77.4,54.6,77.3z M54.6,88.8h40c1.2,0,2.2,1,2.2,2.2c0,0,0,0,0,0l0,0c0,1.2-1,2.2-2.2,2.2h-40
26
+ c-1.2,0-2.2-1-2.2-2.1l0,0C52.4,89.8,53.3,88.8,54.6,88.8C54.6,88.8,54.6,88.7,54.6,88.8z M54.6,100.1h24.9c1.2,0,2.2,1,2.2,2.2
27
+ c0,0,0,0,0,0l0,0c0,1.2-1,2.2-2.2,2.2c0,0,0,0,0,0H54.6c-1.2,0-2.2-1-2.2-2.2l0,0C52.4,101.1,53.4,100.1,54.6,100.1z"/>
28
+ <path class="st1" d="M106.4,77.3h17.9c1,0,1.8,0.8,1.8,1.8v19.1c0,1-0.8,1.8-1.8,1.8h-17.9c-1,0-1.8-0.8-1.8-1.8V79.2
29
+ C104.6,78.2,105.4,77.3,106.4,77.3z"/>
30
+ <path class="st2" d="M158.5,72.4c-1.4-1.2-3.3-1.6-5-0.9l-1.7-3c0.8-0.8,0.8-2.1,0-2.8s-2.1-0.8-2.8,0c-0.8,0.8-0.8,2.1,0,2.8
31
+ c0.4,0.4,0.9,0.6,1.4,0.6c0.2,0,0.3,0,0.5-0.1l2,3.4c0.2,0.3,0.5,0.4,0.8,0.2c1.7-1,3.9-0.4,4.9,1.4c1,1.7,0.4,3.9-1.4,4.9
32
+ c-1.4,0.8-3.1,0.6-4.2-0.5c-0.2-0.2-0.6-0.2-0.8,0c0,0,0,0,0,0c-0.2,0.2-0.2,0.6,0,0.8c1.9,1.8,4.9,1.6,6.7-0.3
33
+ S160.4,74.2,158.5,72.4L158.5,72.4z"/>
34
+ <path class="st2" d="M145.2,73.9c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2c0-0.5-0.2-1-0.5-1.4l2.1-3.5c0.2-0.3,0.1-0.6-0.2-0.8
35
+ c0,0,0,0,0,0c-1.8-1-2.4-3.1-1.4-4.9c0.6-1.2,1.9-1.9,3.2-1.9l0,0c1,0,1.9,0.4,2.6,1.1c0.7,0.7,1.1,1.6,1.1,2.6
36
+ c0,0.2,0,0.5-0.1,0.7c-0.1,0.3,0.1,0.6,0.4,0.7c0,0,0,0,0,0c0.3,0.1,0.6-0.1,0.7-0.4c0.1-0.3,0.1-0.6,0.1-0.9
37
+ c0-2.6-2.1-4.7-4.7-4.7l0,0l0,0c-2.6,0-4.7,2-4.8,4.6c0,1.6,0.8,3.1,2.1,4l-1.8,3C145.6,73.9,145.4,73.9,145.2,73.9z"/>
38
+ <path class="st2" d="M155.3,77.9c1.1,0,2-0.9,2-2s-0.9-2-2-2c-0.9,0-1.7,0.6-1.9,1.5h-4c-0.3,0-0.6,0.2-0.6,0.5c0,0,0,0,0,0
39
+ c0,2-1.6,3.6-3.6,3.6c-2,0-3.6-1.6-3.6-3.6c0-1.7,1.2-3.1,2.8-3.5c0.3-0.1,0.5-0.4,0.4-0.7c-0.1-0.3-0.4-0.4-0.6-0.4
40
+ c-2.5,0.6-4.1,3.1-3.5,5.6c0.5,2.2,2.4,3.7,4.6,3.7c0.4,0,0.7,0,1.1-0.1c1.9-0.4,3.4-2,3.6-4h3.4C153.6,77.4,154.4,78,155.3,77.9z
41
+ "/>
42
+ </g>
43
+ </g>
44
+ </svg>
@@ -1,46 +1,46 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 189.4 139.3" style="enable-background:new 0 0 189.4 139.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
- .st1{fill:#CED5DE;}
8
- .st2{fill:#FFFFFF;}
9
- .st3{fill:none;}
10
- .st4{fill:#788190;}
11
- .st5{fill:none;stroke:#788190;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;}
12
- </style>
13
- <title>failureLog1</title>
14
- <g id="Layer_2_1_">
15
- <g id="Layer_1-2">
16
- <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
17
- <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
18
- <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
19
- <path class="st1" d="M38,56.4h94.7l0,0v60.7c0,2.5-2,4.5-4.5,4.5H42.5c-2.5,0-4.5-2-4.5-4.5c0,0,0,0,0,0V56.4L38,56.4z"/>
20
- <path class="st2" d="M60.3,28.5c-0.6,0-1.2,0-1.8,0.1c-5.2-9.5-17.2-13-26.8-7.8c-5.3,2.9-9,8.1-10,14h-2.8
21
- c-5.5,0-9.9,4.4-9.9,9.9c0,5.4,4.4,9.9,9.9,9.9h41.2c6.5,0,12.1-4.9,12.9-11.3c0.1-0.6,0.1-1.1,0.1-1.7
22
- C73.4,34.4,67.6,28.5,60.3,28.5C60.4,28.5,60.4,28.5,60.3,28.5z"/>
23
- <path class="st2" d="M174.3,66.9c-0.7,0-1.3,0-2,0.1c-6.1-11-19.9-15.1-31-9c-6.1,3.4-10.4,9.3-11.5,16.2h-3.2
24
- c-6.3,0.2-11.3,5.5-11.1,11.8c0.2,6,5,10.9,11.1,11.1h47.7c7.6,0,14-5.6,15-13.1c0.1-0.7,0.1-1.3,0.1-2
25
- C189.4,73.6,182.7,66.9,174.3,66.9C174.3,66.9,174.3,66.9,174.3,66.9z"/>
26
- <path class="st3" d="M50.1,48c-0.7,0-1.2,0.5-1.2,1.2s0.5,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2S50.7,48,50.1,48L50.1,48z"/>
27
- <path class="st3" d="M45.3,48c-0.7,0-1.2,0.5-1.2,1.2s0.5,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2S46,48,45.3,48L45.3,48z"/>
28
- <circle class="st3" cx="54.8" cy="49.2" r="1.2"/>
29
- <path class="st4" d="M132.7,50.9c0-3.9-3.2-7.1-7.1-7.1l0,0H45.1c-3.9,0-7.1,3.1-7.1,7.1c0,0,0,0,0,0v3.7h94.7V50.9z M45.3,50.4
30
- c-0.7,0-1.2-0.5-1.2-1.2s0.5-1.2,1.2-1.2c0.7,0,1.2,0.5,1.2,1.2S46,50.4,45.3,50.4z M50.1,50.4c-0.7,0-1.2-0.5-1.2-1.2
31
- s0.5-1.2,1.2-1.2c0.7,0,1.2,0.5,1.2,1.2S50.7,50.4,50.1,50.4z M54.8,50.4c-0.7,0-1.2-0.5-1.2-1.2s0.5-1.2,1.2-1.2
32
- c0.7,0,1.2,0.5,1.2,1.2S55.4,50.4,54.8,50.4L54.8,50.4z"/>
33
- <path class="st4" d="M93.2,68.9L92,71.6c-6.5-2.7-14-1.2-19,3.8l-7,6.5h8.8c0.8,0,1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5H62.2h-0.2
34
- c-0.1,0-0.2-0.1-0.3-0.1l0,0l-0.2-0.1l-0.1-0.1c-0.1,0-0.1-0.1-0.2-0.1l0,0l0,0c-0.1-0.1-0.2-0.3-0.3-0.5l0,0
35
- c-0.1-0.2-0.1-0.3-0.1-0.5V70.9c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5V80l7.2-6.8C76.9,67.4,85.6,65.7,93.2,68.9L93.2,68.9z"/>
36
- <path class="st4" d="M103.7,82.7c-0.8,0.3-1.6-0.1-1.9-0.9c0,0,0,0,0,0c-1.3-3.7-3.8-6.8-7.1-8.8l1.2-2.8c4,2.4,7.1,6.2,8.7,10.6
37
- C104.9,81.6,104.5,82.5,103.7,82.7z"/>
38
- <path class="st4" d="M77.9,103.2l-1.2,2.8c-4.9-2.3-8.7-6.5-10.5-11.6c-0.3-0.8,0-1.6,0.8-2c0.8-0.3,1.6,0,2,0.8
39
- c0,0.1,0.1,0.1,0.1,0.2c0.9,2.4,2.3,4.6,4.1,6.5C74.4,101.2,76.1,102.4,77.9,103.2z"/>
40
- <path class="st4" d="M110,91.8v12.5c0,0.8-0.7,1.5-1.5,1.5s-1.5-0.7-1.5-1.5v-9.1l-7.2,6.8c-5.4,5.2-13.1,7.2-20.3,5l1.2-2.8
41
- c6.1,1.7,12.5,0,17-4.4l7-6.5h-8.8c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5h12.7c0.2,0,0.4,0,0.5,0.1l0,0c0.2,0.1,0.3,0.2,0.4,0.3
42
- l0,0l0,0c0.1,0.1,0.2,0.3,0.3,0.5v0.1C109.9,91.4,110,91.6,110,91.8z"/>
43
- <line class="st5" x1="94.8" y1="62.5" x2="72.6" y2="112.1"/>
44
- </g>
45
- </g>
46
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 189.4 139.3" style="enable-background:new 0 0 189.4 139.3;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
7
+ .st1{fill:#CED5DE;}
8
+ .st2{fill:#FFFFFF;}
9
+ .st3{fill:none;}
10
+ .st4{fill:#788190;}
11
+ .st5{fill:none;stroke:#788190;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;}
12
+ </style>
13
+ <title>failureLog1</title>
14
+ <g id="Layer_2_1_">
15
+ <g id="Layer_1-2">
16
+ <circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
17
+ <circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
18
+ <circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
19
+ <path class="st1" d="M38,56.4h94.7l0,0v60.7c0,2.5-2,4.5-4.5,4.5H42.5c-2.5,0-4.5-2-4.5-4.5c0,0,0,0,0,0V56.4L38,56.4z"/>
20
+ <path class="st2" d="M60.3,28.5c-0.6,0-1.2,0-1.8,0.1c-5.2-9.5-17.2-13-26.8-7.8c-5.3,2.9-9,8.1-10,14h-2.8
21
+ c-5.5,0-9.9,4.4-9.9,9.9c0,5.4,4.4,9.9,9.9,9.9h41.2c6.5,0,12.1-4.9,12.9-11.3c0.1-0.6,0.1-1.1,0.1-1.7
22
+ C73.4,34.4,67.6,28.5,60.3,28.5C60.4,28.5,60.4,28.5,60.3,28.5z"/>
23
+ <path class="st2" d="M174.3,66.9c-0.7,0-1.3,0-2,0.1c-6.1-11-19.9-15.1-31-9c-6.1,3.4-10.4,9.3-11.5,16.2h-3.2
24
+ c-6.3,0.2-11.3,5.5-11.1,11.8c0.2,6,5,10.9,11.1,11.1h47.7c7.6,0,14-5.6,15-13.1c0.1-0.7,0.1-1.3,0.1-2
25
+ C189.4,73.6,182.7,66.9,174.3,66.9C174.3,66.9,174.3,66.9,174.3,66.9z"/>
26
+ <path class="st3" d="M50.1,48c-0.7,0-1.2,0.5-1.2,1.2s0.5,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2S50.7,48,50.1,48L50.1,48z"/>
27
+ <path class="st3" d="M45.3,48c-0.7,0-1.2,0.5-1.2,1.2s0.5,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2S46,48,45.3,48L45.3,48z"/>
28
+ <circle class="st3" cx="54.8" cy="49.2" r="1.2"/>
29
+ <path class="st4" d="M132.7,50.9c0-3.9-3.2-7.1-7.1-7.1l0,0H45.1c-3.9,0-7.1,3.1-7.1,7.1c0,0,0,0,0,0v3.7h94.7V50.9z M45.3,50.4
30
+ c-0.7,0-1.2-0.5-1.2-1.2s0.5-1.2,1.2-1.2c0.7,0,1.2,0.5,1.2,1.2S46,50.4,45.3,50.4z M50.1,50.4c-0.7,0-1.2-0.5-1.2-1.2
31
+ s0.5-1.2,1.2-1.2c0.7,0,1.2,0.5,1.2,1.2S50.7,50.4,50.1,50.4z M54.8,50.4c-0.7,0-1.2-0.5-1.2-1.2s0.5-1.2,1.2-1.2
32
+ c0.7,0,1.2,0.5,1.2,1.2S55.4,50.4,54.8,50.4L54.8,50.4z"/>
33
+ <path class="st4" d="M93.2,68.9L92,71.6c-6.5-2.7-14-1.2-19,3.8l-7,6.5h8.8c0.8,0,1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5H62.2h-0.2
34
+ c-0.1,0-0.2-0.1-0.3-0.1l0,0l-0.2-0.1l-0.1-0.1c-0.1,0-0.1-0.1-0.2-0.1l0,0l0,0c-0.1-0.1-0.2-0.3-0.3-0.5l0,0
35
+ c-0.1-0.2-0.1-0.3-0.1-0.5V70.9c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5V80l7.2-6.8C76.9,67.4,85.6,65.7,93.2,68.9L93.2,68.9z"/>
36
+ <path class="st4" d="M103.7,82.7c-0.8,0.3-1.6-0.1-1.9-0.9c0,0,0,0,0,0c-1.3-3.7-3.8-6.8-7.1-8.8l1.2-2.8c4,2.4,7.1,6.2,8.7,10.6
37
+ C104.9,81.6,104.5,82.5,103.7,82.7z"/>
38
+ <path class="st4" d="M77.9,103.2l-1.2,2.8c-4.9-2.3-8.7-6.5-10.5-11.6c-0.3-0.8,0-1.6,0.8-2c0.8-0.3,1.6,0,2,0.8
39
+ c0,0.1,0.1,0.1,0.1,0.2c0.9,2.4,2.3,4.6,4.1,6.5C74.4,101.2,76.1,102.4,77.9,103.2z"/>
40
+ <path class="st4" d="M110,91.8v12.5c0,0.8-0.7,1.5-1.5,1.5s-1.5-0.7-1.5-1.5v-9.1l-7.2,6.8c-5.4,5.2-13.1,7.2-20.3,5l1.2-2.8
41
+ c6.1,1.7,12.5,0,17-4.4l7-6.5h-8.8c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5h12.7c0.2,0,0.4,0,0.5,0.1l0,0c0.2,0.1,0.3,0.2,0.4,0.3
42
+ l0,0l0,0c0.1,0.1,0.2,0.3,0.3,0.5v0.1C109.9,91.4,110,91.6,110,91.8z"/>
43
+ <line class="st5" x1="94.8" y1="62.5" x2="72.6" y2="112.1"/>
44
+ </g>
45
+ </g>
46
+ </svg>