@zohodesk/svg 1.0.0-beta.6 → 1.0.0-beta.60

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 (596) hide show
  1. package/README.md +243 -27
  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/css_error.log +0 -0
  21. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
  22. package/es/Loader/Loader.js +66 -0
  23. package/es/Loader/props/defaultProps.js +3 -0
  24. package/es/Loader/props/propTypes.js +4 -0
  25. package/es/SVG/SVG.js +57 -0
  26. package/es/{svg → SVG}/SVG.module.css +31 -27
  27. package/es/SVG/SvgLoader.js +25 -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/emptystate/index.js +6 -0
  32. package/es/emptystate/props/defaultProps.js +8 -0
  33. package/es/emptystate/props/propTypes.js +9 -0
  34. package/es/emptystate/version1/EmptyCustomDomain.js +28 -0
  35. package/es/emptystate/version1/index.js +1 -0
  36. package/es/emptystate/version2/EmptyBusinessHoliday.js +29 -0
  37. package/es/emptystate/version2/EmptyBusinessHour.js +29 -0
  38. package/es/emptystate/version2/EmptyFromAddress.js +28 -0
  39. package/es/emptystate/version2/EmptyImportHistory.js +29 -0
  40. package/es/emptystate/version2/EmptyNetwork.js +28 -0
  41. package/es/emptystate/version2/EmptyRecycleBin.js +28 -0
  42. package/es/emptystate/version2/EmptyRoles.js +28 -0
  43. package/es/emptystate/version2/EmptyWebhook.js +28 -0
  44. package/es/emptystate/version2/FailureLog.js +29 -0
  45. package/es/emptystate/version2/index.js +9 -0
  46. package/es/emptystate/version3/AuditLog.js +78 -0
  47. package/es/emptystate/version3/Bot.js +69 -0
  48. package/es/emptystate/version3/Contract.js +90 -0
  49. package/es/emptystate/version3/CustomModule.js +57 -0
  50. package/es/emptystate/version3/EmptyAPIAuthentication.js +92 -0
  51. package/es/emptystate/version3/EmptyAPIConfiguration.js +84 -0
  52. package/es/emptystate/version3/EmptyAPIs.js +64 -0
  53. package/es/emptystate/version3/EmptyAccounts.js +88 -0
  54. package/es/emptystate/version3/EmptyActiveCalls.js +60 -0
  55. package/es/emptystate/version3/EmptyActivity.js +60 -0
  56. package/es/emptystate/version3/EmptyAgent.js +60 -0
  57. package/es/emptystate/version3/EmptyAgentQueue.js +66 -0
  58. package/es/emptystate/version3/EmptyApplechat.js +72 -0
  59. package/es/emptystate/version3/EmptyApproval.js +65 -0
  60. package/es/emptystate/version3/EmptyArchived.js +67 -0
  61. package/es/emptystate/version3/EmptyArticle.js +73 -0
  62. package/es/emptystate/version3/EmptyAsapchat.js +68 -0
  63. package/es/emptystate/version3/EmptyAttach.js +60 -0
  64. package/es/emptystate/version3/EmptyAuthenticationPending.js +69 -0
  65. package/es/emptystate/version3/EmptyBlueprint.js +75 -0
  66. package/es/emptystate/version3/EmptyCallHistory.js +62 -0
  67. package/es/emptystate/version3/EmptyCanned.js +78 -0
  68. package/es/emptystate/version3/EmptyChat.js +78 -0
  69. package/es/emptystate/version3/EmptyCollision.js +59 -0
  70. package/es/emptystate/version3/EmptyColumn.js +65 -0
  71. package/es/emptystate/version3/EmptyContact.js +60 -0
  72. package/es/emptystate/version3/EmptyContract.js +55 -0
  73. package/es/emptystate/version3/EmptyConversation.js +60 -0
  74. package/es/emptystate/version3/EmptyCrm.js +59 -0
  75. package/es/emptystate/version3/EmptyCrmNotes.js +70 -0
  76. package/es/emptystate/version3/EmptyCrmPotential.js +74 -0
  77. package/es/emptystate/version3/EmptyCustomerHappiness.js +67 -0
  78. package/es/emptystate/version3/EmptyDashboard.js +65 -0
  79. package/es/emptystate/version3/EmptyDelete.js +50 -0
  80. package/es/emptystate/version3/EmptyDepartment.js +59 -0
  81. package/es/emptystate/version3/EmptyError.js +83 -0
  82. package/es/emptystate/version3/EmptyFeed.js +62 -0
  83. package/es/emptystate/version3/EmptyFollowers.js +60 -0
  84. package/es/emptystate/version3/EmptyFrame.js +59 -0
  85. package/es/emptystate/version3/EmptyHappiness.js +60 -0
  86. package/es/emptystate/version3/EmptyHistory.js +59 -0
  87. package/es/emptystate/version3/EmptyInstagram.js +74 -0
  88. package/es/emptystate/version3/EmptyInstantmessage.js +76 -0
  89. package/es/emptystate/version3/EmptyInvoice.js +64 -0
  90. package/es/emptystate/version3/EmptyLine.js +74 -0
  91. package/es/emptystate/version3/EmptyMessenger.js +60 -0
  92. package/es/emptystate/version3/EmptyNoData.js +78 -0
  93. package/es/emptystate/version3/EmptyNotification.js +59 -0
  94. package/es/emptystate/version3/EmptyPreference.js +79 -0
  95. package/es/emptystate/version3/EmptyProducts.js +62 -0
  96. package/es/emptystate/version3/EmptyReply.js +54 -0
  97. package/es/emptystate/version3/EmptyReports.js +65 -0
  98. package/es/emptystate/version3/EmptySandbox.js +81 -0
  99. package/es/emptystate/version3/EmptySchedule.js +101 -0
  100. package/es/emptystate/version3/EmptySearch.js +69 -0
  101. package/es/emptystate/version3/EmptySkills.js +107 -0
  102. package/es/emptystate/version3/EmptySla.js +54 -0
  103. package/es/emptystate/version3/EmptySnippet.js +69 -0
  104. package/es/emptystate/version3/EmptyTag.js +62 -0
  105. package/es/emptystate/version3/EmptyTask.js +75 -0
  106. package/es/emptystate/version3/EmptyTeams.js +60 -0
  107. package/es/emptystate/version3/EmptyTelegram.js +74 -0
  108. package/es/emptystate/version3/EmptyTemplate.js +71 -0
  109. package/es/emptystate/version3/EmptyTicket.js +63 -0
  110. package/es/emptystate/version3/EmptyTimeEntry.js +65 -0
  111. package/es/emptystate/version3/EmptyTimeline.js +60 -0
  112. package/es/emptystate/version3/EmptyTopic.js +65 -0
  113. package/es/emptystate/version3/EmptyTwilio.js +74 -0
  114. package/es/emptystate/version3/EmptyWechat.js +74 -0
  115. package/es/emptystate/version3/EmptyWhatsapp.js +74 -0
  116. package/es/emptystate/version3/EmptyZSCKey.js +87 -0
  117. package/es/emptystate/version3/Export.js +55 -0
  118. package/es/emptystate/version3/Extensions.js +61 -0
  119. package/es/emptystate/version3/Extractor.js +54 -0
  120. package/es/emptystate/version3/GCBot.js +52 -0
  121. package/es/emptystate/version3/GCConversation.js +54 -0
  122. package/es/emptystate/version3/Import.js +70 -0
  123. package/es/emptystate/version3/KBBot.js +67 -0
  124. package/es/emptystate/version3/Multilingual.js +60 -0
  125. package/es/emptystate/version3/NetworkError.js +63 -0
  126. package/es/emptystate/version3/Predictor.js +61 -0
  127. package/es/emptystate/version3/ReadRecipients.js +59 -0
  128. package/es/emptystate/version3/SupportPlan.js +75 -0
  129. package/es/emptystate/version3/Variable.js +58 -0
  130. package/es/emptystate/version3/ZiaAnamoly.js +55 -0
  131. package/es/emptystate/version3/index.js +78 -0
  132. package/es/errorstate/index.js +6 -0
  133. package/es/errorstate/props/defaultProps.js +8 -0
  134. package/es/errorstate/props/propTypes.js +9 -0
  135. package/es/errorstate/version1/EmptyInconvenience.js +33 -0
  136. package/es/errorstate/version1/NoRequestFound.js +33 -0
  137. package/es/errorstate/version1/PageNotFound.js +34 -0
  138. package/es/errorstate/version1/UnableToProcessRequest.js +34 -0
  139. package/es/errorstate/version1/UnauthorizedLogin.js +34 -0
  140. package/es/errorstate/version1/UrlNotFound.js +34 -0
  141. package/es/errorstate/version1/WillBeRightBack.js +34 -0
  142. package/es/errorstate/version1/index.js +7 -0
  143. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +34 -0
  144. package/es/errorstate/version2/EmptyWillBeRightBack.js +30 -0
  145. package/es/errorstate/version2/NotImpossible.js +69 -0
  146. package/es/errorstate/version2/index.js +2 -0
  147. package/es/errorstate/version3/ErrorInconvenience.js +104 -0
  148. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +105 -0
  149. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +105 -0
  150. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +113 -0
  151. package/es/errorstate/version3/ErrorUrlNotFound.js +105 -0
  152. package/es/errorstate/version3/ErrorWillBeRightBack.js +105 -0
  153. package/es/errorstate/version3/index.js +6 -0
  154. package/es/index.js +17 -6
  155. package/{lib/svg/images → images}/EmptyBusinessHoliday.svg +50 -50
  156. package/{src/svg/images → images}/EmptyBusinessHour.svg +42 -42
  157. package/{es/svg/images → images}/EmptyContactInfo.svg +27 -27
  158. package/images/EmptyCustomDomain.svg +85 -0
  159. package/{lib/svg/images → images}/EmptyFilter.svg +62 -62
  160. package/{src/svg/images → images}/EmptyFromAddress.svg +41 -41
  161. package/{es/svg/images → images}/EmptyImportHistory.svg +43 -43
  162. package/{src/svg/images → images}/EmptyNetwork.svg +50 -50
  163. package/{src/svg/images → images}/EmptyRecycleBin.svg +58 -58
  164. package/{lib/svg/images → images}/EmptyRoles.svg +30 -30
  165. package/images/EmptySkills.svg +83 -0
  166. package/{lib/svg/images → images}/EmptyWebhook.svg +44 -44
  167. package/{src/svg/images → images}/FailureLog.svg +46 -46
  168. package/{es/svg/images → images}/Inconvenience.svg +719 -719
  169. package/{src/svg/images → images}/NoRequestFound.svg +247 -247
  170. package/{lib/svg/images → images}/PageNotFound.svg +405 -405
  171. package/{src/svg/images → images}/ReguestUrlNotFound.svg +267 -267
  172. package/{lib/svg/images → images}/UnableToProcess.svg +752 -752
  173. package/{src/svg/images → images}/UnauthorizedLogin.svg +1047 -1047
  174. package/{src/svg/images → images}/WillBack.svg +633 -633
  175. package/install.md +11 -0
  176. package/lib/Loader/Loader.js +94 -0
  177. package/lib/Loader/props/defaultProps.js +10 -0
  178. package/lib/Loader/props/propTypes.js +12 -0
  179. package/lib/SVG/SVG.js +87 -0
  180. package/lib/{svg → SVG}/SVG.module.css +31 -27
  181. package/lib/SVG/SvgLoader.js +50 -0
  182. package/lib/SVG/props/defaultProps.js +18 -0
  183. package/lib/SVG/props/propTypes.js +23 -0
  184. package/lib/css/EmptyStateVariables.module.css +39 -0
  185. package/lib/emptystate/index.js +15 -0
  186. package/lib/emptystate/props/defaultProps.js +15 -0
  187. package/lib/emptystate/props/propTypes.js +17 -0
  188. package/lib/emptystate/version1/EmptyCustomDomain.js +61 -0
  189. package/lib/emptystate/version1/index.js +13 -0
  190. package/lib/emptystate/version2/EmptyBusinessHoliday.js +62 -0
  191. package/lib/emptystate/version2/EmptyBusinessHour.js +62 -0
  192. package/lib/emptystate/version2/EmptyFromAddress.js +61 -0
  193. package/lib/emptystate/version2/EmptyImportHistory.js +62 -0
  194. package/lib/emptystate/version2/EmptyNetwork.js +61 -0
  195. package/lib/emptystate/version2/EmptyRecycleBin.js +61 -0
  196. package/lib/emptystate/version2/EmptyRoles.js +61 -0
  197. package/lib/emptystate/version2/EmptyWebhook.js +61 -0
  198. package/lib/emptystate/version2/FailureLog.js +62 -0
  199. package/lib/emptystate/version2/index.js +69 -0
  200. package/lib/emptystate/version3/AuditLog.js +111 -0
  201. package/lib/emptystate/version3/Bot.js +102 -0
  202. package/lib/emptystate/version3/Contract.js +123 -0
  203. package/lib/emptystate/version3/CustomModule.js +90 -0
  204. package/lib/emptystate/version3/EmptyAPIAuthentication.js +125 -0
  205. package/lib/emptystate/version3/EmptyAPIConfiguration.js +117 -0
  206. package/lib/emptystate/version3/EmptyAPIs.js +97 -0
  207. package/lib/emptystate/version3/EmptyAccounts.js +121 -0
  208. package/lib/emptystate/version3/EmptyActiveCalls.js +93 -0
  209. package/lib/emptystate/version3/EmptyActivity.js +93 -0
  210. package/lib/emptystate/version3/EmptyAgent.js +93 -0
  211. package/lib/emptystate/version3/EmptyAgentQueue.js +99 -0
  212. package/lib/emptystate/version3/EmptyApplechat.js +105 -0
  213. package/lib/emptystate/version3/EmptyApproval.js +98 -0
  214. package/lib/emptystate/version3/EmptyArchived.js +100 -0
  215. package/lib/emptystate/version3/EmptyArticle.js +106 -0
  216. package/lib/emptystate/version3/EmptyAsapchat.js +101 -0
  217. package/lib/emptystate/version3/EmptyAttach.js +93 -0
  218. package/lib/emptystate/version3/EmptyAuthenticationPending.js +102 -0
  219. package/lib/emptystate/version3/EmptyBlueprint.js +108 -0
  220. package/lib/emptystate/version3/EmptyCallHistory.js +95 -0
  221. package/lib/emptystate/version3/EmptyCanned.js +111 -0
  222. package/lib/emptystate/version3/EmptyChat.js +111 -0
  223. package/lib/emptystate/version3/EmptyCollision.js +92 -0
  224. package/lib/emptystate/version3/EmptyColumn.js +98 -0
  225. package/lib/emptystate/version3/EmptyContact.js +93 -0
  226. package/lib/emptystate/version3/EmptyContract.js +88 -0
  227. package/lib/emptystate/version3/EmptyConversation.js +93 -0
  228. package/lib/emptystate/version3/EmptyCrm.js +92 -0
  229. package/lib/emptystate/version3/EmptyCrmNotes.js +103 -0
  230. package/lib/emptystate/version3/EmptyCrmPotential.js +107 -0
  231. package/lib/emptystate/version3/EmptyCustomerHappiness.js +100 -0
  232. package/lib/emptystate/version3/EmptyDashboard.js +98 -0
  233. package/lib/emptystate/version3/EmptyDelete.js +83 -0
  234. package/lib/emptystate/version3/EmptyDepartment.js +92 -0
  235. package/lib/emptystate/version3/EmptyError.js +116 -0
  236. package/lib/emptystate/version3/EmptyFeed.js +95 -0
  237. package/lib/emptystate/version3/EmptyFollowers.js +93 -0
  238. package/lib/emptystate/version3/EmptyFrame.js +92 -0
  239. package/lib/emptystate/version3/EmptyHappiness.js +93 -0
  240. package/lib/emptystate/version3/EmptyHistory.js +92 -0
  241. package/lib/emptystate/version3/EmptyInstagram.js +107 -0
  242. package/lib/emptystate/version3/EmptyInstantmessage.js +109 -0
  243. package/lib/emptystate/version3/EmptyInvoice.js +97 -0
  244. package/lib/emptystate/version3/EmptyLine.js +107 -0
  245. package/lib/emptystate/version3/EmptyMessenger.js +93 -0
  246. package/lib/emptystate/version3/EmptyNoData.js +111 -0
  247. package/lib/emptystate/version3/EmptyNotification.js +92 -0
  248. package/lib/emptystate/version3/EmptyPreference.js +112 -0
  249. package/lib/emptystate/version3/EmptyProducts.js +95 -0
  250. package/lib/emptystate/version3/EmptyReply.js +87 -0
  251. package/lib/emptystate/version3/EmptyReports.js +98 -0
  252. package/lib/emptystate/version3/EmptySandbox.js +114 -0
  253. package/lib/emptystate/version3/EmptySchedule.js +134 -0
  254. package/lib/emptystate/version3/EmptySearch.js +102 -0
  255. package/lib/emptystate/version3/EmptySkills.js +140 -0
  256. package/lib/emptystate/version3/EmptySla.js +87 -0
  257. package/lib/emptystate/version3/EmptySnippet.js +102 -0
  258. package/lib/emptystate/version3/EmptyTag.js +95 -0
  259. package/lib/emptystate/version3/EmptyTask.js +108 -0
  260. package/lib/emptystate/version3/EmptyTeams.js +93 -0
  261. package/lib/emptystate/version3/EmptyTelegram.js +107 -0
  262. package/lib/emptystate/version3/EmptyTemplate.js +104 -0
  263. package/lib/emptystate/version3/EmptyTicket.js +96 -0
  264. package/lib/emptystate/version3/EmptyTimeEntry.js +98 -0
  265. package/lib/emptystate/version3/EmptyTimeline.js +93 -0
  266. package/lib/emptystate/version3/EmptyTopic.js +98 -0
  267. package/lib/emptystate/version3/EmptyTwilio.js +107 -0
  268. package/lib/emptystate/version3/EmptyWechat.js +107 -0
  269. package/lib/emptystate/version3/EmptyWhatsapp.js +107 -0
  270. package/lib/emptystate/version3/EmptyZSCKey.js +120 -0
  271. package/lib/emptystate/version3/Export.js +88 -0
  272. package/lib/emptystate/version3/Extensions.js +94 -0
  273. package/lib/emptystate/version3/Extractor.js +87 -0
  274. package/lib/emptystate/version3/GCBot.js +85 -0
  275. package/lib/emptystate/version3/GCConversation.js +87 -0
  276. package/lib/emptystate/version3/Import.js +103 -0
  277. package/lib/emptystate/version3/KBBot.js +100 -0
  278. package/lib/emptystate/version3/Multilingual.js +93 -0
  279. package/lib/emptystate/version3/NetworkError.js +96 -0
  280. package/lib/emptystate/version3/Predictor.js +94 -0
  281. package/lib/emptystate/version3/ReadRecipients.js +92 -0
  282. package/lib/emptystate/version3/SupportPlan.js +108 -0
  283. package/lib/emptystate/version3/Variable.js +91 -0
  284. package/lib/emptystate/version3/ZiaAnamoly.js +88 -0
  285. package/lib/emptystate/version3/index.js +552 -0
  286. package/lib/errorstate/index.js +15 -0
  287. package/lib/errorstate/props/defaultProps.js +15 -0
  288. package/lib/errorstate/props/propTypes.js +17 -0
  289. package/lib/errorstate/version1/EmptyInconvenience.js +64 -0
  290. package/lib/errorstate/version1/NoRequestFound.js +64 -0
  291. package/lib/errorstate/version1/PageNotFound.js +65 -0
  292. package/lib/errorstate/version1/UnableToProcessRequest.js +65 -0
  293. package/lib/errorstate/version1/UnauthorizedLogin.js +65 -0
  294. package/lib/errorstate/version1/UrlNotFound.js +65 -0
  295. package/lib/errorstate/version1/WillBeRightBack.js +65 -0
  296. package/lib/errorstate/version1/index.js +55 -0
  297. package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +67 -0
  298. package/lib/errorstate/version2/EmptyWillBeRightBack.js +63 -0
  299. package/lib/errorstate/version2/NotImpossible.js +102 -0
  300. package/lib/errorstate/version2/index.js +20 -0
  301. package/lib/errorstate/version3/ErrorInconvenience.js +137 -0
  302. package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +138 -0
  303. package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +138 -0
  304. package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +146 -0
  305. package/lib/errorstate/version3/ErrorUrlNotFound.js +138 -0
  306. package/lib/errorstate/version3/ErrorWillBeRightBack.js +138 -0
  307. package/lib/errorstate/version3/index.js +48 -0
  308. package/lib/index.js +16 -43
  309. package/package.json +76 -42
  310. package/es/svg/EmptyAccounts.js +0 -67
  311. package/es/svg/EmptyActiveCalls.js +0 -70
  312. package/es/svg/EmptyActivity.js +0 -70
  313. package/es/svg/EmptyAgent.js +0 -66
  314. package/es/svg/EmptyArchived.js +0 -65
  315. package/es/svg/EmptyAttach.js +0 -66
  316. package/es/svg/EmptyBlueprint.js +0 -66
  317. package/es/svg/EmptyBusinessHoliday.js +0 -66
  318. package/es/svg/EmptyBusinessHour.js +0 -66
  319. package/es/svg/EmptyCallHistory.js +0 -70
  320. package/es/svg/EmptyCloud.js +0 -65
  321. package/es/svg/EmptyCloudDanger.js +0 -64
  322. package/es/svg/EmptyContact.js +0 -67
  323. package/es/svg/EmptyConversation.js +0 -66
  324. package/es/svg/EmptyDashboard.js +0 -66
  325. package/es/svg/EmptyEdition.js +0 -66
  326. package/es/svg/EmptyFromAddress.js +0 -66
  327. package/es/svg/EmptyHappiness.js +0 -66
  328. package/es/svg/EmptyHistory.js +0 -67
  329. package/es/svg/EmptyImportHistory.js +0 -66
  330. package/es/svg/EmptyInvoice.js +0 -66
  331. package/es/svg/EmptyNetwork.js +0 -66
  332. package/es/svg/EmptyNotification.js +0 -66
  333. package/es/svg/EmptyProducts.js +0 -66
  334. package/es/svg/EmptyRecycleBin.js +0 -66
  335. package/es/svg/EmptyReports.js +0 -66
  336. package/es/svg/EmptyRoles.js +0 -66
  337. package/es/svg/EmptySearch.js +0 -66
  338. package/es/svg/EmptySkills.js +0 -66
  339. package/es/svg/EmptySnippet.js +0 -66
  340. package/es/svg/EmptyTag.js +0 -66
  341. package/es/svg/EmptyTask.js +0 -66
  342. package/es/svg/EmptyTeams.js +0 -66
  343. package/es/svg/EmptyTemplate.js +0 -67
  344. package/es/svg/EmptyTicket.js +0 -66
  345. package/es/svg/EmptyTimeEntry.js +0 -66
  346. package/es/svg/EmptyTopic.js +0 -66
  347. package/es/svg/EmptyWebhook.js +0 -66
  348. package/es/svg/FailureLog.js +0 -66
  349. package/es/svg/Inconvenience.js +0 -69
  350. package/es/svg/InvalidUrl.js +0 -784
  351. package/es/svg/Loader.js +0 -59
  352. package/es/svg/NoRequestFound.js +0 -69
  353. package/es/svg/PageNotFound.js +0 -69
  354. package/es/svg/SVG.js +0 -105
  355. package/es/svg/SitBack.js +0 -63
  356. package/es/svg/UnableToProcessRequest.js +0 -69
  357. package/es/svg/UnauthorizedLogin.js +0 -69
  358. package/es/svg/UrlNotFound.js +0 -69
  359. package/es/svg/WillBeRightBack.js +0 -69
  360. package/es/svg/docs/SVG__default.docs.js +0 -605
  361. package/es/svg/images/EmptyAccounts.svg +0 -55
  362. package/es/svg/images/EmptyActiveCalls.svg +0 -57
  363. package/es/svg/images/EmptyActivity.svg +0 -85
  364. package/es/svg/images/EmptyAgent.svg +0 -52
  365. package/es/svg/images/EmptyArchived.svg +0 -38
  366. package/es/svg/images/EmptyAttach.svg +0 -39
  367. package/es/svg/images/EmptyBlueprint.svg +0 -78
  368. package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
  369. package/es/svg/images/EmptyBusinessHour.svg +0 -42
  370. package/es/svg/images/EmptyCallHistory.svg +0 -46
  371. package/es/svg/images/EmptyCloud.svg +0 -38
  372. package/es/svg/images/EmptyCloudDanger.svg +0 -1
  373. package/es/svg/images/EmptyContact.svg +0 -33
  374. package/es/svg/images/EmptyConversation.svg +0 -38
  375. package/es/svg/images/EmptyDashboard.svg +0 -42
  376. package/es/svg/images/EmptyEdition.svg +0 -76
  377. package/es/svg/images/EmptyFilter.svg +0 -62
  378. package/es/svg/images/EmptyFromAddress.svg +0 -41
  379. package/es/svg/images/EmptyHappiness.svg +0 -58
  380. package/es/svg/images/EmptyHistory.svg +0 -44
  381. package/es/svg/images/EmptyInvoice.svg +0 -45
  382. package/es/svg/images/EmptyNetwork.svg +0 -50
  383. package/es/svg/images/EmptyNotification.svg +0 -38
  384. package/es/svg/images/EmptyProducts.svg +0 -57
  385. package/es/svg/images/EmptyRecycleBin.svg +0 -58
  386. package/es/svg/images/EmptyReports.svg +0 -39
  387. package/es/svg/images/EmptyRoles.svg +0 -30
  388. package/es/svg/images/EmptySearch.svg +0 -37
  389. package/es/svg/images/EmptySkills.svg +0 -75
  390. package/es/svg/images/EmptySnippet.svg +0 -46
  391. package/es/svg/images/EmptyTag.svg +0 -43
  392. package/es/svg/images/EmptyTask.svg +0 -42
  393. package/es/svg/images/EmptyTeams.svg +0 -39
  394. package/es/svg/images/EmptyTemplate.svg +0 -39
  395. package/es/svg/images/EmptyTicket.svg +0 -33
  396. package/es/svg/images/EmptyTimeEntry.svg +0 -96
  397. package/es/svg/images/EmptyTopic.svg +0 -41
  398. package/es/svg/images/EmptyWebhook.svg +0 -44
  399. package/es/svg/images/FailureLog.svg +0 -46
  400. package/es/svg/images/Loader.svg +0 -62
  401. package/es/svg/images/NoRequestFound.svg +0 -247
  402. package/es/svg/images/PageNotFound.svg +0 -405
  403. package/es/svg/images/ReguestUrlNotFound.svg +0 -267
  404. package/es/svg/images/SitBack.svg +0 -464
  405. package/es/svg/images/UnableToProcess.svg +0 -752
  406. package/es/svg/images/UnauthorizedLogin.svg +0 -1047
  407. package/es/svg/images/WillBack.svg +0 -633
  408. package/lib/svg/EmptyAccounts.js +0 -89
  409. package/lib/svg/EmptyActiveCalls.js +0 -92
  410. package/lib/svg/EmptyActivity.js +0 -92
  411. package/lib/svg/EmptyAgent.js +0 -88
  412. package/lib/svg/EmptyArchived.js +0 -87
  413. package/lib/svg/EmptyAttach.js +0 -88
  414. package/lib/svg/EmptyBlueprint.js +0 -88
  415. package/lib/svg/EmptyBusinessHoliday.js +0 -88
  416. package/lib/svg/EmptyBusinessHour.js +0 -88
  417. package/lib/svg/EmptyCallHistory.js +0 -92
  418. package/lib/svg/EmptyCloud.js +0 -87
  419. package/lib/svg/EmptyCloudDanger.js +0 -86
  420. package/lib/svg/EmptyContact.js +0 -89
  421. package/lib/svg/EmptyConversation.js +0 -88
  422. package/lib/svg/EmptyDashboard.js +0 -88
  423. package/lib/svg/EmptyEdition.js +0 -88
  424. package/lib/svg/EmptyFromAddress.js +0 -88
  425. package/lib/svg/EmptyHappiness.js +0 -88
  426. package/lib/svg/EmptyHistory.js +0 -89
  427. package/lib/svg/EmptyImportHistory.js +0 -88
  428. package/lib/svg/EmptyInvoice.js +0 -88
  429. package/lib/svg/EmptyNetwork.js +0 -88
  430. package/lib/svg/EmptyNotification.js +0 -88
  431. package/lib/svg/EmptyProducts.js +0 -88
  432. package/lib/svg/EmptyRecycleBin.js +0 -88
  433. package/lib/svg/EmptyReports.js +0 -88
  434. package/lib/svg/EmptyRoles.js +0 -88
  435. package/lib/svg/EmptySearch.js +0 -88
  436. package/lib/svg/EmptySkills.js +0 -88
  437. package/lib/svg/EmptySnippet.js +0 -88
  438. package/lib/svg/EmptyTag.js +0 -88
  439. package/lib/svg/EmptyTask.js +0 -88
  440. package/lib/svg/EmptyTeams.js +0 -88
  441. package/lib/svg/EmptyTemplate.js +0 -89
  442. package/lib/svg/EmptyTicket.js +0 -88
  443. package/lib/svg/EmptyTimeEntry.js +0 -88
  444. package/lib/svg/EmptyTopic.js +0 -88
  445. package/lib/svg/EmptyWebhook.js +0 -88
  446. package/lib/svg/FailureLog.js +0 -88
  447. package/lib/svg/Inconvenience.js +0 -91
  448. package/lib/svg/InvalidUrl.js +0 -803
  449. package/lib/svg/Loader.js +0 -84
  450. package/lib/svg/NoRequestFound.js +0 -91
  451. package/lib/svg/PageNotFound.js +0 -91
  452. package/lib/svg/SVG.js +0 -124
  453. package/lib/svg/SitBack.js +0 -85
  454. package/lib/svg/UnableToProcessRequest.js +0 -91
  455. package/lib/svg/UnauthorizedLogin.js +0 -91
  456. package/lib/svg/UrlNotFound.js +0 -91
  457. package/lib/svg/WillBeRightBack.js +0 -91
  458. package/lib/svg/docs/SVG__default.docs.js +0 -765
  459. package/lib/svg/images/EmptyAccounts.svg +0 -55
  460. package/lib/svg/images/EmptyActiveCalls.svg +0 -57
  461. package/lib/svg/images/EmptyActivity.svg +0 -85
  462. package/lib/svg/images/EmptyAgent.svg +0 -52
  463. package/lib/svg/images/EmptyArchived.svg +0 -38
  464. package/lib/svg/images/EmptyAttach.svg +0 -39
  465. package/lib/svg/images/EmptyBlueprint.svg +0 -78
  466. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  467. package/lib/svg/images/EmptyCallHistory.svg +0 -46
  468. package/lib/svg/images/EmptyCloud.svg +0 -38
  469. package/lib/svg/images/EmptyCloudDanger.svg +0 -1
  470. package/lib/svg/images/EmptyContact.svg +0 -33
  471. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  472. package/lib/svg/images/EmptyConversation.svg +0 -38
  473. package/lib/svg/images/EmptyDashboard.svg +0 -42
  474. package/lib/svg/images/EmptyEdition.svg +0 -76
  475. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  476. package/lib/svg/images/EmptyHappiness.svg +0 -58
  477. package/lib/svg/images/EmptyHistory.svg +0 -44
  478. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  479. package/lib/svg/images/EmptyInvoice.svg +0 -45
  480. package/lib/svg/images/EmptyNetwork.svg +0 -50
  481. package/lib/svg/images/EmptyNotification.svg +0 -38
  482. package/lib/svg/images/EmptyProducts.svg +0 -57
  483. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  484. package/lib/svg/images/EmptyReports.svg +0 -39
  485. package/lib/svg/images/EmptySearch.svg +0 -37
  486. package/lib/svg/images/EmptySkills.svg +0 -75
  487. package/lib/svg/images/EmptySnippet.svg +0 -46
  488. package/lib/svg/images/EmptyTag.svg +0 -43
  489. package/lib/svg/images/EmptyTask.svg +0 -42
  490. package/lib/svg/images/EmptyTeams.svg +0 -39
  491. package/lib/svg/images/EmptyTemplate.svg +0 -39
  492. package/lib/svg/images/EmptyTicket.svg +0 -33
  493. package/lib/svg/images/EmptyTimeEntry.svg +0 -96
  494. package/lib/svg/images/EmptyTopic.svg +0 -41
  495. package/lib/svg/images/FailureLog.svg +0 -46
  496. package/lib/svg/images/Inconvenience.svg +0 -719
  497. package/lib/svg/images/Loader.svg +0 -62
  498. package/lib/svg/images/NoRequestFound.svg +0 -247
  499. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  500. package/lib/svg/images/SitBack.svg +0 -464
  501. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  502. package/lib/svg/images/WillBack.svg +0 -633
  503. package/src/index.js +0 -7
  504. package/src/svg/EmptyAccounts.js +0 -39
  505. package/src/svg/EmptyActiveCalls.js +0 -47
  506. package/src/svg/EmptyActivity.js +0 -47
  507. package/src/svg/EmptyAgent.js +0 -38
  508. package/src/svg/EmptyArchived.js +0 -37
  509. package/src/svg/EmptyAttach.js +0 -38
  510. package/src/svg/EmptyBlueprint.js +0 -38
  511. package/src/svg/EmptyBusinessHoliday.js +0 -38
  512. package/src/svg/EmptyBusinessHour.js +0 -38
  513. package/src/svg/EmptyCallHistory.js +0 -47
  514. package/src/svg/EmptyCloud.js +0 -37
  515. package/src/svg/EmptyCloudDanger.js +0 -36
  516. package/src/svg/EmptyContact.js +0 -39
  517. package/src/svg/EmptyConversation.js +0 -38
  518. package/src/svg/EmptyDashboard.js +0 -38
  519. package/src/svg/EmptyEdition.js +0 -38
  520. package/src/svg/EmptyFromAddress.js +0 -38
  521. package/src/svg/EmptyHappiness.js +0 -38
  522. package/src/svg/EmptyHistory.js +0 -39
  523. package/src/svg/EmptyImportHistory.js +0 -38
  524. package/src/svg/EmptyInvoice.js +0 -38
  525. package/src/svg/EmptyNetwork.js +0 -38
  526. package/src/svg/EmptyNotification.js +0 -38
  527. package/src/svg/EmptyProducts.js +0 -38
  528. package/src/svg/EmptyRecycleBin.js +0 -38
  529. package/src/svg/EmptyReports.js +0 -38
  530. package/src/svg/EmptyRoles.js +0 -38
  531. package/src/svg/EmptySearch.js +0 -38
  532. package/src/svg/EmptySkills.js +0 -38
  533. package/src/svg/EmptySnippet.js +0 -38
  534. package/src/svg/EmptyTag.js +0 -38
  535. package/src/svg/EmptyTask.js +0 -38
  536. package/src/svg/EmptyTeams.js +0 -38
  537. package/src/svg/EmptyTemplate.js +0 -39
  538. package/src/svg/EmptyTicket.js +0 -38
  539. package/src/svg/EmptyTimeEntry.js +0 -38
  540. package/src/svg/EmptyTopic.js +0 -38
  541. package/src/svg/EmptyWebhook.js +0 -38
  542. package/src/svg/FailureLog.js +0 -38
  543. package/src/svg/Inconvenience.js +0 -41
  544. package/src/svg/InvalidUrl.js +0 -758
  545. package/src/svg/Loader.js +0 -34
  546. package/src/svg/NoRequestFound.js +0 -41
  547. package/src/svg/PageNotFound.js +0 -41
  548. package/src/svg/SVG.js +0 -91
  549. package/src/svg/SVG.module.css +0 -27
  550. package/src/svg/SitBack.js +0 -37
  551. package/src/svg/UnableToProcessRequest.js +0 -41
  552. package/src/svg/UnauthorizedLogin.js +0 -41
  553. package/src/svg/UrlNotFound.js +0 -41
  554. package/src/svg/WillBeRightBack.js +0 -41
  555. package/src/svg/docs/SVG__default.docs.js +0 -289
  556. package/src/svg/images/EmptyAccounts.svg +0 -55
  557. package/src/svg/images/EmptyActiveCalls.svg +0 -57
  558. package/src/svg/images/EmptyActivity.svg +0 -85
  559. package/src/svg/images/EmptyAgent.svg +0 -52
  560. package/src/svg/images/EmptyArchived.svg +0 -38
  561. package/src/svg/images/EmptyAttach.svg +0 -39
  562. package/src/svg/images/EmptyBlueprint.svg +0 -78
  563. package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
  564. package/src/svg/images/EmptyCallHistory.svg +0 -46
  565. package/src/svg/images/EmptyCloud.svg +0 -38
  566. package/src/svg/images/EmptyCloudDanger.svg +0 -1
  567. package/src/svg/images/EmptyContact.svg +0 -33
  568. package/src/svg/images/EmptyContactInfo.svg +0 -27
  569. package/src/svg/images/EmptyConversation.svg +0 -38
  570. package/src/svg/images/EmptyDashboard.svg +0 -42
  571. package/src/svg/images/EmptyEdition.svg +0 -76
  572. package/src/svg/images/EmptyFilter.svg +0 -62
  573. package/src/svg/images/EmptyHappiness.svg +0 -58
  574. package/src/svg/images/EmptyHistory.svg +0 -44
  575. package/src/svg/images/EmptyImportHistory.svg +0 -43
  576. package/src/svg/images/EmptyInvoice.svg +0 -45
  577. package/src/svg/images/EmptyNotification.svg +0 -38
  578. package/src/svg/images/EmptyProducts.svg +0 -57
  579. package/src/svg/images/EmptyReports.svg +0 -39
  580. package/src/svg/images/EmptyRoles.svg +0 -30
  581. package/src/svg/images/EmptySearch.svg +0 -37
  582. package/src/svg/images/EmptySkills.svg +0 -75
  583. package/src/svg/images/EmptySnippet.svg +0 -46
  584. package/src/svg/images/EmptyTag.svg +0 -43
  585. package/src/svg/images/EmptyTask.svg +0 -42
  586. package/src/svg/images/EmptyTeams.svg +0 -39
  587. package/src/svg/images/EmptyTemplate.svg +0 -39
  588. package/src/svg/images/EmptyTicket.svg +0 -33
  589. package/src/svg/images/EmptyTimeEntry.svg +0 -96
  590. package/src/svg/images/EmptyTopic.svg +0 -41
  591. package/src/svg/images/EmptyWebhook.svg +0 -44
  592. package/src/svg/images/Inconvenience.svg +0 -719
  593. package/src/svg/images/Loader.svg +0 -62
  594. package/src/svg/images/PageNotFound.svg +0 -405
  595. package/src/svg/images/SitBack.svg +0 -464
  596. package/src/svg/images/UnableToProcess.svg +0 -752
