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

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 (258) hide show
  1. package/README.md +7 -0
  2. package/lib/Provider.js +17 -17
  3. package/lib/index.js +1 -1
  4. package/lib/svg/EmptyAccounts.js +3 -3
  5. package/lib/svg/EmptyActiveCalls.js +3 -3
  6. package/lib/svg/EmptyActivity.js +3 -3
  7. package/lib/svg/EmptyAgent.js +3 -3
  8. package/lib/svg/EmptyAgentQueue.js +3 -3
  9. package/lib/svg/EmptyApproval.js +3 -3
  10. package/lib/svg/EmptyArchived.js +3 -3
  11. package/lib/svg/EmptyAttach.js +3 -3
  12. package/lib/svg/EmptyBlueprint.js +3 -3
  13. package/lib/svg/EmptyBusinessHoliday.js +3 -3
  14. package/lib/svg/EmptyBusinessHour.js +3 -3
  15. package/lib/svg/EmptyCallHistory.js +3 -3
  16. package/lib/svg/EmptyCollision.js +3 -3
  17. package/lib/svg/EmptyColumn.js +3 -3
  18. package/lib/svg/EmptyContact.js +3 -3
  19. package/lib/svg/EmptyContract.js +3 -3
  20. package/lib/svg/EmptyConversation.js +3 -3
  21. package/lib/svg/EmptyCrm.js +3 -3
  22. package/lib/svg/EmptyCrmNotes.js +3 -3
  23. package/lib/svg/EmptyCrmPotential.js +3 -3
  24. package/lib/svg/EmptyCustomDomain.js +3 -3
  25. package/lib/svg/EmptyDashboard.js +3 -3
  26. package/lib/svg/EmptyDepartment.js +3 -3
  27. package/lib/svg/EmptyError.js +3 -3
  28. package/lib/svg/EmptyFeed.js +3 -3
  29. package/lib/svg/EmptyFollowers.js +3 -3
  30. package/lib/svg/EmptyFrame.js +3 -3
  31. package/lib/svg/EmptyFromAddress.js +3 -3
  32. package/lib/svg/EmptyHappiness.js +3 -3
  33. package/lib/svg/EmptyHistory.js +3 -3
  34. package/lib/svg/EmptyImportHistory.js +3 -3
  35. package/lib/svg/EmptyInconvenience.js +3 -3
  36. package/lib/svg/EmptyInvoice.js +3 -3
  37. package/lib/svg/EmptyNetwork.js +3 -3
  38. package/lib/svg/EmptyNotification.js +3 -3
  39. package/lib/svg/EmptyProducts.js +3 -3
  40. package/lib/svg/EmptyRecycleBin.js +3 -3
  41. package/lib/svg/EmptyReply.js +3 -3
  42. package/lib/svg/EmptyReports.js +3 -3
  43. package/lib/svg/EmptyRoles.js +3 -3
  44. package/lib/svg/EmptySchedule.js +3 -3
  45. package/lib/svg/EmptySearch.js +3 -3
  46. package/lib/svg/EmptySkills.js +3 -3
  47. package/lib/svg/EmptySla.js +3 -3
  48. package/lib/svg/EmptySnippet.js +3 -3
  49. package/lib/svg/EmptyTag.js +3 -3
  50. package/lib/svg/EmptyTask.js +3 -3
  51. package/lib/svg/EmptyTeams.js +3 -3
  52. package/lib/svg/EmptyTemplate.js +3 -3
  53. package/lib/svg/EmptyTicket.js +3 -3
  54. package/lib/svg/EmptyTimeEntry.js +3 -3
  55. package/lib/svg/EmptyTimeline.js +3 -3
  56. package/lib/svg/EmptyTopic.js +3 -3
  57. package/lib/svg/EmptyUnauthorizedLogin.js +3 -3
  58. package/lib/svg/EmptyWebhook.js +3 -3
  59. package/lib/svg/EmptyWillBeRightBack.js +3 -3
  60. package/lib/svg/ErrorInconvenience.js +3 -3
  61. package/lib/svg/ErrorOopsSomethingMiss.js +3 -3
  62. package/lib/svg/ErrorUnableToProcessRequest.js +3 -3
  63. package/lib/svg/ErrorUnauthorizedLogin.js +3 -3
  64. package/lib/svg/ErrorUrlNotFound.js +3 -3
  65. package/lib/svg/ErrorWillBeRightBack.js +3 -3
  66. package/lib/svg/Extractor.js +3 -3
  67. package/lib/svg/FailureLog.js +3 -3
  68. package/lib/svg/Import.js +3 -3
  69. package/lib/svg/Loader.js +3 -3
  70. package/lib/svg/NoRequestFound.js +3 -3
  71. package/lib/svg/NotImpossible.js +3 -3
  72. package/lib/svg/PageNotFound.js +3 -3
  73. package/lib/svg/Predictor.js +3 -3
  74. package/lib/svg/SVG.js +3 -3
  75. package/lib/svg/SvgLoader.js +1 -1
  76. package/lib/svg/UnableToProcessRequest.js +3 -3
  77. package/lib/svg/UnauthorizedLogin.js +3 -3
  78. package/lib/svg/UrlNotFound.js +3 -3
  79. package/lib/svg/WillBeRightBack.js +3 -3
  80. package/lib/svg/ZiaAnamoly.js +3 -3
  81. package/lib/svg/docs/SVG__common.docs.js +3 -3
  82. package/lib/svg/docs/SVG__default.docs.js +3 -3
  83. package/lib/svg/docs/SVG__errorstate.docs.js +3 -3
  84. package/package.json +12 -6
  85. package/preprocess/index.js +2 -0
  86. package/preprocess/json/svgAppearanceVariableJson.js +151 -0
  87. package/preprocess/json/svgThemeVariableJson.js +71 -0
  88. package/preprocess/svgAppearanceColors.js +63 -0
  89. package/preprocess/svgThemeColors.js +92 -0
  90. package/src/Provider.js +14 -14
  91. package/src/index.js +1 -1
  92. package/build/Unusedfiles.json +0 -1
  93. package/es/Provider.js +0 -140
  94. package/es/index.js +0 -9
  95. package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
  96. package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
  97. package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
  98. package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
  99. package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
  100. package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
  101. package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
  102. package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
  103. package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
  104. package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
  105. package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
  106. package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
  107. package/es/svg/EmptyAccounts.js +0 -101
  108. package/es/svg/EmptyActiveCalls.js +0 -72
  109. package/es/svg/EmptyActivity.js +0 -72
  110. package/es/svg/EmptyAgent.js +0 -72
  111. package/es/svg/EmptyAgentQueue.js +0 -78
  112. package/es/svg/EmptyApproval.js +0 -78
  113. package/es/svg/EmptyArchived.js +0 -80
  114. package/es/svg/EmptyAttach.js +0 -72
  115. package/es/svg/EmptyBlueprint.js +0 -87
  116. package/es/svg/EmptyBusinessHoliday.js +0 -39
  117. package/es/svg/EmptyBusinessHour.js +0 -39
  118. package/es/svg/EmptyCallHistory.js +0 -74
  119. package/es/svg/EmptyCollision.js +0 -72
  120. package/es/svg/EmptyColumn.js +0 -78
  121. package/es/svg/EmptyContact.js +0 -72
  122. package/es/svg/EmptyContract.js +0 -68
  123. package/es/svg/EmptyConversation.js +0 -72
  124. package/es/svg/EmptyCrm.js +0 -72
  125. package/es/svg/EmptyCrmNotes.js +0 -83
  126. package/es/svg/EmptyCrmPotential.js +0 -86
  127. package/es/svg/EmptyCustomDomain.js +0 -39
  128. package/es/svg/EmptyDashboard.js +0 -78
  129. package/es/svg/EmptyDepartment.js +0 -72
  130. package/es/svg/EmptyError.js +0 -94
  131. package/es/svg/EmptyFeed.js +0 -75
  132. package/es/svg/EmptyFollowers.js +0 -73
  133. package/es/svg/EmptyFrame.js +0 -71
  134. package/es/svg/EmptyFromAddress.js +0 -39
  135. package/es/svg/EmptyHappiness.js +0 -72
  136. package/es/svg/EmptyHistory.js +0 -72
  137. package/es/svg/EmptyImportHistory.js +0 -39
  138. package/es/svg/EmptyInconvenience.js +0 -42
  139. package/es/svg/EmptyInvoice.js +0 -77
  140. package/es/svg/EmptyNetwork.js +0 -39
  141. package/es/svg/EmptyNotification.js +0 -72
  142. package/es/svg/EmptyProducts.js +0 -75
  143. package/es/svg/EmptyRecycleBin.js +0 -39
  144. package/es/svg/EmptyReply.js +0 -67
  145. package/es/svg/EmptyReports.js +0 -78
  146. package/es/svg/EmptyRoles.js +0 -39
  147. package/es/svg/EmptySchedule.js +0 -114
  148. package/es/svg/EmptySearch.js +0 -82
  149. package/es/svg/EmptySkills.js +0 -120
  150. package/es/svg/EmptySla.js +0 -67
  151. package/es/svg/EmptySnippet.js +0 -82
  152. package/es/svg/EmptyStateVariables.module.css +0 -39
  153. package/es/svg/EmptyTag.js +0 -75
  154. package/es/svg/EmptyTask.js +0 -88
  155. package/es/svg/EmptyTeams.js +0 -72
  156. package/es/svg/EmptyTemplate.js +0 -84
  157. package/es/svg/EmptyTicket.js +0 -75
  158. package/es/svg/EmptyTimeEntry.js +0 -78
  159. package/es/svg/EmptyTimeline.js +0 -72
  160. package/es/svg/EmptyTopic.js +0 -78
  161. package/es/svg/EmptyUnauthorizedLogin.js +0 -47
  162. package/es/svg/EmptyWebhook.js +0 -39
  163. package/es/svg/EmptyWillBeRightBack.js +0 -42
  164. package/es/svg/ErrorInconvenience.js +0 -113
  165. package/es/svg/ErrorOopsSomethingMiss.js +0 -114
  166. package/es/svg/ErrorUnableToProcessRequest.js +0 -114
  167. package/es/svg/ErrorUnauthorizedLogin.js +0 -113
  168. package/es/svg/ErrorUrlNotFound.js +0 -114
  169. package/es/svg/ErrorWillBeRightBack.js +0 -113
  170. package/es/svg/Extractor.js +0 -66
  171. package/es/svg/FailureLog.js +0 -39
  172. package/es/svg/Import.js +0 -82
  173. package/es/svg/Loader.js +0 -71
  174. package/es/svg/NoRequestFound.js +0 -42
  175. package/es/svg/NotImpossible.js +0 -79
  176. package/es/svg/PageNotFound.js +0 -43
  177. package/es/svg/Predictor.js +0 -73
  178. package/es/svg/SVG.js +0 -78
  179. package/es/svg/SVG.module.css +0 -26
  180. package/es/svg/SvgLoader.js +0 -28
  181. package/es/svg/UnableToProcessRequest.js +0 -43
  182. package/es/svg/UnauthorizedLogin.js +0 -43
  183. package/es/svg/UrlNotFound.js +0 -43
  184. package/es/svg/WillBeRightBack.js +0 -43
  185. package/es/svg/ZiaAnamoly.js +0 -67
  186. package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -40
  187. package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -42
  188. package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -45
  189. package/es/svg/deprecated/21_07_2021/InvalidUrl.js +0 -717
  190. package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  191. package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  192. package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  193. package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
  194. package/es/svg/docs/SVG__common.docs.js +0 -49
  195. package/es/svg/docs/SVG__default.docs.js +0 -327
  196. package/es/svg/docs/SVG__errorstate.docs.js +0 -74
  197. package/es/svg/docs/SVGdocstyle.module.css +0 -8
  198. package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
  199. package/es/svg/images/EmptyBusinessHour.svg +0 -42
  200. package/es/svg/images/EmptyContactInfo.svg +0 -27
  201. package/es/svg/images/EmptyCustomDomain.svg +0 -85
  202. package/es/svg/images/EmptyFilter.svg +0 -62
  203. package/es/svg/images/EmptyFromAddress.svg +0 -41
  204. package/es/svg/images/EmptyImportHistory.svg +0 -43
  205. package/es/svg/images/EmptyNetwork.svg +0 -50
  206. package/es/svg/images/EmptyRecycleBin.svg +0 -58
  207. package/es/svg/images/EmptyRoles.svg +0 -30
  208. package/es/svg/images/EmptySkills.svg +0 -83
  209. package/es/svg/images/EmptyWebhook.svg +0 -44
  210. package/es/svg/images/FailureLog.svg +0 -46
  211. package/es/svg/images/Inconvenience.svg +0 -719
  212. package/es/svg/images/NoRequestFound.svg +0 -247
  213. package/es/svg/images/PageNotFound.svg +0 -405
  214. package/es/svg/images/ReguestUrlNotFound.svg +0 -267
  215. package/es/svg/images/UnableToProcess.svg +0 -752
  216. package/es/svg/images/UnauthorizedLogin.svg +0 -1047
  217. package/es/svg/images/WillBack.svg +0 -633
  218. package/es/svg/utils.js +0 -14
  219. package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
  220. package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
  221. package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
  222. package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
  223. package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
  224. package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
  225. package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
  226. package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
  227. package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
  228. package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
  229. package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
  230. package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
  231. package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -90
  232. package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -92
  233. package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -95
  234. package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +0 -765
  235. package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  236. package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  237. package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  238. package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
  239. package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
  240. package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
  241. package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
  242. package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
  243. package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
  244. package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
  245. package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
  246. package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
  247. package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
  248. package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
  249. package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
  250. package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
  251. package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -39
  252. package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -41
  253. package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -48
  254. package/src/svg/deprecated/21_07_2021/InvalidUrl.js +0 -756
  255. package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  256. package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  257. package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  258. package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
