@zohodesk/svg 1.0.0-beta.5 → 1.0.0-beta.50

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 (577) hide show
  1. package/README.md +173 -1
  2. package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  3. package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  4. package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  5. package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  6. package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  8. package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  9. package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  10. package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  11. package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  12. package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  14. package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
  15. package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
  16. package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
  17. package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
  18. package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
  19. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
  20. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
  21. package/es/Loader/Loader.js +68 -0
  22. package/es/Loader/props/defaultProps.js +3 -0
  23. package/es/Loader/props/propTypes.js +4 -0
  24. package/es/Provider.js +74 -0
  25. package/es/SVG/SVG.js +56 -0
  26. package/es/{svg → SVG}/SVG.module.css +2 -3
  27. package/es/SVG/SvgLoader.js +28 -0
  28. package/es/SVG/props/defaultProps.js +11 -0
  29. package/es/SVG/props/propTypes.js +15 -0
  30. package/es/css/EmptyStateVariables.module.css +39 -0
  31. package/es/docs/Emptystate__version1.docs.js +29 -0
  32. package/es/docs/Emptystate__version2.docs.js +45 -0
  33. package/es/docs/Emptystate__version3.docs.js +180 -0
  34. package/es/docs/Errorstate__version1.docs.js +41 -0
  35. package/es/docs/Errorstate__version2.docs.js +33 -0
  36. package/es/docs/Errorstate__version3.docs.js +39 -0
  37. package/es/docs/SVG__common.docs.js +29 -0
  38. package/es/docs/SVGdocstyle.module.css +53 -0
  39. package/es/emptystate/props/defaultProps.js +8 -0
  40. package/es/emptystate/props/propTypes.js +9 -0
  41. package/es/emptystate/version1/EmptyCustomDomain.js +30 -0
  42. package/es/emptystate/version2/EmptyBusinessHoliday.js +30 -0
  43. package/es/emptystate/version2/EmptyBusinessHour.js +30 -0
  44. package/es/emptystate/version2/EmptyFromAddress.js +30 -0
  45. package/es/emptystate/version2/EmptyImportHistory.js +30 -0
  46. package/es/emptystate/version2/EmptyNetwork.js +30 -0
  47. package/es/emptystate/version2/EmptyRecycleBin.js +30 -0
  48. package/es/emptystate/version2/EmptyRoles.js +30 -0
  49. package/es/emptystate/version2/EmptyWebhook.js +30 -0
  50. package/es/emptystate/version2/FailureLog.js +30 -0
  51. package/es/emptystate/version3/AuditLog.js +80 -0
  52. package/es/emptystate/version3/CustomModule.js +59 -0
  53. package/es/emptystate/version3/EmptyAccounts.js +90 -0
  54. package/es/emptystate/version3/EmptyActiveCalls.js +61 -0
  55. package/es/emptystate/version3/EmptyActivity.js +61 -0
  56. package/es/emptystate/version3/EmptyAgent.js +61 -0
  57. package/es/emptystate/version3/EmptyAgentQueue.js +67 -0
  58. package/es/emptystate/version3/EmptyApplechat.js +74 -0
  59. package/es/emptystate/version3/EmptyApproval.js +67 -0
  60. package/es/emptystate/version3/EmptyArchived.js +69 -0
  61. package/es/emptystate/version3/EmptyArticle.js +75 -0
  62. package/es/emptystate/version3/EmptyAsapchat.js +69 -0
  63. package/es/emptystate/version3/EmptyAttach.js +61 -0
  64. package/es/emptystate/version3/EmptyBlueprint.js +76 -0
  65. package/es/emptystate/version3/EmptyCallHistory.js +63 -0
  66. package/es/emptystate/version3/EmptyCanned.js +79 -0
  67. package/es/emptystate/version3/EmptyChat.js +79 -0
  68. package/es/emptystate/version3/EmptyCollision.js +61 -0
  69. package/es/emptystate/version3/EmptyColumn.js +67 -0
  70. package/es/emptystate/version3/EmptyContact.js +61 -0
  71. package/es/emptystate/version3/EmptyContract.js +57 -0
  72. package/es/emptystate/version3/EmptyConversation.js +61 -0
  73. package/es/emptystate/version3/EmptyCrm.js +61 -0
  74. package/es/emptystate/version3/EmptyCrmNotes.js +72 -0
  75. package/es/emptystate/version3/EmptyCrmPotential.js +75 -0
  76. package/es/emptystate/version3/EmptyDashboard.js +67 -0
  77. package/es/emptystate/version3/EmptyDelete.js +52 -0
  78. package/es/emptystate/version3/EmptyDepartment.js +61 -0
  79. package/es/emptystate/version3/EmptyError.js +84 -0
  80. package/es/emptystate/version3/EmptyFeed.js +64 -0
  81. package/es/emptystate/version3/EmptyFollowers.js +62 -0
  82. package/es/emptystate/version3/EmptyFrame.js +60 -0
  83. package/es/emptystate/version3/EmptyHappiness.js +61 -0
  84. package/es/emptystate/version3/EmptyHistory.js +61 -0
  85. package/es/emptystate/version3/EmptyInstagram.js +75 -0
  86. package/es/emptystate/version3/EmptyInstantmessage.js +77 -0
  87. package/es/emptystate/version3/EmptyInvoice.js +66 -0
  88. package/es/emptystate/version3/EmptyLine.js +75 -0
  89. package/es/emptystate/version3/EmptyMessenger.js +62 -0
  90. package/es/emptystate/version3/EmptyNoData.js +80 -0
  91. package/es/emptystate/version3/EmptyNotification.js +61 -0
  92. package/es/emptystate/version3/EmptyProducts.js +64 -0
  93. package/es/emptystate/version3/EmptyReply.js +56 -0
  94. package/es/emptystate/version3/EmptyReports.js +67 -0
  95. package/es/emptystate/version3/EmptySchedule.js +103 -0
  96. package/es/emptystate/version3/EmptySearch.js +71 -0
  97. package/es/emptystate/version3/EmptySkills.js +109 -0
  98. package/es/emptystate/version3/EmptySla.js +56 -0
  99. package/es/emptystate/version3/EmptySnippet.js +71 -0
  100. package/es/emptystate/version3/EmptyTag.js +64 -0
  101. package/es/emptystate/version3/EmptyTask.js +77 -0
  102. package/es/emptystate/version3/EmptyTeams.js +61 -0
  103. package/es/emptystate/version3/EmptyTelegram.js +75 -0
  104. package/es/emptystate/version3/EmptyTemplate.js +73 -0
  105. package/es/emptystate/version3/EmptyTicket.js +64 -0
  106. package/es/emptystate/version3/EmptyTimeEntry.js +67 -0
  107. package/es/emptystate/version3/EmptyTimeline.js +61 -0
  108. package/es/emptystate/version3/EmptyTopic.js +67 -0
  109. package/es/emptystate/version3/EmptyTwilio.js +75 -0
  110. package/es/emptystate/version3/EmptyWechat.js +75 -0
  111. package/es/emptystate/version3/EmptyWhatsapp.js +75 -0
  112. package/es/emptystate/version3/Export.js +56 -0
  113. package/es/emptystate/version3/Extensions.js +62 -0
  114. package/es/emptystate/version3/Extractor.js +55 -0
  115. package/es/emptystate/version3/GCBot.js +53 -0
  116. package/es/emptystate/version3/GCConversation.js +55 -0
  117. package/es/emptystate/version3/Import.js +71 -0
  118. package/es/emptystate/version3/KBBot.js +68 -0
  119. package/es/emptystate/version3/Multilingual.js +61 -0
  120. package/es/emptystate/version3/NetworkError.js +64 -0
  121. package/es/emptystate/version3/Predictor.js +62 -0
  122. package/es/emptystate/version3/ReadRecipients.js +60 -0
  123. package/es/emptystate/version3/SupportPlan.js +77 -0
  124. package/es/emptystate/version3/Variable.js +59 -0
  125. package/es/emptystate/version3/ZiaAnamoly.js +56 -0
  126. package/es/errorstate/props/defaultProps.js +8 -0
  127. package/es/errorstate/props/propTypes.js +9 -0
  128. package/es/errorstate/version1/EmptyInconvenience.js +34 -0
  129. package/es/errorstate/version1/NoRequestFound.js +34 -0
  130. package/es/errorstate/version1/PageNotFound.js +35 -0
  131. package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
  132. package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
  133. package/es/errorstate/version1/UrlNotFound.js +35 -0
  134. package/es/errorstate/version1/WillBeRightBack.js +35 -0
  135. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +36 -0
  136. package/es/errorstate/version2/EmptyWillBeRightBack.js +31 -0
  137. package/es/errorstate/version2/NotImpossible.js +70 -0
  138. package/es/errorstate/version3/ErrorInconvenience.js +106 -0
  139. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +107 -0
  140. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +107 -0
  141. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +114 -0
  142. package/es/errorstate/version3/ErrorUrlNotFound.js +107 -0
  143. package/es/errorstate/version3/ErrorWillBeRightBack.js +106 -0
  144. package/es/index.js +9 -4
  145. package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
  146. package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
  147. package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
  148. package/images/EmptyCustomDomain.svg +85 -0
  149. package/{es/svg/images → images}/EmptyFilter.svg +0 -0
  150. package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
  151. package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
  152. package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
  153. package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
  154. package/{es/svg/images → images}/EmptyRoles.svg +0 -0
  155. package/images/EmptySkills.svg +83 -0
  156. package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
  157. package/{es/svg/images → images}/FailureLog.svg +0 -0
  158. package/{es/svg/images → images}/Inconvenience.svg +0 -0
  159. package/{es/svg/images → images}/NoRequestFound.svg +0 -0
  160. package/{es/svg/images → images}/PageNotFound.svg +0 -0
  161. package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
  162. package/{es/svg/images → images}/UnableToProcess.svg +0 -0
  163. package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
  164. package/{es/svg/images → images}/WillBack.svg +0 -0
  165. package/lib/Loader/Loader.js +117 -0
  166. package/lib/Loader/props/defaultProps.js +10 -0
  167. package/lib/Loader/props/propTypes.js +15 -0
  168. package/lib/Provider.js +139 -0
  169. package/lib/SVG/SVG.js +107 -0
  170. package/lib/{svg → SVG}/SVG.module.css +2 -3
  171. package/lib/SVG/SvgLoader.js +66 -0
  172. package/lib/SVG/props/defaultProps.js +18 -0
  173. package/lib/SVG/props/propTypes.js +26 -0
  174. package/lib/css/EmptyStateVariables.module.css +39 -0
  175. package/lib/docs/Emptystate__version1.docs.js +79 -0
  176. package/lib/docs/Emptystate__version2.docs.js +103 -0
  177. package/lib/docs/Emptystate__version3.docs.js +304 -0
  178. package/lib/docs/Errorstate__version1.docs.js +97 -0
  179. package/lib/docs/Errorstate__version2.docs.js +85 -0
  180. package/lib/docs/Errorstate__version3.docs.js +94 -0
  181. package/lib/docs/SVG__common.docs.js +79 -0
  182. package/lib/docs/SVGdocstyle.module.css +53 -0
  183. package/lib/emptystate/props/defaultProps.js +15 -0
  184. package/lib/emptystate/props/propTypes.js +20 -0
  185. package/lib/emptystate/version1/EmptyCustomDomain.js +88 -0
  186. package/lib/emptystate/version2/EmptyBusinessHoliday.js +88 -0
  187. package/lib/emptystate/version2/EmptyBusinessHour.js +88 -0
  188. package/lib/emptystate/version2/EmptyFromAddress.js +88 -0
  189. package/lib/emptystate/version2/EmptyImportHistory.js +88 -0
  190. package/lib/emptystate/version2/EmptyNetwork.js +88 -0
  191. package/lib/emptystate/version2/EmptyRecycleBin.js +88 -0
  192. package/lib/emptystate/version2/EmptyRoles.js +88 -0
  193. package/lib/emptystate/version2/EmptyWebhook.js +88 -0
  194. package/lib/emptystate/version2/FailureLog.js +88 -0
  195. package/lib/emptystate/version3/AuditLog.js +137 -0
  196. package/lib/emptystate/version3/CustomModule.js +116 -0
  197. package/lib/emptystate/version3/EmptyAccounts.js +147 -0
  198. package/lib/emptystate/version3/EmptyActiveCalls.js +118 -0
  199. package/lib/emptystate/version3/EmptyActivity.js +118 -0
  200. package/lib/emptystate/version3/EmptyAgent.js +118 -0
  201. package/lib/emptystate/version3/EmptyAgentQueue.js +124 -0
  202. package/lib/emptystate/version3/EmptyApplechat.js +131 -0
  203. package/lib/emptystate/version3/EmptyApproval.js +124 -0
  204. package/lib/emptystate/version3/EmptyArchived.js +126 -0
  205. package/lib/emptystate/version3/EmptyArticle.js +132 -0
  206. package/lib/emptystate/version3/EmptyAsapchat.js +126 -0
  207. package/lib/emptystate/version3/EmptyAttach.js +118 -0
  208. package/lib/emptystate/version3/EmptyBlueprint.js +133 -0
  209. package/lib/emptystate/version3/EmptyCallHistory.js +120 -0
  210. package/lib/emptystate/version3/EmptyCanned.js +136 -0
  211. package/lib/emptystate/version3/EmptyChat.js +136 -0
  212. package/lib/emptystate/version3/EmptyCollision.js +118 -0
  213. package/lib/emptystate/version3/EmptyColumn.js +124 -0
  214. package/lib/emptystate/version3/EmptyContact.js +118 -0
  215. package/lib/emptystate/version3/EmptyContract.js +114 -0
  216. package/lib/emptystate/version3/EmptyConversation.js +118 -0
  217. package/lib/emptystate/version3/EmptyCrm.js +118 -0
  218. package/lib/emptystate/version3/EmptyCrmNotes.js +129 -0
  219. package/lib/emptystate/version3/EmptyCrmPotential.js +132 -0
  220. package/lib/emptystate/version3/EmptyDashboard.js +124 -0
  221. package/lib/emptystate/version3/EmptyDelete.js +109 -0
  222. package/lib/emptystate/version3/EmptyDepartment.js +118 -0
  223. package/lib/emptystate/version3/EmptyError.js +141 -0
  224. package/lib/emptystate/version3/EmptyFeed.js +121 -0
  225. package/lib/emptystate/version3/EmptyFollowers.js +119 -0
  226. package/lib/emptystate/version3/EmptyFrame.js +117 -0
  227. package/lib/emptystate/version3/EmptyHappiness.js +118 -0
  228. package/lib/emptystate/version3/EmptyHistory.js +118 -0
  229. package/lib/emptystate/version3/EmptyInstagram.js +132 -0
  230. package/lib/emptystate/version3/EmptyInstantmessage.js +134 -0
  231. package/lib/emptystate/version3/EmptyInvoice.js +123 -0
  232. package/lib/emptystate/version3/EmptyLine.js +132 -0
  233. package/lib/emptystate/version3/EmptyMessenger.js +119 -0
  234. package/lib/emptystate/version3/EmptyNoData.js +137 -0
  235. package/lib/emptystate/version3/EmptyNotification.js +118 -0
  236. package/lib/emptystate/version3/EmptyProducts.js +121 -0
  237. package/lib/emptystate/version3/EmptyReply.js +113 -0
  238. package/lib/emptystate/version3/EmptyReports.js +124 -0
  239. package/lib/emptystate/version3/EmptySchedule.js +160 -0
  240. package/lib/emptystate/version3/EmptySearch.js +128 -0
  241. package/lib/emptystate/version3/EmptySkills.js +166 -0
  242. package/lib/emptystate/version3/EmptySla.js +113 -0
  243. package/lib/emptystate/version3/EmptySnippet.js +128 -0
  244. package/lib/emptystate/version3/EmptyTag.js +121 -0
  245. package/lib/emptystate/version3/EmptyTask.js +134 -0
  246. package/lib/emptystate/version3/EmptyTeams.js +118 -0
  247. package/lib/emptystate/version3/EmptyTelegram.js +132 -0
  248. package/lib/emptystate/version3/EmptyTemplate.js +130 -0
  249. package/lib/emptystate/version3/EmptyTicket.js +121 -0
  250. package/lib/emptystate/version3/EmptyTimeEntry.js +124 -0
  251. package/lib/emptystate/version3/EmptyTimeline.js +118 -0
  252. package/lib/emptystate/version3/EmptyTopic.js +124 -0
  253. package/lib/emptystate/version3/EmptyTwilio.js +132 -0
  254. package/lib/emptystate/version3/EmptyWechat.js +132 -0
  255. package/lib/emptystate/version3/EmptyWhatsapp.js +132 -0
  256. package/lib/emptystate/version3/Export.js +113 -0
  257. package/lib/emptystate/version3/Extensions.js +119 -0
  258. package/lib/emptystate/version3/Extractor.js +112 -0
  259. package/lib/emptystate/version3/GCBot.js +110 -0
  260. package/lib/emptystate/version3/GCConversation.js +112 -0
  261. package/lib/emptystate/version3/Import.js +128 -0
  262. package/lib/emptystate/version3/KBBot.js +125 -0
  263. package/lib/emptystate/version3/Multilingual.js +118 -0
  264. package/lib/emptystate/version3/NetworkError.js +121 -0
  265. package/lib/emptystate/version3/Predictor.js +119 -0
  266. package/lib/emptystate/version3/ReadRecipients.js +117 -0
  267. package/lib/emptystate/version3/SupportPlan.js +134 -0
  268. package/lib/emptystate/version3/Variable.js +116 -0
  269. package/lib/emptystate/version3/ZiaAnamoly.js +113 -0
  270. package/lib/errorstate/props/defaultProps.js +15 -0
  271. package/lib/errorstate/props/propTypes.js +20 -0
  272. package/lib/errorstate/version1/EmptyInconvenience.js +90 -0
  273. package/lib/errorstate/version1/NoRequestFound.js +90 -0
  274. package/lib/errorstate/version1/PageNotFound.js +91 -0
  275. package/lib/errorstate/version1/UnableToProcessRequest.js +91 -0
  276. package/lib/errorstate/version1/UnauthorizedLogin.js +91 -0
  277. package/lib/errorstate/version1/UrlNotFound.js +91 -0
  278. package/lib/errorstate/version1/WillBeRightBack.js +91 -0
  279. package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +93 -0
  280. package/lib/errorstate/version2/EmptyWillBeRightBack.js +88 -0
  281. package/lib/errorstate/version2/NotImpossible.js +127 -0
  282. package/lib/errorstate/version3/ErrorInconvenience.js +163 -0
  283. package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +164 -0
  284. package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +164 -0
  285. package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +171 -0
  286. package/lib/errorstate/version3/ErrorUrlNotFound.js +164 -0
  287. package/lib/errorstate/version3/ErrorWillBeRightBack.js +163 -0
  288. package/lib/index.js +71 -29
  289. package/package.json +29 -15
  290. package/.DS_Store +0 -0
  291. package/es/svg/EmptyAccounts.js +0 -57
  292. package/es/svg/EmptyActiveCalls.js +0 -64
  293. package/es/svg/EmptyActivity.js +0 -59
  294. package/es/svg/EmptyAgent.js +0 -56
  295. package/es/svg/EmptyArchived.js +0 -55
  296. package/es/svg/EmptyAttach.js +0 -56
  297. package/es/svg/EmptyBlueprint.js +0 -56
  298. package/es/svg/EmptyBusinessHoliday.js +0 -56
  299. package/es/svg/EmptyBusinessHour.js +0 -56
  300. package/es/svg/EmptyCallHistory.js +0 -64
  301. package/es/svg/EmptyCloud.js +0 -55
  302. package/es/svg/EmptyCloudDanger.js +0 -131
  303. package/es/svg/EmptyContact.js +0 -57
  304. package/es/svg/EmptyConversation.js +0 -56
  305. package/es/svg/EmptyDashboard.js +0 -56
  306. package/es/svg/EmptyEdition.js +0 -56
  307. package/es/svg/EmptyFromAddress.js +0 -56
  308. package/es/svg/EmptyHappiness.js +0 -56
  309. package/es/svg/EmptyHistory.js +0 -63
  310. package/es/svg/EmptyImportHistory.js +0 -56
  311. package/es/svg/EmptyInvoice.js +0 -56
  312. package/es/svg/EmptyNetwork.js +0 -56
  313. package/es/svg/EmptyNotification.js +0 -56
  314. package/es/svg/EmptyProducts.js +0 -56
  315. package/es/svg/EmptyRecycleBin.js +0 -56
  316. package/es/svg/EmptyReports.js +0 -56
  317. package/es/svg/EmptyRoles.js +0 -56
  318. package/es/svg/EmptySearch.js +0 -56
  319. package/es/svg/EmptySkills.js +0 -62
  320. package/es/svg/EmptySnippet.js +0 -62
  321. package/es/svg/EmptyTag.js +0 -56
  322. package/es/svg/EmptyTask.js +0 -56
  323. package/es/svg/EmptyTeams.js +0 -56
  324. package/es/svg/EmptyTemplate.js +0 -57
  325. package/es/svg/EmptyTicket.js +0 -56
  326. package/es/svg/EmptyTimeEntry.js +0 -56
  327. package/es/svg/EmptyTopic.js +0 -56
  328. package/es/svg/EmptyWebhook.js +0 -56
  329. package/es/svg/FailureLog.js +0 -56
  330. package/es/svg/Inconvenience.js +0 -65
  331. package/es/svg/InvalidUrl.js +0 -780
  332. package/es/svg/Loader.js +0 -49
  333. package/es/svg/NoRequestFound.js +0 -65
  334. package/es/svg/PageNotFound.js +0 -65
  335. package/es/svg/SVG.js +0 -102
  336. package/es/svg/SitBack.js +0 -54
  337. package/es/svg/UnableToProcessRequest.js +0 -65
  338. package/es/svg/UnauthorizedLogin.js +0 -65
  339. package/es/svg/UrlNotFound.js +0 -65
  340. package/es/svg/WillBeRightBack.js +0 -65
  341. package/es/svg/docs/SVG__default.docs.js +0 -605
  342. package/es/svg/images/EmptyAccounts.svg +0 -55
  343. package/es/svg/images/EmptyActiveCalls.svg +0 -57
  344. package/es/svg/images/EmptyActivity.svg +0 -85
  345. package/es/svg/images/EmptyAgent.svg +0 -52
  346. package/es/svg/images/EmptyArchived.svg +0 -38
  347. package/es/svg/images/EmptyAttach.svg +0 -39
  348. package/es/svg/images/EmptyBlueprint.svg +0 -78
  349. package/es/svg/images/EmptyCallHistory.svg +0 -46
  350. package/es/svg/images/EmptyCloud.svg +0 -38
  351. package/es/svg/images/EmptyContact.svg +0 -33
  352. package/es/svg/images/EmptyConversation.svg +0 -38
  353. package/es/svg/images/EmptyDashboard.svg +0 -42
  354. package/es/svg/images/EmptyEdition.svg +0 -76
  355. package/es/svg/images/EmptyHappiness.svg +0 -58
  356. package/es/svg/images/EmptyHistory.svg +0 -44
  357. package/es/svg/images/EmptyInvoice.svg +0 -45
  358. package/es/svg/images/EmptyNotification.svg +0 -38
  359. package/es/svg/images/EmptyProducts.svg +0 -57
  360. package/es/svg/images/EmptyReports.svg +0 -39
  361. package/es/svg/images/EmptySearch.svg +0 -37
  362. package/es/svg/images/EmptySkills.svg +0 -75
  363. package/es/svg/images/EmptySnippet.svg +0 -46
  364. package/es/svg/images/EmptyTag.svg +0 -43
  365. package/es/svg/images/EmptyTask.svg +0 -42
  366. package/es/svg/images/EmptyTeams.svg +0 -39
  367. package/es/svg/images/EmptyTemplate.svg +0 -39
  368. package/es/svg/images/EmptyTicket.svg +0 -33
  369. package/es/svg/images/EmptyTimeEntry.svg +0 -96
  370. package/es/svg/images/EmptyTopic.svg +0 -41
  371. package/es/svg/images/Loader.svg +0 -62
  372. package/es/svg/images/SitBack.svg +0 -464
  373. package/lib/svg/EmptyAccounts.js +0 -79
  374. package/lib/svg/EmptyActiveCalls.js +0 -86
  375. package/lib/svg/EmptyActivity.js +0 -81
  376. package/lib/svg/EmptyAgent.js +0 -78
  377. package/lib/svg/EmptyArchived.js +0 -77
  378. package/lib/svg/EmptyAttach.js +0 -78
  379. package/lib/svg/EmptyBlueprint.js +0 -78
  380. package/lib/svg/EmptyBusinessHoliday.js +0 -78
  381. package/lib/svg/EmptyBusinessHour.js +0 -78
  382. package/lib/svg/EmptyCallHistory.js +0 -86
  383. package/lib/svg/EmptyCloud.js +0 -77
  384. package/lib/svg/EmptyCloudDanger.js +0 -147
  385. package/lib/svg/EmptyContact.js +0 -79
  386. package/lib/svg/EmptyConversation.js +0 -78
  387. package/lib/svg/EmptyDashboard.js +0 -78
  388. package/lib/svg/EmptyEdition.js +0 -78
  389. package/lib/svg/EmptyFromAddress.js +0 -78
  390. package/lib/svg/EmptyHappiness.js +0 -78
  391. package/lib/svg/EmptyHistory.js +0 -85
  392. package/lib/svg/EmptyImportHistory.js +0 -78
  393. package/lib/svg/EmptyInvoice.js +0 -78
  394. package/lib/svg/EmptyNetwork.js +0 -78
  395. package/lib/svg/EmptyNotification.js +0 -78
  396. package/lib/svg/EmptyProducts.js +0 -78
  397. package/lib/svg/EmptyRecycleBin.js +0 -78
  398. package/lib/svg/EmptyReports.js +0 -78
  399. package/lib/svg/EmptyRoles.js +0 -78
  400. package/lib/svg/EmptySearch.js +0 -78
  401. package/lib/svg/EmptySkills.js +0 -84
  402. package/lib/svg/EmptySnippet.js +0 -84
  403. package/lib/svg/EmptyTag.js +0 -78
  404. package/lib/svg/EmptyTask.js +0 -78
  405. package/lib/svg/EmptyTeams.js +0 -78
  406. package/lib/svg/EmptyTemplate.js +0 -79
  407. package/lib/svg/EmptyTicket.js +0 -78
  408. package/lib/svg/EmptyTimeEntry.js +0 -78
  409. package/lib/svg/EmptyTopic.js +0 -78
  410. package/lib/svg/EmptyWebhook.js +0 -78
  411. package/lib/svg/FailureLog.js +0 -78
  412. package/lib/svg/Inconvenience.js +0 -87
  413. package/lib/svg/InvalidUrl.js +0 -799
  414. package/lib/svg/Loader.js +0 -71
  415. package/lib/svg/NoRequestFound.js +0 -87
  416. package/lib/svg/PageNotFound.js +0 -87
  417. package/lib/svg/SVG.js +0 -121
  418. package/lib/svg/SitBack.js +0 -76
  419. package/lib/svg/UnableToProcessRequest.js +0 -87
  420. package/lib/svg/UnauthorizedLogin.js +0 -87
  421. package/lib/svg/UrlNotFound.js +0 -87
  422. package/lib/svg/WillBeRightBack.js +0 -87
  423. package/lib/svg/docs/SVG__default.docs.js +0 -765
  424. package/lib/svg/images/EmptyAccounts.svg +0 -55
  425. package/lib/svg/images/EmptyActiveCalls.svg +0 -57
  426. package/lib/svg/images/EmptyActivity.svg +0 -85
  427. package/lib/svg/images/EmptyAgent.svg +0 -52
  428. package/lib/svg/images/EmptyArchived.svg +0 -38
  429. package/lib/svg/images/EmptyAttach.svg +0 -39
  430. package/lib/svg/images/EmptyBlueprint.svg +0 -78
  431. package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
  432. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  433. package/lib/svg/images/EmptyCallHistory.svg +0 -46
  434. package/lib/svg/images/EmptyCloud.svg +0 -38
  435. package/lib/svg/images/EmptyContact.svg +0 -33
  436. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  437. package/lib/svg/images/EmptyConversation.svg +0 -38
  438. package/lib/svg/images/EmptyDashboard.svg +0 -42
  439. package/lib/svg/images/EmptyEdition.svg +0 -76
  440. package/lib/svg/images/EmptyFilter.svg +0 -62
  441. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  442. package/lib/svg/images/EmptyHappiness.svg +0 -58
  443. package/lib/svg/images/EmptyHistory.svg +0 -44
  444. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  445. package/lib/svg/images/EmptyInvoice.svg +0 -45
  446. package/lib/svg/images/EmptyNetwork.svg +0 -50
  447. package/lib/svg/images/EmptyNotification.svg +0 -38
  448. package/lib/svg/images/EmptyProducts.svg +0 -57
  449. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  450. package/lib/svg/images/EmptyReports.svg +0 -39
  451. package/lib/svg/images/EmptyRoles.svg +0 -30
  452. package/lib/svg/images/EmptySearch.svg +0 -37
  453. package/lib/svg/images/EmptySkills.svg +0 -75
  454. package/lib/svg/images/EmptySnippet.svg +0 -46
  455. package/lib/svg/images/EmptyTag.svg +0 -43
  456. package/lib/svg/images/EmptyTask.svg +0 -42
  457. package/lib/svg/images/EmptyTeams.svg +0 -39
  458. package/lib/svg/images/EmptyTemplate.svg +0 -39
  459. package/lib/svg/images/EmptyTicket.svg +0 -33
  460. package/lib/svg/images/EmptyTimeEntry.svg +0 -96
  461. package/lib/svg/images/EmptyTopic.svg +0 -41
  462. package/lib/svg/images/EmptyWebhook.svg +0 -44
  463. package/lib/svg/images/FailureLog.svg +0 -46
  464. package/lib/svg/images/Inconvenience.svg +0 -719
  465. package/lib/svg/images/Loader.svg +0 -62
  466. package/lib/svg/images/NoRequestFound.svg +0 -247
  467. package/lib/svg/images/PageNotFound.svg +0 -405
  468. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  469. package/lib/svg/images/SitBack.svg +0 -464
  470. package/lib/svg/images/UnableToProcess.svg +0 -752
  471. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  472. package/lib/svg/images/WillBack.svg +0 -633
  473. package/src/.DS_Store +0 -0
  474. package/src/index.js +0 -7
  475. package/src/svg/.DS_Store +0 -0
  476. package/src/svg/EmptyAccounts.js +0 -30
  477. package/src/svg/EmptyActiveCalls.js +0 -36
  478. package/src/svg/EmptyActivity.js +0 -31
  479. package/src/svg/EmptyAgent.js +0 -29
  480. package/src/svg/EmptyArchived.js +0 -28
  481. package/src/svg/EmptyAttach.js +0 -29
  482. package/src/svg/EmptyBlueprint.js +0 -29
  483. package/src/svg/EmptyBusinessHoliday.js +0 -29
  484. package/src/svg/EmptyBusinessHour.js +0 -29
  485. package/src/svg/EmptyCallHistory.js +0 -36
  486. package/src/svg/EmptyCloud.js +0 -28
  487. package/src/svg/EmptyCloudDanger.js +0 -104
  488. package/src/svg/EmptyContact.js +0 -30
  489. package/src/svg/EmptyConversation.js +0 -29
  490. package/src/svg/EmptyDashboard.js +0 -29
  491. package/src/svg/EmptyEdition.js +0 -29
  492. package/src/svg/EmptyFromAddress.js +0 -29
  493. package/src/svg/EmptyHappiness.js +0 -29
  494. package/src/svg/EmptyHistory.js +0 -36
  495. package/src/svg/EmptyImportHistory.js +0 -29
  496. package/src/svg/EmptyInvoice.js +0 -29
  497. package/src/svg/EmptyNetwork.js +0 -29
  498. package/src/svg/EmptyNotification.js +0 -29
  499. package/src/svg/EmptyProducts.js +0 -29
  500. package/src/svg/EmptyRecycleBin.js +0 -29
  501. package/src/svg/EmptyReports.js +0 -29
  502. package/src/svg/EmptyRoles.js +0 -29
  503. package/src/svg/EmptySearch.js +0 -29
  504. package/src/svg/EmptySkills.js +0 -35
  505. package/src/svg/EmptySnippet.js +0 -35
  506. package/src/svg/EmptyTag.js +0 -29
  507. package/src/svg/EmptyTask.js +0 -29
  508. package/src/svg/EmptyTeams.js +0 -29
  509. package/src/svg/EmptyTemplate.js +0 -30
  510. package/src/svg/EmptyTicket.js +0 -29
  511. package/src/svg/EmptyTimeEntry.js +0 -29
  512. package/src/svg/EmptyTopic.js +0 -29
  513. package/src/svg/EmptyWebhook.js +0 -29
  514. package/src/svg/FailureLog.js +0 -29
  515. package/src/svg/Inconvenience.js +0 -38
  516. package/src/svg/InvalidUrl.js +0 -755
  517. package/src/svg/Loader.js +0 -25
  518. package/src/svg/NoRequestFound.js +0 -38
  519. package/src/svg/PageNotFound.js +0 -38
  520. package/src/svg/SVG.js +0 -88
  521. package/src/svg/SVG.module.css +0 -27
  522. package/src/svg/SitBack.js +0 -29
  523. package/src/svg/UnableToProcessRequest.js +0 -38
  524. package/src/svg/UnauthorizedLogin.js +0 -38
  525. package/src/svg/UrlNotFound.js +0 -38
  526. package/src/svg/WillBeRightBack.js +0 -38
  527. package/src/svg/docs/SVG__default.docs.js +0 -289
  528. package/src/svg/images/.DS_Store +0 -0
  529. package/src/svg/images/EmptyAccounts.svg +0 -55
  530. package/src/svg/images/EmptyActiveCalls.svg +0 -57
  531. package/src/svg/images/EmptyActivity.svg +0 -85
  532. package/src/svg/images/EmptyAgent.svg +0 -52
  533. package/src/svg/images/EmptyArchived.svg +0 -38
  534. package/src/svg/images/EmptyAttach.svg +0 -39
  535. package/src/svg/images/EmptyBlueprint.svg +0 -78
  536. package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
  537. package/src/svg/images/EmptyBusinessHour.svg +0 -42
  538. package/src/svg/images/EmptyCallHistory.svg +0 -46
  539. package/src/svg/images/EmptyCloud.svg +0 -38
  540. package/src/svg/images/EmptyContact.svg +0 -33
  541. package/src/svg/images/EmptyContactInfo.svg +0 -27
  542. package/src/svg/images/EmptyConversation.svg +0 -38
  543. package/src/svg/images/EmptyDashboard.svg +0 -42
  544. package/src/svg/images/EmptyEdition.svg +0 -76
  545. package/src/svg/images/EmptyFilter.svg +0 -62
  546. package/src/svg/images/EmptyFromAddress.svg +0 -41
  547. package/src/svg/images/EmptyHappiness.svg +0 -58
  548. package/src/svg/images/EmptyHistory.svg +0 -44
  549. package/src/svg/images/EmptyImportHistory.svg +0 -43
  550. package/src/svg/images/EmptyInvoice.svg +0 -45
  551. package/src/svg/images/EmptyNetwork.svg +0 -50
  552. package/src/svg/images/EmptyNotification.svg +0 -38
  553. package/src/svg/images/EmptyProducts.svg +0 -57
  554. package/src/svg/images/EmptyRecycleBin.svg +0 -58
  555. package/src/svg/images/EmptyReports.svg +0 -39
  556. package/src/svg/images/EmptyRoles.svg +0 -30
  557. package/src/svg/images/EmptySearch.svg +0 -37
  558. package/src/svg/images/EmptySkills.svg +0 -75
  559. package/src/svg/images/EmptySnippet.svg +0 -46
  560. package/src/svg/images/EmptyTag.svg +0 -43
  561. package/src/svg/images/EmptyTask.svg +0 -42
  562. package/src/svg/images/EmptyTeams.svg +0 -39
  563. package/src/svg/images/EmptyTemplate.svg +0 -39
  564. package/src/svg/images/EmptyTicket.svg +0 -33
  565. package/src/svg/images/EmptyTimeEntry.svg +0 -96
  566. package/src/svg/images/EmptyTopic.svg +0 -41
  567. package/src/svg/images/EmptyWebhook.svg +0 -44
  568. package/src/svg/images/FailureLog.svg +0 -46
  569. package/src/svg/images/Inconvenience.svg +0 -719
  570. package/src/svg/images/Loader.svg +0 -62
  571. package/src/svg/images/NoRequestFound.svg +0 -247
  572. package/src/svg/images/PageNotFound.svg +0 -405
  573. package/src/svg/images/ReguestUrlNotFound.svg +0 -267
  574. package/src/svg/images/SitBack.svg +0 -464
  575. package/src/svg/images/UnableToProcess.svg +0 -752
  576. package/src/svg/images/UnauthorizedLogin.svg +0 -1047
  577. package/src/svg/images/WillBack.svg +0 -633
