eslint-plugin-effector 0.11.0 → 0.12.0

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 (159) hide show
  1. package/package.json +3 -3
  2. package/rules/enforce-effect-naming-convention/enforce-effect-naming-convention.js +9 -2
  3. package/rules/enforce-gate-naming-convention/enforce-gate-naming-convention.js +10 -2
  4. package/rules/enforce-store-naming-convention/enforce-store-naming-convention.js +9 -2
  5. package/rules/mandatory-scope-binding/mandatory-scope-binding.js +9 -2
  6. package/rules/no-watch/no-watch.js +10 -2
  7. package/utils/is.js +10 -1
  8. package/utils/node-type-is.js +5 -2
  9. package/docs/.vitepress/cache/deps/_metadata.json +0 -13
  10. package/docs/.vitepress/cache/deps/package.json +0 -1
  11. package/docs/.vitepress/cache/deps/vue.js +0 -11590
  12. package/docs/.vitepress/cache/deps/vue.js.map +0 -7
  13. package/docs/.vitepress/config.js +0 -58
  14. package/docs/.vitepress/dist/404.html +0 -23
  15. package/docs/.vitepress/dist/apple-touch-icon.png +0 -0
  16. package/docs/.vitepress/dist/assets/app.bd59d2fd.js +0 -1
  17. package/docs/.vitepress/dist/assets/changelog.md.772a432f.js +0 -1
  18. package/docs/.vitepress/dist/assets/changelog.md.772a432f.lean.js +0 -1
  19. package/docs/.vitepress/dist/assets/chunks/VPAlgoliaSearchBox.e15d81bd.js +0 -14
  20. package/docs/.vitepress/dist/assets/chunks/framework.02595b67.js +0 -2
  21. package/docs/.vitepress/dist/assets/chunks/theme.23495dab.js +0 -7
  22. package/docs/.vitepress/dist/assets/index.md.22c1dc01.js +0 -1
  23. package/docs/.vitepress/dist/assets/index.md.22c1dc01.lean.js +0 -1
  24. package/docs/.vitepress/dist/assets/inter-italic-cyrillic-ext.33bd5a8e.woff2 +0 -0
  25. package/docs/.vitepress/dist/assets/inter-italic-cyrillic.ea42a392.woff2 +0 -0
  26. package/docs/.vitepress/dist/assets/inter-italic-greek-ext.4fbe9427.woff2 +0 -0
  27. package/docs/.vitepress/dist/assets/inter-italic-greek.8f4463c4.woff2 +0 -0
  28. package/docs/.vitepress/dist/assets/inter-italic-latin-ext.bd8920cc.woff2 +0 -0
  29. package/docs/.vitepress/dist/assets/inter-italic-latin.bd3b6f56.woff2 +0 -0
  30. package/docs/.vitepress/dist/assets/inter-italic-vietnamese.6ce511fb.woff2 +0 -0
  31. package/docs/.vitepress/dist/assets/inter-roman-cyrillic-ext.e75737ce.woff2 +0 -0
  32. package/docs/.vitepress/dist/assets/inter-roman-cyrillic.5f2c6c8c.woff2 +0 -0
  33. package/docs/.vitepress/dist/assets/inter-roman-greek-ext.ab0619bc.woff2 +0 -0
  34. package/docs/.vitepress/dist/assets/inter-roman-greek.d5a6d92a.woff2 +0 -0
  35. package/docs/.vitepress/dist/assets/inter-roman-latin-ext.0030eebd.woff2 +0 -0
  36. package/docs/.vitepress/dist/assets/inter-roman-latin.2ed14f66.woff2 +0 -0
  37. package/docs/.vitepress/dist/assets/inter-roman-vietnamese.14ce25a6.woff2 +0 -0
  38. package/docs/.vitepress/dist/assets/presets___future.md.e9103b27.js +0 -1
  39. package/docs/.vitepress/dist/assets/presets___future.md.e9103b27.lean.js +0 -1
  40. package/docs/.vitepress/dist/assets/presets___index.md.036348a2.js +0 -1
  41. package/docs/.vitepress/dist/assets/presets___index.md.036348a2.lean.js +0 -1
  42. package/docs/.vitepress/dist/assets/presets___list.md.c59d692a.js +0 -1
  43. package/docs/.vitepress/dist/assets/presets___list.md.c59d692a.lean.js +0 -1
  44. package/docs/.vitepress/dist/assets/presets___patronum.md.378cac9e.js +0 -1
  45. package/docs/.vitepress/dist/assets/presets___patronum.md.378cac9e.lean.js +0 -1
  46. package/docs/.vitepress/dist/assets/presets___react.md.032da791.js +0 -1
  47. package/docs/.vitepress/dist/assets/presets___react.md.032da791.lean.js +0 -1
  48. package/docs/.vitepress/dist/assets/presets___recommended.md.8e0219bf.js +0 -1
  49. package/docs/.vitepress/dist/assets/presets___recommended.md.8e0219bf.lean.js +0 -1
  50. package/docs/.vitepress/dist/assets/presets___scope.md.a16b0476.js +0 -1
  51. package/docs/.vitepress/dist/assets/presets___scope.md.a16b0476.lean.js +0 -1
  52. package/docs/.vitepress/dist/assets/presets_future.md.cb2d4750.js +0 -4
  53. package/docs/.vitepress/dist/assets/presets_future.md.cb2d4750.lean.js +0 -1
  54. package/docs/.vitepress/dist/assets/presets_index.md.4607f021.js +0 -1
  55. package/docs/.vitepress/dist/assets/presets_index.md.4607f021.lean.js +0 -1
  56. package/docs/.vitepress/dist/assets/presets_patronum.md.ac63c75e.js +0 -4
  57. package/docs/.vitepress/dist/assets/presets_patronum.md.ac63c75e.lean.js +0 -1
  58. package/docs/.vitepress/dist/assets/presets_react.md.91f097f9.js +0 -4
  59. package/docs/.vitepress/dist/assets/presets_react.md.91f097f9.lean.js +0 -1
  60. package/docs/.vitepress/dist/assets/presets_recommended.md.98643b5c.js +0 -4
  61. package/docs/.vitepress/dist/assets/presets_recommended.md.98643b5c.lean.js +0 -1
  62. package/docs/.vitepress/dist/assets/presets_scope.md.e1b77236.js +0 -4
  63. package/docs/.vitepress/dist/assets/presets_scope.md.e1b77236.lean.js +0 -1
  64. package/docs/.vitepress/dist/assets/rules___index.md.4cf71d5e.js +0 -1
  65. package/docs/.vitepress/dist/assets/rules___index.md.4cf71d5e.lean.js +0 -1
  66. package/docs/.vitepress/dist/assets/rules___list.md.3d2508ab.js +0 -1
  67. package/docs/.vitepress/dist/assets/rules___list.md.3d2508ab.lean.js +0 -1
  68. package/docs/.vitepress/dist/assets/rules_enforce-effect-naming-convention.md.ad7462af.js +0 -9
  69. package/docs/.vitepress/dist/assets/rules_enforce-effect-naming-convention.md.ad7462af.lean.js +0 -1
  70. package/docs/.vitepress/dist/assets/rules_enforce-gate-naming-convention.md.f7ab1c32.js +0 -9
  71. package/docs/.vitepress/dist/assets/rules_enforce-gate-naming-convention.md.f7ab1c32.lean.js +0 -1
  72. package/docs/.vitepress/dist/assets/rules_enforce-store-naming-convention.md.0d2ed508.js +0 -22
  73. package/docs/.vitepress/dist/assets/rules_enforce-store-naming-convention.md.0d2ed508.lean.js +0 -1
  74. package/docs/.vitepress/dist/assets/rules_index.md.5ef5b917.js +0 -1
  75. package/docs/.vitepress/dist/assets/rules_index.md.5ef5b917.lean.js +0 -1
  76. package/docs/.vitepress/dist/assets/rules_keep-options-order.md.58bfbca2.js +0 -15
  77. package/docs/.vitepress/dist/assets/rules_keep-options-order.md.58bfbca2.lean.js +0 -1
  78. package/docs/.vitepress/dist/assets/rules_mandatory-scope-binding.md.9c380ecb.js +0 -13
  79. package/docs/.vitepress/dist/assets/rules_mandatory-scope-binding.md.9c380ecb.lean.js +0 -1
  80. package/docs/.vitepress/dist/assets/rules_no-ambiguity-target.md.94231682.js +0 -6
  81. package/docs/.vitepress/dist/assets/rules_no-ambiguity-target.md.94231682.lean.js +0 -1
  82. package/docs/.vitepress/dist/assets/rules_no-duplicate-on.md.d01d60d6.js +0 -10
  83. package/docs/.vitepress/dist/assets/rules_no-duplicate-on.md.d01d60d6.lean.js +0 -1
  84. package/docs/.vitepress/dist/assets/rules_no-forward.md.f83457f0.js +0 -9
  85. package/docs/.vitepress/dist/assets/rules_no-forward.md.f83457f0.lean.js +0 -1
  86. package/docs/.vitepress/dist/assets/rules_no-getState.md.4a019d9c.js +0 -14
  87. package/docs/.vitepress/dist/assets/rules_no-getState.md.4a019d9c.lean.js +0 -1
  88. package/docs/.vitepress/dist/assets/rules_no-guard.md.ce7893c6.js +0 -20
  89. package/docs/.vitepress/dist/assets/rules_no-guard.md.ce7893c6.lean.js +0 -1
  90. package/docs/.vitepress/dist/assets/rules_no-patronum-debug.md.e1506172.js +0 -12
  91. package/docs/.vitepress/dist/assets/rules_no-patronum-debug.md.e1506172.lean.js +0 -1
  92. package/docs/.vitepress/dist/assets/rules_no-unnecessary-combination.md.c493c675.js +0 -19
  93. package/docs/.vitepress/dist/assets/rules_no-unnecessary-combination.md.c493c675.lean.js +0 -1
  94. package/docs/.vitepress/dist/assets/rules_no-unnecessary-duplication.md.73a858d8.js +0 -26
  95. package/docs/.vitepress/dist/assets/rules_no-unnecessary-duplication.md.73a858d8.lean.js +0 -1
  96. package/docs/.vitepress/dist/assets/rules_no-useless-methods.md.8043425b.js +0 -8
  97. package/docs/.vitepress/dist/assets/rules_no-useless-methods.md.8043425b.lean.js +0 -1
  98. package/docs/.vitepress/dist/assets/rules_no-watch.md.c78d9c95.js +0 -34
  99. package/docs/.vitepress/dist/assets/rules_no-watch.md.c78d9c95.lean.js +0 -1
  100. package/docs/.vitepress/dist/assets/rules_prefer-sample-over-forward-with-mapping.md.b5f139ea.js +0 -21
  101. package/docs/.vitepress/dist/assets/rules_prefer-sample-over-forward-with-mapping.md.b5f139ea.lean.js +0 -1
  102. package/docs/.vitepress/dist/assets/rules_prefer-useUnit.md.e6b1721b.js +0 -27
  103. package/docs/.vitepress/dist/assets/rules_prefer-useUnit.md.e6b1721b.lean.js +0 -1
  104. package/docs/.vitepress/dist/assets/rules_strict-effect-handlers.md.142370fb.js +0 -20
  105. package/docs/.vitepress/dist/assets/rules_strict-effect-handlers.md.142370fb.lean.js +0 -1
  106. package/docs/.vitepress/dist/assets/shared_install.md.71ecb8f5.js +0 -1
  107. package/docs/.vitepress/dist/assets/shared_install.md.71ecb8f5.lean.js +0 -1
  108. package/docs/.vitepress/dist/assets/style.d567007a.css +0 -1
  109. package/docs/.vitepress/dist/changelog.html +0 -26
  110. package/docs/.vitepress/dist/comet-192.png +0 -0
  111. package/docs/.vitepress/dist/comet-512.png +0 -0
  112. package/docs/.vitepress/dist/comet.svg +0 -228
  113. package/docs/.vitepress/dist/favicon.ico +0 -0
  114. package/docs/.vitepress/dist/hashmap.json +0 -1
  115. package/docs/.vitepress/dist/index.html +0 -26
  116. package/docs/.vitepress/dist/manifest.webmanifest +0 -6
  117. package/docs/.vitepress/dist/presets/__future.html +0 -26
  118. package/docs/.vitepress/dist/presets/__index.html +0 -26
  119. package/docs/.vitepress/dist/presets/__list.html +0 -26
  120. package/docs/.vitepress/dist/presets/__patronum.html +0 -26
  121. package/docs/.vitepress/dist/presets/__react.html +0 -26
  122. package/docs/.vitepress/dist/presets/__recommended.html +0 -26
  123. package/docs/.vitepress/dist/presets/__scope.html +0 -26
  124. package/docs/.vitepress/dist/presets/future.html +0 -29
  125. package/docs/.vitepress/dist/presets/index.html +0 -26
  126. package/docs/.vitepress/dist/presets/patronum.html +0 -29
  127. package/docs/.vitepress/dist/presets/react.html +0 -29
  128. package/docs/.vitepress/dist/presets/recommended.html +0 -29
  129. package/docs/.vitepress/dist/presets/scope.html +0 -29
  130. package/docs/.vitepress/dist/rules/__index.html +0 -26
  131. package/docs/.vitepress/dist/rules/__list.html +0 -26
  132. package/docs/.vitepress/dist/rules/enforce-effect-naming-convention.html +0 -34
  133. package/docs/.vitepress/dist/rules/enforce-gate-naming-convention.html +0 -34
  134. package/docs/.vitepress/dist/rules/enforce-store-naming-convention.html +0 -47
  135. package/docs/.vitepress/dist/rules/index.html +0 -26
  136. package/docs/.vitepress/dist/rules/keep-options-order.html +0 -40
  137. package/docs/.vitepress/dist/rules/mandatory-scope-binding.html +0 -38
  138. package/docs/.vitepress/dist/rules/no-ambiguity-target.html +0 -31
  139. package/docs/.vitepress/dist/rules/no-duplicate-on.html +0 -35
  140. package/docs/.vitepress/dist/rules/no-forward.html +0 -34
  141. package/docs/.vitepress/dist/rules/no-getState.html +0 -39
  142. package/docs/.vitepress/dist/rules/no-guard.html +0 -45
  143. package/docs/.vitepress/dist/rules/no-patronum-debug.html +0 -37
  144. package/docs/.vitepress/dist/rules/no-unnecessary-combination.html +0 -44
  145. package/docs/.vitepress/dist/rules/no-unnecessary-duplication.html +0 -51
  146. package/docs/.vitepress/dist/rules/no-useless-methods.html +0 -33
  147. package/docs/.vitepress/dist/rules/no-watch.html +0 -59
  148. package/docs/.vitepress/dist/rules/prefer-sample-over-forward-with-mapping.html +0 -46
  149. package/docs/.vitepress/dist/rules/prefer-useUnit.html +0 -52
  150. package/docs/.vitepress/dist/rules/strict-effect-handlers.html +0 -45
  151. package/docs/.vitepress/dist/shared/install.html +0 -26
  152. package/docs/.vitepress/theme/custom.css +0 -10
  153. package/docs/.vitepress/theme/index.js +0 -4
  154. package/docs/public/apple-touch-icon.png +0 -0
  155. package/docs/public/comet-192.png +0 -0
  156. package/docs/public/comet-512.png +0 -0
  157. package/docs/public/comet.svg +0 -228
  158. package/docs/public/favicon.ico +0 -0
  159. package/docs/public/manifest.webmanifest +0 -6
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en-US" dir="ltr">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <title>Changelog | ESLint plugin for Effector</title>
7
- <meta name="description" content="Enforcing best practices for Effector">
8
- <link rel="preload stylesheet" href="/assets/style.d567007a.css" as="style">
9
- <script type="module" src="/assets/app.bd59d2fd.js"></script>
10
- <link rel="preload" href="/assets/inter-roman-latin.2ed14f66.woff2" as="font" type="font/woff2" crossorigin="">
11
- <link rel="modulepreload" href="/assets/chunks/framework.02595b67.js">
12
- <link rel="modulepreload" href="/assets/chunks/theme.23495dab.js">
13
- <link rel="modulepreload" href="/assets/changelog.md.772a432f.lean.js">
14
- <link rel="icon" href="/favicon.ico" sizes="any">
15
- <link rel="icon" href="/comet.svg" type="image/svg+xml">
16
- <link rel="apple-touch-icon" href="/apple-touch-icon.png">
17
- <link rel="manifest" href="/manifest.webmanifest">
18
- <script id="check-dark-light">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
19
- </head>
20
- <body>
21
- <div id="app"><div class="Layout" data-v-aef2e1d7><!--[--><!--]--><!--[--><span tabindex="-1" data-v-6ae001e4></span><a href="#VPContent" class="VPSkipLink visually-hidden" data-v-6ae001e4> Skip to content </a><!--]--><!----><header class="VPNav" data-v-aef2e1d7 data-v-da627261><div class="VPNavBar" data-v-da627261 data-v-841ab9f3><div class="container" data-v-841ab9f3><div class="title" data-v-841ab9f3><div class="VPNavBarTitle" data-v-841ab9f3 data-v-99b006a8><a class="title" href="/" data-v-99b006a8><!--[--><!--]--><!--[--><img class="VPImage logo" src="/comet.svg" alt data-v-ee23cc4a><!--]--><!--[-->ESLint plugin for Effector<!--]--><!--[--><!--]--></a></div></div><div class="content" data-v-841ab9f3><div class="curtain" data-v-841ab9f3></div><div class="content-body" data-v-841ab9f3><!--[--><!--]--><div class="VPNavBarSearch search" data-v-841ab9f3 style="--5aec6b7e:&#39;Meta&#39;;"><div id="docsearch"><button type="button" class="DocSearch DocSearch-Button" aria-label="Search"><span class="DocSearch-Button-Container"><svg class="DocSearch-Search-Icon" width="20" height="20" viewBox="0 0 20 20" aria-label="search icon"><path d="M14.386 14.386l4.0877 4.0877-4.0877-4.0877c-2.9418 2.9419-7.7115 2.9419-10.6533 0-2.9419-2.9418-2.9419-7.7115 0-10.6533 2.9418-2.9419 7.7115-2.9419 10.6533 0 2.9419 2.9418 2.9419 7.7115 0 10.6533z" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"></path></svg><span class="DocSearch-Button-Placeholder">Search</span></span><span class="DocSearch-Button-Keys"><kbd class="DocSearch-Button-Key"></kbd><kbd class="DocSearch-Button-Key">K</kbd></span></button></div></div><nav aria-labelledby="main-nav-aria-label" class="VPNavBarMenu menu" data-v-841ab9f3 data-v-50fd6da7><span id="main-nav-aria-label" class="visually-hidden" data-v-50fd6da7>Main Navigation</span><!--[--><!--[--><a class="VPLink link VPNavBarMenuLink" href="/presets/" tabindex="0" data-v-50fd6da7 data-v-b37b8ed3 data-v-733bcbad><!--[-->Presets<!--]--><!----></a><!--]--><!--[--><a class="VPLink link VPNavBarMenuLink" href="/rules/" tabindex="0" data-v-50fd6da7 data-v-b37b8ed3 data-v-733bcbad><!--[-->Rules<!--]--><!----></a><!--]--><!--[--><div class="VPFlyout VPNavBarMenuGroup" data-v-50fd6da7 data-v-fbe87e17><button type="button" class="button" aria-haspopup="true" aria-expanded="false" data-v-fbe87e17><span class="text" data-v-fbe87e17><!----> More <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewbox="0 0 24 24" class="text-icon" data-v-fbe87e17><path d="M12,16c-0.3,0-0.5-0.1-0.7-0.3l-6-6c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l5.3,5.3l5.3-5.3c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-6,6C12.5,15.9,12.3,16,12,16z"></path></svg></span></button><div class="menu" data-v-fbe87e17><div class="VPMenu" data-v-fbe87e17 data-v-0f540d3c><div class="items" data-v-0f540d3c><!--[--><!--[--><div class="VPMenuLink" data-v-0f540d3c data-v-4419b5df><a class="VPLink link active" href="/changelog.html" data-v-4419b5df data-v-733bcbad><!--[-->Changelog<!--]--><!----></a></div><!--]--><!--[--><div class="VPMenuLink" data-v-0f540d3c data-v-4419b5df><a class="VPLink link" href="https://effector.dev" target="_blank" rel="noreferrer" data-v-4419b5df data-v-733bcbad><!--[-->Effector<!--]--><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" height="24px" viewbox="0 0 24 24" width="24px" class="icon" data-v-733bcbad><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"></path></svg></a></div><!--]--><!--]--></div><!--[--><!--]--></div></div></div><!--]--><!--]--></nav><!----><div class="VPNavBarAppearance appearance" data-v-841ab9f3 data-v-f7e4af36><label title="toggle dark mode" data-v-f7e4af36 data-v-b609e79a><button class="VPSwitch VPSwitchAppearance" type="button" role="switch" aria-checked="false" data-v-b609e79a data-v-d82da5a3><span class="check" data-v-d82da5a3><span class="icon" data-v-d82da5a3><!--[--><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewbox="0 0 24 24" class="sun" data-v-b609e79a><path d="M12,18c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S15.3,18,12,18zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8z"></path><path d="M12,4c-0.6,0-1-0.4-1-1V1c0-0.6,0.4-1,1-1s1,0.4,1,1v2C13,3.6,12.6,4,12,4z"></path><path d="M12,24c-0.6,0-1-0.4-1-1v-2c0-0.6,0.4-1,1-1s1,0.4,1,1v2C13,23.6,12.6,24,12,24z"></path><path d="M5.6,6.6c-0.3,0-0.5-0.1-0.7-0.3L3.5,4.9c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l1.4,1.4c0.4,0.4,0.4,1,0,1.4C6.2,6.5,5.9,6.6,5.6,6.6z"></path><path d="M19.8,20.8c-0.3,0-0.5-0.1-0.7-0.3l-1.4-1.4c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l1.4,1.4c0.4,0.4,0.4,1,0,1.4C20.3,20.7,20,20.8,19.8,20.8z"></path><path d="M3,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h2c0.6,0,1,0.4,1,1S3.6,13,3,13z"></path><path d="M23,13h-2c-0.6,0-1-0.4-1-1s0.4-1,1-1h2c0.6,0,1,0.4,1,1S23.6,13,23,13z"></path><path d="M4.2,20.8c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l1.4-1.4c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-1.4,1.4C4.7,20.7,4.5,20.8,4.2,20.8z"></path><path d="M18.4,6.6c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l1.4-1.4c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-1.4,1.4C18.9,6.5,18.6,6.6,18.4,6.6z"></path></svg><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewbox="0 0 24 24" class="moon" data-v-b609e79a><path d="M12.1,22c-0.3,0-0.6,0-0.9,0c-5.5-0.5-9.5-5.4-9-10.9c0.4-4.8,4.2-8.6,9-9c0.4,0,0.8,0.2,1,0.5c0.2,0.3,0.2,0.8-0.1,1.1c-2,2.7-1.4,6.4,1.3,8.4c2.1,1.6,5,1.6,7.1,0c0.3-0.2,0.7-0.3,1.1-0.1c0.3,0.2,0.5,0.6,0.5,1c-0.2,2.7-1.5,5.1-3.6,6.8C16.6,21.2,14.4,22,12.1,22zM9.3,4.4c-2.9,1-5,3.6-5.2,6.8c-0.4,4.4,2.8,8.3,7.2,8.7c2.1,0.2,4.2-0.4,5.8-1.8c1.1-0.9,1.9-2.1,2.4-3.4c-2.5,0.9-5.3,0.5-7.5-1.1C9.2,11.4,8.1,7.7,9.3,4.4z"></path></svg><!--]--></span></span></button></label></div><div class="VPSocialLinks VPNavBarSocialLinks social-links" data-v-841ab9f3 data-v-bb81c9f8 data-v-e9e5c533><!--[--><a class="VPSocialLink" href="https://github.com/effector/eslint-plugin" aria-label="github" target="_blank" rel="noopener" data-v-e9e5c533 data-v-29f2b9fe><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GitHub</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg></a><a class="VPSocialLink" href="https://twitter.com/effectorjs" aria-label="twitter" target="_blank" rel="noopener" data-v-e9e5c533 data-v-29f2b9fe><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Twitter</title><path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/></svg></a><!--]--></div><div class="VPFlyout VPNavBarExtra extra" data-v-841ab9f3 data-v-2024a20c data-v-fbe87e17><button type="button" class="button" aria-haspopup="true" aria-expanded="false" aria-label="extra navigation" data-v-fbe87e17><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewbox="0 0 24 24" class="icon" data-v-fbe87e17><circle cx="12" cy="12" r="2"></circle><circle cx="19" cy="12" r="2"></circle><circle cx="5" cy="12" r="2"></circle></svg></button><div class="menu" data-v-fbe87e17><div class="VPMenu" data-v-fbe87e17 data-v-0f540d3c><!----><!--[--><!--[--><!----><div class="group" data-v-2024a20c><div class="item appearance" data-v-2024a20c><p class="label" data-v-2024a20c>Appearance</p><div class="appearance-action" data-v-2024a20c><label title="toggle dark mode" data-v-2024a20c data-v-b609e79a><button class="VPSwitch VPSwitchAppearance" type="button" role="switch" aria-checked="false" data-v-b609e79a data-v-d82da5a3><span class="check" data-v-d82da5a3><span class="icon" data-v-d82da5a3><!--[--><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewbox="0 0 24 24" class="sun" data-v-b609e79a><path d="M12,18c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S15.3,18,12,18zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8z"></path><path d="M12,4c-0.6,0-1-0.4-1-1V1c0-0.6,0.4-1,1-1s1,0.4,1,1v2C13,3.6,12.6,4,12,4z"></path><path d="M12,24c-0.6,0-1-0.4-1-1v-2c0-0.6,0.4-1,1-1s1,0.4,1,1v2C13,23.6,12.6,24,12,24z"></path><path d="M5.6,6.6c-0.3,0-0.5-0.1-0.7-0.3L3.5,4.9c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l1.4,1.4c0.4,0.4,0.4,1,0,1.4C6.2,6.5,5.9,6.6,5.6,6.6z"></path><path d="M19.8,20.8c-0.3,0-0.5-0.1-0.7-0.3l-1.4-1.4c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l1.4,1.4c0.4,0.4,0.4,1,0,1.4C20.3,20.7,20,20.8,19.8,20.8z"></path><path d="M3,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h2c0.6,0,1,0.4,1,1S3.6,13,3,13z"></path><path d="M23,13h-2c-0.6,0-1-0.4-1-1s0.4-1,1-1h2c0.6,0,1,0.4,1,1S23.6,13,23,13z"></path><path d="M4.2,20.8c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l1.4-1.4c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-1.4,1.4C4.7,20.7,4.5,20.8,4.2,20.8z"></path><path d="M18.4,6.6c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l1.4-1.4c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-1.4,1.4C18.9,6.5,18.6,6.6,18.4,6.6z"></path></svg><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewbox="0 0 24 24" class="moon" data-v-b609e79a><path d="M12.1,22c-0.3,0-0.6,0-0.9,0c-5.5-0.5-9.5-5.4-9-10.9c0.4-4.8,4.2-8.6,9-9c0.4,0,0.8,0.2,1,0.5c0.2,0.3,0.2,0.8-0.1,1.1c-2,2.7-1.4,6.4,1.3,8.4c2.1,1.6,5,1.6,7.1,0c0.3-0.2,0.7-0.3,1.1-0.1c0.3,0.2,0.5,0.6,0.5,1c-0.2,2.7-1.5,5.1-3.6,6.8C16.6,21.2,14.4,22,12.1,22zM9.3,4.4c-2.9,1-5,3.6-5.2,6.8c-0.4,4.4,2.8,8.3,7.2,8.7c2.1,0.2,4.2-0.4,5.8-1.8c1.1-0.9,1.9-2.1,2.4-3.4c-2.5,0.9-5.3,0.5-7.5-1.1C9.2,11.4,8.1,7.7,9.3,4.4z"></path></svg><!--]--></span></span></button></label></div></div></div><div class="group" data-v-2024a20c><div class="item social-links" data-v-2024a20c><div class="VPSocialLinks social-links-list" data-v-2024a20c data-v-e9e5c533><!--[--><a class="VPSocialLink" href="https://github.com/effector/eslint-plugin" aria-label="github" target="_blank" rel="noopener" data-v-e9e5c533 data-v-29f2b9fe><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GitHub</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg></a><a class="VPSocialLink" href="https://twitter.com/effectorjs" aria-label="twitter" target="_blank" rel="noopener" data-v-e9e5c533 data-v-29f2b9fe><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Twitter</title><path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/></svg></a><!--]--></div></div></div><!--]--><!--]--></div></div></div><!--[--><!--]--><button type="button" class="VPNavBarHamburger hamburger" aria-label="mobile navigation" aria-expanded="false" aria-controls="VPNavScreen" data-v-841ab9f3 data-v-540bcc63><span class="container" data-v-540bcc63><span class="top" data-v-540bcc63></span><span class="middle" data-v-540bcc63></span><span class="bottom" data-v-540bcc63></span></span></button></div></div></div></div><!----></header><!----><!----><div class="VPContent" id="VPContent" data-v-aef2e1d7 data-v-e544e331><div class="VPDoc has-aside" data-v-e544e331 data-v-75b2a91b><!--[--><!--]--><div class="container" data-v-75b2a91b><div class="aside" data-v-75b2a91b><div class="aside-curtain" data-v-75b2a91b></div><div class="aside-container" data-v-75b2a91b><div class="aside-content" data-v-75b2a91b><div class="VPDocAside" data-v-75b2a91b data-v-32e521bb><!--[--><!--]--><!--[--><!--]--><div class="VPDocAsideOutline" data-v-32e521bb data-v-5832db09><div class="content" data-v-5832db09><div class="outline-marker" data-v-5832db09></div><div class="outline-title" data-v-5832db09>On this page</div><nav aria-labelledby="doc-outline-aria-label" data-v-5832db09><span class="visually-hidden" id="doc-outline-aria-label" data-v-5832db09> Table of Contents for current page </span><ul class="root" data-v-5832db09 data-v-0c23fd6b><!--[--><!--]--></ul></nav></div></div><!--[--><!--]--><div class="spacer" data-v-32e521bb></div><!--[--><!--]--><!----><!--[--><!--]--><!--[--><!--]--></div></div></div></div><div class="content" data-v-75b2a91b><div class="content-container" data-v-75b2a91b><!--[--><!--]--><!----><main class="main" data-v-75b2a91b><div style="position:relative;" class="vp-doc _changelog" data-v-75b2a91b><div><h1 id="changelog" tabindex="-1">Changelog <a class="header-anchor" href="#changelog" aria-label="Permalink to &quot;Changelog&quot;">​</a></h1><h2 id="v0-10-5" tabindex="-1">v0.10.5 <a class="header-anchor" href="#v0-10-5" aria-label="Permalink to &quot;v0.10.5&quot;">​</a></h2><ul><li>Fix false-positive in <code>no-ambiguity-target</code> rule</li></ul><h2 id="v0-10-4" tabindex="-1">v0.10.4 <a class="header-anchor" href="#v0-10-4" aria-label="Permalink to &quot;v0.10.4&quot;">​</a></h2><ul><li>Fix false-positive in <code>enforce-store-naming-convention</code> rule (<a href="https://github.com/effector/eslint-plugin/pull/137" target="_blank" rel="noreferrer">PR #137</a>)</li></ul><h2 id="v0-10-3" tabindex="-1">v0.10.3 <a class="header-anchor" href="#v0-10-3" aria-label="Permalink to &quot;v0.10.3&quot;">​</a></h2><ul><li>Fix unhandled rejection in <code>enforce-store-naming-convention</code> rule</li></ul><h2 id="v0-10-2" tabindex="-1">v0.10.2 <a class="header-anchor" href="#v0-10-2" aria-label="Permalink to &quot;v0.10.2&quot;">​</a></h2><ul><li>Fix unhandled exception in <code>no-patronum-debug</code> rule</li></ul><h2 id="v0-10-1" tabindex="-1">v0.10.1 <a class="header-anchor" href="#v0-10-1" aria-label="Permalink to &quot;v0.10.1&quot;">​</a></h2><ul><li>Fix false-positive in <code>no-patronum-debug</code> rule (<a href="https://github.com/effector/eslint-plugin/pull/126" target="_blank" rel="noreferrer">PR #126</a>) by @raidenmiro</li></ul><h2 id="v0-10-0" tabindex="-1">v0.10.0 <a class="header-anchor" href="#v0-10-0" aria-label="Permalink to &quot;v0.10.0&quot;">​</a></h2><ul><li>Allow using package on Node.js 15 and Node.js 17 (<a href="https://github.com/effector/eslint-plugin/pull/124" target="_blank" rel="noreferrer">PR #124</a>)</li></ul><h2 id="v0-9-1" tabindex="-1">v0.9.1 <a class="header-anchor" href="#v0-9-1" aria-label="Permalink to &quot;v0.9.1&quot;">​</a></h2><ul><li>Fixed factory usage with <code>enforce-store-naming-convention</code> (<a href="https://github.com/effector/eslint-plugin/pull/122" target="_blank" rel="noreferrer">PR #122</a>) by @Lonli-Lokli</li></ul><h2 id="v0-9-0" tabindex="-1">v0.9.0 <a class="header-anchor" href="#v0-9-0" aria-label="Permalink to &quot;v0.9.0&quot;">​</a></h2><ul><li>Add new rule <code>no-patronum-debug</code> (<a href="https://github.com/effector/eslint-plugin/pull/121" target="_blank" rel="noreferrer">PR #121</a> by @raidenmiro)</li></ul><h2 id="v0-8-2" tabindex="-1">v0.8.2 <a class="header-anchor" href="#v0-8-2" aria-label="Permalink to &quot;v0.8.2&quot;">​</a></h2><ul><li>Fix false-negative in <code>enforce-store-naming-convention</code> rule (<a href="https://github.com/effector/eslint-plugin/pull/119" target="_blank" rel="noreferrer">PR #119</a> by @iposokhin)</li></ul><h2 id="v0-8-1" tabindex="-1">v0.8.1 <a class="header-anchor" href="#v0-8-1" aria-label="Permalink to &quot;v0.8.1&quot;">​</a></h2><ul><li>Fix typo in <code>react</code> preset config</li></ul><h2 id="v0-8-0" tabindex="-1">v0.8.0 <a class="header-anchor" href="#v0-8-0" aria-label="Permalink to &quot;v0.8.0&quot;">​</a></h2><ul><li>Rule <code>mandatory-useEvent</code> is renamed to <code>mandatory-scope-binding</code></li><li>Add new rule <code>prefer-useUnit</code></li></ul><h2 id="v0-7-6" tabindex="-1">v0.7.6 <a class="header-anchor" href="#v0-7-6" aria-label="Permalink to &quot;v0.7.6&quot;">​</a></h2><ul><li>Fix <code>keep-options-order</code> case for operators with <code>greedy</code> option</li></ul><h2 id="v0-7-5" tabindex="-1">v0.7.5 <a class="header-anchor" href="#v0-7-5" aria-label="Permalink to &quot;v0.7.5&quot;">​</a></h2><ul><li>Fix <code>no-guard</code>/<code>no-forward</code> <a href="https://github.com/effector/eslint-plugin/issues/87" target="_blank" rel="noreferrer">suggestion bugs</a> (<a href="https://github.com/effector/eslint-plugin/pull/105" target="_blank" rel="noreferrer">PR #105</a> by @Minhir)</li></ul><h2 id="v0-7-4" tabindex="-1">v0.7.4 <a class="header-anchor" href="#v0-7-4" aria-label="Permalink to &quot;v0.7.4&quot;">​</a></h2><ul><li>Fix false-positive in <code>mandatory-useEvent</code> on effect stores</li></ul><h2 id="v0-7-3" tabindex="-1">v0.7.3 <a class="header-anchor" href="#v0-7-3" aria-label="Permalink to &quot;v0.7.3&quot;">​</a></h2><ul><li>Fix false-positive in <code>mandatory-useEvent</code></li></ul><h2 id="v0-7-2" tabindex="-1">v0.7.2 <a class="header-anchor" href="#v0-7-2" aria-label="Permalink to &quot;v0.7.2&quot;">​</a></h2><ul><li>Handle case with two arguments in <code>guard</code> of <code>no-guard</code></li></ul><h2 id="v0-7-1" tabindex="-1">v0.7.1 <a class="header-anchor" href="#v0-7-1" aria-label="Permalink to &quot;v0.7.1&quot;">​</a></h2><ul><li>Handle case with empty fields in <code>no-guard</code>/<code>no-forward</code></li></ul><h2 id="v0-7-0" tabindex="-1">v0.7.0 <a class="header-anchor" href="#v0-7-0" aria-label="Permalink to &quot;v0.7.0&quot;">​</a></h2><h3 id="rules" tabindex="-1">Rules <a class="header-anchor" href="#rules" aria-label="Permalink to &quot;Rules&quot;">​</a></h3><ul><li>Add new rule <code>no-guard</code> (<a href="https://github.com/effector/eslint-plugin/pull/88" target="_blank" rel="noreferrer">PR #88</a>)</li><li>Add new rule <code>mandatory-useEvent</code> (<a href="https://github.com/effector/eslint-plugin/pull/100" target="_blank" rel="noreferrer">PR #100</a> by @AlexandrHoroshih)</li><li>Support Node.js 18 (<a href="https://github.com/effector/eslint-plugin/pull/101" target="_blank" rel="noreferrer">PR #101</a>)</li></ul><h3 id="presets" tabindex="-1">Presets <a class="header-anchor" href="#presets" aria-label="Permalink to &quot;Presets&quot;">​</a></h3><ul><li>Add <code>mandatory-useEvent</code> to <code>scope</code> preset</li></ul><h2 id="v0-6-0" tabindex="-1">v0.6.0 <a class="header-anchor" href="#v0-6-0" aria-label="Permalink to &quot;v0.6.0&quot;">​</a></h2><ul><li>Add new rule <code>keep-options-order</code> (<a href="https://github.com/effector/eslint-plugin/pull/81" target="_blank" rel="noreferrer">PR #81</a>)</li><li>Add new rule <code>no-forward</code> (<a href="https://github.com/effector/eslint-plugin/pull/82" target="_blank" rel="noreferrer">PR #82</a>)</li><li>Fix false-positive on nested object with store in <code>no-duplicate-on</code> (<a href="https://github.com/effector/eslint-plugin/pull/86" target="_blank" rel="noreferrer">PR #86</a>)</li><li>Fix possible exception on WIP code in some IDEs in <code>no-duplicate-on</code></li></ul><h2 id="v0-5-2" tabindex="-1">v0.5.2 <a class="header-anchor" href="#v0-5-2" aria-label="Permalink to &quot;v0.5.2&quot;">​</a></h2><ul><li>Fix error of parsing empty function in <code>strict-effect-handlers</code></li></ul><h2 id="v0-5-1" tabindex="-1">v0.5.1 <a class="header-anchor" href="#v0-5-1" aria-label="Permalink to &quot;v0.5.1&quot;">​</a></h2><ul><li>Fix possible exceptions on non-effector code</li></ul><h2 id="v0-5-0" tabindex="-1">v0.5.0 <a class="header-anchor" href="#v0-5-0" aria-label="Permalink to &quot;v0.5.0&quot;">​</a></h2><h3 id="rules-1" tabindex="-1">Rules <a class="header-anchor" href="#rules-1" aria-label="Permalink to &quot;Rules&quot;">​</a></h3><ul><li>Add new rule <code>no-duplicate-on</code> (<a href="https://github.com/effector/eslint-plugin/pull/76" target="_blank" rel="noreferrer">PR #76</a>)</li><li>Add new rule <code>strict-effect-handlers</code> (<a href="https://github.com/effector/eslint-plugin/pull/78" target="_blank" rel="noreferrer">PR #78</a>)</li><li>Add new rule <code>enforce-gate-naming-convention</code> (<a href="https://github.com/effector/eslint-plugin/pull/80" target="_blank" rel="noreferrer">PR #80</a>)</li></ul><h3 id="presets-1" tabindex="-1">Presets <a class="header-anchor" href="#presets-1" aria-label="Permalink to &quot;Presets&quot;">​</a></h3><ul><li>Add new preset <code>scope</code> (<a href="https://github.com/effector/eslint-plugin/pull/79" target="_blank" rel="noreferrer">PR #79</a>)</li><li>Add new preset <code>react</code> (<a href="https://github.com/effector/eslint-plugin/pull/80" target="_blank" rel="noreferrer">PR #80</a>)</li></ul><h3 id="fixes" tabindex="-1">Fixes <a class="header-anchor" href="#fixes" aria-label="Permalink to &quot;Fixes&quot;">​</a></h3><ul><li>Fix incorrect suggestion in IDE in rule <code>enforce-store-naming-convention</code></li></ul><h2 id="v0-4-2" tabindex="-1">v0.4.2 <a class="header-anchor" href="#v0-4-2" aria-label="Permalink to &quot;v0.4.2&quot;">​</a></h2><ul><li>Fix false-positive in <code>no-useless-methods</code> rule (<a href="https://github.com/effector/eslint-plugin/pull/77" target="_blank" rel="noreferrer">PR #77</a>)</li></ul><h2 id="v0-4-1" tabindex="-1">v0.4.1 <a class="header-anchor" href="#v0-4-1" aria-label="Permalink to &quot;v0.4.1&quot;">​</a></h2><ul><li>Specify ESLint version in peerDependencies</li><li>Fix false-positive in <code>no-unnecessary-combination</code> rule (<a href="https://github.com/effector/eslint-plugin/pull/64" target="_blank" rel="noreferrer">PR #64</a>)</li></ul><h2 id="v0-4-0" tabindex="-1">v0.4.0 <a class="header-anchor" href="#v0-4-0" aria-label="Permalink to &quot;v0.4.0&quot;">​</a></h2><ul><li>Add new rule: <code>no-watch</code> (<a href="https://github.com/effector/eslint-plugin/pull/51" target="_blank" rel="noreferrer">PR #51</a> by @binjospookie)</li><li>Add new rule: <code>no-unnecessary-combination</code> (<a href="https://github.com/effector/eslint-plugin/pull/43" target="_blank" rel="noreferrer">PR #43</a>)</li><li>Decrease package size in <code>node_modules</code> 42.4 kB -&gt; 39.3 kB (<a href="https://github.com/effector/eslint-plugin/pull/54" target="_blank" rel="noreferrer">PR #54</a>)</li><li>Add links to rule docs to IDE prompts (<a href="https://github.com/effector/eslint-plugin/pull/55" target="_blank" rel="noreferrer">PR #55</a>)</li><li>Support ESLint 8 (<a href="https://github.com/effector/eslint-plugin/pull/58" target="_blank" rel="noreferrer">PR #58</a>)</li></ul><h2 id="v0-3-1" tabindex="-1">v0.3.1 <a class="header-anchor" href="#v0-3-1" aria-label="Permalink to &quot;v0.3.1&quot;">​</a></h2><ul><li>Fixed false-positive in <code>no-ambiguity-target</code> with factories (<a href="https://github.com/effector/eslint-plugin/pull/50" target="_blank" rel="noreferrer">PR #50</a>)</li></ul><h2 id="v0-3-0" tabindex="-1">v0.3.0 <a class="header-anchor" href="#v0-3-0" aria-label="Permalink to &quot;v0.3.0&quot;">​</a></h2><ul><li>Add new rule: <code>no-useless-methods</code> (<a href="https://github.com/effector/eslint-plugin/pull/41" target="_blank" rel="noreferrer">PR #41</a>)</li><li>Add new rule: <code>no-ambiguity-target</code> (<a href="https://github.com/effector/eslint-plugin/pull/42" target="_blank" rel="noreferrer">PR #42</a>)</li><li>Add possibility to configure store&#39;s naming convention — suffix of prefix (<a href="https://github.com/effector/eslint-plugin/pull/37" target="_blank" rel="noreferrer">PR #37</a> by @ilyaryabchinski)</li></ul><h2 id="v0-2-0" tabindex="-1">v0.2.0 <a class="header-anchor" href="#v0-2-0" aria-label="Permalink to &quot;v0.2.0&quot;">​</a></h2><ul><li>Add tests against Effector 22</li><li>Specify supported Node.JS versions</li><li>Add new rule: <code>prefer-sample-over-forward-with-mapping</code> (<a href="https://github.com/igorkamyshev/eslint-plugin-effector/pull/34" target="_blank" rel="noreferrer">PR #34</a>)</li></ul><h2 id="v0-1-4" tabindex="-1">v0.1.4 <a class="header-anchor" href="#v0-1-4" aria-label="Permalink to &quot;v0.1.4&quot;">​</a></h2><ul><li>Exclude test-coverage report from npm-package</li><li>Fixed SyntaxError in <code>no-unnecessary-duplication</code> suggestions (<a href="https://github.com/igorkamyshev/eslint-plugin-effector/pull/28" target="_blank" rel="noreferrer">PR #28</a>)</li></ul><h2 id="v0-1-3" tabindex="-1">v0.1.3 <a class="header-anchor" href="#v0-1-3" aria-label="Permalink to &quot;v0.1.3&quot;">​</a></h2><ul><li>Fixed false-positive in <code>no-unnecessary-duplication</code> with composite <code>clock</code>/<code>source</code> (<a href="https://github.com/igorkamyshev/eslint-plugin-effector/pull/22" target="_blank" rel="noreferrer">PR #22</a>)</li><li>Fixed TypeError in <code>enforce-store-naming-convention</code> (<a href="https://github.com/igorkamyshev/eslint-plugin-effector/pull/25" target="_blank" rel="noreferrer">PR #25</a>)</li><li>Fixed false-positive in <code>enforce-effect-naming-convention</code> with <code>combine</code> (<a href="https://github.com/igorkamyshev/eslint-plugin-effector/pull/26" target="_blank" rel="noreferrer">PR #26</a>)</li></ul></div></div></main><footer class="VPDocFooter" data-v-75b2a91b data-v-79852a81><!--[--><!--]--><div class="edit-info" data-v-79852a81><div class="edit-link" data-v-79852a81><a class="VPLink link edit-link-button" href="https://github.com/effector/eslint-plugin/edit/master/docs/changelog.md" target="_blank" rel="noreferrer" data-v-79852a81 data-v-733bcbad><!--[--><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" class="edit-link-icon" aria-label="edit icon" data-v-79852a81><path d="M18,23H4c-1.7,0-3-1.3-3-3V6c0-1.7,1.3-3,3-3h7c0.6,0,1,0.4,1,1s-0.4,1-1,1H4C3.4,5,3,5.4,3,6v14c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-7c0-0.6,0.4-1,1-1s1,0.4,1,1v7C21,21.7,19.7,23,18,23z"></path><path d="M8,17c-0.3,0-0.5-0.1-0.7-0.3C7,16.5,6.9,16.1,7,15.8l1-4c0-0.2,0.1-0.3,0.3-0.5l9.5-9.5c1.2-1.2,3.2-1.2,4.4,0c1.2,1.2,1.2,3.2,0,4.4l-9.5,9.5c-0.1,0.1-0.3,0.2-0.5,0.3l-4,1C8.2,17,8.1,17,8,17zM9.9,12.5l-0.5,2.1l2.1-0.5l9.3-9.3c0.4-0.4,0.4-1.1,0-1.6c-0.4-0.4-1.2-0.4-1.6,0l0,0L9.9,12.5z M18.5,2.5L18.5,2.5L18.5,2.5z"></path></svg> Edit this page<!--]--><!----></a></div><!----></div><!----></footer><!--[--><!--]--></div></div></div><!--[--><!--]--></div></div><footer class="VPFooter" data-v-aef2e1d7 data-v-b61c28e3><div class="container" data-v-b61c28e3><p class="message" data-v-b61c28e3>Released under the MIT License.</p><!----></div></footer><!--[--><!--]--></div></div>
22
- <script>__VP_HASH_MAP__ = JSON.parse("{\"presets___patronum.md\":\"378cac9e\",\"presets_scope.md\":\"e1b77236\",\"presets___index.md\":\"036348a2\",\"rules_no-duplicate-on.md\":\"d01d60d6\",\"presets___future.md\":\"e9103b27\",\"rules_no-getstate.md\":\"4a019d9c\",\"presets_future.md\":\"cb2d4750\",\"rules_enforce-store-naming-convention.md\":\"0d2ed508\",\"presets___scope.md\":\"a16b0476\",\"rules_index.md\":\"5ef5b917\",\"presets___react.md\":\"032da791\",\"index.md\":\"22c1dc01\",\"presets_index.md\":\"4607f021\",\"rules_no-ambiguity-target.md\":\"94231682\",\"rules_enforce-gate-naming-convention.md\":\"f7ab1c32\",\"rules___index.md\":\"4cf71d5e\",\"rules_no-guard.md\":\"ce7893c6\",\"changelog.md\":\"772a432f\",\"rules_keep-options-order.md\":\"58bfbca2\",\"presets_recommended.md\":\"98643b5c\",\"rules_no-forward.md\":\"f83457f0\",\"rules_no-patronum-debug.md\":\"e1506172\",\"rules_enforce-effect-naming-convention.md\":\"ad7462af\",\"presets___list.md\":\"c59d692a\",\"rules_mandatory-scope-binding.md\":\"9c380ecb\",\"presets___recommended.md\":\"8e0219bf\",\"presets_react.md\":\"91f097f9\",\"rules___list.md\":\"3d2508ab\",\"presets_patronum.md\":\"ac63c75e\",\"rules_no-unnecessary-duplication.md\":\"73a858d8\",\"rules_no-useless-methods.md\":\"8043425b\",\"rules_no-watch.md\":\"c78d9c95\",\"rules_no-unnecessary-combination.md\":\"c493c675\",\"rules_prefer-useunit.md\":\"e6b1721b\",\"rules_prefer-sample-over-forward-with-mapping.md\":\"b5f139ea\",\"shared_install.md\":\"71ecb8f5\",\"rules_strict-effect-handlers.md\":\"142370fb\"}")
23
- __VP_SITE_DATA__ = JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"ESLint plugin for Effector\",\"description\":\"Enforcing best practices for Effector\",\"base\":\"/\",\"head\":[],\"appearance\":true,\"themeConfig\":{\"siteTitle\":\"ESLint plugin for Effector\",\"logo\":\"/comet.svg\",\"footer\":{\"message\":\"Released under the MIT License.\"},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/effector/eslint-plugin\"},{\"icon\":\"twitter\",\"link\":\"https://twitter.com/effectorjs\"}],\"algolia\":{\"appId\":\"NW4641ANOK\",\"apiKey\":\"82a2fcdc603a1de18478e1c461450168\",\"indexName\":\"eslint-effector\"},\"editLink\":{\"pattern\":\"https://github.com/effector/eslint-plugin/edit/master/docs/:path\"},\"nav\":[{\"text\":\"Presets\",\"link\":\"/presets/\",\"activeMatch\":\"^/presets/\"},{\"text\":\"Rules\",\"link\":\"/rules/\",\"activeMatch\":\"^/rules/\"},{\"text\":\"More\",\"items\":[{\"text\":\"Changelog\",\"link\":\"/changelog\"},{\"text\":\"Effector\",\"link\":\"https://effector.dev\"}]}],\"sidebar\":{}},\"locales\":{},\"scrollOffset\":90,\"cleanUrls\":false}")</script>
24
-
25
- </body>
26
- </html>
Binary file
Binary file
@@ -1,228 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="160px" height="160px" viewBox="0 0 1600 1600" preserveAspectRatio="xMidYMid meet">
2
- <g id="layer101" fill="#7f2400" stroke="none">
3
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z"/>
4
- </g>
5
- <g id="layer102" fill="#943102" stroke="none">
6
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-687 -622 c0 -6 -14 -19 -31 -29 -26 -16 -35 -17 -51 -8 -17 11 -16 13 19 29 44 20 63 22 63 8z m47 -47 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m-144 -9 c9 -9 -31 -51 -65 -70 -38 -20 -37 1 1 44 29 31 50 39 64 26z"/>
7
- </g>
8
- <g id="layer103" fill="#af3a01" stroke="none">
9
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-658 -611 c7 -5 11 -14 7 -19 -4 -6 2 -16 13 -22 13 -6 18 -16 14 -26 -5 -13 -17 -15 -59 -12 -64 5 -111 32 -93 54 21 25 93 41 118 25z m-352 -58 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m248 -18 c31 -19 35 -25 20 -26 -11 -1 -24 -1 -28 0 -5 1 -28 -14 -50 -34 -23 -19 -50 -41 -59 -49 -41 -35 -108 -57 -108 -35 0 21 2 24 22 32 19 7 19 6 7 -10 -7 -10 0 -6 17 10 30 27 51 36 39 17 -3 -5 -1 -10 4 -10 14 0 14 17 0 26 -7 4 8 25 37 55 27 27 51 49 54 49 3 0 23 -12 45 -25z m100 -25 c3 -5 -1 -10 -10 -10 -9 0 -13 5 -10 10 3 6 8 10 10 10 2 0 7 -4 10 -10z m56 -10 c10 0 19 -4 19 -10 0 -13 -6 -13 -31 0 -10 6 -19 16 -18 23 0 9 2 9 6 0 2 -7 13 -13 24 -13z m-421 -100 c0 -5 -7 -10 -17 -10 -9 0 -31 -11 -50 -26 -32 -24 -33 -24 -33 -5 0 14 11 26 33 35 39 17 67 20 67 6z m507 -37 c-4 -3 -7 0 -7 7 0 7 3 10 7 7 3 -4 3 -10 0 -14z"/>
10
- </g>
11
- <g id="layer104" fill="#b94703" stroke="none">
12
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-658 -611 c7 -5 11 -13 8 -18 -3 -5 11 -20 32 -34 25 -15 35 -27 27 -32 -8 -5 -5 -12 8 -22 11 -8 16 -18 13 -22 -4 -4 -57 -7 -118 -8 -109 -1 -111 -1 -131 -28 -11 -15 -39 -38 -61 -51 -48 -28 -147 -43 -158 -25 -11 18 -63 -27 -69 -59 -3 -15 -15 -31 -26 -37 -12 -6 -28 -16 -36 -23 -35 -28 -38 34 -5 75 13 15 26 35 30 45 3 9 19 19 35 23 22 4 32 14 37 33 4 15 10 21 12 15 3 -7 17 -13 31 -13 52 0 106 28 159 81 l52 53 46 -23 c25 -12 51 -21 58 -18 6 2 -4 11 -23 20 -61 27 -65 32 -44 55 20 22 96 30 123 13z m-312 -66 c-15 -14 -27 -30 -27 -35 0 -6 -9 -10 -20 -10 -14 0 -20 6 -18 18 2 10 -2 16 -10 14 -8 -1 -12 3 -10 10 4 11 41 21 98 27 9 0 4 -9 -13 -24z m303 -135 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m27 -7 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m159 -20 c-7 -7 -26 7 -26 19 0 6 6 6 15 -2 9 -7 13 -15 11 -17z m-26 -32 c0 -11 -5 -10 -20 4 -15 14 -17 20 -8 26 13 8 28 -7 28 -30z"/>
13
- </g>
14
- <g id="layer105" fill="#cd3b01" stroke="none">
15
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-664 -609 c10 -2 16 -11 13 -18 -3 -8 15 -23 45 -39 27 -15 50 -34 51 -42 0 -8 1 -20 2 -26 1 -7 -12 -15 -28 -18 -21 -4 -30 -12 -33 -29 -2 -17 1 -22 11 -18 20 8 27 -3 15 -24 -7 -13 -21 -19 -47 -19 -46 0 -112 18 -112 30 0 15 39 32 60 25 11 -4 20 -3 20 2 0 5 -23 14 -51 20 -59 14 -71 10 -134 -48 -51 -47 -81 -59 -153 -60 -57 -1 -97 -14 -88 -27 7 -11 -15 -34 -63 -67 -23 -16 -47 -39 -51 -51 -12 -31 -30 -40 -30 -15 0 11 8 25 18 30 13 7 19 22 20 47 1 21 6 42 12 48 5 5 10 18 10 28 0 10 6 18 14 18 8 0 16 6 19 14 3 8 19 17 35 21 22 4 32 14 37 33 4 15 10 21 12 15 14 -39 130 4 195 73 l47 48 45 -23 c26 -12 52 -21 59 -18 6 2 -4 11 -23 20 -62 28 -64 31 -45 61 16 25 22 27 59 21 23 -4 49 -9 59 -12z m-311 -84 c-41 -39 -62 -43 -62 -13 0 8 -7 14 -16 14 -33 0 6 29 44 33 80 8 78 9 34 -34z m-172 -63 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z m690 -60 c0 -8 -3 -22 -6 -31 -6 -14 -10 -13 -31 7 -22 21 -23 23 -6 29 29 12 43 10 43 -5z m-44 -60 c10 -24 22 -43 25 -40 4 2 12 -3 19 -10 9 -12 6 -18 -14 -31 -14 -10 -26 -21 -26 -26 0 -16 32 -10 46 9 12 15 13 13 14 -22 0 -22 -3 -36 -7 -33 -3 4 -12 2 -19 -4 -10 -8 -24 -1 -56 29 -24 22 -52 41 -62 43 -10 2 -24 11 -29 20 -15 23 15 52 45 45 13 -3 17 -3 10 0 -10 5 -10 9 -1 20 9 11 8 15 -6 20 -13 5 -14 9 -3 15 28 18 46 9 64 -35z m94 -108 c0 -18 -2 -20 -9 -8 -6 8 -7 18 -5 22 9 14 14 9 14 -14z m-210 -22 c0 -3 -4 -8 -10 -11 -5 -3 -10 -1 -10 4 0 6 5 11 10 11 6 0 10 -2 10 -4z"/>
16
- </g>
17
- <g id="layer106" fill="#d14c02" stroke="none">
18
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-664 -609 c10 -2 16 -11 13 -18 -3 -8 15 -23 45 -39 27 -15 50 -34 51 -42 0 -8 1 -20 2 -26 1 -7 -12 -15 -28 -18 -21 -4 -30 -12 -33 -28 -2 -17 1 -22 14 -20 12 2 18 -3 18 -17 0 -19 -6 -20 -82 -18 -49 2 -83 -2 -83 -7 0 -15 -34 -12 -56 5 -23 17 -60 19 -70 4 -12 -20 -71 -39 -126 -40 -77 -1 -88 -6 -88 -37 0 -29 -16 -43 -83 -74 -22 -10 -36 -22 -32 -28 7 -12 -12 -40 -26 -40 -18 0 -9 48 9 52 14 4 19 16 20 43 1 21 6 43 12 49 5 5 10 21 10 35 0 29 26 61 50 61 23 0 50 31 33 37 -24 8 -13 49 20 80 25 24 44 32 92 38 l60 7 -22 -24 c-13 -13 -23 -35 -23 -48 0 -23 0 -23 21 -4 20 18 21 18 31 1 8 -16 14 -14 51 23 23 22 45 40 49 40 4 0 25 -9 47 -21 23 -11 46 -19 53 -16 8 3 1 9 -14 16 -16 6 -39 18 -52 26 l-24 16 22 25 c18 21 27 23 61 18 22 -3 48 -8 58 -11z m-479 -157 c-6 -16 -24 -23 -24 -8 0 10 22 33 27 28 2 -2 1 -11 -3 -20z m-31 -51 c-21 -29 -38 -33 -23 -6 8 16 20 25 38 30 2 1 -5 -10 -15 -24z m717 1 c0 -8 -3 -22 -6 -31 -6 -14 -10 -13 -31 7 -22 21 -23 23 -6 29 29 12 43 10 43 -5z m-44 -60 c10 -24 22 -43 25 -40 4 2 12 -3 19 -10 9 -12 6 -18 -14 -31 -14 -10 -26 -21 -26 -26 0 -16 32 -10 46 9 12 15 13 13 14 -22 0 -22 -3 -36 -7 -33 -3 4 -12 2 -19 -4 -10 -8 -24 -1 -56 29 -24 22 -52 41 -62 43 -10 2 -24 11 -29 20 -15 23 15 52 45 45 13 -3 17 -3 10 0 -10 5 -10 9 -1 20 9 11 8 15 -6 20 -13 5 -14 9 -3 15 28 18 46 9 64 -35z m-166 -46 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m-340 -20 c0 -5 -5 -10 -11 -10 -5 0 -7 5 -4 10 3 6 8 10 11 10 2 0 4 -4 4 -10z m600 -42 c0 -18 -2 -20 -9 -8 -6 8 -7 18 -5 22 9 14 14 9 14 -14z m-210 -22 c0 -3 -4 -8 -10 -11 -5 -3 -10 -1 -10 4 0 6 5 11 10 11 6 0 10 -2 10 -4z"/>
19
- <path d="M670 750 c19 -13 30 -13 30 0 0 6 -10 10 -22 10 -19 0 -20 -2 -8 -10z"/>
20
- </g>
21
- <g id="layer107" fill="#ea3d00" stroke="none">
22
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-661 -609 c8 -3 13 -11 10 -18 -2 -7 15 -24 42 -39 26 -14 58 -34 72 -45 l25 -20 -23 -23 c-26 -29 -27 -32 -7 -52 9 -8 26 -38 39 -65 13 -28 25 -48 28 -46 3 3 11 -2 18 -10 19 -23 29 -103 18 -141 -7 -27 -14 -33 -40 -36 -34 -3 -35 -6 -53 -91 -9 -46 -30 -26 -30 29 0 43 -3 50 -27 62 -17 8 -28 21 -28 33 0 13 -7 19 -21 19 -24 0 -48 26 -49 51 0 9 -12 30 -27 46 -16 17 -28 38 -28 47 0 15 -40 46 -92 72 -7 3 -27 -6 -44 -20 -17 -14 -35 -26 -40 -26 -5 0 -9 -9 -9 -20 0 -22 12 -25 40 -10 20 11 50 4 50 -11 0 -5 -8 -12 -17 -15 -58 -18 -64 -23 -53 -44 14 -27 6 -25 -35 6 -21 15 -36 21 -40 15 -10 -17 -53 -13 -64 7 -7 11 -13 13 -18 6 -9 -13 -49 -27 -78 -28 -14 -1 -28 -17 -47 -54 -25 -49 -28 -52 -38 -32 -15 28 -9 65 10 65 11 0 15 11 16 38 0 21 6 43 12 49 7 7 12 23 12 36 0 36 18 62 44 62 35 0 52 25 32 45 -19 19 -12 37 31 77 24 23 40 28 109 34 56 5 83 3 88 -5 8 -12 -34 -33 -69 -35 -13 -1 -21 -9 -24 -26 l-3 -25 22 20 c21 19 22 19 32 1 9 -17 14 -15 48 23 21 22 43 41 49 41 6 0 28 -9 50 -21 23 -11 46 -19 53 -17 6 2 -15 18 -48 34 -59 29 -69 46 -40 67 11 8 114 1 142 -10z m-188 -15 c-3 -7 -15 -13 -28 -13 -13 0 -25 6 -27 13 -3 8 6 12 27 12 21 0 30 -4 28 -12z m-288 -137 c-10 -20 -30 -29 -30 -14 0 10 33 44 37 39 3 -2 0 -14 -7 -25z m17 -18 c-4 -3 -7 0 -7 7 0 7 3 10 7 7 3 -4 3 -10 0 -14z m-54 -38 c-18 -25 -40 -35 -27 -12 14 24 27 37 36 37 5 0 1 -11 -9 -25z m721 9 c3 -9 6 -32 6 -51 l0 -36 -35 39 c-40 45 -41 51 -17 57 32 9 40 7 46 -9z m56 -178 c0 -47 -22 -16 -26 36 -3 42 -3 42 11 18 8 -14 14 -38 15 -54z m-745 -118 c4 -3 9 -27 11 -53 6 -47 5 -47 -17 -32 -12 9 -30 34 -39 55 l-18 40 29 -2 c16 -1 31 -5 34 -8z m682 -105 c-4 -3 -7 0 -7 7 0 7 3 10 7 7 3 -4 3 -10 0 -14z"/>
23
- </g>
24
- <g id="layer108" fill="#b1562f" stroke="none">
25
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-661 -609 c8 -3 13 -11 10 -18 -2 -7 15 -24 42 -39 26 -14 58 -34 72 -45 l25 -20 -23 -23 c-26 -29 -27 -32 -7 -52 9 -8 26 -38 39 -65 13 -28 25 -48 28 -46 3 3 11 -2 18 -10 19 -23 29 -103 18 -141 -7 -27 -14 -33 -40 -36 -34 -3 -35 -6 -53 -91 -9 -46 -30 -26 -30 29 0 43 -3 50 -27 62 -17 8 -28 21 -28 33 0 13 -7 19 -23 19 -15 0 -28 9 -34 23 -6 12 -16 34 -23 49 -7 14 -23 29 -35 32 -13 3 -42 28 -65 56 -23 27 -46 50 -50 50 -5 0 -24 -10 -44 -22 -50 -33 -48 -76 3 -49 10 6 28 7 40 4 17 -4 19 -8 10 -19 -6 -8 -20 -14 -31 -14 -27 0 -33 -27 -12 -52 19 -20 19 -21 -6 -13 -14 4 -38 18 -54 30 l-29 23 -29 -21 c-28 -21 -30 -21 -42 -4 -15 19 -46 23 -63 6 -6 -6 -9 -28 -6 -49 4 -26 0 -47 -12 -67 -16 -28 -16 -31 4 -76 23 -50 27 -77 11 -77 -5 0 -10 5 -10 10 0 6 -12 23 -27 38 -16 15 -36 44 -45 65 -16 36 -16 37 2 37 44 0 81 73 44 87 -17 6 -63 -41 -64 -67 0 -11 -4 -10 -16 5 -18 25 -15 70 6 70 11 0 15 11 16 38 0 21 6 43 12 49 7 7 12 24 12 39 0 15 11 40 24 56 13 15 27 39 31 52 4 13 23 40 41 61 33 36 39 39 109 45 41 4 82 4 91 1 15 -6 15 -8 -1 -26 -23 -26 -10 -26 22 0 32 25 43 25 92 -1 23 -11 46 -19 53 -17 6 2 -15 18 -48 34 -59 29 -69 46 -40 67 11 8 114 1 142 -10z m-188 -15 c-3 -7 -15 -13 -28 -13 -13 0 -25 6 -27 13 -3 8 6 12 27 12 21 0 30 -4 28 -12z m-288 -137 c-10 -20 -30 -29 -30 -14 0 10 33 44 37 39 3 -2 0 -14 -7 -25z m-37 -56 c-18 -25 -40 -35 -27 -12 14 24 27 37 36 37 5 0 1 -11 -9 -25z m721 9 c3 -9 6 -32 6 -51 l0 -36 -35 39 c-40 45 -41 51 -17 57 32 9 40 7 46 -9z m56 -178 c0 -47 -22 -16 -26 36 -3 42 -3 42 11 18 8 -14 14 -38 15 -54z m-63 -223 c-4 -3 -7 0 -7 7 0 7 3 10 7 7 3 -4 3 -10 0 -14z"/>
26
- </g>
27
- <g id="layer109" fill="#f35701" stroke="none">
28
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-639 -617 c51 -24 71 -42 32 -30 -29 9 -25 -2 8 -20 15 -8 40 -26 57 -39 l29 -25 -22 -24 c-27 -28 -27 -28 -2 -57 15 -17 20 -19 20 -8 0 21 50 34 61 16 5 -7 9 -33 9 -57 0 -42 -1 -43 -15 -25 -22 29 -18 0 6 -40 25 -43 42 -47 34 -8 l-6 27 15 -25 c19 -32 21 -80 2 -80 -8 0 -18 -19 -25 -44 -10 -40 -14 -45 -43 -48 -34 -3 -35 -6 -53 -91 -9 -46 -30 -26 -30 29 0 43 -3 50 -27 62 -17 8 -28 21 -28 33 0 13 -7 19 -23 19 -15 0 -28 9 -34 23 -6 12 -16 34 -23 49 -7 14 -23 29 -35 32 -13 3 -42 28 -65 56 -23 27 -46 50 -50 50 -5 0 -24 -10 -44 -22 -50 -33 -48 -76 3 -49 10 6 28 7 40 4 17 -4 19 -8 10 -19 -6 -8 -20 -14 -31 -14 -27 0 -33 -27 -12 -52 19 -20 19 -21 -6 -13 -14 4 -38 18 -54 30 l-29 23 -29 -21 c-28 -21 -30 -21 -42 -4 -15 19 -46 23 -63 6 -6 -6 -9 -28 -6 -49 4 -26 0 -47 -12 -67 -16 -28 -16 -31 4 -76 23 -50 27 -77 11 -77 -5 0 -10 5 -10 10 0 6 -12 23 -27 38 -16 15 -36 44 -45 65 -16 36 -16 37 2 37 44 0 81 73 44 87 -17 6 -63 -41 -64 -66 0 -11 -6 -9 -20 7 -26 27 -25 47 1 66 16 11 22 28 25 66 3 34 13 64 32 92 15 22 36 58 47 78 11 21 33 52 48 70 26 31 33 33 103 37 42 3 83 2 91 -1 14 -6 14 -9 -2 -26 -23 -26 -10 -26 22 0 14 11 37 20 52 20 25 1 25 1 5 13 -21 12 -21 35 0 49 24 17 112 7 164 -17z m-301 -1 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m91 -6 c-3 -7 -15 -13 -28 -13 -13 0 -25 6 -27 13 -3 8 6 12 27 12 21 0 30 -4 28 -12z m-288 -137 c-6 -12 -17 -21 -26 -21 -11 0 -12 4 -4 19 9 18 31 32 38 25 2 -1 -1 -12 -8 -23z m-36 -56 c-16 -25 -34 -33 -34 -16 0 12 29 41 41 41 5 0 2 -11 -7 -25z m713 -392 c-4 -3 -7 0 -7 7 0 7 3 10 7 7 3 -4 3 -10 0 -14z"/>
29
- </g>
30
- <g id="layer110" fill="#db592c" stroke="none">
31
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-639 -617 c54 -25 69 -41 30 -30 -21 5 -22 4 -5 -7 78 -55 116 -88 107 -93 -14 -8 6 -35 26 -35 20 0 34 -33 34 -81 0 -40 -1 -41 -15 -23 -22 29 -18 0 6 -40 25 -43 42 -47 34 -8 l-6 27 15 -25 c20 -32 21 -80 2 -80 -9 0 -19 -19 -26 -50 -7 -27 -21 -62 -33 -76 -19 -25 -21 -25 -33 -9 -15 20 -18 16 -28 -44 -4 -19 -14 -43 -24 -54 -9 -11 -17 -28 -17 -40 0 -13 -22 -38 -60 -69 -75 -60 -113 -78 -167 -78 l-43 0 47 25 c26 14 56 25 66 25 10 0 27 10 38 22 l19 22 -27 -17 c-37 -23 -46 -21 -41 7 4 20 14 27 57 37 86 20 96 42 45 98 -29 32 -30 38 -24 86 6 50 5 53 -22 63 -15 7 -41 11 -58 9 -24 -2 -30 2 -30 18 0 11 9 24 21 29 21 9 20 10 -12 43 -40 40 -51 41 -66 8 -10 -21 -8 -29 10 -48 12 -13 22 -28 22 -34 0 -15 -30 -25 -44 -14 -6 5 -38 19 -70 31 -56 21 -60 22 -93 6 -18 -9 -42 -16 -52 -16 -20 0 -37 -42 -25 -61 3 -5 0 -16 -6 -24 -13 -16 -8 -50 17 -102 11 -24 12 -36 3 -52 -9 -19 -7 -23 16 -32 15 -5 33 -8 41 -5 18 7 17 32 -2 40 -19 7 -20 26 -1 26 8 0 22 -14 30 -32 20 -39 20 -48 0 -48 -10 0 -14 -7 -12 -22 2 -18 10 -23 33 -24 33 0 55 -10 55 -23 0 -10 -47 -3 -80 12 -50 23 -100 60 -105 78 -4 10 -22 33 -41 51 -19 18 -34 42 -34 54 0 26 -58 144 -71 144 -17 0 -9 39 12 54 16 11 22 28 25 66 3 34 13 64 32 92 15 22 36 58 47 78 11 21 33 53 49 71 28 33 30 34 120 36 107 3 108 3 77 12 -44 12 -33 27 26 38 101 18 153 15 211 -12z m-301 -1 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m-197 -143 c-6 -12 -17 -21 -26 -21 -11 0 -12 4 -4 19 9 18 31 32 38 25 2 -1 -1 -12 -8 -23z m-36 -56 c-16 -25 -34 -33 -34 -16 0 12 29 41 41 41 5 0 2 -11 -7 -25z m-114 -199 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z m253 -126 c-7 -8 -22 24 -16 34 4 5 10 1 13 -10 4 -10 6 -21 3 -24z m637 26 c0 -2 -3 -11 -6 -20 -9 -24 -33 -20 -27 4 4 16 33 30 33 16z m-621 -89 c-9 -21 -15 -24 -25 -16 -11 9 -10 15 4 34 22 30 37 16 21 -18z m558 -4 c-4 -3 -7 0 -7 7 0 7 3 10 7 7 3 -4 3 -10 0 -14z"/>
32
- <path d="M520 880 c0 -5 15 -10 33 -10 24 0 28 3 17 10 -20 13 -50 13 -50 0z"/>
33
- <path d="M840 710 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/>
34
- <path d="M588 113 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/>
35
- </g>
36
- <g id="layer111" fill="#fe6801" stroke="none">
37
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-639 -617 c53 -25 70 -42 30 -30 -29 9 -19 0 55 -49 41 -28 55 -42 47 -51 -12 -14 6 -35 31 -35 17 0 39 -46 39 -81 0 -10 9 -33 20 -51 22 -36 28 -132 9 -158 -8 -12 -10 -9 -6 12 2 15 0 33 -4 40 -6 9 -9 5 -9 -12 0 -26 -32 -103 -52 -127 -8 -10 -14 -10 -24 -2 -10 8 -15 2 -23 -29 -6 -21 -20 -47 -31 -57 -12 -11 -18 -25 -15 -36 4 -12 -5 -26 -31 -46 -21 -15 -50 -40 -66 -54 -34 -33 -78 -49 -132 -49 -46 0 -49 -4 37 43 16 8 28 17 28 21 -4 39 1 44 52 56 87 21 98 43 46 99 -29 32 -30 38 -24 86 6 50 5 53 -22 63 -15 7 -41 11 -58 9 -24 -2 -30 2 -30 18 0 11 9 24 21 29 21 9 20 10 -12 43 -40 40 -51 41 -66 8 -10 -21 -8 -29 10 -48 12 -13 22 -28 22 -34 0 -15 -30 -25 -44 -14 -6 5 -38 19 -70 31 -56 21 -60 22 -93 6 -18 -9 -42 -16 -52 -16 -20 0 -37 -42 -25 -61 3 -5 0 -16 -6 -24 -13 -16 -8 -50 17 -102 11 -24 12 -36 3 -52 -9 -19 -7 -23 16 -32 15 -5 33 -8 41 -5 18 7 17 32 -2 40 -19 7 -20 26 -1 26 8 0 22 -14 30 -32 20 -39 20 -48 0 -48 -10 0 -14 -7 -12 -23 2 -17 10 -22 33 -23 33 0 55 -10 55 -23 0 -24 -124 25 -160 63 -66 69 -99 116 -109 152 -6 22 -25 61 -42 87 -34 51 -34 74 1 152 27 58 33 85 21 85 -15 0 -14 26 2 42 6 8 19 27 27 43 8 15 31 37 50 47 19 11 43 29 53 40 17 20 70 31 140 28 25 0 27 1 15 14 -8 8 -26 16 -39 18 -13 2 8 8 46 12 39 4 75 9 80 11 38 13 135 3 183 -20z m-648 -399 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z m253 -126 c-7 -8 -22 24 -16 34 4 5 10 1 13 -10 4 -10 6 -21 3 -24z m637 17 c0 -7 -12 -24 -27 -38 -16 -14 -34 -34 -41 -44 -12 -19 -12 -19 -6 3 14 56 74 119 74 79z m-621 -80 c-9 -21 -15 -24 -25 -16 -11 9 -10 15 4 34 22 30 37 16 21 -18z m-98 -124 c13 -16 12 -17 -3 -4 -10 7 -18 15 -18 17 0 8 8 3 21 -13z"/>
38
- <path d="M558 873 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/>
39
- <path d="M890 651 c0 -7 11 -26 25 -43 14 -17 25 -23 25 -15 0 7 -11 27 -25 43 -14 16 -25 23 -25 15z"/>
40
- <path d="M643 153 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
41
- <path d="M588 113 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/>
42
- </g>
43
- <g id="layer112" fill="#b76f4a" stroke="none">
44
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-639 -617 c54 -25 69 -41 30 -30 -21 5 -22 5 -4 -7 99 -67 135 -100 155 -140 11 -24 21 -54 21 -66 0 -12 9 -36 20 -54 22 -36 28 -132 9 -158 -8 -12 -10 -9 -6 12 2 15 0 33 -4 40 -6 9 -9 5 -9 -12 0 -26 -32 -103 -52 -127 -8 -10 -14 -10 -24 -2 -10 8 -15 2 -23 -29 -6 -21 -20 -47 -31 -57 -12 -11 -18 -25 -15 -36 4 -12 -5 -26 -31 -46 -21 -15 -50 -40 -66 -55 -35 -33 -117 -61 -146 -51 -20 8 -17 11 30 35 38 20 48 29 36 33 -9 4 -29 0 -45 -8 -46 -23 -98 -28 -165 -16 -67 12 -62 8 -167 129 -21 25 -44 63 -50 86 -6 22 -25 61 -42 87 -34 51 -34 74 1 152 27 58 33 85 21 85 -15 0 -14 26 2 42 6 8 19 27 27 43 8 15 31 37 50 47 19 11 43 29 53 40 17 20 70 31 140 28 25 0 27 1 15 14 -8 8 -26 16 -39 18 -13 2 8 8 46 12 39 4 75 9 80 11 38 13 135 3 183 -20z m-648 -399 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z m906 -80 c-12 -25 -33 -55 -46 -68 -14 -14 -31 -33 -38 -44 -12 -18 -12 -17 -6 5 7 27 37 72 79 119 16 17 30 32 31 32 1 0 -8 -20 -20 -44z m-861 -176 c3 -5 4 -10 1 -10 -3 0 -8 5 -11 10 -3 6 -4 10 -1 10 3 0 8 -4 11 -10z m135 -65 c13 -14 21 -25 18 -25 -2 0 -15 11 -28 25 -13 14 -21 25 -18 25 2 0 15 -11 28 -25z m347 -172 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/>
45
- <path d="M558 873 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/>
46
- <path d="M890 651 c0 -7 11 -26 25 -43 14 -17 25 -23 25 -15 0 7 -11 27 -25 43 -14 16 -25 23 -25 15z"/>
47
- <path d="M643 153 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
48
- </g>
49
- <g id="layer113" fill="#d46a34" stroke="none">
50
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-613 -626 c30 -18 44 -31 37 -36 -8 -4 7 -21 42 -48 55 -41 97 -106 97 -150 0 -12 9 -36 20 -54 22 -36 28 -132 9 -158 -8 -12 -10 -9 -6 12 2 15 0 33 -4 40 -6 9 -9 5 -9 -12 0 -26 -32 -103 -52 -127 -8 -10 -14 -10 -24 -2 -10 8 -15 2 -23 -29 -6 -21 -20 -47 -31 -57 -12 -11 -18 -25 -15 -36 4 -12 -5 -26 -31 -46 -21 -15 -50 -40 -66 -55 -35 -33 -117 -61 -146 -51 -20 8 -17 11 30 35 38 20 48 29 36 33 -9 4 -29 0 -45 -8 -46 -23 -98 -28 -165 -16 -67 12 -62 8 -167 129 -22 25 -43 59 -47 75 -9 40 -32 84 -60 117 l-22 27 20 58 c11 32 24 63 28 68 15 20 20 63 8 67 -7 3 -9 14 -4 31 4 17 11 25 18 21 6 -4 8 -3 4 4 -7 11 40 72 56 72 17 0 69 41 63 50 -9 15 11 20 89 21 66 1 73 3 61 16 -11 10 -25 12 -48 8 -25 -6 -30 -5 -20 5 6 7 45 15 85 17 40 3 75 7 78 10 3 2 39 3 80 1 61 -2 84 -8 124 -32z m-627 -253 c-3 -10 -5 -2 -5 17 0 19 2 27 5 18 2 -10 2 -26 0 -35z m-47 -137 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z m906 -80 c-12 -25 -33 -55 -46 -68 -14 -14 -31 -33 -38 -44 -12 -18 -12 -17 -6 5 7 27 37 72 79 119 16 17 30 32 31 32 1 0 -8 -20 -20 -44z m-861 -176 c3 -5 4 -10 1 -10 -3 0 -8 5 -11 10 -3 6 -4 10 -1 10 3 0 8 -4 11 -10z m135 -65 c13 -14 21 -25 18 -25 -2 0 -15 11 -28 25 -13 14 -21 25 -18 25 2 0 15 -11 28 -25z m347 -172 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/>
51
- <path d="M890 651 c0 -7 11 -26 25 -43 14 -17 25 -23 25 -15 0 7 -11 27 -25 43 -14 16 -25 23 -25 15z"/>
52
- <path d="M643 153 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
53
- </g>
54
- <g id="layer114" fill="#f46f32" stroke="none">
55
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-834 -589 c-5 -13 -3 -15 13 -8 25 12 124 8 160 -5 45 -17 144 -84 141 -95 -2 -5 16 -33 40 -63 24 -29 43 -63 43 -76 0 -13 11 -48 25 -78 28 -59 31 -99 10 -143 -11 -24 -14 -26 -14 -10 -1 12 -15 -5 -38 -48 -27 -51 -39 -65 -48 -57 -10 8 -15 4 -20 -18 -3 -16 -17 -40 -31 -53 -15 -14 -22 -29 -19 -40 4 -12 -6 -26 -31 -46 -21 -15 -50 -40 -66 -55 -35 -33 -117 -61 -146 -51 -20 8 -17 11 30 35 38 20 48 29 36 33 -9 4 -29 0 -45 -8 -46 -23 -98 -28 -165 -16 -67 12 -64 10 -166 129 -22 25 -47 68 -56 96 -9 28 -25 60 -35 71 -41 43 -41 53 -5 147 39 102 38 97 19 90 -9 -4 -15 0 -15 9 0 22 62 110 85 122 36 18 61 40 68 58 5 13 18 17 54 18 48 0 104 16 73 19 -8 1 -24 2 -35 1 -20 -2 -20 -1 -1 14 11 8 34 15 52 15 17 0 37 7 44 15 18 21 51 20 43 -2z m-406 -290 c-3 -10 -5 -2 -5 17 0 19 2 27 5 18 2 -10 2 -26 0 -35z m-47 -137 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z m902 -88 c-14 -29 -34 -62 -46 -74 -12 -11 -26 -29 -32 -40 -20 -34 -27 -6 -8 30 15 28 102 136 110 136 0 0 -10 -24 -24 -52z m-857 -168 c3 -5 4 -10 1 -10 -3 0 -8 5 -11 10 -3 6 -4 10 -1 10 3 0 8 -4 11 -10z m135 -65 c13 -14 21 -25 18 -25 -2 0 -15 11 -28 25 -13 14 -21 25 -18 25 2 0 15 -11 28 -25z m347 -172 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/>
56
- <path d="M800 850 c14 -11 30 -20 35 -20 6 0 -1 9 -15 20 -14 11 -29 20 -35 20 -5 0 1 -9 15 -20z"/>
57
- <path d="M643 153 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
58
- </g>
59
- <g id="layer115" fill="#da774e" stroke="none">
60
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-737 -587 c80 -14 95 -21 198 -86 12 -7 22 -18 22 -22 0 -5 -14 1 -31 13 -16 12 -32 20 -35 18 -5 -6 106 -82 120 -83 5 0 10 -11 12 -25 5 -47 21 -105 44 -154 18 -39 21 -59 16 -100 -5 -44 -4 -49 8 -33 19 25 27 21 20 -10 -8 -31 -36 -76 -68 -109 -12 -11 -26 -29 -32 -40 -19 -32 -27 -7 -9 28 10 18 23 44 31 58 7 14 15 39 18 55 6 29 6 29 -10 -5 -33 -72 -55 -101 -69 -90 -10 9 -15 4 -20 -19 -3 -17 -15 -42 -26 -56 -17 -21 -18 -25 -5 -25 9 0 16 -6 16 -14 0 -18 -17 -30 -22 -17 -1 6 -32 -17 -68 -51 -81 -76 -164 -107 -208 -79 -10 6 -7 11 15 19 34 12 70 38 62 46 -3 3 -24 -4 -46 -15 -41 -20 -77 -23 -177 -17 -41 3 -52 8 -65 29 -24 40 -72 101 -97 124 -12 11 -29 45 -38 75 -8 31 -24 64 -34 75 -38 41 -40 54 -21 117 9 33 22 65 27 71 5 7 13 22 16 34 6 18 4 22 -8 17 -10 -4 -16 -1 -16 9 0 22 62 110 85 122 36 18 61 40 68 58 5 13 18 17 54 18 48 0 104 16 73 19 -8 1 -24 2 -35 1 -20 -2 -20 -1 -1 14 11 8 34 15 52 15 17 0 37 7 44 15 15 19 33 19 140 0z m-503 -292 c-3 -10 -5 -2 -5 17 0 19 2 27 5 18 2 -10 2 -26 0 -35z m-51 -117 c9 -18 7 -27 -7 -45 l-18 -22 -6 35 c-11 54 11 76 31 32z m64 -289 c0 -6 -9 -2 -20 8 -11 10 -17 22 -13 28 6 10 33 -19 33 -36z m141 -75 c-13 -4 -71 45 -71 61 0 5 19 -6 41 -24 24 -19 37 -35 30 -37z m554 28 c-3 -5 -11 -10 -16 -10 -6 0 -7 5 -4 10 3 6 11 10 16 10 6 0 7 -4 4 -10z m-75 -34 c0 -2 -8 -10 -17 -17 -16 -13 -17 -12 -4 4 13 16 21 21 21 13z m-265 -86 c8 -13 -5 -13 -25 0 -13 8 -13 10 2 10 9 0 20 -4 23 -10z m71 -39 c5 1 16 0 24 -4 8 -3 22 -8 30 -10 8 -3 -1 -6 -20 -6 -33 0 -70 17 -70 34 0 4 6 2 14 -4 8 -6 18 -11 22 -10z"/>
61
- </g>
62
- <g id="layer116" fill="#b78d65" stroke="none">
63
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-697 -593 c62 -13 179 -86 200 -124 9 -16 23 -30 31 -30 8 0 14 -7 14 -15 1 -21 24 -96 47 -154 14 -36 19 -65 16 -102 -3 -29 -1 -51 4 -48 4 3 8 12 8 20 0 8 5 12 10 9 12 -8 3 -51 -19 -85 -21 -34 -103 -131 -107 -127 -2 2 1 19 6 38 9 31 8 32 -5 15 -15 -20 -15 -20 -15 0 -1 15 -4 12 -17 -11 -8 -16 -22 -38 -31 -47 -14 -16 -13 -18 1 -18 10 0 17 -6 17 -14 0 -18 -17 -30 -22 -17 -1 6 -32 -17 -68 -51 -81 -76 -164 -107 -208 -79 -10 6 -7 11 15 19 34 12 70 38 62 46 -3 3 -24 -4 -46 -15 -41 -20 -77 -23 -177 -17 -41 3 -52 8 -65 29 -24 39 -72 101 -97 124 -12 11 -30 45 -39 75 -10 30 -21 59 -26 64 -12 14 -12 -11 1 -34 9 -18 8 -18 -16 -5 -31 16 -44 33 -44 58 0 11 4 15 11 11 8 -5 10 2 7 21 -6 30 -1 51 31 135 14 37 16 49 6 36 -8 -11 -15 -23 -15 -28 0 -4 -7 -8 -16 -8 -12 0 -15 6 -10 23 3 12 6 33 7 47 0 23 1 23 8 5 7 -18 11 -15 30 22 26 52 78 113 97 113 7 0 23 14 36 30 17 24 29 30 59 30 21 0 46 3 56 7 16 6 15 8 -7 14 l-25 6 30 13 c17 6 44 18 60 26 32 15 117 12 205 -7z m-594 -403 c9 -18 7 -27 -7 -45 l-18 -22 -6 35 c-11 54 11 76 31 32z m64 -289 c0 -6 -9 -2 -20 8 -11 10 -17 22 -13 28 6 10 33 -19 33 -36z m754 -2 c-4 -8 -10 -15 -15 -15 -4 0 -6 7 -3 15 4 8 10 15 15 15 4 0 6 -7 3 -15z m-613 -73 c-13 -4 -71 45 -71 61 0 5 19 -6 41 -24 24 -19 37 -35 30 -37z m554 28 c-3 -5 -11 -10 -16 -10 -6 0 -7 5 -4 10 3 6 11 10 16 10 6 0 7 -4 4 -10z m-75 -34 c0 -2 -8 -10 -17 -17 -16 -13 -17 -12 -4 4 13 16 21 21 21 13z m-265 -86 c8 -13 -5 -13 -25 0 -13 8 -13 10 2 10 9 0 20 -4 23 -10z m71 -39 c5 1 16 0 24 -4 8 -3 22 -8 30 -10 8 -3 -1 -6 -20 -6 -33 0 -70 17 -70 34 0 4 6 2 14 -4 8 -6 18 -11 22 -10z"/>
64
- <path d="M915 412 c-29 -56 -30 -58 -7 -39 19 17 38 64 29 73 -2 2 -12 -13 -22 -34z"/>
65
- </g>
66
- <g id="layer117" fill="#f6784c" stroke="none">
67
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-697 -593 c62 -13 179 -86 200 -124 9 -16 23 -30 31 -30 8 0 14 -7 14 -15 1 -21 24 -96 47 -154 14 -36 19 -65 16 -102 -3 -29 -1 -51 4 -48 4 3 8 12 8 20 0 8 5 12 10 9 12 -8 3 -51 -19 -85 -21 -34 -103 -131 -107 -127 -2 2 1 19 6 38 9 31 8 32 -5 15 -15 -20 -15 -20 -15 0 -1 15 -4 12 -17 -11 -8 -16 -22 -38 -31 -47 -14 -16 -13 -18 1 -18 10 0 17 -6 17 -14 0 -18 -17 -30 -22 -17 -1 6 -32 -17 -68 -51 -81 -76 -164 -107 -208 -79 -10 6 -7 11 15 19 34 12 70 38 62 46 -3 3 -24 -4 -46 -15 -41 -20 -77 -23 -177 -17 -41 3 -52 8 -65 29 -24 39 -72 101 -97 124 -12 11 -30 45 -39 75 -10 30 -21 59 -26 64 -12 14 -12 -11 1 -34 9 -18 8 -18 -16 -5 -31 16 -44 33 -44 58 0 11 4 15 11 11 8 -5 10 2 7 21 -6 30 -1 51 31 135 14 37 16 49 6 36 -8 -11 -15 -23 -15 -28 0 -4 -7 -8 -15 -8 -12 0 -13 9 -9 48 7 52 24 81 24 42 0 -21 4 -18 26 20 30 53 73 100 91 100 7 0 22 14 35 30 18 25 29 30 62 30 23 0 48 5 56 11 12 8 9 10 -12 6 -38 -6 -35 8 5 23 17 6 46 18 62 26 32 15 116 12 205 -7z m-594 -403 c9 -18 7 -27 -7 -45 l-18 -22 -6 35 c-11 54 11 76 31 32z m64 -289 c0 -6 -9 -2 -20 8 -11 10 -17 22 -13 28 6 10 33 -19 33 -36z m754 -2 c-4 -8 -10 -15 -15 -15 -4 0 -6 7 -3 15 4 8 10 15 15 15 4 0 6 -7 3 -15z m-613 -73 c-13 -4 -71 45 -71 61 0 5 19 -6 41 -24 24 -19 37 -35 30 -37z m554 28 c-3 -5 -11 -10 -16 -10 -6 0 -7 5 -4 10 3 6 11 10 16 10 6 0 7 -4 4 -10z m-75 -34 c0 -2 -8 -10 -17 -17 -16 -13 -17 -12 -4 4 13 16 21 21 21 13z m-265 -86 c8 -13 -5 -13 -25 0 -13 8 -13 10 2 10 9 0 20 -4 23 -10z m71 -39 c5 1 16 0 24 -4 8 -3 22 -8 30 -10 8 -3 -1 -6 -20 -6 -33 0 -70 17 -70 34 0 4 6 2 14 -4 8 -6 18 -11 22 -10z"/>
68
- <path d="M915 412 c-29 -56 -30 -58 -7 -39 19 17 38 64 29 73 -2 2 -12 -13 -22 -34z"/>
69
- </g>
70
- <g id="layer118" fill="#ff9927" stroke="none">
71
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-725 -587 c102 -22 220 -92 239 -142 5 -14 12 -23 16 -19 8 8 34 -14 28 -24 -6 -10 17 -101 39 -152 9 -21 16 -59 17 -85 0 -26 3 -42 6 -35 2 6 9 10 14 6 11 -7 1 -51 -20 -84 -21 -34 -103 -131 -107 -127 -2 2 1 19 6 38 9 31 8 32 -5 15 -15 -20 -15 -20 -15 0 0 12 -9 4 -25 -25 -29 -51 -30 -52 -10 -45 9 4 15 0 15 -9 0 -9 -7 -22 -15 -31 -8 -8 -15 -18 -15 -22 0 -5 5 -3 12 4 17 17 29 15 22 -3 -4 -8 -16 -15 -28 -15 -13 0 -33 -11 -46 -25 -13 -14 -31 -25 -39 -25 -13 1 -12 4 4 15 40 28 65 50 65 58 0 13 -34 -10 -79 -53 -58 -57 -142 -84 -196 -64 -11 5 -2 13 35 30 27 13 50 28 50 34 0 13 -13 13 -26 0 -19 -19 -128 -47 -149 -39 -11 4 -36 8 -55 9 -49 2 -127 47 -169 100 -36 44 -36 44 -6 23 17 -12 43 -35 59 -52 29 -30 46 -39 46 -23 0 4 -25 33 -54 65 -40 43 -59 72 -71 112 -8 30 -20 57 -25 60 -13 8 -13 -1 0 -25 15 -28 -21 -20 -42 10 -18 26 -25 65 -10 56 5 -3 10 26 10 65 1 39 4 74 7 80 4 5 2 9 -4 9 -7 0 -8 17 -5 48 7 52 24 81 24 42 0 -21 4 -18 26 20 30 53 73 100 91 100 7 0 22 14 35 30 18 25 29 30 62 30 23 0 48 5 56 11 12 8 9 10 -12 6 -38 -6 -35 8 5 23 17 6 46 18 62 25 40 18 89 18 177 0z m-566 -404 c4 -11 7 -11 21 0 17 13 17 12 2 -11 -9 -14 -22 -35 -29 -47 -14 -21 -14 -21 -26 13 -9 25 -9 45 -1 76 l11 42 9 -29 c5 -17 11 -36 13 -44z m60 -273 c3 -11 3 -22 0 -25 -9 -10 -36 18 -36 38 0 24 27 14 36 -13z m758 -23 c-4 -8 -10 -15 -15 -15 -4 0 -6 7 -3 15 4 8 10 15 15 15 4 0 6 -7 3 -15z m-703 -12 c13 -16 12 -17 -3 -4 -10 7 -18 15 -18 17 0 8 8 3 21 -13z m604 -103 c-3 -5 -11 -10 -16 -10 -6 0 -7 5 -4 10 3 6 11 10 16 10 6 0 7 -4 4 -10z m-50 -20 c-3 -5 -14 -10 -23 -9 -14 0 -13 2 3 9 27 11 27 11 20 0z m-231 -35 c26 -14 51 -23 56 -20 4 3 13 -2 20 -10 7 -9 21 -13 31 -10 9 3 20 1 24 -5 8 -13 -87 -14 -101 0 -5 5 -34 23 -64 39 -37 21 -48 31 -34 31 12 0 42 -11 68 -25z m-249 5 c3 -5 4 -10 1 -10 -3 0 -8 5 -11 10 -3 6 -4 10 -1 10 3 0 8 -4 11 -10z m32 -17 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/>
72
- <path d="M155 649 c-4 -6 -5 -12 -2 -15 2 -3 7 2 10 11 7 17 1 20 -8 4z"/>
73
- <path d="M930 440 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/>
74
- <path d="M906 388 l-17 -33 20 24 c18 20 27 41 18 41 -1 0 -11 -15 -21 -32z"/>
75
- </g>
76
- <g id="layer119" fill="#fe9034" stroke="none">
77
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-652 -481 c-3 -5 -19 -13 -36 -16 -17 -4 -48 -16 -68 -27 l-36 -21 30 27 c37 32 126 62 110 37z m-73 -106 c102 -22 220 -92 239 -142 5 -14 12 -23 16 -19 8 8 34 -14 28 -24 -6 -10 17 -101 39 -152 9 -21 16 -59 16 -85 0 -35 3 -44 10 -33 5 8 10 11 10 5 0 -5 7 -1 15 9 15 19 15 19 15 -1 0 -12 -6 -28 -12 -35 -7 -7 -22 -29 -32 -48 -21 -38 -107 -143 -112 -137 -2 2 1 19 6 38 9 31 8 32 -5 15 -15 -20 -15 -20 -15 0 0 12 -9 4 -25 -25 -29 -51 -30 -52 -10 -45 9 4 15 0 15 -9 0 -9 -7 -22 -15 -31 -8 -8 -15 -18 -15 -22 0 -5 5 -3 12 4 17 17 29 15 22 -3 -4 -8 -16 -15 -28 -15 -13 0 -33 -11 -46 -25 -13 -14 -31 -25 -39 -25 -13 1 -12 4 4 15 40 28 65 50 65 58 0 13 -34 -10 -79 -53 -58 -57 -142 -84 -196 -64 -11 5 -2 13 35 30 27 13 50 28 50 34 0 13 -13 13 -26 0 -19 -19 -128 -47 -149 -39 -11 4 -36 8 -55 9 -49 2 -127 47 -169 100 -36 44 -36 44 -6 23 17 -12 43 -35 59 -52 29 -30 46 -39 46 -23 0 4 -25 33 -54 65 -40 43 -59 72 -71 112 -8 30 -20 57 -25 60 -13 8 -13 -1 0 -25 15 -28 -21 -20 -42 10 -18 26 -25 65 -10 56 5 -3 10 26 10 65 1 39 4 74 7 80 4 5 2 9 -4 9 -7 0 -8 17 -5 48 7 52 24 81 24 42 0 -21 4 -18 26 20 30 53 73 100 91 100 7 0 22 14 35 30 18 25 29 30 62 30 23 0 48 5 56 11 12 8 9 10 -12 6 -38 -6 -35 8 5 23 17 6 46 18 62 25 40 18 89 18 177 0z m-566 -404 c4 -11 7 -11 21 0 17 13 17 12 2 -11 -9 -14 -22 -35 -29 -47 -14 -21 -14 -21 -26 13 -9 25 -9 45 -1 76 l11 42 9 -29 c5 -17 11 -36 13 -44z m1014 29 c-6 -12 -14 -19 -17 -16 -4 3 -13 0 -22 -7 -14 -11 -15 -10 -1 8 31 43 45 56 48 46 2 -5 -2 -20 -8 -31z m-954 -302 c3 -11 3 -22 0 -25 -9 -10 -36 18 -36 38 0 24 27 14 36 -13z m758 -23 c-4 -8 -10 -15 -15 -15 -4 0 -6 7 -3 15 4 8 10 15 15 15 4 0 6 -7 3 -15z m-703 -12 c13 -16 12 -17 -3 -4 -10 7 -18 15 -18 17 0 8 8 3 21 -13z m604 -103 c-3 -5 -11 -10 -16 -10 -6 0 -7 5 -4 10 3 6 11 10 16 10 6 0 7 -4 4 -10z m-50 -20 c-3 -5 -14 -10 -23 -9 -14 0 -13 2 3 9 27 11 27 11 20 0z m-231 -35 c26 -14 51 -23 56 -20 4 3 13 -2 20 -10 7 -9 21 -13 31 -10 9 3 20 1 24 -5 8 -13 -87 -14 -101 0 -5 5 -34 23 -64 39 -37 21 -48 31 -34 31 12 0 42 -11 68 -25z m-249 5 c3 -5 4 -10 1 -10 -3 0 -8 5 -11 10 -3 6 -4 10 -1 10 3 0 8 -4 11 -10z m32 -17 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/>
78
- <path d="M155 649 c-4 -6 -5 -12 -2 -15 2 -3 7 2 10 11 7 17 1 20 -8 4z"/>
79
- <path d="M930 440 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/>
80
- <path d="M906 388 l-17 -33 20 24 c18 20 27 41 18 41 -1 0 -11 -15 -21 -32z"/>
81
- </g>
82
- <g id="layer120" fill="#d69064" stroke="none">
83
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-710 -438 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m77 -29 c-4 -9 -109 -66 -146 -79 -10 -3 -18 -10 -18 -15 0 -11 5 -12 95 -31 52 -12 136 -55 185 -97 21 -17 36 -23 48 -17 16 7 62 13 62 7 0 -1 -9 -20 -20 -41 -19 -37 -20 -43 -6 -93 8 -30 21 -71 30 -91 9 -21 16 -58 16 -84 l0 -47 23 26 c50 57 93 112 110 141 10 17 15 22 11 11 -3 -11 -9 -31 -12 -45 -3 -14 -17 -41 -32 -60 -14 -19 -46 -64 -70 -100 -46 -69 -131 -173 -136 -167 -2 2 1 19 6 38 9 31 8 32 -5 15 -15 -20 -15 -20 -15 0 0 12 -9 4 -25 -25 -29 -51 -30 -52 -10 -45 9 4 15 0 15 -9 0 -9 -7 -22 -15 -31 -8 -8 -15 -18 -15 -22 0 -5 5 -3 12 4 17 17 29 15 22 -3 -4 -8 -16 -15 -28 -15 -13 0 -33 -11 -46 -25 -13 -14 -31 -25 -39 -25 -13 1 -12 4 4 15 40 28 65 50 65 58 0 13 -34 -10 -79 -53 -58 -57 -142 -84 -196 -64 -11 5 -2 13 35 30 27 13 50 28 50 34 0 7 -7 7 -22 -1 -44 -24 -133 -46 -153 -38 -11 4 -36 8 -55 9 -49 2 -127 47 -169 100 -36 44 -36 44 -6 23 17 -12 43 -35 59 -52 29 -30 46 -39 46 -23 0 4 -25 33 -54 65 -40 43 -59 72 -71 112 -8 30 -20 57 -25 60 -13 8 -13 -1 0 -25 15 -28 -21 -20 -42 10 -18 26 -25 65 -10 56 5 -3 10 26 10 65 1 39 4 74 7 80 4 5 2 9 -4 9 -7 0 -8 17 -5 48 7 52 24 81 24 42 0 -21 4 -18 26 20 30 53 73 100 91 100 7 0 22 14 35 30 18 25 29 30 62 30 23 0 48 5 56 11 12 8 9 10 -12 6 -38 -6 -35 8 5 23 17 6 47 18 65 26 18 8 42 14 54 14 11 0 37 16 56 36 19 20 50 43 69 50 18 8 33 19 33 24 0 6 13 9 29 8 16 -1 27 -7 25 -13z m-658 -524 c4 -11 7 -11 21 0 17 13 17 12 2 -11 -9 -14 -22 -35 -29 -47 -14 -21 -14 -21 -26 13 -9 25 -9 45 -1 76 l11 42 9 -29 c5 -17 11 -36 13 -44z m60 -273 c3 -11 3 -22 0 -25 -9 -10 -36 18 -36 38 0 24 27 14 36 -13z m758 -23 c-4 -8 -10 -15 -15 -15 -4 0 -6 7 -3 15 4 8 10 15 15 15 4 0 6 -7 3 -15z m-703 -12 c13 -16 12 -17 -3 -4 -10 7 -18 15 -18 17 0 8 8 3 21 -13z m604 -103 c-3 -5 -11 -10 -16 -10 -6 0 -7 5 -4 10 3 6 11 10 16 10 6 0 7 -4 4 -10z m-45 -14 c0 -8 -81 -59 -86 -54 -7 8 48 46 84 57 1 1 2 -1 2 -3z m-236 -41 c26 -14 51 -23 56 -20 4 3 13 -2 20 -10 7 -9 21 -13 31 -10 9 3 20 1 24 -5 8 -13 -87 -14 -101 0 -5 5 -34 23 -64 39 -37 21 -48 31 -34 31 12 0 42 -11 68 -25z m-249 5 c3 -5 4 -10 1 -10 -3 0 -8 5 -11 10 -3 6 -4 10 -1 10 3 0 8 -4 11 -10z m32 -17 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/>
84
- <path d="M703 1063 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
85
- <path d="M155 649 c-4 -6 -5 -12 -2 -15 2 -3 7 2 10 11 7 17 1 20 -8 4z"/>
86
- <path d="M930 440 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/>
87
- <path d="M906 388 l-17 -33 20 24 c18 20 27 41 18 41 -1 0 -11 -15 -21 -32z"/>
88
- </g>
89
- <g id="layer121" fill="#f78f55" stroke="none">
90
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-710 -438 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m77 -29 c-4 -9 -109 -66 -146 -79 -10 -3 -18 -10 -18 -15 0 -11 17 -17 80 -26 57 -9 155 -58 197 -97 23 -23 36 -29 50 -23 17 8 63 14 63 8 0 -1 -9 -19 -20 -40 -16 -33 -18 -44 -9 -83 6 -25 20 -65 32 -90 11 -25 20 -66 21 -92 l0 -47 20 24 c51 57 92 111 109 139 10 17 15 22 11 11 -3 -11 -9 -31 -12 -45 -3 -14 -17 -41 -32 -60 -14 -19 -48 -66 -73 -105 -52 -78 -142 -180 -133 -152 3 10 0 25 -8 33 -12 12 -17 9 -35 -22 -25 -42 -26 -45 -6 -38 9 4 15 0 15 -9 0 -9 -7 -22 -15 -31 -8 -8 -15 -18 -15 -22 0 -5 5 -3 12 4 17 17 29 15 22 -3 -4 -8 -16 -15 -28 -15 -13 0 -33 -11 -46 -25 -13 -14 -31 -25 -39 -25 -13 1 -12 4 4 15 40 28 65 50 65 58 0 13 -34 -10 -79 -53 -58 -57 -142 -84 -196 -64 -11 5 -2 13 35 30 27 13 50 28 50 34 0 7 -7 7 -22 -1 -44 -24 -133 -46 -153 -38 -11 4 -36 8 -55 9 -49 2 -127 47 -169 100 -36 44 -36 44 -6 23 17 -12 43 -35 59 -52 29 -30 46 -39 46 -23 0 4 -25 34 -56 66 -30 33 -58 72 -61 88 -3 15 -12 28 -19 28 -8 0 -14 5 -14 11 0 5 5 7 10 4 15 -9 12 9 -6 31 -15 19 -15 19 -9 -2 3 -14 0 -24 -8 -27 -21 -8 -63 71 -50 92 18 28 27 103 13 111 -9 5 -9 21 -1 66 11 56 22 79 41 79 5 0 23 19 40 43 17 24 46 50 63 57 18 8 28 14 24 15 -20 1 16 39 43 45 17 4 28 10 25 14 -2 5 24 16 58 26 34 10 66 22 72 27 5 4 22 8 38 8 21 0 40 11 65 36 19 20 50 43 69 50 18 8 33 19 33 24 0 6 13 9 29 8 16 -1 27 -7 25 -13z m270 -467 c7 -29 8 -53 1 -46 -11 10 -23 68 -15 68 4 0 10 -10 14 -22z m-928 -57 c4 -11 7 -11 21 0 17 13 17 12 2 -11 -9 -14 -22 -35 -29 -47 -14 -21 -14 -21 -26 13 -9 25 -9 45 -1 76 l11 42 9 -29 c5 -17 11 -36 13 -44z m60 -273 c3 -11 3 -22 0 -25 -9 -10 -36 18 -36 38 0 24 27 14 36 -13z m762 -20 c-2 -6 -10 -14 -16 -16 -7 -2 -10 2 -6 12 7 18 28 22 22 4z m-707 -15 c13 -16 12 -17 -3 -4 -10 7 -18 15 -18 17 0 8 8 3 21 -13z m604 -103 c-3 -5 -11 -10 -16 -10 -6 0 -7 5 -4 10 3 6 11 10 16 10 6 0 7 -4 4 -10z m-45 -14 c0 -8 -81 -59 -86 -54 -7 8 48 46 84 57 1 1 2 -1 2 -3z m-236 -41 c26 -14 51 -23 56 -20 4 3 13 -2 20 -10 7 -9 21 -13 31 -10 9 3 20 1 24 -5 8 -13 -87 -14 -101 0 -5 5 -34 23 -64 39 -37 21 -48 31 -34 31 12 0 42 -11 68 -25z m-249 5 c3 -5 4 -10 1 -10 -3 0 -8 5 -11 10 -3 6 -4 10 -1 10 3 0 8 -4 11 -10z m32 -17 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/>
91
- <path d="M703 1063 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
92
- <path d="M150 640 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/>
93
- <path d="M930 440 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/>
94
- <path d="M906 388 l-17 -33 20 24 c18 20 27 41 18 41 -1 0 -11 -15 -21 -32z"/>
95
- <path d="M874 338 c-4 -7 -3 -8 4 -4 12 7 16 16 8 16 -3 0 -8 -5 -12 -12z"/>
96
- </g>
97
- <g id="layer122" fill="#f9956d" stroke="none">
98
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-710 -438 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m77 -29 c-3 -6 -24 -21 -47 -33 -88 -46 -107 -57 -107 -64 0 -4 26 -12 58 -19 62 -13 158 -57 209 -95 33 -25 49 -30 55 -15 2 5 17 6 35 4 l31 -5 -18 -31 c-11 -17 -16 -35 -13 -40 3 -5 1 -12 -4 -16 -6 -4 -5 -17 4 -36 l14 -30 -4 27 c-2 15 0 25 5 22 5 -3 7 -22 3 -43 -4 -24 1 -55 15 -93 11 -32 20 -64 20 -73 0 -8 7 -15 15 -15 8 0 15 5 15 10 0 6 17 29 39 53 21 23 46 56 55 72 10 17 14 21 10 10 -3 -11 -9 -31 -12 -45 -3 -13 -24 -50 -46 -81 -23 -32 -52 -76 -65 -98 -13 -22 -50 -68 -82 -103 -55 -59 -71 -69 -50 -30 6 11 4 21 -4 29 -11 10 -17 7 -29 -19 -20 -39 -20 -44 -2 -29 12 10 14 7 11 -18 -5 -37 1 -38 32 -9 19 18 23 19 23 5 0 -9 -11 -24 -25 -33 -14 -9 -25 -21 -25 -27 0 -10 -30 -36 -42 -37 -4 0 -4 8 -1 17 5 12 -3 9 -28 -10 -50 -38 -161 -77 -217 -77 -62 0 -86 15 -39 24 35 6 94 45 70 46 -6 0 -14 -4 -17 -9 -4 -5 -29 -15 -56 -22 -28 -7 -50 -16 -50 -21 0 -9 82 -53 94 -50 5 2 17 -5 27 -14 19 -17 21 -16 52 13 33 31 61 48 131 77 39 16 39 16 21 -4 -10 -11 -22 -17 -27 -14 -8 5 -90 -54 -114 -82 -19 -23 -87 -20 -122 4 -17 13 -47 29 -66 37 -20 9 -36 22 -36 30 0 10 -10 15 -31 15 -35 0 -115 37 -178 83 -32 24 -45 40 -45 59 -2 25 -1 26 16 11 25 -22 34 -10 14 19 -9 12 -16 30 -16 40 0 9 -9 22 -20 28 -16 9 -20 8 -20 -7 -1 -10 -15 9 -31 41 -25 47 -29 63 -21 80 6 12 13 34 17 51 l7 30 -23 -29 c-12 -15 -28 -44 -35 -65 l-13 -36 -1 33 c0 18 -4 41 -9 51 -6 10 -5 35 2 66 6 28 12 42 15 32 7 -33 30 -69 37 -58 3 6 8 37 11 68 5 62 23 108 41 108 6 0 26 19 43 43 17 24 46 50 63 57 18 8 28 14 24 15 -20 1 16 39 43 45 17 4 28 10 25 14 -2 5 24 16 58 27 34 10 73 24 87 31 14 7 31 13 39 13 7 0 21 8 30 18 9 10 25 22 36 26 16 6 17 9 5 16 -12 8 -11 10 5 10 11 0 34 9 50 20 31 21 86 24 79 5z m271 -487 c5 -31 5 -32 -6 -8 -6 14 -15 33 -20 42 -15 29 -10 44 6 21 8 -12 18 -37 20 -55z m-933 -170 c-7 -7 -12 -8 -12 -2 0 14 12 26 19 19 2 -3 -1 -11 -7 -17z m938 -62 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z m-943 -43 c-4 -3 -7 0 -7 7 0 7 3 10 7 7 3 -4 3 -10 0 -14z m923 13 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z m-854 -43 c4 -13 4 -27 0 -30 -9 -10 -45 27 -40 41 8 21 34 14 40 -11z m174 -219 c0 -2 -13 2 -30 11 -16 9 -30 18 -30 21 0 2 14 -2 30 -11 17 -9 30 -18 30 -21z m60 1 c-7 -8 -20 -15 -29 -15 -11 1 -8 5 9 15 32 18 35 18 20 0z"/>
99
- <path d="M703 1063 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
100
- <path d="M235 250 c-8 -12 19 -46 49 -62 14 -8 12 -1 -10 28 -15 22 -29 40 -30 42 -1 2 -5 -2 -9 -8z"/>
101
- <path d="M752 184 c-24 -19 -39 -34 -34 -34 5 0 26 16 48 35 50 44 42 44 -14 -1z"/>
102
- </g>
103
- <g id="layer123" fill="#ffad53" stroke="none">
104
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -100 -101 -23 -38 -56 -76 -74 -87 -18 -11 -31 -23 -28 -26 3 -3 -15 -30 -39 -60 -42 -52 -45 -58 -39 -97 4 -22 11 -45 16 -51 5 -5 9 -20 9 -34 0 -45 17 -8 28 62 11 67 26 102 42 92 5 -3 17 10 29 27 30 49 113 126 144 133 15 4 25 11 22 15 -3 4 7 11 23 15 64 16 202 74 199 84 -1 3 4 16 11 28 8 15 18 20 33 16 16 -5 20 -3 15 6 -5 8 -3 11 5 10 8 -2 24 2 36 9 26 14 72 12 67 -3 -3 -6 -21 -19 -42 -30 -20 -10 -45 -26 -55 -34 -18 -15 -18 -16 0 -22 14 -6 11 -8 -12 -8 -23 -1 -27 -4 -15 -11 8 -5 25 -10 36 -10 24 0 198 -84 227 -108 12 -11 21 -13 25 -6 5 8 51 11 69 5 2 -1 -6 -16 -16 -35 -19 -33 -19 -34 0 -65 10 -17 19 -41 19 -52 0 -11 9 -37 20 -59 11 -22 20 -52 19 -67 0 -25 -2 -23 -16 15 -8 24 -16 42 -18 40 -8 -8 20 -98 32 -102 7 -3 13 -1 13 5 0 5 17 28 39 52 21 23 46 56 55 72 10 17 14 21 10 10 -3 -11 -9 -31 -12 -45 -3 -13 -25 -51 -49 -83 -23 -33 -43 -64 -43 -71 0 -18 -44 -71 -134 -165 -52 -52 -59 -77 -13 -40 41 31 33 3 -15 -54 -41 -48 -38 -54 7 -18 20 16 20 16 1 -6 -19 -23 -88 -63 -109 -63 -7 0 -33 -20 -59 -44 -38 -35 -57 -45 -96 -50 -44 -6 -53 -3 -92 25 -24 17 -59 36 -79 42 -20 5 -30 12 -23 14 19 7 3 23 -23 23 -27 0 -86 28 -155 73 -58 38 -71 55 -64 82 3 14 -4 35 -20 59 -38 57 -62 124 -48 138 7 7 12 23 12 36 0 20 -3 22 -14 13 -21 -17 -29 -63 -16 -95 7 -19 7 -33 0 -47 -9 -15 -7 -19 5 -19 19 0 70 -104 60 -121 -5 -7 -24 5 -51 32 -43 43 -45 45 -43 104 0 33 -4 80 -9 105 -6 26 -7 86 -4 142 l7 97 45 46 c24 25 40 45 34 45 -11 0 -63 -52 -86 -87 -12 -18 -14 -57 -12 -203 3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-707 -436 c0 -2 -7 -6 -15 -10 -8 -3 -15 -1 -15 4 0 6 7 10 15 10 8 0 15 -2 15 -4z m-43 -13 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m-297 -118 c-43 -44 -58 -51 -47 -21 5 13 72 64 87 65 2 1 -16 -19 -40 -44z m745 -545 c-10 -11 -21 -17 -24 -14 -3 3 3 12 13 20 28 20 32 17 11 -6z m-45 -63 c-11 -18 -32 -44 -47 -58 l-27 -24 27 35 c15 19 33 45 39 58 6 12 15 22 19 22 5 0 0 -15 -11 -33z m-793 -189 c-3 -8 -6 -5 -6 6 -1 11 2 17 5 13 3 -3 4 -12 1 -19z m39 -81 c17 -9 34 -14 37 -11 3 3 15 0 27 -6 13 -7 20 -8 16 -2 -3 6 -2 13 4 17 5 3 10 2 10 -4 0 -6 8 -8 18 -4 14 5 13 1 -5 -17 -20 -21 -25 -22 -61 -12 -21 6 -54 26 -73 44 -20 18 -28 28 -20 22 9 -7 30 -19 47 -27z m121 17 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m353 -48 c0 -2 -8 -10 -17 -17 -16 -13 -17 -12 -4 4 13 16 21 21 21 13z"/>
105
- <path d="M703 1063 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
106
- <path d="M590 1019 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 -5 -10 -11z"/>
107
- <path d="M930 730 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/>
108
- <path d="M180 314 c0 -21 25 -62 33 -54 3 3 -4 21 -14 40 -14 26 -19 30 -19 14z"/>
109
- <path d="M836 303 c-6 -14 -5 -15 5 -6 7 7 10 15 7 18 -3 3 -9 -2 -12 -12z"/>
110
- <path d="M270 205 c13 -14 26 -25 28 -25 3 0 -5 11 -18 25 -13 14 -26 25 -28 25 -3 0 5 -11 18 -25z"/>
111
- <path d="M765 155 c-16 -14 -36 -25 -43 -25 -7 0 -27 -7 -45 -16 -17 -9 -65 -20 -107 -24 -74 -7 -75 -7 -32 -15 24 -4 46 -14 49 -21 8 -22 37 -16 64 12 13 14 52 39 85 54 34 16 64 36 67 44 9 22 -3 19 -38 -9z"/>
112
- <path d="M555 139 c-29 -13 -34 -19 -19 -19 12 0 32 9 45 20 29 24 25 24 -26 -1z"/>
113
- </g>
114
- <g id="layer124" fill="#fcb073" stroke="none">
115
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -7 -40 -15 -11 -8 -31 -15 -44 -15 -13 0 -57 -11 -98 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -100 -101 -23 -38 -56 -76 -74 -87 -18 -11 -31 -23 -28 -26 3 -3 -15 -30 -39 -60 -42 -52 -45 -58 -39 -97 4 -22 11 -45 16 -51 5 -5 9 -20 9 -34 0 -45 17 -8 28 62 11 67 26 102 42 92 5 -3 17 10 29 27 30 49 113 126 144 134 16 3 25 9 22 12 -5 6 124 57 172 69 13 3 20 9 17 14 -3 5 1 9 8 9 8 0 22 14 31 30 10 17 24 30 30 30 7 0 30 10 52 22 22 12 50 21 63 20 29 -2 78 28 61 38 -7 5 3 12 25 20 54 17 54 7 2 -32 -25 -18 -45 -38 -46 -44 0 -5 -21 -20 -47 -33 -27 -12 -59 -30 -73 -38 -23 -16 -23 -17 -5 -24 17 -6 15 -8 -10 -8 -23 -1 -27 -4 -15 -11 8 -5 25 -10 36 -10 24 0 198 -83 226 -108 16 -13 18 -13 24 2 5 12 10 14 20 5 7 -6 22 -8 34 -4 25 8 25 -4 3 -44 -17 -30 -17 -32 0 -62 9 -17 17 -39 17 -50 0 -11 9 -37 20 -59 11 -22 20 -52 19 -67 0 -25 -2 -23 -16 15 -8 24 -16 42 -18 40 -8 -7 19 -98 29 -98 13 1 101 116 112 145 4 11 17 29 28 40 12 11 31 34 43 50 22 30 22 30 23 6 0 -15 -35 -76 -87 -153 -49 -71 -93 -137 -99 -148 -27 -49 -53 -81 -138 -169 -52 -52 -59 -77 -13 -40 41 31 33 3 -15 -54 -41 -48 -38 -54 7 -18 20 16 20 16 1 -6 -19 -23 -88 -63 -109 -63 -7 0 -33 -20 -59 -44 -38 -35 -57 -45 -96 -50 -44 -6 -53 -3 -92 25 -24 17 -59 36 -79 42 -20 5 -30 12 -23 14 19 7 3 23 -23 23 -27 0 -86 28 -155 73 -58 38 -71 55 -64 82 3 14 -4 35 -20 59 -38 57 -62 124 -48 138 7 7 12 23 12 36 0 20 -3 22 -14 13 -21 -17 -29 -63 -16 -95 7 -19 7 -33 0 -47 -9 -15 -7 -19 5 -19 19 0 70 -104 60 -121 -5 -7 -24 5 -51 32 -43 43 -45 45 -43 104 0 33 -4 80 -9 105 -6 26 -7 86 -4 142 l7 97 45 46 c24 25 40 45 34 45 -11 0 -63 -52 -86 -87 -12 -18 -14 -57 -12 -203 3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 112 20 12 52 45 70 71 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-303 -387 c9 -23 -2 -39 -39 -57 -36 -18 -47 -11 -20 12 11 9 13 16 5 24 -7 7 -3 14 12 23 30 16 35 16 42 -2z m-84 -25 c-8 -6 -24 -15 -35 -21 -16 -8 -15 -6 4 10 13 12 28 21 35 21 6 0 4 -5 -4 -10z m-320 -30 c-14 -4 -34 -8 -45 -9 -16 -1 -17 1 -5 9 8 5 29 9 45 9 29 -1 29 -1 5 -9z m290 -44 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z m-630 -81 c-43 -44 -58 -51 -47 -21 5 13 72 64 87 65 2 1 -16 -19 -40 -44z m660 -204 c0 -6 -4 -13 -10 -16 -5 -3 -10 1 -10 9 0 9 5 16 10 16 6 0 10 -4 10 -9z m281 -63 c-22 -34 -41 -58 -41 -52 0 6 8 22 19 35 10 13 26 39 35 57 10 19 20 32 23 29 2 -3 -14 -34 -36 -69z m-214 -304 c-17 -25 -47 -62 -66 -82 -25 -27 -28 -29 -12 -7 12 17 33 48 47 70 23 34 51 65 61 65 1 0 -12 -21 -30 -46z m-820 -226 c-3 -8 -6 -5 -6 6 -1 11 2 17 5 13 3 -3 4 -12 1 -19z m39 -81 c17 -9 34 -14 37 -11 3 3 15 0 27 -6 13 -7 20 -8 16 -2 -3 6 -2 13 4 17 5 3 10 2 10 -4 0 -6 8 -8 18 -4 14 5 13 1 -5 -17 -20 -21 -25 -22 -61 -12 -21 6 -54 26 -73 44 -20 18 -28 28 -20 22 9 -7 30 -19 47 -27z m121 17 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m353 -48 c0 -2 -8 -10 -17 -17 -16 -13 -17 -12 -4 4 13 16 21 21 21 13z"/>
116
- <path d="M930 730 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/>
117
- <path d="M180 314 c0 -21 25 -62 33 -54 3 3 -4 21 -14 40 -14 26 -19 30 -19 14z"/>
118
- <path d="M836 303 c-6 -14 -5 -15 5 -6 7 7 10 15 7 18 -3 3 -9 -2 -12 -12z"/>
119
- <path d="M270 205 c13 -14 26 -25 28 -25 3 0 -5 11 -18 25 -13 14 -26 25 -28 25 -3 0 5 -11 18 -25z"/>
120
- <path d="M765 155 c-16 -14 -36 -25 -43 -25 -7 0 -27 -7 -45 -16 -17 -9 -65 -20 -107 -24 -74 -7 -75 -7 -32 -15 24 -4 46 -14 49 -21 8 -22 37 -16 64 12 13 14 52 39 85 54 34 16 64 36 67 44 9 22 -3 19 -38 -9z"/>
121
- <path d="M555 139 c-29 -13 -34 -19 -19 -19 12 0 32 9 45 20 29 24 25 24 -26 -1z"/>
122
- </g>
123
- <g id="layer125" fill="#ffc35e" stroke="none">
124
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -32 -9 -46 -20 l-25 -20 24 0 c13 0 38 8 55 19 36 22 105 45 112 38 3 -3 -16 -21 -42 -41 -34 -26 -42 -36 -28 -37 10 0 -19 -19 -66 -41 l-85 -40 31 -16 c17 -9 30 -21 28 -27 -4 -12 154 -91 163 -81 3 3 11 -2 18 -11 11 -15 15 -14 46 7 19 13 28 17 22 10 -21 -23 -15 -32 17 -25 25 6 30 4 30 -13 0 -11 -7 -22 -15 -26 -20 -7 -19 -32 1 -40 8 -3 12 -2 9 4 -3 6 -1 10 4 10 14 0 14 -13 0 -43 -9 -19 -8 -30 5 -49 9 -13 18 -46 21 -73 9 -90 12 -92 62 -24 25 34 50 75 55 90 5 16 15 29 21 29 7 0 21 14 32 30 23 35 31 37 37 12 4 -12 -29 -70 -92 -164 -53 -80 -100 -157 -104 -171 -3 -15 -17 -34 -31 -43 -13 -8 -50 -46 -82 -82 -32 -37 -45 -57 -29 -44 38 29 44 21 17 -23 -24 -42 -26 -49 -8 -39 6 4 -1 -7 -17 -24 -17 -18 -34 -32 -40 -32 -6 0 -28 -17 -51 -38 -22 -20 -34 -30 -27 -22 13 16 16 30 5 30 -5 0 -29 -20 -55 -44 -38 -34 -57 -45 -96 -50 -44 -6 -52 -3 -98 29 -57 41 -97 45 -131 13 -20 -19 -27 -20 -61 -10 -21 7 -54 26 -73 44 -20 18 -28 28 -20 22 29 -21 78 -43 84 -38 3 3 15 1 26 -6 12 -6 21 -7 20 -3 -3 19 2 27 10 15 6 -10 10 -10 21 3 10 13 9 15 -8 15 -12 0 -25 6 -29 14 -13 23 -100 65 -111 54 -7 -7 -12 -3 -17 10 -3 12 -19 35 -34 51 -25 26 -30 28 -35 14 -6 -14 -15 -9 -52 28 -43 43 -45 45 -43 104 0 33 -4 80 -9 105 -6 26 -7 86 -4 142 l7 97 45 46 c24 25 49 45 55 45 5 -1 -2 -11 -17 -23 -15 -12 -39 -38 -53 -57 -21 -29 -25 -42 -19 -73 3 -21 12 -50 19 -64 15 -28 16 -27 35 60 8 37 23 60 70 109 33 33 60 69 60 79 0 22 73 60 159 85 34 9 66 23 72 30 10 12 8 13 -7 9 -10 -3 -5 1 11 9 17 8 37 15 46 16 8 0 29 16 46 35 17 19 41 35 52 35 12 0 21 4 21 9 0 12 -60 3 -115 -16 -22 -8 -35 -9 -30 -4 6 5 44 21 85 35 41 14 67 26 57 26 -10 0 -52 -11 -93 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 111 51 33 159 188 174 250 l7 30 -28 -25 c-31 -27 -16 -5 29 43 15 16 28 39 28 51 1 18 2 19 6 2 3 -10 -5 -31 -16 -47 -12 -16 -17 -29 -12 -29 15 0 41 42 41 66 0 19 15 45 86 154 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-299 -392 c8 -13 8 -20 1 -20 -5 0 -8 -4 -4 -9 3 -6 -10 -17 -29 -26 -18 -9 -44 -27 -57 -41 -36 -38 -56 -32 -53 17 2 49 7 54 70 79 61 24 57 24 72 0z m-643 -97 c-11 -3 -50 -32 -87 -65 -42 -36 -68 -54 -68 -44 0 8 11 23 25 33 14 10 45 33 68 50 23 18 51 32 62 32 l20 -1 -20 -5z m715 -7 c0 -15 -37 -32 -48 -22 -6 6 27 35 41 36 4 0 7 -6 7 -14z m-383 -23 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m153 -7 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z m180 -83 c0 -13 -74 -83 -87 -83 -23 0 -14 15 18 29 17 7 35 24 41 37 10 22 28 33 28 17z m-285 -13 c3 -5 2 -10 -4 -10 -5 0 -13 5 -16 10 -3 6 -2 10 4 10 5 0 13 -4 16 -10z m473 -186 c-26 -47 -58 -90 -58 -79 0 11 73 126 77 121 2 -2 -6 -21 -19 -42z m-260 8 c6 -18 -15 -14 -22 4 -4 10 -1 14 6 12 6 -2 14 -10 16 -16z m225 -7 c-3 -9 -8 -14 -10 -11 -3 3 -2 9 2 15 9 16 15 13 8 -4z m-157 -282 c-70 -99 -86 -120 -116 -148 -23 -22 -29 -25 -24 -11 5 14 4 17 -5 11 -10 -6 -11 -3 -2 13 6 12 17 24 24 28 8 5 7 2 -2 -9 -8 -10 -11 -20 -8 -23 6 -7 67 74 67 89 0 11 82 94 89 90 2 -2 -8 -20 -23 -40z m-346 -387 c0 -2 -8 -10 -17 -17 -16 -13 -17 -12 -4 4 13 16 21 21 21 13z"/>
125
- <path d="M983 1113 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
126
- <path d="M749 1113 c-6 -7 -7 -13 -2 -13 5 0 17 6 27 13 16 12 17 14 2 14 -9 0 -21 -6 -27 -14z"/>
127
- <path d="M648 953 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/>
128
- <path d="M254 848 c-4 -7 -3 -8 4 -4 12 7 16 16 8 16 -3 0 -8 -5 -12 -12z"/>
129
- <path d="M94 519 c-21 -26 -26 -61 -13 -85 9 -18 10 -30 1 -48 -9 -20 -8 -25 5 -28 8 -2 25 -22 38 -46 38 -71 38 -21 -1 56 -37 75 -40 92 -23 109 6 6 9 21 7 33 -2 19 -5 21 -14 9z"/>
130
- <path d="M190 291 c0 -6 4 -13 10 -16 6 -3 7 1 4 9 -7 18 -14 21 -14 7z"/>
131
- <path d="M754 144 c-36 -25 -137 -56 -186 -57 -26 0 -45 -4 -42 -9 3 -4 16 -8 30 -8 14 0 27 -7 30 -15 9 -22 31 -18 62 11 15 14 53 39 85 55 31 16 57 31 57 34 0 9 -14 4 -36 -11z"/>
132
- <path d="M550 135 c-14 -8 -20 -14 -15 -14 6 0 21 6 35 14 14 8 21 14 15 14 -5 0 -21 -6 -35 -14z"/>
133
- </g>
134
- <g id="layer126" fill="#fea492" stroke="none">
135
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -32 -9 -46 -20 l-25 -20 26 0 c14 0 34 7 45 15 26 20 40 19 23 -2 -12 -14 -12 -16 1 -11 8 3 14 12 14 20 -1 15 92 56 102 45 3 -3 -17 -22 -46 -43 -30 -22 -47 -40 -41 -44 6 -3 -26 -23 -71 -44 l-83 -37 31 -17 c17 -9 30 -21 28 -27 -4 -12 154 -91 163 -81 3 3 11 -2 18 -11 11 -15 15 -14 46 7 19 13 28 17 22 10 -21 -23 -15 -32 17 -25 25 6 30 4 30 -13 0 -11 -7 -22 -15 -26 -24 -9 -19 -39 5 -31 23 7 25 -3 9 -38 -9 -19 -8 -30 5 -49 9 -13 18 -46 21 -73 9 -90 12 -92 62 -24 25 34 50 75 55 90 5 16 15 29 22 29 13 0 70 84 86 126 6 15 13 25 15 22 3 -3 -2 -21 -10 -41 -8 -20 -15 -47 -15 -60 0 -13 -10 -39 -23 -58 -13 -19 -57 -83 -98 -144 -42 -60 -79 -122 -82 -137 -4 -15 -18 -35 -32 -44 -13 -8 -50 -46 -82 -82 -32 -37 -45 -57 -29 -44 38 29 44 21 17 -23 -24 -42 -26 -49 -8 -39 6 4 -1 -7 -17 -24 -17 -18 -34 -32 -40 -32 -6 0 -28 -17 -51 -38 -22 -20 -34 -30 -27 -22 13 16 16 30 5 30 -5 0 -29 -20 -55 -44 -38 -34 -57 -45 -96 -50 -44 -6 -52 -3 -98 29 -57 41 -97 45 -131 13 -20 -19 -27 -20 -61 -10 -21 7 -54 26 -73 44 -20 18 -28 28 -20 22 29 -21 78 -43 84 -38 3 3 15 1 26 -6 12 -6 21 -7 20 -3 -3 19 2 27 10 15 6 -10 10 -10 21 3 10 13 9 15 -8 15 -12 0 -25 6 -29 14 -13 23 -100 65 -111 54 -7 -7 -12 -3 -17 10 -3 12 -19 35 -34 51 -25 26 -30 28 -35 14 -6 -14 -15 -9 -52 28 -43 43 -45 45 -43 104 0 33 -4 80 -9 105 -6 26 -7 86 -4 142 l7 97 45 46 c24 25 49 45 55 45 5 -1 -2 -11 -17 -23 -15 -12 -39 -38 -53 -57 -21 -29 -25 -42 -19 -73 3 -21 12 -50 19 -64 15 -28 16 -27 35 60 8 37 23 60 70 109 33 33 60 69 60 79 0 22 73 60 159 85 34 9 66 23 72 30 10 12 8 13 -7 9 -10 -3 -5 1 11 9 17 8 37 15 46 16 8 0 29 16 46 35 17 19 41 35 52 35 12 0 21 4 21 9 0 12 -60 3 -115 -16 -22 -8 -35 -9 -30 -4 6 5 44 21 85 35 41 14 67 26 57 26 -10 0 -52 -11 -93 -25 -41 -14 -91 -25 -112 -25 -23 0 -59 -13 -97 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 38 -75 124 -121 237 -127 41 -2 91 -8 111 -13 20 -5 70 -8 110 -6 90 4 118 21 247 149 50 48 106 99 126 111 51 33 159 188 174 250 l7 30 -28 -25 c-31 -27 -16 -5 29 43 15 16 28 39 28 51 1 18 2 19 6 2 3 -10 -5 -31 -16 -47 -12 -16 -17 -29 -12 -29 15 0 41 42 41 66 0 19 15 45 86 154 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-298 -386 c15 -17 -1 -56 -23 -56 -7 0 -31 -16 -53 -35 -23 -19 -47 -35 -54 -35 -7 0 -22 -8 -33 -17 -17 -16 -17 -14 3 12 14 19 21 40 19 60 -3 27 2 32 52 57 64 32 73 33 89 14z m-644 -103 c-11 -3 -50 -32 -87 -65 -42 -36 -68 -54 -68 -44 0 8 11 23 25 33 14 10 45 33 68 50 23 18 51 32 62 32 l20 -1 -20 -5z m715 -7 c0 -15 -37 -32 -48 -22 -6 6 27 35 41 36 4 0 7 -6 7 -14z m-383 -23 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m333 -90 c0 -13 -74 -83 -87 -83 -23 0 -14 15 18 29 17 7 35 24 41 37 10 22 28 33 28 17z m-285 -13 c3 -5 2 -10 -4 -10 -5 0 -13 5 -16 10 -3 6 -2 10 4 10 5 0 13 -4 16 -10z m505 -132 c-33 -64 -98 -157 -87 -126 3 10 27 48 52 86 25 38 45 76 45 84 0 17 11 30 18 23 3 -3 -10 -33 -28 -67z m-292 -46 c6 -18 -15 -14 -22 4 -4 10 -1 14 6 12 6 -2 14 -10 16 -16z m225 -7 c-3 -9 -8 -14 -10 -11 -3 3 -2 9 2 15 9 16 15 13 8 -4z m-157 -282 c-70 -99 -86 -120 -116 -148 -23 -22 -29 -25 -24 -11 5 14 4 17 -5 11 -10 -6 -11 -3 -2 13 6 12 17 24 24 28 8 5 7 2 -2 -9 -8 -10 -11 -20 -8 -23 6 -7 67 74 67 89 0 11 82 94 89 90 2 -2 -8 -20 -23 -40z m-346 -387 c0 -2 -8 -10 -17 -17 -16 -13 -17 -12 -4 4 13 16 21 21 21 13z"/>
136
- <path d="M983 1113 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
137
- <path d="M648 953 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/>
138
- <path d="M254 848 c-4 -7 -3 -8 4 -4 12 7 16 16 8 16 -3 0 -8 -5 -12 -12z"/>
139
- <path d="M94 519 c-21 -26 -26 -61 -13 -85 9 -18 10 -30 1 -48 -9 -20 -8 -25 5 -28 8 -2 25 -22 38 -46 38 -71 38 -21 -1 56 -37 75 -40 92 -23 109 6 6 9 21 7 33 -2 19 -5 21 -14 9z"/>
140
- <path d="M190 291 c0 -6 4 -13 10 -16 6 -3 7 1 4 9 -7 18 -14 21 -14 7z"/>
141
- <path d="M754 144 c-36 -25 -137 -56 -186 -57 -26 0 -45 -4 -42 -9 3 -4 16 -8 30 -8 14 0 27 -7 30 -15 9 -22 31 -18 62 11 15 14 53 39 85 55 31 16 57 31 57 34 0 9 -14 4 -36 -11z"/>
142
- <path d="M550 135 c-14 -8 -20 -14 -15 -14 6 0 21 6 35 14 14 8 21 14 15 14 -5 0 -21 -6 -35 -14z"/>
143
- </g>
144
- <g id="layer127" fill="#fcb688" stroke="none">
145
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -32 -9 -46 -20 l-25 -20 26 0 c14 0 34 7 45 15 26 20 40 19 23 -2 -12 -14 -12 -16 1 -11 8 3 14 12 14 20 -1 15 92 56 102 45 3 -3 -17 -22 -46 -43 -30 -22 -47 -40 -41 -44 6 -3 -26 -23 -71 -44 l-83 -37 31 -17 c17 -9 30 -21 28 -27 -4 -12 154 -91 163 -81 3 3 11 -2 18 -11 11 -15 15 -14 46 7 19 13 28 17 22 10 -21 -23 -15 -32 17 -25 25 6 30 4 30 -13 0 -11 -7 -22 -15 -26 -8 -3 -15 -13 -15 -21 0 -12 6 -15 21 -10 19 6 21 4 15 -19 -5 -19 -3 -24 8 -20 21 8 29 -12 14 -38 -7 -13 -11 -27 -10 -31 1 -4 4 -29 7 -54 9 -88 12 -89 62 -22 25 34 50 75 55 90 5 16 15 29 22 29 13 0 70 84 86 126 6 15 13 25 15 22 3 -3 -2 -21 -10 -41 -8 -20 -15 -47 -15 -60 0 -13 -10 -39 -23 -58 -13 -19 -57 -83 -98 -144 -42 -60 -79 -122 -82 -137 -4 -15 -18 -35 -32 -44 -13 -8 -50 -46 -82 -82 -32 -37 -45 -57 -29 -44 38 29 44 21 17 -23 -26 -44 -26 -52 -3 -34 13 10 12 8 -3 -11 -28 -34 -58 -59 -71 -60 -13 0 -53 -42 -68 -71 -6 -13 -27 -29 -46 -36 -32 -12 -33 -12 -15 2 48 37 77 69 65 73 -6 2 -29 -14 -51 -37 -22 -22 -45 -41 -52 -41 -7 0 -4 -5 5 -10 11 -7 26 -7 43 0 41 15 133 90 202 163 34 37 80 77 101 91 54 34 162 187 177 251 l7 30 -28 -25 c-31 -27 -16 -5 29 43 15 16 28 39 28 51 1 18 2 19 6 2 3 -10 -5 -31 -16 -47 -12 -16 -17 -29 -12 -29 15 0 41 42 41 66 0 19 15 45 86 154 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-298 -386 c15 -17 -1 -56 -23 -56 -7 0 -31 -16 -53 -35 -23 -19 -47 -35 -54 -35 -7 0 -22 -8 -33 -17 -17 -16 -17 -14 3 12 14 19 21 40 19 60 -3 27 2 32 52 57 64 32 73 33 89 14z m71 -110 c0 -15 -37 -32 -48 -22 -6 6 27 35 41 36 4 0 7 -6 7 -14z m-383 -23 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m333 -90 c0 -13 -74 -83 -87 -83 -23 0 -14 15 18 29 17 7 35 24 41 37 10 22 28 33 28 17z m-285 -13 c3 -5 2 -10 -4 -10 -5 0 -13 5 -16 10 -3 6 -2 10 4 10 5 0 13 -4 16 -10z m505 -132 c-33 -64 -98 -157 -87 -126 3 10 27 48 52 86 25 38 45 76 45 84 0 17 11 30 18 23 3 -3 -10 -33 -28 -67z m-67 -53 c-3 -9 -8 -14 -10 -11 -3 3 -2 9 2 15 9 16 15 13 8 -4z m-157 -282 c-70 -99 -86 -120 -116 -148 -23 -22 -29 -25 -24 -11 5 14 4 17 -5 11 -10 -6 -11 -3 -2 13 6 12 17 24 24 28 8 5 7 2 -2 -9 -8 -10 -11 -20 -8 -23 6 -7 67 74 67 89 0 11 82 94 89 90 2 -2 -8 -20 -23 -40z"/>
146
- <path d="M983 1113 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
147
- <path d="M545 1085 c-38 -13 -88 -24 -110 -25 -26 0 -61 -12 -100 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 10 -21 27 -44 37 -52 13 -10 12 -7 -4 14 -21 27 -22 57 -2 57 18 0 8 29 -20 59 -25 27 -29 29 -34 12 -2 -10 0 -27 6 -37 10 -18 0 -12 -59 42 -29 26 -54 94 -52 146 0 29 -1 111 -4 181 l-5 129 40 46 c44 52 95 87 79 55 -34 -67 -52 -118 -51 -146 l1 -32 9 37 c6 26 28 58 69 99 33 34 60 70 60 80 0 22 73 60 159 85 34 9 66 23 72 30 10 12 8 13 -7 9 -10 -3 -5 1 11 9 17 8 37 15 46 16 8 0 29 16 46 35 17 19 41 35 52 35 12 0 21 4 21 9 0 12 -60 3 -115 -16 -22 -8 -35 -9 -30 -4 6 5 44 21 85 35 41 14 66 25 55 25 -11 0 -51 -10 -90 -24z m-120 -42 c-11 -3 -55 -42 -97 -87 -76 -79 -77 -80 -71 -46 9 55 21 69 79 97 30 14 57 29 60 34 3 5 15 8 27 8 20 -1 21 -2 2 -6z m0 -53 c-3 -5 -12 -10 -18 -10 -7 0 -6 4 3 10 19 12 23 12 15 0z m-229 -168 c-16 -15 -25 -20 -21 -12 13 25 38 50 44 45 3 -3 -8 -18 -23 -33z"/>
148
- <path d="M648 953 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/>
149
- <path d="M254 848 c-4 -7 -3 -8 4 -4 12 7 16 16 8 16 -3 0 -8 -5 -12 -12z"/>
150
- <path d="M970 721 c0 -6 4 -13 10 -16 6 -3 7 1 4 9 -7 18 -14 21 -14 7z"/>
151
- <path d="M91 613 c-1 -6 -4 -20 -7 -30 -5 -17 -5 -17 6 0 6 10 9 23 6 30 -3 9 -5 9 -5 0z"/>
152
- <path d="M91 516 c-10 -11 -12 -31 -8 -66 7 -60 61 -189 70 -167 3 9 -10 47 -29 85 -37 75 -40 92 -23 109 6 6 9 21 7 33 -3 21 -4 22 -17 6z"/>
153
- <path d="M190 291 c0 -6 4 -13 10 -16 6 -3 7 1 4 9 -7 18 -14 21 -14 7z"/>
154
- <path d="M240 170 c0 -11 49 -46 78 -54 40 -13 23 10 -28 36 -27 14 -50 22 -50 18z"/>
155
- <path d="M720 129 c-30 -15 -74 -31 -97 -35 -44 -6 -44 -7 -15 -53 1 -3 15 7 30 21 15 14 55 40 90 57 34 17 62 33 62 36 0 8 -12 4 -70 -26z"/>
156
- <path d="M550 135 c-14 -8 -20 -14 -15 -14 6 0 21 6 35 14 14 8 21 14 15 14 -5 0 -21 -6 -35 -14z"/>
157
- <path d="M373 93 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
158
- <path d="M230 86 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 13z"/>
159
- <path d="M528 83 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z"/>
160
- <path d="M375 50 c-3 -5 -18 -10 -32 -10 -57 0 -11 -12 61 -15 42 -3 88 -7 103 -10 23 -4 -37 18 -109 41 -9 2 -19 0 -23 -6z"/>
161
- <path d="M293 43 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
162
- <path d="M553 3 c9 -2 23 -2 30 0 6 3 -1 5 -18 5 -16 0 -22 -2 -12 -5z"/>
163
- </g>
164
- <g id="layer128" fill="#ffc879" stroke="none">
165
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -21 -1 -56 -22 -56 -34 0 -3 16 1 36 9 47 19 60 19 43 -2 -12 -14 -12 -16 1 -11 8 3 14 12 14 20 -1 15 92 56 102 45 3 -3 -18 -23 -46 -43 -40 -28 -49 -39 -36 -43 16 -6 -25 -32 -109 -66 -38 -16 -39 -17 -18 -28 19 -8 27 -6 47 16 15 16 36 27 51 27 37 0 31 -14 -14 -35 -34 -15 -59 -41 -49 -50 7 -6 148 -75 153 -75 4 0 3 6 0 13 -3 6 2 2 11 -11 19 -25 34 -29 34 -7 0 8 6 15 13 15 6 0 23 13 37 30 19 23 29 27 40 20 12 -9 9 -15 -20 -40 -19 -16 -30 -30 -24 -30 6 0 17 7 24 14 8 10 18 12 33 7 12 -5 32 -5 45 0 27 10 29 19 2 14 -11 -2 -20 -1 -20 3 1 12 72 53 84 48 7 -3 7 -5 -1 -5 -7 -1 -13 -7 -13 -15 0 -14 -107 -116 -122 -116 -4 0 -8 -7 -8 -15 0 -8 6 -12 13 -10 6 3 23 -11 37 -30 27 -37 45 -44 54 -20 6 15 26 21 26 7 0 -4 -18 -31 -40 -61 -39 -52 -46 -73 -34 -105 5 -13 14 -7 40 26 19 24 41 58 50 77 9 19 37 55 62 80 25 25 51 61 59 80 8 18 16 31 19 29 2 -3 -3 -21 -11 -41 -8 -20 -15 -47 -15 -61 0 -13 -24 -59 -53 -103 -51 -75 -81 -147 -51 -123 10 9 11 6 7 -12 -5 -20 0 -18 35 16 40 38 79 124 68 151 -2 7 2 21 10 32 9 10 13 12 9 6 -3 -7 0 -13 7 -13 15 1 68 80 68 103 0 9 5 19 11 23 26 16 -42 -121 -92 -184 -10 -14 -19 -35 -19 -49 0 -13 -16 -42 -38 -66 -21 -23 -64 -78 -97 -122 -59 -80 -163 -187 -174 -181 -3 2 -15 -8 -25 -22 -17 -22 -17 -25 -3 -19 15 5 16 3 7 -13 -11 -21 -62 -60 -79 -60 -6 0 -27 -22 -46 -49 -22 -31 -48 -53 -68 -60 l-32 -11 26 20 c15 11 35 32 44 47 18 26 17 26 -23 -6 -23 -18 -42 -37 -42 -42 0 -5 -8 -9 -17 -9 -17 -1 -17 -1 -1 -10 11 -7 26 -7 43 0 41 15 133 90 202 163 34 37 80 77 102 91 21 14 54 47 72 73 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-298 -385 c13 -16 -7 -79 -24 -73 -14 5 -56 -18 -79 -43 -10 -11 -23 -18 -28 -15 -5 3 -19 -2 -31 -13 -22 -18 -22 -18 -6 2 22 29 23 75 1 75 -32 0 104 75 144 79 6 1 17 -5 23 -12z m76 -120 c8 -17 7 -26 -5 -38 -15 -14 -19 -12 -49 18 l-33 33 26 0 c14 0 26 4 26 10 0 16 24 1 35 -23z m-335 -117 c14 -11 22 -20 18 -20 -14 0 -58 23 -58 32 0 13 13 9 40 -12z m27 13 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/>
166
- <path d="M618 1103 c6 -2 18 -2 25 0 6 3 1 5 -13 5 -14 0 -19 -2 -12 -5z"/>
167
- <path d="M525 1080 c-27 -11 -68 -20 -90 -20 -26 0 -60 -11 -100 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 10 -21 27 -44 37 -52 13 -10 12 -7 -4 14 -21 27 -22 57 -2 57 16 0 10 18 -17 50 -20 23 -29 28 -35 19 -4 -7 -3 -22 3 -33 11 -21 6 -18 -58 40 -29 26 -54 94 -52 146 0 29 -1 111 -4 181 l-5 129 40 46 c43 51 147 120 147 98 0 -17 -33 -46 -53 -46 -19 0 -67 -101 -66 -139 1 -24 2 -23 9 7 9 40 51 102 64 95 5 -3 6 -2 3 4 -3 5 7 19 23 31 20 15 34 39 45 79 9 32 22 69 29 83 16 35 120 89 171 90 33 0 140 32 154 46 10 10 -28 1 -74 -16z"/>
168
- <path d="M540 1053 c-48 -18 -98 -44 -110 -58 -22 -27 -32 -16 -11 12 12 14 19 28 17 30 -12 12 -47 -14 -106 -79 -36 -40 -56 -68 -45 -64 11 4 52 17 90 28 68 19 113 42 64 32 -25 -4 42 31 74 40 9 2 17 11 17 20 0 8 12 22 28 30 26 15 14 21 -18 9z"/>
169
- <path d="M92 508 c-7 -7 -12 -21 -12 -32 1 -18 3 -17 16 7 17 31 15 44 -4 25z"/>
170
- <path d="M1069 487 c-14 -18 -29 -39 -34 -47 -15 -25 23 9 47 42 28 40 18 44 -13 5z"/>
171
- <path d="M90 415 c0 -5 5 -17 10 -25 5 -8 10 -10 10 -5 0 6 -5 17 -10 25 -5 8 -10 11 -10 5z"/>
172
- <path d="M910 308 c-30 -35 -42 -52 -27 -39 25 23 27 23 28 5 0 -16 2 -15 10 5 5 13 19 36 30 53 39 54 13 39 -41 -24z"/>
173
- <path d="M120 343 c0 -6 8 -17 18 -24 16 -13 16 -13 2 6 -8 11 -16 22 -17 24 -2 2 -3 0 -3 -6z"/>
174
- <path d="M250 159 c0 -12 59 -41 73 -36 7 2 -7 13 -30 25 -24 11 -43 16 -43 11z"/>
175
- <path d="M763 143 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
176
- <path d="M665 105 c-16 -8 -40 -14 -53 -15 -20 0 -22 -4 -16 -22 10 -34 12 -34 47 -1 17 17 41 35 52 41 28 16 6 13 -30 -3z"/>
177
- <path d="M230 86 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 13z"/>
178
- <path d="M375 50 c-3 -5 -18 -10 -32 -10 -57 0 -11 -12 61 -15 42 -3 88 -7 103 -10 23 -4 -37 18 -109 41 -9 2 -19 0 -23 -6z"/>
179
- <path d="M293 43 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
180
- <path d="M553 3 c9 -2 23 -2 30 0 6 3 -1 5 -18 5 -16 0 -22 -2 -12 -5z"/>
181
- </g>
182
- <g id="layer129" fill="#fdcd8f" stroke="none">
183
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -21 -1 -56 -22 -56 -33 0 -4 24 3 53 15 28 11 83 32 122 45 38 14 84 37 102 50 19 14 35 24 38 22 2 -3 -46 -38 -106 -79 -75 -50 -106 -76 -95 -80 16 -5 -26 -31 -109 -65 -38 -16 -39 -17 -18 -28 19 -8 27 -6 47 16 15 16 36 27 51 27 37 0 31 -14 -14 -35 -34 -15 -59 -41 -49 -50 7 -6 148 -75 153 -75 4 0 3 6 -1 13 -4 6 5 1 19 -12 22 -20 27 -22 27 -8 0 9 6 17 13 17 6 0 23 13 37 30 19 23 29 27 40 20 12 -9 9 -15 -20 -40 -19 -16 -30 -30 -24 -30 6 0 17 7 24 14 8 10 18 12 33 7 25 -9 47 -4 47 10 0 6 -4 7 -10 4 -5 -3 -10 -3 -10 2 1 19 100 67 100 49 0 -10 -107 -116 -117 -116 -17 0 -8 -56 14 -84 24 -29 38 -33 47 -11 6 15 26 21 26 7 0 -4 -18 -31 -40 -61 -39 -52 -46 -73 -34 -105 5 -13 14 -7 40 26 18 24 43 62 56 86 12 24 29 49 38 55 24 18 67 79 75 107 10 34 52 83 58 67 2 -6 7 9 11 34 6 39 13 51 45 73 21 15 43 38 50 53 6 14 14 23 18 20 7 -8 -30 -68 -58 -93 -30 -27 -55 -77 -40 -82 8 -3 8 -9 0 -24 -6 -11 -12 -30 -13 -42 -2 -11 -17 -36 -34 -55 -18 -18 -32 -37 -32 -42 0 -14 -63 -113 -77 -122 -14 -9 -47 -67 -38 -67 3 0 0 -10 -6 -23 -11 -20 -11 -21 4 -9 13 11 15 10 10 -10 -5 -20 0 -18 35 16 40 39 79 124 68 152 -3 7 5 25 16 41 35 46 41 50 24 16 -23 -45 -14 -41 19 8 15 23 22 38 16 35 -19 -12 -12 8 14 39 19 24 24 26 25 12 0 -22 -20 -63 -76 -150 -24 -37 -44 -77 -44 -88 0 -10 -17 -38 -38 -62 -21 -23 -64 -78 -97 -122 -59 -80 -163 -187 -174 -181 -3 2 -15 -8 -25 -22 -17 -22 -17 -25 -3 -19 15 5 16 3 7 -13 -11 -21 -62 -60 -79 -60 -6 0 -27 -22 -46 -49 -22 -31 -48 -53 -68 -60 l-32 -11 26 20 c15 11 35 32 44 47 18 26 17 26 -23 -6 -23 -18 -42 -37 -42 -42 0 -5 -8 -9 -17 -9 -17 -1 -17 -1 -1 -10 11 -7 26 -7 43 0 41 15 133 90 202 163 34 37 80 77 102 91 21 14 54 47 72 73 18 26 48 70 66 97 18 26 33 56 33 66 0 9 13 31 30 48 17 18 30 42 30 55 0 21 14 47 86 157 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-327 -296 c0 -2 -7 -7 -16 -10 -8 -3 -12 -2 -9 4 6 10 25 14 25 6z m40 -100 c0 -22 -25 -66 -35 -62 -5 2 -19 -1 -30 -7 -26 -13 -118 -88 -128 -104 -4 -7 -12 -13 -18 -13 -5 0 3 19 18 43 35 52 41 87 16 87 -24 0 34 38 102 66 50 20 75 17 75 -10z m180 -25 c-25 -20 -58 -49 -75 -66 -26 -25 -28 -30 -12 -33 10 -2 26 2 35 10 12 9 11 6 -3 -10 -13 -16 -26 -21 -42 -18 -13 4 -25 1 -30 -8 -6 -11 -15 -6 -41 20 l-34 34 26 0 c14 0 26 5 26 10 0 6 11 10 25 10 14 0 25 -5 25 -11 0 -8 5 -8 15 1 8 7 15 19 15 26 0 8 4 14 9 14 4 0 28 15 52 34 59 45 66 34 9 -13z m23 -126 c4 -8 2 -17 -3 -20 -6 -4 -10 3 -10 14 0 25 6 27 13 6z m-473 -75 c14 -11 22 -20 18 -20 -14 0 -58 23 -58 32 0 13 13 9 40 -12z m27 13 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z m303 -343 c0 -5 -5 -10 -11 -10 -5 0 -7 5 -4 10 3 6 8 10 11 10 2 0 4 -4 4 -10z"/>
184
- <path d="M618 1103 c6 -2 18 -2 25 0 6 3 1 5 -13 5 -14 0 -19 -2 -12 -5z"/>
185
- <path d="M525 1080 c-27 -11 -68 -20 -90 -20 -26 0 -60 -11 -100 -33 -49 -28 -66 -45 -101 -102 -23 -37 -50 -72 -60 -78 -39 -21 -98 -72 -124 -108 l-27 -37 3 -182 c3 -208 13 -243 84 -300 22 -18 49 -49 60 -69 10 -21 27 -44 37 -52 13 -10 12 -7 -4 14 -21 27 -22 57 -2 57 16 0 10 18 -17 50 -20 23 -29 28 -35 19 -4 -7 -3 -22 3 -33 11 -21 6 -18 -58 40 -29 26 -54 94 -52 146 0 29 -1 111 -4 181 l-5 129 40 46 c43 51 147 120 147 98 0 -17 -33 -46 -53 -46 -19 0 -67 -101 -66 -139 1 -24 2 -23 9 7 9 40 51 102 64 95 5 -3 6 -2 3 4 -3 5 7 19 23 31 20 15 34 39 45 79 9 32 22 69 29 83 16 35 120 89 171 90 33 0 140 32 154 46 10 10 -28 1 -74 -16z"/>
186
- <path d="M540 1053 c-48 -18 -98 -44 -110 -58 -22 -27 -32 -16 -11 12 12 14 19 28 17 30 -12 12 -47 -14 -106 -79 -36 -40 -56 -68 -45 -64 11 4 52 17 90 28 68 19 113 42 64 32 -25 -4 42 31 74 40 9 2 17 11 17 20 0 8 12 22 28 30 26 15 14 21 -18 9z"/>
187
- <path d="M1250 829 c0 -18 2 -19 15 -9 8 7 15 16 15 21 0 5 -7 9 -15 9 -9 0 -15 -9 -15 -21z"/>
188
- <path d="M960 800 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/>
189
- <path d="M92 508 c-7 -7 -12 -21 -12 -32 1 -18 3 -17 16 7 17 31 15 44 -4 25z"/>
190
- <path d="M1069 487 c-14 -18 -29 -39 -34 -47 -15 -25 23 9 47 42 28 40 18 44 -13 5z"/>
191
- <path d="M90 415 c0 -5 5 -17 10 -25 5 -8 10 -10 10 -5 0 6 -5 17 -10 25 -5 8 -10 11 -10 5z"/>
192
- <path d="M910 308 c-30 -35 -42 -52 -27 -39 25 23 27 23 28 5 0 -16 2 -15 10 5 5 13 19 36 30 53 39 54 13 39 -41 -24z"/>
193
- <path d="M120 343 c0 -6 8 -17 18 -24 16 -13 16 -13 2 6 -8 11 -16 22 -17 24 -2 2 -3 0 -3 -6z"/>
194
- <path d="M250 159 c0 -12 59 -41 73 -36 7 2 -7 13 -30 25 -24 11 -43 16 -43 11z"/>
195
- <path d="M763 143 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
196
- <path d="M665 105 c-16 -8 -40 -14 -53 -15 -20 0 -22 -4 -16 -22 10 -34 12 -34 47 -1 17 17 41 35 52 41 28 16 6 13 -30 -3z"/>
197
- <path d="M230 86 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 13z"/>
198
- <path d="M375 50 c-3 -5 -18 -10 -32 -10 -57 0 -11 -12 61 -15 42 -3 88 -7 103 -10 23 -4 -37 18 -109 41 -9 2 -19 0 -23 -6z"/>
199
- <path d="M293 43 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
200
- <path d="M553 3 c9 -2 23 -2 30 0 6 3 -1 5 -18 5 -16 0 -22 -2 -12 -5z"/>
201
- </g>
202
- <g id="layer130" fill="#fcddaa" stroke="none">
203
- <path d="M1367 1532 c-40 -37 -85 -77 -102 -87 -16 -10 -58 -42 -91 -71 -34 -29 -72 -55 -85 -59 -13 -4 -37 -17 -53 -28 -45 -32 -288 -147 -310 -147 -12 0 -30 -8 -41 -16 -19 -16 -19 -16 5 -9 43 12 204 75 220 85 37 24 92 51 96 47 3 -2 -45 -37 -106 -77 -60 -40 -110 -75 -110 -78 0 -2 11 -2 25 0 32 7 24 -6 -15 -22 -32 -13 -38 -25 -17 -33 15 -5 -28 -55 -58 -67 -18 -7 -15 -10 20 -25 22 -10 49 -22 60 -28 18 -9 18 -8 7 6 -11 13 -7 20 32 46 50 34 67 55 39 44 -15 -5 -14 -2 5 19 12 13 22 27 22 30 0 3 -10 9 -22 12 -22 6 -21 8 12 26 19 10 46 24 60 30 14 6 46 22 73 36 70 36 72 34 51 -46 -2 -10 9 -23 31 -34 30 -17 39 -17 59 -6 51 27 98 73 93 91 -3 11 2 19 13 22 16 4 29 -15 30 -44 0 -3 -29 -29 -65 -59 -36 -30 -65 -58 -65 -63 0 -6 8 -3 18 6 14 12 21 14 30 5 8 -8 -5 -24 -51 -62 -87 -72 -139 -126 -161 -167 -19 -36 -19 -36 1 -56 19 -19 20 -19 43 -1 13 10 29 17 36 14 7 -3 15 2 18 10 8 20 26 18 26 -3 0 -13 12 -6 41 25 31 33 40 49 35 66 -4 16 1 29 14 41 11 10 20 26 20 36 0 10 5 21 11 25 6 3 9 16 7 29 -4 16 -1 21 11 19 10 -2 28 14 47 44 17 26 38 46 45 45 17 -3 52 54 37 59 -6 2 1 15 16 28 14 14 26 30 26 37 0 6 4 14 10 18 14 9 -17 -88 -33 -100 -7 -5 -11 -17 -10 -25 2 -9 -15 -45 -37 -82 -22 -37 -40 -73 -40 -80 0 -7 -6 -25 -14 -39 -7 -14 -16 -38 -20 -53 -4 -16 -21 -46 -38 -67 -17 -22 -29 -41 -26 -44 3 -3 27 24 53 60 27 36 49 65 50 65 2 0 -1 -17 -6 -38 -8 -35 -47 -109 -92 -172 -9 -13 -17 -29 -17 -34 0 -5 14 13 32 40 17 27 41 65 54 84 12 19 26 49 30 65 4 17 15 41 26 54 10 13 18 29 18 35 0 6 15 43 33 81 18 39 39 90 46 115 7 25 19 56 26 70 7 14 16 41 20 60 4 19 11 40 16 45 4 6 10 22 12 35 3 14 14 41 25 60 16 28 19 47 15 93 -3 31 -9 57 -14 57 -5 0 -9 6 -9 13 0 24 -39 51 -81 54 -38 4 -44 0 -112 -65z m-192 -223 c-4 -5 -15 -9 -26 -9 -26 0 -17 15 10 17 12 1 19 -2 16 -8z m-56 -3 c-2 -2 -15 -9 -29 -16 -23 -12 -24 -12 -11 3 7 10 20 17 29 17 8 0 13 -2 11 -4z m-75 -41 c-10 -8 -23 -15 -28 -15 -6 0 -1 7 10 15 10 8 23 15 28 15 6 0 1 -7 -10 -15z m21 -26 c-4 -5 -12 -9 -19 -9 -7 0 -25 -9 -39 -20 -31 -24 -44 -26 -26 -3 31 36 104 65 84 32z m-5 -33 c0 -6 -75 -56 -85 -56 -4 0 10 13 31 29 36 27 54 36 54 27z m-136 -51 c-31 -29 -43 -33 -23 -7 17 20 31 32 42 32 4 0 -4 -11 -19 -25z m543 8 c-4 -3 -7 0 -7 7 0 7 3 10 7 7 3 -4 3 -10 0 -14z"/>
204
- <path d="M613 1103 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
205
- <path d="M510 1075 c-36 -13 -58 -24 -50 -24 8 -1 44 10 80 24 36 13 58 24 50 24 -8 0 -44 -11 -80 -24z"/>
206
- <path d="M335 1027 c-49 -28 -67 -45 -100 -100 -24 -39 -56 -76 -80 -92 -54 -36 -92 -73 -116 -112 -18 -28 -19 -39 -10 -90 l10 -58 -4 60 c-5 64 3 84 55 137 33 33 117 88 136 88 16 0 37 43 24 48 -10 4 15 55 37 74 27 24 95 60 128 69 27 6 28 7 5 8 -14 0 -52 -14 -85 -32z m-104 -140 c-10 -9 -11 -8 -5 6 3 10 9 15 12 12 3 -3 0 -11 -7 -18z"/>
207
- <path d="M919 981 l-87 -79 25 -18 25 -19 46 45 c25 25 45 48 44 53 -1 4 2 7 7 7 5 0 11 -15 15 -32 4 -18 10 -28 14 -23 11 15 70 55 82 55 19 0 10 20 -15 32 -14 6 -25 17 -25 24 0 11 -29 34 -42 34 -2 0 -42 -36 -89 -79z"/>
208
- <path d="M533 1043 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
209
- <path d="M345 968 c-39 -39 -61 -67 -50 -61 11 6 37 13 59 16 21 3 43 13 50 22 6 8 33 24 61 34 27 10 51 23 53 29 5 15 -58 -1 -91 -23 -38 -24 -43 -14 -12 24 52 61 0 31 -70 -41z"/>
210
- <path d="M664 1005 c-10 -8 -14 -15 -8 -15 6 0 17 7 24 15 16 19 9 19 -16 0z"/>
211
- <path d="M700 945 c0 -2 18 -14 41 -26 23 -11 38 -16 35 -10 -4 5 -20 17 -38 25 -34 17 -38 19 -38 11z"/>
212
- <path d="M136 756 c-30 -52 -34 -69 -7 -35 25 32 44 70 38 75 -3 3 -16 -15 -31 -40z"/>
213
- <path d="M1105 739 c-9 -14 -2 -20 14 -10 8 6 9 11 3 15 -6 3 -14 1 -17 -5z"/>
214
- <path d="M1186 662 c-16 -31 -35 -69 -42 -84 -8 -14 -14 -34 -14 -44 0 -15 6 -13 31 13 36 36 71 125 61 153 -6 16 -12 9 -36 -38z m4 -26 c0 -3 -5 -8 -12 -12 -7 -4 -8 -3 -4 4 7 12 16 16 16 8z"/>
215
- <path d="M100 670 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/>
216
- <path d="M1031 626 c-13 -14 -20 -30 -16 -36 4 -7 16 1 31 21 13 18 24 34 24 36 0 10 -20 0 -39 -21z"/>
217
- <path d="M1220 605 c0 -8 -19 -37 -42 -64 -24 -27 -61 -75 -83 -107 -22 -33 -73 -91 -112 -130 -40 -39 -73 -75 -73 -79 0 -20 -56 -78 -86 -91 -18 -8 -46 -33 -63 -58 -19 -27 -43 -48 -63 -55 l-33 -11 26 22 c46 41 58 65 17 34 -21 -16 -38 -32 -38 -37 0 -5 -8 -9 -17 -9 -17 -1 -17 -1 -1 -10 11 -7 26 -7 43 0 41 15 133 90 202 163 34 37 80 77 102 91 21 14 54 47 72 73 18 26 48 70 66 97 18 26 33 56 33 66 0 9 14 31 30 48 26 27 41 72 25 72 -3 0 -5 -7 -5 -15z m-180 -284 c-16 -31 -32 -36 -18 -7 6 14 15 26 20 26 5 0 4 -9 -2 -19z"/>
218
- <path d="M27 455 c3 -140 19 -184 83 -235 22 -18 49 -49 60 -69 10 -21 27 -44 37 -52 13 -10 12 -7 -4 14 -21 27 -22 57 -2 57 16 0 10 18 -17 50 -20 23 -29 28 -35 19 -4 -7 -3 -22 3 -33 11 -21 6 -18 -58 40 -30 27 -56 97 -50 138 3 23 -1 75 -8 116 l-13 75 4 -120z"/>
219
- <path d="M92 508 c-14 -14 -16 -42 -3 -34 7 5 23 46 17 46 -1 0 -7 -5 -14 -12z"/>
220
- <path d="M910 307 l-25 -32 27 20 c15 11 29 26 32 33 10 22 -9 11 -34 -21z"/>
221
- <path d="M623 89 c-24 -7 -30 -13 -26 -29 7 -27 15 -25 46 10 29 32 28 33 -20 19z"/>
222
- <path d="M230 86 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 13z"/>
223
- <path d="M375 50 c-3 -5 -18 -10 -32 -10 -57 0 -11 -12 61 -15 42 -3 88 -7 103 -10 23 -4 -37 18 -109 41 -9 2 -19 0 -23 -6z"/>
224
- <path d="M293 43 c4 -3 10 -3 14 0 3 4 0 7 -7 7 -7 0 -10 -3 -7 -7z"/>
225
- <path d="M553 3 c9 -2 23 -2 30 0 6 3 -1 5 -18 5 -16 0 -22 -2 -12 -5z"/>
226
- </g>
227
-
228
- </svg>
Binary file
@@ -1 +0,0 @@
1
- {"presets___patronum.md":"378cac9e","presets_scope.md":"e1b77236","presets___index.md":"036348a2","rules_no-duplicate-on.md":"d01d60d6","presets___future.md":"e9103b27","rules_no-getstate.md":"4a019d9c","presets_future.md":"cb2d4750","rules_enforce-store-naming-convention.md":"0d2ed508","presets___scope.md":"a16b0476","rules_index.md":"5ef5b917","presets___react.md":"032da791","index.md":"22c1dc01","presets_index.md":"4607f021","rules_no-ambiguity-target.md":"94231682","rules_enforce-gate-naming-convention.md":"f7ab1c32","rules___index.md":"4cf71d5e","rules_no-guard.md":"ce7893c6","changelog.md":"772a432f","rules_keep-options-order.md":"58bfbca2","presets_recommended.md":"98643b5c","rules_no-forward.md":"f83457f0","rules_no-patronum-debug.md":"e1506172","rules_enforce-effect-naming-convention.md":"ad7462af","presets___list.md":"c59d692a","rules_mandatory-scope-binding.md":"9c380ecb","presets___recommended.md":"8e0219bf","presets_react.md":"91f097f9","rules___list.md":"3d2508ab","presets_patronum.md":"ac63c75e","rules_no-unnecessary-duplication.md":"73a858d8","rules_no-useless-methods.md":"8043425b","rules_no-watch.md":"c78d9c95","rules_no-unnecessary-combination.md":"c493c675","rules_prefer-useunit.md":"e6b1721b","rules_prefer-sample-over-forward-with-mapping.md":"b5f139ea","shared_install.md":"71ecb8f5","rules_strict-effect-handlers.md":"142370fb"}