@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
@@ -1,765 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = void 0;
9
-
10
- var _react = _interopRequireDefault(require("react"));
11
-
12
- var _propTypes = _interopRequireDefault(require("prop-types"));
13
-
14
- var _SVG = _interopRequireDefault(require("./SVG"));
15
-
16
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
-
18
- 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); }
19
-
20
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
21
-
22
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23
-
24
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
25
-
26
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
-
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
-
30
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
-
32
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
33
-
34
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
-
36
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
-
38
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
-
40
- var InvalidUrl = /*#__PURE__*/function (_React$Component) {
41
- _inherits(InvalidUrl, _React$Component);
42
-
43
- var _super = _createSuper(InvalidUrl);
44
-
45
- function InvalidUrl() {
46
- _classCallCheck(this, InvalidUrl);
47
-
48
- return _super.apply(this, arguments);
49
- }
50
-
51
- _createClass(InvalidUrl, [{
52
- key: "render",
53
- value: function render() {
54
- var isFluid = this.props.isFluid;
55
- return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
56
- viewBox: "0 0 732 479.5",
57
- name: "invalidUrl",
58
- isFluid: isFluid
59
- }, this.props), /*#__PURE__*/_react["default"].createElement("g", null, /*#__PURE__*/_react["default"].createElement("ellipse", {
60
- cx: "295.1",
61
- cy: "432.5",
62
- rx: "93.4",
63
- ry: 47,
64
- style: {
65
- opacity: '0.6'
66
- }
67
- }), /*#__PURE__*/_react["default"].createElement("ellipse", {
68
- cx: "441.7",
69
- cy: "388.5",
70
- rx: "106.1",
71
- ry: 44,
72
- style: {
73
- opacity: '0.6'
74
- }
75
- }), /*#__PURE__*/_react["default"].createElement("ellipse", {
76
- cx: "110.4",
77
- cy: "372.9",
78
- rx: "106.6",
79
- ry: "35.8",
80
- style: {
81
- opacity: '0.6'
82
- }
83
- }), /*#__PURE__*/_react["default"].createElement("path", {
84
- style: {
85
- fill: '#333333',
86
- stroke: '#444444',
87
- strokeMiterlimit: 10
88
- },
89
- 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"
90
- }), /*#__PURE__*/_react["default"].createElement("path", {
91
- style: {
92
- fill: '#545454',
93
- stroke: '#333333',
94
- strokeLinecap: 'round',
95
- strokeLinejoin: 'round'
96
- },
97
- 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"
98
- }), /*#__PURE__*/_react["default"].createElement("path", {
99
- style: {
100
- fill: '#CEAA6A',
101
- stroke: '#4C4C4C',
102
- strokeWidth: 2,
103
- strokeLinecap: 'round',
104
- strokeLinejoin: 'round'
105
- },
106
- 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"
107
- }), /*#__PURE__*/_react["default"].createElement("path", {
108
- style: {
109
- fill: '#9B7A45'
110
- },
111
- 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"
112
- }), /*#__PURE__*/_react["default"].createElement("path", {
113
- style: {
114
- fill: '#54754B',
115
- stroke: '#000000',
116
- strokeWidth: 2,
117
- strokeLinecap: 'round',
118
- strokeLinejoin: 'round'
119
- },
120
- 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"
121
- }), /*#__PURE__*/_react["default"].createElement("path", {
122
- style: {
123
- fill: '#B6936B',
124
- stroke: '#3A3A3A',
125
- strokeWidth: 2,
126
- strokeLinecap: 'round',
127
- strokeLinejoin: 'round'
128
- },
129
- d: "M520.8 129.3L500 205.9s-76.1 8.1-85.9 17.2l16-76.5s45.5-4.7 90.7-17.3z"
130
- }), /*#__PURE__*/_react["default"].createElement("path", {
131
- style: {
132
- fill: '#DBB88E',
133
- stroke: '#3A3A3A',
134
- strokeWidth: 2,
135
- strokeLinecap: 'round',
136
- strokeLinejoin: 'round'
137
- },
138
- 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"
139
- }), /*#__PURE__*/_react["default"].createElement("path", {
140
- style: {
141
- fill: '#DBB88E',
142
- stroke: '#3A3A3A',
143
- strokeWidth: 2,
144
- strokeLinecap: 'round',
145
- strokeLinejoin: 'round'
146
- },
147
- 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"
148
- }), /*#__PURE__*/_react["default"].createElement("path", {
149
- style: {
150
- fill: '#8C694D',
151
- stroke: '#3A3A3A',
152
- strokeWidth: 2,
153
- strokeLinecap: 'round',
154
- strokeLinejoin: 'round'
155
- },
156
- 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"
157
- }), /*#__PURE__*/_react["default"].createElement("path", {
158
- style: {
159
- fill: '#B6936B',
160
- stroke: '#3A3A3A',
161
- strokeWidth: 2,
162
- strokeLinecap: 'round',
163
- strokeLinejoin: 'round'
164
- },
165
- 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"
166
- }), /*#__PURE__*/_react["default"].createElement("path", {
167
- style: {
168
- fill: '#8C694D'
169
- },
170
- 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"
171
- }), /*#__PURE__*/_react["default"].createElement("polyline", {
172
- style: {
173
- fill: 'none',
174
- stroke: '#3A3A3A',
175
- strokeWidth: 2,
176
- strokeLinecap: 'round',
177
- strokeLinejoin: 'round'
178
- },
179
- points: "499.6,205.1\r\n445.7,157.8 427,162.5 \t\t"
180
- }), /*#__PURE__*/_react["default"].createElement("line", {
181
- style: {
182
- fill: 'none',
183
- stroke: '#3A3A3A',
184
- strokeWidth: 2,
185
- strokeLinecap: 'round',
186
- strokeLinejoin: 'round'
187
- },
188
- x1: "449.5",
189
- y1: "145.8",
190
- x2: "445.7",
191
- y2: "157.8"
192
- }), /*#__PURE__*/_react["default"].createElement("ellipse", {
193
- transform: "matrix(0.9045 -0.4264 0.4264 0.9045 -17.8175 136.7072)",
194
- style: {
195
- fill: '#FFEAD4',
196
- stroke: '#565656',
197
- strokeWidth: 2,
198
- strokeMiterlimit: 10
199
- },
200
- cx: "296.4",
201
- cy: "108.1",
202
- rx: "55.4",
203
- ry: "69.2"
204
- }), /*#__PURE__*/_react["default"].createElement("path", {
205
- 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"
206
- }), /*#__PURE__*/_react["default"].createElement("path", {
207
- style: {
208
- fill: '#FFEAD4',
209
- stroke: '#565656',
210
- strokeWidth: 2,
211
- strokeMiterlimit: 10
212
- },
213
- 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"
214
- }), /*#__PURE__*/_react["default"].createElement("path", {
215
- style: {
216
- fill: '#D6696E',
217
- stroke: '#4C4C4C',
218
- strokeWidth: 2,
219
- strokeLinecap: 'round',
220
- strokeLinejoin: 'round'
221
- },
222
- 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"
223
- }), /*#__PURE__*/_react["default"].createElement("path", {
224
- style: {
225
- fill: '#D6696E',
226
- stroke: '#4C4C4C',
227
- strokeWidth: 2,
228
- strokeLinecap: 'round',
229
- strokeLinejoin: 'round'
230
- },
231
- 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"
232
- }), /*#__PURE__*/_react["default"].createElement("path", {
233
- style: {
234
- fill: '#FFEAD4',
235
- stroke: '#565656',
236
- strokeWidth: 2,
237
- strokeLinecap: 'round',
238
- strokeLinejoin: 'round'
239
- },
240
- 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"
241
- }), /*#__PURE__*/_react["default"].createElement("path", {
242
- style: {
243
- fill: 'none',
244
- stroke: '#000000',
245
- strokeWidth: 3,
246
- strokeLinecap: 'round',
247
- strokeLinejoin: 'round'
248
- },
249
- d: "M272.9 130.2s8.5-6.7 19.5-7.5m-10.8 10.7s6.1-3.2 9-3.2"
250
- }), /*#__PURE__*/_react["default"].createElement("path", {
251
- 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"
252
- }), /*#__PURE__*/_react["default"].createElement("path", {
253
- style: {
254
- fill: 'none',
255
- stroke: '#000000',
256
- strokeWidth: 3,
257
- strokeLinecap: 'round',
258
- strokeLinejoin: 'round'
259
- },
260
- d: "M308.8 117.8s8.7-6.3 19.8-6.7m-11.2 10.3s6.2-3 9.1-2.9"
261
- }), /*#__PURE__*/_react["default"].createElement("path", {
262
- 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"
263
- }), /*#__PURE__*/_react["default"].createElement("path", {
264
- style: {
265
- fill: 'none',
266
- stroke: '#565656',
267
- strokeWidth: 2,
268
- strokeLinecap: 'round',
269
- strokeMiterlimit: 10
270
- },
271
- 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"
272
- }), /*#__PURE__*/_react["default"].createElement("path", {
273
- style: {
274
- fill: '#565656'
275
- },
276
- 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"
277
- }), /*#__PURE__*/_react["default"].createElement("path", {
278
- style: {
279
- fill: '#565656'
280
- },
281
- 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"
282
- }), /*#__PURE__*/_react["default"].createElement("path", {
283
- style: {
284
- fill: '#FFEAD4',
285
- stroke: '#565656',
286
- strokeWidth: 2,
287
- strokeLinecap: 'round',
288
- strokeLinejoin: 'round'
289
- },
290
- 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"
291
- }), /*#__PURE__*/_react["default"].createElement("path", {
292
- style: {
293
- fill: '#FFEAD4',
294
- stroke: '#565656',
295
- strokeWidth: 2,
296
- strokeLinecap: 'round',
297
- strokeLinejoin: 'round'
298
- },
299
- d: "M232.2 126.5s3.6-2.4 5.7 0c2.2 2.4 1.6 9.1 9.1 15.1"
300
- }), /*#__PURE__*/_react["default"].createElement("path", {
301
- style: {
302
- fill: '#EAC3A0'
303
- },
304
- 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"
305
- }), /*#__PURE__*/_react["default"].createElement("path", {
306
- style: {
307
- fill: '#565656'
308
- },
309
- 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"
310
- }), /*#__PURE__*/_react["default"].createElement("line", {
311
- style: {
312
- fill: 'none',
313
- stroke: '#565656',
314
- strokeWidth: 3,
315
- strokeLinecap: 'round',
316
- strokeMiterlimit: 10
317
- },
318
- x1: "331.8",
319
- y1: "102.4",
320
- x2: "348.7",
321
- y2: "81.2"
322
- }), /*#__PURE__*/_react["default"].createElement("line", {
323
- style: {
324
- fill: 'none',
325
- stroke: '#565656',
326
- strokeWidth: 2,
327
- strokeLinecap: 'round',
328
- strokeMiterlimit: 10
329
- },
330
- x1: "334.4",
331
- y1: "106.1",
332
- x2: "348.2",
333
- y2: "85.1"
334
- }), /*#__PURE__*/_react["default"].createElement("line", {
335
- style: {
336
- fill: 'none',
337
- stroke: '#565656',
338
- strokeWidth: 3,
339
- strokeLinecap: 'round',
340
- strokeMiterlimit: 10
341
- },
342
- x1: "241.2",
343
- y1: "122.7",
344
- x2: "264.9",
345
- y2: "130.1"
346
- }), /*#__PURE__*/_react["default"].createElement("line", {
347
- style: {
348
- fill: 'none',
349
- stroke: '#565656',
350
- strokeWidth: 2,
351
- strokeLinecap: 'round',
352
- strokeMiterlimit: 10
353
- },
354
- x1: "266.9",
355
- y1: 134,
356
- x2: "243.9",
357
- y2: "126.1"
358
- }), /*#__PURE__*/_react["default"].createElement("path", {
359
- style: {
360
- fill: '#EAC3A0'
361
- },
362
- 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"
363
- }), /*#__PURE__*/_react["default"].createElement("path", {
364
- 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"
365
- }), /*#__PURE__*/_react["default"].createElement("path", {
366
- style: {
367
- fill: '#EAC3A0'
368
- },
369
- d: "M332.2 95.6s-16.1-1-21.5.2c-2.6.6-4-4.6-2.1-6.2l23.6 6z"
370
- }), /*#__PURE__*/_react["default"].createElement("path", {
371
- 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"
372
- }), /*#__PURE__*/_react["default"].createElement("path", {
373
- style: {
374
- fill: '#FFEAD4',
375
- stroke: '#565656',
376
- strokeWidth: 2,
377
- strokeLinecap: 'round',
378
- strokeLinejoin: 'round'
379
- },
380
- 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"
381
- }), /*#__PURE__*/_react["default"].createElement("path", {
382
- style: {
383
- fill: '#FFEAD4',
384
- stroke: '#565656',
385
- strokeWidth: 2,
386
- strokeLinecap: 'round',
387
- strokeLinejoin: 'round'
388
- },
389
- d: "M356.6 81.3s-4.2.6-4.3 3.8 4.9 7.9 3.3 17.3"
390
- }), /*#__PURE__*/_react["default"].createElement("path", {
391
- style: {
392
- fill: '#EAC3A0'
393
- },
394
- 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"
395
- }), /*#__PURE__*/_react["default"].createElement("path", {
396
- style: {
397
- fill: '#F0FDFF',
398
- stroke: '#BADBDD',
399
- strokeMiterlimit: 10
400
- },
401
- 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"
402
- }), /*#__PURE__*/_react["default"].createElement("path", {
403
- style: {
404
- fill: '#C96169'
405
- },
406
- 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"
407
- }), /*#__PURE__*/_react["default"].createElement("circle", {
408
- style: {
409
- fill: 'none',
410
- stroke: '#444444',
411
- strokeWidth: 2,
412
- strokeMiterlimit: 10
413
- },
414
- cx: "320.7",
415
- cy: "115.3",
416
- r: "16.5"
417
- }), /*#__PURE__*/_react["default"].createElement("circle", {
418
- style: {
419
- fill: 'none',
420
- stroke: '#444444',
421
- strokeWidth: 2,
422
- strokeMiterlimit: 10
423
- },
424
- cx: "283.4",
425
- cy: "130.2",
426
- r: "16.5"
427
- }), /*#__PURE__*/_react["default"].createElement("circle", {
428
- style: {
429
- opacity: '0.25',
430
- fill: '#F0FAFC',
431
- stroke: '#606060',
432
- strokeWidth: 2,
433
- strokeMiterlimit: 10,
434
- enableBackground: 'new'
435
- },
436
- cx: "320.7",
437
- cy: "115.3",
438
- r: "16.5"
439
- }), /*#__PURE__*/_react["default"].createElement("circle", {
440
- style: {
441
- opacity: '0.25',
442
- fill: '#F0FAFC',
443
- stroke: '#606060',
444
- strokeWidth: 2,
445
- strokeMiterlimit: 10,
446
- enableBackground: 'new'
447
- },
448
- cx: "283.4",
449
- cy: "130.2",
450
- r: "16.5"
451
- }), /*#__PURE__*/_react["default"].createElement("path", {
452
- style: {
453
- fill: '#B6936B',
454
- stroke: '#3A3A3A',
455
- strokeWidth: 2,
456
- strokeLinecap: 'round',
457
- strokeLinejoin: 'round'
458
- },
459
- d: "M34 298.7l6.3 77s62.7 19.1 70.1 30.6l-2-76C82.5 322.6 57.5 312 34 298.7z"
460
- }), /*#__PURE__*/_react["default"].createElement("path", {
461
- style: {
462
- fill: '#DBB88E',
463
- stroke: '#3A3A3A',
464
- strokeWidth: 2,
465
- strokeLinecap: 'round',
466
- strokeLinejoin: 'round'
467
- },
468
- 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"
469
- }), /*#__PURE__*/_react["default"].createElement("path", {
470
- style: {
471
- fill: '#DBB88E',
472
- stroke: '#3A3A3A',
473
- strokeWidth: 2,
474
- strokeLinecap: 'round',
475
- strokeLinejoin: 'round'
476
- },
477
- 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"
478
- }), /*#__PURE__*/_react["default"].createElement("path", {
479
- style: {
480
- fill: '#8C694D',
481
- stroke: '#3A3A3A',
482
- strokeWidth: 2,
483
- strokeLinecap: 'round',
484
- strokeLinejoin: 'round'
485
- },
486
- 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"
487
- }), /*#__PURE__*/_react["default"].createElement("path", {
488
- style: {
489
- fill: '#B6936B',
490
- stroke: '#3A3A3A',
491
- strokeWidth: 2,
492
- strokeLinecap: 'round',
493
- strokeLinejoin: 'round'
494
- },
495
- 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"
496
- }), /*#__PURE__*/_react["default"].createElement("path", {
497
- style: {
498
- fill: '#8C694D'
499
- },
500
- 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"
501
- }), /*#__PURE__*/_react["default"].createElement("polyline", {
502
- style: {
503
- fill: 'none',
504
- stroke: '#3A3A3A',
505
- strokeWidth: 2,
506
- strokeLinecap: 'round',
507
- strokeLinejoin: 'round'
508
- },
509
- points: "40.8,375\r\n92.5,339.2 108.6,347.8 \t\t"
510
- }), /*#__PURE__*/_react["default"].createElement("line", {
511
- style: {
512
- fill: 'none',
513
- stroke: '#3A3A3A',
514
- strokeWidth: 2,
515
- strokeLinecap: 'round',
516
- strokeLinejoin: 'round'
517
- },
518
- x1: 91,
519
- y1: "325.7",
520
- x2: "92.5",
521
- y2: "339.2"
522
- }), /*#__PURE__*/_react["default"].createElement("path", {
523
- style: {
524
- fill: '#DBB88E',
525
- stroke: '#3A3A3A',
526
- strokeWidth: 2,
527
- strokeLinecap: 'round',
528
- strokeLinejoin: 'round'
529
- },
530
- 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"
531
- }), /*#__PURE__*/_react["default"].createElement("path", {
532
- style: {
533
- fill: '#DBB88E',
534
- stroke: '#3A3A3A',
535
- strokeWidth: 2,
536
- strokeLinecap: 'round',
537
- strokeLinejoin: 'round'
538
- },
539
- 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"
540
- }), /*#__PURE__*/_react["default"].createElement("path", {
541
- style: {
542
- fill: '#B6936B',
543
- stroke: '#3A3A3A',
544
- strokeWidth: 2,
545
- strokeLinecap: 'round',
546
- strokeLinejoin: 'round'
547
- },
548
- 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"
549
- }), /*#__PURE__*/_react["default"].createElement("path", {
550
- style: {
551
- fill: '#8C694D',
552
- stroke: '#3A3A3A',
553
- strokeWidth: 2,
554
- strokeLinecap: 'round',
555
- strokeLinejoin: 'round'
556
- },
557
- d: "M360.8 302.6s11 78.2 5.3 85.5l84 33.1-1.4-76.7-87.9-41.9z"
558
- }), /*#__PURE__*/_react["default"].createElement("path", {
559
- style: {
560
- fill: '#664E2A'
561
- },
562
- 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"
563
- }), /*#__PURE__*/_react["default"].createElement("path", {
564
- style: {
565
- fill: '#B6936B',
566
- stroke: '#3A3A3A',
567
- strokeWidth: 2,
568
- strokeLinecap: 'round',
569
- strokeLinejoin: 'round'
570
- },
571
- 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"
572
- }), /*#__PURE__*/_react["default"].createElement("path", {
573
- style: {
574
- fill: '#DBB88E',
575
- stroke: '#3A3A3A',
576
- strokeWidth: 2,
577
- strokeLinecap: 'round',
578
- strokeLinejoin: 'round'
579
- },
580
- 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"
581
- }), /*#__PURE__*/_react["default"].createElement("path", {
582
- style: {
583
- fill: '#DBB88E',
584
- stroke: '#3A3A3A',
585
- strokeWidth: 2,
586
- strokeLinecap: 'round',
587
- strokeLinejoin: 'round'
588
- },
589
- 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"
590
- }), /*#__PURE__*/_react["default"].createElement("path", {
591
- style: {
592
- fill: '#DBB88E',
593
- stroke: '#3A3A3A',
594
- strokeWidth: 2,
595
- strokeLinecap: 'round',
596
- strokeLinejoin: 'round'
597
- },
598
- 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"
599
- }), /*#__PURE__*/_react["default"].createElement("path", {
600
- style: {
601
- fill: '#DBB88E',
602
- stroke: '#3A3A3A',
603
- strokeWidth: 2,
604
- strokeLinecap: 'round',
605
- strokeLinejoin: 'round'
606
- },
607
- 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"
608
- }), /*#__PURE__*/_react["default"].createElement("path", {
609
- style: {
610
- fill: '#8C694D',
611
- stroke: '#3A3A3A',
612
- strokeWidth: 2,
613
- strokeLinecap: 'round',
614
- strokeLinejoin: 'round'
615
- },
616
- 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"
617
- }), /*#__PURE__*/_react["default"].createElement("path", {
618
- style: {
619
- fill: '#B6936B',
620
- stroke: '#3A3A3A',
621
- strokeWidth: 2,
622
- strokeLinecap: 'round',
623
- strokeLinejoin: 'round'
624
- },
625
- 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"
626
- }), /*#__PURE__*/_react["default"].createElement("path", {
627
- style: {
628
- fill: '#8C694D'
629
- },
630
- 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"
631
- }), /*#__PURE__*/_react["default"].createElement("polyline", {
632
- style: {
633
- fill: 'none',
634
- stroke: '#3A3A3A',
635
- strokeWidth: 2,
636
- strokeLinecap: 'round',
637
- strokeLinejoin: 'round'
638
- },
639
- points: "289.7,333.7\r\n297.1,372.4 286.2,376.7 \t\t"
640
- }), /*#__PURE__*/_react["default"].createElement("line", {
641
- style: {
642
- fill: 'none',
643
- stroke: '#3A3A3A',
644
- strokeWidth: 2,
645
- strokeLinecap: 'round',
646
- strokeLinejoin: 'round'
647
- },
648
- x1: "307.7",
649
- y1: "375.9",
650
- x2: "297.1",
651
- y2: "372.4"
652
- }), /*#__PURE__*/_react["default"].createElement("ellipse", {
653
- transform: "matrix(0.9967 -8.106875e-02 8.106875e-02 0.9967 -33.306 46.0282)",
654
- style: {
655
- fill: '#F2FCFB',
656
- stroke: '#000000',
657
- strokeWidth: 3,
658
- strokeLinecap: 'round',
659
- strokeLinejoin: 'round'
660
- },
661
- cx: "550.2",
662
- cy: "433.2",
663
- rx: "16.7",
664
- ry: "8.1"
665
- }), /*#__PURE__*/_react["default"].createElement("path", {
666
- style: {
667
- fill: '#212121',
668
- stroke: '#000000',
669
- strokeWidth: 2,
670
- strokeLinecap: 'round',
671
- strokeLinejoin: 'round'
672
- },
673
- 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"
674
- }), /*#__PURE__*/_react["default"].createElement("path", {
675
- style: {
676
- fill: '#FFFFFF'
677
- },
678
- d: "M565.8 431.9s-6.8-8.9-24.3-1.4c-.1 0 13.1-4.9 24.3 1.4z"
679
- }), /*#__PURE__*/_react["default"].createElement("line", {
680
- style: {
681
- fill: 'none',
682
- stroke: '#000000',
683
- strokeWidth: 3,
684
- strokeLinecap: 'round',
685
- strokeLinejoin: 'round'
686
- },
687
- x1: "522.7",
688
- y1: "435.7",
689
- x2: "532.6",
690
- y2: "434.8"
691
- }), /*#__PURE__*/_react["default"].createElement("ellipse", {
692
- transform: "matrix(0.9967 -8.106875e-02 8.106875e-02 0.9967 -33.0638 45.9963)",
693
- style: {
694
- fill: '#F2FCFB',
695
- stroke: '#000000',
696
- strokeWidth: 3,
697
- strokeLinecap: 'round',
698
- strokeLinejoin: 'round'
699
- },
700
- cx: "549.9",
701
- cy: "430.2",
702
- rx: "16.7",
703
- ry: "8.1"
704
- }), /*#__PURE__*/_react["default"].createElement("path", {
705
- style: {
706
- fill: '#212121',
707
- stroke: '#000000',
708
- strokeWidth: 2,
709
- strokeLinecap: 'round',
710
- strokeLinejoin: 'round'
711
- },
712
- 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"
713
- }), /*#__PURE__*/_react["default"].createElement("path", {
714
- style: {
715
- fill: '#FFFFFF'
716
- },
717
- d: "M563.5 429.1s-6.8-8.9-24.3-1.4c0 0 13.1-4.9 24.3 1.4z"
718
- }), /*#__PURE__*/_react["default"].createElement("line", {
719
- style: {
720
- fill: 'none',
721
- stroke: '#000000',
722
- strokeWidth: 3,
723
- strokeLinecap: 'round',
724
- strokeLinejoin: 'round'
725
- },
726
- x1: "522.4",
727
- y1: "432.7",
728
- x2: "532.4",
729
- y2: "431.8"
730
- }), /*#__PURE__*/_react["default"].createElement("path", {
731
- style: {
732
- fill: '#F0FCFF',
733
- stroke: '#3A3A3A',
734
- strokeWidth: 2,
735
- strokeLinecap: 'round',
736
- strokeLinejoin: 'round'
737
- },
738
- 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"
739
- })));
740
- }
741
- }]);
742
-
743
- return InvalidUrl;
744
- }(_react["default"].Component);
745
-
746
- exports["default"] = InvalidUrl;
747
- InvalidUrl.propTypes = {
748
- alignHorizontal: _propTypes["default"].bool,
749
- className: _propTypes["default"].string,
750
- dataId: _propTypes["default"].string,
751
- isFluid: _propTypes["default"].bool,
752
- isRender: _propTypes["default"].bool
753
- };
754
- InvalidUrl.defaultProps = {
755
- alignHorizontal: true,
756
- isRender: true,
757
- className: '',
758
- dataId: 'invalidUrl'
759
- };
760
-
761
- if (false) {
762
- InvalidUrl.docs = {
763
- componentGroup: 'SVG'
764
- };
765
- }