@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,72 @@
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 EmptyHistory extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "accounts"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyHistory_svg__cls-3,.EmptyHistory_svg__cls-4,.EmptyHistory_svg__cls-5,.EmptyHistory_svg__cls-6,.EmptyHistory_svg__cls-7{fill:none}.EmptyHistory_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyHistory_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyHistory_svg__cls-4,.EmptyHistory_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyHistory_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyHistory_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
+ opacity: 0.05,
14
+ fill: "var(--zd_emptysvg_primary_fill)"
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 156.04,
17
+ cy: 31.69,
18
+ rx: 3.54,
19
+ ry: 3.51,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "EmptyHistory_svg__cls-3",
25
+ cx: 79.62,
26
+ cy: 29.6,
27
+ rx: 2.12,
28
+ ry: 2.1
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "EmptyHistory_svg__cls-4",
31
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ className: "EmptyHistory_svg__cls-7",
34
+ cx: 165.88,
35
+ cy: 154.09,
36
+ rx: 2.45,
37
+ ry: 2.43
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "EmptyHistory_svg__cls-6",
40
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M53.08 154s8.57-1.57 11.15-22.71c1.83-15 4-30.35 5.15-38.06a6.68 6.68 0 015.87-5.68c16.7-1.91 69.7-7.12 89.62.61l-11 56.17s-6.46 9.67-12.79 9.67z",
43
+ fill: "var(--zd_emptysvg_secondary_fill)"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ className: "EmptyHistory_svg__cls-5",
46
+ d: "M175.07 88.31C175.53 69.79 155.31 69 155.31 69s-31-1.61-31.86-3.18c-1.24-2.43-6.79-8.42-10.15-11.93a8.74 8.74 0 00-6.3-2.67c-8.36-.06-28.48-.17-33.49 0-6.37.25-8.27 21-8.27 21s-23.78-4.93-23.56 10.33C41.89 96.8 38 154 48.05 154c15.51 0 10.38-60.21 20.18-65.84 5.6-3.22 93.45-8.5 96.64 0 2.36 6.3-6.37 39.45-11 56.17a13.23 13.23 0 01-12.79 9.67H62s25.42.13 43-23c0 0-11 9.44-5.6 11.72s18.59 2.7 18.49-2c-.1-4.91-5.39-13.63-5.39-13.63s10.08 5.41 10.15 16.27c0 0 .3 3-5 3.48-6.34.63-15.79.55-18.8 0a9.29 9.29 0 01-2.11-.42c-1.79-.76-4.45-2.83-2.33-8.26 4.18-10.74 27.68-22.4 28.1-30.32s-3.17-8.15-6-8.35c-8-.55-17.44-.4-17.44-.4s-6.44.09-5 7.48 10.14 12.89 10.35 11-6.76-4.86-2.74-8.14 16.16-1.26 14.89 2.75c-1 3.19-5.49 5.81-5.49 5.81"
47
+ }));
48
+ }
49
+
50
+ }
51
+ EmptyHistory.propTypes = {
52
+ alignHorizontal: PropTypes.bool,
53
+ className: PropTypes.string,
54
+ dataId: PropTypes.string,
55
+ isRender: PropTypes.bool,
56
+ size: PropTypes.oneOf(['small', 'large']),
57
+ palette: PropTypes.oneOf(['default', 'dark'])
58
+ };
59
+ EmptyHistory.defaultProps = {
60
+ size: 'large',
61
+ alignHorizontal: true,
62
+ isRender: true,
63
+ className: '',
64
+ dataId: 'emptyHistory',
65
+ palette: 'default'
66
+ };
67
+
68
+ if (false) {
69
+ EmptyHistory.docs = {
70
+ componentGroup: 'SVG'
71
+ };
72
+ }
@@ -1,15 +1,21 @@
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
+
1
3
  import React from 'react';
2
4
  import PropTypes from 'prop-types';
3
5
  import SVG from './SVG';
4
6
  import image from './images/EmptyImportHistory.svg';
