nzk-react-components 1.1.4 → 1.1.6
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.
- package/dist/cjs/icons/Ant.js +126 -0
- package/dist/cjs/icons/Ant.js.map +1 -0
- package/dist/cjs/icons/ArrowDown.js +35 -0
- package/dist/cjs/icons/ArrowDown.js.map +1 -0
- package/dist/cjs/icons/ArrowUp.js +35 -0
- package/dist/cjs/icons/ArrowUp.js.map +1 -0
- package/dist/cjs/icons/Bertie.js +190 -0
- package/dist/cjs/icons/Bertie.js.map +1 -0
- package/dist/cjs/icons/Claw.js +125 -0
- package/dist/cjs/icons/Claw.js.map +1 -0
- package/dist/cjs/icons/Dictionary.js +65 -0
- package/dist/cjs/icons/Dictionary.js.map +1 -0
- package/dist/cjs/icons/Eek.js +210 -0
- package/dist/cjs/icons/Eek.js.map +1 -0
- package/dist/cjs/icons/Heroes.js +94 -0
- package/dist/cjs/icons/Heroes.js.map +1 -0
- package/dist/cjs/icons/Maji.js +173 -0
- package/dist/cjs/icons/Maji.js.map +1 -0
- package/dist/cjs/icons/MrWhale.js +93 -0
- package/dist/cjs/icons/MrWhale.js.map +1 -0
- package/dist/cjs/icons/Panda.js +117 -0
- package/dist/cjs/icons/Panda.js.map +1 -0
- package/dist/cjs/icons/Ryan.js +255 -0
- package/dist/cjs/icons/Ryan.js.map +1 -0
- package/dist/cjs/icons/Sally.js +62 -0
- package/dist/cjs/icons/Sally.js.map +1 -0
- package/dist/cjs/icons/Sepatpus.js +1786 -0
- package/dist/cjs/icons/Sepatpus.js.map +1 -0
- package/dist/cjs/icons/Vincent.js +123 -0
- package/dist/cjs/icons/Vincent.js.map +1 -0
- package/dist/cjs/index.js +30 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/icons/Ant.js +102 -0
- package/dist/esm/icons/Ant.js.map +1 -0
- package/dist/esm/icons/ArrowDown.js +11 -0
- package/dist/esm/icons/ArrowDown.js.map +1 -0
- package/dist/esm/icons/ArrowUp.js +11 -0
- package/dist/esm/icons/ArrowUp.js.map +1 -0
- package/dist/esm/icons/Bertie.js +166 -0
- package/dist/esm/icons/Bertie.js.map +1 -0
- package/dist/esm/icons/Claw.js +101 -0
- package/dist/esm/icons/Claw.js.map +1 -0
- package/dist/esm/icons/Dictionary.js +41 -0
- package/dist/esm/icons/Dictionary.js.map +1 -0
- package/dist/esm/icons/Eek.js +186 -0
- package/dist/esm/icons/Eek.js.map +1 -0
- package/dist/esm/icons/Heroes.js +70 -0
- package/dist/esm/icons/Heroes.js.map +1 -0
- package/dist/esm/icons/Maji.js +149 -0
- package/dist/esm/icons/Maji.js.map +1 -0
- package/dist/esm/icons/MrWhale.js +69 -0
- package/dist/esm/icons/MrWhale.js.map +1 -0
- package/dist/esm/icons/Panda.js +93 -0
- package/dist/esm/icons/Panda.js.map +1 -0
- package/dist/esm/icons/Ryan.js +231 -0
- package/dist/esm/icons/Ryan.js.map +1 -0
- package/dist/esm/icons/Sally.js +38 -0
- package/dist/esm/icons/Sally.js.map +1 -0
- package/dist/esm/icons/Sepatpus.js +1762 -0
- package/dist/esm/icons/Sepatpus.js.map +1 -0
- package/dist/esm/icons/Vincent.js +99 -0
- package/dist/esm/icons/Vincent.js.map +1 -0
- package/dist/esm/index.js +15 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/icons/Ant.d.ts +3 -0
- package/dist/icons/ArrowDown.d.ts +3 -0
- package/dist/icons/ArrowUp.d.ts +3 -0
- package/dist/icons/Bertie.d.ts +3 -0
- package/dist/icons/Claw.d.ts +3 -0
- package/dist/icons/Dictionary.d.ts +3 -0
- package/dist/icons/Eek.d.ts +3 -0
- package/dist/icons/Heroes.d.ts +3 -0
- package/dist/icons/Maji.d.ts +3 -0
- package/dist/icons/MrWhale.d.ts +3 -0
- package/dist/icons/Panda.d.ts +3 -0
- package/dist/icons/Ryan.d.ts +3 -0
- package/dist/icons/Sally.d.ts +3 -0
- package/dist/icons/Sepatpus.d.ts +3 -0
- package/dist/icons/Vincent.d.ts +3 -0
- package/dist/icons/index.d.ts +15 -0
- package/package.json +1 -1
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgClaw = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
+
React__namespace.createElement("defs", null,
|
|
30
|
+
React__namespace.createElement("linearGradient", { id: "claw_svg__a", y1: 0.5, x2: 1, y2: 0.5, gradientUnits: "objectBoundingBox" },
|
|
31
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#cba88b" }),
|
|
32
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#b48362" })),
|
|
33
|
+
React__namespace.createElement("linearGradient", { id: "claw_svg__b", x1: 0, y1: 0.5, x2: 1, y2: 0.5, xlinkHref: "#claw_svg__a" })),
|
|
34
|
+
React__namespace.createElement("path", { "data-name": "Path 3365", d: "m2083.756 402.668-21.993-11.451-.138-.531-.527-13.323a32.255 32.255 0 0 1 2.267-2.3s4.442 1.57 6.958-1.175.85-8.922.85-8.922l.024-.042.031-.052.085-.154.011-.021.051-.1c.019-.037.051-.1.078-.159.013-.026.025-.049.038-.078v-.008l.079-.172c.027-.061.059-.13.089-.2l.025-.062.016-.036.069-.168c.033-.085.067-.176.1-.269l.015-.04.026-.068v-.015c.047-.133.092-.271.139-.418l.081-.274a11.451 11.451 0 0 0 .199-.804c.036-.167.07-.333.1-.511.006-.038.015-.072.021-.11v-.06c.013-.083.023-.169.036-.252a51.093 51.093 0 0 0-68.355-8.982c0 .282-.005.562.011.87.347 6.691 4.536 9.556 6.777 10.14a34.822 34.822 0 0 0 7.268.28c-4.888 11.744-19.7 48.253-18.643 56.944l.137-.007a1.243 1.243 0 0 0 .1.505c.086.139.182.27.269.408l.013.032q.623.987 1.289 1.945c.123.175.254.344.378.518.415.58.839 1.151 1.277 1.712.06.077.114.159.174.235l.121.135a51.218 51.218 0 0 0 25.869 17.37l.066-.091.042.013-.033.046c.274.079.548.16.824.234l.028-.037a41.3 41.3 0 0 0 7.013 1.454c.4.048.666.068 1 .117a51.139 51.139 0 0 0 45.645-42.066Z", transform: "translate(-1973.44 -333.787)", opacity: 0.3, style: {
|
|
35
|
+
mixBlendMode: "normal",
|
|
36
|
+
isolation: "isolate",
|
|
37
|
+
} }),
|
|
38
|
+
React__namespace.createElement("path", { "data-name": "Path 3366", d: "m97.428 21.153.409.374a2.33 2.33 0 0 0-.409-.374Z", fill: "#af8864" }),
|
|
39
|
+
React__namespace.createElement("path", { "data-name": "Path 3367", d: "M25.778 97.741a51.9 51.9 0 0 0 27.92 13.081c.46.054.731.071 1.136.138q2.531.252 5.13.256a50.935 50.935 0 0 0 26.156-7.189c1.853-13.172-4.568-34.067-8.119-47.884l-1.08-22.753s-1.454-15.844-19.418-18.65c-15.691-2.452-19.231 4.531-21.193 11 0 0-21.445 50.21-20.182 60.606l.138-.007a1.241 1.241 0 0 0 .1.505 51.3 51.3 0 0 0 3.4 4.85c1.388 1.568 3.317 3.549 6.012 6.047Z", fill: "#f6cb9d" }),
|
|
40
|
+
React__namespace.createElement("path", { "data-name": "Path 3368", d: "m16.429 84.353 55.962 25.336a51.257 51.257 0 0 0 36.933-36.124L75.86 56.143s-56.862.518-59.431 28.21Z", fill: "#f6cb9d" }),
|
|
41
|
+
React__namespace.createElement("path", { "data-name": "Path 3369", d: "M70.069 66.504c3.361-23.781-3.366-30.112-3.9-30.75s-23.255-6.619-23.255-6.619-23.078 40.652-25.287 48.069a25.751 25.751 0 0 0-1.362 9.139s.133.345.384.945a51.274 51.274 0 0 0 29.111 21.915c1.179-1.645 2.378-3.262 3.345-4.449-.001 0 17.785-15.751 20.964-38.25Z", fill: "#f4e1be" }),
|
|
42
|
+
React__namespace.createElement("path", { "data-name": "Path 3370", d: "m78.127 57.323.194 2.747 21.115 22.589 6.208.451a50.794 50.794 0 0 0 3.68-9.545Z", fill: "#f6d5b1" }),
|
|
43
|
+
React__namespace.createElement("path", { "data-name": "Path 3371", d: "M61.338 99.713c.42-.542.805-1.116 1.2-1.674s.794-1.116 1.172-1.69l1.148-1.706c.749-1.151 1.5-2.295 2.225-3.457s1.453-2.328 2.145-3.483l1.118-1.867 1.682 1.435.721.615c.246.2.515.4.774.6s.536.389.81.582.548.386.835.567c1.128.751 2.317 1.449 3.518 2.132a103.039 103.039 0 0 0 7.451 3.785l-.022.07c-2.754-.528-5.5-1.155-8.229-1.913-1.365-.385-2.731-.791-4.1-1.28-.341-.114-.681-.246-1.022-.378s-.684-.256-1.024-.41c-.158-.07-.317-.137-.475-.2-.592.578-1.184 1.152-1.784 1.722-1 .961-2.026 1.9-3.043 2.844l-1.551 1.389c-.51.467-1.042.915-1.567 1.367s-1.041.91-1.589 1.338l-1.612 1.3-.031-.031Z", fill: "#fffeba" }),
|
|
44
|
+
React__namespace.createElement("path", { "data-name": "Path 3372", d: "M63.736 105.521c.394-.562.793-1.117 1.172-1.691l1.148-1.706c.749-1.15 1.5-2.3 2.225-3.457s1.453-2.328 2.145-3.482l1.118-1.868 1.683 1.435.72.615c.246.205.515.4.774.6s.536.39.81.583.548.385.835.567c1.128.75 2.317 1.448 3.518 2.131a103.039 103.039 0 0 0 7.451 3.785l-.022.07a104.013 104.013 0 0 1-8.228-1.913c-1.366-.385-2.732-.79-4.095-1.28-.342-.114-.682-.246-1.023-.378s-.684-.256-1.024-.41c-.158-.07-.316-.136-.475-.205-.592.579-1.184 1.152-1.784 1.722-1 .961-2.026 1.9-3.043 2.844l-1.55 1.39c-.511.466-1.043.915-1.568 1.366s-1.041.909-1.588 1.339l-1.613 1.3-.031-.031 1.241-1.652c.42-.543.805-1.116 1.204-1.674Z", fill: "#fffeba" }),
|
|
45
|
+
React__namespace.createElement("path", { "data-name": "Path 3373", d: "m77.409 37.013 1.466 37.04-3.622-32.9", fill: "#fff" }),
|
|
46
|
+
React__namespace.createElement("path", { "data-name": "Path 3374", d: "m52.203 4.593-.65-2.278c-.118 0 7.925-3.59 14.481-1.539l.45 4.636Z", fill: "#7fb7df" }),
|
|
47
|
+
React__namespace.createElement("path", { "data-name": "Path 3375", d: "m57.621.797 3.053 3.13 5.15-.026L65.48.709a15.86 15.86 0 0 0-7.859.088Z", fill: "#fff", opacity: 0.43 }),
|
|
48
|
+
React__namespace.createElement("path", { "data-name": "Path 3376", d: "m78.04 11.123 1.849-2.458c.087.051-3.663-5.775-9.56-6.97l-1.343 4.71Z", fill: "#7fb7df" }),
|
|
49
|
+
React__namespace.createElement("path", { "data-name": "Path 3377", d: "m71.191 1.961.855 4.288 4.332 2.786 1.451-2.865a15.852 15.852 0 0 0-6.638-4.209Z", fill: "#fff", opacity: 0.43 }),
|
|
50
|
+
React__namespace.createElement("path", { "data-name": "Path 3378", d: "M2012.909 376.593a30.37 30.37 0 0 1 .227 9.716c-.646 4.184-1.616 8.782-1.14 13.031.6 5.391 11.334 9.262 15.853 8.709s8.893-4.9 8.893-4.9 4.418-10.589 3.675-17.221c-.532-4.745-8.7-7.228-12.363-8.39-5.795-1.839-12.879-2.018-16.708-7.5a56.593 56.593 0 0 1 1.563 6.555Z", transform: "translate(-1973.44 -333.787)", opacity: 0.57, fill: "url(#claw_svg__a)" }),
|
|
51
|
+
React__namespace.createElement("path", { "data-name": "Path 3379", d: "M79.937 41.271s4.442 1.57 6.957-1.175.851-8.922.851-8.922-6.055 4.27-7.808 10.097Z", fill: "#f6cb9d" }),
|
|
52
|
+
React__namespace.createElement("path", { "data-name": "Path 3381", d: "M35.891 29.355s-6.146.354-8.387-.229-6.431-3.449-6.777-10.14 3.69-7.045 4.488-7.154a27.387 27.387 0 0 0 7.829-2.275c3.036-1.56 18.274-6.518 28.128-6.627s17.541 5.988 20.1 8.02a24.527 24.527 0 0 1 4.079 4.054 7.123 7.123 0 0 1 .782 2.663q.393 1.627.831 3.244a.816.816 0 0 0 .127.3.938.938 0 0 0 .311.217c1.9 1.027 1.74 3.428 1.72 5.286a11.125 11.125 0 0 1-1.381 4.461s-5.271 7.781-7.808 10.1c-5.92 5.4-11.448 15.445-11.269 17.667a27.061 27.061 0 0 1-.555 5.826c-3.3 7.954-10.455 7.088-18.159 3.781s-5.995-15.087-5.963-17.472-.272-5.354-3.7-10.458a31.839 31.839 0 0 1-4.4-11.26", fill: "#f6cb9d" }),
|
|
53
|
+
React__namespace.createElement("path", { "data-name": "Path 3382", d: "M2061.929 363.328a27.294 27.294 0 0 0-13.406 8.557 52.938 52.938 0 0 0-4.25 6.069 20.1 20.1 0 0 0-4.106 15.8 7.487 7.487 0 0 0 .512 2.686 2.963 2.963 0 0 0 1.036 1.22 23.069 23.069 0 0 0 .393-4.936c-.179-2.222 5.349-12.265 11.269-17.667 2.537-2.316 7.808-10.1 7.808-10.1a8.9 8.9 0 0 0 .744-1.629Z", transform: "translate(-1973.44 -333.787)", opacity: 0.5, fill: "url(#claw_svg__a)", style: {
|
|
54
|
+
mixBlendMode: "multiply",
|
|
55
|
+
isolation: "isolate",
|
|
56
|
+
} }),
|
|
57
|
+
React__namespace.createElement("path", { "data-name": "Path 3383", d: "M2012.285 350.993a11.712 11.712 0 0 1-6.761.812c-3.244-.812-5.408-1.439-6.9.227s-.4 8.818 10.686 7.671a15.39 15.39 0 0 1 2.975-8.71Z", transform: "translate(-1973.44 -333.787)", opacity: 0.5, fill: "url(#claw_svg__a)", style: {
|
|
58
|
+
mixBlendMode: "multiply",
|
|
59
|
+
isolation: "isolate",
|
|
60
|
+
} }),
|
|
61
|
+
React__namespace.createElement("path", { "data-name": "Path 3384", d: "M2012.285 350.993a11.712 11.712 0 0 1-6.761.812c-3.244-.812-5.408-1.439-6.9.227s-.4 8.818 10.686 7.671a15.39 15.39 0 0 1 2.975-8.71Z", transform: "translate(-1973.44 -333.787)", opacity: 0.5, fill: "url(#claw_svg__a)", style: {
|
|
62
|
+
mixBlendMode: "multiply",
|
|
63
|
+
isolation: "isolate",
|
|
64
|
+
} }),
|
|
65
|
+
React__namespace.createElement("path", { "data-name": "Path 3386", d: "m88.794 22.947-8.857 2.969-10.1-7.123v-3.342a10.1 10.1 0 0 0-8.244 2.274c-2.735 2.176-10.212 18.714-13.74 25.285a38.53 38.53 0 0 0-4.009 13.914c.188 4.3 1.352 9.577 6.114 11.621 7.7 3.307 14.858 4.173 18.159-3.781 0 0 .207-1.02.375-2.307-1.034-2.913-2.988-3.952 2.107-14.347S82.66 34.183 82.66 34.183a23.78 23.78 0 0 0 5.082-3.009 10.874 10.874 0 0 0 1.287-3.764 23.209 23.209 0 0 0-.235-4.463Z", fill: "#f4e1be" }),
|
|
66
|
+
React__namespace.createElement("path", { "data-name": "Path 3387", d: "M66.46 67.652a22.987 22.987 0 0 1-15.969-3.164s-4.61-2.648-4.806-11.671a163.94 163.94 0 0 0-.144-4.28 39.332 39.332 0 0 0-1.7 8.387c.011.251.026.507.044.764l.008.108q.025.35.063.7c0 .036.007.073.011.109.057.54.134 1.086.235 1.631l.02.1q.064.339.142.676l.05.208q.07.294.153.585l.061.217c.063.214.132.425.2.635.015.045.028.09.044.134q.136.383.295.753l.062.134q.129.3.275.582c.038.075.079.149.119.224a10.562 10.562 0 0 0 .414.704c.1.161.213.317.325.472.044.06.086.122.131.181.16.209.329.413.508.608.026.029.056.055.083.084.154.164.316.324.485.477.066.059.135.116.2.173a8.24 8.24 0 0 0 .674.518c.157.109.322.212.49.312.077.046.152.093.231.137.25.138.508.268.781.385l.011.005c.22.094.44.187.659.277l.229.092c.146.06.293.119.439.176l.273.106c.13.05.26.1.39.148l.293.108c.123.045.245.088.367.131.1.036.2.072.3.106q.175.06.351.117c.1.034.206.069.309.1l.349.107q.312.1.623.182c.088.025.177.051.265.074l.381.1c.08.02.161.041.242.06.129.031.258.06.387.089l.225.049c.133.028.266.054.4.079l.2.036c.141.025.281.049.421.071l.132.02a15.134 15.134 0 0 0 2.066.169h.038c.16 0 .32 0 .478-.008h.068a10.4 10.4 0 0 0 .47-.028h.051a8.287 8.287 0 0 0 6.1-3.252Z", fill: "#f6cb9d" }),
|
|
67
|
+
React__namespace.createElement("path", { "data-name": "Path 3388", d: "M65.872 58.921c1.353-12.825 12.106-24.254 12.106-24.254l1.335-1.668-2.772-1.6-6.31-1.444-3.767-1.582-3.519-1.288s-8.343 20.131-8.533 22.293 11.46 9.543 11.46 9.543Z", fill: "#45121c" }),
|
|
68
|
+
React__namespace.createElement("path", { "data-name": "Path 3389", d: "M69.289 31.927s1.334 8.435-7.7 13.535-8.146-6.935-8.146-6.935 6.133-12.68 9.291-13.072a6.12 6.12 0 0 1 6.555 6.472Z", fill: "#17070a" }),
|
|
69
|
+
React__namespace.createElement("path", { "data-name": "Path 3390", d: "M53.983 37.447s5.534 3.013 5.927 6.642c0 0 3.832 1.667 4.907 5.3s.942 9.146-.61 11.928c0 0-7.1-1.033-7.606-1.16s-8.153-.81-7.179-7.162 4.561-15.548 4.561-15.548Z", fill: "#793b46" }),
|
|
70
|
+
React__namespace.createElement("path", { "data-name": "Path 3391", d: "M64.817 28.375s-2.251-2.231-4.052-1.631c0 0 1.159-1.629 2.76-1.321a6.14 6.14 0 0 1 4.144 2c1.45 1.554-2.852.952-2.852.952Z", fill: "#45121c" }),
|
|
71
|
+
React__namespace.createElement("path", { "data-name": "Path 3392", d: "M65.714 27.264s-1.463.089-1.906 2.881a9.914 9.914 0 0 0 .177 4.522 33.663 33.663 0 0 0 3.99-3.493c.975-1.206.266-3.289-2.261-3.91Z", fill: "#fff" }),
|
|
72
|
+
React__namespace.createElement("path", { "data-name": "Path 3393", d: "M67.249 58.449c-.081-1.925.634-4.807 3.346-10.339a36.715 36.715 0 0 1 7.341-10.294", fill: "none", stroke: "#af8864", strokeWidth: 0.78 }),
|
|
73
|
+
React__namespace.createElement("path", { "data-name": "Path 3394", d: "M78.525 32.805s-.887 3.768-2.261 5.186 4.384-.089 5.471-3.254c.558-1.624-3.092-2.388-3.21-1.932Z", fill: "#fff" }),
|
|
74
|
+
React__namespace.createElement("path", { "data-name": "Path 3395", d: "M78.525 32.805a4.356 4.356 0 0 1-2.7 1.685 3.337 3.337 0 0 1 0-2.483c.528-1.374 3.498-.354 2.7.798Z", fill: "#fff" }),
|
|
75
|
+
React__namespace.createElement("path", { "data-name": "Path 3396", d: "M72.186 30.965a10 10 0 0 0 0 3.126s1.862.177 3.635-2.084a2.79 2.79 0 0 0-2.084-1.155c-1.507-.175-1.551.113-1.551.113Z", fill: "#fff" }),
|
|
76
|
+
React__namespace.createElement("path", { "data-name": "Path 3397", d: "M69.393 29.879a5.516 5.516 0 0 0-.177 3.039 3.621 3.621 0 0 0 2.918-1.519 2.754 2.754 0 0 0-2.741-1.52Z", fill: "#fff" }),
|
|
77
|
+
React__namespace.createElement("path", { "data-name": "Path 3398", d: "M67.975 31.174s1.064-.659 1.6-.378a14.919 14.919 0 0 0 2.563.6l3.687.608 2.7.8 2.737.674s-2.914-2.073-3.092-2.3-.323-.355-1.048-.448-5.778-.582-6.266-.848-3.147-2.392-3.369-2.614a2.605 2.605 0 0 0-2.155.121Z", fill: "#fff" }),
|
|
78
|
+
React__namespace.createElement("path", { "data-name": "Path 3399", d: "M49.422 52.991a5.139 5.139 0 0 0 .207 2.538c.466.669 1.862-1.556 1.862-1.556a6.043 6.043 0 0 0 0-2.224 1.849 1.849 0 0 0-2.069 1.242Z", fill: "#fff" }),
|
|
79
|
+
React__namespace.createElement("path", { "data-name": "Path 3400", d: "M54.078 58.939a10.623 10.623 0 0 0 .839-6.776c-2.627-.259-4.439 3.113-4.439 3.113s-.1 1.9 1.128 2.68a7.481 7.481 0 0 0 2.472.983Z", fill: "#fff" }),
|
|
80
|
+
React__namespace.createElement("path", { "data-name": "Path 3401", d: "M64.526 60.439s2.1-2.819 3.869-3.116a6.982 6.982 0 0 1-.869 5.062 7.294 7.294 0 0 1-2.709-.549c-1.274-.569-.291-1.397-.291-1.397Z", fill: "#fff" }),
|
|
81
|
+
React__namespace.createElement("path", { "data-name": "Path 3402", d: "M64.207 61.313a3.983 3.983 0 0 0-.2-2.374s-1.552-.31-2.845 1.6a5.592 5.592 0 0 0 1.57.77 3.951 3.951 0 0 0 1.475.004Z", fill: "#fff" }),
|
|
82
|
+
React__namespace.createElement("path", { "data-name": "Path 3403", d: "M57.388 60.153a4.779 4.779 0 0 1 1.966-1.679c.982-.259 1.623 1.6 1.536 2.069s-3.502-.39-3.502-.39Z", fill: "#fff" }),
|
|
83
|
+
React__namespace.createElement("path", { "data-name": "Path 3404", d: "M57.388 60.153s-.517-1.99-1.086-2.4a4.1 4.1 0 0 0-2.737 1.068c-.936.744 3.823 1.332 3.823 1.332Z", fill: "#fff" }),
|
|
84
|
+
React__namespace.createElement("path", { "data-name": "Path 3405", d: "M49.36 53.689a5.367 5.367 0 0 0 2.75 5.147c3.259 2.069 5.793 1.415 7.6 1.845s4.82.839 5.487 1.307a5.089 5.089 0 0 0 2.323.4l-1.172-1.222a8.807 8.807 0 0 1-2.706-.155 35.125 35.125 0 0 0-3.881-.855l-3.672-.128s-5.805-2.795-6.729-6.339Z", fill: "#fff" }),
|
|
85
|
+
React__namespace.createElement("path", { "data-name": "Path 3406", d: "M62.321 25.913a4.4 4.4 0 0 0-1.093 4.936s2.536-1.283 3.378-2.79-1.023-2.294-2.285-2.146Z", fill: "#fff" }),
|
|
86
|
+
React__namespace.createElement("path", { "data-name": "Path 3407", d: "M53.983 37.447s5.534 3.013 5.927 6.642c0 0 .317 4.309.98 5.609", fill: "none", stroke: "#45121c", strokeWidth: 0.673 }),
|
|
87
|
+
React__namespace.createElement("path", { "data-name": "Path 3408", d: "M79.932 26.203s0 2.242-2.493 4.649c0 0 4.228 1.593 4.349 3.638", fill: "none", stroke: "#af8864", strokeWidth: 0.78 }),
|
|
88
|
+
React__namespace.createElement("path", { "data-name": "Path 3409", d: "M77.439 30.852s-6.385-.847-6.583-.974-4.711-4.709-7.554-4.494", fill: "none", stroke: "#af8864", strokeWidth: 0.78 }),
|
|
89
|
+
React__namespace.createElement("path", { "data-name": "Path 3410", d: "M63.525 25.423s-3.009-.939-8.608 10.236-5.512 14.979-5.555 18.03 1.2 4.543 4.057 6.053a69.107 69.107 0 0 0 7.479 1.191c4.29.455 4.7 1.24 5.139 1.456s1.708.782 1.886-.773", fill: "none", stroke: "#af8864", strokeWidth: 0.78 }),
|
|
90
|
+
React__namespace.createElement("path", { "data-name": "Path 3411", d: "M69.833 18.793s8.779 6.978 10.1 7.642c0 0 5.91.248 8.767-2.667l.09-.821a16.718 16.718 0 0 0-5.672.5 3.2 3.2 0 0 1-1.927-.828 39.811 39.811 0 0 0-6.711-4.488c-1.259-.467-4.049-1.132-4.647.662Z", fill: "#5b222f" }),
|
|
91
|
+
React__namespace.createElement("path", { "data-name": "Path 3412", d: "M2023.935 398.275s-4.61-2.648-4.806-11.671-.785-13.534-3.04-18.045-4.722-11.475 4.308-25.2c0 0-.345.259-.9.7 0 0-8.446 5.168-14.631 4.96s-9.532.843-6.351 6.841a3.781 3.781 0 0 1 .114-3.828c1.487-1.666 3.651-1.039 6.9-.227a11.518 11.518 0 0 0 6.609-.746 9.547 9.547 0 0 0-1.74 2.982 20.766 20.766 0 0 0-.542 11.431c.239.9.572 2.013 1.02 3.22.065.166.122.329.192.5l.031.083a26.962 26.962 0 0 0 2.64 5.129c3.425 5.1 3.729 8.072 3.7 10.458s-1.742 14.165 5.963 17.472c6.6 2.833 12.795 3.869 16.51-.893a22.988 22.988 0 0 1-15.977-3.166Z", transform: "translate(-1973.44 -333.787)", opacity: 0.5, fill: "url(#claw_svg__a)", style: {
|
|
92
|
+
mixBlendMode: "multiply",
|
|
93
|
+
isolation: "isolate",
|
|
94
|
+
} }),
|
|
95
|
+
React__namespace.createElement("path", { "data-name": "Path 3413", d: "M56.601 10.159s2.944-1.963 4.988-1.369 6.641 4.075 6.641 4.075l1.059 1.039-5.46-2.607s-6.448-1.347-7.228-1.138Z", fill: "#af8864" }),
|
|
96
|
+
React__namespace.createElement("path", { "data-name": "Path 3414", d: "M68.986 15.795s1.1-2.839.847-4.005-3.591-6.134-12.341-5.063c-4.552.557-4.463 2.778-4.463 2.778a9.016 9.016 0 0 0 6.176 4.4c4.522.945 8.925 1.713 9.22 1.891", fill: "#f4e1be" }),
|
|
97
|
+
React__namespace.createElement("path", { "data-name": "Path 3415", d: "M68.986 15.119c.088-.014.174-.036.26-.057a8.268 8.268 0 0 0 .587-3.273c-.255-1.166-3.591-6.133-12.341-5.062-4.552.557-4.463 2.778-4.463 2.778 2.539-.392 15.957 5.614 15.957 5.614Z", fill: "#af8864" }),
|
|
98
|
+
React__namespace.createElement("path", { "data-name": "Path 3416", d: "M54.734 9.775s4.961-.756 8.52.667 3.55 3.9 2.665 3.918-6.543-.94-8.563-2.395a15.414 15.414 0 0 1-2.622-2.19Z", fill: "#fff" }),
|
|
99
|
+
React__namespace.createElement("path", { "data-name": "Path 3417", d: "M60.43 13.113s2.36.35 2.99-.56a1.561 1.561 0 0 0 0-1.925c-.192-.193-4.6-1.838-7.158-.823s3.19 3.041 4.168 3.308Z", fill: "#a06355" }),
|
|
100
|
+
React__namespace.createElement("ellipse", { "data-name": "Ellipse 392", cx: 1.716, cy: 1.271, rx: 1.716, ry: 1.271, transform: "translate(57.628 9.576)", fill: "#211d1c" }),
|
|
101
|
+
React__namespace.createElement("path", { "data-name": "Path 3418", d: "M62.423 11.713c-.062.265-.624.359-1.254.21s-1.09-.484-1.027-.749.624-.359 1.254-.21 1.09.487 1.027.749Z", fill: "#fcfcfc" }),
|
|
102
|
+
React__namespace.createElement("path", { "data-name": "Path 3419", d: "M54.16 7.778a13.768 13.768 0 0 1 10.2-.54c5.29 1.975 5.467 4.583 5.467 5.406", fill: "none", stroke: "#231f20", strokeWidth: 1.128 }),
|
|
103
|
+
React__namespace.createElement("path", { "data-name": "Path 3420", d: "M54.917 9.733a16.877 16.877 0 0 1 7.378.416c3.722 1.143 4.4 2.964 4.27 3.925", fill: "none", stroke: "#231f20", strokeWidth: 0.588 }),
|
|
104
|
+
React__namespace.createElement("path", { "data-name": "Path 3421", d: "M54.409 9.567a17.649 17.649 0 0 1 1.679 1.556c.728.793 5.856 3.341 10.362 3.237", fill: "none", stroke: "#231f20", strokeWidth: 0.642 }),
|
|
105
|
+
React__namespace.createElement("path", { "data-name": "Line 7", fill: "none", stroke: "#231f20", strokeWidth: 1.023, d: "m66.322 14.075 3.51 1.377" }),
|
|
106
|
+
React__namespace.createElement("path", { "data-name": "Path 3422", d: "M81.093 14.854s6.966-2.262 6.082 1.117", fill: "none", stroke: "#231f20", strokeWidth: 1.273 }),
|
|
107
|
+
React__namespace.createElement("path", { "data-name": "Path 3423", d: "M80.753 15.042s-.654 1.141.764 2.321 5.719 3.365 6.332 4.164", fill: "none" }),
|
|
108
|
+
React__namespace.createElement("path", { "data-name": "Path 3424", d: "M87.103 15.47s-.178 1.755-.148 1.852a2.616 2.616 0 0 0 0 1.251 8.327 8.327 0 0 1 .033 2.512c-.046.259-5.252-3.461-5.608-3.85s-2.193-2.3.762-2.6 5.106-.822 4.961.835Z", fill: "#af8864" }),
|
|
109
|
+
React__namespace.createElement("path", { "data-name": "Path 3425", d: "M81.836 17.613c1.345 1.038 5.109 3.691 5.148 3.471a8.327 8.327 0 0 0-.033-2.512 1.847 1.847 0 0 1-.042-.959Z", fill: "#af8864" }),
|
|
110
|
+
React__namespace.createElement("path", { "data-name": "Path 3426", d: "M81.414 17.269c.529.505 5.525 4.07 5.57 3.816a8.327 8.327 0 0 0-.033-2.512 2.616 2.616 0 0 1 0-1.251.292.292 0 0 1 0-.053Z", fill: "#f6cb9d" }),
|
|
111
|
+
React__namespace.createElement("path", { "data-name": "Path 3427", d: "M2054.854 351.056c.529.505 5.525 4.07 5.57 3.816a8.327 8.327 0 0 0-.033-2.512 2.616 2.616 0 0 1 0-1.251.292.292 0 0 1 0-.053Z", transform: "translate(-1973.44 -333.787)", opacity: 0.5, fill: "url(#claw_svg__b)", style: {
|
|
112
|
+
mixBlendMode: "multiply",
|
|
113
|
+
isolation: "isolate",
|
|
114
|
+
} }),
|
|
115
|
+
React__namespace.createElement("path", { "data-name": "Path 3428", d: "M83.274 18.543s2.206.2 2.853-.232.613-.946.265-1.211a5.829 5.829 0 0 0-5.523-.481 3.983 3.983 0 0 0 1.067 1.089c.681.459 1.338.835 1.338.835Z", fill: "#fff" }),
|
|
116
|
+
React__namespace.createElement("path", { "data-name": "Path 3429", d: "M83.91 16.178a3.327 3.327 0 0 1 1.515 1.007c.535.712-.809 1.412-1.179 1.4s-.972-.045-.972-.045a10.254 10.254 0 0 1-1.9-1.308c-.444-.506-.9-.581.147-.925a3.65 3.65 0 0 1 2.389-.129Z", fill: "#8d5b43" }),
|
|
117
|
+
React__namespace.createElement("path", { "data-name": "Path 3430", d: "M81.609 16.343s1.322-.21 1.82.432a.961.961 0 0 1-.679 1.454 9.8 9.8 0 0 1-1.488-1.1.514.514 0 0 1 .347-.786Z", fill: "#211f23" }),
|
|
118
|
+
React__namespace.createElement("path", { "data-name": "Path 3431", d: "M84.783 17.602c-.031.139-.447.164-.929.057s-.848-.309-.817-.448.448-.164.93-.057.847.308.816.448Z", fill: "#fcfcfa" }),
|
|
119
|
+
React__namespace.createElement("path", { "data-name": "Path 3432", d: "M80.891 16.653a5.81 5.81 0 0 1 5.5.447c.348.265.381.78-.265 1.211s-2.853.232-2.853.232l.325.214s1.825.066 2.189 0a1.406 1.406 0 0 0 .985-.877c.117-.432.965-.664.965-.664s-3.512-2.412-7.045-.875Z", fill: "#231f20" }),
|
|
120
|
+
React__namespace.createElement("path", { "data-name": "Path 3434", d: "M81.03 106.574c-1.2-.683-2.39-1.381-3.518-2.131-.287-.182-.562-.375-.835-.568s-.554-.378-.81-.582-.528-.393-.774-.6l-.721-.615-1.682-1.435-1.118 1.867c-.692 1.155-1.415 2.329-2.145 3.484s-1.477 2.305-2.225 3.456l-.916 1.361q1.506-.185 2.985-.457c.856-.791 1.715-1.582 2.558-2.391.6-.57 1.193-1.143 1.785-1.722.158.068.317.135.475.2.34.154.683.277 1.024.41s.681.264 1.022.378c.659.237 1.319.452 1.979.657q1.536-.584 3.021-1.264a.415.415 0 0 1-.105-.048Z", fill: "#fffeba" }),
|
|
121
|
+
React__namespace.createElement("path", { "data-name": "Path 3435", d: "M67.254 79.702a97.545 97.545 0 0 1-14.11 20.486c-1.591 1.919-3.536 3.583-4.98 5.645a114.848 114.848 0 0 1-2.33 3.338c.274.079.547.16.824.234a36.285 36.285 0 0 0 2.433-3.473c7.214-7.843 14.035-16.3 18.251-26.188.028-.056-.064-.096-.088-.042Z", fill: "#af8864" }),
|
|
122
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }))); };
|
|
123
|
+
|
|
124
|
+
module.exports = SvgClaw;
|
|
125
|
+
//# sourceMappingURL=Claw.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Claw.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgDictionary = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
+
React__namespace.createElement("path", { "data-name": "Path 3332", d: "M117.076 100.139c-1-3.325-19.009-64.808-19.009-64.808l-44-1.917-5.69-1.231.224 2.009c-7.069-.906-38.409-4.9-43.06-5.149C.292 28.765.489 33.311.489 33.311s-.033 54.684.26 60.27 4.152 4.6 4.152 4.6l50.854.384c5.188 5.018 9.032.887 9.032.887l49.952 4.045a2.38 2.38 0 0 0 2.337-3.358Z", opacity: 0.3 }),
|
|
30
|
+
React__namespace.createElement("path", { "data-name": "Path 3333", d: "m57.363 95.358-51.522-.39s-3.911 1-4.208-4.658-.263-61.061-.263-61.061-.2-4.607 5.118-4.325 45.061 5.4 45.061 5.4Z", fill: "#c1272d" }),
|
|
31
|
+
React__namespace.createElement("path", { "data-name": "Path 3334", d: "m57.682 93.881-50.274-.38s-3.815.977-4.1-4.545-.257-59.582-.257-59.582-.194-4.494 4.995-4.22 43.968 5.271 43.968 5.271Z", fill: "#d62b37" }),
|
|
32
|
+
React__namespace.createElement("path", { "data-name": "Path 3335", d: "m66.513 96.256 50.609 4.1a2.412 2.412 0 0 0 2.367-3.4c-1.01-3.369-19.26-65.659-19.26-65.659l-46.542-2.028Z", fill: "#c1272d" }),
|
|
33
|
+
React__namespace.createElement("path", { "data-name": "Path 3336", d: "m66.362 95.24 49.919 4.042a2.379 2.379 0 0 0 2.335-3.353c-1-3.324-19-64.766-19-64.766l-45.909-2Z", fill: "#d62b37" }),
|
|
34
|
+
React__namespace.createElement("path", { "data-name": "Path 3337", d: "M57.363 95.358 49.888 28.1l8.251 1.785 8.374 66.366s-3.894 4.19-9.15-.893Z", fill: "#c1272d" }),
|
|
35
|
+
React__namespace.createElement("path", { "data-name": "Path 3338", d: "m57.256 93.886-7.475-67.252 8.251 1.785 8.33 66.821s-3.851 3.729-9.106-1.354Z", fill: "#d62b37" }),
|
|
36
|
+
React__namespace.createElement("path", { "data-name": "Path 3339", d: "M61.936 93.848a11.463 11.463 0 0 1-4.887-2.005L11.191 92l-.317-4.559 45.961.816 7.888 1.706 49.152 2.811.78 3.427-48.743-3.083a5.5 5.5 0 0 1-3.976.73Z", opacity: 0.3 }),
|
|
37
|
+
React__namespace.createElement("path", { "data-name": "Path 3340", d: "m115.78 95.773-16.086-69.12s-21.1-11.683-45.753 1.44l8.148 65.095a182.42 182.42 0 0 1 53.691 2.585Z", fill: "#e6e6e6" }),
|
|
38
|
+
React__namespace.createElement("path", { "data-name": "Path 3341", d: "M64.968 92.589s31.687-3.254 46.79.593l-.686-3.191-33.533-.011s-12.069.367-12.571 2.609Z", opacity: 0.1 }),
|
|
39
|
+
React__namespace.createElement("path", { "data-name": "Path 3342", d: "M116.42 92.815 100.334 23.7s-21.744-8.725-46.393 4.4l8.148 65.095a138.8 138.8 0 0 1 54.331-.38Z", fill: "#f2f2f2" }),
|
|
40
|
+
React__namespace.createElement("path", { "data-name": "Path 3343", d: "M65.131 92.263s27.16-6.19 47.405-2.679l-1.394-4.938-44.937-1.536Z", opacity: 0.1 }),
|
|
41
|
+
React__namespace.createElement("path", { "data-name": "Path 3344", d: "m119.522 89.26-16.086-69.119S78.59 14.97 53.941 28.093l8.148 65.095s28.504-9.759 57.433-3.928Z", fill: "#fff" }),
|
|
42
|
+
React__namespace.createElement("path", { "data-name": "Path 3345", d: "m9.262 91.96-.535-68.345s21.081-10.813 45.167 4.473l8.187 65.091S36.966 84.938 9.262 91.96Z", fill: "#ccc" }),
|
|
43
|
+
React__namespace.createElement("path", { "data-name": "Path 3346", d: "m10.432 88.139.292 2.671s20.21-5.364 38.475-1.072L21.1 85.015Z", opacity: 0.1 }),
|
|
44
|
+
React__namespace.createElement("path", { "data-name": "Path 3347", d: "M7.7 90.155 7.165 21.81s22.646-9.008 46.732 6.278l8.187 65.091S35.4 83.132 7.7 90.155Z", fill: "#e6e6e6" }),
|
|
45
|
+
React__namespace.createElement("path", { "data-name": "Path 3348", d: "m10.018 84.58.157 2.2s20.472-3.548 39.2.769l-27.9-5.773Z", opacity: 0.1 }),
|
|
46
|
+
React__namespace.createElement("path", { "data-name": "Path 3349", d: "m5.547 85.779-.535-68.345a73.884 73.884 0 0 1 48.882 10.654l8.187 65.091s-28.83-14.423-56.534-7.4Z", fill: "#f2f2f2" }),
|
|
47
|
+
React__namespace.createElement("path", { "data-name": "Path 3350", d: "m24.807 38.049-6.538-.309a10.418 10.418 0 0 0-1.247 3.345.822.822 0 0 0 .479.9 4.935 4.935 0 0 0 1.551.259l-.044.924-6.331-.3.044-.925a6.408 6.408 0 0 0 .968-.139 2.547 2.547 0 0 0 .731-.29 2.042 2.042 0 0 0 .569-.517 4.746 4.746 0 0 0 .477-.8l6.8-14.939 1.709.081 4.884 13.754q.431 1.2.733 1.887a3.619 3.619 0 0 0 .668 1.062 2.08 2.08 0 0 0 .854.538 7.308 7.308 0 0 0 1.273.269l-.045.947-8.733-.413.044-.947a5.561 5.561 0 0 0 1.605-.156.719.719 0 0 0 .521-.716 2.891 2.891 0 0 0-.123-.84q-.138-.515-.38-1.268Zm-5.941-1.671 5.5.26-2.326-7.126h-.093Z", fill: "#333" }),
|
|
48
|
+
React__namespace.createElement("path", { "data-name": "Path 3351", d: "m106.067 77.729-16.875 1.383-.043-.531L99.432 61.61l-5.832.477a3.536 3.536 0 0 0-2.5 1.064 4.867 4.867 0 0 0-.97 2.748l-.9.074-.016-4.733 14.938-1.224.044.531-10.176 16.87 6.593-.54a8.3 8.3 0 0 0 2.023-.375 2.645 2.645 0 0 0 1.231-.843 3.651 3.651 0 0 0 .657-1.47 15.235 15.235 0 0 0 .3-2.276l1.06-.087Z", fill: "#333" }),
|
|
49
|
+
React__namespace.createElement("path", { "data-name": "Path 3352", d: "M35.016 30.886a42.619 42.619 0 0 1 13.122 4.275", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
50
|
+
React__namespace.createElement("path", { "data-name": "Path 3353", d: "M35.848 37.585A42.608 42.608 0 0 1 48.97 41.86", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
51
|
+
React__namespace.createElement("path", { "data-name": "Path 3354", d: "M36.369 44.327a42.6 42.6 0 0 1 13.122 4.275", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
52
|
+
React__namespace.createElement("path", { "data-name": "Path 3355", d: "M14.934 51.485c6.512-2.983 32.348 1.3 36.584 5.4", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
53
|
+
React__namespace.createElement("path", { "data-name": "Path 3356", d: "M15.155 61.324c6.512-2.984 32.347 1.3 36.584 5.4", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
54
|
+
React__namespace.createElement("path", { "data-name": "Path 3357", d: "M15.375 71.162c6.512-2.983 32.348 1.3 36.585 5.4", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
55
|
+
React__namespace.createElement("path", { "data-name": "Path 3358", d: "M61.524 35.967c5.287-4.833 31.193-8.665 36.481-6.058", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
56
|
+
React__namespace.createElement("path", { "data-name": "Path 3359", d: "M62.6 42.725c5.287-4.833 31.193-8.665 36.481-6.058", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
57
|
+
React__namespace.createElement("path", { "data-name": "Path 3360", d: "M64.278 49.714c5.287-4.834 31.193-8.666 36.482-6.059", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
58
|
+
React__namespace.createElement("path", { "data-name": "Path 3361", d: "M65.734 57.952c6.855-4.353 30.47-7.959 36.482-6.058", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
59
|
+
React__namespace.createElement("path", { "data-name": "Path 3362", d: "M67.436 66.342c2.276-2.081 7.607-4.368 14.336-4.674", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
60
|
+
React__namespace.createElement("path", { "data-name": "Path 3363", d: "M68.961 74.133c3.551-2.54 8.016-3.712 15.324-4.146", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
61
|
+
React__namespace.createElement("path", { "data-name": "Path 3364", d: "M69.589 82.04c2.3-2.1 9.458-4.336 16.463-4.21", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
62
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }))); };
|
|
63
|
+
|
|
64
|
+
module.exports = SvgDictionary;
|
|
65
|
+
//# sourceMappingURL=Dictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dictionary.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgEek = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120.004" }, props),
|
|
29
|
+
React__namespace.createElement("path", { "data-name": "Path 4147", d: "m22.744 61.073 4.1 1.665 1.9.771a3.459 3.459 0 0 0 .424.8 1.639 1.639 0 0 0 .446.429.947.947 0 0 0 .279.125 1.081 1.081 0 0 0 .836-.186 1.486 1.486 0 0 0 .165-.115 3.126 3.126 0 0 0 .63-.876c.281-.513.542-1.04.781-1.577l3.686 1 21.653 4.8c0 .04-.006.083-.008.124l-.019.293v.014c0 .046-.007.093-.01.14l-.7 5.519c-.08.379-.169.744-.265 1.089-.036.128-.073.253-.112.376a6.9 6.9 0 0 1-.636 1.504l-.6.983-.227.374-.385.632c-.04.067-.07.116-.1.171l-.279.46-.04.065-.039.065-.005.008.005.033v.019c0 .018.006.046.01.071l.018.127.024.164v.015l.032.221.019.131.033.225.017.113.034.231v.025c0 .032.009.062.014.094l.02.138.037.249.009.06.023.151.026.172.006.042.016.1.021.143s-.4.471-1.03 1.306l-.006.007a60.213 60.213 0 0 0-3.184 4.666l-.022-.013c-.142.23-.284.466-.427.706l-.032.054c-.141.238-.282.482-.424.729l-.033.058q-.213.374-.425.759l-.033.058q-.213.392-.426.794l-.027.05q-.217.416-.431.842l-.014.026a42.275 42.275 0 0 0-2.364 5.692c-.065.2-.129.393-.19.591l-.144.474c-.129.438-.253.879-.363 1.322a27.128 27.128 0 0 0-.541 2.8c-.008.057-.018.114-.025.171a.654.654 0 0 0-.041.165h.017q-.066.522-.108 1.045s5.034 3.333 13.948 5.1l.307.059c1.047.2 2.145.38 3.295.529h.025q.547.072 1.109.134c.171.023.31.042.492.05h.023c.7.07 1.425.125 2.159.171a50.419 50.419 0 0 0 30.165-13.638c-.105-.34-.216-.695-.338-1.072a95.345 95.345 0 0 0-3.684-9.4c.069-.061.134-.126.2-.188.03-.028.064-.053.093-.082.028-.027.051-.057.078-.084.044-.043.09-.084.133-.129.077-.079.148-.164.221-.246.092-.1.187-.206.273-.314l-.175-.3-.1-.173-.1-.176-.254-.437-.01-.017a174.974 174.974 0 0 1-1.687-2.97l.133-.033a28.973 28.973 0 0 0 2.86-.871q.718-.257 1.364-.557c.277-.127.547-.258.8-.4a8.781 8.781 0 0 0 1.391-.919s.811 1.168 1.73 1.152a3.085 3.085 0 0 0 1.082-2.99 4.066 4.066 0 0 0 1.892.649s.5-2.786-3.9-6.37a20.055 20.055 0 0 0-1.407-1.062l-.016-.012c4.313 1.23 9.472 2.543 13.778 2.434a50.455 50.455 0 0 0 1.234-7.153 22.18 22.18 0 0 1-1.962-.268c-6.993-1.3-15.972-6.2-21.034-6.271a19.4 19.4 0 0 0-5.817.725v-.008a9.248 9.248 0 0 0-.764-1.4 29.264 29.264 0 0 0 9.514-3.326 13.291 13.291 0 0 0 2.28-1.72c1.079-1.03 2.212-2.092 3.222-3.245 4.108.789 8.167-.4 12.9-3.279a50.694 50.694 0 0 0-20.702-28.388l-.132.19-.127.186c-.061.089-.118.175-.174.26-.041.061-.083.123-.121.182l-.136.21c-.186.29-.342.543-.468.754l-.009.022-.026.045a30.03 30.03 0 0 0-2.8-4.257 50.334 50.334 0 0 0-22.457-6.013c-.078.038-.154.067-.232.107a26.65 26.65 0 0 0-6.95 4.873 10.089 10.089 0 0 0-1.76 2.223c-.586.388-1.01.709-1.288.934a32.232 32.232 0 0 0-2.45-3.152 42.08 42.08 0 0 0-1.1-1.206c-.568-.591-1.21-1.2-1.893-1.811a50.613 50.613 0 0 0-23.335 14.553 21.814 21.814 0 0 0 1.407 4.859c4.6 10.963 11.414 14.4 15.48 15.137.138.193.285.383.434.574l.054.07a20.65 20.65 0 0 0 1.593 1.773l.11.108c.265.261.537.519.819.774l.044.039a32.52 32.52 0 0 0 1.933 1.6l.119.088q.453.344.922.674l.116.083q1.045.73 2.146 1.4l.142.085q.469.283.944.554l.2.115q.519.292 1.041.569l.043.023q.561.3 1.123.571l.158.076q.46.223.918.433l.275.124q.432.194.86.374l.218.093q.532.222 1.055.421c.045.018.09.033.135.05q.444.168.878.319l.3.1c.19.064.378.126.564.184h-.016a17.4 17.4 0 0 0-.461 1.846l-.257-.577-.549-.027c-.4-.02-1-.049-1.719-.082l-.1-.005-.248-.011c-.046 0-.091-.005-.138-.006l-.8-.036h-.009l-.377-.016-.1-.005-.414-.017h-.005c-2.614-.111-5.777-.224-7.751-.224a76.089 76.089 0 0 1-8.2-.783c-.393-.053-.778-.106-1.149-.158-.348-.048-.685-.1-1.006-.143l-.753-.11c.008-.182.021-.364.019-.547 0-.2-.013-.406-.035-.608a3.589 3.589 0 0 0-.128-.667 3.074 3.074 0 0 0-.144-.343 4.13 4.13 0 0 0-.3-.567 8.608 8.608 0 0 0-.6-.81c-.048-.058-.1-.116-.15-.172l-.027-.027a1.043 1.043 0 0 0-.177-.15.687.687 0 0 0-.178-.088 1.563 1.563 0 0 0-1.481.526l-3.78.694a20.435 20.435 0 0 1-1.846-1.12 17.143 17.143 0 0 1-.275-.195 9.716 9.716 0 0 1-.529-.408 5.209 5.209 0 0 1-.654-.629 11.34 11.34 0 0 0-1.605-1.674l-.122-1.261-1.633-18.319a50.702 50.702 0 0 0-2.373 3.606l1.525 16.4a2.35 2.35 0 0 0-.16-.092l-.027-.014a1.812 1.812 0 0 0-.408-.154c-.014 0-.029-.006-.044-.009a1.622 1.622 0 0 0-.437-.038h-.043a1.827 1.827 0 0 0-.485.1 1.555 1.555 0 0 0-.45.263 2.37 2.37 0 0 0-.28.26 3.898 3.898 0 0 0-.194.235 5.369 5.369 0 0 0-.441.693c-.04.073-.073.149-.11.225a6.001 6.001 0 0 0-.322.784 7.74 7.74 0 0 0-.17.6c-.016.066-.035.13-.049.2a12.239 12.239 0 0 0-.222 2.973 8.812 8.812 0 0 0 1.008 4.265 2.512 2.512 0 0 0 .394.515l.041.04a1.254 1.254 0 0 0 .25.185 1.652 1.652 0 0 0 .4.143c.072.019.145.037.219.052a5.125 5.125 0 0 0 1.094.129 2.4 2.4 0 0 0 1.528-.572l2.042 19.465 1.69 13.53 2.758 2.862c.053.049.105.1.158.151l-1.174-10.659ZM85.635 71.12q.287.174.566.349l.352.22c.2.129.4.258.593.387.09.06.184.12.273.18q.382.257.737.505a48.806 48.806 0 0 1 2.938 2.213 17.057 17.057 0 0 1-3.251 1.372l-.676-1.316c-.067-.14-.136-.28-.2-.419-.12-.253-.232-.5-.346-.748-.062-.136-.129-.276-.19-.411l-.024-.053q-.252-.562-.475-1.1a1.593 1.593 0 0 1-.026-.061c-.018-.042-.031-.08-.048-.122a32.777 32.777 0 0 1-.361-.908c0-.015-.012-.031-.018-.047v-.006c-.021-.058-.036-.108-.057-.164l.218.128m-4.56-12.975c.251-.045.5-.087.751-.135 0 0-.278.076-.752.2v-.067m-23-.582c.115.035.229.067.343.1l.04.092-.118-.056-.036-.016-.056-.026c-.055-.025-.116-.054-.165-.075-.025-.012-.046-.02-.07-.03l-.061-.025.123.036m-35.86-1.912.112.111.133.132.28 5.181Z", opacity: 0.3 }),
|
|
30
|
+
React__namespace.createElement("path", { "data-name": "Path 3753", d: "M61.194 59.653a2.5 2.5 0 0 0 .253 1.342 2.052 2.052 0 0 0 1.587.851c1.968.206 3.776-1.094 5.738-1.344a11.322 11.322 0 0 0 2.019-.254 2.413 2.413 0 0 0 1.611-2.939 3.141 3.141 0 0 0-.66-1 12.013 12.013 0 0 0-3.775-2.552c-1.551-.743-3.947-1.371-5.265.187-1.173 1.386-1.476 3.986-1.508 5.709Z", fill: "#bac5d6" }),
|
|
31
|
+
React__namespace.createElement("path", { "data-name": "Path 3754", d: "M53.959 61.547a11.815 11.815 0 0 0 5.987 1.048 3.34 3.34 0 0 0 2.486-1.084 3.829 3.829 0 0 0 .5-1.17 8.43 8.43 0 0 0 .464-2.262 2.832 2.832 0 0 0-.769-2.115 3.991 3.991 0 0 0-2.227-.848 34.329 34.329 0 0 0-9-.153c-.639.074-1.634.187-1.848.894a3.945 3.945 0 0 0 .641 2.33 8.138 8.138 0 0 0 3.766 3.36Z", fill: "#a9b0b4" }),
|
|
32
|
+
React__namespace.createElement("path", { "data-name": "Path 3755", d: "M83.229 86.262c4.631 10.331 5.226 15.411 5.226 15.411a48.832 48.832 0 0 1-27.232 8.843c-16.005.125-25.489-6.163-25.489-6.163.9-11.229 10.277-22.311 10.277-22.311l30.351-1.7Z", fill: "#e18843" }),
|
|
33
|
+
React__namespace.createElement("path", { "data-name": "Path 3756", d: "M46.011 82.042s-9.382 11.082-10.277 22.311c0 0 .271.178.787.47.85-2.766 2.288-7.278 3.8-11.3a45.951 45.951 0 0 1 6.952-11.55Z", fill: "#efbf5e" }),
|
|
34
|
+
React__namespace.createElement("path", { "data-name": "Path 3757", d: "m81.334 84.624-4.972-4.289-30.351 1.7s-.4.474-1.036 1.313c2.351 1.461 6.656 3.975 8.823 4.229l-.8 12.282s3.166 2.667 5.768.432l.62-12.1s12.406.084 14.8-.61a75.494 75.494 0 0 0 7.148-2.957Z", fill: "#ab7346" }),
|
|
35
|
+
React__namespace.createElement("path", { "data-name": "Path 3758", d: "M52.805 87.708a.89.89 0 0 1 .285.211.847.847 0 0 1 .139.374 24.035 24.035 0 0 1-.079 5.451c-.069 1.782-.141 3.564-.205 5.346-.033.915.052 1.078.849 1.535a5.864 5.864 0 0 0 2.144.791c1.767.225 3.157-.753 3.145-2.535q-.021-2.826.115-5.652.067-1.411.174-2.822c.051-.678-.088-1.6.667-1.945a5.95 5.95 0 0 1 2.078-.106l2.756-.068a.605.605 0 0 0 .457-.141c.879-1.006-1.974-.517-2.094-.5L59.5 88.2a.5.5 0 0 0-.227.071.471.471 0 0 0-.135.183 3.794 3.794 0 0 0-.383 1.475q-.281 4.207-.292 8.428c0 .51.081 1.5-.3 1.906a3.1 3.1 0 0 1-1.613.562 4.636 4.636 0 0 1-2.707-.767 2.387 2.387 0 0 1-.6-2.039c.1-3.006.534-6.006.8-9a1.571 1.571 0 0 0-1.306-1.964c-.736-.3-1.949-1.086-2.718-1.051.269.934 2.036 1.296 2.786 1.704Z", fill: "#6a3821" }),
|
|
36
|
+
React__namespace.createElement("path", { "data-name": "Path 3759", d: "M51.258 83.233s9.065 2.512 12.435 1.066-3.06-12.265-3.06-12.265l-8.837-1.2Z", fill: "#883633" }),
|
|
37
|
+
React__namespace.createElement("path", { "data-name": "Path 3760", d: "M52.499 79.41a2.446 2.446 0 0 0 1.794.238.909.909 0 0 0 .484-.263.409.409 0 0 0 .029-.514c-.158-.18-.443-.124-.676-.074a3.91 3.91 0 0 1-.965.085c-.177-.006-.388-.049-.451-.214a.111.111 0 0 1 0-.094.138.138 0 0 1 .1-.051l.6-.107a1 1 0 0 0 .478-.175.344.344 0 0 0 .085-.457.375.375 0 0 0-.231-.117 4.143 4.143 0 0 0-.7.016.563.563 0 0 1-.562-.327.184.184 0 0 1 .008-.144.248.248 0 0 1 .177-.092 6.179 6.179 0 0 1 1.006-.112c.247-.007.544-.027.66-.245a.483.483 0 0 0-.081-.5 1.463 1.463 0 0 0-1.279-.409 2.279 2.279 0 0 0-.927.207 1.038 1.038 0 0 0-.575.721 1.611 1.611 0 0 0 .086.675 7.515 7.515 0 0 0 .369 1.109 1.842 1.842 0 0 0 .571.844Z", fill: "#ebcb4d" }),
|
|
38
|
+
React__namespace.createElement("path", { "data-name": "Path 3761", d: "M55.479 76.199a1.245 1.245 0 0 0-.287.321 1.8 1.8 0 0 0 .79 2.258 1.986 1.986 0 0 0 1.9-.044.422.422 0 0 0 .247-.295.319.319 0 0 0-.267-.3 1.008 1.008 0 0 0-.435.037 7.315 7.315 0 0 1-1.14.162.556.556 0 0 1-.237-.021.194.194 0 0 1-.134-.18.2.2 0 0 1 .157-.169.8.8 0 0 1 .244-.013 1.586 1.586 0 0 0 .714-.155.4.4 0 0 0 .235-.226.311.311 0 0 0-.256-.351.866.866 0 0 0-.475.075 1.032 1.032 0 0 1-.471.1.182.182 0 0 1-.09-.031c-.071-.056-.043-.171.006-.247a1.457 1.457 0 0 1 .989-.531.944.944 0 0 0 .306-.1.3.3 0 0 0 .155-.267c-.012-.126-.128-.215-.235-.284a.907.907 0 0 0-.891-.2 2.318 2.318 0 0 0-.825.461Z", fill: "#ebcb4d" }),
|
|
39
|
+
React__namespace.createElement("path", { "data-name": "Path 3762", d: "M58.505 76.774a18.775 18.775 0 0 1 .75 1.918.7.7 0 0 0 .147.289.234.234 0 0 0 .3.041c.1-.083.076-.245.039-.372l-.312-1.069a10.888 10.888 0 0 1 1.249.472 1.4 1.4 0 0 0 .579.17.443.443 0 0 0 .446-.336.327.327 0 0 0-.16-.316.628.628 0 0 0-.218-.06l-1.351-.205.514-1.069a.655.655 0 0 0 .092-.353c-.016-.122-.135-.239-.253-.2s-.149.156-.184.261a2.224 2.224 0 0 1-.657.98.11.11 0 0 1-.079.037.116.116 0 0 1-.074-.055 4.969 4.969 0 0 1-.527-.874c-.088-.187-.156-.676-.384-.719-.737-.142-.006 1.265.083 1.46Z", fill: "#ebcb4d" }),
|
|
40
|
+
React__namespace.createElement("path", { "data-name": "Path 3763", d: "M50.379 76.191s5.569 3.262 13.435-.409-2.679-6.207-2.679-6.207l-11.858-.344Z", opacity: 0.3 }),
|
|
41
|
+
React__namespace.createElement("path", { "data-name": "Path 3764", d: "M40.966 100.298c1.37-3.388 4.037-9.66 4.037-9.66a9.714 9.714 0 0 0-3.255-2.549c-2.408 3.927-5.084 9.331-5.858 14.884 1.569-.004 4.148-.379 5.076-2.675Z", fill: "#ab7346" }),
|
|
42
|
+
React__namespace.createElement("path", { "data-name": "Path 3765", d: "M37.143 102.81c.85-2.691 2-6.175 3.192-9.365a33.408 33.408 0 0 1 2.374-4.915 7.51 7.51 0 0 0-.943-.518c-.141.23-.284.467-.426.707l-.033.054c-.141.238-.282.482-.424.729l-.033.058c-.142.248-.284.5-.425.759l-.032.058q-.215.39-.426.793l-.027.051c-.146.277-.289.557-.432.841l-.013.027a35.708 35.708 0 0 0-3.585 10.8v.005a9.4 9.4 0 0 0 1.233-.084Z", fill: "#d3a568" }),
|
|
43
|
+
React__namespace.createElement("path", { "data-name": "Path 3766", d: "M85.619 92.024a9.351 9.351 0 0 0-5.17 2.007s-.725 6.847 2.3 11.1a38.986 38.986 0 0 0 5.7-3.452 46.564 46.564 0 0 0-2.83-9.655Z", fill: "#ab7346" }),
|
|
44
|
+
React__namespace.createElement("path", { "data-name": "Path 3767", d: "m83.229 86.262-4.213-3.634-4.167 1.073s-14.64-.2-8.293 6.18c0 0 7.822 2.055 13.176 0 0 0 4.116 7.8 5.42 13.94a32.817 32.817 0 0 0 3.3-2.149s-.592-5.079-5.223-15.41Z", fill: "#a86730" }),
|
|
45
|
+
React__namespace.createElement("path", { "data-name": "Path 3768", d: "m88.44 101.56-.008-.053-.026-.162v-.024a52.144 52.144 0 0 0-2.783-9.3 9.037 9.037 0 0 0-4.193 1.352 55.018 55.018 0 0 1 3.726 10.448l.046-.027c.218-.127.424-.25.621-.369l.179-.109c.191-.117.375-.231.545-.338l.027-.017c.187-.119.359-.23.519-.335l.09-.059c.312-.206.571-.384.771-.525l.046-.033c.192-.136.327-.236.4-.289l.018-.013.043-.034-.005-.041Z", fill: "#805735" }),
|
|
46
|
+
React__namespace.createElement("path", { "data-name": "Path 3769", d: "M48.112 89.646s-1.153.334-1.451-.152-2.51-5.023-2.51-5.023l1.86-2.429Z", fill: "#a86730" }),
|
|
47
|
+
React__namespace.createElement("path", { "data-name": "Path 3770", d: "m44.151 84.472.5 1.025c.6-.884 1.177-1.669 1.671-2.318l-.314-1.137-1.856 2.425Z", fill: "#ab7346" }),
|
|
48
|
+
React__namespace.createElement("path", { "data-name": "Path 3771", d: "M52.579 109.153a30.232 30.232 0 0 1-3.234-1.291 16.824 16.824 0 0 0-.816-.32c-.2-.072-.629-.3-.834-.263-.294.056-.009.284.087.457a3.38 3.38 0 0 1 .271.768l.17.639a55.136 55.136 0 0 0 6.928 1.1 5.617 5.617 0 0 0-2.572-1.09Z", fill: "#a86730" }),
|
|
49
|
+
React__namespace.createElement("path", { "data-name": "Path 3772", d: "M78.932 20.324s7.139-13.718 21.417-15.118a25.568 25.568 0 0 1 11.759 15.118c3.079 10.75-4.2 21.557-9.8 25.2s-10.219 5.04-14.978 3.78-8.398-28.98-8.398-28.98Z", fill: "#bcc4c8" }),
|
|
50
|
+
React__namespace.createElement("path", { "data-name": "Path 3773", d: "M109.851 14.887a25.19 25.19 0 0 0-9.5-9.683c-12.385 1.214-19.4 11.692-21.037 14.45 0 0 .6.948 2.98-1.992s8.679-9.658 18.057-11.2a25.233 25.233 0 0 1 9.5 8.425Z", fill: "#fcfcfd" }),
|
|
51
|
+
React__namespace.createElement("path", { "data-name": "Path 3774", d: "M99.649 16.908s4.9 5.547 4.62 10.57-1.109 11.741-2.3 13a18.319 18.319 0 0 1-12.254 4.2c-5.681-.39-6.65-15.621-6.65-15.621s7.46-8.609 16.584-12.149Z", fill: "#b06e7a" }),
|
|
52
|
+
React__namespace.createElement("path", { "data-name": "Path 3775", d: "M99.649 16.908S87.331 29.701 85.791 35.86s-2.73-9.476-2.73-9.476Z", fill: "#905a66" }),
|
|
53
|
+
React__namespace.createElement("path", { "data-name": "Path 3776", d: "M83.972 29.281s.979-2.1 6.859-6.439a136.27 136.27 0 0 1 11.758-7.7s2.1-1.68-2.1 0-12.893 5.513-16.517 9.8 0 4.339 0 4.339Z", fill: "#ebeded" }),
|
|
54
|
+
React__namespace.createElement("path", { "data-name": "Path 3777", d: "M43.971 17.824S34.456 2.677 20.903 6.002c0 0-10.093 11.4-4.47 24.8S30.995 46.368 34.167 46.08s9.804-28.256 9.804-28.256Z", fill: "#b3babf" }),
|
|
55
|
+
React__namespace.createElement("path", { "data-name": "Path 3778", d: "M23.602 13.779s-3.5 11.244-.629 18.189 4.49 6.838 4.49 6.838l5.623 3.027 5.731-15.138Z", fill: "#c37a86" }),
|
|
56
|
+
React__namespace.createElement("path", { "data-name": "Path 3779", d: "M20.903 6.005s-7 7.92-6.084 18.315a33.714 33.714 0 0 1 6.516-16.714s-.432-1.6 8.015.49 14.139 11.7 14.14 11.7c.305-1.23.481-1.972.481-1.972S34.456 2.68 20.903 6.005Z", fill: "#fcfcfd" }),
|
|
57
|
+
React__namespace.createElement("path", { "data-name": "Path 3780", d: "M22.973 12.987s11.194 13.924 11.951 17.925 4.758-4.65 4.758-4.65S27.134 14.45 22.973 12.987Z", fill: "#875661" }),
|
|
58
|
+
React__namespace.createElement("path", { "data-name": "Path 3781", d: "M38.493 27.478c-4.65-8.192-16.437-15.051-16.437-15.051s14.652 5.509 19.113 12.646-2.676 2.405-2.676 2.405Z", fill: "#fcfcfd" }),
|
|
59
|
+
React__namespace.createElement("path", { "data-name": "Path 3782", d: "M40.687 24.241s-9.705 7.32-10.786 15.214 12.219 16 20.545 18.166 27.574 1.838 34.6-4.866a28.124 28.124 0 0 0 4.976-5.607c.669-1.123 1.305-3.1.761-4.318.424.33 1.053.656 1.442.287.295-.282.207-.77.062-1.152a6.806 6.806 0 0 0-1.366-2.206 1.934 1.934 0 0 0 .7.3.659.659 0 0 0 .669-.278.837.837 0 0 0-.041-.721 5.64 5.64 0 0 0-1.248-1.641c-1.425-1.461-2.824-2.956-4.314-4.349l.665.041a1.483 1.483 0 0 0 1.329-.366.951.951 0 0 0 .045-.945 2.224 2.224 0 0 0-.639-.749 14.646 14.646 0 0 0-4.145-2.15l-1.406-1.425-7.332-6.637s-11.841-4.049-12.327-4.207-13.95 0-13.95 0Z", fill: "#b3babf" }),
|
|
60
|
+
React__namespace.createElement("path", { "data-name": "Path 3783", d: "M33.201 47.533s-2.255-5.627-1.751-8.223 6.635-12.667 10.468-16.2l-1.231 1.136s-9.705 7.319-10.786 15.213c-.378 2.754 1 5.533 3.3 8.078Z", fill: "#f2f7f9" }),
|
|
61
|
+
React__namespace.createElement("path", { "data-name": "Path 3784", d: "M49.171 37.424a60.922 60.922 0 0 0-8.01-3.1c-2.86-.7-4-.617-4.254-1.537a6.474 6.474 0 0 1 2.179-5.708c2.141-1.649 2.975-1.9 5.875-2.08s5.032.9 5.52 2.478 1.265 4.677.632 6.624 2.486.466 2.486.466l3.3 1.565v1.974l-2.66-1.19Z", fill: "#c7cfd1" }),
|
|
62
|
+
React__namespace.createElement("path", { "data-name": "Path 3785", d: "M60.467 38.547a35 35 0 0 0 5.947-.66 41.486 41.486 0 0 1 11.066-1.148c3.6.3 1.089-4.854.617-5.9s-2.037-3.946-4.842-4.622-8.535-1.238-8.535-1.238-4.181 1.1-4.47 1.715-5.01 6.714-5.01 6.714l2.941 5.138Z", fill: "#b9c2c6" }),
|
|
63
|
+
React__namespace.createElement("path", { "data-name": "Path 3786", d: "M79.823 43.996c.5-9.227-10.89-1.38-17.57-4.24s-3.12-10.394.989-12.629 13.477-.409 14.49-.36 1.686-2.116 1.686-2.116l-4.209-3.81s-11.841-4.049-12.327-4.207-13.95 0-13.95 0l-8.245 7.608s-.536.405-1.365 1.121c1.491-.214 9.829-1.273 10.944 1.548a12.473 12.473 0 0 1 .36 9.155 4.8 4.8 0 0 1 2.74-.747c1.514.1 3.1 1.612 3.028 1.973s-1.338-.937-1.679-.937-3.223-.505-4.954.288l-1.009 1.946s-.5.505-1.8 0-8-3.8-9.732-3.27-2.884 8.6 1.225 13.507 7.93 7.563 18.383 8.359 22.49-3.961 22.995-13.189Z", fill: "#f2f7f9" }),
|
|
64
|
+
React__namespace.createElement("path", { "data-name": "Path 3787", d: "M48.405 42.315a3.356 3.356 0 0 0 1.14.721 7.49 7.49 0 0 0 3.653.542 3.63 3.63 0 0 0 1.529-.451 1.81 1.81 0 0 0 .891-1.272.361.361 0 0 0-.062-.294.409.409 0 0 0-.263-.094 39.629 39.629 0 0 0-4.408-.321c-.742.001-3.766-.168-2.48 1.169Z", fill: "#b1b6b8" }),
|
|
65
|
+
React__namespace.createElement("path", { "data-name": "Path 3788", d: "M90.787 42.83c.423.33 1.052.656 1.441.287.295-.282.207-.77.063-1.152a6.811 6.811 0 0 0-1.367-2.205 1.949 1.949 0 0 0 .7.3.658.658 0 0 0 .669-.279.835.835 0 0 0-.041-.72 5.653 5.653 0 0 0-1.248-1.641c-1.425-1.461-2.824-2.956-4.314-4.349l.665.04a1.479 1.479 0 0 0 1.329-.365.951.951 0 0 0 .045-.945 2.224 2.224 0 0 0-.639-.749 14.672 14.672 0 0 0-4.145-2.15l-1.406-1.425-7.332-6.637-.413-.141.641 1.806s7.2 8.37 9.865 16.516-3.869 13.371-9.865 15.625-19.273 4.178-28.271.667a52.29 52.29 0 0 1-13.965-7.781c4.3 4.75 11.824 8.68 17.245 10.088 8.327 2.163 27.574 1.838 34.6-4.866a28.124 28.124 0 0 0 4.976-5.607c.674-1.123 1.31-3.104.767-4.317Z", fill: "#96a1a6" }),
|
|
66
|
+
React__namespace.createElement("path", { "data-name": "Path 3789", d: "M47.779 38.704a2.4 2.4 0 0 0-.459 1.77 2.748 2.748 0 0 0 1.707 1.734 8 8 0 0 0 4.9.563 3.16 3.16 0 0 0 2.038-1.128 2.679 2.679 0 0 0-.059-2.771c-1.602-2.833-6.372-2.799-8.127-.168Z", fill: "#e9919d" }),
|
|
67
|
+
React__namespace.createElement("path", { "data-name": "Path 3790", d: "M51.192 44.149a5.774 5.774 0 0 0-.1.907 5.2 5.2 0 0 0 .138 1.065q.143.687.328 1.362c.145.53-.039.584-.584.541a10.572 10.572 0 0 1-3.133-.741 1.213 1.213 0 0 0-1.045-.1 3.211 3.211 0 0 0 1.241.554 26.719 26.719 0 0 0 4.663 1.028 8.95 8.95 0 0 0 4.677-.666c.264-.125.564-.37.465-.644a5.562 5.562 0 0 1-1.55.589 11.111 11.111 0 0 1-3.41.021 1.523 1.523 0 0 1-.658-.168c-.482-.3-.419-1.457-.434-1.951a9.253 9.253 0 0 1 .269-2.519 1.778 1.778 0 0 0 .079-.509.522.522 0 0 0-.237-.434c-.642-.36-.661 1.361-.709 1.665Z", fill: "#402026" }),
|
|
68
|
+
React__namespace.createElement("path", { "data-name": "Path 3791", d: "M52.033 43.595c.012-.056.016-.114.03-.17a1.778 1.778 0 0 0 .079-.509.522.522 0 0 0-.237-.434c-.435-.243-.585.458-.652 1.036a7.555 7.555 0 0 0 .78.077Z", fill: "#2d1318" }),
|
|
69
|
+
React__namespace.createElement("path", { "data-name": "Path 3792", d: "M51.813 37.677a7.926 7.926 0 0 1 4.134 1.682 1.684 1.684 0 0 0 .215.117 3.381 3.381 0 0 0-.262-.6c-1.6-2.833-6.366-2.8-8.125-.168a3.243 3.243 0 0 0-.315.612c.037 0 .069 0 .11-.005 1.543-.191 2.554-1.628 4.243-1.638Z", fill: "#f5bbc4" }),
|
|
70
|
+
React__namespace.createElement("path", { "data-name": "Path 3793", d: "M56.186 39.599a2.231 2.231 0 0 1-.424.976 3.139 3.139 0 0 1-2.011 1.332 6.2 6.2 0 0 1-2.947-.066 8.1 8.1 0 0 1-2.528-.8 4.164 4.164 0 0 1-.985-.942 1.7 1.7 0 0 0 .025.375 2.748 2.748 0 0 0 1.707 1.734 8 8 0 0 0 4.9.563 3.156 3.156 0 0 0 2.038-1.128 2.1 2.1 0 0 0 .352-1.046 2.476 2.476 0 0 0-.021-.567 3.143 3.143 0 0 1-.106-.431Z", fill: "#a1666f" }),
|
|
71
|
+
React__namespace.createElement("path", { "data-name": "Path 3794", d: "M48.428 39.924a.6.6 0 0 0-.136.178.561.561 0 0 0 .09.474 2.091 2.091 0 0 0 .4.529 1.046 1.046 0 0 0 .588.282.436.436 0 0 0 .271-.046.564.564 0 0 0 .182-.54 1.459 1.459 0 0 0-.446-1.087c-.33-.253-.698-.041-.949.21Z", fill: "#432126" }),
|
|
72
|
+
React__namespace.createElement("path", { "data-name": "Path 3795", d: "M52.665 41.096a.8.8 0 0 0 .074.419.478.478 0 0 0 .325.258.673.673 0 0 0 .3-.03 2.4 2.4 0 0 0 .808-.4.977.977 0 0 0 .3-.332.818.818 0 0 0 .038-.546.8.8 0 0 0-.291-.472c-.289-.206-.747-.027-1.007.158a1.285 1.285 0 0 0-.547.945Z", fill: "#432126" }),
|
|
73
|
+
React__namespace.createElement("path", { "data-name": "Path 3796", d: "M41.639 40.758c-.184-.23-.684-.047-.87.109a.418.418 0 0 0-.163.338.378.378 0 0 0 .257.311.641.641 0 0 0 .419-.014.669.669 0 0 0 .376-.288.418.418 0 0 0-.019-.456Z", fill: "#77787f" }),
|
|
74
|
+
React__namespace.createElement("path", { "data-name": "Path 3797", d: "M39.579 42.556a.424.424 0 0 0-.049.286.38.38 0 0 0 .235.291.413.413 0 0 0 .3-.017.728.728 0 0 0 .245-.189.634.634 0 0 0 .178-.4.341.341 0 0 0-.237-.339.807.807 0 0 0-.672.368Z", fill: "#77787f" }),
|
|
75
|
+
React__namespace.createElement("path", { "data-name": "Path 3798", d: "M40.5 45.591a.4.4 0 0 0 .06.446.383.383 0 0 0 .346.077.769.769 0 0 0 .317-.181.708.708 0 0 0 .19-.234.348.348 0 0 0 0-.294c-.223-.443-.764-.136-.913.186Z", fill: "#77787f" }),
|
|
76
|
+
React__namespace.createElement("path", { "data-name": "Path 3799", d: "M69.11 44.903a.62.62 0 0 0 .207.714.173.173 0 0 0 .089.032.19.19 0 0 0 .106-.048 1.269 1.269 0 0 0 .449-.672.582.582 0 0 0 0-.369c-.213-.519-.752.058-.851.343Z", fill: "#606267" }),
|
|
77
|
+
React__namespace.createElement("path", { "data-name": "Path 3800", d: "M70.233 45.575a.217.217 0 0 0-.215.251.466.466 0 0 0 .111.392.517.517 0 0 0 .293.093.792.792 0 0 0 .561-.079.427.427 0 0 0 .05-.6c-.173-.173-.579-.096-.8-.057Z", fill: "#606267" }),
|
|
78
|
+
React__namespace.createElement("path", { "data-name": "Path 3801", d: "M70.768 47.262a.94.94 0 0 0-.632 0 .425.425 0 0 0-.247.524c.1.213.378.254.611.251a.711.711 0 0 0 .556-.179.369.369 0 0 0-.223-.6", fill: "#606267" }),
|
|
79
|
+
React__namespace.createElement("path", { "data-name": "Path 3802", d: "M78.279 39.224a3.379 3.379 0 0 1 1.218-.677 16.581 16.581 0 0 1-3.314 2.782l-3.871 2.711a4.791 4.791 0 0 1-1.789.909c-.2.038-.543.031-.456-.224.056-.166.6-.316.746-.383a18.931 18.931 0 0 0 1.939-1.054 40.689 40.689 0 0 0 3.549-2.53c.656-.512 1.311-1.034 1.978-1.534Z", fill: "#606267" }),
|
|
80
|
+
React__namespace.createElement("path", { "data-name": "Path 3803", d: "M80.179 42.344a.253.253 0 0 1 .236-.013c.122.087 0 .276-.116.367a10.589 10.589 0 0 1-3.028 1.4l-5.214 1.777c-.313.107-.617-.04-.34-.326.2-.209.934-.307 1.219-.4a69.862 69.862 0 0 0 2.421-.874c1.616-.616 3.216-1.278 4.822-1.931Z", fill: "#606267" }),
|
|
81
|
+
React__namespace.createElement("path", { "data-name": "Path 3804", d: "M79.357 47.938c.165.016.378.083.373.249a35.615 35.615 0 0 1-6.162-.184c-.262-.031-1.784-.208-1.489-.577s1.77 0 2.178.033c1.7.151 3.4.315 5.1.479Z", fill: "#606267" }),
|
|
82
|
+
React__namespace.createElement("path", { "data-name": "Path 3805", d: "M38.221 40.332a30.592 30.592 0 0 1-4.489-4.1c-.111-.115-.231-.269-.175-.419-.062.165 1.057.921 1.2 1.02a13.785 13.785 0 0 1 1.239 1.075 15.557 15.557 0 0 0 2.778 2.073c.218.121.791.5.412.724-.296.176-.745-.219-.965-.373Z", fill: "#77787f" }),
|
|
83
|
+
React__namespace.createElement("path", { "data-name": "Path 3806", d: "M38.832 42.112c.132.067.286.181.248.324-.048.182-.316.147-.488.071q-2.959-1.311-5.884-2.7a10.315 10.315 0 0 1-1.053-.55c-.228-.143-.648-.33-.237-.471.322-.11.8.22 1.081.34q.642.279 1.282.564 2.556 1.145 5.051 2.422Z", fill: "#77787f" }),
|
|
84
|
+
React__namespace.createElement("path", { "data-name": "Path 3807", d: "m33.805 43.971-1.283-.34c-.127.182.128.386.336.462a48.991 48.991 0 0 0 6.091 1.78c.3.066.717.054.775-.244.134-.693-2.027-.739-2.375-.806-1.194-.229-2.37-.541-3.544-.852Z", fill: "#77787f" }),
|
|
85
|
+
React__namespace.createElement("path", { "data-name": "Path 3808", d: "M48.932 36.739s-4.676-2.475-7.771-2.935-3.313-.838-3.34-1.432.649-4.785 4.812-5.245a6.409 6.409 0 0 1 6.083 2.595s1.433 3.974 1.406 4.38a5.247 5.247 0 0 1-1.19 2.637Z", fill: "#fff" }),
|
|
86
|
+
React__namespace.createElement("path", { "data-name": "Path 3809", d: "M46.239 35.109a1.623 1.623 0 0 0 .818.658 1.425 1.425 0 0 0 1.362-.4 2.246 2.246 0 0 0 .552-1.221 4.991 4.991 0 0 0-.232-2.568 1.671 1.671 0 0 0-1.083-1.158 1.538 1.538 0 0 0-1.389.457 3.3 3.3 0 0 0-.028 4.232Z", fill: "#66b49a" }),
|
|
87
|
+
React__namespace.createElement("path", { "data-name": "Path 3810", d: "M46.603 34.587a1.086 1.086 0 0 0 .527.487.843.843 0 0 0 .879-.293 1.776 1.776 0 0 0 .356-.9 4.194 4.194 0 0 0-.15-1.9 1.183 1.183 0 0 0-.7-.857.92.92 0 0 0-.9.338 2.721 2.721 0 0 0-.012 3.125Z", fill: "#050606" }),
|
|
88
|
+
React__namespace.createElement("path", { "data-name": "Path 3811", d: "M46.528 31.254a1.844 1.844 0 0 0-.488.629.877.877 0 0 0 .018.773.581.581 0 0 0 .686.266.766.766 0 0 0 .373-.412 1.8 1.8 0 0 0 .148-.5.849.849 0 0 0-.108-.616.422.422 0 0 0-.563-.126", fill: "#fff" }),
|
|
89
|
+
React__namespace.createElement("path", { "data-name": "Path 3812", d: "M75.587 36.238a5.438 5.438 0 0 0-4.572-6.678 6.6 6.6 0 0 0-6.538 2.519 6.291 6.291 0 0 0-1.271 5.808s6.906-1.514 8.4-1.7a23.269 23.269 0 0 1 3.981.051Z", fill: "#dafcfb" }),
|
|
90
|
+
React__namespace.createElement("path", { "data-name": "Path 3813", d: "M68.117 36.279c.081.177.192.485.409.5a3.753 3.753 0 0 0 .833-.147q.735-.135 1.467-.292a.613.613 0 0 0 .451-.222 3.617 3.617 0 0 0 .163-.439 4.742 4.742 0 0 0 .22-.879 9.592 9.592 0 0 0-.019-1.372 1.754 1.754 0 0 0-.911-1.394 1.816 1.816 0 0 0-1.6.106 2.7 2.7 0 0 0-1.332 2.027 4.181 4.181 0 0 0 .319 2.112Z", fill: "#66b49a" }),
|
|
91
|
+
React__namespace.createElement("path", { "data-name": "Path 3814", d: "M68.674 35.836a1.17 1.17 0 0 0 .461.6.992.992 0 0 0 1.013-.071 1.693 1.693 0 0 0 .583-.794 3.82 3.82 0 0 0 .259-1.891 1.221 1.221 0 0 0-.564-1.006 1.075 1.075 0 0 0-1.041.111 2.51 2.51 0 0 0-.711 3.051Z", fill: "#050606" }),
|
|
92
|
+
React__namespace.createElement("path", { "data-name": "Path 3815", d: "M69.33 32.567a1.9 1.9 0 0 0-.664.494.8.8 0 0 0-.152.758.676.676 0 0 0 .68.428.8.8 0 0 0 .493-.311 1.676 1.676 0 0 0 .272-.454.782.782 0 0 0 .019-.628.5.5 0 0 0-.578-.259", fill: "#fff" }),
|
|
93
|
+
React__namespace.createElement("path", { "data-name": "Path 3816", d: "M49.947 31.024a8.01 8.01 0 0 0-5.216-4.562 4.9 4.9 0 0 0-3.878.708 9.316 9.316 0 0 0-2.317 2.211 3.139 3.139 0 0 0-.49.8 5.769 5.769 0 0 0-.169 1.168 7.1 7.1 0 0 0-.119 1.032c0 .227.045.515.266.569a.363.363 0 0 0 .373-.2 1.2 1.2 0 0 0 .112-.435 5.774 5.774 0 0 1 2.164-3.824 4.887 4.887 0 0 1 1.8-.843 3.794 3.794 0 0 1 1.91-.07 8.386 8.386 0 0 1 2.737 1.363 9.3 9.3 0 0 1 2.2 2.854 4.958 4.958 0 0 1 .553 2.533c-.064.851-.673 1.523-.91 2.324a2.87 2.87 0 0 0 1.052-1.192 4.125 4.125 0 0 0 .672-1.626 3.951 3.951 0 0 0-.309-1.687 17.544 17.544 0 0 0-.431-1.123Z", fill: "#5d6b73" }),
|
|
94
|
+
React__namespace.createElement("path", { "data-name": "Path 3817", d: "M63.061 37.25s-.728-1.111-.093-3.581a7.826 7.826 0 0 1 6.564-5.46 6.452 6.452 0 0 1 5.965 2.595c.325.576.218 3.764.218 3.764a5.1 5.1 0 0 0-3.512-4.68c-3.66-1.49-6.869 1.038-8.113 2.679s-1.029 4.683-1.029 4.683Z", fill: "#5d6b73" }),
|
|
95
|
+
React__namespace.createElement("path", { "data-name": "Path 3818", d: "M76.323 26.154a.89.89 0 0 1 .431.429.622.622 0 0 1-.473.721 1.705 1.705 0 0 1-.946-.094c-1.971-.6-3.9-1.491-5.964-1.53-2.262-.042-4.4.947-6.609 1.435-.721.159-1.037-.18-.59-.742a5.437 5.437 0 0 1 1.875-.981 13.793 13.793 0 0 1 4.178-1.027 13.607 13.607 0 0 1 8.098 1.789Z", fill: "#323a3d" }),
|
|
96
|
+
React__namespace.createElement("path", { "data-name": "Path 3819", d: "M77.431 32.67a6.917 6.917 0 0 0-2.038-4.276 9.285 9.285 0 0 0-6.986-2.383c-4.411.26-8.739 3.229-9.35 8.066-.977 7.73 5.136 9.182 9.831 8.462s9.201-4.305 8.543-9.869Zm-8.49 7.9c-3.87.564-8.91-.573-8.1-6.629.5-3.79 4.072-6.116 7.709-6.319a7.909 7.909 0 0 1 5.758 1.866 5.315 5.315 0 0 1 1.68 3.351c.538 4.358-3.176 7.166-7.047 7.73Z", fill: "#caad46" }),
|
|
97
|
+
React__namespace.createElement("path", { "data-name": "Path 3820", d: "M76.659 32.4a6.92 6.92 0 0 0-2.038-4.277 9.289 9.289 0 0 0-6.986-2.383c-4.411.26-8.739 3.229-9.35 8.067-.977 7.729 5.136 9.181 9.831 8.462s9.201-4.306 8.543-9.869Zm-8.49 7.9c-3.871.565-8.91-.573-8.1-6.629.5-3.79 4.072-6.115 7.709-6.319a7.905 7.905 0 0 1 5.758 1.867 5.311 5.311 0 0 1 1.68 3.35c.538 4.355-3.176 7.166-7.047 7.729Z", fill: "#f9d55c" }),
|
|
98
|
+
React__namespace.createElement("path", { "data-name": "Path 3821", d: "M68.169 40.298c-3.871.565-8.91-.573-8.1-6.629.5-3.79 4.072-6.115 7.709-6.319a7.905 7.905 0 0 1 5.758 1.867 5.311 5.311 0 0 1 1.68 3.35c.538 4.357-3.176 7.168-7.047 7.731Z", fill: "#549797", opacity: 0.3 }),
|
|
99
|
+
React__namespace.createElement("path", { "data-name": "Path 3822", d: "M47.507 25.814a5.408 5.408 0 0 0 1.734.033 1.705 1.705 0 0 0 1.31-1.027 18.907 18.907 0 0 0-10.7.115c-.484.15-1.194.473-1.141 1.07 2.979-.1 5.786-.563 8.797-.191Z", fill: "#323a3d" }),
|
|
100
|
+
React__namespace.createElement("path", { "data-name": "Path 3823", d: "M65.837 1.679c-7.4-1.243-6.344 6.417-6.344 6.417l7.6 4.083c3.624-.492 7.323-9.055-1.256-10.5Z", fill: "#73c861" }),
|
|
101
|
+
React__namespace.createElement("path", { "data-name": "Path 3824", d: "M65.837 1.679c-7.4-1.243-6.344 6.417-6.344 6.417s1.298-5.407 6.344-6.417Z", fill: "#9fe084" }),
|
|
102
|
+
React__namespace.createElement("path", { "data-name": "Path 3825", d: "M67.096 1.972a5.455 5.455 0 0 1 1.192 4.465c-.244 1.514-1.732 3.377-3.031 4.756l1.836.986c3.431-.465 6.923-8.166.003-10.207Z", fill: "#559848" }),
|
|
103
|
+
React__namespace.createElement("path", { "data-name": "Path 3826", d: "M45.088 16.634s1.79-3.564 8.71-7.1 12.472-1.658 17.446 1.154 8.174 9.261 8.174 9.261Z", fill: "#4e9894" }),
|
|
104
|
+
React__namespace.createElement("path", { "data-name": "Path 3827", d: "M71.244 10.691a29.015 29.015 0 0 0-4.151-1.971c.349.207 6.666 4.019 5.593 7.914-.312 1.13.385 2.062 1.546 2.817l5.186.5s-3.2-6.449-8.174-9.26Z", fill: "#387271" }),
|
|
105
|
+
React__namespace.createElement("path", { "data-name": "Path 3828", d: "M40.687 24.241a39.028 39.028 0 0 1 18.058-6.019c10.778-.84 21.416 6.893 23.8 9.256 0 0-.123-4.1-2-6.334s-8.158-7.93-18.93-8.651-17.4 4.686-18.125 5.335-2.361 2.302-2.803 6.413Z", fill: "#71c6c4" }),
|
|
106
|
+
React__namespace.createElement("path", { "data-name": "Path 3829", d: "M73.65 15.84a29.8 29.8 0 0 0-12.036-3.347c-10.771-.721-17.4 4.686-18.124 5.334a7.524 7.524 0 0 0-2.016 3.014 25.774 25.774 0 0 1 6.99-4.311c3.882-1.506 15.076-5.114 25.186-.69Z", fill: "#9bdedb" }),
|
|
107
|
+
React__namespace.createElement("path", { "data-name": "Path 3830", d: "M80.544 21.144a23.78 23.78 0 0 0-6.892-5.3 5.116 5.116 0 0 1 2.134 3.716c.288 2.595-.349 2.947-.349 2.947a35.254 35.254 0 0 1 7.1 4.972s-.119-4.1-1.993-6.335Z", fill: "#549797" }),
|
|
108
|
+
React__namespace.createElement("path", { "data-name": "Path 3831", d: "M64.343 7.924a15.574 15.574 0 0 0-10.545 1.618c-6.92 3.532-8.71 7.1-8.71 7.1l1.211.117 1.155-.909s8.625-8.106 16.889-7.926Z", fill: "#6cb0ae" }),
|
|
109
|
+
React__namespace.createElement("path", { "data-name": "Path 3832", d: "M53.267 18.013a2.835 2.835 0 0 0-2.027 1.489 6.559 6.559 0 0 0 .133 6.979 13.037 13.037 0 0 1 2.9-6.859 5.6 5.6 0 0 0 .6 4.179 15.161 15.161 0 0 0 2.7 3.369c.168.17.462.34.614.155a30.5 30.5 0 0 1-1.714-7.653 2.179 2.179 0 0 0-.4-1.31c-.417-.457-.7-.1-1.1-.043-.508.071-1.111-.35-1.706-.306Z", fill: "#bcc7cb" }),
|
|
110
|
+
React__namespace.createElement("path", { "data-name": "Path 3833", d: "M55.569 19.514a17.126 17.126 0 0 0 2.67 7.833 47.358 47.358 0 0 1-1.6-7.868 2.475 2.475 0 0 0-.193-.826c-.577-1.152-.943.26-.877.861Z", fill: "#8e9a9e" }),
|
|
111
|
+
React__namespace.createElement("path", { "data-name": "Path 3834", d: "M58.411 17.456a1 1 0 0 1 .621-.119 1.223 1.223 0 0 1 .455.218 6.432 6.432 0 0 1 2.387 3.185 8.14 8.14 0 0 1 .306 3.995c-.054.333-.235.749-.571.714a.709.709 0 0 1-.444-.344l-3.487-4.739a2.182 2.182 0 0 1 .733-2.91Z", fill: "#bcc7cb" }),
|
|
112
|
+
React__namespace.createElement("path", { "data-name": "Path 3835", d: "M61.879 20.74a6.442 6.442 0 0 0-2.329-3.138c-.068.085-.081.236.01.491a1.627 1.627 0 0 0 .359.511 6.566 6.566 0 0 1 1.428 2.669c.266 1.012.286 2.071.472 3.1a.566.566 0 0 0 .114.291.2.2 0 0 0 .256.034 8.143 8.143 0 0 0-.31-3.958Z", fill: "#8e9a9e" }),
|
|
113
|
+
React__namespace.createElement("path", { "data-name": "Path 3836", d: "M59.387 72.624s1.492 13.31 7.169 17.257c0 0 13.084 1.136 17.68-4.65 0 0-6.056-10.134-7.678-15.259l-4.3-3.664s-13.011 3.711-12.871 6.316Z", fill: "#4e9894" }),
|
|
114
|
+
React__namespace.createElement("path", { "data-name": "Path 3837", d: "M70.827 87.448s-3.893-14.166-4.433-15.894a9.63 9.63 0 0 0-1.351-2.776c-2.973 1.2-5.721 2.641-5.656 3.846 0 0 1.492 13.31 7.169 17.257a38.918 38.918 0 0 0 5.1.017Z", fill: "#73c861" }),
|
|
115
|
+
React__namespace.createElement("path", { "data-name": "Path 3838", d: "M63.906 82.19a34.825 34.825 0 0 1-2.846-11.478c-1.039.657-1.705 1.314-1.673 1.912 0 0 1.492 13.31 7.169 17.257 0 0 .755.065 1.958.084a47.392 47.392 0 0 1-4.608-7.775Z", fill: "#306360" }),
|
|
116
|
+
React__namespace.createElement("path", { "data-name": "Path 3839", d: "M84.236 85.231s-1.476-2.47-3.165-5.586c-3.327 2.794-13.246 9.353-13.246 9.353.206.348.42.668.639.966 3.801.067 12.261-.313 15.772-4.733Z", fill: "#4b4ec8" }),
|
|
117
|
+
React__namespace.createElement("path", { "data-name": "Path 3840", d: "m78.388 74.402.006.014-4.865 3.6a407.408 407.408 0 0 0 2.056 6.834l1.076 4.383c2.96-.65 5.859-1.845 7.575-4 0-.002-3.457-5.791-5.848-10.831Z", fill: "#559848" }),
|
|
118
|
+
React__namespace.createElement("path", { "data-name": "Path 3841", d: "m84.236 85.231-.059-.1-.091-.155a174.39 174.39 0 0 1-2.695-4.746l-.007-.013-.3-.558-.009-.016c-1.27 1.067-3.5 2.683-5.775 4.272l.289.936 1.076 4.38c.121-.027.241-.057.362-.085.224-.054.449-.1.673-.165.149-.04.3-.087.445-.13.218-.063.436-.125.65-.195.153-.05.3-.108.451-.162.206-.073.413-.144.614-.225.155-.062.3-.133.455-.2.189-.083.38-.163.563-.253.161-.079.312-.168.467-.253s.335-.176.494-.272.32-.214.479-.322c.137-.094.28-.181.411-.281.177-.134.339-.283.5-.428.1-.087.206-.166.3-.257a7.925 7.925 0 0 0 .707-.772Z", fill: "#4e9894" }),
|
|
119
|
+
React__namespace.createElement("path", { "data-name": "Path 3842", d: "m70.827 87.448-.107-.389c-1.7 1.148-2.9 1.939-2.9 1.939.206.348.42.668.639.966h.011c.229.005.476.007.738.007h.056c.242 0 .5 0 .762-.008h.077c.258-.006.529-.015.805-.026l.171-.007c.186-.008.381-.021.574-.032Z", fill: "#4e9894" }),
|
|
120
|
+
React__namespace.createElement("path", { "data-name": "Path 3843", d: "M78.394 74.416a37.477 37.477 0 0 1-1.836-4.444l-.466-.4-13.693 8.565s1.345 5.535 2.589 6.205l13.406-9.929Z", fill: "#37399a" }),
|
|
121
|
+
React__namespace.createElement("path", { "data-name": "Path 3844", d: "m67.386 75.024-4.987 3.119s1.345 5.535 2.589 6.205l4.138-3.065c-.585-2.119-1.222-4.413-1.74-6.259Z", fill: "#4e9894" }),
|
|
122
|
+
React__namespace.createElement("path", { "data-name": "Path 3845", d: "M71.969 72.153a10.37 10.37 0 0 1 .289 1.075c.193.969.705 2.834 1.271 4.791l4.865-3.6-.006-.014c-.191-.4-.374-.8-.548-1.185l-.011-.024a47.07 47.07 0 0 1-.491-1.133l-.011-.026a32.577 32.577 0 0 1-.42-1.06l-.01-.026a21.463 21.463 0 0 1-.339-.976l-.466-.4Z", fill: "#387271" }),
|
|
123
|
+
React__namespace.createElement("path", { "data-name": "Path 3846", d: "m79.131 81.162 2.7 6.131a9 9 0 0 0 2.4-2.062s-1.543-2.584-3.279-5.8Z", fill: "#37399a" }),
|
|
124
|
+
React__namespace.createElement("path", { "data-name": "Path 3847", d: "m76.092 69.575-3.834-3.267s-.989.282-2.416.745a42.116 42.116 0 0 1 2.127 5.1Z", fill: "#559848" }),
|
|
125
|
+
React__namespace.createElement("path", { "data-name": "Path 3848", d: "m76.907 70.974-.01-.026Z", fill: "#559848" }),
|
|
126
|
+
React__namespace.createElement("path", { "data-name": "Path 3849", d: "m77.338 72.06-.011-.026Z", fill: "#559848" }),
|
|
127
|
+
React__namespace.createElement("path", { "data-name": "Path 3850", d: "m77.84 73.217-.011-.024Z", fill: "#559848" }),
|
|
128
|
+
React__namespace.createElement("path", { "data-name": "Path 3851", d: "M84.236 85.231s-.267-.448-.695-1.185c-1.83 2-6.88 5.19-6.88 5.19 2.96-.65 5.859-1.845 7.575-4.005Z", fill: "#559848" }),
|
|
129
|
+
React__namespace.createElement("path", { "data-name": "Path 3852", d: "M84.236 85.231s-.241-.4-.635-1.082l-.06-.1a18.873 18.873 0 0 1-2.264 1.981l.558 1.266c.058-.036.112-.076.169-.112.215-.136.424-.277.625-.426.089-.066.175-.135.261-.2q.258-.205.5-.427l.219-.2a7.688 7.688 0 0 0 .627-.7Z", fill: "#387271" }),
|
|
130
|
+
React__namespace.createElement("path", { "data-name": "Path 3853", d: "m79.13 81.162-2.233-5.068 1.665-1.327 2.395 4.664Z", fill: "#559848" }),
|
|
131
|
+
React__namespace.createElement("path", { "data-name": "Path 3854", d: "m76.558 69.972-4.185-3.566c-.065-.024-.127-.053-.193-.076-.414.121-2.611.767-5.076 1.66h.535a1.6 1.6 0 0 1 .686.1 1.562 1.562 0 0 1 .683 1.041 21.953 21.953 0 0 1 .87 4.574 2.35 2.35 0 0 1 1.081.334.8.8 0 0 1 .3 1 1.077 1.077 0 0 1-.815.416 1.7 1.7 0 0 0-.89.284c-.239.207-.271.67.02.793a5.967 5.967 0 0 1-1.183-.217 3.5 3.5 0 0 0-4.162 3.7 5.006 5.006 0 0 0 .247 1.154 3.947 3.947 0 0 0 .7 1.376 3.764 3.764 0 0 0 3.429 1 34.652 34.652 0 0 0 3.586-1.01 10.887 10.887 0 0 1 4.777-.147 1.356 1.356 0 0 1 .593.223 1.374 1.374 0 0 1 .359.53 15.843 15.843 0 0 1 1.3 4.447 8.118 8.118 0 0 0 2.378-.348 5.423 5.423 0 0 0 .793-.315 8.817 8.817 0 0 0 1.563-1.376 2.146 2.146 0 0 0 .185-.462c-.732-1.255-6.072-10.349-7.581-15.115Z", opacity: 0.3 }),
|
|
132
|
+
React__namespace.createElement("path", { "data-name": "Path 3855", d: "M87.827 69.747c5.955 4.088 5.332 7.447 5.332 7.447a4.065 4.065 0 0 1-1.892-.649 3.084 3.084 0 0 1-1.081 2.99c-.92.016-1.731-1.152-1.731-1.152-4.271 3.514-16.328 4.325-17.788 4.405s-1.405.84-3.838.912-5.029-5.641-4.055-7.047a3.066 3.066 0 0 1 2.6-1.281s0-.672 1.081-1.21 2.111-.991 2.948.263a26.431 26.431 0 0 1 1.623 2.66 4.2 4.2 0 0 0 .836 1.082s8.129-1.827 10.661-3.4c0 0-6.011-5.017-10.769-6.3 0 0-2.916-.3-.728-2.627s12.333.84 16.801 3.907Z", fill: "#e0e7ea" }),
|
|
133
|
+
React__namespace.createElement("path", { "data-name": "Path 3856", d: "M71.749 68.47a28.224 28.224 0 0 1 7.889 4.124c.388-1 1.716-3.054 6.194-4.032-4.971-2.61-12.907-4.746-14.811-2.719-2.188 2.33.728 2.627.728 2.627Z", fill: "#762f2e" }),
|
|
134
|
+
React__namespace.createElement("path", { "data-name": "Path 3857", d: "M69.153 82.546a6.566 6.566 0 0 1-3.946.43 2.462 2.462 0 0 0 1.622.724c2.433-.073 2.378-.832 3.838-.912s13.517-.891 17.788-4.405c-3.838 2.055-16 3.3-17.006 3.416a8.988 8.988 0 0 0-2.296.747Z", fill: "#a9b0b4" }),
|
|
135
|
+
React__namespace.createElement("path", { "data-name": "Path 3858", d: "M87.827 69.747c-4.468-3.067-14.619-6.233-16.806-3.9s.728 2.627.728 2.627c4.758 1.279 10.769 6.3 10.769 6.3l1.774-1.3-5.731-4.151s8.3.305 10.7 1.511a19.401 19.401 0 0 0-1.434-1.087Z", opacity: 0.3 }),
|
|
136
|
+
React__namespace.createElement("path", { "data-name": "Path 3859", d: "M81.763 74.164c.472.368.755.6.755.6s-.283-.234-.755-.6Z", fill: "#f9fcfc" }),
|
|
137
|
+
React__namespace.createElement("path", { "data-name": "Path 3860", d: "m84.292 73.463-1.774 1.3c-2.532 1.574-10.661 3.4-10.661 3.4l.811.767s11.03-2.714 12.976-5.471c0 .004-.054-.266-1.352.004Z", fill: "#f9fcfc" }),
|
|
138
|
+
React__namespace.createElement("path", { "data-name": "Path 3861", d: "M68.838 74.262a3.421 3.421 0 0 0 .371-.067c-.8-.939-1.757-.531-2.759-.032-1.081.537-1.081 1.209-1.081 1.209a3.066 3.066 0 0 0-2.6 1.281 2.158 2.158 0 0 0-.151 1.487 1.948 1.948 0 0 1 .994-.955c.488-.2 1.042-.192 1.519-.415a.659.659 0 0 0 .353-.319 1.359 1.359 0 0 0 .04-.43c.044-.706.8-1.127 1.47-1.344a10.556 10.556 0 0 1 1.844-.415Z", fill: "#f9fcfc" }),
|
|
139
|
+
React__namespace.createElement("path", { "data-name": "Path 3862", d: "M67.773 68.44s8.72-1.231 12.692-.654 14.857 5.046 22.354 4.325 12.256-1.9 15.572-6c0 0-3.893 2.175-6.993 1.743a17.25 17.25 0 0 0-4.47-.216s4.686-1.266 6.344-3.985a22.92 22.92 0 0 1-12.4 1.1c-6.993-1.3-15.972-6.2-21.034-6.272s-7.632 1.442-7.632 1.442-10.214 9.137-4.433 8.517Z", fill: "#f9d443" }),
|
|
140
|
+
React__namespace.createElement("path", { "data-name": "Path 3863", d: "M67.773 68.44s2.7-.381 5.784-.62a12.378 12.378 0 0 0 2.479-4.917c.107-1.277-1.847-3.735-1.85-3.739a9.307 9.307 0 0 0-1.979.764s-10.215 9.132-4.434 8.512Z", fill: "#b99629" }),
|
|
141
|
+
React__namespace.createElement("path", { "data-name": "Path 3864", d: "M111.398 67.858a20.706 20.706 0 0 0-4.145-.247c-.109.009-.214.023-.324.03 0 0-7.137-1-9.8-.426 0 0 8.507.813 10.381 1.377s7.281.683 10.886-2.477c-.005 0-3.898 2.175-6.998 1.743Z", fill: "#fef9cb" }),
|
|
142
|
+
React__namespace.createElement("path", { "data-name": "Path 3865", d: "M95.345 64.731c7.209 1.852 14.057 1.956 18.094-.908a22.915 22.915 0 0 1-12.4 1.1c-5.951-1.1-13.332-4.809-18.522-5.936a44.765 44.765 0 0 0 12.828 5.744Z", fill: "#fef9cb" }),
|
|
143
|
+
React__namespace.createElement("path", { "data-name": "Path 3866", d: "M49.147 65.843s-.157 8.161-1.833 10.918l-1.677 2.757s1.293 9.138 1.755 9.624.6 1.082 1.938-.594a17.507 17.507 0 0 0 3.39-8.219c.271-3.081.757-8.813.757-8.813s-1.898-5.614-4.33-5.673Z", fill: "#4b4ec8" }),
|
|
144
|
+
React__namespace.createElement("path", { "data-name": "Path 3867", d: "m50.501 72.238-2.175 1.563.717-5.636Z", fill: "#6dc6cb" }),
|
|
145
|
+
React__namespace.createElement("path", { "data-name": "Path 3868", d: "M50.221 67.215a6.437 6.437 0 0 0-.17-1.1 1.924 1.924 0 0 0-.9-.275s-.157 8.16-1.833 10.918l-1.677 2.757s.137.965.337 2.281a13.235 13.235 0 0 0 2.343-3.848c.939-2.485 2.103-8.006 1.9-10.733Z", fill: "#797fe3" }),
|
|
146
|
+
React__namespace.createElement("path", { "data-name": "Path 3869", d: "m49.044 68.164-.015.113a41.934 41.934 0 0 1-.7 5.519l1.34-.963c.129-.671.242-1.344.334-2Z", fill: "#9ceefd" }),
|
|
147
|
+
React__namespace.createElement("path", { "data-name": "Path 3870", d: "M48.317 82.276c-.156-.683-1.256-3.62-1.6-4.533l-1.079 1.775s.154 1.084.374 2.524c.418 2.743 1.078 6.781 1.381 7.1.462.486.6 1.081 1.938-.595.106-.133.218-.295.328-.448-.461-1.995-1.214-5.266-1.342-5.823Z", fill: "#4e9894" }),
|
|
148
|
+
React__namespace.createElement("path", { "data-name": "Path 3871", d: "M50.221 67.215a6.437 6.437 0 0 0-.17-1.1 1.924 1.924 0 0 0-.9-.275s-.157 8.16-1.833 10.918l-1.677 2.757s.137.965.337 2.281a13.235 13.235 0 0 0 2.343-3.848c.939-2.485 2.103-8.006 1.9-10.733Z", fill: "none" }),
|
|
149
|
+
React__namespace.createElement("path", { "data-name": "Path 3872", d: "M45.647 79.585c.033.232.157 1.093.327 2.214a14.01 14.01 0 0 0 1.482-2.065c-.3-.812-.589-1.593-.74-1.991l-.715 1.178-.32.525-.044.072.005.034Z", fill: "#6dc6cb" }),
|
|
150
|
+
React__namespace.createElement("path", { "data-name": "Path 3873", d: "m52.017 77.75-6.006 4.292c.307 2.016.745 4.727 1.076 6.152l3.795-2.944.73-.746a14.533 14.533 0 0 0 1.108-4.174l.017-.19Z", fill: "#4e9894" }),
|
|
151
|
+
React__namespace.createElement("path", { "data-name": "Path 3874", d: "m46.119 82.746.025.162c.078.5.16 1.015.245 1.532l.021.122c.088.533.178 1.062.267 1.561l.012.067c.091.509.181.985.267 1.4l.006.029c.042.2.082.39.121.559v.015l2.2-1.707-.97-4.211c-.059-.261-.256-.849-.5-1.527l-1.81 1.293c.042.228.076.465.116.705Z", fill: "#73c861" }),
|
|
152
|
+
React__namespace.createElement("path", { "data-name": "Path 3875", d: "M50.019 66.099a1.91 1.91 0 0 0-.872-.256s-.019.948-.109 2.305l.006.016 3.346 9.354.621-.544c.233-2.712.466-5.457.466-5.457a17.3 17.3 0 0 0-2.133-4.175l-1.293-1.224Z", fill: "#73c861" }),
|
|
153
|
+
React__namespace.createElement("path", { "data-name": "Path 3876", d: "M49.146 65.889v.13c0 .053 0 .115-.006.19v.021c0 .068 0 .146-.009.23v.055c0 .094-.008.2-.013.307 0 .119-.011.246-.018.382v.039l-.02.36-.006.1-.026.417v.025l.006.016.956 2.674a18.312 18.312 0 0 0 .221-3.623 6.437 6.437 0 0 0-.17-1.1 2.314 2.314 0 0 0-.344-.152c-.035-.013-.07-.035-.106-.046a1.69 1.69 0 0 0-.454-.077v.046Z", fill: "#94e09a" }),
|
|
154
|
+
React__namespace.createElement("path", { "data-name": "Path 3877", d: "m53.057 70.44-2.556 1.8 1.889 5.28.621-.544c.233-2.712.466-5.457.466-5.457s-.151-.445-.42-1.079Z", fill: "#4e9894" }),
|
|
155
|
+
React__namespace.createElement("path", { "data-name": "Path 3878", d: "M53.479 71.517a19.651 19.651 0 0 0-1.336-2.955l-.5.467s.649 10.652-2.082 15.842c-.987 1.876-1.642 3.3-2.08 4.365.4.459.6.881 1.853-.688a17.508 17.508 0 0 0 3.39-8.218c.267-3.082.755-8.813.755-8.813Z", fill: "#306360" }),
|
|
156
|
+
React__namespace.createElement("path", { "data-name": "Path 3879", d: "M49.273 66.115s1.531 4.915 4.326 6a12.523 12.523 0 0 0 5.354.793s7.882-3.088 10.267-5.689-19.947-1.104-19.947-1.104Z", fill: "#f7ca3f" }),
|
|
157
|
+
React__namespace.createElement("path", { "data-name": "Path 3880", d: "M49.044 57.215s-2.022 6.1.429 9.2 6.845 3.677 6.845 3.677 10.323.36 14.823-4.614 2.9-6.272 2.114-7.678c0 0-11.527 3.136-14.3 3.28s-2.053.289-2.053.289-7.35-4.2-7.858-4.154Z", fill: "#fbe949" }),
|
|
158
|
+
React__namespace.createElement("path", { "data-name": "Path 3881", d: "M49.815 58.485a5.215 5.215 0 0 1 .348-.8 4.68 4.68 0 0 0-1.119-.469s-1.888 5.726.229 8.9a33.003 33.003 0 0 1-.007-3.269 18.887 18.887 0 0 1 .549-4.362Z", fill: "#fef9cb" }),
|
|
159
|
+
React__namespace.createElement("path", { "data-name": "Path 3882", d: "M73.255 57.802s-11.527 3.135-14.3 3.279c-1.8.094-2.128.188-2.136.242-.808-.461-7.3-4.151-7.773-4.108 0 0-.15.461-.319 1.181.2.137.372.259.517.363a36.567 36.567 0 0 0 6.866 3.862 10.4 10.4 0 0 0 3.2.916c2.023.163 3.974-.685 5.826-1.515l1.036 6.57a12.263 12.263 0 0 0 4.975-3.113c4.494-4.974 2.894-6.272 2.108-7.677Z", fill: "#bba62f" }),
|
|
160
|
+
React__namespace.createElement("path", { "data-name": "Path 3883", d: "M71.141 65.479c.112-.124.2-.235.308-.354a75.9 75.9 0 0 1-7.846 2.874c-2.786.847-6 2.184-8.9 1.251a8.387 8.387 0 0 1-2.111-1.1 19.62 19.62 0 0 1-3.136-2.652c-.115-.12-.509-.618-.946-1.163a5.37 5.37 0 0 0 .967 2.084c2.451 3.1 6.845 3.677 6.845 3.677s10.319.357 14.819-4.617Z", fill: "#b9992a" }),
|
|
161
|
+
React__namespace.createElement("path", { "data-name": "Path 3884", d: "M50.379 74.583a1.611 1.611 0 0 0 .091.626 1.424 1.424 0 0 0 1.349.717 1.741 1.741 0 0 0 .46-.05 1.324 1.324 0 0 0 .939-1.16 1.467 1.467 0 0 0-.713-1.332 1.8 1.8 0 0 0-1.564-.086 1.412 1.412 0 0 0-.562 1.285Z", fill: "#f5df60" }),
|
|
162
|
+
React__namespace.createElement("path", { "data-name": "Path 3885", d: "M52.501 73.384a1.8 1.8 0 0 0-1.564-.086 1.413 1.413 0 0 0-.562 1.285 1.611 1.611 0 0 0 .091.626 1.026 1.026 0 0 0 .463.484c0-.011-.012-.017-.017-.028a1.523 1.523 0 0 1 .023-1.1 1.887 1.887 0 0 1 1.636-1.128c-.025-.013-.044-.038-.07-.053Z", fill: "#fef7bb" }),
|
|
163
|
+
React__namespace.createElement("path", { "data-name": "Path 3886", d: "M49.557 81.087a1.443 1.443 0 0 0 .085.572 1.3 1.3 0 0 0 1.235.657 1.566 1.566 0 0 0 .421-.046 1.21 1.21 0 0 0 .86-1.062 1.346 1.346 0 0 0-.654-1.22 1.646 1.646 0 0 0-1.431-.079 1.3 1.3 0 0 0-.516 1.178Z", fill: "#f5df60" }),
|
|
164
|
+
React__namespace.createElement("path", { "data-name": "Path 3887", d: "M51.504 79.988a1.646 1.646 0 0 0-1.431-.079 1.3 1.3 0 0 0-.516 1.178 1.47 1.47 0 0 0 .085.572.938.938 0 0 0 .423.444c0-.01-.011-.015-.015-.026a1.391 1.391 0 0 1 .021-1 1.726 1.726 0 0 1 1.5-1.033c-.025-.02-.043-.042-.067-.056Z", fill: "#fef7bb" }),
|
|
165
|
+
React__namespace.createElement("path", { "data-name": "Path 3888", d: "M61.914 75.809c.155-.038.361-.055.433.088a.46.46 0 0 1-.219.178 5.619 5.619 0 0 1-1.591.516.324.324 0 0 1-.146 0c-.5-.156.126-.439.276-.476Z", fill: "#002613" }),
|
|
166
|
+
React__namespace.createElement("path", { "data-name": "Path 3889", d: "M63.379 81.307c.155-.038.36-.055.432.087a.455.455 0 0 1-.218.179 5.619 5.619 0 0 1-1.591.516.328.328 0 0 1-.146 0c-.5-.156.126-.439.276-.476Z", fill: "#002613" }),
|
|
167
|
+
React__namespace.createElement("path", { "data-name": "Path 3890", d: "M65.405 84.324c.155-.038.361-.054.433.088a.452.452 0 0 1-.219.179 5.638 5.638 0 0 1-1.591.516.314.314 0 0 1-.146 0c-.5-.155.126-.439.276-.476Z", fill: "#002613" }),
|
|
168
|
+
React__namespace.createElement("path", { "data-name": "Path 3891", d: "M67.433 87.515c.155-.038.36-.054.432.088a.454.454 0 0 1-.218.179 5.648 5.648 0 0 1-1.591.516.311.311 0 0 1-.146 0c-.5-.155.126-.439.276-.476Z", fill: "#002613" }),
|
|
169
|
+
React__namespace.createElement("path", { "data-name": "Path 3892", d: "M54.066 85.458a4.529 4.529 0 0 0-1.256 1.856 3.1 3.1 0 0 0 .807 2.925 4.129 4.129 0 0 0 2.773 1.163 4.033 4.033 0 0 0 4.138-2.722 3.753 3.753 0 0 0-.922-3.416c-1.784-1.909-3.859-1.497-5.54.194Z", opacity: 0.3 }),
|
|
170
|
+
React__namespace.createElement("path", { "data-name": "Path 3893", d: "M54.066 84.689a4.538 4.538 0 0 0-1.256 1.857 3.1 3.1 0 0 0 .807 2.925 4.123 4.123 0 0 0 2.773 1.162 4.032 4.032 0 0 0 4.138-2.721 3.753 3.753 0 0 0-.922-3.416c-1.784-1.909-3.859-1.498-5.54.193Z", fill: "#f5df60" }),
|
|
171
|
+
React__namespace.createElement("path", { "data-name": "Path 3894", d: "M57.939 83.38a8.143 8.143 0 0 1 1.055 1.712 3.536 3.536 0 0 1 .126 2.732 3.242 3.242 0 0 1-2.5 1.8 4.457 4.457 0 0 1-2.518-.3c-.361-.187-.66-.721-1.065-.771h-.036a3.225 3.225 0 0 0 .619.916 4.119 4.119 0 0 0 2.773 1.163 4.032 4.032 0 0 0 4.138-2.721 3.753 3.753 0 0 0-.922-3.416 3.959 3.959 0 0 0-1.67-1.115Z", fill: "#b8aa47" }),
|
|
172
|
+
React__namespace.createElement("path", { "data-name": "Path 3895", d: "M54.066 84.69a4.528 4.528 0 0 0-1.256 1.856 3.1 3.1 0 0 0 .807 2.924 3.474 3.474 0 0 0 .75.57 4.252 4.252 0 0 1-1.052-2.033 3.912 3.912 0 0 1 1.557-3.343 9.292 9.292 0 0 1 2.565-1.4 4.064 4.064 0 0 0-3.371 1.426Z", fill: "#fef9cb" }),
|
|
173
|
+
React__namespace.createElement("path", { "data-name": "Path 3896", d: "M54.666 85.824a.524.524 0 0 1-.04-.576.739.739 0 0 1 .488-.343.586.586 0 0 1 .446.058.342.342 0 0 1 .142.4.234.234 0 0 0-.039.124.167.167 0 0 0 .048.081l.744.835 1.077-.749a.2.2 0 0 0 .059-.056.239.239 0 0 0 .02-.1.526.526 0 0 1 .686-.4.77.77 0 0 1 .469.718.584.584 0 0 1-.207.492c-.236.166-.561.038-.811-.106a5.138 5.138 0 0 1-1.02.789 2.287 2.287 0 0 1 .763.657.482.482 0 0 1 .638.181.631.631 0 0 1-.071.692.934.934 0 0 1-.643.323.456.456 0 0 1-.391-.111.564.564 0 0 1-.088-.166.822.822 0 0 1-.066-.631 5.04 5.04 0 0 1-.539-.747l-.8.633a.2.2 0 0 0-.074.086.291.291 0 0 0 .014.145.439.439 0 0 1-.252.441 1.278 1.278 0 0 1-.528.109.486.486 0 0 1-.213-.019.347.347 0 0 1-.162-.156.694.694 0 0 1 .263-.928 3.693 3.693 0 0 1 .525-.163 2.086 2.086 0 0 0 .742-.558.089.089 0 0 0 .03-.052.085.085 0 0 0-.027-.052 3.354 3.354 0 0 0-.6-.7c-.19-.093-.407.057-.583-.151Z", fill: "#997029" }),
|
|
174
|
+
React__namespace.createElement("path", { "data-name": "Path 3897", d: "M56.179 110.245c-.254.131-.691 0-1.266-.02-.2-.009-.348-.031-.55-.058a3.524 3.524 0 0 1-.527-.148 34.473 34.473 0 0 1-6.48-2.727c-.118-.065-.156-.057-.142-.19.017-.17.266-.163.427-.106 1.372.487 2.746.976 4.075 1.572a13.885 13.885 0 0 0 1.383.577 14.073 14.073 0 0 1 2.938.894c.065.041.21.169.142.206Z", fill: "#6a3821" }),
|
|
175
|
+
React__namespace.createElement("path", { "data-name": "Path 3898", d: "M38.287 102.174a3.545 3.545 0 0 0 1.843-1.424 15.924 15.924 0 0 0 1.1-1.793c.381-.887.748-1.779 1.114-2.672q1.074-2.618 2.085-5.26a.663.663 0 0 0 .065-.384.671.671 0 0 0-.226-.309 8.922 8.922 0 0 0-2.367-1.759.384.384 0 0 1-.154-.1c-.1-.135.019-.323.136-.446.276-.29 2.634 1.648 2.9 1.979a1.22 1.22 0 0 1 .333.653 1.205 1.205 0 0 1-.1.468q-1.05 2.964-2.252 5.871-.6 1.452-1.239 2.889a10.177 10.177 0 0 1-1.311 1.935 2.869 2.869 0 0 1-.574.652 2.58 2.58 0 0 1-.909.384 11.393 11.393 0 0 1-2.9.449c.002-1 1.763-.874 2.456-1.133Z", fill: "#6a3821" }),
|
|
176
|
+
React__namespace.createElement("path", { "data-name": "Path 3899", d: "M80.629 93.473a.832.832 0 0 0-.544.879 21.231 21.231 0 0 0 2.493 10.982l.472-.223c-2.123-2.948-2.433-6.786-2.649-10.412a1.023 1.023 0 0 1 .055-.507.994.994 0 0 1 .414-.382 12.748 12.748 0 0 1 4.774-1.713c-.5-.755-1.681-.072-2.422.2a16.8 16.8 0 0 0-2.593 1.176Z", fill: "#6a3821" }),
|
|
177
|
+
React__namespace.createElement("path", { "data-name": "Path 3900", d: "M22.439 56.468s9.822 1.586 13.67 1.586 12.217.43 12.217.43l1.8 4.04-1.056 5.182-21.653-4.8-5.911-1.6s.14-3.613.933-4.838Z", fill: "none" }),
|
|
178
|
+
React__namespace.createElement("path", { "data-name": "Path 3901", d: "m13.649 80.749 3.429 5.889-2.911-25.773-1.165-12.045L8.965 3.77S8.165.025 7.3.025 5.9 1.471 5.9 1.972s.855 8.07.855 8.07l4.052 43.573Z", fill: "#895c3f" }),
|
|
179
|
+
React__namespace.createElement("path", { "data-name": "Path 3902", d: "M13.002 48.824 8.965 3.774S8.165.029 7.3.029a.948.948 0 0 0-.639.291l1.282 9.185s1.3 10.286 1.3 11.2 2.464 36.84 2.464 36.84l.731 11.691 1.209 11.518 3.429 5.889-2.911-25.773Z", fill: "#513226" }),
|
|
180
|
+
React__namespace.createElement("path", { "data-name": "Path 3903", d: "M14.167 60.865 13.002 48.82l-1.494-16.668c.111 3.273.632 17.965 1.355 26.311.817 9.431 1.808 19.92 1.808 19.92l.667 5.268 1.74 2.987Z", fill: "#392419" }),
|
|
181
|
+
React__namespace.createElement("path", { "data-name": "Path 3904", d: "M8.908 50.298a2.122 2.122 0 0 0-.924.759 8.476 8.476 0 0 0-1.314 5.468 8.827 8.827 0 0 0 1.008 4.265 1.934 1.934 0 0 0 .688.742 2.26 2.26 0 0 0 .618.195 4.107 4.107 0 0 0 1.459.1 3.05 3.05 0 0 0 2.208-1.986 7.324 7.324 0 0 0 .324-3.066 11.862 11.862 0 0 0-.9-4.216c-.526-1.179-1.616-2.812-3.167-2.261Z", fill: "#9ceefd" }),
|
|
182
|
+
React__namespace.createElement("path", { "data-name": "Path 3905", d: "M7.073 53.788a5.16 5.16 0 0 1 1.154-1.465 2.933 2.933 0 0 1 1.718-.639 1.116 1.116 0 0 0 .791-.2.692.692 0 0 0 .023-.8c0-.01-.015-.015-.02-.025a1.81 1.81 0 0 0-1.831-.365 2.112 2.112 0 0 0-.924.758 6.758 6.758 0 0 0-1.234 3.33c.103-.199.21-.401.323-.594Z", fill: "#def9ff" }),
|
|
183
|
+
React__namespace.createElement("path", { "data-name": "Path 3906", d: "M12.079 52.556a6.936 6.936 0 0 0-.606-1.08 12.616 12.616 0 0 0 .3 1.743 10.547 10.547 0 0 1-.529 5.836 3.32 3.32 0 0 1-1.15 1.639 3.391 3.391 0 0 1-2.126.4c-.028 0-.063-.011-.1-.018a1.579 1.579 0 0 0 .491.452 2.215 2.215 0 0 0 .618.194 4.085 4.085 0 0 0 1.459.1 3.048 3.048 0 0 0 2.208-1.986 7.324 7.324 0 0 0 .324-3.066 11.862 11.862 0 0 0-.889-4.214Z", fill: "#60a2ba" }),
|
|
184
|
+
React__namespace.createElement("path", { "data-name": "Path 3907", d: "M12.079 52.556a5.836 5.836 0 0 0-1.083-1.658 6 6 0 0 0 .742 2.877c.18.271.4.514.569.794a3.376 3.376 0 0 1 .253.547 7.031 7.031 0 0 1 .3 3.347 11.625 11.625 0 0 1-.382 1.747 3.644 3.644 0 0 0 .17-.372 7.324 7.324 0 0 0 .324-3.066 11.862 11.862 0 0 0-.893-4.216Z", fill: "#366277" }),
|
|
185
|
+
React__namespace.createElement("path", { "data-name": "Path 3908", d: "M8.064 58.981a.2.2 0 0 0-.04.06c-.033.085.052.18.143.186a.312.312 0 0 0 .236-.12c.061-.067.108-.147.174-.21a.159.159 0 0 1 .109-.051.177.177 0 0 1 .082.032l.484.282a.246.246 0 0 0 .065-.34c-.085-.114-.274-.156-.291-.3a.36.36 0 0 1 .109-.234.947.947 0 0 0 .17-.4.078.078 0 0 0-.077-.109.414.414 0 0 0-.391.177c-.043.065-.078.151-.154.166a.184.184 0 0 1-.116-.025 5.007 5.007 0 0 1-.428-.318.145.145 0 0 0-.073-.029.116.116 0 0 0-.1.068c-.072.134.029.294.141.4.357.325.235.423-.043.765Z", fill: "#fdffff" }),
|
|
186
|
+
React__namespace.createElement("path", { "data-name": "Path 3909", d: "m10.515 56.084-.205-.223a.411.411 0 0 1-.113-.174.143.143 0 0 1 .083-.171.2.2 0 0 1 .163.053l.316.216c.022.015.049.031.074.02a.084.084 0 0 0 .037-.048.844.844 0 0 1 .423-.42.576.576 0 0 1-.141.561.168.168 0 0 0-.041.081c0 .053.045.093.086.129a.658.658 0 0 1 .2.308.191.191 0 0 1-.027.2.178.178 0 0 1-.183.012.439.439 0 0 1-.145-.092.363.363 0 0 0-.1-.078c-.108-.042-.206.077-.257.181s-.129.23-.242.21-.146-.191-.118-.313a1.124 1.124 0 0 1 .184-.405", fill: "#fdffff" }),
|
|
187
|
+
React__namespace.createElement("path", { "data-name": "Path 3910", d: "M8.919 55.965c.063.073.138.168.232.144a.151.151 0 0 0 .086-.193.377.377 0 0 0-.153-.176.691.691 0 0 1-.18-.154c-.117-.17-.018-.4.083-.58s.206-.406.1-.581a.452.452 0 0 0-.336.227.781.781 0 0 1-.29.3 1.683 1.683 0 0 0-.555-.571.074.074 0 0 0-.054-.017c-.033.007-.042.049-.041.082a2.256 2.256 0 0 0 .351.844.247.247 0 0 1 .027.092.265.265 0 0 1-.07.158l-.218.291c-.063.085-.126.205-.059.286a.169.169 0 0 0 .2.023.726.726 0 0 0 .166-.141c.243-.243.471-.316.711-.034Z", fill: "#feffff" }),
|
|
188
|
+
React__namespace.createElement("path", { "data-name": "Path 3911", d: "M8.966 52.206c0-.065.024-.143.088-.156.08-.015.135.075.173.147a1.125 1.125 0 0 0 .225.3.108.108 0 0 0 .07.038.092.092 0 0 0 .052-.018c.158-.1.241-.337.427-.332a.092.092 0 0 1 .068.025c.037.041.006.1-.025.149l-.235.335a.179.179 0 0 0-.046.146c.021.066.106.081.174.1a.524.524 0 0 1 .287.192.172.172 0 0 1 .044.131c-.017.085-.132.112-.213.082a2.526 2.526 0 0 1-.223-.134c-.369-.178-.672.581-.757.176-.034-.164.1-.366.106-.533.003-.255-.202-.411-.215-.648Z", fill: "#f8feff" }),
|
|
189
|
+
React__namespace.createElement("path", { "data-name": "Path 3912", d: "m12.435 54.243 1.453 1.441.279 5.181 6.326 2.568.541-6.082 1.432-3.847-.652-.092-3.781.7a14.375 14.375 0 0 1-3.3-2.352c-.941-1.109-2.049-2.487-2.968-1.92s-.456 3.284.67 4.403Z", fill: "#9ceefd" }),
|
|
190
|
+
React__namespace.createElement("path", { "data-name": "Path 3913", d: "m21.034 57.351.485-1.3a14.571 14.571 0 0 0-1.807.276 7.587 7.587 0 0 1-3.545-.432 4.467 4.467 0 0 1-2.406-1.658l-2.453-2.585a4.66 4.66 0 0 0 1.127 2.595l1.453 1.441.279 5.181 6.326 2.568Z", fill: "#68afc8" }),
|
|
191
|
+
React__namespace.createElement("path", { "data-name": "Path 3914", d: "M13.754 55.551a7.034 7.034 0 0 1 .629.543.368.368 0 0 0 .568-.072 4.407 4.407 0 0 0-1.433-1.1c-.94-.547-1.88-3.113-2.234-4.042a4.79 4.79 0 0 0 1.151 3.367Z", fill: "#366277" }),
|
|
192
|
+
React__namespace.createElement("path", { "data-name": "Path 3915", d: "m22.203 53.467-.389-.055-3.781.7a14.375 14.375 0 0 1-3.3-2.352c-.941-1.108-2.049-2.487-2.968-1.92a1.278 1.278 0 0 0-.472 1.008 2 2 0 0 1 1.713.4 38.306 38.306 0 0 0 4.923 3.866 22.455 22.455 0 0 0 3.865-1.027Z", fill: "#def9ff" }),
|
|
193
|
+
React__namespace.createElement("path", { "data-name": "Path 3916", d: "M14.039 53.108c-.021-.036-.038-.087-.005-.114s.082 0 .114.035l.262.256a.426.426 0 0 0 .219.139c.121.018.229-.068.337-.126a.111.111 0 0 1 .06-.018c.054.005.07.081.049.131s-.064.089-.081.14c-.034.1.045.206.119.287l.349.381a.318.318 0 0 1-.331-.056.822.822 0 0 0-.305-.174.5.5 0 0 0-.389.154c-.057.049-.129.107-.2.078s-.077-.151-.024-.218a1.129 1.129 0 0 1 .2-.152c.168-.132.072-.229-.043-.333a1.682 1.682 0 0 1-.331-.41Z", fill: "#fdffff" }),
|
|
194
|
+
React__namespace.createElement("path", { "data-name": "Path 3917", d: "m18.16 55.284.4.076a.332.332 0 0 0 .113.008.323.323 0 0 0 .161-.1l.187-.179a.093.093 0 0 1 .047-.032c.046-.011.085.045.078.092a.258.258 0 0 1-.075.119.184.184 0 0 0-.062.123.2.2 0 0 0 .079.125l.307.285a.153.153 0 0 1 .046.063.1.1 0 0 1-.08.108.218.218 0 0 1-.144-.033c-.1-.051-.183-.123-.28-.175a.376.376 0 0 0-.317-.035.641.641 0 0 0-.113.074 1.145 1.145 0 0 1-.4.185.282.282 0 0 1-.17 0 .114.114 0 0 1-.074-.137c.019-.051.079-.071.131-.084.118-.031.423-.051.432-.216 0-.076-.045-.1-.1-.132 0 .005-.213-.143-.166-.135Z", fill: "#fcfeff" }),
|
|
195
|
+
React__namespace.createElement("path", { "data-name": "Path 3918", d: "M15.817 58.167a.155.155 0 0 0 .1.058.076.076 0 0 0 .086-.057.1.1 0 0 0-.007-.046 1.188 1.188 0 0 0-.124-.208.254.254 0 0 1-.035-.231.315.315 0 0 1 .11-.111l.26-.185c.093-.067.2-.151.195-.266 0-.059-.046-.123-.1-.116s-.083.064-.113.11a.4.4 0 0 1-.647.029 2.413 2.413 0 0 1-.123-.208.275.275 0 0 0-.187-.14.087.087 0 0 0-.061.013.091.091 0 0 0-.024.082c.02.171.215.287.221.459a.388.388 0 0 1-.091.228 1.258 1.258 0 0 1-.482.394c-.054.026-.121.063-.115.123a.1.1 0 0 0 .042.066.272.272 0 0 0 .3 0 1.709 1.709 0 0 0 .239-.2c.31-.286.358-.014.556.206Z", fill: "#95c8d9" }),
|
|
196
|
+
React__namespace.createElement("path", { "data-name": "Path 3919", d: "M17.655 58.491c-.037-.048-.063-.137 0-.154a.082.082 0 0 1 .059.011 1.4 1.4 0 0 1 .265.207.414.414 0 0 0 .3.119.668.668 0 0 0 .284-.166.283.283 0 0 1 .308-.055c.025.016.048.046.037.074a.083.083 0 0 1-.03.034l-.195.156c-.059.046-.122.13-.071.186a.159.159 0 0 0 .1.034.728.728 0 0 1 .29.1.067.067 0 0 1 .03.03c.013.031-.024.059-.055.072a.729.729 0 0 1-.339.046 1.084 1.084 0 0 0-.37-.029.61.61 0 0 0-.227.132l-.309.244a.4.4 0 0 1-.151.088.14.14 0 0 1-.154-.056c-.038-.073.021-.158.085-.21.128-.1.337-.182.417-.334.094-.182-.166-.389-.274-.529Z", fill: "#91c6d8" }),
|
|
197
|
+
React__namespace.createElement("path", { "data-name": "Path 3920", d: "M16.201 60.105c0-.038 0-.083.03-.1.048-.033.109.025.128.08.061.178-.018.4.1.55s.387.139.53.283c.014.014.027.038.012.051a.039.039 0 0 1-.024.008.642.642 0 0 1-.265-.033c-.1-.033-.209-.086-.286-.022a.246.246 0 0 0-.058.2v.188a.155.155 0 0 1 0 .03c-.014.064-.116.061-.155.009a.308.308 0 0 1-.037-.188.464.464 0 0 0-.12-.334.982.982 0 0 0-.2-.117.711.711 0 0 1-.262-.265s.466.15.5.148c.217-.018.116-.33.107-.488Z", fill: "#9acadb" }),
|
|
198
|
+
React__namespace.createElement("path", { "data-name": "Path 3921", d: "M21.814 53.412a11.245 11.245 0 0 0-1.918 8.951 4.584 4.584 0 0 0 .7 1.741 1.333 1.333 0 0 0 .725.553 1.15 1.15 0 0 0 1-.3 3.106 3.106 0 0 0 .631-.876 14.822 14.822 0 0 0 2.069-7.165 4.584 4.584 0 0 0-.163-1.276 5.265 5.265 0 0 0-1.024-1.71 1.186 1.186 0 0 0-.535-.44 1.56 1.56 0 0 0-1.485.522Z", fill: "#fff" }),
|
|
199
|
+
React__namespace.createElement("path", { "data-name": "Path 3922", d: "M24.853 55.037a5.265 5.265 0 0 0-1.024-1.71 1.655 1.655 0 0 0-.357-.353c.23.289.424.667.242.978-.065.111-.17.193-.243.3a1.148 1.148 0 0 0-.144.37c-.515 2-.471 4.119-1.048 6.1-.118.409-.318.865-.727.983a1.267 1.267 0 0 1-.6-.018 3.509 3.509 0 0 1-1.243-.474 10.856 10.856 0 0 0 .184 1.147 4.584 4.584 0 0 0 .7 1.741 1.345 1.345 0 0 0 .725.554 1.153 1.153 0 0 0 1-.3 3.084 3.084 0 0 0 .63-.876 14.812 14.812 0 0 0 2.07-7.165 4.548 4.548 0 0 0-.165-1.277Z", fill: "#bac5d6" }),
|
|
200
|
+
React__namespace.createElement("path", { "data-name": "Path 3923", d: "M23.521 54.233a11.539 11.539 0 0 0-1.718 4.251c-.085 1.732-.531 3.174.269 4.832a11.144 11.144 0 0 0 1.984-3.623c.53-1.908-.535-5.46-.535-5.46Z", fill: "#383153" }),
|
|
201
|
+
React__namespace.createElement("path", { "data-name": "Path 3924", d: "M22.439 56.468s9.822 1.586 13.67 1.586 12.217.43 12.217.43l1.8 4.04-1.056 5.182-21.653-4.8-5.911-1.6s.14-3.613.933-4.838Z", fill: "#e0e7ea" }),
|
|
202
|
+
React__namespace.createElement("path", { "data-name": "Path 3925", d: "M33.543 58.989c3.925.34 11.063.582 15.321.7l-.538-1.209s-8.369-.43-12.217-.43-13.67-1.586-13.67-1.586a3.538 3.538 0 0 0-.367.859c1.656.324 6.683 1.25 11.471 1.666Z", fill: "#f9fcfc" }),
|
|
203
|
+
React__namespace.createElement("path", { "data-name": "Path 3926", d: "m50.122 62.524-1.8-4.04s-1.985-.1-4.466-.207a11.781 11.781 0 0 0-2.7 3.388 8.182 8.182 0 0 0-.672 4.019l.009.122 8.568 1.9Z", fill: "#883633" }),
|
|
204
|
+
React__namespace.createElement("path", { "data-name": "Path 3927", d: "m49.588 65.147-.425-1.113s-1.564.652-8.705 0a93.484 93.484 0 0 1-16.072-3.457 19.137 19.137 0 0 0-.865-2.093 7.02 7.02 0 0 1-.435-1.914l-.647-.1c-.793 1.225-.937 4.83-.937 4.83l5.911 1.6 21.653 4.8Z", fill: "#a9b0b4" }),
|
|
205
|
+
React__namespace.createElement("path", { "data-name": "Path 3928", d: "M49.163 64.034s-1.559.648-8.653 0a10.471 10.471 0 0 0-.021 1.645l.009.122 8.568 1.9.522-2.559Z", fill: "#642624" }),
|
|
206
|
+
React__namespace.createElement("path", { "data-name": "Path 3929", d: "M69.079 42.487s2.376 9.806 0 19.121c0 0 1.015.876 1.59-2.639a41.146 41.146 0 0 0-.464-16.824", fill: "#7c5339" }),
|
|
207
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120.004H0z" }))); };
|
|
208
|
+
|
|
209
|
+
module.exports = SvgEek;
|
|
210
|
+
//# sourceMappingURL=Eek.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Eek.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|