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,1786 @@
|
|
|
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 SvgSepatpus = 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 119.656" }, props),
|
|
29
|
+
React__namespace.createElement("defs", null,
|
|
30
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__i" },
|
|
31
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 2008", fill: "none", d: "M0 0h120v119.656H0z" })),
|
|
32
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__j" },
|
|
33
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1821", fill: "none", d: "M0 0h120v119.656H0z" })),
|
|
34
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__k" },
|
|
35
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1801", transform: "translate(110.19 48.689)", fill: "none", d: "M0 0h9.321v17.371H0z" })),
|
|
36
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__l" },
|
|
37
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1802", transform: "translate(10.016 12.841)", fill: "none", d: "M0 0h101.912v97.609H0z" })),
|
|
38
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__m" },
|
|
39
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1803", transform: "translate(84.251 86.229)", fill: "none", d: "M0 0h10.096v16.836H0z" })),
|
|
40
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__n" },
|
|
41
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1804", transform: "translate(51.28 16.058)", fill: "none", d: "M0 0h60.862v22.286H0z" })),
|
|
42
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__o" },
|
|
43
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1806", transform: "translate(79.859 16.131)", fill: "none", d: "M0 0h.594v.056H0z" })),
|
|
44
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__p" },
|
|
45
|
+
React__namespace.createElement("path", { "data-name": "Path 4316", d: "M80.452 16.131a4.389 4.389 0 0 0-.593.056q.29-.026.593-.056", fill: "none" })),
|
|
46
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__r" },
|
|
47
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1808", transform: "translate(78.685 47.224)", fill: "none", d: "M0 0h39.481v19.806H0z" })),
|
|
48
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__s" },
|
|
49
|
+
React__namespace.createElement("path", { "data-name": "Path 4317", d: "M78.685 60.529s22.694 8.735 39.481-13.305c0 0-12.729 33.565-39.481 13.305", fill: "none" })),
|
|
50
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__u" },
|
|
51
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1809", transform: "translate(108.881 24.955)", fill: "none", d: "M0 0h7.414v17.214H0z" })),
|
|
52
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__v" },
|
|
53
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1810", transform: "translate(84.687 41.623)", fill: "none", d: "M0 0h3.621v2.89H0z" })),
|
|
54
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__w" },
|
|
55
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1811", transform: "translate(98.819 22.037)", fill: "none", d: "M0 0h4.647v2.09H0z" })),
|
|
56
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__x" },
|
|
57
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1812", transform: "translate(103.42 23.696)", fill: "none", d: "M0 0h1.401v1.088H0z" })),
|
|
58
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__y" },
|
|
59
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1814", transform: "translate(56.564 38.064)", fill: "none", d: "M0 0h16.563v17.697H0z" })),
|
|
60
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__z" },
|
|
61
|
+
React__namespace.createElement("path", { "data-name": "Path 4338", d: "M56.617 45.182a1.36 1.36 0 0 0-.053.227c.3-.125.053-.227.053-.227", fill: "none" })),
|
|
62
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__B" },
|
|
63
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1815", transform: "translate(13.4 58.21)", fill: "none", d: "M0 0h32.217v38.558H0z" })),
|
|
64
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__C" },
|
|
65
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1817", transform: "translate(13.4 63.966)", fill: "none", d: "M0 0h16.293v20.928H0z" })),
|
|
66
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__D" },
|
|
67
|
+
React__namespace.createElement("path", { "data-name": "Path 4343", d: "M24.02 65.541s8.225 10.359 1.422 14.385c-2.465 1.457-6.829.086-12.042-1.765a50.645 50.645 0 0 0 2.637 5.791c3.631 1.161 7.082 1.475 9.531-.374 5.482-4.138 5.715-12.1-.6-19.612-.319.49-.635 1.009-.949 1.575", fill: "none" })),
|
|
68
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__E" },
|
|
69
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1818", transform: "translate(25.821 58.216)", fill: "none", d: "M0 0h19.791v28.794H0z" })),
|
|
70
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__F" },
|
|
71
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1819", transform: "translate(16.037 74.992)", fill: "none", d: "M0 0h13.654v10.287H0z" })),
|
|
72
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__G" },
|
|
73
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1820", transform: "translate(29.565 73.445)", fill: "none", d: "M0 0h.118v1.547H0z" })),
|
|
74
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__H" },
|
|
75
|
+
React__namespace.createElement("path", { "data-name": "Path 4347", d: "M53.116 58.291s-10.948 4.574-5.181 17.233c0 0 17.209-.465 19.889 17.9a134.932 134.932 0 0 1 1.019 16.224 50.1 50.1 0 0 0 17.01-6.465c.092-8.486-.559-17.283-4.677-25.257-9.764-18.909-25.4-19.641-27.757-19.641-.2 0-.3.005-.3.005", fill: "none" })),
|
|
76
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__I" },
|
|
77
|
+
React__namespace.createElement("path", { "data-name": "Path 4348", d: "M91.863 98.88c.38-.316.762-.63 1.133-.958.5-.442.986-.9 1.466-1.358.345-3.957 3.823-5.939 5.912-6.779.1-.136.2-.275.293-.412-2.773.37-9.087 2.041-8.8 9.507", fill: "none" })),
|
|
78
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__K" },
|
|
79
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1825", transform: "translate(44.231 57.889)", fill: "none", d: "M0 0h35.353v48.622H0z" })),
|
|
80
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__L" },
|
|
81
|
+
React__namespace.createElement("path", { "data-name": "Path 4350", d: "M79.584 106.411C70.743 95.874 45.625 93 54.418 78.151c-2.807 4.5-2.159 1.476-4.265 3.068-2.065 1.561-11.237-5.163 11.692-16.456a11.086 11.086 0 0 0-5.215-6.874c-3.158 3.234-15.36 16.785-11.73 29.738 4.012 14.322 19.627 3.477 34.438 18.884.081-.034.165-.065.247-.1", fill: "none" })),
|
|
82
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__N" },
|
|
83
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1826", transform: "translate(35.147 27.973)", fill: "none", d: "M0 0h2.642v11.9H0z" })),
|
|
84
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__O" },
|
|
85
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1827", transform: "translate(47.892 27.638)", fill: "none", d: "M0 0h13.066v14.872H0z" })),
|
|
86
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__P" },
|
|
87
|
+
React__namespace.createElement("path", { "data-name": "Path 4353", d: "M85.682 31.334c-.047-.087-.1-.171-.142-.256.047.085.1.169.142.256", fill: "none" })),
|
|
88
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__Q" },
|
|
89
|
+
React__namespace.createElement("path", { "data-name": "Path 4354", d: "M85.974 31.9", fill: "none" })),
|
|
90
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__S" },
|
|
91
|
+
React__namespace.createElement("path", { "data-name": "Path 4355", d: "M85.434 30.9c-.05-.087-.1-.174-.154-.259.053.085.1.172.154.259", fill: "none" })),
|
|
92
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__U" },
|
|
93
|
+
React__namespace.createElement("path", { "data-name": "Path 4356", d: "M84.778 29.864c-.062-.091-.126-.181-.189-.271.063.09.127.18.189.271", fill: "none" })),
|
|
94
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__W" },
|
|
95
|
+
React__namespace.createElement("path", { "data-name": "Path 4357", d: "M86.226 32.43", fill: "none" })),
|
|
96
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__Y" },
|
|
97
|
+
React__namespace.createElement("path", { "data-name": "Path 4358", d: "M85.207 30.522", fill: "none" })),
|
|
98
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aa" },
|
|
99
|
+
React__namespace.createElement("path", { "data-name": "Path 4359", d: "M86.621 33.4c-.027-.078-.057-.153-.086-.229.029.076.059.151.086.229", fill: "none" })),
|
|
100
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ac" },
|
|
101
|
+
React__namespace.createElement("path", { "data-name": "Path 4360", d: "M87.136 35.164c-.016-.072-.034-.143-.051-.215.017.072.035.143.051.215", fill: "none" })),
|
|
102
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ae" },
|
|
103
|
+
React__namespace.createElement("path", { "data-name": "Path 4361", d: "M87 34.624c-.021-.079-.042-.158-.065-.237.023.079.044.158.065.237", fill: "none" })),
|
|
104
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ag" },
|
|
105
|
+
React__namespace.createElement("path", { "data-name": "Path 4362", d: "M86.848 34.084", fill: "none" })),
|
|
106
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ai" },
|
|
107
|
+
React__namespace.createElement("path", { "data-name": "Path 4363", d: "m86.432 32.912-.1-.245c.034.081.068.163.1.245", fill: "none" })),
|
|
108
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ak" },
|
|
109
|
+
React__namespace.createElement("path", { "data-name": "Path 4364", d: "M84.5 29.464", fill: "none" })),
|
|
110
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__am" },
|
|
111
|
+
React__namespace.createElement("path", { "data-name": "Path 4365", d: "M87.493 37.848c0-.056 0-.113-.008-.169 0 .056 0 .113.008.169", fill: "none" })),
|
|
112
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ao" },
|
|
113
|
+
React__namespace.createElement("path", { "data-name": "Path 4366", d: "M87.507 39.21v-.212.212", fill: "none" })),
|
|
114
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aq" },
|
|
115
|
+
React__namespace.createElement("path", { "data-name": "Path 4367", d: "M87.512 38.546v-.231.231", fill: "none" })),
|
|
116
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__as" },
|
|
117
|
+
React__namespace.createElement("path", { "data-name": "Path 4368", d: "M87.469 40c0-.044.007-.088.01-.13 0 .042-.006.086-.01.13", fill: "none" })),
|
|
118
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__au" },
|
|
119
|
+
React__namespace.createElement("path", { "data-name": "Path 4369", d: "m87.371 36.494-.031-.233.031.233", fill: "none" })),
|
|
120
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aw" },
|
|
121
|
+
React__namespace.createElement("path", { "data-name": "Path 4371", d: "M87.277 35.883q-.015-.1-.033-.2.018.1.033.2", fill: "none" })),
|
|
122
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ay" },
|
|
123
|
+
React__namespace.createElement("path", { "data-name": "Path 4372", d: "m87.44 37.092-.022-.211.022.211", fill: "none" })),
|
|
124
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aA" },
|
|
125
|
+
React__namespace.createElement("path", { "data-name": "Path 4373", d: "M87.313 41.547", fill: "none" })),
|
|
126
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aC" },
|
|
127
|
+
React__namespace.createElement("path", { "data-name": "Path 4374", d: "m86.832 44.123.055-.242-.055.242", fill: "none" })),
|
|
128
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aE" },
|
|
129
|
+
React__namespace.createElement("path", { "data-name": "Path 4375", d: "M87.4 40.807", fill: "none" })),
|
|
130
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aG" },
|
|
131
|
+
React__namespace.createElement("path", { "data-name": "Path 4377", d: "M87.188 42.361c0-.025.009-.05.014-.075l-.014.075", fill: "none" })),
|
|
132
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aI" },
|
|
133
|
+
React__namespace.createElement("path", { "data-name": "Path 4379", d: "M32.14 33.441C32.125 38.173 35.147 39 35.147 39s2.43-1.366 2.352-5.321-1.525-5.606-1.525-5.606-3.819.64-3.834 5.371", fill: "none" })),
|
|
134
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aJ" },
|
|
135
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1856", transform: "translate(47.195 40.472)", fill: "none", d: "M0 0h11.604v7.681H0z" })),
|
|
136
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aK" },
|
|
137
|
+
React__namespace.createElement("path", { "data-name": "Path 4380", d: "M58.8 42.147s-11.435 8.783-11.525-1.675c0 0-1.785 16.1 11.525 1.675", fill: "none" })),
|
|
138
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aL" },
|
|
139
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1858", transform: "translate(35.827 39.694)", fill: "none", d: "M0 0h3.317v4.508H0z" })),
|
|
140
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aM" },
|
|
141
|
+
React__namespace.createElement("path", { "data-name": "Path 4381", d: "M35.827 41.051s1.629 3.259 3.282-1.357c0 0 .611 9.166-3.282 1.357", fill: "none" })),
|
|
142
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aO" },
|
|
143
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1859", transform: "translate(36.686 26.863)", fill: "none", d: "M0 0h5.841v6.736H0z" })),
|
|
144
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aP" },
|
|
145
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1860", transform: "translate(47.432 25.39)", fill: "none", d: "M0 0h9.961v8.458H0z" })),
|
|
146
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aQ" },
|
|
147
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1862", transform: "translate(11.669 61.705)", fill: "none", d: "M0 0h34.208v30.119H0z" })),
|
|
148
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aR" },
|
|
149
|
+
React__namespace.createElement("path", { "data-name": "Path 4386", d: "M11.669 72.711A50.549 50.549 0 0 0 18.9 88.627a41.051 41.051 0 0 0 12.765 3.2 80.181 80.181 0 0 1-4.083-1.032l-.194-.056q-.381-.109-.743-.221l-.2-.062c-.24-.074-.476-.15-.7-.225l-.125-.042q-1.128-.379-2.039-.773l-.067-.028c-.172-.075-.335-.152-.5-.228l-.173-.083a15.52 15.52 0 0 1-.429-.219l-.173-.094a11.53 11.53 0 0 1-.39-.224c-.046-.027-.088-.056-.133-.084a7.687 7.687 0 0 1-1.082-.806l-.088-.078a5.182 5.182 0 0 1-.233-.237c-.039-.041-.079-.083-.116-.125a4.937 4.937 0 0 1-.19-.231c-.036-.048-.071-.1-.105-.143a4.73 4.73 0 0 1-.156-.233c-.03-.049-.056-.1-.084-.15-.045-.08-.09-.16-.129-.243-.017-.037-.03-.076-.046-.114a3.719 3.719 0 0 1-.171-.5c-.016-.059-.034-.118-.047-.178-.018-.079-.029-.16-.042-.241s-.02-.135-.028-.2-.013-.16-.017-.241 0-.149 0-.225v-.241c0-.081.012-.169.02-.254s.012-.152.022-.229a7.051 7.051 0 0 1 .116-.635c.028-.125.058-.252.092-.381.02-.072.043-.147.065-.22l.1-.34q.039-.116.081-.234c.041-.118.085-.238.131-.359l.09-.229c.054-.137.113-.276.173-.416.027-.064.053-.127.082-.192.091-.209.187-.42.29-.637l.029-.05a6.327 6.327 0 0 1 .354-.638c.048-.075.107-.146.158-.22.1-.144.2-.289.309-.428.067-.083.145-.161.216-.242.108-.123.213-.248.331-.366.081-.082.172-.16.257-.239.119-.112.235-.225.362-.332.091-.078.191-.151.286-.226.132-.1.262-.21.4-.31.1-.07.2-.136.3-.2.147-.1.292-.2.446-.3.1-.062.206-.121.308-.181a10.94 10.94 0 0 1 .8-.444c.18-.093.359-.186.544-.275.1-.047.2-.091.3-.136.2-.091.393-.181.595-.267.092-.039.185-.075.278-.113.214-.088.429-.175.649-.258.085-.032.173-.063.259-.094.232-.085.464-.169.7-.249.073-.025.147-.048.221-.072.252-.083.505-.165.761-.242.06-.019.121-.036.181-.054.272-.081.544-.159.818-.234l.135-.036c.29-.078.58-.153.872-.225l.09-.022q.464-.112.925-.215l.028-.006c.325-.072.648-.141.97-.2-11.273 1.787-21.646 3.232-13.62-2.485 8.719-6.212 20.12-5.251 26.03-5.119a9.807 9.807 0 0 0-.124-3.9C41 61.353 20.846 63.075 11.669 72.711", fill: "none" })),
|
|
150
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aS" },
|
|
151
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1863", transform: "translate(11.561 61.786)", fill: "none", d: "M0 0h29.638v10.888H0z" })),
|
|
152
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aT" },
|
|
153
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1864", transform: "translate(41.198 61.738)", fill: "none", d: "M0 0h1.468v.048H0z" })),
|
|
154
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aU" },
|
|
155
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1865", transform: "translate(32.584 59.917)", fill: "none", d: "M0 0h2.872v1.103H0z" })),
|
|
156
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aV" },
|
|
157
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1866", transform: "translate(16.491 80.18)", fill: "none", d: "M0 0h3.781v5.289H0z" })),
|
|
158
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aW" },
|
|
159
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1867", transform: "translate(17.538 82.021)", fill: "none", d: "M0 0h1.915v2.679H0z" })),
|
|
160
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aX" },
|
|
161
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1868", transform: "translate(17.544 82.778)", fill: "none", d: "M0 0h1.908v1.922H0z" })),
|
|
162
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aY" },
|
|
163
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1869", transform: "translate(18.824 85.533)", fill: "none", d: "M0 0h4.268v4.982H0z" })),
|
|
164
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__aZ" },
|
|
165
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1870", transform: "translate(20.229 87.158)", fill: "none", d: "M0 0h2.161v2.523H0z" })),
|
|
166
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ba" },
|
|
167
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1871", transform: "translate(20.539 87.471)", fill: "none", d: "M0 0h1.851v2.209H0z" })),
|
|
168
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bb" },
|
|
169
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1872", transform: "translate(22.284 90.542)", fill: "none", d: "M0 0h5.02v4.083H0z" })),
|
|
170
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bc" },
|
|
171
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1873", transform: "translate(24.034 91.915)", fill: "none", d: "M0 0h2.542v2.068H0z" })),
|
|
172
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bd" },
|
|
173
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1874", transform: "translate(25.02 91.925)", fill: "none", d: "M0 0h1.557v2.054H0z" })),
|
|
174
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__be" },
|
|
175
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1875", transform: "translate(27.862 92.989)", fill: "none", d: "M0 0h5.245v3.808H0z" })),
|
|
176
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bf" },
|
|
177
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1876", transform: "translate(29.654 94.206)", fill: "none", d: "M0 0h2.656v1.928H0z" })),
|
|
178
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bg" },
|
|
179
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1877", transform: "translate(30.499 94.208)", fill: "none", d: "M0 0h1.811v1.923H0z" })),
|
|
180
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bh" },
|
|
181
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1878", transform: "translate(34.814 94.429)", fill: "none", d: "M0 0h5.297v3.815H0z" })),
|
|
182
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bi" },
|
|
183
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1879", transform: "translate(36.683 95.53)", fill: "none", d: "M0 0h2.682v1.932H0z" })),
|
|
184
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bj" },
|
|
185
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1880", transform: "translate(37.341 95.531)", fill: "none", d: "M0 0h2.024v1.902H0z" })),
|
|
186
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bk" },
|
|
187
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1881", transform: "translate(31.042 98.613)", fill: "none", d: "M0 0h5.224v3.829H0z" })),
|
|
188
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bl" },
|
|
189
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1882", transform: "translate(32.815 99.853)", fill: "none", d: "M0 0h2.646v1.939H0z" })),
|
|
190
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bm" },
|
|
191
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1883", transform: "translate(33.689 99.855)", fill: "none", d: "M0 0h1.772v1.933H0z" })),
|
|
192
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bn" },
|
|
193
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1884", transform: "translate(41.928 95.546)", fill: "none", d: "M0 0h5.297v3.815H0z" })),
|
|
194
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bo" },
|
|
195
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1885", transform: "translate(43.796 96.647)", fill: "none", d: "M0 0h2.683v1.932H0z" })),
|
|
196
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bp" },
|
|
197
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1886", transform: "translate(44.455 96.648)", fill: "none", d: "M0 0h2.024v1.902H0z" })),
|
|
198
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bq" },
|
|
199
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1887", transform: "translate(38.156 99.73)", fill: "none", d: "M0 0h5.224v3.829H0z" })),
|
|
200
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__br" },
|
|
201
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1888", transform: "translate(39.929 100.97)", fill: "none", d: "M0 0h2.646v1.939H0z" })),
|
|
202
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bs" },
|
|
203
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1889", transform: "translate(40.803 100.972)", fill: "none", d: "M0 0h1.772v1.933H0z" })),
|
|
204
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bt" },
|
|
205
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1890", transform: "translate(49.484 97.805)", fill: "none", d: "M0 0h5.092v3.987H0z" })),
|
|
206
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bu" },
|
|
207
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1891", transform: "translate(51.155 99.163)", fill: "none", d: "M0 0h2.579v2.019H0z" })),
|
|
208
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bv" },
|
|
209
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1892", transform: "translate(52.149 99.166)", fill: "none", d: "M0 0h1.584v2.013H0z" })),
|
|
210
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bw" },
|
|
211
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1893", transform: "translate(45.127 101.647)", fill: "none", d: "M0 0h5.146v3.919H0z" })),
|
|
212
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bx" },
|
|
213
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1894", transform: "translate(46.839 102.96)", fill: "none", d: "M0 0h2.606v1.984H0z" })),
|
|
214
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__by" },
|
|
215
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1895", transform: "translate(47.791 102.962)", fill: "none", d: "M0 0h1.655v1.979H0z" })),
|
|
216
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bz" },
|
|
217
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1896", transform: "translate(54.902 102.031)", fill: "none", d: "M0 0h4.66v4.552H0z" })),
|
|
218
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bA" },
|
|
219
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1897", transform: "translate(56.569 103.488)", fill: "none", d: "M0 0h2.36v2.305H0z" })),
|
|
220
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bB" },
|
|
221
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1898", transform: "translate(57.186 103.611)", fill: "none", d: "M0 0h1.743v2.18H0z" })),
|
|
222
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bC" },
|
|
223
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1899", transform: "translate(51.142 104.419)", fill: "none", d: "M0 0h4.774v4.407H0z" })),
|
|
224
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bD" },
|
|
225
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1900", transform: "translate(52.592 105.994)", fill: "none", d: "M0 0h2.418v2.232H0z" })),
|
|
226
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bE" },
|
|
227
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1901", transform: "translate(53.315 106.072)", fill: "none", d: "M0 0h1.695v2.151H0z" })),
|
|
228
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bF" },
|
|
229
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1902", transform: "translate(13.579 73.717)", fill: "none", d: "M0 0h4.443v4.49H0z" })),
|
|
230
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bG" },
|
|
231
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1903", transform: "translate(15.587 75.579)", fill: "none", d: "M0 0h1.865v1.75H0z" })),
|
|
232
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bH" },
|
|
233
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1904", transform: "translate(15.968 75.579)", fill: "none", d: "M0 0h1.484v1.073H0z" })),
|
|
234
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bI" },
|
|
235
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1905", transform: "translate(19.246 71.695)", fill: "none", d: "M0 0h5.515v2.994H0z" })),
|
|
236
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bJ" },
|
|
237
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1906", transform: "translate(21.142 73.551)", fill: "none", d: "M0 0h2.448v.753H0z" })),
|
|
238
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bK" },
|
|
239
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1907", transform: "translate(21.797 73.551)", fill: "none", d: "M0 0h1.793v.64H0z" })),
|
|
240
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bL" },
|
|
241
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1908", transform: "translate(27.104 70.996)", fill: "none", d: "M0 0h6.331v3.047H0z" })),
|
|
242
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bM" },
|
|
243
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1909", transform: "translate(29.069 73.092)", fill: "none", d: "M0 0h2.804v.626H0z" })),
|
|
244
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bN" },
|
|
245
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1910", transform: "translate(29.875 73.093)", fill: "none", d: "M0 0h1.998v.624H0z" })),
|
|
246
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bO" },
|
|
247
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1911", transform: "translate(16.603 75.529)", fill: "none", d: "M0 0h4.443v4.491H0z" })),
|
|
248
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bP" },
|
|
249
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1912", transform: "translate(18.61 77.391)", fill: "none", d: "M0 0h1.865v1.75H0z" })),
|
|
250
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bQ" },
|
|
251
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1913", transform: "translate(18.991 77.391)", fill: "none", d: "M0 0h1.484v1.073H0z" })),
|
|
252
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bR" },
|
|
253
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1914", transform: "translate(49.925 50.651)", fill: "none", d: "M0 0h4.48v4.957H0z" })),
|
|
254
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bS" },
|
|
255
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1915", transform: "translate(52.768 54.897)", fill: "none", d: "M0 0h2.804v3.096H0z" })),
|
|
256
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bT" },
|
|
257
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1916", transform: "translate(47.208 48.964)", fill: "none", d: "M0 0h2.627v2.291H0z" })),
|
|
258
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bU" },
|
|
259
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1918", transform: "translate(50.017 58.229)", fill: "none", d: "M0 0h55.165v28.591H0z" })),
|
|
260
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bV" },
|
|
261
|
+
React__namespace.createElement("path", { "data-name": "Path 4461", d: "M67.543 85.992c14.516 5.163 14.148-15.427 37.639-17.527-14.064-1.078-32.436 20.919-39.889 4.286 2.057 4.888 5.162 7.063 5.248 9.7.084 2.587-15.9 1.754-11.9-23.491a11.086 11.086 0 0 0-8.623.295c.82 4.445 4.852 22.229 17.526 26.735", fill: "none" })),
|
|
262
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bX" },
|
|
263
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1920", transform: "translate(71.745 68.423)", fill: "none", d: "M0 0h35.531v18.403H0z" })),
|
|
264
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bY" },
|
|
265
|
+
React__namespace.createElement("path", { "data-name": "Path 4463", d: "M85.036 75.369c6.667-3.233 13.839-7.387 20.146-6.9C84.213 70.34 82.248 86.931 71.745 86.8c5.782.347 9.083-3.625 14.2-9 3.94-4.134 13.5-10.048 21.326-8.994-6.78-1.778-14.823 2.96-22.24 6.56", fill: "none" })),
|
|
266
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__bZ" },
|
|
267
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1921", transform: "translate(65.831 81.168)", fill: "none", d: "M0 0h2.238v1.269H0z" })),
|
|
268
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ca" },
|
|
269
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1922", transform: "translate(56.603 88.472)", fill: "none", d: "M0 0h6.686v4.645H0z" })),
|
|
270
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cb" },
|
|
271
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1923", transform: "translate(58.275 90.173)", fill: "none", d: "M0 0h3.386v2.352H0z" })),
|
|
272
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cc" },
|
|
273
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1924", transform: "translate(59.067 90.432)", fill: "none", d: "M0 0h2.594v2.093H0z" })),
|
|
274
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cd" },
|
|
275
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1925", transform: "translate(68.637 88.786)", fill: "none", d: "M0 0h7.128v2.815H0z" })),
|
|
276
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ce" },
|
|
277
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1926", transform: "translate(70.999 90.307)", fill: "none", d: "M0 0h3.722v.939H0z" })),
|
|
278
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cf" },
|
|
279
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1927", transform: "translate(72.304 90.308)", fill: "none", d: "M0 0h2.417v.936H0z" })),
|
|
280
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cg" },
|
|
281
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1928", transform: "translate(64.846 91.964)", fill: "none", d: "M0 0h7.127v2.815H0z" })),
|
|
282
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ch" },
|
|
283
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1929", transform: "translate(67.207 93.485)", fill: "none", d: "M0 0h3.722v.939H0z" })),
|
|
284
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ci" },
|
|
285
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1930", transform: "translate(68.512 93.486)", fill: "none", d: "M0 0h2.417v.936H0z" })),
|
|
286
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cj" },
|
|
287
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1931", transform: "translate(77.451 88.086)", fill: "none", d: "M0 0h5.396v2.682H0z" })),
|
|
288
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ck" },
|
|
289
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1932", transform: "translate(79.476 89.563)", fill: "none", d: "M0 0h2.379v.815H0z" })),
|
|
290
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cl" },
|
|
291
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1933", transform: "translate(80.069 89.563)", fill: "none", d: "M0 0h1.786v.598H0z" })),
|
|
292
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cm" },
|
|
293
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1934", transform: "translate(85.064 85.421)", fill: "none", d: "M0 0h4.987v3.408H0z" })),
|
|
294
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cn" },
|
|
295
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1935", transform: "translate(87.112 86.92)", fill: "none", d: "M0 0h2.162v1.282H0z" })),
|
|
296
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__co" },
|
|
297
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1936", transform: "translate(87.607 86.92)", fill: "none", d: "M0 0h1.667v.777H0z" })),
|
|
298
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cp" },
|
|
299
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1937", transform: "translate(91.255 81.102)", fill: "none", d: "M0 0h4.845v3.607H0z" })),
|
|
300
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cq" },
|
|
301
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1938", transform: "translate(93.294 82.607)", fill: "none", d: "M0 0h2.087v1.401H0z" })),
|
|
302
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cr" },
|
|
303
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1939", transform: "translate(93.759 82.607)", fill: "none", d: "M0 0h1.621v.856H0z" })),
|
|
304
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cs" },
|
|
305
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1940", transform: "translate(97.57 79.365)", fill: "none", d: "M0 0h3.981v2.257H0z" })),
|
|
306
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__ct" },
|
|
307
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1941", transform: "translate(99.239 80.528)", fill: "none", d: "M0 0h1.717v.742H0z" })),
|
|
308
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cu" },
|
|
309
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1942", transform: "translate(99.623 80.528)", fill: "none", d: "M0 0h1.332v.51H0z" })),
|
|
310
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cv" },
|
|
311
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1943", transform: "translate(81.577 90.031)", fill: "none", d: "M0 0h5.139v3.171H0z" })),
|
|
312
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cw" },
|
|
313
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1944", transform: "translate(83.628 91.521)", fill: "none", d: "M0 0h2.243v1.136H0z" })),
|
|
314
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cx" },
|
|
315
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1945", transform: "translate(84.156 91.521)", fill: "none", d: "M0 0h1.714v.722H0z" })),
|
|
316
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cy" },
|
|
317
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1946", transform: "translate(74.544 92.523)", fill: "none", d: "M0 0h5.521v2.37H0z" })),
|
|
318
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cz" },
|
|
319
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1947", transform: "translate(76.513 94.008)", fill: "none", d: "M0 0h2.447v.583H0z" })),
|
|
320
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cA" },
|
|
321
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1948", transform: "translate(77.149 94.009)", fill: "none", d: "M0 0h1.811v.504H0z" })),
|
|
322
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cB" },
|
|
323
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1950", transform: "translate(39.143 56.217)", fill: "none", d: "M0 0h9.267v15.899H0z" })),
|
|
324
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cC" },
|
|
325
|
+
React__namespace.createElement("path", { "data-name": "Path 4501", d: "M42.9 72.116a11.129 11.129 0 0 1 3.466-10.25c4.841-4.327.088-7.181-4.061-4.767s-4.485 8.654.6 15.017", fill: "none" })),
|
|
326
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cE" },
|
|
327
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1952", transform: "translate(38.966 55.007)", fill: "none", d: "M0 0h9.815v12.13H0z" })),
|
|
328
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cF" },
|
|
329
|
+
React__namespace.createElement("path", { "data-name": "Path 4502", d: "M43 55.525c-4.715 1.86-4.626 7.591-3.089 11.447.025.062.048.11.072.166-1.7-4.431-.717-8.268 2.328-10.039 3.459-2.012 7.333-.362 5.722 2.749 2.073-2.626-.318-6.184-5.033-4.323", fill: "none" })),
|
|
330
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cH" },
|
|
331
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1953", transform: "translate(37.735 33.848)", fill: "none", d: "M0 0h10.213v17.486H0z" })),
|
|
332
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cI" },
|
|
333
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1954", transform: "translate(10.267 43.761)", fill: "none", d: "M0 0h28.267v22.827H0z" })),
|
|
334
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cJ" },
|
|
335
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1955", transform: "translate(42.722 60.445)", fill: "none", d: "M0 0h33.081v28.358H0z" })),
|
|
336
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cK" },
|
|
337
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1957", transform: "translate(47.275 35.089)", fill: "none", d: "M0 0h4.482v10.503H0z" })),
|
|
338
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cL" },
|
|
339
|
+
React__namespace.createElement("path", { "data-name": "Path 4506", d: "M48.308 35.089s-.8 1.371-1.033 5.383c.038 4.425 2.108 5.4 4.482 5.058-.086-.023-3.352-.935-.155-3.028-2.668-.136-4.572-2.114-3.294-7.413", fill: "none" })),
|
|
340
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cM" },
|
|
341
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1959", transform: "translate(36.616 33.8)", fill: "none", d: "M0 0h2.505v8.192H0z" })),
|
|
342
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cN" },
|
|
343
|
+
React__namespace.createElement("path", { "data-name": "Path 4507", d: "M37.584 33.8c-.038.289-.08.586-.13.9a26.228 26.228 0 0 1-.838 3.89c1.828-2.257 1.1 3.3 1.087 3.4a4.433 4.433 0 0 0 1.406-2.3 10.164 10.164 0 0 0-1.525-5.89", fill: "none" })),
|
|
344
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cP" },
|
|
345
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1960", transform: "translate(32.438 33.283)", fill: "none", d: "M0 0h5.016v5.714H0z" })),
|
|
346
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cQ" },
|
|
347
|
+
React__namespace.createElement("path", { "data-name": "Path 4519", d: "M50.771 40.082c4.224 3.739 14.289-2.942 8.619-9.553a5.7 5.7 0 0 0-4.383-2.178c-5 0-9.609 6.976-4.236 11.731", fill: "none" })),
|
|
348
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cS" },
|
|
349
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1963", transform: "translate(50.077 33.256)", fill: "none", d: "M0 0h10.536v7.902H0z" })),
|
|
350
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cT" },
|
|
351
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1964", transform: "translate(34.895 42.568)", fill: "none", d: "M0 0h20.039v11.103H0z" })),
|
|
352
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cU" },
|
|
353
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1965", transform: "translate(43.236 17.892)", fill: "none", d: "M0 0h16.928v7.696H0z" })),
|
|
354
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cV" },
|
|
355
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1966", transform: "translate(49.535 43.501)", fill: "none", d: "M0 0h51.066v51.148H0z" })),
|
|
356
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cW" },
|
|
357
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1967", transform: "translate(60.98 53.715)", fill: "none", d: "M0 0h34.366v24.933H0z" })),
|
|
358
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cX" },
|
|
359
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1968", transform: "translate(60.794 52.883)", fill: "none", d: "M0 0h34.366v24.933H0z" })),
|
|
360
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cY" },
|
|
361
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1969", transform: "translate(66.633 79.594)", fill: "none", d: "M0 0h18.239v14.664H0z" })),
|
|
362
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__cZ" },
|
|
363
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1970", transform: "translate(70.951 92.25)", fill: "none", d: "M0 0h.063v.034H0z" })),
|
|
364
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__da" },
|
|
365
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1971", transform: "translate(79.374 93.025)", fill: "none", d: "M0 0h.057v.001H0z" })),
|
|
366
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__db" },
|
|
367
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1972", transform: "translate(64.191 88.493)", fill: "none", d: "M0 0h5.843v3.269H0z" })),
|
|
368
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dc" },
|
|
369
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1973", transform: "translate(84.339 84.368)", fill: "none", d: "M0 0h5.77v5.378H0z" })),
|
|
370
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dd" },
|
|
371
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1974", transform: "translate(63.747 88.214)", fill: "none", d: "M0 0h.033v.021H0z" })),
|
|
372
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__de" },
|
|
373
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1975", transform: "translate(72.547 93.027)", fill: "none", d: "M0 0h6.794v1.623H0z" })),
|
|
374
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__df" },
|
|
375
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1976", transform: "translate(70.489 92.004)", fill: "none", d: "M0 0h.002v.001H0z" })),
|
|
376
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dg" },
|
|
377
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1977", transform: "translate(82.923 90.862)", fill: "none", d: "M0 0h.049v.038H0z" })),
|
|
378
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dh" },
|
|
379
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1978", transform: "translate(49.535 43.501)", fill: "none", d: "M0 0h51.066v44.491H0z" })),
|
|
380
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__di" },
|
|
381
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1979", transform: "translate(82.247 91.396)", fill: "none", d: "M0 0h.026v.019H0z" })),
|
|
382
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dj" },
|
|
383
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1980", transform: "translate(80.939 92.251)", fill: "none", d: "M0 0h.091v.056H0z" })),
|
|
384
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dk" },
|
|
385
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1981", transform: "translate(80.403 92.584)", fill: "none", d: "M0 0h.06v.034H0z" })),
|
|
386
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dl" },
|
|
387
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1982", transform: "translate(79.844 92.841)", fill: "none", d: "M0 0h.098v.041H0z" })),
|
|
388
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dm" },
|
|
389
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1983", transform: "translate(81.587 91.832)", fill: "none", d: "M0 0h.077v.054H0z" })),
|
|
390
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dn" },
|
|
391
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1984", transform: "translate(72.333 92.908)", fill: "none", d: "M0 0h7.434v1.741H0z" })),
|
|
392
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__do" },
|
|
393
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1985", transform: "translate(49.535 43.501)", fill: "none", d: "M0 0h51.066v33.376H0z" })),
|
|
394
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dp" },
|
|
395
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1986", transform: "translate(71.055 91.836)", fill: "none", d: "M0 0h9.746v4.818H0z" })),
|
|
396
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dq" },
|
|
397
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 2006", transform: "translate(46.659 91.527)", fill: "none", d: "M0 0h32.933v15.036H0z" })),
|
|
398
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dr" },
|
|
399
|
+
React__namespace.createElement("path", { "data-name": "Path 4588", d: "M77.483 104.278c-.225-.2-.449-.395-.685-.587.236.192.46.39.685.587", fill: "none" })),
|
|
400
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dt" },
|
|
401
|
+
React__namespace.createElement("path", { "data-name": "Path 4589", d: "M76.8 103.691c-.031-.026-.064-.05-.095-.075.031.025.064.049.095.075", fill: "none" })),
|
|
402
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dv" },
|
|
403
|
+
React__namespace.createElement("path", { "data-name": "Path 4590", d: "M76.7 103.616a35.994 35.994 0 0 0-2.984-2.146 35.994 35.994 0 0 1 2.984 2.146", fill: "none" })),
|
|
404
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dx" },
|
|
405
|
+
React__namespace.createElement("path", { "data-name": "Path 4591", d: "M73.469 101.305q-.452-.288-.913-.569.46.282.913.569", fill: "none" })),
|
|
406
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dz" },
|
|
407
|
+
React__namespace.createElement("path", { "data-name": "Path 4592", d: "M78.411 105.141c-.19-.188-.38-.376-.581-.559.2.183.391.371.581.559", fill: "none" })),
|
|
408
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dB" },
|
|
409
|
+
React__namespace.createElement("path", { "data-name": "Path 4593", d: "M79.587 106.409h.005l-.3-.336c.1.111.2.225.292.338", fill: "none" })),
|
|
410
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dD" },
|
|
411
|
+
React__namespace.createElement("path", { "data-name": "Path 4594", d: "M46.659 91.527c3.052 4.923 8.2 5.329 15.547 6.413 4.6.679 12.326 3.731 17 8.623.041-.017.083-.033.124-.051-13.158-13.689-26.948-6.668-32.671-14.985", fill: "none" })),
|
|
412
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dF" },
|
|
413
|
+
React__namespace.createElement("path", { "data-name": "Path 4595", d: "M77.83 104.582c-.113-.1-.232-.2-.347-.3.115.1.234.2.347.3", fill: "none" })),
|
|
414
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dH" },
|
|
415
|
+
React__namespace.createElement("path", { "data-name": "Path 4596", d: "m72.556 100.736-.318-.2.318.2", fill: "none" })),
|
|
416
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dJ" },
|
|
417
|
+
React__namespace.createElement("path", { "data-name": "Path 4597", d: "M73.719 101.47c-.084-.054-.166-.11-.25-.165.084.055.166.111.25.165", fill: "none" })),
|
|
418
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dL" },
|
|
419
|
+
React__namespace.createElement("path", { "data-name": "Path 4598", d: "m68.667 98.5-.076-.041.076.041", fill: "none" })),
|
|
420
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dN" },
|
|
421
|
+
React__namespace.createElement("path", { "data-name": "Path 4599", d: "M68.591 98.457c-1.652-.9-3.32-1.782-4.924-2.668 1.6.886 3.272 1.765 4.924 2.668", fill: "none" })),
|
|
422
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dP" },
|
|
423
|
+
React__namespace.createElement("path", { "data-name": "Path 4600", d: "M78.411 105.141c.126.123.252.245.373.371-.121-.126-.247-.248-.373-.371", fill: "none" })),
|
|
424
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dR" },
|
|
425
|
+
React__namespace.createElement("path", { "data-name": "Path 4601", d: "M72.238 100.54", fill: "none" })),
|
|
426
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dT" },
|
|
427
|
+
React__namespace.createElement("path", { "data-name": "Path 4602", d: "M78.784 105.512c.177.183.344.371.511.559-.167-.188-.334-.376-.511-.559", fill: "none" })),
|
|
428
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dV" },
|
|
429
|
+
React__namespace.createElement("path", { "data-name": "Path 4603", d: "m71.308 99.988-.322-.188.322.188", fill: "none" })),
|
|
430
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dX" },
|
|
431
|
+
React__namespace.createElement("path", { "data-name": "Path 4604", d: "m69.741 99.093-1.074-.6 1.074.6", fill: "none" })),
|
|
432
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__dZ" },
|
|
433
|
+
React__namespace.createElement("path", { "data-name": "Path 4605", d: "M70.986 99.8q-.484-.279-.975-.556.49.276.975.556", fill: "none" })),
|
|
434
|
+
React__namespace.createElement("clipPath", { id: "sepatpus_svg__eb" },
|
|
435
|
+
React__namespace.createElement("path", { "data-name": "Path 4606", d: "m70.011 99.244-.27-.151.27.151", fill: "none" })),
|
|
436
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__q", x1: -146.705, y1: 305.719, x2: -144.868, y2: 305.719, gradientUnits: "objectBoundingBox" },
|
|
437
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#fb6496" }),
|
|
438
|
+
React__namespace.createElement("stop", { offset: 0.02, stopColor: "#f46192" }),
|
|
439
|
+
React__namespace.createElement("stop", { offset: 0.301, stopColor: "#9f3f5f" }),
|
|
440
|
+
React__namespace.createElement("stop", { offset: 0.55, stopColor: "#5a2436" }),
|
|
441
|
+
React__namespace.createElement("stop", { offset: 0.756, stopColor: "#291018" }),
|
|
442
|
+
React__namespace.createElement("stop", { offset: 0.912, stopColor: "#0b0406" }),
|
|
443
|
+
React__namespace.createElement("stop", { offset: 1 })),
|
|
444
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__t", x1: -1.421, y1: 1.625, x2: -1.401, y2: 1.625, gradientUnits: "objectBoundingBox" },
|
|
445
|
+
React__namespace.createElement("stop", { offset: 0 }),
|
|
446
|
+
React__namespace.createElement("stop", { offset: 0.524, stopColor: "#fb6496" }),
|
|
447
|
+
React__namespace.createElement("stop", { offset: 1 })),
|
|
448
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__A", x1: -153.457, y1: 219.124, x2: -150.743, y2: 219.124, gradientUnits: "objectBoundingBox" },
|
|
449
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#9700aa" }),
|
|
450
|
+
React__namespace.createElement("stop", { offset: 0.106, stopColor: "#9e12b0" }),
|
|
451
|
+
React__namespace.createElement("stop", { offset: 0.32, stopColor: "#b244c0" }),
|
|
452
|
+
React__namespace.createElement("stop", { offset: 0.624, stopColor: "#d393db" }),
|
|
453
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#fff" })),
|
|
454
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__b", x1: -0.711, y1: 2.594, x2: -0.658, y2: 2.594, gradientUnits: "objectBoundingBox" },
|
|
455
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#fff" }),
|
|
456
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#9700aa" })),
|
|
457
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__a", x1: -0.963, y1: 1.195, x2: -0.94, y2: 1.195, gradientUnits: "objectBoundingBox" },
|
|
458
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#fb6496" }),
|
|
459
|
+
React__namespace.createElement("stop", { offset: 0.1, stopColor: "#dd4f98" }),
|
|
460
|
+
React__namespace.createElement("stop", { offset: 0.287, stopColor: "#ab2d9d" }),
|
|
461
|
+
React__namespace.createElement("stop", { offset: 0.452, stopColor: "#8814a0" }),
|
|
462
|
+
React__namespace.createElement("stop", { offset: 0.585, stopColor: "#7205a2" }),
|
|
463
|
+
React__namespace.createElement("stop", { offset: 0.671, stopColor: "#6a00a3" }),
|
|
464
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#530783" })),
|
|
465
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__J", x1: -10.078, y1: 3.185, x2: -9.968, y2: 3.185, xlinkHref: "#sepatpus_svg__a" }),
|
|
466
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__M", x1: -0.957, y1: 1.27, x2: -0.932, y2: 1.27, xlinkHref: "#sepatpus_svg__b" }),
|
|
467
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__c", x1: -550.829, y1: 336.663, x2: -544.389, y2: 336.663, gradientUnits: "objectBoundingBox" },
|
|
468
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#fb6496" }),
|
|
469
|
+
React__namespace.createElement("stop", { offset: 0.15, stopColor: "#dd4f98" }),
|
|
470
|
+
React__namespace.createElement("stop", { offset: 0.429, stopColor: "#ab2d9d" }),
|
|
471
|
+
React__namespace.createElement("stop", { offset: 0.673, stopColor: "#8814a0" }),
|
|
472
|
+
React__namespace.createElement("stop", { offset: 0.872, stopColor: "#7205a2" }),
|
|
473
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#6a00a3" })),
|
|
474
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__R", x1: -420.751, y1: 236.747, x2: -415.846, y2: 236.747, xlinkHref: "#sepatpus_svg__c" }),
|
|
475
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__T", x1: -509.316, y1: 333.721, x2: -503.343, y2: 333.721, xlinkHref: "#sepatpus_svg__c" }),
|
|
476
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__V", x1: -416.623, y1: 321, x2: -411.697, y2: 321, xlinkHref: "#sepatpus_svg__c" }),
|
|
477
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__X", x1: -708.474, y1: 354.971, x2: -700.247, y2: 354.971, xlinkHref: "#sepatpus_svg__c" }),
|
|
478
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__Z", x1: -230.398, y1: 164.764, x2: -227.683, y2: 164.764, xlinkHref: "#sepatpus_svg__c" }),
|
|
479
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__ab", x1: -883.503, y1: 370.823, x2: -873.293, y2: 370.823, xlinkHref: "#sepatpus_svg__c" }),
|
|
480
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__ad", x1: -1398.734, y1: 389.655, x2: -1382.671, y2: 389.655, xlinkHref: "#sepatpus_svg__c" }),
|
|
481
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__af", x1: -1123.368, y1: 355.151, x2: -1110.446, y2: 355.151, xlinkHref: "#sepatpus_svg__c" }),
|
|
482
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__ah", x1: -1090.895, y1: 382.536, x2: -1078.323, y2: 382.536, xlinkHref: "#sepatpus_svg__c" }),
|
|
483
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__aj", x1: -758.767, y1: 348.002, x2: -749.978, y2: 348.002, xlinkHref: "#sepatpus_svg__c" }),
|
|
484
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__al", x1: -387.773, y1: 313.814, x2: -383.172, y2: 313.814, xlinkHref: "#sepatpus_svg__c" }),
|
|
485
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__an", x1: -5178.975, y1: 484.534, x2: -5119.773, y2: 484.534, xlinkHref: "#sepatpus_svg__c" }),
|
|
486
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__ap", x1: -5772.011, y1: 380.62, x2: -5706.046, y2: 380.62, xlinkHref: "#sepatpus_svg__c" }),
|
|
487
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__ar", x1: -5769.206, y1: 352.361, x2: -5703.274, y2: 352.361, xlinkHref: "#sepatpus_svg__c" }),
|
|
488
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__at", x1: -5196.867, y1: 612.112, x2: -5137.451, y2: 612.112, xlinkHref: "#sepatpus_svg__c" }),
|
|
489
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__av", x1: -2019.945, y1: 355.935, x2: -1996.816, y2: 355.935, xlinkHref: "#sepatpus_svg__c" }),
|
|
490
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__ax", x1: -2011.003, y1: 420.965, x2: -1987.952, y2: 420.965, xlinkHref: "#sepatpus_svg__c" }),
|
|
491
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__az", x1: -2641.762, y1: 390.708, x2: -2611.541, y2: 390.708, xlinkHref: "#sepatpus_svg__c" }),
|
|
492
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__aB", x1: -2195.61, y1: 347.902, x2: -2170.462, y2: 347.902, xlinkHref: "#sepatpus_svg__c" }),
|
|
493
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__aD", x1: -1283.023, y1: 309.854, x2: -1268.246, y2: 309.854, xlinkHref: "#sepatpus_svg__c" }),
|
|
494
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__aF", x1: -2473.017, y1: 335.258, x2: -2444.72, y2: 335.258, xlinkHref: "#sepatpus_svg__c" }),
|
|
495
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__aH", x1: -4858.693, y1: 1022.885, x2: -4802.965, y2: 1022.885, xlinkHref: "#sepatpus_svg__c" }),
|
|
496
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__g", x1: -2.354, y1: 9.388, x2: -2.272, y2: 9.388, gradientUnits: "objectBoundingBox" },
|
|
497
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#ffe420" }),
|
|
498
|
+
React__namespace.createElement("stop", { offset: 0.364, stopColor: "#f4945a" }),
|
|
499
|
+
React__namespace.createElement("stop", { offset: 0.663, stopColor: "#ec5a85" }),
|
|
500
|
+
React__namespace.createElement("stop", { offset: 0.883, stopColor: "#e7369f" }),
|
|
501
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#e629aa" })),
|
|
502
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__d", x1: -3.183, y1: 4.743, x2: -3.112, y2: 4.743, gradientUnits: "objectBoundingBox" },
|
|
503
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#fff" }),
|
|
504
|
+
React__namespace.createElement("stop", { offset: 0.376, stopColor: "#d393db" }),
|
|
505
|
+
React__namespace.createElement("stop", { offset: 0.68, stopColor: "#b244c0" }),
|
|
506
|
+
React__namespace.createElement("stop", { offset: 0.894, stopColor: "#9e12b0" }),
|
|
507
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#9700aa" })),
|
|
508
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__aN", x1: -8.121, y1: 8.549, x2: -7.893, y2: 8.549, xlinkHref: "#sepatpus_svg__d" }),
|
|
509
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__h", x1: -0.34, y1: 1.914, x2: -0.311, y2: 1.914, gradientUnits: "objectBoundingBox" },
|
|
510
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#fff" }),
|
|
511
|
+
React__namespace.createElement("stop", { offset: 0.219, stopColor: "#fff" }),
|
|
512
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#82015e" })),
|
|
513
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__bW", x1: -0.944, y1: 1.204, x2: -0.926, y2: 1.204, gradientUnits: "objectBoundingBox" },
|
|
514
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#fff" }),
|
|
515
|
+
React__namespace.createElement("stop", { offset: 0.277, stopColor: "#fff" }),
|
|
516
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#9700aa" })),
|
|
517
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__e", x1: -1.724, y1: 1.875, x2: -1.699, y2: 1.875, gradientUnits: "objectBoundingBox" },
|
|
518
|
+
React__namespace.createElement("stop", { offset: 0 }),
|
|
519
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#fb6496" })),
|
|
520
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__cD", x1: -2.611, y1: 3.601, x2: -2.541, y2: 3.601, xlinkHref: "#sepatpus_svg__d" }),
|
|
521
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__cG", x1: -3.114, y1: 4.782, x2: -3.032, y2: 4.782, xlinkHref: "#sepatpus_svg__e" }),
|
|
522
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__f", x1: -8.816, y1: 7.681, x2: -8.628, y2: 7.681, gradientUnits: "objectBoundingBox" },
|
|
523
|
+
React__namespace.createElement("stop", { offset: 0 }),
|
|
524
|
+
React__namespace.createElement("stop", { offset: 0.088, stopColor: "#0b0406" }),
|
|
525
|
+
React__namespace.createElement("stop", { offset: 0.244, stopColor: "#291018" }),
|
|
526
|
+
React__namespace.createElement("stop", { offset: 0.45, stopColor: "#5a2436" }),
|
|
527
|
+
React__namespace.createElement("stop", { offset: 0.699, stopColor: "#9f3f5f" }),
|
|
528
|
+
React__namespace.createElement("stop", { offset: 0.98, stopColor: "#f46192" }),
|
|
529
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#fb6496" })),
|
|
530
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__cO", x1: -11.794, y1: 10.323, x2: -11.47, y2: 10.323, xlinkHref: "#sepatpus_svg__f" }),
|
|
531
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__cR", x1: -1.953, y1: 3.915, x2: -1.908, y2: 3.915, xlinkHref: "#sepatpus_svg__g" }),
|
|
532
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__ds", x1: -112.114, y1: 27.197, x2: -110.652, y2: 27.197, xlinkHref: "#sepatpus_svg__h" }),
|
|
533
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__du", x1: -807.455, y1: 213.85, x2: -796.927, y2: 213.85, xlinkHref: "#sepatpus_svg__h" }),
|
|
534
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dw", x1: -24.705, y1: 8.474, x2: -24.37, y2: 8.474, xlinkHref: "#sepatpus_svg__h" }),
|
|
535
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dy", x1: -79.47, y1: 33.251, x2: -78.374, y2: 33.251, xlinkHref: "#sepatpus_svg__h" }),
|
|
536
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dA", x1: -133.956, y1: 26.966, x2: -132.235, y2: 26.966, xlinkHref: "#sepatpus_svg__h" }),
|
|
537
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dC", x1: -266.975, y1: 40.192, x2: -263.608, y2: 40.192, xlinkHref: "#sepatpus_svg__h" }),
|
|
538
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dE", x1: -1.428, y1: 1.871, x2: -1.397, y2: 1.871, xlinkHref: "#sepatpus_svg__h" }),
|
|
539
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dG", x1: -223.291, y1: 50.585, x2: -220.411, y2: 50.585, xlinkHref: "#sepatpus_svg__h" }),
|
|
540
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dI", x1: -227.163, y1: 97.53, x2: -224.019, y2: 97.53, xlinkHref: "#sepatpus_svg__h" }),
|
|
541
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dK", x1: -293.876, y1: 111.228, x2: -289.876, y2: 111.228, xlinkHref: "#sepatpus_svg__h" }),
|
|
542
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dM", x1: -902.566, y1: 517.151, x2: -889.396, y2: 517.151, xlinkHref: "#sepatpus_svg__h" }),
|
|
543
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dO", x1: -12.93, y1: 8.946, x2: -12.727, y2: 8.946, xlinkHref: "#sepatpus_svg__h" }),
|
|
544
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dQ", x1: -210.221, y1: 39.123, x2: -207.538, y2: 39.123, xlinkHref: "#sepatpus_svg__h" }),
|
|
545
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dS", x1: -76.675, y1: 35.631, x2: -75.6, y2: 35.631, xlinkHref: "#sepatpus_svg__h" }),
|
|
546
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dU", x1: -154.177, y1: 25.302, x2: -152.218, y2: 25.302, xlinkHref: "#sepatpus_svg__h" }),
|
|
547
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dW", x1: -220.453, y1: 105.616, x2: -217.345, y2: 105.616, xlinkHref: "#sepatpus_svg__h" }),
|
|
548
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__dY", x1: -63.935, y1: 35.56, x2: -63.004, y2: 35.56, xlinkHref: "#sepatpus_svg__h" }),
|
|
549
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__ea", x1: -71.807, y1: 36.713, x2: -70.781, y2: 36.713, xlinkHref: "#sepatpus_svg__h" }),
|
|
550
|
+
React__namespace.createElement("linearGradient", { id: "sepatpus_svg__ec", x1: -258.295, y1: 136.183, x2: -254.592, y2: 136.183, xlinkHref: "#sepatpus_svg__h" })),
|
|
551
|
+
React__namespace.createElement("g", { "data-name": "Group 2645", clipPath: "url(#sepatpus_svg__i)" },
|
|
552
|
+
React__namespace.createElement("g", { "data-name": "Group 2147" },
|
|
553
|
+
React__namespace.createElement("g", { "data-name": "Group 2146", clipPath: "url(#sepatpus_svg__j)" },
|
|
554
|
+
React__namespace.createElement("g", { "data-name": "Group 2092", opacity: 0.3 },
|
|
555
|
+
React__namespace.createElement("g", { "data-name": "Group 2091" },
|
|
556
|
+
React__namespace.createElement("g", { "data-name": "Group 2090", clipPath: "url(#sepatpus_svg__k)" },
|
|
557
|
+
React__namespace.createElement("path", { "data-name": "Path 4311", d: "M118.762 48.83c-.6-1.606-7.713 11.048-7.713 11.048l-.427.52-.432 5.663s6.452-3.359 9.321-8.84c0 0-.153-6.785-.749-8.391" })))),
|
|
558
|
+
React__namespace.createElement("g", { "data-name": "Group 2095", opacity: 0.3 },
|
|
559
|
+
React__namespace.createElement("g", { "data-name": "Group 2094" },
|
|
560
|
+
React__namespace.createElement("g", { "data-name": "Group 2093", clipPath: "url(#sepatpus_svg__l)" },
|
|
561
|
+
React__namespace.createElement("path", { "data-name": "Path 4312", d: "M77.8 89.6c1.146-.636 2.013-1.552 1.588-2.156a92.23 92.23 0 0 0 2.205-1.43c1.257.085 3.9-1.589 4.2-2.88.963-.666 1.887-1.3 2.767-1.871.8.273 2.426-.714 3.03-1.79a15.571 15.571 0 0 1 1.291-.582 7.598 7.598 0 0 1 1.079-.346 4.018 4.018 0 0 0 2.879.314c.088.058.176.118.26.186a3.122 3.122 0 0 1 .842 1.017l-.084-.169c1.862 2.853-.382 7.993-3.1 13.655l-.657 1.363-.663 1.376q-.333.691-.66 1.386c-.112.239-.221.477-.332.716.182-.156.37-.305.55-.465a50.654 50.654 0 0 0 14.591-22.3 17.435 17.435 0 0 0 .532-2.267 13.146 13.146 0 0 0-5.147-6.114 10.938 10.938 0 0 0-3.29-1.474 11.7 11.7 0 0 0-1.2-.243c-.047-.006-.093-.014-.14-.021a12.705 12.705 0 0 0-1.238-.11h-.056c-.406-.015-.814-.01-1.226.011l-.112.005q-.638.037-1.283.125c-.034 0-.068.01-.1.015q-.625.088-1.257.219l-.075.015-.1.02v-.029c.011-.07.019-.142.028-.213q.036-.278.057-.574c.006-.082.013-.16.017-.244q.015-.3.015-.617c.236-.082.473-.164.708-.253.081-.031.161-.065.241-.1q.67-.261 1.327-.56c.107-.048.215-.094.321-.144q.714-.334 1.411-.711c.118-.063.235-.129.353-.195.456-.253.907-.517 1.352-.8l.142-.091c.441-.282.874-.58 1.3-.888.113-.081.226-.161.337-.244q.645-.477 1.27-.993c.1-.081.193-.164.289-.246q.56-.476 1.1-.98c.074-.069.148-.135.221-.2.4-.379.783-.774 1.163-1.179.052-.054.107-.1.159-.16a27.723 27.723 0 0 0 .975-1.11l.337-.4c.152-.184.3-.366.448-.548.17-.212.331-.423.492-.634.174-.228.349-.455.512-.68.151-.208.293-.414.435-.62.154-.223.308-.446.452-.666s.256-.407.381-.61.242-.386.353-.577l.055-.1c.059-.1.116-.206.173-.309q.127-.229.247-.458c.079-.148.158-.3.232-.444.1-.2.194-.4.288-.6s.192-.408.279-.61.164-.4.244-.607.156-.392.226-.586.137-.412.2-.618c.017-.052.036-.1.052-.156l.028-.084c.032-.106.066-.211.1-.315.061-.213.112-.424.164-.635.044-.175.092-.349.13-.523.048-.222.086-.442.126-.662.029-.16.063-.321.087-.479.036-.237.062-.472.089-.707.015-.14.036-.281.049-.422.023-.256.036-.511.048-.765.006-.091.014-.181.017-.27v-.08c.009-.3.008-.592 0-.887v-.219a20.744 20.744 0 0 0-.056-1.091V38.9a24.184 24.184 0 0 0-.276-2.209v.009-.007a42.686 42.686 0 0 0-1.445-5.658 17.6 17.6 0 0 0-.5-1.37c-.034-.082-.073-.154-.108-.234-.149-.341-.3-.675-.464-.987-.06-.115-.125-.218-.187-.329a14.344 14.344 0 0 0-.444-.76c-.075-.118-.153-.223-.23-.335-.148-.217-.295-.433-.447-.632-.084-.109-.17-.207-.255-.312-.15-.184-.3-.367-.454-.537-.089-.1-.179-.187-.268-.28a13.271 13.271 0 0 0-.458-.46c-.091-.086-.182-.163-.273-.244-.152-.136-.3-.269-.456-.392-.091-.073-.18-.141-.27-.209a11.924 11.924 0 0 0-1.14-.783c-.083-.05-.163-.1-.245-.144a11.303 11.303 0 0 0-.631-.34 14.878 14.878 0 0 0-.37-.178l-.2-.09a13.011 13.011 0 0 0-.324-.135l-.173-.068-.27-.1-.139-.048-.2-.061h-.018l-.093-.028c-.032-.009-.055-.016-.08-.021l-.045-.012-.067-.017s-.074-.077-.208-.2v-.005l-.042-.039-.075-.07-.138-.123-.089-.08-.217-.183-.073-.062a18.826 18.826 0 0 0-.353-.283l-.094-.071c-.1-.079-.209-.16-.324-.245l-.159-.116a32.497 32.497 0 0 0-.332-.235l-.194-.133a22.177 22.177 0 0 0-.374-.248c-.071-.047-.14-.093-.214-.14-.15-.095-.308-.192-.469-.291l-.185-.114c-.23-.137-.471-.278-.725-.42l-.13-.071a28.418 28.418 0 0 0-.954-.506 29.644 29.644 0 0 0-.939-.466c-.2-.1-.41-.191-.622-.287-.124-.055-.247-.111-.375-.166-.231-.1-.471-.2-.714-.3-.118-.048-.231-.1-.351-.146-.368-.147-.746-.3-1.142-.441l-1.663-.576a50.148 50.148 0 0 0-2.762-.807l-2.658-.624a59.44 59.44 0 0 0-2.248-.423 67.844 67.844 0 0 0-1.913-.3l-.349-.046q-.888-.12-1.82-.221c-.14-.015-.278-.032-.419-.046a71.57 71.57 0 0 0-2.129-.188l-.543-.037a87.656 87.656 0 0 0-2.163-.119c-.069 0-.135-.008-.205-.01h-.125a89.294 89.294 0 0 0-2.361-.054h-.806q-.942 0-1.917.016c-.276 0-.55.009-.83.016a102 102 0 0 0-2.782.107L49.9 15.681c-.047-.031-.094-.057-.142-.087q-.248-.156-.5-.3c-.116-.068-.232-.132-.348-.2a19.253 19.253 0 0 0-.508-.273c-.108-.055-.216-.106-.325-.158a18.181 18.181 0 0 0-1.882-.787c-.1-.034-.19-.07-.284-.1-.176-.06-.35-.113-.524-.167l-.326-.1a20.062 20.062 0 0 0-.832-.221 19.034 19.034 0 0 0-.812-.181 22.604 22.604 0 0 0-.481-.094l-.284-.047c-.341-.056-.655-.088-.979-.127A49.74 49.74 0 0 0 34.2 16.57l-2.4 4.163a4.082 4.082 0 0 0-1 3.119c-.044 0-.089-.013-.133-.015a7.392 7.392 0 0 0-.92.012 1.991 1.991 0 0 0-.471.04 4.671 4.671 0 0 1-.84.11l-1.108-.767a.7.7 0 0 0-.048 1.08c-1.585.286-2.869 2.8-2.934 5.892a7.958 7.958 0 0 0 1.487 5.24c-3.746 2.861-3.178 7.835-7.97 5.34a9.1 9.1 0 0 0 1.67 1.312 10.536 10.536 0 0 0 1.224.659 9.466 9.466 0 0 0 2.663.776 8.851 8.851 0 0 0 1.259.081h.053a29.193 29.193 0 0 0 .514 7.007l-.014.01q-.234.149-.466.28c-.064.037-.129.076-.193.111-.165.089-.326.172-.485.25-.052.025-.1.052-.155.076-.173.081-.34.155-.5.222l-.1.045c-.189.077-.37.145-.54.205l-.017.006c-.357.126-.668.217-.916.281l-.138.033c-.057.014-.118.03-.166.04-.075.017-.14.031-.188.04h-.018c-.165.033-.331.068-.5.1q-.36.075-.726.157c-.2.046-.4.092-.608.142a38.422 38.422 0 0 0-1.314.336q-.534.145-1.075.31l-.436.135c-.376.119-.754.242-1.134.374-.114.04-.229.083-.344.124q-.508.183-1.021.383c-.1.04-.208.079-.312.121-.4.16-.8.332-1.2.509l-.365.163q-.6.273-1.2.574c-.111.056-.221.114-.332.171-.209.109-.418.227-.627.341a51.96 51.96 0 0 0-.149 3.718 50.979 50.979 0 0 0 2.927 17.064 6.21 6.21 0 0 1 .294-.528c.051-.081.114-.157.169-.236.1-.138.19-.279.3-.412.07-.087.151-.169.226-.253.105-.12.207-.241.321-.356.082-.084.175-.163.262-.244.118-.11.232-.222.357-.328.092-.078.192-.15.288-.226.131-.1.26-.209.4-.309.1-.071.2-.138.307-.208.145-.1.288-.2.439-.292.1-.064.212-.124.317-.187.16-.094.319-.189.485-.279.1-.056.211-.109.316-.164.176-.091.352-.183.533-.27.1-.048.206-.094.309-.141.193-.089.387-.177.585-.261.094-.04.19-.078.285-.117.213-.087.426-.173.643-.255.086-.033.174-.063.261-.1q.24-.088.483-.172a7.311 7.311 0 0 1 .02.753v.043a5.148 5.148 0 0 1-2.687 4.483c-1.192.7-2.834.74-4.794.388a50.621 50.621 0 0 0 19.572 24.9c3.534.693 6.547 1.659 8.257 2.925-.038-.025-.071-.05-.109-.074a3.442 3.442 0 0 1 1.581 2.164 49.376 49.376 0 0 0 35.713-.163A116.351 116.351 0 0 0 77.8 89.6M54.527 44.09c-.015-.016-.027-.035-.042-.05a47.4 47.4 0 0 0 1.553-3.588 8.278 8.278 0 0 1 2.362 1.005c.292.18.557.368.808.559-.124.059-.251.124-.378.189l-.129.066c-.291.153-.59.324-.9.51-.056.033-.112.068-.168.1-.311.193-.628.4-.954.629l-.145.1c-.345.245-.7.505-1.06.791l-.006.005c-.154.122-.3.25-.44.383a2.1 2.1 0 0 0-.492-.714m5.821 50.975-.9-.488-.092-.05c-1.1-.593-2.2-1.181-3.27-1.771l-.637-.354c.075.025.149.052.225.076.582.186 1.177.356 1.788.5a19.6 19.6 0 0 0 3.148.492q.094.915.168 1.824l-.428-.233" })))),
|
|
562
|
+
React__namespace.createElement("g", { "data-name": "Group 2098", opacity: 0.3 },
|
|
563
|
+
React__namespace.createElement("g", { "data-name": "Group 2097" },
|
|
564
|
+
React__namespace.createElement("g", { "data-name": "Group 2096", clipPath: "url(#sepatpus_svg__m)" },
|
|
565
|
+
React__namespace.createElement("path", { "data-name": "Path 4313", d: "M86.961 95.586c-1.247-7.372 7.386-9.356 7.386-9.356s-14.314.075-8.854 15.364c.182.511.365 1 .548 1.471.977-.6 1.931-1.236 2.866-1.9a18.983 18.983 0 0 1-1.946-5.577" })))),
|
|
566
|
+
React__namespace.createElement("path", { "data-name": "Path 4314", d: "m95 18.136-2.657-.623a79.734 79.734 0 0 0-20.6-1.311l-17.938 3.167-10.96 15.558S41.481 45.9 49.763 45.843s6.854-.661 6.854-.661a7.976 7.976 0 0 1 9.375-.687c5.1 3.158 3.748 7.975 4.982 12.111s6.119 8.094 10.048 9.57a26.506 26.506 0 0 0 3.928 1.476c9.823 2.818 20.186-.5 27.343-8.228a29.159 29.159 0 0 0 .844-.951c6.152-7.13 7.028-13.009 6.048-18.744v.009a42.5 42.5 0 0 0-1.447-5.666c-2.365-7.446-8.3-8.987-8.816-9.109 0 0-2.707-2.942-9.495-5.445l-1.664-.577a49.64 49.64 0 0 0-2.762-.807", fill: "#fb6496" }),
|
|
567
|
+
React__namespace.createElement("g", { "data-name": "Group 2101", opacity: 0.44 },
|
|
568
|
+
React__namespace.createElement("g", { "data-name": "Group 2100" },
|
|
569
|
+
React__namespace.createElement("g", { "data-name": "Group 2099", clipPath: "url(#sepatpus_svg__n)" },
|
|
570
|
+
React__namespace.createElement("path", { "data-name": "Path 4315", d: "M97.763 18.943a49.893 49.893 0 0 0-2.762-.807l-2.658-.623a70.823 70.823 0 0 0-11.807-1.391l-.084.009-.011-.012a96.341 96.341 0 0 0-8.7.083L53.8 19.368l-1.6 2.27c-4.475 7.63 8.727 4 8.727 4l10.9-4.063s23.23-1.659 30.279 1.764c5.874 2.853 10.045 10.039 9.494 15.008a14.977 14.977 0 0 0-2.727-13.389c-.054-.067-.114-.134-.17-.2-.754-.715-3.576-3.13-9.283-5.234", fill: "#fff" })))),
|
|
571
|
+
React__namespace.createElement("g", { "data-name": "Group 2106", opacity: 0.44, style: {
|
|
572
|
+
mixBlendMode: "color-dodge",
|
|
573
|
+
isolation: "isolate",
|
|
574
|
+
} },
|
|
575
|
+
React__namespace.createElement("g", { "data-name": "Group 2105" },
|
|
576
|
+
React__namespace.createElement("g", { "data-name": "Group 2104", clipPath: "url(#sepatpus_svg__o)" },
|
|
577
|
+
React__namespace.createElement("g", { "data-name": "Group 2103" },
|
|
578
|
+
React__namespace.createElement("g", { "data-name": "Group 2102", clipPath: "url(#sepatpus_svg__p)" },
|
|
579
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1805", transform: "rotate(-29.3 70.892 -144.705)", fill: "url(#sepatpus_svg__q)", d: "M0 0h.545v.339H0z" })))))),
|
|
580
|
+
React__namespace.createElement("g", { "data-name": "Group 2111", opacity: 0.44, style: {
|
|
581
|
+
mixBlendMode: "screen",
|
|
582
|
+
isolation: "isolate",
|
|
583
|
+
} },
|
|
584
|
+
React__namespace.createElement("g", { "data-name": "Group 2110" },
|
|
585
|
+
React__namespace.createElement("g", { "data-name": "Group 2109", clipPath: "url(#sepatpus_svg__r)" },
|
|
586
|
+
React__namespace.createElement("g", { "data-name": "Group 2108" },
|
|
587
|
+
React__namespace.createElement("g", { "data-name": "Group 2107", clipPath: "url(#sepatpus_svg__s)" },
|
|
588
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1807", transform: "rotate(-31.79 131.081 -83.459)", fill: "url(#sepatpus_svg__t)", d: "M0 0h51.246v49.34H0z" })))))),
|
|
589
|
+
React__namespace.createElement("path", { "data-name": "Path 4318", d: "M118.082 50.732c.065-.158.13-.316.19-.473q.225-.589.4-1.172c.027-.085.06-.171.085-.256.136-.461.249-.918.347-1.371.032-.149.056-.3.085-.445q.09-.477.155-.95c.022-.163.044-.325.061-.487.037-.336.062-.671.08-1 .006-.117.018-.235.022-.352.015-.43.014-.858 0-1.284 0-.154-.016-.307-.024-.46a21.159 21.159 0 0 0-.115-1.387 23.655 23.655 0 0 0-.118-.877c-.022-.146-.041-.291-.065-.436a42.6 42.6 0 0 0-1.454-5.7c-2.474-7.789-8.856-9.118-8.856-9.118s5.963 6.487 1.82 16.058c-5.964 9.532-19-.926-20.376-9.963.016-.88.074-1.4.074-1.4s-1.258.5-2.188 2.767a12 12 0 0 0-.722 2.63 5.9 5.9 0 0 1-2.806 4.12 17.725 17.725 0 0 0-7.969 10.259c-1.322 5.026-.39 10.056 2.109 15.6 11.6 6.758 25.223 3.672 33.878-6.05.488-.548.936-1.087 1.363-1.621.129-.161.249-.32.372-.479q.45-.581.853-1.151c.113-.16.228-.32.335-.479q.477-.7.889-1.386c.028-.049.062-.1.091-.146.3-.5.558-.995.8-1.485.075-.15.143-.3.213-.447q.249-.526.463-1.047", fill: "#e0588f" }),
|
|
590
|
+
React__namespace.createElement("path", { "data-name": "Path 4319", d: "M106.337 53.789C88.247 48.482 90.4 29.65 90.4 29.65s-2.158.831-2.909 5.4a5.9 5.9 0 0 1-2.805 4.12 17.723 17.723 0 0 0-7.97 10.259c-1.322 5.026-.39 10.056 2.11 15.6 11.6 6.758 25.222 3.672 33.877-6.05 6.548-7.355 7.486-13.374 6.483-19.242-.01 8.052-2.214 17.178-12.847 14.058", fill: "#d3427a" }),
|
|
591
|
+
React__namespace.createElement("g", { "data-name": "Group 2114", opacity: 0.44 },
|
|
592
|
+
React__namespace.createElement("g", { "data-name": "Group 2113" },
|
|
593
|
+
React__namespace.createElement("g", { "data-name": "Group 2112", clipPath: "url(#sepatpus_svg__u)" },
|
|
594
|
+
React__namespace.createElement("path", { "data-name": "Path 4320", d: "M108.881 24.955c11.263 9.135 1.82 16.058 1.82 16.058-3.071 4.561 9.309-5.419 4.451-11.837a12.14 12.14 0 0 0-6.271-4.221", fill: "#fff" })))),
|
|
595
|
+
React__namespace.createElement("path", { "data-name": "Path 4321", d: "M108.881 24.955s5.964 6.488 1.82 16.058c0 0 9.443-6.923-1.82-16.058", fill: "#fb6496" }),
|
|
596
|
+
React__namespace.createElement("path", { "data-name": "Path 4322", d: "M98.707 21.813c4.948-.793 15.795 11.58 3.115 15.712s-13.364-14.069-3.115-15.712", fill: "#d3427a" }),
|
|
597
|
+
React__namespace.createElement("path", { "data-name": "Path 4323", d: "M97.991 44.654c-2.369-4.119 4.523-8.31 8.573-3.365s-4.885 9.779-8.573 3.365", fill: "#d3427a" }),
|
|
598
|
+
React__namespace.createElement("path", { "data-name": "Path 4324", d: "M86.907 50.6c-2.354-3.933 3.9-10.517 9.6-6.08s-4.47 14.651-9.6 6.08", fill: "#d3427a" }),
|
|
599
|
+
React__namespace.createElement("path", { "data-name": "Path 4325", d: "M101.645 54.5c-5.219-1.121-1.11-6.815 2.041-5.523s2.644 6.529-2.041 5.523", fill: "#d3427a" }),
|
|
600
|
+
React__namespace.createElement("path", { "data-name": "Path 4326", d: "M113.028 46.27c-5.26.145.7-7.934 2.966-7.022s-.193 6.946-2.966 7.022", fill: "#d3427a" }),
|
|
601
|
+
React__namespace.createElement("path", { "data-name": "Path 4327", d: "M110.569 51.181c-2.292-1.195 1.583-4.869 2.973-3.99s-.823 5.111-2.973 3.99", fill: "#d3427a" }),
|
|
602
|
+
React__namespace.createElement("path", { "data-name": "Path 4328", d: "M116.395 49.061c-1.751.242-.7-4.731.921-4.866s1.2 4.573-.921 4.866", fill: "#d3427a" }),
|
|
603
|
+
React__namespace.createElement("path", { "data-name": "Path 4329", d: "M111.8 55.861c-1.923-1.214 2.6-6.784 4.483-5.617s-2.144 7.094-4.483 5.617", fill: "#d3427a" }),
|
|
604
|
+
React__namespace.createElement("path", { "data-name": "Path 4330", d: "M116.645 38.6c-2.041.269-.855-4.22.118-4.374s1.98 4.1-.118 4.374", fill: "#d3427a" }),
|
|
605
|
+
React__namespace.createElement("g", { "data-name": "Group 2117", opacity: 0.72, style: {
|
|
606
|
+
mixBlendMode: "multiply",
|
|
607
|
+
isolation: "isolate",
|
|
608
|
+
} },
|
|
609
|
+
React__namespace.createElement("g", { "data-name": "Group 2116" },
|
|
610
|
+
React__namespace.createElement("g", { "data-name": "Group 2115", clipPath: "url(#sepatpus_svg__v)" },
|
|
611
|
+
React__namespace.createElement("path", { "data-name": "Path 4331", d: "M85.12 44c-1.436-1.416 1.024-3.05 2.669-2.095s-1 3.741-2.669 2.095", fill: "#c97bd2" })))),
|
|
612
|
+
React__namespace.createElement("path", { "data-name": "Path 4332", d: "M108.8 36.688c-1.9-.534-.285-4.214 1.538-3.461s.8 4.121-1.538 3.461", fill: "#d3427a" }),
|
|
613
|
+
React__namespace.createElement("path", { "data-name": "Path 4333", d: "M74.363 28.613c.475-1.537 6.653-1.216 5.56.819s-6.264 1.459-5.56-.819", fill: "#d3427a" }),
|
|
614
|
+
React__namespace.createElement("path", { "data-name": "Path 4334", d: "M79.024 37.647c1.478.657 1.831-1.007.311-1.683s-1.789 1.026-.311 1.683", fill: "#d3427a" }),
|
|
615
|
+
React__namespace.createElement("path", { "data-name": "Path 4335", d: "M107.3 25.229c1.124.1 3.879 3.731 2.26 4.183s-3.323-4.274-2.26-4.183", fill: "#d3427a" }),
|
|
616
|
+
React__namespace.createElement("g", { "data-name": "Group 2120", opacity: 0.6 },
|
|
617
|
+
React__namespace.createElement("g", { "data-name": "Group 2119" },
|
|
618
|
+
React__namespace.createElement("g", { "data-name": "Group 2118", clipPath: "url(#sepatpus_svg__w)" },
|
|
619
|
+
React__namespace.createElement("path", { "data-name": "Path 4336", d: "M98.964 22.253c-1.136.486 4.786 2.828 4.491 1.44s-3.128-2.023-4.491-1.44", fill: "#fff" })))),
|
|
620
|
+
React__namespace.createElement("g", { "data-name": "Group 2123", opacity: 0.6 },
|
|
621
|
+
React__namespace.createElement("g", { "data-name": "Group 2122" },
|
|
622
|
+
React__namespace.createElement("g", { "data-name": "Group 2121", clipPath: "url(#sepatpus_svg__x)" },
|
|
623
|
+
React__namespace.createElement("path", { "data-name": "Path 4337", d: "M104.377 24.7c.755-.216.509-1.492-.44-.8s-.465 1.061.44.8", fill: "#fff" })))),
|
|
624
|
+
React__namespace.createElement("g", { "data-name": "Group 2128", opacity: 0.72, style: {
|
|
625
|
+
mixBlendMode: "multiply",
|
|
626
|
+
isolation: "isolate",
|
|
627
|
+
} },
|
|
628
|
+
React__namespace.createElement("g", { "data-name": "Group 2127" },
|
|
629
|
+
React__namespace.createElement("g", { "data-name": "Group 2126", clipPath: "url(#sepatpus_svg__y)" },
|
|
630
|
+
React__namespace.createElement("g", { "data-name": "Group 2125" },
|
|
631
|
+
React__namespace.createElement("g", { "data-name": "Group 2124", clipPath: "url(#sepatpus_svg__z)" },
|
|
632
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1813", transform: "rotate(-29.3 114.863 -85.408)", fill: "url(#sepatpus_svg__A)", d: "M0 0h.368v.342H0z" }))),
|
|
633
|
+
React__namespace.createElement("path", { "data-name": "Path 4339", d: "M56.617 45.182a7.979 7.979 0 0 1 9.376-.688c4.757 2.946 3.9 7.333 4.765 11.266 0 0 3.748-12.12 1.817-16.3s-14.71 1.99-15.958 5.721", fill: "#d3427a" })))),
|
|
634
|
+
React__namespace.createElement("path", { "data-name": "Path 4340", d: "M39.341 27.021a3.6 3.6 0 0 1 1.025-2.257c.512-.257 7.025.854 8.044 2.311s-3.188 4.572-3.73 4.136-5.339-4.19-5.339-4.19", fill: "#b22d04" }),
|
|
635
|
+
React__namespace.createElement("path", { "data-name": "Path 4341", d: "M39.392 23.771s-2.264 2.535-.211 4.455a9.369 9.369 0 0 0 3.57 1.467c-1.537-1.206-3.41-2.672-3.41-2.672a3.6 3.6 0 0 1 1.025-2.257c.512-.257 7.024.854 8.044 2.311.633.9-.749 2.448-2.017 3.384 3.027.531 5.813.819 5.813.819l4.669-3.229s-13.4-6.043-17.483-4.278", fill: "#f4901e" }),
|
|
636
|
+
React__namespace.createElement("g", { "data-name": "Group 2131", opacity: 0.72, style: {
|
|
637
|
+
mixBlendMode: "multiply",
|
|
638
|
+
isolation: "isolate",
|
|
639
|
+
} },
|
|
640
|
+
React__namespace.createElement("g", { "data-name": "Group 2130" },
|
|
641
|
+
React__namespace.createElement("g", { "data-name": "Group 2129", clipPath: "url(#sepatpus_svg__B)" },
|
|
642
|
+
React__namespace.createElement("path", { "data-name": "Path 4342", d: "M24.02 65.541s8.224 10.359 1.422 14.384c-2.466 1.458-6.83.087-12.042-1.764a50.656 50.656 0 0 0 12.439 18.607 18.98 18.98 0 0 0 7.294-2.11C51 85.3 44.44 65.219 44.44 65.219s-11.4-15.983-20.42.322", fill: "#41006b" })))),
|
|
643
|
+
React__namespace.createElement("g", { "data-name": "Group 2136", opacity: 0.72, style: {
|
|
644
|
+
mixBlendMode: "multiply",
|
|
645
|
+
isolation: "isolate",
|
|
646
|
+
} },
|
|
647
|
+
React__namespace.createElement("g", { "data-name": "Group 2135" },
|
|
648
|
+
React__namespace.createElement("g", { "data-name": "Group 2134", clipPath: "url(#sepatpus_svg__C)" },
|
|
649
|
+
React__namespace.createElement("g", { "data-name": "Group 2133" },
|
|
650
|
+
React__namespace.createElement("g", { "data-name": "Group 2132", clipPath: "url(#sepatpus_svg__D)" },
|
|
651
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1816", transform: "translate(13.4 63.966)", fill: "url(#sepatpus_svg__b)", d: "M0 0h18.845v21.461H0z" })))))),
|
|
652
|
+
React__namespace.createElement("g", { "data-name": "Group 2139", opacity: 0.33, style: {
|
|
653
|
+
mixBlendMode: "multiply",
|
|
654
|
+
isolation: "isolate",
|
|
655
|
+
} },
|
|
656
|
+
React__namespace.createElement("g", { "data-name": "Group 2138" },
|
|
657
|
+
React__namespace.createElement("g", { "data-name": "Group 2137", clipPath: "url(#sepatpus_svg__E)" },
|
|
658
|
+
React__namespace.createElement("path", { "data-name": "Path 4344", d: "M44.44 65.219s-9.955-13.948-18.619-2.474c2.316 2.374 7.132 10.068 4.869 16.594 2.245-4.573 4.345-11.173 7.146-9.827 3.64 1.749 8.083 8.23 4.026 17.5 6.5-9.775 2.578-21.791 2.578-21.791", fill: "#82015e" })))),
|
|
659
|
+
React__namespace.createElement("g", { "data-name": "Group 2142", style: {
|
|
660
|
+
mixBlendMode: "color-dodge",
|
|
661
|
+
isolation: "isolate",
|
|
662
|
+
} },
|
|
663
|
+
React__namespace.createElement("g", { "data-name": "Group 2141" },
|
|
664
|
+
React__namespace.createElement("g", { "data-name": "Group 2140", clipPath: "url(#sepatpus_svg__F)" },
|
|
665
|
+
React__namespace.createElement("path", { "data-name": "Path 4345", d: "M25.568 83.578c-2.449 1.849-5.9 1.535-9.531.375.062.116.131.229.194.345a30.251 30.251 0 0 0 3.325.83c4.884.932 10.364-2.451 10.127-10.135a10.238 10.238 0 0 1-4.115 8.585" })))),
|
|
666
|
+
React__namespace.createElement("g", { "data-name": "Group 2145", style: {
|
|
667
|
+
mixBlendMode: "color-dodge",
|
|
668
|
+
isolation: "isolate",
|
|
669
|
+
} },
|
|
670
|
+
React__namespace.createElement("g", { "data-name": "Group 2144" },
|
|
671
|
+
React__namespace.createElement("g", { "data-name": "Group 2143", clipPath: "url(#sepatpus_svg__G)" },
|
|
672
|
+
React__namespace.createElement("path", { "data-name": "Path 4346", d: "M29.565 73.445c.065.534.1 1.049.118 1.547a12.844 12.844 0 0 0-.118-1.547" })))))),
|
|
673
|
+
React__namespace.createElement("g", { "data-name": "Group 2149" },
|
|
674
|
+
React__namespace.createElement("g", { "data-name": "Group 2148", clipPath: "url(#sepatpus_svg__H)" },
|
|
675
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1822", transform: "translate(42.168 58.286)", fill: "url(#sepatpus_svg__a)", d: "M0 0h43.777v51.363H0z" }))),
|
|
676
|
+
React__namespace.createElement("g", { "data-name": "Group 2151" },
|
|
677
|
+
React__namespace.createElement("g", { "data-name": "Group 2150", clipPath: "url(#sepatpus_svg__I)" },
|
|
678
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1823", transform: "translate(91.58 89.373)", fill: "url(#sepatpus_svg__J)", d: "M0 0h9.087v9.507H0z" }))),
|
|
679
|
+
React__namespace.createElement("g", { "data-name": "Group 2164" },
|
|
680
|
+
React__namespace.createElement("g", { "data-name": "Group 2163", clipPath: "url(#sepatpus_svg__j)" },
|
|
681
|
+
React__namespace.createElement("path", { "data-name": "Path 4349", d: "M62.386 69.181s1.14-15.723-18.1-12.658c0 0-16.093 17.005-9.011 34.854 4.776 12.045 19.736 15.423 28.225 18.937a49.8 49.8 0 0 0 16.1-3.914C69.213 94.029 36.347 92.23 62.386 69.181", fill: "#6a00a3" }),
|
|
682
|
+
React__namespace.createElement("g", { "data-name": "Group 2156", opacity: 0.72, style: {
|
|
683
|
+
mixBlendMode: "multiply",
|
|
684
|
+
isolation: "isolate",
|
|
685
|
+
} },
|
|
686
|
+
React__namespace.createElement("g", { "data-name": "Group 2155" },
|
|
687
|
+
React__namespace.createElement("g", { "data-name": "Group 2154", clipPath: "url(#sepatpus_svg__K)" },
|
|
688
|
+
React__namespace.createElement("g", { "data-name": "Group 2153" },
|
|
689
|
+
React__namespace.createElement("g", { "data-name": "Group 2152", clipPath: "url(#sepatpus_svg__L)" },
|
|
690
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1824", transform: "translate(38.916 57.889)", fill: "url(#sepatpus_svg__M)", d: "M0 0h40.668v48.622H0z" })))))),
|
|
691
|
+
React__namespace.createElement("g", { "data-name": "Group 2159", opacity: 0.72, style: {
|
|
692
|
+
mixBlendMode: "multiply",
|
|
693
|
+
isolation: "isolate",
|
|
694
|
+
} },
|
|
695
|
+
React__namespace.createElement("g", { "data-name": "Group 2158" },
|
|
696
|
+
React__namespace.createElement("g", { "data-name": "Group 2157", clipPath: "url(#sepatpus_svg__N)" },
|
|
697
|
+
React__namespace.createElement("path", { "data-name": "Path 4351", d: "M35.973 28.07s2.751-1.42 1.48 6.633S35.147 39 35.147 39Z", fill: "#9700aa" })))),
|
|
698
|
+
React__namespace.createElement("g", { "data-name": "Group 2162", opacity: 0.72, style: {
|
|
699
|
+
mixBlendMode: "multiply",
|
|
700
|
+
isolation: "isolate",
|
|
701
|
+
} },
|
|
702
|
+
React__namespace.createElement("g", { "data-name": "Group 2161" },
|
|
703
|
+
React__namespace.createElement("g", { "data-name": "Group 2160", clipPath: "url(#sepatpus_svg__O)" },
|
|
704
|
+
React__namespace.createElement("path", { "data-name": "Path 4352", d: "M58.811 29.924s-7.2-7.565-10.426 4.828 10.358 7.38 12.083 2.471-1.657-7.3-1.657-7.3", fill: "#9700aa" })))))),
|
|
705
|
+
React__namespace.createElement("g", { "data-name": "Group 2166" },
|
|
706
|
+
React__namespace.createElement("g", { "data-name": "Group 2165", clipPath: "url(#sepatpus_svg__P)" },
|
|
707
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1829", transform: "rotate(-3.018 632.652 -1607.788)", fill: "url(#sepatpus_svg__c)", d: "M0 0h.155v.263H0z" }))),
|
|
708
|
+
React__namespace.createElement("g", { "data-name": "Group 2168" },
|
|
709
|
+
React__namespace.createElement("g", { "data-name": "Group 2167", clipPath: "url(#sepatpus_svg__Q)" },
|
|
710
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1830", transform: "matrix(.999 -.053 .053 .999 85.77 31.533)", fill: "url(#sepatpus_svg__R)", d: "M0 0h.204v.372H0z" }))),
|
|
711
|
+
React__namespace.createElement("g", { "data-name": "Group 2170" },
|
|
712
|
+
React__namespace.createElement("g", { "data-name": "Group 2169", clipPath: "url(#sepatpus_svg__S)" },
|
|
713
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1831", transform: "matrix(.999 -.053 .053 .999 85.266 30.64)", fill: "url(#sepatpus_svg__T)", d: "M0 0h.167v.267H0z" }))),
|
|
714
|
+
React__namespace.createElement("g", { "data-name": "Group 2172" },
|
|
715
|
+
React__namespace.createElement("g", { "data-name": "Group 2171", clipPath: "url(#sepatpus_svg__U)" },
|
|
716
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1832", transform: "rotate(-3.019 603.804 -1589.93)", fill: "url(#sepatpus_svg__V)", d: "M0 0h.203v.281H0z" }))),
|
|
717
|
+
React__namespace.createElement("g", { "data-name": "Group 2174" },
|
|
718
|
+
React__namespace.createElement("g", { "data-name": "Group 2173", clipPath: "url(#sepatpus_svg__W)" },
|
|
719
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1833", transform: "rotate(-3.019 653.825 -1617.643)", fill: "url(#sepatpus_svg__X)", d: "M0 0h.122v.246H0z" }))),
|
|
720
|
+
React__namespace.createElement("g", { "data-name": "Group 2176" },
|
|
721
|
+
React__namespace.createElement("g", { "data-name": "Group 2175", clipPath: "url(#sepatpus_svg__Y)" },
|
|
722
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1834", transform: "rotate(-3.02 611.375 -1594.185)", fill: "url(#sepatpus_svg__Z)", d: "M0 0h.368v.544H0z" }))),
|
|
723
|
+
React__namespace.createElement("g", { "data-name": "Group 2178" },
|
|
724
|
+
React__namespace.createElement("g", { "data-name": "Group 2177", clipPath: "url(#sepatpus_svg__aa)" },
|
|
725
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1835", transform: "rotate(-3.019 672.724 -1625.1)", fill: "url(#sepatpus_svg__ab)", d: "M0 0h.098v.233H0z" }))),
|
|
726
|
+
React__namespace.createElement("g", { "data-name": "Group 2180" },
|
|
727
|
+
React__namespace.createElement("g", { "data-name": "Group 2179", clipPath: "url(#sepatpus_svg__ac)" },
|
|
728
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1836", transform: "rotate(-3.02 706.459 -1634.12)", fill: "url(#sepatpus_svg__ad)", d: "M0 0h.062v.217H0z" }))),
|
|
729
|
+
React__namespace.createElement("g", { "data-name": "Group 2182" },
|
|
730
|
+
React__namespace.createElement("g", { "data-name": "Group 2181", clipPath: "url(#sepatpus_svg__ae)" },
|
|
731
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1837", transform: "rotate(-3.04 691.82 -1621.775)", fill: "url(#sepatpus_svg__af)", d: "M0 0h.077v.24H0z" }))),
|
|
732
|
+
React__namespace.createElement("g", { "data-name": "Group 2184" },
|
|
733
|
+
React__namespace.createElement("g", { "data-name": "Group 2183", clipPath: "url(#sepatpus_svg__ag)" },
|
|
734
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1838", transform: "rotate(-3.04 681.861 -1619.057)", fill: "url(#sepatpus_svg__ah)", d: "M0 0h.08v.224H0z" }))),
|
|
735
|
+
React__namespace.createElement("g", { "data-name": "Group 2186" },
|
|
736
|
+
React__namespace.createElement("g", { "data-name": "Group 2185", clipPath: "url(#sepatpus_svg__ai)" },
|
|
737
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1839", transform: "rotate(-3.02 662.796 -1620.922)", fill: "url(#sepatpus_svg__aj)", d: "M0 0h.114v.25H0z" }))),
|
|
738
|
+
React__namespace.createElement("g", { "data-name": "Group 2188" },
|
|
739
|
+
React__namespace.createElement("g", { "data-name": "Group 2187", clipPath: "url(#sepatpus_svg__ak)" },
|
|
740
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1840", transform: "rotate(-3.04 592.434 -1574.466)", fill: "url(#sepatpus_svg__al)", d: "M0 0h.217v.288H0z" }))),
|
|
741
|
+
React__namespace.createElement("g", { "data-name": "Group 2190" },
|
|
742
|
+
React__namespace.createElement("g", { "data-name": "Group 2189", clipPath: "url(#sepatpus_svg__am)" },
|
|
743
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1841", transform: "rotate(-3.022 757.95 -1639.282)", fill: "url(#sepatpus_svg__an)", d: "M0 0h.017v.169H0z" }))),
|
|
744
|
+
React__namespace.createElement("g", { "data-name": "Group 2192" },
|
|
745
|
+
React__namespace.createElement("g", { "data-name": "Group 2191", clipPath: "url(#sepatpus_svg__ao)" },
|
|
746
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1842", transform: "rotate(-3.019 783.715 -1640.65)", fill: "url(#sepatpus_svg__ap)", d: "M0 0h.015v.212H0z" }))),
|
|
747
|
+
React__namespace.createElement("g", { "data-name": "Group 2194" },
|
|
748
|
+
React__namespace.createElement("g", { "data-name": "Group 2193", clipPath: "url(#sepatpus_svg__aq)" },
|
|
749
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1843", transform: "rotate(-3.02 770.516 -1640.46)", fill: "url(#sepatpus_svg__ar)", d: "M0 0h.015v.231H0z" }))),
|
|
750
|
+
React__namespace.createElement("g", { "data-name": "Group 2196" },
|
|
751
|
+
React__namespace.createElement("g", { "data-name": "Group 2195", clipPath: "url(#sepatpus_svg__as)" },
|
|
752
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1844", transform: "rotate(-3.02 800.012 -1639.019)", fill: "url(#sepatpus_svg__at)", d: "M0 0h.017v.13H0z" }))),
|
|
753
|
+
React__namespace.createElement("g", { "data-name": "Group 2198" },
|
|
754
|
+
React__namespace.createElement("g", { "data-name": "Group 2197", clipPath: "url(#sepatpus_svg__au)" },
|
|
755
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1845", transform: "rotate(-3.02 731.471 -1638.282)", fill: "url(#sepatpus_svg__av)", d: "M0 0h.043v.234H0z" }))),
|
|
756
|
+
React__namespace.createElement("g", { "data-name": "Group 2200" },
|
|
757
|
+
React__namespace.createElement("g", { "data-name": "Group 2199", clipPath: "url(#sepatpus_svg__j)" },
|
|
758
|
+
React__namespace.createElement("path", { "data-name": "Path 4370", d: "M59.978 41.1a4.631 4.631 0 0 0 .49-3.881c-1.106-3.459.107-4.81.107-4.81s-3.731-11.435-10.515-6.737-7.96 3.069-7.96 3.069c-1.174-1.7-3.494-2.045-5.241-1.815S34.874 36.44 35.148 39a4.911 4.911 0 0 0 .679 2.054 8.98 8.98 0 0 1 1.132 7.167c-1.766 6.056-8.128 7.058-8.128 7.058 2.236 8.812 7.24 4.135 17.219 8.469a65.559 65.559 0 0 0 17.887 5.093 10.5 10.5 0 0 1 1.175-7.571c-3.725-2.984-6.172-6.17-7.042-10.151A13.912 13.912 0 0 1 59.978 41.1", fill: "#fb6496" }))),
|
|
759
|
+
React__namespace.createElement("g", { "data-name": "Group 2202" },
|
|
760
|
+
React__namespace.createElement("g", { "data-name": "Group 2201", clipPath: "url(#sepatpus_svg__aw)" },
|
|
761
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1847", transform: "rotate(-3.019 720.723 -1637.335)", fill: "url(#sepatpus_svg__ax)", d: "M0 0h.043v.199H0z" }))),
|
|
762
|
+
React__namespace.createElement("g", { "data-name": "Group 2204" },
|
|
763
|
+
React__namespace.createElement("g", { "data-name": "Group 2203", clipPath: "url(#sepatpus_svg__ay)" },
|
|
764
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1848", transform: "rotate(-3.02 743.27 -1639.47)", fill: "url(#sepatpus_svg__az)", d: "M0 0h.033v.212H0z" }))),
|
|
765
|
+
React__namespace.createElement("g", { "data-name": "Group 2206" },
|
|
766
|
+
React__namespace.createElement("g", { "data-name": "Group 2205", clipPath: "url(#sepatpus_svg__aA)" },
|
|
767
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1849", transform: "rotate(-3.02 827.473 -1635.239)", fill: "url(#sepatpus_svg__aB)", d: "M0 0h.04v.225H0z" }))),
|
|
768
|
+
React__namespace.createElement("g", { "data-name": "Group 2208" },
|
|
769
|
+
React__namespace.createElement("g", { "data-name": "Group 2207", clipPath: "url(#sepatpus_svg__aC)" },
|
|
770
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1850", transform: "rotate(-3.02 875.751 -1624.817)", fill: "url(#sepatpus_svg__aD)", d: "M0 0h.068v.245H0z" }))),
|
|
771
|
+
React__namespace.createElement("g", { "data-name": "Group 2210" },
|
|
772
|
+
React__namespace.createElement("g", { "data-name": "Group 2209", clipPath: "url(#sepatpus_svg__aE)" },
|
|
773
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1851", transform: "rotate(-3.04 808.668 -1627.413)", fill: "url(#sepatpus_svg__aF)", d: "M0 0h.035v.236H0z" }))),
|
|
774
|
+
React__namespace.createElement("g", { "data-name": "Group 2212" },
|
|
775
|
+
React__namespace.createElement("g", { "data-name": "Group 2211", clipPath: "url(#sepatpus_svg__j)" },
|
|
776
|
+
React__namespace.createElement("path", { "data-name": "Path 4376", d: "M87.012 43.3", fill: "#d3427a" }))),
|
|
777
|
+
React__namespace.createElement("g", { "data-name": "Group 2214" },
|
|
778
|
+
React__namespace.createElement("g", { "data-name": "Group 2213", clipPath: "url(#sepatpus_svg__aG)" },
|
|
779
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1853", transform: "rotate(-3.024 844.6 -1630.35)", fill: "url(#sepatpus_svg__aH)", d: "M0 0h.018v.076H0z" }))),
|
|
780
|
+
React__namespace.createElement("g", { "data-name": "Group 2216" },
|
|
781
|
+
React__namespace.createElement("g", { "data-name": "Group 2215", clipPath: "url(#sepatpus_svg__aI)" },
|
|
782
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1854", transform: "rotate(-64.02 43.427 -3.803)", fill: "url(#sepatpus_svg__g)", d: "M0 0h12.211v9.685H0z" }),
|
|
783
|
+
React__namespace.createElement("path", { "data-name": "Path 4378", d: "M34.954 39.294c-1.737-.036-3.089-2.746-3.02-6.053s1.534-5.957 3.271-5.92 3.089 2.746 3.02 6.052-1.534 5.957-3.271 5.921", fill: "#fff" }))),
|
|
784
|
+
React__namespace.createElement("g", { "data-name": "Group 2527" },
|
|
785
|
+
React__namespace.createElement("g", { "data-name": "Group 2526", clipPath: "url(#sepatpus_svg__j)" },
|
|
786
|
+
React__namespace.createElement("g", { "data-name": "Group 2221", opacity: 0.72, style: {
|
|
787
|
+
mixBlendMode: "multiply",
|
|
788
|
+
isolation: "isolate",
|
|
789
|
+
} },
|
|
790
|
+
React__namespace.createElement("g", { "data-name": "Group 2220" },
|
|
791
|
+
React__namespace.createElement("g", { "data-name": "Group 2219", clipPath: "url(#sepatpus_svg__aJ)" },
|
|
792
|
+
React__namespace.createElement("g", { "data-name": "Group 2218" },
|
|
793
|
+
React__namespace.createElement("g", { "data-name": "Group 2217", clipPath: "url(#sepatpus_svg__aK)" },
|
|
794
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1855", transform: "rotate(-3.1 772.106 -805.5)", fill: "url(#sepatpus_svg__d)", d: "M0 0h14.159v16.799H0z" })))))),
|
|
795
|
+
React__namespace.createElement("g", { "data-name": "Group 2226", opacity: 0.72, style: {
|
|
796
|
+
mixBlendMode: "multiply",
|
|
797
|
+
isolation: "isolate",
|
|
798
|
+
} },
|
|
799
|
+
React__namespace.createElement("g", { "data-name": "Group 2225" },
|
|
800
|
+
React__namespace.createElement("g", { "data-name": "Group 2224", clipPath: "url(#sepatpus_svg__aL)" },
|
|
801
|
+
React__namespace.createElement("g", { "data-name": "Group 2223" },
|
|
802
|
+
React__namespace.createElement("g", { "data-name": "Group 2222", clipPath: "url(#sepatpus_svg__aM)" },
|
|
803
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1857", transform: "rotate(-3.1 752.696 -633.987)", fill: "url(#sepatpus_svg__aN)", d: "M0 0h4.382v9.363H0z" })))))),
|
|
804
|
+
React__namespace.createElement("g", { "data-name": "Group 2229", opacity: 0.44, style: {
|
|
805
|
+
mixBlendMode: "color-dodge",
|
|
806
|
+
isolation: "isolate",
|
|
807
|
+
} },
|
|
808
|
+
React__namespace.createElement("g", { "data-name": "Group 2228" },
|
|
809
|
+
React__namespace.createElement("g", { "data-name": "Group 2227", clipPath: "url(#sepatpus_svg__aO)" },
|
|
810
|
+
React__namespace.createElement("path", { "data-name": "Path 4382", d: "M37.057 27.359c2.265 1.549 1.405 6.241 1.405 6.241s5.62-2.348 3.643-4.858c-1.175-1.7-3.495-2.045-5.242-1.815a.552.552 0 0 0-.177.059 1.2 1.2 0 0 0 .371.373", fill: "#fff" })))),
|
|
811
|
+
React__namespace.createElement("g", { "data-name": "Group 2232", opacity: 0.44, style: {
|
|
812
|
+
mixBlendMode: "color-dodge",
|
|
813
|
+
isolation: "isolate",
|
|
814
|
+
} },
|
|
815
|
+
React__namespace.createElement("g", { "data-name": "Group 2231" },
|
|
816
|
+
React__namespace.createElement("g", { "data-name": "Group 2230", clipPath: "url(#sepatpus_svg__aP)" },
|
|
817
|
+
React__namespace.createElement("path", { "data-name": "Path 4383", d: "M57.393 28.214s-4.145-3.521-7.087-2.7c-.081.055-.166.1-.246.158-.447.309-.866.588-1.265.844-.977 1.179-1.554 3.412-1.306 7.332 0 0 2.978-10.591 9.9-5.634", fill: "#fff" })))),
|
|
818
|
+
React__namespace.createElement("path", { "data-name": "Path 4384", d: "M61.432 110.418c-.1-7.089-7.107-14.295-21.031-16.839-20.488-3.744-23.508-5.96-19.953-13.44S42.9 72.117 42.9 72.117s8.763-10.893-3.757-17.708c0 0-17.934-1.185-28.879 10.534a50.6 50.6 0 0 0 26.491 39.695c6.11.842 11.487 2.379 12.882 4.711a49.7 49.7 0 0 0 10.4 1.1c.465 0 .93-.019 1.394-.032", fill: "#6a00a3" }),
|
|
819
|
+
React__namespace.createElement("path", { "data-name": "Path 4385", d: "M61.432 110.418a11.093 11.093 0 0 0-.1-1.284l-.009-.076a11.709 11.709 0 0 0-.668-2.574l-.035-.088q-.232-.592-.531-1.176c-.018-.033-.033-.068-.051-.1a14.687 14.687 0 0 0-1.576-2.391c-.049-.062-.1-.123-.151-.184q-.418-.505-.891-1l-.133-.14q-.549-.557-1.169-1.092c-.032-.027-.066-.053-.1-.08-.37-.314-.761-.619-1.168-.919-.107-.08-.215-.157-.324-.235q-.585-.416-1.217-.812c-.077-.048-.149-.1-.227-.145q-.749-.458-1.566-.885c-.114-.06-.234-.116-.349-.175q-.658-.334-1.36-.648a37.796 37.796 0 0 0-.5-.222q-.781-.334-1.613-.644c-.082-.03-.16-.064-.243-.094-.635-.229-1.3-.445-1.973-.651-.183-.055-.373-.107-.56-.161q-.789-.228-1.616-.432c-.21-.052-.419-.1-.632-.154a48.362 48.362 0 0 0-2.274-.477c-8.963-1.638-14.584-2.983-17.772-4.605a11.074 11.074 0 0 1-1.221-.714 6.827 6.827 0 0 1-.938-.758 5.2 5.2 0 0 1-.369-.4 3.947 3.947 0 0 1-.753-1.386 6.788 6.788 0 0 1 .626-4.511c.143-.345.3-.7.474-1.069.049-.105.112-.2.168-.3a6.669 6.669 0 0 1 .54-.838c.064-.085.126-.171.195-.254 2.845-3.447 9.262-5.111 14.361-5.908l.26-.041a70.031 70.031 0 0 1 1.507-.21c3.133-.4 5.423-.467 5.423-.467-12.587-3.581-24-1.256-30.408 3.441a50.58 50.58 0 0 0 22.49 28.065c8.143 1.149 15.586 2.191 18.292 6.347a49.452 49.452 0 0 0 6.762.48c.465 0 .929-.019 1.394-.032", fill: "#f0348f" }),
|
|
820
|
+
React__namespace.createElement("g", { "data-name": "Group 2237", opacity: 0.33 },
|
|
821
|
+
React__namespace.createElement("g", { "data-name": "Group 2236" },
|
|
822
|
+
React__namespace.createElement("g", { "data-name": "Group 2235", clipPath: "url(#sepatpus_svg__aQ)" },
|
|
823
|
+
React__namespace.createElement("g", { "data-name": "Group 2234" },
|
|
824
|
+
React__namespace.createElement("g", { "data-name": "Group 2233", clipPath: "url(#sepatpus_svg__aR)" },
|
|
825
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1861", transform: "translate(11.669 61.353)", fill: "url(#sepatpus_svg__h)", d: "M0 0h34.275v30.471H0z" })))))),
|
|
826
|
+
React__namespace.createElement("g", { "data-name": "Group 2240", opacity: 0.44 },
|
|
827
|
+
React__namespace.createElement("g", { "data-name": "Group 2239" },
|
|
828
|
+
React__namespace.createElement("g", { "data-name": "Group 2238", clipPath: "url(#sepatpus_svg__aS)" },
|
|
829
|
+
React__namespace.createElement("path", { "data-name": "Path 4387", d: "M18.175 67.787c7.528-4.107 17.137-5.721 23.023-6-14.692.443-24.192 5.072-29.637 10.513.031.126.066.251.1.377a26.072 26.072 0 0 1 6.516-4.887", fill: "#fff" })))),
|
|
830
|
+
React__namespace.createElement("g", { "data-name": "Group 2243", opacity: 0.44 },
|
|
831
|
+
React__namespace.createElement("g", { "data-name": "Group 2242" },
|
|
832
|
+
React__namespace.createElement("g", { "data-name": "Group 2241", clipPath: "url(#sepatpus_svg__aT)" },
|
|
833
|
+
React__namespace.createElement("path", { "data-name": "Path 4388", d: "M41.2 61.786c.491-.015.966-.042 1.469-.048-.455.005-.953.024-1.469.048", fill: "#fff" })))),
|
|
834
|
+
React__namespace.createElement("g", { "data-name": "Group 2246", opacity: 0.6, style: {
|
|
835
|
+
mixBlendMode: "color-dodge",
|
|
836
|
+
isolation: "isolate",
|
|
837
|
+
} },
|
|
838
|
+
React__namespace.createElement("g", { "data-name": "Group 2245" },
|
|
839
|
+
React__namespace.createElement("g", { "data-name": "Group 2244", clipPath: "url(#sepatpus_svg__aU)" },
|
|
840
|
+
React__namespace.createElement("path", { "data-name": "Path 4389", d: "M32.624 60.679c-.472.594 3.314.375 2.779-.364s-2.213-.348-2.779.364", fill: "#fbcdd5" })))),
|
|
841
|
+
React__namespace.createElement("g", { "data-name": "Group 2249", opacity: 0.33, style: {
|
|
842
|
+
mixBlendMode: "multiply",
|
|
843
|
+
isolation: "isolate",
|
|
844
|
+
} },
|
|
845
|
+
React__namespace.createElement("g", { "data-name": "Group 2248" },
|
|
846
|
+
React__namespace.createElement("g", { "data-name": "Group 2247", clipPath: "url(#sepatpus_svg__aV)" },
|
|
847
|
+
React__namespace.createElement("path", { "data-name": "Path 4390", d: "M18.921 85.371c-2.409.807-3.478-3.6-1.081-4.974s3.49 4.167 1.081 4.974", fill: "#82015e" })))),
|
|
848
|
+
React__namespace.createElement("path", { "data-name": "Path 4391", d: "M19.027 85.881c-2.409.807-3.478-3.6-1.081-4.974s3.49 4.167 1.081 4.974", fill: "#e4ab9c" }),
|
|
849
|
+
React__namespace.createElement("g", { "data-name": "Group 2252", opacity: 0.49, style: {
|
|
850
|
+
mixBlendMode: "multiply",
|
|
851
|
+
isolation: "isolate",
|
|
852
|
+
} },
|
|
853
|
+
React__namespace.createElement("g", { "data-name": "Group 2251" },
|
|
854
|
+
React__namespace.createElement("g", { "data-name": "Group 2250", clipPath: "url(#sepatpus_svg__aW)" },
|
|
855
|
+
React__namespace.createElement("path", { "data-name": "Path 4392", d: "M18.769 84.65c-1.22.409-1.761-1.823-.547-2.519s1.767 2.11.547 2.519", fill: "#e4a38f" })))),
|
|
856
|
+
React__namespace.createElement("g", { "data-name": "Group 2255", style: {
|
|
857
|
+
mixBlendMode: "multiply",
|
|
858
|
+
isolation: "isolate",
|
|
859
|
+
} },
|
|
860
|
+
React__namespace.createElement("g", { "data-name": "Group 2254" },
|
|
861
|
+
React__namespace.createElement("g", { "data-name": "Group 2253", clipPath: "url(#sepatpus_svg__aX)" },
|
|
862
|
+
React__namespace.createElement("path", { "data-name": "Path 4393", d: "M18.677 84.151a.885.885 0 0 1-1.133-.67c.029.737.508 1.41 1.225 1.17.673-.226.8-1.179.585-1.873a1.266 1.266 0 0 1-.677 1.373", fill: "#e4a38f" })))),
|
|
863
|
+
React__namespace.createElement("g", { "data-name": "Group 2258", opacity: 0.33, style: {
|
|
864
|
+
mixBlendMode: "multiply",
|
|
865
|
+
isolation: "isolate",
|
|
866
|
+
} },
|
|
867
|
+
React__namespace.createElement("g", { "data-name": "Group 2257" },
|
|
868
|
+
React__namespace.createElement("g", { "data-name": "Group 2256", clipPath: "url(#sepatpus_svg__aY)" },
|
|
869
|
+
React__namespace.createElement("path", { "data-name": "Path 4394", d: "M22.725 89.881c-1.578 1.991-4.879-1.117-3.62-3.577s5.2 1.586 3.62 3.577", fill: "#82015e" })))),
|
|
870
|
+
React__namespace.createElement("path", { "data-name": "Path 4395", d: "M23.092 90.25c-1.578 1.991-4.879-1.117-3.62-3.577s5.2 1.586 3.62 3.577", fill: "#e4ab9c" }),
|
|
871
|
+
React__namespace.createElement("g", { "data-name": "Group 2261", opacity: 0.49, style: {
|
|
872
|
+
mixBlendMode: "multiply",
|
|
873
|
+
isolation: "isolate",
|
|
874
|
+
} },
|
|
875
|
+
React__namespace.createElement("g", { "data-name": "Group 2260" },
|
|
876
|
+
React__namespace.createElement("g", { "data-name": "Group 2259", clipPath: "url(#sepatpus_svg__aZ)" },
|
|
877
|
+
React__namespace.createElement("path", { "data-name": "Path 4396", d: "M22.2 89.36c-.8 1.008-2.471-.566-1.833-1.812s2.632.8 1.833 1.812", fill: "#e4a38f" })))),
|
|
878
|
+
React__namespace.createElement("g", { "data-name": "Group 2264", style: {
|
|
879
|
+
mixBlendMode: "multiply",
|
|
880
|
+
isolation: "isolate",
|
|
881
|
+
} },
|
|
882
|
+
React__namespace.createElement("g", { "data-name": "Group 2263" },
|
|
883
|
+
React__namespace.createElement("g", { "data-name": "Group 2262", clipPath: "url(#sepatpus_svg__ba)" },
|
|
884
|
+
React__namespace.createElement("path", { "data-name": "Path 4397", d: "M21.854 88.991a.886.886 0 0 1-1.315.058c.426.6 1.195.9 1.665.31.441-.556.031-1.426-.532-1.888a1.265 1.265 0 0 1 .182 1.52", fill: "#e4a38f" })))),
|
|
885
|
+
React__namespace.createElement("g", { "data-name": "Group 2267", opacity: 0.33, style: {
|
|
886
|
+
mixBlendMode: "multiply",
|
|
887
|
+
isolation: "isolate",
|
|
888
|
+
} },
|
|
889
|
+
React__namespace.createElement("g", { "data-name": "Group 2266" },
|
|
890
|
+
React__namespace.createElement("g", { "data-name": "Group 2265", clipPath: "url(#sepatpus_svg__bb)" },
|
|
891
|
+
React__namespace.createElement("path", { "data-name": "Path 4398", d: "M27.3 93.069c-.2 2.533-4.671 1.8-5-.946s5.2-1.587 5 .946", fill: "#82015e" })))),
|
|
892
|
+
React__namespace.createElement("path", { "data-name": "Path 4399", d: "M27.808 93.438c-.2 2.533-4.671 1.8-5-.946s5.2-1.587 5 .946", fill: "#eebdb0" }),
|
|
893
|
+
React__namespace.createElement("g", { "data-name": "Group 2270", opacity: 0.49, style: {
|
|
894
|
+
mixBlendMode: "multiply",
|
|
895
|
+
isolation: "isolate",
|
|
896
|
+
} },
|
|
897
|
+
React__namespace.createElement("g", { "data-name": "Group 2269" },
|
|
898
|
+
React__namespace.createElement("g", { "data-name": "Group 2268", clipPath: "url(#sepatpus_svg__bc)" },
|
|
899
|
+
React__namespace.createElement("path", { "data-name": "Path 4400", d: "M26.574 93.195c-.1 1.283-2.366.91-2.533-.479s2.633-.8 2.533.479", fill: "#e4a38f" })))),
|
|
900
|
+
React__namespace.createElement("g", { "data-name": "Group 2273", style: {
|
|
901
|
+
mixBlendMode: "multiply",
|
|
902
|
+
isolation: "isolate",
|
|
903
|
+
} },
|
|
904
|
+
React__namespace.createElement("g", { "data-name": "Group 2272" },
|
|
905
|
+
React__namespace.createElement("g", { "data-name": "Group 2271", clipPath: "url(#sepatpus_svg__bd)" },
|
|
906
|
+
React__namespace.createElement("path", { "data-name": "Path 4401", d: "M26.078 93.085a.887.887 0 0 1-1.059.782c.69.261 1.5.082 1.555-.672.055-.707-.771-1.2-1.5-1.269.557.194 1.043.612 1 1.159", fill: "#e4a38f" })))),
|
|
907
|
+
React__namespace.createElement("g", { "data-name": "Group 2276", opacity: 0.33, style: {
|
|
908
|
+
mixBlendMode: "multiply",
|
|
909
|
+
isolation: "isolate",
|
|
910
|
+
} },
|
|
911
|
+
React__namespace.createElement("g", { "data-name": "Group 2275" },
|
|
912
|
+
React__namespace.createElement("g", { "data-name": "Group 2274", clipPath: "url(#sepatpus_svg__be)" },
|
|
913
|
+
React__namespace.createElement("path", { "data-name": "Path 4402", d: "M33.066 94.646c.518 2.487-3.983 3.031-5.066.489s4.548-2.976 5.066-.489", fill: "#82015e" })))),
|
|
914
|
+
React__namespace.createElement("path", { "data-name": "Path 4403", d: "M33.543 94.934c.518 2.487-3.983 3.031-5.066.489s4.548-2.976 5.066-.489", fill: "#eebdb0" }),
|
|
915
|
+
React__namespace.createElement("g", { "data-name": "Group 2279", opacity: 0.49, style: {
|
|
916
|
+
mixBlendMode: "multiply",
|
|
917
|
+
isolation: "isolate",
|
|
918
|
+
} },
|
|
919
|
+
React__namespace.createElement("g", { "data-name": "Group 2278" },
|
|
920
|
+
React__namespace.createElement("g", { "data-name": "Group 2277", clipPath: "url(#sepatpus_svg__bf)" },
|
|
921
|
+
React__namespace.createElement("path", { "data-name": "Path 4404", d: "M32.29 95.045c.262 1.26-2.017 1.535-2.566.248s2.3-1.508 2.566-.248", fill: "#e4a38f" })))),
|
|
922
|
+
React__namespace.createElement("g", { "data-name": "Group 2282", style: {
|
|
923
|
+
mixBlendMode: "multiply",
|
|
924
|
+
isolation: "isolate",
|
|
925
|
+
} },
|
|
926
|
+
React__namespace.createElement("g", { "data-name": "Group 2281" },
|
|
927
|
+
React__namespace.createElement("g", { "data-name": "Group 2280", clipPath: "url(#sepatpus_svg__bg)" },
|
|
928
|
+
React__namespace.createElement("path", { "data-name": "Path 4405", d: "M31.783 95.078a.887.887 0 0 1-.8 1.047c.735.057 1.459-.339 1.305-1.08-.145-.694-1.076-.937-1.791-.8a1.267 1.267 0 0 1 1.284.834", fill: "#e4a38f" })))),
|
|
929
|
+
React__namespace.createElement("g", { "data-name": "Group 2285", opacity: 0.33, style: {
|
|
930
|
+
mixBlendMode: "multiply",
|
|
931
|
+
isolation: "isolate",
|
|
932
|
+
} },
|
|
933
|
+
React__namespace.createElement("g", { "data-name": "Group 2284" },
|
|
934
|
+
React__namespace.createElement("g", { "data-name": "Group 2283", clipPath: "url(#sepatpus_svg__bh)" },
|
|
935
|
+
React__namespace.createElement("path", { "data-name": "Path 4406", d: "M39.928 95.492c1.109 2.286-3.124 3.91-4.794 1.709s3.685-3.995 4.794-1.709", fill: "#82015e" })))),
|
|
936
|
+
React__namespace.createElement("path", { "data-name": "Path 4407", d: "M40.46 95.654c1.109 2.286-3.124 3.91-4.794 1.709s3.685-4 4.794-1.709", fill: "#fbcdc4" }),
|
|
937
|
+
React__namespace.createElement("g", { "data-name": "Group 2288", opacity: 0.49, style: {
|
|
938
|
+
mixBlendMode: "multiply",
|
|
939
|
+
isolation: "isolate",
|
|
940
|
+
} },
|
|
941
|
+
React__namespace.createElement("g", { "data-name": "Group 2287" },
|
|
942
|
+
React__namespace.createElement("g", { "data-name": "Group 2286", clipPath: "url(#sepatpus_svg__bi)" },
|
|
943
|
+
React__namespace.createElement("path", { "data-name": "Path 4408", d: "M39.273 96.068c.561 1.158-1.582 1.98-2.428.865s1.867-2.023 2.428-.865", fill: "#e4a38f" })))),
|
|
944
|
+
React__namespace.createElement("g", { "data-name": "Group 2291", style: {
|
|
945
|
+
mixBlendMode: "multiply",
|
|
946
|
+
isolation: "isolate",
|
|
947
|
+
} },
|
|
948
|
+
React__namespace.createElement("g", { "data-name": "Group 2290" },
|
|
949
|
+
React__namespace.createElement("g", { "data-name": "Group 2289", clipPath: "url(#sepatpus_svg__bj)" },
|
|
950
|
+
React__namespace.createElement("path", { "data-name": "Path 4409", d: "M38.789 96.223a.887.887 0 0 1-.519 1.21c.727-.123 1.333-.685 1-1.365-.31-.639-1.272-.647-1.932-.341a1.266 1.266 0 0 1 1.448.5", fill: "#e4a38f" })))),
|
|
951
|
+
React__namespace.createElement("g", { "data-name": "Group 2294", opacity: 0.33, style: {
|
|
952
|
+
mixBlendMode: "multiply",
|
|
953
|
+
isolation: "isolate",
|
|
954
|
+
} },
|
|
955
|
+
React__namespace.createElement("g", { "data-name": "Group 2293" },
|
|
956
|
+
React__namespace.createElement("g", { "data-name": "Group 2292", clipPath: "url(#sepatpus_svg__bk)" },
|
|
957
|
+
React__namespace.createElement("path", { "data-name": "Path 4410", d: "M36.238 100.38c.421 2.505-4.1 2.874-5.081.292s4.66-2.8 5.081-.292", fill: "#82015e" })))),
|
|
958
|
+
React__namespace.createElement("path", { "data-name": "Path 4411", d: "M36.7 100.685c.421 2.506-4.1 2.874-5.081.292s4.66-2.8 5.081-.292", fill: "#fbcdc4" }),
|
|
959
|
+
React__namespace.createElement("g", { "data-name": "Group 2297", opacity: 0.49, style: {
|
|
960
|
+
mixBlendMode: "multiply",
|
|
961
|
+
isolation: "isolate",
|
|
962
|
+
} },
|
|
963
|
+
React__namespace.createElement("g", { "data-name": "Group 2296" },
|
|
964
|
+
React__namespace.createElement("g", { "data-name": "Group 2295", clipPath: "url(#sepatpus_svg__bl)" },
|
|
965
|
+
React__namespace.createElement("path", { "data-name": "Path 4412", d: "M35.447 100.748c.213 1.269-2.075 1.455-2.573.148s2.36-1.417 2.573-.148", fill: "#e4a38f" })))),
|
|
966
|
+
React__namespace.createElement("g", { "data-name": "Group 2300", style: {
|
|
967
|
+
mixBlendMode: "multiply",
|
|
968
|
+
isolation: "isolate",
|
|
969
|
+
} },
|
|
970
|
+
React__namespace.createElement("g", { "data-name": "Group 2299" },
|
|
971
|
+
React__namespace.createElement("g", { "data-name": "Group 2298", clipPath: "url(#sepatpus_svg__bm)" },
|
|
972
|
+
React__namespace.createElement("path", { "data-name": "Path 4413", d: "M34.939 100.761c.1.57-.314.919-.838 1.015.732.086 1.471-.282 1.346-1.028-.118-.7-1.038-.978-1.758-.87a1.266 1.266 0 0 1 1.25.883", fill: "#e4a38f" })))),
|
|
973
|
+
React__namespace.createElement("g", { "data-name": "Group 2303", opacity: 0.33, style: {
|
|
974
|
+
mixBlendMode: "multiply",
|
|
975
|
+
isolation: "isolate",
|
|
976
|
+
} },
|
|
977
|
+
React__namespace.createElement("g", { "data-name": "Group 2302" },
|
|
978
|
+
React__namespace.createElement("g", { "data-name": "Group 2301", clipPath: "url(#sepatpus_svg__bn)" },
|
|
979
|
+
React__namespace.createElement("path", { "data-name": "Path 4414", d: "M47.042 96.609c1.109 2.286-3.124 3.91-4.794 1.709s3.685-4 4.794-1.709", fill: "#82015e" })))),
|
|
980
|
+
React__namespace.createElement("path", { "data-name": "Path 4415", d: "M47.574 96.771c1.109 2.286-3.124 3.91-4.794 1.709s3.685-4 4.794-1.709", fill: "#fbcdc4" }),
|
|
981
|
+
React__namespace.createElement("g", { "data-name": "Group 2306", opacity: 0.49, style: {
|
|
982
|
+
mixBlendMode: "multiply",
|
|
983
|
+
isolation: "isolate",
|
|
984
|
+
} },
|
|
985
|
+
React__namespace.createElement("g", { "data-name": "Group 2305" },
|
|
986
|
+
React__namespace.createElement("g", { "data-name": "Group 2304", clipPath: "url(#sepatpus_svg__bo)" },
|
|
987
|
+
React__namespace.createElement("path", { "data-name": "Path 4416", d: "M46.387 97.185c.56 1.158-1.582 1.98-2.429.865s1.867-2.023 2.429-.865", fill: "#e4a38f" })))),
|
|
988
|
+
React__namespace.createElement("g", { "data-name": "Group 2309", style: {
|
|
989
|
+
mixBlendMode: "multiply",
|
|
990
|
+
isolation: "isolate",
|
|
991
|
+
} },
|
|
992
|
+
React__namespace.createElement("g", { "data-name": "Group 2308" },
|
|
993
|
+
React__namespace.createElement("g", { "data-name": "Group 2307", clipPath: "url(#sepatpus_svg__bp)" },
|
|
994
|
+
React__namespace.createElement("path", { "data-name": "Path 4417", d: "M45.9 97.34a.887.887 0 0 1-.519 1.21c.727-.124 1.333-.685 1-1.365-.31-.639-1.272-.647-1.932-.341a1.266 1.266 0 0 1 1.448.5", fill: "#e4a38f" })))),
|
|
995
|
+
React__namespace.createElement("g", { "data-name": "Group 2312", opacity: 0.33, style: {
|
|
996
|
+
mixBlendMode: "multiply",
|
|
997
|
+
isolation: "isolate",
|
|
998
|
+
} },
|
|
999
|
+
React__namespace.createElement("g", { "data-name": "Group 2311" },
|
|
1000
|
+
React__namespace.createElement("g", { "data-name": "Group 2310", clipPath: "url(#sepatpus_svg__bq)" },
|
|
1001
|
+
React__namespace.createElement("path", { "data-name": "Path 4418", d: "M43.352 101.5c.421 2.506-4.1 2.874-5.081.292s4.66-2.8 5.081-.292", fill: "#82015e" })))),
|
|
1002
|
+
React__namespace.createElement("path", { "data-name": "Path 4419", d: "M43.817 101.8c.421 2.506-4.1 2.874-5.081.292s4.66-2.8 5.081-.292", fill: "#fbcdc4" }),
|
|
1003
|
+
React__namespace.createElement("g", { "data-name": "Group 2315", opacity: 0.49, style: {
|
|
1004
|
+
mixBlendMode: "multiply",
|
|
1005
|
+
isolation: "isolate",
|
|
1006
|
+
} },
|
|
1007
|
+
React__namespace.createElement("g", { "data-name": "Group 2314" },
|
|
1008
|
+
React__namespace.createElement("g", { "data-name": "Group 2313", clipPath: "url(#sepatpus_svg__br)" },
|
|
1009
|
+
React__namespace.createElement("path", { "data-name": "Path 4420", d: "M42.561 101.865c.213 1.269-2.075 1.455-2.573.148s2.36-1.417 2.573-.148", fill: "#e4a38f" })))),
|
|
1010
|
+
React__namespace.createElement("g", { "data-name": "Group 2318", style: {
|
|
1011
|
+
mixBlendMode: "multiply",
|
|
1012
|
+
isolation: "isolate",
|
|
1013
|
+
} },
|
|
1014
|
+
React__namespace.createElement("g", { "data-name": "Group 2317" },
|
|
1015
|
+
React__namespace.createElement("g", { "data-name": "Group 2316", clipPath: "url(#sepatpus_svg__bs)" },
|
|
1016
|
+
React__namespace.createElement("path", { "data-name": "Path 4421", d: "M42.053 101.878c.1.57-.314.919-.838 1.015.732.086 1.471-.282 1.346-1.028-.118-.7-1.038-.978-1.758-.87a1.266 1.266 0 0 1 1.25.883", fill: "#e4a38f" })))),
|
|
1017
|
+
React__namespace.createElement("g", { "data-name": "Group 2321", opacity: 0.33, style: {
|
|
1018
|
+
mixBlendMode: "multiply",
|
|
1019
|
+
isolation: "isolate",
|
|
1020
|
+
} },
|
|
1021
|
+
React__namespace.createElement("g", { "data-name": "Group 2320" },
|
|
1022
|
+
React__namespace.createElement("g", { "data-name": "Group 2319", clipPath: "url(#sepatpus_svg__bt)" },
|
|
1023
|
+
React__namespace.createElement("path", { "data-name": "Path 4422", d: "M54.576 100.094c-.011 2.541-4.527 2.136-5.057-.576s5.068-1.965 5.057.576", fill: "#82015e" })))),
|
|
1024
|
+
React__namespace.createElement("path", { "data-name": "Path 4423", d: "M54.982 100.474c-.011 2.541-4.527 2.136-5.057-.576s5.068-1.965 5.057.576", fill: "#fbcdc4" }),
|
|
1025
|
+
React__namespace.createElement("g", { "data-name": "Group 2324", opacity: 0.49, style: {
|
|
1026
|
+
mixBlendMode: "multiply",
|
|
1027
|
+
isolation: "isolate",
|
|
1028
|
+
} },
|
|
1029
|
+
React__namespace.createElement("g", { "data-name": "Group 2323" },
|
|
1030
|
+
React__namespace.createElement("g", { "data-name": "Group 2322", clipPath: "url(#sepatpus_svg__bu)" },
|
|
1031
|
+
React__namespace.createElement("path", { "data-name": "Path 4424", d: "M53.734 100.323c-.005 1.287-2.292 1.082-2.561-.292s2.566-.995 2.561.292", fill: "#e4a38f" })))),
|
|
1032
|
+
React__namespace.createElement("g", { "data-name": "Group 2327", style: {
|
|
1033
|
+
mixBlendMode: "multiply",
|
|
1034
|
+
isolation: "isolate",
|
|
1035
|
+
} },
|
|
1036
|
+
React__namespace.createElement("g", { "data-name": "Group 2326" },
|
|
1037
|
+
React__namespace.createElement("g", { "data-name": "Group 2325", clipPath: "url(#sepatpus_svg__bv)" },
|
|
1038
|
+
React__namespace.createElement("path", { "data-name": "Path 4425", d: "M53.231 100.249c0 .578-.465.852-1 .858.706.209 1.5-.028 1.5-.785 0-.709-.857-1.14-1.585-1.156.57.153 1.084.534 1.082 1.083", fill: "#e4a38f" })))),
|
|
1039
|
+
React__namespace.createElement("g", { "data-name": "Group 2330", opacity: 0.33, style: {
|
|
1040
|
+
mixBlendMode: "multiply",
|
|
1041
|
+
isolation: "isolate",
|
|
1042
|
+
} },
|
|
1043
|
+
React__namespace.createElement("g", { "data-name": "Group 2329" },
|
|
1044
|
+
React__namespace.createElement("g", { "data-name": "Group 2328", clipPath: "url(#sepatpus_svg__bw)" },
|
|
1045
|
+
React__namespace.createElement("path", { "data-name": "Path 4426", d: "M50.27 103.74c.146 2.536-4.386 2.411-5.083-.263s4.937-2.273 5.083.263", fill: "#82015e" })))),
|
|
1046
|
+
React__namespace.createElement("path", { "data-name": "Path 4427", d: "M50.7 104.1c.146 2.536-4.386 2.411-5.083-.263s4.937-2.273 5.083.263", fill: "#fbcdc4" }),
|
|
1047
|
+
React__namespace.createElement("g", { "data-name": "Group 2333", opacity: 0.49, style: {
|
|
1048
|
+
mixBlendMode: "multiply",
|
|
1049
|
+
isolation: "isolate",
|
|
1050
|
+
} },
|
|
1051
|
+
React__namespace.createElement("g", { "data-name": "Group 2332" },
|
|
1052
|
+
React__namespace.createElement("g", { "data-name": "Group 2331", clipPath: "url(#sepatpus_svg__bx)" },
|
|
1053
|
+
React__namespace.createElement("path", { "data-name": "Path 4428", d: "M49.443 104.02c.074 1.284-2.221 1.221-2.574-.133s2.5-1.152 2.574.133", fill: "#e4a38f" })))),
|
|
1054
|
+
React__namespace.createElement("g", { "data-name": "Group 2336", style: {
|
|
1055
|
+
mixBlendMode: "multiply",
|
|
1056
|
+
isolation: "isolate",
|
|
1057
|
+
} },
|
|
1058
|
+
React__namespace.createElement("g", { "data-name": "Group 2335" },
|
|
1059
|
+
React__namespace.createElement("g", { "data-name": "Group 2334", clipPath: "url(#sepatpus_svg__by)" },
|
|
1060
|
+
React__namespace.createElement("path", { "data-name": "Path 4429", d: "M48.937 103.978c.033.577-.412.879-.944.918.719.165 1.494-.12 1.45-.876-.04-.708-.925-1.085-1.653-1.056.578.118 1.116.466 1.147 1.014", fill: "#e4a38f" })))),
|
|
1061
|
+
React__namespace.createElement("g", { "data-name": "Group 2339", opacity: 0.33, style: {
|
|
1062
|
+
mixBlendMode: "multiply",
|
|
1063
|
+
isolation: "isolate",
|
|
1064
|
+
} },
|
|
1065
|
+
React__namespace.createElement("g", { "data-name": "Group 2338" },
|
|
1066
|
+
React__namespace.createElement("g", { "data-name": "Group 2337", clipPath: "url(#sepatpus_svg__bz)" },
|
|
1067
|
+
React__namespace.createElement("path", { "data-name": "Path 4430", d: "M59.445 105.539c-.933 2.363-4.993.344-4.5-2.375s5.436.012 4.5 2.375", fill: "#82015e" })))),
|
|
1068
|
+
React__namespace.createElement("path", { "data-name": "Path 4431", d: "M59.978 105.859c-.935 2.363-4.993.344-4.5-2.375s5.435.012 4.5 2.375", fill: "#fbcdc4" }),
|
|
1069
|
+
React__namespace.createElement("g", { "data-name": "Group 2342", opacity: 0.49, style: {
|
|
1070
|
+
mixBlendMode: "multiply",
|
|
1071
|
+
isolation: "isolate",
|
|
1072
|
+
} },
|
|
1073
|
+
React__namespace.createElement("g", { "data-name": "Group 2341" },
|
|
1074
|
+
React__namespace.createElement("g", { "data-name": "Group 2340", clipPath: "url(#sepatpus_svg__bA)" },
|
|
1075
|
+
React__namespace.createElement("path", { "data-name": "Path 4432", d: "M58.87 105.264c-.473 1.2-2.529.174-2.28-1.2s2.753.006 2.28 1.2", fill: "#e4a38f" })))),
|
|
1076
|
+
React__namespace.createElement("g", { "data-name": "Group 2345", style: {
|
|
1077
|
+
mixBlendMode: "multiply",
|
|
1078
|
+
isolation: "isolate",
|
|
1079
|
+
} },
|
|
1080
|
+
React__namespace.createElement("g", { "data-name": "Group 2344" },
|
|
1081
|
+
React__namespace.createElement("g", { "data-name": "Group 2343", clipPath: "url(#sepatpus_svg__bB)" },
|
|
1082
|
+
React__namespace.createElement("path", { "data-name": "Path 4433", d: "M58.428 105.013a.886.886 0 0 1-1.242.436c.582.452 1.406.519 1.684-.185.26-.66-.384-1.374-1.056-1.653a1.266 1.266 0 0 1 .614 1.4", fill: "#e4a38f" })))),
|
|
1083
|
+
React__namespace.createElement("g", { "data-name": "Group 2348", opacity: 0.33, style: {
|
|
1084
|
+
mixBlendMode: "multiply",
|
|
1085
|
+
isolation: "isolate",
|
|
1086
|
+
} },
|
|
1087
|
+
React__namespace.createElement("g", { "data-name": "Group 2347" },
|
|
1088
|
+
React__namespace.createElement("g", { "data-name": "Group 2346", clipPath: "url(#sepatpus_svg__bC)" },
|
|
1089
|
+
React__namespace.createElement("path", { "data-name": "Path 4434", d: "M55.847 107.64c-.72 2.437-4.943.787-4.695-1.965s5.415-.472 4.695 1.965", fill: "#82015e" })))),
|
|
1090
|
+
React__namespace.createElement("path", { "data-name": "Path 4435", d: "M56.132 108.119c-.721 2.437-4.944.787-4.7-1.965s5.415-.472 4.7 1.965", fill: "#fbcdc4" }),
|
|
1091
|
+
React__namespace.createElement("g", { "data-name": "Group 2351", opacity: 0.49, style: {
|
|
1092
|
+
mixBlendMode: "multiply",
|
|
1093
|
+
isolation: "isolate",
|
|
1094
|
+
} },
|
|
1095
|
+
React__namespace.createElement("g", { "data-name": "Group 2350" },
|
|
1096
|
+
React__namespace.createElement("g", { "data-name": "Group 2349", clipPath: "url(#sepatpus_svg__bD)" },
|
|
1097
|
+
React__namespace.createElement("path", { "data-name": "Path 4436", d: "M54.975 107.625c-.364 1.234-2.5.4-2.378-1s2.742-.239 2.378 1", fill: "#e4a38f" })))),
|
|
1098
|
+
React__namespace.createElement("g", { "data-name": "Group 2354", style: {
|
|
1099
|
+
mixBlendMode: "multiply",
|
|
1100
|
+
isolation: "isolate",
|
|
1101
|
+
} },
|
|
1102
|
+
React__namespace.createElement("g", { "data-name": "Group 2353" },
|
|
1103
|
+
React__namespace.createElement("g", { "data-name": "Group 2352", clipPath: "url(#sepatpus_svg__bE)" },
|
|
1104
|
+
React__namespace.createElement("path", { "data-name": "Path 4437", d: "M54.513 107.414a.887.887 0 0 1-1.2.545c.62.4 1.446.391 1.66-.334.2-.681-.5-1.335-1.2-1.553a1.267 1.267 0 0 1 .737 1.342", fill: "#e4a38f" })))),
|
|
1105
|
+
React__namespace.createElement("g", { "data-name": "Group 2357", opacity: 0.33, style: {
|
|
1106
|
+
mixBlendMode: "multiply",
|
|
1107
|
+
isolation: "isolate",
|
|
1108
|
+
} },
|
|
1109
|
+
React__namespace.createElement("g", { "data-name": "Group 2356" },
|
|
1110
|
+
React__namespace.createElement("g", { "data-name": "Group 2355", clipPath: "url(#sepatpus_svg__bF)" },
|
|
1111
|
+
React__namespace.createElement("path", { "data-name": "Path 4438", d: "M17.767 73.951c1.2 1.3-2.144 5.029-3.808 4.114s2.6-5.413 3.808-4.114", fill: "#82015e" })))),
|
|
1112
|
+
React__namespace.createElement("path", { "data-name": "Path 4439", d: "M18.179 74.072c1.2 1.3-2.145 5.029-3.808 4.114s2.6-5.413 3.808-4.114", fill: "#e4ab9c" }),
|
|
1113
|
+
React__namespace.createElement("g", { "data-name": "Group 2360", opacity: 0.49, style: {
|
|
1114
|
+
mixBlendMode: "multiply",
|
|
1115
|
+
isolation: "isolate",
|
|
1116
|
+
} },
|
|
1117
|
+
React__namespace.createElement("g", { "data-name": "Group 2359" },
|
|
1118
|
+
React__namespace.createElement("g", { "data-name": "Group 2358", clipPath: "url(#sepatpus_svg__bG)" },
|
|
1119
|
+
React__namespace.createElement("path", { "data-name": "Path 4440", d: "M17.343 75.579c.508.006-.9 1.559-1.6 1.738s1.088-1.744 1.6-1.738", fill: "#e4a38f" })))),
|
|
1120
|
+
React__namespace.createElement("g", { "data-name": "Group 2363", style: {
|
|
1121
|
+
mixBlendMode: "multiply",
|
|
1122
|
+
isolation: "isolate",
|
|
1123
|
+
} },
|
|
1124
|
+
React__namespace.createElement("g", { "data-name": "Group 2362" },
|
|
1125
|
+
React__namespace.createElement("g", { "data-name": "Group 2361", clipPath: "url(#sepatpus_svg__bH)" },
|
|
1126
|
+
React__namespace.createElement("path", { "data-name": "Path 4441", d: "M17.024 75.92c.228 0 .07.318-.236.68.491-.48.854-1.017.556-1.021-.281 0-.949.579-1.376 1.073a2.422 2.422 0 0 1 1.056-.732", fill: "#e4a38f" })))),
|
|
1127
|
+
React__namespace.createElement("g", { "data-name": "Group 2366", opacity: 0.33, style: {
|
|
1128
|
+
mixBlendMode: "multiply",
|
|
1129
|
+
isolation: "isolate",
|
|
1130
|
+
} },
|
|
1131
|
+
React__namespace.createElement("g", { "data-name": "Group 2365" },
|
|
1132
|
+
React__namespace.createElement("g", { "data-name": "Group 2364", clipPath: "url(#sepatpus_svg__bI)" },
|
|
1133
|
+
React__namespace.createElement("path", { "data-name": "Path 4442", d: "M24.743 72.446c.346 1.737-4.459 3.163-5.4 1.513s5.051-3.25 5.4-1.513", fill: "#82015e" })))),
|
|
1134
|
+
React__namespace.createElement("path", { "data-name": "Path 4443", d: "M25.031 72.765c.346 1.737-4.459 3.163-5.4 1.513s5.052-3.25 5.4-1.513", fill: "#e4ab9c" }),
|
|
1135
|
+
React__namespace.createElement("g", { "data-name": "Group 2369", opacity: 0.49, style: {
|
|
1136
|
+
mixBlendMode: "multiply",
|
|
1137
|
+
isolation: "isolate",
|
|
1138
|
+
} },
|
|
1139
|
+
React__namespace.createElement("g", { "data-name": "Group 2368" },
|
|
1140
|
+
React__namespace.createElement("g", { "data-name": "Group 2367", clipPath: "url(#sepatpus_svg__bJ)" },
|
|
1141
|
+
React__namespace.createElement("path", { "data-name": "Path 4444", d: "M23.53 73.612c.43.271-1.578.86-2.27.646s1.84-.917 2.27-.646", fill: "#e4a38f" })))),
|
|
1142
|
+
React__namespace.createElement("g", { "data-name": "Group 2372", style: {
|
|
1143
|
+
mixBlendMode: "multiply",
|
|
1144
|
+
isolation: "isolate",
|
|
1145
|
+
} },
|
|
1146
|
+
React__namespace.createElement("g", { "data-name": "Group 2371" },
|
|
1147
|
+
React__namespace.createElement("g", { "data-name": "Group 2370", clipPath: "url(#sepatpus_svg__bK)" },
|
|
1148
|
+
React__namespace.createElement("path", { "data-name": "Path 4445", d: "M23.079 73.736c.193.122-.107.307-.557.456.67-.152 1.261-.42 1.008-.579a3.3 3.3 0 0 0-1.734.195 2.413 2.413 0 0 1 1.283-.072", fill: "#e4a38f" })))),
|
|
1149
|
+
React__namespace.createElement("g", { "data-name": "Group 2375", opacity: 0.33, style: {
|
|
1150
|
+
mixBlendMode: "multiply",
|
|
1151
|
+
isolation: "isolate",
|
|
1152
|
+
} },
|
|
1153
|
+
React__namespace.createElement("g", { "data-name": "Group 2374" },
|
|
1154
|
+
React__namespace.createElement("g", { "data-name": "Group 2373", clipPath: "url(#sepatpus_svg__bL)" },
|
|
1155
|
+
React__namespace.createElement("path", { "data-name": "Path 4446", d: "M33.435 72.325c-.032 1.99-5.649 2.419-6.289.384s6.321-2.375 6.289-.384", fill: "#82015e" })))),
|
|
1156
|
+
React__namespace.createElement("path", { "data-name": "Path 4447", d: "M33.675 72.744c-.032 1.99-5.649 2.419-6.289.384s6.321-2.375 6.289-.384", fill: "#e4ab9c" }),
|
|
1157
|
+
React__namespace.createElement("g", { "data-name": "Group 2378", opacity: 0.49, style: {
|
|
1158
|
+
mixBlendMode: "multiply",
|
|
1159
|
+
isolation: "isolate",
|
|
1160
|
+
} },
|
|
1161
|
+
React__namespace.createElement("g", { "data-name": "Group 2377" },
|
|
1162
|
+
React__namespace.createElement("g", { "data-name": "Group 2376", clipPath: "url(#sepatpus_svg__bM)" },
|
|
1163
|
+
React__namespace.createElement("path", { "data-name": "Path 4448", d: "M31.826 73.32c.408.4-1.938.571-2.647.172s2.239-.572 2.647-.172", fill: "#e4a38f" })))),
|
|
1164
|
+
React__namespace.createElement("g", { "data-name": "Group 2381", style: {
|
|
1165
|
+
mixBlendMode: "multiply",
|
|
1166
|
+
isolation: "isolate",
|
|
1167
|
+
} },
|
|
1168
|
+
React__namespace.createElement("g", { "data-name": "Group 2380" },
|
|
1169
|
+
React__namespace.createElement("g", { "data-name": "Group 2379", clipPath: "url(#sepatpus_svg__bN)" },
|
|
1170
|
+
React__namespace.createElement("path", { "data-name": "Path 4449", d: "M31.3 73.348c.183.18-.19.312-.72.369.772-.008 1.485-.163 1.245-.4a3.724 3.724 0 0 0-1.951-.2 2.717 2.717 0 0 1 1.426.225", fill: "#e4a38f" })))),
|
|
1171
|
+
React__namespace.createElement("g", { "data-name": "Group 2384", opacity: 0.33, style: {
|
|
1172
|
+
mixBlendMode: "multiply",
|
|
1173
|
+
isolation: "isolate",
|
|
1174
|
+
} },
|
|
1175
|
+
React__namespace.createElement("g", { "data-name": "Group 2383" },
|
|
1176
|
+
React__namespace.createElement("g", { "data-name": "Group 2382", clipPath: "url(#sepatpus_svg__bO)" },
|
|
1177
|
+
React__namespace.createElement("path", { "data-name": "Path 4450", d: "M20.79 75.763c1.2 1.3-2.144 5.029-3.808 4.114s2.6-5.413 3.808-4.114", fill: "#82015e" })))),
|
|
1178
|
+
React__namespace.createElement("path", { "data-name": "Path 4451", d: "M21.2 75.884c1.2 1.3-2.144 5.029-3.808 4.114S20 74.585 21.2 75.884", fill: "#e4ab9c" }),
|
|
1179
|
+
React__namespace.createElement("g", { "data-name": "Group 2387", opacity: 0.49, style: {
|
|
1180
|
+
mixBlendMode: "multiply",
|
|
1181
|
+
isolation: "isolate",
|
|
1182
|
+
} },
|
|
1183
|
+
React__namespace.createElement("g", { "data-name": "Group 2386" },
|
|
1184
|
+
React__namespace.createElement("g", { "data-name": "Group 2385", clipPath: "url(#sepatpus_svg__bP)" },
|
|
1185
|
+
React__namespace.createElement("path", { "data-name": "Path 4452", d: "M20.367 77.391c.508.006-.9 1.558-1.6 1.738s1.088-1.744 1.6-1.738", fill: "#e4a38f" })))),
|
|
1186
|
+
React__namespace.createElement("g", { "data-name": "Group 2390", style: {
|
|
1187
|
+
mixBlendMode: "multiply",
|
|
1188
|
+
isolation: "isolate",
|
|
1189
|
+
} },
|
|
1190
|
+
React__namespace.createElement("g", { "data-name": "Group 2389" },
|
|
1191
|
+
React__namespace.createElement("g", { "data-name": "Group 2388", clipPath: "url(#sepatpus_svg__bQ)" },
|
|
1192
|
+
React__namespace.createElement("path", { "data-name": "Path 4453", d: "M20.047 77.732c.228 0 .07.318-.236.68.491-.48.854-1.017.556-1.021-.281 0-.949.579-1.376 1.073a2.422 2.422 0 0 1 1.056-.732", fill: "#e4a38f" })))),
|
|
1193
|
+
React__namespace.createElement("g", { "data-name": "Group 2393", opacity: 0.72, style: {
|
|
1194
|
+
mixBlendMode: "multiply",
|
|
1195
|
+
isolation: "isolate",
|
|
1196
|
+
} },
|
|
1197
|
+
React__namespace.createElement("g", { "data-name": "Group 2392" },
|
|
1198
|
+
React__namespace.createElement("g", { "data-name": "Group 2391", clipPath: "url(#sepatpus_svg__bR)" },
|
|
1199
|
+
React__namespace.createElement("path", { "data-name": "Path 4454", d: "M51.442 55.6c-2.446-.165-1.885-4.713 1.325-4.946s1.121 5.111-1.325 4.946", fill: "#c97bd2" })))),
|
|
1200
|
+
React__namespace.createElement("g", { "data-name": "Group 2396", opacity: 0.72, style: {
|
|
1201
|
+
mixBlendMode: "multiply",
|
|
1202
|
+
isolation: "isolate",
|
|
1203
|
+
} },
|
|
1204
|
+
React__namespace.createElement("g", { "data-name": "Group 2395" },
|
|
1205
|
+
React__namespace.createElement("g", { "data-name": "Group 2394", clipPath: "url(#sepatpus_svg__bS)" },
|
|
1206
|
+
React__namespace.createElement("path", { "data-name": "Path 4455", d: "M53.837 57.951c-2-.466-.87-2.9.722-3.05s1.274 3.516-.722 3.05", fill: "#c97bd2" })))),
|
|
1207
|
+
React__namespace.createElement("g", { "data-name": "Group 2399", opacity: 0.72, style: {
|
|
1208
|
+
mixBlendMode: "multiply",
|
|
1209
|
+
isolation: "isolate",
|
|
1210
|
+
} },
|
|
1211
|
+
React__namespace.createElement("g", { "data-name": "Group 2398" },
|
|
1212
|
+
React__namespace.createElement("g", { "data-name": "Group 2397", clipPath: "url(#sepatpus_svg__bT)" },
|
|
1213
|
+
React__namespace.createElement("path", { "data-name": "Path 4456", d: "M47.3 50.4c-.562-1.935 1.7-1.742 2.418-.473s-1.98 1.981-2.418.473", fill: "#c97bd2" })))),
|
|
1214
|
+
React__namespace.createElement("path", { "data-name": "Path 4457", d: "M88.605 88.745c.644 1.207 4.964-1.32 4.807-2.888s-5.451 1.681-4.807 2.888", fill: "#d79887" }),
|
|
1215
|
+
React__namespace.createElement("path", { "data-name": "Path 4458", d: "M95.786 83.983c.609 1.22 3.869-.893 3.621-2.425s-4.231 1.205-3.621 2.425", fill: "#d79887" }),
|
|
1216
|
+
React__namespace.createElement("path", { "data-name": "Path 4459", d: "M100.806 80.42c-.5 1.267 3.242 2.293 4.22 1.088s-3.715-2.355-4.22-1.088", fill: "#d79887" }),
|
|
1217
|
+
React__namespace.createElement("path", { "data-name": "Path 4460", d: "M104.89 82.279a50.593 50.593 0 0 0 2.7-6.653c.59-1.823.777-4.193 1.258-6.273-16.524-7.162-41.985 30.724-46.285-8.284 0 0-12.187-10-20.782 7.487 0 0 4.609 22.954 23.275 27.464 18.292 4.42 34.037-19.242 39.836-13.741", fill: "#6a00a3" }),
|
|
1218
|
+
React__namespace.createElement("g", { "data-name": "Group 2404", opacity: 0.72, style: {
|
|
1219
|
+
mixBlendMode: "multiply",
|
|
1220
|
+
isolation: "isolate",
|
|
1221
|
+
} },
|
|
1222
|
+
React__namespace.createElement("g", { "data-name": "Group 2403" },
|
|
1223
|
+
React__namespace.createElement("g", { "data-name": "Group 2402", clipPath: "url(#sepatpus_svg__bU)" },
|
|
1224
|
+
React__namespace.createElement("g", { "data-name": "Group 2401" },
|
|
1225
|
+
React__namespace.createElement("g", { "data-name": "Group 2400", clipPath: "url(#sepatpus_svg__bV)" },
|
|
1226
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1917", transform: "rotate(-64.815 85.604 13.294)", fill: "url(#sepatpus_svg__bW)", d: "M0 0h53.721v64.144H0z" })))))),
|
|
1227
|
+
React__namespace.createElement("path", { "data-name": "Path 4462", d: "M88.65 83.732a22.273 22.273 0 0 1-4.955 2.258c-11.442 3.9-30.554 5.51-38.186-7.133 3.346 6.726 9.342 14.7 19.545 17.163 18.292 4.42 34.037-19.243 39.836-13.742.035-.071.073-.141.108-.213-2.43-4.35-5.606-5.013-16.348 1.667", fill: "#f0348f" }),
|
|
1228
|
+
React__namespace.createElement("g", { "data-name": "Group 2409", style: {
|
|
1229
|
+
mixBlendMode: "color-dodge",
|
|
1230
|
+
isolation: "isolate",
|
|
1231
|
+
} },
|
|
1232
|
+
React__namespace.createElement("g", { "data-name": "Group 2408" },
|
|
1233
|
+
React__namespace.createElement("g", { "data-name": "Group 2407", clipPath: "url(#sepatpus_svg__bX)" },
|
|
1234
|
+
React__namespace.createElement("g", { "data-name": "Group 2406" },
|
|
1235
|
+
React__namespace.createElement("g", { "data-name": "Group 2405", clipPath: "url(#sepatpus_svg__bY)" },
|
|
1236
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1919", transform: "rotate(-19.78 231.09 -152.489)", fill: "url(#sepatpus_svg__e)", d: "M0 0h40.248v30.973H0z" })))))),
|
|
1237
|
+
React__namespace.createElement("g", { "data-name": "Group 2412", opacity: 0.6, style: {
|
|
1238
|
+
mixBlendMode: "color-dodge",
|
|
1239
|
+
isolation: "isolate",
|
|
1240
|
+
} },
|
|
1241
|
+
React__namespace.createElement("g", { "data-name": "Group 2411" },
|
|
1242
|
+
React__namespace.createElement("g", { "data-name": "Group 2410", clipPath: "url(#sepatpus_svg__bZ)" },
|
|
1243
|
+
React__namespace.createElement("path", { "data-name": "Path 4464", d: "M67.983 82.395c.6-.163-2.2-1.761-2.152-1.043s1.426 1.239 2.152 1.043", fill: "#fbcdd5" })))),
|
|
1244
|
+
React__namespace.createElement("g", { "data-name": "Group 2415", opacity: 0.33, style: {
|
|
1245
|
+
mixBlendMode: "multiply",
|
|
1246
|
+
isolation: "isolate",
|
|
1247
|
+
} },
|
|
1248
|
+
React__namespace.createElement("g", { "data-name": "Group 2414" },
|
|
1249
|
+
React__namespace.createElement("g", { "data-name": "Group 2413", clipPath: "url(#sepatpus_svg__ca)" },
|
|
1250
|
+
React__namespace.createElement("path", { "data-name": "Path 4465", d: "M63.018 92.586c1.517-1.962-3.746-5.324-5.967-3.67s4.45 5.632 5.967 3.67", fill: "#82015e" })))),
|
|
1251
|
+
React__namespace.createElement("path", { "data-name": "Path 4466", d: "M63 93.155c1.517-1.961-3.746-5.324-5.967-3.67s4.45 5.632 5.967 3.67", fill: "#e4ab9c" }),
|
|
1252
|
+
React__namespace.createElement("g", { "data-name": "Group 2418", opacity: 0.49, style: {
|
|
1253
|
+
mixBlendMode: "multiply",
|
|
1254
|
+
isolation: "isolate",
|
|
1255
|
+
} },
|
|
1256
|
+
React__namespace.createElement("g", { "data-name": "Group 2417" },
|
|
1257
|
+
React__namespace.createElement("g", { "data-name": "Group 2416", clipPath: "url(#sepatpus_svg__cb)" },
|
|
1258
|
+
React__namespace.createElement("path", { "data-name": "Path 4467", d: "M61.524 92.256c.768-.993-1.9-2.7-3.022-1.859s2.254 2.852 3.022 1.859", fill: "#e4a38f" })))),
|
|
1259
|
+
React__namespace.createElement("g", { "data-name": "Group 2421", style: {
|
|
1260
|
+
mixBlendMode: "multiply",
|
|
1261
|
+
isolation: "isolate",
|
|
1262
|
+
} },
|
|
1263
|
+
React__namespace.createElement("g", { "data-name": "Group 2420" },
|
|
1264
|
+
React__namespace.createElement("g", { "data-name": "Group 2419", clipPath: "url(#sepatpus_svg__cc)" },
|
|
1265
|
+
React__namespace.createElement("path", { "data-name": "Path 4468", d: "M60.921 91.9c.345-.446 0-1.034-.594-1.472.912.415 1.648 1.24 1.2 1.825-.424.547-1.639.179-2.457-.4.725.346 1.527.472 1.854.048", fill: "#e4a38f" })))),
|
|
1266
|
+
React__namespace.createElement("g", { "data-name": "Group 2424", opacity: 0.33, style: {
|
|
1267
|
+
mixBlendMode: "multiply",
|
|
1268
|
+
isolation: "isolate",
|
|
1269
|
+
} },
|
|
1270
|
+
React__namespace.createElement("g", { "data-name": "Group 2423" },
|
|
1271
|
+
React__namespace.createElement("g", { "data-name": "Group 2422", clipPath: "url(#sepatpus_svg__cd)" },
|
|
1272
|
+
React__namespace.createElement("path", { "data-name": "Path 4469", d: "M75.748 90c.385 1.837-5.844 2.267-6.994.392s6.609-2.229 6.994-.392", fill: "#82015e" })))),
|
|
1273
|
+
React__namespace.createElement("path", { "data-name": "Path 4470", d: "M76.226 90.373c.385 1.837-5.844 2.267-6.994.392s6.609-2.229 6.994-.392", fill: "#e4ab9c" }),
|
|
1274
|
+
React__namespace.createElement("g", { "data-name": "Group 2427", opacity: 0.49, style: {
|
|
1275
|
+
mixBlendMode: "multiply",
|
|
1276
|
+
isolation: "isolate",
|
|
1277
|
+
} },
|
|
1278
|
+
React__namespace.createElement("g", { "data-name": "Group 2426" },
|
|
1279
|
+
React__namespace.createElement("g", { "data-name": "Group 2425", clipPath: "url(#sepatpus_svg__ce)" },
|
|
1280
|
+
React__namespace.createElement("path", { "data-name": "Path 4471", d: "M74.714 90.682c.186.609-3.071.8-3.657.189s3.471-.8 3.657-.189", fill: "#e4a38f" })))),
|
|
1281
|
+
React__namespace.createElement("g", { "data-name": "Group 2430", style: {
|
|
1282
|
+
mixBlendMode: "multiply",
|
|
1283
|
+
isolation: "isolate",
|
|
1284
|
+
} },
|
|
1285
|
+
React__namespace.createElement("g", { "data-name": "Group 2429" },
|
|
1286
|
+
React__namespace.createElement("g", { "data-name": "Group 2428", clipPath: "url(#sepatpus_svg__cf)" },
|
|
1287
|
+
React__namespace.createElement("path", { "data-name": "Path 4472", d: "M73.993 90.711c.084.273-.528.462-1.279.533 1.028.008 2.109-.205 2-.562-.1-.336-1.38-.43-2.409-.345.826 0 1.61.114 1.689.374", fill: "#e4a38f" })))),
|
|
1288
|
+
React__namespace.createElement("g", { "data-name": "Group 2433", opacity: 0.33, style: {
|
|
1289
|
+
mixBlendMode: "multiply",
|
|
1290
|
+
isolation: "isolate",
|
|
1291
|
+
} },
|
|
1292
|
+
React__namespace.createElement("g", { "data-name": "Group 2432" },
|
|
1293
|
+
React__namespace.createElement("g", { "data-name": "Group 2431", clipPath: "url(#sepatpus_svg__cg)" },
|
|
1294
|
+
React__namespace.createElement("path", { "data-name": "Path 4473", d: "M71.956 93.174c.385 1.837-5.844 2.267-6.994.392s6.609-2.229 6.994-.392", fill: "#82015e" })))),
|
|
1295
|
+
React__namespace.createElement("path", { "data-name": "Path 4474", d: "M72.434 93.551c.385 1.837-5.843 2.267-6.994.392s6.609-2.229 6.994-.392", fill: "#e4ab9c" }),
|
|
1296
|
+
React__namespace.createElement("g", { "data-name": "Group 2436", opacity: 0.49, style: {
|
|
1297
|
+
mixBlendMode: "multiply",
|
|
1298
|
+
isolation: "isolate",
|
|
1299
|
+
} },
|
|
1300
|
+
React__namespace.createElement("g", { "data-name": "Group 2435" },
|
|
1301
|
+
React__namespace.createElement("g", { "data-name": "Group 2434", clipPath: "url(#sepatpus_svg__ch)" },
|
|
1302
|
+
React__namespace.createElement("path", { "data-name": "Path 4475", d: "M70.922 93.86c.186.609-3.071.8-3.657.189s3.471-.8 3.657-.189", fill: "#e4a38f" })))),
|
|
1303
|
+
React__namespace.createElement("g", { "data-name": "Group 2439", style: {
|
|
1304
|
+
mixBlendMode: "multiply",
|
|
1305
|
+
isolation: "isolate",
|
|
1306
|
+
} },
|
|
1307
|
+
React__namespace.createElement("g", { "data-name": "Group 2438" },
|
|
1308
|
+
React__namespace.createElement("g", { "data-name": "Group 2437", clipPath: "url(#sepatpus_svg__ci)" },
|
|
1309
|
+
React__namespace.createElement("path", { "data-name": "Path 4476", d: "M70.2 93.889c.083.273-.528.462-1.28.533 1.029.009 2.11-.2 2-.562-.1-.336-1.38-.43-2.409-.345.826 0 1.61.114 1.689.374", fill: "#e4a38f" })))),
|
|
1310
|
+
React__namespace.createElement("g", { "data-name": "Group 2442", opacity: 0.33, style: {
|
|
1311
|
+
mixBlendMode: "multiply",
|
|
1312
|
+
isolation: "isolate",
|
|
1313
|
+
} },
|
|
1314
|
+
React__namespace.createElement("g", { "data-name": "Group 2441" },
|
|
1315
|
+
React__namespace.createElement("g", { "data-name": "Group 2440", clipPath: "url(#sepatpus_svg__cj)" },
|
|
1316
|
+
React__namespace.createElement("path", { "data-name": "Path 4477", d: "M82.779 88.518c.674 1.315-3.895 3.033-5.149 1.86s4.475-3.175 5.149-1.86", fill: "#82015e" })))),
|
|
1317
|
+
React__namespace.createElement("path", { "data-name": "Path 4478", d: "M83.129 88.731c.674 1.315-3.895 3.033-5.149 1.86s4.475-3.175 5.149-1.86", fill: "#e4ab9c" }),
|
|
1318
|
+
React__namespace.createElement("g", { "data-name": "Group 2445", opacity: 0.49, style: {
|
|
1319
|
+
mixBlendMode: "multiply",
|
|
1320
|
+
isolation: "isolate",
|
|
1321
|
+
} },
|
|
1322
|
+
React__namespace.createElement("g", { "data-name": "Group 2444" },
|
|
1323
|
+
React__namespace.createElement("g", { "data-name": "Group 2443", clipPath: "url(#sepatpus_svg__ck)" },
|
|
1324
|
+
React__namespace.createElement("path", { "data-name": "Path 4479", d: "M81.777 89.582c.484.158-1.427.87-2.163.789s1.679-.947 2.163-.789", fill: "#e4a38f" })))),
|
|
1325
|
+
React__namespace.createElement("g", { "data-name": "Group 2448", style: {
|
|
1326
|
+
mixBlendMode: "multiply",
|
|
1327
|
+
isolation: "isolate",
|
|
1328
|
+
} },
|
|
1329
|
+
React__namespace.createElement("g", { "data-name": "Group 2447" },
|
|
1330
|
+
React__namespace.createElement("g", { "data-name": "Group 2446", clipPath: "url(#sepatpus_svg__cl)" },
|
|
1331
|
+
React__namespace.createElement("path", { "data-name": "Path 4480", d: "M81.347 89.735c.217.071-.05.254-.475.426.646-.2 1.19-.486.906-.579a4.1 4.1 0 0 0-1.709.37 3.059 3.059 0 0 1 1.278-.217", fill: "#e4a38f" })))),
|
|
1332
|
+
React__namespace.createElement("g", { "data-name": "Group 2451", opacity: 0.33, style: {
|
|
1333
|
+
mixBlendMode: "multiply",
|
|
1334
|
+
isolation: "isolate",
|
|
1335
|
+
} },
|
|
1336
|
+
React__namespace.createElement("g", { "data-name": "Group 2450" },
|
|
1337
|
+
React__namespace.createElement("g", { "data-name": "Group 2449", clipPath: "url(#sepatpus_svg__cm)" },
|
|
1338
|
+
React__namespace.createElement("path", { "data-name": "Path 4481", d: "M89.9 85.651c.964 1.119-3.072 3.864-4.567 3.019s3.6-4.138 4.567-3.019", fill: "#82015e" })))),
|
|
1339
|
+
React__namespace.createElement("path", { "data-name": "Path 4482", d: "M90.295 85.776c.963 1.119-3.073 3.864-4.567 3.019s3.6-4.139 4.567-3.019", fill: "#e4ab9c" }),
|
|
1340
|
+
React__namespace.createElement("g", { "data-name": "Group 2454", opacity: 0.49, style: {
|
|
1341
|
+
mixBlendMode: "multiply",
|
|
1342
|
+
isolation: "isolate",
|
|
1343
|
+
} },
|
|
1344
|
+
React__namespace.createElement("g", { "data-name": "Group 2453" },
|
|
1345
|
+
React__namespace.createElement("g", { "data-name": "Group 2452", clipPath: "url(#sepatpus_svg__cn)" },
|
|
1346
|
+
React__namespace.createElement("path", { "data-name": "Path 4483", d: "M89.181 86.921c.507.04-1.183 1.182-1.917 1.276s1.41-1.316 1.917-1.276", fill: "#e4a38f" })))),
|
|
1347
|
+
React__namespace.createElement("g", { "data-name": "Group 2457", style: {
|
|
1348
|
+
mixBlendMode: "multiply",
|
|
1349
|
+
isolation: "isolate",
|
|
1350
|
+
} },
|
|
1351
|
+
React__namespace.createElement("g", { "data-name": "Group 2456" },
|
|
1352
|
+
React__namespace.createElement("g", { "data-name": "Group 2455", clipPath: "url(#sepatpus_svg__co)" },
|
|
1353
|
+
React__namespace.createElement("path", { "data-name": "Path 4484", d: "M88.8 87.171c.228.018.011.258-.361.526.58-.349 1.042-.752.744-.776a4.113 4.113 0 0 0-1.574.761 3.07 3.07 0 0 1 1.191-.511", fill: "#e4a38f" })))),
|
|
1354
|
+
React__namespace.createElement("g", { "data-name": "Group 2460", opacity: 0.33, style: {
|
|
1355
|
+
mixBlendMode: "multiply",
|
|
1356
|
+
isolation: "isolate",
|
|
1357
|
+
} },
|
|
1358
|
+
React__namespace.createElement("g", { "data-name": "Group 2459" },
|
|
1359
|
+
React__namespace.createElement("g", { "data-name": "Group 2458", clipPath: "url(#sepatpus_svg__cp)" },
|
|
1360
|
+
React__namespace.createElement("path", { "data-name": "Path 4485", d: "M95.927 81.295c1.031 1.058-2.829 4.045-4.373 3.294s3.342-4.352 4.373-3.294", fill: "#82015e" })))),
|
|
1361
|
+
React__namespace.createElement("path", { "data-name": "Path 4486", d: "M96.325 81.4c1.031 1.058-2.829 4.045-4.373 3.294s3.342-4.352 4.373-3.294", fill: "#e4ab9c" }),
|
|
1362
|
+
React__namespace.createElement("g", { "data-name": "Group 2463", opacity: 0.49, style: {
|
|
1363
|
+
mixBlendMode: "multiply",
|
|
1364
|
+
isolation: "isolate",
|
|
1365
|
+
} },
|
|
1366
|
+
React__namespace.createElement("g", { "data-name": "Group 2462" },
|
|
1367
|
+
React__namespace.createElement("g", { "data-name": "Group 2461", clipPath: "url(#sepatpus_svg__cq)" },
|
|
1368
|
+
React__namespace.createElement("path", { "data-name": "Path 4487", d: "M95.283 82.607c.509.009-1.108 1.252-1.835 1.392s1.326-1.4 1.835-1.392", fill: "#e4a38f" })))),
|
|
1369
|
+
React__namespace.createElement("g", { "data-name": "Group 2466", style: {
|
|
1370
|
+
mixBlendMode: "multiply",
|
|
1371
|
+
isolation: "isolate",
|
|
1372
|
+
} },
|
|
1373
|
+
React__namespace.createElement("g", { "data-name": "Group 2465" },
|
|
1374
|
+
React__namespace.createElement("g", { "data-name": "Group 2464", clipPath: "url(#sepatpus_svg__cr)" },
|
|
1375
|
+
React__namespace.createElement("path", { "data-name": "Path 4488", d: "M94.916 82.88c.228 0 .027.257-.328.547.557-.383.994-.815.695-.82a4.1 4.1 0 0 0-1.524.856 3.059 3.059 0 0 1 1.157-.583", fill: "#e4a38f" })))),
|
|
1376
|
+
React__namespace.createElement("g", { "data-name": "Group 2469", opacity: 0.33, style: {
|
|
1377
|
+
mixBlendMode: "multiply",
|
|
1378
|
+
isolation: "isolate",
|
|
1379
|
+
} },
|
|
1380
|
+
React__namespace.createElement("g", { "data-name": "Group 2468" },
|
|
1381
|
+
React__namespace.createElement("g", { "data-name": "Group 2467", clipPath: "url(#sepatpus_svg__cs)" },
|
|
1382
|
+
React__namespace.createElement("path", { "data-name": "Path 4489", d: "M101.414 79.649c.835 1-2.346 2.582-3.6 1.729s2.768-2.725 3.6-1.729", fill: "#82015e" })))),
|
|
1383
|
+
React__namespace.createElement("path", { "data-name": "Path 4490", d: "M101.738 79.8c.835 1-2.346 2.582-3.6 1.729s2.768-2.725 3.6-1.729", fill: "#e4ab9c" }),
|
|
1384
|
+
React__namespace.createElement("g", { "data-name": "Group 2472", opacity: 0.49, style: {
|
|
1385
|
+
mixBlendMode: "multiply",
|
|
1386
|
+
isolation: "isolate",
|
|
1387
|
+
} },
|
|
1388
|
+
React__namespace.createElement("g", { "data-name": "Group 2471" },
|
|
1389
|
+
React__namespace.createElement("g", { "data-name": "Group 2470", clipPath: "url(#sepatpus_svg__ct)" },
|
|
1390
|
+
React__namespace.createElement("path", { "data-name": "Path 4491", d: "M100.876 80.536c.416.1-.916.757-1.512.733s1.1-.832 1.512-.733", fill: "#e4a38f" })))),
|
|
1391
|
+
React__namespace.createElement("g", { "data-name": "Group 2475", style: {
|
|
1392
|
+
mixBlendMode: "multiply",
|
|
1393
|
+
isolation: "isolate",
|
|
1394
|
+
} },
|
|
1395
|
+
React__namespace.createElement("g", { "data-name": "Group 2474" },
|
|
1396
|
+
React__namespace.createElement("g", { "data-name": "Group 2473", clipPath: "url(#sepatpus_svg__cu)" },
|
|
1397
|
+
React__namespace.createElement("path", { "data-name": "Path 4492", d: "M100.575 80.679c.186.044.019.2-.274.359.459-.192.82-.443.575-.5a2.787 2.787 0 0 0-1.253.38 2.145 2.145 0 0 1 .952-.237", fill: "#e4a38f" })))),
|
|
1398
|
+
React__namespace.createElement("g", { "data-name": "Group 2478", opacity: 0.33, style: {
|
|
1399
|
+
mixBlendMode: "multiply",
|
|
1400
|
+
isolation: "isolate",
|
|
1401
|
+
} },
|
|
1402
|
+
React__namespace.createElement("g", { "data-name": "Group 2477" },
|
|
1403
|
+
React__namespace.createElement("g", { "data-name": "Group 2476", clipPath: "url(#sepatpus_svg__cv)" },
|
|
1404
|
+
React__namespace.createElement("path", { "data-name": "Path 4493", d: "M86.6 90.312c.879 1.188-3.349 3.627-4.777 2.674s3.9-3.861 4.777-2.674", fill: "#82015e" })))),
|
|
1405
|
+
React__namespace.createElement("path", { "data-name": "Path 4494", d: "M86.977 90.465c.879 1.188-3.348 3.627-4.777 2.674s3.9-3.861 4.777-2.674", fill: "#e4ab9c" }),
|
|
1406
|
+
React__namespace.createElement("g", { "data-name": "Group 2481", opacity: 0.49, style: {
|
|
1407
|
+
mixBlendMode: "multiply",
|
|
1408
|
+
isolation: "isolate",
|
|
1409
|
+
} },
|
|
1410
|
+
React__namespace.createElement("g", { "data-name": "Group 2480" },
|
|
1411
|
+
React__namespace.createElement("g", { "data-name": "Group 2479", clipPath: "url(#sepatpus_svg__cw)" },
|
|
1412
|
+
React__namespace.createElement("path", { "data-name": "Path 4495", d: "M85.782 91.525c.5.077-1.267 1.091-2.007 1.132s1.5-1.209 2.007-1.132", fill: "#e4a38f" })))),
|
|
1413
|
+
React__namespace.createElement("g", { "data-name": "Group 2484", style: {
|
|
1414
|
+
mixBlendMode: "multiply",
|
|
1415
|
+
isolation: "isolate",
|
|
1416
|
+
} },
|
|
1417
|
+
React__namespace.createElement("g", { "data-name": "Group 2483" },
|
|
1418
|
+
React__namespace.createElement("g", { "data-name": "Group 2482", clipPath: "url(#sepatpus_svg__cx)" },
|
|
1419
|
+
React__namespace.createElement("path", { "data-name": "Path 4496", d: "M85.381 91.746c.226.035-.008.258-.4.5.6-.305 1.1-.674.8-.719a4.1 4.1 0 0 0-1.625.643 3.054 3.054 0 0 1 1.225-.422", fill: "#e4a38f" })))),
|
|
1420
|
+
React__namespace.createElement("g", { "data-name": "Group 2487", opacity: 0.33, style: {
|
|
1421
|
+
mixBlendMode: "multiply",
|
|
1422
|
+
isolation: "isolate",
|
|
1423
|
+
} },
|
|
1424
|
+
React__namespace.createElement("g", { "data-name": "Group 2486" },
|
|
1425
|
+
React__namespace.createElement("g", { "data-name": "Group 2485", clipPath: "url(#sepatpus_svg__cy)" },
|
|
1426
|
+
React__namespace.createElement("path", { "data-name": "Path 4497", d: "M80.03 93.145c.488 1.4-4.272 2.473-5.355 1.14s4.867-2.535 5.355-1.14", fill: "#82015e" })))),
|
|
1427
|
+
React__namespace.createElement("path", { "data-name": "Path 4498", d: "M80.348 93.4c.488 1.4-4.272 2.473-5.355 1.14s4.867-2.535 5.355-1.14", fill: "#e4ab9c" }),
|
|
1428
|
+
React__namespace.createElement("g", { "data-name": "Group 2490", opacity: 0.49, style: {
|
|
1429
|
+
mixBlendMode: "multiply",
|
|
1430
|
+
isolation: "isolate",
|
|
1431
|
+
} },
|
|
1432
|
+
React__namespace.createElement("g", { "data-name": "Group 2489" },
|
|
1433
|
+
React__namespace.createElement("g", { "data-name": "Group 2488", clipPath: "url(#sepatpus_svg__cz)" },
|
|
1434
|
+
React__namespace.createElement("path", { "data-name": "Path 4499", d: "M78.893 94.062c.457.223-1.533.667-2.251.487s1.794-.71 2.251-.487", fill: "#e4a38f" })))),
|
|
1435
|
+
React__namespace.createElement("g", { "data-name": "Group 2493", style: {
|
|
1436
|
+
mixBlendMode: "multiply",
|
|
1437
|
+
isolation: "isolate",
|
|
1438
|
+
} },
|
|
1439
|
+
React__namespace.createElement("g", { "data-name": "Group 2492" },
|
|
1440
|
+
React__namespace.createElement("g", { "data-name": "Group 2491", clipPath: "url(#sepatpus_svg__cA)" },
|
|
1441
|
+
React__namespace.createElement("path", { "data-name": "Path 4500", d: "M78.445 94.155c.205.1-.084.245-.529.357.668-.112 1.246-.319.977-.45a4.105 4.105 0 0 0-1.744.133 3.069 3.069 0 0 1 1.3-.04", fill: "#e4a38f" })))),
|
|
1442
|
+
React__namespace.createElement("g", { "data-name": "Group 2498", opacity: 0.72, style: {
|
|
1443
|
+
mixBlendMode: "multiply",
|
|
1444
|
+
isolation: "isolate",
|
|
1445
|
+
} },
|
|
1446
|
+
React__namespace.createElement("g", { "data-name": "Group 2497" },
|
|
1447
|
+
React__namespace.createElement("g", { "data-name": "Group 2496", clipPath: "url(#sepatpus_svg__cB)" },
|
|
1448
|
+
React__namespace.createElement("g", { "data-name": "Group 2495" },
|
|
1449
|
+
React__namespace.createElement("g", { "data-name": "Group 2494", clipPath: "url(#sepatpus_svg__cC)" },
|
|
1450
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1949", transform: "rotate(-3.091 1032.8 -656.141)", fill: "url(#sepatpus_svg__cD)", d: "M0 0h14.308v18.128H0z" })))))),
|
|
1451
|
+
React__namespace.createElement("g", { "data-name": "Group 2503", opacity: 0.44, style: {
|
|
1452
|
+
mixBlendMode: "color-dodge",
|
|
1453
|
+
isolation: "isolate",
|
|
1454
|
+
} },
|
|
1455
|
+
React__namespace.createElement("g", { "data-name": "Group 2502" },
|
|
1456
|
+
React__namespace.createElement("g", { "data-name": "Group 2501", clipPath: "url(#sepatpus_svg__cE)" },
|
|
1457
|
+
React__namespace.createElement("g", { "data-name": "Group 2500" },
|
|
1458
|
+
React__namespace.createElement("g", { "data-name": "Group 2499", clipPath: "url(#sepatpus_svg__cF)" },
|
|
1459
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1951", transform: "matrix(1 -.031 .031 1 37.867 53.677)", fill: "url(#sepatpus_svg__cG)", d: "M0 0h12.229v13.831H0z" })))))),
|
|
1460
|
+
React__namespace.createElement("g", { "data-name": "Group 2506", opacity: 0.72, style: {
|
|
1461
|
+
mixBlendMode: "multiply",
|
|
1462
|
+
isolation: "isolate",
|
|
1463
|
+
} },
|
|
1464
|
+
React__namespace.createElement("g", { "data-name": "Group 2505" },
|
|
1465
|
+
React__namespace.createElement("g", { "data-name": "Group 2504", clipPath: "url(#sepatpus_svg__cH)" },
|
|
1466
|
+
React__namespace.createElement("path", { "data-name": "Path 4503", d: "M38.952 35.463a21.853 21.853 0 0 1-1.046 13.026c-1.8 4.377 11.184 3.2 9.961-.131s-1.29-9.076-.378-14.51c-5.48 6.123-7.69 3.722-8.537 1.615", fill: "#714593" })))),
|
|
1467
|
+
React__namespace.createElement("g", { "data-name": "Group 2509", opacity: 0.44 },
|
|
1468
|
+
React__namespace.createElement("g", { "data-name": "Group 2508" },
|
|
1469
|
+
React__namespace.createElement("g", { "data-name": "Group 2507", clipPath: "url(#sepatpus_svg__cI)" },
|
|
1470
|
+
React__namespace.createElement("path", { "data-name": "Path 4504", d: "M36.958 48.218c-1.632 5.6-7.179 6.875-8.012 7.037-5.879 1.153-13.162 3.8-18.679 9.709.055.545.129 1.084.2 1.624 6.5-5.37 16-8.258 22.637-9.306C42.355 55.82 36.98 43.76 36.98 43.76a8.361 8.361 0 0 1-.023 4.458", fill: "#fff" })))),
|
|
1471
|
+
React__namespace.createElement("g", { "data-name": "Group 2512", opacity: 0.72, style: {
|
|
1472
|
+
mixBlendMode: "multiply",
|
|
1473
|
+
isolation: "isolate",
|
|
1474
|
+
} },
|
|
1475
|
+
React__namespace.createElement("g", { "data-name": "Group 2511" },
|
|
1476
|
+
React__namespace.createElement("g", { "data-name": "Group 2510", clipPath: "url(#sepatpus_svg__cJ)" },
|
|
1477
|
+
React__namespace.createElement("path", { "data-name": "Path 4505", d: "M47.663 60.445a8.489 8.489 0 0 1-1.295 1.421 10.776 10.776 0 0 0-2.962 4.334 11.419 11.419 0 0 0-.5 5.916c-.047-.059-.088-.118-.134-.177.029.209.051.335.057.366a49.392 49.392 0 0 0 2.719 6.6C51.615 88.893 64.875 89.938 75.8 88c-19.4 3.82-33.378-18.446-28.137-27.555", fill: "#41006b" })))),
|
|
1478
|
+
React__namespace.createElement("g", { "data-name": "Group 2517", opacity: 0.44, style: {
|
|
1479
|
+
mixBlendMode: "color-dodge",
|
|
1480
|
+
isolation: "isolate",
|
|
1481
|
+
} },
|
|
1482
|
+
React__namespace.createElement("g", { "data-name": "Group 2516" },
|
|
1483
|
+
React__namespace.createElement("g", { "data-name": "Group 2515", clipPath: "url(#sepatpus_svg__cK)" },
|
|
1484
|
+
React__namespace.createElement("g", { "data-name": "Group 2514" },
|
|
1485
|
+
React__namespace.createElement("g", { "data-name": "Group 2513", clipPath: "url(#sepatpus_svg__cL)" },
|
|
1486
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1956", transform: "rotate(-3.091 673.988 -843.227)", fill: "url(#sepatpus_svg__f)", d: "M0 0h5.302v11.026H0z" })))))),
|
|
1487
|
+
React__namespace.createElement("g", { "data-name": "Group 2522", opacity: 0.44, style: {
|
|
1488
|
+
mixBlendMode: "color-dodge",
|
|
1489
|
+
isolation: "isolate",
|
|
1490
|
+
} },
|
|
1491
|
+
React__namespace.createElement("g", { "data-name": "Group 2521" },
|
|
1492
|
+
React__namespace.createElement("g", { "data-name": "Group 2520", clipPath: "url(#sepatpus_svg__cM)" },
|
|
1493
|
+
React__namespace.createElement("g", { "data-name": "Group 2519" },
|
|
1494
|
+
React__namespace.createElement("g", { "data-name": "Group 2518", clipPath: "url(#sepatpus_svg__cN)" },
|
|
1495
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1958", transform: "rotate(-3.091 644.908 -653.477)", fill: "url(#sepatpus_svg__cO)", d: "M0 0h3.086v8.323H0z" })))))),
|
|
1496
|
+
React__namespace.createElement("path", { "data-name": "Path 4508", d: "M36.846 29.753a2.689 2.689 0 0 0-.443-.06c-3.019-.142-3.2 5.857-.1 6.383a1.84 1.84 0 0 0 .9-.065 7.827 7.827 0 0 0 .29-2.334 12.376 12.376 0 0 0-.653-3.924", fill: "#ee5a24" }),
|
|
1497
|
+
React__namespace.createElement("path", { "data-name": "Path 4509", d: "M37.014 30.594a1.911 1.911 0 0 0-.321-.044c-2.2-.1-2.331 4.263-.07 4.646a1.344 1.344 0 0 0 .656-.047 5.677 5.677 0 0 0 .211-1.7 8.992 8.992 0 0 0-.476-2.856" }),
|
|
1498
|
+
React__namespace.createElement("path", { "data-name": "Path 4510", d: "M35.492 31.8c.38-.224-.463-2.683-1.312-2.137s.932 2.361 1.312 2.137", fill: "#fff" }),
|
|
1499
|
+
React__namespace.createElement("path", { "data-name": "Path 4511", d: "M39.881 29.707c-.854-.724-1.64-1.874-2.7-1.736a2.516 2.516 0 0 1-2.1-.388c-.4-.256-.641-1.029-.165-1.313a.4.4 0 0 0 .673.038c2.449-1.587 4.966.852 4.291 3.4", fill: "#4c1670" }),
|
|
1500
|
+
React__namespace.createElement("path", { "data-name": "Path 4512", d: "M34.916 26.269s-.251 1.127 1.947.657 3.017 2.78 3.017 2.78-1.409-1.357-1.611-1.47-.457-.39-.891-.244a3.015 3.015 0 0 1-2.18-.318c-.539-.43-.793-.969-.282-1.405", fill: "#41006b" }),
|
|
1501
|
+
React__namespace.createElement("g", { "data-name": "Group 2525", style: {
|
|
1502
|
+
mixBlendMode: "multiply",
|
|
1503
|
+
isolation: "isolate",
|
|
1504
|
+
} },
|
|
1505
|
+
React__namespace.createElement("g", { "data-name": "Group 2524" },
|
|
1506
|
+
React__namespace.createElement("g", { "data-name": "Group 2523", clipPath: "url(#sepatpus_svg__cP)" },
|
|
1507
|
+
React__namespace.createElement("path", { "data-name": "Path 4513", d: "M35.008 33.286a2.985 2.985 0 0 0-2.57 2.506A4.4 4.4 0 0 0 35.147 39a5.5 5.5 0 0 0 2.307-4.3 2.763 2.763 0 0 0-2.446-1.416", fill: "#e3e3e3" })))),
|
|
1508
|
+
React__namespace.createElement("path", { "data-name": "Path 4514", d: "m39.392 23.771 4.568-7.93s17.892-2.808 21.579 15.8l-2.262 3.527s-10.4-11.59-23.885-11.4", fill: "#f8ad3b" }),
|
|
1509
|
+
React__namespace.createElement("path", { "data-name": "Path 4515", d: "m39.392 23.771 4.568-7.93s17.892-2.808 21.579 15.8l-2.262 3.527s-10.4-11.59-23.885-11.4", fill: "#ff6f00" }),
|
|
1510
|
+
React__namespace.createElement("path", { "data-name": "Path 4516", d: "M46.7 29.91c-.956-2.593 1.831-4.809 4.249-4.521 3.282.059 5.808 1.035 7.247-2.75a4.118 4.118 0 0 1-1.072 4.152c-1.753 1.479-4.135 1.357-6.225 1.354a4.591 4.591 0 0 0-4.2 1.765", fill: "#4c1670" }),
|
|
1511
|
+
React__namespace.createElement("path", { "data-name": "Path 4517", d: "M58.194 22.639c-.425 4.774-3.985 4.168-7.53 4.123A3.748 3.748 0 0 0 46.7 29.91a4.694 4.694 0 0 1 2.371-1.62c1.337-.262 5.259.185 6.827-.594a4.579 4.579 0 0 0 2.524-3.932c-.033-1.442-.226-1.125-.226-1.125", fill: "#41006b" }))),
|
|
1512
|
+
React__namespace.createElement("g", { "data-name": "Group 2529" },
|
|
1513
|
+
React__namespace.createElement("g", { "data-name": "Group 2528", clipPath: "url(#sepatpus_svg__cQ)" },
|
|
1514
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1962", transform: "rotate(-64.042 52.32 -11)", fill: "url(#sepatpus_svg__cR)", d: "M0 0h22.517v24.45H0z" }),
|
|
1515
|
+
React__namespace.createElement("path", { "data-name": "Path 4518", d: "M58.639 40.1a6.653 6.653 0 1 1 1.316-9.463 6.757 6.757 0 0 1-1.316 9.463", fill: "#fff" }))),
|
|
1516
|
+
React__namespace.createElement("g", { "data-name": "Group 2644" },
|
|
1517
|
+
React__namespace.createElement("g", { "data-name": "Group 2643", clipPath: "url(#sepatpus_svg__j)" },
|
|
1518
|
+
React__namespace.createElement("path", { "data-name": "Path 4520", d: "M51.44 32.433c1.423-3.77 10.042-1.941 8.309 3.476-1.608 5.026-10.055 1.152-8.309-3.476", fill: "#ee5a24" }),
|
|
1519
|
+
React__namespace.createElement("path", { "data-name": "Path 4521", d: "M52.7 33.015c.993-2.633 7.012-1.356 5.8 2.427-1.123 3.51-7.021.805-5.8-2.427" }),
|
|
1520
|
+
React__namespace.createElement("path", { "data-name": "Path 4522", d: "M53.36 32.777c.4-.262-.546-3.233-1.439-2.594s1.039 2.855 1.439 2.594", fill: "#fff" }),
|
|
1521
|
+
React__namespace.createElement("g", { "data-name": "Group 2532", style: {
|
|
1522
|
+
mixBlendMode: "multiply",
|
|
1523
|
+
isolation: "isolate",
|
|
1524
|
+
} },
|
|
1525
|
+
React__namespace.createElement("g", { "data-name": "Group 2531" },
|
|
1526
|
+
React__namespace.createElement("g", { "data-name": "Group 2530", clipPath: "url(#sepatpus_svg__cS)" },
|
|
1527
|
+
React__namespace.createElement("path", { "data-name": "Path 4523", d: "M60.613 36.774a5.193 5.193 0 0 0-5.446-3.508c-2.946.159-5.222 2.364-5.084 4.925a4.111 4.111 0 0 0 .473 1.692c.071.067.14.134.215.2 2.816 2.493 8.227.354 9.842-3.308", fill: "#e3e3e3" })))),
|
|
1528
|
+
React__namespace.createElement("path", { "data-name": "Path 4524", d: "M55.464 49.558s2.913-3.57 5.754-.787c0 0 4.148-7.507 4.13-12.8s-3.242-.044-3.242-.044c-.721 9.37-8.049 9.8-8.049 9.8", fill: "#f8ad3b" }),
|
|
1529
|
+
React__namespace.createElement("path", { "data-name": "Path 4525", d: "m62 36.936-.38 1.875s3.028.388 3.524-.475l.292-1.491Z", fill: "#f4901e" }),
|
|
1530
|
+
React__namespace.createElement("path", { "data-name": "Path 4526", d: "M66.884 35.2a2.824 2.824 0 1 1-5.51-.7 2.824 2.824 0 1 1 5.51.7", fill: "#b7166b", fillRule: "evenodd" }),
|
|
1531
|
+
React__namespace.createElement("path", { "data-name": "Path 4527", d: "M66.9 35.088c-.213 1.672-1.466 2.89-2.8 2.72s-2.241-1.662-2.028-3.334 1.465-2.89 2.8-2.72 2.242 1.662 2.029 3.334", fill: "#ea1e79", fillRule: "evenodd" }),
|
|
1532
|
+
React__namespace.createElement("path", { "data-name": "Path 4528", d: "M65.8 34.948a1.361 1.361 0 1 1-1.106-1.819 1.525 1.525 0 0 1 1.106 1.819", fill: "#b7166b", fillRule: "evenodd" }),
|
|
1533
|
+
React__namespace.createElement("path", { "data-name": "Path 4529", d: "M64.22 36.421a1.735 1.735 0 0 0 .942-1.394 1.542 1.542 0 0 0-1.052-1.809 1.736 1.736 0 0 0-.942 1.4 1.541 1.541 0 0 0 1.052 1.808", fill: "#9b005d", fillRule: "evenodd" }),
|
|
1534
|
+
React__namespace.createElement("g", { "data-name": "Group 2535", style: {
|
|
1535
|
+
mixBlendMode: "multiply",
|
|
1536
|
+
isolation: "isolate",
|
|
1537
|
+
} },
|
|
1538
|
+
React__namespace.createElement("g", { "data-name": "Group 2534" },
|
|
1539
|
+
React__namespace.createElement("g", { "data-name": "Group 2533", clipPath: "url(#sepatpus_svg__cT)" },
|
|
1540
|
+
React__namespace.createElement("path", { "data-name": "Path 4530", d: "m37.757 42.693-1.11 6.863-1.747 2.373s5.795 1.621 6.043 1.734 14-1.084 14-1.084l-.354-7.415S40.292 41.9 37.757 42.693", fill: "#969696", fillRule: "evenodd" })))),
|
|
1541
|
+
React__namespace.createElement("path", { "data-name": "Path 4531", d: "M34.781 50.937a24.519 24.519 0 0 1-.071-7.3 1.426 1.426 0 0 1 1.014-1.162 1.408 1.408 0 0 0-.513-.181 1.428 1.428 0 0 0-1.622 1.2 24.518 24.518 0 0 0 .071 7.3 1.429 1.429 0 0 0 1.681 1.113h.006c.038-.007.075-.018.112-.028a1.426 1.426 0 0 1-.678-.944", fill: "#f4901e" }),
|
|
1542
|
+
React__namespace.createElement("path", { "data-name": "Path 4532", d: "M38.95 51.4a39.271 39.271 0 0 1-.158-6.872 1.425 1.425 0 0 1 1.025-1.27 1.425 1.425 0 0 0-2.146 1.131 39.271 39.271 0 0 0 .158 6.872 1.428 1.428 0 0 0 1.607 1.224c.031 0 .061-.009.092-.015s.078-.018.117-.029a1.426 1.426 0 0 1-.695-1.041", fill: "#f4901e" }),
|
|
1543
|
+
React__namespace.createElement("path", { "data-name": "Path 4533", d: "M43.076 51.656A27.856 27.856 0 0 1 43 45.087a1.427 1.427 0 0 1 1.019-1.2 1.428 1.428 0 0 0-2.14 1.062 27.916 27.916 0 0 0 .073 6.569 1.428 1.428 0 0 0 1.624 1.2c.024 0 .048-.008.072-.012s.078-.019.116-.03a1.422 1.422 0 0 1-.691-1.02", fill: "#f4901e" }),
|
|
1544
|
+
React__namespace.createElement("path", { "data-name": "Path 4534", d: "M47.275 51.587a28.1 28.1 0 0 1 .087-5.73 1.426 1.426 0 0 1 1.006-1.112 1.425 1.425 0 0 0-2.127.973 28.2 28.2 0 0 0-.087 5.73 1.428 1.428 0 0 0 1.5 1.353 1.31 1.31 0 0 0 .21-.026c.039-.008.078-.018.116-.029a1.426 1.426 0 0 1-.7-1.159", fill: "#f4901e" }),
|
|
1545
|
+
React__namespace.createElement("path", { "data-name": "Path 4535", d: "M51.554 51.107c-.019-3.068.113-4.384.12-4.439a1.428 1.428 0 0 1 1.02-1.222 1.426 1.426 0 0 0-2.142 1.083c0 .055-.139 1.371-.12 4.439a1.43 1.43 0 0 0 1.438 1.419 1.387 1.387 0 0 0 .275-.028c.038-.008.078-.017.116-.029a1.423 1.423 0 0 1-.707-1.223", fill: "#f4901e" }),
|
|
1546
|
+
React__namespace.createElement("path", { "data-name": "Path 4536", d: "M33.329 39.166s-2.058 7.915-.376 15.031c0 0 18.1 4.481 29.376-5.107 0 0-4.589-8.456-29-9.924m2.018 12.744h-.006a1.429 1.429 0 0 1-1.681-1.11 24.555 24.555 0 0 1-.071-7.3 1.428 1.428 0 0 1 2.826.417 21.983 21.983 0 0 0 .044 6.31 1.429 1.429 0 0 1-1.112 1.687m5.314-1.028a1.43 1.43 0 0 1-1.133 1.592c-.03.006-.061.011-.092.015a1.427 1.427 0 0 1-1.606-1.224 39.209 39.209 0 0 1-.159-6.872 1.429 1.429 0 1 1 2.85.2 36.867 36.867 0 0 0 .14 6.289m4.057-5.593a25.364 25.364 0 0 0 .062 5.807 1.427 1.427 0 0 1-1.13 1.611l-.071.013a1.429 1.429 0 0 1-1.624-1.2 27.855 27.855 0 0 1-.073-6.569 1.428 1.428 0 0 1 2.836.341m4.335.937a27.943 27.943 0 0 0-.046 5.076 1.428 1.428 0 0 1-1.143 1.474 1.585 1.585 0 0 1-.21.026 1.429 1.429 0 0 1-1.5-1.353 28.03 28.03 0 0 1 .088-5.73 1.428 1.428 0 0 1 2.811.507m4.341.6c0 .012-.123 1.25-.1 4.126a1.429 1.429 0 0 1-1.145 1.41 1.543 1.543 0 0 1-.274.028 1.428 1.428 0 0 1-1.437-1.42c-.02-3.068.114-4.384.12-4.438a1.428 1.428 0 0 1 2.841.294", fill: "#f8ad3b" }),
|
|
1547
|
+
React__namespace.createElement("path", { "data-name": "Path 4537", d: "M33.268 38.86s-.124.479-.287 1.306c19.993-.063 29.287 8.618 29.287 8.618s-4.59-8.457-29-9.924", fill: "#ff0" }),
|
|
1548
|
+
React__namespace.createElement("path", { "data-name": "Path 4538", d: "M58.771 48.189a4.082 4.082 0 0 0 .02 3.361l.751-.392Z", fill: "#f4901e", fillRule: "evenodd" }),
|
|
1549
|
+
React__namespace.createElement("path", { "data-name": "Path 4539", d: "M62.795 49.229a2.125 2.125 0 1 1-1.846-2.695 2.329 2.329 0 0 1 1.846 2.695", fill: "#b7166b", fillRule: "evenodd" }),
|
|
1550
|
+
React__namespace.createElement("path", { "data-name": "Path 4540", d: "M62.8 49.145a1.878 1.878 0 1 1-1.608-2.457 2.1 2.1 0 0 1 1.608 2.457", fill: "#ea1e79", fillRule: "evenodd" }),
|
|
1551
|
+
React__namespace.createElement("path", { "data-name": "Path 4541", d: "M61.975 49.067a1.024 1.024 0 1 1-.877-1.34 1.147 1.147 0 0 1 .877 1.34", fill: "#b7166b", fillRule: "evenodd" }),
|
|
1552
|
+
React__namespace.createElement("path", { "data-name": "Path 4542", d: "M60.823 50.215a1.307 1.307 0 0 0 .674-1.072 1.16 1.16 0 0 0-.836-1.333 1.3 1.3 0 0 0-.674 1.072 1.159 1.159 0 0 0 .836 1.333", fill: "#9b005d", fillRule: "evenodd" }),
|
|
1553
|
+
React__namespace.createElement("path", { "data-name": "Path 4543", d: "M41.909 37.872s-1.185-2.8-6.828-.363-4.228 9.126-9.631 6.313c0 0 7.57 8.1 17.029-3.112 0 0 .106 8.742 8.389 7.943s8.386-3.341 11.148-.753c0 0-.332-5.232-6.352-4.972s-2.151-9.611-13.755-5.056", fill: "#4c1670" }),
|
|
1554
|
+
React__namespace.createElement("path", { "data-name": "Path 4544", d: "M42.479 40.71s.106 8.742 8.389 7.942 8.386-3.341 11.148-.753v-.007c-.057-.1-.116-.211-.178-.32-1.88-3.317-7.09-1.17-10.757-1.7s-1.425-4.048-3.812-6.594-4.794.257-4.794.257-.5-2.594-6.75 2.943-10.275 1.343-10.275 1.343 7.569 8.1 17.029-3.111", fill: "#41006b" }),
|
|
1555
|
+
React__namespace.createElement("g", { "data-name": "Group 2538", opacity: 0.2 },
|
|
1556
|
+
React__namespace.createElement("g", { "data-name": "Group 2537" },
|
|
1557
|
+
React__namespace.createElement("g", { "data-name": "Group 2536", clipPath: "url(#sepatpus_svg__cU)" },
|
|
1558
|
+
React__namespace.createElement("path", { "data-name": "Path 4545", d: "m43.236 24.029 12.824-6.136 4.1 3.2-11.039 4.495s-5.1-1.457-5.885-1.559", fill: "#fff" })))),
|
|
1559
|
+
React__namespace.createElement("path", { "data-name": "Path 4546", d: "M63.08 24.727c-6.121-10.927-19.119-8.886-19.119-8.886l-4.569 7.93 5.282-7.137s12.416-.141 18.406 8.093", fill: "#ff0" }),
|
|
1560
|
+
React__namespace.createElement("path", { "data-name": "Path 4547", d: "M75.557 94.182s-18.927-6.8-24.479-19.151 5.669-15.965 5.669-15.965 16.13 24.409 18.81 35.116", fill: "#fff" }),
|
|
1561
|
+
React__namespace.createElement("path", { "data-name": "Path 4548", d: "M76.412 94.4s5.559-27.427 9-31.48 4.867-8.21 8.705-6.563c6.985 3 7.211 11.952 5.778 14.339S89.739 89.12 76.412 94.4", fill: "#968375" }),
|
|
1562
|
+
React__namespace.createElement("path", { "data-name": "Path 4549", d: "M76.412 94.4s4.245-27.662 7.488-31.875 4.469-8.432 8.382-6.97c7.12 2.661 7.773 11.6 6.455 14.047S89.473 88.491 76.412 94.4", fill: "#c4af96" }),
|
|
1563
|
+
React__namespace.createElement("path", { "data-name": "Path 4550", d: "M75.557 94.182S57 86.641 52.068 74.287s6.459-15.378 6.459-15.378 14.889 24.659 17.03 35.273", fill: "#c4af96" }),
|
|
1564
|
+
React__namespace.createElement("path", { "data-name": "Path 4551", d: "M75.55 94.147S46.366 70.606 53.6 56.2c5.949-11.849 16.974-3.7 17.245 6.755.193 7.443 4.705 31.2 4.705 31.2", fill: "#c4af96" }),
|
|
1565
|
+
React__namespace.createElement("path", { "data-name": "Path 4552", d: "M75.549 94.141S51.855 56.284 63.058 47.453c14.473-11.408 14.374 10.318 14.374 10.318Z", fill: "#c4af96" }),
|
|
1566
|
+
React__namespace.createElement("path", { "data-name": "Path 4553", d: "M75.828 94.19s1.13-32.757 4.277-37.97 6.887-5.936 11.558-4.562c8.5 2.5 7.543 8.579 6.367 11.565s-8.059 22.918-22.2 30.967", fill: "#968375" }),
|
|
1567
|
+
React__namespace.createElement("path", { "data-name": "Path 4554", d: "M75.828 94.19s.014-32.776 2.981-38.094 6.681-6.167 11.4-4.953c8.584 2.209 7.831 8.317 6.757 11.341s-7.277 23.18-21.138 31.706", fill: "#c4af96" }),
|
|
1568
|
+
React__namespace.createElement("path", { "data-name": "Path 4555", d: "M76.235 94.65s28.3-35.569 17.6-45.01S78.4 58.3 78.4 58.3Z", fill: "#968375" }),
|
|
1569
|
+
React__namespace.createElement("path", { "data-name": "Path 4556", d: "M76.235 94.65s27.322-36.323 16.376-45.471-15.192 9.071-15.192 9.071Z", fill: "#c4af96" }),
|
|
1570
|
+
React__namespace.createElement("path", { "data-name": "Path 4557", d: "M75.549 94.141s-7.652-35.047-5.806-41.3 5.634-9.556 10.827-9.158c9.451.726 9.974 9.09 9.563 12.528s-2.15 26.171-14.584 37.929", fill: "#968375" }),
|
|
1571
|
+
React__namespace.createElement("path", { "data-name": "Path 4558", d: "M75.549 94.141s-9.258-34.658-7.7-40.987 5.189-9.807 10.394-9.647c9.475.289 10.383 8.62 10.13 12.074s-.942 26.242-12.821 38.56", fill: "#c4af96" }),
|
|
1572
|
+
React__namespace.createElement("path", { "data-name": "Path 4559", d: "M69.867 52.825c1.782-5.972 5.337-9.236 10.183-9.15a14.525 14.525 0 0 0-1.809-.169c-5.206-.159-8.838 3.318-10.394 9.647s7.7 40.988 7.7 40.988-7.547-35.07-5.68-41.316", fill: "#fff" }),
|
|
1573
|
+
React__namespace.createElement("path", { "data-name": "Path 4560", d: "M64.985 46.979a15.911 15.911 0 0 1 5.643-2.829c-1.926-.105-4.4.8-7.569 3.3-10.235 8.067 8.65 40.353 11.993 45.876-3.089-5.622-20.638-38.714-10.067-46.351", fill: "#fff" }),
|
|
1574
|
+
React__namespace.createElement("path", { "data-name": "Path 4561", d: "m75.513 94.085.035.056.05-.959Z", fill: "#fff" }),
|
|
1575
|
+
React__namespace.createElement("path", { "data-name": "Path 4562", d: "M55.579 55.119a11.537 11.537 0 0 1 4.37-4.665c-2.288.416-4.549 2.161-6.349 5.746-7.234 14.409 21.95 37.95 21.95 37.95S47.614 69.138 55.579 55.119", fill: "#fff" }),
|
|
1576
|
+
React__namespace.createElement("g", { "data-name": "Group 2541", opacity: 0.26, style: {
|
|
1577
|
+
mixBlendMode: "overlay",
|
|
1578
|
+
isolation: "isolate",
|
|
1579
|
+
} },
|
|
1580
|
+
React__namespace.createElement("g", { "data-name": "Group 2540" },
|
|
1581
|
+
React__namespace.createElement("g", { "data-name": "Group 2539", clipPath: "url(#sepatpus_svg__cV)" },
|
|
1582
|
+
React__namespace.createElement("path", { "data-name": "Path 4563", d: "M98.741 60.365a7.055 7.055 0 0 0-2.669-6.549 7.066 7.066 0 0 0-2.235-4.177A10.191 10.191 0 0 0 89 47.01a6.958 6.958 0 0 0-1.509-.359 10.16 10.16 0 0 0-6.926-2.967c-.195-.015-.385-.014-.577-.019a17.716 17.716 0 0 0-.79-.1h-.034c-.3-.027-.609-.048-.928-.058a10.3 10.3 0 0 0-1.878.109 8.779 8.779 0 0 0-2.526.783 8.663 8.663 0 0 0-.868.5 4.8 4.8 0 0 0-2.34-.744 5.694 5.694 0 0 0-.689.009l-.1.006a6.76 6.76 0 0 0-.705.1l-.126.025c-.244.051-.5.114-.755.194l-.1.035a9.701 9.701 0 0 0-.843.309 12.96 12.96 0 0 0-.889.419l-.13.066c-.292.153-.593.324-.9.511l-.17.1c-.31.194-.628.4-.955.631l-.146.1c-.346.246-.7.506-1.062.793l-.006.005a7.21 7.21 0 0 0-.474.412c-.05.049-.1.1-.146.151-.1.1-.2.2-.287.3-.055.063-.1.129-.157.193-.08.1-.159.2-.233.3-.052.071-.1.145-.148.218-.068.1-.136.2-.2.31-.046.077-.09.157-.134.236a6.763 6.763 0 0 0-.171.328c-.041.081-.079.165-.117.248-.029.064-.06.126-.087.191a6.183 6.183 0 0 0-1.744.307l-.114.037a6.773 6.773 0 0 0-.681.279c-.044.02-.087.038-.131.06a6.715 6.715 0 0 0-.611.347q-.219.137-.433.292a8.991 8.991 0 0 0-.325.247c-.081.065-.162.129-.242.2a9.188 9.188 0 0 0-.686.659c-.167.175-.333.359-.5.555-.036.043-.071.089-.107.133-.162.2-.322.415-.48.638l-.123.175q-.26.378-.509.8c-.036.059-.071.121-.106.182-.173.3-.345.609-.511.94a11.272 11.272 0 0 0-1.139 5.556c-2.427 2.363-4.429 6.505-1.383 13.277 2.44 5.428 7.466 9.783 12.331 12.961.209.143.477.313.783.5a65.558 65.558 0 0 0 5.763 3.226c1.474.789 2.592 1.373 2.592 1.373h.337a47.26 47.26 0 0 0 2.672 1.092l-.008-.035v-.006c.1-.091.185-.188.28-.28v.328c.146-.083.286-.175.43-.26l-.023.72.207-.263a28.343 28.343 0 0 0 2.9-1.36h.088c1.146-.3 3.036-1.693 4.911-3.282a48.364 48.364 0 0 0 5.769-5.377l.024-.024.012-.013A77.788 77.788 0 0 0 99.9 70.695c1-1.665 1.188-6.525-1.158-10.33", fill: "#fff" })))),
|
|
1583
|
+
React__namespace.createElement("g", { "data-name": "Group 2544", opacity: 0.63 },
|
|
1584
|
+
React__namespace.createElement("g", { "data-name": "Group 2543" },
|
|
1585
|
+
React__namespace.createElement("g", { "data-name": "Group 2542", clipPath: "url(#sepatpus_svg__cW)" },
|
|
1586
|
+
React__namespace.createElement("path", { "data-name": "Path 4564", d: "M88.3 69.235c-3.574.678-4.611.265-5.1-.438s.569-.324.569-.324c3.689 1.232 5.539-2.9 6.673-5.347 1.168-2.523 4.907-.737 4.907-.737-4.65-4.231-6.915.228-7.674 2.392a3.158 3.158 0 0 1-3.72 2.416 1.438 1.438 0 0 1-1.434-1.083 2.169 2.169 0 0 1 .418-.2c.631-.21 1.856-.4 1.2-1.351a5.078 5.078 0 0 1-.417-.568c-.293-.586.133-.932.364-1.4a7.314 7.314 0 0 0 .507-1.856 8.037 8.037 0 0 0-.142-3.776 3.938 3.938 0 0 0-.846-1.57A4.447 4.447 0 0 0 82 54.4a8.1 8.1 0 0 0-4.116-.621 5.34 5.34 0 0 0-3.576 2.005 7.416 7.416 0 0 0-.929 6.952 1.476 1.476 0 0 1 .17 1.074c-.087.214-.284.377-.335.6-.151.667.7.819 1.078 1.1a1.988 1.988 0 0 1 .5.63 1.446 1.446 0 0 1-1.731 1.278 3.158 3.158 0 0 1-3.239-3.031c-.368-2.263-1.817-7.05-7.136-3.7 0 0 3.994-1.1 4.7 1.586.687 2.609 1.786 7 5.633 6.432 0 0 1.112-.187.5.419s-1.7.831-5.1-.462-6.845-1.517-7.446 2.253c0 0 1.932-2.685 4.878-1.5 2.866 1.156 5.643 3.666 9.942.649s.915-.177.438.341-2.03 2.045-5.76 2.435-2.873 4.616-2.508 5.3a3.858 3.858 0 0 1 3.094-3.364c2.781-.42 5.837-1.133 6.647-4.387a1.361 1.361 0 0 1 .788-.5c.421-.03.616.766.616.766v-.019c.8 2.371 3.234 3.392 5.513 4.162a3.857 3.857 0 0 1 2.457 3.853c.478-.607 2.062-4.618-1.542-5.655s-4.856-2.814-5.236-3.409.492-.259.492-.259c3.7 3.724 6.878 1.739 9.9 1.1 3.108-.654 4.54 2.329 4.54 2.329.069-3.818-3.363-4.2-6.936-3.523m-11.589-4.78a.871.871 0 1 1 .909-.832.871.871 0 0 1-.909.832m3.432.15a.871.871 0 1 1 .909-.833.871.871 0 0 1-.909.833", fill: "#fff" })))),
|
|
1587
|
+
React__namespace.createElement("g", { "data-name": "Group 2547", opacity: 0.63, style: {
|
|
1588
|
+
mixBlendMode: "multiply",
|
|
1589
|
+
isolation: "isolate",
|
|
1590
|
+
} },
|
|
1591
|
+
React__namespace.createElement("g", { "data-name": "Group 2546" },
|
|
1592
|
+
React__namespace.createElement("g", { "data-name": "Group 2545", clipPath: "url(#sepatpus_svg__cX)" },
|
|
1593
|
+
React__namespace.createElement("path", { "data-name": "Path 4565", d: "M88.113 68.4c-3.574.678-4.611.265-5.1-.438s.569-.324.569-.324c3.689 1.232 5.539-2.9 6.673-5.347 1.168-2.523 4.907-.737 4.907-.737-4.65-4.231-6.915.228-7.674 2.392a3.158 3.158 0 0 1-3.72 2.416 1.438 1.438 0 0 1-1.434-1.083 2.168 2.168 0 0 1 .418-.2c.631-.21 1.856-.4 1.2-1.351a5.078 5.078 0 0 1-.417-.568c-.293-.586.133-.933.364-1.4a7.314 7.314 0 0 0 .501-1.86 8.037 8.037 0 0 0-.142-3.776 3.938 3.938 0 0 0-.846-1.57 4.447 4.447 0 0 0-1.594-1 8.1 8.1 0 0 0-4.116-.621 5.34 5.34 0 0 0-3.576 2A7.416 7.416 0 0 0 73.2 61.9a1.476 1.476 0 0 1 .17 1.074c-.087.214-.284.377-.335.6-.151.667.7.819 1.078 1.1a1.988 1.988 0 0 1 .5.63 1.447 1.447 0 0 1-1.731 1.278 3.158 3.158 0 0 1-3.239-3.031c-.368-2.263-1.817-7.05-7.136-3.7 0 0 3.994-1.1 4.7 1.586.687 2.609 1.786 7 5.633 6.432 0 0 1.112-.187.5.419s-1.7.831-5.1-.462-6.845-1.517-7.446 2.253c0 0 1.932-2.685 4.878-1.5 2.866 1.156 5.643 3.666 9.942.649s.915-.177.438.341-2.03 2.045-5.76 2.435-2.873 4.616-2.508 5.3a3.858 3.858 0 0 1 3.094-3.364c2.781-.42 5.837-1.133 6.647-4.387a1.361 1.361 0 0 1 .788-.5c.421-.03.616.766.616.766V69.8c.8 2.371 3.234 3.392 5.513 4.162a3.857 3.857 0 0 1 2.458 3.853c.478-.607 2.062-4.618-1.542-5.655s-4.867-2.811-5.245-3.406.492-.259.492-.259c3.7 3.724 6.878 1.739 9.9 1.1 3.108-.654 4.54 2.329 4.54 2.329.069-3.818-3.363-4.2-6.936-3.523m-11.589-4.78a.871.871 0 1 1 .909-.832.871.871 0 0 1-.909.832m3.432.15a.871.871 0 1 1 .909-.833.871.871 0 0 1-.909.833", fill: "#ea1e79" })))),
|
|
1594
|
+
React__namespace.createElement("g", { "data-name": "Group 2550", opacity: 0.1, style: {
|
|
1595
|
+
mixBlendMode: "multiply",
|
|
1596
|
+
isolation: "isolate",
|
|
1597
|
+
} },
|
|
1598
|
+
React__namespace.createElement("g", { "data-name": "Group 2549" },
|
|
1599
|
+
React__namespace.createElement("g", { "data-name": "Group 2548", clipPath: "url(#sepatpus_svg__cY)" },
|
|
1600
|
+
React__namespace.createElement("path", { "data-name": "Path 4566", d: "M84.75 88.619c-.311.332-.633.665-.971 1l-.007.008.007-.007c.078-.082 1.509-1.6.973-1.749s-1.557.15-1.19-.34a1.817 1.817 0 0 0 .276-1.585c-.171-.258-1.266.265-1.123.053s.662-1.687.333-1.793a2.573 2.573 0 0 0-1.05.106 4.1 4.1 0 0 0-3.927-4.712c-3.743-.169-4.859 3.861-4.859 3.861s-1.627-1.724-2.54-.805.547 4.4.547 4.4-1.934-3.369-3.288-2.065 1.235 3.889 1.235 3.889-1.814-.681-2.432.145c-.2.273-.078.671.179 1.08 1.069.6 2.1 1.142 3.043 1.611 1.474.79 2.591 1.374 2.591 1.374h.337c1.641.719 2.673 1.092 2.673 1.092l-.008-.035v-.006c.1-.09.186-.187.28-.279v.328c.145-.083.286-.175.43-.26l-.011.329.524-.016q1.314-.544 2.57-1.216h.089a15.643 15.643 0 0 0 4.534-2.968 8.69 8.69 0 0 0 .786-1.439m-4.343 3.854a58.92 58.92 0 0 0 3.352-2.837 28.487 28.487 0 0 1-3.351 2.836", fill: "#968375" })))),
|
|
1601
|
+
React__namespace.createElement("g", { "data-name": "Group 2553", opacity: 0.26, style: {
|
|
1602
|
+
mixBlendMode: "overlay",
|
|
1603
|
+
isolation: "isolate",
|
|
1604
|
+
} },
|
|
1605
|
+
React__namespace.createElement("g", { "data-name": "Group 2552" },
|
|
1606
|
+
React__namespace.createElement("g", { "data-name": "Group 2551", clipPath: "url(#sepatpus_svg__cZ)" },
|
|
1607
|
+
React__namespace.createElement("path", { "data-name": "Path 4567", d: "m71.015 92.284-.064-.034.064.034", fill: "#fff" })))),
|
|
1608
|
+
React__namespace.createElement("g", { "data-name": "Group 2556", opacity: 0.26, style: {
|
|
1609
|
+
mixBlendMode: "overlay",
|
|
1610
|
+
isolation: "isolate",
|
|
1611
|
+
} },
|
|
1612
|
+
React__namespace.createElement("g", { "data-name": "Group 2555" },
|
|
1613
|
+
React__namespace.createElement("g", { "data-name": "Group 2554", clipPath: "url(#sepatpus_svg__da)" },
|
|
1614
|
+
React__namespace.createElement("path", { "data-name": "Path 4568", d: "M79.43 93.026", fill: "#fff" })))),
|
|
1615
|
+
React__namespace.createElement("g", { "data-name": "Group 2559", opacity: 0.26, style: {
|
|
1616
|
+
mixBlendMode: "overlay",
|
|
1617
|
+
isolation: "isolate",
|
|
1618
|
+
} },
|
|
1619
|
+
React__namespace.createElement("g", { "data-name": "Group 2558" },
|
|
1620
|
+
React__namespace.createElement("g", { "data-name": "Group 2557", clipPath: "url(#sepatpus_svg__db)" },
|
|
1621
|
+
React__namespace.createElement("path", { "data-name": "Path 4569", d: "M64.191 88.493a65.538 65.538 0 0 0 5.764 3.225l.078.043c-1.872-1-4.35-2.355-5.843-3.269", fill: "#fff" })))),
|
|
1622
|
+
React__namespace.createElement("g", { "data-name": "Group 2562", opacity: 0.26, style: {
|
|
1623
|
+
mixBlendMode: "overlay",
|
|
1624
|
+
isolation: "isolate",
|
|
1625
|
+
} },
|
|
1626
|
+
React__namespace.createElement("g", { "data-name": "Group 2561" },
|
|
1627
|
+
React__namespace.createElement("g", { "data-name": "Group 2560", clipPath: "url(#sepatpus_svg__dc)" },
|
|
1628
|
+
React__namespace.createElement("path", { "data-name": "Path 4570", d: "M84.339 89.745a48.355 48.355 0 0 0 5.768-5.377c-.282.287-3.01 3.041-5.77 5.378", fill: "#fff" })))),
|
|
1629
|
+
React__namespace.createElement("g", { "data-name": "Group 2565", opacity: 0.26, style: {
|
|
1630
|
+
mixBlendMode: "overlay",
|
|
1631
|
+
isolation: "isolate",
|
|
1632
|
+
} },
|
|
1633
|
+
React__namespace.createElement("g", { "data-name": "Group 2564" },
|
|
1634
|
+
React__namespace.createElement("g", { "data-name": "Group 2563", clipPath: "url(#sepatpus_svg__dd)" },
|
|
1635
|
+
React__namespace.createElement("path", { "data-name": "Path 4571", d: "m63.779 88.235-.033-.021.033.021", fill: "#fff" })))),
|
|
1636
|
+
React__namespace.createElement("g", { "data-name": "Group 2568", opacity: 0.26, style: {
|
|
1637
|
+
mixBlendMode: "overlay",
|
|
1638
|
+
isolation: "isolate",
|
|
1639
|
+
} },
|
|
1640
|
+
React__namespace.createElement("g", { "data-name": "Group 2567" },
|
|
1641
|
+
React__namespace.createElement("g", { "data-name": "Group 2566", clipPath: "url(#sepatpus_svg__de)" },
|
|
1642
|
+
React__namespace.createElement("path", { "data-name": "Path 4572", d: "M72.547 93.092h.337a47.637 47.637 0 0 0 2.672 1.092l-.007-.034v-.006c.1-.091.186-.188.28-.28v.328c.145-.083.286-.174.43-.26l-.024.72.208-.263a28.327 28.327 0 0 0 2.9-1.36Z", fill: "#fff" })))),
|
|
1643
|
+
React__namespace.createElement("g", { "data-name": "Group 2571", opacity: 0.26, style: {
|
|
1644
|
+
mixBlendMode: "overlay",
|
|
1645
|
+
isolation: "isolate",
|
|
1646
|
+
} },
|
|
1647
|
+
React__namespace.createElement("g", { "data-name": "Group 2570" },
|
|
1648
|
+
React__namespace.createElement("g", { "data-name": "Group 2569", clipPath: "url(#sepatpus_svg__df)" },
|
|
1649
|
+
React__namespace.createElement("path", { "data-name": "Path 4573", d: "M70.491 92.005", fill: "#fff" })))),
|
|
1650
|
+
React__namespace.createElement("g", { "data-name": "Group 2574", opacity: 0.26, style: {
|
|
1651
|
+
mixBlendMode: "overlay",
|
|
1652
|
+
isolation: "isolate",
|
|
1653
|
+
} },
|
|
1654
|
+
React__namespace.createElement("g", { "data-name": "Group 2573" },
|
|
1655
|
+
React__namespace.createElement("g", { "data-name": "Group 2572", clipPath: "url(#sepatpus_svg__dg)" },
|
|
1656
|
+
React__namespace.createElement("path", { "data-name": "Path 4574", d: "m82.972 90.862-.049.039.049-.039", fill: "#fff" })))),
|
|
1657
|
+
React__namespace.createElement("g", { "data-name": "Group 2577", opacity: 0.26, style: {
|
|
1658
|
+
mixBlendMode: "overlay",
|
|
1659
|
+
isolation: "isolate",
|
|
1660
|
+
} },
|
|
1661
|
+
React__namespace.createElement("g", { "data-name": "Group 2576" },
|
|
1662
|
+
React__namespace.createElement("g", { "data-name": "Group 2575", clipPath: "url(#sepatpus_svg__dh)" },
|
|
1663
|
+
React__namespace.createElement("path", { "data-name": "Path 4575", d: "M98.741 60.365a7.055 7.055 0 0 0-2.669-6.549 7.066 7.066 0 0 0-2.235-4.177A10.191 10.191 0 0 0 89 47.01a6.958 6.958 0 0 0-1.509-.359 10.16 10.16 0 0 0-6.926-2.967c-.195-.015-.385-.014-.577-.019a17.716 17.716 0 0 0-.79-.1h-.034c-.3-.027-.609-.048-.928-.058a10.3 10.3 0 0 0-1.878.109 8.779 8.779 0 0 0-2.526.783 8.663 8.663 0 0 0-.868.5 4.8 4.8 0 0 0-2.34-.744 5.694 5.694 0 0 0-.689.009l-.1.006a6.76 6.76 0 0 0-.705.1l-.126.025c-.244.051-.5.114-.755.194l-.1.035a9.701 9.701 0 0 0-.843.309 12.96 12.96 0 0 0-.889.419l-.13.066c-.292.153-.593.324-.9.511l-.17.1c-.31.194-.628.4-.955.631l-.146.1c-.346.246-.7.506-1.062.793l-.006.005a7.21 7.21 0 0 0-.474.412c-.05.049-.1.1-.146.151-.1.1-.2.2-.287.3-.055.063-.1.129-.157.193-.08.1-.159.2-.233.3-.052.071-.1.145-.148.218-.068.1-.136.2-.2.31-.046.077-.09.157-.134.236a6.763 6.763 0 0 0-.171.328c-.041.081-.079.165-.117.248-.029.064-.06.126-.087.191a6.183 6.183 0 0 0-1.744.307l-.114.037a6.773 6.773 0 0 0-.681.279c-.044.02-.087.038-.131.06a6.715 6.715 0 0 0-.611.347q-.219.137-.433.292a8.991 8.991 0 0 0-.325.247c-.081.065-.162.129-.242.2a9.188 9.188 0 0 0-.686.659c-.167.175-.333.359-.5.555-.036.043-.071.089-.107.133-.162.2-.322.415-.48.638l-.123.175q-.26.378-.509.8c-.036.059-.071.121-.106.182-.173.3-.345.609-.511.94a11.272 11.272 0 0 0-1.139 5.556c-2.427 2.363-4.429 6.505-1.383 13.277 2.44 5.428 7.466 9.783 12.331 12.961s-4.248-3.895-3.2-5.474 4.261-.187 4.261-.187-4.643-5.121-2.319-7.6S68 78.869 68 78.869s-2.7-6.821-1.131-8.571 4.488 1.662 4.488 1.662 1.8-7.782 8.375-7.307 7.532 7.821 7.076 9.3a4.03 4.03 0 0 1 1.837-.167c.582.219-.273 3.063-.514 3.47s1.66-.566 1.97-.059a3.793 3.793 0 0 1-.423 3.067c-.625.937 1.13.39 2.1.707s-1.651 3.373-1.651 3.373l-.009.009.009-.009.012-.013A77.788 77.788 0 0 0 99.9 70.695c1-1.665 1.188-6.525-1.158-10.33", fill: "#fff" })))),
|
|
1664
|
+
React__namespace.createElement("g", { "data-name": "Group 2580", opacity: 0.26, style: {
|
|
1665
|
+
mixBlendMode: "overlay",
|
|
1666
|
+
isolation: "isolate",
|
|
1667
|
+
} },
|
|
1668
|
+
React__namespace.createElement("g", { "data-name": "Group 2579" },
|
|
1669
|
+
React__namespace.createElement("g", { "data-name": "Group 2578", clipPath: "url(#sepatpus_svg__di)" },
|
|
1670
|
+
React__namespace.createElement("path", { "data-name": "Path 4576", d: "m82.273 91.4-.026.019.026-.019", fill: "#fff" })))),
|
|
1671
|
+
React__namespace.createElement("g", { "data-name": "Group 2583", opacity: 0.26, style: {
|
|
1672
|
+
mixBlendMode: "overlay",
|
|
1673
|
+
isolation: "isolate",
|
|
1674
|
+
} },
|
|
1675
|
+
React__namespace.createElement("g", { "data-name": "Group 2582" },
|
|
1676
|
+
React__namespace.createElement("g", { "data-name": "Group 2581", clipPath: "url(#sepatpus_svg__dj)" },
|
|
1677
|
+
React__namespace.createElement("path", { "data-name": "Path 4577", d: "m81.03 92.251-.091.056.091-.056", fill: "#fff" })))),
|
|
1678
|
+
React__namespace.createElement("g", { "data-name": "Group 2586", opacity: 0.26, style: {
|
|
1679
|
+
mixBlendMode: "overlay",
|
|
1680
|
+
isolation: "isolate",
|
|
1681
|
+
} },
|
|
1682
|
+
React__namespace.createElement("g", { "data-name": "Group 2585" },
|
|
1683
|
+
React__namespace.createElement("g", { "data-name": "Group 2584", clipPath: "url(#sepatpus_svg__dk)" },
|
|
1684
|
+
React__namespace.createElement("path", { "data-name": "Path 4578", d: "m80.463 92.584-.06.034.06-.034", fill: "#fff" })))),
|
|
1685
|
+
React__namespace.createElement("g", { "data-name": "Group 2589", opacity: 0.26, style: {
|
|
1686
|
+
mixBlendMode: "overlay",
|
|
1687
|
+
isolation: "isolate",
|
|
1688
|
+
} },
|
|
1689
|
+
React__namespace.createElement("g", { "data-name": "Group 2588" },
|
|
1690
|
+
React__namespace.createElement("g", { "data-name": "Group 2587", clipPath: "url(#sepatpus_svg__dl)" },
|
|
1691
|
+
React__namespace.createElement("path", { "data-name": "Path 4579", d: "m79.943 92.841-.1.041.1-.041", fill: "#fff" })))),
|
|
1692
|
+
React__namespace.createElement("g", { "data-name": "Group 2592", opacity: 0.26, style: {
|
|
1693
|
+
mixBlendMode: "overlay",
|
|
1694
|
+
isolation: "isolate",
|
|
1695
|
+
} },
|
|
1696
|
+
React__namespace.createElement("g", { "data-name": "Group 2591" },
|
|
1697
|
+
React__namespace.createElement("g", { "data-name": "Group 2590", clipPath: "url(#sepatpus_svg__dm)" },
|
|
1698
|
+
React__namespace.createElement("path", { "data-name": "Path 4580", d: "m81.664 91.832-.077.054.077-.054", fill: "#fff" })))),
|
|
1699
|
+
React__namespace.createElement("g", { "data-name": "Group 2595", opacity: 0.26, style: {
|
|
1700
|
+
mixBlendMode: "overlay",
|
|
1701
|
+
isolation: "isolate",
|
|
1702
|
+
} },
|
|
1703
|
+
React__namespace.createElement("g", { "data-name": "Group 2594" },
|
|
1704
|
+
React__namespace.createElement("g", { "data-name": "Group 2593", clipPath: "url(#sepatpus_svg__dn)" },
|
|
1705
|
+
React__namespace.createElement("path", { "data-name": "Path 4581", d: "m72.333 92.98.214.112h.337a47.637 47.637 0 0 0 2.672 1.092l-.007-.034v-.006c.1-.091.186-.188.28-.28v.328c.146-.083.286-.174.431-.26l-.024.72.208-.263a28.327 28.327 0 0 0 2.9-1.36h.089a3.243 3.243 0 0 0 .337-.117Z", fill: "#fff" })))),
|
|
1706
|
+
React__namespace.createElement("g", { "data-name": "Group 2598", opacity: 0.26, style: {
|
|
1707
|
+
mixBlendMode: "overlay",
|
|
1708
|
+
isolation: "isolate",
|
|
1709
|
+
} },
|
|
1710
|
+
React__namespace.createElement("g", { "data-name": "Group 2597" },
|
|
1711
|
+
React__namespace.createElement("g", { "data-name": "Group 2596", clipPath: "url(#sepatpus_svg__do)" },
|
|
1712
|
+
React__namespace.createElement("path", { "data-name": "Path 4582", d: "M98.741 60.365a7.055 7.055 0 0 0-2.669-6.549 7.066 7.066 0 0 0-2.235-4.177A10.191 10.191 0 0 0 89 47.01a6.958 6.958 0 0 0-1.509-.359 10.16 10.16 0 0 0-6.926-2.967c-.195-.015-.385-.014-.577-.019a17.716 17.716 0 0 0-.79-.1h-.034c-.3-.027-.609-.048-.928-.058a10.3 10.3 0 0 0-1.878.109 8.779 8.779 0 0 0-2.526.783 8.663 8.663 0 0 0-.868.5 4.8 4.8 0 0 0-2.34-.744 5.694 5.694 0 0 0-.689.009l-.1.006a6.76 6.76 0 0 0-.705.1l-.126.025c-.244.051-.5.114-.755.194l-.1.035a9.701 9.701 0 0 0-.843.309 12.96 12.96 0 0 0-.889.419l-.13.066c-.292.153-.593.324-.9.511l-.17.1c-.31.194-.628.4-.955.631l-.146.1c-.346.246-.7.506-1.062.793l-.006.005a7.21 7.21 0 0 0-.474.412c-.05.049-.1.1-.146.151-.1.1-.2.2-.287.3-.055.063-.1.129-.157.193-.08.1-.159.2-.233.3-.052.071-.1.145-.148.218-.068.1-.136.2-.2.31-.046.077-.09.157-.134.236a6.763 6.763 0 0 0-.171.328c-.041.081-.079.165-.117.248-.029.064-.06.126-.087.191a6.183 6.183 0 0 0-1.744.307l-.114.037a6.773 6.773 0 0 0-.681.279c-.044.02-.087.038-.131.06a6.715 6.715 0 0 0-.611.347q-.219.137-.433.292a8.991 8.991 0 0 0-.325.247c-.081.065-.162.129-.242.2a9.188 9.188 0 0 0-.686.659c-.167.175-.333.359-.5.555-.036.043-.071.089-.107.133-.162.2-.322.415-.48.638l-.123.175q-.26.378-.509.8c-.036.059-.071.121-.106.182-.173.3-.345.609-.511.94a11.272 11.272 0 0 0-1.139 5.556c-2.427 2.363-4.429 6.505-1.383 13.277.231.515.493 1.018.769 1.514 1.946-1.317 5.764.333 5.764.333s-6.959-7.675-3.475-11.39 8.767 6.2 8.767 6.2-4.041-10.223-1.695-12.846 6.726 2.491 6.726 2.491 2.7-11.663 12.552-10.951S91.774 62.1 91.092 64.317a6.046 6.046 0 0 1 2.753-.249c.872.328-.409 4.591-.771 5.2s2.488-.848 2.952-.088.3 3.19-.634 4.6c-.734 1.1.729.836 2.1.9 1.23-1.925 2.051-3.384 2.41-3.981 1-1.665 1.188-6.525-1.158-10.33", fill: "#fff" })))),
|
|
1713
|
+
React__namespace.createElement("path", { "data-name": "Path 4583", d: "M78.938 92.526c-4.38-1.833-6.391.567-6.391.567s-2.094 3.775-1.664 4.6 8.027 1.632 10.595 0c0 0-1.5-4.727-2.54-5.164", fill: "#c4af96" }),
|
|
1714
|
+
React__namespace.createElement("path", { "data-name": "Path 4584", d: "M78.472 93.227c.859.359 2.023 3.621 2.408 4.765a3.849 3.849 0 0 0 .6-.3s-1.5-4.728-2.54-5.164c-4.381-1.834-6.391.566-6.391.566s-.111.2-.273.51c.6-.528 2.592-1.884 6.2-.375", fill: "#968375" }),
|
|
1715
|
+
React__namespace.createElement("path", { "data-name": "Path 4585", d: "M71.475 97.5c-.376.114-.592.2-.592.2.43.828 8.027 1.632 10.595 0-.432-.156-1.018-.145-1.359-.428-.146-.12-.381-.22-.5-.076-.082.1-.053.25-.121.357a.3.3 0 0 1-.344.1.782.782 0 0 1-.311-.219 4.529 4.529 0 0 1-.443-.534.4.4 0 0 0-.2-.179.335.335 0 0 0-.247.068 1.391 1.391 0 0 0-.549.667.855.855 0 0 1-.176.343.655.655 0 0 1-.368.124 1.456 1.456 0 0 1-.771-.045 2.132 2.132 0 0 1-.518-.423.756.756 0 0 0-.6-.25c-.427.068-.62.705-1.051.693a.59.59 0 0 1-.29-.1 1.085 1.085 0 0 1-.433-.547 1.413 1.413 0 0 0-.116-.3.255.255 0 0 0-.271-.129c-.12.036-.164.178-.21.3a.842.842 0 0 1-.523.508c-.211.047-.428-.183-.6-.131", fill: "#968375" }),
|
|
1716
|
+
React__namespace.createElement("path", { "data-name": "Path 4586", d: "m71.476 97.5 1.484-4.373-.685.479s-1.76 2.927-1.392 4.092Z", fill: "#fff" }),
|
|
1717
|
+
React__namespace.createElement("g", { "data-name": "Group 2601", opacity: 0.26, style: {
|
|
1718
|
+
mixBlendMode: "overlay",
|
|
1719
|
+
isolation: "isolate",
|
|
1720
|
+
} },
|
|
1721
|
+
React__namespace.createElement("g", { "data-name": "Group 2600" },
|
|
1722
|
+
React__namespace.createElement("g", { "data-name": "Group 2599", clipPath: "url(#sepatpus_svg__dp)" },
|
|
1723
|
+
React__namespace.createElement("path", { "data-name": "Path 4587", d: "M79.357 95.02c.2-.178.512.063.632.307s.245.555.516.578a.371.371 0 0 0 .3-.125c-.528-1.366-1.269-3.006-1.863-3.254-4.38-1.834-6.391.566-6.391.566a24.466 24.466 0 0 0-1.492 3.243c.332.24.626-.031.852-.363a12.374 12.374 0 0 1 1.218-1.538c.154-.166.429-.329.576-.157a.423.423 0 0 1 .057.31l-.094 1.136c-.017.211.011.491.217.54s.364-.205.456-.407a3.038 3.038 0 0 1 .967-1.179c.183-.133.445-.242.62-.1a.575.575 0 0 1 .149.245l.722 1.832c.352-.064.476-.511.454-.868a1.649 1.649 0 0 1 .094-1.048.359.359 0 0 1 .34-.177.493.493 0 0 1 .276.234l1.22 1.735.056-1.137a.509.509 0 0 1 .122-.373", fill: "#fff" })))),
|
|
1724
|
+
React__namespace.createElement("g", { "data-name": "Group 2642", opacity: 0.33 },
|
|
1725
|
+
React__namespace.createElement("g", { "data-name": "Group 2641" },
|
|
1726
|
+
React__namespace.createElement("g", { "data-name": "Group 2640", clipPath: "url(#sepatpus_svg__dq)" },
|
|
1727
|
+
React__namespace.createElement("g", { "data-name": "Group 2603" },
|
|
1728
|
+
React__namespace.createElement("g", { "data-name": "Group 2602", clipPath: "url(#sepatpus_svg__dr)" },
|
|
1729
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1987", transform: "translate(76.798 103.691)", fill: "url(#sepatpus_svg__ds)", d: "M0 0h.685v.587H0z" }))),
|
|
1730
|
+
React__namespace.createElement("g", { "data-name": "Group 2605" },
|
|
1731
|
+
React__namespace.createElement("g", { "data-name": "Group 2604", clipPath: "url(#sepatpus_svg__dt)" },
|
|
1732
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1988", transform: "translate(76.703 103.616)", fill: "url(#sepatpus_svg__du)", d: "M0 0h.095v.075H0z" }))),
|
|
1733
|
+
React__namespace.createElement("g", { "data-name": "Group 2607" },
|
|
1734
|
+
React__namespace.createElement("g", { "data-name": "Group 2606", clipPath: "url(#sepatpus_svg__dv)" },
|
|
1735
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1989", transform: "translate(73.719 101.47)", fill: "url(#sepatpus_svg__dw)", d: "M0 0h2.984v2.146H0z" }))),
|
|
1736
|
+
React__namespace.createElement("g", { "data-name": "Group 2609" },
|
|
1737
|
+
React__namespace.createElement("g", { "data-name": "Group 2608", clipPath: "url(#sepatpus_svg__dx)" },
|
|
1738
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1990", transform: "translate(72.556 100.736)", fill: "url(#sepatpus_svg__dy)", d: "M0 0h.913v.569H0z" }))),
|
|
1739
|
+
React__namespace.createElement("g", { "data-name": "Group 2611" },
|
|
1740
|
+
React__namespace.createElement("g", { "data-name": "Group 2610", clipPath: "url(#sepatpus_svg__dz)" },
|
|
1741
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1991", transform: "translate(77.83 104.582)", fill: "url(#sepatpus_svg__dA)", d: "M0 0h.581v.559H0z" }))),
|
|
1742
|
+
React__namespace.createElement("g", { "data-name": "Group 2613" },
|
|
1743
|
+
React__namespace.createElement("g", { "data-name": "Group 2612", clipPath: "url(#sepatpus_svg__dB)" },
|
|
1744
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1992", transform: "translate(79.295 106.071)", fill: "url(#sepatpus_svg__dC)", d: "M0 0h.297v.338H0z" }))),
|
|
1745
|
+
React__namespace.createElement("g", { "data-name": "Group 2615" },
|
|
1746
|
+
React__namespace.createElement("g", { "data-name": "Group 2614", clipPath: "url(#sepatpus_svg__dD)" },
|
|
1747
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1993", transform: "translate(46.659 91.527)", fill: "url(#sepatpus_svg__dE)", d: "M0 0h32.674v15.036H0z" }))),
|
|
1748
|
+
React__namespace.createElement("g", { "data-name": "Group 2617" },
|
|
1749
|
+
React__namespace.createElement("g", { "data-name": "Group 2616", clipPath: "url(#sepatpus_svg__dF)" },
|
|
1750
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1994", transform: "translate(77.483 104.278)", fill: "url(#sepatpus_svg__dG)", d: "M0 0h.347v.304H0z" }))),
|
|
1751
|
+
React__namespace.createElement("g", { "data-name": "Group 2619" },
|
|
1752
|
+
React__namespace.createElement("g", { "data-name": "Group 2618", clipPath: "url(#sepatpus_svg__dH)" },
|
|
1753
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1995", transform: "translate(72.238 100.54)", fill: "url(#sepatpus_svg__dI)", d: "M0 0h.318v.196H0z" }))),
|
|
1754
|
+
React__namespace.createElement("g", { "data-name": "Group 2621" },
|
|
1755
|
+
React__namespace.createElement("g", { "data-name": "Group 2620", clipPath: "url(#sepatpus_svg__dJ)" },
|
|
1756
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1996", transform: "translate(73.469 101.305)", fill: "url(#sepatpus_svg__dK)", d: "M0 0h.25v.165H0z" }))),
|
|
1757
|
+
React__namespace.createElement("g", { "data-name": "Group 2623" },
|
|
1758
|
+
React__namespace.createElement("g", { "data-name": "Group 2622", clipPath: "url(#sepatpus_svg__dL)" },
|
|
1759
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1997", transform: "translate(68.591 98.457)", fill: "url(#sepatpus_svg__dM)", d: "M0 0h.076v.041H0z" }))),
|
|
1760
|
+
React__namespace.createElement("g", { "data-name": "Group 2625" },
|
|
1761
|
+
React__namespace.createElement("g", { "data-name": "Group 2624", clipPath: "url(#sepatpus_svg__dN)" },
|
|
1762
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1998", transform: "translate(63.667 95.789)", fill: "url(#sepatpus_svg__dO)", d: "M0 0h4.924v2.668H0z" }))),
|
|
1763
|
+
React__namespace.createElement("g", { "data-name": "Group 2627" },
|
|
1764
|
+
React__namespace.createElement("g", { "data-name": "Group 2626", clipPath: "url(#sepatpus_svg__dP)" },
|
|
1765
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1999", transform: "translate(78.411 105.141)", fill: "url(#sepatpus_svg__dQ)", d: "M0 0h.373v.371H0z" }))),
|
|
1766
|
+
React__namespace.createElement("g", { "data-name": "Group 2629" },
|
|
1767
|
+
React__namespace.createElement("g", { "data-name": "Group 2628", clipPath: "url(#sepatpus_svg__dR)" },
|
|
1768
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 2000", transform: "translate(71.308 99.988)", fill: "url(#sepatpus_svg__dS)", d: "M0 0h.93v.552H0z" }))),
|
|
1769
|
+
React__namespace.createElement("g", { "data-name": "Group 2631" },
|
|
1770
|
+
React__namespace.createElement("g", { "data-name": "Group 2630", clipPath: "url(#sepatpus_svg__dT)" },
|
|
1771
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 2001", transform: "translate(78.784 105.512)", fill: "url(#sepatpus_svg__dU)", d: "M0 0h.511v.559H0z" }))),
|
|
1772
|
+
React__namespace.createElement("g", { "data-name": "Group 2633" },
|
|
1773
|
+
React__namespace.createElement("g", { "data-name": "Group 2632", clipPath: "url(#sepatpus_svg__dV)" },
|
|
1774
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 2002", transform: "translate(70.986 99.8)", fill: "url(#sepatpus_svg__dW)", d: "M0 0h.322v.188H0z" }))),
|
|
1775
|
+
React__namespace.createElement("g", { "data-name": "Group 2635" },
|
|
1776
|
+
React__namespace.createElement("g", { "data-name": "Group 2634", clipPath: "url(#sepatpus_svg__dX)" },
|
|
1777
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 2003", transform: "translate(68.667 98.498)", fill: "url(#sepatpus_svg__dY)", d: "M0 0h1.074v.595H0z" }))),
|
|
1778
|
+
React__namespace.createElement("g", { "data-name": "Group 2637" },
|
|
1779
|
+
React__namespace.createElement("g", { "data-name": "Group 2636", clipPath: "url(#sepatpus_svg__dZ)" },
|
|
1780
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 2004", transform: "translate(70.011 99.244)", fill: "url(#sepatpus_svg__ea)", d: "M0 0h.975v.556H0z" }))),
|
|
1781
|
+
React__namespace.createElement("g", { "data-name": "Group 2639" },
|
|
1782
|
+
React__namespace.createElement("g", { "data-name": "Group 2638", clipPath: "url(#sepatpus_svg__eb)" },
|
|
1783
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 2005", transform: "translate(69.741 99.093)", fill: "url(#sepatpus_svg__ec)", d: "M0 0h.27v.151H0z" }))))))))))); };
|
|
1784
|
+
|
|
1785
|
+
module.exports = SvgSepatpus;
|
|
1786
|
+
//# sourceMappingURL=Sepatpus.js.map
|