@@ -0,0 +1,69 @@
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
+ import React from 'react';
3
+ import { EmptyStateProps } from './../props/propTypes';
4
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptySnippet extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "snippet"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptySnippet_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptySnippet_svg__cls-3,.EmptySnippet_svg__cls-4,.EmptySnippet_svg__cls-5,.EmptySnippet_svg__cls-7,.EmptySnippet_svg__cls-8{fill:none}.EmptySnippet_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptySnippet_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptySnippet_svg__cls-4,.EmptySnippet_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptySnippet_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptySnippet_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
+ opacity: 0.05,
14
+ fill: "var(--zd_emptysvg_primary_fill)"
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 156.04,
17
+ cy: 31.69,
18
+ rx: 3.54,
19
+ ry: 3.51,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "EmptySnippet_svg__cls-3",
25
+ cx: 79.62,
26
+ cy: 29.6,
27
+ rx: 2.12,
28
+ ry: 2.1
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "EmptySnippet_svg__cls-4",
31
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ className: "EmptySnippet_svg__cls-8",
34
+ cx: 165.88,
35
+ cy: 154.09,
36
+ rx: 2.45,
37
+ ry: 2.43
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "EmptySnippet_svg__cls-7",
40
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ className: "EmptySnippet_svg__cls-6",
43
+ d: "M119.87 139.21s-11.87-8.72 1.14-35c13.82-27.89 38.05-42 47.15-31.63 4.7 5.42-31.72 67.7-48.29 66.63z"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ className: "EmptySnippet_svg__cls-5",
46
+ d: "M107.71 147.22l-31.65 6s-7.53-9.06-5-52.27c1.32-22.39-8.82-32.16-8.82-32.16L128.41 55s6.26 11.49 3.83 27.54C129.6 100 115.6 102.17 116.78 134a1.14 1.14 0 002.15.38c5.62-11.24 24.49-47.73 35-52.54 0 0-38.4 48.36-37.33 71.47 0 0 4.51-11.69 4.56-13.86.06-2.47-4.9-2.75-3.87 0s16.48-3.56 29.8-25.06 27.17-36.09 19.56-43.9c-11.08-11.37-44.18 23-49.23 42.72-5.82 22.72 1.45 26.5 5.41 27.16s12.66-8.83 12.66-8.83 2.14 9.75 4.22 11.94l-16.38 2.91"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M123.26 116.23s3.32-11.21 10.42-19.74",
49
+ stroke: "var(--zd_emptysvg_circle_fill)",
50
+ strokeWidth: 3,
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round",
53
+ fill: "none"
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ className: "EmptySnippet_svg__cls-6",
56
+ d: "M94.37 100.23s9.48-1.35 9.48-10.19c0 0-.08 10 8.44 10.19 0 0-8.52-.12-8.49 8 0 .02-.47-8.52-9.43-8zM88.34 121.72s9.48-1.35 9.48-10.19c0 0-.08 10 8.44 10.19 0 0-8.52-.11-8.49 8 0 .02-.47-8.51-9.43-8zM83.26 107s5.38-.77 5.38-5.79c0 0 0 5.68 4.79 5.79 0 0-4.84-.07-4.82 4.55a4.81 4.81 0 00-5.35-4.55z"
57
+ }));
58
+ }
59
+ }
60
+ EmptySnippet.propTypes = EmptyStateProps;
61
+ EmptySnippet.defaultProps = {
62
+ ...EmptyStateDefaultProps,
63
+ dataId: 'emptySnippet'
64
+ };
65
+ // if (__DOCS__) {
66
+ // EmptySnippet.docs = {
67
+ // componentGroup: 'Emptystate'
68
+ // };
69
+ // }
@@ -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
+ import React from 'react';
3
+ import { EmptyStateProps } from './../props/propTypes';
4
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptyTag extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "tag"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyTag_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTag_svg__cls-4,.EmptyTag_svg__cls-5,.EmptyTag_svg__cls-6,.EmptyTag_svg__cls-8,.EmptyTag_svg__cls-9{fill:none}.EmptyTag_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTag_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTag_svg__cls-5,.EmptyTag_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyTag_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTag_svg__cls-9{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
+ fill: "var(--zd_emptysvg_primary_fill)",
14
+ opacity: 0.05
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 156.04,
17
+ cy: 31.69,
18
+ rx: 3.54,
19
+ ry: 3.51,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "EmptyTag_svg__cls-4",
25
+ cx: 79.62,
26
+ cy: 29.6,
27
+ rx: 2.12,
28
+ ry: 2.1
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "EmptyTag_svg__cls-5",
31
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ className: "EmptyTag_svg__cls-9",
34
+ cx: 165.88,
35
+ cy: 154.09,
36
+ rx: 2.45,
37
+ ry: 2.43
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "EmptyTag_svg__cls-8",
40
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ className: "EmptyTag_svg__cls-7",
43
+ d: "M136.3 107.68s-1.24 51.51-2.14 54-45.41-1.83-46.59-3.82 42.71-48.51 48.73-50.18z"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ className: "EmptyTag_svg__cls-6",
46
+ d: "M171.12 53.1s-13.85 5.78-26.25-4.34-24.4 19.63-22.61 32.54c1.88 13.51-10.34 16.07-13.93 9.4s5-15.45 16.66-11.06c0 0 5.45 2 7 4.14 8.94 12.74 1.59 22-.92 25s-5.81 6.85-7.71 7.78c-3.52 1.71 7.3-9.4 12.14-8.93v4c-.15 17.83-.08 49.91-2.14 50-3.82.19-36.94-2.54-42.79-2.34a5 5 0 01-5-3.46 2.86 2.86 0 01.19-2.29c1.12-1.95 20.44-20.1 28.67-27.8a.23.23 0 01.33.32c-14.36 16.07-32.8 36-34.33 35.56-2.07-.61-27-24.87-35.67-33.4a4.37 4.37 0 01-.12-6.14c8.5-9 33.4-33.91 43-43.49A16.41 16.41 0 0196.7 74c6.6-1.05 16.18-2.64 17.87-2.46"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ className: "EmptyTag_svg__cls-7",
49
+ d: "M78.39 112.58l7.92-1.15 4-7.14a.44.44 0 01.57 0l3.61 7.29 8.64 1c.29 0 .43.28.14.57l-6.48 5.71 1.59 7.86c0 .28-.15.43-.44.28l-6.91-3.57-7.49 3.72c-.15.14-.43 0-.43-.29l.72-8-5.77-5.57a1.08 1.08 0 01.33-.71z"
50
+ }));
51
+ }
52
+ }
53
+ EmptyTag.propTypes = EmptyStateProps;
54
+ EmptyTag.defaultProps = {
55
+ ...EmptyStateDefaultProps,
56
+ dataId: 'emptyTag'
57
+ };
58
+ // if (__DOCS__) {
59
+ // EmptyTag.docs = {
60
+ // componentGroup: 'Emptystate'
61
+ // };
62
+ // }
@@ -0,0 +1,75 @@
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
+ import React from 'react';
3
+ import { EmptyStateProps } from './../props/propTypes';
4
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptyTask extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "task"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyTask_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTask_svg__cls-3,.EmptyTask_svg__cls-4,.EmptyTask_svg__cls-5,.EmptyTask_svg__cls-7,.EmptyTask_svg__cls-8{fill:none}.EmptyTask_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTask_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTask_svg__cls-4,.EmptyTask_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyTask_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTask_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
+ opacity: 0.05,
14
+ fill: "var(--zd_emptysvg_primary_fill)"
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 156.04,
17
+ cy: 31.69,
18
+ rx: 3.54,
19
+ ry: 3.51,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "EmptyTask_svg__cls-3",
25
+ cx: 79.62,
26
+ cy: 29.6,
27
+ rx: 2.12,
28
+ ry: 2.1
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "EmptyTask_svg__cls-4",
31
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ className: "EmptyTask_svg__cls-8",
34
+ cx: 165.88,
35
+ cy: 154.09,
36
+ rx: 2.45,
37
+ ry: 2.43
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "EmptyTask_svg__cls-7",
40
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ className: "EmptyTask_svg__cls-6",
43
+ d: "M131.83 70.33l-5-1.58a12.76 12.76 0 00.65-4.46c0-4.34-3.26-7-7.26-7.24-4.36-.32-7.77 4.26-9 7.19l-7.81-2.14c-1.3-.34-2.73-.43-3.14.84l-1 3.24a2.49 2.49 0 001.64 3.12l28.47 9a2.51 2.51 0 003.15-1.58l1.19-3.72c.44-1.28-.56-2.24-1.89-2.67z"
44
+ }), /*#__PURE__*/React.createElement("ellipse", {
45
+ cx: 119.62,
46
+ cy: 63.17,
47
+ rx: 2.24,
48
+ ry: 2.22,
49
+ fill: "var(--zd_emptysvg_circle_fill)"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ className: "EmptyTask_svg__cls-6",
52
+ d: "M98.47 118.8a3.76 3.76 0 01-.38-5.18c2.23-2.79 14.36-17.82 14.36-17.82s10.41 4.26 6.92 8.45l-15.86 19z"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ className: "EmptyTask_svg__cls-5",
55
+ d: "M63.28 125.48c-1.79 5.74-4.38 16.66 1 18.42s55.64 19.48 59.79 17 29.34-83.43 23.25-85.62-19.54-7.18-20.29-7c0 0 2-7.78-3.15-9.91s-8.28-2.58-12.83 5c0 0-19.33-5.49-21.32-5S63.89 126 64.46 139c0 0 0 1.12 4.27 3.66s48.33 16 53.45 14.1 21.61-67.38 22.18-73.58-51.44-20.3-53.72-17.48c-2.12 2.63-7.5 19.17-13.52 35.9a78.29 78.29 0 00-2.28 7.36l-3.17 12.18a3.35 3.35 0 002.54 4.1 164 164 0 0016.41 2.14l10.8-2.82-6.87-5.94s-3.37 9.13-3.33 9.45 10.85-3.07 10.85-3.07l17.3-20.71s3-2.14-.33-4.15c-1.84-1.12-5.62-5.41-6.59-4.3-1.41 1.63-10.19 12.61-14.36 17.82a3.81 3.81 0 00.38 5.18c2.47 2.3 5.94 5.42 6.75 5.52s26.14-.32 42.29-.62"
56
+ }), /*#__PURE__*/React.createElement("path", {
57
+ stroke: "var(--zd_emptysvg_circle_fill)",
58
+ strokeWidth: 2,
59
+ strokeLinecap: "round",
60
+ strokeLinejoin: "round",
61
+ fill: "none",
62
+ d: "M108.63 112.84l5.97-7.49"
63
+ }));
64
+ }
65
+ }
66
+ EmptyTask.propTypes = EmptyStateProps;
67
+ EmptyTask.defaultProps = {
68
+ ...EmptyStateDefaultProps,
69
+ dataId: 'emptyTask'
70
+ };
71
+ // if (__DOCS__) {
72
+ // EmptyTask.docs = {
73
+ // componentGroup: 'Emptystate'
74
+ // };
75
+ // }
@@ -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
+ import React from 'react';
3
+ import { EmptyStateProps } from './../props/propTypes';
4
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptyTeams extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "team"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyTeams_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTeams_svg__cls-4,.EmptyTeams_svg__cls-5,.EmptyTeams_svg__cls-6,.EmptyTeams_svg__cls-8,.EmptyTeams_svg__cls-9{fill:none}.EmptyTeams_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTeams_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTeams_svg__cls-5,.EmptyTeams_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyTeams_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTeams_svg__cls-9{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
+ fill: "var(--zd_emptysvg_primary_fill)",
14
+ opacity: 0.05
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 156.04,
17
+ cy: 31.69,
18
+ rx: 3.54,
19
+ ry: 3.51,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "EmptyTeams_svg__cls-4",
25
+ cx: 79.62,
26
+ cy: 29.6,
27
+ rx: 2.12,
28
+ ry: 2.1
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "EmptyTeams_svg__cls-5",
31
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ className: "EmptyTeams_svg__cls-9",
34
+ cx: 165.88,
35
+ cy: 154.09,
36
+ rx: 2.45,
37
+ ry: 2.43
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "EmptyTeams_svg__cls-8",
40
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ className: "EmptyTeams_svg__cls-7",
43
+ d: "M80.06 113.44s.91 20.72-13 19.13-7.94-24.92-7.94-24.92 10.06 7.35 20.94 5.79zM93.18 68.15s-1.87 5-3.85 7.13c0 0-3.54 17.77 13.45 18.78 0 0 10.14 2 13-15.13a27 27 0 01-22.6-10.78zM122.61 127.05s1.68-16 5.8-14 2 1.09 11.37-2c0 0 7.62-1.56 9.18 10.63 0 0-.3 7.33-1.66 10.27 0 0-6.2-5.51-14-3.82a85.63 85.63 0 00-10.69 2.87z"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ className: "EmptyTeams_svg__cls-6",
46
+ d: "M79.93 111.64s2.31 19-10.4 20.93S58 107.65 59.14 107.65s13.24 9.55 25.08 4.61c0 0-3.27-16.21-15.91-14.23s-12.63 14-14 21.66-5.22 13.84-2.2 19.86 28.17 14.12 34-5.72c4.76-16.26-2-31-10.1-37.08a6.43 6.43 0 01-1-9.31 32 32 0 018.28-7c8.59-5 10.51-13.83 10.34-15s-2.49-.3-1.93.79S101.66 81 119 78.68c0 0 3.29-22.93-13.47-23.37s-16.57 13.36-16 25.94S101.39 94.06 105 94.06c8.2 0 11.5-14.28 11.13-19.53s-6.86 1.86 4.07 7.62c6.56 3.46 11.92 10.11 15.15 15 2.49 3.75 2.82 6.93 5.83 10 3.16 3.22 7.38 8 6.79 14.95 0 0-1.69-12.37-8.17-11s-7.44 4.53-11.37 2-5.8 14-5.8 14-6.27-19.34 10.24-22.24 17.52 11.25 15.16 24.44-18.89 19.55-25.4 1.72c0 0 14.49-6.6 21.72 0s-28 17.46-57.43 9.71"
47
+ }));
48
+ }
49
+ }
50
+ EmptyTeams.propTypes = EmptyStateProps;
51
+ EmptyTeams.defaultProps = {
52
+ ...EmptyStateDefaultProps,
53
+ dataId: 'emptyTeams'
54
+ };
55
+
56
+ // if (__DOCS__) {
57
+ // EmptyTeams.docs = {
58
+ // componentGroup: 'Emptystate'
59
+ // };
60
+ // }
@@ -0,0 +1,74 @@
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
+ import React from 'react';
3
+ import { EmptyStateProps } from './../props/propTypes';
4
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptyTelegram extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 500 500",
10
+ name: "emptyTelegram"
11
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
+ clipPath: "url(#telegram_svg__a)"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M40.543 341.908c176.402-75.574 368.142-199.294 368.142-199.294L224.62 277.978s-13.746 9.44-6.157 32.539c7.589 23.1 12.368 53.727-1.25 43.735-13.619-9.992-1.162-106.644-90.471-106.157 0 0-4.231-2.123 8.642-8.248 12.873-6.124 229.589-91.488 285.685-118.527a5.03 5.03 0 0 1 2.971-.472 5.045 5.045 0 0 1 2.712 1.307 5.065 5.065 0 0 1 1.225 5.626l-90.105 221.897s-5.036 20.229-24.621 5.86c-19.584-14.369-39.892-53.193-78.282-17.563",
15
+ stroke: "var(--zd_emptysvg_primary_stroke)",
16
+ fill: "transparent",
17
+ strokeWidth: 2.5,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ opacity: 0.8,
22
+ d: "M230.738 320.314s-6.665-8.181 16.64-36.43c23.305-28.249 147.516-133.762 149.263-122.48 1.747 11.282-76.925 182.895-85.626 166.512-8.7-16.383-56.422-32.061-80.277-7.602Z",
23
+ fill: "var(--zd_emptysvg_secondary_fill)"
24
+ })), /*#__PURE__*/React.createElement("g", {
25
+ clipPath: "url(#telegram_svg__b)"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ opacity: 0.1,
28
+ 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",
29
+ fill: "var(--zd_emptysvg_primary_fill)"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ 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",
32
+ fill: "var(--zd_emptysvg_plus)"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ 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",
35
+ fill: "var(--zd_emptysvg_plus)"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ 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",
38
+ fill: "var(--zd_emptysvg_medium_circle)"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ 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",
41
+ fill: "var(--zd_emptysvg_small_circle)"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ 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",
44
+ fill: "var(--zd_emptysvg_tiny_circle)"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ opacity: 0.1,
47
+ 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",
48
+ fill: "var(--zd_emptysvg_primary_fill)"
49
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
50
+ id: "telegram_svg__a"
51
+ }, /*#__PURE__*/React.createElement("path", {
52
+ fill: "#fff",
53
+ transform: "rotate(-8.803 1191.04 .193)",
54
+ d: "M0 0h420v225.978H0z"
55
+ })), /*#__PURE__*/React.createElement("clipPath", {
56
+ id: "telegram_svg__b"
57
+ }, /*#__PURE__*/React.createElement("path", {
58
+ fill: "#fff",
59
+ transform: "translate(22.5 50)",
60
+ d: "M0 0h450v400H0z"
61
+ }))));
62
+ }
63
+ }
64
+ EmptyTelegram.propTypes = EmptyStateProps;
65
+ EmptyTelegram.defaultProps = {
66
+ ...EmptyStateDefaultProps,
67
+ dataId: 'emptyTelegram'
68
+ };
69
+
70
+ // if (__DOCS__) {
71
+ // EmptyTelegram.docs = {
72
+ // componentGroup: 'Emptystate'
73
+ // };
74
+ // }
@@ -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
+ import React from 'react';
3
+ import { EmptyStateProps } from './../props/propTypes';
4
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptyTemplate extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "accounts"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.template_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.template_svg__cls-3,.template_svg__cls-4,.template_svg__cls-5,.template_svg__cls-6,.template_svg__cls-8{fill:none}.template_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.template_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.template_svg__cls-4,.template_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.template_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.template_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
+ opacity: 0.05,
14
+ fill: "var(--zd_emptysvg_primary_fill)"
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 156.04,
17
+ cy: 31.69,
18
+ rx: 3.54,
19
+ ry: 3.51,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "template_svg__cls-3",
25
+ cx: 79.62,
26
+ cy: 29.6,
27
+ rx: 2.12,
28
+ ry: 2.1
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "template_svg__cls-4",
31
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ className: "template_svg__cls-8",
34
+ cx: 165.88,
35
+ cy: 154.09,
36
+ rx: 2.45,
37
+ ry: 2.43
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "template_svg__cls-6",
40
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
+ }), /*#__PURE__*/React.createElement("g", {
42
+ opacity: 0.25
43
+ }, /*#__PURE__*/React.createElement("path", {
44
+ className: "template_svg__cls-7",
45
+ d: "M71.15 144.21s-1.36-1.61-1.35-6.74-2.71-38.94.83-45.79c0 0 17.44-4.94 30-2 0 0 2.84 1.37 2.88 3.89s1.67 48.5 1.67 48.5-.2 4.64-7.2 4.4-26.83-2.26-26.83-2.26zM116.79 116.73s-2.87-14.92-.55-25.24c0 0 .31-2.36 4.15-2.72s19.83-2.45 20.89-.06.73 25.61.5 26.58-2 2.63-5.08 2.65-17.12 2.67-19.91-1.21zM116.21 133.28s-.16-9.66 1.5-10.76 24.49-3 25.57-.13 1.05 21-1.26 22.71-25.19 0-25.19 0z"
46
+ })), /*#__PURE__*/React.createElement("circle", {
47
+ className: "template_svg__cls-7",
48
+ cx: 67.38,
49
+ cy: 68.33,
50
+ r: 3.09
51
+ }), /*#__PURE__*/React.createElement("circle", {
52
+ className: "template_svg__cls-7",
53
+ cx: 77.13,
54
+ cy: 68.33,
55
+ r: 3.09
56
+ }), /*#__PURE__*/React.createElement("path", {
57
+ className: "template_svg__cls-5",
58
+ d: "M44.61 81.45A10.42 10.42 0 0055 71v-7.7a7.53 7.53 0 014.22-6.9 6.53 6.53 0 013.19-.59c4.83.32 81.74 0 81.74 0s7.4.34 7.72 5.17 0 80.45 0 80.45.32 5.47-4.82 7.08c-4.69 1.46-73 .26-85.3 0-1.09 0-2.95-.76-3-1.84-.45-8-1.14-39.36.6-57.61a8.15 8.15 0 011.9-4.59A4 4 0 0164 83c2.53-.16 62.3-1.29 72.73-1.49a5.41 5.41 0 014.56 2.19 5.14 5.14 0 01.77 1.67c.74 3 .65 28.32-.46 30.91s-25.23 3.69-26.42.33c-1.62-4.56-2-24.92.18-26.85s25.93-2.68 28.27-1.68 1.42 50.31-1.15 57c0 0-26.13 1.18-27.12 0s-.76-20.85.2-22.17c1.28-1.79 25.4-1.64 27.12-1.19 2.56.67 3.18 22.27 1.84 23.5-2.4 2.2-70.53 2.23-74.29-1.53s-4-50.48-1-52.46 23.36-3.62 31.47-1.51c0 0 3 1.71 2.88 3.89s1.67 48.5 1.67 48.5-.18 3.47-5.8 5.19-45.67 2-45.67-7 .63-52.68.63-52.68.13-6.06 5.49-7l95.46-.77a4.22 4.22 0 014.25 4.22v4.41a4.22 4.22 0 004.22 4.23"
59
+ }));
60
+ }
61
+ }
62
+ EmptyTemplate.propTypes = EmptyStateProps;
63
+ EmptyTemplate.defaultProps = {
64
+ ...EmptyStateDefaultProps,
65
+ dataId: 'emptyTemplate'
66
+ };
67
+ // if (__DOCS__) {
68
+ // EmptyTemplate.docs = {
69
+ // componentGroup: 'Emptystate'
70
+ // };
71
+ // }
@@ -0,0 +1,63 @@
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
+ import React from 'react';
3
+ import { EmptyStateProps } from './../props/propTypes';
4
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptyTicket extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "ticket"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyTicket_svg__cls-3,.EmptyTicket_svg__cls-4,.EmptyTicket_svg__cls-5,.EmptyTicket_svg__cls-6,.EmptyTicket_svg__cls-7{fill:none}.EmptyTicket_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTicket_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTicket_svg__cls-4,.EmptyTicket_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyTicket_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTicket_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
+ opacity: 0.05,
14
+ fill: "var(--zd_emptysvg_primary_fill)"
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 156.04,
17
+ cy: 31.69,
18
+ rx: 3.54,
19
+ ry: 3.51,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "EmptyTicket_svg__cls-3",
25
+ cx: 79.62,
26
+ cy: 29.6,
27
+ rx: 2.12,
28
+ ry: 2.1
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "EmptyTicket_svg__cls-4",
31
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ className: "EmptyTicket_svg__cls-7",
34
+ cx: 165.88,
35
+ cy: 154.09,
36
+ rx: 2.45,
37
+ ry: 2.43
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "EmptyTicket_svg__cls-6",
40
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M92.47 136.92c5.86 6.12 3.36 12.57 1.4 15.86a3.49 3.49 0 00.57 4.28l4.19 4.16a3.49 3.49 0 004.9 0 355.81 355.81 0 0055-54.57 3.4 3.4 0 000-4.86l-2.72-2.7a6.17 6.17 0 00-7.02-1.09 13 13 0 01-14.73-2.47 12.64 12.64 0 01-2.76-13.82c2.95-3.95.37-6.61-2-9l-1.38-1.37a3.48 3.48 0 00-4.91 0L68 126a3.42 3.42 0 000 4.86l4.15 4.14a3.59 3.59 0 004.31.57c3.43-2.03 10.24-4.67 16.01 1.35z",
43
+ fill: "var(--zd_emptysvg_secondary_fill)"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ className: "EmptyTicket_svg__cls-5",
46
+ d: "M67.59 117.27q-1.25-28.22 0-55.94a3.5 3.5 0 013.52-3.49h5.47a3.75 3.75 0 013.66 2.87 12.84 12.84 0 0025 0 3.73 3.73 0 013.66-2.87h5.46a3.5 3.5 0 013.52 3.49v5.8a21.87 21.87 0 01-2.72 10.63c-5.23 9.46-11.82 19-32.25 37.78-3.26 3-5.58.08-3.68-2.52C88.69 100.09 123 71.54 123 71.54a3.49 3.49 0 014.9 0l3.93 3.9a3.7 3.7 0 01.54 4.59 12.52 12.52 0 001.81 15.68A12.9 12.9 0 00150 97.55a3.78 3.78 0 014.66.52l3.91 3.87a3.42 3.42 0 010 4.86 371.77 371.77 0 01-54.91 54.44 3.49 3.49 0 01-4.9 0l-3.67-3.64a4.39 4.39 0 01-.78-5.25c1.89-3.38 3.85-9.51-1.7-15.4-6.64-5.53-12.31-3.94-15.51-2a4.54 4.54 0 01-5.53-.63l-3.46-3.44a3.39 3.39 0 010-4.85l5.76-5.72a5.41 5.41 0 013.55-1.62c1.08 0 1.91.34.92 2-2 3.27-24.61 3.6-24.61 3.6"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M98.5 116.52l6.91-1 3.52-6.23a.39.39 0 01.5 0l3.14 6.36 7.54.87c.25 0 .38.25.13.5l-5.66 5 1.39 6.85c0 .25-.13.38-.38.25l-6-3.11-6.59 3.21c-.13.13-.38 0-.38-.24l.63-7-5-4.86a1 1 0 01.25-.6z",
49
+ fill: "var(--zd_emptysvg_circle_fill)"
50
+ }));
51
+ }
52
+ }
53
+ EmptyTicket.propTypes = EmptyStateProps;
54
+ EmptyTicket.defaultProps = {
55
+ ...EmptyStateDefaultProps,
56
+ dataId: 'emptyTicket'
57
+ };
58
+
59
+ // if (__DOCS__) {
60
+ // EmptyTicket.docs = {
61
+ // componentGroup: 'Emptystate'
62
+ // };
63
+ // }
@@ -0,0 +1,65 @@
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
+ import React from 'react';
3
+ import { EmptyStateProps } from './../props/propTypes';
4
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptyTimeEntry extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "timeEntry"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyTimeEntry_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTimeEntry_svg__cls-4,.EmptyTimeEntry_svg__cls-5,.EmptyTimeEntry_svg__cls-6,.EmptyTimeEntry_svg__cls-8,.EmptyTimeEntry_svg__cls-9{fill:none}.EmptyTimeEntry_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTimeEntry_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTimeEntry_svg__cls-5,.EmptyTimeEntry_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyTimeEntry_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTimeEntry_svg__cls-9{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
+ fill: "var(--zd_emptysvg_primary_fill)",
14
+ opacity: 0.05
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 156.04,
17
+ cy: 31.69,
18
+ rx: 3.54,
19
+ ry: 3.51,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "EmptyTimeEntry_svg__cls-4",
25
+ cx: 79.62,
26
+ cy: 29.6,
27
+ rx: 2.12,
28
+ ry: 2.1
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "EmptyTimeEntry_svg__cls-5",
31
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ className: "EmptyTimeEntry_svg__cls-9",
34
+ cx: 165.88,
35
+ cy: 154.09,
36
+ rx: 2.45,
37
+ ry: 2.43
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "EmptyTimeEntry_svg__cls-8",
40
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ className: "EmptyTimeEntry_svg__cls-7",
43
+ d: "M124.41 65.47a4.64 4.64 0 01-.66-7.84A15.42 15.42 0 01140 56.47a15.17 15.17 0 018.12 14 4.7 4.7 0 01-6.92 3.85zM86.72 73.16a4.69 4.69 0 01-6.62-4.33 15.17 15.17 0 019.11-13.35 15.41 15.41 0 0116.08 2.3 4.65 4.65 0 01-1.23 7.78z"
44
+ }), /*#__PURE__*/React.createElement("ellipse", {
45
+ className: "EmptyTimeEntry_svg__cls-7",
46
+ cx: 123.01,
47
+ cy: 102.52,
48
+ rx: 26.27,
49
+ ry: 31.53
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ className: "EmptyTimeEntry_svg__cls-6",
52
+ d: "M34.94 145.49h43.51a22.78 22.78 0 0020-11.75 2.31 2.31 0 014.32 1.33v.11c-.51 3.88-5.6 8.79-11.89 3.3-5.7-5-20.15-14.36-16.54-38.88a33.9 33.9 0 018.4-18c3.15-3.43 7.27-6.45 12.1-6.54 0 0 .29.07.72.22a1.43 1.43 0 001.78-1.9l-.73-1.73a2 2 0 011-2.67c3.48-1.64 10.77-5.14 11-5.81.25-.87-1-7.2-5.57-7.27-2.65 0-14.54.5-15.17 1.88s3.42.5 2.91-3-5.56-1.88-4.8.51 2 3.05.44 4.31c-.55.45-11.81 6.75-8.16 12.36.67 1 1.21 1.8 1.64 2.4a3.26 3.26 0 003.92 1.06c3.06-1.32 8.37-3.59 8.73-3.59s1.39 2.76 8.22-.87 14.66-5 16.06-4.77c0 0 1.14.11 1.23-1.56 0-.91.1-4.38 5.56-7.27 2.35-1.24 14.54.5 15.18 1.88s-3.42.5-2.91-3 5.56-1.88 4.8.5-.76 4.14-.25 4.64 11.13 6.14 8 12S145 77.8 145 77.8s-13.52-12.52-23.08-11.48a1.54 1.54 0 01-1.14-.31c-.78-.64-.61-1.54 1.52-1.61 3.24-.11 31.9 5.92 32.28 36.9s-24.9 39.16-34.48 36.87c-9-2.13-27.94-6.36-28.26-39.11a28.89 28.89 0 018.39-20.89c6.09-6 16.2-10.61 32.3-4.81 0 0 22.82 9.5 16.3 38.78s-38.15 26.23-48.12 8.93S97 81.15 107.56 76.4s20.26-4.22 15 24.57c0 0-3.77-1-2.32-22.89 0 0 .43-2.59 3-.87s-.38 27.46-1.89 28.51c-.61.42-3.4-2.43-2-4.32a2.64 2.64 0 014.93 1.3c0 2.56-16.41 12.38-17.86 11.66s11.18-8.21 11.18-8.21"
53
+ }));
54
+ }
55
+ }
56
+ EmptyTimeEntry.propTypes = EmptyStateProps;
57
+ EmptyTimeEntry.defaultProps = {
58
+ ...EmptyStateDefaultProps,
59
+ dataId: 'EmptyTimeEntry'
60
+ };
61
+ // if (__DOCS__) {
62
+ // EmptyTimeEntry.docs = {
63
+ // componentGroup: 'Emptystate'
64
+ // };
65
+ // }
@@ -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
+ import React from 'react';
3
+ import { EmptyStateProps } from './../props/propTypes';
4
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
5
+ import SVG from './../../SVG/SVG';
6
+ export default class EmptyTimeline extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "timeline"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyTimeline_svg__cls-3,.EmptyTimeline_svg__cls-4,.EmptyTimeline_svg__cls-5,.EmptyTimeline_svg__cls-7,.EmptyTimeline_svg__cls-8{fill:none}.EmptyTimeline_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTimeline_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTimeline_svg__cls-4,.EmptyTimeline_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyTimeline_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTimeline_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}.EmptyTimeline_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);isolation:isolate}')), /*#__PURE__*/React.createElement("path", {
12
+ d: "M82.34 64.37s45-29.83 67.77-20.85 38.33 84.51-25 118.4-92-39.83-92.2-52.9c-.24-12.64 0-42.78 49.43-44.65z",
13
+ fill: "var(--zd_emptysvg_primary_fill)",
14
+ opacity: 0.05
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 145.98,
17
+ cy: 40.36,
18
+ rx: 3.1,
19
+ ry: 3.18,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "EmptyTimeline_svg__cls-3",
25
+ cx: 79.11,
26
+ cy: 38.46,
27
+ rx: 1.85,
28
+ ry: 1.9
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "EmptyTimeline_svg__cls-4",
31
+ d: "M29.82 103.11l-.31 5.59M26.94 105.75l5.44.31"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ className: "EmptyTimeline_svg__cls-8",
34
+ cx: 154.59,
35
+ cy: 151.4,
36
+ rx: 2.15,
37
+ ry: 2.21
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "EmptyTimeline_svg__cls-7",
40
+ d: "M163.1 117.94l3.63 4.18M162.88 121.9l4.06-3.73"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ className: "EmptyTimeline_svg__cls-6",
43
+ d: "M98.17 79.34V71.9s-36.3 7.19-37.91 46.1c0 0-9.08-40.53 37.46-53.85v-8.49l19.68 13.76zM99.62 120.26l-22.83 2.83-4.68-2.89 4.41-3.45 22.38 1.18.72 2.33z"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ className: "EmptyTimeline_svg__cls-5",
46
+ d: "M78.56 147.23c-28.72-23.13-11-53.38-11-53.38C80 73.08 98.12 71.9 98.12 71.9v7.44s10.2-3.17 16.42-7.75c11.78-8.68 8.3.48 4.74-1.33-4-2-21.61-14.6-21.61-14.6v8.45c0 2-1.36 1.38-3.32 1.85a48.52 48.52 0 00-10.25 3.91c-16.06 7.91-21.82 22.5-23.94 34.55-3.81 21.63 6.56 38.88 19.09 46.33 18.44 10.95 58.8 6.06 59.56-30.38.9-43-40.37-35.18-40.37-35.18s0 18.39.4 30.38 8.79 8 8.79 4.8-31.16-3.62-31.16-3.62l-4.41 3.45 4.68 2.89 19-2.34"
47
+ }));
48
+ }
49
+ }
50
+ EmptyTimeline.propTypes = EmptyStateProps;
51
+ EmptyTimeline.defaultProps = {
52
+ ...EmptyStateDefaultProps,
53
+ dataId: 'emptyTimeline'
54
+ };
55
+
56
+ // if (__DOCS__) {
57
+ // EmptyTimeline.docs = {
58
+ // componentGroup: 'Emptystate'
59
+ // };
60
+ // }