@zohodesk/svg 1.3.0 → 1.3.2

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 (322) hide show
  1. package/README.md +8 -0
  2. package/_react-cli.config.js +20 -0
  3. package/assets/Appearance/dark/mode/SVG_DarkMode.module.css +33 -33
  4. package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +9 -9
  5. package/assets/Appearance/dark/themes/green/green_SVGTheme_DarkTheme.module.css +9 -9
  6. package/assets/Appearance/dark/themes/orange/orange_SVGTheme_DarkTheme.module.css +9 -9
  7. package/assets/Appearance/dark/themes/red/red_SVGTheme_DarkTheme.module.css +9 -9
  8. package/assets/Appearance/dark/themes/yellow/yellow_SVGTheme_DarkTheme.module.css +9 -9
  9. package/assets/Appearance/light/mode/SVG_LightMode.module.css +33 -33
  10. package/assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css +9 -9
  11. package/assets/Appearance/light/themes/green/green_SVGTheme_LightTheme.module.css +9 -9
  12. package/assets/Appearance/light/themes/orange/orange_SVGTheme_LightTheme.module.css +9 -9
  13. package/assets/Appearance/light/themes/red/red_SVGTheme_LightTheme.module.css +9 -9
  14. package/assets/Appearance/light/themes/yellow/yellow_SVGTheme_LightTheme.module.css +9 -9
  15. package/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css +33 -33
  16. package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +9 -9
  17. package/assets/Appearance/pureDark/themes/green/green_SVGTheme_PureDarkTheme.module.css +9 -9
  18. package/assets/Appearance/pureDark/themes/orange/orange_SVGTheme_PureDarkTheme.module.css +9 -9
  19. package/assets/Appearance/pureDark/themes/red/red_SVGTheme_PureDarkTheme.module.css +9 -9
  20. package/assets/Appearance/pureDark/themes/yellow/yellow_SVGTheme_PureDarkTheme.module.css +9 -9
  21. package/cbt.config.js +41 -0
  22. package/es/Loader/Loader.js +5 -5
  23. package/es/Loader/__tests__/Loader.spec.js +1 -1
  24. package/es/SVG/SVG.js +4 -4
  25. package/es/SVG/__tests__/SVG.spec.js +1 -1
  26. package/es/emptystate/index.js +3 -3
  27. package/es/emptystate/version1/EmptyCustomDomain.js +9 -8
  28. package/es/emptystate/version1/__tests__/version1.spec.js +1 -1
  29. package/es/emptystate/version1/index.js +1 -1
  30. package/es/emptystate/version2/EmptyBusinessHoliday.js +9 -8
  31. package/es/emptystate/version2/EmptyBusinessHour.js +9 -8
  32. package/es/emptystate/version2/EmptyFromAddress.js +9 -8
  33. package/es/emptystate/version2/EmptyImportHistory.js +9 -8
  34. package/es/emptystate/version2/EmptyNetwork.js +9 -8
  35. package/es/emptystate/version2/EmptyRecycleBin.js +9 -8
  36. package/es/emptystate/version2/EmptyRoles.js +9 -8
  37. package/es/emptystate/version2/EmptyWebhook.js +9 -8
  38. package/es/emptystate/version2/FailureLog.js +9 -8
  39. package/es/emptystate/version2/__tests__/version2.spec.js +1 -1
  40. package/es/emptystate/version2/index.js +9 -9
  41. package/es/emptystate/version3/AuditLog.js +8 -7
  42. package/es/emptystate/version3/Bot.js +8 -7
  43. package/es/emptystate/version3/Contract.js +8 -7
  44. package/es/emptystate/version3/CustomModule.js +8 -7
  45. package/es/emptystate/version3/EmptyAPIAuthentication.js +8 -7
  46. package/es/emptystate/version3/EmptyAPIConfiguration.js +8 -7
  47. package/es/emptystate/version3/EmptyAPIs.js +8 -7
  48. package/es/emptystate/version3/EmptyAccounts.js +8 -7
  49. package/es/emptystate/version3/EmptyActiveCalls.js +8 -7
  50. package/es/emptystate/version3/EmptyActivity.js +8 -7
  51. package/es/emptystate/version3/EmptyAgent.js +8 -7
  52. package/es/emptystate/version3/EmptyAgentQueue.js +8 -7
  53. package/es/emptystate/version3/EmptyApplechat.js +8 -7
  54. package/es/emptystate/version3/EmptyApproval.js +8 -7
  55. package/es/emptystate/version3/EmptyArchived.js +8 -7
  56. package/es/emptystate/version3/EmptyArticle.js +8 -7
  57. package/es/emptystate/version3/EmptyAsapchat.js +8 -7
  58. package/es/emptystate/version3/EmptyAttach.js +8 -7
  59. package/es/emptystate/version3/EmptyAuthenticationPending.js +8 -7
  60. package/es/emptystate/version3/EmptyBlueprint.js +8 -7
  61. package/es/emptystate/version3/EmptyCallHistory.js +8 -7
  62. package/es/emptystate/version3/EmptyCanned.js +8 -7
  63. package/es/emptystate/version3/EmptyChat.js +8 -7
  64. package/es/emptystate/version3/EmptyCollision.js +8 -7
  65. package/es/emptystate/version3/EmptyColumn.js +8 -7
  66. package/es/emptystate/version3/EmptyContact.js +8 -7
  67. package/es/emptystate/version3/EmptyContract.js +8 -7
  68. package/es/emptystate/version3/EmptyConversation.js +8 -7
  69. package/es/emptystate/version3/EmptyCrm.js +8 -7
  70. package/es/emptystate/version3/EmptyCrmNotes.js +8 -7
  71. package/es/emptystate/version3/EmptyCrmPotential.js +8 -7
  72. package/es/emptystate/version3/EmptyCustomerHappiness.js +8 -7
  73. package/es/emptystate/version3/EmptyDashboard.js +8 -7
  74. package/es/emptystate/version3/EmptyDelete.js +8 -7
  75. package/es/emptystate/version3/EmptyDepartment.js +8 -7
  76. package/es/emptystate/version3/EmptyError.js +8 -7
  77. package/es/emptystate/version3/EmptyFeed.js +8 -7
  78. package/es/emptystate/version3/EmptyFollowers.js +8 -7
  79. package/es/emptystate/version3/EmptyFrame.js +8 -7
  80. package/es/emptystate/version3/EmptyHappiness.js +8 -7
  81. package/es/emptystate/version3/EmptyHistory.js +8 -7
  82. package/es/emptystate/version3/EmptyInstagram.js +8 -7
  83. package/es/emptystate/version3/EmptyInstantmessage.js +8 -7
  84. package/es/emptystate/version3/EmptyInvoice.js +8 -7
  85. package/es/emptystate/version3/EmptyLine.js +8 -7
  86. package/es/emptystate/version3/EmptyMessenger.js +8 -7
  87. package/es/emptystate/version3/EmptyNoData.js +8 -7
  88. package/es/emptystate/version3/EmptyNotification.js +8 -7
  89. package/es/emptystate/version3/EmptyPreference.js +8 -7
  90. package/es/emptystate/version3/EmptyProducts.js +8 -7
  91. package/es/emptystate/version3/EmptyReply.js +8 -7
  92. package/es/emptystate/version3/EmptyReports.js +8 -7
  93. package/es/emptystate/version3/EmptySandbox.js +8 -7
  94. package/es/emptystate/version3/EmptySchedule.js +8 -7
  95. package/es/emptystate/version3/EmptySearch.js +8 -7
  96. package/es/emptystate/version3/EmptySkills.js +8 -7
  97. package/es/emptystate/version3/EmptySla.js +8 -7
  98. package/es/emptystate/version3/EmptySnippet.js +8 -7
  99. package/es/emptystate/version3/EmptyTag.js +8 -7
  100. package/es/emptystate/version3/EmptyTask.js +8 -7
  101. package/es/emptystate/version3/EmptyTeams.js +8 -7
  102. package/es/emptystate/version3/EmptyTelegram.js +8 -7
  103. package/es/emptystate/version3/EmptyTemplate.js +8 -7
  104. package/es/emptystate/version3/EmptyTicket.js +8 -7
  105. package/es/emptystate/version3/EmptyTimeEntry.js +8 -7
  106. package/es/emptystate/version3/EmptyTimeline.js +8 -7
  107. package/es/emptystate/version3/EmptyTopic.js +8 -7
  108. package/es/emptystate/version3/EmptyTwilio.js +8 -7
  109. package/es/emptystate/version3/EmptyWechat.js +8 -7
  110. package/es/emptystate/version3/EmptyWhatsapp.js +8 -7
  111. package/es/emptystate/version3/EmptyZSCKey.js +8 -7
  112. package/es/emptystate/version3/Export.js +8 -7
  113. package/es/emptystate/version3/Extensions.js +8 -7
  114. package/es/emptystate/version3/Extractor.js +8 -7
  115. package/es/emptystate/version3/GCBot.js +8 -7
  116. package/es/emptystate/version3/GCConversation.js +8 -7
  117. package/es/emptystate/version3/Import.js +8 -7
  118. package/es/emptystate/version3/KBBot.js +8 -7
  119. package/es/emptystate/version3/Multilingual.js +8 -7
  120. package/es/emptystate/version3/NetworkError.js +8 -7
  121. package/es/emptystate/version3/Predictor.js +8 -7
  122. package/es/emptystate/version3/ReadRecipients.js +8 -7
  123. package/es/emptystate/version3/SupportPlan.js +8 -7
  124. package/es/emptystate/version3/Variable.js +8 -7
  125. package/es/emptystate/version3/ZiaAnamoly.js +8 -7
  126. package/es/emptystate/version3/__tests__/version3.spec.js +1 -1
  127. package/es/emptystate/version3/index.js +78 -78
  128. package/es/errorstate/index.js +3 -3
  129. package/es/errorstate/version1/EmptyInconvenience.js +9 -8
  130. package/es/errorstate/version1/NoRequestFound.js +9 -8
  131. package/es/errorstate/version1/PageNotFound.js +10 -8
  132. package/es/errorstate/version1/UnableToProcessRequest.js +10 -8
  133. package/es/errorstate/version1/UnauthorizedLogin.js +10 -8
  134. package/es/errorstate/version1/UrlNotFound.js +10 -8
  135. package/es/errorstate/version1/WillBeRightBack.js +10 -8
  136. package/es/errorstate/version1/__tests__/version1.spec.js +1 -1
  137. package/es/errorstate/version1/index.js +7 -7
  138. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +8 -7
  139. package/es/errorstate/version2/EmptyWillBeRightBack.js +8 -7
  140. package/es/errorstate/version2/NotImpossible.js +8 -7
  141. package/es/errorstate/version2/__tests__/version2.spec.js +1 -1
  142. package/es/errorstate/version2/index.js +2 -2
  143. package/es/errorstate/version3/ErrorInconvenience.js +8 -7
  144. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +8 -7
  145. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +8 -7
  146. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +8 -7
  147. package/es/errorstate/version3/ErrorUrlNotFound.js +8 -7
  148. package/es/errorstate/version3/ErrorWillBeRightBack.js +8 -7
  149. package/es/errorstate/version3/__tests__/version3.spec.js +1 -1
  150. package/es/errorstate/version3/index.js +6 -6
  151. package/es/index.js +4 -4
  152. package/es/v1/Loader/Loader.js +5 -5
  153. package/es/v1/SVG/SVG.js +4 -4
  154. package/es/v1/emptystate/version1/EmptyCustomDomain.js +9 -8
  155. package/es/v1/emptystate/version2/EmptyBusinessHoliday.js +9 -8
  156. package/es/v1/emptystate/version2/EmptyBusinessHour.js +9 -8
  157. package/es/v1/emptystate/version2/EmptyFromAddress.js +9 -8
  158. package/es/v1/emptystate/version2/EmptyImportHistory.js +9 -8
  159. package/es/v1/emptystate/version2/EmptyNetwork.js +9 -8
  160. package/es/v1/emptystate/version2/EmptyRecycleBin.js +9 -8
  161. package/es/v1/emptystate/version2/EmptyRoles.js +9 -8
  162. package/es/v1/emptystate/version2/EmptyWebhook.js +9 -8
  163. package/es/v1/emptystate/version2/FailureLog.js +9 -8
  164. package/es/v1/emptystate/version3/AddFolder.js +8 -7
  165. package/es/v1/emptystate/version3/AgentRoom.js +8 -7
  166. package/es/v1/emptystate/version3/Alerts.js +8 -7
  167. package/es/v1/emptystate/version3/AllowListBlockList.js +8 -7
  168. package/es/v1/emptystate/version3/AuditLog.js +8 -7
  169. package/es/v1/emptystate/version3/Bot.js +8 -7
  170. package/es/v1/emptystate/version3/BuildExtension.js +8 -7
  171. package/es/v1/emptystate/version3/BulkActionLog.js +8 -7
  172. package/es/v1/emptystate/version3/BusinessHours.js +8 -7
  173. package/es/v1/emptystate/version3/Company.js +8 -7
  174. package/es/v1/emptystate/version3/Contract.js +8 -7
  175. package/es/v1/emptystate/version3/CustomButton.js +8 -7
  176. package/es/v1/emptystate/version3/CustomModule.js +8 -7
  177. package/es/v1/emptystate/version3/DKIMAuthendication.js +8 -7
  178. package/es/v1/emptystate/version3/DataSharing.js +8 -7
  179. package/es/v1/emptystate/version3/DomainMapping.js +8 -7
  180. package/es/v1/emptystate/version3/EmailFailure.js +8 -7
  181. package/es/v1/emptystate/version3/EmptyAI.js +8 -7
  182. package/es/v1/emptystate/version3/EmptyAPIAuthentication.js +8 -7
  183. package/es/v1/emptystate/version3/EmptyAPIConfiguration.js +8 -7
  184. package/es/v1/emptystate/version3/EmptyAPIDashboard.js +8 -7
  185. package/es/v1/emptystate/version3/EmptyAPIMatrix.js +8 -7
  186. package/es/v1/emptystate/version3/EmptyAccounts.js +8 -7
  187. package/es/v1/emptystate/version3/EmptyActiveCalls.js +8 -7
  188. package/es/v1/emptystate/version3/EmptyActivity.js +8 -7
  189. package/es/v1/emptystate/version3/EmptyAgent.js +8 -7
  190. package/es/v1/emptystate/version3/EmptyAgentQueue.js +8 -7
  191. package/es/v1/emptystate/version3/EmptyAllowList.js +8 -7
  192. package/es/v1/emptystate/version3/EmptyApplechat.js +8 -7
  193. package/es/v1/emptystate/version3/EmptyApproval.js +8 -7
  194. package/es/v1/emptystate/version3/EmptyArchived.js +8 -7
  195. package/es/v1/emptystate/version3/EmptyArticle.js +8 -7
  196. package/es/v1/emptystate/version3/EmptyAsapchat.js +8 -7
  197. package/es/v1/emptystate/version3/EmptyAttach.js +8 -7
  198. package/es/v1/emptystate/version3/EmptyAuthenticationPending.js +8 -7
  199. package/es/v1/emptystate/version3/EmptyBlockList.js +8 -7
  200. package/es/v1/emptystate/version3/EmptyBlueprint.js +8 -7
  201. package/es/v1/emptystate/version3/EmptyCallHistory.js +8 -7
  202. package/es/v1/emptystate/version3/EmptyCanned.js +8 -7
  203. package/es/v1/emptystate/version3/EmptyChat.js +8 -7
  204. package/es/v1/emptystate/version3/EmptyCollision.js +8 -7
  205. package/es/v1/emptystate/version3/EmptyColumn.js +8 -7
  206. package/es/v1/emptystate/version3/EmptyConfigurationPending.js +8 -7
  207. package/es/v1/emptystate/version3/EmptyContact.js +8 -7
  208. package/es/v1/emptystate/version3/EmptyContract.js +8 -7
  209. package/es/v1/emptystate/version3/EmptyConversation.js +8 -7
  210. package/es/v1/emptystate/version3/EmptyCrm.js +8 -7
  211. package/es/v1/emptystate/version3/EmptyCrmNotes.js +8 -7
  212. package/es/v1/emptystate/version3/EmptyCrmPotential.js +8 -7
  213. package/es/v1/emptystate/version3/EmptyCustomerHappiness.js +8 -7
  214. package/es/v1/emptystate/version3/EmptyDashboard.js +8 -7
  215. package/es/v1/emptystate/version3/EmptyDelete.js +8 -7
  216. package/es/v1/emptystate/version3/EmptyDepartment.js +8 -7
  217. package/es/v1/emptystate/version3/EmptyError.js +8 -7
  218. package/es/v1/emptystate/version3/EmptyFeed.js +8 -7
  219. package/es/v1/emptystate/version3/EmptyFieldSearch.js +8 -7
  220. package/es/v1/emptystate/version3/EmptyFollowers.js +8 -7
  221. package/es/v1/emptystate/version3/EmptyFrame.js +8 -7
  222. package/es/v1/emptystate/version3/EmptyHappiness.js +8 -7
  223. package/es/v1/emptystate/version3/EmptyHistory.js +8 -7
  224. package/es/v1/emptystate/version3/EmptyInstagram.js +8 -7
  225. package/es/v1/emptystate/version3/EmptyInstantmessage.js +8 -7
  226. package/es/v1/emptystate/version3/EmptyIntegration.js +8 -7
  227. package/es/v1/emptystate/version3/EmptyInvoice.js +8 -7
  228. package/es/v1/emptystate/version3/EmptyLine.js +8 -7
  229. package/es/v1/emptystate/version3/EmptyMessenger.js +8 -7
  230. package/es/v1/emptystate/version3/EmptyNoData.js +8 -7
  231. package/es/v1/emptystate/version3/EmptyNotification.js +8 -7
  232. package/es/v1/emptystate/version3/EmptyPenguin.js +8 -7
  233. package/es/v1/emptystate/version3/EmptyPreference.js +8 -7
  234. package/es/v1/emptystate/version3/EmptyProducts.js +8 -7
  235. package/es/v1/emptystate/version3/EmptyRecycleBin.js +8 -7
  236. package/es/v1/emptystate/version3/EmptyReply.js +8 -7
  237. package/es/v1/emptystate/version3/EmptyReports.js +8 -7
  238. package/es/v1/emptystate/version3/EmptySandbox.js +8 -7
  239. package/es/v1/emptystate/version3/EmptySchedule.js +8 -7
  240. package/es/v1/emptystate/version3/EmptyScheduledReplies.js +8 -7
  241. package/es/v1/emptystate/version3/EmptySearch.js +8 -7
  242. package/es/v1/emptystate/version3/EmptySearchError.js +8 -7
  243. package/es/v1/emptystate/version3/EmptySkills.js +8 -7
  244. package/es/v1/emptystate/version3/EmptySla.js +8 -7
  245. package/es/v1/emptystate/version3/EmptySnippet.js +8 -7
  246. package/es/v1/emptystate/version3/EmptyStarredDashboards.js +8 -7
  247. package/es/v1/emptystate/version3/EmptyStarredReports.js +8 -7
  248. package/es/v1/emptystate/version3/EmptySync.js +8 -7
  249. package/es/v1/emptystate/version3/EmptyTag.js +8 -7
  250. package/es/v1/emptystate/version3/EmptyTask.js +8 -7
  251. package/es/v1/emptystate/version3/EmptyTeams.js +8 -7
  252. package/es/v1/emptystate/version3/EmptyTelegram.js +8 -7
  253. package/es/v1/emptystate/version3/EmptyTemplate.js +8 -7
  254. package/es/v1/emptystate/version3/EmptyTicket.js +8 -7
  255. package/es/v1/emptystate/version3/EmptyTimeEntry.js +8 -7
  256. package/es/v1/emptystate/version3/EmptyTimeline.js +8 -7
  257. package/es/v1/emptystate/version3/EmptyTopic.js +8 -7
  258. package/es/v1/emptystate/version3/EmptyTrophy.js +8 -7
  259. package/es/v1/emptystate/version3/EmptyTwilio.js +8 -7
  260. package/es/v1/emptystate/version3/EmptyWechat.js +8 -7
  261. package/es/v1/emptystate/version3/EmptyWhatsapp.js +8 -7
  262. package/es/v1/emptystate/version3/EmptyZSCKey.js +8 -7
  263. package/es/v1/emptystate/version3/Export.js +9 -7
  264. package/es/v1/emptystate/version3/Extensions.js +8 -7
  265. package/es/v1/emptystate/version3/Extractor.js +8 -7
  266. package/es/v1/emptystate/version3/FieldList.js +8 -7
  267. package/es/v1/emptystate/version3/FieldPermission.js +8 -7
  268. package/es/v1/emptystate/version3/FieldUpdate.js +8 -7
  269. package/es/v1/emptystate/version3/FromAddress.js +8 -7
  270. package/es/v1/emptystate/version3/GCBot.js +8 -7
  271. package/es/v1/emptystate/version3/GCConversation.js +8 -7
  272. package/es/v1/emptystate/version3/HolidayLists.js +8 -7
  273. package/es/v1/emptystate/version3/Import.js +9 -7
  274. package/es/v1/emptystate/version3/Integrations.js +8 -7
  275. package/es/v1/emptystate/version3/KBBot.js +8 -7
  276. package/es/v1/emptystate/version3/MobileSdk.js +8 -7
  277. package/es/v1/emptystate/version3/MultiLayout.js +8 -7
  278. package/es/v1/emptystate/version3/Multilingual.js +8 -7
  279. package/es/v1/emptystate/version3/MyInformation.js +8 -7
  280. package/es/v1/emptystate/version3/NetworkError.js +8 -7
  281. package/es/v1/emptystate/version3/OtherConfiguration.js +8 -7
  282. package/es/v1/emptystate/version3/PaymentGateway.js +54 -0
  283. package/es/v1/emptystate/version3/PaymentPage.js +58 -0
  284. package/es/v1/emptystate/version3/PortalName.js +8 -7
  285. package/es/v1/emptystate/version3/Predictor.js +8 -7
  286. package/es/v1/emptystate/version3/Preference.js +8 -7
  287. package/es/v1/emptystate/version3/Profile.js +80 -0
  288. package/es/v1/emptystate/version3/ReadRecipients.js +8 -7
  289. package/es/v1/emptystate/version3/RebrandingLogo.js +8 -7
  290. package/es/v1/emptystate/version3/ShareFolder.js +8 -7
  291. package/es/v1/emptystate/version3/SuccessDomain.js +5 -4
  292. package/es/v1/emptystate/version3/SupportEmailAddress.js +8 -7
  293. package/es/v1/emptystate/version3/SupportPlan.js +8 -7
  294. package/es/v1/emptystate/version3/Variable.js +8 -7
  295. package/es/v1/emptystate/version3/WeCom.js +8 -7
  296. package/es/v1/emptystate/version3/Webhook.js +8 -7
  297. package/es/v1/emptystate/version3/ZiaAgent.js +8 -7
  298. package/es/v1/emptystate/version3/ZiaAnamoly.js +8 -7
  299. package/es/v1/errorstate/version1/EmptyInconvenience.js +9 -8
  300. package/es/v1/errorstate/version1/NoRequestFound.js +9 -8
  301. package/es/v1/errorstate/version1/PageNotFound.js +10 -8
  302. package/es/v1/errorstate/version1/UnableToProcessRequest.js +10 -8
  303. package/es/v1/errorstate/version1/UnauthorizedLogin.js +10 -8
  304. package/es/v1/errorstate/version1/UrlNotFound.js +10 -8
  305. package/es/v1/errorstate/version1/WillBeRightBack.js +10 -8
  306. package/es/v1/errorstate/version2/EmptyUnauthorizedLogin.js +8 -7
  307. package/es/v1/errorstate/version2/EmptyWillBeRightBack.js +8 -7
  308. package/es/v1/errorstate/version2/NotImpossible.js +8 -7
  309. package/es/v1/errorstate/version3/ErrorInconvenience.js +8 -7
  310. package/es/v1/errorstate/version3/ErrorOopsSomethingMiss.js +8 -7
  311. package/es/v1/errorstate/version3/ErrorUnableToProcessRequest.js +8 -7
  312. package/es/v1/errorstate/version3/ErrorUnauthorizedLogin.js +8 -7
  313. package/es/v1/errorstate/version3/ErrorUrlNotFound.js +8 -7
  314. package/es/v1/errorstate/version3/ErrorWillBeRightBack.js +8 -7
  315. package/lib/emptystate/version3/EmptyActiveCalls.js +0 -0
  316. package/lib/emptystate/version3/EmptyCallHistory.js +0 -0
  317. package/lib/v1/emptystate/version3/EmptyActiveCalls.js +0 -0
  318. package/lib/v1/emptystate/version3/EmptyCallHistory.js +0 -0
  319. package/lib/v1/emptystate/version3/PaymentGateway.js +74 -0
  320. package/lib/v1/emptystate/version3/PaymentPage.js +78 -0
  321. package/lib/v1/emptystate/version3/Profile.js +99 -0
  322. package/package.json +8 -12
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyReply extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "Reply",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyReply_svg-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyReply_svg-4{fill:var(--zd_emptysvg_plus)}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "Reply"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyReply_svg-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyReply_svg-4{fill:var(--zd_emptysvg_plus)}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M85.42 67.4s41.2-27.13 62.06-19 35.09 76.86-22.89 107.68S40.37 119.89 40.15 108c-.21-11.5 0-38.9 45.27-40.6z",
13
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyReports extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "reports",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyReports_svg__cls-3,.EmptyReports_svg__cls-4,.EmptyReports_svg__cls-5{fill:none}.EmptyReports_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyReports_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyReports_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "reports"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyReports_svg__cls-3,.EmptyReports_svg__cls-4,.EmptyReports_svg__cls-5{fill:none}.EmptyReports_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyReports_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyReports_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  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
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptySandbox extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "emptySandbox",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("g", {
11
+ name: "emptySandbox"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
13
  clipPath: "url(#clip0_18737_19763)"
13
14
  }, /*#__PURE__*/React.createElement("path", {
14
15
  opacity: 0.05,
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptySchedule extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "schedule",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptySchedule_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptySchedule_svg__cls-3,.EmptySchedule_svg__cls-4,.EmptySchedule_svg__cls-5{fill:none}.EmptySchedule_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptySchedule_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptySchedule_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "schedule"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptySchedule_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptySchedule_svg__cls-3,.EmptySchedule_svg__cls-4,.EmptySchedule_svg__cls-5{fill:none}.EmptySchedule_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptySchedule_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptySchedule_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86 66.22a.61.61 0 00.35-.11c2.8-1.83 43.49-28 64.45-19.75 21.71 8.55 36.53 80.46-23.83 112.73s-87.67-37.92-87.9-50.36c-.22-12.02 0-40.65 46.93-42.51z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptySearch extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "search",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptySearch_svg__cls-4,.EmptySearch_svg__cls-5,.EmptySearch_svg__cls-6,.EmptySearch_svg__cls-7,.EmptySearch_svg__cls-8{fill:none}.EmptySearch_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptySearch_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptySearch_svg__cls-5,.EmptySearch_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptySearch_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptySearch_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "search"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptySearch_svg__cls-4,.EmptySearch_svg__cls-5,.EmptySearch_svg__cls-6,.EmptySearch_svg__cls-7,.EmptySearch_svg__cls-8{fill:none}.EmptySearch_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptySearch_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptySearch_svg__cls-5,.EmptySearch_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptySearch_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptySearch_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
12
13
  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
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptySkills extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "search",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("style", null, '.EmptySkills_svg__st2,.EmptySkills_svg__st4{fill:none;stroke:var(--zd_emptysvg_tiny_circle);stroke-miterlimit:10}.EmptySkills_svg__st4{stroke:var(--zd_emptysvg_cross)}.EmptySkills_svg__st3{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptySkills_svg__st7{opacity:.25}.EmptySkills_svg__st9{fill:none;stroke:var(--zd_emptysvg_primary_fill);stroke-width:.5;stroke-miterlimit:10}'), /*#__PURE__*/React.createElement("path", {
11
+ name: "search"
12
+ }, this.props), /*#__PURE__*/React.createElement("style", null, '.EmptySkills_svg__st2,.EmptySkills_svg__st4{fill:none;stroke:var(--zd_emptysvg_tiny_circle);stroke-miterlimit:10}.EmptySkills_svg__st4{stroke:var(--zd_emptysvg_cross)}.EmptySkills_svg__st3{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptySkills_svg__st7{opacity:.25}.EmptySkills_svg__st9{fill:none;stroke:var(--zd_emptysvg_primary_fill);stroke-width:.5;stroke-miterlimit:10}'), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M86.5 62.5s46.9-30.9 70.7-21.5 40 87.4-26.1 122.4-95.9-41.2-96.1-54.7c-.3-13.1 0-44.3 51.5-46.2z",
13
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptySla extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "Sla",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptySla_svg-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptySla_svg-4{fill:var(--zd_emptysvg_plus)}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "Sla"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptySla_svg-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptySla_svg-4{fill:var(--zd_emptysvg_plus)}')), /*#__PURE__*/React.createElement("path", {
12
13
  d: "M88.4 67.4s41.2-27.13 62.06-19 35.09 76.86-22.89 107.68S43.36 119.89 43.13 108c-.21-11.5 0-38.9 45.27-40.6z",
13
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptySnippet extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "snippet",
10
- ...this.props
11
- }, /*#__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", {
11
+ name: "snippet"
12
+ }, 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
13
  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
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyTag extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "tag",
10
- ...this.props
11
- }, /*#__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", {
11
+ name: "tag"
12
+ }, 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
13
  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
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyTask extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "task",
10
- ...this.props
11
- }, /*#__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", {
11
+ name: "task"
12
+ }, 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
13
  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
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyTeams extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "team",
10
- ...this.props
11
- }, /*#__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", {
11
+ name: "team"
12
+ }, 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
13
  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
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyTelegram extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "emptyTelegram",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("g", {
11
+ name: "emptyTelegram"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
13
  clipPath: "url(#telegram_svg__a)"
13
14
  }, /*#__PURE__*/React.createElement("path", {
14
15
  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",
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyTemplate extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "accounts",
10
- ...this.props
11
- }, /*#__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", {
11
+ name: "accounts"
12
+ }, 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
13
  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
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyTicket extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "ticket",
10
- ...this.props
11
- }, /*#__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", {
11
+ name: "ticket"
12
+ }, 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
13
  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
14
  opacity: 0.05,
14
15
  fill: "var(--zd_emptysvg_primary_fill)"
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyTimeEntry extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "timeEntry",
10
- ...this.props
11
- }, /*#__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", {
11
+ name: "timeEntry"
12
+ }, 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
13
  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
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyTimeline extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "timeline",
10
- ...this.props
11
- }, /*#__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", {
11
+ name: "timeline"
12
+ }, 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
13
  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
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyTopic extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "topic",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyTopic_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTopic_svg__cls-4,.EmptyTopic_svg__cls-5,.EmptyTopic_svg__cls-6,.EmptyTopic_svg__cls-8,.EmptyTopic_svg__cls-9,.EmptyTopic_svg__cls-10{fill:none}.EmptyTopic_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTopic_svg__cls-9{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTopic_svg__cls-5{stroke:var(--zd_emptysvg_plus)}.EmptyTopic_svg__cls-5,.EmptyTopic_svg__cls-6,.EmptyTopic_svg__cls-8{stroke-linecap:round;stroke-linejoin:round}.EmptyTopic_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTopic_svg__cls-10{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}.EmptyTopic_svg__cls-8{stroke:var(--zd_emptysvg_primary_stroke);stroke-width:1.5px}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "topic"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyTopic_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTopic_svg__cls-4,.EmptyTopic_svg__cls-5,.EmptyTopic_svg__cls-6,.EmptyTopic_svg__cls-8,.EmptyTopic_svg__cls-9,.EmptyTopic_svg__cls-10{fill:none}.EmptyTopic_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTopic_svg__cls-9{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTopic_svg__cls-5{stroke:var(--zd_emptysvg_plus)}.EmptyTopic_svg__cls-5,.EmptyTopic_svg__cls-6,.EmptyTopic_svg__cls-8{stroke-linecap:round;stroke-linejoin:round}.EmptyTopic_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTopic_svg__cls-10{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}.EmptyTopic_svg__cls-8{stroke:var(--zd_emptysvg_primary_stroke);stroke-width:1.5px}')), /*#__PURE__*/React.createElement("path", {
12
13
  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
14
  fill: "var(--zd_emptysvg_primary_fill)",
14
15
  opacity: 0.05
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyTwilio extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "emptyTwilio",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("g", {
11
+ name: "emptyTwilio"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
13
  clipPath: "url(#twilio_svg__a)"
13
14
  }, /*#__PURE__*/React.createElement("path", {
14
15
  opacity: 0.8,
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyWechat extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "emptyWechat",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("g", {
11
+ name: "emptyWechat"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
13
  clipPath: "url(#wechat_svg__a)"
13
14
  }, /*#__PURE__*/React.createElement("path", {
14
15
  opacity: 0.8,
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class EmptyWhatsapp extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "emptyWhatsapp",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("g", {
11
+ name: "emptyWhatsapp"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
13
  clipPath: "url(#whatsapp_svg__a)"
13
14
  }, /*#__PURE__*/React.createElement("path", {
14
15
  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",
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "../props/propTypes";
3
- import { EmptyStateDefaultProps } from "../props/defaultProps";
4
- import SVG from "../../SVG/SVG";
4
+ import { EmptyStateProps } from '../props/propTypes';
5
+ import { EmptyStateDefaultProps } from '../props/defaultProps';
6
+ import SVG from '../../SVG/SVG';
5
7
  export default class EmptyZSCKey extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 500 500",
9
- name: "emptyZSCKey",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("g", {
11
+ name: "emptyZSCKey"
12
+ }, this.props), /*#__PURE__*/React.createElement("g", {
12
13
  clipPath: "url(#ZSCKey_svg__a)"
13
14
  }, /*#__PURE__*/React.createElement("path", {
14
15
  opacity: 0.1,
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class Export extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "export",
10
- ...this.props
11
- }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.cls-2{fill:var(--zd_emptysvg_plus)}.cls-3{fill:var(--zd_emptysvg_medium_circle)}.cls-4{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
11
+ name: "export"
12
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.cls-2{fill:var(--zd_emptysvg_plus)}.cls-3{fill:var(--zd_emptysvg_medium_circle)}.cls-4{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
12
13
  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",
13
14
  style: {
14
15
  fill: 'var(--zd_emptysvg_primary_fill)',
@@ -1,14 +1,15 @@
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
+
1
3
  import React from 'react';
2
- import { EmptyStateProps } from "./../props/propTypes";
3
- import { EmptyStateDefaultProps } from "./../props/defaultProps";
4
- import SVG from "./../../SVG/SVG";
4
+ import { EmptyStateProps } from './../props/propTypes';
5
+ import { EmptyStateDefaultProps } from './../props/defaultProps';
6
+ import SVG from './../../SVG/SVG';
5
7
  export default class Extensions extends React.Component {
6
8
  render() {
7
- return /*#__PURE__*/React.createElement(SVG, {
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
8
10
  viewBox: "0 0 200 200",
9
- name: "extensions",
10
- ...this.props
11
- }, /*#__PURE__*/React.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.createElement("path", {
11
+ name: "extensions"
12
+ }, this.props), /*#__PURE__*/React.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.createElement("path", {
12
13
  className: "Extensions_svg__st1",
13
14
  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"
14
15
  }), /*#__PURE__*/React.createElement("path", {