@zohodesk/svg 1.0.0-beta.35 → 1.0.0-beta.39

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 (260) hide show
  1. package/README.md +15 -0
  2. package/lib/Provider.js +15 -15
  3. package/lib/index.js +13 -13
  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 +25 -19
  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 +2 -2
  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/lib/svg/utils.js +1 -1
  85. package/package.json +10 -4
  86. package/preprocess/index.js +2 -0
  87. package/preprocess/json/svgAppearanceVariableJson.js +151 -0
  88. package/preprocess/json/svgThemeVariableJson.js +71 -0
  89. package/preprocess/svgAppearanceColors.js +63 -0
  90. package/preprocess/svgThemeColors.js +92 -0
  91. package/src/Provider.js +12 -12
  92. package/src/index.js +1 -1
  93. package/src/svg/Loader.js +18 -10
  94. package/build/Unusedfiles.json +0 -1
  95. package/es/Provider.js +0 -140
  96. package/es/index.js +0 -9
  97. package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
  98. package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
  99. package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
  100. package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
  101. package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
  102. package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
  103. package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
  104. package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
  105. package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
  106. package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
  107. package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
  108. package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
  109. package/es/svg/EmptyAccounts.js +0 -101
  110. package/es/svg/EmptyActiveCalls.js +0 -72
  111. package/es/svg/EmptyActivity.js +0 -72
  112. package/es/svg/EmptyAgent.js +0 -72
  113. package/es/svg/EmptyAgentQueue.js +0 -78
  114. package/es/svg/EmptyApproval.js +0 -78
  115. package/es/svg/EmptyArchived.js +0 -80
  116. package/es/svg/EmptyAttach.js +0 -72
  117. package/es/svg/EmptyBlueprint.js +0 -87
  118. package/es/svg/EmptyBusinessHoliday.js +0 -39
  119. package/es/svg/EmptyBusinessHour.js +0 -39
  120. package/es/svg/EmptyCallHistory.js +0 -74
  121. package/es/svg/EmptyCollision.js +0 -72
  122. package/es/svg/EmptyColumn.js +0 -78
  123. package/es/svg/EmptyContact.js +0 -72
  124. package/es/svg/EmptyContract.js +0 -68
  125. package/es/svg/EmptyConversation.js +0 -72
  126. package/es/svg/EmptyCrm.js +0 -72
  127. package/es/svg/EmptyCrmNotes.js +0 -83
  128. package/es/svg/EmptyCrmPotential.js +0 -86
  129. package/es/svg/EmptyCustomDomain.js +0 -39
  130. package/es/svg/EmptyDashboard.js +0 -78
  131. package/es/svg/EmptyDepartment.js +0 -72
  132. package/es/svg/EmptyError.js +0 -94
  133. package/es/svg/EmptyFeed.js +0 -75
  134. package/es/svg/EmptyFollowers.js +0 -73
  135. package/es/svg/EmptyFrame.js +0 -71
  136. package/es/svg/EmptyFromAddress.js +0 -39
  137. package/es/svg/EmptyHappiness.js +0 -72
  138. package/es/svg/EmptyHistory.js +0 -72
  139. package/es/svg/EmptyImportHistory.js +0 -39
  140. package/es/svg/EmptyInconvenience.js +0 -42
  141. package/es/svg/EmptyInvoice.js +0 -77
  142. package/es/svg/EmptyNetwork.js +0 -39
  143. package/es/svg/EmptyNotification.js +0 -72
  144. package/es/svg/EmptyProducts.js +0 -75
  145. package/es/svg/EmptyRecycleBin.js +0 -39
  146. package/es/svg/EmptyReply.js +0 -67
  147. package/es/svg/EmptyReports.js +0 -78
  148. package/es/svg/EmptyRoles.js +0 -39
  149. package/es/svg/EmptySchedule.js +0 -114
  150. package/es/svg/EmptySearch.js +0 -82
  151. package/es/svg/EmptySkills.js +0 -120
  152. package/es/svg/EmptySla.js +0 -67
  153. package/es/svg/EmptySnippet.js +0 -82
  154. package/es/svg/EmptyStateVariables.module.css +0 -39
  155. package/es/svg/EmptyTag.js +0 -75
  156. package/es/svg/EmptyTask.js +0 -88
  157. package/es/svg/EmptyTeams.js +0 -72
  158. package/es/svg/EmptyTemplate.js +0 -84
  159. package/es/svg/EmptyTicket.js +0 -75
  160. package/es/svg/EmptyTimeEntry.js +0 -78
  161. package/es/svg/EmptyTimeline.js +0 -72
  162. package/es/svg/EmptyTopic.js +0 -78
  163. package/es/svg/EmptyUnauthorizedLogin.js +0 -47
  164. package/es/svg/EmptyWebhook.js +0 -39
  165. package/es/svg/EmptyWillBeRightBack.js +0 -42
  166. package/es/svg/ErrorInconvenience.js +0 -113
  167. package/es/svg/ErrorOopsSomethingMiss.js +0 -114
  168. package/es/svg/ErrorUnableToProcessRequest.js +0 -114
  169. package/es/svg/ErrorUnauthorizedLogin.js +0 -113
  170. package/es/svg/ErrorUrlNotFound.js +0 -114
  171. package/es/svg/ErrorWillBeRightBack.js +0 -113
  172. package/es/svg/Extractor.js +0 -66
  173. package/es/svg/FailureLog.js +0 -39
  174. package/es/svg/Import.js +0 -82
  175. package/es/svg/Loader.js +0 -64
  176. package/es/svg/NoRequestFound.js +0 -42
  177. package/es/svg/NotImpossible.js +0 -79
  178. package/es/svg/PageNotFound.js +0 -43
  179. package/es/svg/Predictor.js +0 -73
  180. package/es/svg/SVG.js +0 -78
  181. package/es/svg/SVG.module.css +0 -26
  182. package/es/svg/SvgLoader.js +0 -28
  183. package/es/svg/UnableToProcessRequest.js +0 -43
  184. package/es/svg/UnauthorizedLogin.js +0 -43
  185. package/es/svg/UrlNotFound.js +0 -43
  186. package/es/svg/WillBeRightBack.js +0 -43
  187. package/es/svg/ZiaAnamoly.js +0 -67
  188. package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -40
  189. package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -42
  190. package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -45
  191. package/es/svg/deprecated/21_07_2021/InvalidUrl.js +0 -717
  192. package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  193. package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  194. package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  195. package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
  196. package/es/svg/docs/SVG__common.docs.js +0 -49
  197. package/es/svg/docs/SVG__default.docs.js +0 -327
  198. package/es/svg/docs/SVG__errorstate.docs.js +0 -74
  199. package/es/svg/docs/SVGdocstyle.module.css +0 -8
  200. package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
  201. package/es/svg/images/EmptyBusinessHour.svg +0 -42
  202. package/es/svg/images/EmptyContactInfo.svg +0 -27
  203. package/es/svg/images/EmptyCustomDomain.svg +0 -85
  204. package/es/svg/images/EmptyFilter.svg +0 -62
  205. package/es/svg/images/EmptyFromAddress.svg +0 -41
  206. package/es/svg/images/EmptyImportHistory.svg +0 -43
  207. package/es/svg/images/EmptyNetwork.svg +0 -50
  208. package/es/svg/images/EmptyRecycleBin.svg +0 -58
  209. package/es/svg/images/EmptyRoles.svg +0 -30
  210. package/es/svg/images/EmptySkills.svg +0 -83
  211. package/es/svg/images/EmptyWebhook.svg +0 -44
  212. package/es/svg/images/FailureLog.svg +0 -46
  213. package/es/svg/images/Inconvenience.svg +0 -719
  214. package/es/svg/images/NoRequestFound.svg +0 -247
  215. package/es/svg/images/PageNotFound.svg +0 -405
  216. package/es/svg/images/ReguestUrlNotFound.svg +0 -267
  217. package/es/svg/images/UnableToProcess.svg +0 -752
  218. package/es/svg/images/UnauthorizedLogin.svg +0 -1047
  219. package/es/svg/images/WillBack.svg +0 -633
  220. package/es/svg/utils.js +0 -14
  221. package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
  222. package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
  223. package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
  224. package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
  225. package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
  226. package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
  227. package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
  228. package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
  229. package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
  230. package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
  231. package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
  232. package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
  233. package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -90
  234. package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -92
  235. package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -95
  236. package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +0 -765
  237. package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  238. package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  239. package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  240. package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
  241. package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
  242. package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
  243. package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
  244. package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
  245. package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
  246. package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
  247. package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
  248. package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
  249. package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
  250. package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
  251. package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
  252. package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
  253. package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -39
  254. package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -41
  255. package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -48
  256. package/src/svg/deprecated/21_07_2021/InvalidUrl.js +0 -756
  257. package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  258. package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  259. package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  260. package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