5
7
  export default class EmptyImportHistory extends React.Component {
6
8
  render() {
7
- return (
8
- <SVG viewBox='0 0 181.9 139.3' name='importHistory' {...this.props}>
9
- <image xlinkHref={image} height='100%' width='100%' />
10
- </SVG>
11
- );
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 181.9 139.3",
11
+ name: "importHistory"
12
+ }, this.props), /*#__PURE__*/React.createElement("image", {
13
+ xlinkHref: image,
14
+ height: "100%",
15
+ width: "100%"
16
+ }));
12
17
  }
18
+
13
19
  }
14
20
  EmptyImportHistory.propTypes = {
15
21
  alignHorizontal: PropTypes.bool,
@@ -25,8 +31,9 @@ EmptyImportHistory.defaultProps = {
25
31
  className: '',
26
32
  dataId: 'emptyImportHistory'
27
33
  };
28
- if (__DOCS__) {
34
+
35
+ if (false) {
29
36
  EmptyImportHistory.docs = {
30
37
  componentGroup: 'SVG'
31
38
  };
32
- }
39
+ }
@@ -0,0 +1,42 @@
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
+ import image from './images/Inconvenience.svg';
7
+ export default class Inconvenience extends React.Component {
8
+ render() {
9
+ let {
10
+ isFluid
11
+ } = this.props;
12
+ return /*#__PURE__*/React.createElement(SVG, _extends({
13
+ viewBox: "0 0 508.8 313.8",
14
+ name: "Inconvenience",
15
+ isFluid: isFluid
16
+ }, this.props), /*#__PURE__*/React.createElement("image", {
17
+ xlinkHref: image,
18
+ height: "100%",
19
+ width: "100%"
20
+ }));
21
+ }
22
+
23
+ }
24
+ Inconvenience.propTypes = {
25
+ alignHorizontal: PropTypes.bool,
26
+ className: PropTypes.string,
27
+ dataId: PropTypes.string,
28
+ isFluid: PropTypes.bool,
29
+ isRender: PropTypes.bool
30
+ };
31
+ Inconvenience.defaultProps = {
32
+ alignHorizontal: true,
33
+ isRender: true,
34
+ className: '',
35
+ dataId: 'inconvenience'
36
+ };
37
+
38
+ if (false) {
39
+ Inconvenience.docs = {
40
+ componentGroup: 'SVG'
41
+ };
42
+ }
@@ -0,0 +1,77 @@
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 EmptyInvoice extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "invoice"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyInvoice_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyInvoice_svg__cls-3,.EmptyInvoice_svg__cls-4,.EmptyInvoice_svg__cls-5,.EmptyInvoice_svg__cls-7,.EmptyInvoice_svg__cls-8{fill:none}.EmptyInvoice_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyInvoice_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyInvoice_svg__cls-4,.EmptyInvoice_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyInvoice_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyInvoice_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
+ opacity: 0.05,
14
+ fill: "var(--zd_emptysvg_primary_fill)"
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 156.04,
17
+ cy: 31.69,
18
+ rx: 3.54,
19
+ ry: 3.51,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "EmptyInvoice_svg__cls-7",
25
+ cx: 79.62,
26
+ cy: 29.6,
27
+ rx: 2.12,
28
+ ry: 2.1
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "EmptyInvoice_svg__cls-4",
31
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ className: "EmptyInvoice_svg__cls-8",
34
+ cx: 165.88,
35
+ cy: 154.09,
36
+ rx: 2.45,
37
+ ry: 2.43
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "EmptyInvoice_svg__cls-3",
40
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
+ }), /*#__PURE__*/React.createElement("circle", {
42
+ className: "EmptyInvoice_svg__cls-6",
43
+ cx: 57.41,
44
+ cy: 113.21,
45
+ r: 14.89
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ className: "EmptyInvoice_svg__cls-6",
48
+ d: "M48.34 130.44l.37 17.69a.83.83 0 001.37.63l7-6.81 6.75 7c.75.67 1.1-1.59 1.1-2.6v-18.77M75.54 73.14s-4.64-1.26 5.62-3S124.53 69 124.42 72c0 0-43.42 2.82-48.88 1.14zM84 103.87s-2.54-.29-1.3-2.77c.81-1.6 40.16-4.64 41.79-.79 1.05 2.42-40.49 3.56-40.49 3.56z"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ className: "EmptyInvoice_svg__cls-5",
51
+ d: "M65 134.94s1.12 12.34 0 14-7.85-7-7.85-7-6.13 8.84-8.67 7.23c0 0-1-14.15-.47-17.87a1.82 1.82 0 011.48-1.53c4.18-.79 17.77-1.64 22.24-12.22C77 105 63.59 94.05 49.83 99.06c-11.42 4.16-14.58 28.31 6.72 28.88s19-19 16.21-24.11C69.08 97 61 94.65 58.27 94.46a1.84 1.84 0 01-1.71-1.76l.93-27.7a19.26 19.26 0 012.18-10 14.82 14.82 0 0112.86-8.07c14-.85 74.65 0 74.65 0s17.71-.38 17.67 23.58a55.92 55.92 0 00-22.83 0s-1.3-20.23 6.68-20.57c0 0-7.62-3.26-8.79 17.3L142 136a21.76 21.76 0 01-1.41 8.57c-1.62 4.15-4.88 8.75-11.26 7.25a12.85 12.85 0 01-9.21-8.87l-1-3.34h-43s-2.63-1.65 46.72-1.24c0 0-2.6 9.27 2.06 13.74 1.85 1.77 11.39 3.09 11.39 3.09H69s-1.7-18.13 1.81-25.2 16-20.9-2.31-37c0 0 .39-18.28.68-25.54.44-11.25 55.12-7.4 58.14-4.37s5.38 7.39 1 8.4-53.87 2.87-54.11.67c-.2-1.78 44-4.51 49.53-1.63 4.45 2.29 3.45 19.6 3.3 25.84a4 4 0 01-.25 1.18 5.28 5.28 0 01-2.47 2.94 6.87 6.87 0 01-2.28.73c-11.11 1.57-33.26 2.45-38 2.65a1.41 1.41 0 01-1.45-1.08c-.15-.6-.31-1.47.15-1.69 3.47-1.6 43.07-6 44.9 2.1 1.4 6.18 1 15.16.28 19.29a2.79 2.79 0 01-2.48 2.3c-6.34.62-23.75 2.68-23.59.42.24-3.43 20.32-3.12 20.32-3.12"
52
+ }));
53
+ }
54
+
55
+ }
56
+ EmptyInvoice.propTypes = {
57
+ alignHorizontal: PropTypes.bool,
58
+ className: PropTypes.string,
59
+ dataId: PropTypes.string,
60
+ isRender: PropTypes.bool,
61
+ size: PropTypes.oneOf(['small', 'large']),
62
+ palette: PropTypes.oneOf(['default', 'dark'])
63
+ };
64
+ EmptyInvoice.defaultProps = {
65
+ size: 'large',
66
+ alignHorizontal: true,
67
+ isRender: true,
68
+ className: '',
69
+ dataId: 'emptyInvoice',
70
+ palette: 'default'
71
+ };
72
+
73
+ if (false) {
74
+ EmptyInvoice.docs = {
75
+ componentGroup: 'SVG'
76
+ };
77
+ }
@@ -1,15 +1,21 @@
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
+
1
3
  import React from 'react';
