nzk-react-components 1.1.5 → 1.1.7

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 (86) hide show
  1. package/dist/cjs/icons/Ant.js +126 -0
  2. package/dist/cjs/icons/Ant.js.map +1 -0
  3. package/dist/cjs/icons/Bertie.js +190 -0
  4. package/dist/cjs/icons/Bertie.js.map +1 -0
  5. package/dist/cjs/icons/Claw.js +125 -0
  6. package/dist/cjs/icons/Claw.js.map +1 -0
  7. package/dist/cjs/icons/Doug.js +945 -0
  8. package/dist/cjs/icons/Doug.js.map +1 -0
  9. package/dist/cjs/icons/Eek.js +210 -0
  10. package/dist/cjs/icons/Eek.js.map +1 -0
  11. package/dist/cjs/icons/Guglum.js +220 -0
  12. package/dist/cjs/icons/Guglum.js.map +1 -0
  13. package/dist/cjs/icons/Heroes.js +94 -0
  14. package/dist/cjs/icons/Heroes.js.map +1 -0
  15. package/dist/cjs/icons/Maji.js +173 -0
  16. package/dist/cjs/icons/Maji.js.map +1 -0
  17. package/dist/cjs/icons/MrWhale.js +93 -0
  18. package/dist/cjs/icons/MrWhale.js.map +1 -0
  19. package/dist/cjs/icons/Nozza.js +932 -0
  20. package/dist/cjs/icons/Nozza.js.map +1 -0
  21. package/dist/cjs/icons/Panda.js +117 -0
  22. package/dist/cjs/icons/Panda.js.map +1 -0
  23. package/dist/cjs/icons/Ryan.js +255 -0
  24. package/dist/cjs/icons/Ryan.js.map +1 -0
  25. package/dist/cjs/icons/Sally.js +62 -0
  26. package/dist/cjs/icons/Sally.js.map +1 -0
  27. package/dist/cjs/icons/Sepatpus.js +1786 -0
  28. package/dist/cjs/icons/Sepatpus.js.map +1 -0
  29. package/dist/cjs/icons/Shell.js +882 -0
  30. package/dist/cjs/icons/Shell.js.map +1 -0
  31. package/dist/cjs/icons/Vincent.js +123 -0
  32. package/dist/cjs/icons/Vincent.js.map +1 -0
  33. package/dist/cjs/index.js +32 -0
  34. package/dist/cjs/index.js.map +1 -1
  35. package/dist/esm/icons/Ant.js +102 -0
  36. package/dist/esm/icons/Ant.js.map +1 -0
  37. package/dist/esm/icons/Bertie.js +166 -0
  38. package/dist/esm/icons/Bertie.js.map +1 -0
  39. package/dist/esm/icons/Claw.js +101 -0
  40. package/dist/esm/icons/Claw.js.map +1 -0
  41. package/dist/esm/icons/Doug.js +921 -0
  42. package/dist/esm/icons/Doug.js.map +1 -0
  43. package/dist/esm/icons/Eek.js +186 -0
  44. package/dist/esm/icons/Eek.js.map +1 -0
  45. package/dist/esm/icons/Guglum.js +196 -0
  46. package/dist/esm/icons/Guglum.js.map +1 -0
  47. package/dist/esm/icons/Heroes.js +70 -0
  48. package/dist/esm/icons/Heroes.js.map +1 -0
  49. package/dist/esm/icons/Maji.js +149 -0
  50. package/dist/esm/icons/Maji.js.map +1 -0
  51. package/dist/esm/icons/MrWhale.js +69 -0
  52. package/dist/esm/icons/MrWhale.js.map +1 -0
  53. package/dist/esm/icons/Nozza.js +908 -0
  54. package/dist/esm/icons/Nozza.js.map +1 -0
  55. package/dist/esm/icons/Panda.js +93 -0
  56. package/dist/esm/icons/Panda.js.map +1 -0
  57. package/dist/esm/icons/Ryan.js +231 -0
  58. package/dist/esm/icons/Ryan.js.map +1 -0
  59. package/dist/esm/icons/Sally.js +38 -0
  60. package/dist/esm/icons/Sally.js.map +1 -0
  61. package/dist/esm/icons/Sepatpus.js +1762 -0
  62. package/dist/esm/icons/Sepatpus.js.map +1 -0
  63. package/dist/esm/icons/Shell.js +858 -0
  64. package/dist/esm/icons/Shell.js.map +1 -0
  65. package/dist/esm/icons/Vincent.js +99 -0
  66. package/dist/esm/icons/Vincent.js.map +1 -0
  67. package/dist/esm/index.js +16 -0
  68. package/dist/esm/index.js.map +1 -1
  69. package/dist/icons/Ant.d.ts +3 -0
  70. package/dist/icons/Bertie.d.ts +3 -0
  71. package/dist/icons/Claw.d.ts +3 -0
  72. package/dist/icons/Doug.d.ts +3 -0
  73. package/dist/icons/Eek.d.ts +3 -0
  74. package/dist/icons/Guglum.d.ts +3 -0
  75. package/dist/icons/Heroes.d.ts +3 -0
  76. package/dist/icons/Maji.d.ts +3 -0
  77. package/dist/icons/MrWhale.d.ts +3 -0
  78. package/dist/icons/Nozza.d.ts +3 -0
  79. package/dist/icons/Panda.d.ts +3 -0
  80. package/dist/icons/Ryan.d.ts +3 -0
  81. package/dist/icons/Sally.d.ts +3 -0
  82. package/dist/icons/Sepatpus.d.ts +3 -0
  83. package/dist/icons/Shell.d.ts +3 -0
  84. package/dist/icons/Vincent.d.ts +3 -0
  85. package/dist/icons/index.d.ts +16 -0
  86. package/package.json +1 -1