@@ -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
- }
@@ -1,67 +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 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
- }
@@ -1,78 +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 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,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/EmptyRoles.svg';
7
- export default class EmptyRoles extends React.Component {
8
- render() {
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
- }));
17
- }
18
-
19
- }
20
- EmptyRoles.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
- EmptyRoles.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyRoles'
33
- };
34
-
35
- if (false) {
36
- EmptyRoles.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }
@@ -1,114 +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 EmptySchedule extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "schedule"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptySchedule_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptySchedule_svg__cls-3,.EmptySchedule_svg__cls-4,.EmptySchedule_svg__cls-5{fill:none}.EmptySchedule_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptySchedule_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptySchedule_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
- d: "M86 66.22a.61.61 0 00.35-.11c2.8-1.83 43.49-28 64.45-19.75 21.71 8.55 36.53 80.46-23.83 112.73s-87.67-37.92-87.9-50.36c-.22-12.02 0-40.65 46.93-42.51z",
13
- opacity: 0.05,
14
- fill: "var(--zd_emptysvg_primary_fill)"
15
- }), /*#__PURE__*/React.createElement("ellipse", {
16
- cx: 152.54,
17
- cy: 36.46,
18
- rx: 3.32,
19
- ry: 3.31,
20
- strokeMiterlimit: 10,
21
- stroke: "var(--zd_emptysvg_medium_circle)",
22
- fill: "none"
23
- }), /*#__PURE__*/React.createElement("circle", {
24
- className: "EmptySchedule_svg__cls-3",
25
- cx: 80.89,
26
- cy: 34.48,
27
- r: 1.98
28
- }), /*#__PURE__*/React.createElement("path", {
29
- className: "EmptySchedule_svg__cls-4",
30
- d: "M28.08 101.77l-.33 5.83M25 104.52l5.83.33"
31
- }), /*#__PURE__*/React.createElement("circle", {
32
- cx: 161.76,
33
- cy: 152.05,
34
- r: 2.3,
35
- stroke: "var(--zd_emptysvg_small_circle)",
36
- strokeLinecap: "round",
37
- strokeLinejoin: "round",
38
- fill: "none"
39
- }), /*#__PURE__*/React.createElement("path", {
40
- className: "EmptySchedule_svg__cls-5",
41
- d: "M170.88 117.22l3.89 4.35M170.65 121.33l4.35-3.88"
42
- }), /*#__PURE__*/React.createElement("rect", {
43
- className: "EmptySchedule_svg__cls-6",
44
- x: 71.39,
45
- y: 97.3,
46
- width: 9.87,
47
- height: 9.86,
48
- rx: 4.93
49
- }), /*#__PURE__*/React.createElement("rect", {
50
- className: "EmptySchedule_svg__cls-6",
51
- x: 99.44,
52
- y: 97.29,
53
- width: 9.86,
54
- height: 9.87,
55
- rx: 4.93,
56
- transform: "rotate(109.27 104.376 102.215)"
57
- }), /*#__PURE__*/React.createElement("rect", {
58
- className: "EmptySchedule_svg__cls-6",
59
- x: 90.53,
60
- y: 124.26,
61
- width: 9.87,
62
- height: 9.86,
63
- rx: 4.93
64
- }), /*#__PURE__*/React.createElement("rect", {
65
- className: "EmptySchedule_svg__cls-6",
66
- x: 109.28,
67
- y: 114.95,
68
- width: 28.46,
69
- height: 28.49,
70
- rx: 14.23,
71
- transform: "rotate(109.27 123.514 129.181)"
72
- }), /*#__PURE__*/React.createElement("rect", {
73
- className: "EmptySchedule_svg__cls-6",
74
- x: 126.95,
75
- y: 97.3,
76
- width: 9.87,
77
- height: 9.86,
78
- rx: 4.93
79
- }), /*#__PURE__*/React.createElement("path", {
80
- className: "EmptySchedule_svg__cls-6",
81
- d: "M57.79 91.87s-.4-18.81 4.08-21.14 77 .22 77 .22 6.95-.07 7.8 6.51a35.62 35.62 0 010 10.7H67.44s-9.01-.11-9.65 3.71z"
82
- }), /*#__PURE__*/React.createElement("path", {
83
- d: "M57.15 135.56c1.11-6.06-.21-52.07.2-58.22.21-3.19.67-4.09 2.51-5.58s4.77-.86 9.27-.77h4.41c4.5.09 8.64.09 9.48-.26 1.68-.7 0-9.79-2.38-8.67s-4.21 16.78-.42 16.64S86 71 86 71h34.59c4.5.09 7.21.06 8-.29 1.68-.7 0-9.79-2.38-8.67s-4.21 16.8-.41 16.66 5.74-7.7 5.74-7.7l6.44-.14s12.12-1.17 12 6.59c0 2.19 0 4-.05 5.47 0 0-.93 20.95.06 20.92.79 0 2.33-5.23-1.15-13.62a3.42 3.42 0 00-3.18-2.1H67.43s-8.89-1-8.38 6.89 0 43.75 0 43.75.86 6.5 7.52 6.8 76.51 0 76.51 0 6.45-1 6.92-7.75l.27-13.82v-14.82l-27.14 25.53-5.32-3.9a1.82 1.82 0 01-.27-2.69h0a1.83 1.83 0 012.6-.1l3.4 3.23L134 120.32a13.73 13.73 0 00-13.69-4.23 13.44 13.44 0 00-9.85 16.34 13.62 13.62 0 0016.57 9.68 13.43 13.43 0 009.84-16.34",
84
- strokeWidth: 0.69,
85
- stroke: "var(--zd_emptysvg_primary_stroke)",
86
- strokeLinecap: "round",
87
- strokeLinejoin: "round",
88
- fill: "none"
89
- }));
90
- }
91
-
92
- }
93
- EmptySchedule.propTypes = {
94
- alignHorizontal: PropTypes.bool,
95
- className: PropTypes.string,
96
- dataId: PropTypes.string,
97
- isRender: PropTypes.bool,
98
- size: PropTypes.oneOf(['small', 'large']),
99
- palette: PropTypes.oneOf(['default', 'dark'])
100
- };
101
- EmptySchedule.defaultProps = {
102
- size: 'large',
103
- alignHorizontal: true,
104
- isRender: true,
105
- className: '',
106
- dataId: 'EmptySchedule',
107
- palette: 'default'
108
- };
109
-
110
- if (false) {
111
- EmptySchedule.docs = {
112
- componentGroup: 'SVG'
113
- };
114
- }
@@ -1,82 +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 EmptySearch extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "search"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptySearch_svg__cls-4,.EmptySearch_svg__cls-5,.EmptySearch_svg__cls-6,.EmptySearch_svg__cls-7,.EmptySearch_svg__cls-8{fill:none}.EmptySearch_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptySearch_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptySearch_svg__cls-5,.EmptySearch_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptySearch_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptySearch_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
- 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: "EmptySearch_svg__cls-4",
25
- cx: 79.62,
26
- cy: 29.6,
27
- rx: 2.12,
28
- ry: 2.1
29
- }), /*#__PURE__*/React.createElement("path", {
30
- className: "EmptySearch_svg__cls-5",
31
- d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptySearch_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: "EmptySearch_svg__cls-7",
40
- d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
- }), /*#__PURE__*/React.createElement("path", {
42
- d: "M101.35 87.13s4.94 2.24 6.06 9.58",
43
- stroke: "var(--zd_emptysvg_circle_fill)",
44
- strokeWidth: 2,
45
- strokeLinecap: "round",
46
- strokeLinejoin: "round",
47
- fill: "none"
48
- }), /*#__PURE__*/React.createElement("ellipse", {
49
- cx: 95.28,
50
- cy: 96.71,
51
- rx: 21.41,
52
- ry: 21.23,
53
- fill: "var(--zd_emptysvg_secondary_fill)"
54
- }), /*#__PURE__*/React.createElement("path", {
55
- className: "EmptySearch_svg__cls-6",
56
- d: "M33.71 102.31H56.2a7.33 7.33 0 007.28-6.64c.75-7.62 4.37-20 19-27.59 22.32-11.51 51.78 10.62 43.75 37.18l-3.57 7.67 27.38 27.15s4.11 6.77 0 10.62-8 1.77-12.21-1.18S112 124.14 112 124.14s-26.19 12.4-42.26-8.26c0 0-1-1.53-2.09-3.42-2.2-3.73 1.4-8.42 5.52-7a3.11 3.11 0 011.5 1c2.19 2.85 9.2 15.31 25.23 12.24s19.48-19.7 15.81-32.18-25.88-16.08-34.38-8-9.65 18.57-5.6 22 7-.57 8.31-5.93 4.41-8.81 8.38-8.81 7.84-2.11 5.72-5.75-12.51-.82-16 2.68c-5.32 5.28-9.27 17.71-1 26.19s19.7 5.22 22.6 3.69 6.4-7.8 7.92-8.62"
57
- }));
58
- }
59
-
60
- }
61
- EmptySearch.propTypes = {
62
- alignHorizontal: PropTypes.bool,
63
- className: PropTypes.string,
64
- dataId: PropTypes.string,
65
- isRender: PropTypes.bool,
66
- size: PropTypes.oneOf(['small', 'large']),
67
- palette: PropTypes.oneOf(['default', 'dark'])
68
- };
69
- EmptySearch.defaultProps = {
70
- size: 'large',
71
- alignHorizontal: true,
72
- isRender: true,
73
- className: '',
74
- dataId: 'emptySearch',
75
- palette: 'default'
76
- };
77
-
78
- if (false) {
79
- EmptySearch.docs = {
80
- componentGroup: 'SVG'
81
- };
82
- }