@zohodesk/svg 1.0.0-beta.40 → 1.0.0-beta.43

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 (280) hide show
  1. package/README.md +9 -1
  2. package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  3. package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  4. package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  5. package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  6. package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  8. package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  9. package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  10. package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  11. package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  12. package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  14. package/{src → es}/Provider.js +66 -67
  15. package/{src → es}/index.js +1 -2
  16. package/es/svg/EmptyAccounts.js +101 -0
  17. package/es/svg/EmptyActiveCalls.js +72 -0
  18. package/es/svg/EmptyActivity.js +72 -0
  19. package/es/svg/EmptyAgent.js +72 -0
  20. package/es/svg/EmptyAgentQueue.js +78 -0
  21. package/es/svg/EmptyApproval.js +78 -0
  22. package/es/svg/EmptyArchived.js +80 -0
  23. package/es/svg/EmptyAttach.js +72 -0
  24. package/es/svg/EmptyBlueprint.js +87 -0
  25. package/{src → es}/svg/EmptyBusinessHoliday.js +13 -8
  26. package/{src → es}/svg/EmptyBusinessHour.js +13 -8
  27. package/es/svg/EmptyCallHistory.js +74 -0
  28. package/es/svg/EmptyCollision.js +72 -0
  29. package/es/svg/EmptyColumn.js +78 -0
  30. package/es/svg/EmptyContact.js +72 -0
  31. package/es/svg/EmptyContract.js +68 -0
  32. package/es/svg/EmptyConversation.js +72 -0
  33. package/es/svg/EmptyCrm.js +72 -0
  34. package/es/svg/EmptyCrmNotes.js +83 -0
  35. package/es/svg/EmptyCrmPotential.js +86 -0
  36. package/{src → es}/svg/EmptyCustomDomain.js +13 -7
  37. package/es/svg/EmptyDashboard.js +78 -0
  38. package/es/svg/EmptyDepartment.js +72 -0
  39. package/es/svg/EmptyError.js +94 -0
  40. package/es/svg/EmptyFeed.js +75 -0
  41. package/es/svg/EmptyFollowers.js +73 -0
  42. package/es/svg/EmptyFrame.js +71 -0
  43. package/{src → es}/svg/EmptyFromAddress.js +14 -7
  44. package/es/svg/EmptyHappiness.js +72 -0
  45. package/es/svg/EmptyHistory.js +72 -0
  46. package/{src → es}/svg/EmptyImportHistory.js +14 -7
  47. package/es/svg/EmptyInconvenience.js +42 -0
  48. package/es/svg/EmptyInvoice.js +77 -0
  49. package/{src → es}/svg/EmptyNetwork.js +14 -7
  50. package/es/svg/EmptyNotification.js +72 -0
  51. package/es/svg/EmptyProducts.js +75 -0
  52. package/{src → es}/svg/EmptyRecycleBin.js +14 -7
  53. package/es/svg/EmptyReply.js +67 -0
  54. package/es/svg/EmptyReports.js +78 -0
  55. package/{src → es}/svg/EmptyRoles.js +14 -7
  56. package/es/svg/EmptySchedule.js +114 -0
  57. package/es/svg/EmptySearch.js +82 -0
  58. package/es/svg/EmptySkills.js +120 -0
  59. package/es/svg/EmptySla.js +67 -0
  60. package/es/svg/EmptySnippet.js +82 -0
  61. package/{src → es}/svg/EmptyStateVariables.module.css +0 -0
  62. package/es/svg/EmptyTag.js +75 -0
  63. package/es/svg/EmptyTask.js +88 -0
  64. package/es/svg/EmptyTeams.js +72 -0
  65. package/es/svg/EmptyTemplate.js +84 -0
  66. package/es/svg/EmptyTicket.js +75 -0
  67. package/es/svg/EmptyTimeEntry.js +78 -0
  68. package/es/svg/EmptyTimeline.js +72 -0
  69. package/es/svg/EmptyTopic.js +78 -0
  70. package/es/svg/EmptyUnauthorizedLogin.js +47 -0
  71. package/{src → es}/svg/EmptyWebhook.js +14 -7
  72. package/es/svg/EmptyWillBeRightBack.js +42 -0
  73. package/es/svg/ErrorInconvenience.js +113 -0
  74. package/es/svg/ErrorOopsSomethingMiss.js +114 -0
  75. package/es/svg/ErrorUnableToProcessRequest.js +114 -0
  76. package/es/svg/ErrorUnauthorizedLogin.js +113 -0
  77. package/es/svg/ErrorUrlNotFound.js +114 -0
  78. package/es/svg/ErrorWillBeRightBack.js +113 -0
  79. package/es/svg/Export.js +67 -0
  80. package/es/svg/Extensions.js +73 -0
  81. package/es/svg/Extractor.js +66 -0
  82. package/es/svg/FailureLog.js +39 -0
  83. package/es/svg/Import.js +82 -0
  84. package/es/svg/Loader.js +71 -0
  85. package/es/svg/Multilingual.js +72 -0
  86. package/es/svg/NoRequestFound.js +42 -0
  87. package/es/svg/NotImpossible.js +79 -0
  88. package/es/svg/PageNotFound.js +43 -0
  89. package/es/svg/Predictor.js +73 -0
  90. package/es/svg/SVG.js +78 -0
  91. package/{src → es}/svg/SVG.module.css +0 -0
  92. package/es/svg/SvgLoader.js +28 -0
  93. package/es/svg/UnableToProcessRequest.js +43 -0
  94. package/es/svg/UnauthorizedLogin.js +43 -0
  95. package/es/svg/UrlNotFound.js +43 -0
  96. package/es/svg/WillBeRightBack.js +43 -0
  97. package/es/svg/ZiaAnamoly.js +67 -0
  98. package/{src → es}/svg/images/EmptyBusinessHoliday.svg +0 -0
  99. package/{src → es}/svg/images/EmptyBusinessHour.svg +0 -0
  100. package/{src → es}/svg/images/EmptyContactInfo.svg +0 -0
  101. package/{src → es}/svg/images/EmptyCustomDomain.svg +0 -0
  102. package/{src → es}/svg/images/EmptyFilter.svg +0 -0
  103. package/{src → es}/svg/images/EmptyFromAddress.svg +0 -0
  104. package/{src → es}/svg/images/EmptyImportHistory.svg +0 -0
  105. package/{src → es}/svg/images/EmptyNetwork.svg +0 -0
  106. package/{src → es}/svg/images/EmptyRecycleBin.svg +0 -0
  107. package/{src → es}/svg/images/EmptyRoles.svg +0 -0
  108. package/{src → es}/svg/images/EmptySkills.svg +0 -0
  109. package/{src → es}/svg/images/EmptyWebhook.svg +0 -0
  110. package/{src → es}/svg/images/FailureLog.svg +0 -0
  111. package/{src → es}/svg/images/Inconvenience.svg +0 -0
  112. package/{src → es}/svg/images/NoRequestFound.svg +0 -0
  113. package/{src → es}/svg/images/PageNotFound.svg +0 -0
  114. package/{src → es}/svg/images/ReguestUrlNotFound.svg +0 -0
  115. package/{src → es}/svg/images/UnableToProcess.svg +0 -0
  116. package/{src → es}/svg/images/UnauthorizedLogin.svg +0 -0
  117. package/{src → es}/svg/images/WillBack.svg +0 -0
  118. package/{src → es}/svg/utils.js +1 -2
  119. package/lib/Provider.js +1 -1
  120. package/lib/svg/EmptyAccounts.js +1 -1
  121. package/lib/svg/EmptyActiveCalls.js +1 -1
  122. package/lib/svg/EmptyActivity.js +1 -1
  123. package/lib/svg/EmptyAgent.js +1 -1
  124. package/lib/svg/EmptyAgentQueue.js +1 -1
  125. package/lib/svg/EmptyApproval.js +1 -1
  126. package/lib/svg/EmptyArchived.js +1 -1
  127. package/lib/svg/EmptyAttach.js +1 -1
  128. package/lib/svg/EmptyBlueprint.js +1 -1
  129. package/lib/svg/EmptyBusinessHoliday.js +1 -1
  130. package/lib/svg/EmptyBusinessHour.js +1 -1
  131. package/lib/svg/EmptyCallHistory.js +1 -1
  132. package/lib/svg/EmptyCollision.js +1 -1
  133. package/lib/svg/EmptyColumn.js +1 -1
  134. package/lib/svg/EmptyContact.js +1 -1
  135. package/lib/svg/EmptyContract.js +1 -1
  136. package/lib/svg/EmptyConversation.js +1 -1
  137. package/lib/svg/EmptyCrm.js +1 -1
  138. package/lib/svg/EmptyCrmNotes.js +1 -1
  139. package/lib/svg/EmptyCrmPotential.js +1 -1
  140. package/lib/svg/EmptyCustomDomain.js +1 -1
  141. package/lib/svg/EmptyDashboard.js +1 -1
  142. package/lib/svg/EmptyDepartment.js +1 -1
  143. package/lib/svg/EmptyError.js +1 -1
  144. package/lib/svg/EmptyFeed.js +1 -1
  145. package/lib/svg/EmptyFollowers.js +1 -1
  146. package/lib/svg/EmptyFrame.js +1 -1
  147. package/lib/svg/EmptyFromAddress.js +1 -1
  148. package/lib/svg/EmptyHappiness.js +1 -1
  149. package/lib/svg/EmptyHistory.js +1 -1
  150. package/lib/svg/EmptyImportHistory.js +1 -1
  151. package/lib/svg/EmptyInconvenience.js +1 -1
  152. package/lib/svg/EmptyInvoice.js +1 -1
  153. package/lib/svg/EmptyNetwork.js +1 -1
  154. package/lib/svg/EmptyNotification.js +1 -1
  155. package/lib/svg/EmptyProducts.js +1 -1
  156. package/lib/svg/EmptyRecycleBin.js +1 -1
  157. package/lib/svg/EmptyReply.js +1 -1
  158. package/lib/svg/EmptyReports.js +1 -1
  159. package/lib/svg/EmptyRoles.js +1 -1
  160. package/lib/svg/EmptySchedule.js +1 -1
  161. package/lib/svg/EmptySearch.js +1 -1
  162. package/lib/svg/EmptySkills.js +1 -1
  163. package/lib/svg/EmptySla.js +1 -1
  164. package/lib/svg/EmptySnippet.js +1 -1
  165. package/lib/svg/EmptyTag.js +1 -1
  166. package/lib/svg/EmptyTask.js +1 -1
  167. package/lib/svg/EmptyTeams.js +1 -1
  168. package/lib/svg/EmptyTemplate.js +1 -1
  169. package/lib/svg/EmptyTicket.js +1 -1
  170. package/lib/svg/EmptyTimeEntry.js +1 -1
  171. package/lib/svg/EmptyTimeline.js +1 -1
  172. package/lib/svg/EmptyTopic.js +1 -1
  173. package/lib/svg/EmptyUnauthorizedLogin.js +1 -1
  174. package/lib/svg/EmptyWebhook.js +1 -1
  175. package/lib/svg/EmptyWillBeRightBack.js +1 -1
  176. package/lib/svg/ErrorInconvenience.js +1 -1
  177. package/lib/svg/ErrorOopsSomethingMiss.js +1 -1
  178. package/lib/svg/ErrorUnableToProcessRequest.js +1 -1
  179. package/lib/svg/ErrorUnauthorizedLogin.js +1 -1
  180. package/lib/svg/ErrorUrlNotFound.js +1 -1
  181. package/lib/svg/ErrorWillBeRightBack.js +1 -1
  182. package/lib/svg/Export.js +117 -0
  183. package/lib/svg/Extensions.js +123 -0
  184. package/lib/svg/Extractor.js +1 -1
  185. package/lib/svg/FailureLog.js +1 -1
  186. package/lib/svg/Import.js +1 -1
  187. package/lib/svg/Loader.js +1 -1
  188. package/lib/svg/Multilingual.js +122 -0
  189. package/lib/svg/NoRequestFound.js +1 -1
  190. package/lib/svg/NotImpossible.js +1 -1
  191. package/lib/svg/PageNotFound.js +1 -1
  192. package/lib/svg/Predictor.js +1 -1
  193. package/lib/svg/SVG.js +1 -1
  194. package/lib/svg/UnableToProcessRequest.js +1 -1
  195. package/lib/svg/UnauthorizedLogin.js +1 -1
  196. package/lib/svg/UrlNotFound.js +1 -1
  197. package/lib/svg/WillBeRightBack.js +1 -1
  198. package/lib/svg/ZiaAnamoly.js +1 -1
  199. package/package.json +13 -14
  200. package/lib/svg/docs/SVG__common.docs.js +0 -98
  201. package/lib/svg/docs/SVG__default.docs.js +0 -435
  202. package/lib/svg/docs/SVG__errorstate.docs.js +0 -129
  203. package/lib/svg/docs/SVGdocstyle.module.css +0 -8
  204. package/preprocess/index.js +0 -2
  205. package/preprocess/json/svgAppearanceVariableJson.js +0 -151
  206. package/preprocess/json/svgThemeVariableJson.js +0 -71
  207. package/preprocess/svgAppearanceColors.js +0 -63
  208. package/preprocess/svgThemeColors.js +0 -92
  209. package/src/svg/EmptyAccounts.js +0 -121
  210. package/src/svg/EmptyActiveCalls.js +0 -85
  211. package/src/svg/EmptyActivity.js +0 -85
  212. package/src/svg/EmptyAgent.js +0 -85
  213. package/src/svg/EmptyAgentQueue.js +0 -94
  214. package/src/svg/EmptyApproval.js +0 -85
  215. package/src/svg/EmptyArchived.js +0 -94
  216. package/src/svg/EmptyAttach.js +0 -85
  217. package/src/svg/EmptyBlueprint.js +0 -106
  218. package/src/svg/EmptyCallHistory.js +0 -82
  219. package/src/svg/EmptyCollision.js +0 -85
  220. package/src/svg/EmptyColumn.js +0 -91
  221. package/src/svg/EmptyContact.js +0 -85
  222. package/src/svg/EmptyContract.js +0 -81
  223. package/src/svg/EmptyConversation.js +0 -85
  224. package/src/svg/EmptyCrm.js +0 -84
  225. package/src/svg/EmptyCrmNotes.js +0 -96
  226. package/src/svg/EmptyCrmPotential.js +0 -100
  227. package/src/svg/EmptyDashboard.js +0 -90
  228. package/src/svg/EmptyDepartment.js +0 -87
  229. package/src/svg/EmptyError.js +0 -42
  230. package/src/svg/EmptyFeed.js +0 -87
  231. package/src/svg/EmptyFollowers.js +0 -85
  232. package/src/svg/EmptyFrame.js +0 -83
  233. package/src/svg/EmptyHappiness.js +0 -85
  234. package/src/svg/EmptyHistory.js +0 -84
  235. package/src/svg/EmptyInconvenience.js +0 -37
  236. package/src/svg/EmptyInvoice.js +0 -90
  237. package/src/svg/EmptyNotification.js +0 -84
  238. package/src/svg/EmptyProducts.js +0 -88
  239. package/src/svg/EmptyReply.js +0 -81
  240. package/src/svg/EmptyReports.js +0 -90
  241. package/src/svg/EmptySchedule.js +0 -131
  242. package/src/svg/EmptySearch.js +0 -95
  243. package/src/svg/EmptySkills.js +0 -116
  244. package/src/svg/EmptySla.js +0 -81
  245. package/src/svg/EmptySnippet.js +0 -96
  246. package/src/svg/EmptyTag.js +0 -88
  247. package/src/svg/EmptyTask.js +0 -97
  248. package/src/svg/EmptyTeams.js +0 -85
  249. package/src/svg/EmptyTemplate.js +0 -88
  250. package/src/svg/EmptyTicket.js +0 -88
  251. package/src/svg/EmptyTimeEntry.js +0 -91
  252. package/src/svg/EmptyTimeline.js +0 -85
  253. package/src/svg/EmptyTopic.js +0 -92
  254. package/src/svg/EmptyUnauthorizedLogin.js +0 -44
  255. package/src/svg/EmptyWillBeRightBack.js +0 -44
  256. package/src/svg/ErrorInconvenience.js +0 -128
  257. package/src/svg/ErrorOopsSomethingMiss.js +0 -128
  258. package/src/svg/ErrorUnableToProcessRequest.js +0 -128
  259. package/src/svg/ErrorUnauthorizedLogin.js +0 -127
  260. package/src/svg/ErrorUrlNotFound.js +0 -128
  261. package/src/svg/ErrorWillBeRightBack.js +0 -127
  262. package/src/svg/Extractor.js +0 -76
  263. package/src/svg/FailureLog.js +0 -32
  264. package/src/svg/Import.js +0 -85
  265. package/src/svg/Loader.js +0 -81
  266. package/src/svg/NoRequestFound.js +0 -37
  267. package/src/svg/NotImpossible.js +0 -80
  268. package/src/svg/PageNotFound.js +0 -38
  269. package/src/svg/Predictor.js +0 -78
  270. package/src/svg/SVG.js +0 -107
  271. package/src/svg/SvgLoader.js +0 -21
  272. package/src/svg/UnableToProcessRequest.js +0 -37
  273. package/src/svg/UnauthorizedLogin.js +0 -37
  274. package/src/svg/UrlNotFound.js +0 -37
  275. package/src/svg/WillBeRightBack.js +0 -37
  276. package/src/svg/ZiaAnamoly.js +0 -76
  277. package/src/svg/docs/SVG__common.docs.js +0 -47
  278. package/src/svg/docs/SVG__default.docs.js +0 -233
  279. package/src/svg/docs/SVG__errorstate.docs.js +0 -75
  280. package/src/svg/docs/SVGdocstyle.module.css +0 -8