2
4
  import PropTypes from 'prop-types';
3
5
  import SVG from './SVG';
4
6
  import image from './images/EmptyNetwork.svg';
5
7
  export default class EmptyNetwork extends React.Component {
6
8
  render() {
7
- return (
8
- <SVG viewBox='0 0 181.9 139.3' name='network' {...this.props}>
9
- <image xlinkHref={image} height='100%' width='100%' />
10
- </SVG>
11
- );
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 181.9 139.3",
11
+ name: "network"
12
+ }, this.props), /*#__PURE__*/React.createElement("image", {
13
+ xlinkHref: image,
14
+ height: "100%",
15
+ width: "100%"
16
+ }));
12
17
  }
18
+
13
19
  }
14
20
  EmptyNetwork.propTypes = {
15
21
  alignHorizontal: PropTypes.bool,
@@ -25,8 +31,9 @@ EmptyNetwork.defaultProps = {
25
31
  className: '',
26
32
  dataId: 'emptyNetwork'
27
33
  };
28
- if (__DOCS__) {
34
+
35
+ if (false) {
29
36
  EmptyNetwork.docs = {
30
37
  componentGroup: 'SVG'
31
38
  };
32
- }
39
+ }
@@ -0,0 +1,72 @@
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 EmptyNotification extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "notification"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyNotification_svg__cls-3,.EmptyNotification_svg__cls-4,.EmptyNotification_svg__cls-5,.EmptyNotification_svg__cls-6,.EmptyNotification_svg__cls-7{fill:none}.EmptyNotification_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyNotification_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyNotification_svg__cls-4,.EmptyNotification_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyNotification_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyNotification_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
+ opacity: 0.05,
14
+ fill: "var(--zd_emptysvg_primary_fill)"
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 156.04,
17
+ cy: 31.69,
18
+ rx: 3.54,
19
+ ry: 3.51,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "EmptyNotification_svg__cls-3",
25
+ cx: 79.62,
26
+ cy: 29.6,
27
+ rx: 2.12,
28
+ ry: 2.1
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "EmptyNotification_svg__cls-4",
31
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ className: "EmptyNotification_svg__cls-7",
34
+ cx: 165.88,
35
+ cy: 154.09,
36
+ rx: 2.45,
37
+ ry: 2.43
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "EmptyNotification_svg__cls-6",
40
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M56.29 115.94s-9.66.19-3.59 9.34 66.58 34.34 81.41 26.6c0 0 3.54-1.23 2-3S109 119.27 56.29 115.94z",
43
+ fill: "var(--zd_emptysvg_secondary_fill)"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ className: "EmptyNotification_svg__cls-5",
46
+ d: "M138.63 150.66s-34.89-34.54-82.34-34.72a5.33 5.33 0 00-3.59 9.34c5.52 4.73 16.55 11.32 38.38 19.78 55.53 21.52 49.6-1.53 45.93-18.68s-4.78-18.37 1.44-34.29 3.77-32.76-13.38-38.58-30-3.68-40.42 16.84-43.17 31.54-43.17 44.09 29.39 30.28 60.32 37.95c0 0-1 11.49 8.8 13.32s17.46-10.8 11.34-23.66-23.52 1.89-16.17 16.59 30-8.68 28.48-27.36-5.2-25.41 1.84-43.17.07-38.2-20.71-39.18c0 0 3.69-16.83 13.25-16.53 8.28.25 8.24 8.06 6.71 12.93-3.26 10.36-6.14 18.12-28.41 21.57a53.81 53.81 0 01-13.33-.28"
47
+ }));
48
+ }
49
+
50
+ }
51
+ EmptyNotification.propTypes = {
52
+ alignHorizontal: PropTypes.bool,
53
+ className: PropTypes.string,
54
+ dataId: PropTypes.string,
55
+ isRender: PropTypes.bool,
56
+ size: PropTypes.oneOf(['small', 'large']),
57
+ palette: PropTypes.oneOf(['default', 'dark'])
58
+ };
59
+ EmptyNotification.defaultProps = {
60
+ size: 'large',
61
+ alignHorizontal: true,
62
+ isRender: true,
63
+ className: '',
64
+ dataId: 'emptyNotification',
65
+ palette: 'default'
66
+ };
67
+
68
+ if (false) {
69
+ EmptyNotification.docs = {
70
+ componentGroup: 'SVG'
71
+ };
72
+ }
@@ -0,0 +1,75 @@
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 EmptyProducts extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "products"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyProducts_svg__cls-4,.EmptyProducts_svg__cls-5,.EmptyProducts_svg__cls-6,.EmptyProducts_svg__cls-7,.EmptyProducts_svg__cls-8{fill:none}.EmptyProducts_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyProducts_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyProducts_svg__cls-5,.EmptyProducts_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyProducts_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyProducts_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
+ fill: "var(--zd_emptysvg_primary_fill)",
14
+ opacity: 0.05
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 156.04,
17
+ cy: 31.69,
18
+ rx: 3.54,
19
+ ry: 3.51,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "EmptyProducts_svg__cls-7",
25
+ cx: 79.62,
26
+ cy: 29.6,
27
+ rx: 2.12,
28
+ ry: 2.1
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "EmptyProducts_svg__cls-5",
31
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ className: "EmptyProducts_svg__cls-8",
34
+ cx: 165.88,
35
+ cy: 154.09,
36
+ rx: 2.45,
37
+ ry: 2.43
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ className: "EmptyProducts_svg__cls-4",
40
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M139 112.51h-.09a.82.82 0 01-.72-.9c.7-6.15-2.71-8.59-2.75-8.62a.81.81 0 01-.2-1.13.83.83 0 011.15-.2c.17.12 4.25 3 3.43 10.13a.81.81 0 01-.82.72zm-.39 1.3a.7.7 0 000 1.4.7.7 0 100-1.4z",
43
+ fill: "var(--zd_emptysvg_circle_fill)"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ d: "M151.36 145.35a8.55 8.55 0 11-8.55-8.48 8.52 8.52 0 018.55 8.48zm-49.92-8.48a8.48 8.48 0 108.55 8.48 8.52 8.52 0 00-8.55-8.48zm4.7-20.61c8.67 17.33 35.37 12.3 37.08 7s4.27-26.62-8-29.12-13.61 11.35-13.61 11.35c-20.97-5.19-15.47 10.77-15.47 10.77z",
46
+ fill: "var(--zd_emptysvg_secondary_fill)"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ className: "EmptyProducts_svg__cls-6",
49
+ d: "M155.17 120.64c-19.34 18-53.73 7.78-52.45-9.57.66-8.94 11.28-8.12 15.6-6.21 1.68.74 1 .91 1.52-.86l.72-2.69a9.73 9.73 0 015.59-6.55c.31-.13.62-.24.93-.34 6.22-1.93 12.61 2.2 14.22 8.47 4.6 17.87-8.44 37.74-8.44 37.74a8.44 8.44 0 00-1.35 4.6 8.61 8.61 0 108.61-8.54h-36.47c-9.28-.92-11.83 4.17-11.83 4.17a8.56 8.56 0 00-1.26 5.87 8.62 8.62 0 108.53-9.82l-2.67-.53a7.22 7.22 0 01-4.9-5l-13.62-49a7.21 7.21 0 017-9.11h75.56a7.21 7.21 0 017 9.14l-13 46.1a7.24 7.24 0 01-7 5.25H91a7.23 7.23 0 01-6.93-5.08L63.19 61.32a7.25 7.25 0 00-6.94-5.08H43.44A42.7 42.7 0 0035 57c-1.84.38-4.1.51-5-.78-1.72-2.33 5.92-2.72 8 3.39"
50
+ }));
51
+ }
52
+
53
+ }
54
+ EmptyProducts.propTypes = {
55
+ alignHorizontal: PropTypes.bool,
56
+ className: PropTypes.string,
57
+ dataId: PropTypes.string,
58
+ isRender: PropTypes.bool,
59
+ size: PropTypes.oneOf(['small', 'large']),
60
+ palette: PropTypes.oneOf(['default', 'dark'])
61
+ };
62
+ EmptyProducts.defaultProps = {
63
+ size: 'large',
64
+ alignHorizontal: true,
65
+ isRender: true,
66
+ className: '',
67
+ dataId: 'emptyProducts',
68
+ palette: 'default'
69
+ };
70
+
71
+ if (false) {
72
+ EmptyProducts.docs = {
73
+ componentGroup: 'SVG'
74
+ };
75
+ }
@@ -1,15 +1,21 @@
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
+
1
3
  import React from 'react';
2
4
  import PropTypes from 'prop-types';
3
5
  import SVG from './SVG';
4
6
  import image from './images/EmptyRecycleBin.svg';
5
7
  export default class EmptyRecycleBin extends React.Component {
6
8
  render() {
7
- return (
8
- <SVG viewBox='0 0 181.9 149.5' name='recycleBin' {...this.props}>
9
- <image xlinkHref={image} height='100%' width='100%' />
10
- </SVG>
11
- );
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 181.9 149.5",
11
+ name: "recycleBin"
12
+ }, this.props), /*#__PURE__*/React.createElement("image", {
13
+ xlinkHref: image,
14
+ height: "100%",
15
+ width: "100%"
16
+ }));
12
17
  }
18
+
13
19
  }
14
20
  EmptyRecycleBin.propTypes = {
15
21
  alignHorizontal: PropTypes.bool,
@@ -25,8 +31,9 @@ EmptyRecycleBin.defaultProps = {
25
31
  className: '',
26
32
  dataId: 'emptyRecycleBin'
27
33
  };
28
- if (__DOCS__) {
34
+
35
+ if (false) {
29
36
  EmptyRecycleBin.docs = {
30
37
  componentGroup: 'SVG'
31
38
  };
32
- }
39
+ }
@@ -0,0 +1,67 @@
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 EmptyReply extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "Reply"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyReply_svg-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyReply_svg-4{fill:var(--zd_emptysvg_plus)}')), /*#__PURE__*/React.createElement("path", {
12
+ d: "M85.42 67.4s41.2-27.13 62.06-19 35.09 76.86-22.89 107.68S40.37 119.89 40.15 108c-.21-11.5 0-38.9 45.27-40.6z",
13
+ fill: "var(--zd_emptysvg_primary_fill)",
14
+ opacity: 0.05
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ d: "M155.12 150.45a2.5 2.5 0 112.52-2.5 2.51 2.51 0 01-2.52 2.5zm0-4.28a1.78 1.78 0 101.8 1.78 1.79 1.79 0 00-1.8-1.78z",
17
+ fill: "var(--zd_emptysvg_small_circle)"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M146.48 43.73a3.45 3.45 0 113.52-3.45 3.47 3.47 0 01-3.52 3.45zm0-6.17a2.73 2.73 0 102.75 2.72 2.74 2.74 0 00-2.75-2.72z",
20
+ fill: "var(--zd_emptysvg_medium_circle)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ className: "EmptyReply_svg-3",
23
+ d: "M79.36 40.64a2.21 2.21 0 112.22-2.2 2.2 2.2 0 01-2.22 2.2zm0-3.68a1.48 1.48 0 101.5 1.48 1.49 1.49 0 00-1.5-1.44z"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ className: "EmptyReply_svg-4",
26
+ d: "M29.58 106.9a.36.36 0 01-.34-.38l.31-5.42a.36.36 0 01.72 0l-.31 5.42a.35.35 0 01-.38.38z"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ className: "EmptyReply_svg-4",
29
+ d: "M32.47 104.34L27 104a.36.36 0 110-.72l5.46.3a.37.37 0 01.34.38.35.35 0 01-.33.38z"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ className: "EmptyReply_svg-3",
32
+ d: "M167.3 119.92a.35.35 0 01-.26-.12l-3.65-4a.36.36 0 01.54-.49l3.64 4a.36.36 0 010 .51.35.35 0 01-.27.1z"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ className: "EmptyReply_svg-3",
35
+ d: "M163.44 119.7a.36.36 0 01-.27-.12.37.37 0 010-.51l4.08-3.62a.36.36 0 01.48.54l-4.08 3.62a.36.36 0 01-.21.09z"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ d: "M98.94 143.5c-10.1 0-19.79-.57-26.76-2.19a11.33 11.33 0 01-4.11-1.16l-.12-.08a11.61 11.61 0 01-5.39-3.5c-7.36-10-5.18-40.08-3.9-52.56a6.06 6.06 0 016-5.44l28-.35a.49.49 0 01.51.47.5.5 0 01-.45.52L64.35 82c5.76 4.06 32.42 22.69 38.43 24.14 5.24 1.28 23-12.31 31.62-19.67a.5.5 0 01.65.76c-1 .88-25.47 21.6-32.51 19.88S64 83 62.68 82a.48.48 0 01-.19-.53.49.49 0 01.43-.37l18-1.78-16.3.21a5 5 0 00-5 4.54c-1.27 12.37-3.45 42.19 3.7 51.87a9.64 9.64 0 004 2.8c.43-4.22 15-17.71 25.87-25 6.23-4.15 10.45-5.81 12.55-4.94 5.19 2.16 28 20 37.52 27.53 5.61-3.28 2.88-37.75 1.32-51.08-1.1-1.64-16.13-23.42-36.47-22.06a.51.51 0 01-.51-.33c-.46-1.26-1.87-5.19-2.84-9-3.62 6.59-10.82 15.65-15.71 19.73 5.83 2.89 15.07 10.63 18 17.45.4-7.3 2.25-11.62 5.5-12.86 7.6-2.88 16.08-1 28.39 6.2a.51.51 0 01.17.69.49.49 0 01-.68.17c-15.1-8.86-22.39-8.07-27.52-6.12-3.14 1.19-4.8 5.93-4.94 14.09 0 .92 0 1.23-.5 1.27s-.55-.44-.59-.64c-1.22-7-12.65-16.67-18.71-19.57a6.22 6.22 0 01-3 1.47 1.32 1.32 0 01-1.44-1.3c-.25-1.57.77-1.91 1.22-2a6.12 6.12 0 013 .68 65.61 65.61 0 008.78-9.37 72.66 72.66 0 007.6-11.32c-.66-2.92-.94-5.52-.16-6.42a1.27 1.27 0 011.27-.38c.63.14 1.65.64 1.48 2.49a13.82 13.82 0 01-1.53 4.38 95.82 95.82 0 002.94 9.62c21.38-1.14 36.91 22.39 37.07 22.63a.54.54 0 01.08.21c.57 4.87 5.27 46.55-1.49 52 1.87 1.47 3.08 2.44 3.32 2.64a.5.5 0 01.17.53.51.51 0 01-.42.36c-1.67.28-25.9 3.01-48.12 3.01zM84.78 142c22.38 1.57 54.45-1.63 61-2.33-.63-.51-1.56-1.25-2.72-2.16-5.75 2.06-37.8 4.71-58.28 4.49zm-12.72-1.7c5.83.91 17.83 1 33.41.27 16.53-.81 32-2.41 36.69-3.77-9.73-7.68-31.88-25-36.81-27-1.7-.7-5.92 1.07-11.6 4.86-11.42 7.6-25.44 21-25.44 24.33 0 .08.09.19.24.3a30.06 30.06 0 003.51 1.01zm13.39-66.78a1.32 1.32 0 00-.29 0c-.2 0-.52.09-.39.84.07.47.25.47.41.46a4.19 4.19 0 002-.93 5 5 0 00-1.73-.37zm19.73-26.82a.22.22 0 00-.18.08c-.43.49-.31 2.12.12 4.27a10.17 10.17 0 00.88-2.91c.11-1.24-.45-1.37-.69-1.42z",
38
+ fill: "var(--zd_emptysvg_primary_stroke)"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M107 51.86a58.65 58.65 0 01-17.11 22.28c10.19 5.19 16.46 11.83 19.35 19.71 0 0-9.18-35.37 34.43-7.79 0 0-8.93-22.43-33.79-23.31z",
41
+ fill: "var(--zd_emptysvg_secondary_fill)"
42
+ }));
43
+ }
44
+
45
+ }
46
+ EmptyReply.propTypes = {
47
+ alignHorizontal: PropTypes.bool,
48
+ className: PropTypes.string,
49
+ dataId: PropTypes.string,
50
+ isRender: PropTypes.bool,
51
+ size: PropTypes.oneOf(['small', 'large']),
52
+ palette: PropTypes.oneOf(['default', 'dark'])
53
+ };
54
+ EmptyReply.defaultProps = {
55
+ size: 'large',
56
+ alignHorizontal: true,
57
+ isRender: true,
58
+ className: '',
59
+ dataId: 'EmptyReply',
60
+ palette: 'default'
61
+ };
62
+
63
+ if (false) {
64
+ EmptyReply.docs = {
65
+ componentGroup: 'SVG'
66
+ };
67
+ }
@@ -0,0 +1,78 @@
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 EmptyReports extends React.Component {
7
+ render() {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 200 200",
10
+ name: "reports"
11
+ }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyReports_svg__cls-3,.EmptyReports_svg__cls-4,.EmptyReports_svg__cls-5{fill:none}.EmptyReports_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyReports_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyReports_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
+ d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
13
+ opacity: 0.05,
14
+ fill: "var(--zd_emptysvg_primary_fill)"
15
+ }), /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: 156.04,
17
+ cy: 31.69,
18
+ rx: 3.54,
19
+ ry: 3.51,
20
+ strokeMiterlimit: 10,
21
+ stroke: "var(--zd_emptysvg_medium_circle)",
22
+ fill: "none"
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ className: "EmptyReports_svg__cls-3",
25
+ cx: 79.62,
26
+ cy: 29.6,
27
+ rx: 2.12,
28
+ ry: 2.1
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ className: "EmptyReports_svg__cls-4",
31
+ d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
+ }), /*#__PURE__*/React.createElement("ellipse", {
33
+ cx: 165.88,
34
+ cy: 154.09,
35
+ rx: 2.45,
36
+ ry: 2.43,
37
+ stroke: "var(--zd_emptysvg_small_circle)",
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round",
40
+ fill: "none"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ className: "EmptyReports_svg__cls-5",
43
+ d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ fill: "var(--zd_emptysvg_secondary_fill)",
46
+ d: "M39.34 154.7l21.72-35.08 10.89 17.16 31.65-46.97 11.16 17.26 33.39-54.95 3.26-.87-1.61 105.25-110.46-1.8z"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M43.44 41.58s.12 106.18-1.22 113.42-11.66 8.36-9.29 4.06 124 1.38 124 1.38 3.84-3.13-2.7-3.72-114.89-2-114.89-2 29.05-40.6 28.89-55.86-32.05-11 3.72 37.94l31.65-47s15.45-30.64-2.47-29.19 13.63 46.45 13.63 46.45l33.39-54.95L130 54.37s2.47 4.54 21.39-3.12l1.27 15.22s-3.64-4.88 2.37-5.06",
49
+ stroke: "var(--zd_emptysvg_primary_stroke)",
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round",
52
+ fill: "none"
53
+ }));
54
+ }
55
+
56
+ }
57
+ EmptyReports.propTypes = {
58
+ alignHorizontal: PropTypes.bool,
59
+ className: PropTypes.string,
60
+ dataId: PropTypes.string,
61
+ isRender: PropTypes.bool,
62
+ size: PropTypes.oneOf(['small', 'large']),
63
+ palette: PropTypes.oneOf(['default', 'dark'])
64
+ };
65
+ EmptyReports.defaultProps = {
66
+ size: 'large',
67
+ alignHorizontal: true,
68
+ isRender: true,
69
+ className: '',
70
+ dataId: 'emptyReports',
71
+ palette: 'default'
72
+ };
73
+
74
+ if (false) {
75
+ EmptyReports.docs = {
76
+ componentGroup: 'SVG'
77
+ };
78
+ }
@@ -1,15 +1,21 @@
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
+
1
3
  import React from 'react';
2
4
  import PropTypes from 'prop-types';
3
5
  import SVG from './SVG';
4
6
  import image from './images/EmptyRoles.svg';
5
7
  export default class EmptyRoles extends React.Component {
6
8
  render() {
7
- return (
8
- <SVG viewBox='0 0 181.9 139.3' name='roles' {...this.props}>
9
- <image xlinkHref={image} height='100%' width='100%' />
10
- </SVG>
11
- );
9
+ return /*#__PURE__*/React.createElement(SVG, _extends({
10
+ viewBox: "0 0 181.9 139.3",
11
+ name: "roles"
12
+ }, this.props), /*#__PURE__*/React.createElement("image", {
13
+ xlinkHref: image,
14
+ height: "100%",
15
+ width: "100%"
16
+ }));
12
17
  }
18
+
13
19
  }
14
20
  EmptyRoles.propTypes = {
15
21
  alignHorizontal: PropTypes.bool,
@@ -25,8 +31,9 @@ EmptyRoles.defaultProps = {
25
31
  className: '',
26
32
  dataId: 'emptyRoles'
27
33
  };
28
- if (__DOCS__) {
34
+
35
+ if (false) {
29
36
  EmptyRoles.docs = {
30
37
  componentGroup: 'SVG'
31
38
  };
32
- }
39
+ }