@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,405 +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 508.8 324.8" style="enable-background:new 0 0 508.8 324.8;" xml:space="preserve">
5
- <title>bg01</title>
6
- <g>
7
- <g id="Layer_1-2">
8
-
9
- <radialGradient id="SVGID_1_" cx="283.1" cy="222.9" r="306.85" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
10
- <stop offset="0" style="stop-color:#EFF0F1"/>
11
- <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.7"/>
12
- </radialGradient>
13
- <path style="fill:url(#SVGID_1_);" d="M505.8,224.6L505.8,224.6c-24.9,0-39.1,0.1-46.5,0.3l-5.4-0.3c-1.2-0.1-2.4,0-3.5,0
14
- c-0.6-2.2-0.6-56.8-0.1-60.5h6.6c0.2-3.8,0.1-7.1,0-10.7l-3.3-0.4l-0.6-2l-2.8-0.3c-1.5-3.6-3.6-6.7-7.5-8.4
15
- c0.8-3.5,1.5-6.8,2.2-10.2c2.9-13.4,5.9-26.9,8.8-40.3c0.2-1.3,0.9-2.5,1.8-3.4c2.9-3,1.6-7.4-2.5-8.6c-2-0.6-4.2-1.7-4.1-4.1
16
- c1-14-9.9-25.8-23.8-24.2c-6,0.7-6.4-0.5-8-2.2l1.8-2.5l-6.1-5.1c1-1.3,1.9-2.4,2.9-3.8l-8.2-9.7l-23.5,14.8l3.9,4.8
17
- c-1.4,2.2-1.9,4.4-0.1,6.5s4.1,1.7,6.6,0.9l3.3,3.7l8.5-9.7c2,1.7,3.9,3.3,5.9,5l2.5-1.8l33.4,29c-1.8,3.5-1.2,6.3,2.2,8.4
18
- l-3.4,15.1c-2.6,11.4-5.2,22.8-7.7,34.2c-0.4,1.7-1,2.5-2.8,2.7c-3.9,0.5-6.6,2.9-8.5,6.2c-0.4,0.9-1,1.6-1.8,2.1
19
- c0.4-2.2,0.7-4.3,1.1-6.5l2.5-0.5v-3.9l-4-0.4c5.6-4,11.9-7,13.5-14.5c-2.4-0.4-3.8,1.1-6,1.8l0.9-2.1c1.3-3,2.8-5.9,3.9-9
20
- c0.7-2.4,0.8-4.9,0.1-7.3c-2.8,0.8-4.2,3-6.4,4.8c-0.4-4.5,0.1-8.9-2-12.9c-3.1,1.4-4.4,4.3-6.2,7.4c-1.1-3.6-1.6-6.9-4-9.5
21
- c-1.3,0.5-2.2,1.5-2.5,2.8c-0.8,2.3-1.4,4.7-1.6,7.1c-0.2,3.9,0.1,7.8,0.3,11.8c0.1,0.9,0.1,1.8,0,2.7c-2.7-4.4-5.3-8.8-10.8-10.9
22
- c-0.4,1.8-0.4,3.7,0,5.6c0.9,4.1,2.6,8,4.9,11.6c1.7,2.8,3.7,5.4,5.6,8.1l1.8,2.5l-4.9,0.3v3.8l2.7,0.6c0.5,3,1,6,1.5,9.2h-23.3
23
- c0.1-1.2,0.2-2.4,0.3-3.6l4.4-0.4c0.1-3.6,0.1-7.2,0-11l-4.2-0.4l-0.6-3.1c-4.9-0.1-9.9,0-15.1,0v18.5h-8.1c0.5-1,0.9-2,1.5-3.3
24
- h-7.4c0.2-2,0.4-3.8,0.4-5.5c0-14,0-28,0-42.1c0-0.8,0-1.5,0-2.3c-0.1-2.3-0.8-2.9-3.1-3c-0.8,0-1.7,0-2.5,0h-56.1
25
- c-0.1-1.3-0.1-2.4-0.1-3.5c0-15.1,0-30.1,0-45.2c0-0.8,0-1.7,0-2.5c-0.1-2.3-1.9-4.1-4.2-4.1c-0.7-0.1-1.5,0-2.2,0h-123
26
- c-0.6,0-1.1,0-1.6,0c-2.6,0.1-4.7,2.2-4.7,4.8c-0.1,3.8,0,7.6,0,11.4c0,22.7,0.1,45.5,0,68.2c0,3.5,0.9,6.1,4.9,6.8v6h15.2v-5.9
27
- h4.3l3.5,10.1l14.1-5.2c-0.5-1.7-0.9-3.2-1.4-4.9H221c-0.9,5.6-1.8,11-2.8,16.6l-4.6,0.5c-0.1,1-0.2,1.9-0.3,2.8
28
- c-2,0.6-13.2,0.8-17.4,0.3c-0.8-3.2-2.4-5.7-6.1-5.8c-2.9,0-4.6,1.7-6,5.9h-13.3l-0.1-0.3l5.1-2c-3.5-1.3-6.5-2.4-9.9-2.3
29
- c-6.1,0.2-12.2,0.1-18.2,0.1c-3.7,0-3.8,0-3.5,3.8l-0.5,0.6c-2,0.4-2.3,0.2-6.5-1.5v-3.7l1.9-0.7c-3.4-1.1-7.1,0.3-10.1-2.4v-3.5
30
- l2-0.8c-0.3-0.2-0.5-0.5-0.7-0.5c-4.4,0-8.8,0-13.2,0c-5.8,0-11.6,0-17.4,0c-0.6,0-1.1,0-1.7,0c-2.2,0.1-3.4,1.1-3.6,2.8
31
- s0.6,2.9,2.8,3.6c0.3,0.1,0.7,0.2,1.2,0.3c0.1,1,0.2,2,0.3,3.1l2.5-0.4c0.1-0.7,0.2-1.6,0.3-2.7c0.8-0.1,1.4-0.1,2.3-0.2
32
- c-0.4,1.2-1.2,2.4-1.1,3.4s0.9,2.1,1.6,3.4h-9.6V164l5.3,0.3c0.7,2,0.8,30.3,0.2,34.5H55.8c-0.3,8.7,0,17.1-0.2,25.6
33
- c-1.8,0.3-3,1.1-5-2.1C39,203.9,13,205.8,1.4,224.1c-0.4,0.7-0.9,0.5-1.4,0.4v62.3c1.1-0.1,2.2-0.2,3.3-0.2h168
34
- c0,0-0.8-100.6-0.3-102.7h204.6v86.2l0,0l2.1,16.5h128c1.7,0,3-1.3,3-2.9v-56.2C508.8,225.9,507.5,224.6,505.8,224.6z
35
- M393.2,139.4l2.6,0.2c0.1,0.4,0.2,0.9,0.3,1.3c0,1.5,0.1,3,0,4.4c-0.1,2.2-0.2,2.3-2.8,1.9L393.2,139.4z M270.7,153.2
36
- c-2.7,0-5.2,0-7.7,0c-2.6,0.1-5.1,0-7.7-0.1c-0.2-1.3-0.4-2.3-0.6-3.2l-4.6-0.3c-1-5.6-2-11-3-16.7h30.4c0,4,0,7.6,0,11.2
37
- c0,1.8,0.3,3.6,0.5,5.7h-9C269.7,151.1,270.2,152.1,270.7,153.2z"/>
38
-
39
- <radialGradient id="SVGID_2_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
40
- <stop offset="0" style="stop-color:#E4E4E4"/>
41
- <stop offset="1" style="stop-color:#FFFFFF"/>
42
- </radialGradient>
43
- <path style="fill:url(#SVGID_2_);" d="M20.6,23.5H10.4v5.6c2,0.6,98.7,0.9,105.6,0.3v-5.8h-12.2l3.3-3.8L90.5,3.3L87,6.5
44
- C86.8,4,86.7,2.1,86.6,0h-5.3c-0.2,3.7-0.1,7.4-0.1,11.1s0,7.3-0.2,11v-22h-5.6v22.4h-0.5V0.1H63.7c-0.6,2.4-0.2,4.9-0.3,7.4
45
- s0,5.1,0,7.6v7.5h-0.5V0.1h-5.5v23.3H50C49.9,15.7,50,7.9,50,0h-5.6c-0.5,3.6-0.2,7.3-0.2,11s0,7.3,0,11L44,21.9
46
- C44,15,44,8,44,1.1c0-0.3-0.1-0.7-0.2-1h-5.2v23.3H26.1V0.1h-5.5V23.5z M87.1,7.9l15.5,15.5H87.2C86.5,20.6,86.6,9.3,87.1,7.9z"/>
47
-
48
- <radialGradient id="SVGID_3_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
49
- <stop offset="0" style="stop-color:#E4E4E4"/>
50
- <stop offset="1" style="stop-color:#FFFFFF"/>
51
- </radialGradient>
52
- <path style="fill:url(#SVGID_3_);" d="M385.6,119.5c0.7,2.2,0.7,2.2-1.3,8.3C383,124.7,385.9,122.3,385.6,119.5z"/>
53
-
54
- <radialGradient id="SVGID_4_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
55
- <stop offset="0" style="stop-color:#E4E4E4"/>
56
- <stop offset="1" style="stop-color:#FFFFFF"/>
57
- </radialGradient>
58
- <path style="fill:url(#SVGID_4_);" d="M381.6,123.5c-0.6,2.2-1.1,4.4-1.8,7.2c-1.4-3.3,1.1-5,1.2-7.3L381.6,123.5z"/>
59
-
60
- <radialGradient id="SVGID_5_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
61
- <stop offset="0" style="stop-color:#E4E4E4"/>
62
- <stop offset="1" style="stop-color:#FFFFFF"/>
63
- </radialGradient>
64
- <path style="fill:url(#SVGID_5_);" d="M391,124c-0.6,2.2-1.2,4.4-1.9,6.9c-1.4-3,1-4.8,1.3-7.1L391,124z"/>
65
- <path style="opacity:0.3;fill:#FFFFFF;enable-background:new ;" d="M166.2,45v76.6h111.2V99.2c0-1.3,1.1-2.4,2.4-2.4h22.3V45
66
- c0-1.8-1.5-3.3-3.4-3.3H169.6C167.8,41.7,166.3,43.2,166.2,45C166.2,45,166.2,45,166.2,45z"/>
67
- <g style="opacity:0.5;">
68
-
69
- <radialGradient id="SVGID_6_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
70
- <stop offset="0" style="stop-color:#E4E4E4"/>
71
- <stop offset="1" style="stop-color:#FFFFFF"/>
72
- </radialGradient>
73
- <rect x="280.6" y="101.3" style="fill:url(#SVGID_6_);" width="80.6" height="4.7"/>
74
-
75
- <radialGradient id="SVGID_7_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
76
- <stop offset="0" style="stop-color:#E4E4E4"/>
77
- <stop offset="1" style="stop-color:#FFFFFF"/>
78
- </radialGradient>
79
- <rect x="352" y="107.2" style="fill:url(#SVGID_7_);" width="4.6" height="2.2"/>
80
-
81
- <radialGradient id="SVGID_8_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
82
- <stop offset="0" style="stop-color:#E4E4E4"/>
83
- <stop offset="1" style="stop-color:#FFFFFF"/>
84
- </radialGradient>
85
- <rect x="352" y="110.9" style="fill:url(#SVGID_8_);" width="4.6" height="2.2"/>
86
-
87
- <radialGradient id="SVGID_9_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
88
- <stop offset="0" style="stop-color:#E4E4E4"/>
89
- <stop offset="1" style="stop-color:#FFFFFF"/>
90
- </radialGradient>
91
- <rect x="346.4" y="114.7" style="fill:url(#SVGID_9_);" width="4.6" height="2.2"/>
92
-
93
- <radialGradient id="SVGID_10_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
94
- <stop offset="0" style="stop-color:#E4E4E4"/>
95
- <stop offset="1" style="stop-color:#FFFFFF"/>
96
- </radialGradient>
97
- <rect x="331.7" y="114.7" style="fill:url(#SVGID_10_);" width="11.7" height="2.2"/>
98
-
99
- <radialGradient id="SVGID_11_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
100
- <stop offset="0" style="stop-color:#E4E4E4"/>
101
- <stop offset="1" style="stop-color:#FFFFFF"/>
102
- </radialGradient>
103
- <rect x="342.3" y="117.7" style="fill:url(#SVGID_11_);" width="4.6" height="2.2"/>
104
-
105
- <radialGradient id="SVGID_12_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
106
- <stop offset="0" style="stop-color:#E4E4E4"/>
107
- <stop offset="1" style="stop-color:#FFFFFF"/>
108
- </radialGradient>
109
- <rect x="327.6" y="117.7" style="fill:url(#SVGID_12_);" width="11.7" height="2.2"/>
110
-
111
- <radialGradient id="SVGID_13_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
112
- <stop offset="0" style="stop-color:#E4E4E4"/>
113
- <stop offset="1" style="stop-color:#FFFFFF"/>
114
- </radialGradient>
115
- <rect x="338.7" y="121.6" style="fill:url(#SVGID_13_);" width="4.6" height="2.2"/>
116
-
117
- <radialGradient id="SVGID_14_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
118
- <stop offset="0" style="stop-color:#E4E4E4"/>
119
- <stop offset="1" style="stop-color:#FFFFFF"/>
120
- </radialGradient>
121
- <rect x="324.1" y="121.6" style="fill:url(#SVGID_14_);" width="11.7" height="2.2"/>
122
-
123
- <radialGradient id="SVGID_15_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
124
- <stop offset="0" style="stop-color:#E4E4E4"/>
125
- <stop offset="1" style="stop-color:#FFFFFF"/>
126
- </radialGradient>
127
- <rect x="305.6" y="121.6" style="fill:url(#SVGID_15_);" width="16.8" height="2.2"/>
128
-
129
- <radialGradient id="SVGID_16_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
130
- <stop offset="0" style="stop-color:#E4E4E4"/>
131
- <stop offset="1" style="stop-color:#FFFFFF"/>
132
- </radialGradient>
133
- <rect x="328.7" y="125.3" style="fill:url(#SVGID_16_);" width="11.5" height="2.2"/>
134
-
135
- <radialGradient id="SVGID_17_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
136
- <stop offset="0" style="stop-color:#E4E4E4"/>
137
- <stop offset="1" style="stop-color:#FFFFFF"/>
138
- </radialGradient>
139
- <rect x="307.5" y="125.3" style="fill:url(#SVGID_17_);" width="18.9" height="2.2"/>
140
-
141
- <radialGradient id="SVGID_18_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
142
- <stop offset="0" style="stop-color:#E4E4E4"/>
143
- <stop offset="1" style="stop-color:#FFFFFF"/>
144
- </radialGradient>
145
- <rect x="292.4" y="125.3" style="fill:url(#SVGID_18_);" width="12.4" height="2.2"/>
146
-
147
- <radialGradient id="SVGID_19_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
148
- <stop offset="0" style="stop-color:#E4E4E4"/>
149
- <stop offset="1" style="stop-color:#FFFFFF"/>
150
- </radialGradient>
151
- <rect x="342.3" y="128.5" style="fill:url(#SVGID_19_);" width="4.6" height="2.2"/>
152
-
153
- <radialGradient id="SVGID_20_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
154
- <stop offset="0" style="stop-color:#E4E4E4"/>
155
- <stop offset="1" style="stop-color:#FFFFFF"/>
156
- </radialGradient>
157
- <rect x="346.3" y="131.9" style="fill:url(#SVGID_20_);" width="4.6" height="2.2"/>
158
-
159
- <radialGradient id="SVGID_21_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
160
- <stop offset="0" style="stop-color:#E4E4E4"/>
161
- <stop offset="1" style="stop-color:#FFFFFF"/>
162
- </radialGradient>
163
- <rect x="346.3" y="135.9" style="fill:url(#SVGID_21_);" width="4.6" height="2.2"/>
164
-
165
- <radialGradient id="SVGID_22_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
166
- <stop offset="0" style="stop-color:#E4E4E4"/>
167
- <stop offset="1" style="stop-color:#FFFFFF"/>
168
- </radialGradient>
169
- <rect x="331.7" y="135.9" style="fill:url(#SVGID_22_);" width="13.6" height="2.2"/>
170
-
171
- <radialGradient id="SVGID_23_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
172
- <stop offset="0" style="stop-color:#E4E4E4"/>
173
- <stop offset="1" style="stop-color:#FFFFFF"/>
174
- </radialGradient>
175
- <rect x="342.3" y="139.5" style="fill:url(#SVGID_23_);" width="4.6" height="2.2"/>
176
-
177
- <radialGradient id="SVGID_24_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
178
- <stop offset="0" style="stop-color:#E4E4E4"/>
179
- <stop offset="1" style="stop-color:#FFFFFF"/>
180
- </radialGradient>
181
- <rect x="327.7" y="139.5" style="fill:url(#SVGID_24_);" width="13.6" height="2.2"/>
182
-
183
- <radialGradient id="SVGID_25_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
184
- <stop offset="0" style="stop-color:#E4E4E4"/>
185
- <stop offset="1" style="stop-color:#FFFFFF"/>
186
- </radialGradient>
187
- <rect x="338.9" y="143.2" style="fill:url(#SVGID_25_);" width="4.6" height="2.2"/>
188
-
189
- <radialGradient id="SVGID_26_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
190
- <stop offset="0" style="stop-color:#E4E4E4"/>
191
- <stop offset="1" style="stop-color:#FFFFFF"/>
192
- </radialGradient>
193
- <rect x="324.3" y="143.2" style="fill:url(#SVGID_26_);" width="13.6" height="2.2"/>
194
-
195
- <radialGradient id="SVGID_27_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
196
- <stop offset="0" style="stop-color:#E4E4E4"/>
197
- <stop offset="1" style="stop-color:#FFFFFF"/>
198
- </radialGradient>
199
- <rect x="305.5" y="143.2" style="fill:url(#SVGID_27_);" width="16.9" height="2.2"/>
200
- </g>
201
- <g style="opacity:0.8;">
202
- <g id="Layer_2-2">
203
- <path style="fill:#F0FCFF;" d="M316,223.6c-2.5,0-4.6-2-4.6-4.5c0,0,0,0,0-0.1l0,0c0-2.5,2-4.6,4.5-4.6c0,0,0,0,0,0h-16
204
- c2.5,0,4.6,2,4.6,4.6c0,0,0,0,0,0l0,0c0,2.5-2,4.6-4.5,4.6c0,0,0,0,0,0H316z"/>
205
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M337.2,171.6
206
- c-3.1,0.9-18.3,11.2-18.3,12.3s6.6,15.4,6.6,15.4c22.8-10.1,24.7-20.2,26.3-20.1s1.1-2.7,1.1-2.7c1.8-11.3-21.2-37.8-23.9-40.7
207
- s-6.1-5.5-9.7-5.7s-10.6,5.7-10.6,5.7l-1.9,1.8c0,0-0.9,1.8,1.8,1.9s9-4.3,9-4.3l-2.4,2.8c-1.3,1.5-1.5,3.8-0.4,5.5
208
- c0,0,1.8,2.8,4.7,2.8c-0.7-1.6-0.1-3.4,1.3-4.5c0,0,0.4,4.8,5.4,3.4c1.2,2.3,2.3,4.7,3.2,7.1c2.5,6.4,6.4,17.7,10.4,23.3"/>
209
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M320.8,130.4c0,0-4.6-0.1-7.4-1.6
210
- c0,0-2,1.5,0,3.7C315.7,131.1,318.2,130.4,320.8,130.4z"/>
211
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M316.6,145.2c0,0-1.1-3.9,2-6.4"/>
212
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M217.8,205.1c-0.1,0.8-7-0.9-9-2.4
213
- c-1.8-1.3-0.8-2-0.8-2c3.1,1,6.3,1.6,9.5,1.7c-1.1,0.1-8.8-1.9-10.3-3.2s-0.1-2-0.1-2c0.5-0.5,11.7,2.4,11.7,2.4
214
- c-0.1,0.8-7.9-3.8-9.5-4.6c-0.4-3.6,10.9,2.3,10.9,2.3c-0.2-1.3-0.8-2.4-1.8-3.2c-1-1-0.1-2.2,0.6-2.9c0.4-0.3,0.9-0.3,1.3,0
215
- c0.1,0.1,0.1,0.2,0.1,0.2c0.4,0.9,1.4,2,3.7,2.7c3.9,1.3,5.7,6.2,5.7,6.2c8.5,1.6,16.8,4.4,24.4,8.4l4.1-1.3
216
- c0.9,3.1,8.4,13.4,8.4,13.4c-2.7,2.7-13.4,3.8-13.4,3.8c-1.9,5.4-25.8-16.7-25.8-16.7c-1.9,1.9-11.2,0.9-16.2-2.2
217
- c0,0-1.4-1.1-0.5-2"/>
218
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M219,198.6c-1.2,1.9-1.7,4.2-1.3,6.4
219
- "/>
220
- <path style="fill:#333333;stroke:#444444;stroke-miterlimit:10;" d="M327.8,266.8c0,0,2.2,7.8,6.4,12.1s18.8-3.2,16.7-9.7
221
- s-2.9-7.5-5.1-10.2c-2.4-2.8-6.2-8.3-13.7-4.6C330.2,255.2,326.3,262.1,327.8,266.8z"/>
222
- <path style="fill:#545454;stroke:#333333;stroke-linecap:round;stroke-linejoin:round;" d="M348.1,272.6c0,0,4-2.7-1.6-10.2
223
- s-8.3-9.3-10.7-8C335.6,254.3,347,261.8,348.1,272.6z"/>
224
- <path style="fill:#545454;stroke:#333333;stroke-linecap:round;stroke-linejoin:round;" d="M336.4,252.3c0,0-2.5,0.8-1,5.2
225
- s3.7,8.3,5,7.4s2.9-3.4,1.4-7.2S338.3,252.3,336.4,252.3z"/>
226
- <path style="fill:#CEAA6A;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M325.2,236.6
227
- c0,0,18.2,18.2,18.2,34.7s-29.9,5.1-29.9,5.1s-3.5-15.1-4.8-13.7s-2.5,14.8-2.5,14.8s-32.3,7.9-35.4-0.8s6.7-26.3,13.7-35.9
228
- S325.2,236.6,325.2,236.6z"/>
229
- <path style="fill:#9B7A45;" d="M321.3,237.9c0,0,12.1,10.8,18.1,21.8l-1.3-4.4c0,0-10.9-16.9-14.9-19.5L321.3,237.9z"/>
230
- <path style="fill:#9B7A45;" d="M300.7,239.7l4.6-1.1c0,0,1.1,16.5,2.9,19.5C304.9,252.2,302.4,246.1,300.7,239.7z"/>
231
- <path style="fill:#D6696E;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M325.4,241.8
232
- c0,0-36.4,18.4-47.1,12.1c-1.5-0.9-1.5-6.8-1.1-8.9c0.8-4.8,0.9-25.6-0.9-24.8l-14.2,5.6c-6.1,0-7.5-18-7.5-18
233
- c0-1.8,2.4-2.4,4.3-3.2c4.1-1.8,7.6-2.4,11.5-4.1c4.1-1.8,11.1-5.7,13.7-4.6c3.8,1.7,13.7,2.4,18.5-2.8c2.3-3.3,5.4-6,8.9-7.9
234
- c7-3.6,14.1-7.9,17-9.8c0.6-0.3,1.4-0.2,1.8,0.4l0.1,0.1c1.8,4.6,7.1,18.7,4.7,20.5c0,0-13.1,7.5-13.1,10.9
235
- c0,13.6,6.4,24.8,8.3,28.9C330.6,238,332.2,240.4,325.4,241.8z"/>
236
- <path style="fill:#C96169;" d="M327.2,235.1c0,0-11.3-19-6.2-31.6C321,203.5,311.4,218,327.2,235.1z"/>
237
-
238
- <ellipse transform="matrix(0.9045 -0.4264 0.4264 0.9045 -44.243 137.9517)" style="fill:#FFEAD4;stroke:#565656;stroke-miterlimit:10;" cx="286" cy="167.8" rx="23.2" ry="29"/>
239
- <path d="M278.2,161.9c13.6-6.9,14.5-14.8,14.5-14.8c3.1,1.1,2.7,4.8,2.7,4.8l1.1-0.5c2.5-0.8,2.9,0.4,4.7,2.4
240
- c0.2,0.4,0.6,0.8,0.9,1.1c3.6,5.1,5.9,4.1,5.9,4.1l0.4-6c-2.3-30.5-23.4-26-23.4-26c-0.2-2.8,2.2-1.5,2.2-1.5
241
- c-2.5-1.9-4.1,0.9-4.1,0.9c-1-3.4,2.8-4,2.8-4c-5.2,0.1-5.1,3.6-5.1,3.6c-1.5-3.6-5.3-2.2-5.3-2.2c4.3,1,3.6,3,3.6,3
242
- c-3.7-0.4-11.2,3.1-11.2,3.1c-24,12.6-11.7,35.6-11.7,35.6l6.9,11.1c0,0,2.7-1.7,0.6-3.8s-0.8-7.2,0-8.5
243
- c1.5-2.3,5.5-4.3,5.5-4.3c0.3,2.2-2.2,3.9-2.2,3.9c4.1-0.9,7.8-6.4,7.8-6.4c0.6,3.3-3.4,6.4-3.4,6.4c4.8-1,9-4.1,11.2-8.5
244
- c1.3,1.6-4.2,6.4-4.2,6.4"/>
245
- <path style="fill:#FFEAD4;stroke:#565656;stroke-miterlimit:10;" d="M286.4,195.6c0,0,2,5,8.3,3.4s7.2-4.2,7.2-4.2
246
- c0.4-0.9,0.5-1.9,0.3-2.8C302.1,192.1,295,197.4,286.4,195.6z"/>
247
- <path style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M276.2,177.1c2.4-1.8,5.2-2.8,8.1-3.2"
248
- />
249
- <path style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M279.7,178.3c0,0,2.5-1.4,3.8-1.4"/>
250
- <path d="M281.9,173.8L281.9,173.8c-1,0.7-2.2,1.1-3.4,1.3v0.5c0,1.2,0.9,2.2,2.1,2.2c0,0,0,0,0,0c1.1,0.1,2.1-0.8,2.2-2
251
- c0-0.1,0-0.1,0-0.2C282.8,174.8,282.5,174.2,281.9,173.8z"/>
252
- <path style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M291.2,171.8c2.5-1.7,5.3-2.6,8.3-2.8"
253
- />
254
- <path style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M294.8,173.4c0,0,2.5-1.3,3.8-1.1"/>
255
- <path d="M297,168.8L297,168.8c-1,0.6-2.2,1-3.4,1.1v0.4c0,1.2,0.9,2.2,2.1,2.2c1.1,0,2.1-0.8,2.2-2
256
- C297.8,169.9,297.5,169.3,297,168.8z"/>
257
- <path style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" d="M286.4,173.4c0.7-1,1.9-1.4,3-1.1"/>
258
- <path style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" d="M287,174.6c0.3-1.1,1.4-1.8,2.6-1.5
259
- c0.1,0,0.2,0,0.2,0.1"/>
260
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M261.3,173c0,0-3.4-1.1-4.2,1
261
- c-1.3,3.6,3.2,8.9,7,10.7c2.8,1.3,3.3,0.9,4.5,0.4c1.3-0.8-2.8-5.5-3.1-6.2S262.4,172.7,261.3,173z"/>
262
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M259.1,175.4c0,0,1.5-1,2.4,0
263
- s0.6,3.8,3.8,6.4"/>
264
- <path style="fill:#EAC3A0;" d="M264,181.9c0,0-3.2-0.9-4-3.1s0.4-2.2,0.4-2.2S260.3,179.9,264,181.9z"/>
265
- <path style="fill:#EAC3A0;" d="M289.3,178.7c0,0-1.4,4.4,0.5,4.2s2.5-1.3,2.5-1.3S289,182.9,289.3,178.7z"/>
266
- <path style="fill:#565656;" d="M288,178.7c0.6,1,0.4,1.9,0,3.1c-0.2,0.6,0.1,1.2,0.6,1.4c0.8,0.2,1.6,0.2,2.4,0
267
- c0.8-0.1,1.5-0.7,1.9-1.4c0.1-0.2,0-0.5-0.2-0.6c0,0,0,0,0,0c-0.2-0.1-0.5,0-0.6,0.1c-0.5,0.7-1.2,1-2,1c-0.4,0-0.9,0.1-1-0.1
268
- c-0.1-0.3,0-0.5,0.1-0.8c0.3-1.1,0.1-2.2-0.4-3.2C288.6,177.7,287.7,178.2,288,178.7L288,178.7z"/>
269
-
270
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="300.7" y1="165.4" x2="307.9" y2="156.6"/>
271
-
272
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="301.9" y1="166.9" x2="307.6" y2="158.2"/>
273
-
274
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="262.9" y1="173.9" x2="272.7" y2="176.9"/>
275
-
276
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="273.6" y1="178.6" x2="264" y2="175.3"/>
277
- <path style="fill:#EAC3A0;" d="M275.5,176.6c0,0,2.3-7,9.3-3.1C285,173.5,280.5,173,275.5,176.6z"/>
278
- <path style="fill:#EAC3A0;" d="M290.5,171.6c0,0,2.7-7.2,9-3.2C296.3,168.6,293.2,169.7,290.5,171.6z"/>
279
- <path style="fill:#EAC3A0;" d="M270.7,172.7c0,0,7-5.2,7.8-5.5s0.4-2.2-0.6-2.3L270.7,172.7z"/>
280
- <path d="M276.7,164.9c0,0-2.2,1.3-6,7.9c0,0,5.5-4.8,7.4-5.9C278.1,166.9,279,164.6,276.7,164.9z"/>
281
- <path style="fill:#EAC3A0;" d="M301,162.6c0,0-6.7-0.4-9,0.1c-1.1,0.3-1.7-1.9-0.9-2.7L301,162.6z"/>
282
- <path d="M291.6,159.5c0,0,2.5-0.1,9.4,3.1c0,0-7.2-0.9-9.4-0.6C291.6,161.9,289.7,160.5,291.6,159.5z"/>
283
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M307.9,156.6c0,0,1.5-3.3,3.4-2.6
284
- c4.1,1.6,2.8,7.9,2.3,11.6c-0.4,2.2-1,3.4-2,3.8c-1.4,0.5-2-5.5-2.3-6.2S306.8,157.3,307.9,156.6z"/>
285
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M311.2,156.6c0,0-1.8,0.2-1.8,1.6
286
- s2,3.3,1.4,7.2"/>
287
- <path style="fill:#EAC3A0;" d="M311.7,164.5c0,0,2-2.8,1-5c-1.1-2.7-1.8-1.5-1.6-1.4C312.4,159.9,312.7,162.4,311.7,164.5z"/>
288
- <circle style="fill:none;stroke:#444444;stroke-miterlimit:10;" cx="296.1" cy="170.8" r="6.9"/>
289
- <circle style="fill:none;stroke:#444444;stroke-miterlimit:10;" cx="280.5" cy="177.1" r="6.9"/>
290
-
291
- <circle style="opacity:0.25;fill:#F0FAFC;stroke:#606060;stroke-miterlimit:10;enable-background:new ;" cx="296.1" cy="170.8" r="6.9"/>
292
-
293
- <circle style="opacity:0.25;fill:#F0FAFC;stroke:#606060;stroke-miterlimit:10;enable-background:new ;" cx="280.5" cy="177.1" r="6.9"/>
294
-
295
- <ellipse transform="matrix(0.9922 -0.125 0.125 0.9922 -35.9566 25.5895)" style="fill:#F2FCFB;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" cx="186" cy="299.4" rx="7.2" ry="4.2"/>
296
- <path style="fill:#212121;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M210.5,295.5l0.1,0.4
297
- c0.1,0.5-0.1,1-0.6,1.1c0,0,0,0,0,0l0,0l-11.1,1.8c-0.5,0-0.9-0.4-1-0.9l-0.1-0.4c-0.1-0.5,0.1-1,0.6-1.1c0,0,0,0,0,0l0,0
298
- l11.1-1.8C210,294.6,210.5,295,210.5,295.5z"/>
299
- <path style="fill:#FFFFFF;" d="M179.2,300.4c0,0,1.5-5.2,9.9-3.3C189.1,297,183,296,179.2,300.4z"/>
300
-
301
- <line style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" x1="197.8" y1="297.7" x2="193.5" y2="298.3"/>
302
-
303
- <ellipse transform="matrix(0.9965 -8.315607e-02 8.315607e-02 0.9965 -24.1421 16.4738)" style="fill:#F2FCFB;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" cx="185.7" cy="298.1" rx="7.2" ry="4.5"/>
304
- <path style="fill:#212121;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M210.3,294l0.1,0.4
305
- c0.1,0.5-0.1,1-0.6,1.1c0,0,0,0,0,0l0,0l-11.1,1.8c-0.5,0-1-0.4-1.1-0.9l-0.1-0.4c-0.2-0.5,0.1-1,0.6-1.1c0,0,0,0,0,0l0,0
306
- l11.1-1.8C209.6,293.1,210.1,293.5,210.3,294z"/>
307
- <path style="fill:#FFFFFF;" d="M179.7,298.7c0,0,1.5-5.2,9.9-3.3C189.6,295.4,183.5,294.4,179.7,298.7z"/>
308
-
309
- <line style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" x1="197.4" y1="296.2" x2="193.1" y2="296.8"/>
310
- <g style="opacity:0.49;">
311
- </g>
312
- <path style="fill:#BC3C46;stroke:#191919;stroke-linecap:round;stroke-linejoin:round;" d="M241.6,281.3l-18.7,38.8
313
- c-0.7,1.4-0.2,3.1,1.2,3.8c0.1,0,0.1,0.1,0.2,0.1c0.5,0.3,1,0.4,1.5,0.2l72.8-5.2c0,0,9.3,8.6,18.3,0l71.8,5.2
314
- c1.7,0.1,3.1-1.1,3.2-2.8c0,0,0,0,0,0c0-0.5-0.1-1-0.3-1.5L373,281.3c-0.4-1-1.4-1.6-2.5-1.6c-9.5-0.2-54.6-1.4-62.6,1
315
- c0,0-35.1-4.3-63.8-1.1C243,279.6,242.1,280.3,241.6,281.3z"/>
316
- <path style="fill:#9B7F4E;stroke:#191919;stroke-linecap:round;stroke-linejoin:round;" d="M370.2,281.7l-62.1-1l-0.9,31.8H307
317
- l-0.9-31.8l-62.1,1l-14.8,38.2c-0.3,0.7,0.1,1.6,0.8,1.9c0.1,0.1,0.3,0.1,0.5,0.1c14.1-0.4,28.2-2.2,42-5.4
318
- c13.2-3.2,22.9-2.2,28.5-0.9v0.4c0,2,3.1,3.6,6.8,3.6s6.7-1.7,6.7-3.6c0-0.2,0-0.5-0.1-0.6c5.9-1.1,15-1.9,27.5,1.1
319
- c13.8,3.2,27.9,5,42,5.4c0.8,0,1.4-0.6,1.5-1.4c0-0.3,0-0.4-0.1-0.5L370.2,281.7z"/>
320
- <path style="fill:#D1BB8F;stroke:#191919;stroke-linecap:round;stroke-linejoin:round;" d="M370.2,280.1l-62.1-1l-0.9,31.8H307
321
- l-0.9-31.8l-62.1,1l-14.8,37.8c-0.3,0.9,0.1,1.9,1,2.3c0.2,0.1,0.4,0.1,0.6,0.1c14-0.4,27.9-2.2,41.6-5.3
322
- c13.2-3.2,23.7-2.5,29.4-1.1v1.1c0,2,2.2,3.2,5.9,3.2s5.7-1.7,5.7-3.6c-0.1-0.4-0.2-0.8-0.4-1.1c5.9-1.1,16.4-1.4,28.8,1.5
323
- c13.7,3.2,27.6,5,41.6,5.4c1,0,1.8-0.7,1.8-1.7c0,0,0-0.1,0-0.1c0-0.2,0-0.4-0.1-0.6L370.2,280.1z"/>
324
- <path style="fill:#D1C1A1;stroke:#191919;stroke-linecap:round;stroke-linejoin:round;" d="M370.2,278.6l-62.1-1l-0.9,31.8H307
325
- l-0.9-31.8l-62.1,1L229.5,316c-0.4,1.1,0.1,2.2,1.1,2.7c0.2,0.1,0.5,0.2,0.8,0.1c13.8-0.5,27.6-2.3,41.1-5.3
326
- c10.1-2.4,20.5-2.6,30.7-0.5c-0.1,0.2-0.2,0.5-0.3,0.8c0,2,1.1,2.9,4.8,2.9s4.2-1.8,3.7-3.2c-0.1-0.2-0.2-0.4-0.3-0.6
327
- c10.2-1.8,20.6-1.6,30.7,0.8c13.5,3.1,27.3,4.9,41.1,5.3c1.1,0,2-0.9,2-2c0-0.3,0-0.5-0.1-0.8L370.2,278.6z"/>
328
- <path style="fill:#EDE0C3;stroke:#191919;stroke-linecap:round;stroke-linejoin:round;" d="M367.7,277c-0.2-0.7-0.9-1.1-1.6-1
329
- c-10.7,1.6-15.1-2.2-28.6-3.4c-13.2-1.3-25.6,2.7-28.9,5c-0.5,0.4-1.5,0.6-1.8,0c-4.7-13.6-17.3-10.3-30-6.1
330
- c-11.2,3.7-17.9,6.2-28.6,4.6c-0.7-0.1-1.4,0.3-1.6,1L234,314c-0.2,0.8,0.2,1.7,1,2c0.1,0,0.3,0.1,0.4,0.1
331
- c3.7,0.2,18.8-1.9,37.7-8c11.7-3.2,23.5-8.3,32.8,6.2c0.4,0.7,1.3,0.9,2,0.5c0.1-0.1,0.4-0.3,0.5-0.5
332
- c7.3-11.2,32.1-6.4,32.1-6.4c24.8,7.9,34.9,8.5,38.5,8.1c0.8-0.1,1.5-0.8,1.4-1.6c0-0.1,0-0.3-0.1-0.4L367.7,277z"/>
333
-
334
- <linearGradient id="SVGID_28_" gradientUnits="userSpaceOnUse" x1="305.89" y1="304.6268" x2="331.89" y2="304.6268" gradientTransform="matrix(1 0 0 -1 0 590)">
335
- <stop offset="0.29" style="stop-color:#EDE0C3"/>
336
- <stop offset="1" style="stop-color:#FFFFFF"/>
337
- </linearGradient>
338
- <path style="fill:url(#SVGID_28_);stroke:#191919;stroke-linecap:round;stroke-linejoin:round;" d="M307.1,314.5l-1.1-37.3l0,0
339
- c0-0.5,1-15.9,10-21c0.1,0,0.3,0,0.4,0.1v0.2l-1.5,4.2c0,0.1,0,0.2,0.1,0.2h0.1l2.8-0.6c0.1,0,0.2,0,0.2,0.1l0,0v1.3
340
- c0,0.1,0.1,0.2,0.3,0.2l0,0l6.5-0.5h0l3.4,1.7c0.1,0,0.1,0.2,0.1,0.4l0,0l-1,2.3l0,0l-2.6,3.8c-0.1,0.1,0,0.2,0,0.4h0.3l3.4-1
341
- l3.1-0.9c0.1,0,0.2,0,0.2,0.1v0.2l-3.4,4.7h-0.1l-5.6,3.3c-0.1,0.1-0.1,0.2-0.1,0.4c0,0.1,0.1,0.1,0.3,0.1h3.7
342
- c0.1,0,0.2,0.1,0.2,0.2c0,0.1-0.1,0.1-0.1,0.1l0,0l-1.6,1.4l0,0l-2,1.9c-0.1,0.1-0.1,0.2,0,0.4c0,0,0,0,0,0l0,0l2.7,2.2h4.8
343
- c0.1,0,0.3,0.1,0.3,0.3c0,0.1-0.1,0.2-0.1,0.2l-4.8,1.3c-0.1,0-0.2,0.1-0.1,0.3s0.1,0.1,0.2,0.1l4.1,0.6c0.1,0,0.2,0.1,0.3,0.2
344
- c0,0.1-0.1,0.1-0.1,0.1l0,0l-2.4,0.9c-0.1,0-0.1,0.1-0.1,0.1l0,0c-0.2,0.2-0.9,1.6-0.4,2.2s2.5,2.4,3.3,3.1
345
- c0.1,0.1,0.1,0.2,0.1,0.3c0,0,0,0-0.1,0.1h-0.1l-2.9,1.4l0,0l-1.8,1.4h-3.4c-0.2,0-8.4,0.9-14.5,18.5c0,0.1-0.1,0.1-0.2,0.1
346
- C307.1,314.6,307.1,314.5,307.1,314.5z"/>
347
- <g style="opacity:0.19;">
348
- <path style="fill:#191919;" d="M342.5,296.8c4.7,0.2,8.8,2.5,13,4.2c4,1.4,8.2,2.4,12.5,2.9c0.8,0.1,0.8-1.1,0-1.3
349
- c-4.7-0.5-9.3-1.7-13.6-3.4c-4-1.5-7.6-3.3-12-3.7C341.7,295.4,341.7,296.7,342.5,296.8L342.5,296.8z"/>
350
- </g>
351
- <g style="opacity:0.19;">
352
- <path style="fill:#191919;" d="M345.6,289.7c6.7,0.4,12.3,5,19.2,4.6c0.4,0,0.6-0.4,0.6-0.7c0-0.3-0.3-0.5-0.6-0.6
353
- c-6.7,0.5-12.5-4.2-19.2-4.6c-0.4,0-0.6,0.4-0.6,0.7C345.1,289.4,345.4,289.6,345.6,289.7z"/>
354
- </g>
355
- <g style="opacity:0.19;">
356
- <path style="fill:#191919;" d="M245.2,302.6c1.4-2.6,2.5-5.3,3.4-8.1c0.2-0.8-1-1.1-1.1-0.4c-0.9,2.7-2,5.3-3.3,7.9
357
- C243.9,302.8,244.9,303.4,245.2,302.6L245.2,302.6z"/>
358
- </g>
359
- <g style="opacity:0.19;">
360
- <path style="fill:#191919;" d="M245.5,303.5c4.6-1,9.3-1.8,13.9-2.9c1-0.3,1.4-0.4,1.5-1.5c0.3-2.3-0.2-4.7-0.2-7
361
- c0-0.3-0.2-0.6-0.6-0.6c0,0,0,0-0.1,0h-0.1c-3.9,1-7.9,1.8-11.8,2.4c-0.8,0.1-0.5,1.3,0.4,1.1c3.9-0.6,7.9-1.4,11.8-2.4
362
- l-0.8-0.6c0.1,1.8,0.3,3.6,0.3,5.5c0.1,0.4,0.1,0.9,0,1.3c0.1,0.5-0.3,0.8-0.9,0.6c-0.9,0.3-1.9,0.5-2.8,0.6l-10.7,2.3
363
- C244.4,302.5,244.7,303.8,245.5,303.5L245.5,303.5z"/>
364
- </g>
365
- <g style="opacity:0.19;">
366
- <path style="fill:#191919;" d="M273.2,296.7c7.5-0.9,16-6,23.3-1.6c0.3,0.1,0.7,0,0.9-0.3c0.1-0.3,0-0.6-0.2-0.8
367
- c-7.8-4.5-16,0.5-23.9,1.5C272.4,295.5,272.4,296.8,273.2,296.7L273.2,296.7z"/>
368
- </g>
369
- <g style="opacity:0.19;">
370
- <path style="fill:#191919;" d="M274.6,288.7l11.1-2c0.8-0.1,0.5-1.4-0.4-1.3l-11.1,2.2C273.6,287.6,273.9,288.8,274.6,288.7
371
- L274.6,288.7z"/>
372
- </g>
373
- <g style="opacity:0.19;">
374
- <path style="fill:#191919;" d="M310.3,285c1.2-2.6,3.3-4.6,5.9-5.7c0.8-0.4,0.1-1.4-0.6-1.1c-2.8,1.3-5,3.5-6.2,6.2
375
- C308.9,285.1,309.9,285.8,310.3,285L310.3,285z"/>
376
- </g>
377
- <g style="opacity:0.19;">
378
- <path style="fill:#191919;" d="M309.6,279c1.4-2.6,3.4-4.9,5.9-6.6c0.6-0.5,0-1.5-0.6-1.1c-2.7,1.8-4.9,4.3-6.4,7.1
379
- C308.2,279.1,309.3,279.8,309.6,279L309.6,279z"/>
380
- </g>
381
- <g style="opacity:0.19;">
382
- <path style="fill:#191919;" d="M310.8,302.3c1.4-4.1,3.8-7.9,7-10.8c0.6-0.5-0.2-1.4-0.9-0.9c-3.3,3.2-5.8,7.1-7.2,11.4
383
- C309.2,302.6,310.5,303,310.8,302.3L310.8,302.3z"/>
384
- </g>
385
- <path style="fill:#C96169;" d="M270.8,202.8c0,0,11.6-7.5,14.8-4.3c2.3,2.3,5.5,4.6,10.7,3.8c0,0-6.6,2.4-10.7-1.5
386
- C285.6,200.6,284.2,197.3,270.8,202.8z"/>
387
- <path style="fill:#C96169;" d="M327.3,177.4c0,0,3.1,16,6.4,17.7l-3.4,2.7C330.2,197.7,327.3,187.4,327.3,177.4z"/>
388
- <path style="fill:#C96169;" d="M272,218.9c2.5-1.4,5.1-2.6,7.8-2.4c1.4,8.1-0.9,23-0.9,23c0.1-8,0.6-16.8-1.4-20.2
389
- C277.4,219.3,276.4,218.4,272,218.9z"/>
390
- <path style="fill:#C96169;" d="M315,244.2c0,0-27.2,9.8-33.3,5.1c2.9,0.2,5.8-0.2,8.4-1.4c4.1-1.9-9.8-0.9-9.8-0.9
391
- s7.1-2.8,10.4-2.9s4.1,1.1,11.8-0.5s9.9-4.7,13.7-5.5l3.8-0.6c0,0-8.3,2.9-9.7,4.5s10.9-1.5,12.2-2.9S320.7,242.3,315,244.2z"/>
392
- <path style="fill:#C96169;" d="M291.3,227.3c0,0,4.6,12.7,2.8,13.8s5.2,2.9,13.6-0.8c0,0-8.9,2.4-10.6-0.1
393
- S291.3,227.3,291.3,227.3z"/>
394
- <path style="fill:#565656;" d="M290.9,187.9c1.6-2.1,4.4-3.1,7-2.4c0.6,0.1,0.9-0.8,0.2-0.9c-3-0.6-6.1,0.5-8,2.9
395
- C289.7,187.9,290.5,188.4,290.9,187.9z"/>
396
- <path style="fill:#565656;" d="M293.5,188.8c0.3-1.1,1.3-1.7,2.4-1.5c0.1,0,0.2,0,0.3,0.1c0.5,0.2,1-0.5,0.5-0.8
397
- c-1.5-0.6-3.8,0.1-4.1,1.9C292.5,189,293.5,189.3,293.5,188.8z"/>
398
- <path style="fill:#D6696E;" d="M292.5,151c0.3-0.6,0.6-1.3,0.9-1.9l-0.3,0.1c0.1,0.1,0,0.9,0,1v1c0,0.1,0.3,0.3,0.3,0.1
399
- c0.2-0.6,0.6-1.3,0.9-1.9c0.1-0.1-0.3-0.2-0.3-0.1c-0.2,0.6-0.5,1.3-0.8,1.8l0.3,0.1v-1.4c0-0.2,0.1-0.6-0.1-0.9h-0.3v0.1
400
- c-0.2,0.6-0.5,1.3-0.8,1.9C292.1,151,292.3,151.1,292.5,151L292.5,151z"/>
401
- </g>
402
- </g>
403
- </g>
404
- </g>
405
- </svg>