@@ -0,0 +1,196 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgGuglum = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "1em", height: "1em", viewBox: "0 0 120 119.886" }, props),
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "guglum_svg__a" },
7
+ React.createElement("path", { "data-name": "Rectangle 1798", fill: "none", d: "M0 0h120v119.886H0z" })),
8
+ React.createElement("clipPath", { id: "guglum_svg__b" },
9
+ React.createElement("path", { "data-name": "Rectangle 1784", transform: "translate(10.559 55.829)", fill: "none", d: "M0 0h99.826v54.637H0z" })),
10
+ React.createElement("clipPath", { id: "guglum_svg__c" },
11
+ React.createElement("path", { "data-name": "Path 4172", d: "M98.48 58.319a5.787 5.787 0 0 0-5.887 3.881c-1.436-3.277-4.877-5.32-8.387-6.013s-7.131-.246-10.68.2L29.9 61.915a25.611 25.611 0 0 0-7.884 1.862 8.822 8.822 0 0 0-5.052 5.868c-.425-2.925-4.075-2-5.615-.646a4.531 4.531 0 0 0-.789.917 50.509 50.509 0 0 0 99.826-5.46 2.442 2.442 0 0 0-2.891-.009c.379-1.223-1.026-2.4-2.3-2.311a6 6 0 0 0-3.309 1.805c1.062-2.31-.885-5.266-3.4-5.622", fill: "none" })),
12
+ React.createElement("clipPath", { id: "guglum_svg__d" },
13
+ React.createElement("path", { "data-name": "Rectangle 1785", transform: "translate(10.559 55.829)", fill: "none", d: "M0 0h99.826v20.722H0z" })),
14
+ React.createElement("clipPath", { id: "guglum_svg__e" },
15
+ React.createElement("path", { "data-name": "Rectangle 1787", transform: "translate(18.249 20.538)", fill: "none", d: "M0 0h78.585v81.893H0z" })),
16
+ React.createElement("clipPath", { id: "guglum_svg__f" },
17
+ React.createElement("path", { "data-name": "Path 4176", d: "M19.58 53.189a2.468 2.468 0 0 1-.2 1.166 3.944 3.944 0 0 1-.524.582c-.844.934-.639 2.377-.383 3.608l1.012 4.856a14.163 14.163 0 0 0 .944 3.225c.521 1.1 1.318 2.051 1.819 3.16.681 1.507.816 3.3 1.9 4.552a8.524 8.524 0 0 1 1.045 1.192 11.387 11.387 0 0 1 .579 2.646c.5 1.706 2.348 2.7 3.017 4.344.291.718.384 1.59 1.005 2.052.358.266.865.367 1.082.756a2.808 2.808 0 0 1 .118 1.127c.126 1.332 1.788 1.847 2.646 2.874a8.18 8.18 0 0 1 1.08 2.361 8.3 8.3 0 0 0 5.02 4.758 2.687 2.687 0 0 0 1.683 1.623c2.321.743 4.1 2.52 6.446 3.168a24.032 24.032 0 0 0 6.647 1.192 66.325 66.325 0 0 0 7.515-.57 57.222 57.222 0 0 0 10.527-1.871 28.728 28.728 0 0 0 12.288-7.652c.855-.9 2.239-1.031 2.835-2.123.833-1.525.137-3.529.912-5.084.41-.822 1.194-1.431 1.509-2.295.427-1.169-.109-2.512.262-3.7a8.3 8.3 0 0 1 1.13-1.9c.774-1.212.085-2.292.843-3.484.636-1 1.876-1.813 1.848-3.125a21.218 21.218 0 0 0-.6-2.156c-.215-1.662 1.521-3.06 1.456-4.735a8.223 8.223 0 0 1-.2-1.971 5.838 5.838 0 0 1 .6-1.256 1.214 1.214 0 0 0-.026-1.316c1.124-.454 1.555-2.367 1.381-3.567a20.282 20.282 0 0 1-.651-3.568 12.756 12.756 0 0 0 .193-2.508c-.137-.823-.688-1.523-.9-2.331-.146-.561-.124-1.154-.244-1.721a3.506 3.506 0 0 0-1.629-2.258 8.835 8.835 0 0 0-1.384-2.5 15.022 15.022 0 0 0-1.335-1.3c-2.232-2-5.494-3.993-5.749-7.247-.111-1.418.115-2.852-.068-4.262a.477.477 0 0 0-.081-.246c-.138-.172-.413-.089-.612.01a39.519 39.519 0 0 0-7.287 4.7c-.323.263-.741.374-.972.72a16.729 16.729 0 0 1 1.513-7.725c.2-.425.345-1.052-.076-1.254a.879.879 0 0 0-.486-.034 16.6 16.6 0 0 0-4.7 1.142c-1.717.755-3.048 2.445-4.766 3.026-.013-2.092.219-4.2.208-6.3a1.113 1.113 0 0 0-.06-.438.774.774 0 0 0-.734-.418 2.088 2.088 0 0 0-.854.253 17.861 17.861 0 0 0-7.39 6.485c-.1.156.051-.306-.084-.178l-1.3-6.4a1.086 1.086 0 0 0-.235-.567c-.357-.362-.967-.074-1.366.242-3.823 3.021-4.985 7.029-6.74 11.327a35.852 35.852 0 0 1-5.32-6.425c-.161-.249-.425-.537-.7-.42a.618.618 0 0 0-.239.229 12.4 12.4 0 0 0-2.041 4.726c-.343 1.689-.025 3.416-.363 5.086-.732-1.384-2.317-2.033-3.563-2.979-1.152-.875-2.059-2.054-3.267-2.851a.274.274 0 0 0-.49.145 16.519 16.519 0 0 0-.692 5.085 22.627 22.627 0 0 0 .02 2.656c.043.5.136 1.01.2 1.5-2.618-1.39-5.092-3.172-7.638-4.7a7.418 7.418 0 0 0 1.3 7.522.871.871 0 0 1 .249.468.825.825 0 0 1-.2.495 38.11 38.11 0 0 1-3.88 5.156c-1.4 1.428-2.717 3.148-2.815 5.224", fill: "none" })),
18
+ React.createElement("clipPath", { id: "guglum_svg__g" },
19
+ React.createElement("path", { "data-name": "Rectangle 1788", transform: "translate(31.875 71.642)", fill: "none", d: "M0 0h13.507v7.893H0z" })),
20
+ React.createElement("clipPath", { id: "guglum_svg__h" },
21
+ React.createElement("path", { "data-name": "Rectangle 1789", transform: "translate(39.524 71.276)", fill: "none", d: "M0 0h1.792v1.87H0z" })),
22
+ React.createElement("clipPath", { id: "guglum_svg__i" },
23
+ React.createElement("path", { "data-name": "Rectangle 1790", transform: "translate(79.861 65.799)", fill: "none", d: "M0 0h1.922v1.718H0z" })),
24
+ React.createElement("clipPath", { id: "guglum_svg__j" },
25
+ React.createElement("path", { "data-name": "Rectangle 1791", transform: "translate(77.453 63.545)", fill: "none", d: "M0 0h12.257v10.49H0z" })),
26
+ React.createElement("clipPath", { id: "guglum_svg__k" },
27
+ React.createElement("path", { "data-name": "Rectangle 1792", transform: "translate(46.665 31.998)", fill: "none", d: "M0 0h7.471v11.638H0z" })),
28
+ React.createElement("clipPath", { id: "guglum_svg__l" },
29
+ React.createElement("path", { "data-name": "Rectangle 1793", transform: "translate(58.978 30.333)", fill: "none", d: "M0 0h7.891v9.738H0z" })),
30
+ React.createElement("clipPath", { id: "guglum_svg__m" },
31
+ React.createElement("path", { "data-name": "Rectangle 1794", transform: "translate(37.981 39.854)", fill: "none", d: "M0 0h6.419v3.881H0z" })),
32
+ React.createElement("clipPath", { id: "guglum_svg__n" },
33
+ React.createElement("path", { "data-name": "Rectangle 1795", transform: "translate(55.288 42.123)", fill: "none", d: "M0 0h4.916v5.867H0z" })),
34
+ React.createElement("clipPath", { id: "guglum_svg__o" },
35
+ React.createElement("path", { "data-name": "Rectangle 1796", transform: "translate(68.499 33.713)", fill: "none", d: "M0 0h4.916v5.867H0z" })),
36
+ React.createElement("clipPath", { id: "guglum_svg__p" },
37
+ React.createElement("path", { "data-name": "Rectangle 1797", transform: "translate(33.025 20.537)", fill: "none", d: "M0 0h44.691v16.965H0z" }))),
38
+ React.createElement("g", { "data-name": "Group 2088" },
39
+ React.createElement("g", { "data-name": "Group 2087", clipPath: "url(#guglum_svg__a)" },
40
+ React.createElement("path", { "data-name": "Path 4171", d: "M98.48 58.319a5.788 5.788 0 0 0-5.887 3.881c-1.436-3.276-4.877-5.32-8.386-6.013s-7.132-.245-10.681.2L29.9 61.914a25.654 25.654 0 0 0-7.885 1.863 8.821 8.821 0 0 0-5.051 5.868c-.426-2.925-4.075-2-5.616-.646a4.586 4.586 0 0 0-.789.916 50.51 50.51 0 0 0 99.827-5.459 2.442 2.442 0 0 0-2.891-.009c.378-1.223-1.027-2.4-2.3-2.311a5.982 5.982 0 0 0-3.308 1.805c1.061-2.31-.886-5.267-3.4-5.622", fill: "#f2ee98" }),
41
+ React.createElement("g", { "data-name": "Group 2048", opacity: 0.77 },
42
+ React.createElement("g", { "data-name": "Group 2047" },
43
+ React.createElement("g", { "data-name": "Group 2046", clipPath: "url(#guglum_svg__b)" },
44
+ React.createElement("g", { "data-name": "Group 2045" },
45
+ React.createElement("g", { "data-name": "Group 2044", clipPath: "url(#guglum_svg__c)" },
46
+ React.createElement("image", { "data-name": "Rectangle 1783", width: 101, height: 56, transform: "translate(10 54.886)", xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAAA4CAYAAADkbDbmAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAZaADAAQAAAABAAAAOAAAAAB2NhXyAAABSklEQVR4Ae2cQQrCQBAEN5r4aj/kK9cM2NBPKLAWJHMsutKz4sFj7708rAQeLBxpJoFzvT8vo2AlcN44SmE5uZuy1gVj+nscmwJ8BZQClTJiPKAEbApIRlCUkiRAz5Hity+QkEGxKTAhkWJTYGJcXzAhaYo/s8DEeKfAhKQpI8YDSsCmgGQExYs+SYCeSgHJCIpSkgTo6Z0CkhGUkTIfDygBmwKSEZSR4m9fSQPydH1BRDSG66vTgMyuL4iIxnB9dRqQ2aZARDSGd0qnAZldXxARjeH66jQgs1IgIhrD9dVpQGabAhHRGErpNCCz6wsiojGU0mlAZtcXRERj2JROAzIrBSKiMVxfnQZktikQEY2hlE4DMisFIqIxlNJpQGalQEQ0hlI6Dcg8Up4QFjF+CdgU4KugFKgU/7IQJsamwIQMjhc9VIrrCybmC7FQBfz156DqAAAAAElFTkSuQmCC" })))))),
47
+ React.createElement("path", { "data-name": "Path 4173", d: "M28.612 86.313a13.515 13.515 0 0 0 1.171 3.553 24.122 24.122 0 0 0 2.73 3.287c1.982 2.384 3.02 5.5 5.261 7.638a18.668 18.668 0 0 0 5.189 3.139 20.036 20.036 0 0 0 6.152 2.08 31.031 31.031 0 0 1 3.331.3 3.427 3.427 0 0 1 2.573 1.918 5.072 5.072 0 0 1 6.709-1.3 5.309 5.309 0 0 0 1.618.947 3.187 3.187 0 0 0 1.6-.165c4.643-1.369 8.9-4.413 13.741-4.4-.292-1.18.78-2.218 1.742-2.963l5.923-4.587a2.918 2.918 0 0 0 1.187-1.427 3.586 3.586 0 0 0-.079-1.465 7.7 7.7 0 0 1 .663-4.535 8.134 8.134 0 0 0 1.21-2.961 13.955 13.955 0 0 0-.352-2.3 14.524 14.524 0 0 1 .395-3.6 3.891 3.891 0 0 0-.825-3.393 4.656 4.656 0 0 0-1.226-.75L77.1 70.442c-3.9-1.863-7.8-3.729-11.836-5.261a36.4 36.4 0 0 0-12.118-2.725c-5.872-.111-11.546 1.944-17.053 3.968l-6.621 2.434c-2.938 1.08-6.228 2.649-4.875 6.2 1.433 3.764 3.063 7.305 4.015 11.252", fill: "#dd9494" }),
48
+ React.createElement("g", { "data-name": "Group 2051", opacity: 0.46 },
49
+ React.createElement("g", { "data-name": "Group 2050" },
50
+ React.createElement("g", { "data-name": "Group 2049", clipPath: "url(#guglum_svg__d)" },
51
+ React.createElement("path", { "data-name": "Path 4174", d: "M16.963 76.551a8.821 8.821 0 0 1 5.051-5.868A25.654 25.654 0 0 1 29.9 68.82l43.625-5.52c3.549-.449 7.171-.9 10.681-.2s6.951 2.736 8.387 6.013a5.787 5.787 0 0 1 5.886-3.882c2.517.356 4.464 3.312 3.4 5.622a5.994 5.994 0 0 1 3.308-1.805c1.277-.086 2.682 1.088 2.3 2.311a2.12 2.12 0 0 1 1.878-.4 50.562 50.562 0 0 0 1.013-6.492 2.445 2.445 0 0 0-2.891-.009c.378-1.223-1.027-2.4-2.3-2.311a5.994 5.994 0 0 0-3.308 1.805c1.061-2.31-.886-5.266-3.4-5.622a5.787 5.787 0 0 0-5.886 3.87c-1.436-3.277-4.877-5.32-8.387-6.013s-7.132-.246-10.681.2L29.9 61.915a25.653 25.653 0 0 0-7.885 1.862 8.821 8.821 0 0 0-5.051 5.868c-.426-2.924-4.075-2-5.616-.646a4.59 4.59 0 0 0-.789.917A50.121 50.121 0 0 0 12 75.429c1.735-1.051 4.587-1.443 4.96 1.122", fill: "#fff" })))),
52
+ React.createElement("path", { "data-name": "Path 4175", d: "M19.58 53.189a2.474 2.474 0 0 1-.2 1.165 3.861 3.861 0 0 1-.525.584c-.843.933-.639 2.375-.382 3.608l1.012 4.856a14.234 14.234 0 0 0 .943 3.224c.522 1.1 1.319 2.052 1.819 3.159.682 1.508.817 3.3 1.9 4.554a8.4 8.4 0 0 1 1.045 1.191 11.494 11.494 0 0 1 .579 2.645c.5 1.707 2.348 2.7 3.017 4.346.291.716.383 1.59 1.005 2.05.358.267.865.367 1.082.757a2.8 2.8 0 0 1 .117 1.126c.126 1.332 1.789 1.848 2.647 2.875a8.158 8.158 0 0 1 1.079 2.36 8.3 8.3 0 0 0 5.021 4.759 2.683 2.683 0 0 0 1.683 1.623c2.32.742 4.1 2.519 6.445 3.167a24.04 24.04 0 0 0 6.648 1.193 66.341 66.341 0 0 0 7.515-.57 57.044 57.044 0 0 0 10.53-1.871 28.725 28.725 0 0 0 12.289-7.652c.855-.9 2.238-1.032 2.835-2.123.832-1.526.137-3.528.912-5.083.409-.824 1.194-1.432 1.509-2.3.427-1.169-.109-2.511.261-3.7a8.36 8.36 0 0 1 1.131-1.894c.773-1.212.085-2.291.842-3.484.637-1 1.877-1.813 1.849-3.125a21.147 21.147 0 0 0-.6-2.156c-.216-1.663 1.521-3.06 1.455-4.735a8.264 8.264 0 0 1-.2-1.97 5.753 5.753 0 0 1 .6-1.257 1.216 1.216 0 0 0-.026-1.315c1.124-.456 1.555-2.367 1.38-3.567a20.462 20.462 0 0 1-.651-3.569 12.747 12.747 0 0 0 .194-2.507c-.137-.825-.688-1.523-.9-2.331-.147-.561-.124-1.154-.245-1.721a3.5 3.5 0 0 0-1.629-2.259 8.813 8.813 0 0 0-1.383-2.5 14.5 14.5 0 0 0-1.336-1.3c-2.231-2-5.493-3.993-5.748-7.247-.111-1.418.114-2.853-.068-4.263a.486.486 0 0 0-.081-.245c-.139-.173-.414-.09-.612.009a39.612 39.612 0 0 0-7.288 4.7c-.322.262-.74.373-.971.719a16.73 16.73 0 0 1 1.511-7.725c.2-.425.345-1.052-.077-1.255a.875.875 0 0 0-.485-.032 16.592 16.592 0 0 0-4.7 1.14c-1.717.757-3.049 2.446-4.767 3.027-.012-2.091.22-4.2.209-6.3a1.152 1.152 0 0 0-.06-.437.775.775 0 0 0-.735-.418 2.1 2.1 0 0 0-.853.253 17.862 17.862 0 0 0-7.39 6.485c-.1.157.05-.306-.084-.178l-1.3-6.4a1.085 1.085 0 0 0-.234-.566c-.357-.363-.967-.074-1.366.242-3.823 3.022-4.986 7.03-6.74 11.328a35.851 35.851 0 0 1-5.32-6.426c-.161-.249-.425-.537-.7-.419a.622.622 0 0 0-.238.229 12.4 12.4 0 0 0-2.042 4.724c-.342 1.69-.025 3.416-.363 5.087-.731-1.383-2.316-2.033-3.562-2.979-1.153-.875-2.06-2.054-3.268-2.85a.274.274 0 0 0-.489.143 16.564 16.564 0 0 0-.693 5.086 22.625 22.625 0 0 0 .021 2.656c.043.5.136 1.01.2 1.5-2.618-1.39-5.092-3.174-7.638-4.7a7.42 7.42 0 0 0 1.3 7.523.869.869 0 0 1 .249.466.837.837 0 0 1-.2.5 38.267 38.267 0 0 1-3.88 5.155c-1.4 1.428-2.717 3.148-2.815 5.224", fill: "#f2ee98" }),
53
+ React.createElement("g", { "data-name": "Group 2056", opacity: 0.35 },
54
+ React.createElement("g", { "data-name": "Group 2055" },
55
+ React.createElement("g", { "data-name": "Group 2054", clipPath: "url(#guglum_svg__e)" },
56
+ React.createElement("g", { "data-name": "Group 2053" },
57
+ React.createElement("g", { "data-name": "Group 2052", clipPath: "url(#guglum_svg__f)" },
58
+ React.createElement("image", { "data-name": "Rectangle 1786", width: 79, height: 83, transform: "translate(18 19.886)", xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAABTCAYAAADeIFpmAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAT6ADAAQAAAABAAAAUwAAAACEW74NAAABrUlEQVR4Ae3dMZLDMAxD0Thxbp0L5ZSOWXAGLYAyXzMesSCbt5C01e5xXdeDlQmcj8/3yEaZOm+C+ViBwMC9gjlGbgGSV8Rg8N7F/F+PcmyLHz/HFrxCoBjl2JZ4A8gKBEhegLYjPBgrEewkL0DbkcHjl+TVMHeSZ4JpO3eeapg1yTPBtJ3kqYZZkzwTTNtJnmqYNckzwbSd5KmGWYNngmk7x1Y1zJrkmWDaTvJUw6xJngmm7SRPNcwaPBNM2zm2qmHWJM8E03aSpxpmTfJMMG0neaph1iTPBNN28FTDrMEzwbSdO081zJrkmWDaTvJUw6xJngmm7eCphlmDZ4JpO3eeapg1yTPBtB081TBr8EwwbQdPNcx68OZjBQIkL0DbEfBWItjBC9B2BLyVCHbwArQdAW8lgn3wnsEcI7cAyStiMHjzsQIBkheg7Qh4KxHsg8eDEcDNCMkL4cAr4BaPYxsicmxDuE0efwIuBCR5IRzJK+AWjwcjROTYhnAkr4BbPF7bEHGOLXceeKFAMcaDUeJxbENA7rwQbsbAA68QKEZJHniFQDE6yeOfiYSAP04aBmqFjXxqAAAAAElFTkSuQmCC" })))))),
59
+ React.createElement("g", { "data-name": "Group 2059", opacity: 0.46 },
60
+ React.createElement("g", { "data-name": "Group 2058" },
61
+ React.createElement("g", { "data-name": "Group 2057", clipPath: "url(#guglum_svg__g)" },
62
+ React.createElement("path", { "data-name": "Path 4177", d: "M31.921 71.642a1.476 1.476 0 0 0 .363.01 17.6 17.6 0 0 0 .477 3.894 1.524 1.524 0 0 1 1.539 1.079 1.475 1.475 0 0 1 1.55 1.256.985.985 0 0 1 1.636.134 1.738 1.738 0 0 1 2.8.292l.068.128a1.05 1.05 0 0 1 .781-.259 1.661 1.661 0 0 1 .838.242 1.676 1.676 0 0 1 1.278-.682h.049a1.21 1.21 0 0 1 .953.35c.011.013.015.027.025.041a1.135 1.135 0 0 1 1.107-.357 9.247 9.247 0 0 1-.371 1.105 1.137 1.137 0 0 0-1.139.352c-.011-.014-.014-.028-.026-.041a1.2 1.2 0 0 0-.952-.349h-.048a1.675 1.675 0 0 0-1.277.682 1.652 1.652 0 0 0-.838-.241 1.046 1.046 0 0 0-.781.258 8.689 8.689 0 0 1-.069-.128 1.737 1.737 0 0 0-2.8-.291.985.985 0 0 0-1.636-.135 1.474 1.474 0 0 0-1.548-1.257 1.527 1.527 0 0 0-1.542-1.079 16.611 16.611 0 0 1-.436-5", fill: "#fff" })))),
63
+ React.createElement("path", { "data-name": "Path 4178", d: "M33.209 29.56h-.018a.353.353 0 0 0-.159.226 16.515 16.515 0 0 0-.693 5.085 22.627 22.627 0 0 0 .02 2.656c.044.5.136 1.01.2 1.5-.355-.188-.7-.4-1.051-.6a5.774 5.774 0 0 0 3.274 2.1 20.981 20.981 0 0 0-1.075-8.672 10.426 10.426 0 0 1-.5-2.3", fill: "#d6d27f" }),
64
+ React.createElement("path", { "data-name": "Path 4179", d: "M40.351 35.47c-.041-.078-.11-.133-.156-.207.268.634.533 1.269.774 1.915.908-2.48.053-5.206.017-7.853-.1.35-.2.7-.272 1.06-.343 1.688-.025 3.415-.363 5.085", fill: "#d6d27f" }),
65
+ React.createElement("path", { "data-name": "Path 4180", d: "M58.707 27.771c.008-.08.012-.165-.055-.1l-1.3-6.4a2.798 2.798 0 0 0-.061-.235c-.07.412-.148.823-.214 1.229a25.975 25.975 0 0 0 .264 7.585c.466-.685.932-1.374 1.366-2.081", fill: "#d6d27f" }),
66
+ React.createElement("path", { "data-name": "Path 4181", d: "M67.774 21.967a1.154 1.154 0 0 0-.06-.438c-.01-.023-.038-.031-.051-.053-.07.1-.149.189-.212.292a6.867 6.867 0 0 0-.7 1.879 40.522 40.522 0 0 0-1.093 6.319l1.908-1.778c-.006-2.065.217-4.146.207-6.221", fill: "#d6d27f" }),
67
+ React.createElement("path", { "data-name": "Path 4182", d: "M77.59 25.39a1.6 1.6 0 0 0 .163-.894c-.1.087-.193.171-.289.253a9.4 9.4 0 0 0-3.264 6.233 11.815 11.815 0 0 1-.439 3.359 15.45 15.45 0 0 0 2.327-1.565 16.718 16.718 0 0 1 1.502-7.386", fill: "#d6d27f" }),
68
+ React.createElement("path", { "data-name": "Path 4183", d: "M76.2 68.532a2.643 2.643 0 0 0 .783-.074 1.686 1.686 0 0 0 1.07-1.341 2.453 2.453 0 0 0 .781-.147.814.814 0 0 0 .294-.707c.7.1 1.561.1 1.827-.557a1.519 1.519 0 0 0 .816.24 1.885 1.885 0 0 0 2.181-1.908.693.693 0 0 0 .463-.11 1.256 1.256 0 0 0 .339-.411 1.714 1.714 0 0 0 2.648-.726c.011-.031-.006-.051-.005-.078a1.415 1.415 0 0 0 .725-.122 15.215 15.215 0 0 1 .8 3.534c.037-.013.069-.035.107-.046a16.626 16.626 0 0 0-.911-4.94 1.414 1.414 0 0 1-.725.121c0 .028.016.047.005.078a1.714 1.714 0 0 1-2.648.727 1.266 1.266 0 0 1-.339.411.687.687 0 0 1-.463.109 1.884 1.884 0 0 1-2.181 1.908 1.518 1.518 0 0 1-.816-.239c-.266.651-1.131.659-1.827.556a.814.814 0 0 1-.294.707 2.4 2.4 0 0 1-.781.147A1.684 1.684 0 0 1 76.979 67a2.641 2.641 0 0 1-.783.075 1.5 1.5 0 0 1-.557 1.091c.116.329.245.657.384.981a1.447 1.447 0 0 0 .173-.62", fill: "#c1a06b" }),
69
+ React.createElement("path", { "data-name": "Path 4184", d: "M32.257 70.194a1.457 1.457 0 0 0 .738-.072c.008.026 0 .049.015.076a1.735 1.735 0 0 0 2.767.008 1.279 1.279 0 0 0 .437.309.707.707 0 0 0 .48-.016 1.9 1.9 0 0 0 2.619 1.271 1.537 1.537 0 0 0 .733-.445c.429.56 1.273.34 1.924.059a.807.807 0 0 0 .47.606 2.483 2.483 0 0 0 .8-.062 1.687 1.687 0 0 0 1.39 1.014 2.677 2.677 0 0 0 .782-.133 1.454 1.454 0 0 0 .657.787c.074-.443.134-.888.169-1.331a1.493 1.493 0 0 1-.826-.908 2.711 2.711 0 0 1-.782.133 1.689 1.689 0 0 1-1.39-1.014 2.512 2.512 0 0 1-.8.062.811.811 0 0 1-.47-.606c-.651.281-1.5.5-1.924-.059a1.537 1.537 0 0 1-.733.445 1.9 1.9 0 0 1-2.619-1.271.707.707 0 0 1-.48.015 1.275 1.275 0 0 1-.437-.308 1.735 1.735 0 0 1-2.767-.008c-.019-.027-.007-.05-.015-.077a1.447 1.447 0 0 1-.738.073 13.254 13.254 0 0 0-.032 1.965c.009-.171.015-.341.032-.513", fill: "#c1a06b" }),
70
+ React.createElement("path", { "data-name": "Path 4185", d: "M31.4 69.46a1.019 1.019 0 0 0 1.132-.587.124.124 0 0 1 .161-.071.129.129 0 0 1 .076.139 1.457 1.457 0 0 1-1.458 1.144.318.318 0 1 1 .089-.625", fill: "#4d3367" }),
71
+ React.createElement("path", { "data-name": "Path 4186", d: "M32.156 69.554a1.018 1.018 0 0 0 1.273-.074.124.124 0 0 1 .189.159 1.456 1.456 0 0 1-1.8.449.318.318 0 1 1 .336-.534", fill: "#4d3367" }),
72
+ React.createElement("path", { "data-name": "Path 4187", d: "M33.415 69.934a1.347 1.347 0 0 0 1.223.567 1.811 1.811 0 0 0 1.193-.9.124.124 0 0 1 .213.125 1.777 1.777 0 0 1-3.073.474.259.259 0 1 1 .444-.264", fill: "#4d3367" }),
73
+ React.createElement("path", { "data-name": "Path 4188", d: "M44.236 77.836c-.01-.013-.014-.028-.025-.041a1.218 1.218 0 0 0-.957-.353h-.048a1.7 1.7 0 0 0-1.294.676 1.674 1.674 0 0 0-.842-.245 1.066 1.066 0 0 0-.789.255 2.638 2.638 0 0 1-.069-.129 1.756 1.756 0 0 0-2.816-.3 1 1 0 0 0-1.648-.142A1.476 1.476 0 0 0 34.2 76.29a1.527 1.527 0 0 0-1.547-1.09 16.472 16.472 0 0 1-.4-5.01 1.444 1.444 0 0 0 .738-.072c.008.026 0 .05.015.077a1.735 1.735 0 0 0 2.767.007 1.282 1.282 0 0 0 .438.309.707.707 0 0 0 .48-.016 1.9 1.9 0 0 0 2.619 1.272 1.533 1.533 0 0 0 .732-.446c.429.56 1.274.341 1.925.059a.808.808 0 0 0 .47.607 2.5 2.5 0 0 0 .8-.063 1.687 1.687 0 0 0 1.391 1.014 2.672 2.672 0 0 0 .782-.132 1.484 1.484 0 0 0 .825.907 11.982 11.982 0 0 1-.849 3.773 1.155 1.155 0 0 0-1.152.346", fill: "#e29057" }),
74
+ React.createElement("path", { "data-name": "Path 4189", d: "M32.257 71.647a1.457 1.457 0 0 0 .738-.072c.008.026 0 .049.015.076a1.735 1.735 0 0 0 2.767.008 1.279 1.279 0 0 0 .437.309.707.707 0 0 0 .48-.016 1.9 1.9 0 0 0 2.619 1.271 1.537 1.537 0 0 0 .733-.445c.429.56 1.273.34 1.924.059a.807.807 0 0 0 .47.606 2.483 2.483 0 0 0 .8-.062 1.687 1.687 0 0 0 1.39 1.014 2.677 2.677 0 0 0 .782-.133 1.454 1.454 0 0 0 .657.787c.074-.443.134-.888.169-1.331a1.493 1.493 0 0 1-.826-.908 2.711 2.711 0 0 1-.782.133 1.689 1.689 0 0 1-1.39-1.014 2.512 2.512 0 0 1-.8.062.811.811 0 0 1-.47-.606c-.651.281-1.5.5-1.924-.059a1.537 1.537 0 0 1-.733.445 1.9 1.9 0 0 1-2.619-1.271.707.707 0 0 1-.48.015 1.276 1.276 0 0 1-.437-.308 1.735 1.735 0 0 1-2.767-.007c-.019-.027-.007-.05-.015-.077a1.447 1.447 0 0 1-.738.073 13.254 13.254 0 0 0-.032 1.965c.009-.171.015-.341.032-.513", fill: "#d28450" }),
75
+ React.createElement("path", { "data-name": "Path 4190", d: "m42.942 71.78-.338.048c-.443.064-.546-.694-.546-.694a4.04 4.04 0 0 1-.976.33.8.8 0 0 1-1.011-.385 3.191 3.191 0 0 0-.8 2.833c.251 1.619 1.4 2.786 2.569 2.6s1.91-1.641 1.659-3.261a3.827 3.827 0 0 0-.553-1.476", fill: "#e0ed62" }),
76
+ React.createElement("path", { "data-name": "Path 4191", d: "M42.657 73.386c.152.977-.3 1.858-1 1.967s-1.4-.594-1.55-1.572.3-1.858 1-1.967 1.4.595 1.55 1.572", fill: "#2c2714" }),
77
+ React.createElement("g", { "data-name": "Group 2062", opacity: 0.7 },
78
+ React.createElement("g", { "data-name": "Group 2061" },
79
+ React.createElement("g", { "data-name": "Group 2060", clipPath: "url(#guglum_svg__h)" },
80
+ React.createElement("path", { "data-name": "Path 4192", d: "M39.849 71.714a.8.8 0 1 1 1.141 1 .8.8 0 1 1-1.141-1", fill: "#fff" })))),
81
+ React.createElement("path", { "data-name": "Path 4193", d: "M35.963 69.887a.5.5 0 0 0 .721.217.184.184 0 0 1 .253.061c.129.634.521 1.329 1.237 1.378.5.033 1.507-.106 1.654-.627a.184.184 0 0 1 .354-.031.715.715 0 0 0 .275.357c.441.235 1.111-.13 1.528-.269a.179.179 0 0 1 .254.136c.031.227.156.513.276.535s.588-.079.751-.094a.175.175 0 0 1 .2.1 1.558 1.558 0 0 0 1.922.763 1.491 1.491 0 0 0 .681-.378c.5-.138-.148.611-.559.721a1.717 1.717 0 0 1-2.377-.958 2.085 2.085 0 0 1 .185.106 3.792 3.792 0 0 1-.9.084c-.386-.146-.464-.495-.536-.835l.292.118c-.765.368-1.978.784-2.338-.291l.356-.045c-.25.9-1.309.964-2.054.964a1.834 1.834 0 0 1-1.538-1.617l.277.127a.865.865 0 0 1-1.23-.34.182.182 0 1 1 .314-.182", fill: "#4d3367" }),
82
+ React.createElement("path", { "data-name": "Path 4194", d: "M45.667 72.548a1.087 1.087 0 0 0 .893.764.248.248 0 0 1 .175.259 11.42 11.42 0 0 1-1.451 4.9.182.182 0 0 1-.308-.192 11.046 11.046 0 0 0 1.24-4.739l.2.266a1.5 1.5 0 0 1-1.108-1.206.182.182 0 0 1 .149-.208.185.185 0 0 1 .21.153", fill: "#4d3367" }),
83
+ React.createElement("path", { "data-name": "Path 4195", d: "M45.482 77.728a.992.992 0 0 0-1.264.327", fill: "none", stroke: "#4d3367", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.363 }),
84
+ React.createElement("path", { "data-name": "Path 4196", d: "M44.218 78.541s.141-.941-1.048-.918-1.648 1.48-1.648 1.48", fill: "none", stroke: "#4d3367", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.363 }),
85
+ React.createElement("path", { "data-name": "Path 4197", d: "M41.908 78.363a1.377 1.377 0 0 0-.884-.308c-.6-.025-.767.324-.767.324", fill: "none", stroke: "#4d3367", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.363 }),
86
+ React.createElement("path", { "data-name": "Path 4198", d: "M40.258 79.138c-.232-1.439-1.837-2.4-2.776-1.006a.182.182 0 0 1-.25.083c-.217-.266-.234-.7-.659-.789a.828.828 0 0 0-.843.366.083.083 0 0 1-.153-.024 1.217 1.217 0 0 0-1.524-1.107.188.188 0 0 1-.212-.157 1.247 1.247 0 0 0-1.72-.867.182.182 0 0 1-.087-.353 2.14 2.14 0 0 1 1.352.06 1.469 1.469 0 0 1 .815 1.118l-.212-.158a1.488 1.488 0 0 1 1.747 1.449l-.152-.024.006-.014a1.021 1.021 0 0 1 1.9.285 3.136 3.136 0 0 1-.334-.032 1.745 1.745 0 0 1 3.018.032 3.416 3.416 0 0 1 .44 1.068.182.182 0 1 1-.356.071", fill: "#4d3367" }),
87
+ React.createElement("path", { "data-name": "Path 4199", d: "M31.222 69.978a11.816 11.816 0 0 0 0 3.272 8.7 8.7 0 0 0 .716 2.339 1.917 1.917 0 0 1 .708-.256 16.538 16.538 0 0 1-.427-5.147l-.435-.408Z", fill: "#4d3367" }),
88
+ React.createElement("path", { "data-name": "Path 4200", d: "M88.978 62.244a1.439 1.439 0 0 1-1.669-.731.124.124 0 0 1 .058-.165.127.127 0 0 1 .153.038 1 1 0 0 0 1.233.274.317.317 0 1 1 .225.584", fill: "#4d3367" }),
89
+ React.createElement("path", { "data-name": "Path 4201", d: "M88.493 62.389a1.437 1.437 0 0 1-1.821.019.124.124 0 0 1 .141-.2 1 1 0 0 0 1.236-.257c.291-.4.837.142.444.44", fill: "#4d3367" }),
90
+ React.createElement("path", { "data-name": "Path 4202", d: "M87.437 62.78a1.758 1.758 0 0 1-3.067.339.123.123 0 0 1 .174-.174 1.381 1.381 0 0 0 2.4-.317.258.258 0 1 1 .492.152", fill: "#4d3367" }),
91
+ React.createElement("path", { "data-name": "Path 4203", d: "M77.423 73.046a12.064 12.064 0 0 1-1.784-3.423 1.5 1.5 0 0 0 .557-1.091 2.641 2.641 0 0 0 .783-.075 1.685 1.685 0 0 0 1.07-1.34 2.453 2.453 0 0 0 .781-.147.813.813 0 0 0 .293-.708c.7.1 1.562.1 1.828-.556a1.517 1.517 0 0 0 .816.24 1.885 1.885 0 0 0 2.181-1.908.693.693 0 0 0 .463-.11 1.256 1.256 0 0 0 .339-.411 1.714 1.714 0 0 0 2.648-.726c.011-.031-.006-.051-.005-.078a1.417 1.417 0 0 0 .725-.122 16.614 16.614 0 0 1 .91 4.941 1.525 1.525 0 0 0-1.2 1.45 1.473 1.473 0 0 0-1.159 1.623.985.985 0 0 0-1.541.564 1.738 1.738 0 0 0-2.619 1.025 5.154 5.154 0 0 1-.032.142 1.048 1.048 0 0 0-.822-.041 1.662 1.662 0 0 0-.743.455 1.678 1.678 0 0 0-1.413-.317l-.046.012a1.209 1.209 0 0 0-.825.59c-.008.016-.007.03-.014.046a1.138 1.138 0 0 0-1.192-.035", fill: "#e29057" }),
92
+ React.createElement("path", { "data-name": "Path 4204", d: "M76.2 69.984a2.643 2.643 0 0 0 .783-.074 1.686 1.686 0 0 0 1.07-1.341 2.453 2.453 0 0 0 .781-.147.814.814 0 0 0 .294-.707c.7.1 1.561.1 1.827-.557a1.519 1.519 0 0 0 .816.24 1.885 1.885 0 0 0 2.181-1.908.693.693 0 0 0 .463-.11 1.256 1.256 0 0 0 .339-.411 1.714 1.714 0 0 0 2.648-.726c.011-.031-.006-.051-.005-.078a1.415 1.415 0 0 0 .725-.122 15.215 15.215 0 0 1 .8 3.534c.037-.013.069-.035.107-.046a16.626 16.626 0 0 0-.911-4.94 1.414 1.414 0 0 1-.725.121c0 .028.016.047.005.078a1.714 1.714 0 0 1-2.648.727 1.266 1.266 0 0 1-.339.411.687.687 0 0 1-.463.109 1.884 1.884 0 0 1-2.181 1.908 1.518 1.518 0 0 1-.816-.239c-.266.651-1.131.659-1.827.556a.814.814 0 0 1-.294.707 2.4 2.4 0 0 1-.781.147 1.684 1.684 0 0 1-1.07 1.341 2.641 2.641 0 0 1-.783.075 1.5 1.5 0 0 1-.557 1.091c.116.329.245.657.384.981a1.447 1.447 0 0 0 .173-.62", fill: "#d28450" }),
93
+ React.createElement("path", { "data-name": "Path 4205", d: "m78.295 66.9.336-.041c.441-.054.344-.812.344-.812a3.986 3.986 0 0 0 1.019.065.8.8 0 0 0 .869-.634A3.188 3.188 0 0 1 82.362 68c.177 1.629-.624 3.054-1.788 3.182s-2.252-1.088-2.428-2.718a3.853 3.853 0 0 1 .149-1.569", fill: "#e0ed62" }),
94
+ React.createElement("path", { "data-name": "Path 4206", d: "M78.982 68.374c.106.983.762 1.717 1.465 1.64s1.186-.937 1.079-1.92-.762-1.718-1.465-1.64-1.185.937-1.079 1.92", fill: "#2c2714" }),
95
+ React.createElement("g", { "data-name": "Group 2065", opacity: 0.7 },
96
+ React.createElement("g", { "data-name": "Group 2064" },
97
+ React.createElement("g", { "data-name": "Group 2063", clipPath: "url(#guglum_svg__i)" },
98
+ React.createElement("path", { "data-name": "Path 4207", d: "M81.24 66.03a.927.927 0 0 0-1.283.043.945.945 0 0 0 .446 1.214.928.928 0 0 0 1.284-.043.944.944 0 0 0-.447-1.214", fill: "#fff" })))),
99
+ React.createElement("path", { "data-name": "Path 4208", d: "M84.84 63.35a.861.861 0 0 1-1.093.65l.234-.193a1.835 1.835 0 0 1-1.045 1.96c-.712.2-1.754.413-2.221-.395l.353-.048c-.066 1.125-1.333 1.047-2.165.887l.251-.189a.968.968 0 0 1-.294.943 3.663 3.663 0 0 1-.891.156c-.032.016.159-.154.15-.151a1.749 1.749 0 0 1-2.879 1.15.1.1 0 0 1 .147-.148 1.638 1.638 0 0 0 2.374-1.06.178.178 0 0 1 .164-.152c.161-.029.64-.06.745-.105s.154-.363.125-.589c-.014-.35.5-.113.772-.146.341 0 .729.07.969-.188.207-.148.075-.582.364-.586a.185.185 0 0 1 .161.121 1.687 1.687 0 0 0 2.406-.466 1.953 1.953 0 0 0 .155-.953.183.183 0 0 1 .165-.2.517.517 0 0 0 .7-.39.182.182 0 1 1 .351.093", fill: "#4d3367" }),
100
+ React.createElement("path", { "data-name": "Path 4209", d: "M76.243 68.306a1.508 1.508 0 0 1-.75 1.452l.123-.307a11.055 11.055 0 0 0 2.408 4.254c.17.157-.079.426-.248.264a11.433 11.433 0 0 1-2.652-4.359.246.246 0 0 1 .1-.293 1.182 1.182 0 0 0 .48-.4 1.087 1.087 0 0 0 .179-.6.18.18 0 0 1 .359-.015", fill: "#4d3367" }),
101
+ React.createElement("g", { "data-name": "Group 2068", opacity: 0.46 },
102
+ React.createElement("g", { "data-name": "Group 2067" },
103
+ React.createElement("g", { "data-name": "Group 2066", clipPath: "url(#guglum_svg__j)" },
104
+ React.createElement("path", { "data-name": "Path 4210", d: "M88.8 63.545a1.489 1.489 0 0 1-.347.106 17.682 17.682 0 0 1 .576 3.881 1.525 1.525 0 0 0-1.2 1.45 1.474 1.474 0 0 0-1.159 1.623.985.985 0 0 0-1.541.565 1.737 1.737 0 0 0-2.619 1.024 4.44 4.44 0 0 1-.032.142 1.057 1.057 0 0 0-.822-.041 1.656 1.656 0 0 0-.743.455 1.681 1.681 0 0 0-1.413-.317l-.046.012a1.209 1.209 0 0 0-.825.59c-.008.016-.007.031-.014.047a1.132 1.132 0 0 0-1.162-.049A9.378 9.378 0 0 0 78.1 74a1.138 1.138 0 0 1 1.193.036c.006-.016.006-.031.013-.046a1.2 1.2 0 0 1 .825-.59l.047-.012a1.678 1.678 0 0 1 1.412.316 1.661 1.661 0 0 1 .744-.455 1.055 1.055 0 0 1 .821.041c.013-.054.025-.1.032-.141a1.738 1.738 0 0 1 2.619-1.025.985.985 0 0 1 1.541-.565 1.475 1.475 0 0 1 1.16-1.623 1.525 1.525 0 0 1 1.2-1.45 16.627 16.627 0 0 0-.911-4.94", fill: "#fff" })))),
105
+ React.createElement("path", { "data-name": "Path 4211", d: "M77.395 73.3a.978.978 0 0 1 1.294-.012", fill: "none", stroke: "#4d3367", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.362 }),
106
+ React.createElement("path", { "data-name": "Path 4212", d: "M78.814 73.757s-.377-.873.767-1.158 1.959 1 1.959 1", fill: "none", stroke: "#4d3367", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.362 }),
107
+ React.createElement("path", { "data-name": "Path 4213", d: "M80.981 72.985a1.369 1.369 0 0 1 .767-.527.749.749 0 0 1 .818.114", fill: "none", stroke: "#4d3367", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.362 }),
108
+ React.createElement("path", { "data-name": "Path 4214", d: "M82.4 73.329c-.194-1.757 1.525-3.342 3.033-1.952l-.318.111a1.013 1.013 0 0 1 1.749-.768c.042.015-.131.067-.131.074a1.483 1.483 0 0 1 1.3-1.852l-.164.206a1.475 1.475 0 0 1 .489-1.287 2.11 2.11 0 0 1 1.282-.411.181.181 0 1 1 .013.361c-.769-.024-1.526.462-1.426 1.285a.188.188 0 0 1-.163.206 1.216 1.216 0 0 0-1.175 1.466.082.082 0 0 1-.141.061.755.755 0 0 0-1.272.672.18.18 0 0 1-.31.119 1.336 1.336 0 0 0-1.752-.124 2.19 2.19 0 0 0-.653 1.81.181.181 0 0 1-.361.023", fill: "#4d3367" }),
109
+ React.createElement("path", { "data-name": "Path 4215", d: "M89.053 62.114a11.882 11.882 0 0 1 .842 3.16 8.793 8.793 0 0 1-.083 2.444 1.9 1.9 0 0 0-.744-.063 16.669 16.669 0 0 0-.916-5.082l.311-.506Z", fill: "#4d3367" }),
110
+ React.createElement("path", { "data-name": "Path 4216", d: "M36.275 61.582h-.008c.037.04.1.046.008 0", fill: "#a08690" }),
111
+ React.createElement("path", { "data-name": "Path 4217", d: "M96.324 53.534a5.807 5.807 0 0 1-.178-1.471c0-.07.015-.14.021-.21a16.777 16.777 0 0 1-.727-1.724c-.146-.561-.123-1.153-.244-1.721a3.5 3.5 0 0 0-1.629-2.258 8.832 8.832 0 0 0-1.383-2.5 15.035 15.035 0 0 0-1.336-1.3c-.683-.61-1.459-1.226-2.219-1.873-.125-.029-.249-.065-.373-.093-2.144-.487-4.706-.8-6.34.667a3.266 3.266 0 0 0-1.352-1.606 3.028 3.028 0 0 0-2.924-.118 2.78 2.78 0 0 0-1.34 1.638 3.758 3.758 0 0 0-5.55 2.805c-.179.01.151.063-.028.067a4.387 4.387 0 0 0-4.022 3.225 1.8 1.8 0 0 0-2.995 1.25.916.916 0 0 1-.084.449c-.134.211-.427.227-.674.258a2.573 2.573 0 0 0-2.158 2.687 7.927 7.927 0 0 0-3.682.812 3.671 3.671 0 0 0-2 3.033c-.769-.3-.945-1.282-1.417-1.957a2.371 2.371 0 0 0-2.98-.693c-.047-.282-.07.032-.2-.22a6.713 6.713 0 0 0-1.805-2.4 2.3 2.3 0 0 0-2.8-.057 3.832 3.832 0 0 0-2.143-2.076 2.475 2.475 0 0 0-2.758.77 2.794 2.794 0 0 0-2.719-1.418c-.724.083-1.444.819-1.787.175a3.023 3.023 0 0 0-5.177-.263 3.066 3.066 0 0 0-5.313 2.688 2.3 2.3 0 0 0-2.157-.644 2.182 2.182 0 0 0-.325.126c-.356.443-.728.875-1.131 1.286-.091.093-.179.191-.269.286a.878.878 0 0 1-.27.287 7.659 7.659 0 0 0-2.275 4.659 2.478 2.478 0 0 1-.2 1.165 4.01 4.01 0 0 1-.525.583 2.13 2.13 0 0 0-.393.651c0 .017.007.035.011.052l1.012 4.856a14.227 14.227 0 0 0 .943 3.225c.521 1.1 1.318 2.051 1.819 3.159a11.949 11.949 0 0 1 .517 1.451 1.608 1.608 0 0 0 .188-1.083c-.033-.162-.077-.364.053-.466s.459.163.294.146a1.427 1.427 0 0 0 1.343-.285c1.005-.832.5-2.428 2.057-1.647 1.163.585 1.938 1.372 3.223.091a3.657 3.657 0 0 0 .956-1.96c1.773.565 3.936 1.072 4.882-1.13.1-.226.287-.517.506-.417a.075.075 0 0 1-.006-.105c.468.18.766.633 1.165.936.932.709 2.24.515 3.4.313a.712.712 0 0 1 .585.069c.4.33.526 1.263.915 1.7a4.2 4.2 0 0 0 1.024.828 5.137 5.137 0 0 0 2.4.7 3.235 3.235 0 0 1 .928.1c.295.1.484.054.415.358A2.378 2.378 0 0 0 48 71.74c1.822 1.367 3.16-.794 4.726.028.433.228.714.694 1.165.883.766.32 1.571-.274 2.289-.691a5.9 5.9 0 0 1 3.26-.784 20.734 20.734 0 0 0 2.206.18 2.106 2.106 0 0 0 1.843-1.024c.36-.755.261-1.248 1.053-1.605.5-.225 1.266.1 1.868-.244.215-.122.4-.286.625-.4 1.068-.529 2.337.069 3.528-.507.779-.377 2.009-1.125 2.117-2.093.022-.2-.112-.274.08-.331a3.675 3.675 0 0 0 2.446-4.221 4.54 4.54 0 0 0 3.563-2.523 6 6 0 0 0 2.441 1.06 2.5 2.5 0 0 0 2.384-.907 3.433 3.433 0 0 0 5.365-1.319 3.366 3.366 0 0 0 2.372 1.707 2.236 2.236 0 0 1 .728.179 1.8 1.8 0 0 1 .54.562 12.259 12.259 0 0 0 1.982 2.133c.075.064.165.11.243.171a1.728 1.728 0 0 1 .013-.227 5.838 5.838 0 0 1 .6-1.256 1.214 1.214 0 0 0-.026-1.316 2.367 2.367 0 0 0 1.2-1.573 9.8 9.8 0 0 1-.466-2.658c.017-.479.116-.957.178-1.434", fill: "#e2c793" }),
112
+ React.createElement("path", { "data-name": "Path 4218", d: "M96.146 52.063a12.674 12.674 0 0 0 .193-2.508c-.136-.824-.687-1.523-.9-2.33-.146-.561-.123-1.154-.244-1.722a3.5 3.5 0 0 0-1.629-2.258 8.832 8.832 0 0 0-1.383-2.5 15.175 15.175 0 0 0-1.336-1.3c-.683-.61-1.459-1.226-2.219-1.872-.125-.03-.249-.066-.373-.094-2.144-.487-4.706-.8-6.34.667a3.266 3.266 0 0 0-1.352-1.606 3.031 3.031 0 0 0-2.924-.118A2.783 2.783 0 0 0 76.3 38.06a3.758 3.758 0 0 0-5.55 2.806c-.179.01.151.062-.028.066a4.389 4.389 0 0 0-4.022 3.225 1.8 1.8 0 0 0-2.995 1.25.922.922 0 0 1-.084.45c-.134.21-.427.226-.674.257a2.573 2.573 0 0 0-2.16 2.686 7.927 7.927 0 0 0-3.682.812 3.671 3.671 0 0 0-2 3.033c-.769-.3-.945-1.282-1.417-1.957A2.372 2.372 0 0 0 50.709 50c-.047-.282-.07.032-.2-.22a6.713 6.713 0 0 0-1.805-2.4 2.3 2.3 0 0 0-2.8-.057 3.836 3.836 0 0 0-2.143-2.076A2.475 2.475 0 0 0 41 46.01a2.794 2.794 0 0 0-2.712-1.419c-.724.083-1.444.819-1.787.176a3.022 3.022 0 0 0-5.177-.264 3.066 3.066 0 0 0-5.316 2.697 2.3 2.3 0 0 0-2.157-.644 2.424 2.424 0 0 0-.325.126c-.356.443-.728.875-1.131 1.287-.091.092-.179.19-.269.285a.881.881 0 0 1-.27.288 7.654 7.654 0 0 0-2.275 4.651 2.491 2.491 0 0 1-.2 1.165 4.01 4.01 0 0 1-.525.583c-.844.933-.639 2.376-.383 3.607l1.013 4.857a14.227 14.227 0 0 0 .943 3.225c.422.89 1.019 1.688 1.5 2.548a1.889 1.889 0 0 0 1.025-1.926c-.033-.162-.077-.363.053-.466s.459.163.294.147a1.43 1.43 0 0 0 1.343-.286c1.005-.832.5-2.428 2.057-1.647 1.163.585 1.938 1.372 3.223.091a3.657 3.657 0 0 0 .956-1.96c1.773.565 3.936 1.072 4.882-1.13.1-.226.287-.517.506-.417a.075.075 0 0 1-.006-.1c.468.18.766.633 1.165.936.932.709 2.24.515 3.394.313a.713.713 0 0 1 .586.069c.4.33.526 1.263.915 1.7a4.2 4.2 0 0 0 1.024.828 5.137 5.137 0 0 0 2.4.7 3.235 3.235 0 0 1 .928.1c.295.1.484.054.415.358A2.378 2.378 0 0 0 48 68.835a2.928 2.928 0 0 0 2.542.413c.389-.114.829-.295 1.173-.08 1.061.661 1.622 1.862 2.787 2.443a2.806 2.806 0 0 0 3.468-.561 2.838 2.838 0 0 1 .439-.576c.187-.153.389-.251.582-.1a2.925 2.925 0 0 0 3.6-.13 6.6 6.6 0 0 0 1.471-2.6 1.045 1.045 0 0 1 .448-.6 1.284 1.284 0 0 1 .847.057 3.291 3.291 0 0 0 3.827-2.185 2.861 2.861 0 0 0 3.5-2.324c.022-.2-.112-.274.08-.331a3.675 3.675 0 0 0 2.446-4.221 4.54 4.54 0 0 0 3.563-2.523 6 6 0 0 0 2.441 1.06 2.5 2.5 0 0 0 2.386-.917 3.433 3.433 0 0 0 5.365-1.319 3.366 3.366 0 0 0 2.372 1.707 2.262 2.262 0 0 1 .728.179 1.8 1.8 0 0 1 .54.562 12.223 12.223 0 0 0 1.982 2.133 7.522 7.522 0 0 0 1.014.715.8.8 0 0 0-.182-.439c1.124-.454 1.555-2.367 1.381-3.567a20.358 20.358 0 0 1-.651-3.568", fill: "#d9a4b7" }),
113
+ React.createElement("path", { "data-name": "Path 4219", d: "M96.146 53.515a17.427 17.427 0 0 0 .621 3.422 4.521 4.521 0 0 0 .03-1.306c-.132-.91-.46-1.8-.594-2.7a5.682 5.682 0 0 0-.057.581", fill: "#e1aec3" }),
114
+ React.createElement("path", { "data-name": "Path 4220", d: "M18.855 56.39a3.9 3.9 0 0 0 .525-.583 2.478 2.478 0 0 0 .2-1.165 7.654 7.654 0 0 1 2.275-4.651.881.881 0 0 0 .27-.288c.09-.095.179-.192.27-.285.4-.412.775-.843 1.131-1.287a2.361 2.361 0 0 1 .324-.126 2.3 2.3 0 0 1 2.157.644 3.067 3.067 0 0 1 5.314-2.694 3.021 3.021 0 0 1 5.176.264c.343.643 1.063-.093 1.788-.176A2.792 2.792 0 0 1 41 47.463a2.476 2.476 0 0 1 2.758-.771 3.836 3.836 0 0 1 2.142 2.076 2.3 2.3 0 0 1 2.8.057 6.713 6.713 0 0 1 1.8 2.4c.136.252.158-.062.205.22a2.371 2.371 0 0 1 2.98.694c.472.674.648 1.66 1.417 1.956a3.673 3.673 0 0 1 2-3.033 7.931 7.931 0 0 1 3.683-.812 2.572 2.572 0 0 1 2.157-2.687c.249-.031.541-.047.674-.257a.911.911 0 0 0 .084-.45 1.8 1.8 0 0 1 3-1.246 4.389 4.389 0 0 1 4.022-3.226c.179 0-.151-.056.028-.066a3.758 3.758 0 0 1 5.55-2.806 2.778 2.778 0 0 1 1.341-1.641 3.033 3.033 0 0 1 2.925.118 3.264 3.264 0 0 1 1.349 1.611c1.634-1.471 4.2-1.153 6.341-.667.124.028.249.064.373.094.759.646 1.536 1.262 2.218 1.872a15.187 15.187 0 0 1 1.337 1.3 8.835 8.835 0 0 1 1.382 2.501 3.494 3.494 0 0 1 1.629 2.258c.121.567.1 1.16.245 1.721.2.757.682 1.422.857 2.181a4.165 4.165 0 0 0 .043-1.3c-.138-.824-.689-1.523-.9-2.331-.146-.561-.124-1.153-.245-1.721a3.5 3.5 0 0 0-1.629-2.258 8.829 8.829 0 0 0-1.382-2.5 15.046 15.046 0 0 0-1.337-1.3c-.682-.61-1.459-1.226-2.218-1.873-.124-.029-.249-.065-.373-.093-2.145-.487-4.707-.8-6.341.667a3.264 3.264 0 0 0-1.351-1.606 3.03 3.03 0 0 0-2.925-.118A2.772 2.772 0 0 0 76.3 38.06a3.758 3.758 0 0 0-5.551 2.805c-.179.01.151.063-.028.067a4.388 4.388 0 0 0-4.021 3.225 1.8 1.8 0 0 0-2.995 1.25.9.9 0 0 1-.084.449c-.133.211-.425.227-.674.258a2.572 2.572 0 0 0-2.16 2.686 7.919 7.919 0 0 0-3.683.812 3.673 3.673 0 0 0-2 3.033c-.769-.3-.945-1.282-1.417-1.957A2.371 2.371 0 0 0 50.708 50c-.047-.282-.069.032-.205-.22a6.713 6.713 0 0 0-1.8-2.4 2.3 2.3 0 0 0-2.8-.057 3.834 3.834 0 0 0-2.143-2.077 2.476 2.476 0 0 0-2.76.764 2.793 2.793 0 0 0-2.711-1.419c-.725.083-1.445.819-1.788.175a3.022 3.022 0 0 0-5.176-.263 3.067 3.067 0 0 0-5.318 2.697 2.3 2.3 0 0 0-2.157-.644 2.129 2.129 0 0 0-.324.126 17.57 17.57 0 0 1-1.131 1.286c-.091.093-.18.19-.27.285a.872.872 0 0 1-.27.288 7.654 7.654 0 0 0-2.275 4.649 2.48 2.48 0 0 1-.2 1.165 3.953 3.953 0 0 1-.525.583 3.211 3.211 0 0 0-.551 2.643 2.325 2.325 0 0 1 .551-1.191", fill: "#e1aec3" }),
115
+ React.createElement("path", { "data-name": "Path 4221", d: "M75.209 59.483Z", fill: "#e1aec3" }),
116
+ React.createElement("path", { "data-name": "Path 4222", d: "M40.207 61.341a.82.82 0 0 0-.629-.069c-1.24.2-2.645.4-3.647-.313a5.78 5.78 0 0 0-1.251-.936.072.072 0 0 0 .006.1c-.235-.1-.439.191-.544.417-1.016 2.2-3.34 1.7-5.245 1.13a3.559 3.559 0 0 1-1.027 1.96c-1.38 1.282-2.212.494-3.462-.091-1.669-.78-1.13.815-2.209 1.648a1.625 1.625 0 0 1-1.444.285c.177.016-.176-.25-.315-.147s-.092.3-.058.467a1.4 1.4 0 0 1-.028.646c.027.061.047.123.075.183.423.89 1.019 1.689 1.5 2.548a1.888 1.888 0 0 0 1.025-1.925c-.032-.163-.077-.364.053-.467s.459.163.294.147a1.427 1.427 0 0 0 1.343-.285c1.006-.833.5-2.428 2.057-1.647 1.163.585 1.938 1.372 3.223.09a3.657 3.657 0 0 0 .956-1.96c1.773.566 3.936 1.073 4.882-1.129.1-.227.287-.517.506-.417a.076.076 0 0 1-.006-.1c.468.18.766.632 1.165.936.932.708 2.241.515 3.4.313.047-.009.1-.008.147-.014-.26-.473-.423-1.108-.761-1.37", fill: "#bf8ca1" }),
117
+ React.createElement("path", { "data-name": "Path 4223", d: "M46.31 65.03c.074-.3-.129-.257-.446-.358a3.724 3.724 0 0 0-1-.1 5.826 5.826 0 0 1-2.577-.7c-.148-.082-.287-.177-.426-.272a3.2 3.2 0 0 0 .457.9 4.218 4.218 0 0 0 1.024.827 5.153 5.153 0 0 0 2.4.7c.208.008.418.015.624.042a2 2 0 0 1-.058-1.04", fill: "#bf8ca1" }),
118
+ React.createElement("path", { "data-name": "Path 4224", d: "M35.289 43.569c-.073-.041-.151-.073-.227-.108a.429.429 0 0 0 .227.108", fill: "#bf8ca1" }),
119
+ React.createElement("path", { "data-name": "Path 4225", d: "M77.692 36.608a2.468 2.468 0 0 1 .109-.247c-.052.024-.11.031-.161.058s-.107.074-.162.109c.069.031.146.045.214.08", fill: "#bf8ca1" }),
120
+ React.createElement("path", { "data-name": "Path 4226", d: "M96.764 56.96a12.618 12.618 0 0 1-1.557-1.623 1.885 1.885 0 0 0-.579-.563 2.592 2.592 0 0 0-.783-.179 3.612 3.612 0 0 1-2.545-1.707 3.624 3.624 0 0 1-2.058 1.85 3.355 3.355 0 0 0 2.1 1.309 2.237 2.237 0 0 1 .728.18 1.8 1.8 0 0 1 .54.562 12.217 12.217 0 0 0 1.982 2.132 7.44 7.44 0 0 0 1.014.716.8.8 0 0 0-.182-.439 2.807 2.807 0 0 0 1.348-2.238", fill: "#bf8ca1" }),
121
+ React.createElement("path", { "data-name": "Path 4227", d: "M76.522 56.578a3.012 3.012 0 0 1 .061 1.04 4.527 4.527 0 0 0 1.928-1.71 4.974 4.974 0 0 1-1.989.67", fill: "#bf8ca1" }),
122
+ React.createElement("path", { "data-name": "Path 4228", d: "M85.533 54.207a2.791 2.791 0 0 1-2.561.907 6.677 6.677 0 0 1-2.622-1.06 4.514 4.514 0 0 1-1.391 1.568 5.645 5.645 0 0 0 2.254.944 2.5 2.5 0 0 0 2.384-.907 3.4 3.4 0 0 0 5.037-.741 3.953 3.953 0 0 1-3.1-.711", fill: "#bf8ca1" }),
123
+ React.createElement("path", { "data-name": "Path 4229", d: "M70.049 63.454a3.579 3.579 0 0 1-4.112 2.185 1.476 1.476 0 0 0-.91-.058 1.055 1.055 0 0 0-.48.6 6.508 6.508 0 0 1-1.581 2.6 3.325 3.325 0 0 1-3.865.13c-.206-.147-.424-.049-.625.1a2.872 2.872 0 0 0-.471.576 3.174 3.174 0 0 1-3.726.562c-1.251-.582-1.854-1.782-2.994-2.444-.37-.214-.842-.033-1.261.08a3.334 3.334 0 0 1-2.73-.412 2.374 2.374 0 0 1-.243-.227A2.446 2.446 0 0 0 48 68.835a2.926 2.926 0 0 0 2.541.413c.39-.114.83-.295 1.174-.08 1.061.661 1.622 1.862 2.786 2.443a2.807 2.807 0 0 0 3.469-.561 2.8 2.8 0 0 1 .439-.576c.187-.153.389-.251.581-.1a2.925 2.925 0 0 0 3.6-.13 6.6 6.6 0 0 0 1.472-2.6 1.039 1.039 0 0 1 .447-.6 1.287 1.287 0 0 1 .848.057 3.292 3.292 0 0 0 3.827-2.185 2.872 2.872 0 0 0 3.406-1.937 3.117 3.117 0 0 1-2.541.485", fill: "#bf8ca1" }),
124
+ React.createElement("path", { "data-name": "Path 4230", d: "M73.894 60.8c-.206.057-.063.132-.086.331a2.253 2.253 0 0 1-.238.736 3.72 3.72 0 0 0 1.354-1.555 3.587 3.587 0 0 1-1.03.488", fill: "#bf8ca1" }),
125
+ React.createElement("path", { "data-name": "Path 4231", d: "M85.673 83.659a9.035 9.035 0 0 0-3.728-2.127 13.035 13.035 0 0 0-2.492-.308 17.194 17.194 0 0 0-8.665 1.538c-1.281.659-2.43 1.548-3.676 2.27a25.377 25.377 0 0 1-4.917 2.074 43.585 43.585 0 0 1-15.159 2.315c-2.838-.117-5.8-.565-8.428.51-1.1.452-3.411 2.059-2.928 3.561.584 1.82 5.316 4.431 7.1 3.905.327-.1.631-.271.967-.335 1.069-.2 1.768 1.073 2.9.877a1.641 1.641 0 0 0 1.256-1.094 3.95 3.95 0 0 0 3.112.366c.655-.2 3.25-2.477 2.194-3.325a7.927 7.927 0 0 0 2.168 1.383 2.682 2.682 0 0 0 2.472-.213 3.647 3.647 0 0 0 1.166-2.186 4.08 4.08 0 0 0 5.776-.507 7.09 7.09 0 0 0 2.09 1.12 2.4 2.4 0 0 0 2.245-.41 1.526 1.526 0 0 1 .582-.441c.385-.1.726.237 1.053.461 1.322.912 3.15.126 4.385-.9a1.065 1.065 0 0 1 .568-.308.925.925 0 0 1 .521.168c.938.55 2.637 2.69 3.781 1.631a3.41 3.41 0 0 0 .692-1.131.668.668 0 0 1 .208-.293.719.719 0 0 1 .557-.017c1.784.4 5.22-.231 6.2-2.028 1.227-2.249-.072-4.785-2.008-6.556", fill: "#e0b594" }),
126
+ React.createElement("path", { "data-name": "Path 4232", d: "M91.494 77.24a3.4 3.4 0 0 0 .434-1.9 1.1 1.1 0 0 0-.72.037 1.144 1.144 0 0 0-.64 1.276 1.575 1.575 0 0 0-2.837.594 1.255 1.255 0 0 0-2.311.548 1.483 1.483 0 0 0-2.464.326 1.3 1.3 0 0 0-2.249-.229 1.835 1.835 0 0 0-2.986-.117c-.34-.861-.783-1.7-1.835-1.763a2.85 2.85 0 0 0-2.37 1.29 2.616 2.616 0 0 0-4.786-.73 2.609 2.609 0 0 0-4.367.451c-.4-.406-.569-.179-1.021-.531a2.586 2.586 0 0 0-2.791-.08 4.908 4.908 0 0 0-1.9 2.207 3.733 3.733 0 0 0-3.428-.584 5.516 5.516 0 0 0-2.817 2.17c-.458-.835-2.416-.722-3.115-.39a2.836 2.836 0 0 0-1.577 2.688 3.423 3.423 0 0 0-5.627 2.132 3.556 3.556 0 0 0-4.129.314.893.893 0 0 1-.573.311c-.251-.011-.421-.247-.593-.43a2.06 2.06 0 0 0-3.054.215c-.135.193-.255.427-.479.5-.462.151-.8-.487-1.275-.594-.519-.118-.882.417-1 .97a5.219 5.219 0 0 0 0 .531c.126 1.331 1.788 1.847 2.646 2.874a8.18 8.18 0 0 1 1.08 2.361 8.294 8.294 0 0 0 4.9 4.711c.281-.044.564-.078.845-.123a3.325 3.325 0 0 0 4.471-1.465c.28.088.056-.177.264.032.674.678 1.51 1.413 2.453 1.25a1.528 1.528 0 0 0 1.171-1.019 3.689 3.689 0 0 0 2.9.341c.611-.187 3.031-2.31 2.046-3.1a7.447 7.447 0 0 0 2.023 1.29 2.5 2.5 0 0 0 2.305-.2 3.4 3.4 0 0 0 1.087-2.039 3.805 3.805 0 0 0 5.387-.473 6.6 6.6 0 0 0 1.949 1.046 2.244 2.244 0 0 0 2.094-.383 1.426 1.426 0 0 1 .542-.412c.359-.092.677.221.982.431 1.233.85 2.938.117 4.089-.841a1 1 0 0 1 .53-.286.859.859 0 0 1 .486.157c.866.507 1.567 1.277 2.477 1.7a2.057 2.057 0 0 0 2.669-.543c.207-.392.384-.992.82-.911.228.043.361.272.5.458.8 1.076 2.385 1.062 3.673.59.817-.546 1.815-.8 2.3-1.687.833-1.526.137-3.529.912-5.084.41-.823 1.194-1.432 1.509-2.295.427-1.17-.109-2.512.262-3.7a8.332 8.332 0 0 1 1.13-1.9", fill: "#d9a4b7" }),
127
+ React.createElement("path", { "data-name": "Path 4233", d: "M90.242 82.2a6.6 6.6 0 0 0 .017-1.1 6.289 6.289 0 0 0-.017 1.1", fill: "#e1aec3" }),
128
+ React.createElement("path", { "data-name": "Path 4234", d: "M31.128 86.96c.176-.369.472-.64.856-.553.473.107.813.744 1.275.594.224-.073.344-.307.479-.5a2.058 2.058 0 0 1 3.054-.215c.172.183.342.419.593.43a.893.893 0 0 0 .573-.311 3.556 3.556 0 0 1 4.129-.314 3.422 3.422 0 0 1 5.627-2.132 2.835 2.835 0 0 1 1.577-2.688c.7-.332 2.657-.445 3.115.39a5.516 5.516 0 0 1 2.817-2.17 3.733 3.733 0 0 1 3.428.584 4.91 4.91 0 0 1 1.9-2.208 2.59 2.59 0 0 1 2.791.08c.452.353.616.126 1.021.532a2.609 2.609 0 0 1 4.367-.451 2.616 2.616 0 0 1 4.786.729 2.853 2.853 0 0 1 2.37-1.29c1.052.066 1.495.9 1.835 1.763a1.836 1.836 0 0 1 2.986.117 1.3 1.3 0 0 1 2.249.23 1.483 1.483 0 0 1 2.464-.326 1.255 1.255 0 0 1 2.311-.548 1.575 1.575 0 0 1 2.837-.6 1.143 1.143 0 0 1 .64-1.275 1.052 1.052 0 0 1 .519-.061 4.36 4.36 0 0 0 .2-1.428 1.1 1.1 0 0 0-.72.036 1.144 1.144 0 0 0-.64 1.276 1.575 1.575 0 0 0-2.837.594 1.254 1.254 0 0 0-2.311.549 1.483 1.483 0 0 0-2.464.326 1.3 1.3 0 0 0-2.249-.23 1.836 1.836 0 0 0-2.986-.117c-.34-.861-.783-1.7-1.835-1.763a2.853 2.853 0 0 0-2.37 1.29 2.616 2.616 0 0 0-4.786-.73 2.61 2.61 0 0 0-4.367.451c-.4-.4-.569-.178-1.021-.531a2.586 2.586 0 0 0-2.791-.08 4.91 4.91 0 0 0-1.9 2.208 3.733 3.733 0 0 0-3.428-.585 5.523 5.523 0 0 0-2.817 2.171c-.458-.835-2.416-.723-3.115-.391a2.838 2.838 0 0 0-1.577 2.689 3.423 3.423 0 0 0-5.627 2.131 3.559 3.559 0 0 0-4.129.314.894.894 0 0 1-.573.312c-.251-.012-.421-.247-.593-.431a2.059 2.059 0 0 0-3.054.216c-.135.193-.255.427-.479.5-.462.15-.8-.487-1.275-.594-.519-.118-.882.417-1 .97a5.2 5.2 0 0 0 0 .53 1.6 1.6 0 0 0 .138.5", fill: "#e1aec3" }),
129
+ React.createElement("path", { "data-name": "Path 4235", d: "M90.1 81.384c-.315.863-1.1 1.472-1.509 2.295-.775 1.555-.08 3.558-.912 5.084-.484.885-1.481 1.141-2.3 1.687-1.289.472-2.877.486-3.674-.59-.138-.186-.27-.415-.5-.458-.436-.081-.613.519-.82.911a2.058 2.058 0 0 1-2.67.543c-.909-.424-1.61-1.194-2.476-1.7a.859.859 0 0 0-.48-.156.983.983 0 0 0-.53.287c-1.151.957-2.856 1.69-4.089.84-.305-.21-.623-.523-.982-.431a1.437 1.437 0 0 0-.543.412 2.243 2.243 0 0 1-2.094.383 6.6 6.6 0 0 1-1.948-1.046 3.805 3.805 0 0 1-5.387.473 3.4 3.4 0 0 1-1.086 2.037 2.5 2.5 0 0 1-2.306.2 7.394 7.394 0 0 1-2.022-1.29c.985.791-1.435 2.914-2.046 3.1a3.688 3.688 0 0 1-2.9-.341 1.532 1.532 0 0 1-1.171 1.02c-.943.162-1.78-.573-2.454-1.251-.207-.209.017.056-.264-.032a3.323 3.323 0 0 1-4.47 1.465c-.281.045-.564.079-.846.123a8.3 8.3 0 0 1-4.9-4.711 8.18 8.18 0 0 0-1.08-2.361c-.74-.886-2.073-1.394-2.508-2.369a1.8 1.8 0 0 0-.142.417 5.2 5.2 0 0 0 0 .53c.125 1.332 1.788 1.847 2.646 2.874a8.18 8.18 0 0 1 1.08 2.361 8.294 8.294 0 0 0 4.9 4.712c.282-.044.565-.078.846-.124a3.323 3.323 0 0 0 4.47-1.464c.281.087.057-.177.264.031.674.679 1.511 1.413 2.454 1.251a1.529 1.529 0 0 0 1.171-1.02 3.688 3.688 0 0 0 2.9.341c.611-.186 3.031-2.309 2.046-3.1a7.394 7.394 0 0 0 2.022 1.29 2.505 2.505 0 0 0 2.306-.2 3.4 3.4 0 0 0 1.087-2.039 3.806 3.806 0 0 0 5.387-.473 6.617 6.617 0 0 0 1.948 1.045 2.243 2.243 0 0 0 2.094-.382 1.427 1.427 0 0 1 .543-.412c.359-.092.677.22.982.43 1.233.851 2.938.117 4.089-.84a1 1 0 0 1 .53-.287.867.867 0 0 1 .486.157c.866.507 1.567 1.277 2.476 1.7a2.057 2.057 0 0 0 2.67-.543c.207-.392.384-.991.82-.91.228.042.36.271.5.458.8 1.076 2.385 1.061 3.674.589.817-.545 1.814-.8 2.3-1.687.832-1.525.137-3.529.912-5.084.406-.82 1.193-1.429 1.506-2.293a5.278 5.278 0 0 0 .14-2.09 2.81 2.81 0 0 1-.14.638", fill: "#bf8ca1" }),
130
+ React.createElement("path", { "data-name": "Path 4236", d: "M91.494 75.788a8.332 8.332 0 0 0-1.13 1.9 5.579 5.579 0 0 0-.1 1.963 2.792 2.792 0 0 1 .1-.511 8.332 8.332 0 0 1 1.13-1.9 3.4 3.4 0 0 0 .434-1.9 1.357 1.357 0 0 0-.2-.023 2.421 2.421 0 0 1-.232.468", fill: "#bf8ca1" }),
131
+ React.createElement("path", { "data-name": "Path 4237", d: "M20.452 54.13c-3.46-1.532-4.052-8.686-3.487-11.6.363-1.874 1.13-3.686 1.161-5.594a38.63 38.63 0 0 0-.529-4.359 14.126 14.126 0 0 1 .643-4.811c.394-1.738-.166-3.73-.336-5.467a25.732 25.732 0 0 1 .305-5.659 46.561 46.561 0 0 0-.265-6.883.974.974 0 0 1 .17-.732c.418-.434 1.108.2 1.237.789s.2 1.35.781 1.523l.642-.337a54.811 54.811 0 0 0 3.426 9.712c.939 2.031 2.032 4.218 1.538 6.4a1.53 1.53 0 0 0-.063.747 1.594 1.594 0 0 0 .51.645c1.447 1.38 1.608 3.618 1.46 5.612a2.158 2.158 0 0 0 .021.7 2.493 2.493 0 0 0 .531.858 6.525 6.525 0 0 1 1.15 5.6 1.641 1.641 0 0 0-.01 1.395 10.512 10.512 0 0 0 1.027 1.659c.851 1.319 1.653 3.384.325 4.68a7.979 7.979 0 0 0-.674.624 1.548 1.548 0 0 0-.184 1.625 2.356 2.356 0 0 0-3.331 1.867c-.542.257-1.132-.186-1.7-.387a2.75 2.75 0 0 0-2.119.208A6 6 0 0 0 21 54.318a3.447 3.447 0 0 1-.546-.188", fill: "#f2ee98" }),
132
+ React.createElement("path", { "data-name": "Path 4238", d: "M24.469 28.124c.284.05.5-.247.614-.511a7.963 7.963 0 0 0 .561-3.215 20.773 20.773 0 0 0-1.444-3.687A54.807 54.807 0 0 1 20.775 11l-.643.328c-.577-.173-.651-.934-.781-1.523s-.819-1.223-1.237-.789a.976.976 0 0 0-.17.732 46.561 46.561 0 0 1 .265 6.883 25.8 25.8 0 0 0-.305 5.659c.17 1.737.73 3.729.336 5.467-.028.126-.057.241-.085.363.743.267 1.7.08 1.617-.919a1.477 1.477 0 0 0 2.08.982 2.259 2.259 0 0 0 1.089-2.283 8.1 8.1 0 0 0 1.159 1.943.672.672 0 0 0 .373.281", fill: "#d9a4b7" }),
133
+ React.createElement("path", { "data-name": "Path 4239", d: "M25.357 26.1c-.125.285-.357.606-.665.553a.73.73 0 0 1-.4-.3 8.814 8.814 0 0 1-1.249-2.1 2.444 2.444 0 0 1-1.178 2.469 1.6 1.6 0 0 1-2.25-1.063c.073.864-.576 1.161-1.25 1.1a5.635 5.635 0 0 1-.121 1c-.028.125-.056.241-.086.363.745.267 1.7.079 1.617-.92a1.479 1.479 0 0 0 2.081.983 2.259 2.259 0 0 0 1.089-2.282 8.124 8.124 0 0 0 1.154 1.939.681.681 0 0 0 .374.281c.284.049.5-.248.614-.512a6.909 6.909 0 0 0 .514-2.187 6.56 6.56 0 0 1-.24.677", fill: "#bf8ca1" }),
134
+ React.createElement("path", { "data-name": "Path 4240", d: "M20.249 24.248A24.823 24.823 0 0 1 19.7 27.2a3.444 3.444 0 0 0-.116.889 3.339 3.339 0 0 0 .1.6 14.992 14.992 0 0 1 .649 3.526 5.155 5.155 0 0 1-.11.77 9.626 9.626 0 0 0 1.416 6.915 2.636 2.636 0 0 1 .436.843 2.635 2.635 0 0 1-.122 1.163 9.505 9.505 0 0 0 1.613 7.767 2.831 2.831 0 0 0 1.42 1.138 2.281 2.281 0 0 0 1.429-.141 3.616 3.616 0 0 0 .306-6.575 5.74 5.74 0 0 0 .087-4.241 15.768 15.768 0 0 0-2.081-3.8 2.621 2.621 0 0 1-.556-1.229 4.086 4.086 0 0 1 .3-1.337c.467-1.7-.247-3.739-.778-5.346q-.753-2.285-1.7-4.5a21.235 21.235 0 0 1-.736-2.027 10.743 10.743 0 0 1-.445-1.269c-.648.718-.468 2.913-.563 3.9", fill: "#d6d27f" }),
135
+ React.createElement("path", { "data-name": "Path 4241", d: "M21.993 23.641a20.863 20.863 0 0 1-.735-2.027 10.63 10.63 0 0 1-.446-1.268c-.648.717-.468 2.913-.563 3.9A24.807 24.807 0 0 1 19.7 27.2a4.457 4.457 0 0 0-.1.678.938.938 0 0 0 .174-.676 1.478 1.478 0 0 0 2.08.983A2.231 2.231 0 0 0 22.939 26q-.447-1.191-.946-2.363", fill: "#c68ea2" }),
136
+ React.createElement("path", { "data-name": "Path 4242", d: "M88.977 43.16c3.056-1.951 2.582-8.813 1.625-11.5-.615-1.723-1.6-3.328-1.909-5.131a37.022 37.022 0 0 1-.128-4.205 13.545 13.545 0 0 0-1.305-4.464c-.624-1.589-.382-3.557-.472-5.227a24.674 24.674 0 0 0-1.107-5.316 44.444 44.444 0 0 1-.744-6.554.934.934 0 0 0-.267-.669c-.459-.35-1.02.35-1.058.926s0 1.308-.519 1.555l-.656-.217a52.517 52.517 0 0 1-1.838 9.69c-.6 2.06-1.315 4.289-.532 6.285a1.448 1.448 0 0 1 .167.7 1.521 1.521 0 0 1-.389.685c-1.171 1.516-1 3.659-.571 5.526a2.092 2.092 0 0 1 .081.67 2.4 2.4 0 0 1-.379.89 6.248 6.248 0 0 0-.278 5.474 1.576 1.576 0 0 1 .21 1.32 10.093 10.093 0 0 1-.733 1.72c-.615 1.372-1.076 3.444.369 4.479a7.625 7.625 0 0 1 .728.494 1.482 1.482 0 0 1 .41 1.513 2.257 2.257 0 0 1 3.42 1.28c.55.164 1.045-.34 1.551-.612a2.634 2.634 0 0 1 2.037-.11 5.773 5.773 0 0 1 1.8 1.057 3.3 3.3 0 0 0 .49-.257", fill: "#f2ee98" }),
137
+ React.createElement("path", { "data-name": "Path 4243", d: "M81.413 19.109c-.262.088-.508-.162-.655-.4a7.616 7.616 0 0 1-1-2.963 19.888 19.888 0 0 1 .838-3.7 52.517 52.517 0 0 0 1.838-9.69l.656.218c.521-.248.482-.979.519-1.555s.6-1.277 1.058-.927a.935.935 0 0 1 .267.669 44.445 44.445 0 0 0 .745 6.558 24.733 24.733 0 0 1 1.106 5.316c.09 1.67-.152 3.638.472 5.227.045.115.089.22.134.331-.666.361-1.6.322-1.665-.637A1.417 1.417 0 0 1 83.9 18.79a2.167 2.167 0 0 1-1.361-2 7.755 7.755 0 0 1-.813 2 .642.642 0 0 1-.313.32", fill: "#d9a4b7" }),
138
+ React.createElement("path", { "data-name": "Path 4244", d: "M87.008 16.891c-.593.161-1.227 0-1.279-.786a1.417 1.417 0 0 1-1.829 1.232 2.167 2.167 0 0 1-1.361-2 7.79 7.79 0 0 1-.813 2 .65.65 0 0 1-.313.32c-.262.088-.508-.162-.655-.4a6.929 6.929 0 0 1-.883-2.345c-.048.279-.09.557-.114.834a7.615 7.615 0 0 0 1 2.964c.147.233.393.483.655.4a.644.644 0 0 0 .313-.319 7.811 7.811 0 0 0 .813-2 2.165 2.165 0 0 0 1.361 2 1.416 1.416 0 0 0 1.829-1.231c.064.958 1 1 1.665.637-.045-.112-.089-.217-.134-.332a5.591 5.591 0 0 1-.252-.972", fill: "#bf8ca1" }),
139
+ React.createElement("path", { "data-name": "Path 4245", d: "M84.849 14.828a23.986 23.986 0 0 0 .947 2.719 3.256 3.256 0 0 1 .238.825 3.2 3.2 0 0 1-.006.579 14.27 14.27 0 0 0-.105 3.434 4.982 4.982 0 0 0 .215.712 9.22 9.22 0 0 1-.343 6.756 2.521 2.521 0 0 0-.291.862 2.534 2.534 0 0 0 .283 1.084 9.105 9.105 0 0 1-.4 7.59 2.708 2.708 0 0 1-1.187 1.283 2.184 2.184 0 0 1-1.373.073 3.464 3.464 0 0 1-1.241-6.184 5.5 5.5 0 0 1-.695-4 15.093 15.093 0 0 1 1.421-3.9 2.5 2.5 0 0 0 .349-1.244 3.946 3.946 0 0 0-.478-1.223c-.689-1.541-.307-3.577-.037-5.177q.384-2.272.961-4.506a20.239 20.239 0 0 0 .4-2.027 10.114 10.114 0 0 0 .238-1.265c.718.586.865 2.691 1.1 3.615", fill: "#d6d27f" }),
140
+ React.createElement("path", { "data-name": "Path 4246", d: "M83.11 14.5a19.957 19.957 0 0 0 .4-2.027 10.127 10.127 0 0 0 .239-1.265c.718.586.865 2.692 1.1 3.616a23.844 23.844 0 0 0 .947 2.718 4.194 4.194 0 0 1 .194.626.9.9 0 0 1-.262-.615 1.416 1.416 0 0 1-1.828 1.236 2.136 2.136 0 0 1-1.344-1.91c.167-.8.35-1.588.554-2.375", fill: "#c68ea2" }),
141
+ React.createElement("path", { "data-name": "Path 4247", d: "M42.3 49.788a2.161 2.161 0 0 0-.573 2.774c.379.665.578 1.554 1.247 1.987a.822.822 0 0 0 .808-.006 1.238 1.238 0 0 1-.879.3c-2.442-.23-3.465-4.682-.6-5.059", fill: "#976a86" }),
142
+ React.createElement("path", { "data-name": "Path 4248", d: "M27.822 55.174a2.16 2.16 0 0 0 2.211 1.769 5.056 5.056 0 0 0 2.338-.211.825.825 0 0 0 .36-.723c.305 1.458-1.621 2.159-2.785 1.963-1.386-.022-2.706-1.415-2.124-2.8", fill: "#976a86" }),
143
+ React.createElement("path", { "data-name": "Path 4249", d: "M21.716 57.348a2.16 2.16 0 0 0-.39 2.8c.422.639.679 1.513 1.375 1.9a.823.823 0 0 0 .806-.06 1.237 1.237 0 0 1-.857.362c-2.451-.069-3.765-4.445-.934-5.008", fill: "#976a86" }),
144
+ React.createElement("path", { "data-name": "Path 4250", d: "M30.91 57.454c.173.081.173.241.235.5A2.522 2.522 0 0 0 31.714 59c.668.63 1.418 2.182 2.51 1.359-.8 1.206-2.711.267-3.328-.728a2.283 2.283 0 0 1-.546-1.163c-.038-.225-.12-1 .219-1.065a.387.387 0 0 1 .1 0 .739.739 0 0 1 .239.055", fill: "#976a86" }),
145
+ React.createElement("path", { "data-name": "Path 4251", d: "M41.846 53.233a2.161 2.161 0 0 0-1.324 2.5c.179.745.124 1.654.645 2.257a.823.823 0 0 0 .778.218 1.237 1.237 0 0 1-.929.048c-2.28-.9-2.024-5.462.83-5.026", fill: "#976a86" }),
146
+ React.createElement("path", { "data-name": "Path 4252", d: "M53.305 59.328a2.16 2.16 0 0 0 1.667 2.288 5.042 5.042 0 0 0 2.31.413.823.823 0 0 0 .539-.6 1.236 1.236 0 0 1-.366.856c-1.812 1.652-5.8-.582-4.15-2.954", fill: "#976a86" }),
147
+ React.createElement("path", { "data-name": "Path 4253", d: "M37.66 92.576a2.161 2.161 0 0 0 2.74.724c.685-.343 1.583-.494 2.052-1.139a.822.822 0 0 0 .037-.807 1.236 1.236 0 0 1 .256.894c-.361 2.426-4.862 3.209-5.083.33", fill: "#976a86" }),
148
+ React.createElement("path", { "data-name": "Path 4254", d: "M44.979 84.806a4.214 4.214 0 0 0 3.357 2.138c1 .063 2.114.52 3.113.3a.646.646 0 0 0 .415-.836 1.03 1.03 0 0 1 .106.577c-.119.672-.894.976-1.458 1.151-2.221.653-5.776-.616-5.533-3.328", fill: "#976a86" }),
149
+ React.createElement("path", { "data-name": "Path 4255", d: "M59.526 87.838a2.159 2.159 0 0 0 2.562-1.2c.305-.7.9-1.4.842-2.191a.821.821 0 0 0-.491-.642 1.232 1.232 0 0 1 .771.521c1.282 2.091-1.666 5.581-3.684 3.517", fill: "#976a86" }),
150
+ React.createElement("path", { "data-name": "Path 4256", d: "M62.963 53.519a2.16 2.16 0 0 0-.11 2.829c.483.594.825 1.438 1.556 1.756a.825.825 0 0 0 .8-.139 1.238 1.238 0 0 1-.818.444c-2.446.175-4.187-4.049-1.425-4.89", fill: "#976a86" }),
151
+ React.createElement("path", { "data-name": "Path 4257", d: "M86.366 50.747a2.161 2.161 0 0 0 2.613-1.09c.335-.688.958-1.354.938-2.151a.825.825 0 0 0-.462-.664 1.235 1.235 0 0 1 .747.555c1.187 2.146-1.912 5.5-3.836 3.35", fill: "#976a86" }),
152
+ React.createElement("path", { "data-name": "Path 4258", d: "M64.808 49.119a2.162 2.162 0 0 0 2.773-.572c.461-.612 1.2-1.147 1.331-1.933a.824.824 0 0 0-.326-.739 1.238 1.238 0 0 1 .628.686c.755 2.334-2.926 5.037-4.406 2.558", fill: "#976a86" }),
153
+ React.createElement("path", { "data-name": "Path 4259", d: "M67.92 48.534a2.16 2.16 0 0 0 2.5 1.327c.745-.177 1.654-.12 2.258-.64a.826.826 0 0 0 .22-.778 1.238 1.238 0 0 1 .045.929c-.9 2.28-5.465 2.015-5.024-.838", fill: "#976a86" }),
154
+ React.createElement("path", { "data-name": "Path 4260", d: "M55.548 61.98a2.159 2.159 0 0 0 .964 2.662c.671.368 1.307 1.021 2.1 1.04a.823.823 0 0 0 .685-.429 1.238 1.238 0 0 1-.59.72c-2.2 1.082-5.4-2.173-3.163-3.993", fill: "#976a86" }),
155
+ React.createElement("path", { "data-name": "Path 4261", d: "M83.082 81.522c1.645 2.373-2.338 4.606-4.15 2.954a1.233 1.233 0 0 1-.366-.855.823.823 0 0 0 .539.6 5.054 5.054 0 0 0 2.31-.412 2.162 2.162 0 0 0 1.667-2.289", fill: "#976a86" }),
156
+ React.createElement("path", { "data-name": "Path 4262", d: "M80.839 84.175c2.241 1.82-.963 5.076-3.163 3.993a1.241 1.241 0 0 1-.59-.72.823.823 0 0 0 .685.429c.8-.019 1.433-.672 2.1-1.04a2.16 2.16 0 0 0 .964-2.662", fill: "#976a86" }),
157
+ React.createElement("path", { "data-name": "Path 4263", d: "M69.477 50.174a6.086 6.086 0 0 1 .3 2.277.534.534 0 0 0 .438.58c-1.875.519-1.949-2.006-.739-2.857", fill: "#976a86" }),
158
+ React.createElement("path", { "data-name": "Path 4264", d: "M63.583 99.812a39.016 39.016 0 0 1-20.039-.76 19.411 19.411 0 0 0 4.321 2.186 24.04 24.04 0 0 0 6.647 1.193 66.557 66.557 0 0 0 7.515-.57 57.224 57.224 0 0 0 10.531-1.872 28.729 28.729 0 0 0 9.977-5.489c-2.216 1.09-7.62 2.86-18.952 5.307", fill: "#ba9074" }),
159
+ React.createElement("g", { "data-name": "Group 2071", opacity: 0.46 },
160
+ React.createElement("g", { "data-name": "Group 2070" },
161
+ React.createElement("g", { "data-name": "Group 2069", clipPath: "url(#guglum_svg__k)" },
162
+ React.createElement("path", { "data-name": "Path 4265", d: "M51.279 32c1.608 3.7 3.252 7.629 2.774 11.638a2.759 2.759 0 0 1-.983-1.559l-2-5.778c-1.371 1.934-1.753 4.538-3.5 6.146-.181.167-.465.323-.653.163a.53.53 0 0 1-.142-.292c-.461-1.922.588-3.721 1.475-5.4.334-.633 3.22-4.472 3.026-4.918", fill: "#fff" })))),
163
+ React.createElement("g", { "data-name": "Group 2074", opacity: 0.46 },
164
+ React.createElement("g", { "data-name": "Group 2073" },
165
+ React.createElement("g", { "data-name": "Group 2072", clipPath: "url(#guglum_svg__l)" },
166
+ React.createElement("path", { "data-name": "Path 4266", d: "M60.8 30.333a65.8 65.8 0 0 1 5.227 7.167 4.592 4.592 0 0 1 .842 2.008 27.539 27.539 0 0 1-5.223-4.91c-1.489 1.3-1.687 3.5-1.779 5.477.021-.445-.755-1.483-.839-2.083a9.348 9.348 0 0 1 .047-2.211 14 14 0 0 1 1.725-5.448", fill: "#fff" })))),
167
+ React.createElement("g", { "data-name": "Group 2077", opacity: 0.46 },
168
+ React.createElement("g", { "data-name": "Group 2076" },
169
+ React.createElement("g", { "data-name": "Group 2075", clipPath: "url(#guglum_svg__m)" },
170
+ React.createElement("path", { "data-name": "Path 4267", d: "M38.008 41.3a1.467 1.467 0 0 1 .175-1.086c.4-.528 1.227-.378 1.845-.133a14.652 14.652 0 0 1 4.372 2.7 17.013 17.013 0 0 1-5.15-1.108c-.011.689 0 1.386-.065 2.066-.882-.215-1.074-1.639-1.177-2.438", fill: "#fff" })))),
171
+ React.createElement("g", { "data-name": "Group 2080", opacity: 0.46 },
172
+ React.createElement("g", { "data-name": "Group 2079" },
173
+ React.createElement("g", { "data-name": "Group 2078", clipPath: "url(#guglum_svg__n)" },
174
+ React.createElement("path", { "data-name": "Path 4268", d: "M59.431 42.9a1.474 1.474 0 0 0-.8-.751c-.642-.17-1.2.454-1.54 1.026a14.652 14.652 0 0 0-1.8 4.813 17.049 17.049 0 0 0 3.39-4.032c.431.537.85 1.094 1.318 1.592.565-.71-.157-1.954-.565-2.648", fill: "#fff" })))),
175
+ React.createElement("g", { "data-name": "Group 2083", opacity: 0.46 },
176
+ React.createElement("g", { "data-name": "Group 2082" },
177
+ React.createElement("g", { "data-name": "Group 2081", clipPath: "url(#guglum_svg__o)" },
178
+ React.createElement("path", { "data-name": "Path 4269", d: "M72.642 34.492a1.474 1.474 0 0 0-.8-.751c-.642-.17-1.2.454-1.54 1.026a14.652 14.652 0 0 0-1.8 4.813 17.049 17.049 0 0 0 3.39-4.032c.431.537.85 1.094 1.318 1.592.565-.71-.157-1.954-.565-2.648", fill: "#fff" })))),
179
+ React.createElement("g", { "data-name": "Group 2086", opacity: 0.46 },
180
+ React.createElement("g", { "data-name": "Group 2085" },
181
+ React.createElement("g", { "data-name": "Group 2084", clipPath: "url(#guglum_svg__p)", fill: "#fff" },
182
+ React.createElement("path", { "data-name": "Path 4270", d: "M43.691 25.85c-.161-.249-.425-.537-.7-.42a.622.622 0 0 0-.238.229 12.274 12.274 0 0 0-1.583 3.1l1.622-2.022a26.187 26.187 0 0 0 5.162 4.465 35.827 35.827 0 0 1-4.265-5.356" }),
183
+ React.createElement("path", { "data-name": "Path 4271", d: "M40.9 37.5c-.2-.755-.438-1.5-.7-2.232-.777-1.235-2.234-1.885-3.412-2.779-1.152-.875-2.059-2.053-3.267-2.851a.362.362 0 0 0-.33-.08.357.357 0 0 0-.159.225l-.007.022c.09.079.177.152.269.235 1.77 1.6 2.528 3.766 4.929 4.7a3.828 3.828 0 0 1 .95.441c.78.589.859 1.867 1.726 2.318" }),
184
+ React.createElement("path", { "data-name": "Path 4272", d: "M77.716 24.342a.423.423 0 0 0-.2-.206.866.866 0 0 0-.485-.034 16.56 16.56 0 0 0-4.7 1.141c-1.7.747-3.019 2.4-4.709 3-.034.15-.084.3-.116.448a25.866 25.866 0 0 1 9.067-3.926 3.245 3.245 0 0 0 1.142-.425" }),
185
+ React.createElement("path", { "data-name": "Path 4273", d: "M67.458 21.26a.883.883 0 0 0-.479-.15 2.116 2.116 0 0 0-.853.254 17.862 17.862 0 0 0-7.39 6.485c-.1.156.05-.306-.084-.178-.033-.16-.065-.319-.1-.479a14.834 14.834 0 0 1-1.081 2.488l8.658-7.348a30.56 30.56 0 0 1 1.327-1.072" }),
186
+ React.createElement("path", { "data-name": "Path 4274", d: "m57.367 21.347-.015-.074a1.086 1.086 0 0 0-.235-.567c-.357-.362-.967-.074-1.366.242-3.653 2.887-4.881 6.68-6.515 10.762l.082.417a27.927 27.927 0 0 1 5.733-8.872 11.521 11.521 0 0 1 2.316-1.908" })))),
187
+ React.createElement("path", { "data-name": "Path 4275", d: "M102.74 75.671A6.392 6.392 0 0 0 98.054 86.5a8.047 8.047 0 0 0-7.082 7c-.237 2.425.534 5.286-1.181 7.017.049.054.1.1.154.153a50.456 50.456 0 0 0 20.44-36.222 2.445 2.445 0 0 0-2.891-.009 1.365 1.365 0 0 0 .03-.627c-.1.091-.2.178-.3.275-3 3.1-4.949 7.193-4.489 11.576", fill: "#d9a4b7" }),
188
+ React.createElement("path", { "data-name": "Path 4276", d: "M102.74 75.671A6.392 6.392 0 0 0 98.054 86.5a8.047 8.047 0 0 0-7.082 7c-.237 2.425.534 5.286-1.181 7.017.049.054.1.1.154.153a50.456 50.456 0 0 0 20.44-36.222 2.445 2.445 0 0 0-2.891-.009 1.365 1.365 0 0 0 .03-.627c-.1.091-.2.178-.3.275-3 3.1-4.949 7.193-4.489 11.576", fill: "#d9a4b7" }),
189
+ React.createElement("path", { "data-name": "Path 4277", d: "M37.675 105.222a25.446 25.446 0 0 0-2.611-4.477c-1.532-2.088-3.726-4.082-6.311-3.949a7.341 7.341 0 0 0-7.787-6.559 36.655 36.655 0 0 0-3.662-4.31c-.262-.185-.56-.387-.88-.583a50.726 50.726 0 0 0 21.251 19.878", fill: "#d9a4b7" }),
190
+ React.createElement("path", { "data-name": "Path 4278", d: "M20.966 91.772a7.342 7.342 0 0 1 7.787 6.558c2.585-.132 4.779 1.862 6.31 3.95a24.559 24.559 0 0 1 1.537 2.384c.357.188.713.379 1.075.558a25.389 25.389 0 0 0-2.612-4.477c-1.531-2.088-3.725-4.082-6.31-3.949a7.341 7.341 0 0 0-7.787-6.558 36.575 36.575 0 0 0-3.666-4.311c-.262-.185-.56-.387-.88-.583a50.724 50.724 0 0 0 2.523 3.891 18.815 18.815 0 0 1 2.019 2.537", fill: "#e1aec3" }),
191
+ React.createElement("path", { "data-name": "Path 4279", d: "M90.972 93.508c-.238 2.425.533 5.286-1.182 7.017.05.054.1.1.155.153q1.1-.807 2.149-1.672c.024-1.155-.08-2.371.03-3.495a8.048 8.048 0 0 1 7.082-7 6.2 6.2 0 0 1-1.264-1.988 8.049 8.049 0 0 0-6.97 6.988", fill: "#e1aec3" }),
192
+ React.createElement("path", { "data-name": "Path 4280", d: "M107.494 64.447a1.352 1.352 0 0 0 .029-.627c-.1.091-.2.177-.294.275q-.573.592-1.092 1.233l-.012.015q-.515.636-.967 1.315a15.739 15.739 0 0 0-1.522 2.882 12.821 12.821 0 0 0-.9 6.129 6.376 6.376 0 0 0-4.921 10.548 6.346 6.346 0 0 1 6.073-8.545 13.483 13.483 0 0 1 2.1-8.52 1.918 1.918 0 0 1 1.5 2.2 2.122 2.122 0 0 1 1.871-.407 50.364 50.364 0 0 0 1.02-6.49 2.442 2.442 0 0 0-2.891-.009", fill: "#e1aec3" }))),
193
+ React.createElement("path", { "data-name": "Rectangle 1799", fill: "none", d: "M0 0h120v119.886H0z" }))); };
194
+
195
+ export { SvgGuglum as default };
196
+ //# sourceMappingURL=Guglum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Guglum.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,70 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgHeroes = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 119.892 119.892" }, props),
5
+ React.createElement("path", { "data-name": "Path 3436", d: "M57.89.052H20.628l3.475 11.828A59.709 59.709 0 0 1 57.89.052Z", fill: "#067196" }),
6
+ React.createElement("path", { "data-name": "Path 3437", d: "m10.204 26.441 20.842 30.846L46.11 43.913l-21.7-32.248a60.32 60.32 0 0 0-14.206 14.776Z", opacity: 0.3 }),
7
+ React.createElement("path", { "data-name": "Path 3438", d: "m95.487 11.665-21.7 32.248 15.064 13.374 20.842-30.846a60.32 60.32 0 0 0-14.206-14.776Z", opacity: 0.3 }),
8
+ React.createElement("path", { "data-name": "Path 3439", d: "M9.929 20.034 20.629.052 46.11 37.913 31.047 51.287Z", fill: "#8bc53f" }),
9
+ React.createElement("path", { "data-name": "Path 3440", d: "M62.003.052h37.261L95.789 11.88A59.7 59.7 0 0 0 62.003.052Z", fill: "#a50000" }),
10
+ React.createElement("path", { "data-name": "Path 3441", d: "M109.964 20.034 99.264.052 73.783 37.913l15.063 13.374Z", fill: "#f6921e" }),
11
+ React.createElement("path", { "data-name": "Path 3442", d: "M99.264.052 73.783 37.913l7.929 7.04 23.2-34.344Z", fill: "red" }),
12
+ React.createElement("path", { "data-name": "Path 3443", d: "m20.662.052 25.481 37.861-7.929 7.04-23.2-34.344Z", fill: "#29aae1" }),
13
+ React.createElement("path", { d: "M59.946 32.809a38.613 38.613 0 1 1-38.613 38.615 38.613 38.613 0 0 1 38.613-38.615Z", opacity: 0.3 }),
14
+ React.createElement("path", { "data-name": "top-7", d: "M59.946 25.669a38.613 38.613 0 1 1-38.613 38.613 38.613 38.613 0 0 1 38.613-38.613Z", fill: "#b58a1f" }),
15
+ React.createElement("path", { "data-name": "top-7", d: "M59.946 21.108a38.613 38.613 0 1 1-38.613 38.616 38.613 38.613 0 0 1 38.613-38.616Z", fill: "#fce856" }),
16
+ React.createElement("path", { "data-name": "top-7", d: "M59.946 25.693a34.028 34.028 0 1 1-34.028 34.028 34.028 34.028 0 0 1 34.028-34.028Z", fill: "#e2901a" }),
17
+ React.createElement("path", { "data-name": "Path 38", d: "M62.903 33.071c4.316.7-.073 11.443-1.28 14.072a6.17 6.17 0 0 1-6.37 3.781c-8.986-1.444-3.557-19.671 7.65-17.853Z", fill: "#1d1d1b", opacity: 0.2 }),
18
+ React.createElement("path", { "data-name": "Path 39", d: "M33.898 55.141c-.179-4.546 1.645-10.128 4.98-11.483 1.6-.651 5.182 5.255 6.032 7.881a6.928 6.928 0 0 1 .072 4.832c-1.151 3.388-4.488 5.308-7.442 4.287a5.7 5.7 0 0 1-3.642-5.517Z", fill: "#1d1d1b", opacity: 0.2 }),
19
+ React.createElement("path", { "data-name": "Path 40", d: "M72.137 56.9a6.041 6.041 0 0 1-2.64-6.743c.64-2.759 3.7-13.681 7.456-11.636 9.742 5.319 2.989 22.63-4.816 18.379Z", fill: "#1d1d1b", opacity: 0.2 }),
20
+ React.createElement("path", { "data-name": "Path 41", d: "M86.503 72.824a5.705 5.705 0 0 1-6.259 2.086c-2.933-1.009-4.376-4.555-3.222-7.9a6.869 6.869 0 0 1 3.011-3.765c2.283-1.521 8.7-3.986 9.56-2.508 1.787 3.116-.196 8.614-3.09 12.087Z", fill: "#1d1d1b", opacity: 0.2 }),
21
+ React.createElement("path", { "data-name": "Path 42", d: "M71.494 81.846a17.328 17.328 0 0 1-10.476 9.9c-3.633 1.238-5.983-2.211-9.779-3.76-3.117-1.267-7.331.038-9.107-2.586a17.249 17.249 0 0 1-1.593-16.175c1.444-3.526 5.167-4.518 8.147-6.394 4.41-2.761 8.712-5.266 13.8-3.182 4.794 1.948 6.456 6.328 7.86 11C71.468 74.3 73.078 78 71.494 81.846Z", fill: "#1d1d1b", opacity: 0.2 }),
22
+ React.createElement("path", { "data-name": "Path 43", d: "M61.868 29.335c4.316.7-.072 11.444-1.28 14.073a6.168 6.168 0 0 1-6.371 3.783c-8.989-1.449-3.552-19.676 7.651-17.856Z", fill: "#fce856" }),
23
+ React.createElement("path", { "data-name": "Path 44", d: "M32.865 51.403c-.18-4.545 1.644-10.127 4.98-11.483 1.6-.651 5.182 5.255 6.032 7.881a6.917 6.917 0 0 1 .071 4.832c-1.151 3.387-4.488 5.308-7.442 4.287a5.705 5.705 0 0 1-3.641-5.517Z", fill: "#fce856" }),
24
+ React.createElement("path", { "data-name": "Path 45", d: "M71.098 53.163a6.041 6.041 0 0 1-2.639-6.743c.64-2.76 3.7-13.682 7.456-11.636 9.747 5.318 2.994 22.631-4.817 18.379Z", fill: "#fce856" }),
25
+ React.createElement("path", { "data-name": "Path 46", d: "M85.469 69.089a5.7 5.7 0 0 1-6.257 2.087c-2.934-1.01-4.377-4.555-3.222-7.905a6.858 6.858 0 0 1 3.011-3.765c2.282-1.521 8.7-3.987 9.558-2.508 1.786 3.119-.194 8.612-3.09 12.091Z", fill: "#fce856" }),
26
+ React.createElement("path", { "data-name": "Path 47", d: "M71.79 76.952a17.332 17.332 0 0 1-10.476 9.906c-3.635 1.238-5.983-2.212-9.779-3.761-3.119-1.267-7.331.039-9.107-2.585a17.248 17.248 0 0 1-1.595-16.172c1.452-3.525 5.169-4.519 8.149-6.393 4.41-2.761 8.711-5.268 13.8-3.183 4.793 1.947 6.455 6.328 7.862 11 1.109 3.641 2.721 7.342 1.146 11.188Z", fill: "#fce856" }),
27
+ React.createElement("path", { "data-name": "Path 48", d: "M2352.693 368.943c-1.386-2.27-3.118-4.347-4.1-3.946-3.268 1.328-5.084 6.716-4.987 11.21a74.886 74.886 0 0 1 9.087-7.264Z", transform: "translate(-2310.747 -325.076)", fill: "#fff", opacity: 0.4, style: {
28
+ mixBlendMode: "normal",
29
+ isolation: "isolate",
30
+ } }),
31
+ React.createElement("path", { "data-name": "Path 49", d: "M2372.615 354.411c-6.578-1.067-11.163 4.773-12.011 10.071a25.557 25.557 0 0 1 13.142-2.56c.972-3.529 1.306-7.115-1.131-7.511Z", transform: "translate(-2310.747 -325.076)", fill: "#fff", opacity: 0.4, style: {
32
+ mixBlendMode: "normal",
33
+ isolation: "isolate",
34
+ } }),
35
+ React.createElement("path", { "data-name": "Path 50", d: "M2386.67 359.86c-2.062-1.122-3.91 1.658-5.267 4.85a31.251 31.251 0 0 1 9 9.085c1.983-4.588 1.571-11.039-3.733-13.935Z", transform: "translate(-2310.747 -325.076)", fill: "#fff", opacity: 0.4, style: {
36
+ mixBlendMode: "normal",
37
+ isolation: "isolate",
38
+ } }),
39
+ React.createElement("path", { "data-name": "Path 51", d: "M2399.306 382.079c-.433-.75-2.29-.488-4.316.149a58.663 58.663 0 0 1 3.12 9.134c1.737-3.185 2.552-6.92 1.196-9.283Z", transform: "translate(-2310.747 -325.076)", fill: "#fff", opacity: 0.4, style: {
40
+ mixBlendMode: "normal",
41
+ isolation: "isolate",
42
+ } }),
43
+ React.createElement("path", { "data-name": "Path 52", d: "M2381.4 390.84c-1.408-4.675-3.069-9.055-7.864-11-5.1-2.086-9.394.42-13.8 3.181-2.981 1.875-6.705 2.868-8.149 6.393a17.727 17.727 0 0 0-.639 1.857c4.751-1.03 12.637-2.072 19.157.292 5.129 1.859 9.456 6.378 12.469 10.372 1.515-3.815-.082-7.485-1.174-11.095Z", transform: "translate(-2310.747 -325.076)", fill: "#fff", opacity: 0.4, style: {
44
+ mixBlendMode: "normal",
45
+ isolation: "isolate",
46
+ } }),
47
+ React.createElement("path", { "data-name": "Path 53", d: "M2345.416 373.105c.273-1.482 1.288-3.122 2.5-3.329.561-.084 1.3 2.091 1.32 3a2.413 2.413 0 0 1-.322 1.611 1.979 1.979 0 0 1-2.651.869l-.085-.044a2.144 2.144 0 0 1-.762-2.107Z", transform: "translate(-2310.747 -325.076)", fill: "#fff", opacity: 0.4, style: {
48
+ mixBlendMode: "normal",
49
+ isolation: "isolate",
50
+ } }),
51
+ React.createElement("path", { "data-name": "Path 54", d: "M2363.223 383.927a7.194 7.194 0 0 0-1.332 1.031c-.435.417-.8.983-1.27 1.353-.213.167-.464.308-.693.464q-.772.528-1.533 1.075-.875.629-1.727 1.283a2.537 2.537 0 0 0-.573.475 5.282 5.282 0 0 0-.248.528 6.238 6.238 0 0 0-.649 1.689 3.1 3.1 0 0 0 .148 1.61 2.461 2.461 0 0 0 .4.915 4.4 4.4 0 0 0 3.009 1.208 4.818 4.818 0 0 0 3.977-1.992c.823-1.16 1.107-2.627 1.993-3.746a3.15 3.15 0 0 1 1.085-.941 4.43 4.43 0 0 0 .783-.616 11.858 11.858 0 0 0 1.451-1.53 3.657 3.657 0 0 0 .984-2.429c-.093-1.23-1.238-1.671-2.309-1.584a8.273 8.273 0 0 0-3.496 1.207Z", transform: "translate(-2310.747 -325.076)", fill: "#fff", opacity: 0.4, style: {
52
+ mixBlendMode: "normal",
53
+ isolation: "isolate",
54
+ } }),
55
+ React.createElement("path", { "data-name": "Path 55", d: "M2368.685 358.2c1.437.5-.792 3.862-1.376 4.658a2.138 2.138 0 0 1-2.368.867c-2.894-1.154.167-6.917 3.744-5.525Z", transform: "translate(-2310.747 -325.076)", fill: "#fff", opacity: 0.4, style: {
56
+ mixBlendMode: "normal",
57
+ isolation: "isolate",
58
+ } }),
59
+ React.createElement("path", { "data-name": "Path 56", d: "M2383.062 367.427a2.061 2.061 0 0 1-.493-2.376c.345-.847 1.95-4.241 3.071-3.366 2.889 2.26-.29 7.582-2.578 5.742Z", transform: "translate(-2310.747 -325.076)", fill: "#fff", opacity: 0.4, style: {
60
+ mixBlendMode: "normal",
61
+ isolation: "isolate",
62
+ } }),
63
+ React.createElement("path", { "data-name": "Path 57", d: "M2397.089 388.057a2.132 2.132 0 0 1-2.244.891 2.233 2.233 0 0 1-1.3-2.826 2.88 2.88 0 0 1 1.055-1.452c.829-.626 3.082-1.593 3.432-1.1.668 1.138.097 3.179-.943 4.487Z", transform: "translate(-2310.747 -325.076)", fill: "#fff", opacity: 0.4, style: {
64
+ mixBlendMode: "normal",
65
+ isolation: "isolate",
66
+ } }),
67
+ React.createElement("path", { fill: "none", d: "M0 0h119.892v119.892H0z" }))); };
68
+
69
+ export { SvgHeroes as default };
70
+ //# sourceMappingURL=Heroes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Heroes.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}