@zohodesk/svg 1.0.0-beta.35

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 (381) hide show
  1. package/README.md +145 -0
  2. package/build/Unusedfiles.json +1 -0
  3. package/es/Provider.js +140 -0
  4. package/es/index.js +9 -0
  5. package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  6. package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  7. package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  8. package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  9. package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  10. package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  11. package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  12. package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  13. package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  14. package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  15. package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  16. package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  17. package/es/svg/EmptyAccounts.js +101 -0
  18. package/es/svg/EmptyActiveCalls.js +72 -0
  19. package/es/svg/EmptyActivity.js +72 -0
  20. package/es/svg/EmptyAgent.js +72 -0
  21. package/es/svg/EmptyAgentQueue.js +78 -0
  22. package/es/svg/EmptyApproval.js +78 -0
  23. package/es/svg/EmptyArchived.js +80 -0
  24. package/es/svg/EmptyAttach.js +72 -0
  25. package/es/svg/EmptyBlueprint.js +87 -0
  26. package/es/svg/EmptyBusinessHoliday.js +39 -0
  27. package/es/svg/EmptyBusinessHour.js +39 -0
  28. package/es/svg/EmptyCallHistory.js +74 -0
  29. package/es/svg/EmptyCollision.js +72 -0
  30. package/es/svg/EmptyColumn.js +78 -0
  31. package/es/svg/EmptyContact.js +72 -0
  32. package/es/svg/EmptyContract.js +68 -0
  33. package/es/svg/EmptyConversation.js +72 -0
  34. package/es/svg/EmptyCrm.js +72 -0
  35. package/es/svg/EmptyCrmNotes.js +83 -0
  36. package/es/svg/EmptyCrmPotential.js +86 -0
  37. package/es/svg/EmptyCustomDomain.js +39 -0
  38. package/es/svg/EmptyDashboard.js +78 -0
  39. package/es/svg/EmptyDepartment.js +72 -0
  40. package/es/svg/EmptyError.js +94 -0
  41. package/es/svg/EmptyFeed.js +75 -0
  42. package/es/svg/EmptyFollowers.js +73 -0
  43. package/es/svg/EmptyFrame.js +71 -0
  44. package/es/svg/EmptyFromAddress.js +39 -0
  45. package/es/svg/EmptyHappiness.js +72 -0
  46. package/es/svg/EmptyHistory.js +72 -0
  47. package/es/svg/EmptyImportHistory.js +39 -0
  48. package/es/svg/EmptyInconvenience.js +42 -0
  49. package/es/svg/EmptyInvoice.js +77 -0
  50. package/es/svg/EmptyNetwork.js +39 -0
  51. package/es/svg/EmptyNotification.js +72 -0
  52. package/es/svg/EmptyProducts.js +75 -0
  53. package/es/svg/EmptyRecycleBin.js +39 -0
  54. package/es/svg/EmptyReply.js +67 -0
  55. package/es/svg/EmptyReports.js +78 -0
  56. package/es/svg/EmptyRoles.js +39 -0
  57. package/es/svg/EmptySchedule.js +114 -0
  58. package/es/svg/EmptySearch.js +82 -0
  59. package/es/svg/EmptySkills.js +120 -0
  60. package/es/svg/EmptySla.js +67 -0
  61. package/es/svg/EmptySnippet.js +82 -0
  62. package/es/svg/EmptyStateVariables.module.css +39 -0
  63. package/es/svg/EmptyTag.js +75 -0
  64. package/es/svg/EmptyTask.js +88 -0
  65. package/es/svg/EmptyTeams.js +72 -0
  66. package/es/svg/EmptyTemplate.js +84 -0
  67. package/es/svg/EmptyTicket.js +75 -0
  68. package/es/svg/EmptyTimeEntry.js +78 -0
  69. package/es/svg/EmptyTimeline.js +72 -0
  70. package/es/svg/EmptyTopic.js +78 -0
  71. package/es/svg/EmptyUnauthorizedLogin.js +47 -0
  72. package/es/svg/EmptyWebhook.js +39 -0
  73. package/es/svg/EmptyWillBeRightBack.js +42 -0
  74. package/es/svg/ErrorInconvenience.js +113 -0
  75. package/es/svg/ErrorOopsSomethingMiss.js +114 -0
  76. package/es/svg/ErrorUnableToProcessRequest.js +114 -0
  77. package/es/svg/ErrorUnauthorizedLogin.js +113 -0
  78. package/es/svg/ErrorUrlNotFound.js +114 -0
  79. package/es/svg/ErrorWillBeRightBack.js +113 -0
  80. package/es/svg/Extractor.js +66 -0
  81. package/es/svg/FailureLog.js +39 -0
  82. package/es/svg/Import.js +82 -0
  83. package/es/svg/Loader.js +64 -0
  84. package/es/svg/NoRequestFound.js +42 -0
  85. package/es/svg/NotImpossible.js +79 -0
  86. package/es/svg/PageNotFound.js +43 -0
  87. package/es/svg/Predictor.js +73 -0
  88. package/es/svg/SVG.js +78 -0
  89. package/es/svg/SVG.module.css +26 -0
  90. package/es/svg/SvgLoader.js +28 -0
  91. package/es/svg/UnableToProcessRequest.js +43 -0
  92. package/es/svg/UnauthorizedLogin.js +43 -0
  93. package/es/svg/UrlNotFound.js +43 -0
  94. package/es/svg/WillBeRightBack.js +43 -0
  95. package/es/svg/ZiaAnamoly.js +67 -0
  96. package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +40 -0
  97. package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +42 -0
  98. package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +45 -0
  99. package/es/svg/deprecated/21_07_2021/InvalidUrl.js +717 -0
  100. package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
  101. package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
  102. package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
  103. package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
  104. package/es/svg/docs/SVG__common.docs.js +49 -0
  105. package/es/svg/docs/SVG__default.docs.js +327 -0
  106. package/es/svg/docs/SVG__errorstate.docs.js +74 -0
  107. package/es/svg/docs/SVGdocstyle.module.css +8 -0
  108. package/es/svg/images/EmptyBusinessHoliday.svg +50 -0
  109. package/es/svg/images/EmptyBusinessHour.svg +42 -0
  110. package/es/svg/images/EmptyContactInfo.svg +27 -0
  111. package/es/svg/images/EmptyCustomDomain.svg +85 -0
  112. package/es/svg/images/EmptyFilter.svg +62 -0
  113. package/es/svg/images/EmptyFromAddress.svg +41 -0
  114. package/es/svg/images/EmptyImportHistory.svg +43 -0
  115. package/es/svg/images/EmptyNetwork.svg +50 -0
  116. package/es/svg/images/EmptyRecycleBin.svg +58 -0
  117. package/es/svg/images/EmptyRoles.svg +30 -0
  118. package/es/svg/images/EmptySkills.svg +83 -0
  119. package/es/svg/images/EmptyWebhook.svg +44 -0
  120. package/es/svg/images/FailureLog.svg +46 -0
  121. package/es/svg/images/Inconvenience.svg +719 -0
  122. package/es/svg/images/NoRequestFound.svg +247 -0
  123. package/es/svg/images/PageNotFound.svg +405 -0
  124. package/es/svg/images/ReguestUrlNotFound.svg +267 -0
  125. package/es/svg/images/UnableToProcess.svg +752 -0
  126. package/es/svg/images/UnauthorizedLogin.svg +1047 -0
  127. package/es/svg/images/WillBack.svg +633 -0
  128. package/es/svg/utils.js +14 -0
  129. package/lib/Provider.js +213 -0
  130. package/lib/index.js +73 -0
  131. package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  132. package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  133. package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  134. package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  135. package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  136. package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  137. package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  138. package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  139. package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  140. package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  141. package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  142. package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  143. package/lib/svg/EmptyAccounts.js +151 -0
  144. package/lib/svg/EmptyActiveCalls.js +122 -0
  145. package/lib/svg/EmptyActivity.js +122 -0
  146. package/lib/svg/EmptyAgent.js +122 -0
  147. package/lib/svg/EmptyAgentQueue.js +128 -0
  148. package/lib/svg/EmptyApproval.js +128 -0
  149. package/lib/svg/EmptyArchived.js +130 -0
  150. package/lib/svg/EmptyAttach.js +122 -0
  151. package/lib/svg/EmptyBlueprint.js +137 -0
  152. package/lib/svg/EmptyBusinessHoliday.js +90 -0
  153. package/lib/svg/EmptyBusinessHour.js +90 -0
  154. package/lib/svg/EmptyCallHistory.js +124 -0
  155. package/lib/svg/EmptyCollision.js +122 -0
  156. package/lib/svg/EmptyColumn.js +128 -0
  157. package/lib/svg/EmptyContact.js +122 -0
  158. package/lib/svg/EmptyContract.js +118 -0
  159. package/lib/svg/EmptyConversation.js +122 -0
  160. package/lib/svg/EmptyCrm.js +122 -0
  161. package/lib/svg/EmptyCrmNotes.js +133 -0
  162. package/lib/svg/EmptyCrmPotential.js +136 -0
  163. package/lib/svg/EmptyCustomDomain.js +90 -0
  164. package/lib/svg/EmptyDashboard.js +128 -0
  165. package/lib/svg/EmptyDepartment.js +122 -0
  166. package/lib/svg/EmptyError.js +144 -0
  167. package/lib/svg/EmptyFeed.js +125 -0
  168. package/lib/svg/EmptyFollowers.js +123 -0
  169. package/lib/svg/EmptyFrame.js +121 -0
  170. package/lib/svg/EmptyFromAddress.js +90 -0
  171. package/lib/svg/EmptyHappiness.js +122 -0
  172. package/lib/svg/EmptyHistory.js +122 -0
  173. package/lib/svg/EmptyImportHistory.js +90 -0
  174. package/lib/svg/EmptyInconvenience.js +91 -0
  175. package/lib/svg/EmptyInvoice.js +127 -0
  176. package/lib/svg/EmptyNetwork.js +90 -0
  177. package/lib/svg/EmptyNotification.js +122 -0
  178. package/lib/svg/EmptyProducts.js +125 -0
  179. package/lib/svg/EmptyRecycleBin.js +90 -0
  180. package/lib/svg/EmptyReply.js +117 -0
  181. package/lib/svg/EmptyReports.js +128 -0
  182. package/lib/svg/EmptyRoles.js +90 -0
  183. package/lib/svg/EmptySchedule.js +164 -0
  184. package/lib/svg/EmptySearch.js +132 -0
  185. package/lib/svg/EmptySkills.js +170 -0
  186. package/lib/svg/EmptySla.js +117 -0
  187. package/lib/svg/EmptySnippet.js +132 -0
  188. package/lib/svg/EmptyStateVariables.module.css +39 -0
  189. package/lib/svg/EmptyTag.js +125 -0
  190. package/lib/svg/EmptyTask.js +138 -0
  191. package/lib/svg/EmptyTeams.js +122 -0
  192. package/lib/svg/EmptyTemplate.js +134 -0
  193. package/lib/svg/EmptyTicket.js +125 -0
  194. package/lib/svg/EmptyTimeEntry.js +128 -0
  195. package/lib/svg/EmptyTimeline.js +122 -0
  196. package/lib/svg/EmptyTopic.js +128 -0
  197. package/lib/svg/EmptyUnauthorizedLogin.js +97 -0
  198. package/lib/svg/EmptyWebhook.js +90 -0
  199. package/lib/svg/EmptyWillBeRightBack.js +92 -0
  200. package/lib/svg/ErrorInconvenience.js +163 -0
  201. package/lib/svg/ErrorOopsSomethingMiss.js +164 -0
  202. package/lib/svg/ErrorUnableToProcessRequest.js +164 -0
  203. package/lib/svg/ErrorUnauthorizedLogin.js +163 -0
  204. package/lib/svg/ErrorUrlNotFound.js +164 -0
  205. package/lib/svg/ErrorWillBeRightBack.js +163 -0
  206. package/lib/svg/Extractor.js +116 -0
  207. package/lib/svg/FailureLog.js +90 -0
  208. package/lib/svg/Import.js +132 -0
  209. package/lib/svg/Loader.js +113 -0
  210. package/lib/svg/NoRequestFound.js +91 -0
  211. package/lib/svg/NotImpossible.js +129 -0
  212. package/lib/svg/PageNotFound.js +92 -0
  213. package/lib/svg/Predictor.js +123 -0
  214. package/lib/svg/SVG.js +128 -0
  215. package/lib/svg/SVG.module.css +26 -0
  216. package/lib/svg/SvgLoader.js +66 -0
  217. package/lib/svg/UnableToProcessRequest.js +92 -0
  218. package/lib/svg/UnauthorizedLogin.js +92 -0
  219. package/lib/svg/UrlNotFound.js +92 -0
  220. package/lib/svg/WillBeRightBack.js +92 -0
  221. package/lib/svg/ZiaAnamoly.js +117 -0
  222. package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +90 -0
  223. package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +92 -0
  224. package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +95 -0
  225. package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +765 -0
  226. package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
  227. package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
  228. package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
  229. package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
  230. package/lib/svg/docs/SVG__common.docs.js +98 -0
  231. package/lib/svg/docs/SVG__default.docs.js +435 -0
  232. package/lib/svg/docs/SVG__errorstate.docs.js +129 -0
  233. package/lib/svg/docs/SVGdocstyle.module.css +8 -0
  234. package/lib/svg/images/EmptyBusinessHoliday.svg +50 -0
  235. package/lib/svg/images/EmptyBusinessHour.svg +42 -0
  236. package/lib/svg/images/EmptyContactInfo.svg +27 -0
  237. package/lib/svg/images/EmptyCustomDomain.svg +85 -0
  238. package/lib/svg/images/EmptyFilter.svg +62 -0
  239. package/lib/svg/images/EmptyFromAddress.svg +41 -0
  240. package/lib/svg/images/EmptyImportHistory.svg +43 -0
  241. package/lib/svg/images/EmptyNetwork.svg +50 -0
  242. package/lib/svg/images/EmptyRecycleBin.svg +58 -0
  243. package/lib/svg/images/EmptyRoles.svg +30 -0
  244. package/lib/svg/images/EmptySkills.svg +83 -0
  245. package/lib/svg/images/EmptyWebhook.svg +44 -0
  246. package/lib/svg/images/FailureLog.svg +46 -0
  247. package/lib/svg/images/Inconvenience.svg +719 -0
  248. package/lib/svg/images/NoRequestFound.svg +247 -0
  249. package/lib/svg/images/PageNotFound.svg +405 -0
  250. package/lib/svg/images/ReguestUrlNotFound.svg +267 -0
  251. package/lib/svg/images/UnableToProcess.svg +752 -0
  252. package/lib/svg/images/UnauthorizedLogin.svg +1047 -0
  253. package/lib/svg/images/WillBack.svg +633 -0
  254. package/lib/svg/utils.js +26 -0
  255. package/package.json +49 -0
  256. package/src/Provider.js +141 -0
  257. package/src/index.js +10 -0
  258. package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
  259. package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
  260. package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
  261. package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
  262. package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
  263. package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
  264. package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
  265. package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
  266. package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
  267. package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
  268. package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
  269. package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
  270. package/src/svg/EmptyAccounts.js +121 -0
  271. package/src/svg/EmptyActiveCalls.js +85 -0
  272. package/src/svg/EmptyActivity.js +85 -0
  273. package/src/svg/EmptyAgent.js +85 -0
  274. package/src/svg/EmptyAgentQueue.js +94 -0
  275. package/src/svg/EmptyApproval.js +85 -0
  276. package/src/svg/EmptyArchived.js +94 -0
  277. package/src/svg/EmptyAttach.js +85 -0
  278. package/src/svg/EmptyBlueprint.js +106 -0
  279. package/src/svg/EmptyBusinessHoliday.js +34 -0
  280. package/src/svg/EmptyBusinessHour.js +34 -0
  281. package/src/svg/EmptyCallHistory.js +82 -0
  282. package/src/svg/EmptyCollision.js +85 -0
  283. package/src/svg/EmptyColumn.js +91 -0
  284. package/src/svg/EmptyContact.js +85 -0
  285. package/src/svg/EmptyContract.js +81 -0
  286. package/src/svg/EmptyConversation.js +85 -0
  287. package/src/svg/EmptyCrm.js +84 -0
  288. package/src/svg/EmptyCrmNotes.js +96 -0
  289. package/src/svg/EmptyCrmPotential.js +100 -0
  290. package/src/svg/EmptyCustomDomain.js +33 -0
  291. package/src/svg/EmptyDashboard.js +90 -0
  292. package/src/svg/EmptyDepartment.js +87 -0
  293. package/src/svg/EmptyError.js +42 -0
  294. package/src/svg/EmptyFeed.js +87 -0
  295. package/src/svg/EmptyFollowers.js +85 -0
  296. package/src/svg/EmptyFrame.js +83 -0
  297. package/src/svg/EmptyFromAddress.js +32 -0
  298. package/src/svg/EmptyHappiness.js +85 -0
  299. package/src/svg/EmptyHistory.js +84 -0
  300. package/src/svg/EmptyImportHistory.js +32 -0
  301. package/src/svg/EmptyInconvenience.js +37 -0
  302. package/src/svg/EmptyInvoice.js +90 -0
  303. package/src/svg/EmptyNetwork.js +32 -0
  304. package/src/svg/EmptyNotification.js +84 -0
  305. package/src/svg/EmptyProducts.js +88 -0
  306. package/src/svg/EmptyRecycleBin.js +32 -0
  307. package/src/svg/EmptyReply.js +81 -0
  308. package/src/svg/EmptyReports.js +90 -0
  309. package/src/svg/EmptyRoles.js +32 -0
  310. package/src/svg/EmptySchedule.js +131 -0
  311. package/src/svg/EmptySearch.js +95 -0
  312. package/src/svg/EmptySkills.js +116 -0
  313. package/src/svg/EmptySla.js +81 -0
  314. package/src/svg/EmptySnippet.js +96 -0
  315. package/src/svg/EmptyStateVariables.module.css +39 -0
  316. package/src/svg/EmptyTag.js +88 -0
  317. package/src/svg/EmptyTask.js +97 -0
  318. package/src/svg/EmptyTeams.js +85 -0
  319. package/src/svg/EmptyTemplate.js +88 -0
  320. package/src/svg/EmptyTicket.js +88 -0
  321. package/src/svg/EmptyTimeEntry.js +91 -0
  322. package/src/svg/EmptyTimeline.js +85 -0
  323. package/src/svg/EmptyTopic.js +92 -0
  324. package/src/svg/EmptyUnauthorizedLogin.js +44 -0
  325. package/src/svg/EmptyWebhook.js +32 -0
  326. package/src/svg/EmptyWillBeRightBack.js +44 -0
  327. package/src/svg/ErrorInconvenience.js +128 -0
  328. package/src/svg/ErrorOopsSomethingMiss.js +128 -0
  329. package/src/svg/ErrorUnableToProcessRequest.js +128 -0
  330. package/src/svg/ErrorUnauthorizedLogin.js +127 -0
  331. package/src/svg/ErrorUrlNotFound.js +128 -0
  332. package/src/svg/ErrorWillBeRightBack.js +127 -0
  333. package/src/svg/Extractor.js +76 -0
  334. package/src/svg/FailureLog.js +32 -0
  335. package/src/svg/Import.js +85 -0
  336. package/src/svg/Loader.js +73 -0
  337. package/src/svg/NoRequestFound.js +37 -0
  338. package/src/svg/NotImpossible.js +80 -0
  339. package/src/svg/PageNotFound.js +38 -0
  340. package/src/svg/Predictor.js +78 -0
  341. package/src/svg/SVG.js +107 -0
  342. package/src/svg/SVG.module.css +26 -0
  343. package/src/svg/SvgLoader.js +21 -0
  344. package/src/svg/UnableToProcessRequest.js +37 -0
  345. package/src/svg/UnauthorizedLogin.js +37 -0
  346. package/src/svg/UrlNotFound.js +37 -0
  347. package/src/svg/WillBeRightBack.js +37 -0
  348. package/src/svg/ZiaAnamoly.js +76 -0
  349. package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +39 -0
  350. package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +41 -0
  351. package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +48 -0
  352. package/src/svg/deprecated/21_07_2021/InvalidUrl.js +756 -0
  353. package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
  354. package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
  355. package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
  356. package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
  357. package/src/svg/docs/SVG__common.docs.js +47 -0
  358. package/src/svg/docs/SVG__default.docs.js +233 -0
  359. package/src/svg/docs/SVG__errorstate.docs.js +75 -0
  360. package/src/svg/docs/SVGdocstyle.module.css +8 -0
  361. package/src/svg/images/EmptyBusinessHoliday.svg +50 -0
  362. package/src/svg/images/EmptyBusinessHour.svg +42 -0
  363. package/src/svg/images/EmptyContactInfo.svg +27 -0
  364. package/src/svg/images/EmptyCustomDomain.svg +85 -0
  365. package/src/svg/images/EmptyFilter.svg +62 -0
  366. package/src/svg/images/EmptyFromAddress.svg +41 -0
  367. package/src/svg/images/EmptyImportHistory.svg +43 -0
  368. package/src/svg/images/EmptyNetwork.svg +50 -0
  369. package/src/svg/images/EmptyRecycleBin.svg +58 -0
  370. package/src/svg/images/EmptyRoles.svg +30 -0
  371. package/src/svg/images/EmptySkills.svg +83 -0
  372. package/src/svg/images/EmptyWebhook.svg +44 -0
  373. package/src/svg/images/FailureLog.svg +46 -0
  374. package/src/svg/images/Inconvenience.svg +719 -0
  375. package/src/svg/images/NoRequestFound.svg +247 -0
  376. package/src/svg/images/PageNotFound.svg +405 -0
  377. package/src/svg/images/ReguestUrlNotFound.svg +267 -0
  378. package/src/svg/images/UnableToProcess.svg +752 -0
  379. package/src/svg/images/UnauthorizedLogin.svg +1047 -0
  380. package/src/svg/images/WillBack.svg +633 -0
  381. package/src/svg/utils.js +15 -0
