@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,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 EmptyActiveCalls extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "ActiveCalls"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyActiveCalls_svg__cls-4,.EmptyActiveCalls_svg__cls-5,.EmptyActiveCalls_svg__cls-6,.EmptyActiveCalls_svg__cls-7,.EmptyActiveCalls_svg__cls-8{fill:none}.EmptyActiveCalls_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyActiveCalls_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyActiveCalls_svg__cls-5,.EmptyActiveCalls_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyActiveCalls_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyActiveCalls_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: "EmptyActiveCalls_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: "EmptyActiveCalls_svg__cls-5",
31
- d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptyActiveCalls_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: "EmptyActiveCalls_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: "M79.93 53.67c6.28.38 9.53 13.52 8.06 18.09s-6.15 4.54-10.33-1.48-2-16.09-2-16.09c.53-.82 4.27-.52 4.27-.52zm15.35 57.76s3.88 8.57 9.94 10.57 8.88 3.58 10.12-.5c0 0-2.21-10.29-14.9-12.13 0-.02-2.16-.24-5.16 2.06z",
43
- fill: "var(--zd_emptysvg_secondary_fill)"
44
- }), /*#__PURE__*/React.createElement("path", {
45
- className: "EmptyActiveCalls_svg__cls-6",
46
- d: "M64.76 119.92h18.49S67.07 90.31 65.72 83.25s-3.66-20.63 3.86-26 13.67-4.2 15.79 0 6.75 22-4 17c0 0-7.13-4.2-6.55-17a3.4 3.4 0 00-3 2.82c-.61 2.7.49 12.49 6.46 16a7.05 7.05 0 01-4.77 1.67s6.92 21.53 19.17 36.42c0 0 5.39-8.09 13-3.32s11.51 8.81 9 15-12.39 9.25-19 6.65-10.5-9.69-10.5-9.69 12.1 12.72 24.34 3.76c0 0-12.09-2.75-13.84-10 0 0 .57-2.1 1.19-2.1a21.06 21.06 0 0016.49 9.68s-4.48 8-3.5 9.25 8.47 18.38 20.72 13.88 9.31-21.6 20.65-24.75 17.93-2.92 17.93-2.92"
47
- }));
48
- }
49
-
50
- }
51
- EmptyActiveCalls.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
- EmptyActiveCalls.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyActiveCalls',
65
- palette: 'default'
66
- };
67
-
68
- if (false) {
69
- EmptyActiveCalls.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 EmptyActivity extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "EmptyActivity"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyActivity_svg__cls-4,.EmptyActivity_svg__cls-5,.EmptyActivity_svg__cls-6,.EmptyActivity_svg__cls-7,.EmptyActivity_svg__cls-8{fill:none}.EmptyActivity_svg__cls-4,.EmptyActivity_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyActivity_svg__cls-7{stroke:var(--zd_emptysvg_cross)}.EmptyActivity_svg__cls-5,.EmptyActivity_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyActivity_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyActivity_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: "EmptyActivity_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: "EmptyActivity_svg__cls-5",
31
- d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptyActivity_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: "EmptyActivity_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: "M52.32 87.6s-.42-19.95 4.36-22.43 82.26.24 82.26.24 7.43-.07 8.34 6.9a37.49 37.49 0 010 11.36H62.64S53 83.55 52.32 87.6zm89.31 9.77c-.65.6 1.27 3.73 4.3 7s6 5.44 6.66 4.84-1.27-3.73-4.29-7-6.01-5.43-6.67-4.84zM110 108.52c.64.62 3.68-1.48 6.78-4.68s5.1-6.28 4.46-6.89-3.67 1.48-6.78 4.68-5.07 6.28-4.46 6.89z",
43
- fill: "var(--zd_emptysvg_secondary_fill)"
44
- }), /*#__PURE__*/React.createElement("path", {
45
- className: "EmptyActivity_svg__cls-6",
46
- d: "M122 123.76s12.07-.32 12.07 1-3.38 2.87-3.54-1.92-.16-14.52-.16-14.52 17.86.32 16.25 16.44-17.86 15.32-24 12.13-10.61-12.54-6.33-23.21c5-12.39 30.24-9.43 33.14 5.09s-7 25.49-22.51 22.64C112.5 138.71 110 125.7 112 117.22a17.58 17.58 0 016-10.89l.35-.35-.37-.55a1.59 1.59 0 00-2.43-.17c-1.28 1.34-3.74 3.7-5.07 3.5-1.86-.28-.29-3-.29-3s8.62-10.24 10.48-9.26-2.35 6-2.35 6l1.56 1.7c11.62-4 22.6.73 22.6.73l1.57-1.69s-4.21-5-2.35-6 10.47 9.26 10.47 9.26 1.57 2.68-.28 3-5.9-4.39-5.9-4.39c-.62-.18-1.31.55-2 1.61l.34.27a18.55 18.55 0 016.8 14.75l-.29 14.66c-.51 7.15-7.41 8.22-7.41 8.22s-74.65.31-81.77 0-8-7.22-8-7.22.56-38.08 0-46.42 9-7.31 9-7.31h83.61a3.73 3.73 0 013.43 2.28c3.69 8.88 2 14.37 1.2 14.4-1.06 0-.06-22.19-.06-22.19 0-1.56 0-3.48.06-5.81.11-8.23-12.84-7-12.84-7l-6.89.15s-2.09 8-6.13 8.17-2.1-16.48.45-17.67 4.34 8.46 2.54 9.2c-.9.38-3.79.4-8.6.31L88 65.45h-5.59s-2.09 8-6.13 8.17-2.08-16.46.46-17.62 4.35 8.46 2.55 9.2c-.9.38-5.32.38-10.13.28h-4.71c-4.81-.09-12.1-.6-13.45 1.16-1.53 2-1 2.19-1.28 5.58v41.65"
47
- }));
48
- }
49
-
50
- }
51
- EmptyActivity.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
- EmptyActivity.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyActivity',
65
- palette: 'default'
66
- };
67
-
68
- if (false) {
69
- EmptyActivity.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 EmptyAgent extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "agent"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyAgent_svg__cls-4,.EmptyAgent_svg__cls-5,.EmptyAgent_svg__cls-6,.EmptyAgent_svg__cls-7,.EmptyAgent_svg__cls-8{fill:none}.EmptyAgent_svg__cls-4,.EmptyAgent_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyAgent_svg__cls-7{stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAgent_svg__cls-5,.EmptyAgent_svg__cls-8{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAgent_svg__cls-6{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}.EmptyAgent_svg__cls-8{stroke:var(--zd_emptysvg_primary_stroke)}")), /*#__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: "EmptyAgent_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: "EmptyAgent_svg__cls-5",
31
- d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptyAgent_svg__cls-6",
34
- cx: 165.88,
35
- cy: 154.09,
36
- rx: 2.45,
37
- ry: 2.43
38
- }), /*#__PURE__*/React.createElement("path", {
39
- className: "EmptyAgent_svg__cls-4",
40
- d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
- }), /*#__PURE__*/React.createElement("path", {
42
- fill: "var(--zd_emptysvg_secondary_fill)",
43
- d: "M111.64 85.73l1.75 40.55 1.95 22.31-9.37 9.13-5.97-8.39 6.04-62.68 5.6-.92z"
44
- }), /*#__PURE__*/React.createElement("path", {
45
- className: "EmptyAgent_svg__cls-8",
46
- d: "M98 91.85s-14.11-6.36-10.33-20.51 31.89-9.38 34.22 0-12.37 19.5-23 14-11.07-19.2.87-24.83 29.56 3.61 27.81 12.56-14.24 25.8-23 21.65-.82-14 2.79-12.85 5.5 1.74 4.92 16.46 3.06 50.24 3.06 50.24-8.74 11.55-9.46 11.27-8.16-9.39-7.72-10.69 5.39-50.24 5.39-50.24l.89-10.79s2.23-5.83 6.6-1 8.56 33.64 19.28 34.05"
47
- }));
48
- }
49
-
50
- }
51
- EmptyAgent.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
- EmptyAgent.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyAgent',
65
- palette: 'default'
66
- };
67
-
68
- if (false) {
69
- EmptyAgent.docs = {
70
- componentGroup: 'SVG'
71
- };
72
- }
@@ -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 EmptyAgentQueue extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "EmptyAgentQueue"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".agentQueue_svg__cls-4,.agentQueue_svg__cls-6{fill:var(--zd_emptysvg_primary_fill)}.agentQueue_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.agentQueue_svg__cls-7{fill:var(--zd_emptysvg_cross)}.agentQueue_svg__cls-5{fill:var(--zd_emptysvg_small_circle)}.agentQueue_svg__cls-8{fill:var(--zd_emptysvg_primary_stroke);}.agentQueue_svg__cls-6{opacity:.25}")), /*#__PURE__*/React.createElement("path", {
12
- d: "M80.12 59.9S127 29.06 150.78 38.35s40 87.37-26.06 122.41-95.89-41.18-96.15-54.69c-.24-13.07 0-44.23 51.55-46.17z",
13
- opacity: 0.05,
14
- fill: "var(--zd_emptysvg_primary_fill)"
15
- }), /*#__PURE__*/React.createElement("path", {
16
- d: "M149.64 33.09a4 4 0 114-4 4 4 0 01-4 4zm0-7a3 3 0 103 3 3 3 0 00-3-3.01z",
17
- fill: "var(--zd_emptysvg_medium_circle)"
18
- }), /*#__PURE__*/React.createElement("path", {
19
- className: "agentQueue_svg__cls-3",
20
- d: "M73.22 29.58A2.6 2.6 0 1175.84 27a2.6 2.6 0 01-2.62 2.58zm0-4.19A1.6 1.6 0 1074.84 27a1.6 1.6 0 00-1.62-1.61z"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- className: "agentQueue_svg__cls-4",
23
- d: "M16.54 104.91a.5.5 0 01-.47-.53l.35-6.16a.48.48 0 01.53-.47.5.5 0 01.47.52l-.42 6.17a.51.51 0 01-.46.47z"
24
- }), /*#__PURE__*/React.createElement("path", {
25
- className: "agentQueue_svg__cls-4",
26
- d: "M19.82 102l-6.21-.35a.49.49 0 01-.47-.52.5.5 0 01.52-.48l6.22.35a.5.5 0 010 1z"
27
- }), /*#__PURE__*/React.createElement("path", {
28
- className: "agentQueue_svg__cls-5",
29
- d: "M159.49 154.41a2.93 2.93 0 112.95-2.93 2.95 2.95 0 01-2.95 2.93zm0-4.86a1.93 1.93 0 101.95 1.93 1.94 1.94 0 00-1.95-1.93z"
30
- }), /*#__PURE__*/React.createElement("path", {
31
- className: "agentQueue_svg__cls-7",
32
- transform: "rotate(-42.02 171.283 116.905)",
33
- d: "M170.78 113.8h1v6.2h-1z"
34
- }), /*#__PURE__*/React.createElement("path", {
35
- className: "agentQueue_svg__cls-7",
36
- transform: "rotate(-41.56 171.287 116.897)",
37
- d: "M168.18 116.4h6.2v1h-6.2z"
38
- }), /*#__PURE__*/React.createElement("path", {
39
- className: "agentQueue_svg__cls-6",
40
- d: "M115.79 72.81l-25.52 61.32s-1.07 3.78 2.36 5a66.5 66.5 0 007.93 2.21s4.42-8 11.63-4.91 2.23 8.77 2.23 8.77l11.67 3.24a4.94 4.94 0 005.81-2.7l20.94-45.89s4.79-11.12 3-15.47L146 79.19s-5.17 8.9-11 6.71-4.28-11.28-4.28-11.28l-11.63-2.73s-2.26-.83-3.3.92z"
41
- }), /*#__PURE__*/React.createElement("path", {
42
- d: "M114.13 109.91l6-.86 3-5.38a.35.35 0 01.43 0l2.71 5.48 6.5.76c.22 0 .33.21.11.43l-4.88 4.3 1.19 5.91c0 .21-.1.32-.32.21l-5.2-2.69-5.64 2.8c-.11.11-.32 0-.32-.22l.54-6-4.34-4.2a.79.79 0 01.22-.54z",
43
- fill: "var(--zd_emptysvg_circle_fill)"
44
- }), /*#__PURE__*/React.createElement("ellipse", {
45
- className: "agentQueue_svg__cls-6",
46
- cx: 79.29,
47
- cy: 65.74,
48
- rx: 13.25,
49
- ry: 13.63
50
- }), /*#__PURE__*/React.createElement("path", {
51
- className: "agentQueue_svg__cls-8",
52
- d: "M129 149.35a5 5 0 01-1.22-.15l-13.46-3.47a.5.5 0 01-.33-.29.49.49 0 010-.44s1.8-3.41.79-5.84A4 4 0 00112 137c-7.62-2.3-10.9 4.36-11 4.65a.51.51 0 01-.59.26l-7.92-2.21a4.16 4.16 0 01-2.69-5.72l12.73-28.2a.5.5 0 01.66-.25.51.51 0 01.25.67l-12.71 28.14a3.15 3.15 0 002 4.35l7.55 2.1a10.08 10.08 0 0112-4.8 4.91 4.91 0 013.36 2.79c.93 2.24 0 5-.56 6.13l12.92 3.32a4 4 0 004.52-2.09c20.19-41.22 25.07-58.75 22.91-61.41-1.19-1.45-4.26-3.11-9.15-4.91-.86 1.79-4.5 8.26-11.44 6.57a6.6 6.6 0 01-4.5-3.26c-1.58-2.95-.7-6.77-.3-8.15-4.42-1.12-8.45-2-11.09-2.6a3.12 3.12 0 00-3.72 2.29C113.94 79.78 112.1 85 110.32 90c-.81 2.3-1.62 4.56-2.35 6.77 4.85 7.86 3.41 14.85 3.34 15.14-.93 3.78-3 4.87-4.61 4.63s-3.27-2-3.13-4.85c.22-4.51 1.56-9.5 3.3-14.79-.33-.45-11.36-15.31-27.07-15.57h-1.18l-.63.07A28.61 28.61 0 0065.74 85C52 92.6 48 104.64 50.12 113.21c1.65 6.63 6.74 10.82 13.28 10.93h.36c9.64 0 11.63-6.65 12-9.54.82-5.79-2.28-13.31-8-14.85a.52.52 0 01-.35-.62.5.5 0 01.61-.35c6.34 1.7 9.65 9.63 8.76 16-.93 6.63-6 10.52-13.4 10.39-7-.12-12.47-4.6-14.23-11.69-2.22-8.94 1.9-21.47 16.11-29.28a30.8 30.8 0 019.27-3.39 14.82 14.82 0 118.38-.21c13 1.73 22.24 12.53 24.34 15.19.68-2 1.4-4 2.13-6.09 1.77-5 3.6-10.18 4.88-15.24a4.12 4.12 0 014.9-3c2.75.6 7 1.56 11.64 2.74a.48.48 0 01.32.25.47.47 0 010 .4s-1.64 4.68.08 7.87a5.64 5.64 0 003.85 2.76c7.13 1.74 10.33-6.08 10.47-6.41a.5.5 0 01.63-.29c5.39 2 8.67 3.72 10 5.38 4.4 5.42-14.47 45.5-22.79 62.48a5 5 0 01-4.36 2.71zM107.56 98a54.86 54.86 0 00-3 13.7c-.11 2.27 1.06 3.64 2.27 3.82s2.73-.75 3.5-3.86A21.17 21.17 0 00107.56 98zm-29.2-46.15a14.23 14.23 0 000 28.45h.22l2.33-.24a14.27 14.27 0 00-2.55-28.21z"
53
- }));
54
- }
55
-
56
- }
57
- EmptyAgentQueue.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
- EmptyAgentQueue.defaultProps = {
66
- size: 'large',
67
- alignHorizontal: true,
68
- isRender: true,
69
- className: '',
70
- dataId: 'emptyAgentQueue',
71
- palette: 'default'
72
- };
73
-
74
- if (false) {
75
- EmptyAgentQueue.docs = {
76
- componentGroup: 'SVG'
77
- };
78
- }
@@ -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 EmptyApproval extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "archived"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyApproval_svg__cls-3,.EmptyApproval_svg__cls-4,.EmptyApproval_svg__cls-5,.EmptyApproval_svg__cls-6,.EmptyApproval_svg__cls-7{fill:none}.EmptyApproval_svg__cls-3,.EmptyApproval_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyApproval_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyApproval_svg__cls-4,.EmptyApproval_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyApproval_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyApproval_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
- d: "M86.43 62.37s46.91-30.84 70.66-21.56 40 87.37-26.06 122.42-95.89-41.23-96.15-54.7c-.24-13.07 0-44.22 51.55-46.16z",
13
- opacity: 0.05,
14
- fill: "var(--zd_emptysvg_primary_fill)"
15
- }), /*#__PURE__*/React.createElement("ellipse", {
16
- cx: 155.95,
17
- cy: 31.55,
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: "EmptyApproval_svg__cls-3",
25
- cx: 79.53,
26
- cy: 29.45,
27
- rx: 2.12,
28
- ry: 2.1
29
- }), /*#__PURE__*/React.createElement("path", {
30
- className: "EmptyApproval_svg__cls-4",
31
- d: "M23.2 100.71l-.35 6.16M19.92 103.62l6.21.34"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptyApproval_svg__cls-7",
34
- cx: 165.8,
35
- cy: 153.94,
36
- rx: 2.45,
37
- ry: 2.43
38
- }), /*#__PURE__*/React.createElement("path", {
39
- className: "EmptyApproval_svg__cls-6",
40
- d: "M175.52 117.06l4.15 4.61M175.27 121.42l4.65-4.11"
41
- }), /*#__PURE__*/React.createElement("path", {
42
- d: "M77.45 70.19l5-1.59a12.76 12.76 0 01-.64-4.46c0-4.34 3.25-7 7.26-7.24 4.36-.32 7.76 4.27 9 7.19l7.81-2.14c1.3-.33 2.74-.42 3.14.85l1 3.23a2.5 2.5 0 01-1.64 3.13L80 78.15a2.52 2.52 0 01-3.15-1.58l-1.23-3.68c-.5-1.31.5-2.28 1.83-2.7z",
43
- fill: "var(--zd_emptysvg_secondary_fill)"
44
- }), /*#__PURE__*/React.createElement("ellipse", {
45
- cx: 89.66,
46
- cy: 63.02,
47
- rx: 2.24,
48
- ry: 2.22,
49
- fill: "var(--zd_emptysvg_circle_fill)"
50
- }), /*#__PURE__*/React.createElement("path", {
51
- className: "EmptyApproval_svg__cls-5",
52
- d: "M146 125.33c1.79 5.74 4.39 16.67-1 18.42s-55.63 19.49-59.78 17-29.38-83.41-23.29-85.61 19.54-7.18 20.29-7c0 0-2-7.78 3.15-9.91s8.27-2.57 12.82 5c0 0 19.34-5.5 21.33-5s25.87 67.59 25.3 80.56c0 0 0 1.13-4.26 3.66s-48.34 16-53.45 14.1S65.5 89.2 64.93 83s51.44-20.27 53.71-17.45c2.13 2.63 7.5 19.17 13.53 35.9q1.31 3.63 2.28 7.36l1.79 6.91s-14.47-2.46-15.29-.55.54 10.38 1.77 7.24 1.91-7.51-2.59-14.89-8.88-13.92-5.19-20.07c0 0-6.15-2.46-8.6 4s5.59 12.29 3.14 14.48-18.08-1.1-18.62 4.36 8.78 5.74 9 4.37-9.46-1.09-9.6 3.14 9.19 4.92 9.19 3.15-8.64-1.23-8 3.68 9.87 3.55 9.74 3-7.91-1.76-8.55 1.41 13.55 4.69 18.76 2.72 12.12-1.34 12.12-1.34"
53
- }));
54
- }
55
-
56
- }
57
- EmptyApproval.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
- EmptyApproval.defaultProps = {
66
- size: 'large',
67
- alignHorizontal: true,
68
- isRender: true,
69
- className: '',
70
- dataId: 'emptyArchived',
71
- palette: 'default'
72
- };
73
-
74
- if (false) {
75
- EmptyApproval.docs = {
76
- componentGroup: 'SVG'
77
- };
78
- }
@@ -1,80 +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 EmptyArchived extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "archived"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyArchived_svg__cls-3,.EmptyArchived_svg__cls-4,.EmptyArchived_svg__cls-5,.EmptyArchived_svg__cls-6,.EmptyArchived_svg__cls-8{fill:none}.EmptyArchived_svg__cls-3,.EmptyArchived_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyArchived_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyArchived_svg__cls-4,.EmptyArchived_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyArchived_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyArchived_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}.EmptyArchived_svg__cls-7{fill:var(--zd_emptysvg_circle_fill)}")), /*#__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: "EmptyArchived_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: "EmptyArchived_svg__cls-4",
31
- d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptyArchived_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: "EmptyArchived_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: "M59.14 102.89l77.54.31s-5 34.74-3.78 43.49l12.79-2.93s-3.69-34.4-1.13-42.76l11.64-.38s3.89 54-15.82 63c0 0-63.67 8.45-77.24-4.91 0-.03-10.14-18.16-4-55.82z",
43
- fill: "var(--zd_emptysvg_secondary_fill)"
44
- }), /*#__PURE__*/React.createElement("path", {
45
- className: "EmptyArchived_svg__cls-5",
46
- d: "M130.4 100.4s1.79-30.18 4.09-34.79c0 0-51.13-11.36-73.66-7.61 0 0-3.53 27.27-3.68 44-.07 7.66-5 54.76 10.06 61.52s69.53 3.41 76.2-.44c9.39-5.4 13.17-32.6 12.79-61.14 0 0-9.76-1.5-11.64.37s-.52 29.32 1.13 42.81c.46 3.73.38 17.27-7.51 17.27s-6.38-40.17-1.5-57.82l-71.83-1.07 4.77-59.19 77.82 10S135.52 92.44 136.82 102l8.67-2.17s6.73-26 10.74-31.65l-9.23-.67"
47
- }), /*#__PURE__*/React.createElement("path", {
48
- className: "EmptyArchived_svg__cls-7",
49
- d: "M110.9 129.37H93.33a1.5 1.5 0 110-3h17.57a1.5 1.5 0 010 3z"
50
- }), /*#__PURE__*/React.createElement("circle", {
51
- className: "EmptyArchived_svg__cls-7",
52
- cx: 86.82,
53
- cy: 127.87,
54
- r: 1.35
55
- }));
56
- }
57
-
58
- }
59
- EmptyArchived.propTypes = {
60
- alignHorizontal: PropTypes.bool,
61
- className: PropTypes.string,
62
- dataId: PropTypes.string,
63
- isRender: PropTypes.bool,
64
- size: PropTypes.oneOf(['small', 'large']),
65
- palette: PropTypes.oneOf(['default', 'dark'])
66
- };
67
- EmptyArchived.defaultProps = {
68
- size: 'large',
69
- alignHorizontal: true,
70
- isRender: true,
71
- className: '',
72
- dataId: 'emptyArchived',
73
- palette: 'default'
74
- };
75
-
76
- if (false) {
77
- EmptyArchived.docs = {
78
- componentGroup: 'SVG'
79
- };
80
- }
@@ -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 EmptyAttach extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "attach"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyAttach_svg__cls-4,.EmptyAttach_svg__cls-5,.EmptyAttach_svg__cls-6,.EmptyAttach_svg__cls-7,.EmptyAttach_svg__cls-8{fill:none}.EmptyAttach_svg__cls-4,.EmptyAttach_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAttach_svg__cls-7{stroke:var(--zd_emptysvg_cross)}.EmptyAttach_svg__cls-5,.EmptyAttach_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAttach_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyAttach_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: "EmptyAttach_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: "EmptyAttach_svg__cls-5",
31
- d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptyAttach_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: "EmptyAttach_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: "M120.89 72.28l7.19 52.09s-56.62 7.79-58.16 4.34-7.61-51.27-5.32-51.47z",
43
- fill: "var(--zd_emptysvg_secondary_fill)"
44
- }), /*#__PURE__*/React.createElement("path", {
45
- className: "EmptyAttach_svg__cls-6",
46
- d: "M146.42 155.3c-17.09.46-60.1-.42-69.48-.77a2.4 2.4 0 01-2.33-2.39v-23.43h-4.69l-5-48.51a2.94 2.94 0 012.67-3.2l53.3-4.7 7.19 52.09s-54 7.52-54.58 5.93-1-65.57 0-66.07c1.62-.87 18.28-.24 22.81 0a1.33 1.33 0 011.26 1.16c.86 7 5.12 45.07 5.08 46.83-.14 5.91-13.49 14.69-17.54-.24-4.44-16.36-6.44-48.46-6.59-50.8-.31-5.16 13.8-16.72 17.87 17.2 3.77 31.37 3.84 34.6-2 35.48-6.86 1-11.37-47.7-11.37-47.7h60.63a3.2 3.2 0 013.21 3.09c.37 12.61 4.83 87 1.65 88.86-2.27 1.36-49.85 0-49.85 0"
47
- }));
48
- }
49
-
50
- }
51
- EmptyAttach.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
- EmptyAttach.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyAttach',
65
- palette: 'default'
66
- };
67
-
68
- if (false) {
69
- EmptyAttach.docs = {
70
- componentGroup: 'SVG'
71
- };
72
- }
@@ -1,87 +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 EmptyBlueprint extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "blueprint"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyBlueprint_svg__cls-4{fill:var(--zd_emptysvg_plus)}.EmptyBlueprint_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyBlueprint_svg__cls-7{fill:var(--zd_emptysvg_cross)}.EmptyBlueprint_svg__cls-5{fill:var(--zd_emptysvg_primary_stroke)}.EmptyBlueprint_svg__cls-8{fill:var(--zd_emptysvg_small_circle)}.EmptyBlueprint_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}")), /*#__PURE__*/React.createElement("path", {
12
- d: "M86.5 67.37s42.51-27.95 64-19.54 36.24 79.17-23.59 110.92S40 121.44 39.8 109.2c-.22-11.85 0-40.08 46.7-41.83z",
13
- opacity: 0.05,
14
- fill: "var(--zd_emptysvg_primary_fill)"
15
- }), /*#__PURE__*/React.createElement("path", {
16
- d: "M149.5 43a3.51 3.51 0 113.5-3.56 3.53 3.53 0 01-3.5 3.56zm0-6.36a2.85 2.85 0 102.88 2.85 2.87 2.87 0 00-2.88-2.9z",
17
- fill: "var(--zd_emptysvg_medium_circle)"
18
- }), /*#__PURE__*/React.createElement("path", {
19
- className: "EmptyBlueprint_svg__cls-3",
20
- d: "M80.25 39.77a2.23 2.23 0 112.25-2.23 2.24 2.24 0 01-2.25 2.23zm0-3.8a1.58 1.58 0 101.6 1.57 1.58 1.58 0 00-1.6-1.54z"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- className: "EmptyBlueprint_svg__cls-4",
23
- d: "M28.89 108a.32.32 0 01-.31-.34l.32-5.59a.32.32 0 11.64 0l-.31 5.58a.32.32 0 01-.34.35z"
24
- }), /*#__PURE__*/React.createElement("path", {
25
- className: "EmptyBlueprint_svg__cls-4",
26
- d: "M31.87 105.38l-5.63-.31a.33.33 0 110-.65l5.64.31a.33.33 0 01.3.35.32.32 0 01-.31.3z"
27
- }), /*#__PURE__*/React.createElement("path", {
28
- className: "EmptyBlueprint_svg__cls-8",
29
- d: "M171.1 152.88a2.54 2.54 0 112.55-2.53 2.54 2.54 0 01-2.55 2.53zm0-4.42a1.89 1.89 0 101.9 1.89 1.89 1.89 0 00-1.9-1.89z"
30
- }), /*#__PURE__*/React.createElement("path", {
31
- className: "EmptyBlueprint_svg__cls-7",
32
- transform: "rotate(-42.01 169.123 119.012)",
33
- d: "M168.78 116.2h.65v5.62h-.65z"
34
- }), /*#__PURE__*/React.createElement("path", {
35
- className: "EmptyBlueprint_svg__cls-7",
36
- transform: "rotate(-41.59 169.115 119.015)",
37
- d: "M166.3 118.69h5.62v.65h-5.62z"
38
- }), /*#__PURE__*/React.createElement("path", {
39
- className: "EmptyBlueprint_svg__cls-5",
40
- d: "M121.09 83.39h1.31v1.32a.33.33 0 00.66 0v-1.32h1.32a.32.32 0 00.32-.33.32.32 0 00-.32-.32h-1.32v-1.32a.33.33 0 00-.66 0v1.32h-1.31a.32.32 0 00-.33.32.33.33 0 00.33.33z"
41
- }), /*#__PURE__*/React.createElement("path", {
42
- className: "EmptyBlueprint_svg__cls-5",
43
- d: "M140.77 49.62c-.22-1.15-4.7-1.17-19-.63-5.45.21-10.6.41-13.52.28a1.16 1.16 0 00-.86.35c-1.1 1.12-.9 5-.72 8.42.06 1.12.11 2.17.11 3a.63.63 0 00.23.48c2.13 2 27.55.14 30.44-.07a.32.32 0 00.3-.35.31.31 0 00-.34-.3c-14.23 1.06-29.34 1.44-30 .24 0-.84 0-1.9-.11-3-.15-3-.37-7 .54-7.93a.49.49 0 01.37-.16c2.94.13 8.1-.07 13.56-.28 7.44-.28 17.62-.67 18.32.12.4 1.65.56 10.37-.67 12.24a.52.52 0 01-.28.25c-.9.15-4.45.27-7.88.38-6.54.22-7.6.3-7.89.48s-.27.38-.24 7.19v3a.9.9 0 01-.77.89c-1.42.17-8.49 1.42-8 9.63a5.78 5.78 0 003.12 4l.1.14a6.41 6.41 0 003.91 2.67.73.73 0 01.7.73v5.3c0 2.65.05 5.6.05 7.65a.47.47 0 01-.08.32c-.12.11-.48.09-.83.07h-.55c-1.32 0-3.24 0-5.24-.08-3.88-.08-7.88-.16-8.92 0a1 1 0 00-.63.45 5.16 5.16 0 00-.6 1.6h-.58a1.24 1.24 0 00-1.3 1.2l-.23 4.88-9.9-.16a.33.33 0 00-.33.32 3.83 3.83 0 01-.26 1.32 6.15 6.15 0 00.1-1.15c0-4.7-1.69-6.26-12.23-6.81-10.27-.53-14.69.14-15.42 5.72a5 5 0 001.46 4.39c3.33 3.1 11.23 2 12.83 1.68.58 2 .13 19.2-.2 21.11-.75.09-4.11-.09-6.85-.23a78.15 78.15 0 00-8.59-.23 1.07 1.07 0 00-.71.52c-1.45 2.08-1.47 11.13-1.17 12.67.21 1.14 4.64 1.27 18.76 1.13 5.55-.06 10.8-.11 13.72.1h.09a1.17 1.17 0 00.82-.34c1.11-1.05 1-4.51.93-7.85v-2.82a.73.73 0 00-.25-.53c-2-1.89-21.41-.74-23.61-.61a.33.33 0 00-.31.35.32.32 0 00.35.3c12.55-.78 22.94-.56 23.17.48v2.84c.08 2.91.17 6.52-.73 7.37a.51.51 0 01-.42.16c-2.94-.22-8.2-.17-13.77-.11-7.36.08-17.44.18-18.12-.6-.26-1.42-.22-10.31 1.07-12.18.1-.15.2-.24.29-.25a81.63 81.63 0 018.45.24c7 .37 7.24.31 7.37.07.65-.65.87-20.82.24-22a.41.41 0 00-.44-.25c-.37.07-9.14 1.62-12.48-1.48a4.33 4.33 0 01-1.14-3.88c.6-4.67 3.63-5.73 14.74-5.15s11.61 2.41 11.61 6.16a4.49 4.49 0 01-1 3c-3.29 2.27-9.94 1.72-10 1.72a.31.31 0 00-.35.28.33.33 0 00.28.36c4.83.67 8.23.19 10.09-1.43a6.09 6.09 0 00.44-.44c.17-.13.34-.26.5-.4a4.3 4.3 0 001.48-2.91l9.18.16h.73a.33.33 0 00.33-.31l.24-5.21a.6.6 0 01.65-.56h.44a62.89 62.89 0 00-.52 13.44c.08.43.27 1.41 14.25 1.78 7 .18 15.39.13 19.5-.13.77-.07.9-1.64.75-8.85 0-1.65-.07-3.22 0-4.29a.64.64 0 00-.19-.45c-1.86-1.93-26.48-2.13-32.95-2.15a4.12 4.12 0 01.48-1.23c.11-.16.18-.18.19-.18 1-.16 5.14-.07 8.81 0 2 0 3.93.08 5.25.08h.51a1.73 1.73 0 001.32-.25 1 1 0 00.28-.79v-7.65-5.3a1.37 1.37 0 00-1.36-1.37 5.25 5.25 0 01-2.68-1.48 14.52 14.52 0 003.16.84 5.5 5.5 0 003.67-.67 7.42 7.42 0 003.54-5.79 6 6 0 00-2.58-5.21 6.85 6.85 0 00-6.25-.66 6.33 6.33 0 00-4 4.88 7.71 7.71 0 00.39 4.72 4.48 4.48 0 01-1.81-2.88c-.49-7.41 5.52-8.7 7.39-8.91a1.56 1.56 0 001.33-1.54v-3-6.66c.81-.13 4.48-.26 7.46-.36 3.61-.12 7-.23 8-.39a1.09 1.09 0 00.71-.53c1.39-2.12 1.11-11.28.76-12.74zm-2.1 59.64v4.32c.06 3 .16 7.53-.23 8.19-8.5.53-31.93.21-33-1.12a64.4 64.4 0 01.53-13.32c15.55.03 31.97.72 32.7 1.93zM117.16 82a5.72 5.72 0 013.6-4.4 6.2 6.2 0 015.63.57 5.32 5.32 0 012.32 4.66 6.75 6.75 0 01-3.23 5.26 4.9 4.9 0 01-3.23.59 14 14 0 01-4.25-1.33 6.92 6.92 0 01-.84-5.35z"
44
- }), /*#__PURE__*/React.createElement("path", {
45
- className: "EmptyBlueprint_svg__cls-6",
46
- d: "M138.46 108.57L107 107.13a1.08 1.08 0 00-1.08 1.08l.72 12.2a1.08 1.08 0 001.08 1.08l30.76.72a1.08 1.08 0 001.08-1.08v-11.48a1.09 1.09 0 00-1.1-1.08zM122.74 88.16a5.25 5.25 0 10-5.25-5.25 5.25 5.25 0 005.25 5.25z"
47
- }), /*#__PURE__*/React.createElement("circle", {
48
- className: "EmptyBlueprint_svg__cls-6",
49
- cx: 79.42,
50
- cy: 112.4,
51
- r: 1.49
52
- }), /*#__PURE__*/React.createElement("circle", {
53
- className: "EmptyBlueprint_svg__cls-6",
54
- cx: 72.55,
55
- cy: 112.4,
56
- r: 1.49
57
- }), /*#__PURE__*/React.createElement("circle", {
58
- className: "EmptyBlueprint_svg__cls-6",
59
- cx: 85.93,
60
- cy: 112.4,
61
- r: 1.49
62
- }));
63
- }
64
-
65
- }
66
- EmptyBlueprint.propTypes = {
67
- alignHorizontal: PropTypes.bool,
68
- className: PropTypes.string,
69
- dataId: PropTypes.string,
70
- isRender: PropTypes.bool,
71
- size: PropTypes.oneOf(['small', 'large']),
72
- palette: PropTypes.oneOf(['default', 'dark'])
73
- };
74
- EmptyBlueprint.defaultProps = {
75
- size: 'large',
76
- alignHorizontal: true,
77
- isRender: true,
78
- className: '',
79
- dataId: 'emptyBlueprint',
80
- palette: 'default'
81
- };
82
-
83
- if (false) {
84
- EmptyBlueprint.docs = {
85
- componentGroup: 'SVG'
86
- };
87
- }