@zohodesk/svg 1.0.0-temp-6 → 1.0.0-temp.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 (316) hide show
  1. package/README.md +160 -131
  2. package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  3. package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  4. package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  5. package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  6. package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  8. package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  9. package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  10. package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  11. package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  12. package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  14. package/es/Provider.js +14 -14
  15. package/es/index.js +1 -1
  16. package/es/svg/EmptyActiveCalls.js +0 -0
  17. package/es/svg/EmptyCallHistory.js +0 -0
  18. package/es/svg/EmptyError.js +94 -0
  19. package/es/svg/EmptyStateVariables.module.css +38 -38
  20. package/es/svg/Import.js +82 -0
  21. package/es/svg/Loader.js +19 -12
  22. package/es/svg/SVG.module.css +26 -26
  23. package/es/svg/images/EmptyBusinessHoliday.svg +50 -50
  24. package/es/svg/images/EmptyBusinessHour.svg +42 -42
  25. package/es/svg/images/EmptyContactInfo.svg +27 -27
  26. package/es/svg/images/EmptyCustomDomain.svg +85 -85
  27. package/es/svg/images/EmptyFilter.svg +62 -62
  28. package/es/svg/images/EmptyFromAddress.svg +41 -41
  29. package/es/svg/images/EmptyImportHistory.svg +43 -43
  30. package/es/svg/images/EmptyNetwork.svg +50 -50
  31. package/es/svg/images/EmptyRecycleBin.svg +58 -58
  32. package/es/svg/images/EmptyRoles.svg +30 -30
  33. package/es/svg/images/EmptyWebhook.svg +44 -44
  34. package/es/svg/images/FailureLog.svg +46 -46
  35. package/es/svg/images/Inconvenience.svg +719 -719
  36. package/es/svg/images/NoRequestFound.svg +247 -247
  37. package/es/svg/images/PageNotFound.svg +405 -405
  38. package/es/svg/images/ReguestUrlNotFound.svg +267 -267
  39. package/es/svg/images/UnableToProcess.svg +752 -752
  40. package/es/svg/images/UnauthorizedLogin.svg +1047 -1047
  41. package/es/svg/images/WillBack.svg +633 -633
  42. package/lib/Provider.js +18 -18
  43. package/lib/index.js +13 -13
  44. package/lib/svg/EmptyAccounts.js +4 -4
  45. package/lib/svg/EmptyActiveCalls.js +4 -4
  46. package/lib/svg/EmptyActivity.js +4 -4
  47. package/lib/svg/EmptyAgent.js +4 -4
  48. package/lib/svg/EmptyAgentQueue.js +4 -4
  49. package/lib/svg/EmptyApproval.js +4 -4
  50. package/lib/svg/EmptyArchived.js +4 -4
  51. package/lib/svg/EmptyAttach.js +4 -4
  52. package/lib/svg/EmptyBlueprint.js +4 -4
  53. package/lib/svg/EmptyBusinessHoliday.js +4 -4
  54. package/lib/svg/EmptyBusinessHour.js +4 -4
  55. package/lib/svg/EmptyCallHistory.js +4 -4
  56. package/lib/svg/EmptyCollision.js +4 -4
  57. package/lib/svg/EmptyColumn.js +4 -4
  58. package/lib/svg/EmptyContact.js +4 -4
  59. package/lib/svg/EmptyContract.js +4 -4
  60. package/lib/svg/EmptyConversation.js +4 -4
  61. package/lib/svg/EmptyCrm.js +4 -4
  62. package/lib/svg/EmptyCrmNotes.js +4 -4
  63. package/lib/svg/EmptyCrmPotential.js +4 -4
  64. package/lib/svg/EmptyCustomDomain.js +4 -4
  65. package/lib/svg/EmptyDashboard.js +4 -4
  66. package/lib/svg/EmptyDepartment.js +4 -4
  67. package/lib/svg/EmptyError.js +144 -0
  68. package/lib/svg/EmptyFeed.js +4 -4
  69. package/lib/svg/EmptyFollowers.js +4 -4
  70. package/lib/svg/EmptyFrame.js +4 -4
  71. package/lib/svg/EmptyFromAddress.js +4 -4
  72. package/lib/svg/EmptyHappiness.js +4 -4
  73. package/lib/svg/EmptyHistory.js +4 -4
  74. package/lib/svg/EmptyImportHistory.js +4 -4
  75. package/lib/svg/EmptyInconvenience.js +4 -4
  76. package/lib/svg/EmptyInvoice.js +4 -4
  77. package/lib/svg/EmptyNetwork.js +4 -4
  78. package/lib/svg/EmptyNotification.js +4 -4
  79. package/lib/svg/EmptyProducts.js +4 -4
  80. package/lib/svg/EmptyRecycleBin.js +4 -4
  81. package/lib/svg/EmptyReply.js +4 -4
  82. package/lib/svg/EmptyReports.js +4 -4
  83. package/lib/svg/EmptyRoles.js +4 -4
  84. package/lib/svg/EmptySchedule.js +4 -4
  85. package/lib/svg/EmptySearch.js +4 -4
  86. package/lib/svg/EmptySkills.js +4 -4
  87. package/lib/svg/EmptySla.js +4 -4
  88. package/lib/svg/EmptySnippet.js +4 -4
  89. package/lib/svg/EmptyStateVariables.module.css +38 -38
  90. package/lib/svg/EmptyTag.js +4 -4
  91. package/lib/svg/EmptyTask.js +4 -4
  92. package/lib/svg/EmptyTeams.js +4 -4
  93. package/lib/svg/EmptyTemplate.js +4 -4
  94. package/lib/svg/EmptyTicket.js +4 -4
  95. package/lib/svg/EmptyTimeEntry.js +4 -4
  96. package/lib/svg/EmptyTimeline.js +4 -4
  97. package/lib/svg/EmptyTopic.js +4 -4
  98. package/lib/svg/EmptyUnauthorizedLogin.js +4 -4
  99. package/lib/svg/EmptyWebhook.js +4 -4
  100. package/lib/svg/EmptyWillBeRightBack.js +4 -4
  101. package/lib/svg/ErrorInconvenience.js +4 -4
  102. package/lib/svg/ErrorOopsSomethingMiss.js +4 -4
  103. package/lib/svg/ErrorUnableToProcessRequest.js +4 -4
  104. package/lib/svg/ErrorUnauthorizedLogin.js +4 -4
  105. package/lib/svg/ErrorUrlNotFound.js +4 -4
  106. package/lib/svg/ErrorWillBeRightBack.js +4 -4
  107. package/lib/svg/Extractor.js +4 -4
  108. package/lib/svg/FailureLog.js +4 -4
  109. package/lib/svg/Import.js +132 -0
  110. package/lib/svg/Loader.js +26 -20
  111. package/lib/svg/NoRequestFound.js +4 -4
  112. package/lib/svg/NotImpossible.js +4 -4
  113. package/lib/svg/PageNotFound.js +4 -4
  114. package/lib/svg/Predictor.js +4 -4
  115. package/lib/svg/SVG.js +4 -4
  116. package/lib/svg/SVG.module.css +26 -26
  117. package/lib/svg/SvgLoader.js +3 -3
  118. package/lib/svg/UnableToProcessRequest.js +4 -4
  119. package/lib/svg/UnauthorizedLogin.js +4 -4
  120. package/lib/svg/UrlNotFound.js +4 -4
  121. package/lib/svg/WillBeRightBack.js +4 -4
  122. package/lib/svg/ZiaAnamoly.js +4 -4
  123. package/lib/svg/images/EmptyBusinessHoliday.svg +50 -50
  124. package/lib/svg/images/EmptyBusinessHour.svg +42 -42
  125. package/lib/svg/images/EmptyContactInfo.svg +27 -27
  126. package/lib/svg/images/EmptyCustomDomain.svg +85 -85
  127. package/lib/svg/images/EmptyFilter.svg +62 -62
  128. package/lib/svg/images/EmptyFromAddress.svg +41 -41
  129. package/lib/svg/images/EmptyImportHistory.svg +43 -43
  130. package/lib/svg/images/EmptyNetwork.svg +50 -50
  131. package/lib/svg/images/EmptyRecycleBin.svg +58 -58
  132. package/lib/svg/images/EmptyRoles.svg +30 -30
  133. package/lib/svg/images/EmptyWebhook.svg +44 -44
  134. package/lib/svg/images/FailureLog.svg +46 -46
  135. package/lib/svg/images/Inconvenience.svg +719 -719
  136. package/lib/svg/images/NoRequestFound.svg +247 -247
  137. package/lib/svg/images/PageNotFound.svg +405 -405
  138. package/lib/svg/images/ReguestUrlNotFound.svg +267 -267
  139. package/lib/svg/images/UnableToProcess.svg +752 -752
  140. package/lib/svg/images/UnauthorizedLogin.svg +1047 -1047
  141. package/lib/svg/images/WillBack.svg +633 -633
  142. package/lib/svg/utils.js +1 -1
  143. package/package.json +48 -49
  144. package/build/Unusedfiles.json +0 -1
  145. package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
  146. package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
  147. package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
  148. package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
  149. package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
  150. package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
  151. package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
  152. package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
  153. package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
  154. package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
  155. package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
  156. package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
  157. package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -40
  158. package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -42
  159. package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -45
  160. package/es/svg/deprecated/21_07_2021/InvalidUrl.js +0 -717
  161. package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  162. package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  163. package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  164. package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
  165. package/es/svg/docs/SVG__common.docs.js +0 -49
  166. package/es/svg/docs/SVG__default.docs.js +0 -317
  167. package/es/svg/docs/SVG__errorstate.docs.js +0 -74
  168. package/es/svg/docs/SVGdocstyle.module.css +0 -8
  169. package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
  170. package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
  171. package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
  172. package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
  173. package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
  174. package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
  175. package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
  176. package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
  177. package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
  178. package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
  179. package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
  180. package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
  181. package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -90
  182. package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -92
  183. package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -95
  184. package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +0 -765
  185. package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  186. package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  187. package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  188. package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
  189. package/lib/svg/docs/SVG__common.docs.js +0 -98
  190. package/lib/svg/docs/SVG__default.docs.js +0 -423
  191. package/lib/svg/docs/SVG__errorstate.docs.js +0 -129
  192. package/lib/svg/docs/SVGdocstyle.module.css +0 -8
  193. package/src/Provider.js +0 -141
  194. package/src/index.js +0 -10
  195. package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
  196. package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
  197. package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
  198. package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
  199. package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
  200. package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
  201. package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
  202. package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
  203. package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
  204. package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
  205. package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
  206. package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
  207. package/src/svg/EmptyAccounts.js +0 -121
  208. package/src/svg/EmptyActiveCalls.js +0 -85
  209. package/src/svg/EmptyActivity.js +0 -85
  210. package/src/svg/EmptyAgent.js +0 -85
  211. package/src/svg/EmptyAgentQueue.js +0 -94
  212. package/src/svg/EmptyApproval.js +0 -85
  213. package/src/svg/EmptyArchived.js +0 -94
  214. package/src/svg/EmptyAttach.js +0 -85
  215. package/src/svg/EmptyBlueprint.js +0 -106
  216. package/src/svg/EmptyBusinessHoliday.js +0 -34
  217. package/src/svg/EmptyBusinessHour.js +0 -34
  218. package/src/svg/EmptyCallHistory.js +0 -82
  219. package/src/svg/EmptyCollision.js +0 -85
  220. package/src/svg/EmptyColumn.js +0 -91
  221. package/src/svg/EmptyContact.js +0 -85
  222. package/src/svg/EmptyContract.js +0 -81
  223. package/src/svg/EmptyConversation.js +0 -85
  224. package/src/svg/EmptyCrm.js +0 -84
  225. package/src/svg/EmptyCrmNotes.js +0 -96
  226. package/src/svg/EmptyCrmPotential.js +0 -100
  227. package/src/svg/EmptyCustomDomain.js +0 -33
  228. package/src/svg/EmptyDashboard.js +0 -90
  229. package/src/svg/EmptyDepartment.js +0 -87
  230. package/src/svg/EmptyFeed.js +0 -87
  231. package/src/svg/EmptyFollowers.js +0 -85
  232. package/src/svg/EmptyFrame.js +0 -83
  233. package/src/svg/EmptyFromAddress.js +0 -32
  234. package/src/svg/EmptyHappiness.js +0 -85
  235. package/src/svg/EmptyHistory.js +0 -84
  236. package/src/svg/EmptyImportHistory.js +0 -32
  237. package/src/svg/EmptyInconvenience.js +0 -37
  238. package/src/svg/EmptyInvoice.js +0 -90
  239. package/src/svg/EmptyNetwork.js +0 -32
  240. package/src/svg/EmptyNotification.js +0 -84
  241. package/src/svg/EmptyProducts.js +0 -88
  242. package/src/svg/EmptyRecycleBin.js +0 -32
  243. package/src/svg/EmptyReply.js +0 -81
  244. package/src/svg/EmptyReports.js +0 -90
  245. package/src/svg/EmptyRoles.js +0 -32
  246. package/src/svg/EmptySchedule.js +0 -131
  247. package/src/svg/EmptySearch.js +0 -95
  248. package/src/svg/EmptySkills.js +0 -116
  249. package/src/svg/EmptySla.js +0 -81
  250. package/src/svg/EmptySnippet.js +0 -96
  251. package/src/svg/EmptyStateVariables.module.css +0 -39
  252. package/src/svg/EmptyTag.js +0 -88
  253. package/src/svg/EmptyTask.js +0 -97
  254. package/src/svg/EmptyTeams.js +0 -85
  255. package/src/svg/EmptyTemplate.js +0 -88
  256. package/src/svg/EmptyTicket.js +0 -88
  257. package/src/svg/EmptyTimeEntry.js +0 -91
  258. package/src/svg/EmptyTimeline.js +0 -85
  259. package/src/svg/EmptyTopic.js +0 -92
  260. package/src/svg/EmptyUnauthorizedLogin.js +0 -44
  261. package/src/svg/EmptyWebhook.js +0 -32
  262. package/src/svg/EmptyWillBeRightBack.js +0 -44
  263. package/src/svg/ErrorInconvenience.js +0 -128
  264. package/src/svg/ErrorOopsSomethingMiss.js +0 -128
  265. package/src/svg/ErrorUnableToProcessRequest.js +0 -128
  266. package/src/svg/ErrorUnauthorizedLogin.js +0 -127
  267. package/src/svg/ErrorUrlNotFound.js +0 -128
  268. package/src/svg/ErrorWillBeRightBack.js +0 -127
  269. package/src/svg/Extractor.js +0 -76
  270. package/src/svg/FailureLog.js +0 -32
  271. package/src/svg/Loader.js +0 -73
  272. package/src/svg/NoRequestFound.js +0 -37
  273. package/src/svg/NotImpossible.js +0 -80
  274. package/src/svg/PageNotFound.js +0 -38
  275. package/src/svg/Predictor.js +0 -78
  276. package/src/svg/SVG.js +0 -107
  277. package/src/svg/SVG.module.css +0 -26
  278. package/src/svg/SvgLoader.js +0 -21
  279. package/src/svg/UnableToProcessRequest.js +0 -37
  280. package/src/svg/UnauthorizedLogin.js +0 -37
  281. package/src/svg/UrlNotFound.js +0 -37
  282. package/src/svg/WillBeRightBack.js +0 -37
  283. package/src/svg/ZiaAnamoly.js +0 -76
  284. package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -39
  285. package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -41
  286. package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -48
  287. package/src/svg/deprecated/21_07_2021/InvalidUrl.js +0 -756
  288. package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  289. package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  290. package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  291. package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
  292. package/src/svg/docs/SVG__common.docs.js +0 -47
  293. package/src/svg/docs/SVG__default.docs.js +0 -227
  294. package/src/svg/docs/SVG__errorstate.docs.js +0 -75
  295. package/src/svg/docs/SVGdocstyle.module.css +0 -8
  296. package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
  297. package/src/svg/images/EmptyBusinessHour.svg +0 -42
  298. package/src/svg/images/EmptyContactInfo.svg +0 -27
  299. package/src/svg/images/EmptyCustomDomain.svg +0 -85
  300. package/src/svg/images/EmptyFilter.svg +0 -62
  301. package/src/svg/images/EmptyFromAddress.svg +0 -41
  302. package/src/svg/images/EmptyImportHistory.svg +0 -43
  303. package/src/svg/images/EmptyNetwork.svg +0 -50
  304. package/src/svg/images/EmptyRecycleBin.svg +0 -58
  305. package/src/svg/images/EmptyRoles.svg +0 -30
  306. package/src/svg/images/EmptySkills.svg +0 -83
  307. package/src/svg/images/EmptyWebhook.svg +0 -44
  308. package/src/svg/images/FailureLog.svg +0 -46
  309. package/src/svg/images/Inconvenience.svg +0 -719
  310. package/src/svg/images/NoRequestFound.svg +0 -247
  311. package/src/svg/images/PageNotFound.svg +0 -405
  312. package/src/svg/images/ReguestUrlNotFound.svg +0 -267
  313. package/src/svg/images/UnableToProcess.svg +0 -752
  314. package/src/svg/images/UnauthorizedLogin.svg +0 -1047
  315. package/src/svg/images/WillBack.svg +0 -633
  316. package/src/svg/utils.js +0 -15
