@maqsad/icons 0.2.8 → 0.2.9
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/README.md +23 -13
- package/dist/cjs/illustrations/icons/index.js +22 -1
- package/dist/cjs/illustrations/icons/index.js.map +1 -1
- package/dist/cjs/system/icons/index.js +3 -2
- package/dist/cjs/system/icons/index.js.map +1 -1
- package/dist/esm/illustrations/icons/index.js +22 -1
- package/dist/esm/illustrations/icons/index.js.map +1 -1
- package/dist/esm/system/icons/index.js +1 -0
- package/dist/esm/system/icons/index.js.map +1 -1
- package/dist/types/illustrations/icons/index.d.ts +3 -0
- package/dist/types/illustrations/icons/index.d.ts.map +1 -1
- package/dist/types/system/icons/index.d.ts +1 -0
- package/dist/types/system/icons/index.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -120,11 +120,11 @@ function App() {
|
|
|
120
120
|
|
|
121
121
|
## Available Icons
|
|
122
122
|
|
|
123
|
-
**Total:
|
|
123
|
+
**Total: 63 icons** (55 system icons + 8 illustration icons)
|
|
124
124
|
|
|
125
125
|
> For a complete list with import examples, see [ICONS.md](./src/ICONS.md)
|
|
126
126
|
|
|
127
|
-
### System Icons (
|
|
127
|
+
### System Icons (55)
|
|
128
128
|
|
|
129
129
|
<table>
|
|
130
130
|
<tr>
|
|
@@ -133,26 +133,29 @@ function App() {
|
|
|
133
133
|
<td align="center"><img src="assets/system/24/arrow-back.svg" width="24" height="24" /><br /><sub>ArrowBack</sub></td>
|
|
134
134
|
<td align="center"><img src="assets/system/24/arrow-forward.svg" width="24" height="24" /><br /><sub>ArrowForward</sub></td>
|
|
135
135
|
<td align="center"><img src="assets/system/16/badge-check.svg" width="24" height="24" /><br /><sub>BadgeCheck</sub></td>
|
|
136
|
-
<td align="center"><img src="assets/system/24/bell.svg" width="24" height="24" /><br /><sub>Bell</sub></td>
|
|
137
136
|
</tr>
|
|
138
137
|
<tr>
|
|
138
|
+
<td align="center"><img src="assets/system/24/bell.svg" width="24" height="24" /><br /><sub>Bell</sub></td>
|
|
139
139
|
<td align="center"><img src="assets/system/24/bookmark.svg" width="24" height="24" /><br /><sub>Bookmark</sub></td>
|
|
140
140
|
<td align="center"><img src="assets/system/24/calculator.svg" width="24" height="24" /><br /><sub>Calculator</sub></td>
|
|
141
141
|
<td align="center"><img src="assets/system/24/camera.svg" width="24" height="24" /><br /><sub>Camera</sub></td>
|
|
142
142
|
<td align="center"><img src="assets/system/24/chat.svg" width="24" height="24" /><br /><sub>Chat</sub></td>
|
|
143
|
-
<td align="center"><img src="assets/system/24/check.svg" width="24" height="24" /><br /><sub>Check</sub></td>
|
|
144
|
-
<td align="center"><img src="assets/system/24/check-circle.svg" width="24" height="24" /><br /><sub>CheckCircle</sub></td>
|
|
145
143
|
</tr>
|
|
146
144
|
<tr>
|
|
145
|
+
<td align="center"><img src="assets/system/24/check.svg" width="24" height="24" /><br /><sub>Check</sub></td>
|
|
146
|
+
<td align="center"><img src="assets/system/24/check-circle.svg" width="24" height="24" /><br /><sub>CheckCircle</sub></td>
|
|
147
|
+
<td align="center"><img src="assets/system/24/check-circle-filled.svg" width="24" height="24" /><br /><sub>CheckCircleFilled</sub></td>
|
|
147
148
|
<td align="center"><img src="assets/system/24/chemistry.svg" width="24" height="24" /><br /><sub>Chemistry</sub></td>
|
|
148
149
|
<td align="center"><img src="assets/system/24/chevron-back.svg" width="24" height="24" /><br /><sub>ChevronBack</sub></td>
|
|
150
|
+
</tr>
|
|
151
|
+
<tr>
|
|
149
152
|
<td align="center"><img src="assets/system/24/chevron-down.svg" width="24" height="24" /><br /><sub>ChevronDown</sub></td>
|
|
150
153
|
<td align="center"><img src="assets/system/24/chevron-forward.svg" width="24" height="24" /><br /><sub>ChevronForward</sub></td>
|
|
151
154
|
<td align="center"><img src="assets/system/24/chevron-up.svg" width="24" height="24" /><br /><sub>ChevronUp</sub></td>
|
|
152
155
|
<td align="center"><img src="assets/system/24/close.svg" width="24" height="24" /><br /><sub>Close</sub></td>
|
|
156
|
+
<td align="center"><img src="assets/system/24/credit-card.svg" width="24" height="24" /><br /><sub>CreditCard</sub></td>
|
|
153
157
|
</tr>
|
|
154
158
|
<tr>
|
|
155
|
-
<td align="center"><img src="assets/system/24/credit-card.svg" width="24" height="24" /><br /><sub>CreditCard</sub></td>
|
|
156
159
|
<td align="center"><img src="assets/system/24/crown.svg" width="24" height="24" /><br /><sub>Crown</sub></td>
|
|
157
160
|
<td align="center"><img src="assets/system/24/delete.svg" width="24" height="24" /><br /><sub>Delete</sub></td>
|
|
158
161
|
<td align="center"><img src="assets/system/24/dislike.svg" width="24" height="24" /><br /><sub>Dislike</sub></td>
|
|
@@ -165,34 +168,36 @@ function App() {
|
|
|
165
168
|
<td align="center"><img src="assets/system/24/filter.svg" width="24" height="24" /><br /><sub>Filter</sub></td>
|
|
166
169
|
<td align="center"><img src="assets/system/18/help.svg" width="24" height="24" /><br /><sub>Help</sub></td>
|
|
167
170
|
<td align="center"><img src="assets/system/24/history.svg" width="24" height="24" /><br /><sub>History</sub></td>
|
|
168
|
-
<td align="center"><img src="assets/system/24/info.svg" width="24" height="24" /><br /><sub>Info</sub></td>
|
|
169
171
|
</tr>
|
|
170
172
|
<tr>
|
|
173
|
+
<td align="center"><img src="assets/system/24/info.svg" width="24" height="24" /><br /><sub>Info</sub></td>
|
|
171
174
|
<td align="center"><img src="assets/system/24/kebab-menu.svg" width="24" height="24" /><br /><sub>KebabMenu</sub></td>
|
|
172
175
|
<td align="center"><img src="assets/system/24/like.svg" width="24" height="24" /><br /><sub>Like</sub></td>
|
|
173
176
|
<td align="center"><img src="assets/system/18/loader.svg" width="24" height="24" /><br /><sub>Loader</sub></td>
|
|
174
177
|
<td align="center"><img src="assets/system/24/lock.svg" width="24" height="24" /><br /><sub>Lock</sub></td>
|
|
175
|
-
<td align="center"><img src="assets/system/24/logout.svg" width="24" height="24" /><br /><sub>Logout</sub></td>
|
|
176
|
-
<td align="center"><img src="assets/system/24/maths.svg" width="24" height="24" /><br /><sub>Maths</sub></td>
|
|
177
178
|
</tr>
|
|
178
179
|
<tr>
|
|
180
|
+
<td align="center"><img src="assets/system/24/logout.svg" width="24" height="24" /><br /><sub>Logout</sub></td>
|
|
181
|
+
<td align="center"><img src="assets/system/24/maths.svg" width="24" height="24" /><br /><sub>Maths</sub></td>
|
|
179
182
|
<td align="center"><img src="assets/system/24/pencil-hand.svg" width="24" height="24" /><br /><sub>PencilHand</sub></td>
|
|
180
183
|
<td align="center"><img src="assets/system/24/physics.svg" width="24" height="24" /><br /><sub>Physics</sub></td>
|
|
181
184
|
<td align="center"><img src="assets/system/24/pin.svg" width="24" height="24" /><br /><sub>Pin</sub></td>
|
|
185
|
+
</tr>
|
|
186
|
+
<tr>
|
|
182
187
|
<td align="center"><img src="assets/system/24/question-bank.svg" width="24" height="24" /><br /><sub>QuestionBank</sub></td>
|
|
183
188
|
<td align="center"><img src="assets/system/24/reset.svg" width="24" height="24" /><br /><sub>Reset</sub></td>
|
|
184
189
|
<td align="center"><img src="assets/system/24/rotate-screen.svg" width="24" height="24" /><br /><sub>RotateScreen</sub></td>
|
|
185
|
-
</tr>
|
|
186
|
-
<tr>
|
|
187
190
|
<td align="center"><img src="assets/system/24/search.svg" width="24" height="24" /><br /><sub>Search</sub></td>
|
|
188
191
|
<td align="center"><img src="assets/system/24/share.svg" width="24" height="24" /><br /><sub>Share</sub></td>
|
|
192
|
+
</tr>
|
|
193
|
+
<tr>
|
|
189
194
|
<td align="center"><img src="assets/system/24/share-arrow.svg" width="24" height="24" /><br /><sub>ShareArrow</sub></td>
|
|
190
195
|
<td align="center"><img src="assets/system/24/sikkay.svg" width="24" height="24" /><br /><sub>Sikkay</sub></td>
|
|
191
196
|
<td align="center"><img src="assets/system/24/smiley.svg" width="24" height="24" /><br /><sub>Smiley</sub></td>
|
|
192
197
|
<td align="center"><img src="assets/system/24/sort.svg" width="24" height="24" /><br /><sub>Sort</sub></td>
|
|
198
|
+
<td align="center"><img src="assets/system/24/star.svg" width="24" height="24" /><br /><sub>Star</sub></td>
|
|
193
199
|
</tr>
|
|
194
200
|
<tr>
|
|
195
|
-
<td align="center"><img src="assets/system/24/star.svg" width="24" height="24" /><br /><sub>Star</sub></td>
|
|
196
201
|
<td align="center"><img src="assets/system/24/test.svg" width="24" height="24" /><br /><sub>Test</sub></td>
|
|
197
202
|
<td align="center"><img src="assets/system/24/video-play.svg" width="24" height="24" /><br /><sub>VideoPlay</sub></td>
|
|
198
203
|
<td align="center"><img src="assets/system/24/video-skip.svg" width="24" height="24" /><br /><sub>VideoSkip</sub></td>
|
|
@@ -201,11 +206,16 @@ function App() {
|
|
|
201
206
|
</tr>
|
|
202
207
|
</table>
|
|
203
208
|
|
|
204
|
-
### Illustration Icons (
|
|
209
|
+
### Illustration Icons (8)
|
|
205
210
|
|
|
206
211
|
<table>
|
|
207
212
|
<tr>
|
|
213
|
+
<td align="center"><img src="assets/illustrations/primary/avatar-female.svg" width="48" height="48" /><br /><sub>AvatarFemale</sub></td>
|
|
214
|
+
<td align="center"><img src="assets/illustrations/primary/avatar-generic.svg" width="48" height="48" /><br /><sub>AvatarGeneric</sub></td>
|
|
215
|
+
<td align="center"><img src="assets/illustrations/primary/avatar-male.svg" width="48" height="48" /><br /><sub>AvatarMale</sub></td>
|
|
208
216
|
<td align="center"><img src="assets/illustrations/primary/doubtsolve-primary.svg" width="48" height="48" /><br /><sub>Doubtsolve</sub></td>
|
|
217
|
+
</tr>
|
|
218
|
+
<tr>
|
|
209
219
|
<td align="center"><img src="assets/illustrations/primary/live-sessions-primary.svg" width="48" height="48" /><br /><sub>LiveSessions</sub></td>
|
|
210
220
|
<td align="center"><img src="assets/illustrations/primary/notes-primary.svg" width="48" height="48" /><br /><sub>Notes</sub></td>
|
|
211
221
|
<td align="center"><img src="assets/illustrations/primary/tests-primary.svg" width="48" height="48" /><br /><sub>Tests</sub></td>
|
|
@@ -1,10 +1,31 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IllustrationVideoLectures = exports.IllustrationTests = exports.IllustrationNotes = exports.IllustrationLiveSessions = exports.IllustrationDoubtsolve = void 0;
|
|
3
|
+
exports.IllustrationVideoLectures = exports.IllustrationTests = exports.IllustrationNotes = exports.IllustrationLiveSessions = exports.IllustrationDoubtsolve = exports.IllustrationAvatarMale = exports.IllustrationAvatarGeneric = exports.IllustrationAvatarFemale = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
// Auto-generated file - DO NOT EDIT MANUALLY
|
|
6
6
|
// This file is generated by the build script from SVG sources
|
|
7
7
|
const types_1 = require("../../types");
|
|
8
|
+
exports.IllustrationAvatarFemale = (0, types_1.createIllustrationIcon)('IllustrationAvatarFemale', {
|
|
9
|
+
primary: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("mask", { id: "a", width: "50", height: "50", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: (0, jsx_runtime_1.jsx)("circle", { cx: "25", cy: "25", r: "25", fill: "#5E85BC" }) }), (0, jsx_runtime_1.jsxs)("g", { mask: "url(#a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#78A1D1", d: "M50 0H0v50h50z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#26100D", d: "M46.833 45.056H3.422q-.032-.133-.056-.267c-.266-1.427.006-2.922.623-4.233.494-1.05 1.338-2.055 1.777-3.15.24-.578.356-1.178.256-1.822a5 5 0 0 0-.161-.65c-.128-.406-.272-.817-.284-1.2-.027-.94.556-2.122 1.195-2.778.55-.567 1.205-1.017 1.739-1.594.383-.411.689-.89.916-1.4.35-.79.512-1.667.456-2.534-.044-.71-.25-1.366-.478-2.022 0-.005 0-.017-.005-.022h30.189c.194.205.394.394.588.583.923.872 1.823 1.789 2.49 2.872.794 1.278 1.244 2.845.894 4.312-.5 2.094-2.034 4.277-1.011 6.466.683 1.467 2.105 2.445 3.055 3.733.856 1.156 1.472 2.406 1.228 3.706" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M43.294 47.267H5.355c.05-1.167.656-2.256 1.483-3.078.823-.828 1.856-1.406 2.911-1.906 2.045-.96 4.223-1.628 6.267-2.589 1.2-.566 2.089-1.128 2.872-2.244a7.7 7.7 0 0 0 1.311-3.372c.061-.473.145-5.206.19-5.206h7.616l.078 1.55c.016.306.027.611.05.911.06 1.222.172 2.411.589 3.595a10.8 10.8 0 0 0 1.516 2.866c.717.973 1.334 1.406 2.39 1.9 2.044.961 4.221 1.628 6.266 2.59 1.055.5 2.089 1.077 2.916 1.905.823.822 1.428 1.91 1.484 3.078" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M29.829 37.2c-6.69.616-9.623-5.356-9.623-5.356s4.228.095 4.65-.039c.662-.21 1.334-.383 2.028-.439a9 9 0 0 1 1.25-.033c.061 1.222.172 2.411.59 3.595.277.8.65 1.56 1.105 2.272" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M39.372 23.144a4.7 4.7 0 0 1-1.522.26H9.405s0-.016-.005-.021c-.045-.134-.095-.261-.14-.395-.171-.478-.338-.955-.438-1.45-.011-.067-.028-.139-.039-.21a1.5 1.5 0 0 1-.033-.218c-.3-2.4 1.194-4.51 2.716-6.205a26 26 0 0 0 2.767-3.645c.183-.294.383-.583.583-.866.756-1.04 1.623-2.006 2.428-3.011.922-1.15 2.261-2.778 3.911-1.917 0-.056 1.228-1.011 1.367-1.083.55-.295 1.2-.523 1.817-.628 1.15-.206 2.594.317 3.683.694 3.555 1.25 6.061 3.661 7.928 6.89 1.444 2.483 2.594 5.132 2.405 8.066-.028.439-.083.878-.072 1.311a2.8 2.8 0 0 0 .233 1.139q.035.093.078.178c.05.11.111.222.183.327q.119.201.261.384c.034.05.078.105.123.155.066.084.133.167.21.245" }), (0, jsx_runtime_1.jsx)("path", { stroke: "#F0AC1C", strokeMiterlimit: "10", d: "M34.624 32.702c.577-.085.767-2.03.425-4.342-.343-2.313-1.088-4.119-1.664-4.033-.577.085-.767 2.03-.425 4.342.343 2.313 1.088 4.119 1.664 4.033Z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M46.833 45.05c-.072.4-.227.805-.483 1.216-.606.972-1.395 1.389-2.306 1.711-.383.139-.783.261-1.205.406-.417.139-.828.294-1.233.455a8 8 0 0 1-.584-.36c-1.339-.912-2.416-2.123-3.35-3.429a20 20 0 0 1-.694-1.005 10 10 0 0 1-.79-1.472c-.516-1.195-.794-2.54-.516-3.75.278-1.234 1.295-2.19 1.845-3.3 1.577-3.195-.573-5.606-1.912-8.323-.583-1.177-.683-2.55-.35-3.8 0-.005 0-.016.006-.022a4.6 4.6 0 0 1 .267-.761c.533-1.211 1.539-1.694 2.755-1.906a2.9 2.9 0 0 0 .356 1.4q.034.076.078.145a.5.5 0 0 0 .06.1c.034.067.078.128.123.194.044.061.089.128.139.19q.15.207.333.4.1.123.217.238c.194.206.394.395.589.583.922.873 1.822 1.79 2.489 2.873.794 1.277 1.244 2.844.894 4.31-.194.829-.556 1.673-.855 2.523-.145.4-.273.806-.362 1.206-.172.783-.21 1.572.056 2.36a3 3 0 0 0 .15.378c.456.973 1.233 1.734 1.983 2.512.384.388.756.788 1.072 1.222q.275.367.5.744c.578.94.923 1.934.728 2.961" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M34.883 24.395a2.8 2.8 0 0 1-.822.478 2.75 2.75 0 0 1-1.184.172c.056 0 .1-.961.14-1.794v-.012c.016-.294.027-.572.044-.783-.006-.01 0-.017 0-.022.01-.189.016-.322.028-.372.155-.811 1.133-2.29 2.133-1.606 1.35.922.694 3.05-.339 3.945z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M33.315 23.273c.2-.656.794-1.173 1.467-1.29.06-.01.127-.022.16-.072.04-.05.023-.122 0-.177-.116-.267-.466-.378-.744-.29-.278.09-.477.345-.583.617-.106.273-.128.573-.145.861l-.15.345z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M34.854 23.023s-.045 0-.061-.017a.143.143 0 0 1-.062-.189 1.13 1.13 0 0 0-.127-1.2.135.135 0 0 1 .022-.194.135.135 0 0 1 .194.022c.334.411.395 1.028.156 1.5a.13.13 0 0 1-.122.078" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M35.181 21.773a.56.56 0 0 0-.527-.178 1.05 1.05 0 0 0-.511.262c-.356.3-.606.727-.69 1.183-.06.328-.127.611-.277.905a3 3 0 0 1-.172-.944c-.006-.428.083-.867.322-1.228.239-.36.622-.628 1.05-.66a.83.83 0 0 1 .55.132c.155.111.289.34.25.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#B86963", d: "M34.061 24.872a2.8 2.8 0 0 1-.788.172c0-.01.005-.027.01-.038.067-.195.006-.734.25-.75.24-.012.473.355.517.55a.3.3 0 0 1 .011.066" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M13.594 32.983s-.055 0-.083-.006c-.428-.061-.695-.594-.795-1.583-.083-.845-.033-1.934.134-3.078.166-1.139.439-2.2.76-2.983.379-.917.79-1.35 1.218-1.29.427.062.694.595.794 1.584.083.845.033 1.933-.133 3.078-.167 1.139-.44 2.2-.762 2.983q-.533 1.293-1.133 1.295m1.156-8.384c-.217.006-.961 1.184-1.35 3.8-.39 2.617-.017 3.961.189 4.028.216-.005.96-1.183 1.35-3.8.389-2.617.016-3.961-.19-4.028" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M14.067 23.411c-.011 1 .133 2.006.178 3.006.083 1.839-.578 3.1-1.267 4.727s-1.922 2.8-2.439 4.456c-.278.889-.4 2.006-.133 2.917.255.889.933 1.75 1.4 2.555.511.89 1.028 1.828.717 2.85-.117.384-.245.761-.395 1.134a10.8 10.8 0 0 1-1.067 2.094c-.705 1.061-1.677 1.972-2.844 2.461a25 25 0 0 1-2.506-1.316c-1.166-.7-1.972-1.917-2.294-3.24q-.032-.132-.056-.266c-.266-1.428.006-2.922.623-4.233.494-1.05 1.339-2.056 1.777-3.15.24-.578.356-1.178.256-1.823a5 5 0 0 0-.161-.65c-.128-.405-.272-.816-.283-1.2-.028-.938.555-2.122 1.194-2.777.55-.567 1.206-1.017 1.739-1.595.383-.41.689-.889.917-1.4a5.4 5.4 0 0 0 .455-2.533c-.044-.711-.25-1.367-.478-2.022 0-.006 0-.017-.005-.023-.045-.133-.095-.26-.14-.394a13 13 0 0 1-.438-1.45c-.011-.067-.028-.139-.039-.211a1.5 1.5 0 0 1-.033-.217c-.3-2.4 1.194-4.51 2.716-6.205a26 26 0 0 0 2.767-3.645c.183-.294.383-.583.583-.866-.177 1.327-.116 2.788-.016 3.95.16 1.81.41 3.66-.006 5.427-.255 1.061-.622 2.011-.705 3.111a9 9 0 0 0-.023.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M15.356 25.039a2.4 2.4 0 0 1-.495-.006 2.7 2.7 0 0 1-.655-.15 2.8 2.8 0 0 1-.85-.489c-1.04-.894-1.695-3.022-.345-3.944 1-.683 1.978.794 2.134 1.605.01.05.016.184.027.373 0 .005.006.01 0 .022.017.211.028.489.045.783-.006 0 0 .011 0 .011.039.834.083 1.795.139 1.795" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M14.916 23.273a1.91 1.91 0 0 0-1.466-1.29c-.061-.01-.128-.022-.161-.072-.04-.05-.023-.122 0-.177.116-.267.466-.378.744-.29.278.09.478.345.583.617.106.273.128.573.145.861l.15.345z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M13.379 23.022c-.05 0-.1-.028-.123-.078a1.43 1.43 0 0 1 .156-1.5.14.14 0 0 1 .194-.022.14.14 0 0 1 .023.194 1.15 1.15 0 0 0-.128 1.2.146.146 0 0 1-.061.19.13.13 0 0 1-.061.016" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M13.051 21.772a.56.56 0 0 1 .528-.178c.194.033.366.133.511.261.355.3.605.728.689 1.183.061.328.128.611.278.906.105-.3.166-.622.172-.944.005-.428-.083-.867-.322-1.228-.24-.361-.623-.628-1.05-.661a.83.83 0 0 0-.55.133c-.156.111-.29.339-.25.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#B86963", d: "M14.86 25.033a2.7 2.7 0 0 1-.655-.15c.011-.206.106-.395.317-.467.377-.128.383.278.339.617" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M33.86 20.056c-.783 9.15-5.96 13.266-9.638 13.266-3.906 0-9.34-5-9.812-13.005-.416-7.089 4.506-12.706 9.811-12.706 5.306 0 10.245 5.373 9.64 12.445" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M18.339 15.878c-.422 1.317-1.228 2.622-2.511 3.133-.167.067-.367.111-.506 0-.122-.094-.144-.267-.16-.422a15.7 15.7 0 0 1 1.76-8.417c.5-.95 2.35-3.405 3.584-1.972.405.467.3 1.183.022 1.689-.472.861-1.022 1.533-1.317 2.5-.35 1.15-.5 2.35-.872 3.494z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M14.345 20.717c-.417-.767-.384-1.717-.106-2.545s.767-1.566 1.256-2.289l1.572-2.338c.517-.767 1.35-.823 1.405.2.05.922-.183 1.905-.505 2.766-.667 1.767-1.95 3.317-3.622 4.211zm18.733-2.351c-1.567.572-3.367.2-4.806-.65s-2.567-2.128-3.594-3.445c-1.028-1.316-1.973-2.705-3.162-3.877-.305-.306-.638-.595-1.038-.756-.4-.16-.89-.16-1.234.095 1.739-1.228 4.172-1.211 6.161-.467 1.995.744 3.628 2.25 4.878 3.972s1.895 3.195 2.789 5.128z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M23.916 6.656c-1.967-.245-4.022.022-5.772.95-1.628.866-3 2.36-3.55 4.138-.128.417-.095.806-.167 1.223-.094.544-.21 1.072-.272 1.622a17.5 17.5 0 0 0-.022 3.328c.555-1.945 1.272-3.867 2.46-5.5 1.19-1.634 2.89-2.961 4.868-3.378 2.605-.545 5.338.55 7.505 1.944 2.15 1.378 4.689 3.578 5.067 6.228-.217-1.5-.322-2.811-1.04-4.194A13.7 13.7 0 0 0 30.55 9.66c-1.667-1.67-3.945-2.593-6.273-2.96-.122-.017-.244-.039-.367-.05z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M20.434 20.567c.285 0 .516-.271.516-.606s-.231-.605-.516-.605-.517.27-.517.605.231.606.517.606m6.861 0c.285 0 .517-.271.517-.606s-.232-.605-.517-.605-.517.27-.517.605.232.606.517.606m-8.762-2.189s-.01-.022-.017-.033c-.177-.39.578-1.095.84-1.256.5-.3 1.56-.478 1.588.383.017.434-.35.517-.689.573-.327.055-1.483.683-1.727.333zm10.15.089.017-.033c.178-.389-.578-1.094-.84-1.256-.5-.3-1.56-.477-1.588.384-.017.433.35.516.689.572.328.055 1.483.683 1.728.333z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M16.261 8.683c-2.205 2.689-2.983 6.65-2.966 10.044 0 .3.01.611.11.895.368 1.067 1.106.416 1.69-.072a9 9 0 0 0 1.56-1.695c.712-1.011 1.395-2.267 1.723-3.461.294-1.061.278-2.183.556-3.228.122-.46.355-.889.677-1.239.145-.16.673-.633 1.167-.672-.717-.194-1.567-.328-1.894.433-.04-.705.116-1.488.422-1.827.389-.44.75-.484 1.272-.3 1.695.6 2.522 2.105 3.333 3.578 1.15 2.083 2.295 4.016 4.084 5.638 1.789 1.623 3.766 2.761 5.983 3.456.461-1.395.267-3.094.056-4.533a16.8 16.8 0 0 0-1.334-4.534c-.45-.989-1.422-1.894-2.244-2.605a11.2 11.2 0 0 0-3.128-1.923c-1.894-.772-4-1-6.017-.694-2.016.306-3.71 1.106-5.044 2.728z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "m34.66 32.977-.083-.55c.206-.066.578-1.41.19-4.027-.39-2.617-1.134-3.795-1.35-3.8l-.079-.55c.428-.062.84.372 1.217 1.288.322.784.595 1.845.761 2.984s.217 2.233.133 3.078c-.094.989-.36 1.522-.794 1.583z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "#F0AC1C", strokeMiterlimit: "10", d: "M14.796 24.322c-.578-.084-1.323 1.722-1.667 4.033s-.15 4.261.422 4.344" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M16.144 39.633c-.361.8-.173 2.144.083 2.794.417 1.045 1.189 1.911 2.028 2.667 1.089.978 2.389 1.816 3.789 2.172.544.139 1.1.2 1.666.172.261-.01.54-.06.773-.172a.87.87 0 0 0 .472-.472c.172-.45-.122-.928-.34-1.361a4.94 4.94 0 0 1-.077-4.306 17.2 17.2 0 0 1-6.305-1.767c-.273-.139-.54-.283-.84-.338-.038 0-.077-.017-.116-.017z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M6.683 38.01c-.022.323-.189.706-.189 1.023-.033-.606-.366-1.134-.727-1.628.238-.578.355-1.178.255-1.822a5 5 0 0 0-.161-.65 5.17 5.17 0 0 1 .822 3.077m3.867-12.138c-.228.76-.645 1.45-1.122 2.089.35-.79.51-1.667.455-2.534-.083-1.378-.783-2.566-1.055-3.883.489.611 1.139 1.067 1.516 1.739.44.772.456 1.733.206 2.589" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M28.356 21.862c.86 0 1.556-.194 1.556-.434 0-.239-.697-.433-1.556-.433s-1.555.194-1.555.433c0 .24.696.434 1.555.434m-8.85 0c.859 0 1.555-.194 1.555-.434 0-.239-.696-.433-1.555-.433-.86 0-1.556.194-1.556.433 0 .24.697.434 1.556.434" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M46.367 50H3.01c.14-1.206.745-2.611 1.061-3.372.011-.028.017-.05.028-.073q.318-.783.745-1.5c.85-1.4 2.027-2.55 3.61-3.166a9 9 0 0 1 .545-.19 52 52 0 0 0 2.661-.877c2.25-.806 3.773-1.539 4.428-1.9a.65.65 0 0 1 .706.039c.072.05.155.111.25.172h.016c1.05.695 3.384 1.95 6.64 2.061.116.006.244.011.366.011h.133v.006c-.028.044-.061.1-.094.155-.034.056-.067.128-.106.2-.028.056-.061.117-.089.178-.233.484-.455 1.15-.455 1.89 0 .521.11 1.005.26 1.416.273.76.662 1.272.684 1.272.006 0 .184-.222.378-.594a4.6 4.6 0 0 0 .306-.678 4.2 4.2 0 0 0 .266-1.417 4.4 4.4 0 0 0-.3-1.555l-.111-.273c-.017-.033-.033-.072-.05-.105-.022-.045-.039-.084-.067-.122a6 6 0 0 0-.11-.212c-.034-.06-.067-.11-.095-.16h-.006c.145-.012.295-.017.445-.028l.2-.017c1.91-.15 4.089-.717 6.444-1.972l.528-.295a.66.66 0 0 1 .733.056c.078.06.172.128.29.194.41.25 1.094.561 2.238.878.028.006.056.017.083.022 2.361.661 4.817 1.284 6.984 2.456 1.05.566 1.822 1.5 2.383 2.55.339.633.6 1.31.8 1.972 0 .006.006.017.006.022.027.09.05.172.072.256l.183.639c.178.627.361 1.366.372 2.055z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M24.606 41.206q-.208.006-.406.005c.106-.172.184-.266.195-.266.022 0 .105.094.21.26" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D18618", d: "M24.067 41.217h.133a4 4 0 0 0-.206.36c-.005-.021-.005-.038-.005-.06q0-.166.078-.3m1.283.294a.67.67 0 0 1-.306.567 5 5 0 0 0-.439-.872c.212-.006.428-.022.645-.039q.1.152.1.344" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M24.378 41.939a.678.678 0 1 0 0-1.356.678.678 0 0 0 0 1.356" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M24.227 24.445h-1.361a.14.14 0 0 1-.106-.05.14.14 0 0 1-.033-.111c.3-2 .75-5.028.756-5.161 0-.073.066-.134.138-.134s.134.061.134.14c0 .1-.534 3.694-.734 5.038h1.2c.078 0 .14.061.14.139a.14.14 0 0 1-.14.139z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#AB3451", d: "M23.406 26.517q-.366-.001-.74-.077a.136.136 0 0 1-.105-.167.136.136 0 0 1 .167-.106c1.477.306 2.883-.36 3.86-1.827a.14.14 0 0 1 .195-.04.14.14 0 0 1 .04.195c-.867 1.3-2.106 2.022-3.412 2.022z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#E3971F", d: "M45.995 47.945c-2.106-1.756-4.656-2.99-7.284-3.811-3.66-1.145-7.144-2.295-10.966-2.69 2.288-.51 3.627-1.171 5.5-2.294.41.25 1.094.562 2.239.878 2.388.667 4.872 1.295 7.066 2.478 1.69.905 2.65 2.767 3.19 4.544q.04.133.071.256z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M14.161 20.5a.13.13 0 0 1-.116-.067c-.04-.067-.023-.15.044-.189 2.833-1.756 4.472-5.783 4.578-8.678.005-.205 0-.45 0-.728-.022-1.177-.05-2.788.766-3.344.384-.261.906-.256 1.556.017.567.233 1.161.71 1.55 1.244.761 1.033 1.417 2.161 2.044 3.25l.284.495c2.366 4.06 5.366 6.577 8.922 7.488a.14.14 0 0 1 .1.167c-.017.072-.094.122-.167.1-3.627-.928-6.689-3.489-9.094-7.617l-.289-.494c-.628-1.083-1.278-2.2-2.028-3.222-.366-.495-.916-.934-1.433-1.15-.556-.234-.989-.245-1.289-.045-.689.473-.667 1.995-.644 3.111 0 .278.01.534 0 .745-.111 3.044-1.762 7.078-4.706 8.905a.12.12 0 0 1-.072.023zm23.967.694h-.005c-.078 0-.133-.072-.128-.145a16 16 0 0 0-2.933-10.172A15.9 15.9 0 0 0 26.4 4.8c-1.067-.3-1.995-.4-2.823-.312-.866.095-1.744.24-2.138.9-.04.067-.128.09-.19.045-.066-.039-.088-.128-.044-.189.5-.833 1.661-.956 2.35-1.033.867-.095 1.822.01 2.928.322a16.25 16.25 0 0 1 8.817 6.189 16.22 16.22 0 0 1 2.983 10.344c0 .072-.067.134-.139.134z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M35.355 18.633c-.072-.01-.139-.06-.139-.139.034-4.894-2.666-9.672-6.872-12.172-1.439-.855-2.817-1.3-4.1-1.317h-.05c-1.644 0-2.872 1.29-3.456 2.067a.14.14 0 0 1-.194.028.14.14 0 0 1-.028-.195c1.078-1.422 2.406-2.188 3.734-2.177 1.327.022 2.755.477 4.233 1.355 4.289 2.55 7.039 7.422 7.011 12.411a.14.14 0 0 1-.139.14m-21.188-4.145a.14.14 0 0 1-.1-.045.14.14 0 0 1 0-.194c.933-.906 1.394-2.234 1.744-3.528.361-1.317.744-2.59 1.5-3.69 1.111-1.621 2.561-2.216 3.967-1.638a.14.14 0 0 1 .077.183.14.14 0 0 1-.183.078c-1.817-.744-3.144.828-3.633 1.539-.734 1.067-1.106 2.311-1.461 3.606-.367 1.333-.84 2.7-1.823 3.65a.13.13 0 0 1-.094.039zm30.366 25.633q-.05-.026-.1-.044c-.56-.206-1.194-.212-1.716-.495-.756-.416-1.117-1.344-1.095-2.21.022-.868.356-1.69.689-2.49a.1.1 0 0 1 .033-.01c-.172.782-.21 1.571.056 2.36a3 3 0 0 0 .15.378c.455.972 1.233 1.733 1.983 2.511" })] })] })),
|
|
10
|
+
secondary: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("mask", { id: "a", width: "50", height: "50", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: (0, jsx_runtime_1.jsx)("circle", { cx: "25", cy: "25", r: "25", fill: "#5E85BC" }) }), (0, jsx_runtime_1.jsxs)("g", { mask: "url(#a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#78A1D1", d: "M50 0H0v50h50z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#26100D", d: "M46.833 45.056H3.422q-.032-.133-.056-.267c-.266-1.427.006-2.922.623-4.233.494-1.05 1.338-2.055 1.777-3.15.24-.578.356-1.178.256-1.822a5 5 0 0 0-.161-.65c-.128-.406-.272-.817-.284-1.2-.027-.94.556-2.122 1.195-2.778.55-.567 1.205-1.017 1.739-1.594.383-.411.689-.89.916-1.4.35-.79.512-1.667.456-2.534-.044-.71-.25-1.366-.478-2.022 0-.005 0-.017-.005-.022h30.189c.194.205.394.394.588.583.923.872 1.823 1.789 2.49 2.872.794 1.278 1.244 2.845.894 4.312-.5 2.094-2.034 4.277-1.011 6.466.683 1.467 2.105 2.445 3.055 3.733.856 1.156 1.472 2.406 1.228 3.706" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M43.294 47.267H5.355c.05-1.167.656-2.256 1.483-3.078.823-.828 1.856-1.406 2.911-1.906 2.045-.96 4.223-1.628 6.267-2.589 1.2-.566 2.089-1.128 2.872-2.244a7.7 7.7 0 0 0 1.311-3.372c.061-.473.145-5.206.19-5.206h7.616l.078 1.55c.016.306.027.611.05.911.06 1.222.172 2.411.589 3.595a10.8 10.8 0 0 0 1.516 2.866c.717.973 1.334 1.406 2.39 1.9 2.044.961 4.221 1.628 6.266 2.59 1.055.5 2.089 1.077 2.916 1.905.823.822 1.428 1.91 1.484 3.078" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M29.829 37.2c-6.69.616-9.623-5.356-9.623-5.356s4.228.095 4.65-.039c.662-.21 1.334-.383 2.028-.439a9 9 0 0 1 1.25-.033c.061 1.222.172 2.411.59 3.595.277.8.65 1.56 1.105 2.272" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M39.372 23.144a4.7 4.7 0 0 1-1.522.26H9.405s0-.016-.005-.021c-.045-.134-.095-.261-.14-.395-.171-.478-.338-.955-.438-1.45-.011-.067-.028-.139-.039-.21a1.5 1.5 0 0 1-.033-.218c-.3-2.4 1.194-4.51 2.716-6.205a26 26 0 0 0 2.767-3.645c.183-.294.383-.583.583-.866.756-1.04 1.623-2.006 2.428-3.011.922-1.15 2.261-2.778 3.911-1.917 0-.056 1.228-1.011 1.367-1.083.55-.295 1.2-.523 1.817-.628 1.15-.206 2.594.317 3.683.694 3.555 1.25 6.061 3.661 7.928 6.89 1.444 2.483 2.594 5.132 2.405 8.066-.028.439-.083.878-.072 1.311a2.8 2.8 0 0 0 .233 1.139q.035.093.078.178c.05.11.111.222.183.327q.119.201.261.384c.034.05.078.105.123.155.066.084.133.167.21.245" }), (0, jsx_runtime_1.jsx)("path", { stroke: "#F0AC1C", strokeMiterlimit: "10", d: "M34.624 32.702c.577-.085.767-2.03.425-4.342-.343-2.313-1.088-4.119-1.664-4.033-.577.085-.767 2.03-.425 4.342.343 2.313 1.088 4.119 1.664 4.033Z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M46.833 45.05c-.072.4-.227.805-.483 1.216-.606.972-1.395 1.389-2.306 1.711-.383.139-.783.261-1.205.406-.417.139-.828.294-1.233.455a8 8 0 0 1-.584-.36c-1.339-.912-2.416-2.123-3.35-3.429a20 20 0 0 1-.694-1.005 10 10 0 0 1-.79-1.472c-.516-1.195-.794-2.54-.516-3.75.278-1.234 1.295-2.19 1.845-3.3 1.577-3.195-.573-5.606-1.912-8.323-.583-1.177-.683-2.55-.35-3.8 0-.005 0-.016.006-.022a4.6 4.6 0 0 1 .267-.761c.533-1.211 1.539-1.694 2.755-1.906a2.9 2.9 0 0 0 .356 1.4q.034.076.078.145a.5.5 0 0 0 .06.1c.034.067.078.128.123.194.044.061.089.128.139.19q.15.207.333.4.1.123.217.238c.194.206.394.395.589.583.922.873 1.822 1.79 2.489 2.873.794 1.277 1.244 2.844.894 4.31-.194.829-.556 1.673-.855 2.523-.145.4-.273.806-.362 1.206-.172.783-.21 1.572.056 2.36a3 3 0 0 0 .15.378c.456.973 1.233 1.734 1.983 2.512.384.388.756.788 1.072 1.222q.275.367.5.744c.578.94.923 1.934.728 2.961" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M34.883 24.395a2.8 2.8 0 0 1-.822.478 2.75 2.75 0 0 1-1.184.172c.056 0 .1-.961.14-1.794v-.012c.016-.294.027-.572.044-.783-.006-.01 0-.017 0-.022.01-.189.016-.322.028-.372.155-.811 1.133-2.29 2.133-1.606 1.35.922.694 3.05-.339 3.945z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M33.315 23.273c.2-.656.794-1.173 1.467-1.29.06-.01.127-.022.16-.072.04-.05.023-.122 0-.177-.116-.267-.466-.378-.744-.29-.278.09-.477.345-.583.617-.106.273-.128.573-.145.861l-.15.345z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M34.854 23.023s-.045 0-.061-.017a.143.143 0 0 1-.062-.189 1.13 1.13 0 0 0-.127-1.2.135.135 0 0 1 .022-.194.135.135 0 0 1 .194.022c.334.411.395 1.028.156 1.5a.13.13 0 0 1-.122.078" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M35.181 21.773a.56.56 0 0 0-.527-.178 1.05 1.05 0 0 0-.511.262c-.356.3-.606.727-.69 1.183-.06.328-.127.611-.277.905a3 3 0 0 1-.172-.944c-.006-.428.083-.867.322-1.228.239-.36.622-.628 1.05-.66a.83.83 0 0 1 .55.132c.155.111.289.34.25.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#B86963", d: "M34.061 24.872a2.8 2.8 0 0 1-.788.172c0-.01.005-.027.01-.038.067-.195.006-.734.25-.75.24-.012.473.355.517.55a.3.3 0 0 1 .011.066" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M13.594 32.983s-.055 0-.083-.006c-.428-.061-.695-.594-.795-1.583-.083-.845-.033-1.934.134-3.078.166-1.139.439-2.2.76-2.983.379-.917.79-1.35 1.218-1.29.427.062.694.595.794 1.584.083.845.033 1.933-.133 3.078-.167 1.139-.44 2.2-.762 2.983q-.533 1.293-1.133 1.295m1.156-8.384c-.217.006-.961 1.184-1.35 3.8-.39 2.617-.017 3.961.189 4.028.216-.005.96-1.183 1.35-3.8.389-2.617.016-3.961-.19-4.028" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M14.067 23.411c-.011 1 .133 2.006.178 3.006.083 1.839-.578 3.1-1.267 4.727s-1.922 2.8-2.439 4.456c-.278.889-.4 2.006-.133 2.917.255.889.933 1.75 1.4 2.555.511.89 1.028 1.828.717 2.85-.117.384-.245.761-.395 1.134a10.8 10.8 0 0 1-1.067 2.094c-.705 1.061-1.677 1.972-2.844 2.461a25 25 0 0 1-2.506-1.316c-1.166-.7-1.972-1.917-2.294-3.24q-.032-.132-.056-.266c-.266-1.428.006-2.922.623-4.233.494-1.05 1.339-2.056 1.777-3.15.24-.578.356-1.178.256-1.823a5 5 0 0 0-.161-.65c-.128-.405-.272-.816-.283-1.2-.028-.938.555-2.122 1.194-2.777.55-.567 1.206-1.017 1.739-1.595.383-.41.689-.889.917-1.4a5.4 5.4 0 0 0 .455-2.533c-.044-.711-.25-1.367-.478-2.022 0-.006 0-.017-.005-.023-.045-.133-.095-.26-.14-.394a13 13 0 0 1-.438-1.45c-.011-.067-.028-.139-.039-.211a1.5 1.5 0 0 1-.033-.217c-.3-2.4 1.194-4.51 2.716-6.205a26 26 0 0 0 2.767-3.645c.183-.294.383-.583.583-.866-.177 1.327-.116 2.788-.016 3.95.16 1.81.41 3.66-.006 5.427-.255 1.061-.622 2.011-.705 3.111a9 9 0 0 0-.023.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M15.356 25.039a2.4 2.4 0 0 1-.495-.006 2.7 2.7 0 0 1-.655-.15 2.8 2.8 0 0 1-.85-.489c-1.04-.894-1.695-3.022-.345-3.944 1-.683 1.978.794 2.134 1.605.01.05.016.184.027.373 0 .005.006.01 0 .022.017.211.028.489.045.783-.006 0 0 .011 0 .011.039.834.083 1.795.139 1.795" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M14.916 23.273a1.91 1.91 0 0 0-1.466-1.29c-.061-.01-.128-.022-.161-.072-.04-.05-.023-.122 0-.177.116-.267.466-.378.744-.29.278.09.478.345.583.617.106.273.128.573.145.861l.15.345z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M13.379 23.022c-.05 0-.1-.028-.123-.078a1.43 1.43 0 0 1 .156-1.5.14.14 0 0 1 .194-.022.14.14 0 0 1 .023.194 1.15 1.15 0 0 0-.128 1.2.146.146 0 0 1-.061.19.13.13 0 0 1-.061.016" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M13.051 21.772a.56.56 0 0 1 .528-.178c.194.033.366.133.511.261.355.3.605.728.689 1.183.061.328.128.611.278.906.105-.3.166-.622.172-.944.005-.428-.083-.867-.322-1.228-.24-.361-.623-.628-1.05-.661a.83.83 0 0 0-.55.133c-.156.111-.29.339-.25.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#B86963", d: "M14.86 25.033a2.7 2.7 0 0 1-.655-.15c.011-.206.106-.395.317-.467.377-.128.383.278.339.617" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M33.86 20.056c-.783 9.15-5.96 13.266-9.638 13.266-3.906 0-9.34-5-9.812-13.005-.416-7.089 4.506-12.706 9.811-12.706 5.306 0 10.245 5.373 9.64 12.445" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M18.339 15.878c-.422 1.317-1.228 2.622-2.511 3.133-.167.067-.367.111-.506 0-.122-.094-.144-.267-.16-.422a15.7 15.7 0 0 1 1.76-8.417c.5-.95 2.35-3.405 3.584-1.972.405.467.3 1.183.022 1.689-.472.861-1.022 1.533-1.317 2.5-.35 1.15-.5 2.35-.872 3.494z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M14.345 20.717c-.417-.767-.384-1.717-.106-2.545s.767-1.566 1.256-2.289l1.572-2.338c.517-.767 1.35-.823 1.405.2.05.922-.183 1.905-.505 2.766-.667 1.767-1.95 3.317-3.622 4.211zm18.733-2.351c-1.567.572-3.367.2-4.806-.65s-2.567-2.128-3.594-3.445c-1.028-1.316-1.973-2.705-3.162-3.877-.305-.306-.638-.595-1.038-.756-.4-.16-.89-.16-1.234.095 1.739-1.228 4.172-1.211 6.161-.467 1.995.744 3.628 2.25 4.878 3.972s1.895 3.195 2.789 5.128z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M23.916 6.656c-1.967-.245-4.022.022-5.772.95-1.628.866-3 2.36-3.55 4.138-.128.417-.095.806-.167 1.223-.094.544-.21 1.072-.272 1.622a17.5 17.5 0 0 0-.022 3.328c.555-1.945 1.272-3.867 2.46-5.5 1.19-1.634 2.89-2.961 4.868-3.378 2.605-.545 5.338.55 7.505 1.944 2.15 1.378 4.689 3.578 5.067 6.228-.217-1.5-.322-2.811-1.04-4.194A13.7 13.7 0 0 0 30.55 9.66c-1.667-1.67-3.945-2.593-6.273-2.96-.122-.017-.244-.039-.367-.05z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M20.434 20.567c.285 0 .516-.271.516-.606s-.231-.605-.516-.605-.517.27-.517.605.231.606.517.606m6.861 0c.285 0 .517-.271.517-.606s-.232-.605-.517-.605-.517.27-.517.605.232.606.517.606m-8.762-2.189s-.01-.022-.017-.033c-.177-.39.578-1.095.84-1.256.5-.3 1.56-.478 1.588.383.017.434-.35.517-.689.573-.327.055-1.483.683-1.727.333zm10.15.089.017-.033c.178-.389-.578-1.094-.84-1.256-.5-.3-1.56-.477-1.588.384-.017.433.35.516.689.572.328.055 1.483.683 1.728.333z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M16.261 8.683c-2.205 2.689-2.983 6.65-2.966 10.044 0 .3.01.611.11.895.368 1.067 1.106.416 1.69-.072a9 9 0 0 0 1.56-1.695c.712-1.011 1.395-2.267 1.723-3.461.294-1.061.278-2.183.556-3.228.122-.46.355-.889.677-1.239.145-.16.673-.633 1.167-.672-.717-.194-1.567-.328-1.894.433-.04-.705.116-1.488.422-1.827.389-.44.75-.484 1.272-.3 1.695.6 2.522 2.105 3.333 3.578 1.15 2.083 2.295 4.016 4.084 5.638 1.789 1.623 3.766 2.761 5.983 3.456.461-1.395.267-3.094.056-4.533a16.8 16.8 0 0 0-1.334-4.534c-.45-.989-1.422-1.894-2.244-2.605a11.2 11.2 0 0 0-3.128-1.923c-1.894-.772-4-1-6.017-.694-2.016.306-3.71 1.106-5.044 2.728z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "m34.66 32.977-.083-.55c.206-.066.578-1.41.19-4.027-.39-2.617-1.134-3.795-1.35-3.8l-.079-.55c.428-.062.84.372 1.217 1.288.322.784.595 1.845.761 2.984s.217 2.233.133 3.078c-.094.989-.36 1.522-.794 1.583z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "#F0AC1C", strokeMiterlimit: "10", d: "M14.796 24.322c-.578-.084-1.323 1.722-1.667 4.033s-.15 4.261.422 4.344" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M16.144 39.633c-.361.8-.173 2.144.083 2.794.417 1.045 1.189 1.911 2.028 2.667 1.089.978 2.389 1.816 3.789 2.172.544.139 1.1.2 1.666.172.261-.01.54-.06.773-.172a.87.87 0 0 0 .472-.472c.172-.45-.122-.928-.34-1.361a4.94 4.94 0 0 1-.077-4.306 17.2 17.2 0 0 1-6.305-1.767c-.273-.139-.54-.283-.84-.338-.038 0-.077-.017-.116-.017z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M6.683 38.01c-.022.323-.189.706-.189 1.023-.033-.606-.366-1.134-.727-1.628.238-.578.355-1.178.255-1.822a5 5 0 0 0-.161-.65 5.17 5.17 0 0 1 .822 3.077m3.867-12.138c-.228.76-.645 1.45-1.122 2.089.35-.79.51-1.667.455-2.534-.083-1.378-.783-2.566-1.055-3.883.489.611 1.139 1.067 1.516 1.739.44.772.456 1.733.206 2.589" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M28.356 21.862c.86 0 1.556-.194 1.556-.434 0-.239-.697-.433-1.556-.433s-1.555.194-1.555.433c0 .24.696.434 1.555.434m-8.85 0c.859 0 1.555-.194 1.555-.434 0-.239-.696-.433-1.555-.433-.86 0-1.556.194-1.556.433 0 .24.697.434 1.556.434" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M46.367 50H3.01c.14-1.206.745-2.611 1.061-3.372.011-.028.017-.05.028-.073q.318-.783.745-1.5c.85-1.4 2.027-2.55 3.61-3.166a9 9 0 0 1 .545-.19 52 52 0 0 0 2.661-.877c2.25-.806 3.773-1.539 4.428-1.9a.65.65 0 0 1 .706.039c.072.05.155.111.25.172h.016c1.05.695 3.384 1.95 6.64 2.061.116.006.244.011.366.011h.133v.006c-.028.044-.061.1-.094.155-.034.056-.067.128-.106.2-.028.056-.061.117-.089.178-.233.484-.455 1.15-.455 1.89 0 .521.11 1.005.26 1.416.273.76.662 1.272.684 1.272.006 0 .184-.222.378-.594a4.6 4.6 0 0 0 .306-.678 4.2 4.2 0 0 0 .266-1.417 4.4 4.4 0 0 0-.3-1.555l-.111-.273c-.017-.033-.033-.072-.05-.105-.022-.045-.039-.084-.067-.122a6 6 0 0 0-.11-.212c-.034-.06-.067-.11-.095-.16h-.006c.145-.012.295-.017.445-.028l.2-.017c1.91-.15 4.089-.717 6.444-1.972l.528-.295a.66.66 0 0 1 .733.056c.078.06.172.128.29.194.41.25 1.094.561 2.238.878.028.006.056.017.083.022 2.361.661 4.817 1.284 6.984 2.456 1.05.566 1.822 1.5 2.383 2.55.339.633.6 1.31.8 1.972 0 .006.006.017.006.022.027.09.05.172.072.256l.183.639c.178.627.361 1.366.372 2.055z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M24.606 41.206q-.208.006-.406.005c.106-.172.184-.266.195-.266.022 0 .105.094.21.26" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D18618", d: "M24.067 41.217h.133a4 4 0 0 0-.206.36c-.005-.021-.005-.038-.005-.06q0-.166.078-.3m1.283.294a.67.67 0 0 1-.306.567 5 5 0 0 0-.439-.872c.212-.006.428-.022.645-.039q.1.152.1.344" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M24.378 41.939a.678.678 0 1 0 0-1.356.678.678 0 0 0 0 1.356" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M24.227 24.445h-1.361a.14.14 0 0 1-.106-.05.14.14 0 0 1-.033-.111c.3-2 .75-5.028.756-5.161 0-.073.066-.134.138-.134s.134.061.134.14c0 .1-.534 3.694-.734 5.038h1.2c.078 0 .14.061.14.139a.14.14 0 0 1-.14.139z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#AB3451", d: "M23.406 26.517q-.366-.001-.74-.077a.136.136 0 0 1-.105-.167.136.136 0 0 1 .167-.106c1.477.306 2.883-.36 3.86-1.827a.14.14 0 0 1 .195-.04.14.14 0 0 1 .04.195c-.867 1.3-2.106 2.022-3.412 2.022z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#E3971F", d: "M45.995 47.945c-2.106-1.756-4.656-2.99-7.284-3.811-3.66-1.145-7.144-2.295-10.966-2.69 2.288-.51 3.627-1.171 5.5-2.294.41.25 1.094.562 2.239.878 2.388.667 4.872 1.295 7.066 2.478 1.69.905 2.65 2.767 3.19 4.544q.04.133.071.256z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M14.161 20.5a.13.13 0 0 1-.116-.067c-.04-.067-.023-.15.044-.189 2.833-1.756 4.472-5.783 4.578-8.678.005-.205 0-.45 0-.728-.022-1.177-.05-2.788.766-3.344.384-.261.906-.256 1.556.017.567.233 1.161.71 1.55 1.244.761 1.033 1.417 2.161 2.044 3.25l.284.495c2.366 4.06 5.366 6.577 8.922 7.488a.14.14 0 0 1 .1.167c-.017.072-.094.122-.167.1-3.627-.928-6.689-3.489-9.094-7.617l-.289-.494c-.628-1.083-1.278-2.2-2.028-3.222-.366-.495-.916-.934-1.433-1.15-.556-.234-.989-.245-1.289-.045-.689.473-.667 1.995-.644 3.111 0 .278.01.534 0 .745-.111 3.044-1.762 7.078-4.706 8.905a.12.12 0 0 1-.072.023zm23.967.694h-.005c-.078 0-.133-.072-.128-.145a16 16 0 0 0-2.933-10.172A15.9 15.9 0 0 0 26.4 4.8c-1.067-.3-1.995-.4-2.823-.312-.866.095-1.744.24-2.138.9-.04.067-.128.09-.19.045-.066-.039-.088-.128-.044-.189.5-.833 1.661-.956 2.35-1.033.867-.095 1.822.01 2.928.322a16.25 16.25 0 0 1 8.817 6.189 16.22 16.22 0 0 1 2.983 10.344c0 .072-.067.134-.139.134z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M35.355 18.633c-.072-.01-.139-.06-.139-.139.034-4.894-2.666-9.672-6.872-12.172-1.439-.855-2.817-1.3-4.1-1.317h-.05c-1.644 0-2.872 1.29-3.456 2.067a.14.14 0 0 1-.194.028.14.14 0 0 1-.028-.195c1.078-1.422 2.406-2.188 3.734-2.177 1.327.022 2.755.477 4.233 1.355 4.289 2.55 7.039 7.422 7.011 12.411a.14.14 0 0 1-.139.14m-21.188-4.145a.14.14 0 0 1-.1-.045.14.14 0 0 1 0-.194c.933-.906 1.394-2.234 1.744-3.528.361-1.317.744-2.59 1.5-3.69 1.111-1.621 2.561-2.216 3.967-1.638a.14.14 0 0 1 .077.183.14.14 0 0 1-.183.078c-1.817-.744-3.144.828-3.633 1.539-.734 1.067-1.106 2.311-1.461 3.606-.367 1.333-.84 2.7-1.823 3.65a.13.13 0 0 1-.094.039zm30.366 25.633q-.05-.026-.1-.044c-.56-.206-1.194-.212-1.716-.495-.756-.416-1.117-1.344-1.095-2.21.022-.868.356-1.69.689-2.49a.1.1 0 0 1 .033-.01c-.172.782-.21 1.571.056 2.36a3 3 0 0 0 .15.378c.455.972 1.233 1.733 1.983 2.511" })] })] })),
|
|
11
|
+
dark: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("mask", { id: "a", width: "50", height: "50", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: (0, jsx_runtime_1.jsx)("circle", { cx: "25", cy: "25", r: "25", fill: "#5E85BC" }) }), (0, jsx_runtime_1.jsxs)("g", { mask: "url(#a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#78A1D1", d: "M50 0H0v50h50z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#26100D", d: "M46.833 45.056H3.422q-.032-.133-.056-.267c-.266-1.427.006-2.922.623-4.233.494-1.05 1.338-2.055 1.777-3.15.24-.578.356-1.178.256-1.822a5 5 0 0 0-.161-.65c-.128-.406-.272-.817-.284-1.2-.027-.94.556-2.122 1.195-2.778.55-.567 1.205-1.017 1.739-1.594.383-.411.689-.89.916-1.4.35-.79.512-1.667.456-2.534-.044-.71-.25-1.366-.478-2.022 0-.005 0-.017-.005-.022h30.189c.194.205.394.394.588.583.923.872 1.823 1.789 2.49 2.872.794 1.278 1.244 2.845.894 4.312-.5 2.094-2.034 4.277-1.011 6.466.683 1.467 2.105 2.445 3.055 3.733.856 1.156 1.472 2.406 1.228 3.706" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M43.294 47.267H5.355c.05-1.167.656-2.256 1.483-3.078.823-.828 1.856-1.406 2.911-1.906 2.045-.96 4.223-1.628 6.267-2.589 1.2-.566 2.089-1.128 2.872-2.244a7.7 7.7 0 0 0 1.311-3.372c.061-.473.145-5.206.19-5.206h7.616l.078 1.55c.016.306.027.611.05.911.06 1.222.172 2.411.589 3.595a10.8 10.8 0 0 0 1.516 2.866c.717.973 1.334 1.406 2.39 1.9 2.044.961 4.221 1.628 6.266 2.59 1.055.5 2.089 1.077 2.916 1.905.823.822 1.428 1.91 1.484 3.078" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M29.829 37.2c-6.69.616-9.623-5.356-9.623-5.356s4.228.095 4.65-.039c.662-.21 1.334-.383 2.028-.439a9 9 0 0 1 1.25-.033c.061 1.222.172 2.411.59 3.595.277.8.65 1.56 1.105 2.272" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M39.372 23.144a4.7 4.7 0 0 1-1.522.26H9.405s0-.016-.005-.021c-.045-.134-.095-.261-.14-.395-.171-.478-.338-.955-.438-1.45-.011-.067-.028-.139-.039-.21a1.5 1.5 0 0 1-.033-.218c-.3-2.4 1.194-4.51 2.716-6.205a26 26 0 0 0 2.767-3.645c.183-.294.383-.583.583-.866.756-1.04 1.623-2.006 2.428-3.011.922-1.15 2.261-2.778 3.911-1.917 0-.056 1.228-1.011 1.367-1.083.55-.295 1.2-.523 1.817-.628 1.15-.206 2.594.317 3.683.694 3.555 1.25 6.061 3.661 7.928 6.89 1.444 2.483 2.594 5.132 2.405 8.066-.028.439-.083.878-.072 1.311a2.8 2.8 0 0 0 .233 1.139q.035.093.078.178c.05.11.111.222.183.327q.119.201.261.384c.034.05.078.105.123.155.066.084.133.167.21.245" }), (0, jsx_runtime_1.jsx)("path", { stroke: "#F0AC1C", strokeMiterlimit: "10", d: "M34.624 32.702c.577-.085.767-2.03.425-4.342-.343-2.313-1.088-4.119-1.664-4.033-.577.085-.767 2.03-.425 4.342.343 2.313 1.088 4.119 1.664 4.033Z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M46.833 45.05c-.072.4-.227.805-.483 1.216-.606.972-1.395 1.389-2.306 1.711-.383.139-.783.261-1.205.406-.417.139-.828.294-1.233.455a8 8 0 0 1-.584-.36c-1.339-.912-2.416-2.123-3.35-3.429a20 20 0 0 1-.694-1.005 10 10 0 0 1-.79-1.472c-.516-1.195-.794-2.54-.516-3.75.278-1.234 1.295-2.19 1.845-3.3 1.577-3.195-.573-5.606-1.912-8.323-.583-1.177-.683-2.55-.35-3.8 0-.005 0-.016.006-.022a4.6 4.6 0 0 1 .267-.761c.533-1.211 1.539-1.694 2.755-1.906a2.9 2.9 0 0 0 .356 1.4q.034.076.078.145a.5.5 0 0 0 .06.1c.034.067.078.128.123.194.044.061.089.128.139.19q.15.207.333.4.1.123.217.238c.194.206.394.395.589.583.922.873 1.822 1.79 2.489 2.873.794 1.277 1.244 2.844.894 4.31-.194.829-.556 1.673-.855 2.523-.145.4-.273.806-.362 1.206-.172.783-.21 1.572.056 2.36a3 3 0 0 0 .15.378c.456.973 1.233 1.734 1.983 2.512.384.388.756.788 1.072 1.222q.275.367.5.744c.578.94.923 1.934.728 2.961" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M34.883 24.395a2.8 2.8 0 0 1-.822.478 2.75 2.75 0 0 1-1.184.172c.056 0 .1-.961.14-1.794v-.012c.016-.294.027-.572.044-.783-.006-.01 0-.017 0-.022.01-.189.016-.322.028-.372.155-.811 1.133-2.29 2.133-1.606 1.35.922.694 3.05-.339 3.945z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M33.315 23.273c.2-.656.794-1.173 1.467-1.29.06-.01.127-.022.16-.072.04-.05.023-.122 0-.177-.116-.267-.466-.378-.744-.29-.278.09-.477.345-.583.617-.106.273-.128.573-.145.861l-.15.345z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M34.854 23.023s-.045 0-.061-.017a.143.143 0 0 1-.062-.189 1.13 1.13 0 0 0-.127-1.2.135.135 0 0 1 .022-.194.135.135 0 0 1 .194.022c.334.411.395 1.028.156 1.5a.13.13 0 0 1-.122.078" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M35.181 21.773a.56.56 0 0 0-.527-.178 1.05 1.05 0 0 0-.511.262c-.356.3-.606.727-.69 1.183-.06.328-.127.611-.277.905a3 3 0 0 1-.172-.944c-.006-.428.083-.867.322-1.228.239-.36.622-.628 1.05-.66a.83.83 0 0 1 .55.132c.155.111.289.34.25.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#B86963", d: "M34.061 24.872a2.8 2.8 0 0 1-.788.172c0-.01.005-.027.01-.038.067-.195.006-.734.25-.75.24-.012.473.355.517.55a.3.3 0 0 1 .011.066" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M13.594 32.983s-.055 0-.083-.006c-.428-.061-.695-.594-.795-1.583-.083-.845-.033-1.934.134-3.078.166-1.139.439-2.2.76-2.983.379-.917.79-1.35 1.218-1.29.427.062.694.595.794 1.584.083.845.033 1.933-.133 3.078-.167 1.139-.44 2.2-.762 2.983q-.533 1.293-1.133 1.295m1.156-8.384c-.217.006-.961 1.184-1.35 3.8-.39 2.617-.017 3.961.189 4.028.216-.005.96-1.183 1.35-3.8.389-2.617.016-3.961-.19-4.028" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M14.067 23.411c-.011 1 .133 2.006.178 3.006.083 1.839-.578 3.1-1.267 4.727s-1.922 2.8-2.439 4.456c-.278.889-.4 2.006-.133 2.917.255.889.933 1.75 1.4 2.555.511.89 1.028 1.828.717 2.85-.117.384-.245.761-.395 1.134a10.8 10.8 0 0 1-1.067 2.094c-.705 1.061-1.677 1.972-2.844 2.461a25 25 0 0 1-2.506-1.316c-1.166-.7-1.972-1.917-2.294-3.24q-.032-.132-.056-.266c-.266-1.428.006-2.922.623-4.233.494-1.05 1.339-2.056 1.777-3.15.24-.578.356-1.178.256-1.823a5 5 0 0 0-.161-.65c-.128-.405-.272-.816-.283-1.2-.028-.938.555-2.122 1.194-2.777.55-.567 1.206-1.017 1.739-1.595.383-.41.689-.889.917-1.4a5.4 5.4 0 0 0 .455-2.533c-.044-.711-.25-1.367-.478-2.022 0-.006 0-.017-.005-.023-.045-.133-.095-.26-.14-.394a13 13 0 0 1-.438-1.45c-.011-.067-.028-.139-.039-.211a1.5 1.5 0 0 1-.033-.217c-.3-2.4 1.194-4.51 2.716-6.205a26 26 0 0 0 2.767-3.645c.183-.294.383-.583.583-.866-.177 1.327-.116 2.788-.016 3.95.16 1.81.41 3.66-.006 5.427-.255 1.061-.622 2.011-.705 3.111a9 9 0 0 0-.023.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M15.356 25.039a2.4 2.4 0 0 1-.495-.006 2.7 2.7 0 0 1-.655-.15 2.8 2.8 0 0 1-.85-.489c-1.04-.894-1.695-3.022-.345-3.944 1-.683 1.978.794 2.134 1.605.01.05.016.184.027.373 0 .005.006.01 0 .022.017.211.028.489.045.783-.006 0 0 .011 0 .011.039.834.083 1.795.139 1.795" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M14.916 23.273a1.91 1.91 0 0 0-1.466-1.29c-.061-.01-.128-.022-.161-.072-.04-.05-.023-.122 0-.177.116-.267.466-.378.744-.29.278.09.478.345.583.617.106.273.128.573.145.861l.15.345z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M13.379 23.022c-.05 0-.1-.028-.123-.078a1.43 1.43 0 0 1 .156-1.5.14.14 0 0 1 .194-.022.14.14 0 0 1 .023.194 1.15 1.15 0 0 0-.128 1.2.146.146 0 0 1-.061.19.13.13 0 0 1-.061.016" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M13.051 21.772a.56.56 0 0 1 .528-.178c.194.033.366.133.511.261.355.3.605.728.689 1.183.061.328.128.611.278.906.105-.3.166-.622.172-.944.005-.428-.083-.867-.322-1.228-.24-.361-.623-.628-1.05-.661a.83.83 0 0 0-.55.133c-.156.111-.29.339-.25.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#B86963", d: "M14.86 25.033a2.7 2.7 0 0 1-.655-.15c.011-.206.106-.395.317-.467.377-.128.383.278.339.617" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M33.86 20.056c-.783 9.15-5.96 13.266-9.638 13.266-3.906 0-9.34-5-9.812-13.005-.416-7.089 4.506-12.706 9.811-12.706 5.306 0 10.245 5.373 9.64 12.445" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M18.339 15.878c-.422 1.317-1.228 2.622-2.511 3.133-.167.067-.367.111-.506 0-.122-.094-.144-.267-.16-.422a15.7 15.7 0 0 1 1.76-8.417c.5-.95 2.35-3.405 3.584-1.972.405.467.3 1.183.022 1.689-.472.861-1.022 1.533-1.317 2.5-.35 1.15-.5 2.35-.872 3.494z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M14.345 20.717c-.417-.767-.384-1.717-.106-2.545s.767-1.566 1.256-2.289l1.572-2.338c.517-.767 1.35-.823 1.405.2.05.922-.183 1.905-.505 2.766-.667 1.767-1.95 3.317-3.622 4.211zm18.733-2.351c-1.567.572-3.367.2-4.806-.65s-2.567-2.128-3.594-3.445c-1.028-1.316-1.973-2.705-3.162-3.877-.305-.306-.638-.595-1.038-.756-.4-.16-.89-.16-1.234.095 1.739-1.228 4.172-1.211 6.161-.467 1.995.744 3.628 2.25 4.878 3.972s1.895 3.195 2.789 5.128z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M23.916 6.656c-1.967-.245-4.022.022-5.772.95-1.628.866-3 2.36-3.55 4.138-.128.417-.095.806-.167 1.223-.094.544-.21 1.072-.272 1.622a17.5 17.5 0 0 0-.022 3.328c.555-1.945 1.272-3.867 2.46-5.5 1.19-1.634 2.89-2.961 4.868-3.378 2.605-.545 5.338.55 7.505 1.944 2.15 1.378 4.689 3.578 5.067 6.228-.217-1.5-.322-2.811-1.04-4.194A13.7 13.7 0 0 0 30.55 9.66c-1.667-1.67-3.945-2.593-6.273-2.96-.122-.017-.244-.039-.367-.05z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M20.434 20.567c.285 0 .516-.271.516-.606s-.231-.605-.516-.605-.517.27-.517.605.231.606.517.606m6.861 0c.285 0 .517-.271.517-.606s-.232-.605-.517-.605-.517.27-.517.605.232.606.517.606m-8.762-2.189s-.01-.022-.017-.033c-.177-.39.578-1.095.84-1.256.5-.3 1.56-.478 1.588.383.017.434-.35.517-.689.573-.327.055-1.483.683-1.727.333zm10.15.089.017-.033c.178-.389-.578-1.094-.84-1.256-.5-.3-1.56-.477-1.588.384-.017.433.35.516.689.572.328.055 1.483.683 1.728.333z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M16.261 8.683c-2.205 2.689-2.983 6.65-2.966 10.044 0 .3.01.611.11.895.368 1.067 1.106.416 1.69-.072a9 9 0 0 0 1.56-1.695c.712-1.011 1.395-2.267 1.723-3.461.294-1.061.278-2.183.556-3.228.122-.46.355-.889.677-1.239.145-.16.673-.633 1.167-.672-.717-.194-1.567-.328-1.894.433-.04-.705.116-1.488.422-1.827.389-.44.75-.484 1.272-.3 1.695.6 2.522 2.105 3.333 3.578 1.15 2.083 2.295 4.016 4.084 5.638 1.789 1.623 3.766 2.761 5.983 3.456.461-1.395.267-3.094.056-4.533a16.8 16.8 0 0 0-1.334-4.534c-.45-.989-1.422-1.894-2.244-2.605a11.2 11.2 0 0 0-3.128-1.923c-1.894-.772-4-1-6.017-.694-2.016.306-3.71 1.106-5.044 2.728z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "m34.66 32.977-.083-.55c.206-.066.578-1.41.19-4.027-.39-2.617-1.134-3.795-1.35-3.8l-.079-.55c.428-.062.84.372 1.217 1.288.322.784.595 1.845.761 2.984s.217 2.233.133 3.078c-.094.989-.36 1.522-.794 1.583z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "#F0AC1C", strokeMiterlimit: "10", d: "M14.796 24.322c-.578-.084-1.323 1.722-1.667 4.033s-.15 4.261.422 4.344" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M16.144 39.633c-.361.8-.173 2.144.083 2.794.417 1.045 1.189 1.911 2.028 2.667 1.089.978 2.389 1.816 3.789 2.172.544.139 1.1.2 1.666.172.261-.01.54-.06.773-.172a.87.87 0 0 0 .472-.472c.172-.45-.122-.928-.34-1.361a4.94 4.94 0 0 1-.077-4.306 17.2 17.2 0 0 1-6.305-1.767c-.273-.139-.54-.283-.84-.338-.038 0-.077-.017-.116-.017z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M6.683 38.01c-.022.323-.189.706-.189 1.023-.033-.606-.366-1.134-.727-1.628.238-.578.355-1.178.255-1.822a5 5 0 0 0-.161-.65 5.17 5.17 0 0 1 .822 3.077m3.867-12.138c-.228.76-.645 1.45-1.122 2.089.35-.79.51-1.667.455-2.534-.083-1.378-.783-2.566-1.055-3.883.489.611 1.139 1.067 1.516 1.739.44.772.456 1.733.206 2.589" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M28.356 21.862c.86 0 1.556-.194 1.556-.434 0-.239-.697-.433-1.556-.433s-1.555.194-1.555.433c0 .24.696.434 1.555.434m-8.85 0c.859 0 1.555-.194 1.555-.434 0-.239-.696-.433-1.555-.433-.86 0-1.556.194-1.556.433 0 .24.697.434 1.556.434" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M46.367 50H3.01c.14-1.206.745-2.611 1.061-3.372.011-.028.017-.05.028-.073q.318-.783.745-1.5c.85-1.4 2.027-2.55 3.61-3.166a9 9 0 0 1 .545-.19 52 52 0 0 0 2.661-.877c2.25-.806 3.773-1.539 4.428-1.9a.65.65 0 0 1 .706.039c.072.05.155.111.25.172h.016c1.05.695 3.384 1.95 6.64 2.061.116.006.244.011.366.011h.133v.006c-.028.044-.061.1-.094.155-.034.056-.067.128-.106.2-.028.056-.061.117-.089.178-.233.484-.455 1.15-.455 1.89 0 .521.11 1.005.26 1.416.273.76.662 1.272.684 1.272.006 0 .184-.222.378-.594a4.6 4.6 0 0 0 .306-.678 4.2 4.2 0 0 0 .266-1.417 4.4 4.4 0 0 0-.3-1.555l-.111-.273c-.017-.033-.033-.072-.05-.105-.022-.045-.039-.084-.067-.122a6 6 0 0 0-.11-.212c-.034-.06-.067-.11-.095-.16h-.006c.145-.012.295-.017.445-.028l.2-.017c1.91-.15 4.089-.717 6.444-1.972l.528-.295a.66.66 0 0 1 .733.056c.078.06.172.128.29.194.41.25 1.094.561 2.238.878.028.006.056.017.083.022 2.361.661 4.817 1.284 6.984 2.456 1.05.566 1.822 1.5 2.383 2.55.339.633.6 1.31.8 1.972 0 .006.006.017.006.022.027.09.05.172.072.256l.183.639c.178.627.361 1.366.372 2.055z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M24.606 41.206q-.208.006-.406.005c.106-.172.184-.266.195-.266.022 0 .105.094.21.26" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D18618", d: "M24.067 41.217h.133a4 4 0 0 0-.206.36c-.005-.021-.005-.038-.005-.06q0-.166.078-.3m1.283.294a.67.67 0 0 1-.306.567 5 5 0 0 0-.439-.872c.212-.006.428-.022.645-.039q.1.152.1.344" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M24.378 41.939a.678.678 0 1 0 0-1.356.678.678 0 0 0 0 1.356" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M24.227 24.445h-1.361a.14.14 0 0 1-.106-.05.14.14 0 0 1-.033-.111c.3-2 .75-5.028.756-5.161 0-.073.066-.134.138-.134s.134.061.134.14c0 .1-.534 3.694-.734 5.038h1.2c.078 0 .14.061.14.139a.14.14 0 0 1-.14.139z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#AB3451", d: "M23.406 26.517q-.366-.001-.74-.077a.136.136 0 0 1-.105-.167.136.136 0 0 1 .167-.106c1.477.306 2.883-.36 3.86-1.827a.14.14 0 0 1 .195-.04.14.14 0 0 1 .04.195c-.867 1.3-2.106 2.022-3.412 2.022z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#E3971F", d: "M45.995 47.945c-2.106-1.756-4.656-2.99-7.284-3.811-3.66-1.145-7.144-2.295-10.966-2.69 2.288-.51 3.627-1.171 5.5-2.294.41.25 1.094.562 2.239.878 2.388.667 4.872 1.295 7.066 2.478 1.69.905 2.65 2.767 3.19 4.544q.04.133.071.256z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M14.161 20.5a.13.13 0 0 1-.116-.067c-.04-.067-.023-.15.044-.189 2.833-1.756 4.472-5.783 4.578-8.678.005-.205 0-.45 0-.728-.022-1.177-.05-2.788.766-3.344.384-.261.906-.256 1.556.017.567.233 1.161.71 1.55 1.244.761 1.033 1.417 2.161 2.044 3.25l.284.495c2.366 4.06 5.366 6.577 8.922 7.488a.14.14 0 0 1 .1.167c-.017.072-.094.122-.167.1-3.627-.928-6.689-3.489-9.094-7.617l-.289-.494c-.628-1.083-1.278-2.2-2.028-3.222-.366-.495-.916-.934-1.433-1.15-.556-.234-.989-.245-1.289-.045-.689.473-.667 1.995-.644 3.111 0 .278.01.534 0 .745-.111 3.044-1.762 7.078-4.706 8.905a.12.12 0 0 1-.072.023zm23.967.694h-.005c-.078 0-.133-.072-.128-.145a16 16 0 0 0-2.933-10.172A15.9 15.9 0 0 0 26.4 4.8c-1.067-.3-1.995-.4-2.823-.312-.866.095-1.744.24-2.138.9-.04.067-.128.09-.19.045-.066-.039-.088-.128-.044-.189.5-.833 1.661-.956 2.35-1.033.867-.095 1.822.01 2.928.322a16.25 16.25 0 0 1 8.817 6.189 16.22 16.22 0 0 1 2.983 10.344c0 .072-.067.134-.139.134z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M35.355 18.633c-.072-.01-.139-.06-.139-.139.034-4.894-2.666-9.672-6.872-12.172-1.439-.855-2.817-1.3-4.1-1.317h-.05c-1.644 0-2.872 1.29-3.456 2.067a.14.14 0 0 1-.194.028.14.14 0 0 1-.028-.195c1.078-1.422 2.406-2.188 3.734-2.177 1.327.022 2.755.477 4.233 1.355 4.289 2.55 7.039 7.422 7.011 12.411a.14.14 0 0 1-.139.14m-21.188-4.145a.14.14 0 0 1-.1-.045.14.14 0 0 1 0-.194c.933-.906 1.394-2.234 1.744-3.528.361-1.317.744-2.59 1.5-3.69 1.111-1.621 2.561-2.216 3.967-1.638a.14.14 0 0 1 .077.183.14.14 0 0 1-.183.078c-1.817-.744-3.144.828-3.633 1.539-.734 1.067-1.106 2.311-1.461 3.606-.367 1.333-.84 2.7-1.823 3.65a.13.13 0 0 1-.094.039zm30.366 25.633q-.05-.026-.1-.044c-.56-.206-1.194-.212-1.716-.495-.756-.416-1.117-1.344-1.095-2.21.022-.868.356-1.69.689-2.49a.1.1 0 0 1 .033-.01c-.172.782-.21 1.571.056 2.36a3 3 0 0 0 .15.378c.455.972 1.233 1.733 1.983 2.511" })] })] })),
|
|
12
|
+
light: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("mask", { id: "a", width: "50", height: "50", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: (0, jsx_runtime_1.jsx)("circle", { cx: "25", cy: "25", r: "25", fill: "#5E85BC" }) }), (0, jsx_runtime_1.jsxs)("g", { mask: "url(#a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#78A1D1", d: "M50 0H0v50h50z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#26100D", d: "M46.833 45.056H3.422q-.032-.133-.056-.267c-.266-1.427.006-2.922.623-4.233.494-1.05 1.338-2.055 1.777-3.15.24-.578.356-1.178.256-1.822a5 5 0 0 0-.161-.65c-.128-.406-.272-.817-.284-1.2-.027-.94.556-2.122 1.195-2.778.55-.567 1.205-1.017 1.739-1.594.383-.411.689-.89.916-1.4.35-.79.512-1.667.456-2.534-.044-.71-.25-1.366-.478-2.022 0-.005 0-.017-.005-.022h30.189c.194.205.394.394.588.583.923.872 1.823 1.789 2.49 2.872.794 1.278 1.244 2.845.894 4.312-.5 2.094-2.034 4.277-1.011 6.466.683 1.467 2.105 2.445 3.055 3.733.856 1.156 1.472 2.406 1.228 3.706" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M43.294 47.267H5.355c.05-1.167.656-2.256 1.483-3.078.823-.828 1.856-1.406 2.911-1.906 2.045-.96 4.223-1.628 6.267-2.589 1.2-.566 2.089-1.128 2.872-2.244a7.7 7.7 0 0 0 1.311-3.372c.061-.473.145-5.206.19-5.206h7.616l.078 1.55c.016.306.027.611.05.911.06 1.222.172 2.411.589 3.595a10.8 10.8 0 0 0 1.516 2.866c.717.973 1.334 1.406 2.39 1.9 2.044.961 4.221 1.628 6.266 2.59 1.055.5 2.089 1.077 2.916 1.905.823.822 1.428 1.91 1.484 3.078" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M29.829 37.2c-6.69.616-9.623-5.356-9.623-5.356s4.228.095 4.65-.039c.662-.21 1.334-.383 2.028-.439a9 9 0 0 1 1.25-.033c.061 1.222.172 2.411.59 3.595.277.8.65 1.56 1.105 2.272" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M39.372 23.144a4.7 4.7 0 0 1-1.522.26H9.405s0-.016-.005-.021c-.045-.134-.095-.261-.14-.395-.171-.478-.338-.955-.438-1.45-.011-.067-.028-.139-.039-.21a1.5 1.5 0 0 1-.033-.218c-.3-2.4 1.194-4.51 2.716-6.205a26 26 0 0 0 2.767-3.645c.183-.294.383-.583.583-.866.756-1.04 1.623-2.006 2.428-3.011.922-1.15 2.261-2.778 3.911-1.917 0-.056 1.228-1.011 1.367-1.083.55-.295 1.2-.523 1.817-.628 1.15-.206 2.594.317 3.683.694 3.555 1.25 6.061 3.661 7.928 6.89 1.444 2.483 2.594 5.132 2.405 8.066-.028.439-.083.878-.072 1.311a2.8 2.8 0 0 0 .233 1.139q.035.093.078.178c.05.11.111.222.183.327q.119.201.261.384c.034.05.078.105.123.155.066.084.133.167.21.245" }), (0, jsx_runtime_1.jsx)("path", { stroke: "#F0AC1C", strokeMiterlimit: "10", d: "M34.624 32.702c.577-.085.767-2.03.425-4.342-.343-2.313-1.088-4.119-1.664-4.033-.577.085-.767 2.03-.425 4.342.343 2.313 1.088 4.119 1.664 4.033Z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M46.833 45.05c-.072.4-.227.805-.483 1.216-.606.972-1.395 1.389-2.306 1.711-.383.139-.783.261-1.205.406-.417.139-.828.294-1.233.455a8 8 0 0 1-.584-.36c-1.339-.912-2.416-2.123-3.35-3.429a20 20 0 0 1-.694-1.005 10 10 0 0 1-.79-1.472c-.516-1.195-.794-2.54-.516-3.75.278-1.234 1.295-2.19 1.845-3.3 1.577-3.195-.573-5.606-1.912-8.323-.583-1.177-.683-2.55-.35-3.8 0-.005 0-.016.006-.022a4.6 4.6 0 0 1 .267-.761c.533-1.211 1.539-1.694 2.755-1.906a2.9 2.9 0 0 0 .356 1.4q.034.076.078.145a.5.5 0 0 0 .06.1c.034.067.078.128.123.194.044.061.089.128.139.19q.15.207.333.4.1.123.217.238c.194.206.394.395.589.583.922.873 1.822 1.79 2.489 2.873.794 1.277 1.244 2.844.894 4.31-.194.829-.556 1.673-.855 2.523-.145.4-.273.806-.362 1.206-.172.783-.21 1.572.056 2.36a3 3 0 0 0 .15.378c.456.973 1.233 1.734 1.983 2.512.384.388.756.788 1.072 1.222q.275.367.5.744c.578.94.923 1.934.728 2.961" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M34.883 24.395a2.8 2.8 0 0 1-.822.478 2.75 2.75 0 0 1-1.184.172c.056 0 .1-.961.14-1.794v-.012c.016-.294.027-.572.044-.783-.006-.01 0-.017 0-.022.01-.189.016-.322.028-.372.155-.811 1.133-2.29 2.133-1.606 1.35.922.694 3.05-.339 3.945z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M33.315 23.273c.2-.656.794-1.173 1.467-1.29.06-.01.127-.022.16-.072.04-.05.023-.122 0-.177-.116-.267-.466-.378-.744-.29-.278.09-.477.345-.583.617-.106.273-.128.573-.145.861l-.15.345z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M34.854 23.023s-.045 0-.061-.017a.143.143 0 0 1-.062-.189 1.13 1.13 0 0 0-.127-1.2.135.135 0 0 1 .022-.194.135.135 0 0 1 .194.022c.334.411.395 1.028.156 1.5a.13.13 0 0 1-.122.078" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M35.181 21.773a.56.56 0 0 0-.527-.178 1.05 1.05 0 0 0-.511.262c-.356.3-.606.727-.69 1.183-.06.328-.127.611-.277.905a3 3 0 0 1-.172-.944c-.006-.428.083-.867.322-1.228.239-.36.622-.628 1.05-.66a.83.83 0 0 1 .55.132c.155.111.289.34.25.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#B86963", d: "M34.061 24.872a2.8 2.8 0 0 1-.788.172c0-.01.005-.027.01-.038.067-.195.006-.734.25-.75.24-.012.473.355.517.55a.3.3 0 0 1 .011.066" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M13.594 32.983s-.055 0-.083-.006c-.428-.061-.695-.594-.795-1.583-.083-.845-.033-1.934.134-3.078.166-1.139.439-2.2.76-2.983.379-.917.79-1.35 1.218-1.29.427.062.694.595.794 1.584.083.845.033 1.933-.133 3.078-.167 1.139-.44 2.2-.762 2.983q-.533 1.293-1.133 1.295m1.156-8.384c-.217.006-.961 1.184-1.35 3.8-.39 2.617-.017 3.961.189 4.028.216-.005.96-1.183 1.35-3.8.389-2.617.016-3.961-.19-4.028" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M14.067 23.411c-.011 1 .133 2.006.178 3.006.083 1.839-.578 3.1-1.267 4.727s-1.922 2.8-2.439 4.456c-.278.889-.4 2.006-.133 2.917.255.889.933 1.75 1.4 2.555.511.89 1.028 1.828.717 2.85-.117.384-.245.761-.395 1.134a10.8 10.8 0 0 1-1.067 2.094c-.705 1.061-1.677 1.972-2.844 2.461a25 25 0 0 1-2.506-1.316c-1.166-.7-1.972-1.917-2.294-3.24q-.032-.132-.056-.266c-.266-1.428.006-2.922.623-4.233.494-1.05 1.339-2.056 1.777-3.15.24-.578.356-1.178.256-1.823a5 5 0 0 0-.161-.65c-.128-.405-.272-.816-.283-1.2-.028-.938.555-2.122 1.194-2.777.55-.567 1.206-1.017 1.739-1.595.383-.41.689-.889.917-1.4a5.4 5.4 0 0 0 .455-2.533c-.044-.711-.25-1.367-.478-2.022 0-.006 0-.017-.005-.023-.045-.133-.095-.26-.14-.394a13 13 0 0 1-.438-1.45c-.011-.067-.028-.139-.039-.211a1.5 1.5 0 0 1-.033-.217c-.3-2.4 1.194-4.51 2.716-6.205a26 26 0 0 0 2.767-3.645c.183-.294.383-.583.583-.866-.177 1.327-.116 2.788-.016 3.95.16 1.81.41 3.66-.006 5.427-.255 1.061-.622 2.011-.705 3.111a9 9 0 0 0-.023.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M15.356 25.039a2.4 2.4 0 0 1-.495-.006 2.7 2.7 0 0 1-.655-.15 2.8 2.8 0 0 1-.85-.489c-1.04-.894-1.695-3.022-.345-3.944 1-.683 1.978.794 2.134 1.605.01.05.016.184.027.373 0 .005.006.01 0 .022.017.211.028.489.045.783-.006 0 0 .011 0 .011.039.834.083 1.795.139 1.795" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M14.916 23.273a1.91 1.91 0 0 0-1.466-1.29c-.061-.01-.128-.022-.161-.072-.04-.05-.023-.122 0-.177.116-.267.466-.378.744-.29.278.09.478.345.583.617.106.273.128.573.145.861l.15.345z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M13.379 23.022c-.05 0-.1-.028-.123-.078a1.43 1.43 0 0 1 .156-1.5.14.14 0 0 1 .194-.022.14.14 0 0 1 .023.194 1.15 1.15 0 0 0-.128 1.2.146.146 0 0 1-.061.19.13.13 0 0 1-.061.016" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M13.051 21.772a.56.56 0 0 1 .528-.178c.194.033.366.133.511.261.355.3.605.728.689 1.183.061.328.128.611.278.906.105-.3.166-.622.172-.944.005-.428-.083-.867-.322-1.228-.24-.361-.623-.628-1.05-.661a.83.83 0 0 0-.55.133c-.156.111-.29.339-.25.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#B86963", d: "M14.86 25.033a2.7 2.7 0 0 1-.655-.15c.011-.206.106-.395.317-.467.377-.128.383.278.339.617" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M33.86 20.056c-.783 9.15-5.96 13.266-9.638 13.266-3.906 0-9.34-5-9.812-13.005-.416-7.089 4.506-12.706 9.811-12.706 5.306 0 10.245 5.373 9.64 12.445" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M18.339 15.878c-.422 1.317-1.228 2.622-2.511 3.133-.167.067-.367.111-.506 0-.122-.094-.144-.267-.16-.422a15.7 15.7 0 0 1 1.76-8.417c.5-.95 2.35-3.405 3.584-1.972.405.467.3 1.183.022 1.689-.472.861-1.022 1.533-1.317 2.5-.35 1.15-.5 2.35-.872 3.494z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M14.345 20.717c-.417-.767-.384-1.717-.106-2.545s.767-1.566 1.256-2.289l1.572-2.338c.517-.767 1.35-.823 1.405.2.05.922-.183 1.905-.505 2.766-.667 1.767-1.95 3.317-3.622 4.211zm18.733-2.351c-1.567.572-3.367.2-4.806-.65s-2.567-2.128-3.594-3.445c-1.028-1.316-1.973-2.705-3.162-3.877-.305-.306-.638-.595-1.038-.756-.4-.16-.89-.16-1.234.095 1.739-1.228 4.172-1.211 6.161-.467 1.995.744 3.628 2.25 4.878 3.972s1.895 3.195 2.789 5.128z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M23.916 6.656c-1.967-.245-4.022.022-5.772.95-1.628.866-3 2.36-3.55 4.138-.128.417-.095.806-.167 1.223-.094.544-.21 1.072-.272 1.622a17.5 17.5 0 0 0-.022 3.328c.555-1.945 1.272-3.867 2.46-5.5 1.19-1.634 2.89-2.961 4.868-3.378 2.605-.545 5.338.55 7.505 1.944 2.15 1.378 4.689 3.578 5.067 6.228-.217-1.5-.322-2.811-1.04-4.194A13.7 13.7 0 0 0 30.55 9.66c-1.667-1.67-3.945-2.593-6.273-2.96-.122-.017-.244-.039-.367-.05z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M20.434 20.567c.285 0 .516-.271.516-.606s-.231-.605-.516-.605-.517.27-.517.605.231.606.517.606m6.861 0c.285 0 .517-.271.517-.606s-.232-.605-.517-.605-.517.27-.517.605.232.606.517.606m-8.762-2.189s-.01-.022-.017-.033c-.177-.39.578-1.095.84-1.256.5-.3 1.56-.478 1.588.383.017.434-.35.517-.689.573-.327.055-1.483.683-1.727.333zm10.15.089.017-.033c.178-.389-.578-1.094-.84-1.256-.5-.3-1.56-.477-1.588.384-.017.433.35.516.689.572.328.055 1.483.683 1.728.333z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M16.261 8.683c-2.205 2.689-2.983 6.65-2.966 10.044 0 .3.01.611.11.895.368 1.067 1.106.416 1.69-.072a9 9 0 0 0 1.56-1.695c.712-1.011 1.395-2.267 1.723-3.461.294-1.061.278-2.183.556-3.228.122-.46.355-.889.677-1.239.145-.16.673-.633 1.167-.672-.717-.194-1.567-.328-1.894.433-.04-.705.116-1.488.422-1.827.389-.44.75-.484 1.272-.3 1.695.6 2.522 2.105 3.333 3.578 1.15 2.083 2.295 4.016 4.084 5.638 1.789 1.623 3.766 2.761 5.983 3.456.461-1.395.267-3.094.056-4.533a16.8 16.8 0 0 0-1.334-4.534c-.45-.989-1.422-1.894-2.244-2.605a11.2 11.2 0 0 0-3.128-1.923c-1.894-.772-4-1-6.017-.694-2.016.306-3.71 1.106-5.044 2.728z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "m34.66 32.977-.083-.55c.206-.066.578-1.41.19-4.027-.39-2.617-1.134-3.795-1.35-3.8l-.079-.55c.428-.062.84.372 1.217 1.288.322.784.595 1.845.761 2.984s.217 2.233.133 3.078c-.094.989-.36 1.522-.794 1.583z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "#F0AC1C", strokeMiterlimit: "10", d: "M14.796 24.322c-.578-.084-1.323 1.722-1.667 4.033s-.15 4.261.422 4.344" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M16.144 39.633c-.361.8-.173 2.144.083 2.794.417 1.045 1.189 1.911 2.028 2.667 1.089.978 2.389 1.816 3.789 2.172.544.139 1.1.2 1.666.172.261-.01.54-.06.773-.172a.87.87 0 0 0 .472-.472c.172-.45-.122-.928-.34-1.361a4.94 4.94 0 0 1-.077-4.306 17.2 17.2 0 0 1-6.305-1.767c-.273-.139-.54-.283-.84-.338-.038 0-.077-.017-.116-.017z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M6.683 38.01c-.022.323-.189.706-.189 1.023-.033-.606-.366-1.134-.727-1.628.238-.578.355-1.178.255-1.822a5 5 0 0 0-.161-.65 5.17 5.17 0 0 1 .822 3.077m3.867-12.138c-.228.76-.645 1.45-1.122 2.089.35-.79.51-1.667.455-2.534-.083-1.378-.783-2.566-1.055-3.883.489.611 1.139 1.067 1.516 1.739.44.772.456 1.733.206 2.589" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M28.356 21.862c.86 0 1.556-.194 1.556-.434 0-.239-.697-.433-1.556-.433s-1.555.194-1.555.433c0 .24.696.434 1.555.434m-8.85 0c.859 0 1.555-.194 1.555-.434 0-.239-.696-.433-1.555-.433-.86 0-1.556.194-1.556.433 0 .24.697.434 1.556.434" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M46.367 50H3.01c.14-1.206.745-2.611 1.061-3.372.011-.028.017-.05.028-.073q.318-.783.745-1.5c.85-1.4 2.027-2.55 3.61-3.166a9 9 0 0 1 .545-.19 52 52 0 0 0 2.661-.877c2.25-.806 3.773-1.539 4.428-1.9a.65.65 0 0 1 .706.039c.072.05.155.111.25.172h.016c1.05.695 3.384 1.95 6.64 2.061.116.006.244.011.366.011h.133v.006c-.028.044-.061.1-.094.155-.034.056-.067.128-.106.2-.028.056-.061.117-.089.178-.233.484-.455 1.15-.455 1.89 0 .521.11 1.005.26 1.416.273.76.662 1.272.684 1.272.006 0 .184-.222.378-.594a4.6 4.6 0 0 0 .306-.678 4.2 4.2 0 0 0 .266-1.417 4.4 4.4 0 0 0-.3-1.555l-.111-.273c-.017-.033-.033-.072-.05-.105-.022-.045-.039-.084-.067-.122a6 6 0 0 0-.11-.212c-.034-.06-.067-.11-.095-.16h-.006c.145-.012.295-.017.445-.028l.2-.017c1.91-.15 4.089-.717 6.444-1.972l.528-.295a.66.66 0 0 1 .733.056c.078.06.172.128.29.194.41.25 1.094.561 2.238.878.028.006.056.017.083.022 2.361.661 4.817 1.284 6.984 2.456 1.05.566 1.822 1.5 2.383 2.55.339.633.6 1.31.8 1.972 0 .006.006.017.006.022.027.09.05.172.072.256l.183.639c.178.627.361 1.366.372 2.055z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M24.606 41.206q-.208.006-.406.005c.106-.172.184-.266.195-.266.022 0 .105.094.21.26" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D18618", d: "M24.067 41.217h.133a4 4 0 0 0-.206.36c-.005-.021-.005-.038-.005-.06q0-.166.078-.3m1.283.294a.67.67 0 0 1-.306.567 5 5 0 0 0-.439-.872c.212-.006.428-.022.645-.039q.1.152.1.344" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M24.378 41.939a.678.678 0 1 0 0-1.356.678.678 0 0 0 0 1.356" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M24.227 24.445h-1.361a.14.14 0 0 1-.106-.05.14.14 0 0 1-.033-.111c.3-2 .75-5.028.756-5.161 0-.073.066-.134.138-.134s.134.061.134.14c0 .1-.534 3.694-.734 5.038h1.2c.078 0 .14.061.14.139a.14.14 0 0 1-.14.139z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#AB3451", d: "M23.406 26.517q-.366-.001-.74-.077a.136.136 0 0 1-.105-.167.136.136 0 0 1 .167-.106c1.477.306 2.883-.36 3.86-1.827a.14.14 0 0 1 .195-.04.14.14 0 0 1 .04.195c-.867 1.3-2.106 2.022-3.412 2.022z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#E3971F", d: "M45.995 47.945c-2.106-1.756-4.656-2.99-7.284-3.811-3.66-1.145-7.144-2.295-10.966-2.69 2.288-.51 3.627-1.171 5.5-2.294.41.25 1.094.562 2.239.878 2.388.667 4.872 1.295 7.066 2.478 1.69.905 2.65 2.767 3.19 4.544q.04.133.071.256z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M14.161 20.5a.13.13 0 0 1-.116-.067c-.04-.067-.023-.15.044-.189 2.833-1.756 4.472-5.783 4.578-8.678.005-.205 0-.45 0-.728-.022-1.177-.05-2.788.766-3.344.384-.261.906-.256 1.556.017.567.233 1.161.71 1.55 1.244.761 1.033 1.417 2.161 2.044 3.25l.284.495c2.366 4.06 5.366 6.577 8.922 7.488a.14.14 0 0 1 .1.167c-.017.072-.094.122-.167.1-3.627-.928-6.689-3.489-9.094-7.617l-.289-.494c-.628-1.083-1.278-2.2-2.028-3.222-.366-.495-.916-.934-1.433-1.15-.556-.234-.989-.245-1.289-.045-.689.473-.667 1.995-.644 3.111 0 .278.01.534 0 .745-.111 3.044-1.762 7.078-4.706 8.905a.12.12 0 0 1-.072.023zm23.967.694h-.005c-.078 0-.133-.072-.128-.145a16 16 0 0 0-2.933-10.172A15.9 15.9 0 0 0 26.4 4.8c-1.067-.3-1.995-.4-2.823-.312-.866.095-1.744.24-2.138.9-.04.067-.128.09-.19.045-.066-.039-.088-.128-.044-.189.5-.833 1.661-.956 2.35-1.033.867-.095 1.822.01 2.928.322a16.25 16.25 0 0 1 8.817 6.189 16.22 16.22 0 0 1 2.983 10.344c0 .072-.067.134-.139.134z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M35.355 18.633c-.072-.01-.139-.06-.139-.139.034-4.894-2.666-9.672-6.872-12.172-1.439-.855-2.817-1.3-4.1-1.317h-.05c-1.644 0-2.872 1.29-3.456 2.067a.14.14 0 0 1-.194.028.14.14 0 0 1-.028-.195c1.078-1.422 2.406-2.188 3.734-2.177 1.327.022 2.755.477 4.233 1.355 4.289 2.55 7.039 7.422 7.011 12.411a.14.14 0 0 1-.139.14m-21.188-4.145a.14.14 0 0 1-.1-.045.14.14 0 0 1 0-.194c.933-.906 1.394-2.234 1.744-3.528.361-1.317.744-2.59 1.5-3.69 1.111-1.621 2.561-2.216 3.967-1.638a.14.14 0 0 1 .077.183.14.14 0 0 1-.183.078c-1.817-.744-3.144.828-3.633 1.539-.734 1.067-1.106 2.311-1.461 3.606-.367 1.333-.84 2.7-1.823 3.65a.13.13 0 0 1-.094.039zm30.366 25.633q-.05-.026-.1-.044c-.56-.206-1.194-.212-1.716-.495-.756-.416-1.117-1.344-1.095-2.21.022-.868.356-1.69.689-2.49a.1.1 0 0 1 .033-.01c-.172.782-.21 1.571.056 2.36a3 3 0 0 0 .15.378c.455.972 1.233 1.733 1.983 2.511" })] })] })),
|
|
13
|
+
filled: (_colors) => ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("mask", { id: "a", width: "50", height: "50", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: (0, jsx_runtime_1.jsx)("circle", { cx: "25", cy: "25", r: "25", fill: "#5E85BC" }) }), (0, jsx_runtime_1.jsxs)("g", { mask: "url(#a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#78A1D1", d: "M50 0H0v50h50z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#26100D", d: "M46.833 45.056H3.422q-.032-.133-.056-.267c-.266-1.427.006-2.922.623-4.233.494-1.05 1.338-2.055 1.777-3.15.24-.578.356-1.178.256-1.822a5 5 0 0 0-.161-.65c-.128-.406-.272-.817-.284-1.2-.027-.94.556-2.122 1.195-2.778.55-.567 1.205-1.017 1.739-1.594.383-.411.689-.89.916-1.4.35-.79.512-1.667.456-2.534-.044-.71-.25-1.366-.478-2.022 0-.005 0-.017-.005-.022h30.189c.194.205.394.394.588.583.923.872 1.823 1.789 2.49 2.872.794 1.278 1.244 2.845.894 4.312-.5 2.094-2.034 4.277-1.011 6.466.683 1.467 2.105 2.445 3.055 3.733.856 1.156 1.472 2.406 1.228 3.706" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M43.294 47.267H5.355c.05-1.167.656-2.256 1.483-3.078.823-.828 1.856-1.406 2.911-1.906 2.045-.96 4.223-1.628 6.267-2.589 1.2-.566 2.089-1.128 2.872-2.244a7.7 7.7 0 0 0 1.311-3.372c.061-.473.145-5.206.19-5.206h7.616l.078 1.55c.016.306.027.611.05.911.06 1.222.172 2.411.589 3.595a10.8 10.8 0 0 0 1.516 2.866c.717.973 1.334 1.406 2.39 1.9 2.044.961 4.221 1.628 6.266 2.59 1.055.5 2.089 1.077 2.916 1.905.823.822 1.428 1.91 1.484 3.078" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M29.829 37.2c-6.69.616-9.623-5.356-9.623-5.356s4.228.095 4.65-.039c.662-.21 1.334-.383 2.028-.439a9 9 0 0 1 1.25-.033c.061 1.222.172 2.411.59 3.595.277.8.65 1.56 1.105 2.272" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M39.372 23.144a4.7 4.7 0 0 1-1.522.26H9.405s0-.016-.005-.021c-.045-.134-.095-.261-.14-.395-.171-.478-.338-.955-.438-1.45-.011-.067-.028-.139-.039-.21a1.5 1.5 0 0 1-.033-.218c-.3-2.4 1.194-4.51 2.716-6.205a26 26 0 0 0 2.767-3.645c.183-.294.383-.583.583-.866.756-1.04 1.623-2.006 2.428-3.011.922-1.15 2.261-2.778 3.911-1.917 0-.056 1.228-1.011 1.367-1.083.55-.295 1.2-.523 1.817-.628 1.15-.206 2.594.317 3.683.694 3.555 1.25 6.061 3.661 7.928 6.89 1.444 2.483 2.594 5.132 2.405 8.066-.028.439-.083.878-.072 1.311a2.8 2.8 0 0 0 .233 1.139q.035.093.078.178c.05.11.111.222.183.327q.119.201.261.384c.034.05.078.105.123.155.066.084.133.167.21.245" }), (0, jsx_runtime_1.jsx)("path", { stroke: "#F0AC1C", strokeMiterlimit: "10", d: "M34.624 32.702c.577-.085.767-2.03.425-4.342-.343-2.313-1.088-4.119-1.664-4.033-.577.085-.767 2.03-.425 4.342.343 2.313 1.088 4.119 1.664 4.033Z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M46.833 45.05c-.072.4-.227.805-.483 1.216-.606.972-1.395 1.389-2.306 1.711-.383.139-.783.261-1.205.406-.417.139-.828.294-1.233.455a8 8 0 0 1-.584-.36c-1.339-.912-2.416-2.123-3.35-3.429a20 20 0 0 1-.694-1.005 10 10 0 0 1-.79-1.472c-.516-1.195-.794-2.54-.516-3.75.278-1.234 1.295-2.19 1.845-3.3 1.577-3.195-.573-5.606-1.912-8.323-.583-1.177-.683-2.55-.35-3.8 0-.005 0-.016.006-.022a4.6 4.6 0 0 1 .267-.761c.533-1.211 1.539-1.694 2.755-1.906a2.9 2.9 0 0 0 .356 1.4q.034.076.078.145a.5.5 0 0 0 .06.1c.034.067.078.128.123.194.044.061.089.128.139.19q.15.207.333.4.1.123.217.238c.194.206.394.395.589.583.922.873 1.822 1.79 2.489 2.873.794 1.277 1.244 2.844.894 4.31-.194.829-.556 1.673-.855 2.523-.145.4-.273.806-.362 1.206-.172.783-.21 1.572.056 2.36a3 3 0 0 0 .15.378c.456.973 1.233 1.734 1.983 2.512.384.388.756.788 1.072 1.222q.275.367.5.744c.578.94.923 1.934.728 2.961" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M34.883 24.395a2.8 2.8 0 0 1-.822.478 2.75 2.75 0 0 1-1.184.172c.056 0 .1-.961.14-1.794v-.012c.016-.294.027-.572.044-.783-.006-.01 0-.017 0-.022.01-.189.016-.322.028-.372.155-.811 1.133-2.29 2.133-1.606 1.35.922.694 3.05-.339 3.945z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M33.315 23.273c.2-.656.794-1.173 1.467-1.29.06-.01.127-.022.16-.072.04-.05.023-.122 0-.177-.116-.267-.466-.378-.744-.29-.278.09-.477.345-.583.617-.106.273-.128.573-.145.861l-.15.345z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M34.854 23.023s-.045 0-.061-.017a.143.143 0 0 1-.062-.189 1.13 1.13 0 0 0-.127-1.2.135.135 0 0 1 .022-.194.135.135 0 0 1 .194.022c.334.411.395 1.028.156 1.5a.13.13 0 0 1-.122.078" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M35.181 21.773a.56.56 0 0 0-.527-.178 1.05 1.05 0 0 0-.511.262c-.356.3-.606.727-.69 1.183-.06.328-.127.611-.277.905a3 3 0 0 1-.172-.944c-.006-.428.083-.867.322-1.228.239-.36.622-.628 1.05-.66a.83.83 0 0 1 .55.132c.155.111.289.34.25.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#B86963", d: "M34.061 24.872a2.8 2.8 0 0 1-.788.172c0-.01.005-.027.01-.038.067-.195.006-.734.25-.75.24-.012.473.355.517.55a.3.3 0 0 1 .011.066" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M13.594 32.983s-.055 0-.083-.006c-.428-.061-.695-.594-.795-1.583-.083-.845-.033-1.934.134-3.078.166-1.139.439-2.2.76-2.983.379-.917.79-1.35 1.218-1.29.427.062.694.595.794 1.584.083.845.033 1.933-.133 3.078-.167 1.139-.44 2.2-.762 2.983q-.533 1.293-1.133 1.295m1.156-8.384c-.217.006-.961 1.184-1.35 3.8-.39 2.617-.017 3.961.189 4.028.216-.005.96-1.183 1.35-3.8.389-2.617.016-3.961-.19-4.028" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M14.067 23.411c-.011 1 .133 2.006.178 3.006.083 1.839-.578 3.1-1.267 4.727s-1.922 2.8-2.439 4.456c-.278.889-.4 2.006-.133 2.917.255.889.933 1.75 1.4 2.555.511.89 1.028 1.828.717 2.85-.117.384-.245.761-.395 1.134a10.8 10.8 0 0 1-1.067 2.094c-.705 1.061-1.677 1.972-2.844 2.461a25 25 0 0 1-2.506-1.316c-1.166-.7-1.972-1.917-2.294-3.24q-.032-.132-.056-.266c-.266-1.428.006-2.922.623-4.233.494-1.05 1.339-2.056 1.777-3.15.24-.578.356-1.178.256-1.823a5 5 0 0 0-.161-.65c-.128-.405-.272-.816-.283-1.2-.028-.938.555-2.122 1.194-2.777.55-.567 1.206-1.017 1.739-1.595.383-.41.689-.889.917-1.4a5.4 5.4 0 0 0 .455-2.533c-.044-.711-.25-1.367-.478-2.022 0-.006 0-.017-.005-.023-.045-.133-.095-.26-.14-.394a13 13 0 0 1-.438-1.45c-.011-.067-.028-.139-.039-.211a1.5 1.5 0 0 1-.033-.217c-.3-2.4 1.194-4.51 2.716-6.205a26 26 0 0 0 2.767-3.645c.183-.294.383-.583.583-.866-.177 1.327-.116 2.788-.016 3.95.16 1.81.41 3.66-.006 5.427-.255 1.061-.622 2.011-.705 3.111a9 9 0 0 0-.023.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M15.356 25.039a2.4 2.4 0 0 1-.495-.006 2.7 2.7 0 0 1-.655-.15 2.8 2.8 0 0 1-.85-.489c-1.04-.894-1.695-3.022-.345-3.944 1-.683 1.978.794 2.134 1.605.01.05.016.184.027.373 0 .005.006.01 0 .022.017.211.028.489.045.783-.006 0 0 .011 0 .011.039.834.083 1.795.139 1.795" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M14.916 23.273a1.91 1.91 0 0 0-1.466-1.29c-.061-.01-.128-.022-.161-.072-.04-.05-.023-.122 0-.177.116-.267.466-.378.744-.29.278.09.478.345.583.617.106.273.128.573.145.861l.15.345z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M13.379 23.022c-.05 0-.1-.028-.123-.078a1.43 1.43 0 0 1 .156-1.5.14.14 0 0 1 .194-.022.14.14 0 0 1 .023.194 1.15 1.15 0 0 0-.128 1.2.146.146 0 0 1-.061.19.13.13 0 0 1-.061.016" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M13.051 21.772a.56.56 0 0 1 .528-.178c.194.033.366.133.511.261.355.3.605.728.689 1.183.061.328.128.611.278.906.105-.3.166-.622.172-.944.005-.428-.083-.867-.322-1.228-.24-.361-.623-.628-1.05-.661a.83.83 0 0 0-.55.133c-.156.111-.29.339-.25.528z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#B86963", d: "M14.86 25.033a2.7 2.7 0 0 1-.655-.15c.011-.206.106-.395.317-.467.377-.128.383.278.339.617" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M33.86 20.056c-.783 9.15-5.96 13.266-9.638 13.266-3.906 0-9.34-5-9.812-13.005-.416-7.089 4.506-12.706 9.811-12.706 5.306 0 10.245 5.373 9.64 12.445" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M18.339 15.878c-.422 1.317-1.228 2.622-2.511 3.133-.167.067-.367.111-.506 0-.122-.094-.144-.267-.16-.422a15.7 15.7 0 0 1 1.76-8.417c.5-.95 2.35-3.405 3.584-1.972.405.467.3 1.183.022 1.689-.472.861-1.022 1.533-1.317 2.5-.35 1.15-.5 2.35-.872 3.494z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M14.345 20.717c-.417-.767-.384-1.717-.106-2.545s.767-1.566 1.256-2.289l1.572-2.338c.517-.767 1.35-.823 1.405.2.05.922-.183 1.905-.505 2.766-.667 1.767-1.95 3.317-3.622 4.211zm18.733-2.351c-1.567.572-3.367.2-4.806-.65s-2.567-2.128-3.594-3.445c-1.028-1.316-1.973-2.705-3.162-3.877-.305-.306-.638-.595-1.038-.756-.4-.16-.89-.16-1.234.095 1.739-1.228 4.172-1.211 6.161-.467 1.995.744 3.628 2.25 4.878 3.972s1.895 3.195 2.789 5.128z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M23.916 6.656c-1.967-.245-4.022.022-5.772.95-1.628.866-3 2.36-3.55 4.138-.128.417-.095.806-.167 1.223-.094.544-.21 1.072-.272 1.622a17.5 17.5 0 0 0-.022 3.328c.555-1.945 1.272-3.867 2.46-5.5 1.19-1.634 2.89-2.961 4.868-3.378 2.605-.545 5.338.55 7.505 1.944 2.15 1.378 4.689 3.578 5.067 6.228-.217-1.5-.322-2.811-1.04-4.194A13.7 13.7 0 0 0 30.55 9.66c-1.667-1.67-3.945-2.593-6.273-2.96-.122-.017-.244-.039-.367-.05z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M20.434 20.567c.285 0 .516-.271.516-.606s-.231-.605-.516-.605-.517.27-.517.605.231.606.517.606m6.861 0c.285 0 .517-.271.517-.606s-.232-.605-.517-.605-.517.27-.517.605.232.606.517.606m-8.762-2.189s-.01-.022-.017-.033c-.177-.39.578-1.095.84-1.256.5-.3 1.56-.478 1.588.383.017.434-.35.517-.689.573-.327.055-1.483.683-1.727.333zm10.15.089.017-.033c.178-.389-.578-1.094-.84-1.256-.5-.3-1.56-.477-1.588.384-.017.433.35.516.689.572.328.055 1.483.683 1.728.333z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M16.261 8.683c-2.205 2.689-2.983 6.65-2.966 10.044 0 .3.01.611.11.895.368 1.067 1.106.416 1.69-.072a9 9 0 0 0 1.56-1.695c.712-1.011 1.395-2.267 1.723-3.461.294-1.061.278-2.183.556-3.228.122-.46.355-.889.677-1.239.145-.16.673-.633 1.167-.672-.717-.194-1.567-.328-1.894.433-.04-.705.116-1.488.422-1.827.389-.44.75-.484 1.272-.3 1.695.6 2.522 2.105 3.333 3.578 1.15 2.083 2.295 4.016 4.084 5.638 1.789 1.623 3.766 2.761 5.983 3.456.461-1.395.267-3.094.056-4.533a16.8 16.8 0 0 0-1.334-4.534c-.45-.989-1.422-1.894-2.244-2.605a11.2 11.2 0 0 0-3.128-1.923c-1.894-.772-4-1-6.017-.694-2.016.306-3.71 1.106-5.044 2.728z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "m34.66 32.977-.083-.55c.206-.066.578-1.41.19-4.027-.39-2.617-1.134-3.795-1.35-3.8l-.079-.55c.428-.062.84.372 1.217 1.288.322.784.595 1.845.761 2.984s.217 2.233.133 3.078c-.094.989-.36 1.522-.794 1.583z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "#F0AC1C", strokeMiterlimit: "10", d: "M14.796 24.322c-.578-.084-1.323 1.722-1.667 4.033s-.15 4.261.422 4.344" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M16.144 39.633c-.361.8-.173 2.144.083 2.794.417 1.045 1.189 1.911 2.028 2.667 1.089.978 2.389 1.816 3.789 2.172.544.139 1.1.2 1.666.172.261-.01.54-.06.773-.172a.87.87 0 0 0 .472-.472c.172-.45-.122-.928-.34-1.361a4.94 4.94 0 0 1-.077-4.306 17.2 17.2 0 0 1-6.305-1.767c-.273-.139-.54-.283-.84-.338-.038 0-.077-.017-.116-.017z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M6.683 38.01c-.022.323-.189.706-.189 1.023-.033-.606-.366-1.134-.727-1.628.238-.578.355-1.178.255-1.822a5 5 0 0 0-.161-.65 5.17 5.17 0 0 1 .822 3.077m3.867-12.138c-.228.76-.645 1.45-1.122 2.089.35-.79.51-1.667.455-2.534-.083-1.378-.783-2.566-1.055-3.883.489.611 1.139 1.067 1.516 1.739.44.772.456 1.733.206 2.589" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M28.356 21.862c.86 0 1.556-.194 1.556-.434 0-.239-.697-.433-1.556-.433s-1.555.194-1.555.433c0 .24.696.434 1.555.434m-8.85 0c.859 0 1.555-.194 1.555-.434 0-.239-.696-.433-1.555-.433-.86 0-1.556.194-1.556.433 0 .24.697.434 1.556.434" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M46.367 50H3.01c.14-1.206.745-2.611 1.061-3.372.011-.028.017-.05.028-.073q.318-.783.745-1.5c.85-1.4 2.027-2.55 3.61-3.166a9 9 0 0 1 .545-.19 52 52 0 0 0 2.661-.877c2.25-.806 3.773-1.539 4.428-1.9a.65.65 0 0 1 .706.039c.072.05.155.111.25.172h.016c1.05.695 3.384 1.95 6.64 2.061.116.006.244.011.366.011h.133v.006c-.028.044-.061.1-.094.155-.034.056-.067.128-.106.2-.028.056-.061.117-.089.178-.233.484-.455 1.15-.455 1.89 0 .521.11 1.005.26 1.416.273.76.662 1.272.684 1.272.006 0 .184-.222.378-.594a4.6 4.6 0 0 0 .306-.678 4.2 4.2 0 0 0 .266-1.417 4.4 4.4 0 0 0-.3-1.555l-.111-.273c-.017-.033-.033-.072-.05-.105-.022-.045-.039-.084-.067-.122a6 6 0 0 0-.11-.212c-.034-.06-.067-.11-.095-.16h-.006c.145-.012.295-.017.445-.028l.2-.017c1.91-.15 4.089-.717 6.444-1.972l.528-.295a.66.66 0 0 1 .733.056c.078.06.172.128.29.194.41.25 1.094.561 2.238.878.028.006.056.017.083.022 2.361.661 4.817 1.284 6.984 2.456 1.05.566 1.822 1.5 2.383 2.55.339.633.6 1.31.8 1.972 0 .006.006.017.006.022.027.09.05.172.072.256l.183.639c.178.627.361 1.366.372 2.055z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M24.606 41.206q-.208.006-.406.005c.106-.172.184-.266.195-.266.022 0 .105.094.21.26" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D18618", d: "M24.067 41.217h.133a4 4 0 0 0-.206.36c-.005-.021-.005-.038-.005-.06q0-.166.078-.3m1.283.294a.67.67 0 0 1-.306.567 5 5 0 0 0-.439-.872c.212-.006.428-.022.645-.039q.1.152.1.344" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M24.378 41.939a.678.678 0 1 0 0-1.356.678.678 0 0 0 0 1.356" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M24.227 24.445h-1.361a.14.14 0 0 1-.106-.05.14.14 0 0 1-.033-.111c.3-2 .75-5.028.756-5.161 0-.073.066-.134.138-.134s.134.061.134.14c0 .1-.534 3.694-.734 5.038h1.2c.078 0 .14.061.14.139a.14.14 0 0 1-.14.139z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#AB3451", d: "M23.406 26.517q-.366-.001-.74-.077a.136.136 0 0 1-.105-.167.136.136 0 0 1 .167-.106c1.477.306 2.883-.36 3.86-1.827a.14.14 0 0 1 .195-.04.14.14 0 0 1 .04.195c-.867 1.3-2.106 2.022-3.412 2.022z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#E3971F", d: "M45.995 47.945c-2.106-1.756-4.656-2.99-7.284-3.811-3.66-1.145-7.144-2.295-10.966-2.69 2.288-.51 3.627-1.171 5.5-2.294.41.25 1.094.562 2.239.878 2.388.667 4.872 1.295 7.066 2.478 1.69.905 2.65 2.767 3.19 4.544q.04.133.071.256z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M14.161 20.5a.13.13 0 0 1-.116-.067c-.04-.067-.023-.15.044-.189 2.833-1.756 4.472-5.783 4.578-8.678.005-.205 0-.45 0-.728-.022-1.177-.05-2.788.766-3.344.384-.261.906-.256 1.556.017.567.233 1.161.71 1.55 1.244.761 1.033 1.417 2.161 2.044 3.25l.284.495c2.366 4.06 5.366 6.577 8.922 7.488a.14.14 0 0 1 .1.167c-.017.072-.094.122-.167.1-3.627-.928-6.689-3.489-9.094-7.617l-.289-.494c-.628-1.083-1.278-2.2-2.028-3.222-.366-.495-.916-.934-1.433-1.15-.556-.234-.989-.245-1.289-.045-.689.473-.667 1.995-.644 3.111 0 .278.01.534 0 .745-.111 3.044-1.762 7.078-4.706 8.905a.12.12 0 0 1-.072.023zm23.967.694h-.005c-.078 0-.133-.072-.128-.145a16 16 0 0 0-2.933-10.172A15.9 15.9 0 0 0 26.4 4.8c-1.067-.3-1.995-.4-2.823-.312-.866.095-1.744.24-2.138.9-.04.067-.128.09-.19.045-.066-.039-.088-.128-.044-.189.5-.833 1.661-.956 2.35-1.033.867-.095 1.822.01 2.928.322a16.25 16.25 0 0 1 8.817 6.189 16.22 16.22 0 0 1 2.983 10.344c0 .072-.067.134-.139.134z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M35.355 18.633c-.072-.01-.139-.06-.139-.139.034-4.894-2.666-9.672-6.872-12.172-1.439-.855-2.817-1.3-4.1-1.317h-.05c-1.644 0-2.872 1.29-3.456 2.067a.14.14 0 0 1-.194.028.14.14 0 0 1-.028-.195c1.078-1.422 2.406-2.188 3.734-2.177 1.327.022 2.755.477 4.233 1.355 4.289 2.55 7.039 7.422 7.011 12.411a.14.14 0 0 1-.139.14m-21.188-4.145a.14.14 0 0 1-.1-.045.14.14 0 0 1 0-.194c.933-.906 1.394-2.234 1.744-3.528.361-1.317.744-2.59 1.5-3.69 1.111-1.621 2.561-2.216 3.967-1.638a.14.14 0 0 1 .077.183.14.14 0 0 1-.183.078c-1.817-.744-3.144.828-3.633 1.539-.734 1.067-1.106 2.311-1.461 3.606-.367 1.333-.84 2.7-1.823 3.65a.13.13 0 0 1-.094.039zm30.366 25.633q-.05-.026-.1-.044c-.56-.206-1.194-.212-1.716-.495-.756-.416-1.117-1.344-1.095-2.21.022-.868.356-1.69.689-2.49a.1.1 0 0 1 .033-.01c-.172.782-.21 1.571.056 2.36a3 3 0 0 0 .15.378c.455.972 1.233 1.733 1.983 2.511" })] })] })),
|
|
14
|
+
}, '0 0 50 50');
|
|
15
|
+
exports.IllustrationAvatarGeneric = (0, types_1.createIllustrationIcon)('IllustrationAvatarGeneric', {
|
|
16
|
+
primary: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { fill: "#F2AE1C", d: "M41.818 43.326v.1C37.501 47.51 31.758 50 25.455 50V26.363c1.988 0 3.894.37 5.659 1.047 6.243 2.392 10.704 8.624 10.704 15.916" }), (0, jsx_runtime_1.jsx)("path", { fill: "#5E85BC", d: "M50 25c0 7.317-3.144 13.9-8.153 18.472A24.9 24.9 0 0 1 25 50a24.9 24.9 0 0 1-16.847-6.529C3.143 38.9 0 32.317 0 25 0 11.194 11.194 0 25 0c13.807 0 25 11.194 25 25" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F2AE1C", d: "M41.818 43.326v.1C37.381 47.51 31.479 50 25 50s-12.381-2.49-16.818-6.574v-.1c0-7.292 4.586-13.525 11.003-15.916A16.6 16.6 0 0 1 25 26.363a16.6 16.6 0 0 1 5.816 1.047c6.417 2.392 11.002 8.624 11.002 15.916" }), (0, jsx_runtime_1.jsx)("path", { fill: "#FFDBA9", d: "M35.455 19.09C35.455 25.106 30.765 30 25 30s-10.455-4.895-10.455-10.91c0-6.014 4.69-10.908 10.455-10.908s10.455 4.894 10.455 10.908" })] })),
|
|
17
|
+
secondary: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { fill: "#F2AE1C", d: "M41.818 43.326v.1C37.501 47.51 31.758 50 25.455 50V26.363c1.988 0 3.894.37 5.659 1.047 6.243 2.392 10.704 8.624 10.704 15.916" }), (0, jsx_runtime_1.jsx)("path", { fill: "#5E85BC", d: "M50 25c0 7.317-3.144 13.9-8.153 18.472A24.9 24.9 0 0 1 25 50a24.9 24.9 0 0 1-16.847-6.529C3.143 38.9 0 32.317 0 25 0 11.194 11.194 0 25 0c13.807 0 25 11.194 25 25" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F2AE1C", d: "M41.818 43.326v.1C37.381 47.51 31.479 50 25 50s-12.381-2.49-16.818-6.574v-.1c0-7.292 4.586-13.525 11.003-15.916A16.6 16.6 0 0 1 25 26.363a16.6 16.6 0 0 1 5.816 1.047c6.417 2.392 11.002 8.624 11.002 15.916" }), (0, jsx_runtime_1.jsx)("path", { fill: "#FFDBA9", d: "M35.455 19.09C35.455 25.106 30.765 30 25 30s-10.455-4.895-10.455-10.91c0-6.014 4.69-10.908 10.455-10.908s10.455 4.894 10.455 10.908" })] })),
|
|
18
|
+
dark: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { fill: "#F2AE1C", d: "M41.818 43.326v.1C37.501 47.51 31.758 50 25.455 50V26.363c1.988 0 3.894.37 5.659 1.047 6.243 2.392 10.704 8.624 10.704 15.916" }), (0, jsx_runtime_1.jsx)("path", { fill: "#5E85BC", d: "M50 25c0 7.317-3.144 13.9-8.153 18.472A24.9 24.9 0 0 1 25 50a24.9 24.9 0 0 1-16.847-6.529C3.143 38.9 0 32.317 0 25 0 11.194 11.194 0 25 0c13.807 0 25 11.194 25 25" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F2AE1C", d: "M41.818 43.326v.1C37.381 47.51 31.479 50 25 50s-12.381-2.49-16.818-6.574v-.1c0-7.292 4.586-13.525 11.003-15.916A16.6 16.6 0 0 1 25 26.363a16.6 16.6 0 0 1 5.816 1.047c6.417 2.392 11.002 8.624 11.002 15.916" }), (0, jsx_runtime_1.jsx)("path", { fill: "#FFDBA9", d: "M35.455 19.09C35.455 25.106 30.765 30 25 30s-10.455-4.895-10.455-10.91c0-6.014 4.69-10.908 10.455-10.908s10.455 4.894 10.455 10.908" })] })),
|
|
19
|
+
light: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { fill: "#F2AE1C", d: "M41.818 43.326v.1C37.501 47.51 31.758 50 25.455 50V26.363c1.988 0 3.894.37 5.659 1.047 6.243 2.392 10.704 8.624 10.704 15.916" }), (0, jsx_runtime_1.jsx)("path", { fill: "#5E85BC", d: "M50 25c0 7.317-3.144 13.9-8.153 18.472A24.9 24.9 0 0 1 25 50a24.9 24.9 0 0 1-16.847-6.529C3.143 38.9 0 32.317 0 25 0 11.194 11.194 0 25 0c13.807 0 25 11.194 25 25" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F2AE1C", d: "M41.818 43.326v.1C37.381 47.51 31.479 50 25 50s-12.381-2.49-16.818-6.574v-.1c0-7.292 4.586-13.525 11.003-15.916A16.6 16.6 0 0 1 25 26.363a16.6 16.6 0 0 1 5.816 1.047c6.417 2.392 11.002 8.624 11.002 15.916" }), (0, jsx_runtime_1.jsx)("path", { fill: "#FFDBA9", d: "M35.455 19.09C35.455 25.106 30.765 30 25 30s-10.455-4.895-10.455-10.91c0-6.014 4.69-10.908 10.455-10.908s10.455 4.894 10.455 10.908" })] })),
|
|
20
|
+
filled: (_colors) => ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { fill: "#F2AE1C", d: "M41.818 43.326v.1C37.501 47.51 31.758 50 25.455 50V26.363c1.988 0 3.894.37 5.659 1.047 6.243 2.392 10.704 8.624 10.704 15.916" }), (0, jsx_runtime_1.jsx)("path", { fill: "#5E85BC", d: "M50 25c0 7.317-3.144 13.9-8.153 18.472A24.9 24.9 0 0 1 25 50a24.9 24.9 0 0 1-16.847-6.529C3.143 38.9 0 32.317 0 25 0 11.194 11.194 0 25 0c13.807 0 25 11.194 25 25" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F2AE1C", d: "M41.818 43.326v.1C37.381 47.51 31.479 50 25 50s-12.381-2.49-16.818-6.574v-.1c0-7.292 4.586-13.525 11.003-15.916A16.6 16.6 0 0 1 25 26.363a16.6 16.6 0 0 1 5.816 1.047c6.417 2.392 11.002 8.624 11.002 15.916" }), (0, jsx_runtime_1.jsx)("path", { fill: "#FFDBA9", d: "M35.455 19.09C35.455 25.106 30.765 30 25 30s-10.455-4.895-10.455-10.91c0-6.014 4.69-10.908 10.455-10.908s10.455 4.894 10.455 10.908" })] })),
|
|
21
|
+
}, '0 0 50 50');
|
|
22
|
+
exports.IllustrationAvatarMale = (0, types_1.createIllustrationIcon)('IllustrationAvatarMale', {
|
|
23
|
+
primary: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("mask", { id: "a", width: "50", height: "50", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: (0, jsx_runtime_1.jsx)("circle", { cx: "25", cy: "25", r: "25", fill: "#D9D9D9" }) }), (0, jsx_runtime_1.jsxs)("g", { mask: "url(#a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M50 0H0v50h50z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M35.983 23.184a3.45 3.45 0 0 1-1.611.816 2.6 2.6 0 0 1-.5.067 2.3 2.3 0 0 1-.483 0c.077 0 .133-1.322.189-2.467.016-.422.033-.822.05-1.122.01-.255.027-.439.038-.505.1-.54.445-1.29.923-1.817.466-.517 1.06-.817 1.677-.483.05.027.106.06.156.1 1.744 1.266.9 4.189-.439 5.41" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M33.96 21.639c.262-.9 1.023-1.611 1.9-1.772.079-.017.162-.028.206-.095.045-.066.028-.166 0-.244-.15-.367-.605-.522-.966-.395-.361.128-.622.473-.756.845-.133.372-.16.783-.189 1.183l-.194.472z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M35.95 21.245s-.039 0-.061-.012c-.067-.033-.1-.116-.067-.183.256-.539.189-1.239-.166-1.706a.14.14 0 0 1 .027-.194.14.14 0 0 1 .195.028c.416.55.494 1.366.194 1.994a.14.14 0 0 1-.128.078z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M36.372 19.584c-.155-.211-.433-.29-.677-.245s-.473.19-.662.361a2.85 2.85 0 0 0-.888 1.623c-.078.45-.167.833-.362 1.244a4.3 4.3 0 0 1-.222-1.294c-.01-.59.111-1.19.417-1.684.305-.494.805-.86 1.361-.905.25-.023.511.027.717.183s.372.461.328.722z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M16.783 19.862c.255-2.85.5-5.773-.3-8.517-.122-.422-.284-.856-.606-1.156-.244-.233-.844-.478-1.155-.205-.245.216-.278 1-.323 1.305-.15 1-.16 2.023-.027 3.028.266 2.022 1.094 3.978 2.41 5.544" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M17.333 24.111a3.42 3.42 0 0 1-2.59-.883c-1.338-1.222-2.183-4.144-.444-5.411 1.295-.939 2.556 1.083 2.761 2.2.067.355.15 4.105.273 4.094" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M16.76 21.684c-.26-.9-1.022-1.611-1.9-1.772-.077-.017-.16-.028-.205-.095-.045-.066-.028-.166 0-.244.15-.367.605-.522.966-.395.362.128.623.473.756.845s.161.783.189 1.183l.194.472z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M14.777 21.29c-.05 0-.1-.029-.127-.079-.3-.627-.223-1.45.194-1.994a.14.14 0 0 1 .194-.028.14.14 0 0 1 .028.195c-.355.466-.422 1.172-.167 1.705.034.067 0 .15-.066.184-.017.01-.04.01-.061.01z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M14.35 19.623c.155-.211.433-.29.677-.245s.472.19.661.361c.461.412.778.995.89 1.623.077.45.166.833.36 1.244.14-.417.217-.855.223-1.294.01-.59-.112-1.19-.417-1.684-.306-.494-.806-.86-1.361-.905a1.03 1.03 0 0 0-.717.183c-.206.156-.372.461-.328.722z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M27.6 3.717c-.328 1.494-.645 3.094-.1 4.522.477 1.25 1.538 2.167 2.3 3.267 1.027 1.489 1.483 3.283 1.977 5.028.206.722.428 1.466.934 2.016.505.55 1.739 1.206 2.15.584.739-1.122.478-2.59.36-3.928-.132-1.578-.021-3.172-.194-4.75-.144-1.311-.505-2.661-1.31-3.728-.806-1.067-1.54-2.205-2.573-3.1-.344-.294-.728-.572-1.172-.65-.495-.083-1.011.095-1.428.378s-.75.667-1.083 1.05l.128-.683z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M47.872 50H2.316c1.467-2.044 3.69-3.627 5.9-4.928 2.367-1.394 4.89-2.677 6.934-4.472a13 13 0 0 0 1.21-1.189q.308-.333.584-.7c.24-.31.467-.639.667-.977A11.46 11.46 0 0 0 19.3 31.9q.002-.3-.006-.6H30.9q-.015.443-.006.884a11.55 11.55 0 0 0 1.934 5.933c0 .006.005.006.005.011q.194.3.411.583c.334.44.695.845 1.084 1.228.338.34.7.661 1.072.967q.407.34.839.655c.133.106.272.2.41.295.445.316.906.616 1.373.905.25.156.5.306.756.461.738.44 1.483.862 2.227 1.29.322.188.645.372.961.56 2.212 1.3 4.434 2.884 5.9 4.928z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M32.833 38.128c-3.922-.167-9.9-.483-13.533-6.228.71-.7 4.483.04 5.233-.6H30.9c-.1 2.406.594 4.828 1.933 6.828" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M34.194 19.145c-.295 3.922-.317 8.005-1.689 10.783-1.295 2.628-3.567 4.261-6.939 4.311-3.605.061-6.472-1.767-7.45-4.078-1.228-2.894-1.217-7.228-1.644-11.139C15.294 8.278 20.488 4.79 25.444 4.79s9.539 3.922 8.755 14.356z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M24.633 7.928c0 .044-.011.083-.017.128-.094.75-.205 1.522-.6 2.166-.427.69-1.155 1.084-1.938.884-.634-.161-1.328-1.128-2.023-.822-.494.216-.472.916-.727 1.388-.356.656-1.206.811-1.95.9-.673-.483-.662-1.488-.467-2.3.422-1.738 1.416-3.383 2.922-4.344a5.3 5.3 0 0 1 3.072-.828c.228.011 2.395.54 2.267.767-.35.622-.456 1.344-.544 2.055z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M21.65 18.172c.31 0 .561-.296.561-.66 0-.366-.251-.662-.561-.662s-.561.296-.561.661.251.661.561.661m7.56 0c.31 0 .562-.296.562-.66 0-.366-.252-.662-.561-.662s-.562.296-.562.661.252.661.561.661m-3.838 4.873h-.034l-1.566-.395a.14.14 0 0 1-.106-.161c.322-1.861 1.161-6.733 1.172-6.922a.14.14 0 0 1 .145-.128c.072 0 .133.061.133.139 0 .128-.855 5.105-1.155 6.839l1.444.36a.137.137 0 0 1 .1.168.14.14 0 0 1-.133.105zm-1.294 2.028a5.4 5.4 0 0 1-.973-.09.13.13 0 0 1-.11-.16.135.135 0 0 1 .16-.111c2.278.41 4-.728 5.384-1.9a.135.135 0 0 1 .194.016.135.135 0 0 1-.016.195c-1.162.983-2.7 2.05-4.645 2.05zm-2.539-10.912c.228.017.478.056.644.139.178.083.328.256.334.45.027.628-1.178.517-1.556.578a7.2 7.2 0 0 0-1.989.644c-.117.056-.233.117-.355.14-.123.021-.273-.012-.35-.112-.178-.228.155-.605.316-.744a4.35 4.35 0 0 1 2.65-1.095zm7.061.1c-.228.017-.478.056-.645.14-.177.082-.327.255-.333.45-.028.627 1.178.516 1.556.577a7.2 7.2 0 0 1 1.988.644c.117.056.234.117.356.14.122.021.272-.012.35-.112.178-.228-.155-.605-.317-.744a4.35 4.35 0 0 0-2.65-1.095z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M34.877 18.09c-2.078-2.7-1.867-6.306-3.444-9.323-.467-.894-1.556-1.239-2.55-1.411q-.858-.151-1.717-.228a19.3 19.3 0 0 0-4.567.167c-.455.072-1.139.372-1.577.322a.8.8 0 0 1-.2-.05c-.29-.111-.295-.383-.24-.8.112-.878.634-1.7 1.312-2.244.86-.69 1.983-1.006 3.089-1 1.105.005 2.078.427 3.144.616h.028c.9.156 1.667.54 2.406 1.1 1.494 1.145 2.56 2.811 3.183 4.578.905 2.556 1.055 5.556 1.133 8.267z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M28.01 3.267C26.95 2.1 25.506 2.16 24.073 2.3c-2.234.222-4.45.94-6.24 2.295-1.466 1.116-2.633 2.694-3.127 4.477-.25.895.017 1.634.189 2.528.211 1.106.55 2.184.889 3.261.35.206.733-.244.811-.639.078-.394.105-.883.461-1.072.406-.21.945.15 1.356-.055.3-.15.383-.534.394-.873s-.028-.694.145-.983c.322-.539 1.11-.478 1.71-.289.6.19 1.3.417 1.8.045.445-.328.495-.967.5-1.523l.034-2.777c.011-.906.105-1.973.878-2.45.722-.45 1.722-.106 2.283.539.561.644.778 1.5.983 2.327.64-.322 1.084-1.044 1.117-1.755s.256-1.567-.222-2.095z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M34.878 18.09c-2.078-2.7-1.867-6.306-3.445-9.323-.466-.895-1.555-1.239-2.55-1.411q-.858-.151-1.716-.228c.05-.561.26-1.106.455-1.633.167-.45.339-.9.506-1.356h.027c.9.156 1.667.539 2.406 1.1 1.494 1.145 2.561 2.811 3.183 4.578.906 2.556 1.056 5.556 1.134 8.267z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#00436E", d: "M47.872 50H2.316c1.467-2.044 3.69-3.628 5.9-4.928 2.367-1.394 4.89-2.678 6.934-4.472.428-.367.833-.767 1.21-1.189 3.079 1.578 6.545 2.395 10 2.317a20.8 20.8 0 0 0 5.44-.856s.016 0 .022-.01c.856-.25 1.694-.562 2.506-.923.338.339.7.661 1.072.967q.407.34.839.655.201.151.41.295c.445.316.906.616 1.373.905.25.156.5.306.756.461.738.44 1.483.861 2.227 1.29.322.188.645.371.961.56 2.212 1.3 4.434 2.884 5.9 4.928z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#00314C", d: "M41.005 44.512c-5.717 0-11.428-.411-17.083-1.234 2.8 0 5.328-1.244 7.878-2.405a.04.04 0 0 0 .022-.011 20 20 0 0 0 2.505-.922c1.89 1.888 4.317 3.21 6.678 4.572" }), (0, jsx_runtime_1.jsx)("path", { fill: "#1E599C", d: "M16.05 37.884a1.04 1.04 0 0 1 1.36-.256c1.2.722 3.85 1.94 8.073 1.911 4.222-.028 6.917-1.144 8.006-1.76 1.144-.645 1.783.85 2.21 1.588.123.211.245.433.245.678-.01.705-.939 1.15-1.505 1.35-.884.31-1.745.705-2.64 1.01a19.3 19.3 0 0 1-6.282 1.056c-5.095 0-8.617-1.727-10.217-2.733a1.053 1.053 0 0 1-.272-1.55l1.016-1.289z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M14.966 15.161a.42.42 0 0 1-.389-.266.414.414 0 0 1 .24-.54c.25-.094.505-.188.755-.266 2.622-.855 5.344-.828 8.066.089.056.017.128.039.2.067l.1.033a.42.42 0 0 1 .262.528.42.42 0 0 1-.528.26l-.117-.038a2 2 0 0 0-.167-.056c-2.566-.86-5.11-.888-7.572-.088a9 9 0 0 0-.705.244.5.5 0 0 1-.15.028z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M20.127 22.178H18.65a3.516 3.516 0 0 1-3.51-3.517c0-1.289.038-2.656.3-3.956l.05-.255a.21.21 0 0 1 .138-.156c2.589-.844 5.261-.816 7.945.084a.21.21 0 0 1 .144.2v4.016a3.594 3.594 0 0 1-3.589 3.59zm-4.255-7.528-.028.133c-.256 1.267-.295 2.606-.295 3.867a3.1 3.1 0 0 0 3.095 3.105h1.478a3.175 3.175 0 0 0 3.172-3.172v-3.866c-2.506-.812-5.006-.84-7.423-.073zm19.238.456q-.075-.002-.15-.028a10 10 0 0 0-.694-.245c-2.466-.805-5.01-.777-7.56.078a2 2 0 0 0-.184.061l-.117.04a.42.42 0 0 1-.528-.262.42.42 0 0 1 .261-.528l.1-.033q.11-.04.217-.072c2.706-.912 5.422-.94 8.056-.078.244.072.5.167.75.261a.414.414 0 0 1 .239.539.42.42 0 0 1-.39.266" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M31.428 22.122H29.95a3.594 3.594 0 0 1-3.59-3.589v-4.016c0-.09.056-.167.145-.2 2.684-.9 5.356-.928 7.945-.084a.21.21 0 0 1 .139.156l.05.255c.266 1.3.3 2.667.3 3.95a3.52 3.52 0 0 1-3.512 3.523zm-4.645-7.45v3.867a3.175 3.175 0 0 0 3.172 3.172h1.478a3.1 3.1 0 0 0 3.095-3.1c0-1.267-.034-2.611-.295-3.872l-.028-.134c-2.422-.76-4.916-.738-7.422.073z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M26.494 16.09a.3.3 0 0 1-.139-.034c-.928-.528-1.589-.55-2.605-.095a.28.28 0 0 1-.367-.139.28.28 0 0 1 .139-.366c1.178-.534 2.022-.5 3.106.117a.28.28 0 0 1 .105.377.28.28 0 0 1-.244.14z" })] })] })),
|
|
24
|
+
secondary: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("mask", { id: "a", width: "50", height: "50", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: (0, jsx_runtime_1.jsx)("circle", { cx: "25", cy: "25", r: "25", fill: "#D9D9D9" }) }), (0, jsx_runtime_1.jsxs)("g", { mask: "url(#a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M50 0H0v50h50z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M35.983 23.184a3.45 3.45 0 0 1-1.611.816 2.6 2.6 0 0 1-.5.067 2.3 2.3 0 0 1-.483 0c.077 0 .133-1.322.189-2.467.016-.422.033-.822.05-1.122.01-.255.027-.439.038-.505.1-.54.445-1.29.923-1.817.466-.517 1.06-.817 1.677-.483.05.027.106.06.156.1 1.744 1.266.9 4.189-.439 5.41" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M33.96 21.639c.262-.9 1.023-1.611 1.9-1.772.079-.017.162-.028.206-.095.045-.066.028-.166 0-.244-.15-.367-.605-.522-.966-.395-.361.128-.622.473-.756.845-.133.372-.16.783-.189 1.183l-.194.472z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M35.95 21.245s-.039 0-.061-.012c-.067-.033-.1-.116-.067-.183.256-.539.189-1.239-.166-1.706a.14.14 0 0 1 .027-.194.14.14 0 0 1 .195.028c.416.55.494 1.366.194 1.994a.14.14 0 0 1-.128.078z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M36.372 19.584c-.155-.211-.433-.29-.677-.245s-.473.19-.662.361a2.85 2.85 0 0 0-.888 1.623c-.078.45-.167.833-.362 1.244a4.3 4.3 0 0 1-.222-1.294c-.01-.59.111-1.19.417-1.684.305-.494.805-.86 1.361-.905.25-.023.511.027.717.183s.372.461.328.722z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M16.783 19.862c.255-2.85.5-5.773-.3-8.517-.122-.422-.284-.856-.606-1.156-.244-.233-.844-.478-1.155-.205-.245.216-.278 1-.323 1.305-.15 1-.16 2.023-.027 3.028.266 2.022 1.094 3.978 2.41 5.544" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M17.333 24.111a3.42 3.42 0 0 1-2.59-.883c-1.338-1.222-2.183-4.144-.444-5.411 1.295-.939 2.556 1.083 2.761 2.2.067.355.15 4.105.273 4.094" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M16.76 21.684c-.26-.9-1.022-1.611-1.9-1.772-.077-.017-.16-.028-.205-.095-.045-.066-.028-.166 0-.244.15-.367.605-.522.966-.395.362.128.623.473.756.845s.161.783.189 1.183l.194.472z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M14.777 21.29c-.05 0-.1-.029-.127-.079-.3-.627-.223-1.45.194-1.994a.14.14 0 0 1 .194-.028.14.14 0 0 1 .028.195c-.355.466-.422 1.172-.167 1.705.034.067 0 .15-.066.184-.017.01-.04.01-.061.01z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M14.35 19.623c.155-.211.433-.29.677-.245s.472.19.661.361c.461.412.778.995.89 1.623.077.45.166.833.36 1.244.14-.417.217-.855.223-1.294.01-.59-.112-1.19-.417-1.684-.306-.494-.806-.86-1.361-.905a1.03 1.03 0 0 0-.717.183c-.206.156-.372.461-.328.722z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M27.6 3.717c-.328 1.494-.645 3.094-.1 4.522.477 1.25 1.538 2.167 2.3 3.267 1.027 1.489 1.483 3.283 1.977 5.028.206.722.428 1.466.934 2.016.505.55 1.739 1.206 2.15.584.739-1.122.478-2.59.36-3.928-.132-1.578-.021-3.172-.194-4.75-.144-1.311-.505-2.661-1.31-3.728-.806-1.067-1.54-2.205-2.573-3.1-.344-.294-.728-.572-1.172-.65-.495-.083-1.011.095-1.428.378s-.75.667-1.083 1.05l.128-.683z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M47.872 50H2.316c1.467-2.044 3.69-3.627 5.9-4.928 2.367-1.394 4.89-2.677 6.934-4.472a13 13 0 0 0 1.21-1.189q.308-.333.584-.7c.24-.31.467-.639.667-.977A11.46 11.46 0 0 0 19.3 31.9q.002-.3-.006-.6H30.9q-.015.443-.006.884a11.55 11.55 0 0 0 1.934 5.933c0 .006.005.006.005.011q.194.3.411.583c.334.44.695.845 1.084 1.228.338.34.7.661 1.072.967q.407.34.839.655c.133.106.272.2.41.295.445.316.906.616 1.373.905.25.156.5.306.756.461.738.44 1.483.862 2.227 1.29.322.188.645.372.961.56 2.212 1.3 4.434 2.884 5.9 4.928z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M32.833 38.128c-3.922-.167-9.9-.483-13.533-6.228.71-.7 4.483.04 5.233-.6H30.9c-.1 2.406.594 4.828 1.933 6.828" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M34.194 19.145c-.295 3.922-.317 8.005-1.689 10.783-1.295 2.628-3.567 4.261-6.939 4.311-3.605.061-6.472-1.767-7.45-4.078-1.228-2.894-1.217-7.228-1.644-11.139C15.294 8.278 20.488 4.79 25.444 4.79s9.539 3.922 8.755 14.356z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M24.633 7.928c0 .044-.011.083-.017.128-.094.75-.205 1.522-.6 2.166-.427.69-1.155 1.084-1.938.884-.634-.161-1.328-1.128-2.023-.822-.494.216-.472.916-.727 1.388-.356.656-1.206.811-1.95.9-.673-.483-.662-1.488-.467-2.3.422-1.738 1.416-3.383 2.922-4.344a5.3 5.3 0 0 1 3.072-.828c.228.011 2.395.54 2.267.767-.35.622-.456 1.344-.544 2.055z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M21.65 18.172c.31 0 .561-.296.561-.66 0-.366-.251-.662-.561-.662s-.561.296-.561.661.251.661.561.661m7.56 0c.31 0 .562-.296.562-.66 0-.366-.252-.662-.561-.662s-.562.296-.562.661.252.661.561.661m-3.838 4.873h-.034l-1.566-.395a.14.14 0 0 1-.106-.161c.322-1.861 1.161-6.733 1.172-6.922a.14.14 0 0 1 .145-.128c.072 0 .133.061.133.139 0 .128-.855 5.105-1.155 6.839l1.444.36a.137.137 0 0 1 .1.168.14.14 0 0 1-.133.105zm-1.294 2.028a5.4 5.4 0 0 1-.973-.09.13.13 0 0 1-.11-.16.135.135 0 0 1 .16-.111c2.278.41 4-.728 5.384-1.9a.135.135 0 0 1 .194.016.135.135 0 0 1-.016.195c-1.162.983-2.7 2.05-4.645 2.05zm-2.539-10.912c.228.017.478.056.644.139.178.083.328.256.334.45.027.628-1.178.517-1.556.578a7.2 7.2 0 0 0-1.989.644c-.117.056-.233.117-.355.14-.123.021-.273-.012-.35-.112-.178-.228.155-.605.316-.744a4.35 4.35 0 0 1 2.65-1.095zm7.061.1c-.228.017-.478.056-.645.14-.177.082-.327.255-.333.45-.028.627 1.178.516 1.556.577a7.2 7.2 0 0 1 1.988.644c.117.056.234.117.356.14.122.021.272-.012.35-.112.178-.228-.155-.605-.317-.744a4.35 4.35 0 0 0-2.65-1.095z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M34.877 18.09c-2.078-2.7-1.867-6.306-3.444-9.323-.467-.894-1.556-1.239-2.55-1.411q-.858-.151-1.717-.228a19.3 19.3 0 0 0-4.567.167c-.455.072-1.139.372-1.577.322a.8.8 0 0 1-.2-.05c-.29-.111-.295-.383-.24-.8.112-.878.634-1.7 1.312-2.244.86-.69 1.983-1.006 3.089-1 1.105.005 2.078.427 3.144.616h.028c.9.156 1.667.54 2.406 1.1 1.494 1.145 2.56 2.811 3.183 4.578.905 2.556 1.055 5.556 1.133 8.267z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M28.01 3.267C26.95 2.1 25.506 2.16 24.073 2.3c-2.234.222-4.45.94-6.24 2.295-1.466 1.116-2.633 2.694-3.127 4.477-.25.895.017 1.634.189 2.528.211 1.106.55 2.184.889 3.261.35.206.733-.244.811-.639.078-.394.105-.883.461-1.072.406-.21.945.15 1.356-.055.3-.15.383-.534.394-.873s-.028-.694.145-.983c.322-.539 1.11-.478 1.71-.289.6.19 1.3.417 1.8.045.445-.328.495-.967.5-1.523l.034-2.777c.011-.906.105-1.973.878-2.45.722-.45 1.722-.106 2.283.539.561.644.778 1.5.983 2.327.64-.322 1.084-1.044 1.117-1.755s.256-1.567-.222-2.095z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M34.878 18.09c-2.078-2.7-1.867-6.306-3.445-9.323-.466-.895-1.555-1.239-2.55-1.411q-.858-.151-1.716-.228c.05-.561.26-1.106.455-1.633.167-.45.339-.9.506-1.356h.027c.9.156 1.667.539 2.406 1.1 1.494 1.145 2.561 2.811 3.183 4.578.906 2.556 1.056 5.556 1.134 8.267z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#00436E", d: "M47.872 50H2.316c1.467-2.044 3.69-3.628 5.9-4.928 2.367-1.394 4.89-2.678 6.934-4.472.428-.367.833-.767 1.21-1.189 3.079 1.578 6.545 2.395 10 2.317a20.8 20.8 0 0 0 5.44-.856s.016 0 .022-.01c.856-.25 1.694-.562 2.506-.923.338.339.7.661 1.072.967q.407.34.839.655.201.151.41.295c.445.316.906.616 1.373.905.25.156.5.306.756.461.738.44 1.483.861 2.227 1.29.322.188.645.371.961.56 2.212 1.3 4.434 2.884 5.9 4.928z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#00314C", d: "M41.005 44.512c-5.717 0-11.428-.411-17.083-1.234 2.8 0 5.328-1.244 7.878-2.405a.04.04 0 0 0 .022-.011 20 20 0 0 0 2.505-.922c1.89 1.888 4.317 3.21 6.678 4.572" }), (0, jsx_runtime_1.jsx)("path", { fill: "#1E599C", d: "M16.05 37.884a1.04 1.04 0 0 1 1.36-.256c1.2.722 3.85 1.94 8.073 1.911 4.222-.028 6.917-1.144 8.006-1.76 1.144-.645 1.783.85 2.21 1.588.123.211.245.433.245.678-.01.705-.939 1.15-1.505 1.35-.884.31-1.745.705-2.64 1.01a19.3 19.3 0 0 1-6.282 1.056c-5.095 0-8.617-1.727-10.217-2.733a1.053 1.053 0 0 1-.272-1.55l1.016-1.289z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M14.966 15.161a.42.42 0 0 1-.389-.266.414.414 0 0 1 .24-.54c.25-.094.505-.188.755-.266 2.622-.855 5.344-.828 8.066.089.056.017.128.039.2.067l.1.033a.42.42 0 0 1 .262.528.42.42 0 0 1-.528.26l-.117-.038a2 2 0 0 0-.167-.056c-2.566-.86-5.11-.888-7.572-.088a9 9 0 0 0-.705.244.5.5 0 0 1-.15.028z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M20.127 22.178H18.65a3.516 3.516 0 0 1-3.51-3.517c0-1.289.038-2.656.3-3.956l.05-.255a.21.21 0 0 1 .138-.156c2.589-.844 5.261-.816 7.945.084a.21.21 0 0 1 .144.2v4.016a3.594 3.594 0 0 1-3.589 3.59zm-4.255-7.528-.028.133c-.256 1.267-.295 2.606-.295 3.867a3.1 3.1 0 0 0 3.095 3.105h1.478a3.175 3.175 0 0 0 3.172-3.172v-3.866c-2.506-.812-5.006-.84-7.423-.073zm19.238.456q-.075-.002-.15-.028a10 10 0 0 0-.694-.245c-2.466-.805-5.01-.777-7.56.078a2 2 0 0 0-.184.061l-.117.04a.42.42 0 0 1-.528-.262.42.42 0 0 1 .261-.528l.1-.033q.11-.04.217-.072c2.706-.912 5.422-.94 8.056-.078.244.072.5.167.75.261a.414.414 0 0 1 .239.539.42.42 0 0 1-.39.266" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M31.428 22.122H29.95a3.594 3.594 0 0 1-3.59-3.589v-4.016c0-.09.056-.167.145-.2 2.684-.9 5.356-.928 7.945-.084a.21.21 0 0 1 .139.156l.05.255c.266 1.3.3 2.667.3 3.95a3.52 3.52 0 0 1-3.512 3.523zm-4.645-7.45v3.867a3.175 3.175 0 0 0 3.172 3.172h1.478a3.1 3.1 0 0 0 3.095-3.1c0-1.267-.034-2.611-.295-3.872l-.028-.134c-2.422-.76-4.916-.738-7.422.073z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M26.494 16.09a.3.3 0 0 1-.139-.034c-.928-.528-1.589-.55-2.605-.095a.28.28 0 0 1-.367-.139.28.28 0 0 1 .139-.366c1.178-.534 2.022-.5 3.106.117a.28.28 0 0 1 .105.377.28.28 0 0 1-.244.14z" })] })] })),
|
|
25
|
+
dark: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("mask", { id: "a", width: "50", height: "50", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: (0, jsx_runtime_1.jsx)("circle", { cx: "25", cy: "25", r: "25", fill: "#D9D9D9" }) }), (0, jsx_runtime_1.jsxs)("g", { mask: "url(#a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M50 0H0v50h50z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M35.983 23.184a3.45 3.45 0 0 1-1.611.816 2.6 2.6 0 0 1-.5.067 2.3 2.3 0 0 1-.483 0c.077 0 .133-1.322.189-2.467.016-.422.033-.822.05-1.122.01-.255.027-.439.038-.505.1-.54.445-1.29.923-1.817.466-.517 1.06-.817 1.677-.483.05.027.106.06.156.1 1.744 1.266.9 4.189-.439 5.41" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M33.96 21.639c.262-.9 1.023-1.611 1.9-1.772.079-.017.162-.028.206-.095.045-.066.028-.166 0-.244-.15-.367-.605-.522-.966-.395-.361.128-.622.473-.756.845-.133.372-.16.783-.189 1.183l-.194.472z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M35.95 21.245s-.039 0-.061-.012c-.067-.033-.1-.116-.067-.183.256-.539.189-1.239-.166-1.706a.14.14 0 0 1 .027-.194.14.14 0 0 1 .195.028c.416.55.494 1.366.194 1.994a.14.14 0 0 1-.128.078z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M36.372 19.584c-.155-.211-.433-.29-.677-.245s-.473.19-.662.361a2.85 2.85 0 0 0-.888 1.623c-.078.45-.167.833-.362 1.244a4.3 4.3 0 0 1-.222-1.294c-.01-.59.111-1.19.417-1.684.305-.494.805-.86 1.361-.905.25-.023.511.027.717.183s.372.461.328.722z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M16.783 19.862c.255-2.85.5-5.773-.3-8.517-.122-.422-.284-.856-.606-1.156-.244-.233-.844-.478-1.155-.205-.245.216-.278 1-.323 1.305-.15 1-.16 2.023-.027 3.028.266 2.022 1.094 3.978 2.41 5.544" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M17.333 24.111a3.42 3.42 0 0 1-2.59-.883c-1.338-1.222-2.183-4.144-.444-5.411 1.295-.939 2.556 1.083 2.761 2.2.067.355.15 4.105.273 4.094" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M16.76 21.684c-.26-.9-1.022-1.611-1.9-1.772-.077-.017-.16-.028-.205-.095-.045-.066-.028-.166 0-.244.15-.367.605-.522.966-.395.362.128.623.473.756.845s.161.783.189 1.183l.194.472z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M14.777 21.29c-.05 0-.1-.029-.127-.079-.3-.627-.223-1.45.194-1.994a.14.14 0 0 1 .194-.028.14.14 0 0 1 .028.195c-.355.466-.422 1.172-.167 1.705.034.067 0 .15-.066.184-.017.01-.04.01-.061.01z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M14.35 19.623c.155-.211.433-.29.677-.245s.472.19.661.361c.461.412.778.995.89 1.623.077.45.166.833.36 1.244.14-.417.217-.855.223-1.294.01-.59-.112-1.19-.417-1.684-.306-.494-.806-.86-1.361-.905a1.03 1.03 0 0 0-.717.183c-.206.156-.372.461-.328.722z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M27.6 3.717c-.328 1.494-.645 3.094-.1 4.522.477 1.25 1.538 2.167 2.3 3.267 1.027 1.489 1.483 3.283 1.977 5.028.206.722.428 1.466.934 2.016.505.55 1.739 1.206 2.15.584.739-1.122.478-2.59.36-3.928-.132-1.578-.021-3.172-.194-4.75-.144-1.311-.505-2.661-1.31-3.728-.806-1.067-1.54-2.205-2.573-3.1-.344-.294-.728-.572-1.172-.65-.495-.083-1.011.095-1.428.378s-.75.667-1.083 1.05l.128-.683z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M47.872 50H2.316c1.467-2.044 3.69-3.627 5.9-4.928 2.367-1.394 4.89-2.677 6.934-4.472a13 13 0 0 0 1.21-1.189q.308-.333.584-.7c.24-.31.467-.639.667-.977A11.46 11.46 0 0 0 19.3 31.9q.002-.3-.006-.6H30.9q-.015.443-.006.884a11.55 11.55 0 0 0 1.934 5.933c0 .006.005.006.005.011q.194.3.411.583c.334.44.695.845 1.084 1.228.338.34.7.661 1.072.967q.407.34.839.655c.133.106.272.2.41.295.445.316.906.616 1.373.905.25.156.5.306.756.461.738.44 1.483.862 2.227 1.29.322.188.645.372.961.56 2.212 1.3 4.434 2.884 5.9 4.928z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M32.833 38.128c-3.922-.167-9.9-.483-13.533-6.228.71-.7 4.483.04 5.233-.6H30.9c-.1 2.406.594 4.828 1.933 6.828" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M34.194 19.145c-.295 3.922-.317 8.005-1.689 10.783-1.295 2.628-3.567 4.261-6.939 4.311-3.605.061-6.472-1.767-7.45-4.078-1.228-2.894-1.217-7.228-1.644-11.139C15.294 8.278 20.488 4.79 25.444 4.79s9.539 3.922 8.755 14.356z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M24.633 7.928c0 .044-.011.083-.017.128-.094.75-.205 1.522-.6 2.166-.427.69-1.155 1.084-1.938.884-.634-.161-1.328-1.128-2.023-.822-.494.216-.472.916-.727 1.388-.356.656-1.206.811-1.95.9-.673-.483-.662-1.488-.467-2.3.422-1.738 1.416-3.383 2.922-4.344a5.3 5.3 0 0 1 3.072-.828c.228.011 2.395.54 2.267.767-.35.622-.456 1.344-.544 2.055z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M21.65 18.172c.31 0 .561-.296.561-.66 0-.366-.251-.662-.561-.662s-.561.296-.561.661.251.661.561.661m7.56 0c.31 0 .562-.296.562-.66 0-.366-.252-.662-.561-.662s-.562.296-.562.661.252.661.561.661m-3.838 4.873h-.034l-1.566-.395a.14.14 0 0 1-.106-.161c.322-1.861 1.161-6.733 1.172-6.922a.14.14 0 0 1 .145-.128c.072 0 .133.061.133.139 0 .128-.855 5.105-1.155 6.839l1.444.36a.137.137 0 0 1 .1.168.14.14 0 0 1-.133.105zm-1.294 2.028a5.4 5.4 0 0 1-.973-.09.13.13 0 0 1-.11-.16.135.135 0 0 1 .16-.111c2.278.41 4-.728 5.384-1.9a.135.135 0 0 1 .194.016.135.135 0 0 1-.016.195c-1.162.983-2.7 2.05-4.645 2.05zm-2.539-10.912c.228.017.478.056.644.139.178.083.328.256.334.45.027.628-1.178.517-1.556.578a7.2 7.2 0 0 0-1.989.644c-.117.056-.233.117-.355.14-.123.021-.273-.012-.35-.112-.178-.228.155-.605.316-.744a4.35 4.35 0 0 1 2.65-1.095zm7.061.1c-.228.017-.478.056-.645.14-.177.082-.327.255-.333.45-.028.627 1.178.516 1.556.577a7.2 7.2 0 0 1 1.988.644c.117.056.234.117.356.14.122.021.272-.012.35-.112.178-.228-.155-.605-.317-.744a4.35 4.35 0 0 0-2.65-1.095z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M34.877 18.09c-2.078-2.7-1.867-6.306-3.444-9.323-.467-.894-1.556-1.239-2.55-1.411q-.858-.151-1.717-.228a19.3 19.3 0 0 0-4.567.167c-.455.072-1.139.372-1.577.322a.8.8 0 0 1-.2-.05c-.29-.111-.295-.383-.24-.8.112-.878.634-1.7 1.312-2.244.86-.69 1.983-1.006 3.089-1 1.105.005 2.078.427 3.144.616h.028c.9.156 1.667.54 2.406 1.1 1.494 1.145 2.56 2.811 3.183 4.578.905 2.556 1.055 5.556 1.133 8.267z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M28.01 3.267C26.95 2.1 25.506 2.16 24.073 2.3c-2.234.222-4.45.94-6.24 2.295-1.466 1.116-2.633 2.694-3.127 4.477-.25.895.017 1.634.189 2.528.211 1.106.55 2.184.889 3.261.35.206.733-.244.811-.639.078-.394.105-.883.461-1.072.406-.21.945.15 1.356-.055.3-.15.383-.534.394-.873s-.028-.694.145-.983c.322-.539 1.11-.478 1.71-.289.6.19 1.3.417 1.8.045.445-.328.495-.967.5-1.523l.034-2.777c.011-.906.105-1.973.878-2.45.722-.45 1.722-.106 2.283.539.561.644.778 1.5.983 2.327.64-.322 1.084-1.044 1.117-1.755s.256-1.567-.222-2.095z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M34.878 18.09c-2.078-2.7-1.867-6.306-3.445-9.323-.466-.895-1.555-1.239-2.55-1.411q-.858-.151-1.716-.228c.05-.561.26-1.106.455-1.633.167-.45.339-.9.506-1.356h.027c.9.156 1.667.539 2.406 1.1 1.494 1.145 2.561 2.811 3.183 4.578.906 2.556 1.056 5.556 1.134 8.267z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#00436E", d: "M47.872 50H2.316c1.467-2.044 3.69-3.628 5.9-4.928 2.367-1.394 4.89-2.678 6.934-4.472.428-.367.833-.767 1.21-1.189 3.079 1.578 6.545 2.395 10 2.317a20.8 20.8 0 0 0 5.44-.856s.016 0 .022-.01c.856-.25 1.694-.562 2.506-.923.338.339.7.661 1.072.967q.407.34.839.655.201.151.41.295c.445.316.906.616 1.373.905.25.156.5.306.756.461.738.44 1.483.861 2.227 1.29.322.188.645.371.961.56 2.212 1.3 4.434 2.884 5.9 4.928z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#00314C", d: "M41.005 44.512c-5.717 0-11.428-.411-17.083-1.234 2.8 0 5.328-1.244 7.878-2.405a.04.04 0 0 0 .022-.011 20 20 0 0 0 2.505-.922c1.89 1.888 4.317 3.21 6.678 4.572" }), (0, jsx_runtime_1.jsx)("path", { fill: "#1E599C", d: "M16.05 37.884a1.04 1.04 0 0 1 1.36-.256c1.2.722 3.85 1.94 8.073 1.911 4.222-.028 6.917-1.144 8.006-1.76 1.144-.645 1.783.85 2.21 1.588.123.211.245.433.245.678-.01.705-.939 1.15-1.505 1.35-.884.31-1.745.705-2.64 1.01a19.3 19.3 0 0 1-6.282 1.056c-5.095 0-8.617-1.727-10.217-2.733a1.053 1.053 0 0 1-.272-1.55l1.016-1.289z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M14.966 15.161a.42.42 0 0 1-.389-.266.414.414 0 0 1 .24-.54c.25-.094.505-.188.755-.266 2.622-.855 5.344-.828 8.066.089.056.017.128.039.2.067l.1.033a.42.42 0 0 1 .262.528.42.42 0 0 1-.528.26l-.117-.038a2 2 0 0 0-.167-.056c-2.566-.86-5.11-.888-7.572-.088a9 9 0 0 0-.705.244.5.5 0 0 1-.15.028z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M20.127 22.178H18.65a3.516 3.516 0 0 1-3.51-3.517c0-1.289.038-2.656.3-3.956l.05-.255a.21.21 0 0 1 .138-.156c2.589-.844 5.261-.816 7.945.084a.21.21 0 0 1 .144.2v4.016a3.594 3.594 0 0 1-3.589 3.59zm-4.255-7.528-.028.133c-.256 1.267-.295 2.606-.295 3.867a3.1 3.1 0 0 0 3.095 3.105h1.478a3.175 3.175 0 0 0 3.172-3.172v-3.866c-2.506-.812-5.006-.84-7.423-.073zm19.238.456q-.075-.002-.15-.028a10 10 0 0 0-.694-.245c-2.466-.805-5.01-.777-7.56.078a2 2 0 0 0-.184.061l-.117.04a.42.42 0 0 1-.528-.262.42.42 0 0 1 .261-.528l.1-.033q.11-.04.217-.072c2.706-.912 5.422-.94 8.056-.078.244.072.5.167.75.261a.414.414 0 0 1 .239.539.42.42 0 0 1-.39.266" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M31.428 22.122H29.95a3.594 3.594 0 0 1-3.59-3.589v-4.016c0-.09.056-.167.145-.2 2.684-.9 5.356-.928 7.945-.084a.21.21 0 0 1 .139.156l.05.255c.266 1.3.3 2.667.3 3.95a3.52 3.52 0 0 1-3.512 3.523zm-4.645-7.45v3.867a3.175 3.175 0 0 0 3.172 3.172h1.478a3.1 3.1 0 0 0 3.095-3.1c0-1.267-.034-2.611-.295-3.872l-.028-.134c-2.422-.76-4.916-.738-7.422.073z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M26.494 16.09a.3.3 0 0 1-.139-.034c-.928-.528-1.589-.55-2.605-.095a.28.28 0 0 1-.367-.139.28.28 0 0 1 .139-.366c1.178-.534 2.022-.5 3.106.117a.28.28 0 0 1 .105.377.28.28 0 0 1-.244.14z" })] })] })),
|
|
26
|
+
light: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("mask", { id: "a", width: "50", height: "50", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: (0, jsx_runtime_1.jsx)("circle", { cx: "25", cy: "25", r: "25", fill: "#D9D9D9" }) }), (0, jsx_runtime_1.jsxs)("g", { mask: "url(#a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M50 0H0v50h50z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M35.983 23.184a3.45 3.45 0 0 1-1.611.816 2.6 2.6 0 0 1-.5.067 2.3 2.3 0 0 1-.483 0c.077 0 .133-1.322.189-2.467.016-.422.033-.822.05-1.122.01-.255.027-.439.038-.505.1-.54.445-1.29.923-1.817.466-.517 1.06-.817 1.677-.483.05.027.106.06.156.1 1.744 1.266.9 4.189-.439 5.41" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M33.96 21.639c.262-.9 1.023-1.611 1.9-1.772.079-.017.162-.028.206-.095.045-.066.028-.166 0-.244-.15-.367-.605-.522-.966-.395-.361.128-.622.473-.756.845-.133.372-.16.783-.189 1.183l-.194.472z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M35.95 21.245s-.039 0-.061-.012c-.067-.033-.1-.116-.067-.183.256-.539.189-1.239-.166-1.706a.14.14 0 0 1 .027-.194.14.14 0 0 1 .195.028c.416.55.494 1.366.194 1.994a.14.14 0 0 1-.128.078z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M36.372 19.584c-.155-.211-.433-.29-.677-.245s-.473.19-.662.361a2.85 2.85 0 0 0-.888 1.623c-.078.45-.167.833-.362 1.244a4.3 4.3 0 0 1-.222-1.294c-.01-.59.111-1.19.417-1.684.305-.494.805-.86 1.361-.905.25-.023.511.027.717.183s.372.461.328.722z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M16.783 19.862c.255-2.85.5-5.773-.3-8.517-.122-.422-.284-.856-.606-1.156-.244-.233-.844-.478-1.155-.205-.245.216-.278 1-.323 1.305-.15 1-.16 2.023-.027 3.028.266 2.022 1.094 3.978 2.41 5.544" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M17.333 24.111a3.42 3.42 0 0 1-2.59-.883c-1.338-1.222-2.183-4.144-.444-5.411 1.295-.939 2.556 1.083 2.761 2.2.067.355.15 4.105.273 4.094" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M16.76 21.684c-.26-.9-1.022-1.611-1.9-1.772-.077-.017-.16-.028-.205-.095-.045-.066-.028-.166 0-.244.15-.367.605-.522.966-.395.362.128.623.473.756.845s.161.783.189 1.183l.194.472z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M14.777 21.29c-.05 0-.1-.029-.127-.079-.3-.627-.223-1.45.194-1.994a.14.14 0 0 1 .194-.028.14.14 0 0 1 .028.195c-.355.466-.422 1.172-.167 1.705.034.067 0 .15-.066.184-.017.01-.04.01-.061.01z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M14.35 19.623c.155-.211.433-.29.677-.245s.472.19.661.361c.461.412.778.995.89 1.623.077.45.166.833.36 1.244.14-.417.217-.855.223-1.294.01-.59-.112-1.19-.417-1.684-.306-.494-.806-.86-1.361-.905a1.03 1.03 0 0 0-.717.183c-.206.156-.372.461-.328.722z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M27.6 3.717c-.328 1.494-.645 3.094-.1 4.522.477 1.25 1.538 2.167 2.3 3.267 1.027 1.489 1.483 3.283 1.977 5.028.206.722.428 1.466.934 2.016.505.55 1.739 1.206 2.15.584.739-1.122.478-2.59.36-3.928-.132-1.578-.021-3.172-.194-4.75-.144-1.311-.505-2.661-1.31-3.728-.806-1.067-1.54-2.205-2.573-3.1-.344-.294-.728-.572-1.172-.65-.495-.083-1.011.095-1.428.378s-.75.667-1.083 1.05l.128-.683z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M47.872 50H2.316c1.467-2.044 3.69-3.627 5.9-4.928 2.367-1.394 4.89-2.677 6.934-4.472a13 13 0 0 0 1.21-1.189q.308-.333.584-.7c.24-.31.467-.639.667-.977A11.46 11.46 0 0 0 19.3 31.9q.002-.3-.006-.6H30.9q-.015.443-.006.884a11.55 11.55 0 0 0 1.934 5.933c0 .006.005.006.005.011q.194.3.411.583c.334.44.695.845 1.084 1.228.338.34.7.661 1.072.967q.407.34.839.655c.133.106.272.2.41.295.445.316.906.616 1.373.905.25.156.5.306.756.461.738.44 1.483.862 2.227 1.29.322.188.645.372.961.56 2.212 1.3 4.434 2.884 5.9 4.928z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M32.833 38.128c-3.922-.167-9.9-.483-13.533-6.228.71-.7 4.483.04 5.233-.6H30.9c-.1 2.406.594 4.828 1.933 6.828" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M34.194 19.145c-.295 3.922-.317 8.005-1.689 10.783-1.295 2.628-3.567 4.261-6.939 4.311-3.605.061-6.472-1.767-7.45-4.078-1.228-2.894-1.217-7.228-1.644-11.139C15.294 8.278 20.488 4.79 25.444 4.79s9.539 3.922 8.755 14.356z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M24.633 7.928c0 .044-.011.083-.017.128-.094.75-.205 1.522-.6 2.166-.427.69-1.155 1.084-1.938.884-.634-.161-1.328-1.128-2.023-.822-.494.216-.472.916-.727 1.388-.356.656-1.206.811-1.95.9-.673-.483-.662-1.488-.467-2.3.422-1.738 1.416-3.383 2.922-4.344a5.3 5.3 0 0 1 3.072-.828c.228.011 2.395.54 2.267.767-.35.622-.456 1.344-.544 2.055z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M21.65 18.172c.31 0 .561-.296.561-.66 0-.366-.251-.662-.561-.662s-.561.296-.561.661.251.661.561.661m7.56 0c.31 0 .562-.296.562-.66 0-.366-.252-.662-.561-.662s-.562.296-.562.661.252.661.561.661m-3.838 4.873h-.034l-1.566-.395a.14.14 0 0 1-.106-.161c.322-1.861 1.161-6.733 1.172-6.922a.14.14 0 0 1 .145-.128c.072 0 .133.061.133.139 0 .128-.855 5.105-1.155 6.839l1.444.36a.137.137 0 0 1 .1.168.14.14 0 0 1-.133.105zm-1.294 2.028a5.4 5.4 0 0 1-.973-.09.13.13 0 0 1-.11-.16.135.135 0 0 1 .16-.111c2.278.41 4-.728 5.384-1.9a.135.135 0 0 1 .194.016.135.135 0 0 1-.016.195c-1.162.983-2.7 2.05-4.645 2.05zm-2.539-10.912c.228.017.478.056.644.139.178.083.328.256.334.45.027.628-1.178.517-1.556.578a7.2 7.2 0 0 0-1.989.644c-.117.056-.233.117-.355.14-.123.021-.273-.012-.35-.112-.178-.228.155-.605.316-.744a4.35 4.35 0 0 1 2.65-1.095zm7.061.1c-.228.017-.478.056-.645.14-.177.082-.327.255-.333.45-.028.627 1.178.516 1.556.577a7.2 7.2 0 0 1 1.988.644c.117.056.234.117.356.14.122.021.272-.012.35-.112.178-.228-.155-.605-.317-.744a4.35 4.35 0 0 0-2.65-1.095z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M34.877 18.09c-2.078-2.7-1.867-6.306-3.444-9.323-.467-.894-1.556-1.239-2.55-1.411q-.858-.151-1.717-.228a19.3 19.3 0 0 0-4.567.167c-.455.072-1.139.372-1.577.322a.8.8 0 0 1-.2-.05c-.29-.111-.295-.383-.24-.8.112-.878.634-1.7 1.312-2.244.86-.69 1.983-1.006 3.089-1 1.105.005 2.078.427 3.144.616h.028c.9.156 1.667.54 2.406 1.1 1.494 1.145 2.56 2.811 3.183 4.578.905 2.556 1.055 5.556 1.133 8.267z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M28.01 3.267C26.95 2.1 25.506 2.16 24.073 2.3c-2.234.222-4.45.94-6.24 2.295-1.466 1.116-2.633 2.694-3.127 4.477-.25.895.017 1.634.189 2.528.211 1.106.55 2.184.889 3.261.35.206.733-.244.811-.639.078-.394.105-.883.461-1.072.406-.21.945.15 1.356-.055.3-.15.383-.534.394-.873s-.028-.694.145-.983c.322-.539 1.11-.478 1.71-.289.6.19 1.3.417 1.8.045.445-.328.495-.967.5-1.523l.034-2.777c.011-.906.105-1.973.878-2.45.722-.45 1.722-.106 2.283.539.561.644.778 1.5.983 2.327.64-.322 1.084-1.044 1.117-1.755s.256-1.567-.222-2.095z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M34.878 18.09c-2.078-2.7-1.867-6.306-3.445-9.323-.466-.895-1.555-1.239-2.55-1.411q-.858-.151-1.716-.228c.05-.561.26-1.106.455-1.633.167-.45.339-.9.506-1.356h.027c.9.156 1.667.539 2.406 1.1 1.494 1.145 2.561 2.811 3.183 4.578.906 2.556 1.056 5.556 1.134 8.267z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#00436E", d: "M47.872 50H2.316c1.467-2.044 3.69-3.628 5.9-4.928 2.367-1.394 4.89-2.678 6.934-4.472.428-.367.833-.767 1.21-1.189 3.079 1.578 6.545 2.395 10 2.317a20.8 20.8 0 0 0 5.44-.856s.016 0 .022-.01c.856-.25 1.694-.562 2.506-.923.338.339.7.661 1.072.967q.407.34.839.655.201.151.41.295c.445.316.906.616 1.373.905.25.156.5.306.756.461.738.44 1.483.861 2.227 1.29.322.188.645.371.961.56 2.212 1.3 4.434 2.884 5.9 4.928z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#00314C", d: "M41.005 44.512c-5.717 0-11.428-.411-17.083-1.234 2.8 0 5.328-1.244 7.878-2.405a.04.04 0 0 0 .022-.011 20 20 0 0 0 2.505-.922c1.89 1.888 4.317 3.21 6.678 4.572" }), (0, jsx_runtime_1.jsx)("path", { fill: "#1E599C", d: "M16.05 37.884a1.04 1.04 0 0 1 1.36-.256c1.2.722 3.85 1.94 8.073 1.911 4.222-.028 6.917-1.144 8.006-1.76 1.144-.645 1.783.85 2.21 1.588.123.211.245.433.245.678-.01.705-.939 1.15-1.505 1.35-.884.31-1.745.705-2.64 1.01a19.3 19.3 0 0 1-6.282 1.056c-5.095 0-8.617-1.727-10.217-2.733a1.053 1.053 0 0 1-.272-1.55l1.016-1.289z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M14.966 15.161a.42.42 0 0 1-.389-.266.414.414 0 0 1 .24-.54c.25-.094.505-.188.755-.266 2.622-.855 5.344-.828 8.066.089.056.017.128.039.2.067l.1.033a.42.42 0 0 1 .262.528.42.42 0 0 1-.528.26l-.117-.038a2 2 0 0 0-.167-.056c-2.566-.86-5.11-.888-7.572-.088a9 9 0 0 0-.705.244.5.5 0 0 1-.15.028z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M20.127 22.178H18.65a3.516 3.516 0 0 1-3.51-3.517c0-1.289.038-2.656.3-3.956l.05-.255a.21.21 0 0 1 .138-.156c2.589-.844 5.261-.816 7.945.084a.21.21 0 0 1 .144.2v4.016a3.594 3.594 0 0 1-3.589 3.59zm-4.255-7.528-.028.133c-.256 1.267-.295 2.606-.295 3.867a3.1 3.1 0 0 0 3.095 3.105h1.478a3.175 3.175 0 0 0 3.172-3.172v-3.866c-2.506-.812-5.006-.84-7.423-.073zm19.238.456q-.075-.002-.15-.028a10 10 0 0 0-.694-.245c-2.466-.805-5.01-.777-7.56.078a2 2 0 0 0-.184.061l-.117.04a.42.42 0 0 1-.528-.262.42.42 0 0 1 .261-.528l.1-.033q.11-.04.217-.072c2.706-.912 5.422-.94 8.056-.078.244.072.5.167.75.261a.414.414 0 0 1 .239.539.42.42 0 0 1-.39.266" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M31.428 22.122H29.95a3.594 3.594 0 0 1-3.59-3.589v-4.016c0-.09.056-.167.145-.2 2.684-.9 5.356-.928 7.945-.084a.21.21 0 0 1 .139.156l.05.255c.266 1.3.3 2.667.3 3.95a3.52 3.52 0 0 1-3.512 3.523zm-4.645-7.45v3.867a3.175 3.175 0 0 0 3.172 3.172h1.478a3.1 3.1 0 0 0 3.095-3.1c0-1.267-.034-2.611-.295-3.872l-.028-.134c-2.422-.76-4.916-.738-7.422.073z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M26.494 16.09a.3.3 0 0 1-.139-.034c-.928-.528-1.589-.55-2.605-.095a.28.28 0 0 1-.367-.139.28.28 0 0 1 .139-.366c1.178-.534 2.022-.5 3.106.117a.28.28 0 0 1 .105.377.28.28 0 0 1-.244.14z" })] })] })),
|
|
27
|
+
filled: (_colors) => ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("mask", { id: "a", width: "50", height: "50", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: (0, jsx_runtime_1.jsx)("circle", { cx: "25", cy: "25", r: "25", fill: "#D9D9D9" }) }), (0, jsx_runtime_1.jsxs)("g", { mask: "url(#a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#F0AC1C", d: "M50 0H0v50h50z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M35.983 23.184a3.45 3.45 0 0 1-1.611.816 2.6 2.6 0 0 1-.5.067 2.3 2.3 0 0 1-.483 0c.077 0 .133-1.322.189-2.467.016-.422.033-.822.05-1.122.01-.255.027-.439.038-.505.1-.54.445-1.29.923-1.817.466-.517 1.06-.817 1.677-.483.05.027.106.06.156.1 1.744 1.266.9 4.189-.439 5.41" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M33.96 21.639c.262-.9 1.023-1.611 1.9-1.772.079-.017.162-.028.206-.095.045-.066.028-.166 0-.244-.15-.367-.605-.522-.966-.395-.361.128-.622.473-.756.845-.133.372-.16.783-.189 1.183l-.194.472z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M35.95 21.245s-.039 0-.061-.012c-.067-.033-.1-.116-.067-.183.256-.539.189-1.239-.166-1.706a.14.14 0 0 1 .027-.194.14.14 0 0 1 .195.028c.416.55.494 1.366.194 1.994a.14.14 0 0 1-.128.078z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M36.372 19.584c-.155-.211-.433-.29-.677-.245s-.473.19-.662.361a2.85 2.85 0 0 0-.888 1.623c-.078.45-.167.833-.362 1.244a4.3 4.3 0 0 1-.222-1.294c-.01-.59.111-1.19.417-1.684.305-.494.805-.86 1.361-.905.25-.023.511.027.717.183s.372.461.328.722z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M16.783 19.862c.255-2.85.5-5.773-.3-8.517-.122-.422-.284-.856-.606-1.156-.244-.233-.844-.478-1.155-.205-.245.216-.278 1-.323 1.305-.15 1-.16 2.023-.027 3.028.266 2.022 1.094 3.978 2.41 5.544" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M17.333 24.111a3.42 3.42 0 0 1-2.59-.883c-1.338-1.222-2.183-4.144-.444-5.411 1.295-.939 2.556 1.083 2.761 2.2.067.355.15 4.105.273 4.094" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M16.76 21.684c-.26-.9-1.022-1.611-1.9-1.772-.077-.017-.16-.028-.205-.095-.045-.066-.028-.166 0-.244.15-.367.605-.522.966-.395.362.128.623.473.756.845s.161.783.189 1.183l.194.472z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#914747", d: "M14.777 21.29c-.05 0-.1-.029-.127-.079-.3-.627-.223-1.45.194-1.994a.14.14 0 0 1 .194-.028.14.14 0 0 1 .028.195c-.355.466-.422 1.172-.167 1.705.034.067 0 .15-.066.184-.017.01-.04.01-.061.01z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M14.35 19.623c.155-.211.433-.29.677-.245s.472.19.661.361c.461.412.778.995.89 1.623.077.45.166.833.36 1.244.14-.417.217-.855.223-1.294.01-.59-.112-1.19-.417-1.684-.306-.494-.806-.86-1.361-.905a1.03 1.03 0 0 0-.717.183c-.206.156-.372.461-.328.722z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M27.6 3.717c-.328 1.494-.645 3.094-.1 4.522.477 1.25 1.538 2.167 2.3 3.267 1.027 1.489 1.483 3.283 1.977 5.028.206.722.428 1.466.934 2.016.505.55 1.739 1.206 2.15.584.739-1.122.478-2.59.36-3.928-.132-1.578-.021-3.172-.194-4.75-.144-1.311-.505-2.661-1.31-3.728-.806-1.067-1.54-2.205-2.573-3.1-.344-.294-.728-.572-1.172-.65-.495-.083-1.011.095-1.428.378s-.75.667-1.083 1.05l.128-.683z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M47.872 50H2.316c1.467-2.044 3.69-3.627 5.9-4.928 2.367-1.394 4.89-2.677 6.934-4.472a13 13 0 0 0 1.21-1.189q.308-.333.584-.7c.24-.31.467-.639.667-.977A11.46 11.46 0 0 0 19.3 31.9q.002-.3-.006-.6H30.9q-.015.443-.006.884a11.55 11.55 0 0 0 1.934 5.933c0 .006.005.006.005.011q.194.3.411.583c.334.44.695.845 1.084 1.228.338.34.7.661 1.072.967q.407.34.839.655c.133.106.272.2.41.295.445.316.906.616 1.373.905.25.156.5.306.756.461.738.44 1.483.862 2.227 1.29.322.188.645.372.961.56 2.212 1.3 4.434 2.884 5.9 4.928z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M32.833 38.128c-3.922-.167-9.9-.483-13.533-6.228.71-.7 4.483.04 5.233-.6H30.9c-.1 2.406.594 4.828 1.933 6.828" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D9847B", d: "M34.194 19.145c-.295 3.922-.317 8.005-1.689 10.783-1.295 2.628-3.567 4.261-6.939 4.311-3.605.061-6.472-1.767-7.45-4.078-1.228-2.894-1.217-7.228-1.644-11.139C15.294 8.278 20.488 4.79 25.444 4.79s9.539 3.922 8.755 14.356z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#C25361", d: "M24.633 7.928c0 .044-.011.083-.017.128-.094.75-.205 1.522-.6 2.166-.427.69-1.155 1.084-1.938.884-.634-.161-1.328-1.128-2.023-.822-.494.216-.472.916-.727 1.388-.356.656-1.206.811-1.95.9-.673-.483-.662-1.488-.467-2.3.422-1.738 1.416-3.383 2.922-4.344a5.3 5.3 0 0 1 3.072-.828c.228.011 2.395.54 2.267.767-.35.622-.456 1.344-.544 2.055z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M21.65 18.172c.31 0 .561-.296.561-.66 0-.366-.251-.662-.561-.662s-.561.296-.561.661.251.661.561.661m7.56 0c.31 0 .562-.296.562-.66 0-.366-.252-.662-.561-.662s-.562.296-.562.661.252.661.561.661m-3.838 4.873h-.034l-1.566-.395a.14.14 0 0 1-.106-.161c.322-1.861 1.161-6.733 1.172-6.922a.14.14 0 0 1 .145-.128c.072 0 .133.061.133.139 0 .128-.855 5.105-1.155 6.839l1.444.36a.137.137 0 0 1 .1.168.14.14 0 0 1-.133.105zm-1.294 2.028a5.4 5.4 0 0 1-.973-.09.13.13 0 0 1-.11-.16.135.135 0 0 1 .16-.111c2.278.41 4-.728 5.384-1.9a.135.135 0 0 1 .194.016.135.135 0 0 1-.016.195c-1.162.983-2.7 2.05-4.645 2.05zm-2.539-10.912c.228.017.478.056.644.139.178.083.328.256.334.45.027.628-1.178.517-1.556.578a7.2 7.2 0 0 0-1.989.644c-.117.056-.233.117-.355.14-.123.021-.273-.012-.35-.112-.178-.228.155-.605.316-.744a4.35 4.35 0 0 1 2.65-1.095zm7.061.1c-.228.017-.478.056-.645.14-.177.082-.327.255-.333.45-.028.627 1.178.516 1.556.577a7.2 7.2 0 0 1 1.988.644c.117.056.234.117.356.14.122.021.272-.012.35-.112.178-.228-.155-.605-.317-.744a4.35 4.35 0 0 0-2.65-1.095z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#000", d: "M34.877 18.09c-2.078-2.7-1.867-6.306-3.444-9.323-.467-.894-1.556-1.239-2.55-1.411q-.858-.151-1.717-.228a19.3 19.3 0 0 0-4.567.167c-.455.072-1.139.372-1.577.322a.8.8 0 0 1-.2-.05c-.29-.111-.295-.383-.24-.8.112-.878.634-1.7 1.312-2.244.86-.69 1.983-1.006 3.089-1 1.105.005 2.078.427 3.144.616h.028c.9.156 1.667.54 2.406 1.1 1.494 1.145 2.56 2.811 3.183 4.578.905 2.556 1.055 5.556 1.133 8.267z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M28.01 3.267C26.95 2.1 25.506 2.16 24.073 2.3c-2.234.222-4.45.94-6.24 2.295-1.466 1.116-2.633 2.694-3.127 4.477-.25.895.017 1.634.189 2.528.211 1.106.55 2.184.889 3.261.35.206.733-.244.811-.639.078-.394.105-.883.461-1.072.406-.21.945.15 1.356-.055.3-.15.383-.534.394-.873s-.028-.694.145-.983c.322-.539 1.11-.478 1.71-.289.6.19 1.3.417 1.8.045.445-.328.495-.967.5-1.523l.034-2.777c.011-.906.105-1.973.878-2.45.722-.45 1.722-.106 2.283.539.561.644.778 1.5.983 2.327.64-.322 1.084-1.044 1.117-1.755s.256-1.567-.222-2.095z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#331914", d: "M34.878 18.09c-2.078-2.7-1.867-6.306-3.445-9.323-.466-.895-1.555-1.239-2.55-1.411q-.858-.151-1.716-.228c.05-.561.26-1.106.455-1.633.167-.45.339-.9.506-1.356h.027c.9.156 1.667.539 2.406 1.1 1.494 1.145 2.561 2.811 3.183 4.578.906 2.556 1.056 5.556 1.134 8.267z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#00436E", d: "M47.872 50H2.316c1.467-2.044 3.69-3.628 5.9-4.928 2.367-1.394 4.89-2.678 6.934-4.472.428-.367.833-.767 1.21-1.189 3.079 1.578 6.545 2.395 10 2.317a20.8 20.8 0 0 0 5.44-.856s.016 0 .022-.01c.856-.25 1.694-.562 2.506-.923.338.339.7.661 1.072.967q.407.34.839.655.201.151.41.295c.445.316.906.616 1.373.905.25.156.5.306.756.461.738.44 1.483.861 2.227 1.29.322.188.645.371.961.56 2.212 1.3 4.434 2.884 5.9 4.928z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#00314C", d: "M41.005 44.512c-5.717 0-11.428-.411-17.083-1.234 2.8 0 5.328-1.244 7.878-2.405a.04.04 0 0 0 .022-.011 20 20 0 0 0 2.505-.922c1.89 1.888 4.317 3.21 6.678 4.572" }), (0, jsx_runtime_1.jsx)("path", { fill: "#1E599C", d: "M16.05 37.884a1.04 1.04 0 0 1 1.36-.256c1.2.722 3.85 1.94 8.073 1.911 4.222-.028 6.917-1.144 8.006-1.76 1.144-.645 1.783.85 2.21 1.588.123.211.245.433.245.678-.01.705-.939 1.15-1.505 1.35-.884.31-1.745.705-2.64 1.01a19.3 19.3 0 0 1-6.282 1.056c-5.095 0-8.617-1.727-10.217-2.733a1.053 1.053 0 0 1-.272-1.55l1.016-1.289z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M14.966 15.161a.42.42 0 0 1-.389-.266.414.414 0 0 1 .24-.54c.25-.094.505-.188.755-.266 2.622-.855 5.344-.828 8.066.089.056.017.128.039.2.067l.1.033a.42.42 0 0 1 .262.528.42.42 0 0 1-.528.26l-.117-.038a2 2 0 0 0-.167-.056c-2.566-.86-5.11-.888-7.572-.088a9 9 0 0 0-.705.244.5.5 0 0 1-.15.028z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M20.127 22.178H18.65a3.516 3.516 0 0 1-3.51-3.517c0-1.289.038-2.656.3-3.956l.05-.255a.21.21 0 0 1 .138-.156c2.589-.844 5.261-.816 7.945.084a.21.21 0 0 1 .144.2v4.016a3.594 3.594 0 0 1-3.589 3.59zm-4.255-7.528-.028.133c-.256 1.267-.295 2.606-.295 3.867a3.1 3.1 0 0 0 3.095 3.105h1.478a3.175 3.175 0 0 0 3.172-3.172v-3.866c-2.506-.812-5.006-.84-7.423-.073zm19.238.456q-.075-.002-.15-.028a10 10 0 0 0-.694-.245c-2.466-.805-5.01-.777-7.56.078a2 2 0 0 0-.184.061l-.117.04a.42.42 0 0 1-.528-.262.42.42 0 0 1 .261-.528l.1-.033q.11-.04.217-.072c2.706-.912 5.422-.94 8.056-.078.244.072.5.167.75.261a.414.414 0 0 1 .239.539.42.42 0 0 1-.39.266" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M31.428 22.122H29.95a3.594 3.594 0 0 1-3.59-3.589v-4.016c0-.09.056-.167.145-.2 2.684-.9 5.356-.928 7.945-.084a.21.21 0 0 1 .139.156l.05.255c.266 1.3.3 2.667.3 3.95a3.52 3.52 0 0 1-3.512 3.523zm-4.645-7.45v3.867a3.175 3.175 0 0 0 3.172 3.172h1.478a3.1 3.1 0 0 0 3.095-3.1c0-1.267-.034-2.611-.295-3.872l-.028-.134c-2.422-.76-4.916-.738-7.422.073z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M26.494 16.09a.3.3 0 0 1-.139-.034c-.928-.528-1.589-.55-2.605-.095a.28.28 0 0 1-.367-.139.28.28 0 0 1 .139-.366c1.178-.534 2.022-.5 3.106.117a.28.28 0 0 1 .105.377.28.28 0 0 1-.244.14z" })] })] })),
|
|
28
|
+
}, '0 0 50 50');
|
|
8
29
|
exports.IllustrationDoubtsolve = (0, types_1.createIllustrationIcon)('IllustrationDoubtsolve', {
|
|
9
30
|
primary: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { fill: "#5F85BC", d: "m39.62 40.03-8.816 3.905-12.571 5.569c-3.008 1.333-6.488-.113-7.778-3.232L1 23.375 9.872 6.447 23.298.495c3.008-1.33 6.49.113 7.777 3.231l6.91 16.732 4.754 11.517c1.29 3.118-.112 6.725-3.12 8.055" }), (0, jsx_runtime_1.jsx)("path", { fill: "#79A3D2", d: "m28.037 10.747-11.42 5.105c-.655.294-1.494-.21-1.874-1.12s-.155-1.89.5-2.18l11.42-5.106c.655-.294 1.494.21 1.874 1.12s.155 1.89-.5 2.18" }), (0, jsx_runtime_1.jsx)("path", { fill: "#5D5D9F", d: "M1 23.375 9.872 6.442l2.209 5.348c1.286 3.119-.108 6.725-3.12 8.06z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#4274AF", d: "m39.952 40.074-9.26 4.102h-8.791c-3.86 0-6.99-3.155-6.99-7.052V26.571c0-3.897 3.13-7.056 6.99-7.056h.834l.528-2.027a3.5 3.5 0 0 1 3.383-2.628h6.939a3.5 3.5 0 0 1 3.38 2.628l.53 2.027h.74l4.993 12.097c1.354 3.276-.116 7.064-3.276 8.462" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F2AE1D", d: "M42.01 19.519c3.863 0 6.99 3.159 6.99 7.052v10.553c0 3.897-3.131 7.052-6.99 7.052H25.584c-3.863 0-6.99-3.159-6.99-7.052V26.571c0-3.897 3.131-7.052 6.99-7.052h.831l.531-2.031a3.5 3.5 0 0 1 3.38-2.628h6.938a3.5 3.5 0 0 1 3.38 2.628l.531 2.03z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#FCDFB1", d: "M33.81 39.34c-4.307 0-7.81-3.538-7.81-7.886s3.503-7.886 7.81-7.886c4.305 0 7.809 3.538 7.809 7.886s-3.504 7.886-7.81 7.886m0-12.907c-2.74 0-4.97 2.253-4.97 5.021 0 2.769 2.23 5.021 4.97 5.021s4.969-2.252 4.969-5.02c0-2.769-2.23-5.021-4.97-5.021" })] })),
|
|
10
31
|
secondary: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { fill: "#BC7874", d: "m39.62 40.03-8.816 3.905-12.571 5.569c-3.008 1.333-6.488-.113-7.778-3.232L1 23.375 9.872 6.447 23.298.495c3.008-1.33 6.49.113 7.777 3.231l6.91 16.732 4.754 11.517c1.29 3.118-.112 6.725-3.12 8.055" }), (0, jsx_runtime_1.jsx)("path", { fill: "#FCB9B7", d: "m28.037 10.747-11.42 5.105c-.655.294-1.494-.21-1.874-1.12s-.155-1.89.5-2.18l11.42-5.106c.655-.294 1.494.21 1.874 1.12s.155 1.89-.5 2.18" }), (0, jsx_runtime_1.jsx)("path", { fill: "#7A3939", d: "M1 23.375 9.872 6.442l2.209 5.348c1.286 3.119-.108 6.725-3.12 8.06zm38.952 16.699-9.26 4.102h-8.791c-3.86 0-6.99-3.155-6.99-7.052V26.571c0-3.897 3.13-7.056 6.99-7.056h.834l.528-2.027a3.5 3.5 0 0 1 3.383-2.628h6.939a3.5 3.5 0 0 1 3.38 2.628l.53 2.027h.74l4.993 12.097c1.354 3.276-.116 7.064-3.276 8.462" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F2AE1D", d: "M42.01 19.519c3.863 0 6.99 3.159 6.99 7.052v10.553c0 3.897-3.131 7.052-6.99 7.052H25.584c-3.863 0-6.99-3.159-6.99-7.052V26.571c0-3.897 3.131-7.052 6.99-7.052h.831l.531-2.031a3.5 3.5 0 0 1 3.38-2.628h6.938a3.5 3.5 0 0 1 3.38 2.628l.531 2.03z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#FCDFB1", d: "M33.81 39.34c-4.307 0-7.81-3.538-7.81-7.886s3.503-7.886 7.81-7.886c4.305 0 7.809 3.538 7.809 7.886s-3.504 7.886-7.81 7.886m0-12.907c-2.74 0-4.97 2.253-4.97 5.021 0 2.769 2.23 5.021 4.97 5.021s4.969-2.252 4.969-5.02c0-2.769-2.23-5.021-4.97-5.021" })] })),
|