@zohodesk/svg 1.0.0-beta.6 → 1.0.0-beta.60

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 (596) hide show
  1. package/README.md +243 -27
  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/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
  15. package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
  16. package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
  17. package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
  18. package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
  19. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
  20. package/css_error.log +0 -0
  21. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
  22. package/es/Loader/Loader.js +66 -0
  23. package/es/Loader/props/defaultProps.js +3 -0
  24. package/es/Loader/props/propTypes.js +4 -0
  25. package/es/SVG/SVG.js +57 -0
  26. package/es/{svg → SVG}/SVG.module.css +31 -27
  27. package/es/SVG/SvgLoader.js +25 -0
  28. package/es/SVG/props/defaultProps.js +11 -0
  29. package/es/SVG/props/propTypes.js +15 -0
  30. package/es/css/EmptyStateVariables.module.css +39 -0
  31. package/es/emptystate/index.js +6 -0
  32. package/es/emptystate/props/defaultProps.js +8 -0
  33. package/es/emptystate/props/propTypes.js +9 -0
  34. package/es/emptystate/version1/EmptyCustomDomain.js +28 -0
  35. package/es/emptystate/version1/index.js +1 -0
  36. package/es/emptystate/version2/EmptyBusinessHoliday.js +29 -0
  37. package/es/emptystate/version2/EmptyBusinessHour.js +29 -0
  38. package/es/emptystate/version2/EmptyFromAddress.js +28 -0
  39. package/es/emptystate/version2/EmptyImportHistory.js +29 -0
  40. package/es/emptystate/version2/EmptyNetwork.js +28 -0
  41. package/es/emptystate/version2/EmptyRecycleBin.js +28 -0
  42. package/es/emptystate/version2/EmptyRoles.js +28 -0
  43. package/es/emptystate/version2/EmptyWebhook.js +28 -0
  44. package/es/emptystate/version2/FailureLog.js +29 -0
  45. package/es/emptystate/version2/index.js +9 -0
  46. package/es/emptystate/version3/AuditLog.js +78 -0
  47. package/es/emptystate/version3/Bot.js +69 -0
  48. package/es/emptystate/version3/Contract.js +90 -0
  49. package/es/emptystate/version3/CustomModule.js +57 -0
  50. package/es/emptystate/version3/EmptyAPIAuthentication.js +92 -0
  51. package/es/emptystate/version3/EmptyAPIConfiguration.js +84 -0
  52. package/es/emptystate/version3/EmptyAPIs.js +64 -0
  53. package/es/emptystate/version3/EmptyAccounts.js +88 -0
  54. package/es/emptystate/version3/EmptyActiveCalls.js +60 -0
  55. package/es/emptystate/version3/EmptyActivity.js +60 -0
  56. package/es/emptystate/version3/EmptyAgent.js +60 -0
  57. package/es/emptystate/version3/EmptyAgentQueue.js +66 -0
  58. package/es/emptystate/version3/EmptyApplechat.js +72 -0
  59. package/es/emptystate/version3/EmptyApproval.js +65 -0
  60. package/es/emptystate/version3/EmptyArchived.js +67 -0
  61. package/es/emptystate/version3/EmptyArticle.js +73 -0
  62. package/es/emptystate/version3/EmptyAsapchat.js +68 -0
  63. package/es/emptystate/version3/EmptyAttach.js +60 -0
  64. package/es/emptystate/version3/EmptyAuthenticationPending.js +69 -0
  65. package/es/emptystate/version3/EmptyBlueprint.js +75 -0
  66. package/es/emptystate/version3/EmptyCallHistory.js +62 -0
  67. package/es/emptystate/version3/EmptyCanned.js +78 -0
  68. package/es/emptystate/version3/EmptyChat.js +78 -0
  69. package/es/emptystate/version3/EmptyCollision.js +59 -0
  70. package/es/emptystate/version3/EmptyColumn.js +65 -0
  71. package/es/emptystate/version3/EmptyContact.js +60 -0
  72. package/es/emptystate/version3/EmptyContract.js +55 -0
  73. package/es/emptystate/version3/EmptyConversation.js +60 -0
  74. package/es/emptystate/version3/EmptyCrm.js +59 -0
  75. package/es/emptystate/version3/EmptyCrmNotes.js +70 -0
  76. package/es/emptystate/version3/EmptyCrmPotential.js +74 -0
  77. package/es/emptystate/version3/EmptyCustomerHappiness.js +67 -0
  78. package/es/emptystate/version3/EmptyDashboard.js +65 -0
  79. package/es/emptystate/version3/EmptyDelete.js +50 -0
  80. package/es/emptystate/version3/EmptyDepartment.js +59 -0
  81. package/es/emptystate/version3/EmptyError.js +83 -0
  82. package/es/emptystate/version3/EmptyFeed.js +62 -0
  83. package/es/emptystate/version3/EmptyFollowers.js +60 -0
  84. package/es/emptystate/version3/EmptyFrame.js +59 -0
  85. package/es/emptystate/version3/EmptyHappiness.js +60 -0
  86. package/es/emptystate/version3/EmptyHistory.js +59 -0
  87. package/es/emptystate/version3/EmptyInstagram.js +74 -0
  88. package/es/emptystate/version3/EmptyInstantmessage.js +76 -0
  89. package/es/emptystate/version3/EmptyInvoice.js +64 -0
  90. package/es/emptystate/version3/EmptyLine.js +74 -0
  91. package/es/emptystate/version3/EmptyMessenger.js +60 -0
  92. package/es/emptystate/version3/EmptyNoData.js +78 -0
  93. package/es/emptystate/version3/EmptyNotification.js +59 -0
  94. package/es/emptystate/version3/EmptyPreference.js +79 -0
  95. package/es/emptystate/version3/EmptyProducts.js +62 -0
  96. package/es/emptystate/version3/EmptyReply.js +54 -0
  97. package/es/emptystate/version3/EmptyReports.js +65 -0
  98. package/es/emptystate/version3/EmptySandbox.js +81 -0
  99. package/es/emptystate/version3/EmptySchedule.js +101 -0
  100. package/es/emptystate/version3/EmptySearch.js +69 -0
  101. package/es/emptystate/version3/EmptySkills.js +107 -0
  102. package/es/emptystate/version3/EmptySla.js +54 -0
  103. package/es/emptystate/version3/EmptySnippet.js +69 -0
  104. package/es/emptystate/version3/EmptyTag.js +62 -0
  105. package/es/emptystate/version3/EmptyTask.js +75 -0
  106. package/es/emptystate/version3/EmptyTeams.js +60 -0
  107. package/es/emptystate/version3/EmptyTelegram.js +74 -0
  108. package/es/emptystate/version3/EmptyTemplate.js +71 -0
  109. package/es/emptystate/version3/EmptyTicket.js +63 -0
  110. package/es/emptystate/version3/EmptyTimeEntry.js +65 -0
  111. package/es/emptystate/version3/EmptyTimeline.js +60 -0
  112. package/es/emptystate/version3/EmptyTopic.js +65 -0
  113. package/es/emptystate/version3/EmptyTwilio.js +74 -0
  114. package/es/emptystate/version3/EmptyWechat.js +74 -0
  115. package/es/emptystate/version3/EmptyWhatsapp.js +74 -0
  116. package/es/emptystate/version3/EmptyZSCKey.js +87 -0
  117. package/es/emptystate/version3/Export.js +55 -0
  118. package/es/emptystate/version3/Extensions.js +61 -0
  119. package/es/emptystate/version3/Extractor.js +54 -0
  120. package/es/emptystate/version3/GCBot.js +52 -0
  121. package/es/emptystate/version3/GCConversation.js +54 -0
  122. package/es/emptystate/version3/Import.js +70 -0
  123. package/es/emptystate/version3/KBBot.js +67 -0
  124. package/es/emptystate/version3/Multilingual.js +60 -0
  125. package/es/emptystate/version3/NetworkError.js +63 -0
  126. package/es/emptystate/version3/Predictor.js +61 -0
  127. package/es/emptystate/version3/ReadRecipients.js +59 -0
  128. package/es/emptystate/version3/SupportPlan.js +75 -0
  129. package/es/emptystate/version3/Variable.js +58 -0
  130. package/es/emptystate/version3/ZiaAnamoly.js +55 -0
  131. package/es/emptystate/version3/index.js +78 -0
  132. package/es/errorstate/index.js +6 -0
  133. package/es/errorstate/props/defaultProps.js +8 -0
  134. package/es/errorstate/props/propTypes.js +9 -0
  135. package/es/errorstate/version1/EmptyInconvenience.js +33 -0
  136. package/es/errorstate/version1/NoRequestFound.js +33 -0
  137. package/es/errorstate/version1/PageNotFound.js +34 -0
  138. package/es/errorstate/version1/UnableToProcessRequest.js +34 -0
  139. package/es/errorstate/version1/UnauthorizedLogin.js +34 -0
  140. package/es/errorstate/version1/UrlNotFound.js +34 -0
  141. package/es/errorstate/version1/WillBeRightBack.js +34 -0
  142. package/es/errorstate/version1/index.js +7 -0
  143. package/es/errorstate/version2/EmptyUnauthorizedLogin.js +34 -0
  144. package/es/errorstate/version2/EmptyWillBeRightBack.js +30 -0
  145. package/es/errorstate/version2/NotImpossible.js +69 -0
  146. package/es/errorstate/version2/index.js +2 -0
  147. package/es/errorstate/version3/ErrorInconvenience.js +104 -0
  148. package/es/errorstate/version3/ErrorOopsSomethingMiss.js +105 -0
  149. package/es/errorstate/version3/ErrorUnableToProcessRequest.js +105 -0
  150. package/es/errorstate/version3/ErrorUnauthorizedLogin.js +113 -0
  151. package/es/errorstate/version3/ErrorUrlNotFound.js +105 -0
  152. package/es/errorstate/version3/ErrorWillBeRightBack.js +105 -0
  153. package/es/errorstate/version3/index.js +6 -0
  154. package/es/index.js +17 -6
  155. package/{lib/svg/images → images}/EmptyBusinessHoliday.svg +50 -50
  156. package/{src/svg/images → images}/EmptyBusinessHour.svg +42 -42
  157. package/{es/svg/images → images}/EmptyContactInfo.svg +27 -27
  158. package/images/EmptyCustomDomain.svg +85 -0
  159. package/{lib/svg/images → images}/EmptyFilter.svg +62 -62
  160. package/{src/svg/images → images}/EmptyFromAddress.svg +41 -41
  161. package/{es/svg/images → images}/EmptyImportHistory.svg +43 -43
  162. package/{src/svg/images → images}/EmptyNetwork.svg +50 -50
  163. package/{src/svg/images → images}/EmptyRecycleBin.svg +58 -58
  164. package/{lib/svg/images → images}/EmptyRoles.svg +30 -30
  165. package/images/EmptySkills.svg +83 -0
  166. package/{lib/svg/images → images}/EmptyWebhook.svg +44 -44
  167. package/{src/svg/images → images}/FailureLog.svg +46 -46
  168. package/{es/svg/images → images}/Inconvenience.svg +719 -719
  169. package/{src/svg/images → images}/NoRequestFound.svg +247 -247
  170. package/{lib/svg/images → images}/PageNotFound.svg +405 -405
  171. package/{src/svg/images → images}/ReguestUrlNotFound.svg +267 -267
  172. package/{lib/svg/images → images}/UnableToProcess.svg +752 -752
  173. package/{src/svg/images → images}/UnauthorizedLogin.svg +1047 -1047
  174. package/{src/svg/images → images}/WillBack.svg +633 -633
  175. package/install.md +11 -0
  176. package/lib/Loader/Loader.js +94 -0
  177. package/lib/Loader/props/defaultProps.js +10 -0
  178. package/lib/Loader/props/propTypes.js +12 -0
  179. package/lib/SVG/SVG.js +87 -0
  180. package/lib/{svg → SVG}/SVG.module.css +31 -27
  181. package/lib/SVG/SvgLoader.js +50 -0
  182. package/lib/SVG/props/defaultProps.js +18 -0
  183. package/lib/SVG/props/propTypes.js +23 -0
  184. package/lib/css/EmptyStateVariables.module.css +39 -0
  185. package/lib/emptystate/index.js +15 -0
  186. package/lib/emptystate/props/defaultProps.js +15 -0
  187. package/lib/emptystate/props/propTypes.js +17 -0
  188. package/lib/emptystate/version1/EmptyCustomDomain.js +61 -0
  189. package/lib/emptystate/version1/index.js +13 -0
  190. package/lib/emptystate/version2/EmptyBusinessHoliday.js +62 -0
  191. package/lib/emptystate/version2/EmptyBusinessHour.js +62 -0
  192. package/lib/emptystate/version2/EmptyFromAddress.js +61 -0
  193. package/lib/emptystate/version2/EmptyImportHistory.js +62 -0
  194. package/lib/emptystate/version2/EmptyNetwork.js +61 -0
  195. package/lib/emptystate/version2/EmptyRecycleBin.js +61 -0
  196. package/lib/emptystate/version2/EmptyRoles.js +61 -0
  197. package/lib/emptystate/version2/EmptyWebhook.js +61 -0
  198. package/lib/emptystate/version2/FailureLog.js +62 -0
  199. package/lib/emptystate/version2/index.js +69 -0
  200. package/lib/emptystate/version3/AuditLog.js +111 -0
  201. package/lib/emptystate/version3/Bot.js +102 -0
  202. package/lib/emptystate/version3/Contract.js +123 -0
  203. package/lib/emptystate/version3/CustomModule.js +90 -0
  204. package/lib/emptystate/version3/EmptyAPIAuthentication.js +125 -0
  205. package/lib/emptystate/version3/EmptyAPIConfiguration.js +117 -0
  206. package/lib/emptystate/version3/EmptyAPIs.js +97 -0
  207. package/lib/emptystate/version3/EmptyAccounts.js +121 -0
  208. package/lib/emptystate/version3/EmptyActiveCalls.js +93 -0
  209. package/lib/emptystate/version3/EmptyActivity.js +93 -0
  210. package/lib/emptystate/version3/EmptyAgent.js +93 -0
  211. package/lib/emptystate/version3/EmptyAgentQueue.js +99 -0
  212. package/lib/emptystate/version3/EmptyApplechat.js +105 -0
  213. package/lib/emptystate/version3/EmptyApproval.js +98 -0
  214. package/lib/emptystate/version3/EmptyArchived.js +100 -0
  215. package/lib/emptystate/version3/EmptyArticle.js +106 -0
  216. package/lib/emptystate/version3/EmptyAsapchat.js +101 -0
  217. package/lib/emptystate/version3/EmptyAttach.js +93 -0
  218. package/lib/emptystate/version3/EmptyAuthenticationPending.js +102 -0
  219. package/lib/emptystate/version3/EmptyBlueprint.js +108 -0
  220. package/lib/emptystate/version3/EmptyCallHistory.js +95 -0
  221. package/lib/emptystate/version3/EmptyCanned.js +111 -0
  222. package/lib/emptystate/version3/EmptyChat.js +111 -0
  223. package/lib/emptystate/version3/EmptyCollision.js +92 -0
  224. package/lib/emptystate/version3/EmptyColumn.js +98 -0
  225. package/lib/emptystate/version3/EmptyContact.js +93 -0
  226. package/lib/emptystate/version3/EmptyContract.js +88 -0
  227. package/lib/emptystate/version3/EmptyConversation.js +93 -0
  228. package/lib/emptystate/version3/EmptyCrm.js +92 -0
  229. package/lib/emptystate/version3/EmptyCrmNotes.js +103 -0
  230. package/lib/emptystate/version3/EmptyCrmPotential.js +107 -0
  231. package/lib/emptystate/version3/EmptyCustomerHappiness.js +100 -0
  232. package/lib/emptystate/version3/EmptyDashboard.js +98 -0
  233. package/lib/emptystate/version3/EmptyDelete.js +83 -0
  234. package/lib/emptystate/version3/EmptyDepartment.js +92 -0
  235. package/lib/emptystate/version3/EmptyError.js +116 -0
  236. package/lib/emptystate/version3/EmptyFeed.js +95 -0
  237. package/lib/emptystate/version3/EmptyFollowers.js +93 -0
  238. package/lib/emptystate/version3/EmptyFrame.js +92 -0
  239. package/lib/emptystate/version3/EmptyHappiness.js +93 -0
  240. package/lib/emptystate/version3/EmptyHistory.js +92 -0
  241. package/lib/emptystate/version3/EmptyInstagram.js +107 -0
  242. package/lib/emptystate/version3/EmptyInstantmessage.js +109 -0
  243. package/lib/emptystate/version3/EmptyInvoice.js +97 -0
  244. package/lib/emptystate/version3/EmptyLine.js +107 -0
  245. package/lib/emptystate/version3/EmptyMessenger.js +93 -0
  246. package/lib/emptystate/version3/EmptyNoData.js +111 -0
  247. package/lib/emptystate/version3/EmptyNotification.js +92 -0
  248. package/lib/emptystate/version3/EmptyPreference.js +112 -0
  249. package/lib/emptystate/version3/EmptyProducts.js +95 -0
  250. package/lib/emptystate/version3/EmptyReply.js +87 -0
  251. package/lib/emptystate/version3/EmptyReports.js +98 -0
  252. package/lib/emptystate/version3/EmptySandbox.js +114 -0
  253. package/lib/emptystate/version3/EmptySchedule.js +134 -0
  254. package/lib/emptystate/version3/EmptySearch.js +102 -0
  255. package/lib/emptystate/version3/EmptySkills.js +140 -0
  256. package/lib/emptystate/version3/EmptySla.js +87 -0
  257. package/lib/emptystate/version3/EmptySnippet.js +102 -0
  258. package/lib/emptystate/version3/EmptyTag.js +95 -0
  259. package/lib/emptystate/version3/EmptyTask.js +108 -0
  260. package/lib/emptystate/version3/EmptyTeams.js +93 -0
  261. package/lib/emptystate/version3/EmptyTelegram.js +107 -0
  262. package/lib/emptystate/version3/EmptyTemplate.js +104 -0
  263. package/lib/emptystate/version3/EmptyTicket.js +96 -0
  264. package/lib/emptystate/version3/EmptyTimeEntry.js +98 -0
  265. package/lib/emptystate/version3/EmptyTimeline.js +93 -0
  266. package/lib/emptystate/version3/EmptyTopic.js +98 -0
  267. package/lib/emptystate/version3/EmptyTwilio.js +107 -0
  268. package/lib/emptystate/version3/EmptyWechat.js +107 -0
  269. package/lib/emptystate/version3/EmptyWhatsapp.js +107 -0
  270. package/lib/emptystate/version3/EmptyZSCKey.js +120 -0
  271. package/lib/emptystate/version3/Export.js +88 -0
  272. package/lib/emptystate/version3/Extensions.js +94 -0
  273. package/lib/emptystate/version3/Extractor.js +87 -0
  274. package/lib/emptystate/version3/GCBot.js +85 -0
  275. package/lib/emptystate/version3/GCConversation.js +87 -0
  276. package/lib/emptystate/version3/Import.js +103 -0
  277. package/lib/emptystate/version3/KBBot.js +100 -0
  278. package/lib/emptystate/version3/Multilingual.js +93 -0
  279. package/lib/emptystate/version3/NetworkError.js +96 -0
  280. package/lib/emptystate/version3/Predictor.js +94 -0
  281. package/lib/emptystate/version3/ReadRecipients.js +92 -0
  282. package/lib/emptystate/version3/SupportPlan.js +108 -0
  283. package/lib/emptystate/version3/Variable.js +91 -0
  284. package/lib/emptystate/version3/ZiaAnamoly.js +88 -0
  285. package/lib/emptystate/version3/index.js +552 -0
  286. package/lib/errorstate/index.js +15 -0
  287. package/lib/errorstate/props/defaultProps.js +15 -0
  288. package/lib/errorstate/props/propTypes.js +17 -0
  289. package/lib/errorstate/version1/EmptyInconvenience.js +64 -0
  290. package/lib/errorstate/version1/NoRequestFound.js +64 -0
  291. package/lib/errorstate/version1/PageNotFound.js +65 -0
  292. package/lib/errorstate/version1/UnableToProcessRequest.js +65 -0
  293. package/lib/errorstate/version1/UnauthorizedLogin.js +65 -0
  294. package/lib/errorstate/version1/UrlNotFound.js +65 -0
  295. package/lib/errorstate/version1/WillBeRightBack.js +65 -0
  296. package/lib/errorstate/version1/index.js +55 -0
  297. package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +67 -0
  298. package/lib/errorstate/version2/EmptyWillBeRightBack.js +63 -0
  299. package/lib/errorstate/version2/NotImpossible.js +102 -0
  300. package/lib/errorstate/version2/index.js +20 -0
  301. package/lib/errorstate/version3/ErrorInconvenience.js +137 -0
  302. package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +138 -0
  303. package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +138 -0
  304. package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +146 -0
  305. package/lib/errorstate/version3/ErrorUrlNotFound.js +138 -0
  306. package/lib/errorstate/version3/ErrorWillBeRightBack.js +138 -0
  307. package/lib/errorstate/version3/index.js +48 -0
  308. package/lib/index.js +16 -43
  309. package/package.json +76 -42
  310. package/es/svg/EmptyAccounts.js +0 -67
  311. package/es/svg/EmptyActiveCalls.js +0 -70
  312. package/es/svg/EmptyActivity.js +0 -70
  313. package/es/svg/EmptyAgent.js +0 -66
  314. package/es/svg/EmptyArchived.js +0 -65
  315. package/es/svg/EmptyAttach.js +0 -66
  316. package/es/svg/EmptyBlueprint.js +0 -66
  317. package/es/svg/EmptyBusinessHoliday.js +0 -66
  318. package/es/svg/EmptyBusinessHour.js +0 -66
  319. package/es/svg/EmptyCallHistory.js +0 -70
  320. package/es/svg/EmptyCloud.js +0 -65
  321. package/es/svg/EmptyCloudDanger.js +0 -64
  322. package/es/svg/EmptyContact.js +0 -67
  323. package/es/svg/EmptyConversation.js +0 -66
  324. package/es/svg/EmptyDashboard.js +0 -66
  325. package/es/svg/EmptyEdition.js +0 -66
  326. package/es/svg/EmptyFromAddress.js +0 -66
  327. package/es/svg/EmptyHappiness.js +0 -66
  328. package/es/svg/EmptyHistory.js +0 -67
  329. package/es/svg/EmptyImportHistory.js +0 -66
  330. package/es/svg/EmptyInvoice.js +0 -66
  331. package/es/svg/EmptyNetwork.js +0 -66
  332. package/es/svg/EmptyNotification.js +0 -66
  333. package/es/svg/EmptyProducts.js +0 -66
  334. package/es/svg/EmptyRecycleBin.js +0 -66
  335. package/es/svg/EmptyReports.js +0 -66
  336. package/es/svg/EmptyRoles.js +0 -66
  337. package/es/svg/EmptySearch.js +0 -66
  338. package/es/svg/EmptySkills.js +0 -66
  339. package/es/svg/EmptySnippet.js +0 -66
  340. package/es/svg/EmptyTag.js +0 -66
  341. package/es/svg/EmptyTask.js +0 -66
  342. package/es/svg/EmptyTeams.js +0 -66
  343. package/es/svg/EmptyTemplate.js +0 -67
  344. package/es/svg/EmptyTicket.js +0 -66
  345. package/es/svg/EmptyTimeEntry.js +0 -66
  346. package/es/svg/EmptyTopic.js +0 -66
  347. package/es/svg/EmptyWebhook.js +0 -66
  348. package/es/svg/FailureLog.js +0 -66
  349. package/es/svg/Inconvenience.js +0 -69
  350. package/es/svg/InvalidUrl.js +0 -784
  351. package/es/svg/Loader.js +0 -59
  352. package/es/svg/NoRequestFound.js +0 -69
  353. package/es/svg/PageNotFound.js +0 -69
  354. package/es/svg/SVG.js +0 -105
  355. package/es/svg/SitBack.js +0 -63
  356. package/es/svg/UnableToProcessRequest.js +0 -69
  357. package/es/svg/UnauthorizedLogin.js +0 -69
  358. package/es/svg/UrlNotFound.js +0 -69
  359. package/es/svg/WillBeRightBack.js +0 -69
  360. package/es/svg/docs/SVG__default.docs.js +0 -605
  361. package/es/svg/images/EmptyAccounts.svg +0 -55
  362. package/es/svg/images/EmptyActiveCalls.svg +0 -57
  363. package/es/svg/images/EmptyActivity.svg +0 -85
  364. package/es/svg/images/EmptyAgent.svg +0 -52
  365. package/es/svg/images/EmptyArchived.svg +0 -38
  366. package/es/svg/images/EmptyAttach.svg +0 -39
  367. package/es/svg/images/EmptyBlueprint.svg +0 -78
  368. package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
  369. package/es/svg/images/EmptyBusinessHour.svg +0 -42
  370. package/es/svg/images/EmptyCallHistory.svg +0 -46
  371. package/es/svg/images/EmptyCloud.svg +0 -38
  372. package/es/svg/images/EmptyCloudDanger.svg +0 -1
  373. package/es/svg/images/EmptyContact.svg +0 -33
  374. package/es/svg/images/EmptyConversation.svg +0 -38
  375. package/es/svg/images/EmptyDashboard.svg +0 -42
  376. package/es/svg/images/EmptyEdition.svg +0 -76
  377. package/es/svg/images/EmptyFilter.svg +0 -62
  378. package/es/svg/images/EmptyFromAddress.svg +0 -41
  379. package/es/svg/images/EmptyHappiness.svg +0 -58
  380. package/es/svg/images/EmptyHistory.svg +0 -44
  381. package/es/svg/images/EmptyInvoice.svg +0 -45
  382. package/es/svg/images/EmptyNetwork.svg +0 -50
  383. package/es/svg/images/EmptyNotification.svg +0 -38
  384. package/es/svg/images/EmptyProducts.svg +0 -57
  385. package/es/svg/images/EmptyRecycleBin.svg +0 -58
  386. package/es/svg/images/EmptyReports.svg +0 -39
  387. package/es/svg/images/EmptyRoles.svg +0 -30
  388. package/es/svg/images/EmptySearch.svg +0 -37
  389. package/es/svg/images/EmptySkills.svg +0 -75
  390. package/es/svg/images/EmptySnippet.svg +0 -46
  391. package/es/svg/images/EmptyTag.svg +0 -43
  392. package/es/svg/images/EmptyTask.svg +0 -42
  393. package/es/svg/images/EmptyTeams.svg +0 -39
  394. package/es/svg/images/EmptyTemplate.svg +0 -39
  395. package/es/svg/images/EmptyTicket.svg +0 -33
  396. package/es/svg/images/EmptyTimeEntry.svg +0 -96
  397. package/es/svg/images/EmptyTopic.svg +0 -41
  398. package/es/svg/images/EmptyWebhook.svg +0 -44
  399. package/es/svg/images/FailureLog.svg +0 -46
  400. package/es/svg/images/Loader.svg +0 -62
  401. package/es/svg/images/NoRequestFound.svg +0 -247
  402. package/es/svg/images/PageNotFound.svg +0 -405
  403. package/es/svg/images/ReguestUrlNotFound.svg +0 -267
  404. package/es/svg/images/SitBack.svg +0 -464
  405. package/es/svg/images/UnableToProcess.svg +0 -752
  406. package/es/svg/images/UnauthorizedLogin.svg +0 -1047
  407. package/es/svg/images/WillBack.svg +0 -633
  408. package/lib/svg/EmptyAccounts.js +0 -89
  409. package/lib/svg/EmptyActiveCalls.js +0 -92
  410. package/lib/svg/EmptyActivity.js +0 -92
  411. package/lib/svg/EmptyAgent.js +0 -88
  412. package/lib/svg/EmptyArchived.js +0 -87
  413. package/lib/svg/EmptyAttach.js +0 -88
  414. package/lib/svg/EmptyBlueprint.js +0 -88
  415. package/lib/svg/EmptyBusinessHoliday.js +0 -88
  416. package/lib/svg/EmptyBusinessHour.js +0 -88
  417. package/lib/svg/EmptyCallHistory.js +0 -92
  418. package/lib/svg/EmptyCloud.js +0 -87
  419. package/lib/svg/EmptyCloudDanger.js +0 -86
  420. package/lib/svg/EmptyContact.js +0 -89
  421. package/lib/svg/EmptyConversation.js +0 -88
  422. package/lib/svg/EmptyDashboard.js +0 -88
  423. package/lib/svg/EmptyEdition.js +0 -88
  424. package/lib/svg/EmptyFromAddress.js +0 -88
  425. package/lib/svg/EmptyHappiness.js +0 -88
  426. package/lib/svg/EmptyHistory.js +0 -89
  427. package/lib/svg/EmptyImportHistory.js +0 -88
  428. package/lib/svg/EmptyInvoice.js +0 -88
  429. package/lib/svg/EmptyNetwork.js +0 -88
  430. package/lib/svg/EmptyNotification.js +0 -88
  431. package/lib/svg/EmptyProducts.js +0 -88
  432. package/lib/svg/EmptyRecycleBin.js +0 -88
  433. package/lib/svg/EmptyReports.js +0 -88
  434. package/lib/svg/EmptyRoles.js +0 -88
  435. package/lib/svg/EmptySearch.js +0 -88
  436. package/lib/svg/EmptySkills.js +0 -88
  437. package/lib/svg/EmptySnippet.js +0 -88
  438. package/lib/svg/EmptyTag.js +0 -88
  439. package/lib/svg/EmptyTask.js +0 -88
  440. package/lib/svg/EmptyTeams.js +0 -88
  441. package/lib/svg/EmptyTemplate.js +0 -89
  442. package/lib/svg/EmptyTicket.js +0 -88
  443. package/lib/svg/EmptyTimeEntry.js +0 -88
  444. package/lib/svg/EmptyTopic.js +0 -88
  445. package/lib/svg/EmptyWebhook.js +0 -88
  446. package/lib/svg/FailureLog.js +0 -88
  447. package/lib/svg/Inconvenience.js +0 -91
  448. package/lib/svg/InvalidUrl.js +0 -803
  449. package/lib/svg/Loader.js +0 -84
  450. package/lib/svg/NoRequestFound.js +0 -91
  451. package/lib/svg/PageNotFound.js +0 -91
  452. package/lib/svg/SVG.js +0 -124
  453. package/lib/svg/SitBack.js +0 -85
  454. package/lib/svg/UnableToProcessRequest.js +0 -91
  455. package/lib/svg/UnauthorizedLogin.js +0 -91
  456. package/lib/svg/UrlNotFound.js +0 -91
  457. package/lib/svg/WillBeRightBack.js +0 -91
  458. package/lib/svg/docs/SVG__default.docs.js +0 -765
  459. package/lib/svg/images/EmptyAccounts.svg +0 -55
  460. package/lib/svg/images/EmptyActiveCalls.svg +0 -57
  461. package/lib/svg/images/EmptyActivity.svg +0 -85
  462. package/lib/svg/images/EmptyAgent.svg +0 -52
  463. package/lib/svg/images/EmptyArchived.svg +0 -38
  464. package/lib/svg/images/EmptyAttach.svg +0 -39
  465. package/lib/svg/images/EmptyBlueprint.svg +0 -78
  466. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  467. package/lib/svg/images/EmptyCallHistory.svg +0 -46
  468. package/lib/svg/images/EmptyCloud.svg +0 -38
  469. package/lib/svg/images/EmptyCloudDanger.svg +0 -1
  470. package/lib/svg/images/EmptyContact.svg +0 -33
  471. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  472. package/lib/svg/images/EmptyConversation.svg +0 -38
  473. package/lib/svg/images/EmptyDashboard.svg +0 -42
  474. package/lib/svg/images/EmptyEdition.svg +0 -76
  475. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  476. package/lib/svg/images/EmptyHappiness.svg +0 -58
  477. package/lib/svg/images/EmptyHistory.svg +0 -44
  478. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  479. package/lib/svg/images/EmptyInvoice.svg +0 -45
  480. package/lib/svg/images/EmptyNetwork.svg +0 -50
  481. package/lib/svg/images/EmptyNotification.svg +0 -38
  482. package/lib/svg/images/EmptyProducts.svg +0 -57
  483. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  484. package/lib/svg/images/EmptyReports.svg +0 -39
  485. package/lib/svg/images/EmptySearch.svg +0 -37
  486. package/lib/svg/images/EmptySkills.svg +0 -75
  487. package/lib/svg/images/EmptySnippet.svg +0 -46
  488. package/lib/svg/images/EmptyTag.svg +0 -43
  489. package/lib/svg/images/EmptyTask.svg +0 -42
  490. package/lib/svg/images/EmptyTeams.svg +0 -39
  491. package/lib/svg/images/EmptyTemplate.svg +0 -39
  492. package/lib/svg/images/EmptyTicket.svg +0 -33
  493. package/lib/svg/images/EmptyTimeEntry.svg +0 -96
  494. package/lib/svg/images/EmptyTopic.svg +0 -41
  495. package/lib/svg/images/FailureLog.svg +0 -46
  496. package/lib/svg/images/Inconvenience.svg +0 -719
  497. package/lib/svg/images/Loader.svg +0 -62
  498. package/lib/svg/images/NoRequestFound.svg +0 -247
  499. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  500. package/lib/svg/images/SitBack.svg +0 -464
  501. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  502. package/lib/svg/images/WillBack.svg +0 -633
  503. package/src/index.js +0 -7
  504. package/src/svg/EmptyAccounts.js +0 -39
  505. package/src/svg/EmptyActiveCalls.js +0 -47
  506. package/src/svg/EmptyActivity.js +0 -47
  507. package/src/svg/EmptyAgent.js +0 -38
  508. package/src/svg/EmptyArchived.js +0 -37
  509. package/src/svg/EmptyAttach.js +0 -38
  510. package/src/svg/EmptyBlueprint.js +0 -38
  511. package/src/svg/EmptyBusinessHoliday.js +0 -38
  512. package/src/svg/EmptyBusinessHour.js +0 -38
  513. package/src/svg/EmptyCallHistory.js +0 -47
  514. package/src/svg/EmptyCloud.js +0 -37
  515. package/src/svg/EmptyCloudDanger.js +0 -36
  516. package/src/svg/EmptyContact.js +0 -39
  517. package/src/svg/EmptyConversation.js +0 -38
  518. package/src/svg/EmptyDashboard.js +0 -38
  519. package/src/svg/EmptyEdition.js +0 -38
  520. package/src/svg/EmptyFromAddress.js +0 -38
  521. package/src/svg/EmptyHappiness.js +0 -38
  522. package/src/svg/EmptyHistory.js +0 -39
  523. package/src/svg/EmptyImportHistory.js +0 -38
  524. package/src/svg/EmptyInvoice.js +0 -38
  525. package/src/svg/EmptyNetwork.js +0 -38
  526. package/src/svg/EmptyNotification.js +0 -38
  527. package/src/svg/EmptyProducts.js +0 -38
  528. package/src/svg/EmptyRecycleBin.js +0 -38
  529. package/src/svg/EmptyReports.js +0 -38
  530. package/src/svg/EmptyRoles.js +0 -38
  531. package/src/svg/EmptySearch.js +0 -38
  532. package/src/svg/EmptySkills.js +0 -38
  533. package/src/svg/EmptySnippet.js +0 -38
  534. package/src/svg/EmptyTag.js +0 -38
  535. package/src/svg/EmptyTask.js +0 -38
  536. package/src/svg/EmptyTeams.js +0 -38
  537. package/src/svg/EmptyTemplate.js +0 -39
  538. package/src/svg/EmptyTicket.js +0 -38
  539. package/src/svg/EmptyTimeEntry.js +0 -38
  540. package/src/svg/EmptyTopic.js +0 -38
  541. package/src/svg/EmptyWebhook.js +0 -38
  542. package/src/svg/FailureLog.js +0 -38
  543. package/src/svg/Inconvenience.js +0 -41
  544. package/src/svg/InvalidUrl.js +0 -758
  545. package/src/svg/Loader.js +0 -34
  546. package/src/svg/NoRequestFound.js +0 -41
  547. package/src/svg/PageNotFound.js +0 -41
  548. package/src/svg/SVG.js +0 -91
  549. package/src/svg/SVG.module.css +0 -27
  550. package/src/svg/SitBack.js +0 -37
  551. package/src/svg/UnableToProcessRequest.js +0 -41
  552. package/src/svg/UnauthorizedLogin.js +0 -41
  553. package/src/svg/UrlNotFound.js +0 -41
  554. package/src/svg/WillBeRightBack.js +0 -41
  555. package/src/svg/docs/SVG__default.docs.js +0 -289
  556. package/src/svg/images/EmptyAccounts.svg +0 -55
  557. package/src/svg/images/EmptyActiveCalls.svg +0 -57
  558. package/src/svg/images/EmptyActivity.svg +0 -85
  559. package/src/svg/images/EmptyAgent.svg +0 -52
  560. package/src/svg/images/EmptyArchived.svg +0 -38
  561. package/src/svg/images/EmptyAttach.svg +0 -39
  562. package/src/svg/images/EmptyBlueprint.svg +0 -78
  563. package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
  564. package/src/svg/images/EmptyCallHistory.svg +0 -46
  565. package/src/svg/images/EmptyCloud.svg +0 -38
  566. package/src/svg/images/EmptyCloudDanger.svg +0 -1
  567. package/src/svg/images/EmptyContact.svg +0 -33
  568. package/src/svg/images/EmptyContactInfo.svg +0 -27
  569. package/src/svg/images/EmptyConversation.svg +0 -38
  570. package/src/svg/images/EmptyDashboard.svg +0 -42
  571. package/src/svg/images/EmptyEdition.svg +0 -76
  572. package/src/svg/images/EmptyFilter.svg +0 -62
  573. package/src/svg/images/EmptyHappiness.svg +0 -58
  574. package/src/svg/images/EmptyHistory.svg +0 -44
  575. package/src/svg/images/EmptyImportHistory.svg +0 -43
  576. package/src/svg/images/EmptyInvoice.svg +0 -45
  577. package/src/svg/images/EmptyNotification.svg +0 -38
  578. package/src/svg/images/EmptyProducts.svg +0 -57
  579. package/src/svg/images/EmptyReports.svg +0 -39
  580. package/src/svg/images/EmptyRoles.svg +0 -30
  581. package/src/svg/images/EmptySearch.svg +0 -37
  582. package/src/svg/images/EmptySkills.svg +0 -75
  583. package/src/svg/images/EmptySnippet.svg +0 -46
  584. package/src/svg/images/EmptyTag.svg +0 -43
  585. package/src/svg/images/EmptyTask.svg +0 -42
  586. package/src/svg/images/EmptyTeams.svg +0 -39
  587. package/src/svg/images/EmptyTemplate.svg +0 -39
  588. package/src/svg/images/EmptyTicket.svg +0 -33
  589. package/src/svg/images/EmptyTimeEntry.svg +0 -96
  590. package/src/svg/images/EmptyTopic.svg +0 -41
  591. package/src/svg/images/EmptyWebhook.svg +0 -44
  592. package/src/svg/images/Inconvenience.svg +0 -719
  593. package/src/svg/images/Loader.svg +0 -62
  594. package/src/svg/images/PageNotFound.svg +0 -405
  595. package/src/svg/images/SitBack.svg +0 -464
  596. package/src/svg/images/UnableToProcess.svg +0 -752