@@ -0,0 +1,55 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class GCConversation extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "GCConversation"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.GCConversation_svg__cls-5{isolation:isolate}.GCConversation_svg__cls-2{fill:var(--zd_emptysvg_plus)}.GCConversation_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.GCConversation_svg__cls-4{fill:var(--zd_emptysvg_cross)}.GCConversation_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill)}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M78.11 58.19S124.77 27 148.38 36.4s39.74 88.3-25.92 123.72-95.36-41.65-95.57-55.3c-.28-13.21 0-44.7 51.22-46.63Z",
14
+ style: {
15
+ isolation: 'isolate',
16
+ fill: 'var(--zd_emptysvg_primary_fill)',
17
+ opacity: 0.1
18
+ }
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ className: "GCConversation_svg__cls-2",
21
+ d: "M11.89 119.3a.5.5 0 0 1-.47-.52l.41-7.47a.52.52 0 0 1 .53-.47.5.5 0 0 1 .47.53l-.41 7.47a.49.49 0 0 1-.51.48Z"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ className: "GCConversation_svg__cls-2",
24
+ d: "m15.75 115.77-7.34-.42a.5.5 0 0 1-.47-.53.52.52 0 0 1 .53-.47l7.34.42a.49.49 0 0 1 .47.51.49.49 0 0 1-.52.48Z"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ className: "GCConversation_svg__cls-3",
27
+ d: "M169.06 22.8a4.75 4.75 0 1 0 4.68 4.82v-.08a4.73 4.73 0 0 0-4.68-4.74Zm0 8.5a3.76 3.76 0 1 1 3.69-3.83v.07a3.72 3.72 0 0 1-3.69 3.76ZM122.31 175.07a3.45 3.45 0 1 0 3.4 3.5 3.43 3.43 0 0 0-3.4-3.5Zm0 5.9a2.45 2.45 0 1 1 2.4-2.5v.05a2.42 2.42 0 0 1-2.4 2.48Z"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ className: "GCConversation_svg__cls-4",
30
+ d: "M78.82 22a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 .05 0ZM187.74 131.81a.49.49 0 0 0-.69 0l-2.38 2.19-2.12-2.4a.5.5 0 0 0-.75.65l2.09 2.38-2.38 2.17a.5.5 0 0 0 0 .7.45.45 0 0 0 .37.16.44.44 0 0 0 .33-.13l2.37-2.15 2.11 2.41a.52.52 0 0 0 .38.17.5.5 0 0 0 .33-.12.51.51 0 0 0 0-.71l-2.13-2.42 2.38-2.16a.47.47 0 0 0 .1-.68Z"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ className: "GCConversation_svg__cls-5",
33
+ d: "M76 76.74s-8.2 3.16.32 4.26 48 .18 45-2.19S76 76.74 76 76.74ZM75.62 87.45s-4.66 3 .18 3.87 27.05.17 25.38-2-25.56-1.87-25.56-1.87ZM140.53 106.6c0-2.54-2.37-1.14-3.07-2-1.14-1.31-2-3.25.53-5.27 4.3-3.51 12-4 13.61 3.6s-9.22 11.34-11.68 7.91c-.92-1.34.61-3.45.61-4.24ZM58 86.49c0-2-1.84-.88-2.37-1.58a2.57 2.57 0 0 1 .35-4.13c3.34-2.72 9.32-3.16 10.55 2.72s-7.21 8.79-9 6.15c-.79-.88.47-2.65.47-3.16ZM81 116.09s8.17 3.16-.35 4.22-48 .17-45.06-2.29S81 116.09 81 116.09ZM81.33 126.72s4.66 3-.17 3.86-27.06.18-25.39-2 25.56-1.86 25.56-1.86ZM98.9 125.84c0-2 1.84-.88 2.37-1.58a2.57 2.57 0 0 0-.35-4.13c-3.34-2.72-9.31-3.16-10.54 2.72s7.2 8.79 9.05 6.15c.79-1-.53-2.63-.53-3.16Z"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "m109.18 137.08-23.63.27-.62 7.65-8.26-8s-46.64 1.49-47.52-.62-2.1-26-.61-26 82-1.76 83.53.62 2.46 27 .88 26c-2.63-1.67-.61-38.39-.61-38.39L87 99.49s-10.89 5.62-9.75 5.88-.88-6.5-.88-6.5-24.77 2.38-25.12-1.14-.88-26.88.88-26.88 86.35-1.75 86.7 1.14c0 0 2.9 11.51-1.14 13.09-1.76.71-3.87 1.85-5.89.09l-5.8-4.48s-6.15 6.24-6.06 7.12 7.38 6.14 5.45 9.39-10.72 2.73-10.72 2.73-1 9.22.18 9.4 9.92.79 10.54 2.9-4.57 9-4.57 9 4.13 6.24 5.53 6.15 7-6.59 10.46-3.86 2.72 9.83 3.51 10 3.95-.09 3.95-.09l-.09-17.74s-12.21-.18-11.42-11.51c.71-10.1 12-13.26 17.66-7.46 6.68 6.85 1.93 17-5 17.56L144.4 75s3.34-1.23 3.6 2.11c.18 2.55-.44 10.19 4.22 9.13s6.41-6.32 10.1-4.12 4.13 3.77 3.69 5-5.36 7.91-4.39 9.49 9.48 2.11 10 2.81.79 5.89.18 7.91-6.86 1-8.7 2.46.61 7.64 3.43 11.24c0 0-2.2 5.09-4.57 5.88s-8.26-6.32-11.33-3.51-.71 8.78-2.64 10.19",
36
+ style: {
37
+ fill: 'none',
38
+ stroke: 'var(--zd_emptysvg_primary_stroke)',
39
+ strokeLinecap: 'round',
40
+ strokeLinejoin: 'round'
41
+ }
42
+ }));
43
+ }
44
+
45
+ }
46
+ GCConversation.propTypes = EmptyStateProps;
47
+ GCConversation.defaultProps = { ...EmptyStateDefaultProps,
48
+ dataId: 'emptyGCConversation'
49
+ };
50
+
51
+ if (false) {
52
+ GCConversation.docs = {
53
+ componentGroup: 'Emptystate'
54
+ };
55
+ }
@@ -0,0 +1,71 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class Import extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 500 500",
11
+ name: "import"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#Import_svg__clip0)"
14
+ }, /*#__PURE__*/React.createElement("g", {
15
+ clipPath: "url(#Import_svg__clip1)"
16
+ }, /*#__PURE__*/React.createElement("path", {
17
+ opacity: 0.1,
18
+ d: "M200.502 140.5s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75z",
19
+ fill: "var(--zd_emptysvg_primary_fill)"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M35 293.249s-.25 0 0 0c-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25z",
22
+ fill: "var(--zd_emptysvg_plus)"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M44.501 284.498l-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25z",
25
+ fill: "var(--zd_emptysvg_plus)"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M428 51.999c-6.5 0-11.75 5.25-11.75 11.75s5.25 11.75 11.75 11.75 11.75-5.25 11.75-11.75-5.5-11.75-11.75-11.75zm0 21.25c-5 0-9.25-4.25-9.25-9.5s4.25-9.5 9.25-9.5 9.25 4.25 9.25 9.5-4.25 9.5-9.25 9.5zM311 432.748c-4.75 0-8.5 3.75-8.5 8.5s3.75 8.5 8.5 8.5 8.5-3.75 8.5-8.5c0-4.5-3.75-8.5-8.5-8.5zm0 14.75c-3.25 0-6-2.75-6-6.25s2.75-6.25 6-6.25 6 2.75 6 6.25-2.75 6.25-6 6.25z",
28
+ fill: "var(--zd_emptysvg_medium_circle)"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ d: "M202.251 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5zM474.5 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25z",
31
+ fill: "var(--zd_emptysvg_tiny_circle)"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ opacity: 0.1,
34
+ d: "M289.502 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25z",
35
+ fill: "var(--zd_emptysvg_primary_fill)"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ d: "M103.272 292.867c-15.153-8.693-21.106-33.684-13.259-53.242 5.683-14.126 15.695-27.98 31.93-27.165 33.554 1.63 25.165 49.711 16.777 48.896-8.388-.815 18.941-107.842 65.483-105.669 46.272 2.173 74.413 55.143 67.107 72.8-7.306 17.657-1.623-57.316 71.437-28.251 73.059 29.066-19.483 132.562-145.309 117.894-49.788-5.977-77.93-16.027-94.166-25.263z",
38
+ fill: "var(--zd_emptysvg_secondary_fill)"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M442.326 285.26H107.333s-61.425 2.445-59.801-55.958c.811-24.992 18.67-46.723 43.294-49.711 14.883-1.63 32.742 2.988 50.872 24.176 0 0-27.871 41.29 1.082-23.633s129.073-101.323 187.521-34.77c63.859 73.072 7.035 104.854 6.494 99.421-.541-5.433 10.282-26.077 42.212-3.531 31.93 22.546-8.929 93.445-78.742 85.567l-47.354-1.901-1.082 44.549s44.377 1.902 40.318-1.901c-4.059-4.075-65.483 46.179-58.718 47.266 7.035 1.086-52.225-53.242-54.931-48.896-7.306 11.137 24.354 6.248 39.236 4.346l-1.353-47.809s-114.19 22.818-147.202-27.707",
41
+ stroke: "var(--zd_emptysvg_primary_stroke)",
42
+ fill: "transparent",
43
+ strokeWidth: 2.5,
44
+ strokeMiterlimit: 10,
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round"
47
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
48
+ id: "Import_svg__clip0"
49
+ }, /*#__PURE__*/React.createElement("path", {
50
+ fill: "#fff",
51
+ d: "M0 0h500v500H0z"
52
+ })), /*#__PURE__*/React.createElement("clipPath", {
53
+ id: "Import_svg__clip1"
54
+ }, /*#__PURE__*/React.createElement("path", {
55
+ fill: "#fff",
56
+ transform: "translate(25 50)",
57
+ d: "M0 0h450v400H0z"
58
+ }))));
59
+ }
60
+
61
+ }
62
+ Import.propTypes = EmptyStateProps;
63
+ Import.defaultProps = { ...EmptyStateDefaultProps,
64
+ dataId: 'emptyImport'
65
+ };
66
+
67
+ if (false) {
68
+ Import.docs = {
69
+ componentGroup: 'Emptystate'
70
+ };
71
+ }
@@ -0,0 +1,68 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class KBBot extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "KBBot"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.KBBot_svg__cls-2{fill:var(--zd_emptysvg_plus)}.KBBot_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.KBBot_svg__cls-4{fill:var(--zd_emptysvg_cross)}.KBBot_svg__cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.KBBot_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M80.05 58.19S126.71 27 150.32 36.4s39.74 88.3-25.92 123.72-95.4-41.65-95.57-55.3c-.28-13.21 0-44.7 51.22-46.63Z",
14
+ style: {
15
+ fill: 'var(--zd_emptysvg_primary_fill)',
16
+ isolation: 'isolate',
17
+ opacity: 0.1
18
+ }
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ className: "KBBot_svg__cls-2",
21
+ d: "M13.83 119.3a.49.49 0 0 1-.47-.52l.41-7.47a.5.5 0 0 1 .53-.47.52.52 0 0 1 .47.53l-.41 7.47a.5.5 0 0 1-.51.48Z"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ className: "KBBot_svg__cls-2",
24
+ d: "m17.69 115.77-7.34-.42a.49.49 0 0 1-.47-.53.5.5 0 0 1 .53-.47l7.34.42a.49.49 0 0 1 .47.51.49.49 0 0 1-.52.48Z"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ className: "KBBot_svg__cls-3",
27
+ d: "M171 22.8a4.75 4.75 0 1 0 4.68 4.82v-.08A4.73 4.73 0 0 0 171 22.8Zm0 8.5a3.76 3.76 0 1 1 3.69-3.83v.07A3.73 3.73 0 0 1 171 31.3ZM124.25 175.07a3.45 3.45 0 1 0 3.4 3.5 3.43 3.43 0 0 0-3.4-3.5Zm0 5.9a2.45 2.45 0 1 1 2.4-2.5v.05a2.42 2.42 0 0 1-2.4 2.48Z"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ className: "KBBot_svg__cls-4",
30
+ d: "M80.76 22a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 2-2.05 2 2 0 0 1-2 2.05ZM189.68 131.81a.49.49 0 0 0-.69 0l-2.38 2.19-2.12-2.4a.51.51 0 0 0-.71 0 .5.5 0 0 0 0 .61l2.09 2.38-2.38 2.17a.49.49 0 0 0 0 .7.44.44 0 0 0 .37.16.46.46 0 0 0 .33-.13l2.37-2.15 2.11 2.41a.5.5 0 0 0 .38.17.48.48 0 0 0 .33-.83l-2.13-2.42 2.38-2.16a.48.48 0 0 0 .1-.68Z"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ className: "KBBot_svg__cls-5",
33
+ d: "M100 37.77s8.57.84 7.85 9.48-14 8.28-15.6 0 6.66-8.9 8.94-8-.22 27.23-.22 27.23 33-.17 43.7 28.79-.71 30.54-4.22 24.92-5.26-21.78 6.85-23.7 9.2 27 .52 25.77c0 0-6.84 38.2-47.82 39.94s-47.38-49.81-45-57 5.85-2.12 7.76 2.48.22 22-11.21 18.81S42.66 98.92 57.4 98c0 0 7.93-31.29 41.36-31.53 0 0-.66 28.6 3 32.13 1.35 1.3 6.63 3.43 7 9.37s-5.37 9.6-11.08 8.11-10.4-12.68 1.6-18.5l1-2.89A4.23 4.23 0 0 1 105.5 92c4.08 1.22 9.85 4.85 10.31 15.56.5 11.37-9.68 17-19.15 14.78a16 16 0 0 1-11.49-20.71c1.43-4.1 4.71-8.09 11.69-9.88"
34
+ }), /*#__PURE__*/React.createElement("circle", {
35
+ className: "KBBot_svg__cls-6",
36
+ cx: 101.12,
37
+ cy: 114.08,
38
+ r: 43.01
39
+ }), /*#__PURE__*/React.createElement("circle", {
40
+ className: "KBBot_svg__cls-6",
41
+ cx: 101.12,
42
+ cy: 108.08,
43
+ r: 8.97
44
+ }), /*#__PURE__*/React.createElement("circle", {
45
+ className: "KBBot_svg__cls-6",
46
+ cx: 101.12,
47
+ cy: 46.75,
48
+ r: 8.97
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ className: "KBBot_svg__cls-5",
51
+ d: "M92 150.75s-1.71-8.87-.46-8.87h19.54s-.26 8.46-1.83 8.87-15.68 0-15.68 0"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ className: "KBBot_svg__cls-6",
54
+ d: "M93.45 149.82s2.86-8 5.1-6 8.41-1.91 10.21-.31-.75 6.34-.75 6.34Z"
55
+ }));
56
+ }
57
+
58
+ }
59
+ KBBot.propTypes = EmptyStateProps;
60
+ KBBot.defaultProps = { ...EmptyStateDefaultProps,
61
+ dataId: 'emptyKBBot'
62
+ };
63
+
64
+ if (false) {
65
+ KBBot.docs = {
66
+ componentGroup: 'Emptystate'
67
+ };
68
+ }
@@ -0,0 +1,61 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class Multilingual extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "multilingual"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.cls-2{fill:var(--zd_emptysvg_plus)}.cls-3{fill:var(--zd_emptysvg_medium_circle)}.cls-4{fill:var(--zd_emptysvg_cross)}.cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.cls-6{fill:var(--zd_emptysvg_secondary_fill);}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M80.22 58s46.66-31.17 70.27-21.79 39.74 88.3-25.92 123.72-95.36-41.65-95.57-55.3c-.28-13.21 0-44.7 51.22-46.63Z",
14
+ style: {
15
+ fill: 'var(--zd_emptysvg_primary_fill)',
16
+ opacity: 0.1
17
+ }
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ className: "cls-2",
20
+ d: "M14 119.11a.5.5 0 0 1-.47-.53l.41-7.47a.5.5 0 1 1 1 .06l-.41 7.47a.49.49 0 0 1-.53.47Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ className: "cls-2",
23
+ d: "m17.86 115.58-7.34-.42a.5.5 0 1 1 .06-1l7.34.42a.49.49 0 0 1 .47.52.5.5 0 0 1-.53.48Z"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ className: "cls-3",
26
+ d: "M171.17 22.61a4.75 4.75 0 1 0 4.68 4.74 4.72 4.72 0 0 0-4.68-4.74Zm0 8.5a3.76 3.76 0 1 1 3.69-3.76 3.73 3.73 0 0 1-3.69 3.76ZM124.42 174.88a3.45 3.45 0 1 0 3.4 3.45 3.43 3.43 0 0 0-3.4-3.45Zm0 5.9a2.45 2.45 0 1 1 2.4-2.45 2.43 2.43 0 0 1-2.4 2.45Z"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ className: "cls-4",
29
+ d: "M80.93 21.77a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 2-2.05 2 2 0 0 1-2 2.05ZM189.85 131.62a.49.49 0 0 0-.7 0l-2.37 2.15-2.12-2.4a.5.5 0 0 0-.75.65l2.09 2.38-2.38 2.17a.49.49 0 0 0 0 .7.49.49 0 0 0 .37.16.5.5 0 0 0 .33-.13l2.37-2.15 2.11 2.41a.52.52 0 0 0 .38.17.54.54 0 0 0 .33-.12.51.51 0 0 0 0-.71l-2.13-2.42 2.38-2.16a.49.49 0 0 0 .09-.7Z"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ className: "cls-5",
32
+ d: "m27.3 153.13 37.47-.31s23.09-18.58 22.79-19.9-6.16 3.08.59 3.38 30.66 0 30.66 0v-32.42l11.14-.15 22.51 18.15s1.45-24.44-.24-23.47-2.42 6.29 3.63 6.78a62.63 62.63 0 0 0 11.61-.25s4.12-59.53-.24-59.77-71.87-1.45-70.91 1.69-1.69 53.49.25 55.42 21.53-1 21.53-1-19.8 4.86-22.81 3.86-2.21-29.1-2.21-29.1-45.35 0-45.75 2.21-1.2 57.39 1 58 15-.2 15.25.4-.4 17.46-.4 17.46l109.57-1.2"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ className: "cls-6",
35
+ d: "M80.62 84.09s-24.36-5.65-24.36 6.53 2.61 33.93 5.66 33.49 12.88-14 20.87-8.7 20 14.36 23.93 9.57-13-10.44-17.84-22.62a154.23 154.23 0 0 0-8.26-18.27Z"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ className: "cls-5",
38
+ d: "m70.5 120.11 9.67-24.73 10.62 25.37M75.26 111.55l11.89.16"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ className: "cls-6",
41
+ d: "M106.44 58.87a4 4 0 0 1 3.85-3.87c8.6-.27 28.83-.42 28.83 4 0 5.68-16.67 8.16-6 11s22.7 10.29 23.77 17.38-50.76 12.42-50.76 5.32c0-5.55.22-25.45.31-33.83Z"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ className: "cls-5",
44
+ d: "M122.49 64.36h25.3M121.62 89s21.16-7.85 20.28-24.65"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ className: "cls-5",
47
+ d: "M130.34 71.78s4.15 13.08 17 17.23M134.86 64.3v-4.28"
48
+ }));
49
+ }
50
+
51
+ }
52
+ Multilingual.propTypes = EmptyStateProps;
53
+ Multilingual.defaultProps = { ...EmptyStateDefaultProps,
54
+ dataId: 'emptyMultilingual'
55
+ };
56
+
57
+ if (false) {
58
+ Multilingual.docs = {
59
+ componentGroup: 'Emptystate'
60
+ };
61
+ }
@@ -0,0 +1,64 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class NetworkError extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "NetworkError"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.NetworkError_svg__cls-2{fill:var(--zd_emptysvg_plus)}.NetworkError_svg__cls-3{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M83.58 69.05s45.64-29.14 68.74-20.37S191.2 131.25 127 164.36s-93.29-38.91-93.54-51.68c-.27-12.35-.03-41.8 50.12-43.63Z",
14
+ style: {
15
+ opacity: 0.1,
16
+ fill: 'var(--zd_emptysvg_primary_fill)'
17
+ }
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ className: "NetworkError_svg__cls-2",
20
+ d: "M18 111.51a.49.49 0 0 1-.47-.52l.39-6.7a.5.5 0 0 1 .53-.47.51.51 0 0 1 .47.52l-.4 6.71a.5.5 0 0 1-.52.46Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ className: "NetworkError_svg__cls-2",
23
+ d: "m21.71 108.34-7-.38a.5.5 0 1 1 .06-1l7 .38a.5.5 0 0 1 0 1Z"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fill: "var(--zd_emptysvg_small_circle)",
26
+ d: "M139.6 186.47a3.15 3.15 0 1 1 3.25-3.15 3.2 3.2 0 0 1-3.25 3.15Zm0-5.3a2.15 2.15 0 1 0 2.25 2.15 2.21 2.21 0 0 0-2.25-2.15Z"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ className: "NetworkError_svg__cls-3",
29
+ d: "M184.47 146a.46.46 0 0 1-.36-.16l-4.65-5a.49.49 0 0 1 0-.7.51.51 0 0 1 .71 0l4.64 5a.49.49 0 0 1 0 .7.48.48 0 0 1-.34.16Z"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ className: "NetworkError_svg__cls-3",
32
+ d: "M179.55 145.75a.52.52 0 0 1-.38-.17.49.49 0 0 1 .05-.7l5.2-4.47a.51.51 0 0 1 .71.05.49.49 0 0 1 0 .7l-5.2 4.47a.52.52 0 0 1-.38.12ZM76.11 31.09a3.31 3.31 0 1 1 3.33-3.31 3.33 3.33 0 0 1-3.33 3.31Zm0-5.62a2.31 2.31 0 1 0 2.33 2.31 2.33 2.33 0 0 0-2.33-2.31Z"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M156.05 25.35a4.33 4.33 0 1 1 4.37-4.35 4.35 4.35 0 0 1-4.37 4.35Zm0-7.67a3.34 3.34 0 1 0 3.37 3.32 3.36 3.36 0 0 0-3.37-3.32Z",
35
+ style: {
36
+ fill: 'var(--zd_emptysvg_medium_circle)'
37
+ }
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ d: "M70.93 54.19S26.22 71.38 35 122.2s73.87 45.48 89.63 29h0a32 32 0 0 0 4.44-5.92c3.32-5.7 10.67-17.76 15.88-22.52 5.83-5.32 21 16.22 24.93 24a3 3 0 0 1-2 4.13c-8.66 1.62-36.29 6.29-37.8.29-1-3.86 2.89-12.52 6.62-19.65a59.16 59.16 0 0 0 6.77-25.33h0c0-20.63-26.22-56.55-55.72-54.26 0 0-14.37 3.48-8.18 13.74S94.32 63.15 94 61.21c-.32-1.76-5.7-3.38-11.3 6.79a6.26 6.26 0 0 1-6.59 3.1c-2.15-.38-4.43-1-5.39-2.07C68.6 66.76 63 71.2 67 74.09s5.15 3.17 3 5.25-8.5 6.33-4.34 8.23 31.3 8.69 35.92.73S63 83.14 58.1 102.82c0 0-3.44 9.45 9.86 12.8s4.07 34 16.47 32c0 0 5.79-1.35 9.14-10 2-5.1 6.88-7.69 9.82-8.38a2.76 2.76 0 0 1 3.38 3.13c-.39 2.41-2.38 6.15-5 7.69-4.71 2.81-4.82-7.32-2.68-10.76s7.45-16 0-21.88-8.47-2.73-8.45-1.55c.09 4.16 11.13 13.93 18 11s10-10.4 9-13.66-8.5-6.69-9.86-4.25 5.16 6.06 12.67 4.34 16.28-.27 15.19 10.14",
40
+ style: {
41
+ fill: 'none',
42
+ stroke: 'var(--zd_emptysvg_primary_stroke)',
43
+ strokeLinecap: 'round',
44
+ strokeLinejoin: 'round'
45
+ }
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M110.51 98.21c6.3 2 8.62 5.37 5 12.94s-12.82 2.44-12.61 5.81-4.17 15-5.29 15.15-6.13 9.57-6.13 9.57-13.37 16.87-14.91-7.39-13.09-12.44-18.26-25.46S71 89.27 71 89.27c13.71 1.28 33.21 7 39.51 8.94ZM168.57 149c-2 4.13-2.42 2.44-9.82 3.42s-24.51 4.24-28.61-1.26c0 0 9.27-27.27 14.85-28.4s25.56 22.07 23.58 26.24Zm-21.85-8a1 1 0 0 0 2 0v-9.24a1 1 0 0 0-2 0Zm3.36 5.4c-.14-1.08-2-1.13-2-1.13-2.72.24-.4 2.8-.4 2.8.71.64 2.54-.64 2.4-1.72Z",
48
+ style: {
49
+ fill: 'var(--zd_emptysvg_secondary_fill)'
50
+ }
51
+ }));
52
+ }
53
+
54
+ }
55
+ NetworkError.propTypes = EmptyStateProps;
56
+ NetworkError.defaultProps = { ...EmptyStateDefaultProps,
57
+ dataId: 'emptyNetworkError'
58
+ };
59
+
60
+ if (false) {
61
+ NetworkError.docs = {
62
+ componentGroup: 'Emptystate'
63
+ };
64
+ }
@@ -0,0 +1,62 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class Predictor extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "predictor"
12
+ }, this.props), /*#__PURE__*/React.createElement("style", null, '.Predictor_svg__st0{fill:none}.Predictor_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.Predictor_svg__st2{fill:var(--zd_emptysvg_plus)}.Predictor_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Predictor_svg__st4{fill:var(--zd_emptysvg_cross)}'), /*#__PURE__*/React.createElement("path", {
13
+ className: "Predictor_svg__st0",
14
+ d: "M0 0h200v200H0z"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ className: "Predictor_svg__st0",
17
+ d: "M10 22h180v160H10z"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ className: "Predictor_svg__st1",
20
+ d: "M80.2 58.2s46.7-31.2 70.3-21.8 39.7 88.3-25.9 123.7c-65.6 35.4-95.4-41.6-95.7-55.2-.2-13.3 0-44.7 51.3-46.7z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ className: "Predictor_svg__st2",
23
+ d: "M14 119.3s-.1 0 0 0c-.3 0-.5-.3-.5-.5l.4-7.5c0-.3.2-.5.5-.5s.5.2.5.5l-.4 7.5c-.1.3-.3.5-.5.5z"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ className: "Predictor_svg__st2",
26
+ d: "M17.8 115.8l-7.4-.4c-.3 0-.5-.3-.5-.5 0-.3.3-.5.5-.5l7.3.4c.3 0 .5.3.5.5.1.3-.1.5-.4.5z"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ className: "Predictor_svg__st3",
29
+ d: "M171.2 22.8c-2.6 0-4.7 2.1-4.7 4.7s2.1 4.7 4.7 4.7 4.7-2.1 4.7-4.7-2.2-4.7-4.7-4.7zm0 8.5c-2 0-3.7-1.7-3.7-3.8s1.7-3.8 3.7-3.8 3.7 1.7 3.7 3.8-1.7 3.8-3.7 3.8zM124.4 175.1c-1.9 0-3.4 1.5-3.4 3.4s1.5 3.4 3.4 3.4 3.4-1.5 3.4-3.4c0-1.8-1.5-3.4-3.4-3.4zm0 5.9c-1.3 0-2.4-1.1-2.4-2.5s1.1-2.5 2.4-2.5c1.3 0 2.4 1.1 2.4 2.5s-1.1 2.5-2.4 2.5z"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ className: "Predictor_svg__st4",
32
+ d: "M80.9 22c-1.7 0-3 1.4-3 3s1.3 3 3 3 3-1.4 3-3-1.3-3-3-3zm0 5.1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM189.8 131.8c-.2-.2-.5-.2-.7 0l-2.4 2.2-2.1-2.4c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7l2.1 2.4-2.4 2.2c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1l2.4-2.2 2.1 2.4c.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7l-2.1-2.4 2.4-2.2c.2-.3.2-.7 0-.9z"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ className: "Predictor_svg__st1",
35
+ d: "M115.8 67S78.5 42.1 59.6 49.6s-31.8 70.6 20.7 98.9c52.5 28.3 76.3-33.3 76.5-44.2.2-10.6 0-35.8-41-37.3z"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ className: "Predictor_svg__st0",
38
+ d: "M3 36h193.5v127.5H3z"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M65.5 111.2c.1-13.7-12.5-6.1-16.6-10.7-6.2-6.9-10.7-17.4 2.7-28.3 23.1-18.7 64.2-21.7 72.7 19S75 152 61.8 133.7c-5-6.9 3.7-18.6 3.7-22.5z",
41
+ fill: "var(--zd_emptysvg_secondary_fill)"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ d: "M196 117.3s-24.5-5.4-29.3-2.1c-4.8 3.3-18.4 0-24.5 1.5-6 1.5-17.5 3.3-17.5 3.3M3.5 38.8s28.6 0 38.7 4S70.6 31 74.6 38.5 63.3 54.1 53.5 51.2c-9.8-2.9 33 3.8 38.2 11 5.2 7.2-5.8 6.6-9.8 5.2s-21.7-5.5-26.6-2S70.5 77.4 75 88c4.6 10.6-5 5.1-5.8 4.7-.8-.4-23.4-19.9-22.9-18.4s17.1 24 17.3 25.9c.2 1.9-1.9 7.9-7.2 3.9-5.2-3.9-21.3-23.1-20.8-24.3.5-1.2 4.8 3.8 4.8 16.1s-2.5 17.7-5.6 15.3c-3.1-2.4-5-28.4-9.8-32.2S9 63.7 3.5 63.5m38 41.6s5.2 31.4 31 35.3c24.7 3.8 35.6-6 35.6-6l.2 6.4s-21.9 11.9-51.9-.5l.5 7.2s26.5 13.8 62.8-1.2l.1 8.4s-24 17.8-70 .9c0 0-.6-9.9.2-10.1s3.2-2.8 5.3-2.7c0 0-.1-5.2 5.5-5.9 0 0 18.7 13 45.9.9 6.8-3 11.4-9.5 14.5-17.6 0 0-4.3-3.2-1.2-6.6 3.1-3.3 25.3-5 25.2-9.3-.1-4.3-36.2 3.1-37.8.3-1.7-2.8-2.1-8.3 3.1-9.2 0 0 33.3-8.2 33.5-6 .3 2.3-22.8-4.8-32.5-1.8-9.6 3-16-4.5-10.8-8.1 0 0 8.5-.9 11.3-2.3 2.7-1.4 26.8.6 27.3.7.6.1-23-2.6-23-2.6s-11.4 3.3-13.6 2c-2.2-1.3-3-5.8.6-6.8s8.5-1 8.5-1-10.7-9.4-20.4-10.1c0 0 11.4.3 25.2 9.7l11.7-.7s14.6 1.4 17.1 4.2c2.5 2.7 19.5 13.9 25.3 13.9s8.8.6 8.8.6",
44
+ fill: "none",
45
+ stroke: "var(--zd_emptysvg_primary_stroke)",
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round",
48
+ strokeMiterlimit: 10
49
+ }));
50
+ }
51
+
52
+ }
53
+ Predictor.propTypes = EmptyStateProps;
54
+ Predictor.defaultProps = { ...EmptyStateDefaultProps,
55
+ dataId: 'emptyPredictor'
56
+ };
57
+
58
+ if (false) {
59
+ Predictor.docs = {
60
+ componentGroup: 'Emptystate'
61
+ };
62
+ }
@@ -0,0 +1,60 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class ReadRecipients extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "ReadRecipients"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.ReadRecipients_svg__cls-2{fill:var(--zd_emptysvg_plus)}.ReadRecipients_svg__cls-3{fill:var(--zd_emptysvg_cross)}.ReadRecipients_svg__cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.ReadRecipients_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);isolation:isolate;}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M77.57 69.05s45.64-29.14 68.74-20.37 38.88 82.57-25.31 115.68-93.29-38.91-93.54-51.68c-.28-12.35-.04-41.8 50.11-43.63Z",
14
+ style: {
15
+ opacity: 0.1,
16
+ fill: 'var(--zd_emptysvg_primary_fill)'
17
+ }
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ className: "ReadRecipients_svg__cls-2",
20
+ d: "M12 111.51a.5.5 0 0 1-.47-.52l.4-6.7a.49.49 0 0 1 .52-.47.49.49 0 0 1 .47.52l-.4 6.66a.5.5 0 0 1-.52.51Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ className: "ReadRecipients_svg__cls-2",
23
+ d: "m15.7 108.34-7-.38a.48.48 0 0 1-.47-.52.49.49 0 0 1 .53-.47l7 .38a.5.5 0 0 1 0 1Z"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fill: "var(--zd_emptysvg_small_circle)",
26
+ d: "M133.59 186.47a3.15 3.15 0 1 1 3.24-3.15 3.2 3.2 0 0 1-3.24 3.15Zm0-5.3a2.15 2.15 0 1 0 2.24 2.15 2.21 2.21 0 0 0-2.24-2.15Z"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ className: "ReadRecipients_svg__cls-3",
29
+ d: "M178.46 146a.5.5 0 0 1-.37-.16l-4.64-5a.48.48 0 0 1 0-.7.5.5 0 0 1 .7 0l4.65 5a.49.49 0 0 1 0 .7.5.5 0 0 1-.34.16Z"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ className: "ReadRecipients_svg__cls-3",
32
+ d: "M173.54 145.75a.52.52 0 0 1-.38-.17.49.49 0 0 1 .05-.7l5.2-4.47a.5.5 0 1 1 .66.75l-5.2 4.47a.52.52 0 0 1-.33.12ZM70.1 31.09a3.31 3.31 0 1 1 3.33-3.31 3.33 3.33 0 0 1-3.33 3.31Zm0-5.62a2.31 2.31 0 1 0 2.33 2.31 2.33 2.33 0 0 0-2.33-2.31Z"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M150 25.35a4.33 4.33 0 1 1 4.41-4.35 4.36 4.36 0 0 1-4.41 4.35Zm0-7.67a3.34 3.34 0 1 0 3.41 3.32 3.37 3.37 0 0 0-3.41-3.32Z",
35
+ style: {
36
+ fill: 'var(--zd_emptysvg_medium_circle)'
37
+ }
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "ReadRecipients_svg__cls-5",
40
+ d: "M179.76 104.89C162.61 93.42 150 92 148.69 110.9c-4.42 64.65-5.18 55.53-12 53.93s-31.5-35.71-33.44-29.7S137.58 162.9 128 164.5s-59.47-9.5-73-11.9 16-25.73 20.72-25.73-17.59 20.91-27.51 24S50.19 98.57 53 87.1s29.89 38.49 33.12 40.41 63-25.73 64.63-32.05S126.9 39.17 115.68 34c-7.34-3.32-63.23 36.24-62.9 44.82 0 .75 12.3 12.11 12.3 12.11l2.48-19.51s68.61 6.65 69.8 9.33-.43 20-.43 20S91.08 125.48 89.24 124c-1.83-1.72-20.49-27.88-20.49-28.84 0 0-15.65-22.63-23.63-21.77s-17.48 7.49-23.31.61"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ className: "ReadRecipients_svg__cls-6",
43
+ d: "m67.67 147.78 20.06-13.19s33.12 22.3 25.79 22.94-45.85-9.75-45.85-9.75ZM127.22 97.17l-34.85 17.59S74.36 93.1 73.6 85.81c-1.19-11.9 40.89-2.9 53.84-1.39 3.88.42-.22 12.75-.22 12.75Z"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ className: "ReadRecipients_svg__cls-5",
46
+ d: "M109.85 85.92s-13.92 8.79-18 11c-2.26 1.29-4.2-2.9-5.5-6.86M118.8 87s-13.91 8.79-18 11c-1.08.54-2.05 0-2.92-1.18"
47
+ }));
48
+ }
49
+
50
+ }
51
+ ReadRecipients.propTypes = EmptyStateProps;
52
+ ReadRecipients.defaultProps = { ...EmptyStateDefaultProps,
53
+ dataId: 'emptyReadRecipients'
54
+ };
55
+
56
+ if (false) {
57
+ ReadRecipients.docs = {
58
+ componentGroup: 'Emptystate'
59
+ };
60
+ }
@@ -0,0 +1,77 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class SupportPlan extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 500 500",
11
+ name: "SupportPlan"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.SupportPlan_svg__cls-1{opacity: 0.1;fill:var(--zd_emptysvg_primary_fill)}.SupportPlan_svg__cls-2{fill:var(--zd_emptysvg_plus)}.SupportPlan_svg__cls-3{fill:var(--zd_emptysvg_cross)}.SupportPlan_svg__cls-4{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5;stroke-miterlimit:10}.SupportPlan_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill)}')), /*#__PURE__*/React.createElement("g", {
13
+ "clip-path": "url(#clip0_8054_29286)"
14
+ }, /*#__PURE__*/React.createElement("path", {
15
+ d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.0016 291.25 72.2516 257.25C71.7516 224 72.2516 145.5 200.502 140.5Z",
16
+ className: "SupportPlan_svg__cls-1"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M35 293.25C35 293.25 34.75 293.25 35 293.25C34.25 293.25 33.75 292.5 33.75 292L34.75 273.25C34.75 272.5 35.25 272 36 272C36.75 272 37.25 272.5 37.25 273.25L36.25 292C36 292.75 35.5 293.25 35 293.25Z",
19
+ className: "SupportPlan_svg__cls-2"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M44.501 284.5L26.001 283.5C25.251 283.5 24.751 282.75 24.751 282.25C24.751 281.5 25.501 281 26.001 281L44.251 282C45.001 282 45.501 282.75 45.501 283.25C45.751 284 45.251 284.5 44.501 284.5Z",
22
+ className: "SupportPlan_svg__cls-2"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M428 51.9995C421.5 51.9995 416.25 57.2495 416.25 63.7495C416.25 70.2495 421.5 75.4995 428 75.4995C434.5 75.4995 439.75 70.2495 439.75 63.7495C439.75 57.2495 434.25 51.9995 428 51.9995ZM428 73.2495C423 73.2495 418.75 68.9995 418.75 63.7495C418.75 58.4995 423 54.2495 428 54.2495C433 54.2495 437.25 58.4995 437.25 63.7495C437.25 68.9995 433 73.2495 428 73.2495Z",
25
+ style: {
26
+ fill: 'var(--zd_emptysvg_medium_circle)'
27
+ }
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M311 432.749C306.25 432.749 302.5 436.499 302.5 441.249C302.5 445.999 306.25 449.749 311 449.749C315.75 449.749 319.5 445.999 319.5 441.249C319.5 436.749 315.75 432.749 311 432.749ZM311 447.499C307.75 447.499 305 444.749 305 441.249C305 437.749 307.75 434.999 311 434.999C314.25 434.999 317 437.749 317 441.249C317 444.749 314.25 447.499 311 447.499Z",
30
+ style: {
31
+ fill: 'var(--zd_emptysvg_medium_circle)'
32
+ }
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M202.251 50C198.001 50 194.751 53.5 194.751 57.5C194.751 61.5 198.001 65 202.251 65C206.501 65 209.751 61.5 209.751 57.5C209.751 53.5 206.501 50 202.251 50ZM202.251 62.75C199.501 62.75 197.251 60.5 197.251 57.75C197.251 55 199.501 52.75 202.251 52.75C205.001 52.75 207.251 55 207.251 57.75C207.251 60.5 205.001 62.75 202.251 62.75Z",
35
+ className: "SupportPlan_svg__cls-3"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ d: "M474.5 324.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
38
+ className: "SupportPlan_svg__cls-3"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M289.502 162.5C289.502 162.5 196.252 100.25 149.002 119C101.752 137.75 69.5017 295.5 200.752 366.25C332.002 437 391.502 283 392.002 255.75C392.502 229.25 392.002 166.25 289.502 162.5Z",
41
+ className: "SupportPlan_svg__cls-1"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ d: "M32.5 376.609C32.5 376.609 67.0331 373.638 81.6432 355.151C95.9213 336.334 119.165 268.989 135.103 264.697C151.041 260.406 165.319 245.88 165.319 245.88C165.319 245.88 159.011 322.799 163.659 319.498C168.308 316.527 152.702 319.498 148.717 330.392C144.732 341.286 165.984 327.421 180.926 296.059C195.868 264.697 215.459 274.271 215.459 286.816C215.459 299.36 204.169 315.866 198.524 313.886C192.879 311.905 184.246 298.37 188.895 301.011C193.544 303.322 202.509 314.876 199.853 320.488C197.196 326.1 171.96 372.317 159.675 380.57C147.389 388.823 106.215 398.397 94.5931 407.97C82.9714 417.544 143.736 385.522 163.659 388.493C163.659 388.493 160.339 413.252 169.636 414.573C178.933 415.893 415.684 420.845 422.989 409.621C430.294 398.067 427.306 259.415 427.306 259.415C427.306 259.415 352.595 281.864 354.255 292.098C355.915 302.331 378.495 276.252 348.61 270.64C318.726 265.028 321.714 302.992 326.363 302.331C331.344 301.671 327.691 274.601 311.089 269.979C294.486 265.028 286.185 311.905 295.815 318.177C305.444 324.45 311.753 277.572 269.583 271.3C227.413 265.028 221.768 419.525 247.335 322.799C272.903 226.073 165.651 233.006 165.651 233.006C165.651 233.006 159.675 98.9761 163.659 83.7905C167.644 68.6048 385.468 77.8483 407.383 77.188C429.298 76.5278 428.966 103.598 428.966 103.598L428.634 233.996",
44
+ className: "SupportPlan_svg__cls-4"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M98.5754 358.452C98.5754 358.452 125.471 293.748 134.769 293.748C144.066 293.748 126.468 331.712 140.414 336.333C154.36 340.955 170.298 329.731 168.306 341.945C166.313 353.83 120.823 392.784 103.224 381.56C85.6255 370.336 98.5754 358.452 98.5754 358.452Z",
47
+ className: "SupportPlan_svg__cls-5"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ d: "M212.802 111.852C212.802 111.852 181.922 123.737 214.131 127.698C246.339 131.66 395.429 128.358 384.139 119.445C372.85 110.532 212.802 111.852 212.802 111.852Z",
50
+ className: "SupportPlan_svg__cls-5"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ d: "M210.478 156.087C210.478 156.087 192.88 167.312 211.142 170.613C229.405 173.914 313.413 171.273 307.104 163.02C300.795 154.767 210.478 156.087 210.478 156.087Z",
53
+ className: "SupportPlan_svg__cls-5"
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ d: "M210.478 192.402C210.478 192.402 192.88 203.626 211.142 206.927C229.405 210.228 313.413 207.587 307.104 199.334C300.795 191.081 210.478 192.402 210.478 192.402Z",
56
+ className: "SupportPlan_svg__cls-5"
57
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
58
+ id: "clip0_8054_29286"
59
+ }, /*#__PURE__*/React.createElement("rect", {
60
+ width: "450",
61
+ height: "400",
62
+ fill: "white",
63
+ transform: "translate(25 50)"
64
+ }))));
65
+ }
66
+
67
+ }
68
+ SupportPlan.propTypes = EmptyStateProps;
69
+ SupportPlan.defaultProps = { ...EmptyStateDefaultProps,
70
+ dataId: 'SupportPlan'
71
+ };
72
+
73
+ if (false) {
74
+ SupportPlan.docs = {
75
+ componentGroup: 'Emptystate'
76
+ };
77
+ }
@@ -0,0 +1,59 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
7
+ export default class Variable extends React.Component {
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 200 200",
11
+ name: "Variable"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.Variable_svg__cls-5{isolation:isolate}.Variable_svg__cls-2{fill:var(--zd_emptysvg_plus)}.Variable_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.Variable_svg__cls-4{fill:var(--zd_emptysvg_cross)}.Variable_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill);}.Variable_svg__cls-6{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
13
+ d: "M73.17 58.19S119.83 27 143.44 36.4s39.74 88.3-25.92 123.72-95.36-41.65-95.52-55.3c-.33-13.21 0-44.7 51.17-46.63Z",
14
+ style: {
15
+ isolation: 'isolate',
16
+ fill: 'var(--zd_emptysvg_primary_fill)',
17
+ opacity: 0.1
18
+ }
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ className: "Variable_svg__cls-2",
21
+ d: "M7 119.3a.49.49 0 0 1-.47-.52l.41-7.47a.51.51 0 0 1 .53-.47.5.5 0 0 1 .47.53l-.41 7.47a.5.5 0 0 1-.51.48Z"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ className: "Variable_svg__cls-2",
24
+ d: "m10.81 115.77-7.34-.42a.49.49 0 0 1-.47-.53.51.51 0 0 1 .53-.47l7.34.42a.49.49 0 0 1 .47.51.49.49 0 0 1-.52.48Z"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ className: "Variable_svg__cls-3",
27
+ d: "M164.12 22.8a4.75 4.75 0 1 0 4.68 4.82v-.08a4.73 4.73 0 0 0-4.68-4.74Zm0 8.5a3.76 3.76 0 1 1 3.69-3.83v.07a3.72 3.72 0 0 1-3.69 3.76ZM117.37 175.07a3.45 3.45 0 1 0 3.4 3.5 3.43 3.43 0 0 0-3.4-3.5Zm0 5.9a2.45 2.45 0 1 1 2.4-2.5v.05a2.42 2.42 0 0 1-2.4 2.48Z"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ className: "Variable_svg__cls-4",
30
+ d: "M73.88 22a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 .05 0ZM182.8 131.81a.49.49 0 0 0-.69 0l-2.38 2.19-2.12-2.4a.51.51 0 0 0-.71 0 .5.5 0 0 0 0 .61l2.09 2.38-2.38 2.17a.5.5 0 0 0 0 .7.44.44 0 0 0 .37.16.46.46 0 0 0 .33-.13l2.37-2.15 2.11 2.41a.51.51 0 0 0 .71.05.51.51 0 0 0 0-.71l-2.13-2.42 2.38-2.16a.48.48 0 0 0 .1-.68Z"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ className: "Variable_svg__cls-5",
33
+ d: "M93.2 140.35s7.1 6.8 9 6 39.86-17.67 38.67-19-6.4-4.21-7.73-3.86-40.71 14.89-39.94 16.86Z"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ className: "Variable_svg__cls-6",
36
+ d: "M106.84 161.45c9.7 4.77 59.48-28.11 57.51-30.08-3.65-3.64-33.61-9.88-37.26-7.85S78.86 138.8 80.9 142.59s25.1 16.47 29.24 16.26 50.35-22.71 47.39-27.41c-1.33-2.17-24.25-7.71-26-7.15s-41.55 15.14-40 16.9 8 7 9.56 6.24 38-17.6 37.48-19.07-11.74-6.87-13.78-6.17S84.2 137 82.44 136.91s-6.18 1.12-8.58-6S63.11 95.2 63.11 95.2s-2.46-4.63 8-6.94 45.77-7.65 47.18-6.66 10.56 25.4 9.29 35.4a3.39 3.39 0 0 1-2.39 2.8l-40.08 13.11s-6.18 2.67-9.84-6.3-7.73-28.47-7.73-28.47-2.32-4.13 4.92-6c5.9-1.47 43.38-10.37 45.28-8.2s8.93 27.55 7.73 29.73"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ className: "Variable_svg__cls-5",
39
+ d: "M85.82 92.53a15.41 15.41 0 0 0-7.53 4.84c-1.61 1.89-2.6 4 0 4.56 5.14 1.12 14.21-1.12 14.21 1.12S75.2 119.52 83.29 123s38.1-3.72 38.24-8.06-6.32-25.24-8.29-26.29c-4.43-2.5-20.18 1.71-27.42 3.88Z"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ className: "Variable_svg__cls-6",
42
+ d: "M88.28 105.15 84 110.62l6.82 1.89M97 101.3l-1.27 12M101.78 101.58l6.75 2.52-4.53 5.12M156.83 73s1.69-.21 1.12 2 .15 2.73.92 3.08.28-1.54-.42.07c-.92 2.17-.07 4-1.13 5.26-.7.84-1.83-.07-1.83-.07M149.31 73s-1.69-.21-1.13 2-.14 2.73-.91 3.08-.28-1.54.42.07c.91 2.17.07 4 1.12 5.26.71.84 1.83-.07 1.83-.07M86.31 53.13 80.9 65.68M31.33 133.69s-1.41-19.07.35-19.77 23.41-3.16 25.52-.71 1.76 21.18 1.06 22.23-26.26 4.28-26.93-1.75Z"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ className: "Variable_svg__cls-6",
45
+ d: "M166.11 89.24c-.63.91-20.67 3.5-25.8-.07a2.2 2.2 0 0 1-.36-.91s-1.4-19.07.36-19.77 21-2.88 25-1.06c1.85 3.72 1.5 20.76.8 21.81ZM97 69.26c-.64.91-20.46 3.5-25.46-.07a3.52 3.52 0 0 1-.35-.91s-1.4-18.86.35-19.56 20.75-2.81 24.68-1c1.78 3.66 1.41 20.56.78 21.54ZM49.33 118.61h4.57M46.09 118.68h1.76M39.69 118.75l3.8-.07M35.34 118.82l3.37-.07M52.84 122.26l1.06-.07M46.3 122.33l3.87-.07M42.86 122.33h2M35.34 122.4l5.69-.07M39.84 130l-4.5.07M43.07 130h-1.76M49.47 130h-3.8M53.9 129.9l-3.45.07M36.39 126.47h-1M42.86 126.39l-3.8.07M46.37 126.39h-2M53.9 126.32h-5.7"
46
+ }));
47
+ }
48
+
49
+ }
50
+ Variable.propTypes = EmptyStateProps;
51
+ Variable.defaultProps = { ...EmptyStateDefaultProps,
52
+ dataId: 'emptyVariable'
53
+ };
54
+
55
+ if (false) {
56
+ Variable.docs = {
57
+ componentGroup: 'Emptystate'
58
+ };
59
+ }