package/src/svg/Loader.js DELETED
@@ -1,73 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import cssStyle from './SVG.module.css';
5
-
6
- export default class Loader extends React.Component {
7
- render() {
8
- let { dataId } = this.props;
9
- return (
10
- <div className={cssStyle.center}>
11
- <SVG
12
- viewBox='0 0 40 40'
13
- name='Loader'
14
- className={`${cssStyle.loaderWrapper}`}
15
- dataId={dataId}
16
- styleName={{animation: "loaderone 2s linear infinite"}}
17
- >
18
- <defs>
19
- <style>
20
- {
21
- "@keyframes circleAnimation_1{to{stroke-dashoffset:-82}}@keyframes circleAnimation_2{to{stroke-dashoffset:-50}}@keyframes loaderone{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}"
22
- }
23
- </style>
24
- </defs>
25
- <title>{"loader"}</title>
26
- <circle
27
- fill="none"
28
- stroke="#089949"
29
- strokeWidth={2}
30
- strokeLinecap="round"
31
- strokeLinejoin="round"
32
- cx={20}
33
- cy={20}
34
- r={13}
35
- style={{
36
- animation: "circleAnimation_1 1.5s linear infinite",
37
- transformOrigin: "center",
38
- }}
39
- strokeDasharray={82}
40
- strokeDashoffset={82}
41
- />
42
- <circle
43
- fill="none"
44
- stroke="#17c662"
45
- strokeLinecap="round"
46
- strokeLinejoin="round"
47
- cx={20}
48
- cy={20}
49
- r={8}
50
- style={{
51
- animation: "circleAnimation_2 1.2s linear infinite",
52
- transformOrigin: "center",
53
- }}
54
- strokeDasharray={50}
55
- strokeDashoffset={50}
56
- />
57
- </SVG>
58
- </div>
59
- );
60
- }
61
- }
62
- Loader.propTypes = {
63
- dataId: PropTypes.string
64
- };
65
- Loader.defaultProps = {
66
- dataId: 'loader'
67
- };
68
-
69
- if (__DOCS__) {
70
- Loader.docs = {
71
- componentGroup: 'SVG'
72
- };
73
- }
@@ -1,37 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/NoRequestFound.svg';
5
- export default class NoRequestFound extends React.Component {
6
- render() {
7
- let { isFluid } = this.props;
8
- return (
9
- <SVG
10
- viewBox='0 0 476.5 297.6'
11
- name='NoRequestFound'
12
- isFluid={isFluid}
13
- {...this.props}
14
- >
15
- <image xlinkHref={image} height='100%' width='100%' />
16
- </SVG>
17
- );
18
- }
19
- }
20
- NoRequestFound.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isFluid: PropTypes.bool,
25
- isRender: PropTypes.bool
26
- };
27
- NoRequestFound.defaultProps = {
28
- alignHorizontal: true,
29
- isRender: true,
30
- className: '',
31
- dataId: 'noRequestFound'
32
- };
33
- if (__DOCS__) {
34
- NoRequestFound.docs = {
35
- componentGroup: 'SVG'
36
- };
37
- }
@@ -1,80 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
-
5
- export default class NotImpossible extends React.Component {
6
- render() {
7
- return (
8
- <SVG viewBox='0 0 316.9 200'name='NotImpossible' {...this.props}>
9
- <style>
10
- {
11
- ".NotImpossible_svg__st2{fill:none;stroke:var(--zd_emptysvg_tiny_circle);stroke-miterlimit:10}.NotImpossible_svg__st4{fill:none;stroke:var(--zd_emptysvg_cross);stroke-miterlimit:10}.NotImpossible_svg__st3{fill:none;stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}"
12
- }
13
- </style>
14
- <path
15
- d="M174 53.9s46.9-30.9 70.7-21.6 40 87.4-26.1 122.4-95.9-41.2-96.1-54.7c-.3-13-.1-44.2 51.5-46.1z"
16
- opacity={0.05}
17
- fill="var(--zd_emptysvg_primary_fill)"
18
- />
19
- <circle
20
- cx={243.5}
21
- cy={23.1}
22
- fill="none"
23
- stroke="var(--zd_emptysvg_medium_circle)"
24
- strokeMiterlimit={10}
25
- r={3.5}
26
- />
27
- <circle className="NotImpossible_svg__st2" cx={167.1} cy={21} r={2.1} />
28
- <path
29
- className="NotImpossible_svg__st3"
30
- d="M110.7 72.3l-.3 6.1M107.4 75.2l6.3.3"
31
- />
32
- <circle
33
- cx={253.3}
34
- cy={145.5}
35
- fill="none"
36
- stroke="var(--zd_emptysvg_small_circle)"
37
- strokeLinecap="round"
38
- strokeLinejoin="round"
39
- r={2.4}
40
- />
41
- <path
42
- className="NotImpossible_svg__st4"
43
- d="M134 157.2l4.1 4.6M133.7 161.5l4.7-4.1"
44
- />
45
- <circle cx={209.7} cy={179.2} fill="#e46370" r={2.1} />
46
- <path
47
- d="M16 140.6s46.9 7 49.7-6.6 30.8-22.5 110.9 10.1c0 0 48-24.1 48-25s-27.6-4.6-42.2 18.4c0 0-62-19.2-73.2-19.2 0 0 39.3-33.4 48.2-32s-31 2.1-55.6 21.6c0 0 52.1 14.2 73.7 24.1 0 0 26.2-23 49.1-17.7 0 0 2.5-.1 1.2-2.7s-27.3-21.3-65.4-25.5c0 0 .2-21.4 14.9-39 0 0-6.7 12.2 3.8 12.3l4.1-.5s-3.2 6.3 2.2 8.4l-.5 2.4s4.4-2.4 5.1.5l5.6-.7s-1.7 2.6-.9 3.8 6.5 3.2 6.5 3.2.3 6.2 1.9 6.5 3.4-1.9 5.1-.7 5.8-2.4 6.7-.5-.4 5.3 2.6 6 2.6 3.3 2.4 6.5 1.7 6.5 4.4 6.5 4.6 4.4 4.6 4.4 11.5-19 44.6-22.4c-20.7-13.7-43.1-24.5-66.7-32.3 0 0-18.6 1.6-42.9 32 0 0 59.6 12.6 66.4 30.6 0 0 0 4.7-2.8 5.8 0 0 9.2-1.8 8.8-6.5s-7.5-4.8.8-11.8 37-8.3 38.8-10.5 0-3.6 0-3.6l6.3 5.9-44.4 15.8s-.6 4.1 3.6 2.9 5.3-13.6 7.5-26.3 7.8-35.8 32.2-40.5c4.2-.7 10.8-.4 17.7 0"
48
- fill="none"
49
- stroke="var(--zd_emptysvg_primary_stroke)"
50
- strokeWidth={0.5}
51
- strokeLinecap="round"
52
- strokeLinejoin="round"
53
- />
54
- <path
55
- d="M160.3 86.3s1.3-22.4 14.9-39c0 0-8.9 13.1 4.2 16.2 0 0 2.5 4.7 3.7 4.6l1 3.6s3.1-1.9 4.1-.9 2.9.8 4.9.3c0 0-3.2 3.4 6.7 6.9 0 0 .6 7.6 3.8 7.2s3.3-1.9 5.5-.9 3.5-1.3 4.3-.6.3 5.1 3 5.5 2.4 4.1 2.5 9 5.7 3.3 7 4.9 1.3 5.2 1.3 5.2l-1.3 3.4c.2-1.5-31-23.5-65.6-25.4z"
56
- fill="var(--zd_emptysvg_secondary_fill)"
57
- />
58
- </SVG>
59
- );
60
- }
61
- }
62
- NotImpossible.propTypes = {
63
- alignHorizontal: PropTypes.bool,
64
- className: PropTypes.string,
65
- dataId: PropTypes.string,
66
- isRender: PropTypes.bool,
67
- palette: PropTypes.oneOf(['default', 'dark'])
68
- };
69
- NotImpossible.defaultProps = {
70
- alignHorizontal: true,
71
- isRender: true,
72
- className: '',
73
- dataId: 'emptyAccounts',
74
- palette: 'default'
75
- };
76
- if (__DOCS__) {
77
- NotImpossible.docs = {
78
- componentGroup: 'SVG'
79
- };
80
- }
@@ -1,38 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/PageNotFound.svg';
5
- export default class PageNotFound extends React.Component {
6
- render() {
7
- let { isFluid } = this.props;
8
- return (
9
- <SVG
10
- viewBox='0 0 508.8 324.8'
11
- name='PageNotFound'
12
- {...this.props}
13
- isFluid={isFluid}
14
- >
15
- <image xlinkHref={image} height='100%' width='100%' />
16
- </SVG>
17
- );
18
- }
19
- }
20
- PageNotFound.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isFluid: PropTypes.bool,
25
- isRender: PropTypes.bool
26
- };
27
- PageNotFound.defaultProps = {
28
- alignHorizontal: true,
29
- isRender: true,
30
- className: '',
31
- dataId: 'pageNotFound'
32
- };
33
-
34
- if (__DOCS__) {
35
- PageNotFound.docs = {
36
- componentGroup: 'SVG'
37
- };
38
- }
@@ -1,78 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
-
5
- export default class Predictor extends React.Component {
6
- render() {
7
- return (
8
- <SVG viewBox='0 0 200 200' name='predictor' {...this.props}>
9
- <style>
10
- {
11
- ".Predictor_svg__st0{fill:none}.Predictor_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.Predictor_svg__st2{fill:var(--zd_emptysvg_plus)}.Predictor_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Predictor_svg__st4{fill:var(--zd_emptysvg_cross)}"
12
- }
13
- </style>
14
- <path className="Predictor_svg__st0" d="M0 0h200v200H0z" />
15
- <path className="Predictor_svg__st0" d="M10 22h180v160H10z" />
16
- <path
17
- className="Predictor_svg__st1"
18
- d="M80.2 58.2s46.7-31.2 70.3-21.8 39.7 88.3-25.9 123.7c-65.6 35.4-95.4-41.6-95.7-55.2-.2-13.3 0-44.7 51.3-46.7z"
19
- />
20
- <path
21
- className="Predictor_svg__st2"
22
- d="M14 119.3s-.1 0 0 0c-.3 0-.5-.3-.5-.5l.4-7.5c0-.3.2-.5.5-.5s.5.2.5.5l-.4 7.5c-.1.3-.3.5-.5.5z"
23
- />
24
- <path
25
- className="Predictor_svg__st2"
26
- d="M17.8 115.8l-7.4-.4c-.3 0-.5-.3-.5-.5 0-.3.3-.5.5-.5l7.3.4c.3 0 .5.3.5.5.1.3-.1.5-.4.5z"
27
- />
28
- <path
29
- className="Predictor_svg__st3"
30
- d="M171.2 22.8c-2.6 0-4.7 2.1-4.7 4.7s2.1 4.7 4.7 4.7 4.7-2.1 4.7-4.7-2.2-4.7-4.7-4.7zm0 8.5c-2 0-3.7-1.7-3.7-3.8s1.7-3.8 3.7-3.8 3.7 1.7 3.7 3.8-1.7 3.8-3.7 3.8zM124.4 175.1c-1.9 0-3.4 1.5-3.4 3.4s1.5 3.4 3.4 3.4 3.4-1.5 3.4-3.4c0-1.8-1.5-3.4-3.4-3.4zm0 5.9c-1.3 0-2.4-1.1-2.4-2.5s1.1-2.5 2.4-2.5c1.3 0 2.4 1.1 2.4 2.5s-1.1 2.5-2.4 2.5z"
31
- />
32
- <path
33
- className="Predictor_svg__st4"
34
- d="M80.9 22c-1.7 0-3 1.4-3 3s1.3 3 3 3 3-1.4 3-3-1.3-3-3-3zm0 5.1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM189.8 131.8c-.2-.2-.5-.2-.7 0l-2.4 2.2-2.1-2.4c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7l2.1 2.4-2.4 2.2c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1l2.4-2.2 2.1 2.4c.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7l-2.1-2.4 2.4-2.2c.2-.3.2-.7 0-.9z"
35
- />
36
- <path
37
- className="Predictor_svg__st1"
38
- d="M115.8 67S78.5 42.1 59.6 49.6s-31.8 70.6 20.7 98.9c52.5 28.3 76.3-33.3 76.5-44.2.2-10.6 0-35.8-41-37.3z"
39
- />
40
- <path className="Predictor_svg__st0" d="M3 36h193.5v127.5H3z" />
41
- <path
42
- d="M65.5 111.2c.1-13.7-12.5-6.1-16.6-10.7-6.2-6.9-10.7-17.4 2.7-28.3 23.1-18.7 64.2-21.7 72.7 19S75 152 61.8 133.7c-5-6.9 3.7-18.6 3.7-22.5z"
43
- fill="var(--zd_emptysvg_secondary_fill)"
44
- />
45
- <path
46
- d="M196 117.3s-24.5-5.4-29.3-2.1c-4.8 3.3-18.4 0-24.5 1.5-6 1.5-17.5 3.3-17.5 3.3M3.5 38.8s28.6 0 38.7 4S70.6 31 74.6 38.5 63.3 54.1 53.5 51.2c-9.8-2.9 33 3.8 38.2 11 5.2 7.2-5.8 6.6-9.8 5.2s-21.7-5.5-26.6-2S70.5 77.4 75 88c4.6 10.6-5 5.1-5.8 4.7-.8-.4-23.4-19.9-22.9-18.4s17.1 24 17.3 25.9c.2 1.9-1.9 7.9-7.2 3.9-5.2-3.9-21.3-23.1-20.8-24.3.5-1.2 4.8 3.8 4.8 16.1s-2.5 17.7-5.6 15.3c-3.1-2.4-5-28.4-9.8-32.2S9 63.7 3.5 63.5m38 41.6s5.2 31.4 31 35.3c24.7 3.8 35.6-6 35.6-6l.2 6.4s-21.9 11.9-51.9-.5l.5 7.2s26.5 13.8 62.8-1.2l.1 8.4s-24 17.8-70 .9c0 0-.6-9.9.2-10.1s3.2-2.8 5.3-2.7c0 0-.1-5.2 5.5-5.9 0 0 18.7 13 45.9.9 6.8-3 11.4-9.5 14.5-17.6 0 0-4.3-3.2-1.2-6.6 3.1-3.3 25.3-5 25.2-9.3-.1-4.3-36.2 3.1-37.8.3-1.7-2.8-2.1-8.3 3.1-9.2 0 0 33.3-8.2 33.5-6 .3 2.3-22.8-4.8-32.5-1.8-9.6 3-16-4.5-10.8-8.1 0 0 8.5-.9 11.3-2.3 2.7-1.4 26.8.6 27.3.7.6.1-23-2.6-23-2.6s-11.4 3.3-13.6 2c-2.2-1.3-3-5.8.6-6.8s8.5-1 8.5-1-10.7-9.4-20.4-10.1c0 0 11.4.3 25.2 9.7l11.7-.7s14.6 1.4 17.1 4.2c2.5 2.7 19.5 13.9 25.3 13.9s8.8.6 8.8.6"
47
- fill="none"
48
- stroke="var(--zd_emptysvg_primary_stroke)"
49
- strokeLinecap="round"
50
- strokeLinejoin="round"
51
- strokeMiterlimit={10}
52
- />
53
- </SVG>
54
- );
55
- }
56
- }
57
- Predictor.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
- Predictor.defaultProps = {
66
- size: 'large',
67
- alignHorizontal: true,
68
- isRender: true,
69
- className: '',
70
- dataId: 'predictor',
71
- palette: 'default'
72
- };
73
-
74
- if (__DOCS__) {
75
- Predictor.docs = {
76
- componentGroup: 'SVG'
77
- };
78
- }
package/src/svg/SVG.js DELETED
@@ -1,107 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import style from './SVG.module.css';
4
- import styles from './EmptyStateVariables.module.css';
5
-
6
- export default class SVG extends React.Component {
7
- render() {
8
- let {
9
- viewBox,
10
- children,
11
- name,
12
- isRender,
13
- isSymbol,
14
- size,
15
- className,
16
- alignHorizontal,
17
- isFluid,
18
- dataId,
19
- palette,
20
- styleName
21
- } = this.props;
22
- return (
23
- <React.Fragment>
24
- {isSymbol ? (
25
- <div hidden>
26
- <svg>
27
- <symbol id={name} viewBox={viewBox}>
28
- {children}
29
- </symbol>
30
- </svg>
31
- </div>
32
- ) : null}
33
- {isRender && isSymbol ? (
34
- <div
35
- className={`${
36
- size === 'large'
37
- ? style.large
38
- : size === 'small'
39
- ? style.small
40
- : isFluid
41
- ? style.cover
42
- : ''
43
- } ${className} ${styles[palette]} ${
44
- alignHorizontal ? style.svgCenter : ''
45
- } `}
46
- aria-hidden='true'
47
- >
48
- <svg height='100%' width='100%' data-id={dataId}>
49
- <use xlinkHref={`#${name}`} />
50
- </svg>
51
- </div>
52
- ) : isRender ? (
53
- <div
54
- className={`${
55
- size === 'large'
56
- ? style.large
57
- : size === 'small'
58
- ? style.small
59
- : isFluid
60
- ? style.cover
61
- : ''
62
- } ${className} ${styles[palette]} ${
63
- alignHorizontal ? style.svgCenter : ''
64
- } `}
65
- aria-hidden='true'
66
- >
67
- <svg height='100%' width='100%' viewBox={viewBox} data-id={dataId} style={styleName}>
68
- {children}
69
- </svg>
70
- </div>
71
- ) : null}
72
- </React.Fragment>
73
- );
74
- }
75
- }
76
-
77
- SVG.propTypes = {
78
- alignHorizontal: PropTypes.bool,
79
- children: PropTypes.node,
80
- className: PropTypes.string,
81
- dataId: PropTypes.string,
82
- isFluid: PropTypes.bool,
83
- isRender: PropTypes.bool,
84
- isSymbol: PropTypes.bool,
85
- name: PropTypes.string,
86
- size: PropTypes.oneOf(['small', 'large']),
87
- viewBox: PropTypes.string,
88
- palette: PropTypes.oneOf(['default', 'dark']),
89
- styleName: PropTypes.node
90
- };
91
-
92
- SVG.defaultProps = {
93
- alignHorizontal: true,
94
- isRender: true,
95
- className: '',
96
- dataId: 'SVG',
97
- name: '',
98
- viewBox: '',
99
- isSymbol: false,
100
- isFluid: false,
101
- palette: 'default'
102
- };
103
- if (__DOCS__) {
104
- SVG.docs = {
105
- componentGroup: 'SVG'
106
- };
107
- }
@@ -1,26 +0,0 @@
1
- .cover {
2
- height: 100%;
3
- }
4
- .large {
5
- height: var(--zd_size160);
6
- width: var(--zd_size160);
7
- }
8
- .small {
9
- height: var(--zd_size130);
10
- width: var(--zd_size130);
11
- }
12
- .svgCenter {
13
- margin-left: auto;
14
- margin-right: auto;
15
- }
16
- .loaderWrapper {
17
- height: var(--zd_size40);
18
- width: var(--zd_size40);
19
- }
20
- .center {
21
- height: 100%;
22
- width: 100%;
23
- display: flex;
24
- align-items: center;
25
- justify-content: center;
26
- }
@@ -1,21 +0,0 @@
1
- import React, {useEffect, useState} from 'react';
2
-
3
- export default function SvgLoader(props) {
4
- let uiProps = {};
5
- Object.keys(props).filter((prop) => prop != "imageUrl" ).map((prop) => {
6
- uiProps[prop] = props[prop]
7
- });
8
- let image = require(`./images/${props.imageUrl}`);
9
- return <image xlinkHref={image} {...uiProps} />;
10
- }
11
-
12
- export function StaticSvg(props) {
13
- let uiProps = {}, [image, setImage] = useState(null);
14
- Object.keys(props).filter((prop) => prop != "getImage" ).map((prop) => {
15
- uiProps[prop] = props[prop]
16
- });
17
- useEffect(() => {
18
- props.getImage().then(image => setImage(image))
19
- }, [props.getImage]);
20
- return image ? <image xlinkHref={image.default} {...uiProps} /> : null
21
- }
@@ -1,37 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/UnableToProcess.svg';
5
- export default class UnableToProcessRequest extends React.Component {
6
- render() {
7
- let { isFluid } = this.props;
8
- return (
9
- <SVG
10
- viewBox='0 0 587.1 331.1'
11
- name='UnableToProcessRequest'
12
- {...this.props}
13
- isFluid={isFluid}
14
- >
15
- <image xlinkHref={image} height='100%' width='100%' />
16
- </SVG>
17
- );
18
- }
19
- }
20
- UnableToProcessRequest.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isFluid: PropTypes.bool,
25
- isRender: PropTypes.bool
26
- };
27
- UnableToProcessRequest.defaultProps = {
28
- alignHorizontal: true,
29
- isRender: true,
30
- className: '',
31
- dataId: 'unableToProcessRequest'
32
- };
33
- if (__DOCS__) {
34
- UnableToProcessRequest.docs = {
35
- componentGroup: 'SVG'
36
- };
37
- }
@@ -1,37 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/UnauthorizedLogin.svg';
5
- export default class UnauthorizedLogin extends React.Component {
6
- render() {
7
- let { isFluid } = this.props;
8
- return (
9
- <SVG
10
- viewBox='0 0 519.3 288.6'
11
- name='UnauthorizedLogin'
12
- {...this.props}
13
- isFluid={isFluid}
14
- >
15
- <image xlinkHref={image} height='100%' width='100%' />
16
- </SVG>
17
- );
18
- }
19
- }
20
- UnauthorizedLogin.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isFluid: PropTypes.bool,
25
- isRender: PropTypes.bool
26
- };
27
- UnauthorizedLogin.defaultProps = {
28
- alignHorizontal: true,
29
- isRender: true,
30
- className: '',
31
- dataId: 'unauthorizedLogin'
32
- };
33
- if (__DOCS__) {
34
- UnauthorizedLogin.docs = {
35
- componentGroup: 'SVG'
36
- };
37
- }
@@ -1,37 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/ReguestUrlNotFound.svg';
5
- export default class UrlNotFound extends React.Component {
6
- render() {
7
- let { isFluid } = this.props;
8
- return (
9
- <SVG
10
- viewBox='0 0 614.2 310.2'
11
- name='UrlNotFound'
12
- {...this.props}
13
- isFluid={isFluid}
14
- >
15
- <image xlinkHref={image} height='100%' width='100%' />
16
- </SVG>
17
- );
18
- }
19
- }
20
- UrlNotFound.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isFluid: PropTypes.bool,
25
- isRender: PropTypes.bool
26
- };
27
- UrlNotFound.defaultProps = {
28
- alignHorizontal: true,
29
- isRender: true,
30
- className: '',
31
- dataId: 'urlNotFound'
32
- };
33
- if (__DOCS__) {
34
- UrlNotFound.docs = {
35
- componentGroup: 'SVG'
36
- };
37
- }
@@ -1,37 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- import SVG from './SVG';
4
- import image from './images/WillBack.svg';
5
- export default class WillBeRightBack extends React.Component {
6
- render() {
7
- let { isFluid } = this.props;
8
- return (
9
- <SVG
10
- viewBox='0 0 889 490.6'
11
- name='WillBeRightBack'
12
- {...this.props}
13
- isFluid={isFluid}
14
- >
15
- <image xlinkHref={image} height='100%' width='100%' />
16
- </SVG>
17
- );
18
- }
19
- }
20
- WillBeRightBack.propTypes = {
21
- alignHorizontal: PropTypes.bool,
22
- className: PropTypes.string,
23
- dataId: PropTypes.string,
24
- isFluid: PropTypes.bool,
25
- isRender: PropTypes.bool
26
- };
27
- WillBeRightBack.defaultProps = {
28
- alignHorizontal: true,
29
- isRender: true,
30
- className: '',
31
- dataId: 'willBeRightBack'
32
- };
33
- if (__DOCS__) {
34
- WillBeRightBack.docs = {
35
- componentGroup: 'SVG'
36
- };
37
- }