@@ -0,0 +1,717 @@
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 InvalidUrl extends React.Component {
7
+ render() {
8
+ let {
9
+ isFluid
10
+ } = this.props;
11
+ return /*#__PURE__*/React.createElement(SVG, _extends({
12
+ viewBox: "0 0 732 479.5",
13
+ name: "invalidUrl",
14
+ isFluid: isFluid
15
+ }, this.props), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("ellipse", {
16
+ cx: "295.1",
17
+ cy: "432.5",
18
+ rx: "93.4",
19
+ ry: 47,
20
+ style: {
21
+ opacity: '0.6'
22
+ }
23
+ }), /*#__PURE__*/React.createElement("ellipse", {
24
+ cx: "441.7",
25
+ cy: "388.5",
26
+ rx: "106.1",
27
+ ry: 44,
28
+ style: {
29
+ opacity: '0.6'
30
+ }
31
+ }), /*#__PURE__*/React.createElement("ellipse", {
32
+ cx: "110.4",
33
+ cy: "372.9",
34
+ rx: "106.6",
35
+ ry: "35.8",
36
+ style: {
37
+ opacity: '0.6'
38
+ }
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ style: {
41
+ fill: '#333333',
42
+ stroke: '#444444',
43
+ strokeMiterlimit: 10
44
+ },
45
+ d: "M244.4 314s-4.9 18-14.8 28-43.9-7.5-38.8-22.5 6.6-17.5 11.9-23.7c5.6-6.6 14.5-19.3 31.8-10.7 4.4 2 13.5 17.9 9.9 28.9z"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ style: {
48
+ fill: '#545454',
49
+ stroke: '#333333',
50
+ strokeLinecap: 'round',
51
+ strokeLinejoin: 'round'
52
+ },
53
+ d: "M197.6 327.4s-9.1-6.4 3.9-23.8 19.3-21.6 24.9-18.6c0 0-26.5 17.5-28.8 42.4zm34.8-41.6s5.9 1.8 2.4 12-8.7 19.3-11.5 17.1-6.9-7.9-3.2-16.9 7.9-12.2 12.3-12.2z"
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ style: {
56
+ fill: '#CEAA6A',
57
+ stroke: '#4C4C4C',
58
+ strokeWidth: 2,
59
+ strokeLinecap: 'round',
60
+ strokeLinejoin: 'round'
61
+ },
62
+ d: "M245.8 274.9s-39.6 39.6-39.6 78 66.8 14.6 66.8 14.6 8-35.2 11.1-32 5.8 34.2 5.8 34.2 60.4 13.2 67.4-6.7-1.1-56.2-17.1-78.4-94.4-9.7-94.4-9.7z"
63
+ }), /*#__PURE__*/React.createElement("path", {
64
+ style: {
65
+ fill: '#9B7A45'
66
+ },
67
+ d: "M254.8 277.6s-27.9 25.1-41.9 50.6l3-10.2s25.4-39.3 34.7-45.3l4.2 4.9zm54.7 4.2l-10.7-2.7s-.3 31.4-4.3 38.1c.1 0 8.8-11.8 15-35.4z"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ style: {
70
+ fill: '#54754B',
71
+ stroke: '#000000',
72
+ strokeWidth: 2,
73
+ strokeLinecap: 'round',
74
+ strokeLinejoin: 'round'
75
+ },
76
+ d: "M319.1 330.9l.2.2v-1.4c-.8.3-.9.7-.2 1.2zm2.8 10.7c-.7-.4-1.5-.7-2.2-.9l.3 8.9c5.1-1.8 8.1-4.4 1.9-8z"
77
+ }), /*#__PURE__*/React.createElement("path", {
78
+ style: {
79
+ fill: '#B6936B',
80
+ stroke: '#3A3A3A',
81
+ strokeWidth: 2,
82
+ strokeLinecap: 'round',
83
+ strokeLinejoin: 'round'
84
+ },
85
+ d: "M520.8 129.3L500 205.9s-76.1 8.1-85.9 17.2l16-76.5s45.5-4.7 90.7-17.3z"
86
+ }), /*#__PURE__*/React.createElement("path", {
87
+ style: {
88
+ fill: '#DBB88E',
89
+ stroke: '#3A3A3A',
90
+ strokeWidth: 2,
91
+ strokeLinecap: 'round',
92
+ strokeLinejoin: 'round'
93
+ },
94
+ d: "M520.8 129.3s11.9-4.6 36.5-.2c0 0-16.8 49.5-18.3 84.5 0 0-31.5-6.7-38.7-6.1l20.5-78.2zm-11.1-47.1s8 38.6 11 47.1c0 0-43.8 14.8-90.7 17.3 0 0 .7-38.1-5.4-47.4 86.6-13.4 71.7-11.2 85.1-17zm-95.6 140.9l14.9-77.8s-24.5-11.1-41.9-20.7l-19.1 101s29.5 2.3 46.1-2.5z"
95
+ }), /*#__PURE__*/React.createElement("path", {
96
+ style: {
97
+ fill: '#DBB88E',
98
+ stroke: '#3A3A3A',
99
+ strokeWidth: 2,
100
+ strokeLinecap: 'round',
101
+ strokeLinejoin: 'round'
102
+ },
103
+ d: "M526.7 232.2l-27.5-26.1s-14.5-2.6-85.1 16.9c0 0 13.8 37.5 14.9 41 0 .1 29.6-18.8 97.7-31.8z"
104
+ }), /*#__PURE__*/React.createElement("path", {
105
+ style: {
106
+ fill: '#8C694D',
107
+ stroke: '#3A3A3A',
108
+ strokeWidth: 2,
109
+ strokeLinecap: 'round',
110
+ strokeLinejoin: 'round'
111
+ },
112
+ d: "M430 146.6l-69.2-63.8s-17.3 80.3-15.6 91.3l27.8 24.2 14.2-73.8 42.8 22.1z"
113
+ }), /*#__PURE__*/React.createElement("path", {
114
+ style: {
115
+ fill: '#B6936B',
116
+ stroke: '#3A3A3A',
117
+ strokeWidth: 2,
118
+ strokeLinecap: 'round',
119
+ strokeLinejoin: 'round'
120
+ },
121
+ d: "M430 146.6l-69.2-63.8s61.5-3.5 99.3-2.2L475 91l-50.3 8.2s6.5 6.8 5.3 47.4z"
122
+ }), /*#__PURE__*/React.createElement("path", {
123
+ style: {
124
+ fill: '#8C694D'
125
+ },
126
+ d: "M499.6 205.1l-53.9-47.3-18.7 4.8 2.8-14.8 19.7-2 27.9-2.6s-4.8 21.4 29.6 31.7l-7.4 30.2z"
127
+ }), /*#__PURE__*/React.createElement("polyline", {
128
+ style: {
129
+ fill: 'none',
130
+ stroke: '#3A3A3A',
131
+ strokeWidth: 2,
132
+ strokeLinecap: 'round',
133
+ strokeLinejoin: 'round'
134
+ },
135
+ points: "499.6,205.1\n445.7,157.8 427,162.5 \t\t"
136
+ }), /*#__PURE__*/React.createElement("line", {
137
+ style: {
138
+ fill: 'none',
139
+ stroke: '#3A3A3A',
140
+ strokeWidth: 2,
141
+ strokeLinecap: 'round',
142
+ strokeLinejoin: 'round'
143
+ },
144
+ x1: "449.5",
145
+ y1: "145.8",
146
+ x2: "445.7",
147
+ y2: "157.8"
148
+ }), /*#__PURE__*/React.createElement("ellipse", {
149
+ transform: "matrix(0.9045 -0.4264 0.4264 0.9045 -17.8175 136.7072)",
150
+ style: {
151
+ fill: '#FFEAD4',
152
+ stroke: '#565656',
153
+ strokeWidth: 2,
154
+ strokeMiterlimit: 10
155
+ },
156
+ cx: "296.4",
157
+ cy: "108.1",
158
+ rx: "55.4",
159
+ ry: "69.2"
160
+ }), /*#__PURE__*/React.createElement("path", {
161
+ d: "M277.9 94.1c37.5-11.5 34.7-35.3 34.7-35.3 5.9 4.3 2.2 12 2.2 12l1.4-.4c6.1-1.8 12.6 0 16.9 4.7.7.8 1.4 1.7 2 2.7 8.4 12.3 14.1 9.6 14.1 9.6l.9-14.3c-5.6-73.1-55.9-61.9-55.9-61.9-.7-6.7 5.3-3.8 5.3-3.8-5.9-4.6-9.7 2.1-9.7 2.1-2.4-8.3 6.7-9.4 6.7-9.4-12.5.3-12.3 8.6-12.3 8.6-3.6-8.6-12.8-5.3-12.8-5.3 10.4 2.4 8.6 7.4 8.6 7.4-8.7-1-26.7 7.2-26.7 7.2-57.4 30.1-27.9 85.3-27.9 85.3l16.4 26.5s6.2-4.1 1.6-9.1-1.9-17.4 0-20.3C246.9 95 256.6 90 256.6 90c.6 5.2-5.2 9.6-5.2 9.6 9.7-2 18.5-15.1 18.5-15.1 1.4 8-8.3 15.1-8.3 15.1 11.6-2.3 21.5-9.8 26.9-20.3 2.3 3.6-10.6 14.8-10.6 14.8"
162
+ }), /*#__PURE__*/React.createElement("path", {
163
+ style: {
164
+ fill: '#FFEAD4',
165
+ stroke: '#565656',
166
+ strokeWidth: 2,
167
+ strokeMiterlimit: 10
168
+ },
169
+ d: "M297.4 174.7s4.9 11.8 19.6 8.1 17.2-10 17.2-10c1-2.1 1.3-4.4.6-6.6.1-.1-16.9 12.7-37.4 8.5z"
170
+ }), /*#__PURE__*/React.createElement("path", {
171
+ style: {
172
+ fill: '#D6696E',
173
+ stroke: '#4C4C4C',
174
+ strokeWidth: 2,
175
+ strokeLinecap: 'round',
176
+ strokeLinejoin: 'round'
177
+ },
178
+ d: "M299.2 177.7s-50.2-27-36.8 17.4-17.8 69.4-16.7 79.8c0 0 86.8 34.4 97.5 0l19.6-83.7s-14.8-27.5-28.5-18.4c-8.1 5.3-24.1 17.2-35.1 4.9z"
179
+ }), /*#__PURE__*/React.createElement("path", {
180
+ style: {
181
+ fill: '#D6696E',
182
+ stroke: '#4C4C4C',
183
+ strokeWidth: 2,
184
+ strokeLinecap: 'round',
185
+ strokeLinejoin: 'round'
186
+ },
187
+ d: "M271.1 173.7c13.1 4.6 48.6 16.6 55.6 15.9 0 0 10.5 19.5-3.4 42.8 0 0-35.4-5.4-51.7-24.7-11.1-13.1-13-24.6-10.6-30.9 1.4-3.9 6.3-4.5 10.1-3.1z"
188
+ }), /*#__PURE__*/React.createElement("path", {
189
+ style: {
190
+ fill: '#FFEAD4',
191
+ stroke: '#565656',
192
+ strokeWidth: 2,
193
+ strokeLinecap: 'round',
194
+ strokeLinejoin: 'round'
195
+ },
196
+ d: "M419.8 191.2c-3.3 2.2-7 3.9-10.8 5.1-7.3 2.3-11.7.7-11.7.7s-36.4 41.3-71.9 31.2c0 0 9.4-15.9 3.8-34.7 0 0 20.7 9.6 59.7-15.5 0 0 5-17.2 14.5-19.7 11.4-3.1 16.6-.9 16.6-.9s-.2-.7 5.7 1c3.2.9 3.5 7.9 1.4 7.6-6.9-1.4-6.7-1.1-10.9-1.1-2.6-.1-5.1.1-7.7.7 0 0 .9-3.7 18.5.4 0 0 3 3.6 2.3 7-.5 2.5-4.6 1.2-4.6 1.2-5-.7-10.1-.7-15.1-.1 0 0 10.7.2 17.7 2 0 0 3.8 4.3 0 7.1l-13.3-.3s9.5 1.7 13.3.3c0 0 1.3 4.5-2.9 6.8-1.3.7-3 1.2-4.6 1.2z"
197
+ }), /*#__PURE__*/React.createElement("path", {
198
+ style: {
199
+ fill: 'none',
200
+ stroke: '#000000',
201
+ strokeWidth: 3,
202
+ strokeLinecap: 'round',
203
+ strokeLinejoin: 'round'
204
+ },
205
+ d: "M272.9 130.2s8.5-6.7 19.5-7.5m-10.8 10.7s6.1-3.2 9-3.2"
206
+ }), /*#__PURE__*/React.createElement("path", {
207
+ d: "M286.7 122.5c-2.5 1.7-5.3 2.7-8.2 2.9-.1.4-.1.7-.1 1.1 0 2.8 2.3 5.1 5.1 5.2 2.8 0 5.1-2.3 5.2-5.1-.1-1.7-.8-3.2-2-4.1z"
208
+ }), /*#__PURE__*/React.createElement("path", {
209
+ style: {
210
+ fill: 'none',
211
+ stroke: '#000000',
212
+ strokeWidth: 3,
213
+ strokeLinecap: 'round',
214
+ strokeLinejoin: 'round'
215
+ },
216
+ d: "M308.8 117.8s8.7-6.3 19.8-6.7m-11.2 10.3s6.2-3 9.1-2.9"
217
+ }), /*#__PURE__*/React.createElement("path", {
218
+ d: "M322.9 110.6c-2.5 1.6-5.4 2.5-8.3 2.6-.1.3-.1.7-.2 1.1-.1 2.8 2.1 5.2 4.9 5.4s5.2-2.1 5.4-4.9c.1-1.6-.6-3.2-1.8-4.2z"
219
+ }), /*#__PURE__*/React.createElement("path", {
220
+ style: {
221
+ fill: 'none',
222
+ stroke: '#565656',
223
+ strokeWidth: 2,
224
+ strokeLinecap: 'round',
225
+ strokeMiterlimit: 10
226
+ },
227
+ d: "M297.4 121.4c1.6-2.3 4.4-3.5 7.2-2.9m-5.8 5.9s1.1-5 6.5-3.2"
228
+ }), /*#__PURE__*/React.createElement("path", {
229
+ style: {
230
+ fill: '#565656'
231
+ },
232
+ d: "M310.3 157c-.2-1.6 1-3 2.6-3.2h.6c2 .3 3.6 1.9 4 3.9.4 1.5.2 3.1-.6 4.4-.7 1.2-2.3 1.6-3.5.9-.2-.1-.4-.3-.6-.4-1.3-1.4-3.4.7-2.1 2.1 2 2.1 5.3 2.2 7.5.4 2.5-2.1 3-5.9 2-8.9-1-3.3-4-5.5-7.4-5.5-3.2.2-5.7 2.9-5.5 6.1.2 2.1 3.2 2.1 3 .2z"
233
+ }), /*#__PURE__*/React.createElement("path", {
234
+ style: {
235
+ fill: '#565656'
236
+ },
237
+ d: "M310.8 157.4c.2-.6.8-.9 1.4-.8.1 0 .1 0 .2.1.8.5 1 2 1.1 2.8.3 1.9 3.2 1.1 2.9-.8-.4-2.1-1.2-4.5-3.6-5-2.1-.5-4.3.8-4.9 2.9-.6 1.9 2.3 2.7 2.9.8z"
238
+ }), /*#__PURE__*/React.createElement("path", {
239
+ style: {
240
+ fill: '#FFEAD4',
241
+ stroke: '#565656',
242
+ strokeWidth: 2,
243
+ strokeLinecap: 'round',
244
+ strokeLinejoin: 'round'
245
+ },
246
+ d: "M237.3 120.6s-8.3-2.6-10 2.3c-3 8.7 7.5 21.4 16.6 25.6 6.6 3.1 8 2.2 10.7.8 3.2-1.7-6.6-13.2-7.4-15s-7-14.2-9.9-13.7z"
247
+ }), /*#__PURE__*/React.createElement("path", {
248
+ style: {
249
+ fill: '#FFEAD4',
250
+ stroke: '#565656',
251
+ strokeWidth: 2,
252
+ strokeLinecap: 'round',
253
+ strokeLinejoin: 'round'
254
+ },
255
+ d: "M232.2 126.5s3.6-2.4 5.7 0c2.2 2.4 1.6 9.1 9.1 15.1"
256
+ }), /*#__PURE__*/React.createElement("path", {
257
+ style: {
258
+ fill: '#EAC3A0'
259
+ },
260
+ d: "M243.8 141.8s-7.8-2-9.5-7.4.9-5.2.9-5.2-.3 7.7 8.6 12.6zm60.6-7.4s-3.3 10.8 1.1 9.9c4.8-.9 5.9-3 5.9-3s-7.6 2.9-7-6.9z"
261
+ }), /*#__PURE__*/React.createElement("path", {
262
+ style: {
263
+ fill: '#565656'
264
+ },
265
+ d: "M300.8 134.4c1.4 2.4 1 4.4.1 6.9-.6 1.5.2 3.2 1.7 3.8 3.6 1.4 8.8-.2 10.7-3.4 1-1.6-1.6-3.2-2.6-1.5s-2.8 2.2-4.7 2.3c-.5 0-1.9.2-2.2-.2s.4-1.3.5-1.6c.7-2.6.4-5.4-1-7.8-.8-1.7-3.4-.2-2.5 1.5z"
266
+ }), /*#__PURE__*/React.createElement("line", {
267
+ style: {
268
+ fill: 'none',
269
+ stroke: '#565656',
270
+ strokeWidth: 3,
271
+ strokeLinecap: 'round',
272
+ strokeMiterlimit: 10
273
+ },
274
+ x1: "331.8",
275
+ y1: "102.4",
276
+ x2: "348.7",
277
+ y2: "81.2"
278
+ }), /*#__PURE__*/React.createElement("line", {
279
+ style: {
280
+ fill: 'none',
281
+ stroke: '#565656',
282
+ strokeWidth: 2,
283
+ strokeLinecap: 'round',
284
+ strokeMiterlimit: 10
285
+ },
286
+ x1: "334.4",
287
+ y1: "106.1",
288
+ x2: "348.2",
289
+ y2: "85.1"
290
+ }), /*#__PURE__*/React.createElement("line", {
291
+ style: {
292
+ fill: 'none',
293
+ stroke: '#565656',
294
+ strokeWidth: 3,
295
+ strokeLinecap: 'round',
296
+ strokeMiterlimit: 10
297
+ },
298
+ x1: "241.2",
299
+ y1: "122.7",
300
+ x2: "264.9",
301
+ y2: "130.1"
302
+ }), /*#__PURE__*/React.createElement("line", {
303
+ style: {
304
+ fill: 'none',
305
+ stroke: '#565656',
306
+ strokeWidth: 2,
307
+ strokeLinecap: 'round',
308
+ strokeMiterlimit: 10
309
+ },
310
+ x1: "266.9",
311
+ y1: 134,
312
+ x2: "243.9",
313
+ y2: "126.1"
314
+ }), /*#__PURE__*/React.createElement("path", {
315
+ style: {
316
+ fill: '#EAC3A0'
317
+ },
318
+ d: "M271.5 129.1s5.5-16.8 22.3-7.4c0 0-10.6-1.2-22.3 7.4zm35.8-11.8s6.5-17.4 21.6-7.7c0 .1-10.4-.2-21.6 7.7zm-47.4 2.6s16.6-12.6 18.5-13 .8-5.1-1.7-5.4l-16.8 18.4z"
319
+ }), /*#__PURE__*/React.createElement("path", {
320
+ d: "M274.2 101.1s-5.3 3.1-14.3 18.8c0 0 13-11.5 17.6-14 0 0 2-5.4-3.3-4.8z"
321
+ }), /*#__PURE__*/React.createElement("path", {
322
+ style: {
323
+ fill: '#EAC3A0'
324
+ },
325
+ d: "M332.2 95.6s-16.1-1-21.5.2c-2.6.6-4-4.6-2.1-6.2l23.6 6z"
326
+ }), /*#__PURE__*/React.createElement("path", {
327
+ d: "M309.8 88.2s6.1-.4 22.4 7.4c0 0-17.3-2.2-22.4-1.6 0 0-4.7-3.3 0-5.8z"
328
+ }), /*#__PURE__*/React.createElement("path", {
329
+ style: {
330
+ fill: '#FFEAD4',
331
+ stroke: '#565656',
332
+ strokeWidth: 2,
333
+ strokeLinecap: 'round',
334
+ strokeLinejoin: 'round'
335
+ },
336
+ d: "M348.7 81.2s3.8-7.9 8.3-6c9.8 4 6.8 18.9 5.4 27.6-.8 5.1-2.3 8.2-5 9.2-3.3 1.3-4.8-13.1-5.5-14.9s-5.5-14.1-3.2-15.9z"
337
+ }), /*#__PURE__*/React.createElement("path", {
338
+ style: {
339
+ fill: '#FFEAD4',
340
+ stroke: '#565656',
341
+ strokeWidth: 2,
342
+ strokeLinecap: 'round',
343
+ strokeLinejoin: 'round'
344
+ },
345
+ d: "M356.6 81.3s-4.2.6-4.3 3.8 4.9 7.9 3.3 17.3"
346
+ }), /*#__PURE__*/React.createElement("path", {
347
+ style: {
348
+ fill: '#EAC3A0'
349
+ },
350
+ d: "M357.8 100.2s4.8-6.6 2.4-11.8c-2.9-6.4-4.1-3.6-4-3.4 0 0 5.2 5.6 1.6 15.2z"
351
+ }), /*#__PURE__*/React.createElement("path", {
352
+ style: {
353
+ fill: '#F0FDFF',
354
+ stroke: '#BADBDD',
355
+ strokeMiterlimit: 10
356
+ },
357
+ d: "M182.1 95.3s-21.5-10.5-24.9-8.9-1.9 6 5.8 7.1c4.5.7 7.2-1.7 19.1 1.8zm33 49.9s-16.4 4.4-16.8 8.2 3.1 7 7.2 2.9c2.5-2.3 2.1-6.4 9.6-11.1zm164.3-98s19.1-14.2 23.1-12.4 3.9 7.2-3.8 9c-4.4 1.2-8-1.6-19.3 3.4z"
358
+ }), /*#__PURE__*/React.createElement("path", {
359
+ style: {
360
+ fill: '#C96169'
361
+ },
362
+ d: "M250.5 270.9s24.5-30.3 20.9-55.8c0 0 10 30.9-20.9 55.8zm74.7-75.6s5.4 20.6-2.2 31.7c0 0-24-.8-40.4-15 0 0 28.6 15 37.7 10.8 0 0 6.3-4.3 4.9-27.5zm5.3 61.5s-7.4 27.3-41.9 21.3c0 0 30.9 6 35.5 2.2s6.4-23.5 6.4-23.5zm5.8-82.8c-5 6.1-11.8 10.4-19.4 12.4 0 0 16.1-.2 19.4-12.4z"
363
+ }), /*#__PURE__*/React.createElement("circle", {
364
+ style: {
365
+ fill: 'none',
366
+ stroke: '#444444',
367
+ strokeWidth: 2,
368
+ strokeMiterlimit: 10
369
+ },
370
+ cx: "320.7",
371
+ cy: "115.3",
372
+ r: "16.5"
373
+ }), /*#__PURE__*/React.createElement("circle", {
374
+ style: {
375
+ fill: 'none',
376
+ stroke: '#444444',
377
+ strokeWidth: 2,
378
+ strokeMiterlimit: 10
379
+ },
380
+ cx: "283.4",
381
+ cy: "130.2",
382
+ r: "16.5"
383
+ }), /*#__PURE__*/React.createElement("circle", {
384
+ style: {
385
+ opacity: '0.25',
386
+ fill: '#F0FAFC',
387
+ stroke: '#606060',
388
+ strokeWidth: 2,
389
+ strokeMiterlimit: 10,
390
+ enableBackground: 'new'
391
+ },
392
+ cx: "320.7",
393
+ cy: "115.3",
394
+ r: "16.5"
395
+ }), /*#__PURE__*/React.createElement("circle", {
396
+ style: {
397
+ opacity: '0.25',
398
+ fill: '#F0FAFC',
399
+ stroke: '#606060',
400
+ strokeWidth: 2,
401
+ strokeMiterlimit: 10,
402
+ enableBackground: 'new'
403
+ },
404
+ cx: "283.4",
405
+ cy: "130.2",
406
+ r: "16.5"
407
+ }), /*#__PURE__*/React.createElement("path", {
408
+ style: {
409
+ fill: '#B6936B',
410
+ stroke: '#3A3A3A',
411
+ strokeWidth: 2,
412
+ strokeLinecap: 'round',
413
+ strokeLinejoin: 'round'
414
+ },
415
+ d: "M34 298.7l6.3 77s62.7 19.1 70.1 30.6l-2-76C82.5 322.6 57.5 312 34 298.7z"
416
+ }), /*#__PURE__*/React.createElement("path", {
417
+ style: {
418
+ fill: '#DBB88E',
419
+ stroke: '#3A3A3A',
420
+ strokeWidth: 2,
421
+ strokeLinecap: 'round',
422
+ strokeLinejoin: 'round'
423
+ },
424
+ d: "M34 298.7s-10-7.2-33-7.2c0 0 7.1 47.5 2.8 85 0 0 29.5-1.1 36 1L34 298.7z"
425
+ }), /*#__PURE__*/React.createElement("path", {
426
+ style: {
427
+ fill: '#DBB88E',
428
+ stroke: '#3A3A3A',
429
+ strokeWidth: 2,
430
+ strokeLinecap: 'round',
431
+ strokeLinejoin: 'round'
432
+ },
433
+ d: "M32.8 239.8s5.2 50.5 1.2 59c23.4 13.6 48.4 24.2 74.5 31.6 0 0 5.5-40.6 12.6-49.3 0-.1-73.5-29.9-88.3-41.3zm77.6 166.5l-.8-77.2s20.4-5.8 37.7-12.7l-1.8 81.6s-23.9 2.9-35.1 8.3zm-98.6-7.7l29.1-22.4s53.1 13 69.5 30.1c0 0-19.1 25-20.7 28.6 0 0-17.1-13.2-77.9-36.3z"
434
+ }), /*#__PURE__*/React.createElement("path", {
435
+ style: {
436
+ fill: '#8C694D',
437
+ stroke: '#3A3A3A',
438
+ strokeWidth: 2,
439
+ strokeLinecap: 'round',
440
+ strokeLinejoin: 'round'
441
+ },
442
+ d: "M108.5 330.3l74.2-43.5s1.3 69.2-1.9 80.6l-34.5 20.8 1.1-71.9-38.9 14z"
443
+ }), /*#__PURE__*/React.createElement("path", {
444
+ style: {
445
+ fill: '#B6936B',
446
+ stroke: '#3A3A3A',
447
+ strokeWidth: 2,
448
+ strokeLinecap: 'round',
449
+ strokeLinejoin: 'round'
450
+ },
451
+ d: "M108.5 330.3l74.2-43.5s-38.6-24.4-73-30.2L88 267.1l33.1 13.9s-7.1 6-12.6 49.3z"
452
+ }), /*#__PURE__*/React.createElement("path", {
453
+ style: {
454
+ fill: '#8C694D'
455
+ },
456
+ d: "M40.8 375l51.7-35.8 16.2 8.6-.2-16.2-17.5-5.9-24.8-9.2s5.5 28.9-27.2 33.3l1.8 25.2z"
457
+ }), /*#__PURE__*/React.createElement("polyline", {
458
+ style: {
459
+ fill: 'none',
460
+ stroke: '#3A3A3A',
461
+ strokeWidth: 2,
462
+ strokeLinecap: 'round',
463
+ strokeLinejoin: 'round'
464
+ },
465
+ points: "40.8,375\n92.5,339.2 108.6,347.8 \t\t"
466
+ }), /*#__PURE__*/React.createElement("line", {
467
+ style: {
468
+ fill: 'none',
469
+ stroke: '#3A3A3A',
470
+ strokeWidth: 2,
471
+ strokeLinecap: 'round',
472
+ strokeLinejoin: 'round'
473
+ },
474
+ x1: 91,
475
+ y1: "325.7",
476
+ x2: "92.5",
477
+ y2: "339.2"
478
+ }), /*#__PURE__*/React.createElement("path", {
479
+ style: {
480
+ fill: '#DBB88E',
481
+ stroke: '#3A3A3A',
482
+ strokeWidth: 2,
483
+ strokeLinecap: 'round',
484
+ strokeLinejoin: 'round'
485
+ },
486
+ d: "M360.8 302.6s27.6-4.3 39.1-23.1l70.9 38.2s-4.7 12.9-22.1 26.8l-87.9-41.9z"
487
+ }), /*#__PURE__*/React.createElement("path", {
488
+ style: {
489
+ fill: '#DBB88E',
490
+ stroke: '#3A3A3A',
491
+ strokeWidth: 2,
492
+ strokeLinecap: 'round',
493
+ strokeLinejoin: 'round'
494
+ },
495
+ d: "M523.2 305.3s-31.2 20.1-55.1 17.6l2.6-5.2-64-33.7s20-3.4 32.1-14.9c.1 0 51.7 19.7 84.4 36.2z"
496
+ }), /*#__PURE__*/React.createElement("path", {
497
+ style: {
498
+ fill: '#B6936B',
499
+ stroke: '#3A3A3A',
500
+ strokeWidth: 2,
501
+ strokeLinecap: 'round',
502
+ strokeLinejoin: 'round'
503
+ },
504
+ d: "M448.7 344.5l1.4 76.7 75.1-35.3s-2.9-39.2-1.9-80.5c-24.2 14.2-49.1 27.3-74.6 39.1z"
505
+ }), /*#__PURE__*/React.createElement("path", {
506
+ style: {
507
+ fill: '#8C694D',
508
+ stroke: '#3A3A3A',
509
+ strokeWidth: 2,
510
+ strokeLinecap: 'round',
511
+ strokeLinejoin: 'round'
512
+ },
513
+ d: "M360.8 302.6s11 78.2 5.3 85.5l84 33.1-1.4-76.7-87.9-41.9z"
514
+ }), /*#__PURE__*/React.createElement("path", {
515
+ style: {
516
+ fill: '#664E2A'
517
+ },
518
+ d: "M468.8 324.3s-8.7 12.4-13.4 15.8c0 0 20.3-9.7 38-19.4 0 0-12.7 4.3-24.6 3.6z"
519
+ }), /*#__PURE__*/React.createElement("path", {
520
+ style: {
521
+ fill: '#B6936B',
522
+ stroke: '#3A3A3A',
523
+ strokeWidth: 2,
524
+ strokeLinecap: 'round',
525
+ strokeLinejoin: 'round'
526
+ },
527
+ d: "M366.5 354.6l-77.3-21.7s-62.4 30.5-77.5 29.9l84.9 15.5c0-.1 28.3-4.2 69.9-23.7z"
528
+ }), /*#__PURE__*/React.createElement("path", {
529
+ style: {
530
+ fill: '#DBB88E',
531
+ stroke: '#3A3A3A',
532
+ strokeWidth: 2,
533
+ strokeLinecap: 'round',
534
+ strokeLinejoin: 'round'
535
+ },
536
+ d: "M366.5 354.6s4-10 24-26.3c0 0-48.6-.7-83.2-26.8 0 0-14.1 25.6-19.5 29.8l78.7 23.3z"
537
+ }), /*#__PURE__*/React.createElement("path", {
538
+ style: {
539
+ fill: '#DBB88E',
540
+ stroke: '#3A3A3A',
541
+ strokeWidth: 2,
542
+ strokeLinecap: 'round',
543
+ strokeLinejoin: 'round'
544
+ },
545
+ d: "M405.9 373.2s-33.2-10.1-39.4-18.6c0 0-21 14.2-69.9 23.6 0 0 37 29.1 42 40.2 0 0 48.4-39.5 67.3-45.2z"
546
+ }), /*#__PURE__*/React.createElement("path", {
547
+ style: {
548
+ fill: '#DBB88E',
549
+ stroke: '#3A3A3A',
550
+ strokeWidth: 2,
551
+ strokeLinecap: 'round',
552
+ strokeLinejoin: 'round'
553
+ },
554
+ d: "M211.7 361.3l85.6 17.2s-4.8 20.8-6.9 39.5l-105.5-27.5c-.1.1 12.6-14.1 26.8-29.2z"
555
+ }), /*#__PURE__*/React.createElement("path", {
556
+ style: {
557
+ fill: '#DBB88E',
558
+ stroke: '#3A3A3A',
559
+ strokeWidth: 2,
560
+ strokeLinecap: 'round',
561
+ strokeLinejoin: 'round'
562
+ },
563
+ d: "M264.8 306.3l23.6 26.8s-51.4 26-76.7 29.6c0 0-25.2-20.3-27.8-23.8 0 0 27.7-19.8 80.9-32.6z"
564
+ }), /*#__PURE__*/React.createElement("path", {
565
+ style: {
566
+ fill: '#8C694D',
567
+ stroke: '#3A3A3A',
568
+ strokeWidth: 2,
569
+ strokeLinecap: 'round',
570
+ strokeLinejoin: 'round'
571
+ },
572
+ d: "M296.6 378.2l4.5 88.8s-74-24.1-83.5-33.7l-2.3-34 75 20.1 6.3-41.2z"
573
+ }), /*#__PURE__*/React.createElement("path", {
574
+ style: {
575
+ fill: '#B6936B',
576
+ stroke: '#3A3A3A',
577
+ strokeWidth: 2,
578
+ strokeLinecap: 'round',
579
+ strokeLinejoin: 'round'
580
+ },
581
+ d: "M296.6 378.2l4.5 88.8s43.9-18.1 67.3-43.6l.9-28.4-30.8 23.4c.1 0-2.1-9.5-41.9-40.2z"
582
+ }), /*#__PURE__*/React.createElement("path", {
583
+ style: {
584
+ fill: '#8C694D'
585
+ },
586
+ d: "M291.1 333.7l7.4 39-7.6 3.2 6.3 1.5 28.9-7.5 1.2.8s-9.8-5.8-6.8-28.3l-29.4-8.7z"
587
+ }), /*#__PURE__*/React.createElement("polyline", {
588
+ style: {
589
+ fill: 'none',
590
+ stroke: '#3A3A3A',
591
+ strokeWidth: 2,
592
+ strokeLinecap: 'round',
593
+ strokeLinejoin: 'round'
594
+ },
595
+ points: "289.7,333.7\n297.1,372.4 286.2,376.7 \t\t"
596
+ }), /*#__PURE__*/React.createElement("line", {
597
+ style: {
598
+ fill: 'none',
599
+ stroke: '#3A3A3A',
600
+ strokeWidth: 2,
601
+ strokeLinecap: 'round',
602
+ strokeLinejoin: 'round'
603
+ },
604
+ x1: "307.7",
605
+ y1: "375.9",
606
+ x2: "297.1",
607
+ y2: "372.4"
608
+ }), /*#__PURE__*/React.createElement("ellipse", {
609
+ transform: "matrix(0.9967 -8.106875e-02 8.106875e-02 0.9967 -33.306 46.0282)",
610
+ style: {
611
+ fill: '#F2FCFB',
612
+ stroke: '#000000',
613
+ strokeWidth: 3,
614
+ strokeLinecap: 'round',
615
+ strokeLinejoin: 'round'
616
+ },
617
+ cx: "550.2",
618
+ cy: "433.2",
619
+ rx: "16.7",
620
+ ry: "8.1"
621
+ }), /*#__PURE__*/React.createElement("path", {
622
+ style: {
623
+ fill: '#212121',
624
+ stroke: '#000000',
625
+ strokeWidth: 2,
626
+ strokeLinecap: 'round',
627
+ strokeLinejoin: 'round'
628
+ },
629
+ d: "M494.6 435.7l25.8-2.1c1.1-.1 2.1.7 2.2 1.8l.1.6c.1 1.1-.7 2.1-1.8 2.2l-25.8 2.1c-1.1.1-2.1-.7-2.2-1.8l-.1-.6c-.1-1.1.7-2.1 1.8-2.2z"
630
+ }), /*#__PURE__*/React.createElement("path", {
631
+ style: {
632
+ fill: '#FFFFFF'
633
+ },
634
+ d: "M565.8 431.9s-6.8-8.9-24.3-1.4c-.1 0 13.1-4.9 24.3 1.4z"
635
+ }), /*#__PURE__*/React.createElement("line", {
636
+ style: {
637
+ fill: 'none',
638
+ stroke: '#000000',
639
+ strokeWidth: 3,
640
+ strokeLinecap: 'round',
641
+ strokeLinejoin: 'round'
642
+ },
643
+ x1: "522.7",
644
+ y1: "435.7",
645
+ x2: "532.6",
646
+ y2: "434.8"
647
+ }), /*#__PURE__*/React.createElement("ellipse", {
648
+ transform: "matrix(0.9967 -8.106875e-02 8.106875e-02 0.9967 -33.0638 45.9963)",
649
+ style: {
650
+ fill: '#F2FCFB',
651
+ stroke: '#000000',
652
+ strokeWidth: 3,
653
+ strokeLinecap: 'round',
654
+ strokeLinejoin: 'round'
655
+ },
656
+ cx: "549.9",
657
+ cy: "430.2",
658
+ rx: "16.7",
659
+ ry: "8.1"
660
+ }), /*#__PURE__*/React.createElement("path", {
661
+ style: {
662
+ fill: '#212121',
663
+ stroke: '#000000',
664
+ strokeWidth: 2,
665
+ strokeLinecap: 'round',
666
+ strokeLinejoin: 'round'
667
+ },
668
+ d: "M492.5 435.5l-.1-.6c-.1-1.1.7-2.1 1.8-2.2l25.8-2.1c1.1-.1 2.1.7 2.2 1.8l.1.6c.1 1.1-.7 2.1-1.8 2.2l-25.8 2.1c-1.1.1-2.1-.7-2.2-1.8z"
669
+ }), /*#__PURE__*/React.createElement("path", {
670
+ style: {
671
+ fill: '#FFFFFF'
672
+ },
673
+ d: "M563.5 429.1s-6.8-8.9-24.3-1.4c0 0 13.1-4.9 24.3 1.4z"
674
+ }), /*#__PURE__*/React.createElement("line", {
675
+ style: {
676
+ fill: 'none',
677
+ stroke: '#000000',
678
+ strokeWidth: 3,
679
+ strokeLinecap: 'round',
680
+ strokeLinejoin: 'round'
681
+ },
682
+ x1: "522.4",
683
+ y1: "432.7",
684
+ x2: "532.4",
685
+ y2: "431.8"
686
+ }), /*#__PURE__*/React.createElement("path", {
687
+ style: {
688
+ fill: '#F0FCFF',
689
+ stroke: '#3A3A3A',
690
+ strokeWidth: 2,
691
+ strokeLinecap: 'round',
692
+ strokeLinejoin: 'round'
693
+ },
694
+ d: "M462.4 225.1s17.9 2.2 22.8 25.7-6.3 30-6.3 30c13.8-3.2 26.2-9.1 36.1-20.1 0 0 5.5-41.3-23.1-49.9 0 .1 5.7 12.2-29.5 14.3zm148.5 105s-16.2-4.6-23.9-27.1 1.5-26.8 1.5-26.8c-11.8 1.2-22 4.9-29.3 13.4 0 0 .8 37.4 27.4 49.4 0 0-6.7-12 24.3-8.9zm-68.6 54.5s34.1 25.5 61.8 3.5c0 0 .8-22.8-15.8-29.8 0 0-2.6 22.6-34.5 3.1 0 0 2 11.4-11.5 23.2zm-342.8 32s-9.8 15.1-35.2 16-27-9.7-27-9.7c-2.5 12.4-2 23.9 4.5 34 0 0 38.5 10.7 59.2-12.8 0 0-14.4 3.1-1.5-27.5zm473.7-47.2s45.5 7.3 57.8-16c0 0-17.8-7-14.1-18.8 0 0-26.3 16.4-48.9 6.7 0-.1-6.2 9 5.2 28.1z"
695
+ })));
696
+ }
697
+
698
+ }
699
+ InvalidUrl.propTypes = {
700
+ alignHorizontal: PropTypes.bool,
701
+ className: PropTypes.string,
702
+ dataId: PropTypes.string,
703
+ isFluid: PropTypes.bool,
704
+ isRender: PropTypes.bool
705
+ };
706
+ InvalidUrl.defaultProps = {
707
+ alignHorizontal: true,
708
+ isRender: true,
709
+ className: '',
710
+ dataId: 'invalidUrl'
711
+ };
712
+
713
+ if (false) {
714
+ InvalidUrl.docs = {
715
+ componentGroup: 'SVG'
716
+ };
717
+ }