@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,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/EmptyBusinessHoliday.svg';
7
- export default class EmptyBusinessHoliday extends React.Component {
8
- render() {
9
- return /*#__PURE__*/React.createElement(SVG, _extends({
10
- viewBox: "0 0 181.9 139.3",
11
- name: "businessholiday"
12
- }, this.props), /*#__PURE__*/React.createElement("image", {
13
- xlinkHref: image,
14
- height: "100%",
15
- width: "100%"
16
- }));
17
- }
18
-
19
- }
20
- EmptyBusinessHoliday.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
- EmptyBusinessHoliday.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyBusinessHoliday'
33
- };
34
-
35
- if (false) {
36
- EmptyBusinessHoliday.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }
@@ -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/EmptyBusinessHour.svg';
7
- export default class EmptyBusinessHour extends React.Component {
8
- render() {
9
- return /*#__PURE__*/React.createElement(SVG, _extends({
10
- viewBox: "0 0 181.9 139.3",
11
- name: "businesshour"
12
- }, this.props), /*#__PURE__*/React.createElement("image", {
13
- xlinkHref: image,
14
- height: "100%",
15
- width: "100%"
16
- }));
17
- }
18
-
19
- }
20
- EmptyBusinessHour.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
- EmptyBusinessHour.defaultProps = {
28
- size: 'large',
29
- alignHorizontal: true,
30
- isRender: true,
31
- className: '',
32
- dataId: 'emptyBusinessHour'
33
- };
34
-
35
- if (false) {
36
- EmptyBusinessHour.docs = {
37
- componentGroup: 'SVG'
38
- };
39
- }
@@ -1,74 +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 EmptyCallHistory extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "CallHistoryEmpty"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyCallHistory_svg__cls-3,.EmptyCallHistory_svg__cls-4,.EmptyCallHistory_svg__cls-5,.EmptyCallHistory_svg__cls-6,.EmptyCallHistory_svg__cls-7{fill:none}.EmptyCallHistory_svg__cls-3,.EmptyCallHistory_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCallHistory_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCallHistory_svg__cls-4,.EmptyCallHistory_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCallHistory_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCallHistory_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: "EmptyCallHistory_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: "EmptyCallHistory_svg__cls-4",
31
- d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptyCallHistory_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: "EmptyCallHistory_svg__cls-6",
40
- d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
- }), /*#__PURE__*/React.createElement("path", {
42
- className: "EmptyCallHistory_svg__cls-5",
43
- d: "M114 99.9s-6.26-2.21-9.39 0-2.4 8.82 1.63 8.82 5.65-9.35-4.51-8.87-7.26 9.52-5.16 10 6.34-2 4.35-5.8-10.48-2-12.42 5.86 4.78 6.32 5.39 5.64 2.43-5.44-1.21-6.36-8.62 4.54-7.41 12 7.48 3.18 7.78 1.21-1.05-5.44-5.21-4.08-2.65 10.51 1.74 14.06 9.15-.83 7.1-5.07-7-1.13-7 1 .91 9.83 10.66 10.05a4.7 4.7 0 004.84-5c.07-5.14-10-3.32-6.73 2.95s16.33 2 16.18-3.4a3.42 3.42 0 00-1.63-3.18 3.35 3.35 0 00-4.75 3.75c.49 2.42 2.17 4.73 7.28 2.6 5.78-2.4 5.77-7 5-10a4.09 4.09 0 00-5-3 2.49 2.49 0 00-1.94 2.43c-.23 3.86 9.15 7.79 11.26-2.87s-6.46-10-7.86-9.37c-1.23.52-4.38 5.36 1.29 7.78s7.63-8.31 3.63-12.4-8.77-5.29-10.51-2 .53 6.2 4 6 9.08-7.56 3.78-13.54S89.64 91.36 82 97c0 0-34.91 47.38-6 45 7.29-.59 53.1 2.28 59 0 19.69-7.61-11.25-48.08-8.89-60.71.86-4.54 5.14-7.7 6.72-3.75S77.52 89.4 73.18 82.48s6.91-4 6.71 4.55-1 11.25-5.13 11.45-22.41 1.84-23.9.59c-2.52-2.12 3.7-22.63 9.56-26.51 37.94-25.08 82.21-9.78 89.2-3.47C153.93 73 168 93.3 163.93 96.24s-24.5 2.64-26.5 1S134.21 86 134.21 86"
44
- }), /*#__PURE__*/React.createElement("circle", {
45
- cx: 104.31,
46
- cy: 120.3,
47
- r: 18.89,
48
- fill: "var(--zd_emptysvg_secondary_fill)"
49
- }));
50
- }
51
-
52
- }
53
- EmptyCallHistory.propTypes = {
54
- alignHorizontal: PropTypes.bool,
55
- className: PropTypes.string,
56
- dataId: PropTypes.string,
57
- isRender: PropTypes.bool,
58
- size: PropTypes.oneOf(['small', 'large']),
59
- palette: PropTypes.oneOf(['default', 'dark'])
60
- };
61
- EmptyCallHistory.defaultProps = {
62
- size: 'large',
63
- alignHorizontal: true,
64
- isRender: true,
65
- className: '',
66
- dataId: 'emptyCallHistory',
67
- palette: 'default'
68
- };
69
-
70
- if (false) {
71
- EmptyCallHistory.docs = {
72
- componentGroup: 'SVG'
73
- };
74
- }
@@ -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 EmptyCollision extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "collision"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyCollision_svg__cls-3,.EmptyCollision_svg__cls-4,.EmptyCollision_svg__cls-5,.EmptyCollision_svg__cls-6,.EmptyCollision_svg__cls-7{fill:none}.EmptyCollision_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCollision_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyCollision_svg__cls-4,.EmptyCollision_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCollision_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCollision_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
- d: "M83.6 67.23s46.91-30.84 70.66-21.55 40 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("ellipse", {
16
- cx: 153.14,
17
- cy: 36.36,
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: "EmptyCollision_svg__cls-3",
25
- cx: 76.72,
26
- cy: 34.26,
27
- rx: 2.12,
28
- ry: 2.1
29
- }), /*#__PURE__*/React.createElement("path", {
30
- className: "EmptyCollision_svg__cls-4",
31
- d: "M20.39 105.52l-.35 6.16M17.1 108.43l6.22.34"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptyCollision_svg__cls-7",
34
- cx: 176.99,
35
- cy: 158.75,
36
- rx: 2.45,
37
- ry: 2.43
38
- }), /*#__PURE__*/React.createElement("path", {
39
- className: "EmptyCollision_svg__cls-6",
40
- d: "M172.71 121.87l4.15 4.61M172.46 126.23l4.64-4.11"
41
- }), /*#__PURE__*/React.createElement("path", {
42
- d: "M140.8 87.32l-29.75 23.35s27.08 20.62 29.93 19.54 1.49-14.21 1.49-14.21h25.18s2.13-16.19-.74-19.77l-25.55.93s.82-8.11-.56-9.84z",
43
- fill: "var(--zd_emptysvg_secondary_fill)"
44
- }), /*#__PURE__*/React.createElement("path", {
45
- className: "EmptyCollision_svg__cls-5",
46
- d: "M143 87.29s.2 5.45.2 10.2-1.82 2.42-1.82 2 25.24-2.28 26.95-2.57.29 19.1.57 20-26.79 0-26.79 0 1.42 10.26-.86 12.54-30.78-18.53-30.78-18.53l31.24-26.1c-2.29-1.71-32.29 24.57-32.29 24.57-15 12.35-30.64 24.91-31.36 23-1.68-4.48-.46-12.82-.46-12.82s-30.07 2.44-30.47.81-4-14.15 0-20.72c1.33-2.21 30.87 0 30.87 0s-1.87-13.3 1.09-13.93c2.75-.59 30.5 14.81 30.34 20-.07 2.35-24.77 21.41-24.77 21.41"
47
- }));
48
- }
49
-
50
- }
51
- EmptyCollision.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
- EmptyCollision.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyCollision',
65
- palette: 'default'
66
- };
67
-
68
- if (false) {
69
- EmptyCollision.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 EmptyColumn extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "column"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyColumn_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);isolation:isolate}.EmptyColumn_svg__cls-3,.EmptyColumn_svg__cls-4,.EmptyColumn_svg__cls-5,.EmptyColumn_svg__cls-7,.EmptyColumn_svg__cls-8{fill:none}.EmptyColumn_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyColumn_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyColumn_svg__cls-4,.EmptyColumn_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyColumn_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyColumn_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
12
- d: "M86.51 62.51S133.43 31.67 157.17 41s40 87.35-26.06 122.38S35.22 122.21 35 108.7c-.28-13.11 0-44.26 51.51-46.19z",
13
- style: {
14
- isolation: "isolate"
15
- },
16
- opacity: 0.05,
17
- fill: "var(--zd_emptysvg_primary_fill)"
18
- }), /*#__PURE__*/React.createElement("ellipse", {
19
- cx: 156.04,
20
- cy: 31.69,
21
- rx: 3.54,
22
- ry: 3.51,
23
- strokeMiterlimit: 10,
24
- stroke: "var(--zd_emptysvg_medium_circle)",
25
- fill: "none"
26
- }), /*#__PURE__*/React.createElement("ellipse", {
27
- className: "EmptyColumn_svg__cls-3",
28
- cx: 79.62,
29
- cy: 29.6,
30
- rx: 2.12,
31
- ry: 2.1
32
- }), /*#__PURE__*/React.createElement("path", {
33
- className: "EmptyColumn_svg__cls-4",
34
- d: "M23.28 100.84l-.35 6.16M20 103.74l6.22.35"
35
- }), /*#__PURE__*/React.createElement("ellipse", {
36
- className: "EmptyColumn_svg__cls-8",
37
- cx: 165.88,
38
- cy: 154.06,
39
- rx: 2.45,
40
- ry: 2.43
41
- }), /*#__PURE__*/React.createElement("path", {
42
- className: "EmptyColumn_svg__cls-7",
43
- d: "M175.6 117.19l4.15 4.6M175.35 121.55l4.65-4.12"
44
- }), /*#__PURE__*/React.createElement("path", {
45
- className: "EmptyColumn_svg__cls-6",
46
- d: "M52.32 87.59s-.42-20 4.36-22.43 82.26.24 82.26.24 7.43-.07 8.34 6.9a37.3 37.3 0 010 11.36H62.64s-9.64-.12-10.32 3.93z"
47
- }), /*#__PURE__*/React.createElement("path", {
48
- className: "EmptyColumn_svg__cls-5",
49
- d: "M50.72 133.81V72.18c.22-3.39-.26-3.59 1.28-5.58 1.35-1.76 86-1.29 86-1.29s12.95-1.24 12.83 7c0 2.33 0 4.25-.05 5.81 0 0-1 22.22.06 22.18.85 0 2.48-5.52-1.2-14.39a3.72 3.72 0 00-3.43-2.28H62.6s-9.51-1-9 7.3 0 46.41 0 46.41.92 6.9 8 7.22 76.77 0 76.77 0 6.9-1.07 7.4-8.22l.29-10.65V87.13H130a3 3 0 00-3 3v48.53a3 3 0 01-3 3h-12.87a3 3 0 01-3-3V90.54a3 3 0 00-3-3H93.7a3 3 0 00-3 3v48.76a3 3 0 01-3 3H73.37a3 3 0 01-3-3V90.12a3 3 0 013-3h14.22"
50
- }), /*#__PURE__*/React.createElement("path", {
51
- className: "EmptyColumn_svg__cls-6",
52
- d: "M70.61 87.11h18.7V140a2.8 2.8 0 01-3 2.54h-12.7a2.8 2.8 0 01-3-2.54V87.11z"
53
- }));
54
- }
55
-
56
- }
57
- EmptyColumn.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
- EmptyColumn.defaultProps = {
66
- size: 'large',
67
- alignHorizontal: true,
68
- isRender: true,
69
- className: '',
70
- dataId: 'EmptyColumn',
71
- palette: 'default'
72
- };
73
-
74
- if (false) {
75
- EmptyColumn.docs = {
76
- componentGroup: 'SVG'
77
- };
78
- }
@@ -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 EmptyContact extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "contact"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyContact_svg__cls-4,.EmptyContact_svg__cls-5,.EmptyContact_svg__cls-6,.EmptyContact_svg__cls-7,.EmptyContact_svg__cls-8{fill:none}.EmptyContact_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyContact_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyContact_svg__cls-5,.EmptyContact_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyContact_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyContact_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.42 31.67 157.16 41s40 87.37-26.06 122.41-95.88-41.22-96.1-54.73c-.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.02,
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: "EmptyContact_svg__cls-4",
25
- cx: 79.61,
26
- cy: 29.6,
27
- rx: 2.12,
28
- ry: 2.1
29
- }), /*#__PURE__*/React.createElement("path", {
30
- className: "EmptyContact_svg__cls-5",
31
- d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptyContact_svg__cls-8",
34
- cx: 165.87,
35
- cy: 154.09,
36
- rx: 2.45,
37
- ry: 2.43
38
- }), /*#__PURE__*/React.createElement("path", {
39
- className: "EmptyContact_svg__cls-7",
40
- d: "M175.59 117.21l4.14 4.6M175.34 121.57l4.64-4.12"
41
- }), /*#__PURE__*/React.createElement("path", {
42
- d: "M108.62 97.74s-4.68-7 2.21-11.6 11.8 4.32 10.67 6.93-1.78 5.26-9.77 5.64c0 0 11.12 11.23.09 19.61 0 0-18.28.21-23.39-8.51-5.7-9.73 19.13-13.99 20.19-12.07z",
43
- fill: "var(--zd_emptysvg_secondary_fill)"
44
- }), /*#__PURE__*/React.createElement("path", {
45
- className: "EmptyContact_svg__cls-6",
46
- d: "M180 85c-9.1-.2-17.19-.93-19-2.78-8.19-8.17.66-4 1.38-1.92s-24.29 72.45-32.42 75.77c-7 2.88-4-7-2.62-9.6a.33.33 0 01.62.09c.49 2.35 1.6 10-4.46 10-7.18 0-84.91-21.58-84.91-21.58s-2.16-10 0-10.2 83.65 20 85.31 20.17c3.06.35 6.34-1.25 8.21-6.41s24.16-58.11 24.16-58.11 3.82-6.17-3.11-9.25-68.93-9.74-69.41-11.4 8.86-1.66 6.1 5.93S78.76 65 79 63.58s6.89 1.6 5.57 6.56-10.38 3.18-10.2.37 7.46 1.41 5.39 5.34-9.73 1.49-9.35-.66 7.74 2.25 6.14 6.09-10.48 2-10.48-.57 8.12 0 6.23 5.25-7.55 3.18-8.31.84 5.29-3 4.44 3.46-8 3.84-8.21 1.69 4.62-2.81 4.62 4.4-9.06-.28-8.59-1.13 7-.18 4.63 6-10 3.37-9.73-.74 7.74 1 4.91 7.76-9.34.47-9.15-1.12 7.17.56 4.53 7.21-11.43.09-10.76-1 8.11-1.11 4.34 5.43-11.42.84-10.48-1.78c.53-1.48 7.93 1.08 14.25 3.58A86.89 86.89 0 0081 126.74c9.47 0 16.36-7.91 23.51-7.29 10.36.91 15.65-12.3 5.89-20.85 0 0 8.32 1.07 9.77-5.64 1.36-6.3-7.88-11.27-12.88-5-3.44 4.32 0 9.66 0 9.66s-12.29-1.25-19.2 6.87c-7.7 9.07 16.1 13 24.5 14a4.15 4.15 0 004.31-2.34c1.62-3.52 3.38-9.9-1.46-15.33"
47
- }));
48
- }
49
-
50
- }
51
- EmptyContact.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
- EmptyContact.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyContact',
65
- palette: 'default'
66
- };
67
-
68
- if (false) {
69
- EmptyContact.docs = {
70
- componentGroup: 'SVG'
71
- };
72
- }
@@ -1,68 +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 EmptyContract extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "Contract"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyContract_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyContract_svg__cls-5{fill:var(--zd_emptysvg_cross)}.EmptyContract_svg__cls-4{fill:var(--zd_emptysvg_plus)}")), /*#__PURE__*/React.createElement("path", {
12
- d: "M88.2 67.4s41.2-27.13 62.06-19 35.09 76.86-22.89 107.68S43.15 119.89 42.93 108c-.21-11.5 0-38.9 45.27-40.6z",
13
- opacity: 0.05,
14
- fill: "var(--zd_emptysvg_primary_fill)"
15
- }), /*#__PURE__*/React.createElement("path", {
16
- fill: "var(--zd_emptysvg_small_circle)",
17
- d: "M157.9 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"
18
- }), /*#__PURE__*/React.createElement("path", {
19
- d: "M149.26 43.73a3.45 3.45 0 113.47-3.45 3.47 3.47 0 01-3.47 3.45zm0-6.17a2.73 2.73 0 102.74 2.72 2.74 2.74 0 00-2.74-2.72z",
20
- fill: "var(--zd_emptysvg_medium_circle)"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- className: "EmptyContract_svg__cls-3",
23
- d: "M82.14 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: "EmptyContract_svg__cls-4",
26
- d: "M32.36 106.9a.36.36 0 01-.34-.38l.31-5.42a.36.36 0 11.72 0l-.31 5.42a.35.35 0 01-.38.38z"
27
- }), /*#__PURE__*/React.createElement("path", {
28
- className: "EmptyContract_svg__cls-4",
29
- d: "M35.25 104.34l-5.46-.3a.36.36 0 010-.72l5.46.3a.37.37 0 01.34.38.35.35 0 01-.34.34z"
30
- }), /*#__PURE__*/React.createElement("path", {
31
- className: "EmptyContract_svg__cls-5",
32
- d: "M170.08 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: "EmptyContract_svg__cls-5",
35
- d: "M166.22 119.7a.36.36 0 01-.27-.12.36.36 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: "M111.8 125.78L113 124a1 1 0 011.89.61l-.06 2.19a1 1 0 001.39 1l2.06-.74a1 1 0 011.17 1.61l-1.34 1.74a1 1 0 00.53 1.62l2.1.62a1 1 0 010 2l-2.1.62a1 1 0 00-.53 1.63l1.34 1.73a1 1 0 01-1.17 1.61l-2.06-.73a1 1 0 00-1.39 1l.06 2.19a1 1 0 01-1.89.62l-1.24-1.81a1 1 0 00-1.71 0l-1.23 1.81a1 1 0 01-1.9-.62l.06-2.19a1 1 0 00-1.38-1l-2.06.73a1 1 0 01-1.17-1.61l1.33-1.73a1 1 0 00-.53-1.63l-2.1-.62a1 1 0 010-2l2.1-.62a1 1 0 00.53-1.62l-1.33-1.74a1 1 0 011.17-1.61l2.06.74a1 1 0 001.38-1l-.06-2.19a1 1 0 011.9-.61l1.23 1.8a1 1 0 001.75-.02zm36.07-22.6S129 144.1 129.07 145.4l5.9 2s19.33-40.82 18.84-41.72-5.94-2.5-5.94-2.5z",
38
- opacity: 0.3,
39
- fill: "var(--zd_emptysvg_primary_fill)"
40
- }), /*#__PURE__*/React.createElement("path", {
41
- fill: "var(--zd_emptysvg_primary_stroke)",
42
- d: "M127.87 154.71a.7.7 0 01-.37-.11c-.41-.28-.69-.85.07-5a77.8 77.8 0 013.18-12c9-25.7 14.51-42.58 14.27-44a1.42 1.42 0 00-.49-.75c-.16.7-.34 1.47-.55 2.29a260.54 260.54 0 01-12.3 35.71c-4.28 10-10.42 22.15-15.27 23.44a10.49 10.49 0 01-2.7.31c-11.71 0-37.5-13.07-43-17.7-.91-.76-1.27-1.29-1.23-1.76.26-2.91 24.89-60.73 28.12-63.37a.79.79 0 01.59-.21c1.85.21 33.39 12.4 34.78 15.19a3.59 3.59 0 01.24.63h.14a.5.5 0 01.34 0c1.43.36 7 1.85 10.15 3.75 1.1-5.43.5-6.09.47-6.12-2.56-2.38-34.16-15.41-50.92-22.14a15.5 15.5 0 01-2.24 3.48 6.08 6.08 0 011.08 2.14c.56 1.83-.18 3.61-2 4.89a7.86 7.86 0 01-2 1 9.14 9.14 0 01-.14 3.26 2.57 2.57 0 01-1.46 1.88 7.48 7.48 0 01.27 4.25 4.73 4.73 0 01-3.36 3.67 9.44 9.44 0 01-1.09 6.84 5.34 5.34 0 01-2.5 2.47 5.55 5.55 0 01-.1 1.67 6 6 0 01-3.23 4.07 3.45 3.45 0 01-.79.24c.66 2.83.51 6-.54 7.24a2.72 2.72 0 01-2.53.73 13.24 13.24 0 01-1.08 5 5.89 5.89 0 01-2 2.6c.07.29.13.59.18.93.47 3.21-.75 4.84-1.85 5.63a4.92 4.92 0 01-1.45.72 8.11 8.11 0 011.24 4.24c0 2.18-.81 4.08-2.05 4.61-.61.26-1.62.31-3-.93a4.53 4.53 0 01-.49-.49 6.67 6.67 0 01-4.19 4.9 68.76 68.76 0 01-7.82 1.29.53.53 0 01-.58-.46.52.52 0 01.46-.57 70.1 70.1 0 007.64-1.25c2.15-.65 3.28-2.89 3.66-4.93-1-1.35-1.61-2.94-1.33-3.83a1 1 0 01.87-.72c.35 0 1.2 0 1.53 1.6a7.9 7.9 0 010 2.68c.09.12.18.24.28.35 1 1.12 1.92 1.66 2.52 1.4s1.45-1.68 1.42-3.63a7.53 7.53 0 00-1.29-4 8.16 8.16 0 01-4.54-.76c-1.1-.54-1.69-1.11-1.8-1.74a1.3 1.3 0 01.37-1.14 2 2 0 012.24-.46 10.17 10.17 0 014.19 3 4.18 4.18 0 001.47-.67c1.25-.9 1.75-2.51 1.43-4.64a4.82 4.82 0 00-.1-.57 4.81 4.81 0 01-1.6.31 4.71 4.71 0 01-4.09-2.28 1.4 1.4 0 01.27-1.54 3.38 3.38 0 013.39-.81 4.17 4.17 0 012.69 2.62 5.06 5.06 0 001.38-2 11.78 11.78 0 001-4.82 8 8 0 01-.82-.28c-1.49-.57-3.68-1.91-3.62-3.26 0-.34.19-1 1.24-1.28a2.74 2.74 0 013 .79 5.55 5.55 0 011.2 3.18 2 2 0 001.79-.34c.78-.94.92-3.91.26-6.56a7.18 7.18 0 01-3.76-1.8c-1-.88-1.4-1.74-1.16-2.43.13-.39.53-.87 1.68-.94 1.35-.08 2.52.8 3.39 2.55a9.53 9.53 0 01.64 1.6 2 2 0 00.62-.17 4.92 4.92 0 002.67-3.35 4.35 4.35 0 00.05-1.05l-.44.05a5.91 5.91 0 01-4.89-2.18 1.88 1.88 0 01.16-2.72c1.06-.86 3.09-.71 4.76 1.27a6.05 6.05 0 011.22 2.21 4.55 4.55 0 001.8-1.92 8.4 8.4 0 001-6.13 7 7 0 01-1.14.06c-2.41-.06-5.17-1.23-5.44-2.88a2 2 0 01.49-1.88 3.05 3.05 0 012.45-.56H79a7.79 7.79 0 014.21 4 3.58 3.58 0 002.67-2.9 6.38 6.38 0 00-.25-3.73 3.19 3.19 0 01-.54.05c-2.29.09-5.21-1.24-5.6-2.54a1.09 1.09 0 01.51-1.26 4.2 4.2 0 014.38.62 6.42 6.42 0 011.76 1.92 1.63 1.63 0 00.9-1.17 8.53 8.53 0 00.13-2.77 5.91 5.91 0 01-4.85-.87c-1.27-1-1.76-1.92-1.47-2.74.43-1.24 2.47-1.57 3.6-1.57a3.05 3.05 0 012.29 1.3A6.9 6.9 0 0188 73.24a6.89 6.89 0 001.58-.8 3.35 3.35 0 001.65-3.73 5.41 5.41 0 00-.85-1.71 1.56 1.56 0 01-1.49.27 1.05 1.05 0 01-.76-1.11 1.11 1.11 0 011.09-.84 1.93 1.93 0 011.15.31 16.25 16.25 0 002.29-3.68.53.53 0 01.67-.27c2 .79 48.31 19.4 51.69 22.53.32.3 1.11 1-.25 7.5a3 3 0 011.28 1.69c.39 2.22-8.8 28.87-14.32 44.56a76.76 76.76 0 00-3.14 11.81 23.68 23.68 0 00-.46 3.68 26.69 26.69 0 005-5.6 19.81 19.81 0 01-3.32-1 .56.56 0 01-.31-.55c0-.4.43-.63.78-.78 1-.42 2.93-.71 4 .24a1.14 1.14 0 01.36 1 .76.76 0 010 .21c1-1.69 8.66-18.89 13.28-29.28 2.79-6.27 4.81-10.8 5.05-11.25a.55.55 0 01.72-.31c.46.21.34.58.08 1.34-.15.43-.36 1-.62 1.76-.79 2.24-2.67 7.59-3.13 9.82 1.75-2.73 5.8-12.38 5.82-14.12-.34-.19-1.25-.54-2.05-.85-.18.42-.35.79-.48 1.1a.5.5 0 01-.33.29.55.55 0 01-.43-.06c-1.85-1.17-3.83-2.06-4.33-2-.32.82-3.09 7.16-8.22 18.86a.52.52 0 01-1-.41c6.59-15 8.11-18.54 8.23-18.87a.89.89 0 01.57-.55c1-.36 3.5 1 4.75 1.73.08-.17.15-.34.22-.51-2.68-1-3.57-1.46-3.75-2a.65.65 0 01.09-.59c.09-.14.27-.45.47-.81 1.61-2.8 2.74-4.42 3.8-4.43a3.39 3.39 0 012.36 1 1.43 1.43 0 01.46 1 53.12 53.12 0 01-2.07 5.2 10.89 10.89 0 012.44 1.09c.32.28.31.76 0 1.94a71.34 71.34 0 01-3.24 8.53c-2.6 5.84-3.35 6-3.67 6a.63.63 0 01-.62-.21c-.33-.37-.31-1.26.61-4.29-.28.62-.56 1.24-.84 1.88-11.85 26.58-13.24 29.47-13.61 29.72a1.7 1.7 0 01-1 .17 25 25 0 01-5.93 6.61.73.73 0 01-.4.24zm-57.35-19.57c.38 1.13 8.16 6.09 19.18 11.08 12.42 5.62 22.06 8.17 26.44 7 7.87-2.1 22-39.16 26.69-57.84.32-1.23.57-2.32.78-3.28a43 43 0 00-10.06-3.77h-.16c.32 3.16-1.15 8.07-2.46 9.12-.26.2-.64.23-1.33.1-3.26-.65-13.07-5-17.14-6.8-1.35-.61-13.21-6-13.68-6.81s.48-5.29 1.91-7.21a2.29 2.29 0 012.38-1.17c1 .23 5.4 2 11 4.35 6 2.47 14.41 6 17.89 7.07-.87-.85-5.57-3.34-16.46-7.86-8.18-3.4-15.87-6.27-17.25-6.57-1 .92-5.42 9.51-14.75 31-7.15 16.36-12.79 30.3-12.98 31.59zm60.74 11.1c.69.21 1.59.46 2.3.6a1.77 1.77 0 000-.2v-.15a2.83 2.83 0 00-2.3-.25zm-60.75-11.12zm-9.41-6.74c-.12.18 0 .89.49 1.77a5.58 5.58 0 00-.1-1c-.12-.54-.31-.77-.39-.77zm-.17-5.85a.92.92 0 00-.68.28c-.13.14-.12.22-.11.25s.13.44 1.24 1a7.13 7.13 0 003.29.72 9.1 9.1 0 00-3.32-2.16 1.25 1.25 0 00-.42-.09zm4.69-7.1A2.15 2.15 0 0064 116c-.2.23-.14.38-.11.42a3.69 3.69 0 003.16 1.58h.06a3.7 3.7 0 001.32-.27 3.32 3.32 0 00-2.07-2.19 2.74 2.74 0 00-.74-.11zm3.84-9a2.28 2.28 0 00-.66.11c-.24.07-.5.19-.5.32 0 .45 1.12 1.54 3 2.25l.36.13a4.38 4.38 0 00-.89-2.22 1.64 1.64 0 00-1.31-.57zm80.66-5.07a20.21 20.21 0 003.07 1.34c1-2.35 1.9-4.5 2-4.92a2.16 2.16 0 00-1.78-1c-.3 0-1.06.68-2.91 3.91zM71.66 98.5h-.1c-.55 0-.74.18-.76.25s.1.62.87 1.31a6.57 6.57 0 002.74 1.46 8.29 8.29 0 00-.45-1c-.45-.96-1.22-2.02-2.3-2.02zm28-15.09c1.9 1.48 28.29 13.46 30.64 13.19a9.67 9.67 0 001.7-4.25 12.65 12.65 0 00.3-4.17c-2.14-.54-7-2.45-18.71-7.3-5.06-2.1-9.84-4.09-10.78-4.3-.13 0-.54-.12-1.13.55a11.72 11.72 0 00-1.99 6.28zm-24.41 9.25a1.38 1.38 0 00-.86.26c-.37.31-.37.78 0 1.28a5 5 0 004 1.78h.35a5.13 5.13 0 00-1-1.88 3.39 3.39 0 00-2.49-1.44zm58-5.26zm-55-4.13a1.59 1.59 0 00-1.08.31 1.08 1.08 0 00-.19 1c.14.86 2.21 2 4.43 2a6.78 6.78 0 00.76 0 6.77 6.77 0 00-3.52-3.24zm3.3-6.68a1.85 1.85 0 00-1 .24.35.35 0 00-.1.08c0 .38 1.75 1.58 3.84 1.79a4 4 0 00.78 0 5.3 5.3 0 00-1.28-1.31 4.13 4.13 0 00-2.27-.8zm3-6.19c-1.26 0-2.46.4-2.62.87s.3.93 1.13 1.58a4.9 4.9 0 004 .67 5.84 5.84 0 00-1-2.21 2.1 2.1 0 00-1.59-.91z"
43
- }));
44
- }
45
-
46
- }
47
- EmptyContract.propTypes = {
48
- alignHorizontal: PropTypes.bool,
49
- className: PropTypes.string,
50
- dataId: PropTypes.string,
51
- isRender: PropTypes.bool,
52
- size: PropTypes.oneOf(['small', 'large']),
53
- palette: PropTypes.oneOf(['default', 'dark'])
54
- };
55
- EmptyContract.defaultProps = {
56
- size: 'large',
57
- alignHorizontal: true,
58
- isRender: true,
59
- className: '',
60
- dataId: 'EmptyContract',
61
- palette: 'default'
62
- };
63
-
64
- if (false) {
65
- EmptyContract.docs = {
66
- componentGroup: 'SVG'
67
- };
68
- }
@@ -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 EmptyConversation extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "conversation"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyConversation_svg__cls-4,.EmptyConversation_svg__cls-5,.EmptyConversation_svg__cls-6,.EmptyConversation_svg__cls-7,.EmptyConversation_svg__cls-8{fill:none}.EmptyConversation_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyConversation_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyConversation_svg__cls-5,.EmptyConversation_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyConversation_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyConversation_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: "EmptyConversation_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: "EmptyConversation_svg__cls-5",
31
- d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptyConversation_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: "EmptyConversation_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: "M136.38 150.44l-17.73-19.81s-32.15 1.18-40.2-1.23-6.27-4-6.37-6.75.93-35 1-35.53.28-3.4.28-3.4a3.37 3.37 0 012.38-3.37c2.6-.91 55.59-10 73.83-3.59 0 0 4.47 6.25 2.43 26.43s-.75 23.12-5.73 24.4-8.73 1.94-8 6.67 2.64 18.91-1.89 16.18z",
43
- fill: "var(--zd_emptysvg_secondary_fill)"
44
- }), /*#__PURE__*/React.createElement("path", {
45
- className: "EmptyConversation_svg__cls-6",
46
- d: "M82.63 136.74h-9.26a3 3 0 00-2.53 1.41s-8.93 13.66-9.47 15.11.56 2.6 1.33 1.13-.24-16.6-.24-16.6a3 3 0 00-3.12-2.94c-3.49.18-8.79.36-9.9-.19-1.68-.83-3.36-64.15 0-67.06s63-5 71.42-2.5 0 61.63 0 64.35-48.74 2.29-50.42-2.29 0-38.74.84-45 70.58-10.83 76-5.41c4.55 4.5 1.53 36.11.39 46.61a4.91 4.91 0 01-3.69 4.22l-5 1.28a3 3 0 00-2.22 2.85v17.72a1.52 1.52 0 01-2.65 1l-22.25-24.86a5.56 5.56 0 00-3.93-1.84l-18.57-.67c-1.27 0-2.54-.15-3.8-.29l-13.11-1.51a.85.85 0 01-.75-.85l.67-59s-.9-1.57 5.42-1.8 31.16 0 31.16 0"
47
- }));
48
- }
49
-
50
- }
51
- EmptyConversation.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
- EmptyConversation.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'emptyConversation',
65
- palette: 'default'
66
- };
67
-
68
- if (false) {
69
- EmptyConversation.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 EmptyCrm extends React.Component {
7
- render() {
8
- return /*#__PURE__*/React.createElement(SVG, _extends({
9
- viewBox: "0 0 200 200",
10
- name: "Feed"
11
- }, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyCrm_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrm_svg__cls-4,.EmptyCrm_svg__cls-5,.EmptyCrm_svg__cls-6,.EmptyCrm_svg__cls-8,.EmptyCrm_svg__cls-9{fill:none}.EmptyCrm_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCrm_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyCrm_svg__cls-5,.EmptyCrm_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCrm_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCrm_svg__cls-9{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: "EmptyCrm_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: "EmptyCrm_svg__cls-5",
31
- d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
32
- }), /*#__PURE__*/React.createElement("ellipse", {
33
- className: "EmptyCrm_svg__cls-9",
34
- cx: 165.88,
35
- cy: 154.09,
36
- rx: 2.45,
37
- ry: 2.43
38
- }), /*#__PURE__*/React.createElement("path", {
39
- className: "EmptyCrm_svg__cls-8",
40
- d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
41
- }), /*#__PURE__*/React.createElement("path", {
42
- className: "EmptyCrm_svg__cls-7",
43
- d: "M60.9 101.22l17 7.58s3.61 1 6.42-3.79 7.06-14.65 7.41-17.08.48-5-3.34-6.44S74 77.4 74 77.4s-.15 6.46-1.35 9.41S59.42 99 60.9 101.22zM170.64 74.38l-32.49 8.05s7.51 3.84 9.19 15.53-8.1 13.08-8.1 13.08 15.55 4.1 29.16-1.25c0 0 2.32-1.91 2.32-6.81s1.66-16.08-.08-28.6z"
44
- }), /*#__PURE__*/React.createElement("path", {
45
- className: "EmptyCrm_svg__cls-6",
46
- d: "M30.38 95.65s15.76-.15 23.44 3.26 9.33 1.92 9.78 3.07-3.1 1.28-2.72-1.67S72.28 90.69 73.25 85s1.23-10.59-.78-10.59.39 3.15 3.69 3.92 7.64 2.24 11.52 3 5.11 2.83 4.08 6.62c0 0-5.45 20.12-12.46 20.83s-13.89-6.53-13.89-6.53 12.93 7.66 16.12 7.66c3 0 12-16.55 11.7-24.08a.74.74 0 011-.73c1.74.7 5 2 6.31 2.36 2.48.7 5.62-.66 9.11-4a7.49 7.49 0 015.18-2.06c3.31 0 8.11.53 10.06 3.21 3.13 4.27-1 8.84 1 11.56s3.89 6.72.8 7.35c-2.69.54-2.85 0-2.85 0s1.82 3.77.15 5.35a4.48 4.48 0 01-4.11.83s1.37 2.65-.23 3.63a2.06 2.06 0 01-2.59 0s1.14 3.69-3.73 4.75c0 0-2.89 3.77-5-.9 0 0-4.95 4-4.79-2.72 0 0-5.41 4.6-4.57-3.85 0 0-.06-.63.71-.41s17.55 10.74 20 9.85 1.64-3.6 1.19-4.06-2.36-1.09-2.28-.62 4.52 3 6.37 1.18-.29-6-1.2-5.87.62 3.09 2.52 3.61 5.95.18 4.58-4-3.25-4.7-3.18-4.36 2.34 4.79 6.53 5.21 2-5.75-1-8-3.87-5.48-3.23-6.35 2.65-.72 3-.13a1.26 1.26 0 01-.73 1.91c-1.05.28-8.56-1.41-10.22-6.45a15.81 15.81 0 01-2.93 1.49s-4.8 8.46-8 7.18.34-10.73 1.73-11.72c.25-.18 7.13-5 18.19-4.45a6.82 6.82 0 013.39 1.08c2.49 1.6 7.12 5.27 8.65 11.15 2.13 8.2-5.31 12.5-4.82 13.8s7.09-.48 8.61-5.74.34-17.82-8.75-22.47c0 0-1.22-.37-1.12 0s5.2-.31 7.42-1.43 26.19-6.67 26.19-6.67 2.51 31.81-2.24 35.41-23.15 2.76-23.15 2.76"
47
- }));
48
- }
49
-
50
- }
51
- EmptyCrm.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
- EmptyCrm.defaultProps = {
60
- size: 'large',
61
- alignHorizontal: true,
62
- isRender: true,
63
- className: '',
64
- dataId: 'EmptyFeed',
65
- palette: 'default'
66
- };
67
-
68
- if (false) {
69
- EmptyCrm.docs = {
70
- componentGroup: 'SVG'
71
- };
72
- }