@zohodesk/svg 1.0.0-beta.35

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 (381) hide show
  1. package/README.md +145 -0
  2. package/build/Unusedfiles.json +1 -0
  3. package/es/Provider.js +140 -0
  4. package/es/index.js +9 -0
  5. package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  6. package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  7. package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  8. package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  9. package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  10. package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  11. package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  12. package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  13. package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  14. package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  15. package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  16. package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  17. package/es/svg/EmptyAccounts.js +101 -0
  18. package/es/svg/EmptyActiveCalls.js +72 -0
  19. package/es/svg/EmptyActivity.js +72 -0
  20. package/es/svg/EmptyAgent.js +72 -0
  21. package/es/svg/EmptyAgentQueue.js +78 -0
  22. package/es/svg/EmptyApproval.js +78 -0
  23. package/es/svg/EmptyArchived.js +80 -0
  24. package/es/svg/EmptyAttach.js +72 -0
  25. package/es/svg/EmptyBlueprint.js +87 -0
  26. package/es/svg/EmptyBusinessHoliday.js +39 -0
  27. package/es/svg/EmptyBusinessHour.js +39 -0
  28. package/es/svg/EmptyCallHistory.js +74 -0
  29. package/es/svg/EmptyCollision.js +72 -0
  30. package/es/svg/EmptyColumn.js +78 -0
  31. package/es/svg/EmptyContact.js +72 -0
  32. package/es/svg/EmptyContract.js +68 -0
  33. package/es/svg/EmptyConversation.js +72 -0
  34. package/es/svg/EmptyCrm.js +72 -0
  35. package/es/svg/EmptyCrmNotes.js +83 -0
  36. package/es/svg/EmptyCrmPotential.js +86 -0
  37. package/es/svg/EmptyCustomDomain.js +39 -0
  38. package/es/svg/EmptyDashboard.js +78 -0
  39. package/es/svg/EmptyDepartment.js +72 -0
  40. package/es/svg/EmptyError.js +94 -0
  41. package/es/svg/EmptyFeed.js +75 -0
  42. package/es/svg/EmptyFollowers.js +73 -0
  43. package/es/svg/EmptyFrame.js +71 -0
  44. package/es/svg/EmptyFromAddress.js +39 -0
  45. package/es/svg/EmptyHappiness.js +72 -0
  46. package/es/svg/EmptyHistory.js +72 -0
  47. package/es/svg/EmptyImportHistory.js +39 -0
  48. package/es/svg/EmptyInconvenience.js +42 -0
  49. package/es/svg/EmptyInvoice.js +77 -0
  50. package/es/svg/EmptyNetwork.js +39 -0
  51. package/es/svg/EmptyNotification.js +72 -0
  52. package/es/svg/EmptyProducts.js +75 -0
  53. package/es/svg/EmptyRecycleBin.js +39 -0
  54. package/es/svg/EmptyReply.js +67 -0
  55. package/es/svg/EmptyReports.js +78 -0
  56. package/es/svg/EmptyRoles.js +39 -0
  57. package/es/svg/EmptySchedule.js +114 -0
  58. package/es/svg/EmptySearch.js +82 -0
  59. package/es/svg/EmptySkills.js +120 -0
  60. package/es/svg/EmptySla.js +67 -0
  61. package/es/svg/EmptySnippet.js +82 -0
  62. package/es/svg/EmptyStateVariables.module.css +39 -0
  63. package/es/svg/EmptyTag.js +75 -0
  64. package/es/svg/EmptyTask.js +88 -0
  65. package/es/svg/EmptyTeams.js +72 -0
  66. package/es/svg/EmptyTemplate.js +84 -0
  67. package/es/svg/EmptyTicket.js +75 -0
  68. package/es/svg/EmptyTimeEntry.js +78 -0
  69. package/es/svg/EmptyTimeline.js +72 -0
  70. package/es/svg/EmptyTopic.js +78 -0
  71. package/es/svg/EmptyUnauthorizedLogin.js +47 -0
  72. package/es/svg/EmptyWebhook.js +39 -0
  73. package/es/svg/EmptyWillBeRightBack.js +42 -0
  74. package/es/svg/ErrorInconvenience.js +113 -0
  75. package/es/svg/ErrorOopsSomethingMiss.js +114 -0
  76. package/es/svg/ErrorUnableToProcessRequest.js +114 -0
  77. package/es/svg/ErrorUnauthorizedLogin.js +113 -0
  78. package/es/svg/ErrorUrlNotFound.js +114 -0
  79. package/es/svg/ErrorWillBeRightBack.js +113 -0
  80. package/es/svg/Extractor.js +66 -0
  81. package/es/svg/FailureLog.js +39 -0
  82. package/es/svg/Import.js +82 -0
  83. package/es/svg/Loader.js +64 -0
  84. package/es/svg/NoRequestFound.js +42 -0
  85. package/es/svg/NotImpossible.js +79 -0
  86. package/es/svg/PageNotFound.js +43 -0
  87. package/es/svg/Predictor.js +73 -0
  88. package/es/svg/SVG.js +78 -0
  89. package/es/svg/SVG.module.css +26 -0
  90. package/es/svg/SvgLoader.js +28 -0
  91. package/es/svg/UnableToProcessRequest.js +43 -0
  92. package/es/svg/UnauthorizedLogin.js +43 -0
  93. package/es/svg/UrlNotFound.js +43 -0
  94. package/es/svg/WillBeRightBack.js +43 -0
  95. package/es/svg/ZiaAnamoly.js +67 -0
  96. package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +40 -0
  97. package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +42 -0
  98. package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +45 -0
  99. package/es/svg/deprecated/21_07_2021/InvalidUrl.js +717 -0
  100. package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
  101. package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
  102. package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
  103. package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
  104. package/es/svg/docs/SVG__common.docs.js +49 -0
  105. package/es/svg/docs/SVG__default.docs.js +327 -0
  106. package/es/svg/docs/SVG__errorstate.docs.js +74 -0
  107. package/es/svg/docs/SVGdocstyle.module.css +8 -0
  108. package/es/svg/images/EmptyBusinessHoliday.svg +50 -0
  109. package/es/svg/images/EmptyBusinessHour.svg +42 -0
  110. package/es/svg/images/EmptyContactInfo.svg +27 -0
  111. package/es/svg/images/EmptyCustomDomain.svg +85 -0
  112. package/es/svg/images/EmptyFilter.svg +62 -0
  113. package/es/svg/images/EmptyFromAddress.svg +41 -0
  114. package/es/svg/images/EmptyImportHistory.svg +43 -0
  115. package/es/svg/images/EmptyNetwork.svg +50 -0
  116. package/es/svg/images/EmptyRecycleBin.svg +58 -0
  117. package/es/svg/images/EmptyRoles.svg +30 -0
  118. package/es/svg/images/EmptySkills.svg +83 -0
  119. package/es/svg/images/EmptyWebhook.svg +44 -0
  120. package/es/svg/images/FailureLog.svg +46 -0
  121. package/es/svg/images/Inconvenience.svg +719 -0
  122. package/es/svg/images/NoRequestFound.svg +247 -0
  123. package/es/svg/images/PageNotFound.svg +405 -0
  124. package/es/svg/images/ReguestUrlNotFound.svg +267 -0
  125. package/es/svg/images/UnableToProcess.svg +752 -0
  126. package/es/svg/images/UnauthorizedLogin.svg +1047 -0
  127. package/es/svg/images/WillBack.svg +633 -0
  128. package/es/svg/utils.js +14 -0
  129. package/lib/Provider.js +213 -0
  130. package/lib/index.js +73 -0
  131. package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  132. package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  133. package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  134. package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  135. package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  136. package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  137. package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  138. package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  139. package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  140. package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  141. package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  142. package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  143. package/lib/svg/EmptyAccounts.js +151 -0
  144. package/lib/svg/EmptyActiveCalls.js +122 -0
  145. package/lib/svg/EmptyActivity.js +122 -0
  146. package/lib/svg/EmptyAgent.js +122 -0
  147. package/lib/svg/EmptyAgentQueue.js +128 -0
  148. package/lib/svg/EmptyApproval.js +128 -0
  149. package/lib/svg/EmptyArchived.js +130 -0
  150. package/lib/svg/EmptyAttach.js +122 -0
  151. package/lib/svg/EmptyBlueprint.js +137 -0
  152. package/lib/svg/EmptyBusinessHoliday.js +90 -0
  153. package/lib/svg/EmptyBusinessHour.js +90 -0
  154. package/lib/svg/EmptyCallHistory.js +124 -0
  155. package/lib/svg/EmptyCollision.js +122 -0
  156. package/lib/svg/EmptyColumn.js +128 -0
  157. package/lib/svg/EmptyContact.js +122 -0
  158. package/lib/svg/EmptyContract.js +118 -0
  159. package/lib/svg/EmptyConversation.js +122 -0
  160. package/lib/svg/EmptyCrm.js +122 -0
  161. package/lib/svg/EmptyCrmNotes.js +133 -0
  162. package/lib/svg/EmptyCrmPotential.js +136 -0
  163. package/lib/svg/EmptyCustomDomain.js +90 -0
  164. package/lib/svg/EmptyDashboard.js +128 -0
  165. package/lib/svg/EmptyDepartment.js +122 -0
  166. package/lib/svg/EmptyError.js +144 -0
  167. package/lib/svg/EmptyFeed.js +125 -0
  168. package/lib/svg/EmptyFollowers.js +123 -0
  169. package/lib/svg/EmptyFrame.js +121 -0
  170. package/lib/svg/EmptyFromAddress.js +90 -0
  171. package/lib/svg/EmptyHappiness.js +122 -0
  172. package/lib/svg/EmptyHistory.js +122 -0
  173. package/lib/svg/EmptyImportHistory.js +90 -0
  174. package/lib/svg/EmptyInconvenience.js +91 -0
  175. package/lib/svg/EmptyInvoice.js +127 -0
  176. package/lib/svg/EmptyNetwork.js +90 -0
  177. package/lib/svg/EmptyNotification.js +122 -0
  178. package/lib/svg/EmptyProducts.js +125 -0
  179. package/lib/svg/EmptyRecycleBin.js +90 -0
  180. package/lib/svg/EmptyReply.js +117 -0
  181. package/lib/svg/EmptyReports.js +128 -0
  182. package/lib/svg/EmptyRoles.js +90 -0
  183. package/lib/svg/EmptySchedule.js +164 -0
  184. package/lib/svg/EmptySearch.js +132 -0
  185. package/lib/svg/EmptySkills.js +170 -0
  186. package/lib/svg/EmptySla.js +117 -0
  187. package/lib/svg/EmptySnippet.js +132 -0
  188. package/lib/svg/EmptyStateVariables.module.css +39 -0
  189. package/lib/svg/EmptyTag.js +125 -0
  190. package/lib/svg/EmptyTask.js +138 -0
  191. package/lib/svg/EmptyTeams.js +122 -0
  192. package/lib/svg/EmptyTemplate.js +134 -0
  193. package/lib/svg/EmptyTicket.js +125 -0
  194. package/lib/svg/EmptyTimeEntry.js +128 -0
  195. package/lib/svg/EmptyTimeline.js +122 -0
  196. package/lib/svg/EmptyTopic.js +128 -0
  197. package/lib/svg/EmptyUnauthorizedLogin.js +97 -0
  198. package/lib/svg/EmptyWebhook.js +90 -0
  199. package/lib/svg/EmptyWillBeRightBack.js +92 -0
  200. package/lib/svg/ErrorInconvenience.js +163 -0
  201. package/lib/svg/ErrorOopsSomethingMiss.js +164 -0
  202. package/lib/svg/ErrorUnableToProcessRequest.js +164 -0
  203. package/lib/svg/ErrorUnauthorizedLogin.js +163 -0
  204. package/lib/svg/ErrorUrlNotFound.js +164 -0
  205. package/lib/svg/ErrorWillBeRightBack.js +163 -0
  206. package/lib/svg/Extractor.js +116 -0
  207. package/lib/svg/FailureLog.js +90 -0
  208. package/lib/svg/Import.js +132 -0
  209. package/lib/svg/Loader.js +113 -0
  210. package/lib/svg/NoRequestFound.js +91 -0
  211. package/lib/svg/NotImpossible.js +129 -0
  212. package/lib/svg/PageNotFound.js +92 -0
  213. package/lib/svg/Predictor.js +123 -0
  214. package/lib/svg/SVG.js +128 -0
  215. package/lib/svg/SVG.module.css +26 -0
  216. package/lib/svg/SvgLoader.js +66 -0
  217. package/lib/svg/UnableToProcessRequest.js +92 -0
  218. package/lib/svg/UnauthorizedLogin.js +92 -0
  219. package/lib/svg/UrlNotFound.js +92 -0
  220. package/lib/svg/WillBeRightBack.js +92 -0
  221. package/lib/svg/ZiaAnamoly.js +117 -0
  222. package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +90 -0
  223. package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +92 -0
  224. package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +95 -0
  225. package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +765 -0
  226. package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
  227. package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
  228. package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
  229. package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
  230. package/lib/svg/docs/SVG__common.docs.js +98 -0
  231. package/lib/svg/docs/SVG__default.docs.js +435 -0
  232. package/lib/svg/docs/SVG__errorstate.docs.js +129 -0
  233. package/lib/svg/docs/SVGdocstyle.module.css +8 -0
  234. package/lib/svg/images/EmptyBusinessHoliday.svg +50 -0
  235. package/lib/svg/images/EmptyBusinessHour.svg +42 -0
  236. package/lib/svg/images/EmptyContactInfo.svg +27 -0
  237. package/lib/svg/images/EmptyCustomDomain.svg +85 -0
  238. package/lib/svg/images/EmptyFilter.svg +62 -0
  239. package/lib/svg/images/EmptyFromAddress.svg +41 -0
  240. package/lib/svg/images/EmptyImportHistory.svg +43 -0
  241. package/lib/svg/images/EmptyNetwork.svg +50 -0
  242. package/lib/svg/images/EmptyRecycleBin.svg +58 -0
  243. package/lib/svg/images/EmptyRoles.svg +30 -0
  244. package/lib/svg/images/EmptySkills.svg +83 -0
  245. package/lib/svg/images/EmptyWebhook.svg +44 -0
  246. package/lib/svg/images/FailureLog.svg +46 -0
  247. package/lib/svg/images/Inconvenience.svg +719 -0
  248. package/lib/svg/images/NoRequestFound.svg +247 -0
  249. package/lib/svg/images/PageNotFound.svg +405 -0
  250. package/lib/svg/images/ReguestUrlNotFound.svg +267 -0
  251. package/lib/svg/images/UnableToProcess.svg +752 -0
  252. package/lib/svg/images/UnauthorizedLogin.svg +1047 -0
  253. package/lib/svg/images/WillBack.svg +633 -0
  254. package/lib/svg/utils.js +26 -0
  255. package/package.json +49 -0
  256. package/src/Provider.js +141 -0
  257. package/src/index.js +10 -0
  258. package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  259. package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  260. package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  261. package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  262. package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  263. package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  264. package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  265. package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  266. package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  267. package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  268. package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  269. package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  270. package/src/svg/EmptyAccounts.js +121 -0
  271. package/src/svg/EmptyActiveCalls.js +85 -0
  272. package/src/svg/EmptyActivity.js +85 -0
  273. package/src/svg/EmptyAgent.js +85 -0
  274. package/src/svg/EmptyAgentQueue.js +94 -0
  275. package/src/svg/EmptyApproval.js +85 -0
  276. package/src/svg/EmptyArchived.js +94 -0
  277. package/src/svg/EmptyAttach.js +85 -0
  278. package/src/svg/EmptyBlueprint.js +106 -0
  279. package/src/svg/EmptyBusinessHoliday.js +34 -0
  280. package/src/svg/EmptyBusinessHour.js +34 -0
  281. package/src/svg/EmptyCallHistory.js +82 -0
  282. package/src/svg/EmptyCollision.js +85 -0
  283. package/src/svg/EmptyColumn.js +91 -0
  284. package/src/svg/EmptyContact.js +85 -0
  285. package/src/svg/EmptyContract.js +81 -0
  286. package/src/svg/EmptyConversation.js +85 -0
  287. package/src/svg/EmptyCrm.js +84 -0
  288. package/src/svg/EmptyCrmNotes.js +96 -0
  289. package/src/svg/EmptyCrmPotential.js +100 -0
  290. package/src/svg/EmptyCustomDomain.js +33 -0
  291. package/src/svg/EmptyDashboard.js +90 -0
  292. package/src/svg/EmptyDepartment.js +87 -0
  293. package/src/svg/EmptyError.js +42 -0
  294. package/src/svg/EmptyFeed.js +87 -0
  295. package/src/svg/EmptyFollowers.js +85 -0
  296. package/src/svg/EmptyFrame.js +83 -0
  297. package/src/svg/EmptyFromAddress.js +32 -0
  298. package/src/svg/EmptyHappiness.js +85 -0
  299. package/src/svg/EmptyHistory.js +84 -0
  300. package/src/svg/EmptyImportHistory.js +32 -0
  301. package/src/svg/EmptyInconvenience.js +37 -0
  302. package/src/svg/EmptyInvoice.js +90 -0
  303. package/src/svg/EmptyNetwork.js +32 -0
  304. package/src/svg/EmptyNotification.js +84 -0
  305. package/src/svg/EmptyProducts.js +88 -0
  306. package/src/svg/EmptyRecycleBin.js +32 -0
  307. package/src/svg/EmptyReply.js +81 -0
  308. package/src/svg/EmptyReports.js +90 -0
  309. package/src/svg/EmptyRoles.js +32 -0
  310. package/src/svg/EmptySchedule.js +131 -0
  311. package/src/svg/EmptySearch.js +95 -0
  312. package/src/svg/EmptySkills.js +116 -0
  313. package/src/svg/EmptySla.js +81 -0
  314. package/src/svg/EmptySnippet.js +96 -0
  315. package/src/svg/EmptyStateVariables.module.css +39 -0
  316. package/src/svg/EmptyTag.js +88 -0
  317. package/src/svg/EmptyTask.js +97 -0
  318. package/src/svg/EmptyTeams.js +85 -0
  319. package/src/svg/EmptyTemplate.js +88 -0
  320. package/src/svg/EmptyTicket.js +88 -0
  321. package/src/svg/EmptyTimeEntry.js +91 -0
  322. package/src/svg/EmptyTimeline.js +85 -0
  323. package/src/svg/EmptyTopic.js +92 -0
  324. package/src/svg/EmptyUnauthorizedLogin.js +44 -0
  325. package/src/svg/EmptyWebhook.js +32 -0
  326. package/src/svg/EmptyWillBeRightBack.js +44 -0
  327. package/src/svg/ErrorInconvenience.js +128 -0
  328. package/src/svg/ErrorOopsSomethingMiss.js +128 -0
  329. package/src/svg/ErrorUnableToProcessRequest.js +128 -0
  330. package/src/svg/ErrorUnauthorizedLogin.js +127 -0
  331. package/src/svg/ErrorUrlNotFound.js +128 -0
  332. package/src/svg/ErrorWillBeRightBack.js +127 -0
  333. package/src/svg/Extractor.js +76 -0
  334. package/src/svg/FailureLog.js +32 -0
  335. package/src/svg/Import.js +85 -0
  336. package/src/svg/Loader.js +73 -0
  337. package/src/svg/NoRequestFound.js +37 -0
  338. package/src/svg/NotImpossible.js +80 -0
  339. package/src/svg/PageNotFound.js +38 -0
  340. package/src/svg/Predictor.js +78 -0
  341. package/src/svg/SVG.js +107 -0
  342. package/src/svg/SVG.module.css +26 -0
  343. package/src/svg/SvgLoader.js +21 -0
  344. package/src/svg/UnableToProcessRequest.js +37 -0
  345. package/src/svg/UnauthorizedLogin.js +37 -0
  346. package/src/svg/UrlNotFound.js +37 -0
  347. package/src/svg/WillBeRightBack.js +37 -0
  348. package/src/svg/ZiaAnamoly.js +76 -0
  349. package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +39 -0
  350. package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +41 -0
  351. package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +48 -0
  352. package/src/svg/deprecated/21_07_2021/InvalidUrl.js +756 -0
  353. package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
  354. package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
  355. package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
  356. package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
  357. package/src/svg/docs/SVG__common.docs.js +47 -0
  358. package/src/svg/docs/SVG__default.docs.js +233 -0
  359. package/src/svg/docs/SVG__errorstate.docs.js +75 -0
  360. package/src/svg/docs/SVGdocstyle.module.css +8 -0
  361. package/src/svg/images/EmptyBusinessHoliday.svg +50 -0
  362. package/src/svg/images/EmptyBusinessHour.svg +42 -0
  363. package/src/svg/images/EmptyContactInfo.svg +27 -0
  364. package/src/svg/images/EmptyCustomDomain.svg +85 -0
  365. package/src/svg/images/EmptyFilter.svg +62 -0
  366. package/src/svg/images/EmptyFromAddress.svg +41 -0
  367. package/src/svg/images/EmptyImportHistory.svg +43 -0
  368. package/src/svg/images/EmptyNetwork.svg +50 -0
  369. package/src/svg/images/EmptyRecycleBin.svg +58 -0
  370. package/src/svg/images/EmptyRoles.svg +30 -0
  371. package/src/svg/images/EmptySkills.svg +83 -0
  372. package/src/svg/images/EmptyWebhook.svg +44 -0
  373. package/src/svg/images/FailureLog.svg +46 -0
  374. package/src/svg/images/Inconvenience.svg +719 -0
  375. package/src/svg/images/NoRequestFound.svg +247 -0
  376. package/src/svg/images/PageNotFound.svg +405 -0
  377. package/src/svg/images/ReguestUrlNotFound.svg +267 -0
  378. package/src/svg/images/UnableToProcess.svg +752 -0
  379. package/src/svg/images/UnauthorizedLogin.svg +1047 -0
  380. package/src/svg/images/WillBack.svg +633 -0
  381. package/src/svg/utils.js +15 -0
