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