@zohodesk/svg 1.0.0-temp-9 → 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 (318) hide show
  1. package/README.md +160 -145
  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/EmptyStateVariables.module.css +38 -38
  19. package/es/svg/Loader.js +19 -12
  20. package/es/svg/SVG.module.css +26 -26
  21. package/es/svg/images/EmptyBusinessHoliday.svg +50 -50
  22. package/es/svg/images/EmptyBusinessHour.svg +42 -42
  23. package/es/svg/images/EmptyContactInfo.svg +27 -27
  24. package/es/svg/images/EmptyCustomDomain.svg +85 -85
  25. package/es/svg/images/EmptyFilter.svg +62 -62
  26. package/es/svg/images/EmptyFromAddress.svg +41 -41
  27. package/es/svg/images/EmptyImportHistory.svg +43 -43
  28. package/es/svg/images/EmptyNetwork.svg +50 -50
  29. package/es/svg/images/EmptyRecycleBin.svg +58 -58
  30. package/es/svg/images/EmptyRoles.svg +30 -30
  31. package/es/svg/images/EmptySkills.svg +83 -83
  32. package/es/svg/images/EmptyWebhook.svg +44 -44
  33. package/es/svg/images/FailureLog.svg +46 -46
  34. package/es/svg/images/Inconvenience.svg +719 -719
  35. package/es/svg/images/NoRequestFound.svg +247 -247
  36. package/es/svg/images/PageNotFound.svg +405 -405
  37. package/es/svg/images/ReguestUrlNotFound.svg +267 -267
  38. package/es/svg/images/UnableToProcess.svg +752 -752
  39. package/es/svg/images/UnauthorizedLogin.svg +1047 -1047
  40. package/es/svg/images/WillBack.svg +633 -633
  41. package/lib/Provider.js +17 -17
  42. package/lib/index.js +13 -13
  43. package/lib/svg/EmptyAccounts.js +3 -3
  44. package/lib/svg/EmptyActiveCalls.js +3 -3
  45. package/lib/svg/EmptyActivity.js +3 -3
  46. package/lib/svg/EmptyAgent.js +3 -3
  47. package/lib/svg/EmptyAgentQueue.js +3 -3
  48. package/lib/svg/EmptyApproval.js +3 -3
  49. package/lib/svg/EmptyArchived.js +3 -3
  50. package/lib/svg/EmptyAttach.js +3 -3
  51. package/lib/svg/EmptyBlueprint.js +3 -3
  52. package/lib/svg/EmptyBusinessHoliday.js +3 -3
  53. package/lib/svg/EmptyBusinessHour.js +3 -3
  54. package/lib/svg/EmptyCallHistory.js +3 -3
  55. package/lib/svg/EmptyCollision.js +3 -3
  56. package/lib/svg/EmptyColumn.js +3 -3
  57. package/lib/svg/EmptyContact.js +3 -3
  58. package/lib/svg/EmptyContract.js +3 -3
  59. package/lib/svg/EmptyConversation.js +3 -3
  60. package/lib/svg/EmptyCrm.js +3 -3
  61. package/lib/svg/EmptyCrmNotes.js +3 -3
  62. package/lib/svg/EmptyCrmPotential.js +3 -3
  63. package/lib/svg/EmptyCustomDomain.js +3 -3
  64. package/lib/svg/EmptyDashboard.js +3 -3
  65. package/lib/svg/EmptyDepartment.js +3 -3
  66. package/lib/svg/EmptyError.js +3 -3
  67. package/lib/svg/EmptyFeed.js +3 -3
  68. package/lib/svg/EmptyFollowers.js +3 -3
  69. package/lib/svg/EmptyFrame.js +3 -3
  70. package/lib/svg/EmptyFromAddress.js +3 -3
  71. package/lib/svg/EmptyHappiness.js +3 -3
  72. package/lib/svg/EmptyHistory.js +3 -3
  73. package/lib/svg/EmptyImportHistory.js +3 -3
  74. package/lib/svg/EmptyInconvenience.js +3 -3
  75. package/lib/svg/EmptyInvoice.js +3 -3
  76. package/lib/svg/EmptyNetwork.js +3 -3
  77. package/lib/svg/EmptyNotification.js +3 -3
  78. package/lib/svg/EmptyProducts.js +3 -3
  79. package/lib/svg/EmptyRecycleBin.js +3 -3
  80. package/lib/svg/EmptyReply.js +3 -3
  81. package/lib/svg/EmptyReports.js +3 -3
  82. package/lib/svg/EmptyRoles.js +3 -3
  83. package/lib/svg/EmptySchedule.js +3 -3
  84. package/lib/svg/EmptySearch.js +3 -3
  85. package/lib/svg/EmptySkills.js +3 -3
  86. package/lib/svg/EmptySla.js +3 -3
  87. package/lib/svg/EmptySnippet.js +3 -3
  88. package/lib/svg/EmptyStateVariables.module.css +38 -38
  89. package/lib/svg/EmptyTag.js +3 -3
  90. package/lib/svg/EmptyTask.js +3 -3
  91. package/lib/svg/EmptyTeams.js +3 -3
  92. package/lib/svg/EmptyTemplate.js +3 -3
  93. package/lib/svg/EmptyTicket.js +3 -3
  94. package/lib/svg/EmptyTimeEntry.js +3 -3
  95. package/lib/svg/EmptyTimeline.js +3 -3
  96. package/lib/svg/EmptyTopic.js +3 -3
  97. package/lib/svg/EmptyUnauthorizedLogin.js +3 -3
  98. package/lib/svg/EmptyWebhook.js +3 -3
  99. package/lib/svg/EmptyWillBeRightBack.js +3 -3
  100. package/lib/svg/ErrorInconvenience.js +3 -3
  101. package/lib/svg/ErrorOopsSomethingMiss.js +3 -3
  102. package/lib/svg/ErrorUnableToProcessRequest.js +3 -3
  103. package/lib/svg/ErrorUnauthorizedLogin.js +3 -3
  104. package/lib/svg/ErrorUrlNotFound.js +3 -3
  105. package/lib/svg/ErrorWillBeRightBack.js +3 -3
  106. package/lib/svg/Extractor.js +3 -3
  107. package/lib/svg/FailureLog.js +3 -3
  108. package/lib/svg/Import.js +3 -3
  109. package/lib/svg/Loader.js +25 -19
  110. package/lib/svg/NoRequestFound.js +3 -3
  111. package/lib/svg/NotImpossible.js +3 -3
  112. package/lib/svg/PageNotFound.js +3 -3
  113. package/lib/svg/Predictor.js +3 -3
  114. package/lib/svg/SVG.js +3 -3
  115. package/lib/svg/SVG.module.css +26 -26
  116. package/lib/svg/SvgLoader.js +2 -2
  117. package/lib/svg/UnableToProcessRequest.js +3 -3
  118. package/lib/svg/UnauthorizedLogin.js +3 -3
  119. package/lib/svg/UrlNotFound.js +3 -3
  120. package/lib/svg/WillBeRightBack.js +3 -3
  121. package/lib/svg/ZiaAnamoly.js +3 -3
  122. package/lib/svg/images/EmptyBusinessHoliday.svg +50 -50
  123. package/lib/svg/images/EmptyBusinessHour.svg +42 -42
  124. package/lib/svg/images/EmptyContactInfo.svg +27 -27
  125. package/lib/svg/images/EmptyCustomDomain.svg +85 -85
  126. package/lib/svg/images/EmptyFilter.svg +62 -62
  127. package/lib/svg/images/EmptyFromAddress.svg +41 -41
  128. package/lib/svg/images/EmptyImportHistory.svg +43 -43
  129. package/lib/svg/images/EmptyNetwork.svg +50 -50
  130. package/lib/svg/images/EmptyRecycleBin.svg +58 -58
  131. package/lib/svg/images/EmptyRoles.svg +30 -30
  132. package/lib/svg/images/EmptySkills.svg +83 -83
  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 -327
  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 -435
  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/EmptyError.js +0 -42
  231. package/src/svg/EmptyFeed.js +0 -87
  232. package/src/svg/EmptyFollowers.js +0 -85
  233. package/src/svg/EmptyFrame.js +0 -83
  234. package/src/svg/EmptyFromAddress.js +0 -32
  235. package/src/svg/EmptyHappiness.js +0 -85
  236. package/src/svg/EmptyHistory.js +0 -84
  237. package/src/svg/EmptyImportHistory.js +0 -32
  238. package/src/svg/EmptyInconvenience.js +0 -37
  239. package/src/svg/EmptyInvoice.js +0 -90
  240. package/src/svg/EmptyNetwork.js +0 -32
  241. package/src/svg/EmptyNotification.js +0 -84
  242. package/src/svg/EmptyProducts.js +0 -88
  243. package/src/svg/EmptyRecycleBin.js +0 -32
  244. package/src/svg/EmptyReply.js +0 -81
  245. package/src/svg/EmptyReports.js +0 -90
  246. package/src/svg/EmptyRoles.js +0 -32
  247. package/src/svg/EmptySchedule.js +0 -131
  248. package/src/svg/EmptySearch.js +0 -95
  249. package/src/svg/EmptySkills.js +0 -116
  250. package/src/svg/EmptySla.js +0 -81
  251. package/src/svg/EmptySnippet.js +0 -96
  252. package/src/svg/EmptyStateVariables.module.css +0 -39
  253. package/src/svg/EmptyTag.js +0 -88
  254. package/src/svg/EmptyTask.js +0 -97
  255. package/src/svg/EmptyTeams.js +0 -85
  256. package/src/svg/EmptyTemplate.js +0 -88
  257. package/src/svg/EmptyTicket.js +0 -88
  258. package/src/svg/EmptyTimeEntry.js +0 -91
  259. package/src/svg/EmptyTimeline.js +0 -85
  260. package/src/svg/EmptyTopic.js +0 -92
  261. package/src/svg/EmptyUnauthorizedLogin.js +0 -44
  262. package/src/svg/EmptyWebhook.js +0 -32
  263. package/src/svg/EmptyWillBeRightBack.js +0 -44
  264. package/src/svg/ErrorInconvenience.js +0 -128
  265. package/src/svg/ErrorOopsSomethingMiss.js +0 -128
  266. package/src/svg/ErrorUnableToProcessRequest.js +0 -128
  267. package/src/svg/ErrorUnauthorizedLogin.js +0 -127
  268. package/src/svg/ErrorUrlNotFound.js +0 -128
  269. package/src/svg/ErrorWillBeRightBack.js +0 -127
  270. package/src/svg/Extractor.js +0 -76
  271. package/src/svg/FailureLog.js +0 -32
  272. package/src/svg/Import.js +0 -85
  273. package/src/svg/Loader.js +0 -73
  274. package/src/svg/NoRequestFound.js +0 -37
  275. package/src/svg/NotImpossible.js +0 -80
  276. package/src/svg/PageNotFound.js +0 -38
  277. package/src/svg/Predictor.js +0 -78
  278. package/src/svg/SVG.js +0 -107
  279. package/src/svg/SVG.module.css +0 -26
  280. package/src/svg/SvgLoader.js +0 -21
  281. package/src/svg/UnableToProcessRequest.js +0 -37
  282. package/src/svg/UnauthorizedLogin.js +0 -37
  283. package/src/svg/UrlNotFound.js +0 -37
  284. package/src/svg/WillBeRightBack.js +0 -37
  285. package/src/svg/ZiaAnamoly.js +0 -76
  286. package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -39
  287. package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -41
  288. package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -48
  289. package/src/svg/deprecated/21_07_2021/InvalidUrl.js +0 -756
  290. package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
  291. package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
  292. package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
  293. package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
  294. package/src/svg/docs/SVG__common.docs.js +0 -47
  295. package/src/svg/docs/SVG__default.docs.js +0 -233
  296. package/src/svg/docs/SVG__errorstate.docs.js +0 -75
  297. package/src/svg/docs/SVGdocstyle.module.css +0 -8
  298. package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
  299. package/src/svg/images/EmptyBusinessHour.svg +0 -42
  300. package/src/svg/images/EmptyContactInfo.svg +0 -27
  301. package/src/svg/images/EmptyCustomDomain.svg +0 -85
  302. package/src/svg/images/EmptyFilter.svg +0 -62
  303. package/src/svg/images/EmptyFromAddress.svg +0 -41
  304. package/src/svg/images/EmptyImportHistory.svg +0 -43
  305. package/src/svg/images/EmptyNetwork.svg +0 -50
  306. package/src/svg/images/EmptyRecycleBin.svg +0 -58
  307. package/src/svg/images/EmptyRoles.svg +0 -30
  308. package/src/svg/images/EmptySkills.svg +0 -83
  309. package/src/svg/images/EmptyWebhook.svg +0 -44
  310. package/src/svg/images/FailureLog.svg +0 -46
  311. package/src/svg/images/Inconvenience.svg +0 -719
  312. package/src/svg/images/NoRequestFound.svg +0 -247
  313. package/src/svg/images/PageNotFound.svg +0 -405
  314. package/src/svg/images/ReguestUrlNotFound.svg +0 -267
  315. package/src/svg/images/UnableToProcess.svg +0 -752
  316. package/src/svg/images/UnauthorizedLogin.svg +0 -1047
  317. package/src/svg/images/WillBack.svg +0 -633
  318. package/src/svg/utils.js +0 -15
@@ -1,717 +0,0 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
- import React from 'react';
4
- import PropTypes from 'prop-types';
5
- import SVG from './SVG';
6
- export default class 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\r\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\r\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\r\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
- }