@@ -0,0 +1,128 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _SVG = _interopRequireDefault(require("./SVG"));
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
+
18
+ function _extends() { _extends = Object.assign || 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); }
19
+
20
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
21
+
22
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23
+
24
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
25
+
26
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
+
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
+
30
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
+
32
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
33
+
34
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
+
36
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
+
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
+
40
+ var EmptyTopic = /*#__PURE__*/function (_React$Component) {
41
+ _inherits(EmptyTopic, _React$Component);
42
+
43
+ var _super = _createSuper(EmptyTopic);
44
+
45
+ function EmptyTopic() {
46
+ _classCallCheck(this, EmptyTopic);
47
+
48
+ return _super.apply(this, arguments);
49
+ }
50
+
51
+ _createClass(EmptyTopic, [{
52
+ key: "render",
53
+ value: function render() {
54
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
55
+ viewBox: "0 0 200 200",
56
+ name: "topic"
57
+ }, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].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["default"].createElement("path", {
58
+ 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",
59
+ fill: "var(--zd_emptysvg_primary_fill)",
60
+ opacity: 0.05
61
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
62
+ cx: 156.04,
63
+ cy: 31.69,
64
+ rx: 3.54,
65
+ ry: 3.51,
66
+ strokeMiterlimit: 10,
67
+ stroke: "var(--zd_emptysvg_medium_circle)",
68
+ fill: "none"
69
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
70
+ className: "EmptyTopic_svg__cls-4",
71
+ cx: 79.62,
72
+ cy: 29.6,
73
+ rx: 2.12,
74
+ ry: 2.1
75
+ }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ className: "EmptyTopic_svg__cls-5",
77
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
78
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
79
+ className: "EmptyTopic_svg__cls-10",
80
+ cx: 165.88,
81
+ cy: 154.09,
82
+ rx: 2.45,
83
+ ry: 2.43
84
+ }), /*#__PURE__*/_react["default"].createElement("path", {
85
+ className: "EmptyTopic_svg__cls-9",
86
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
87
+ }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ className: "EmptyTopic_svg__cls-6",
89
+ d: "M162.4 81.28c-7.8-.17-14.74-.79-16.33-2.38-7-7 .57-3.47 1.19-1.65s-20.84 62.14-27.82 65c-4.63 1.89-4.16-2.67-3.16-5.89a.91.91 0 011.78.22c.15 2.65-.4 6.07-4.16 6.07-5.89 0-67.18-16.94-72.47-18.4a.62.62 0 01-.44-.48c-.33-1.65-1.54-8.19.08-8.37 1.84-.2 71.76 17.13 73.18 17.29 2.62.31 5.44-1.07 7-5.49S141.4 78.81 142 77.38v-.06c.24-.41 3-5.37-2.69-7.91-6-2.64-59.09-8.34-59.5-9.76s7.6-1.42 5.24 5.09-9.52-.62-9.28-1.82 5.91 1.36 4.78 5.62-8.91 2.73-8.75.32 6.4 1.2 4.62 4.57-8.34 1.29-8-.56 6.64 1.93 5.27 5.22-9 1.69-9-.48 7 0 5.34 4.49a3.85 3.85 0 01-7.12.73c-.65-2 4.53-2.57 3.8 3s-6.88 3.29-7 1.44 4-2.41 4 3.78-7.78-.24-7.37-1 6-.16 4 5.14-8.59 2.89-8.34-.64 6.63.88 4.21 6.66-8 .4-7.86-1 6.16.48 3.89 6.18-9.8.08-9.23-.88 7-1 3.72 4.65-9.8.73-9-1.52c.46-1.25 6.6.86 12 3a75.78 75.78 0 0027.62 5.44c8.18 0 16.65-1.33 20.37-6.26 9-11.92 15.62-11.07 19.67-17.55s1.09-18.07-11.58-16S92 90 92.54 94s-1.36 7.89-2.54 8.73-1.36 3.19-.51 3.86A16.39 16.39 0 0094.4 109c1.19.17 3.58-2.51 3.49-2.78s-5.64-4.63-6-4 5.3 3.15 6.62 2.89 1.59-1.49 2.64-2-3.35-1.55-3.88-2.44 5.82-10.23 6.88-12 1-3.68-.17-2.89-1.24 4.64.26 5.25 1.85 1.22 3.44.61 1.32-3.15.26-2.62-7.84 10.84-7.84 10.84"
90
+ }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ className: "EmptyTopic_svg__cls-7",
92
+ d: "M97.92 106.17c-.2.26-2 2.51-3.47 2.75s-4.38-2-4.85-2.3l-.11-.11a2.74 2.74 0 01.22-3.5s3.56-3 2.88-9c0 0-2.13-13.83 13.17-16.8s15.58 14.48 10.15 18-12.43 4.69-15.86 8.89z"
93
+ }), /*#__PURE__*/_react["default"].createElement("path", {
94
+ className: "EmptyTopic_svg__cls-8",
95
+ d: "M120.76 93.55l2.23.95M123.37 82.52l4.03-1.08M116.9 73.63l1.51-2.04M102.25 73.63l-1.57-3.39M91.92 82.52l-2.48-.5"
96
+ }), /*#__PURE__*/_react["default"].createElement("path", {
97
+ className: "EmptyTopic_svg__cls-7",
98
+ d: "M42.1 124.6a.61.61 0 01-.45-.48c-.33-1.72-1.55-8.6.07-8.33 1.83.3 70.68 16.69 72.85 17.21h.11c.62 0 6 .07 7-5.47S140.9 81.65 143.49 76a.62.62 0 01.92-.25l2.72 1.84a.63.63 0 01.25.68c-1.43 4.89-15 50.45-27.51 64.23a.7.7 0 01-.19.15 3.06 3.06 0 01-2.89 0 .63.63 0 00-.61 0 5.05 5.05 0 01-3.6.19c-2.37-.77-65.03-16.84-70.48-18.24z"
99
+ }));
100
+ }
101
+ }]);
102
+
103
+ return EmptyTopic;
104
+ }(_react["default"].Component);
105
+
106
+ exports["default"] = EmptyTopic;
107
+ EmptyTopic.propTypes = {
108
+ alignHorizontal: _propTypes["default"].bool,
109
+ className: _propTypes["default"].string,
110
+ dataId: _propTypes["default"].string,
111
+ isRender: _propTypes["default"].bool,
112
+ size: _propTypes["default"].oneOf(['small', 'large']),
113
+ palette: _propTypes["default"].oneOf(['default', 'dark'])
114
+ };
115
+ EmptyTopic.defaultProps = {
116
+ size: 'large',
117
+ alignHorizontal: true,
118
+ isRender: true,
119
+ className: '',
120
+ dataId: 'emptyTopic',
121
+ palette: 'default'
122
+ };
123
+
124
+ if (false) {
125
+ EmptyTopic.docs = {
126
+ componentGroup: 'SVG'
127
+ };
128
+ }
@@ -0,0 +1,97 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _SVG = _interopRequireDefault(require("./SVG"));
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
+
18
+ function _extends() { _extends = Object.assign || 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); }
19
+
20
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
21
+
22
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23
+
24
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
25
+
26
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
+
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
+
30
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
+
32
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
33
+
34
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
+
36
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
+
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
+
40
+ var EmptyUnauthorizedLogin = /*#__PURE__*/function (_React$Component) {
41
+ _inherits(EmptyUnauthorizedLogin, _React$Component);
42
+
43
+ var _super = _createSuper(EmptyUnauthorizedLogin);
44
+
45
+ function EmptyUnauthorizedLogin() {
46
+ _classCallCheck(this, EmptyUnauthorizedLogin);
47
+
48
+ return _super.apply(this, arguments);
49
+ }
50
+
51
+ _createClass(EmptyUnauthorizedLogin, [{
52
+ key: "render",
53
+ value: function render() {
54
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
55
+ viewBox: "0 0 1326.83 1190.04",
56
+ name: "EmptyUnauthorizedLogin"
57
+ }, this.props), /*#__PURE__*/_react["default"].createElement("path", {
58
+ fill: "var(--zd_emptysvg_primary_stroke)",
59
+ d: "M446.05 817c-13.41 0-23.09-1.66-26.24-5.94-1.51-2.05-1.55-4.53-.13-7.38 4.37-8.74 19.18-15.77 37.14-21.13-1-.21-1.89-.44-2.79-.7-11.68-3.24-17.8-9.38-18.21-18.25-1.08-23.9 11.77-107.78 29.65-177.91q-2-2-3.9-4c-2-2.08-3.4-3.59-4.17-4.23-10.14-8.47 10.38-61.88 14.33-69.78 5.16-10.31 24.65-10.43 25.48-10.43a1.21 1.21 0 011 1.81c-10.34 18-20.75 50.1-29.94 86.12 53.19 53.64 113.23 75.9 167.53 82.74l-1.71-30.48c-10.09-2.72-106-29.62-140.57-76.17a1.18 1.18 0 01-.18-1.07l3.27-10.63a1.2 1.2 0 01.88-.82 1.23 1.23 0 011.16.36c.33.37 34.1 36.6 97.75 54.46a263.86 263.86 0 0040.68 8l-1.55-25.08C606.83 580 581.84 571 561.31 560c-16.63-9-30.41-19.36-40.94-30.9-15.49-17-19.34-31.2-20.18-35.31-29 3.61-53.62 28.78-57.8 33.26 2.66 4 12.45 19.16 11.63 24.91-1.11 7.78-13.49 7.87-14 7.87-1.8 0-3.72-2.49-7.24-7.27-2.61-3.55-5.56-7.57-8-9.17-1.63-1.09-4.86.32-7.34 3.2-2.93 3.4-4.81 9.06-.51 13.79 5.68 6.25 14 6.5 19.48 6.67 2.65.08 4.57.14 5.82.76a1.86 1.86 0 011 1.73c0 5.09-21.65 28.7-24.94 30.34-2.93 1.46-15-.34-33.43-3.73l-2.37-.43c-10.15-1.84-22.32-27.11-23.22-37.84s18.09-50.33 25.14-57.38c1.87-1.86 5.59-1.92 11.13-.18a650.42 650.42 0 01-6.78-5.75 1.21 1.21 0 01-.34-1.36c11.13-28 41.82-59 65.61-80.06a615.65 615.65 0 0149.38-39.31 1.19 1.19 0 011.59.2c1.89 2.18 3.12 6 3.85 10.84 1.57-5.77 3.37-10.47 5.37-13.31 9-12.8 55.79-26.9 69.49-30.81 3.71-33.38 22.22-55 37.49-67.39 18.31-14.87 36.56-20.4 43.14-19.47 9.22 1.31 16.81 1.72 22.6 1.28-16.74-3.53-24.78-8.37-23.92-14.45 1-7.15 14.71-12.56 18.22-12.09 6.34.83 21.94 7.82 21.15 19.42a7.86 7.86 0 01-3 5.76 12.39 12.39 0 01-1.27.89c30.79 4.92 49.11 25.59 59.07 42.12a124.76 124.76 0 0114.41 35.25 1.19 1.19 0 01-.07.72 30.23 30.23 0 00-2.42 8.41 6.34 6.34 0 01.77-1.64 5.93 5.93 0 014.23-2.46c17.57-2.7 70.67 26.4 72.92 27.65 65.5 34.2 130.42 129.5 129.84 132.43-.08.38-.2 1-2.58 2.18a19.81 19.81 0 012.15 1c10.67 5.82 23.5 40.76 21.36 53.16a10.66 10.66 0 01-4.35 7.06 10.83 10.83 0 011 .75c3.1 2.63 4 7.12 2.8 13.34-3.12 15.59-18.91 23.84-45.67 23.84-8.47 0-25.44-13.39-32-22.13-2.49-3.29-3.44-5.76-2.93-7.56 1.26-4.43 6.67-3.92 12.92-3.32 4.7.44 10 1 15.21-.16 3-.66 4.8-2.23 5.4-4.83 1.28-5.49-3.12-13.73-5.9-15.93-1.31-1-8.62 1.38-14 3.14-8.73 2.88-17 5.6-20.26 3a4 4 0 01-1.38-3.67c.44-5.29 7.37-12.82 14.62-19.15a1.16 1.16 0 01-.54-.89c-.32-3.2-2.59-6.49-6.74-9.76-10.84-8.56-31.57-14.7-43.7-17.1.91 3.69 1.8 7.25 2.66 10.64a1.24 1.24 0 01-.15.94c-11.46 18.1-39.82 35.4-84.3 51.4a588.79 588.79 0 01-62.35 18.39l2 26c57.08-10.91 109.24-35.25 149.74-59.09 0-3.63-.1-20.91-2.62-28.23-.26-.59-.47-1.09-.63-1.51l-.12-.22-.22-.37.1-.07c-.45-1.35-.17-1.5.28-1.74 1.07-.57 1.65.49 1.94 1a13.88 13.88 0 011 2.5c1.65 3.47 4.68 9.71 7.83 16.21 12.34 25.42 18.25 37.79 18.47 39.3a1.2 1.2 0 11-2.38.34c-.42-1.84-11.15-24-18.26-38.59-1.55-3.19-2.85-5.88-3.94-8.15a188.13 188.13 0 01.92 20.23 1.22 1.22 0 01-.59 1c-40.85 24.1-93.58 48.78-151.36 59.78l4 51.5a631.6 631.6 0 0071.31-18.69c48-15.86 80.85-34.83 96-55.26 1.44-7 5.38-8.39 5.62-8.47a1.21 1.21 0 011.29.35 1.22 1.22 0 01.16 1.34 58.33 58.33 0 01-4.82 7.81 34.55 34.55 0 00.11 10.8c.51 3.58 1.93 10.38 3.9 19.78 7.33 35 21 100.15 19.07 148.42a1.2 1.2 0 01-.74 1.06l-2 .85q6.56.38 8.39 3.42c1.38 2.3 2.85 4.62 4.28 6.89 6.78 10.7 12.63 19.95 7.19 23.41-4.77 3-91.45 12.5-114.79 2-3.67-1.64-5.74-3.77-6.15-6.32s-.77-4.93-1.13-7.34c-2.26-15.2-4.22-28.33-13.22-34.87-10.73-7.81-72.29-49.69-72.91-50.12a1.2 1.2 0 01-.53-.9l-3.19-41.29c-2 .38-3.46.65-4.41.82v36.63a1.2 1.2 0 01-1.14 1.2c-7 .34-68.92 3.13-77.13-1.79-2.87-1.72-4.31-13.9-4.94-29.87l-1.34-.13 1.69 27.29a1.22 1.22 0 01-.51 1.06c-.46.32-45.9 32.35-65.67 41.13s-32 39.61-33 53.69a1.21 1.21 0 01-1.2 1.12 1.21 1.21 0 01-1.19-1.13c0-.43-2.22-42.65 36.35-61.26 34.72-16.74 54.7-34.06 57.76-36.8L636 670.36c-54.53-6.78-114.82-29-168.36-82.47-17.55 69.65-30.43 152.68-29.39 175.64.31 6.89 4.78 12 13.29 15A55.55 55.55 0 00462 781.1c27.73-7.57 61-11.42 75.09-11.68 7-.14 7.95.58 8.39 1.39a1.49 1.49 0 01-.09 1.57c-2.7 4-51.72 15.62-83.07 11.19-2.54.7-5 1.43-7.48 2.19-18.21 5.71-29.62 12.28-33 19-1 2-1 3.61-.09 4.89 8.8 11.94 86.51-.84 112-5 6.75-1.11 9.76-1.6 10.58-1.6a1.21 1.21 0 110 2.41c-.66 0-4.86.69-10.19 1.57-30.8 5.05-64.98 9.97-88.09 9.97zm291.67-112.15c5.81 3.95 62.24 42.37 72.5 49.83 9.81 7.13 11.84 20.73 14.18 36.47.36 2.39.73 4.84 1.13 7.31.27 1.7 1.87 3.21 4.75 4.5 22 9.85 108 1 112.52-1.87 3.41-2.16-2.36-11.27-7.93-20.08-1.45-2.29-2.93-4.63-4.32-7-.89-1.48-3.63-2.27-7.91-2.3-1.46 0-3 .07-4.69.22-19.59 8-64.86 25.85-71 23.8a1.64 1.64 0 01-1.26-1.63c.15-4.52 33.54-16 50.94-20.51a139.09 139.09 0 0120.79-4c2.52-1 5-2 7.26-3 1.72-47.89-11.78-112.34-19-147.06-2-9.44-3.41-16.27-3.93-19.93a44.2 44.2 0 01-.48-7.57c-36 43.48-137.39 66.06-166.63 71.79zm169.95 68.67c-22.4 4.42-52.49 16-58.64 20.07 7.24-.45 34.74-10.59 58.64-20.07zm-438.79 8.35c27.72 2 64.93-6.28 73.06-10-8.28-.72-42.76 2.52-73.06 10zm169.53-111.21l1.46 26.06a1.18 1.18 0 01-.38.95c-.2.19-20.76 19.25-58.77 37.58-20.82 10-29.3 27.24-32.73 40.47 5.59-14.58 15.9-31.1 29.75-37.26 18.39-8.17 59.48-36.83 64.71-40.51l-1.66-27zm8.54.87c.56 15.77 1.77 26.38 3.78 27.58 6.29 3.77 54.91 2.41 74.63 1.51v-36.5a1.2 1.2 0 011-1.18c.08 0 2.09-.36 5.62-1.05l-4-51.52c-3.32.6-6.64 1.16-10 1.68v57.19a1.22 1.22 0 01-1.07 1.2 345.86 345.86 0 01-69.91 1.09zm-.08-2.43a341.47 341.47 0 0068.73-.94v-55.75A306.43 306.43 0 01647 615c-.49 20-.58 39.15-.13 54.1zm-3.81-.37l1.4.15c-.56-16.79-.29-37.23.15-54.13-1.64-.15-3.27-.31-4.91-.48zm-4.79-.52l2.36.27-3.36-54.48a266.72 266.72 0 01-41.62-8.16c-56.89-16-90.18-46.58-97.3-53.63l-2.49 8.1c36.13 47.93 138.69 74.75 139.72 75a1.19 1.19 0 01.9 1.1zm8.8-55.67A304.73 304.73 0 00715.6 610v-24.14H648c-.37 8.86-.69 17.84-.93 26.68zm-7.52-.71c1.71.18 3.42.35 5.12.5.34-12.49.76-22.76 1-27.73a1.21 1.21 0 011.21-1.15h69.92a1.21 1.21 0 011.21 1.2v25q4.92-.76 9.79-1.66l-2.11-27.26a1.2 1.2 0 01.94-1.27c1.19-.26 118.65-26.59 145.88-68.53-.35-1.37-1.36-5.41-2.79-11.2a27.07 27.07 0 00-6.31-.59 2.08 2.08 0 01-1.63-.49c-3.39-2.77-4.88-21.31-6.93-51.52-.32-4.76-.66-9.8-1-14.76-7.37-33.67-6-34.47-4.88-35.08a1.56 1.56 0 012 .39c2.44 2.45 3.83 14.48 5.3 34.21 4.26 19.51 10.21 44.45 15.46 65.71 12.5 2.29 34.55 8.91 45.84 17.82 4 3.18 6.5 6.47 7.36 9.8 1.37-.62 2.75-1.28 4.1-1.94 4.93-3.85 9.22-6.66 10.71-7.22a1.67 1.67 0 011.81.19 1.51 1.51 0 01.32 1.43c-.66 2-6.41 5.16-11.51 7.65-8.36 6.57-18.74 16.2-19.22 22-.09 1 .23 1.39.47 1.58 2.28 1.78 11.37-1.21 18-3.41 8.6-2.84 14-4.49 16.21-2.73 3.2 2.53 8.31 11.65 6.75 18.36-.57 2.44-2.29 5.56-7.24 6.63-5.55 1.19-11.31.64-15.95.2-6.17-.58-9.69-.8-10.38 1.59-.1.36-.21 1.8 2.54 5.45 6.67 8.85 23.09 21.17 30.11 21.17 25.47 0 40.44-7.58 43.31-21.9 1.06-5.3.39-9-2-11a7.29 7.29 0 00-2-1.17c-6.69 3-15.75 1.37-16.18 1.3a1.21 1.21 0 01-1-1.08 1.19 1.19 0 01.77-1.23c.46-.18 9.53-3.55 16.23-1.58a11.59 11.59 0 001.12-.69 8.19 8.19 0 003.51-5.61c2.11-12.19-11.25-45.8-20.13-50.64a16.12 16.12 0 00-4.36-1.68c-2.06.81-4.84 1.79-8.62 3a1.21 1.21 0 01-1.37-1.81 9.9 9.9 0 019.7-3.69 27.45 27.45 0 003.6-1.64c-5-8.83-66.42-97.47-128.35-129.81-.57-.32-54.64-30-71.41-27.39a3.54 3.54 0 00-2.6 1.43c-1.75 2.59-.31 8.82 1.37 16 4.23 18.2 10.61 45.69-19.72 63.9a1.19 1.19 0 01-1.33-.07 1.21 1.21 0 01-.46-1.26s.09-.37.22-.95c-2.83 2.46-4.85 3.9-5.13 4.1-34.55 22.71-66.44 30.88-94.82 24.3-28.84-6.74-45.55-27.27-50.73-34.61a1.21 1.21 0 01-.14.67 1.15 1.15 0 01-1.15.63c-.86-.06-20.88-2.39-16.68-67.92.06-.81.12-1.6.19-2.4-14.52 4.2-59 17.86-67.27 29.61-2.59 3.68-4.81 10.55-6.66 18.84 1.39 24.36-5.26 62.8-6.61 65.12a1.37 1.37 0 01-1.47.74c-.44-.09-1-.42-1.11-1.47-.68-5.44 1.58-40.56 6.88-64.65-.39-6.63-1.42-12-3.38-15.05-9.83 7-92.46 67-112.86 116.82 3.89 3.33 7.9 6.67 11.79 9.83 1.25.56 2.55 1.18 3.92 1.86 7.46 3.71 25.14 14.07 24.64 17.65A1.61 1.61 0 01430 524c-3.57.68-17.4-9.8-28.53-18.85a50.92 50.92 0 00-9.47-3.31c-2.91-.62-5-.5-5.82.35-6.52 6.51-25.28 45.43-24.45 55.47.89 10.68 12.9 34.16 21.25 35.68l2.37.43c8 1.46 29.13 5.34 31.92 4C420.75 596 440 574 440.82 569.8a22.37 22.37 0 00-4.46-.37c-5.9-.18-14.81-.45-21.18-7.46-5.36-5.9-3.1-12.83.47-17 3.37-3.91 7.78-5.44 10.49-3.64s5.85 6 8.57 9.75c1.88 2.55 4.45 6 5.37 6.3 2.93 0 10.88-1 11.56-5.81.65-4.53-8.28-18.86-11.77-24a1.2 1.2 0 01.09-1.47c.27-.32 28-31.41 61.1-34.88a1.22 1.22 0 011.32 1c.08.64 9.86 64 134.6 92.05a1.18 1.18 0 01.94 1.1zM495.1 499.74c-5 .32-17.63 1.84-21.21 9-5.6 11.2-22.93 60.19-14.95 66.86.89.73 2.28 2.2 4.38 4.42l2.85 3C475 548.83 485 518.2 495.1 499.74zm-82.42 11.16c6.7 5.12 12.26 9 15.13 10.26-2.46-2.29-8.39-6.39-15.13-10.26zm451.73-14.22a34.18 34.18 0 014.68.45 4377.62 4377.62 0 01-10-41.39q-1-4.1-1.82-7.83c1.37 20.15 3.23 47 6 48.84a8.07 8.07 0 011.14-.07zm-357-93.56a401.91 401.91 0 00-4.6 43.88 333.89 333.89 0 004.58-43.88zm100-38.89c-3.4 5.21-15.84 26.4-5.78 44.27.15.27 16.81 28.14 51 36.11 27.71 6.46 58.95-1.6 92.88-24a78.86 78.86 0 007.29-6.15c2-11.2 5.13-37.91-9-45.4-7.27 6.12-74.43 59.57-136.41-4.83zM755 415.76c-.1.53-.2 1-.29 1.46 16.38-10.88 20.12-25 19.66-38.17 0 .53-.06 1.08-.1 1.63-1.16 15.13-11.6 27.75-19.27 35.08zm-11.45-49.3a1.19 1.19 0 01.51.12c15.23 7.11 13.71 31.73 11.67 45 7-7.28 15.18-18.36 16.14-31.06.76-10.18-1.22-17.16-3-23.31-2.23-7.86-4.16-14.65.25-25A123.76 123.76 0 00755.07 298c-9.76-16.18-27.74-36.42-58-41-1.12-.17-2.21-.35-3.28-.53-6.42 1.79-16.4 1.73-29.8-.18-6.39-.9-24.3 5.17-41.28 19C608 287.21 590.12 308 586.25 340l1.19-.33a1.18 1.18 0 011.11.26 1.22 1.22 0 01.39 1.08c-5.3 35.84 4.8 58.49 9.67 66.93-10.42-21.41 6.9-45.33 7.66-46.36a1.19 1.19 0 01.9-.49 1.1 1.1 0 01.94.38c63.9 67.8 133.92 5.91 134.62 5.27a1.24 1.24 0 01.81-.28zm107.15 37.15c.23 1.73.58 3.87 1 6.38-.3-2.49-.64-4.66-1-6.38zm-265.5-35.35c.76 27.3 7.09 37.29 11.28 40.93-3.7-6.3-10.07-19.95-11.28-40.93zm.77-25.65c-.1 1.07-.19 2.17-.26 3.27-.1 1.48-.18 2.94-.25 4.36.2-2.5.48-5.08.84-7.72zM680.66 231c-3.2 0-14.49 4.86-15.22 10.06-.35 2.44 1.83 8.42 28.27 12.93a12.37 12.37 0 004.15-2.05 5.48 5.48 0 002.16-4c.68-10-14.23-16.24-19.06-16.87z"
60
+ }), /*#__PURE__*/_react["default"].createElement("path", {
61
+ d: "M600.07 412.45s-10.29-23.67 7.17-50.13c0 0 49.36 68.09 136.3 5.35 0 0 19.24 4 9.35 52.11 0 0 36.27-36.57 14.85-76.91 0 0 6.07-17.81-7.8-38.64s-31.34-44.93-66.19-49c0 0 9.53-5.85 7.16-10.64s-5.32-11.68-19.79-14.75-25.12 14.48-16.92 25.22c0 0-42.86 1.68-69.51 53.52a80.49 80.49 0 00-6.86 19.21c-4.72 20.93-12.33 68.87 12.24 84.66z",
62
+ opacity: 0.25,
63
+ fill: "var(--zd_emptysvg_secondary_plainfill)"
64
+ }), /*#__PURE__*/_react["default"].createElement("path", {
65
+ d: "M556.37 469s-13.75 90 108.81 88.8S804 482.76 804 471.5s-141.32-8.75-150.08 31.27-70-28.76-80-35a14.1 14.1 0 00-17.55 1.23z",
66
+ opacity: 0.15,
67
+ fill: "var(--zd_emptysvg_secondary_plainfill)"
68
+ }));
69
+ }
70
+ }]);
71
+
72
+ return EmptyUnauthorizedLogin;
73
+ }(_react["default"].Component);
74
+
75
+ exports["default"] = EmptyUnauthorizedLogin;
76
+ EmptyUnauthorizedLogin.propTypes = {
77
+ alignHorizontal: _propTypes["default"].bool,
78
+ className: _propTypes["default"].string,
79
+ dataId: _propTypes["default"].string,
80
+ isRender: _propTypes["default"].bool,
81
+ palette: _propTypes["default"].oneOf(['default', 'dark']),
82
+ isFluid: _propTypes["default"].bool
83
+ };
84
+ EmptyUnauthorizedLogin.defaultProps = {
85
+ alignHorizontal: true,
86
+ isRender: true,
87
+ className: '',
88
+ dataId: 'emptyUnauthorizedLogin',
89
+ palette: 'default',
90
+ isFluid: false
91
+ };
92
+
93
+ if (false) {
94
+ EmptyUnauthorizedLogin.docs = {
95
+ componentGroup: 'SVG'
96
+ };
97
+ }
@@ -0,0 +1,90 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _SVG = _interopRequireDefault(require("./SVG"));
15
+
16
+ var _EmptyWebhook = _interopRequireDefault(require("./images/EmptyWebhook.svg"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ function _extends() { _extends = Object.assign || 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); }
21
+
22
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
23
+
24
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
+
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
27
+
28
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
+
30
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
+
32
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
33
+
34
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
35
+
36
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
37
+
38
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
39
+
40
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
+
42
+ var EmptyWebhook = /*#__PURE__*/function (_React$Component) {
43
+ _inherits(EmptyWebhook, _React$Component);
44
+
45
+ var _super = _createSuper(EmptyWebhook);
46
+
47
+ function EmptyWebhook() {
48
+ _classCallCheck(this, EmptyWebhook);
49
+
50
+ return _super.apply(this, arguments);
51
+ }
52
+
53
+ _createClass(EmptyWebhook, [{
54
+ key: "render",
55
+ value: function render() {
56
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
57
+ viewBox: "0 0 181.9 139.3",
58
+ name: "emptyWebhook"
59
+ }, this.props), /*#__PURE__*/_react["default"].createElement("image", {
60
+ xlinkHref: _EmptyWebhook["default"],
61
+ height: "100%",
62
+ width: "100%"
63
+ }));
64
+ }
65
+ }]);
66
+
67
+ return EmptyWebhook;
68
+ }(_react["default"].Component);
69
+
70
+ exports["default"] = EmptyWebhook;
71
+ EmptyWebhook.propTypes = {
72
+ alignHorizontal: _propTypes["default"].bool,
73
+ className: _propTypes["default"].string,
74
+ dataId: _propTypes["default"].string,
75
+ isRender: _propTypes["default"].bool,
76
+ size: _propTypes["default"].oneOf(['small', 'large'])
77
+ };
78
+ EmptyWebhook.defaultProps = {
79
+ size: 'large',
80
+ alignHorizontal: true,
81
+ isRender: true,
82
+ className: '',
83
+ dataId: 'emptyWebhook'
84
+ };
85
+
86
+ if (false) {
87
+ EmptyWebhook.docs = {
88
+ componentGroup: 'SVG'
89
+ };
90
+ }
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _SVG = _interopRequireDefault(require("./SVG"));
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
+
18
+ function _extends() { _extends = Object.assign || 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); }
19
+
20
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
21
+
22
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23
+
24
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
25
+
26
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
+
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
+
30
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
+
32
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
33
+
34
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
+
36
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
+
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
+
40
+ var EmptyWillBeRightBack = /*#__PURE__*/function (_React$Component) {
41
+ _inherits(EmptyWillBeRightBack, _React$Component);
42
+
43
+ var _super = _createSuper(EmptyWillBeRightBack);
44
+
45
+ function EmptyWillBeRightBack() {
46
+ _classCallCheck(this, EmptyWillBeRightBack);
47
+
48
+ return _super.apply(this, arguments);
49
+ }
50
+
51
+ _createClass(EmptyWillBeRightBack, [{
52
+ key: "render",
53
+ value: function render() {
54
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
55
+ viewBox: "0 0 1326.83 1190.04",
56
+ name: "EmptyWillBeRightBack"
57
+ }, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, ".EmptyGlobe_svg__cls-2{fill:var(--zd_emptysvg_secondary_fill);}")), /*#__PURE__*/_react["default"].createElement("path", {
58
+ d: "M485.09 849.29a233.48 233.48 0 01-67.78-9.72c-44-13.41-99.43-46.65-113.63-128.82-15.48-89.5 18.66-147.8 50-181 34-35.89 72.12-50.83 72.51-51a1.2 1.2 0 01.86 2.25c-.38.14-38.1 14.93-71.69 50.46-30.95 32.74-64.63 90.34-49.33 178.81 14 81 68.61 113.71 112 126.93 73.86 22.52 159.34 2.66 189.86-29.25.61-.47 42.08-32.66 58.06-108.73l-.64-.16a28.65 28.65 0 01-20.13-17.92 1.27 1.27 0 010-.48c1.28-12.26-1.48-21.49-8.2-27.45-8.66-7.67-23.92-9.71-41.87-5.6a62.45 62.45 0 01-8 1.29c1.15 12.95-10.55 35.65-31.94 44.65-6.1 2.58-12.69 2.28-18.82.71-1.15 17.48-9.2 34.7-13 40.84a22.76 22.76 0 00-2.13 4.72 51.29 51.29 0 0115.31-6.72 10.65 10.65 0 019.75 2.59 10.5 10.5 0 013.19 9.4c-1.46 8.81-8.54 21.6-17.44 26.91-5.43 3.23-8.88 1.55-10.82-.42-4.51-4.59-5.47-16.16-3.84-26a42.79 42.79 0 00-12.74 17.51c-11.45 29.7-31 34.59-31.83 34.78-5.71.91-10.47-.07-14.22-2.91-9.59-7.26-11.71-25.68-14-45.18-3.12-27-6.35-55-28.21-60.49-16.08-4-26.91-11.15-32.19-21.1a31.47 31.47 0 01-2.18-23.78c5.32-21.4 22.81-35.74 41.3-45.17a116.06 116.06 0 01-15.21-5c-3.19-1.46-5-3.46-5.34-6-.87-6.28 7.92-13.75 15-19.75 1.8-1.54 3.5-3 4.74-4.17 2.38-2.28 3.36-3.73 3.27-4.84-.13-1.81-3.22-4-8.34-7.6-1.47-1-3.11-2.19-4.92-3.51-3.95-2.87-5.75-6.6-5.08-10.51.79-4.57 5-9 10.09-10.46 3.65-1.09 7-.35 9.16 2 2.54 2.76 8.63 5.07 17.6 6.67a20.08 20.08 0 0019.08-7 35.46 35.46 0 01-8.24-9.77c-5.66-9.38-6.9-18-3.69-25.72 6.83-16.35 31.15-22.4 32.18-22.65 39.44-3.07 81.31 14 118.1 48 42.56 39.47 72.3 95.85 72.3 137.2a293.52 293.52 0 01-5.21 41.26c17.57 2.82 50.11-6.58 107.91-62.13a1.05 1.05 0 01.27-.2c.17-.09 17.62-10 29.82-61.81 7-29.64 43.47-27.69 82.12-25.62 33.81 1.81 68.77 3.68 91.08-13.17 19.15-14.47 41.85-31.82 62.33-47.55a116.91 116.91 0 00-31-9.37 1.2 1.2 0 01-.26-2.32l89.55-33.22a1.21 1.21 0 011.48.54 1.22 1.22 0 01-.32 1.54c-.42.32-24.91 19.3-54.88 42.32 8 4.23 15.7 9.94 21.23 17.61l45.69-68.87-109.67 41.36-4.63 31.66a1.2 1.2 0 01-1.23 1 1.21 1.21 0 01-1.16-1.11l-2.59-33.38-7.41 2.62c2.85 4.3 11 18.2 7.37 32.36-2.42 9.55-9.69 17.17-21.6 22.67-21.25 9.81-53.51-4-84.7-17.34-28-12-56.93-24.37-76-18.47-20.64 6.4-31.39 18.49-36.77 27.49a50.47 50.47 0 00-6.84 18.22 1.2 1.2 0 11-2.39-.26c0-.35 4.26-35 45.26-47.67 19.95-6.16 48 5.84 77.68 18.55 30.71 13.14 62.47 26.74 82.75 17.38 11.21-5.18 18-12.27 20.27-21.07 4-15.55-7.76-31.51-7.88-31.67a1.2 1.2 0 01-.19-1.07 1.21 1.21 0 01.75-.78l9.51-3.37-.08-.94c-3.66-1.91-25.74-12.33-60.77-6.24l-.76.13a1.2 1.2 0 11-.42-2.37l.67-.12 176.23-31.13a1.17 1.17 0 011.37.87 1.21 1.21 0 01-.76 1.45l-113 40 1.81 23.29 3.17-21.7a1.21 1.21 0 01.77-1l113.82-42.91a1.21 1.21 0 011.43 1.8l-48.73 73.45a1.19 1.19 0 01-1 .54 1.19 1.19 0 01-1-.54c-5.5-8.3-13.85-14.36-22.43-18.74-20.73 15.93-43.83 33.6-63.29 48.3-23 17.37-58.42 15.48-92.66 13.65-39.24-2.1-73.14-3.91-79.65 23.76-12 51.09-28.91 62.16-30.88 63.3-33.09 31.79-78.49 67.82-110 62.66-16.19 77-58.32 109.68-58.82 110.06-21.61 22.7-70.93 39.46-124.27 39.46zM426.8 600.17c-25.68 12.82-38.8 30.1-42.48 44.94a29.57 29.57 0 001.93 22.09c4.95 9.31 15.25 16 30.62 19.85 23.48 5.91 26.95 36 30 62.56 2.19 19 4.26 36.89 13 43.53 3.26 2.47 7.28 3.29 12.3 2.47.11 0 19.09-4.86 30.05-33.29A46 46 0 01518 742a28.74 28.74 0 013.18-8.14c3.76-6 11.77-23.13 12.76-40.23a66.78 66.78 0 01-16-7.74c-14.17-9.19-25.41-22.72-25.59-30.81a7.41 7.41 0 013.79-6.93c5.14-2.56 14.16 1.22 26.8 11.21 10.5 8.31 13.74 20.31 13.41 32.42 6.7 1.78 12.81 1.68 17.78-.42 21.77-9.16 31.41-31.18 30.46-42.25-15.09.8-28.08-4.09-32.82-10.4-1.92-2.56-2.27-5.24-1-7.55 1-1.85 3.44-3.91 9.14-3.32 9.77 1 23.92 9.52 26.5 18 .07.24.14.49.2.74a60 60 0 007.89-1.26c18.71-4.29 34.75-2 44 6.15 7.28 6.45 10.32 16.29 9 29.24a26.78 26.78 0 0018.4 16.09l.48.12a292.81 292.81 0 005.16-40.87c0-40.66-29.41-96.31-71.52-135.27-36.28-33.58-77.51-50.42-116.08-47.42-.06 0-24 6-30.34 21.21-2.89 6.95-1.7 14.87 3.53 23.54a33.53 33.53 0 007.58 9.07c.21-.33.4-.66.59-1 15.7-28.46 29.91-28.56 33.9-27.9 3.58.59 6.2 2.64 6.67 5.24.88 4.81-10.25 23.27-23.94 28.45a18.15 18.15 0 01-16.65-1.46 22.44 22.44 0 01-21.47 8c-9.64-1.72-16-4.21-19-7.41-2.08-2.26-5.1-1.8-6.71-1.32-4.16 1.22-7.76 4.9-8.4 8.56-.51 3 .91 5.81 4.12 8.15 1.81 1.31 3.44 2.46 4.9 3.49 6.08 4.29 9.14 6.45 9.36 9.4.17 2.25-1.48 4.32-4 6.75-1.29 1.23-3 2.71-4.85 4.26-6.23 5.3-14.77 12.61-14.08 17.61.23 1.64 1.52 3 4 4.09a127.91 127.91 0 0017.52 5.56 187.91 187.91 0 0144.16-14.14c29.43-5.54 55-3.66 60.71 4.46 1.18 1.67 2.13 4.47-.07 8.28-12.6 21.6-72.34 12.29-104.67 3.92zm93.31 143.29c-2.18 9.52-1.7 22 2.7 26.5 2 2 4.54 2 7.87 0 8-4.8 14.92-16.92 16.3-25.23a8 8 0 00-2.46-7.25 8.31 8.31 0 00-7.57-2 50 50 0 00-16.84 7.98zm-20.36-93.63a5.55 5.55 0 00-2.52.52c-2.41 1.19-2.47 4.14-2.46 4.72.16 7.25 11.14 20.19 24.49 28.84a63.11 63.11 0 0014.74 7.23c.17-11.24-2.94-22.23-12.57-29.84-11.71-9.3-18.19-11.47-21.68-11.47zM558 630.18c-2 0-4.17.47-5.12 2.19-.82 1.47-.55 3.13.81 4.94 3.81 5.07 15.7 10.12 30.48 9.45a1.72 1.72 0 00-.07-.21c-2.28-7.49-15.57-15.34-24.44-16.27a14.81 14.81 0 00-1.66-.1zm-127.77-31.67c32.15 8 87.7 16.14 99.1-3.52 1.28-2.2 1.34-4.06.19-5.68-5.06-7.16-30.67-8.68-58.29-3.48a173.77 173.77 0 00-41 12.68zm36.49-69.93a15.65 15.65 0 0014.39 1.15c12.78-4.83 23.07-22.25 22.44-25.77-.23-1.25-1.8-2.82-4.7-3.29-7.4-1.19-19.53 5.16-31.4 26.68-.23.42-.45.83-.73 1.23zm549.37-52.68a116 116 0 0128.43 9.3c21.47-16.49 40.24-31 49.55-38.2zm-58.25-15.17c23.91.55 37.45 8.33 38.19 8.76a1.21 1.21 0 01.58.94l.08.95 98.68-35z",
59
+ fill: "var(--zd_emptysvg_primary_stroke)"
60
+ }), /*#__PURE__*/_react["default"].createElement("path", {
61
+ className: "EmptyGlobe_svg__cls-2",
62
+ d: "M426.84 598.89s-60.36 22.2-42.84 66.32 56.7 4.06 61.9 86.31 50.55 25.08 50.55 25.08 17-31.79 20.78-32.45 18.66-40 17.94-51.39 30.61 6 42.75-19.69 4.27-37.27-17.09-43.85-87.46-25.99-133.99-30.33zM932.52 464s33.16-8.78 62.89 6.55l114.05-37.82zM1011.41 476.35s38.52 5.39 56.74 29.82l48.73-73.46z"
63
+ }));
64
+ }
65
+ }]);
66
+
67
+ return EmptyWillBeRightBack;
68
+ }(_react["default"].Component);
69
+
70
+ exports["default"] = EmptyWillBeRightBack;
71
+ EmptyWillBeRightBack.propTypes = {
72
+ alignHorizontal: _propTypes["default"].bool,
73
+ className: _propTypes["default"].string,
74
+ dataId: _propTypes["default"].string,
75
+ isRender: _propTypes["default"].bool,
76
+ palette: _propTypes["default"].oneOf(['default', 'dark']),
77
+ isFluid: _propTypes["default"].bool
78
+ };
79
+ EmptyWillBeRightBack.defaultProps = {
80
+ alignHorizontal: true,
81
+ isRender: true,
82
+ className: '',
83
+ dataId: 'emptyWillBeRightBack',
84
+ palette: 'default',
85
+ isFluid: false
86
+ };
87
+
88
+ if (false) {
89
+ EmptyWillBeRightBack.docs = {
90
+ componentGroup: 'SVG'
91
+ };
92
+ }
@@ -0,0 +1,163 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _SVG = _interopRequireDefault(require("./SVG"));
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
+
18
+ function _extends() { _extends = Object.assign || 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); }
19
+
20
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
21
+
22
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23
+
24
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
25
+
26
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
+
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
+
30
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
+
32
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
33
+
34
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
+
36
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
+
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
+
40
+ var Inconvenience = /*#__PURE__*/function (_React$Component) {
41
+ _inherits(Inconvenience, _React$Component);
42
+
43
+ var _super = _createSuper(Inconvenience);
44
+
45
+ function Inconvenience() {
46
+ _classCallCheck(this, Inconvenience);
47
+
48
+ return _super.apply(this, arguments);
49
+ }
50
+
51
+ _createClass(Inconvenience, [{
52
+ key: "render",
53
+ value: function render() {
54
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
55
+ viewBox: "0 0 622.7 500",
56
+ name: "Inconvenience"
57
+ }, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, ".ErrorInconvenience_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorInconvenience_svg__cls-10,.ErrorInconvenience_svg__cls-3,.ErrorInconvenience_svg__cls-8{fill:none}.ErrorInconvenience_svg__cls-3{stroke:var(--zd_emptysvg_primary_stroke)}.ErrorInconvenience_svg__cls-10,.ErrorInconvenience_svg__cls-3,.ErrorInconvenience_svg__cls-8{stroke-linecap:round;stroke-linejoin:round}.ErrorInconvenience_svg__cls-3{stroke-width:1.5px}.ErrorInconvenience_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorInconvenience_svg__cls-8{stroke:var(--zd_emptysvg_plus)}")), /*#__PURE__*/_react["default"].createElement("path", {
58
+ className: "ErrorInconvenience_svg__cls-1",
59
+ d: "M128.67 172.1s33.78-54.78 54.78-11 32.87 82.17 94 33.78 86.77-55.65 109.55-25.52S431.32 456 208.1 403.07c0 0-176.66-66.64-79.43-230.97z"
60
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
61
+ className: "ErrorInconvenience_svg__cls-1",
62
+ cx: 85.66,
63
+ cy: 380.12,
64
+ r: 25.39
65
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
66
+ className: "ErrorInconvenience_svg__cls-1",
67
+ cx: 68.97,
68
+ cy: 136.56,
69
+ r: 25.39
70
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
71
+ className: "ErrorInconvenience_svg__cls-1",
72
+ cx: 286.44,
73
+ cy: 89.2,
74
+ r: 12.74
75
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
76
+ className: "ErrorInconvenience_svg__cls-1",
77
+ cx: 134.93,
78
+ cy: 425.42,
79
+ r: 12.74
80
+ }), /*#__PURE__*/_react["default"].createElement("circle", {
81
+ className: "ErrorInconvenience_svg__cls-1",
82
+ cx: 369.22,
83
+ cy: 413.4,
84
+ r: 12.74
85
+ }), /*#__PURE__*/_react["default"].createElement("path", {
86
+ d: "M234 353.75c5.27-.18 28.47.34 38.93-5.64 11.84-6.77 130.3-4.51 130.3 2.82s-45.69 7.33-2.82 22 120.14-18.05 162.44-2.82 10.15 44.56-6.2 46.25-40.65-27.64-59.84-30.46-77.81 5.1-69.94 13.54 50.2 5.08 57 10.15-26.51 5.08-48.5 6.21-111.73-19.18-95.37-5.64S442.1 426 446 438.92s-103.57-8.39-107-9.87 6.35-4 4.87-7.41-22.66-5.61-24.82 5.15-76 2.43-80.19-1.78 7.19-6.56 7.49-11.7c.67-11.69 49.37-3 49.14-8.42s-47.51-10.53-54.76-11.47-15-9.83-8-14.27S249.7 369.32 245 366c-3.51-2.46-17-2.15-23.36-4 .02 0-6.38-7.61 12.36-8.25z",
87
+ opacity: 0.2,
88
+ fill: "var(--zd_emptysvg_primary_fill)"
89
+ }), /*#__PURE__*/_react["default"].createElement("path", {
90
+ className: "ErrorInconvenience_svg__cls-3",
91
+ d: "M99.15 319.43l26.19-65.78S95 228.1 92.76 229.06c-2 .87-25.29 62.29-29.4 73.17a2.07 2.07 0 00.91 2.51l35.59 20.34a2.05 2.05 0 002.84-.82c5.91-11.29 35.92-69.73 25.83-73.48-11.18-4.16-38.32-29.7-31-29.7s64.51 39 64.51 39l58.25-34.67c3.35-1 5.34 3.11 5.34 3.11 5.44 4.67 2.41 27.54.14 33.43-1.16 3-4 3.2-6.56 2.67a.87.87 0 00-.74 1.51l6.21 5.17a.94.94 0 001.43-.28c11-20.65 9.11-41.29 8-48.57-.27-1.69-1.61-5.59-3.27-5.16-15.69 4-74.69 38.31-71.25 39.41 3.74 1.2 69.73-36.78 68.4-40.45s-64.4-41.55-61.07-44.55 65.62 47.35 66 44-60.61-50.36-62.28-51-75.9 30.59-79.28 36.86c-1.2 2.21 72.66 57 73.82 54.72s-68.47-55.71-72.73-55.71-48 105.62-49.91 109.87 54.31 44.71 67.32 46.82c7.08 1.14 49.05-99.65 46-101.75-3.26-2.28-57.75 98.67-40.63 103.6 23.78 6.84 59.08-15 61.49-20.36 1-2.26-.58-5.61-2.77-8.72-2.73-3.89-4.37-11-3.79-15.73 5.52-44.6 48.77-48.24 42.05-52.94-7.14-5-15.34 0-15.34 0-24.25 11.5-32.56 37.89-35.35 52.65a16.16 16.16 0 006.38 16.11l38.92 28.23a8.22 8.22 0 008.58.64c41.66-21.38 48.05-58 44-67.1a13.34 13.34 0 00-4-5.28c-5.33-4.26-18.3-9.28-39.64 14.69-19.1 21.46-19.33 38.55-17.3 47.67a8.14 8.14 0 0010.54 5.9c22.73-7.73 42.95-47 41.35-55-1.78-8.92-15.34-8.56-31.74 9.27-7 7.59-11.87 17.14-12.69 23.95a26.74 26.74 0 007.08 21.04c1.86 2.05 5.55 3 5.35 5.12-.46 5.15 22 3.52 26.68 6.79s-5.15 8.66-12.17 13.11.7 13.33 8 14.27 54.52 6.08 54.76 11.47-48.47-3.27-49.14 8.42c-.3 5.14-11.71 7.49-7.49 11.7s78 12.54 80.19 1.78 23.34-8.54 24.82-5.15-8.26 5.93-4.87 7.41S450 451.9 446 438.92s-89.68-15.23-106-28.76 73.33 6.77 95.33 5.64 55.27-1.13 48.5-6.21-49.07-1.69-57-10.15 50.76-16.36 69.94-13.54 43.43 32.15 59.79 30.46 48.51-31 6.2-46.25-119.58 17.49-162.44 2.82 2.82-14.67 2.82-22-118.46-9.59-130.3-2.82c-10.46 6-33.66 5.77-38.93 5.64a3.57 3.57 0 00-2.56.92c-.93.87-1.35 2.24 2.42 3.61 6.29 2.28 32.44 4.44 50.1-1.32s83.84-15.19 86.49 3.14c1.67 11.52 14.72 24 35.26 23.65a12.08 12.08 0 0111.15 6.82c1.7 3.65.89 7.43-9.15 7.93-6.91.35-15.7.19-24.77-.28"
92
+ }), /*#__PURE__*/_react["default"].createElement("path", {
93
+ className: "ErrorInconvenience_svg__cls-3",
94
+ d: "M220.6 276.4s-6.91-6.4-8.6-6.4-8.8 2.45-10 5.38 9.05 12 10.76 10.52-13-10.12-14.68-7.87-5.38 4.44-5.38 6.65 7.34 9.78 10.27 9-11.25-8.8-12.47-7.33-5.63 7.09-5.63 9.05 9.54 9.29 12 8.07-14.19-7.09-15.17-4.89a57.09 57.09 0 00-2.44 9.78c0 .73 8.07 5.38 10.52 4.4s-8.56-3.18-10.52-1-2.45 8.32-1.22 10.28 8.31 4.64 8.31 4.64"
95
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
96
+ cx: 242.54,
97
+ cy: 119.05,
98
+ rx: 3.54,
99
+ ry: 3.51,
100
+ strokeMiterlimit: 10,
101
+ stroke: "var(--zd_emptysvg_medium_circle)",
102
+ fill: "none"
103
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
104
+ cx: 207.81,
105
+ cy: 420.01,
106
+ rx: 3.54,
107
+ ry: 3.51,
108
+ fill: "var(--zd_emptysvg_medium_circle)"
109
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
110
+ cx: 40.66,
111
+ cy: 271.19,
112
+ rx: 3.31,
113
+ ry: 3.28,
114
+ stroke: "var(--zd_emptysvg_tiny_circle)",
115
+ strokeMiterlimit: 10,
116
+ fill: "none"
117
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
118
+ cx: 427.47,
119
+ cy: 275.31,
120
+ rx: 3.31,
121
+ ry: 3.28,
122
+ fill: "var(--zd_emptysvg_tiny_circle)"
123
+ }), /*#__PURE__*/_react["default"].createElement("path", {
124
+ className: "ErrorInconvenience_svg__cls-8",
125
+ d: "M104.87 159.76l-.35 6.18M101.58 162.68l6.23.35"
126
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
127
+ cx: 425.64,
128
+ cy: 317.18,
129
+ rx: 2.46,
130
+ ry: 2.44,
131
+ strokeLinecap: "round",
132
+ strokeLinejoin: "round",
133
+ stroke: "var(--zd_emptysvg_small_circle)",
134
+ fill: "none"
135
+ }), /*#__PURE__*/_react["default"].createElement("path", {
136
+ className: "ErrorInconvenience_svg__cls-10",
137
+ d: "M384.7 115.32l4.16 4.61M384.46 119.69l4.65-4.13"
138
+ }));
139
+ }
140
+ }]);
141
+
142
+ return Inconvenience;
143
+ }(_react["default"].Component);
144
+
145
+ exports["default"] = Inconvenience;
146
+ Inconvenience.propTypes = {
147
+ alignHorizontal: _propTypes["default"].bool,
148
+ className: _propTypes["default"].string,
149
+ dataId: _propTypes["default"].string,
150
+ isRender: _propTypes["default"].bool
151
+ };
152
+ Inconvenience.defaultProps = {
153
+ alignHorizontal: true,
154
+ isRender: true,
155
+ className: '',
156
+ dataId: 'inconvenience'
157
+ };
158
+
159
+ if (false) {
160
+ Inconvenience.docs = {
161
+ componentGroup: 'SVG'
162
+ };
163
+ }