@@ -1,71 +0,0 @@
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 EmptyFrame extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "emptyFrame"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyFrame_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.EmptyFrame_svg__cls-3,.EmptyFrame_svg__cls-4,.EmptyFrame_svg__cls-5{fill:none}.EmptyFrame_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFrame_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFrame_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
- className: "EmptyFrame_svg__cls-1",
13
- d: "M87.55 64.35s46.92-30.84 70.66-21.56 40 87.37-26.06 122.42S36.26 124 36 110.51c-.24-13.06 0-44.22 51.55-46.16z"
14
- }), /*#__PURE__*/React.createElement("ellipse", {
15
- cx: 157.08,
16
- cy: 33.53,
17
- rx: 3.54,
18
- ry: 3.51,
19
- strokeMiterlimit: 10,
20
- stroke: "var(--zd_emptysvg_medium_circle)",
21
- fill: "none"
22
- }), /*#__PURE__*/React.createElement("ellipse", {
23
- className: "EmptyFrame_svg__cls-5",
24
- cx: 80.66,
25
- cy: 31.43,
26
- rx: 2.12,
27
- ry: 2.1
28
- }), /*#__PURE__*/React.createElement("path", {
29
- className: "EmptyFrame_svg__cls-4",
30
- d: "M24.32 102.69l-.35 6.17M21.04 105.6l6.22.35"
31
- }), /*#__PURE__*/React.createElement("ellipse", {
32
- cx: 166.92,
33
- cy: 155.93,
34
- rx: 2.45,
35
- ry: 2.43,
36
- stroke: "var(--zd_emptysvg_small_circle)",
37
- strokeLinecap: "round",
38
- strokeLinejoin: "round",
39
- fill: "none"
40
- }), /*#__PURE__*/React.createElement("path", {
41
- className: "EmptyFrame_svg__cls-3",
42
- d: "M176.64 119.05l4.15 4.6M176.4 123.4l4.64-4.11"
43
- }), /*#__PURE__*/React.createElement("path", {
44
- className: "EmptyFrame_svg__cls-1",
45
- d: "M59.89 123.66S22 99.3 21.1 78.87s51.06-57.72 98.23-20.71 1 83.7-8.82 88.28c-9.51 4.43-32.43 14.39-50.62-22.78z"
46
- }));
47
- }
48
-
49
- }
50
- EmptyFrame.propTypes = {
51
- alignHorizontal: PropTypes.bool,
52
- className: PropTypes.string,
53
- dataId: PropTypes.string,
54
- isRender: PropTypes.bool,
55
- size: PropTypes.oneOf(['small', 'large']),
56
- palette: PropTypes.oneOf(['default', 'dark', 'danger'])
57
- };
58
- EmptyFrame.defaultProps = {
59
- size: 'large',
60
- alignHorizontal: true,
61
- isRender: true,
62
- className: '',
63
- dataId: 'emptyFrame',
64
- palette: 'default'
65
- };
66
-
67
- if (false) {
68
- EmptyFrame.docs = {
69
- componentGroup: 'SVG'
70
- };
71
- }
@@ -1,39 +0,0 @@
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/EmptyFromAddress.svg';
7
- export default class EmptyFromAddress extends React.Component {
8
- render() {
9
- return /*#__PURE__*/React.createElement(SVG, _extends({
10
- viewBox: "0 0 181.9 139.3",
11
- name: "fromAddress"
12
- }, this.props), /*#__PURE__*/React.createElement("image", {
13
- xlinkHref: image,
14
- height: "100%",
15
- width: "100%"
16
- }));
17
- }
18
-
19
- }
20
- EmptyFromAddress.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isRender: PropTypes.bool,
25
- size: PropTypes.oneOf(['small', 'large'])
26
- };
27
- EmptyFromAddress.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyFromAddress'
33
- };
34
-
35
- if (false) {
36
- EmptyFromAddress.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }
@@ -1,72 +0,0 @@
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 EmptyHappiness extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "happiness"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyHappiness_svg__cls-3,.EmptyHappiness_svg__cls-4,.EmptyHappiness_svg__cls-5,.EmptyHappiness_svg__cls-6,.EmptyHappiness_svg__cls-7{fill:none}.EmptyHappiness_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyHappiness_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyHappiness_svg__cls-4,.EmptyHappiness_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyHappiness_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyHappiness_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: "EmptyHappiness_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: "EmptyHappiness_svg__cls-4",
31
- d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptyHappiness_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: "EmptyHappiness_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: "M68.31 125.71s12.59-12.23 15.08-9.4 5.83 9.18 8.13 8.2 6.44-9.74 8.9-8.32 16.44 9.1 16.44 9.1-11.83 21.44-26.39 23-22.16-22.58-22.16-22.58z",
43
- fill: "var(--zd_emptysvg_secondary_fill)"
44
- }), /*#__PURE__*/React.createElement("path", {
45
- className: "EmptyHappiness_svg__cls-5",
46
- d: "M111.71 132.7c-6.94 10.22-17.79 17.3-24.44 15.35C72 143.56 70.8 128.61 70.8 128.61s24.85 13.81 47.93-5.23c0 0-2.83-1.42-2.5.51s1.68 1.92 1.68 1.92-9.76-4.79-16.83-9.32a2.6 2.6 0 00-3.6.82c-1.87 3-5.21 8.35-7.53 6.49-3.35-2.68-6.11-9-8.46-8-1.92.76-9.35 7.52-13.18 9.94 0 0 12-12.59 13.66-12.2s4.54.61 4.54-1.4c0-4-3.63-3-5.54-4a4.31 4.31 0 01-1.65-1.46c-2.07-3.26 2.45-6.13 3.71-8.42a30.21 30.21 0 003.06-20.31C82.43 59.06 74.2 53.53 67.94 52.22a11 11 0 00-11.86 5.63c-16.18 29.28 1 106.87 45 102 47-5.26 55.66-70.81 44.53-101.72s-64-11.14-46.38 12 47.3-5.25 18.86-5.25C101 64.89 97 80.78 96.54 93.46"
47
- }));
48
- }
49
-
50
- }
51
- EmptyHappiness.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
- EmptyHappiness.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyHappiness',
65
- palette: 'default'
66
- };
67
-
68
- if (false) {
69
- EmptyHappiness.docs = {
70
- componentGroup: 'SVG'
71
- };
72
- }
@@ -1,72 +0,0 @@
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,39 +0,0 @@
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/EmptyImportHistory.svg';
7
- export default class EmptyImportHistory extends React.Component {
8
- render() {
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
- }));
17
- }
18
-
19
- }
20
- EmptyImportHistory.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isRender: PropTypes.bool,
25
- size: PropTypes.oneOf(['small', 'large'])
26
- };
27
- EmptyImportHistory.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyImportHistory'
33
- };
34
-
35
- if (false) {
36
- EmptyImportHistory.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }
@@ -1,42 +0,0 @@
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
- }
@@ -1,77 +0,0 @@
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,39 +0,0 @@
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/EmptyNetwork.svg';
7
- export default class EmptyNetwork extends React.Component {
8
- render() {
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
- }));
17
- }
18
-
19
- }
20
- EmptyNetwork.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isRender: PropTypes.bool,
25
- size: PropTypes.oneOf(['small', 'large'])
26
- };
27
- EmptyNetwork.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyNetwork'
33
- };
34
-
35
- if (false) {
36
- EmptyNetwork.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }
@@ -1,72 +0,0 @@
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
- }
@@ -1,75 +0,0 @@
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,39 +0,0 @@
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/EmptyRecycleBin.svg';
7
- export default class EmptyRecycleBin extends React.Component {
8
- render() {
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
- }));
17
- }
18
-
19
- }
20
- EmptyRecycleBin.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isRender: PropTypes.bool,
25
- size: PropTypes.oneOf(['small', 'large'])
26
- };
27
- EmptyRecycleBin.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyRecycleBin'
33
- };
34
-
35
- if (false) {
36
- EmptyRecycleBin.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }