@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,132 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = require("./../props/propTypes");
13
+
14
+ var _defaultProps = require("./../props/defaultProps");
15
+
16
+ var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21
+
22
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
23
+
24
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
+
26
+ 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); }
27
+
28
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
29
+
30
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
31
+
32
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
+
34
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
+
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
+
38
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
39
+
40
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
41
+
42
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
+
44
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
+
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
+
48
+ var EmptyWhatsapp = /*#__PURE__*/function (_React$Component) {
49
+ _inherits(EmptyWhatsapp, _React$Component);
50
+
51
+ var _super = _createSuper(EmptyWhatsapp);
52
+
53
+ function EmptyWhatsapp() {
54
+ _classCallCheck(this, EmptyWhatsapp);
55
+
56
+ return _super.apply(this, arguments);
57
+ }
58
+
59
+ _createClass(EmptyWhatsapp, [{
60
+ key: "render",
61
+ value: function render() {
62
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
63
+ viewBox: "0 0 500 500",
64
+ name: "emptyWhatsapp"
65
+ }, this.props), /*#__PURE__*/_react["default"].createElement("g", {
66
+ clipPath: "url(#whatsapp_svg__a)"
67
+ }, /*#__PURE__*/_react["default"].createElement("path", {
68
+ d: "M344.584 321.303c-48.752 46.243-122.326 22.075-122.326 22.075l-7.614 9.736c115.849 33.222 149.977-41.522 149.977-41.522a49.424 49.424 0 0 1-23.578.455 49.61 49.61 0 0 1-21.137-10.532s13.68-5.695 15.01-14.432c1.329-8.738-30.02-24.874-30.02-24.874s31.035 30.253 32.364 16.477c1.33-13.776-29.004-23.195-32.291-23.974-3.287-.779-15.155 16.161-15.155 16.161a11.117 11.117 0 0 0 2.617 4.204 11.02 11.02 0 0 0 4.175 2.636c-3.795.389-12.085-2.605-12.085-2.605-33.694-12.802-53.175-49.577-53.392-47.241-.218 2.337 12.689 4.868 13.946-8.616 1.257-13.484-12.085-30.934-12.085-30.934s5.897 24.168 15.154 24.995c9.257.828-7.251-24.168-12.085-29.206-4.834-5.038-58.613-.657-19.988 63.572 38.624 64.23 144.393 81.17 164.527 37.214 8.749-19.081 9.426-40.524 7.396-58.704-3.297-32.004-19.022-61.399-43.749-81.778-36.255-29.426-77.344-28.038-107.388-20.396-33.307 8.445-62.263 29.79-78.457 60.262-33.041 62.234 9.813 114.124 9.813 121.694 0 9.297-26.877 65.933-36.11 60.846-9.233-5.087 69.683-20.298 69.683-20.298l-9.523-11.926-29.971 10.757s25.91-38.381 19.819-50.648c-6.091-12.267-50.758-59.581 5.076-128.411 49.791-61.382 156.865-29.547 174.751 18.936 0 0 24.17 40.84 1.329 104.437",
69
+ stroke: "var(--zd_emptysvg_primary_stroke)",
70
+ fill: "transparent",
71
+ strokeWidth: 2.124,
72
+ strokeLinecap: "round",
73
+ strokeLinejoin: "round"
74
+ }), /*#__PURE__*/_react["default"].createElement("path", {
75
+ opacity: 0.8,
76
+ d: "M259.431 212.094s9.668 13.727-.677 22.659c-10.345 8.933 15.687 28.866 23.881 21.905 8.193-6.961 30.696-29.547 55.954-24.046 25.258 5.5-8.871-76.278-77.103-67.345.096.097-21.826 6.279-2.055 46.827ZM188.346 233.512s-15.493 83.043 88.295 99.983a45.637 45.637 0 0 0 25.862-3.31c5.535-2.434 11.263-5.574 13.68-8.835 0-.025-99.751-11.464-127.837-87.838Z",
77
+ fill: "var(--zd_emptysvg_secondary_fill)"
78
+ })), /*#__PURE__*/_react["default"].createElement("g", {
79
+ clipPath: "url(#whatsapp_svg__b)"
80
+ }, /*#__PURE__*/_react["default"].createElement("path", {
81
+ opacity: 0.1,
82
+ d: "M198.002 140.499s116.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",
83
+ fill: "var(--zd_emptysvg_primary_fill)"
84
+ }), /*#__PURE__*/_react["default"].createElement("path", {
85
+ d: "M32.5 293.25s-.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",
86
+ fill: "var(--zd_emptysvg_plus)"
87
+ }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ d: "m42 284.5-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",
89
+ fill: "var(--zd_emptysvg_plus)"
90
+ }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ d: "M425.5 52C419 52 413.75 57.25 413.75 63.75C413.75 70.25 419 75.5 425.5 75.5C432 75.5 437.25 70.25 437.25 63.75C437.25 57.25 431.75 52 425.5 52ZM425.5 73.25C420.5 73.25 416.25 69 416.25 63.75C416.25 58.5 420.5 54.25 425.5 54.25C430.5 54.25 434.75 58.5 434.75 63.75C434.75 69 430.5 73.25 425.5 73.25Z",
92
+ fill: "var(--zd_emptysvg_medium_circle)"
93
+ }), /*#__PURE__*/_react["default"].createElement("path", {
94
+ d: "M308.5 432.75C303.75 432.75 300 436.5 300 441.25C300 446 303.75 449.75 308.5 449.75C313.25 449.75 317 446 317 441.25C317 436.75 313.25 432.75 308.5 432.75ZM308.5 447.5C305.25 447.5 302.5 444.75 302.5 441.25C302.5 437.75 305.25 435 308.5 435C311.75 435 314.5 437.75 314.5 441.25C314.5 444.75 311.75 447.5 308.5 447.5Z",
95
+ fill: "var(--zd_emptysvg_small_circle)"
96
+ }), /*#__PURE__*/_react["default"].createElement("path", {
97
+ d: "M199.75 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 5ZM472 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",
98
+ fill: "var(--zd_emptysvg_tiny_circle)"
99
+ }), /*#__PURE__*/_react["default"].createElement("path", {
100
+ opacity: 0.1,
101
+ d: "M287.002 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",
102
+ fill: "var(--zd_emptysvg_primary_fill)"
103
+ })), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
104
+ id: "whatsapp_svg__a"
105
+ }, /*#__PURE__*/_react["default"].createElement("path", {
106
+ fill: "#fff",
107
+ transform: "translate(130 118)",
108
+ d: "M0 0h260v250.299H0z"
109
+ })), /*#__PURE__*/_react["default"].createElement("clipPath", {
110
+ id: "whatsapp_svg__b"
111
+ }, /*#__PURE__*/_react["default"].createElement("path", {
112
+ fill: "#fff",
113
+ transform: "translate(22.5 50)",
114
+ d: "M0 0h450v400H0z"
115
+ }))));
116
+ }
117
+ }]);
118
+
119
+ return EmptyWhatsapp;
120
+ }(_react["default"].Component);
121
+
122
+ exports["default"] = EmptyWhatsapp;
123
+ EmptyWhatsapp.propTypes = _propTypes.EmptyStateProps;
124
+ EmptyWhatsapp.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
125
+ dataId: 'emptyWhatsapp'
126
+ });
127
+
128
+ if (false) {
129
+ EmptyWhatsapp.docs = {
130
+ componentGroup: 'Emptystate'
131
+ };
132
+ }
@@ -0,0 +1,113 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = require("./../props/propTypes");
13
+
14
+ var _defaultProps = require("./../props/defaultProps");
15
+
16
+ var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21
+
22
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
23
+
24
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
+
26
+ 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); }
27
+
28
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
29
+
30
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
31
+
32
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
+
34
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
+
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
+
38
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
39
+
40
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
41
+
42
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
+
44
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
+
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
+
48
+ var Export = /*#__PURE__*/function (_React$Component) {
49
+ _inherits(Export, _React$Component);
50
+
51
+ var _super = _createSuper(Export);
52
+
53
+ function Export() {
54
+ _classCallCheck(this, Export);
55
+
56
+ return _super.apply(this, arguments);
57
+ }
58
+
59
+ _createClass(Export, [{
60
+ key: "render",
61
+ value: function render() {
62
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
63
+ viewBox: "0 0 200 200",
64
+ name: "export"
65
+ }, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].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)}')), /*#__PURE__*/_react["default"].createElement("path", {
66
+ d: "M80.46 58s46.65-31.17 70.27-21.79 39.74 88.3-25.92 123.72-95.36-41.62-95.62-55.27C29 91.42 29.19 59.93 80.46 58Z",
67
+ style: {
68
+ fill: 'var(--zd_emptysvg_primary_fill)',
69
+ opacity: 0.1
70
+ }
71
+ }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ className: "cls-2",
73
+ d: "M14.22 119.11a.51.51 0 0 1-.47-.53l.42-7.47a.48.48 0 0 1 .52-.47.51.51 0 0 1 .47.53l-.41 7.47a.51.51 0 0 1-.53.47Z"
74
+ }), /*#__PURE__*/_react["default"].createElement("path", {
75
+ className: "cls-2",
76
+ d: "m18.1 115.58-7.34-.42a.49.49 0 0 1-.47-.52.49.49 0 0 1 .52-.47l7.35.42a.5.5 0 0 1 0 1Z"
77
+ }), /*#__PURE__*/_react["default"].createElement("path", {
78
+ className: "cls-3",
79
+ d: "M171.41 22.61a4.75 4.75 0 1 0 4.67 4.74 4.72 4.72 0 0 0-4.67-4.74Zm0 8.5a3.76 3.76 0 1 1 3.68-3.76 3.73 3.73 0 0 1-3.68 3.76ZM124.66 174.88a3.45 3.45 0 1 0 3.39 3.45 3.43 3.43 0 0 0-3.39-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"
80
+ }), /*#__PURE__*/_react["default"].createElement("path", {
81
+ className: "cls-4",
82
+ d: "M81.16 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.05ZM190.08 131.62a.49.49 0 0 0-.7 0l-2.38 2.11-2.11-2.4a.5.5 0 1 0-.75.65l2.13 2.42-2.38 2.17a.49.49 0 0 0 0 .7.49.49 0 0 0 .37.16.46.46 0 0 0 .33-.13l2.37-2.15 2.12 2.41a.5.5 0 0 0 .7.05.51.51 0 0 0 .05-.71l-2.13-2.42 2.38-2.16a.49.49 0 0 0 0-.7Z"
83
+ }), /*#__PURE__*/_react["default"].createElement("path", {
84
+ d: "M53.45 128.89c-5.58-3.24-7.84-12.38-4.89-19.6 2.15-5.25 5.78-10.27 11.79-10 12.39.57 9.29 18.31 6.19 18s7-39.72 24.18-38.87 27.48 20.28 24.79 26.76-.62-21.1 26.49-10.39-7.17 48.8-53.72 43.38c-18.44-2.17-28.9-5.84-34.83-9.28Z",
85
+ style: {
86
+ fill: 'var(--zd_emptysvg_secondary_fill)'
87
+ }
88
+ }), /*#__PURE__*/_react["default"].createElement("path", {
89
+ d: "M176 115.21h-68.14l-.52-17.59c5.47-.73 17.21-2.53 14.5 1.58-1 1.51-22.85-18.41-20.3-18S81.32 100 79.86 98.52s15-.73 15-.73l-.37 16.4-42.14 1s-22.72.85-22.13-20.64c.26-9.2 6.89-17.2 16-18.27 5.52-.65 12.12 1.14 18.79 8.89 0 0-10.32 15.21.36-8.69s47.76-37.24 69.31-12.73c23.61 26.86 2.56 38.62 2.38 36.63s2.5-7.37 15.56-1.27c16.91 7.89 11.26 41.8-21 29.29 0 0-54.89 29.46-89.6-5.46",
90
+ style: {
91
+ fill: 'none',
92
+ stroke: 'var(--zd_emptysvg_primary_stroke)',
93
+ strokeLinecap: 'round',
94
+ strokeLinejoin: 'round'
95
+ }
96
+ }));
97
+ }
98
+ }]);
99
+
100
+ return Export;
101
+ }(_react["default"].Component);
102
+
103
+ exports["default"] = Export;
104
+ Export.propTypes = _propTypes.EmptyStateProps;
105
+ Export.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
106
+ dataId: 'emptyExport'
107
+ });
108
+
109
+ if (false) {
110
+ Export.docs = {
111
+ componentGroup: 'Emptystate'
112
+ };
113
+ }
@@ -0,0 +1,119 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = require("./../props/propTypes");
13
+
14
+ var _defaultProps = require("./../props/defaultProps");
15
+
16
+ var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21
+
22
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
23
+
24
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
+
26
+ 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); }
27
+
28
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
29
+
30
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
31
+
32
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
+
34
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
+
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
+
38
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
39
+
40
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
41
+
42
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
+
44
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
+
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
+
48
+ var Extensions = /*#__PURE__*/function (_React$Component) {
49
+ _inherits(Extensions, _React$Component);
50
+
51
+ var _super = _createSuper(Extensions);
52
+
53
+ function Extensions() {
54
+ _classCallCheck(this, Extensions);
55
+
56
+ return _super.apply(this, arguments);
57
+ }
58
+
59
+ _createClass(Extensions, [{
60
+ key: "render",
61
+ value: function render() {
62
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
63
+ viewBox: "0 0 200 200",
64
+ name: "extensions"
65
+ }, this.props), /*#__PURE__*/_react["default"].createElement("style", null, '.Extensions_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill)}.Extensions_svg__st2{fill:var(--zd_emptysvg_plus)}.Extensions_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Extensions_svg__st4{fill:var(--zd_emptysvg_cross)}.Extensions_svg__st5{fill:var(--zd_emptysvg_secondary_fill)}'), /*#__PURE__*/_react["default"].createElement("path", {
66
+ className: "Extensions_svg__st1",
67
+ d: "M80.1998 56.2C80.1998 56.2 126.9 25 150.5 34.4C174.1 43.8 190.2 122.7 124.6 158.1C58.9998 193.5 29.1998 116.5 28.8998 102.9C28.6998 89.6 28.8998 58.2 80.1998 56.2Z"
68
+ }), /*#__PURE__*/_react["default"].createElement("path", {
69
+ className: "Extensions_svg__st2",
70
+ d: "M14 117.3C14 117.3 13.9 117.3 14 117.3C13.7 117.3 13.5 117 13.5 116.8L13.9 109.3C13.9 109 14.1 108.8 14.4 108.8C14.7 108.8 14.9 109 14.9 109.3L14.5 116.8C14.4 117.1 14.2 117.3 14 117.3Z"
71
+ }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ className: "Extensions_svg__st2",
73
+ d: "M17.7999 113.8L10.3999 113.4C10.0999 113.4 9.8999 113.1 9.8999 112.9C9.8999 112.6 10.1999 112.4 10.3999 112.4L17.6999 112.8C17.9999 112.8 18.1999 113.1 18.1999 113.3C18.2999 113.6 18.0999 113.8 17.7999 113.8Z"
74
+ }), /*#__PURE__*/_react["default"].createElement("path", {
75
+ className: "Extensions_svg__st3",
76
+ d: "M171.2 20.8C168.6 20.8 166.5 22.9 166.5 25.5C166.5 28.1 168.6 30.2 171.2 30.2C173.8 30.2 175.9 28.1 175.9 25.5C175.9 22.9 173.7 20.8 171.2 20.8ZM171.2 29.3C169.2 29.3 167.5 27.6 167.5 25.5C167.5 23.4 169.2 21.7 171.2 21.7C173.2 21.7 174.9 23.4 174.9 25.5C174.9 27.6 173.2 29.3 171.2 29.3Z"
77
+ }), /*#__PURE__*/_react["default"].createElement("path", {
78
+ className: "Extensions_svg__st3",
79
+ d: "M124.4 173.1C122.5 173.1 121 174.6 121 176.5C121 178.4 122.5 179.9 124.4 179.9C126.3 179.9 127.8 178.4 127.8 176.5C127.8 174.7 126.3 173.1 124.4 173.1ZM124.4 179C123.1 179 122 177.9 122 176.5C122 175.1 123.1 174 124.4 174C125.7 174 126.8 175.1 126.8 176.5C126.8 177.9 125.7 179 124.4 179Z"
80
+ }), /*#__PURE__*/_react["default"].createElement("path", {
81
+ className: "Extensions_svg__st3",
82
+ d: "M80.8999 20C79.1999 20 77.8999 21.4 77.8999 23C77.8999 24.6 79.1999 26 80.8999 26C82.5999 26 83.8999 24.6 83.8999 23C83.8999 21.4 82.5999 20 80.8999 20ZM80.8999 25.1C79.7999 25.1 78.8999 24.2 78.8999 23.1C78.8999 22 79.7999 21.1 80.8999 21.1C81.9999 21.1 82.8999 22 82.8999 23.1C82.8999 24.2 81.9999 25.1 80.8999 25.1Z"
83
+ }), /*#__PURE__*/_react["default"].createElement("path", {
84
+ className: "Extensions_svg__st4",
85
+ d: "M189.8 129.8C189.6 129.6 189.3 129.6 189.1 129.8L186.7 132L184.6 129.6C184.4 129.4 184.1 129.4 183.9 129.6C183.7 129.8 183.7 130.1 183.9 130.3L186 132.7L183.6 134.9C183.4 135.1 183.4 135.4 183.6 135.6C183.7 135.7 183.8 135.8 184 135.8C184.1 135.8 184.2 135.8 184.3 135.7L186.7 133.5L188.8 135.9C188.9 136 189 136.1 189.2 136.1C189.3 136.1 189.4 136.1 189.5 136C189.7 135.8 189.7 135.5 189.5 135.3L187.4 132.9L189.8 130.7C190 130.4 190 130 189.8 129.8Z"
86
+ }), /*#__PURE__*/_react["default"].createElement("path", {
87
+ className: "Extensions_svg__st1",
88
+ d: "M115.8 65C115.8 65 78.4999 40.1 59.5999 47.6C40.6999 55.1 27.7999 118.2 80.2999 146.5C132.8 174.8 156.6 113.2 156.8 102.3C157 91.7 156.8 66.5 115.8 65Z"
89
+ }), /*#__PURE__*/_react["default"].createElement("path", {
90
+ className: "Extensions_svg__st5",
91
+ d: "M38.5842 59.7596C38.5842 59.7596 63.4293 59.9909 69.3228 56.1749C75.2163 52.3588 78.1053 46.3456 86.6566 46.3456C95.2079 46.3456 115.2 59.8753 121.44 58.2563C127.795 56.6374 156.801 69.8201 157.841 66.9292C158.765 64.1539 147.672 35.7069 144.783 35.4756C142.009 35.2444 52.1046 34.8974 50.8334 36.8633C49.5623 38.9448 38.5842 59.7596 38.5842 59.7596Z"
92
+ }), /*#__PURE__*/_react["default"].createElement("path", {
93
+ d: "M114.275 171.35C114.275 171.35 72.5582 169.5 73.0204 170.888C73.4826 172.276 82.6118 176.438 82.8429 167.65C83.074 158.746 80.9939 158.746 83.074 158.746C85.154 158.746 103.528 158.515 101.91 156.433C100.292 154.352 32.1127 159.44 30.4948 153.889C29.2237 149.379 29.3393 70.3983 29.3393 70.3983L168.818 71.5547C168.818 71.5547 178.988 95.0293 155.414 96.8795C131.955 98.7297 133.226 81.384 135.075 81.1527C136.924 80.9214 135.075 99.5391 115.893 98.7297C96.8255 98.0359 98.0966 80.1119 99.7144 80.6901C101.332 81.2683 100.523 98.8453 80.5317 97.8046C60.5401 96.7638 62.0423 79.3025 64.4691 79.0712C66.8958 78.8399 57.3044 98.614 39.8551 96.6482C22.4057 94.6823 23.7924 70.6296 23.7924 67.7387C23.7924 64.8477 166.738 70.514 169.512 67.7387C172.285 64.9634 152.178 31.5439 152.178 31.5439C152.178 31.5439 46.7886 32.3534 45.1708 31.8909C43.553 31.4283 29.4548 59.2971 29.4548 59.2971L26.9125 64.5008L35.9261 64.3852C35.9261 64.3852 36.1572 128.449 36.1572 135.503C36.1572 142.557 42.744 142.21 43.3218 142.325C44.0152 142.441 91.1631 143.944 95.5543 144.175C99.9455 144.407 100.061 150.882 97.5188 151.576C94.9765 152.154 92.0876 148.338 96.1321 146.026C100.177 143.713 105.377 152.501 108.15 154.236C110.924 155.971 160.845 158.861 164.196 154.352C166.97 150.536 165.121 98.3828 165.121 98.3828C165.121 98.3828 160.845 97.5733 160.383 102.083C158.996 114.11 161.423 142.441 158.534 144.291C154.605 146.835 107.572 144.869 107.572 144.869",
94
+ fill: "none",
95
+ stroke: "var(--zd_emptysvg_primary_stroke)",
96
+ strokeMiterlimit: "10",
97
+ strokeLinecap: "round",
98
+ strokeLinejoin: "round"
99
+ }), /*#__PURE__*/_react["default"].createElement("path", {
100
+ className: "Extensions_svg__st5",
101
+ d: "M59.8465 113.763C59.8465 113.763 56.842 134.924 61.811 136.89C66.78 138.856 132.071 137.353 132.071 137.353C132.071 137.353 115.43 115.035 97.7497 117.001C80.0692 118.966 62.6199 97.8046 59.8465 113.763Z"
102
+ }));
103
+ }
104
+ }]);
105
+
106
+ return Extensions;
107
+ }(_react["default"].Component);
108
+
109
+ exports["default"] = Extensions;
110
+ Extensions.propTypes = _propTypes.EmptyStateProps;
111
+ Extensions.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
112
+ dataId: 'emptExtensions'
113
+ });
114
+
115
+ if (false) {
116
+ Extensions.docs = {
117
+ componentGroup: 'Emptystate'
118
+ };
119
+ }
@@ -0,0 +1,112 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = require("./../props/propTypes");
13
+
14
+ var _defaultProps = require("./../props/defaultProps");
15
+
16
+ var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21
+
22
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
23
+
24
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
+
26
+ 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); }
27
+
28
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
29
+
30
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
31
+
32
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
+
34
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
+
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
+
38
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
39
+
40
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
41
+
42
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
+
44
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
+
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
+
48
+ var Extractor = /*#__PURE__*/function (_React$Component) {
49
+ _inherits(Extractor, _React$Component);
50
+
51
+ var _super = _createSuper(Extractor);
52
+
53
+ function Extractor() {
54
+ _classCallCheck(this, Extractor);
55
+
56
+ return _super.apply(this, arguments);
57
+ }
58
+
59
+ _createClass(Extractor, [{
60
+ key: "render",
61
+ value: function render() {
62
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
63
+ viewBox: "0 0 200 200",
64
+ name: "extractor"
65
+ }, this.props), /*#__PURE__*/_react["default"].createElement("style", null, '.Extractor_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.Extractor_svg__st2{fill:var(--zd_emptysvg_plus)}.Extractor_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Extractor_svg__st4{fill:var(--zd_emptysvg_cross)}.Extractor_svg__st6{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}'), /*#__PURE__*/_react["default"].createElement("path", {
66
+ fill: "none",
67
+ d: "M10 22h180v160H10z"
68
+ }), /*#__PURE__*/_react["default"].createElement("path", {
69
+ className: "Extractor_svg__st1",
70
+ 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"
71
+ }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ className: "Extractor_svg__st2",
73
+ 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"
74
+ }), /*#__PURE__*/_react["default"].createElement("path", {
75
+ className: "Extractor_svg__st2",
76
+ 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"
77
+ }), /*#__PURE__*/_react["default"].createElement("path", {
78
+ className: "Extractor_svg__st3",
79
+ 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.8zM34.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"
80
+ }), /*#__PURE__*/_react["default"].createElement("path", {
81
+ className: "Extractor_svg__st4",
82
+ d: "M50.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"
83
+ }), /*#__PURE__*/_react["default"].createElement("path", {
84
+ className: "Extractor_svg__st1",
85
+ 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"
86
+ }), /*#__PURE__*/_react["default"].createElement("path", {
87
+ d: "M71.4 78.3s-11.7 4.5.5 6 68.4.3 64.2-3.2c-4.3-3.3-64.7-2.8-64.7-2.8zm-.8 23.1s-6.6 4.2.3 5.6c6.9 1.3 38.6.3 36.2-2.9-2.4-3.3-36.5-2.7-36.5-2.7zm0 20s-6.6 4.2.3 5.6c6.9 1.3 38.6.3 36.2-2.9-2.4-3.2-36.5-2.7-36.5-2.7zm-.8 15.5s-8.1 4.5.3 6 47.6.3 44.7-3.2c-3-3.3-45-2.8-45-2.8zm.8 16.7s-6.6 4.2.3 5.6c6.9 1.3 38.6.3 36.2-2.9s-36.5-2.7-36.5-2.7zm42.3-118l-5.4-.1c0-1.7-.1-2.9-.7-4.5-1.3-4.2-5.2-5.8-9.1-4.9-4.4.9-6.4 6.5-6.6 9.7l-8.2.1c-1.3 0-2.8.4-2.8 1.7V41c0 1.5 1.1 2.5 2.5 2.5l30.5.5c1.5 0 2.5-1.1 2.7-2.5l.1-4c-.4-1.2-1.7-1.9-3-1.9z",
88
+ fill: "var(--zd_emptysvg_secondary_fill)"
89
+ }), /*#__PURE__*/_react["default"].createElement("path", {
90
+ className: "Extractor_svg__st6",
91
+ d: "M152.5 87.7c-.7-13.3-.4-43.7-2.7-45.5-2.7-1.9-71.5.4-71.5.4S78 31.1 90.5 31.7c0 0-2.3-5.8 4.6-7.6 3.8-.9 8-.3 11 2.3 1.2.9 2.1 2.1 2.4 3.6.1.9 13.1-.9 13.1 14.6 0 0-78.2-3.6-77.8-.9.4 2.7-2.5 133.2.3 134.9 2.8 1.7 108.3 2 109.4-1.1-.1.2-.8-87.5-1-89.8z"
92
+ }), /*#__PURE__*/_react["default"].createElement("path", {
93
+ className: "Extractor_svg__st6",
94
+ d: "M72.7 35.4s1.9 33.3-.8 34.1c-2.7.8-17.5 1.6-17.5-.8 0-2.4 18-19.1 21.3-18.6 3.3.5 66.5.8 68.5 2.4 1.1.8 1.6 13.5 1.7 26.2.1 12.7.5 89.7.5 89.7l-11.4.4c-10.2 0-80.2 2-80.9-.7s-.7-60.8-.7-60.8v-30s80.7-2.5 82.3 3.8c1.6 6.4-66.8 5.4-67.1 4-.4-1.5-.1-9.7-.1-9.7s49.8-3.2 65.9 2.1"
95
+ }));
96
+ }
97
+ }]);
98
+
99
+ return Extractor;
100
+ }(_react["default"].Component);
101
+
102
+ exports["default"] = Extractor;
103
+ Extractor.propTypes = _propTypes.EmptyStateProps;
104
+ Extractor.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
105
+ dataId: 'emptyExtractor'
106
+ });
107
+
108
+ if (false) {
109
+ Extractor.docs = {
110
+ componentGroup: 'Emptystate'
111
+ };
112
+ }
@@ -0,0 +1,110 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = require("./../props/propTypes");
13
+
14
+ var _defaultProps = require("./../props/defaultProps");
15
+
16
+ var _SVG = _interopRequireDefault(require("./../../SVG/SVG"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21
+
22
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
23
+
24
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
+
26
+ 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); }
27
+
28
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
29
+
30
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
31
+
32
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
+
34
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
+
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
+
38
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
39
+
40
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
41
+
42
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
+
44
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
+
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
+
48
+ var GCBot = /*#__PURE__*/function (_React$Component) {
49
+ _inherits(GCBot, _React$Component);
50
+
51
+ var _super = _createSuper(GCBot);
52
+
53
+ function GCBot() {
54
+ _classCallCheck(this, GCBot);
55
+
56
+ return _super.apply(this, arguments);
57
+ }
58
+
59
+ _createClass(GCBot, [{
60
+ key: "render",
61
+ value: function render() {
62
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
63
+ viewBox: "0 0 200 200",
64
+ name: "GCBot"
65
+ }, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '.GCBot_svg__cls-2{fill:var(--zd_emptysvg_plus)}.GCBot_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.GCBot_svg__cls-4{fill:var(--zd_emptysvg_cross)}.GCBot_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill);}.GCBot_svg__cls-6{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/_react["default"].createElement("path", {
66
+ d: "M84.12 58.19S130.78 27 154.39 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",
67
+ style: {
68
+ fill: 'var(--zd_emptysvg_primary_fill)',
69
+ isolation: 'isolate',
70
+ opacity: 0.1
71
+ }
72
+ }), /*#__PURE__*/_react["default"].createElement("path", {
73
+ className: "GCBot_svg__cls-2",
74
+ d: "M17.9 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-.5.48Z"
75
+ }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ className: "GCBot_svg__cls-2",
77
+ d: "m21.76 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 .48.51.49.49 0 0 1-.51.48Z"
78
+ }), /*#__PURE__*/_react["default"].createElement("path", {
79
+ className: "GCBot_svg__cls-3",
80
+ d: "M175.07 22.8a4.75 4.75 0 1 0 4.68 4.82v-.08a4.72 4.72 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.76ZM128.32 175.07a3.45 3.45 0 1 0 3.4 3.5 3.42 3.42 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"
81
+ }), /*#__PURE__*/_react["default"].createElement("path", {
82
+ className: "GCBot_svg__cls-4",
83
+ d: "M84.83 22a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 .06 0ZM193.75 131.81a.49.49 0 0 0-.69 0l-2.38 2.19-2.12-2.4a.5.5 0 0 0-.7 0 .51.51 0 0 0-.05.61l2.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.48.48 0 0 0 .33-.12.5.5 0 0 0 0-.71l-2.13-2.42 2.38-2.16a.48.48 0 0 0 .11-.68Z"
84
+ }), /*#__PURE__*/_react["default"].createElement("path", {
85
+ className: "GCBot_svg__cls-5",
86
+ d: "M137.93 125.8c-.09-9.55 8.73-4.26 11.57-7.44 4.31-4.82 7.48-12.16-1.88-19.72-16.13-13-44.75-15.13-50.71 13.29s34.45 42.32 43.66 29.52c3.43-4.8-2.57-12.94-2.64-15.65Z"
87
+ }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ className: "GCBot_svg__cls-5",
89
+ d: "M125.63 119.48c0-1.24 1.13-.55 1.5-1a1.58 1.58 0 0 0-.24-2.56c-2.1-1.69-5.81-2-6.58 1.72s4.47 5.49 5.66 3.83c.45-.58-.34-1.64-.34-1.99ZM138.7 120.82c0-1.24 1.13-.56 1.5-1a1.58 1.58 0 0 0-.24-2.56c-2.09-1.69-5.81-2-6.58 1.73s4.47 5.49 5.66 3.83c.45-.6-.34-1.65-.34-2ZM109.48 119.48c0-1.24 1.14-.55 1.51-1a1.58 1.58 0 0 0-.25-2.56c-2.09-1.69-5.8-2-6.58 1.72s4.47 5.49 5.67 3.83c.45-.58-.34-1.64-.35-1.99Z"
90
+ }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ className: "GCBot_svg__cls-6",
92
+ d: "M108.43 122.26c5.17-1.7 2.12-10.64-1.92-7.87s-4.61 11.06 7.16 12 14.75-6.1 13.9-9.5-6.45-4.54-6.95 1.27 7.3 8.94 14.32 7.54 4.89-10.65 1.84-10.51-5.6 5.6 2.71 10.87 13.95.59 12.3-16.85c-2-20.84-43.54-31.28-55.41-.88-8.49 21.74 9.29 31.54 12.44 33.69S96 156 97.38 156.43s26.43-10 26.43-10a29.06 29.06 0 0 0 21.63-5.43 34.1 34.1 0 0 0 12.21-38.62 36 36 0 0 0-13.88-18c-1.55-8.82-9.93-13.69-19.12-14.32l-.25-5.14c-4.65-1.47-4-5.19-2.32-6.72a2.75 2.75 0 0 1 4.46 2.5c-.25 2.69-3.74 3.43-3.74 3.43v5.86h-1.38a17.77 17.77 0 0 0-16.87 13s25.77-.1 28.83-.31a2.37 2.37 0 0 0 2.23-2.52 5.08 5.08 0 0 0-.7-2.19c-1.52-2.67-19-1.05-19-1.05s-2.32.48-2.29 3.85l.08 1.23c-8 .24-22.31 6.76-26.53 21.89 0 0-8.29 22.8 13.62 38.69M76 83.34a13.39 13.39 0 0 0 6 7.49s-6.51.38-9.37-3.75c0 0-14.8 8.23-24.31-2.09s1.5-31.78 18.34-26.48c0 0 5.5 2.78 4.28 7.74s-6 2-3.67-.43 9.28-2.11 9.56 7.87S68 83.49 67 83.06c-2-1-3.14-4.86-1.37-7.73s-.75 7.52-4.71 7.18.27-8.93-3.15-7.59c-2.33.92-5 8.34-4.44 8.55s1.48-18.32 5.19-21c5.4-3.9 7.87 8.75-6.7 12.65"
93
+ }));
94
+ }
95
+ }]);
96
+
97
+ return GCBot;
98
+ }(_react["default"].Component);
99
+
100
+ exports["default"] = GCBot;
101
+ GCBot.propTypes = _propTypes.EmptyStateProps;
102
+ GCBot.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
103
+ dataId: 'emptyGCBot'
104
+ });
105
+
106
+ if (false) {
107
+ GCBot.docs = {
108
+ componentGroup: 'Emptystate'
109
+ };
110
+ }