@@ -0,0 +1,113 @@
1
+ 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); }
2
+
3
+ import React from 'react';
4
+ import PropTypes from 'prop-types';
5
+ import SVG from './SVG';
6
+ export default class Inconvenience extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 622.7 500",
10
+ name: "Inconvenience"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.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.createElement("path", {
12
+ className: "ErrorInconvenience_svg__cls-1",
13
+ 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"
14
+ }), /*#__PURE__*/React.createElement("circle", {
15
+ className: "ErrorInconvenience_svg__cls-1",
16
+ cx: 85.66,
17
+ cy: 380.12,
18
+ r: 25.39
19
+ }), /*#__PURE__*/React.createElement("circle", {
20
+ className: "ErrorInconvenience_svg__cls-1",
21
+ cx: 68.97,
22
+ cy: 136.56,
23
+ r: 25.39
24
+ }), /*#__PURE__*/React.createElement("circle", {
25
+ className: "ErrorInconvenience_svg__cls-1",
26
+ cx: 286.44,
27
+ cy: 89.2,
28
+ r: 12.74
29
+ }), /*#__PURE__*/React.createElement("circle", {
30
+ className: "ErrorInconvenience_svg__cls-1",
31
+ cx: 134.93,
32
+ cy: 425.42,
33
+ r: 12.74
34
+ }), /*#__PURE__*/React.createElement("circle", {
35
+ className: "ErrorInconvenience_svg__cls-1",
36
+ cx: 369.22,
37
+ cy: 413.4,
38
+ r: 12.74
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ 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",
41
+ opacity: 0.2,
42
+ fill: "var(--zd_emptysvg_primary_fill)"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ className: "ErrorInconvenience_svg__cls-3",
45
+ 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"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ className: "ErrorInconvenience_svg__cls-3",
48
+ 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"
49
+ }), /*#__PURE__*/React.createElement("ellipse", {
50
+ cx: 242.54,
51
+ cy: 119.05,
52
+ rx: 3.54,
53
+ ry: 3.51,
54
+ strokeMiterlimit: 10,
55
+ stroke: "var(--zd_emptysvg_medium_circle)",
56
+ fill: "none"
57
+ }), /*#__PURE__*/React.createElement("ellipse", {
58
+ cx: 207.81,
59
+ cy: 420.01,
60
+ rx: 3.54,
61
+ ry: 3.51,
62
+ fill: "var(--zd_emptysvg_medium_circle)"
63
+ }), /*#__PURE__*/React.createElement("ellipse", {
64
+ cx: 40.66,
65
+ cy: 271.19,
66
+ rx: 3.31,
67
+ ry: 3.28,
68
+ stroke: "var(--zd_emptysvg_tiny_circle)",
69
+ strokeMiterlimit: 10,
70
+ fill: "none"
71
+ }), /*#__PURE__*/React.createElement("ellipse", {
72
+ cx: 427.47,
73
+ cy: 275.31,
74
+ rx: 3.31,
75
+ ry: 3.28,
76
+ fill: "var(--zd_emptysvg_tiny_circle)"
77
+ }), /*#__PURE__*/React.createElement("path", {
78
+ className: "ErrorInconvenience_svg__cls-8",
79
+ d: "M104.87 159.76l-.35 6.18M101.58 162.68l6.23.35"
80
+ }), /*#__PURE__*/React.createElement("ellipse", {
81
+ cx: 425.64,
82
+ cy: 317.18,
83
+ rx: 2.46,
84
+ ry: 2.44,
85
+ strokeLinecap: "round",
86
+ strokeLinejoin: "round",
87
+ stroke: "var(--zd_emptysvg_small_circle)",
88
+ fill: "none"
89
+ }), /*#__PURE__*/React.createElement("path", {
90
+ className: "ErrorInconvenience_svg__cls-10",
91
+ d: "M384.7 115.32l4.16 4.61M384.46 119.69l4.65-4.13"
92
+ }));
93
+ }
94
+
95
+ }
96
+ Inconvenience.propTypes = {
97
+ alignHorizontal: PropTypes.bool,
98
+ className: PropTypes.string,
99
+ dataId: PropTypes.string,
100
+ isRender: PropTypes.bool
101
+ };
102
+ Inconvenience.defaultProps = {
103
+ alignHorizontal: true,
104
+ isRender: true,
105
+ className: '',
106
+ dataId: 'inconvenience'
107
+ };
108
+
109
+ if (false) {
110
+ Inconvenience.docs = {
111
+ componentGroup: 'SVG'
112
+ };
113
+ }
@@ -0,0 +1,114 @@
1
+ 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); }
2
+
3
+ import React from 'react';
4
+ import PropTypes from 'prop-types';
5
+ import SVG from './SVG';
6
+ export default class OopsSomethingMiss extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 695.38 500",
10
+ name: "OopsSomethingMiss"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".ErrorOopsSomethingMiss_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorOopsSomethingMiss_svg__cls-10,.ErrorOopsSomethingMiss_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorOopsSomethingMiss_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorOopsSomethingMiss_svg__cls-8{stroke:var(--zd_emptysvg_plus)}")), /*#__PURE__*/React.createElement("path", {
12
+ className: "ErrorOopsSomethingMiss_svg__cls-1",
13
+ d: "M280.06 165.76s33.78-54.78 54.77-11 32.87 82.17 94 33.78S515.6 132.89 538.42 163s44.28 286.69-178.94 233.74c0 0-176.65-66.65-79.42-230.98z"
14
+ }), /*#__PURE__*/React.createElement("circle", {
15
+ className: "ErrorOopsSomethingMiss_svg__cls-1",
16
+ cx: 237.04,
17
+ cy: 373.78,
18
+ r: 25.39
19
+ }), /*#__PURE__*/React.createElement("circle", {
20
+ className: "ErrorOopsSomethingMiss_svg__cls-1",
21
+ cx: 220.36,
22
+ cy: 130.23,
23
+ r: 25.39
24
+ }), /*#__PURE__*/React.createElement("circle", {
25
+ className: "ErrorOopsSomethingMiss_svg__cls-1",
26
+ cx: 437.82,
27
+ cy: 82.86,
28
+ r: 12.74
29
+ }), /*#__PURE__*/React.createElement("circle", {
30
+ className: "ErrorOopsSomethingMiss_svg__cls-1",
31
+ cx: 286.31,
32
+ cy: 419.08,
33
+ r: 12.74
34
+ }), /*#__PURE__*/React.createElement("circle", {
35
+ className: "ErrorOopsSomethingMiss_svg__cls-1",
36
+ cx: 520.6,
37
+ cy: 407.06,
38
+ r: 12.74
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M83.93 402.4c15.42-1.84 27.8-6.31 29.7-15.65 5.51-27.12 61.58-45 222 20.22 0 0 96.06-48.26 96.06-50.09s-55.16-9.2-84.57 36.76c0 0-124.09-38.5-146.61-38.33 0 0 78.59-66.92 96.52-64.16s-62 4.14-111.23 43.2c0 0 104.33 28.47 147.53 48.26 0 0 52.4-46 98.36-35.39 0 0 5-.29 2.44-5.36s-54.62-42.57-131-50.8c0 0 .35-42.82 29.81-78.11 0 0-13.36 24.32 7.54 24.67l8.22-1s-6.51 12.67 4.45 16.79l-1 4.8s8.92-4.8 10.29 1l11.3-1.37s-3.42 5.13-1.71 7.53 13 6.51 13 6.51.68 12.34 3.77 13 6.85-3.77 10.28-1.37 11.64-4.8 13.36-1-.69 10.62 5.14 12 5.13 6.52 4.79 13 3.43 13 8.92 13 9.24 8.91 9.24 8.91 23-38 89.28-44.9c0 0-57.48-40-133.49-64.67 0 0-37.23 3.29-85.85 64 0 0 119.21 25.19 132.88 61.25 0 0 .08 9.46-5.61 11.67 0 0 18.36-3.68 17.63-13s-15-9.66 1.61-23.53 74.15-16.57 77.75-21.1 0-7.23 0-7.23l12.66 11.76-88.92 31.65s-1.21 8.13 7.22 5.72 10.56-27.13 15.08-52.75 15.67-71.74 64.5-81c8.35-1.43 21.64-.84 35.52 0",
41
+ strokeWidth: 1.5,
42
+ strokeLinecap: "round",
43
+ strokeLinejoin: "round",
44
+ stroke: "var(--zd_emptysvg_primary_stroke)",
45
+ fill: "none"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M303.15 291.07S305.8 246.26 333 213c0 0-17.72 26.28 8.37 32.39 0 0 5 9.36 7.36 9.19l2 7.24s6.28-3.87 8.21-1.77 5.8 1.7 9.85.64c0 0-6.43 6.76 13.35 13.83 0 0 1.29 15.33 7.57 14.31s6.57-3.85 10.95-1.76 7.08-2.57 8.69-1.29.64 10.14 5.95 11.1 4.83 8.21 5 18 11.42 6.57 14 9.85 2.57 10.45 2.57 10.45l-2.59 6.76c.6-2.94-61.95-46.94-131.13-50.87z",
48
+ opacity: 0.2,
49
+ fill: "var(--zd_emptysvg_primary_fill)"
50
+ }), /*#__PURE__*/React.createElement("ellipse", {
51
+ cx: 395,
52
+ cy: 127.76,
53
+ rx: 3.54,
54
+ ry: 3.51,
55
+ strokeMiterlimit: 10,
56
+ stroke: "var(--zd_emptysvg_medium_circle)",
57
+ fill: "none"
58
+ }), /*#__PURE__*/React.createElement("ellipse", {
59
+ cx: 400.27,
60
+ cy: 428.72,
61
+ rx: 3.54,
62
+ ry: 3.51,
63
+ fill: "var(--zd_emptysvg_medium_circle)"
64
+ }), /*#__PURE__*/React.createElement("ellipse", {
65
+ cx: 205.84,
66
+ cy: 278.75,
67
+ rx: 3.31,
68
+ ry: 3.28,
69
+ stroke: "var(--zd_emptysvg_tiny_circle)",
70
+ strokeMiterlimit: 10,
71
+ fill: "none"
72
+ }), /*#__PURE__*/React.createElement("ellipse", {
73
+ cx: 579.94,
74
+ cy: 284.02,
75
+ rx: 3.31,
76
+ ry: 3.28,
77
+ fill: "var(--zd_emptysvg_tiny_circle)"
78
+ }), /*#__PURE__*/React.createElement("path", {
79
+ className: "ErrorOopsSomethingMiss_svg__cls-8",
80
+ d: "M257.33 168.47l-.35 6.18M254.04 171.39l6.23.35"
81
+ }), /*#__PURE__*/React.createElement("ellipse", {
82
+ cx: 538.1,
83
+ cy: 385.89,
84
+ rx: 2.46,
85
+ ry: 2.44,
86
+ strokeLinecap: "round",
87
+ strokeLinejoin: "round",
88
+ stroke: "var(--zd_emptysvg_small_circle)",
89
+ fill: "none"
90
+ }), /*#__PURE__*/React.createElement("path", {
91
+ className: "ErrorOopsSomethingMiss_svg__cls-10",
92
+ d: "M537.16 124.03l4.16 4.61M536.92 128.4l4.65-4.13"
93
+ }));
94
+ }
95
+
96
+ }
97
+ OopsSomethingMiss.propTypes = {
98
+ alignHorizontal: PropTypes.bool,
99
+ className: PropTypes.string,
100
+ dataId: PropTypes.string,
101
+ isRender: PropTypes.bool
102
+ };
103
+ OopsSomethingMiss.defaultProps = {
104
+ alignHorizontal: true,
105
+ isRender: true,
106
+ className: '',
107
+ dataId: 'oopssomethingmiss'
108
+ };
109
+
110
+ if (false) {
111
+ OopsSomethingMiss.docs = {
112
+ componentGroup: 'SVG'
113
+ };
114
+ }
@@ -0,0 +1,114 @@
1
+ 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); }
2
+
3
+ import React from 'react';
4
+ import PropTypes from 'prop-types';
5
+ import SVG from './SVG';
6
+ export default class UnableToProcessRequest extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 500 500",
10
+ name: "UnableToProcessRequest"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".ErrorUnableToProcessRequest_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorUnableToProcessRequest_svg__cls-10,.ErrorUnableToProcessRequest_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUnableToProcessRequest_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUnableToProcessRequest_svg__cls-8{stroke:var(--zd_emptysvg_plus))}")), /*#__PURE__*/React.createElement("path", {
12
+ className: "ErrorUnableToProcessRequest_svg__cls-1",
13
+ d: "M147.82 163s33.78-54.77 54.77-11 32.87 82.16 94 33.78 86.73-55.69 109.55-25.57S450.46 446.92 227.24 394c0 0-176.65-66.68-79.42-231z"
14
+ }), /*#__PURE__*/React.createElement("circle", {
15
+ className: "ErrorUnableToProcessRequest_svg__cls-1",
16
+ cx: 104.8,
17
+ cy: 371.02,
18
+ r: 25.39
19
+ }), /*#__PURE__*/React.createElement("circle", {
20
+ className: "ErrorUnableToProcessRequest_svg__cls-1",
21
+ cx: 88.11,
22
+ cy: 127.46,
23
+ r: 25.39
24
+ }), /*#__PURE__*/React.createElement("circle", {
25
+ className: "ErrorUnableToProcessRequest_svg__cls-1",
26
+ cx: 305.58,
27
+ cy: 80.1,
28
+ r: 12.74
29
+ }), /*#__PURE__*/React.createElement("circle", {
30
+ className: "ErrorUnableToProcessRequest_svg__cls-1",
31
+ cx: 154.07,
32
+ cy: 416.31,
33
+ r: 12.74
34
+ }), /*#__PURE__*/React.createElement("circle", {
35
+ className: "ErrorUnableToProcessRequest_svg__cls-1",
36
+ cx: 388.36,
37
+ cy: 404.29,
38
+ r: 12.74
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M297 255.54s-110.07 41.88-93 62.4 36.49 23.37 19.38 54.15-.57 37.63 12 37.63 47.47-5.82 54.89-21.78 6.73-132.4 6.73-132.4z",
41
+ opacity: 0.2,
42
+ fill: "var(--zd_emptysvg_primary_fill)"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M233.85 228.91s51.63 1.49 50.52 13.36-88.71 13.37-105-3 101.33-17.25 120.26.84-86.11 31.46-126.2 4.36c0 0-2-2.64 0-3.93s1.83 88.22-.87 95.27-21.28 21.77-35.69 15.05-14.41-28.18-14.73-39.71-1-38.74 24-40.34 27.54 21.45 30.43 35.54 0-63.08-8-63.08-52.52 12.17-57 34.26-5.76 71.73 10.89 83.58 46.75 7.68 50.59 13.76.92 13.91 4.35 17.91 53.12 47.29 111.71 4.71a15.46 15.46 0 006.35-12l.72-19.46a3.07 3.07 0 00-3.81-3.1c-14.64 3.6-66.91 14.15-109.25-6.77 0 0-2.29-10.87 5.71-9.15 7 1.49 65.43 15.1 92.94 7.7a20.09 20.09 0 0114.66 2c1.55.82 3.41.54 5.46-2.26 5.88-8 78.5-143.52 75.07-160.68s-23.44-41.74-37.74-40.6-72.62 17.16-72.62 17.16-48-13.16-52.61-6.87 29.75 66 48.61 60.62c15-4.27-31.45-58.33-40-59.47s16 43.46 34.88 53.18 14.87-21.73 20-25.73 53.75-24 62.9-21.16 21.73 20.58 18.87 33.16-56 83.49-59.47 85.2.4-40.64 1.41-39.47-1.51 50.18-1.14 52-64 22.67-111.87-3.72c0 0-3.23-4.67.34-4.67s56.51 25.24 108.34 2.9",
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round",
47
+ stroke: "var(--zd_emptysvg_primary_stroke)",
48
+ strokeWidth: 1.5,
49
+ fill: "none"
50
+ }), /*#__PURE__*/React.createElement("ellipse", {
51
+ cx: 262.76,
52
+ cy: 118.03,
53
+ rx: 3.54,
54
+ ry: 3.51,
55
+ strokeMiterlimit: 10,
56
+ stroke: "var(--zd_emptysvg_medium_circle)",
57
+ fill: "none"
58
+ }), /*#__PURE__*/React.createElement("ellipse", {
59
+ cx: 268.03,
60
+ cy: 418.99,
61
+ rx: 3.54,
62
+ ry: 3.51,
63
+ fill: "var(--zd_emptysvg_medium_circle)"
64
+ }), /*#__PURE__*/React.createElement("ellipse", {
65
+ cx: 73.6,
66
+ cy: 269.02,
67
+ rx: 3.31,
68
+ ry: 3.28,
69
+ stroke: "var(--zd_emptysvg_tiny_circle)",
70
+ strokeMiterlimit: 10,
71
+ fill: "none"
72
+ }), /*#__PURE__*/React.createElement("ellipse", {
73
+ cx: 447.7,
74
+ cy: 274.29,
75
+ rx: 3.31,
76
+ ry: 3.28,
77
+ fill: "var(--zd_emptysvg_tiny_circle)"
78
+ }), /*#__PURE__*/React.createElement("path", {
79
+ className: "ErrorUnableToProcessRequest_svg__cls-8",
80
+ d: "M125.09 158.74l-.35 6.18M121.8 161.66l6.23.35"
81
+ }), /*#__PURE__*/React.createElement("ellipse", {
82
+ cx: 405.86,
83
+ cy: 376.16,
84
+ rx: 2.46,
85
+ ry: 2.44,
86
+ stroke: "var(--zd_emptysvg_small_circle)",
87
+ strokeLinecap: "round",
88
+ strokeLinejoin: "round",
89
+ fill: "none"
90
+ }), /*#__PURE__*/React.createElement("path", {
91
+ className: "ErrorUnableToProcessRequest_svg__cls-10",
92
+ d: "M404.92 114.3l4.16 4.61M404.68 118.67l4.65-4.13"
93
+ }));
94
+ }
95
+
96
+ }
97
+ UnableToProcessRequest.propTypes = {
98
+ alignHorizontal: PropTypes.bool,
99
+ className: PropTypes.string,
100
+ dataId: PropTypes.string,
101
+ isRender: PropTypes.bool
102
+ };
103
+ UnableToProcessRequest.defaultProps = {
104
+ alignHorizontal: true,
105
+ isRender: true,
106
+ className: '',
107
+ dataId: 'unabletoprocessrequest'
108
+ };
109
+
110
+ if (false) {
111
+ UnableToProcessRequest.docs = {
112
+ componentGroup: 'SVG'
113
+ };
114
+ }
@@ -0,0 +1,113 @@
1
+ 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); }
2
+
3
+ import React from 'react';
4
+ import PropTypes from 'prop-types';
5
+ import SVG from './SVG';
6
+ export default class UnauthorizedLogin extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 -40 500 500",
10
+ name: "UnauthorizedLogin"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".ErrorUnauthorizedLogin_svg__cls-1,.ErrorUnauthorizedLogin_svg__cls-2{fill:var(--zd_emptysvg_primary_fill)}.ErrorUnauthorizedLogin_svg__cls-1{opacity:.05}.ErrorUnauthorizedLogin_svg__cls-2{opacity:.2}.ErrorUnauthorizedLogin_svg__cls-10,.ErrorUnauthorizedLogin_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUnauthorizedLogin_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUnauthorizedLogin_svg__cls-8{stroke:var(--zd_emptysvg_plus)}")), /*#__PURE__*/React.createElement("path", {
12
+ className: "ErrorUnauthorizedLogin_svg__cls-1",
13
+ d: "M135.58 156.52s33.78-54.78 54.78-11 32.86 82.17 94 33.78 86.73-55.69 109.55-25.56S438.22 440.44 215 387.49c0 0-176.65-66.64-79.42-230.97z"
14
+ }), /*#__PURE__*/React.createElement("circle", {
15
+ className: "ErrorUnauthorizedLogin_svg__cls-1",
16
+ cx: 92.57,
17
+ cy: 364.54,
18
+ r: 25.39
19
+ }), /*#__PURE__*/React.createElement("circle", {
20
+ className: "ErrorUnauthorizedLogin_svg__cls-1",
21
+ cx: 75.88,
22
+ cy: 120.98,
23
+ r: 25.39
24
+ }), /*#__PURE__*/React.createElement("circle", {
25
+ className: "ErrorUnauthorizedLogin_svg__cls-1",
26
+ cx: 293.35,
27
+ cy: 73.62,
28
+ r: 12.74
29
+ }), /*#__PURE__*/React.createElement("circle", {
30
+ className: "ErrorUnauthorizedLogin_svg__cls-1",
31
+ cx: 141.83,
32
+ cy: 409.84,
33
+ r: 12.74
34
+ }), /*#__PURE__*/React.createElement("circle", {
35
+ className: "ErrorUnauthorizedLogin_svg__cls-1",
36
+ cx: 376.13,
37
+ cy: 397.82,
38
+ r: 12.74
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ className: "ErrorUnauthorizedLogin_svg__cls-2",
41
+ d: "M220.15 211.69s-4.35-10 3-21.2c0 0 20.88 28.8 57.64 2.26 0 0 8.15 1.69 4 22.05 0 0 15.34-15.48 6.28-32.53 0 0 2.56-7.53-3.29-16.29s-13.24-19-28-20.74c0 0 4.07-2.48 3-4.5s-2.26-4.94-8.37-6.24-10.64 6.11-7.13 10.68c0 0-18.13.71-29.39 22.64A33.72 33.72 0 00215 176c-2 8.74-5.24 29 5.15 35.69zM201.67 235.61s-5.82 38.09 46 37.56 58.71-31.74 58.71-36.5-59.77-3.7-63.48 13.25-29.62-12.17-33.85-14.81a6 6 0 00-7.38.5z"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ d: "M196.6 377.4c-2 0-57.79 11-52.29 0s53.69-15.82 52.29-13.76-44.72 11.69-45.41-3.45 12.39-89.42 25.46-112.13c0 0-8.25 0-10.31 4.14s-10 25.67-6.2 28.88S198 328.56 269.52 320.3v-35.78H240s-2 46.79 1.37 48.84 32.33.7 32.33.7v-15.92s64.09-11 76.61-35.53c0 0-3.06 1-2 8.15s10.72 45.16 9.71 71c0 0-30.14 12.52-33.21 11.5s32.51-14.19 35.65-9 7.31 10.66 5 12.12-49.15 6.35-50.46-1.38-1.67-14.84-6.26-18.19-30.85-21.19-30.85-21.19l-4.08-52.84s50.6-11.2 62.13-29.39c0 0-12.65-50.23-10-47.63s2.61 42.45 5.58 42.05 24.93 4.82 25.67 12.22c0 0 6.7-3 7.07-4.07s-12.65 8.14-13 12.65 13-3 14.86-1.5 5.2 8.57 0 9.68-10.76-1.49-11.51 1.12 10 11.9 14.26 11.9 17-.37 18.83-9.67-8.94-5.22-8.94-5.22 8.24 1.5 9.17-3.72-4.69-19.72-8.77-21.95-5.9.52-5.9.52 5.7-1.81 5.82-2.42-27-41-54.66-55.46c0 0-23.17-12.76-30.55-11.63s10.73 22.6-9.05 34.46c0 0 4.52-18.07-4-22 0 0-29.95 27.13-57.64-2.26 0 0-7.91 10.74-2.83 19.78 0 0 19.35 33.15 61.57 5.32 0 0 10.64-7.48 11.39-17.32s-4.49-12.69-1.12-20.43c0 0-5.78-28.52-30.93-32.36s-9.22-11.29-6.83-11 8.81 3.06 8.49 7.67-9.84 3.84-15.65 3-31.93 10.85-33.7 38.38 6.58 28.18 6.58 28.18S212 201.39 215 181.4c0 0-26.33 7.13-30.67 13.24s-6.11 32.53-5.78 35.43 5.78-28.92 1.08-34.35c0 0-39.41 27.5-48.45 50.26 0 0 14.82 12.74 17 12.34s-15.91-12-18.8-9.09-10.85 19.53-10.48 23.87 5.42 14.82 9.4 15.54 13.38 2.53 14.82 1.8 11.57-11.92 10.13-12.65-7.24.73-10.85-3.25 1.81-9.4 4-8 5.09 6.87 6.11 6.87 5.09-.36 5.43-2.9-5.09-10.51-5.09-10.51 11.53-13.12 25.46-14.57c0 0 3.54 27.28 57.33 39.35l3 47.81s-19.4 13.66-27.8 17.41-13.8 16.82-14.26 23.13c0 0-1.1-17.6 15.08-25.41s24.73-15.81 24.73-15.81l-1.39-25.5s-44.1-11.35-59.52-32.13l1.39-4.49s56.68 61.87 162.11-.35c0 0 .11-10.36-1.49-13.24s11.34 23.19 11.5 24.37",
44
+ strokeWidth: 1.5,
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round",
47
+ stroke: "var(--zd_emptysvg_primary_stroke)",
48
+ fill: "none"
49
+ }), /*#__PURE__*/React.createElement("ellipse", {
50
+ cx: 319.44,
51
+ cy: 65.07,
52
+ rx: 3.54,
53
+ ry: 3.51,
54
+ strokeMiterlimit: 10,
55
+ stroke: "var(--zd_emptysvg_medium_circle)",
56
+ fill: "none"
57
+ }), /*#__PURE__*/React.createElement("ellipse", {
58
+ cx: 254.71,
59
+ cy: 426.04,
60
+ rx: 3.54,
61
+ ry: 3.51,
62
+ fill: "var(--zd_emptysvg_medium_circle)"
63
+ }), /*#__PURE__*/React.createElement("ellipse", {
64
+ cx: 60.28,
65
+ cy: 276.06,
66
+ rx: 3.31,
67
+ ry: 3.28,
68
+ stroke: "var(--zd_emptysvg_tiny_circle)",
69
+ strokeMiterlimit: 10,
70
+ fill: "none"
71
+ }), /*#__PURE__*/React.createElement("ellipse", {
72
+ cx: 434.38,
73
+ cy: 281.34,
74
+ rx: 3.31,
75
+ ry: 3.28,
76
+ fill: "var(--zd_emptysvg_tiny_circle)"
77
+ }), /*#__PURE__*/React.createElement("path", {
78
+ className: "ErrorUnauthorizedLogin_svg__cls-8",
79
+ d: "M111.78 165.79l-.35 6.17M108.49 168.7l6.23.35"
80
+ }), /*#__PURE__*/React.createElement("ellipse", {
81
+ cx: 392.54,
82
+ cy: 383.2,
83
+ rx: 2.46,
84
+ ry: 2.44,
85
+ strokeLinecap: "round",
86
+ strokeLinejoin: "round",
87
+ stroke: "var(--zd_emptysvg_small_circle)",
88
+ fill: "none"
89
+ }), /*#__PURE__*/React.createElement("path", {
90
+ className: "ErrorUnauthorizedLogin_svg__cls-10",
91
+ d: "M391.61 121.34l4.15 4.62M391.36 125.71l4.65-4.12"
92
+ }));
93
+ }
94
+
95
+ }
96
+ UnauthorizedLogin.propTypes = {
97
+ alignHorizontal: PropTypes.bool,
98
+ className: PropTypes.string,
99
+ dataId: PropTypes.string,
100
+ isRender: PropTypes.bool
101
+ };
102
+ UnauthorizedLogin.defaultProps = {
103
+ alignHorizontal: true,
104
+ isRender: true,
105
+ className: '',
106
+ dataId: 'unauthorizedlogin'
107
+ };
108
+
109
+ if (false) {
110
+ UnauthorizedLogin.docs = {
111
+ componentGroup: 'SVG'
112
+ };
113
+ }
@@ -0,0 +1,114 @@
1
+ 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); }
2
+
3
+ import React from 'react';
4
+ import PropTypes from 'prop-types';
5
+ import SVG from './SVG';
6
+ export default class UrlNotFound extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 500 500",
10
+ name: "UrlNotFound"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".ErrorUrlNotFound_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorUrlNotFound_svg__cls-10,.ErrorUrlNotFound_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUrlNotFound_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUrlNotFound_svg__cls-8{stroke:var(--zd_emptysvg_cross)}")), /*#__PURE__*/React.createElement("path", {
12
+ className: "ErrorUrlNotFound_svg__cls-1",
13
+ d: "M148.89 174.69s33.77-54.78 54.77-11 32.87 82.17 94 33.78 86.77-55.65 109.59-25.47 44.28 286.67-178.94 233.72c0-.05-176.65-66.72-79.42-231.03z"
14
+ }), /*#__PURE__*/React.createElement("circle", {
15
+ className: "ErrorUrlNotFound_svg__cls-1",
16
+ cx: 105.87,
17
+ cy: 382.71,
18
+ r: 25.39
19
+ }), /*#__PURE__*/React.createElement("circle", {
20
+ className: "ErrorUrlNotFound_svg__cls-1",
21
+ cx: 89.18,
22
+ cy: 139.16,
23
+ r: 25.39
24
+ }), /*#__PURE__*/React.createElement("circle", {
25
+ className: "ErrorUrlNotFound_svg__cls-1",
26
+ cx: 306.65,
27
+ cy: 91.79,
28
+ r: 12.74
29
+ }), /*#__PURE__*/React.createElement("circle", {
30
+ className: "ErrorUrlNotFound_svg__cls-1",
31
+ cx: 155.14,
32
+ cy: 428.01,
33
+ r: 12.74
34
+ }), /*#__PURE__*/React.createElement("circle", {
35
+ className: "ErrorUrlNotFound_svg__cls-1",
36
+ cx: 389.43,
37
+ cy: 415.99,
38
+ r: 12.74
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M147.26 384.22l22.71 7s.88-5.55.16-15.67 7.59-17.34 7.59-17.34 15.89-17.34 15.89-19.14-21.31-58.52-23.12-69.72 7.59-50.94 7.59-50.94l2.53 27.46s17.7 1.8 21.67-1.09.72-24.92.72-24.92l-20.95-.73s-4 14.09-14.09 36.85c-8.26 18.59-19.65 95.5-23.75 126.21-.92 6.89-1.47 11.45-1.53 12.51-.37 5.78-10.48 12.28-10.48 12.28s6.86.72 9.39-4.33 14.81-14.45 19.15-7.95-6.14 13.36-11.2 18.49-15.9 2.82-18.79 0-.72-12.71-.72-12.71c-11.2-22-13-151.72-13-151.72l1.8 23.48-15.17.36 25.65-65c56-40.46 93.92 10.12 93.92 10.12l1.09 78.75 2.53-81.28c-5.28-13.48-27.46-22-27.46-22-55.63-21.67-80.56 22.76-80.56 22.76s18.79-40.82 71.53-44.43 76.94 44.43 75.86 40.46-23.48-24.57-23.48-24.57l72.26 7.48s-41.18 17.7-44.43 22.76-41.91 11.56-41.91 11.56l15.17 6.86-6 64.58-14.33.35s-6.23 46.52-6.23 49.66-16.94 13.41-22.38 17.34-3.56 25.73-3.56 25.73-.21-15.48 0-23.64-7.53-9.41-7.53-9.41c-9.62 0-10.75 8.58-10.75 8.58v23.11c0 3.49 3.22 9.67 8.6 10.08s10.87-5.17 10.87-5.17l53.77 15.83s-.13-165.23.13-174.77-3.22-8.37-2.52-6 53.46 52.51 54 54 77-45.15 77-45.15l-52-42c-4.13.17-74.75 31.47-72.94 33.73s69.49-36.1 69.49-36.1l1.91 168.32-72.06 48.33",
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round",
43
+ stroke: "var(--zd_emptysvg_primary_stroke)",
44
+ strokeWidth: 1.5,
45
+ fill: "none"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M129.31 207.53s-8.67 115.3 1.13 176.69c0 0 7 4 9-5.4 6.74-31.64 17.12-114.22 30.21-147.44 0 0 32.66 101.9 30.7 105.82s-6.8 22.07-3.92 21.55c13.22-2.4 35.92-69.89 20.9-133.25-.02 0-22.53-45.08-88.02-17.97z",
48
+ opacity: 0.2,
49
+ fill: "var(--zd_emptysvg_primary_fill)"
50
+ }), /*#__PURE__*/React.createElement("ellipse", {
51
+ cx: 263.83,
52
+ cy: 122.29,
53
+ rx: 3.54,
54
+ ry: 3.51,
55
+ strokeMiterlimit: 10,
56
+ stroke: "var(--zd_emptysvg_medium_circle)",
57
+ fill: "none"
58
+ }), /*#__PURE__*/React.createElement("ellipse", {
59
+ cx: 269.1,
60
+ cy: 423.25,
61
+ rx: 3.54,
62
+ ry: 3.51,
63
+ fill: "var(--zd_emptysvg_medium_circle)"
64
+ }), /*#__PURE__*/React.createElement("ellipse", {
65
+ cx: 74.67,
66
+ cy: 273.28,
67
+ rx: 3.31,
68
+ ry: 3.28,
69
+ stroke: "var(--zd_emptysvg_tiny_circle)",
70
+ strokeMiterlimit: 10,
71
+ fill: "none"
72
+ }), /*#__PURE__*/React.createElement("ellipse", {
73
+ cx: 448.76,
74
+ cy: 278.55,
75
+ rx: 3.31,
76
+ ry: 3.28,
77
+ fill: "var(--zd_emptysvg_tiny_circle)"
78
+ }), /*#__PURE__*/React.createElement("path", {
79
+ className: "ErrorUrlNotFound_svg__cls-8",
80
+ d: "M126.16 163.01l-.35 6.17M122.87 165.92l6.23.35"
81
+ }), /*#__PURE__*/React.createElement("ellipse", {
82
+ cx: 406.93,
83
+ cy: 380.42,
84
+ rx: 2.46,
85
+ ry: 2.44,
86
+ stroke: "var(--zd_emptysvg_small_circle)",
87
+ strokeLinecap: "round",
88
+ strokeLinejoin: "round",
89
+ fill: "none"
90
+ }), /*#__PURE__*/React.createElement("path", {
91
+ className: "ErrorUrlNotFound_svg__cls-10",
92
+ d: "M405.99 118.56l4.16 4.61M405.75 122.93l4.65-4.12"
93
+ }));
94
+ }
95
+
96
+ }
97
+ UrlNotFound.propTypes = {
98
+ alignHorizontal: PropTypes.bool,
99
+ className: PropTypes.string,
100
+ dataId: PropTypes.string,
101
+ isRender: PropTypes.bool
102
+ };
103
+ UrlNotFound.defaultProps = {
104
+ alignHorizontal: true,
105
+ isRender: true,
106
+ className: '',
107
+ dataId: 'urlnotfound'
108
+ };
109
+
110
+ if (false) {
111
+ UrlNotFound.docs = {
112
+ componentGroup: 'SVG'
113
+ };
114
+ }