@@ -1,62 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" width="30" height="30" viewBox="0 0 40 40">
2
- <defs>
3
-
4
- <style>
5
- .cls-1{
6
- fill:#089949;
7
- <!-- animation: loaderone 1.5s cubic-bezier(0.04, 0.29, 0.52, 0.79) infinite; -->
8
- display: inline-block;
9
- transform-origin: center
10
- }
11
- .cls-2 {
12
- fill:#17c662;
13
- display: inline-block;
14
- transform-origin: center
15
- }
16
- #Layer_1 {
17
- animation: loaderone 2s linear infinite;
18
- <!-- transform: rotate(270deg) -->
19
- }
20
- .path_circle {
21
- stroke: #089949;
22
- stroke-dasharray: 82;
23
- stroke-dashoffset: 82;
24
- animation: circleAnimation_1 1.5s linear infinite;
25
- transform-origin: center;
26
- transform: rotateZ(-90deg)
27
- }
28
- .path_circle_2 {
29
- stroke: #17c662;
30
- stroke-dasharray: 50;
31
- stroke-dashoffset: 50;
32
- animation: circleAnimation_2 1.2s linear infinite;
33
- transform-origin: center;
34
- transform: rotateZ(90deg)
35
- }
36
- @keyframes circleAnimation_1 {
37
- 100% {
38
- stroke-dashoffset: -82
39
- }
40
- }
41
- @keyframes circleAnimation_2 {
42
- 100% {
43
- stroke-dashoffset: -50
44
- }
45
- }
46
- @keyframes loaderone {
47
- 0% {
48
- transform: rotate(0deg)
49
- } 100% {
50
- transform: rotate(359deg)
51
- }
52
- }
53
- </style>
54
- </defs>
55
- <title>loader</title>
56
-
57
- <circle class="path_circle" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" cx="20" cy="20" r="13"/>
58
- <circle class="path_circle_2" fill="none" stroke="#fff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" cx="20" cy="20" r="8"/>
59
- <!-- <path class="cls-2" d="M20,30.75A10.76,10.76,0,0,1,9.25,20h1.5A9.25,9.25,0,1,0,20,10.75V9.25a10.75,10.75,0,0,1,0,21.5Z"/> -->
60
-
61
-
62
- </svg>
@@ -1,247 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 476.5 297.6" style="enable-background:new 0 0 476.5 297.6;" xml:space="preserve">
5
- <title>bg04</title>
6
- <g>
7
- <g id="Layer_1-2">
8
-
9
- <radialGradient id="SVGID_1_" cx="228.81" cy="125.31" r="257.29" gradientTransform="matrix(1 0 0 -1 0 300)" gradientUnits="userSpaceOnUse">
10
- <stop offset="0" style="stop-color:#EFF0F1"/>
11
- <stop offset="1" style="stop-color:#FFFFFF"/>
12
- </radialGradient>
13
- <path style="fill:url(#SVGID_1_);" d="M404.3,38c-34,10.5-67.3,22.9-99.9,37c-14.9,6.4-29.7,13.2-44.5,19.8
14
- c-27.3,12.2-55.8,21.3-85,27.3c-1.2,0.3-2.5,0.2-3.7-0.3c-1.5-0.7-3-1.2-4.9-1.9l6.5-4.9c-0.1-0.6-0.2-1.2-0.4-1.7
15
- c-3.2-11.5-6.5-22.9-9.7-34.4c-0.2-0.9-0.8-1.6-1.6-2c-1.4-0.8-2.7-1.6-4.2-2.5c0.7-1.7,1.2-3.3,2-4.8c0.7-1.4,0.7-3,0-4.3
16
- c-2.2-5-4.3-10.2-6.4-15.2c-0.2-0.5-0.5-1.1-0.8-1.8c-0.2,0.4-0.4,0.7-0.6,1.1c-2.1,5.8-4.1,11.6-6.2,17.4
17
- c-0.3,0.8-0.3,1.6,0.1,2.4c0.8,1.9,1.6,3.8,2.5,5.9c-1.5,1.1-3,2.1-4.4,3c-0.9,0.5-1.4,1.4-1.5,2.3c-2,12.4-4,24.8-6.1,37.4l6.3,3
18
- c-1.9,1-3.5,1.8-5.1,2.5c-1.4,0.4-2.4,1.6-2.7,3c-0.3,1.7-1.2,2.3-2.9,2.3c-7.8,0.4-15.6,1-23.4,1.5c-0.6,0-1.1,0-1.8,0
19
- c-0.2-0.6-0.4-1.1-0.6-1.7c-3-8.7-5.9-17.4-8.8-26.2c-0.2-1-1-1.7-1.9-2c-2.1-0.7-4.2-1.6-6.5-2.5c0.2-0.3,0.4-0.6,0.7-0.9
20
- c1.6-1.6,3.1-3.1,4.7-4.6c0.7-0.5,0.9-1.5,0.6-2.3c-3-11-5.9-22-8.8-33c-1.3-5-2.7-10-4-15c-0.2-1.1-1-2.1-2.1-2.4
21
- c-1.3-0.5-2.5-1.1-3.9-1.7c1-2.1,1.8-4.1,2.8-5.9c0.8-1.4,0.9-3.1,0.1-4.5c-3.1-7.5-6.2-14.9-9.2-22.4c-0.2-0.5-0.4-1-0.8-1.7
22
- c-0.2,0.3-0.4,0.7-0.5,1.1c-3,8.4-5.9,16.9-8.9,25.3c-0.3,0.8-0.2,1.6,0.3,2.3c1,1.7,2,3.4,3,5.2c-1.6,1.2-3.1,2.4-4.6,3.4
23
- c-0.7,0.5-1.2,1.2-1.3,2c-4.1,15.7-8.2,31.4-12.4,47.1c-0.3,0.9,0,1.9,0.8,2.4c1.5,1.2,2.8,2.4,4.4,3.8c-0.4,0.3-0.8,0.6-1.1,0.8
24
- c-1.8,1.2-3.6,2.2-5.4,3.3c-0.9,0.5-1.5,1.3-1.8,2.2c-2.3,7.3-4.7,14.6-7,21.9c-0.2,0.6-0.4,1.2-0.7,2c-1.2-0.2-2.4-0.3-3.6-0.5
25
- c-9.4-1.4-18.7-3.3-27.9-5.7c-0.4-0.1-0.9-0.1-1.3-0.2v15.9c5.8,0.1,11.7,0.2,17.5,0.3c3.3,0,6.6,0,9.9,0.1h2.1
26
- c-3.3,10.3-6.6,20.4-9.9,30.6c0.3,0.2,0.6,0.3,0.9,0.4c3,0.8,6.1,1.6,9.1,2.5c0.6,0.2,1.3,0.1,1.8-0.3c1.1-0.9,2.2-1.7,3.4-2.6
27
- c0.4,0.4,0.7,0.8,1,1.1c0.8,1,1.7,2.1,2.4,3.2c0.6,0.8,1.4,1.4,2.4,1.6c5.8,1.6,11.6,3.2,17.4,4.8c0.8,0.2,1.6,0.4,1.1,1.7
28
- L25,179.4c-0.3-0.7-0.6-1.3-0.9-1.9c-3.9-7.5-9.6-12.9-17.9-15.1c-2-0.4-4.1-0.7-6.2-0.9v22.8l59.2-1.5v3c-0.6,0-1.1,0.1-1.5,0.1
29
- l-42.3,1.4c-5.1,0.2-10.2,0.4-15.4,0.6v109.2l20.9,0.1c0.6,0,1.3,0.1,2,0.2H85c0.6-0.1,1.2-0.2,1.8-0.2
30
- c11.4-0.3,22.8-0.5,34.2-0.9c9.4-0.4,18.7-0.9,28.1-1.5c7.5-0.5,14.9-1.2,22.4-2.1c5.1-0.6,10.2-1.6,15.3-2.6
31
- c3.6-0.7,6.4-3.1,8.8-5.9c1.9-2.3,1.7-4.7-0.5-6.8c-1.5-1.4-3.3-2.6-5.2-3.4c-3.8-1.7-7.8-3-11.9-4c-8-2-16-3.5-24.2-4.6
32
- c-9.3-1.3-18.7-2.4-28-3.5c-6.7-0.8-13.5-1.4-20.2-2.1c-4.3-0.5-8.5-1-12.8-1.6c-1.1,0-2.2-0.4-3-1.1c0.6-0.3,1.3-0.4,2-0.6
33
- c3.2-0.3,6.3-0.8,9.5-0.9c8.7-0.4,17.3-0.8,26-1.1c15.7-0.5,31.4-0.9,47.1-1.3c20.3-0.6,40.6-1.1,60.8-1.8
34
- c15.6-0.5,31.1-1.2,46.6-1.9c10-0.4,20-0.8,29.9-1.5c10.4-0.7,20.8-1.6,31.1-2.5c11.4-1,22.7-2.6,33.9-4.7
35
- c12.3-2.3,24.5-5.1,36.2-9.6c4-1.4,7.8-3.3,11.4-5.6c2.1-1.4,4.1-2.9,6-4.6c1.2-1.1,2.1-2.5,2.8-4c1.4-2.8,0.2-6.1-2.5-7.4
36
- c0,0,0,0-0.1,0c-1.5-0.8-3.1-1.3-4.8-1.7c-5.1-1.1-10.2-1.8-15.4-2c-16.9-1-33.9-0.7-50.8-0.4c-6.7,0.1-13.5,0.1-20.2,0.1
37
- c-2.3,0-4.6-0.2-6.9-0.3c-1.9-0.1-2.4-0.4-3.4-1.4c0.4-0.4,0.9-0.8,1.4-1.1c0.7-0.4,1.4-0.8,2.1-1.2c0.6-0.4,1.2-0.8,1.8-1.2
38
- c1.4-1.2,1.3-2.3-0.2-3.4c-0.9-0.7-1.9-1.2-2.9-1.5c-2.9-1-5.9-1.9-8.9-2.6c-7.8-1.9-15.8-3.1-23.8-4.3c-13.3-1.8-26.6-2.9-40-3.4
39
- c-32.5-1.4-65.1-1.4-97.6-1.2h-2.3v-2.8c0.7,0,1.4-0.1,2-0.1c26.1-0.2,52.3-0.5,78.4-0.6c14.3,0,28.7,0.4,43,0.7
40
- c5.1,0.1,10.1,0.7,15.2,1.1c7.7,0.5,15.4,1.1,23.1,1.5c11.1,0.6,22.2,1.1,33.4,1.6c9.5,0.4,19.1,0.8,28.6,1.1
41
- c12.5,0.4,24.9,0.8,37.4,1.1c12.7,0.4,25.4,0.7,38,1l16.7,0.4c0.6,0,1.2,0.1,1.8,0.1v-3c-0.1-0.5-0.3-1-0.3-1.6
42
- c-0.3-4.8-1.2-9.6-2.7-14.2c-0.4-1.4-1-2.7-1.8-3.9c-1.2-1.9-2.5-2.4-4.7-1.5c-1.1,0.4-2.1,1.1-3,1.9c-1.1,1.3-2,2.6-2.8,4
43
- c-0.3,0.5-0.6,1-1,1.4c-0.2-1.5-0.4-3-0.6-4.5c-0.4-2.9-1.1-5.7-2.3-8.4c-0.7-1.5-1.5-2.8-2.5-4.1c-3-3.6-7.3-4.1-11-1.2
44
- c-1.6,1.3-3,2.9-4.1,4.7c-2.5,4.1-4.4,8.5-5.5,13.2c-0.1,0.4-0.2,0.8-0.3,1.1c-0.1,0.2-0.2,0.4-0.2,0.5l-1.1-1.6
45
- c-3.1-4.8-7.1-8.3-12.7-9.7c-8.7-2.2-16.4-0.4-22.9,5.8c-2.3,2.2-4.2,4.8-5.6,7.7c-0.4,0.9-1.2,1.6-2.2,1.8
46
- c-4.4,1.3-8.9,2.2-13.4,2.6c-2.1,0.2-4.2,0.3-6.3,0.5c-3.5,0.4-7-0.3-10.5-0.7c-0.6-0.1-1.2-0.2-1.8-0.2c-2.1,0-4.1-0.8-5.6-2.3
47
- c-3.5-3.2-7.9-3.6-12.4-2.8c-0.9,0.1-1.7,0.4-2.6,0.5c0,0-0.1,0-0.2-0.1c0.1-0.3,0.2-0.7,0.3-1c2.3-7.1-2.5-13-7.3-14.8
48
- c-2.9-1-6-1.3-9-0.8l-1.8,0.2c-0.1-0.4-0.2-0.6-0.3-0.9c-1.5-5.5-5.4-8.4-10.8-9.4c-5.7-1-10.5,0.9-14.5,5.1
49
- c-1.4,1.4-2.6,3-4.1,4.7c-0.1-0.7-0.2-1.1-0.3-1.5c-0.2-2.4-1-4.8-2.2-6.9c-2.4-4.1-6.2-6-10.7-6.6c-2.8-0.4-5.7-0.3-8.5,0.3
50
- c-5.9,1.4-9.6,5.5-10.6,11.5c-0.4,2.2-0.4,4.5-0.2,6.8c0,0.3,0,0.6,0,0.9c-0.9,0-1.7,0-2.5,0c-3.3,0.1-6.4,1.5-8.7,3.9
51
- c-1.9,2-3.5,4.3-4.5,6.9c-0.2,0.8-1,1.3-1.9,1.2c-1.4-0.1-2.9,0-4.3,0c-0.2-0.5-0.4-1-0.6-1.5c-1.2-3-2.9-5.8-4.9-8.4
52
- c-4.6-5.4-10.5-7.4-17.3-6.6c-8.9,1-14.7,6.2-18.2,14.2c-0.5,1.5-1,3-1.3,4.5c-10.9,0.3-22,0.5-33.2,0.8c-0.1-0.5-0.1-0.9-0.1-1.3
53
- c0-0.5,0-1.1,0-1.7l12.7-3.2c0.2-2.1,0.3-4.1,0.5-6.3c0.5,0.3,0.9,0.5,1.2,0.7l4.5,3.1c0.5,0.3,0.9,0.6,1.5,0.4
54
- c3.5-1.6,7.1-3.1,10.8-4.7c-3.3-9-6.6-17.9-10-26.9c0.7,0,1.2-0.1,1.6-0.1l102.7,1l101.2,0.9l90,0.9h1V21.3
55
- c-2.4,0.3-4.8,0.5-7.2,0.9C447.2,25.7,425.7,31.5,404.3,38z M95.2,170.5c-0.4-3.8-0.7-7.6-1.1-11.4l0.3-0.1
56
- c2.5,3.8,5.1,7.6,7.7,11.5l16.1-3.6l-10-29.6c1.2-0.3,19-0.3,21.9,0c-1.4,4.6-3.1,9-4.6,13.5s-3.1,9-4.8,13.8
57
- c2.7,1.2,5.4,2.3,8.3,3.6l4.1-3.9l0.9,4.6l17.4,5.7v3c-2.3,0.6-77.5,1.6-79.6,1.1l-0.1-0.4L95.2,170.5z M151.5,183.9l-79.7,1.6
58
- v-2.9c26.5-0.6,53-1.1,79.7-1.6V183.9z M283.6,19.1c4.5,4.8,4.5,11.3,0,16c-2.9,2.9-6.6,4.9-10.6,5.7c-3.2,0.7-6.6,0.8-9.9,0.3
59
- c-0.6-0.1-1.3,0-1.9,0.2c-8.2,2.6-16.7,3.7-25.3,3.3c-5.3-0.1-10.6-0.8-15.7-2.2c-1-0.2-2-0.1-2.9,0.2c-5.5,1.1-11.2,0.5-16.4-1.5
60
- c-2.8-1-5.3-2.7-7.4-4.9c-4.6-4.9-4.7-11.4-0.2-16.4c3.3-3.5,7.8-5.8,12.6-6.5c2.1-0.4,4.1-0.5,6.4-0.8c2-4.8,5.7-7.8,10.3-9.7
61
- c8.8-3.8,18.8-3.9,27.7-0.1c2.3,0.9,4.4,2.3,6.3,3.9c2.1,1.8,3.7,4.2,4.5,6.8l1.8-0.2c5.1-0.9,10.3-0.3,15,1.8
62
- C280,16,282,17.4,283.6,19.1z M360.8,36.1c-2.1,1.7-4.6,2.7-7.2,3c-0.2,0-0.4,0-0.7,0c-4.1-0.4-7.9,0.7-11.9,1.3
63
- c-6.2,1-12.6,0.8-18.7-0.5c-0.7-0.1-1.5-0.1-2.2,0c-3.7,0.6-7.4,0.2-10.9-1.1c-1.7-0.6-3.2-1.6-4.4-2.9c-2.3-2.2-2.3-5.9-0.1-8.1
64
- c0,0,0,0,0.1-0.1c2.4-2.6,5.5-3.6,8.8-4.1h0.2c1.9,0,3.4-0.3,4.5-2.2c0.9-1.6,2.7-2.5,4.5-3.2c5.9-2.4,12.5-2.4,18.4,0
65
- c2.7,1,4.9,2.9,6.1,5.5c2.2,0,4.3-0.1,6.4,0c1.9,0.1,3.7,0.7,5.3,1.7c0.7,0.4,1.3,0.8,1.9,1.3C364,29.4,364,33.4,360.8,36.1
66
- L360.8,36.1z"/>
67
- <path style="fill:#FFFFFF;" d="M133.3,208.1c0,0-16.2,3.3-1.3,6.5s85.4,6,94.4-2.3c1.6-1.4,17.8,0.9,20.7-6.4
68
- c4.2-10.5-170-12.2-169.3-3.6c0,0-1.3,4.8,31.9,4.2S133.3,208.1,133.3,208.1z"/>
69
- <g style="opacity:0.8;">
70
- <g id="Layer_3">
71
- <g style="opacity:0.17;">
72
- <ellipse style="fill:#C6C6C6;" cx="346.6" cy="247.2" rx="81.4" ry="15.3"/>
73
- </g>
74
- <path style="fill:none;stroke:#141414;stroke-linecap:round;stroke-linejoin:round;" d="M266,140.7c1.6-0.7,3.5-0.5,5,0.5"/>
75
-
76
- <ellipse transform="matrix(0.7007 -0.7135 0.7135 0.7007 -21.0846 233.6983)" style="fill:#2D2D2D;stroke:#0F0F0F;stroke-miterlimit:10;" cx="268" cy="142" rx="0.6" ry="1.5"/>
77
- <path style="fill:none;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M269.3,143.9c0.7-0.5,1.2-1.3,1.4-2.1"
78
- />
79
-
80
- <ellipse transform="matrix(0.7007 -0.7135 0.7135 0.7007 -21.3033 234.2994)" style="fill:#DDDDDD;" cx="268.6" cy="142.5" rx="0.4" ry="0.6"/>
81
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M282.3,152.7c4.6,6.5,8.8,3,12.2-0.4
82
- c1.1-1.1,2.6-2.2,3.8-3.3c0.3-0.3,3.5,5.9,3.8,5.6c5.1-4.9,14.8-17.3,12.2-18.6c-1.5-0.8-5.7-6.9-5.7-6.9s-2.3-13.7-7.6-17.1
83
- s-25.9-7.2-31.6-1.5s-11,15.2-10.3,19.4c2.2,4.7,5.8,8.7,10.3,11.4c0,0,1.5,5.7,2,8.4c0,0.2,0.8,0.4,1,0.4
84
- c1.3-0.1,2.5-0.6,3.4-1.5c0.3,0,0.9,0.1,1.1,2c0,0.3,0,0.4,0.8,0.7c0,0,0.4,0,2.2-2c-0.3,0.8-0.6,1.6-1,2.3
85
- c0.3,0.6,0.9,1.1,1.6,1.1C281.1,152.4,281.7,152.4,282.3,152.7z"/>
86
- <path d="M262.7,135.9c0,0,1.4,3.5,3.2,4.6c0,0-2.1-2.5-1.6-4.1C264.3,136.4,263,134.6,262.7,135.9z"/>
87
- <path style="fill:#333333;stroke:#444444;stroke-miterlimit:10;" d="M374.7,221c0,0,7.1,15.3,15.6,13.9s9.3-5.1,8.9-10.3
88
- s-19.7-24.3-21.9-24.4c-3.3-0.2-4,1.6-6.3,1.8c-1.6,0.1-3.9,0.9-2.9,3.3C370.7,211.7,374.7,221,374.7,221z"/>
89
- <path style="fill:#545454;stroke:#333333;stroke-linecap:round;stroke-linejoin:round;" d="M391.7,233.8c0,0,8.1-3.9,1.3-14.8
90
- s-15.6-15.3-15.6-15.3s19.3,18.3,14,28c0,0-1.4,2.9-3.8,2.5C389,234.3,390.4,234.1,391.7,233.8z"/>
91
- <path style="fill:#545454;stroke:#333333;stroke-linecap:round;stroke-linejoin:round;" d="M382.6,231.1l0.6,0.6
92
- c0.8,0.6,2,0.8,2.9,0.3c1.6-0.6,2.6-2.1,2.7-3.8c0-1.8-2.6-2.9-3.6-2.7c-0.7,0.2-1.4,0.7-1.8,1.3c0,0-1.8,1.5-2,2.4
93
- C381.3,229.8,381.8,230.5,382.6,231.1z"/>
94
- <path style="fill:#333333;stroke:#444444;stroke-miterlimit:10;" d="M379.5,234.5c0,0,9.4,14.2,17.6,11.8s8.4-6.2,7.3-11.2
95
- s-23.4-21.5-25.5-21.4c-3.3,0.2-3.8,2.1-6,2.5c-1.6,0.3-3.7,1.4-2.4,3.7C374,225.8,379.5,234.5,379.5,234.5z"/>
96
- <path style="fill:#545454;stroke:#333333;stroke-linecap:round;stroke-linejoin:round;" d="M398.3,245c0,0,7.4-4.8-1-14.8
97
- c-4.8-5.8-10.9-10.3-17.9-13.2c0,0,22,15.6,18.2,25.9c0,0-1,3-3.4,2.9C395.6,245.9,397,245.6,398.3,245z"/>
98
- <path style="fill:#545454;stroke:#333333;stroke-linecap:round;stroke-linejoin:round;" d="M388.8,243.5
99
- c0.3,0.2,0.4,0.4,0.7,0.5c1,0.5,2.1,0.4,3-0.1c1.5-0.8,2.3-2.4,2.1-4.1c-0.3-1.8-3-2.5-4-2.2c-0.7,0.3-1.2,0.9-1.6,1.5
100
- c-0.7,0.8-1.2,1.6-1.6,2.6C387.3,242.4,388,243,388.8,243.5z"/>
101
- <path style="fill:#CEAA6A;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M326.8,196.5
102
- c0,0-35.4,24.4-34.3,40.3c0,0,1.9,10.7,11.4,9.9c0,0,0.8,9.9,17.9,9.9s31.6-4.6,47.2-15.2c0-0.3,6.1-1.9,8.4,0.8
103
- c0,0,6.1-0.4,5.7-3c0,0-11.4-15.6-10.7-20.9c0,0,3.8-13.3-1.1-18.3s-9.9-5.3-9.9-5.3L326.8,196.5z"/>
104
- <path style="opacity:0.82;fill:#9B7A45;enable-background:new ;" d="M325.3,197.6l4.2,1.1c0,0-32,20.6-35.8,38.1
105
- C293.7,236.8,288.8,226.9,325.3,197.6z"/>
106
- <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="261.5" y1="203.4" x2="250.2" y2="194.1"/>
107
- <path style="fill:#212121;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M268.8,209.2l-0.3,0.4
108
- c-0.5,0.6-1.3,0.8-1.7,0.4l-11.5-9.9c-0.5-0.5-0.5-1.4,0-1.9l0.3-0.4c0.5-0.6,1.3-0.8,1.7-0.4l11.5,9.9
109
- C269.3,207.8,269.3,208.6,268.8,209.2z"/>
110
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M259.4,192.9
111
- c-2.4,0.5-4.5,1.7-6.1,3.5c0,0-0.4,4-2,5.5c0.5,1,1.7,1.4,2.7,0.9c0.2-0.1,0.4-0.2,0.5-0.4c0,0-1.5,2.2,1.5,3.6
112
- c0.3,1.3,1.5,2.2,2.8,2.2c0,0,0.8,2.2,2.6,1.4c0,0,1.6,2,3.2,0.5c0.9-0.8,5.3-4.2,5.7-6.2c0.2-1.4,0.2-2.9-0.1-4.3
113
- c0,0,19.4-6.4,23.2-12.1l6.1-4.6c0,0-0.7-11.6-9.5-12.9l-8.4,6.5c0,0-14.3,14.5-17.5,16.3C262.6,192.4,260.9,192.4,259.4,192.9"
114
- />
115
-
116
- <ellipse transform="matrix(0.7036 -0.7106 0.7106 0.7036 -61.2723 228.2531)" style="fill:#F2FCFB;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" cx="243" cy="187.6" rx="6" ry="9.9"/>
117
- <path style="fill:#FFFFFF;" d="M237.1,182c0,0,6.7-3,12.2,7.3C249.3,189.3,244.9,182,237.1,182z"/>
118
- <path d="M265.9,99.9c-5.5,4.7-12.4,13.1-12.9,25.7c0.7,3.6,3.5,6.3,7.1,6.9c0,0-2.1-2.1-1.2-4.3c0,0,0.1,3.1,4.3,3.1
119
- c-0.9-0.5-1.4-1.3-1.5-2.3c0,0,8.4,5.7,21.7-2.3c3.5-0.1,6.9,1.1,9.5,3.4l0,0l1.1-0.8c0,0-6.1-3.8-3.4-6.1
120
- c1.2-1.1,4.2-2.3,5.7,0.8c0,0,2.7,4.2,5.3,3.4c1.8-0.5,4.7,1.3,6.5,2.3c0.8,0.4,2,0.4,1.8-0.4c-0.2-1.4-1.1-4.5-1.1-4.9
121
- c-1.5-10.3-1.9-18.3-11-26.6c-2.2-2-4.4-2.7-7.2-3.4c-3.3-0.9-3.8,0.5-3.8-1.1c0-2.7,3.8-3.4,3.8-3.4s-5.3,0-6.5,2.7
122
- c0,0-1.9-3,0-4.9c0,0-3.8,1.9-4.2,4.9l-2.7,0.4C273,93.9,269.3,97.1,265.9,99.9z"/>
123
- <path style="fill:#D6696E;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M299.1,151.5c0,0-6.5,13.4-11.1,16.8
124
- c0,0,3.8,11,11,16.7l9.5-8.4c6.2,6.6,14,8.4,16,20.6c0,0,24.4,12.2,46.8,2.7c0,0,0.8-49.5-54.4-63.9c0,0,0-2.7-2.7,0
125
- C314.3,136,310.6,151.1,299.1,151.5z"/>
126
- <path style="fill:#D6696E;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M308.6,176.7c0,0-7.6-9.1-7.6-19"/>
127
- <path style="opacity:0.68;fill:#9B7A45;enable-background:new ;" d="M337.1,177.4v9.9c0,0-5.3,19.8-17.9,28.2
128
- c-4.5,0.6-8.5,3.1-11,6.9c0,0-1.5,3.8-3.4,4.9c0,0,1.1,3.4,3.8-0.8c0,0-1.1,7.6-0.4,9.9c0.8,0.7,1.9,0.7,2.7,0
129
- c0,0,0.4-5.7,1.1-7.6c0,0,0.4,7.6-0.4,8.4c0,0,0,2.3,1.9,1.1s2.3-8.8,2.3-8.8s0,7.6-0.4,8c0.4,0.5,1.1,0.6,1.6,0.3
130
- c0.1-0.1,0.2-0.2,0.3-0.3c1.1-1.1,1.1-8.4,1.1-8.4v7.2c0.6,0.2,1.3-0.1,1.5-0.7l0,0c0.4-1.1,3-7.2,3-9.1c2-0.8,3.6-2.3,4.6-4.2
131
- c0,0,24-12.9,28.5-29.3c0,0,1.5-2.3,0-3.8c1.5-17.9-7.6-31.6-12.9-32.7C340.2,155.9,337.1,175.5,337.1,177.4z"/>
132
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M254.4,202.3
133
- c1.4-1.5,2.8-3.1,4.1-4.7c0.3-0.9,1.3-1.3,2.2-1c0.8,0.3,1.2,1.1,1.1,1.9c-0.3,2.4-4.4,6.7-5.9,7.4"/>
134
- <path style="fill:none;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M261.8,198.5c0,0,1.6,0.1,1.8,1.5
135
- c0.1,1.1-0.9,4.4-4.8,8.1"/>
136
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M263.8,200.8c0,0,2.2-0.5,2.2,1.5
137
- c0,1.1-4.7,7.2-4.7,7.2"/>
138
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M265.9,203.5c0,0,1.1-0.2,1.4,1.3
139
- s-2.8,5.2-2.8,5.2"/>
140
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M293.2,187.4c0.3-1.5,0.1-3-0.5-4.4"
141
- />
142
- <path style="fill:none;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M304.8,249c0,0-2.5-6.5,2-10.3"/>
143
- <path style="fill:#CEAA6A;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M372.6,218.5c0,0-2.2,9.1-19.7,14.5
144
- c-4.5,1.3-8.8,2.8-13.1,4.6"/>
145
- <path style="fill:#CEAA6A;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M358.8,205.2c0,0-0.8,7.2-11.4,14.1
146
- c0,0,14.1-6.5,14.1-11.4C361.5,207.9,361.9,205.6,358.8,205.2z"/>
147
- <path style="fill:#CEAA6A;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M378.9,241.8c0,0-3.8-6.1-4.8-7.2
148
- s5.1,1.1,6.8,6.5"/>
149
- <path style="fill:#CEAA6A;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M335.8,236c0,0,0.2,4.9,5.8,2"/>
150
- <path style="fill:#212121;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M267.7,206.2c0,0,1.2,0.9,1.4,1.6
151
- s-0.6,1.6-0.9,2c-0.4,0.6-1.2,0.7-2.2-0.6L267.7,206.2z"/>
152
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M255.7,200.9c0.8-0.9,1.4-2,1.7-3.1
153
- c0.8-0.4,1.5-0.9,2-1.6"/>
154
-
155
- <ellipse transform="matrix(0.787 -0.6169 0.6169 0.787 -30.4868 194.1714)" style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" cx="266" cy="141.2" rx="1.8" ry="6.3"/>
156
- <path style="fill:none;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M275,140.6l17.6-12.3
157
- c0,0-4.2-2.7-1.9-4.9c1.8-1.8,3.9-1.8,7.6,2.7c3.4,4.2-0.4,5.2-1.1,4.9c-1.9-0.8-1.9-1.9-1.9-1.9"/>
158
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M293.7,124.9
159
- c1.6,0.5,2.9,1.8,3.4,3.4"/>
160
- <path style="fill:none;stroke:#141414;stroke-linecap:round;stroke-linejoin:round;" d="M269.8,139.4c1.6-0.8,3.5-0.8,5.1,0.1"
161
- />
162
-
163
- <ellipse transform="matrix(0.6423 -0.7665 0.7665 0.6423 -10.4841 258.658)" style="fill:#2D2D2D;stroke:#0F0F0F;stroke-miterlimit:10;" cx="271.9" cy="140.6" rx="0.6" ry="1.5"/>
164
- <path style="fill:none;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M273.3,142.3c0.6-0.6,1.1-1.4,1.2-2.2"
165
- />
166
-
167
- <ellipse transform="matrix(0.6423 -0.7665 0.7665 0.6423 -10.6726 259.2753)" style="fill:#DDDDDD;" cx="272.4" cy="141.1" rx="0.4" ry="0.6"/>
168
-
169
- <ellipse transform="matrix(0.787 -0.6169 0.6169 0.787 -30.4868 194.1714)" style="opacity:0.25;fill:#F0FAFC;stroke:#606060;stroke-miterlimit:10;enable-background:new ;" cx="266" cy="141.2" rx="1.8" ry="6.3"/>
170
-
171
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="273.9" y1="139" x2="291.8" y2="128.3"/>
172
-
173
- <rect x="274.6" y="138.3" transform="matrix(0.8365 -0.548 0.548 0.8365 -31.0797 173.8279)" style="fill:#3F3F3F;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" width="2.2" height="1.4"/>
174
-
175
- <ellipse transform="matrix(0.787 -0.6169 0.6169 0.787 -28.8812 197.5314)" style="opacity:0.25;fill:#F0FAFC;stroke:#606060;stroke-miterlimit:10;enable-background:new ;" cx="271.7" cy="140.6" rx="2.7" ry="6.3"/>
176
-
177
- <ellipse transform="matrix(0.787 -0.6169 0.6169 0.787 -28.8812 197.5314)" style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" cx="271.7" cy="140.6" rx="2.7" ry="6.3"/>
178
- <path style="fill:#9B7A45;" d="M305.6,243.3c0,0-2.1,9,9.5,11.4c12.1,2.5,36.2-4.5,36.2-4.5s-27.9,7.4-39.7,2.1
179
- C306.9,250.1,305.9,245.2,305.6,243.3z"/>
180
- <path style="fill:#9B7A45;" d="M342.2,236.7c0,0,16.7-4.4,22.1-4.4s8.8,0.3,8.8,0.3s-5.3-1.2-6-2s3.1-0.5,3.1-0.5
181
- s-1.8-1.7-1-2.4s3-6.5,2.9-6.6C371.6,221.1,368.7,230,342.2,236.7z"/>
182
- <path style="fill:#9B7A45;" d="M374.8,239.9c0,0-4.6-2.7-6.5-2.7c0,0,2.7,1.1,2.7,2.3L374.8,239.9z"/>
183
- <path style="fill:#9B7A45;" d="M358.8,205.2c0,0,1.5,2.7-6.5,10.7C350.8,217.4,364.5,209,358.8,205.2z"/>
184
- <path style="fill:#EAC3A0;" d="M299.2,146.8c2.5-5.9,0.8-12.7-4.3-16.6C294.8,130.5,304.8,136,299.2,146.8z"/>
185
- <path d="M265.2,132.5c0,0,4.9,0.8,6.9,2.7c0,0-3.8-1.9-5.7-0.8C266.3,134.4,263.7,133.3,265.2,132.5z"/>
186
- <path style="fill:#EAC3A0;" d="M308.6,130.2c1.3-0.3,4.5,8.8,1.5,13.7c1.4-2.4,2.5-5,3.4-7.6L308.6,130.2z"/>
187
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M307.8,226.5c0,0,0.4-1.9,1.1-2.3"/>
188
- <path style="fill:#7FA073;" d="M176.5,251.3c0.3-3,1.4-5.9,3.2-8.3c0.2-0.3-0.3-0.6-0.5-0.3c-1.8,2.5-2.9,5.4-3.2,8.5
189
- C175.9,251.7,176.5,251.7,176.5,251.3z"/>
190
- <path style="fill:#ADC9A1;" d="M174.7,250.8c-1.3-3.9-2.2-7.8-2.6-11.9c0-0.2-0.1-0.3-0.3-0.3s-0.3,0.1-0.3,0.3
191
- c0.4,4.1,1.3,8.1,2.7,12c0,0.1,0.1,0.3,0.3,0.3C174.6,251.1,174.7,251,174.7,250.8C174.7,250.8,174.7,250.8,174.7,250.8
192
- L174.7,250.8z"/>
193
- <path style="fill:#7FA073;" d="M175.4,251.1c0.1-2.2,0.4-4.5,0.8-6.7c0.1-0.4-0.5-0.5-0.6-0.2c-0.5,2.3-0.7,4.6-0.8,6.9
194
- c0,0.2,0.1,0.3,0.3,0.3S175.4,251.2,175.4,251.1z"/>
195
- <path style="fill:#7FA073;" d="M173.6,250.7c-1.5-1.2-2.5-2.8-3-4.6c0-0.2-0.2-0.2-0.4-0.2s-0.2,0.2-0.2,0.4
196
- c0.5,2,1.6,3.7,3.2,4.9C173.6,251.5,173.9,251,173.6,250.7L173.6,250.7z"/>
197
- <path style="fill:#7FA073;" d="M381.9,269.4c-0.2-2-0.2-4,0-6c0-0.4-0.5-0.4-0.6,0c-0.1,2-0.1,4,0,6
198
- C381.3,269.7,381.9,269.8,381.9,269.4z"/>
199
- <path style="fill:#7FA073;" d="M382.7,269.5c1.1-2.8,1.5-5.8,1.1-8.8c0-0.4-0.6-0.2-0.5,0.2c0.4,2.9,0,5.8-1.1,8.5
200
- C382,269.6,382.5,269.8,382.7,269.5z"/>
201
- <path style="fill:#7FA073;" d="M381.1,269.6c-0.9-0.8-1.4-2-1.4-3.2c0-0.2-0.1-0.3-0.3-0.3c-0.2,0-0.3,0.1-0.3,0.3
202
- c0,1.4,0.6,2.7,1.6,3.6C381,270.2,381.4,269.8,381.1,269.6z"/>
203
- <path style="fill:#C96169;" d="M344.2,156.5c0,0,8.3,10.9,9.2,18.7c0,0-7.2,4.9-18.2,2.2c0,0,14.3-0.1,16-4.2
204
- C351.2,173.3,352,169.6,344.2,156.5z"/>
205
- <path style="fill:#C96169;" d="M369,187.8c0,0,0.6,13.3-15.2,15.2c0,0,14.2-1.4,15.7-3.8S369,187.8,369,187.8z"/>
206
- <path style="fill:#C96169;" d="M307.8,150.4c0,0,7.6-6.4,8.4-13.2C316.1,142.8,312.8,147.9,307.8,150.4z"/>
207
- <path style="fill:#C96169;" d="M291.8,167.5c0,0,0.6,8.9,7.2,12.4l7.3-3.3C306.3,176.7,294.9,180.9,291.8,167.5z"/>
208
- <path style="fill:#C96169;" d="M337,147.9c0,0-5.9-1.1-10.3,1.7C326.7,149.6,330.4,144.7,337,147.9z"/>
209
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M336.4,177.4v9.9
210
- c0,0-5.3,19.8-17.9,28.2c-4.5,0.6-8.5,3.1-11,6.9c0,0-1.5,3.8-3.4,4.9c0,0,1.1,3.4,3.8-0.8c0,0-1.1,7.6-0.4,9.9
211
- c0.8,0.7,1.9,0.7,2.7,0c0,0,0.4-5.7,1.1-7.6c0,0,0.4,7.6-0.4,8.4c0,0,0,2.3,1.9,1.1s2.3-8.8,2.3-8.8s0,7.6-0.4,8
212
- c0.4,0.5,1.1,0.6,1.6,0.3c0.1-0.1,0.2-0.2,0.3-0.3c1.1-1.1,1.1-8.4,1.1-8.4v7.2c0.6,0.2,1.3-0.1,1.5-0.7l0,0
213
- c0.4-1.1,2.7-8.4,2.7-10.3c1.8-0.7,3.3-2.1,4.2-3.8c0,0,25.5-15.6,28.5-28.5c0.8-0.8,0.9-2.1,0.1-2.9c0,0,0,0-0.1-0.1
214
- c0,0,1.1-12.2-0.4-14.8S336.4,175.5,336.4,177.4z"/>
215
- <path style="fill:#D6696E;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M327.5,159.1
216
- c3.1,7.5,6.9,17.1,6.8,19.6c0,0,9.9,4.5,20.8-3.2c0,0-2.5-11-8.6-19.1"/>
217
- <path style="fill:#B6936B;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M242,217.4l-27-8.2
218
- c0,0-21.2,9.4-26.4,9l29.6,6.2C218.1,224.4,227.8,223.4,242,217.4z"/>
219
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M242,217.4c0,0,1.3-3.3,8-8.5
220
- c0,0-16.8-0.8-29.1-9.9c0,0-4.6,8.4-6.4,9.7L242,217.4z"/>
221
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M255.8,224.1c0,0-11.6-3.8-13.8-6.7
222
- c0,0-8.7,5-23.9,7c0,0,13.2,10.1,15,13.9C233.1,238.3,249.3,225.7,255.8,224.1z"/>
223
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M188.5,217.7l29.8,6.8
224
- c-0.9,4.3-1.5,8.7-1.9,13.1l-36.8-10.4C179.6,227.2,183.8,222.6,188.5,217.7z"/>
225
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M206.2,200.1l8.5,9.2
226
- c0,0-17.5,8-26.2,8.9c0,0-8.9-7.1-9.9-8.3C178.6,209.9,188,203.7,206.2,200.1z"/>
227
- <path style="fill:#8C694D;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M218.1,224.4l2.7,29.6
228
- c0,0-25.9-9-29.3-12.3l-1.2-11.3l26.2,7.6L218.1,224.4z"/>
229
- <path style="fill:#B6936B;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M218.1,224.4l2.7,29.6
230
- c0,0,14.9-5.5,22.7-13.7v-9.4l-10.4,7.4C233.1,238.3,232.2,235.1,218.1,224.4z"/>
231
- <path style="fill:#8C694D;" d="M225.5,212.8l-10.2-3.3l3,13.1l-2.6,1l2.3,0.5l4.9-0.8c0.2,0,0.4-0.1,0.6-0.1l4.4-1.2
232
- C227.9,222,224,219.3,225.5,212.8z"/>
233
- <polyline style="fill:none;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" points="215.2,209.5 218.2,222.5
234
- 214.7,223.7 "/>
235
-
236
- <line style="fill:none;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" x1="221.9" y1="223.8" x2="218.2" y2="222.5"/>
237
- <path style="fill:#C96169;" d="M312.4,177.4c0,0,14.1,8.8,14.5,19l3.4,2.3C330.3,198.8,327.2,185.4,312.4,177.4z"/>
238
- <path style="opacity:0.42;fill:#EAC3A0;enable-background:new ;" d="M277.4,143.6c1.2,3.6,4.6,6.1,8.4,6.1
239
- C285.7,149.7,280,147.8,277.4,143.6z"/>
240
- <path style="fill:#EAC3A0;" d="M269.4,138.6c-0.5-0.5-0.7-1.2-0.8-1.9c1.4,0,2.7,0.6,3.8,1.5
241
- C272.4,138.2,269.8,138.2,269.4,138.6z"/>
242
- <path style="fill:#EAC3A0;" d="M265.5,139.1c-0.1,0.5-0.1,1,0.1,1.5c0.4-0.3,0.8-0.4,1.2-0.5L265.5,139.1z"/>
243
- </g>
244
- </g>
245
- </g>
246
- </g>
247
- </svg>
@@ -1,267 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 614.2 310.2" style="enable-background:new 0 0 614.2 310.2;" xml:space="preserve">
5
- <title>bg02</title>
6
- <g>
7
- <g id="Layer_1-2">
8
- <path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M331.5,195.1v-21.9h30.8v20.4L331.5,195.1z M369.2,192.9
9
- l13-1v-18.7h-13V192.9z"/>
10
-
11
- <radialGradient id="SVGID_1_" cx="93.61" cy="680.07" r="30.52" fx="120.7438" fy="666.1104" gradientTransform="matrix(1 0 0 1 0 -648.1)" gradientUnits="userSpaceOnUse">
12
- <stop offset="0.31" style="stop-color:#ECEDEE"/>
13
- <stop offset="0.63" style="stop-color:#EFF0F1"/>
14
- <stop offset="0.91" style="stop-color:#FAFAFB"/>
15
- <stop offset="1" style="stop-color:#FFFFFF"/>
16
- </radialGradient>
17
- <path style="opacity:0.4;fill:url(#SVGID_1_);enable-background:new ;" d="M85.9,0c-14.2-0.2-25.8,11.2-26,25.4
18
- s11.2,25.8,25.4,26s25.8-11.2,26-25.4c0,0,0-0.1,0-0.1C111.4,11.7,100.1,0.1,85.9,0z"/>
19
-
20
- <radialGradient id="SVGID_2_" cx="293.32" cy="132.15" r="252.64" gradientTransform="matrix(1 0 0 -1 0 312)" gradientUnits="userSpaceOnUse">
21
- <stop offset="0" style="stop-color:#EFF0F1;stop-opacity:0.7"/>
22
- <stop offset="0.46" style="stop-color:#EFF0F1;stop-opacity:0.71"/>
23
- <stop offset="0.63" style="stop-color:#F1F1F2;stop-opacity:0.73"/>
24
- <stop offset="0.75" style="stop-color:#F3F4F4;stop-opacity:0.77"/>
25
- <stop offset="0.84" style="stop-color:#F6F6F7;stop-opacity:0.83"/>
26
- <stop offset="0.92" style="stop-color:#FAFAFA;stop-opacity:0.9"/>
27
- <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.99"/>
28
- <stop offset="1" style="stop-color:#FFFFFF"/>
29
- </radialGradient>
30
- <path style="opacity:0.6;fill:url(#SVGID_2_);enable-background:new ;" d="M608.5,240.9c-1.7-1-1.2-21.2-3-21.9
31
- c-3.4-1.4-6.8-2.6-10.2-3.8c-1.3-0.5-1.9-1-2-2.5c-0.4-4-0.9-8.1-1.6-12c-0.9-5.6-2.9-10.9-5.8-15.7c-5.4-8.5-16-7.6-21.1-3.5
32
- c-2.1,1.8-3.9,3.9-5.3,6.3c-0.5,0.7-0.9,1.5-1.3,2.3c-0.8-2.9-1.4-5.4-2.1-7.8c-1.6-6.1-4-11.9-7.1-17.4c-2-3.3-4.2-6.3-7.5-8.4
33
- c-4.8-3-9.8-2.2-13.4,2.2c-1.8,2.3-3.2,5-4,7.8c-1.7,5.2-2.8,10.7-3.1,16.2c-0.1,1.1-0.2,2.1-0.3,3.3c-0.4-0.1-0.5-0.2-0.6-0.2
34
- c-0.5-0.6-0.9-1.2-1.3-1.9c-2.8-4.1-7.1-7-12-8c-4.6-1.1-7.6,0.1-10.2,4.2c-0.8,1.2-1.5,2.5-1.9,3.9c-0.8,2.8-1.5,5.6-2.2,8.5
35
- c-0.4,1.7-0.5,3.5-0.8,5.3c-13.4-1.2-26.7-2.3-40-3.5v-11.1c6.2-2.2,12.4-4.4,18.7-6.7c-0.2-3.2-0.5-6.1-0.7-9
36
- c0.2,0,0.3-0.1,0.5-0.1c1.9,3,3.8,5.9,5.8,9.1c4.3-1,8.6-2,12.9-3.1c-6.1-20.7-12-41-18-61.5h-5.7c1.6-1.4,2.7-2.5,3.9-3.4
37
- c1.5-1.1,1.7-2.2,1.2-4c-4.1-14-8.2-28-12.2-42c-0.7-2.6-1.7-4.6-4.5-5.3c-0.4-0.1-0.7-0.3-1-0.6c0.2-1.1,0.6-2.2,1-3.2
38
- c0.7-1.8,0.8-3.9,0.1-5.7c-1.9-6.2-3.6-12.4-5.3-18.7c-0.2-0.7-0.5-1.3-0.8-2.2c-0.3,0.7-0.4,1-0.5,1.3
39
- c-1.7,7.2-3.5,14.4-5.1,21.7c-0.1,1,0,2,0.3,3c0.6,2.2,1.4,4.4,2.3,6.8c-1.6,0.1-2.9,0.2-4.4,0.4c-0.7,2.8-1.5,5.6-2.2,8.3
40
- c-2.9,11.2-5.8,22.4-8.8,33.6c-0.4,1.5-0.2,2.4,1,3.3c1,0.8,1.9,1.7,3,2.7c-1.4,1-2.9,2-4.4,2.8c-1.3,0.7-2.2,2-2.5,3.4
41
- c-3.1,11.2-6.2,22.4-9.4,33.7c-0.4,1.5-0.9,2.9-1.4,4.8c-0.9-0.9-1.6-1.5-2.2-2.2c-13.8-13.9-27.7-27.8-41.5-41.7
42
- c-1.2-1.4-3-2.2-4.9-2.1c-8.3,0.1-16.6,0-24.9,0h-2.8v-0.1h-23.9v0.1h-66.9c-1.6-0.1-3.3,0.5-4.4,1.7
43
- c-16.4,15.5-32.9,31-49.4,46.5c-0.6,0.6-1.1,1.2-1.6,1.9l0,0c-0.5-0.3-1.1-0.4-1.4-0.8c-0.7-0.9-1.3-1.8-1.8-2.8
44
- c-0.7-1.2-1.8-2.2-3.1-2.6c-1.4-0.5-2.8-1-4.1-1.6c2.3-1.3,4.1-2.4,6-3.5c-3.9-11.2-7.8-22.1-11.7-33.3h-6.1
45
- c1-2.5,1.9-4.6,2.8-6.7c0.6-1.2,0.6-2.5,0.1-3.7c-3.4-8.5-6.8-17-10.1-25.5c-0.2-0.5-0.5-1-0.8-1.7c-0.2,0.4-0.4,0.8-0.6,1.2
46
- c-3.5,9.6-7,19.1-10.6,28.6c-0.4,1-0.2,2.1,0.6,2.8c1.4,1.5,2.7,3,4.2,4.9c-2.1,0.1-3.7,0.2-5.4,0.3c-2.4,10-4.8,19.8-7.1,29.6
47
- c2.4,0.8,4.4,1.5,7,2.5c-2.3,0.8-4,1.6-5.7,2.1c-1.4,0.4-2.6,1.4-3,2.8c-3.2,8-6.5,16-9.7,24c-0.2,0.6-0.4,1.3-0.7,2
48
- c1.7,1,3.2,1.8,4.9,2.8c2-2.2,3.8-4.3,5.7-6.3c0.1,0.1,0.3,0.2,0.4,0.3c-0.1,2.2-0.3,4.4-0.4,6.7c6.7,1.6,13.2,3.2,19.6,4.7v4.9
49
- c-11.5,0.4-22.9,0.7-34.2,1.1c-0.6-1.1-1-1.9-1.5-2.7c-3.6-5.8-7-11.7-11-17.2c-7-9.9-15.8-18.4-26.1-24.9
50
- c-16.2-10.2-33.7-13.3-52.4-8.6c-12.3,3.1-22.7,9.6-31.8,18.2c-0.9,0.9-1.8,1.7-2.7,2.6L0,281.2c9.7,0.9,19.4,1.7,29.1,2.5
51
- c17,1.3,33.9,2.5,50.9,3.4c17.8,1,35.7,1.8,53.6,2.3c31,0.8,62,1.5,93,1.8c35.4,0.4,70.8-0.1,106.2-1.3c23-0.8,46.1-1.6,69.1-2.8
52
- c19.2-1,38.4-2.3,57.6-3.9c18.1-1.5,36.1-3.3,54.1-5.3c21.2-2.2,42.3-5.7,63.1-10.3c8.2-1.7,16.2-4.1,24-7.2
53
- c2.5-1.1,5-2.3,7.4-3.6c2.5-1.3,4.6-3.3,6.1-5.7V247C613.1,244.3,611.1,242.2,608.5,240.9z M206.5,186.8c-1.7,0.6-30.1,1.3-36,0.9
54
- v-4.6c3.7-1.3,7.5-2.7,11.5-4.1c-0.2-1.7-0.3-3.2-0.5-5.1c1.9,0.9,3.6,1.6,5.3,2.4c2,0.9,3.9,2.4,5.9,2.4s4-1.3,6.1-2
55
- c1.4-0.5,2.9-1.1,4.5-1.7c-0.5-0.9-0.8-1.5-1.2-2.2c-2.8-4.6-5.6-9.1-8.3-13.7c-0.5-0.8-1.3-1.5-0.6-2.5c1.7,0.2,3.3,0.5,5,0.7
56
- c0.4,0,0.9,0.1,1.3,0.1c0.7-0.1,1.4-0.5,1.9-1.1c1.7-1.5,3.2-3,5.2-4.8L206.5,186.8L206.5,186.8z M441.3,193.4l-43.8-2.7v-31.4
57
- h15.8c-1.3,4.7-2.5,9.2-3.8,13.9c5.5,1.6,10.8,3.1,16.1,4.7s10.4,3,15.7,4.5L441.3,193.4L441.3,193.4z"/>
58
- <path style="opacity:0.5;fill:#E2E2E2;enable-background:new ;" d="M420.6,159.3H292l-44.2-45.7l-41.4,38.1l-6.4,5.9l-2-0.3
59
- l-5-0.7v-0.1c0.5-0.6,1-1.3,1.6-1.9c16.5-15.5,33-31,49.4-46.5c1.2-1.1,2.8-1.8,4.4-1.7h93.2c8.3,0,16.6,0.1,24.9,0
60
- c1.9-0.1,3.7,0.7,4.9,2.1c13.8,13.9,27.6,27.8,41.5,41.7l2.2,2.2L420.6,159.3z"/>
61
- <path style="opacity:0.1;fill:#A2A3A3;enable-background:new ;" d="M341.5,94.6v3.3c-1,0.1-1.8,0.2-2.7,0.3v8.2h-23.5v-8.1
62
- c-0.7-0.2-1.4-0.3-2.3-0.5v-3.1C314.9,94.1,338.7,94,341.5,94.6z"/>
63
- <g style="opacity:0.77;">
64
- <g id="Layer_2-2">
65
- <g style="opacity:0.35;">
66
- <ellipse cx="306.3" cy="293.2" rx="33.8" ry="17"/>
67
- </g>
68
- <g style="opacity:0.35;">
69
- <ellipse cx="359.3" cy="277.3" rx="38.3" ry="15.9"/>
70
- </g>
71
- <g style="opacity:0.35;">
72
- <ellipse cx="239.6" cy="271.7" rx="38.5" ry="12.9"/>
73
- </g>
74
- <path style="fill:#333333;stroke:#444444;stroke-miterlimit:10;" d="M288,250.4c0,0-1.8,6.5-5.4,10.1s-15.8-2.7-14-8.1
75
- s2.4-6.3,4.3-8.6s5.2-7,11.5-3.9C286,240.7,289.3,246.4,288,250.4z"/>
76
- <path style="fill:#545454;stroke:#333333;stroke-linecap:round;stroke-linejoin:round;" d="M271.1,255.2c0,0-3.3-2.3,1.4-8.6
77
- s7-7.8,9-6.7C281.5,239.9,271.9,246.2,271.1,255.2z"/>
78
- <path style="fill:#545454;stroke:#333333;stroke-linecap:round;stroke-linejoin:round;" d="M283.7,240.2c0,0,2.1,0.7,0.9,4.3
79
- s-3.1,7-4.2,6.2s-2.5-2.9-1.2-6.1S282.1,240.2,283.7,240.2z"/>
80
- <path style="fill:#CEAA6A;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M288.5,236.3
81
- c0,0-14.3,14.3-14.3,28.2s24.1,5.3,24.1,5.3s2.9-12.7,4-11.6s2.1,12.4,2.1,12.4s21.8,4.8,24.4-2.4s-0.4-20.3-6.2-28.3
82
- C316.9,231.7,288.5,236.3,288.5,236.3z"/>
83
- <path style="fill:#9B7A45;" d="M291.8,237.2c0,0-10.1,9.1-15.1,18.3l1.1-3.7c0,0,9.2-14.2,12.5-16.4L291.8,237.2z"/>
84
- <path style="fill:#9B7A45;" d="M311.5,238.7l-3.9-1c0,0-0.1,11.3-1.5,13.8C306.1,251.5,309.3,247.3,311.5,238.7z"/>
85
- <path style="fill:#54754B;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M315,256.5L315,256.5
86
- c0.1-0.1,0.1-0.3,0.1-0.4C314.8,256.2,314.7,256.3,315,256.5z"/>
87
- <path style="fill:#54754B;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M316,260.3c-0.3-0.1-0.5-0.2-0.8-0.3
88
- l0.1,3.2C317.2,262.6,318.3,261.7,316,260.3z"/>
89
- <path style="fill:#B6936B;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M387.9,183.7l-7.5,27.7
90
- c0,0-27.5,2.9-31,6.2l5.8-27.6C355.1,189.9,371.5,188.2,387.9,183.7z"/>
91
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M387.9,183.7c0,0,4.3-1.7,13.2-0.1
92
- c0,0-6.1,17.9-6.6,30.5c0,0-11.4-2.4-14-2.2L387.9,183.7z"/>
93
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M383.9,166.7c0,0,2.9,13.9,4,17
94
- c-10.6,3.4-21.7,5.4-32.8,6.2c0,0,0.2-13.8-2-17.1C384.4,167.9,379,168.7,383.9,166.7z"/>
95
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M349.3,217.5l5.4-28.1
96
- c0,0-8.9-4-15.1-7.5l-6.9,36.5C332.7,218.4,343.3,219.3,349.3,217.5z"/>
97
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M390,220.8l-9.9-9.4
98
- c0,0-5.2-0.9-30.7,6.1c0,0,5,13.5,5.4,14.8C354.7,232.4,365.4,225.5,390,220.8z"/>
99
- <path style="fill:#8C694D;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M355.1,189.9l-25-23.1
100
- c0,0-6.2,29-5.6,33l10,8.8l5.1-26.7L355.1,189.9z"/>
101
- <path style="fill:#B6936B;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M355.1,189.9l-25-23.1
102
- c0,0,22.2-1.3,35.9-0.8l5.4,3.8l-18.2,3C353.1,172.8,355.5,175.2,355.1,189.9z"/>
103
- <path style="fill:#8C694D;" d="M380.2,211l-19.5-17.1l-6.8,1.7l1-5.3l7.1-0.7l10.1-0.9c0,0-1.7,7.7,10.7,11.5L380.2,211z"/>
104
- <polyline style="fill:none;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" points="380.2,211 360.7,193.9
105
- 354,195.7 "/>
106
-
107
- <line style="fill:none;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" x1="362.1" y1="189.6" x2="360.7" y2="193.9"/>
108
-
109
- <ellipse transform="matrix(0.9045 -0.4264 0.4264 0.9045 -45.7611 147.6174)" style="fill:#FFEAD4;stroke:#565656;stroke-miterlimit:10;" cx="306.8" cy="176" rx="20" ry="25"/>
110
- <path d="M300.1,170.9c13.5-4.2,12.5-12.8,12.5-12.8c2.1,1.5,0.8,4.3,0.8,4.3l0.5-0.1c2.2-0.7,4.6,0,6.1,1.7
111
- c0.3,0.3,0.5,0.6,0.7,1c3,4.4,5.1,3.5,5.1,3.5l0.3-5.2c-2-26.4-20.2-22.4-20.2-22.4c-0.2-2.4,1.9-1.4,1.9-1.4
112
- c-1-0.8-2.5-0.7-3.3,0.3c-0.1,0.1-0.2,0.2-0.2,0.4c-0.9-3,2.4-3.4,2.4-3.4c-4.5,0.1-4.5,3.1-4.5,3.1c-1.3-3.1-4.6-1.9-4.6-1.9
113
- c3.8,0.9,3.1,2.7,3.1,2.7c-3.1-0.4-9.6,2.6-9.6,2.6c-20.7,10.9-10.1,30.8-10.1,30.8l5.9,9.6c0,0,2.3-1.5,0.6-3.3s-0.7-6.3,0-7.4
114
- c1.3-2,4.8-3.7,4.8-3.7c0.2,1.9-1.9,3.5-1.9,3.5c3.5-0.7,6.7-5.4,6.7-5.4c0.5,2.9-3,5.4-3,5.4c4.2-0.8,7.8-3.5,9.7-7.4
115
- C304.8,166.9,300.1,171,300.1,170.9"/>
116
- <path style="fill:#FFEAD4;stroke:#565656;stroke-miterlimit:10;" d="M307.2,200.1c0,0,1.8,4.3,7.1,2.9s6.2-3.6,6.2-3.6
117
- c0.4-0.7,0.5-1.6,0.2-2.4C320.7,197,314.6,201.6,307.2,200.1z"/>
118
- <path style="fill:#D6696E;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M307.8,201.1c0,0-18.1-9.8-13.3,6.3
119
- s-6.4,25.1-6,28.8c0,0,31.4,12.4,35.2,0l7.1-30.2c0,0-5.3-9.9-10.3-6.7C317.6,201.3,311.8,205.6,307.8,201.1z"/>
120
- <path style="fill:#D6696E;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M297.7,199.7
121
- c4.7,1.7,17.6,6,20.1,5.8c0,0,3.8,7-1.2,15.5c0,0-12.8-2-18.7-8.9c-4-4.8-4.7-8.9-3.8-11.2C294.5,199.4,296.3,199.2,297.7,199.7
122
- z"/>
123
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M351.4,206c-1.2,0.8-2.5,1.4-3.9,1.8
124
- c-1.3,0.5-2.8,0.6-4.2,0.3c0,0-13.2,14.9-26,11.3c2-3.8,2.5-8.3,1.4-12.5c0,0,7.5,3.5,21.6-5.6c0,0,1.8-6.2,5.2-7.1
125
- c4.1-1.1,6-0.3,6-0.3s-0.1-0.3,2.1,0.4c1.2,0.3,1.2,2.9,0.5,2.7c-1.3-0.3-2.6-0.5-3.9-0.4c-0.9,0-1.9,0-2.8,0.2
126
- c0,0,0.3-1.3,6.7,0.2c0.6,0.7,0.9,1.6,0.8,2.5c-0.2,0.9-1.7,0.4-1.7,0.4c-1.8-0.2-3.7-0.3-5.5-0.1c2.1,0.1,4.3,0.3,6.4,0.7
127
- c0,0,1.4,1.5,0,2.6l-4.8-0.1c0,0,3.4,0.6,4.8,0.1c0.3,0.9-0.1,1.9-1,2.4C352.6,205.9,352,206,351.4,206z"/>
128
- <path style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M298.3,184c2.1-1.5,4.5-2.4,7-2.7"/>
129
- <path style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M301.4,185.2c1-0.6,2.1-1,3.3-1.2"/>
130
- <path d="M303.3,181.2L303.3,181.2c-0.9,0.6-1.9,1-3,1.1v0.4c0,1,0.8,1.9,1.8,1.9c1,0,1.9-0.8,1.9-1.8l0,0
131
- C304,182.2,303.8,181.6,303.3,181.2z"/>
132
- <path style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M311.3,179.5c2.1-1.4,4.6-2.2,7.1-2.4"
133
- />
134
- <path style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M314.4,180.8c1-0.5,2.1-0.9,3.3-1"/>
135
- <path d="M316.4,176.9L316.4,176.9c-0.9,0.6-1.9,0.9-3,0.9c0,0.1-0.1,0.3-0.1,0.4c0,1,0.8,1.9,1.8,1.9c1,0,1.9-0.8,1.9-1.8l0,0
136
- C317,177.8,316.8,177.3,316.4,176.9z"/>
137
- <path style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" d="M307.2,180.8c0.6-0.8,1.6-1.2,2.6-1"/>
138
- <path style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" d="M307.7,181.9c0.2-0.9,1.2-1.5,2.1-1.3
139
- c0.1,0,0.2,0.1,0.3,0.1"/>
140
- <path style="fill:#565656;" d="M311.8,193.7c-0.1-0.5,0.3-1,0.9-1.1c0,0,0,0,0,0h0.2c0.7,0.1,1.3,0.7,1.4,1.4
141
- c0.2,0.5,0.1,1.1-0.2,1.6c-0.3,0.4-0.9,0.5-1.3,0.3c-0.1,0-0.1-0.1-0.2-0.2c-0.5-0.5-1.2,0.3-0.8,0.8c0.7,0.7,1.9,0.8,2.7,0.1
142
- c0.9-0.8,1.1-2.1,0.7-3.2c-0.4-1.2-1.5-2-2.7-2c-1.1,0-2,1-2,2.1c0,0,0,0.1,0,0.1l0,0C310.8,194.4,311.9,194.4,311.8,193.7
143
- L311.8,193.7z"/>
144
- <path style="fill:#565656;" d="M312,193.8c0.1-0.2,0.3-0.3,0.5-0.3h0.1c0.3,0.3,0.4,0.6,0.4,1c0.1,0.7,1.2,0.4,1-0.3
145
- s-0.4-1.6-1.3-1.8c-0.8-0.2-1.6,0.3-1.8,1.1c-0.1,0.3,0.1,0.6,0.4,0.7C311.6,194.3,311.9,194.1,312,193.8L312,193.8z"/>
146
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M285.4,180.5c0,0-3-0.9-3.6,0.8
147
- c-1.1,3.1,2.7,7.7,6,9.3c2.4,1.1,2.9,0.8,3.9,0.3s-2.4-4.8-2.7-5.4S286.5,180.3,285.4,180.5z"/>
148
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M283.6,182.6c0,0,1.3-0.9,2.1,0
149
- s0.6,3.3,3.3,5.4"/>
150
- <path style="fill:#EAC3A0;" d="M287.8,188.2c0,0-2.8-0.7-3.4-2.7s0.3-1.9,0.3-1.9C284.8,185.6,286,187.3,287.8,188.2z"/>
151
- <path style="fill:#EAC3A0;" d="M309.7,185.5c0,0-1.2,3.9,0.4,3.6s2.1-1.1,2.1-1.1S309.5,189,309.7,185.5z"/>
152
- <path style="fill:#565656;" d="M308.4,185.5c0.5,0.8,0.5,1.7,0,2.5c-0.2,0.6,0.1,1.1,0.6,1.4l0,0c1.4,0.5,3,0,3.9-1.2
153
- c0.4-0.6-0.6-1.1-0.9-0.5c-0.4,0.6-1,0.9-1.7,0.8c-0.2,0-0.7,0.1-0.8-0.1s0.1-0.5,0.2-0.6c0.3-0.9,0.1-2-0.4-2.8
154
- C309,184.3,308.1,184.9,308.4,185.5L308.4,185.5z"/>
155
-
156
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="319.6" y1="173.9" x2="325.7" y2="166.3"/>
157
-
158
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="320.5" y1="175.3" x2="325.5" y2="167.7"/>
159
-
160
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="286.8" y1="181.3" x2="295.4" y2="183.9"/>
161
-
162
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="296.1" y1="185.4" x2="287.8" y2="182.5"/>
163
- <path style="fill:#EAC3A0;" d="M297.8,183.6c0,0,2-6.1,8.1-2.7C303,180.8,300.1,181.8,297.8,183.6z"/>
164
- <path style="fill:#EAC3A0;" d="M310.7,179.3c0,0,2.4-6.3,7.8-2.8C315.7,176.8,313,177.7,310.7,179.3z"/>
165
- <path style="fill:#EAC3A0;" d="M293.6,180.3c0,0,6-4.5,6.7-4.7s0.3-1.9-0.6-2L293.6,180.3z"/>
166
- <path d="M298.8,173.5c0,0-1.9,1.1-5.2,6.8c0,0,4.7-4.2,6.4-5.1C300,175.2,300.7,173.3,298.8,173.5z"/>
167
- <path style="fill:#EAC3A0;" d="M319.7,171.5c0,0-5.8-0.4-7.8,0.1c-1,0.2-1.4-1.7-0.8-2.3L319.7,171.5z"/>
168
- <path d="M311.6,168.8c0,0,2.2-0.2,8.1,2.7c-2.7-0.4-5.4-0.6-8.1-0.6C311.6,170.9,309.9,169.7,311.6,168.8z"/>
169
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M325.7,166.3c0,0,1.4-2.9,3-2.2
170
- c3.5,1.4,2.4,6.8,2,10c-0.3,1.8-0.8,3-1.8,3.3c-1.2,0.5-1.7-4.7-2-5.4S324.9,166.9,325.7,166.3z"/>
171
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M328.6,166.3c0,0-1.5,0.2-1.5,1.4
172
- s1.8,2.8,1.2,6.2"/>
173
- <path style="fill:#EAC3A0;" d="M329,173.2c0,0,1.7-2.4,0.9-4.3c-1-2.3-1.5-1.3-1.4-1.2C329.6,169.3,329.8,171.4,329,173.2z"/>
174
- <path style="fill:#F0FDFF;stroke:#BADBDD;stroke-miterlimit:10;" d="M265.5,171.4c0,0-7.8-3.8-9-3.2s-0.7,2.2,2.1,2.6
175
- C260.2,171,261.2,170.1,265.5,171.4z"/>
176
- <path style="fill:#F0FDFF;stroke:#BADBDD;stroke-miterlimit:10;" d="M277.4,189.4c0,0-5.9,1.6-6.1,3s1.1,2.5,2.6,1.1
177
- C274.9,192.6,274.7,191.1,277.4,189.4z"/>
178
- <path style="fill:#F0FDFF;stroke:#BADBDD;stroke-miterlimit:10;" d="M336.8,154c0,0,6.9-5.1,8.3-4.5s1.4,2.6-1.4,3.3
179
- C342.2,153.2,340.9,152.2,336.8,154z"/>
180
- <path style="fill:#C96169;" d="M290.2,234.8c0,0,8.8-10.9,7.6-20.1C297.8,214.7,301.4,225.8,290.2,234.8z"/>
181
- <path style="fill:#C96169;" d="M317.2,207.5c0,0,1.9,7.4-0.8,11.5c0,0-8.7-0.3-14.6-5.4c0,0,10.3,5.4,13.6,3.9
182
- C315.4,217.5,317.7,215.9,317.2,207.5z"/>
183
- <path style="fill:#C96169;" d="M319.1,229.7c0,0-2.7,9.9-15.1,7.7c0,0,11.1,2.2,12.8,0.8S319.1,229.7,319.1,229.7z"/>
184
- <path style="fill:#C96169;" d="M321.2,199.8c-1.8,2.2-4.3,3.8-7,4.5C314.2,204.3,320,204.2,321.2,199.8z"/>
185
- <circle style="fill:none;stroke:#444444;stroke-miterlimit:10;" cx="315.6" cy="178.6" r="5.9"/>
186
- <circle style="fill:none;stroke:#444444;stroke-miterlimit:10;" cx="302.1" cy="184" r="5.9"/>
187
-
188
- <circle style="opacity:0.25;fill:#F0FAFC;stroke:#606060;stroke-miterlimit:10;enable-background:new ;" cx="315.6" cy="178.6" r="5.9"/>
189
-
190
- <circle style="opacity:0.25;fill:#F0FAFC;stroke:#606060;stroke-miterlimit:10;enable-background:new ;" cx="302.1" cy="184" r="5.9"/>
191
- <path style="fill:#B6936B;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M212,244.9l2.3,27.8
192
- c0,0,22.7,6.9,25.3,11l-0.7-27.5C229.5,253.5,220.5,249.7,212,244.9z"/>
193
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M212,244.9c0,0-3.6-2.6-11.9-2.6
194
- c0,0,2.6,17.2,1,30.7c0,0,10.7-0.4,13,0.3L212,244.9z"/>
195
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M211.5,223.6c0,0,1.9,18.3,0.5,21.3
196
- c8.5,4.9,17.5,8.7,26.9,11.4c0,0,2-14.7,4.5-17.8C243.5,238.5,216.9,227.7,211.5,223.6z"/>
197
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M239.6,283.7l-0.3-27.9
198
- c0,0,7.4-2.1,13.6-4.6l-0.7,29.5C252.3,280.7,243.7,281.8,239.6,283.7z"/>
199
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M204,281l10.5-8.1
200
- c0,0,19.2,4.7,25.1,10.9c0,0-6.9,9-7.5,10.3C232.1,294.1,225.9,289.3,204,281z"/>
201
- <path style="fill:#8C694D;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M238.9,256.3l26.8-15.7
202
- c0,0,0.5,25-0.7,29.1l-12.5,7.5l0.4-26L238.9,256.3z"/>
203
- <path style="fill:#B6936B;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M238.9,256.3l26.8-15.7
204
- c0,0-14-8.8-26.4-10.9l-7.8,3.8l11.9,5C243.5,238.5,240.9,240.6,238.9,256.3z"/>
205
- <path style="fill:#8C694D;" d="M214.4,272.4l18.7-12.9l5.8,3.1l-0.1-5.9l-6.3-2.1l-9-3.3c0,0,2,10.4-9.8,12L214.4,272.4z"/>
206
- <polyline style="fill:none;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" points="214.4,272.4 233.1,259.5
207
- 239,262.6 "/>
208
-
209
- <line style="fill:none;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" x1="232.6" y1="254.6" x2="233.1" y2="259.5"/>
210
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M330.1,246.3c0,0,10-1.6,14.1-8.4
211
- l25.6,13.8c0,0-1.7,4.6-8,9.7L330.1,246.3z"/>
212
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M388.7,247.2c0,0-11.3,7.3-19.9,6.4
213
- l1-1.9l-23.1-12.2c0,0,7.2-1.2,11.6-5.4C358.3,234.2,376.9,241.3,388.7,247.2z"/>
214
- <path style="fill:#B6936B;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M361.8,261.4l0.5,27.7l27.1-12.8
215
- c0,0-1.1-14.2-0.7-29.1C380,252.4,371,257.2,361.8,261.4z"/>
216
- <path style="fill:#8C694D;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M330.1,246.3c0,0,4,28.2,1.9,30.9
217
- l30.3,11.9l-0.5-27.7L330.1,246.3z"/>
218
- <path style="fill:#664E2A;" d="M369.1,254.1c0,0-3.2,4.5-4.8,5.7c0,0,7.3-3.5,13.7-7C375.1,253.7,372.1,254.2,369.1,254.1z"/>
219
- <path style="fill:#B6936B;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M332.1,265.1l-27.9-7.9
220
- c0,0-22.5,11-28,10.8l30.7,5.6C306.9,273.6,317.1,272.1,332.1,265.1z"/>
221
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M332.1,265.1c0,0,1.4-3.6,8.7-9.5
222
- c0,0-17.5-0.2-30.1-9.7c0,0-5.1,9.3-7,10.8L332.1,265.1z"/>
223
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M346.3,271.8c0,0-12-3.6-14.2-6.7
224
- c0,0-7.6,5.1-25.2,8.5c0,0,13.4,10.5,15.2,14.5C322.1,288.1,339.5,273.8,346.3,271.8z"/>
225
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M276.2,267.5l30.9,6.2
226
- c0,0-1.7,7.5-2.5,14.3l-38.1-9.9C266.5,278.1,271.1,272.9,276.2,267.5z"/>
227
- <path style="fill:#DBB88E;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M295.4,247.6l8.5,9.7
228
- c0,0-18.6,9.4-27.7,10.7c0,0-9.1-7.3-10.1-8.6C266.1,259.4,276.2,252.2,295.4,247.6z"/>
229
- <path style="fill:#8C694D;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M306.9,273.6l1.6,32.1
230
- c0,0-26.7-8.7-30.2-12.2l-0.8-12.3l27.1,7.3L306.9,273.6z"/>
231
- <path style="fill:#B6936B;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M306.9,273.6l1.6,32.1
232
- c0,0,15.9-6.5,24.3-15.8l0.3-10.3l-11.1,8.5C322.1,288.1,321.2,284.7,306.9,273.6z"/>
233
- <path style="fill:#8C694D;" d="M304.9,257.5l2.7,14.1l-2.7,1.2l2.3,0.6l10.4-2.7l0.4,0.3c0,0-3.5-2.1-2.5-10.2L304.9,257.5z"/>
234
- <polyline style="fill:none;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" points="304.4,257.5 307.1,271.5
235
- 303.1,273.1 "/>
236
-
237
- <line style="fill:none;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" x1="310.9" y1="272.7" x2="307.1" y2="271.5"/>
238
-
239
- <ellipse transform="matrix(0.9967 -8.106875e-02 8.106875e-02 0.9967 -22.4738 33.2719)" style="fill:#F2FCFB;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" cx="398.5" cy="293.4" rx="6" ry="2.9"/>
240
- <path style="fill:#212121;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M378.4,294.4l9.3-0.8
241
- c0.4,0,0.7,0.3,0.8,0.7v0.2c0,0.4-0.3,0.7-0.7,0.8l-9.3,0.8c-0.4,0-0.7-0.3-0.8-0.7v-0.2C377.7,294.8,377.9,294.5,378.4,294.4
242
- C378.3,294.4,378.4,294.4,378.4,294.4z"/>
243
- <path style="fill:#FFFFFF;" d="M404.1,293c0,0-2.4-3.2-8.8-0.5C395.3,292.5,400.1,290.7,404.1,293z"/>
244
-
245
- <line style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" x1="388.5" y1="294.3" x2="392.1" y2="294"/>
246
-
247
- <ellipse transform="matrix(0.9967 -8.106875e-02 8.106875e-02 0.9967 -22.3931 33.2605)" style="fill:#F2FCFB;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" cx="398.4" cy="292.4" rx="6" ry="2.9"/>
248
- <path style="fill:#212121;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M377.6,294.3v-0.2
249
- c0-0.4,0.3-0.7,0.7-0.8l9.3-0.8c0.4,0,0.7,0.3,0.8,0.7v0.2c0,0.4-0.3,0.7-0.7,0.8l-9.3,0.8C378,295,377.7,294.7,377.6,294.3z"/>
250
- <path style="fill:#FFFFFF;" d="M403.3,292c0,0-2.4-3.2-8.8-0.5C394.5,291.5,399.3,289.7,403.3,292z"/>
251
-
252
- <line style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" x1="388.5" y1="293.3" x2="392.1" y2="292.9"/>
253
- <path style="fill:#F0FCFF;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M366.8,218.3c0,0,6.5,0.8,8.2,9.3
254
- s-2.3,10.8-2.3,10.8c5-0.9,9.6-3.5,13-7.3c0,0,2-14.9-8.4-18C377.4,213.1,379.5,217.5,366.8,218.3z"/>
255
- <path style="fill:#F0FCFF;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M420.4,256.2c0,0-5.9-1.7-8.6-9.8
256
- s0.5-9.7,0.5-9.7c-4.3,0.4-7.9,1.8-10.6,4.8c0,0,0.3,13.5,9.9,17.9C411.6,259.4,409.2,255.1,420.4,256.2z"/>
257
- <path style="fill:#F0FCFF;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M395.6,275.9c0,0,12.3,9.2,22.3,1.3
258
- c0,0,0.3-8.2-5.7-10.8c0,0-0.9,8.2-12.5,1.1C399.8,267.5,400.5,271.6,395.6,275.9z"/>
259
- <path style="fill:#F0FCFF;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M271.8,287.5c0,0-3.5,5.5-12.7,5.8
260
- s-9.8-3.5-9.8-3.5c-0.9,4.5-0.7,8.6,1.6,12.3c0,0,13.9,3.9,21.4-4.6C272.3,297.4,267.1,298.5,271.8,287.5z"/>
261
- <path style="fill:#F0FCFF;stroke:#3A3A3A;stroke-linecap:round;stroke-linejoin:round;" d="M442.9,270.4c0,0,16.5,2.6,20.9-5.8
262
- c0,0-6.4-2.5-5.1-6.8c0,0-9.5,5.9-17.7,2.4C441,260.2,438.8,263.5,442.9,270.4z"/>
263
- </g>
264
- </g>
265
- </g>
266
- </g>
267
- </svg>