@dicebear/definitions 10.0.0-beta.5 → 10.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/LICENSE.md +62 -52
  2. package/README.md +53 -6
  3. package/dist/adventurer-neutral.min.json +1 -0
  4. package/dist/adventurer.min.json +1 -0
  5. package/dist/avataaars-neutral.min.json +1 -0
  6. package/dist/avataaars.min.json +1 -0
  7. package/dist/big-ears-neutral.min.json +1 -0
  8. package/dist/big-ears.min.json +1 -0
  9. package/dist/big-smile.min.json +1 -0
  10. package/dist/bottts-neutral.min.json +1 -0
  11. package/dist/bottts.min.json +1 -0
  12. package/dist/croodles-neutral.min.json +1 -0
  13. package/dist/croodles.min.json +1 -0
  14. package/dist/dylan.min.json +1 -0
  15. package/dist/fun-emoji.min.json +1 -0
  16. package/dist/glass.min.json +1 -0
  17. package/dist/icons.min.json +1 -0
  18. package/dist/identicon.min.json +1 -0
  19. package/dist/initials.min.json +1 -0
  20. package/dist/lorelei-neutral.min.json +1 -0
  21. package/dist/lorelei.min.json +1 -0
  22. package/dist/micah.min.json +1 -0
  23. package/dist/miniavs.min.json +1 -0
  24. package/dist/notionists-neutral.min.json +1 -0
  25. package/dist/notionists.min.json +1 -0
  26. package/dist/open-peeps.min.json +1 -0
  27. package/dist/personas.min.json +1 -0
  28. package/dist/pixel-art-neutral.min.json +1 -0
  29. package/dist/pixel-art.min.json +1 -0
  30. package/dist/rings.min.json +1 -0
  31. package/dist/shapes.min.json +1 -0
  32. package/dist/thumbs.min.json +1 -0
  33. package/dist/toon-head.min.json +1 -0
  34. package/package.json +136 -19
  35. package/src/adventurer-neutral.json +1977 -417
  36. package/src/adventurer.json +3980 -725
  37. package/src/avataaars-neutral.json +829 -234
  38. package/src/avataaars.json +2967 -703
  39. package/src/big-ears-neutral.json +2651 -482
  40. package/src/big-ears.json +4347 -905
  41. package/src/big-smile.json +1271 -247
  42. package/src/bottts-neutral.json +1054 -163
  43. package/src/bottts.json +3846 -331
  44. package/src/croodles-neutral.json +1059 -252
  45. package/src/croodles.json +4254 -513
  46. package/src/dylan.json +371 -143
  47. package/src/fun-emoji.json +1428 -185
  48. package/src/glass.json +387 -149
  49. package/src/icons.json +2342 -768
  50. package/src/identicon.json +598 -201
  51. package/src/initials.json +126 -30
  52. package/src/lorelei-neutral.json +1329 -438
  53. package/src/lorelei.json +3146 -755
  54. package/src/micah.json +1447 -361
  55. package/src/miniavs.json +794 -185
  56. package/src/notionists-neutral.json +1309 -438
  57. package/src/notionists.json +4260 -1040
  58. package/src/open-peeps.json +2696 -588
  59. package/src/personas.json +1405 -302
  60. package/src/pixel-art-neutral.json +2302 -306
  61. package/src/pixel-art.json +6871 -817
  62. package/src/rings.json +481 -152
  63. package/src/shapes.json +414 -150
  64. package/src/thumbs.json +862 -311
  65. package/src/toon-head.json +1217 -0
  66. package/types/index.d.ts +0 -426
@@ -1,7 +1,7 @@
1
1
  {
2
- "$schema": "https://static.dicebear.com/schema/definition.json#",
2
+ "$schema": "https://cdn.hopjs.net/npm/@dicebear/schema@0.10.0/dist/definition.min.json",
3
3
  "$comment": "This file was generated by the DiceBear Exporter for Figma. https://www.figma.com/community/plugin/1005765655729342787",
4
- "metadata": {
4
+ "meta": {
5
5
  "license": {
6
6
  "name": "CC BY 4.0",
7
7
  "url": "https://creativecommons.org/licenses/by/4.0/",
@@ -16,502 +16,2671 @@
16
16
  "url": "https://www.figma.com/community/file/986078800058673824"
17
17
  }
18
18
  },
19
- "body": {
20
- "content": "<g transform=\"translate(85 138.9)scale(.71856)\"><use href=\"#component-mouth\"/></g><g transform=\"translate(1 11)scale(.71856)\"><use href=\"#component-eyes\"/></g><g transform=\"translate(13 89.2)scale(.71856)\"><use href=\"#component-cheek\"/></g><g transform=\"translate(77 79.8)scale(.71856)\"><use href=\"#component-nose\"/></g>",
19
+ "canvas": {
20
+ "elements": [
21
+ {
22
+ "name": "g",
23
+ "type": "element",
24
+ "attributes": {
25
+ "transform": "translate(85 138.9)scale(.71856)"
26
+ },
27
+ "children": [
28
+ {
29
+ "type": "component",
30
+ "value": "mouth"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "name": "g",
36
+ "type": "element",
37
+ "attributes": {
38
+ "transform": "translate(1 11)scale(.71856)"
39
+ },
40
+ "children": [
41
+ {
42
+ "type": "component",
43
+ "value": "eyes"
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "name": "g",
49
+ "type": "element",
50
+ "attributes": {
51
+ "transform": "translate(13 89.2)scale(.71856)"
52
+ },
53
+ "children": [
54
+ {
55
+ "type": "component",
56
+ "value": "cheek"
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "name": "g",
62
+ "type": "element",
63
+ "attributes": {
64
+ "transform": "translate(77 79.8)scale(.71856)"
65
+ },
66
+ "children": [
67
+ {
68
+ "type": "component",
69
+ "value": "nose"
70
+ }
71
+ ]
72
+ }
73
+ ],
21
74
  "width": 210,
22
75
  "height": 210
23
76
  },
24
- "attributes": [
25
- {
26
- "name": "fill",
27
- "value": "none"
28
- },
29
- {
30
- "name": "shape-rendering",
31
- "value": "auto"
32
- }
33
- ],
34
- "components": [
35
- {
36
- "name": "cheek",
37
- "width": 257,
38
- "height": 77,
39
- "probability": 50,
40
- "variants": [
41
- {
42
- "name": "variant06",
43
- "content": "<rect x=\"20\" y=\"16\" width=\"43.4013\" height=\"43.4013\" rx=\"21.7007\" fill=\"#F88888\"/><rect x=\"193\" y=\"16\" width=\"43.4013\" height=\"43.4013\" rx=\"21.7007\" fill=\"#F88888\"/>",
44
- "default": true
45
- },
46
- {
47
- "name": "variant05",
48
- "content": "<rect x=\"20\" y=\"16\" width=\"43.4013\" height=\"43.4013\" rx=\"21.7007\" fill=\"#FFC6C6\"/><rect x=\"193\" y=\"16\" width=\"43.4013\" height=\"43.4013\" rx=\"21.7007\" fill=\"#FFC6C6\"/>",
49
- "default": true
50
- },
51
- {
52
- "name": "variant04",
53
- "content": "<rect x=\"10\" y=\"16\" width=\"56.261\" height=\"43.4013\" rx=\"21.7007\" fill=\"#F88888\"/><rect x=\"190\" y=\"16\" width=\"56.261\" height=\"43.4013\" rx=\"21.7007\" fill=\"#F88888\"/>",
54
- "default": true
55
- },
56
- {
57
- "name": "variant03",
58
- "content": "<rect x=\"10\" y=\"16\" width=\"56.261\" height=\"43.4013\" rx=\"21.7007\" fill=\"#FFC6C6\"/><rect x=\"190\" y=\"16\" width=\"56.261\" height=\"43.4013\" rx=\"21.7007\" fill=\"#FFC6C6\"/>",
59
- "default": true
60
- },
61
- {
62
- "name": "variant02",
63
- "content": "<rect x=\"34\" y=\"38.467\" width=\"12.8597\" height=\"12.8597\" rx=\"6.42983\" fill=\"black\" fill-opacity=\"0.4\"/><rect x=\"58.1118\" y=\"24\" width=\"12.8597\" height=\"14.4671\" rx=\"6.42983\" fill=\"black\" fill-opacity=\"0.4\"/><rect x=\"77.4014\" y=\"38.467\" width=\"12.8597\" height=\"12.8597\" rx=\"6.42983\" fill=\"black\" fill-opacity=\"0.4\"/><rect x=\"167.419\" y=\"38.467\" width=\"12.8597\" height=\"12.8597\" rx=\"6.42983\" fill=\"black\" fill-opacity=\"0.4\"/><rect x=\"191.531\" y=\"24\" width=\"12.8597\" height=\"14.4671\" rx=\"6.42983\" fill=\"black\" fill-opacity=\"0.4\"/><rect x=\"210.821\" y=\"38.467\" width=\"12.8597\" height=\"12.8597\" rx=\"6.42983\" fill=\"black\" fill-opacity=\"0.4\"/>",
64
- "default": true
65
- },
66
- {
67
- "name": "variant01",
68
- "content": "<rect x=\"34\" y=\"38.467\" width=\"12.8597\" height=\"12.8597\" rx=\"6.42983\" fill=\"black\" fill-opacity=\"0.2\"/><rect x=\"58.1118\" y=\"24\" width=\"12.8597\" height=\"14.4671\" rx=\"6.42983\" fill=\"black\" fill-opacity=\"0.2\"/><rect x=\"77.4014\" y=\"38.467\" width=\"12.8597\" height=\"12.8597\" rx=\"6.42983\" fill=\"black\" fill-opacity=\"0.2\"/><rect x=\"167.419\" y=\"38.467\" width=\"12.8597\" height=\"12.8597\" rx=\"6.42983\" fill=\"black\" fill-opacity=\"0.2\"/><rect x=\"191.531\" y=\"24\" width=\"12.8597\" height=\"14.4671\" rx=\"6.42983\" fill=\"black\" fill-opacity=\"0.2\"/><rect x=\"210.821\" y=\"38.467\" width=\"12.8597\" height=\"12.8597\" rx=\"6.42983\" fill=\"black\" fill-opacity=\"0.2\"/>",
69
- "default": true
77
+ "attributes": {
78
+ "fill": "none",
79
+ "shape-rendering": "auto"
80
+ },
81
+ "components": {
82
+ "mouth": {
83
+ "width": 56,
84
+ "height": 56,
85
+ "variants": {
86
+ "variant0708": {
87
+ "elements": [
88
+ {
89
+ "name": "path",
90
+ "type": "element",
91
+ "attributes": {
92
+ "fill-rule": "evenodd",
93
+ "clip-rule": "evenodd",
94
+ "d": "M-1.8 7.5c1.5-.2 2.9.9 3 2.4.8 5.2 8.5 19 37.5 20.3a2.7 2.7 0 0 1-.2 5.5C7.8 34.2-3 19.3-4.1 10.6c-.2-1.5.8-2.9 2.3-3",
95
+ "fill": "black"
96
+ }
97
+ }
98
+ ]
99
+ },
100
+ "variant0707": {
101
+ "elements": [
102
+ {
103
+ "name": "path",
104
+ "type": "element",
105
+ "attributes": {
106
+ "fill-rule": "evenodd",
107
+ "clip-rule": "evenodd",
108
+ "d": "M16 33a2.6 2.6 0 0 1 3.6-.7C23.7 35 38.2 37.9 57 18.2a2.6 2.6 0 1 1 3.7 3.5C40.8 42.5 23.6 41 16.8 36.6a2.6 2.6 0 0 1-.7-3.6",
109
+ "fill": "black"
110
+ }
111
+ }
112
+ ]
113
+ },
114
+ "variant0706": {
115
+ "elements": [
116
+ {
117
+ "name": "path",
118
+ "type": "element",
119
+ "attributes": {
120
+ "fill-rule": "evenodd",
121
+ "clip-rule": "evenodd",
122
+ "d": "M19.5 47.4c0-1.4 1.1-2.6 2.5-2.6a44 44 0 0 0 12-2 14 14 0 0 0 4.7-2.5q1.5-1.3 1.4-2.6 0-1.3-1.4-2.6a14 14 0 0 0-4.6-2.4 44 44 0 0 0-12-2 2.6 2.6 0 0 1 0-5.2c3.2 0 8-.6 12-1.9q3-1 4.6-2.4t1.4-2.7q0-1.5-1.4-2.8-1.5-1.3-4.6-2.4c-4-1.3-8.8-1.8-12-1.9a2.6 2.6 0 0 1 0-5.1c3.6 0 9 .6 13.7 2.2q3.5 1.2 6.3 3.4 2.8 2.4 3 6.6-.1 4-3 6.5a18 18 0 0 1-5.5 3.1q3.1 1.2 5.5 3.2a9 9 0 0 1 3 6.4q-.1 4.1-3 6.4a19 19 0 0 1-6.3 3.5 49 49 0 0 1-13.6 2.3c-1.4 0-2.6-1-2.7-2.5",
123
+ "fill": "black"
124
+ }
125
+ }
126
+ ]
127
+ },
128
+ "variant0705": {
129
+ "elements": [
130
+ {
131
+ "name": "path",
132
+ "type": "element",
133
+ "attributes": {
134
+ "fill-rule": "evenodd",
135
+ "clip-rule": "evenodd",
136
+ "d": "M-2.2 27.3q-2.2 1.9-4.6 3.6a3.2 3.2 0 0 1-3.7-5.2q2-1.4 4-3.2l2.3-1.9q3.4-2.7 7.9-5.2c6.1-3.4 14-5.7 26-5.7a53 53 0 0 1 38.5 16.5 3.2 3.2 0 1 1-5 4.1 47 47 0 0 0-33.5-14.2 46 46 0 0 0-23 4.9Q3 23-.2 25.7z",
137
+ "fill": "black"
138
+ }
139
+ }
140
+ ]
141
+ },
142
+ "variant0704": {
143
+ "elements": [
144
+ {
145
+ "name": "path",
146
+ "type": "element",
147
+ "attributes": {
148
+ "d": "M-3 23c2-1.4 13.9-8.8 31.1-8.8s33.3 7.4 31.3 8.9c0 17.2-2.1-3.6-29.2-3.6C1.1 19.5-3 40.3-3 23",
149
+ "fill": "black"
150
+ }
151
+ }
152
+ ]
153
+ },
154
+ "variant0703": {
155
+ "elements": [
156
+ {
157
+ "name": "path",
158
+ "type": "element",
159
+ "attributes": {
160
+ "fill-rule": "evenodd",
161
+ "clip-rule": "evenodd",
162
+ "d": "M-13.4 17.4c1.4-.1 2.6 1 2.7 2.4a23 23 0 0 0 4.2 11.4C-3.8 35 .5 38 7.3 38s11-3 13.8-6.7 4-8.4 4.1-11.4a2.6 2.6 0 0 1 5.2 0c0 3 1 7.7 3.8 11.5 2.7 3.6 7 6.6 14.1 6.6s11.4-3 14-6.6c2.8-3.8 3.9-8.4 4-11.4a2.6 2.6 0 0 1 5.1.1c-.1 3.8-1.4 9.5-4.9 14.3S57.1 43 48.3 43a21 21 0 0 1-20.6-12.9q-1 2.3-2.5 4.2a21 21 0 0 1-18 8.7c-8.5 0-14.3-3.8-17.9-8.7s-4.9-10.4-5.1-14.2c-.1-1.4 1-2.6 2.4-2.7",
163
+ "fill": "black"
164
+ }
165
+ }
166
+ ]
167
+ },
168
+ "variant0702": {
169
+ "elements": [
170
+ {
171
+ "name": "path",
172
+ "type": "element",
173
+ "attributes": {
174
+ "fill-rule": "evenodd",
175
+ "clip-rule": "evenodd",
176
+ "d": "m59 12.3 4.6-3.8a3.2 3.2 0 1 1 4 5L61.1 19q-3.4 3-7.9 5.7a49 49 0 0 1-26.1 6.2 51 51 0 0 1-38.6-18 3.2 3.2 0 1 1 5-3.9 45 45 0 0 0 33.6 15.5A43 43 0 0 0 50 19.2q3.7-2.3 6.9-5.1z",
177
+ "fill": "black"
178
+ }
179
+ }
180
+ ]
181
+ },
182
+ "variant0701": {
183
+ "elements": [
184
+ {
185
+ "name": "path",
186
+ "type": "element",
187
+ "attributes": {
188
+ "d": "M59.5 22.4c-2 1.5-14 9-31.2 9s-33.3-7.5-31.2-9c0-17.2 3.2 0 30.2 0 29.2 0 32.2-17.2 32.2 0",
189
+ "fill": "black"
190
+ }
191
+ }
192
+ ]
193
+ },
194
+ "variant0405": {
195
+ "elements": [
196
+ {
197
+ "name": "path",
198
+ "type": "element",
199
+ "attributes": {
200
+ "d": "M59.5 31.7c0 17.2-14 4.1-31.2 4.1C11 35.8-3 49-3 31.7a31.2 31.2 0 1 1 62.4 0",
201
+ "fill": "#DE8383"
202
+ }
203
+ }
204
+ ]
205
+ },
206
+ "variant0605": {
207
+ "elements": [
208
+ {
209
+ "name": "path",
210
+ "type": "element",
211
+ "attributes": {
212
+ "d": "M-24.2 21.4A17 17 0 0 1-7 4.4h66a17 17 0 1 1 0 34.2H-7a17 17 0 0 1-17.2-17.2",
213
+ "fill": "#DE8383"
214
+ }
215
+ }
216
+ ]
217
+ },
218
+ "variant0604": {
219
+ "elements": [
220
+ {
221
+ "name": "path",
222
+ "type": "element",
223
+ "attributes": {
224
+ "d": "M-22.7 25.2a17 17 0 0 1 17-17h66.2a17 17 0 1 1 0 34.2H-5.6a17 17 0 0 1-17.1-17.2",
225
+ "fill": "#F9F9F9"
226
+ }
227
+ }
228
+ ]
229
+ },
230
+ "variant0603": {
231
+ "elements": [
232
+ {
233
+ "name": "path",
234
+ "type": "element",
235
+ "attributes": {
236
+ "d": "M-24.2 22.5A17 17 0 0 1-7 5.4h66a17 17 0 0 1 0 34.2H-7a17 17 0 0 1-17.2-17.1",
237
+ "fill": "#DE8383"
238
+ }
239
+ },
240
+ {
241
+ "name": "path",
242
+ "type": "element",
243
+ "attributes": {
244
+ "fill-rule": "evenodd",
245
+ "clip-rule": "evenodd",
246
+ "d": "M74.4 14.3c-3 5.4-8.8 9-15.4 9H-6.3c-6.7 0-12.4-3.6-15.4-9 3-5.4 8.7-9 15.4-9H59c6.6 0 12.4 3.6 15.4 9",
247
+ "fill": "#F9F9F9"
248
+ }
249
+ }
250
+ ]
251
+ },
252
+ "variant0602": {
253
+ "elements": [
254
+ {
255
+ "name": "path",
256
+ "type": "element",
257
+ "attributes": {
258
+ "d": "M-24.2 27.2A17 17 0 0 1-7 10h66a17 17 0 1 1 0 34.2H-7a17 17 0 0 1-17.2-17.1",
259
+ "fill": "#DE8383"
260
+ }
261
+ },
262
+ {
263
+ "name": "path",
264
+ "type": "element",
265
+ "attributes": {
266
+ "fill-rule": "evenodd",
267
+ "clip-rule": "evenodd",
268
+ "d": "M76.1 25.5H-24.2A17 17 0 0 1-7 9h66a17 17 0 0 1 17.1 16.4",
269
+ "fill": "#F9F9F9"
270
+ }
271
+ }
272
+ ]
273
+ },
274
+ "variant0601": {
275
+ "elements": [
276
+ {
277
+ "name": "path",
278
+ "type": "element",
279
+ "attributes": {
280
+ "d": "M-24.2 24.8A17 17 0 0 1-7 7.8h66A17 17 0 0 1 59 42H-7a17 17 0 0 1-17.2-17.2",
281
+ "fill": "#DE8383"
282
+ }
283
+ },
284
+ {
285
+ "name": "path",
286
+ "type": "element",
287
+ "attributes": {
288
+ "fill-rule": "evenodd",
289
+ "clip-rule": "evenodd",
290
+ "d": "M72.2 34.4a15 15 0 0 1-12.5 7.2H-8.5c-5.3 0-10-2.9-12.5-7.2 2.5-4.2 7.2-7 12.5-7h68.2c5.3 0 10 2.8 12.5 7",
291
+ "fill": "#C06E6E"
292
+ }
293
+ },
294
+ {
295
+ "name": "path",
296
+ "type": "element",
297
+ "attributes": {
298
+ "fill-rule": "evenodd",
299
+ "clip-rule": "evenodd",
300
+ "d": "M76.1 23.1H-24.2A17 17 0 0 1-7 6.7h66a17 17 0 0 1 17.1 16.4",
301
+ "fill": "#F9F9F9"
302
+ }
303
+ }
304
+ ]
305
+ },
306
+ "variant0505": {
307
+ "elements": [
308
+ {
309
+ "name": "path",
310
+ "type": "element",
311
+ "attributes": {
312
+ "d": "M82.7 33c0 17.1-24.4 4.2-54.6 4.2s-54.6 13-54.6-4.1S-2.1 2.3 28 2.3s54.6 13.8 54.6 30.8",
313
+ "fill": "#DE8383"
314
+ }
315
+ }
316
+ ]
317
+ },
318
+ "variant0504": {
319
+ "elements": [
320
+ {
321
+ "name": "path",
322
+ "type": "element",
323
+ "attributes": {
324
+ "d": "M84 37c0 17-24.5 4.1-54.6 4.1s-54.7 13-54.7-4 24.5-31 54.7-31C59.5 6.2 84 20 84 37",
325
+ "fill": "#F9F9F9"
326
+ }
327
+ }
328
+ ]
329
+ },
330
+ "variant0503": {
331
+ "elements": [
332
+ {
333
+ "name": "path",
334
+ "type": "element",
335
+ "attributes": {
336
+ "d": "M82.5 34.3c0 17-24.4 4-54.6 4s-54.6 13-54.6-4S-2.3 3.5 27.9 3.5s54.6 13.8 54.6 30.8",
337
+ "fill": "#DE8383"
338
+ }
339
+ },
340
+ {
341
+ "name": "path",
342
+ "type": "element",
343
+ "attributes": {
344
+ "fill-rule": "evenodd",
345
+ "clip-rule": "evenodd",
346
+ "d": "M69.6 14.7c-10 3.2-25 5.3-42 5.3-16.7 0-31.5-2-41.4-5.2A72 72 0 0 1 28 3c16.8 0 31.8 4.6 41.6 11.8",
347
+ "fill": "#F9F9F9"
348
+ }
349
+ }
350
+ ]
351
+ },
352
+ "variant0502": {
353
+ "elements": [
354
+ {
355
+ "name": "path",
356
+ "type": "element",
357
+ "attributes": {
358
+ "d": "M81 36.7c0 17-24.4 4-54.6 4-30.1 0-54.6 13-54.6-4S-3.7 5.9 26.4 5.9 81 19.7 81 36.7",
359
+ "fill": "#DE8383"
360
+ }
361
+ },
362
+ {
363
+ "name": "path",
364
+ "type": "element",
365
+ "attributes": {
366
+ "fill-rule": "evenodd",
367
+ "clip-rule": "evenodd",
368
+ "d": "M74 21.6h-95.2C-12 12.2 6 6 26.4 6s38.3 6.3 47.7 15.7",
369
+ "fill": "#F9F9F9"
370
+ }
371
+ }
372
+ ]
373
+ },
374
+ "variant0501": {
375
+ "elements": [
376
+ {
377
+ "name": "path",
378
+ "type": "element",
379
+ "attributes": {
380
+ "d": "M82.2 34.8c0 17-24.4 4.1-54.6 4.1S-27 52-27 35-2.6 4 27.6 4s54.6 13.8 54.6 30.8",
381
+ "fill": "#DE8383"
382
+ }
383
+ },
384
+ {
385
+ "name": "path",
386
+ "type": "element",
387
+ "attributes": {
388
+ "fill-rule": "evenodd",
389
+ "clip-rule": "evenodd",
390
+ "d": "M-24 42c7.6-12 27.8-20.6 51.6-20.6S71.6 30 79.1 42c-4.2 2.8-12.4 1.5-23-.2-8.3-1.3-18-2.9-28.5-2.9S7.4 40.5-.9 41.8c-10.6 1.7-18.8 3-23 .2",
391
+ "fill": "#C06E6E"
392
+ }
393
+ },
394
+ {
395
+ "name": "path",
396
+ "type": "element",
397
+ "attributes": {
398
+ "fill-rule": "evenodd",
399
+ "clip-rule": "evenodd",
400
+ "d": "M75.1 19.6h-95C-10.5 10.3 7.2 4 27.6 4s38.2 6.3 47.5 15.6",
401
+ "fill": "#F9F9F9"
402
+ }
403
+ }
404
+ ]
405
+ },
406
+ "variant0404": {
407
+ "elements": [
408
+ {
409
+ "name": "path",
410
+ "type": "element",
411
+ "attributes": {
412
+ "d": "M58.6 37c0 17.3-14 4.2-31.2 4.2S-3.8 54.3-3.8 37.1a31.2 31.2 0 0 1 62.4 0",
413
+ "fill": "#F9F9F9"
414
+ }
415
+ }
416
+ ]
417
+ },
418
+ "variant0403": {
419
+ "elements": [
420
+ {
421
+ "name": "path",
422
+ "type": "element",
423
+ "attributes": {
424
+ "d": "M58.6 34.3c0 17.3-14 4.2-31.2 4.2s-31.2 13-31.2-4.2a31.2 31.2 0 0 1 62.4 0",
425
+ "fill": "#DE8383"
426
+ }
427
+ },
428
+ {
429
+ "name": "path",
430
+ "type": "element",
431
+ "attributes": {
432
+ "fill-rule": "evenodd",
433
+ "clip-rule": "evenodd",
434
+ "d": "M51.7 14.4A49 49 0 0 1 27.2 20C17.6 20 9 18 3.4 14.7a31.2 31.2 0 0 1 48.3-.3",
435
+ "fill": "#F9F9F9"
436
+ }
437
+ }
438
+ ]
439
+ },
440
+ "variant0402": {
441
+ "elements": [
442
+ {
443
+ "name": "path",
444
+ "type": "element",
445
+ "attributes": {
446
+ "d": "M58.6 38.9c0 17.2-14 4.1-31.2 4.1S-3.8 56.1-3.8 39a31.2 31.2 0 0 1 62.4 0",
447
+ "fill": "#DE8383"
448
+ }
449
+ },
450
+ {
451
+ "name": "path",
452
+ "type": "element",
453
+ "attributes": {
454
+ "fill-rule": "evenodd",
455
+ "clip-rule": "evenodd",
456
+ "d": "M53 22H1.5A30 30 0 0 1 27.3 7.4 30 30 0 0 1 52.9 22",
457
+ "fill": "#F9F9F9"
458
+ }
459
+ }
460
+ ]
461
+ },
462
+ "variant0401": {
463
+ "elements": [
464
+ {
465
+ "name": "path",
466
+ "type": "element",
467
+ "attributes": {
468
+ "d": "M59.5 39.5c0 17.2-14 4.2-31.2 4.2C11 43.7-3 56.7-3 39.5a31.2 31.2 0 1 1 62.4 0",
469
+ "fill": "#DE8383"
470
+ }
471
+ },
472
+ {
473
+ "name": "path",
474
+ "type": "element",
475
+ "attributes": {
476
+ "fill-rule": "evenodd",
477
+ "clip-rule": "evenodd",
478
+ "d": "M.7 46.7A31 31 0 0 1 29.2 27c13 0 24 8.2 28.5 19.8-2.5 2.4-7 1-12.6-.5-4.6-1.4-10-3-16-3-5.8 0-11.3 1.6-16 3-5.6 1.6-10 2.9-12.4.5",
479
+ "fill": "#C06E6E"
480
+ }
481
+ },
482
+ {
483
+ "name": "path",
484
+ "type": "element",
485
+ "attributes": {
486
+ "fill-rule": "evenodd",
487
+ "clip-rule": "evenodd",
488
+ "d": "M53.6 21.2H3.9A30 30 0 0 1 28.7 7.4a30 30 0 0 1 24.9 13.8",
489
+ "fill": "#F9F9F9"
490
+ }
491
+ }
492
+ ]
493
+ },
494
+ "variant0305": {
495
+ "elements": [
496
+ {
497
+ "name": "path",
498
+ "type": "element",
499
+ "attributes": {
500
+ "d": "M59.5 18A31.2 31.2 0 0 1-3 18C-3 .6 1.2 2.7 28.3 2.7c25 0 31.2-2 31.2 15.1",
501
+ "fill": "#DE8383"
502
+ }
503
+ }
504
+ ]
505
+ },
506
+ "variant0304": {
507
+ "elements": [
508
+ {
509
+ "name": "path",
510
+ "type": "element",
511
+ "attributes": {
512
+ "d": "M60.7 25.2c0 17-15 30.8-33.3 30.8C9 56-5.9 42.2-5.9 25.2s4.4-15 33.3-15c26.6 0 33.3-2 33.3 15",
513
+ "fill": "#F9F9F9"
514
+ }
515
+ }
516
+ ]
517
+ },
518
+ "variant0303": {
519
+ "elements": [
520
+ {
521
+ "name": "path",
522
+ "type": "element",
523
+ "attributes": {
524
+ "d": "M60.5 22.5c0 17-15 30.8-33.3 30.8-18.4 0-33.3-13.8-33.3-30.8s4.4-15 33.3-15c34.2 0 33.3-2 33.3 15",
525
+ "fill": "#DE8383"
526
+ }
527
+ },
528
+ {
529
+ "name": "path",
530
+ "type": "element",
531
+ "attributes": {
532
+ "fill-rule": "evenodd",
533
+ "clip-rule": "evenodd",
534
+ "d": "M55 8.2a42 42 0 0 1-27.6 9.2c-11.6 0-21.7-4-27-8.7 3-1.3 8.9-1.3 20.6-1.2h15c9.4 0 15.4 0 19 .7",
535
+ "fill": "#F9F9F9"
536
+ }
537
+ }
538
+ ]
539
+ },
540
+ "variant0302": {
541
+ "elements": [
542
+ {
543
+ "name": "path",
544
+ "type": "element",
545
+ "attributes": {
546
+ "d": "M58.8 17.8c0 17-14.2 30.8-31.7 30.8A31.3 31.3 0 0 1-4.5 17.8c0-17 4.2-15 31.6-15 25.4 0 31.7-2 31.7 15",
547
+ "fill": "#DE8383"
548
+ }
549
+ },
550
+ {
551
+ "name": "path",
552
+ "type": "element",
553
+ "attributes": {
554
+ "fill-rule": "evenodd",
555
+ "clip-rule": "evenodd",
556
+ "d": "M58.6 19h-63v-1c0-16 3.3-16 23.5-15.8h15.3C53.5 2 58.6 2 58.6 18z",
557
+ "fill": "#F9F9F9"
558
+ }
559
+ }
560
+ ]
561
+ },
562
+ "variant0301": {
563
+ "elements": [
564
+ {
565
+ "name": "path",
566
+ "type": "element",
567
+ "attributes": {
568
+ "d": "M58.8 18.4c0 17-14.2 30.9-31.7 30.9A31.3 31.3 0 0 1-4.5 18.4c0-17 4.2-15 31.6-15 25.3 0 31.7-2 31.7 15",
569
+ "fill": "#DE8383"
570
+ }
571
+ },
572
+ {
573
+ "name": "path",
574
+ "type": "element",
575
+ "attributes": {
576
+ "fill-rule": "evenodd",
577
+ "clip-rule": "evenodd",
578
+ "d": "M58.6 17H-4.6C-4.3 2.8-.4 2.8 19.2 3h15.2c18.5-.2 23.9-.2 24.2 14",
579
+ "fill": "#F9F9F9"
580
+ }
581
+ },
582
+ {
583
+ "name": "path",
584
+ "type": "element",
585
+ "attributes": {
586
+ "fill-rule": "evenodd",
587
+ "clip-rule": "evenodd",
588
+ "d": "M53.5 35.1a32 32 0 0 1-26.2 13.5 32 32 0 0 1-26.6-14 43 43 0 0 1 26.1-7.5c11.2 0 21 3.2 26.7 8",
589
+ "fill": "#C06E6E"
590
+ }
591
+ }
592
+ ]
593
+ },
594
+ "variant0205": {
595
+ "elements": [
596
+ {
597
+ "name": "path",
598
+ "type": "element",
599
+ "attributes": {
600
+ "d": "M59.2 21.9a31.2 31.2 0 0 1-62.4 0c0-17.3 14-4.2 31.2-4.2s31.2-13 31.2 4.2",
601
+ "fill": "#DE8383"
602
+ }
603
+ }
604
+ ]
605
+ },
606
+ "variant0204": {
607
+ "elements": [
608
+ {
609
+ "name": "path",
610
+ "type": "element",
611
+ "attributes": {
612
+ "d": "M58.5 15.7a31.2 31.2 0 1 1-62.5 0c0-17.3 14-4.2 31.3-4.2 17.2 0 31.2-13 31.2 4.2",
613
+ "fill": "#F9F9F9"
614
+ }
615
+ }
616
+ ]
617
+ },
618
+ "variant0203": {
619
+ "elements": [
620
+ {
621
+ "name": "path",
622
+ "type": "element",
623
+ "attributes": {
624
+ "d": "M58.5 14.4a31.2 31.2 0 0 1-62.5 0c0-17.2 14-4.2 31.3-4.2 17.2 0 31.2-13 31.2 4.2",
625
+ "fill": "#DE8383"
626
+ }
627
+ },
628
+ {
629
+ "name": "path",
630
+ "type": "element",
631
+ "attributes": {
632
+ "fill-rule": "evenodd",
633
+ "clip-rule": "evenodd",
634
+ "d": "M55.8 6.3a31.2 31.2 0 0 1-57 0c2.6-1.7 6.9-.5 12.2 1a57 57 0 0 0 16.3 3 60 60 0 0 0 16.3-3c5.4-1.5 9.6-2.7 12.2-1",
635
+ "fill": "#F9F9F9"
636
+ }
637
+ }
638
+ ]
639
+ },
640
+ "variant0202": {
641
+ "elements": [
642
+ {
643
+ "name": "path",
644
+ "type": "element",
645
+ "attributes": {
646
+ "d": "M58.5 18.8a31.2 31.2 0 1 1-62.5 0c0-17.3 14-4.2 31.3-4.2 17.2 0 31.2-13 31.2 4.2",
647
+ "fill": "#DE8383"
648
+ }
649
+ },
650
+ {
651
+ "name": "path",
652
+ "type": "element",
653
+ "attributes": {
654
+ "fill-rule": "evenodd",
655
+ "clip-rule": "evenodd",
656
+ "d": "M57 28H-2.5Q-4 23.6-4 18.8c0-11.3 6-9.6 15-7.1 4.7 1.3 10.3 2.9 16.3 2.9s11.5-1.6 16.3-3c9-2.4 14.9-4.1 14.9 7.2q0 4.8-1.4 9.2",
657
+ "fill": "#F9F9F9"
658
+ }
659
+ }
660
+ ]
661
+ },
662
+ "variant0201": {
663
+ "elements": [
664
+ {
665
+ "name": "path",
666
+ "type": "element",
667
+ "attributes": {
668
+ "d": "M57.8 15.6a30.8 30.8 0 0 1-61.8 0c0-17 13.9-4 31-4 17 0 30.8-13 30.8 4",
669
+ "fill": "#DE8383"
670
+ }
671
+ },
672
+ {
673
+ "name": "path",
674
+ "type": "element",
675
+ "attributes": {
676
+ "fill-rule": "evenodd",
677
+ "clip-rule": "evenodd",
678
+ "d": "M56.4 24.7h-59c-1-3-2.2-6-2.2-9.4 0-11.1 6-9.5 15.1-7a62 62 0 0 0 16.6 3 62 62 0 0 0 16.5-3c9.1-2.5 14.4-3.4 14.4 7.8 0 3.3-.5 5.7-1.4 8.6",
679
+ "fill": "#F9F9F9"
680
+ }
681
+ },
682
+ {
683
+ "name": "path",
684
+ "type": "element",
685
+ "attributes": {
686
+ "fill-rule": "evenodd",
687
+ "clip-rule": "evenodd",
688
+ "d": "M49.9 35.4A29 29 0 0 1 26.7 47C17.6 47 9.4 42.7 4 36c4-5 13-8.7 23-8.7s18.5 3.3 22.8 8",
689
+ "fill": "#C06E6E"
690
+ }
691
+ }
692
+ ]
693
+ },
694
+ "variant0105": {
695
+ "elements": [
696
+ {
697
+ "name": "path",
698
+ "type": "element",
699
+ "attributes": {
700
+ "d": "M59.1 27.8a31.2 31.2 0 1 1-62.4 0 31.2 31.2 0 0 1 62.4 0",
701
+ "fill": "#DE8383"
702
+ }
703
+ }
704
+ ]
705
+ },
706
+ "variant0104": {
707
+ "elements": [
708
+ {
709
+ "name": "path",
710
+ "type": "element",
711
+ "attributes": {
712
+ "d": "M59.1 27.7a31.2 31.2 0 1 1-62.4 0 31.2 31.2 0 0 1 62.4 0",
713
+ "fill": "#F9F9F9"
714
+ }
715
+ }
716
+ ]
717
+ },
718
+ "variant0103": {
719
+ "elements": [
720
+ {
721
+ "name": "path",
722
+ "type": "element",
723
+ "attributes": {
724
+ "d": "M59.1 28a31.2 31.2 0 1 1-62.4 0A31.2 31.2 0 0 1 59 28",
725
+ "fill": "#DE8383"
726
+ }
727
+ },
728
+ {
729
+ "name": "path",
730
+ "type": "element",
731
+ "attributes": {
732
+ "d": "M55 12.4H.8c3.6-7 12.7-16.2 27.6-16.2C43.2-3.8 52 5.9 55 12.4",
733
+ "fill": "#F9F9F9"
734
+ }
735
+ }
736
+ ]
737
+ },
738
+ "variant0102": {
739
+ "elements": [
740
+ {
741
+ "name": "path",
742
+ "type": "element",
743
+ "attributes": {
744
+ "d": "M59.4 27.6a31.2 31.2 0 1 1-62.5 0 31.2 31.2 0 0 1 62.5 0",
745
+ "fill": "#DE8383"
746
+ }
747
+ },
748
+ {
749
+ "name": "path",
750
+ "type": "element",
751
+ "attributes": {
752
+ "fill-rule": "evenodd",
753
+ "clip-rule": "evenodd",
754
+ "d": "M56.6 19H-.2A31 31 0 0 1 28.4.5 31 31 0 0 1 56.6 19",
755
+ "fill": "#DE8383"
756
+ }
757
+ },
758
+ {
759
+ "name": "path",
760
+ "type": "element",
761
+ "attributes": {
762
+ "fill-rule": "evenodd",
763
+ "clip-rule": "evenodd",
764
+ "d": "M56.6 14.5H-.2A31 31 0 0 1 28.4-3.8a31 31 0 0 1 28.2 18.3",
765
+ "fill": "#F9F9F9"
766
+ }
767
+ }
768
+ ]
769
+ },
770
+ "variant0101": {
771
+ "elements": [
772
+ {
773
+ "name": "path",
774
+ "type": "element",
775
+ "attributes": {
776
+ "d": "M59.4 28.2a31.2 31.2 0 1 1-62.5 0 31.2 31.2 0 0 1 62.5 0",
777
+ "fill": "#DE8383"
778
+ }
779
+ },
780
+ {
781
+ "name": "path",
782
+ "type": "element",
783
+ "attributes": {
784
+ "fill-rule": "evenodd",
785
+ "clip-rule": "evenodd",
786
+ "d": "M4.8 49A31.2 31.2 0 0 1 53 47a31.2 31.2 0 0 1-48.2 2",
787
+ "fill": "#C06E6E"
788
+ }
789
+ },
790
+ {
791
+ "name": "path",
792
+ "type": "element",
793
+ "attributes": {
794
+ "fill-rule": "evenodd",
795
+ "clip-rule": "evenodd",
796
+ "d": "M57 15.7H-.4a31.3 31.3 0 0 1 57.4 0",
797
+ "fill": "#F9F9F9"
798
+ }
799
+ }
800
+ ]
70
801
  }
71
- ]
802
+ }
72
803
  },
73
- {
74
- "name": "eyes",
804
+ "eyes": {
75
805
  "width": 290,
76
806
  "height": 166,
77
- "variants": [
78
- {
79
- "name": "variant32",
80
- "content": "<path d=\"M67 60.1c4.3-3.3 11-10 23.8-10.1a30 30 0 0 1 21.8 10.1\" stroke=\"black\" stroke-width=\"8.27506\" stroke-linecap=\"round\"/><path d=\"M67 97.1c4.3-3.3 11-10 23.8-10.1a30 30 0 0 1 21.8 10.1\" stroke=\"black\" stroke-width=\"4.13753\" stroke-linecap=\"round\"/><path d=\"M176 60.1c4.3-3.3 11-10 23.8-10.1a30 30 0 0 1 21.8 10.1\" stroke=\"black\" stroke-width=\"8.27506\" stroke-linecap=\"round\"/><path d=\"M176 97.1c4.3-3.3 11-10 23.8-10.1a30 30 0 0 1 21.8 10.1\" stroke=\"black\" stroke-width=\"4.13753\" stroke-linecap=\"round\"/>",
81
- "default": true
82
- },
83
- {
84
- "name": "variant31",
85
- "content": "<path d=\"M223 49c-4.2 3.4-10.8 10.1-23.7 10.1a30 30 0 0 1-21.8-10\" stroke=\"black\" stroke-width=\"8.27506\" stroke-linecap=\"round\"/><path d=\"M223 89c-4.2 3.4-10.8 10.1-23.7 10.1a30 30 0 0 1-21.8-10\" stroke=\"black\" stroke-width=\"4.13753\" stroke-linecap=\"round\"/><path d=\"M111.6 49c-4.3 3.4-11 10.1-23.8 10.1A30 30 0 0 1 66 49\" stroke=\"black\" stroke-width=\"8.27506\" stroke-linecap=\"round\"/><path d=\"M111.6 89c-4.3 3.4-11 10.1-23.8 10.1a30 30 0 0 1-21.8-10\" stroke=\"black\" stroke-width=\"4.13753\" stroke-linecap=\"round\"/>",
86
- "default": true
87
- },
88
- {
89
- "name": "variant30",
90
- "content": "<path d=\"M206.1 81.6a11.6 11.6 0 1 1-23.1 0 11.6 11.6 0 0 1 23.1 0\" fill=\"#161616\"/><circle cx=\"93.5553\" cy=\"81.5553\" r=\"11.5553\" fill=\"#161616\"/>",
91
- "default": true
92
- },
93
- {
94
- "name": "variant29",
95
- "content": "<circle cx=\"197.177\" cy=\"81.5553\" r=\"11.5553\" fill=\"#161616\"/><circle cx=\"97.1774\" cy=\"81.5553\" r=\"11.5553\" fill=\"#161616\"/><path d=\"M181 70c.9 2.5 4 7.8 9.2 9.2M81 70c.9 2.5 4 7.8 9.2 9.2\" stroke=\"black\" stroke-width=\"4.62213\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
96
- "default": true
97
- },
98
- {
99
- "name": "variant28",
100
- "content": "<path d=\"M187 76a7 7 0 1 1 13.9 0v13.8a7 7 0 1 1-13.9 0zm-99 0a7 7 0 1 1 13.9 0v13.8a7 7 0 0 1-13.9 0z\" fill=\"black\"/>",
101
- "default": true
102
- },
103
- {
104
- "name": "variant27",
105
- "content": "<path d=\"M93.4 79.9a7 7 0 1 1 13.9 0v13.8a7 7 0 1 1-13.9 0zm98 0a7 7 0 0 1 13.9 0v13.8a7 7 0 1 1-13.9 0z\" fill=\"black\"/><path d=\"M84.2 66c-.8 3 .4 10.2 11.5 13.9M182.2 66c-.8 3 .4 10.2 11.5 13.9\" stroke=\"black\" stroke-width=\"4.62213\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
106
- "default": true
107
- },
108
- {
109
- "name": "variant26",
110
- "content": "<path d=\"M179.4 52.7c3.7-2.9 9.4-8.7 20.6-8.7a26 26 0 0 1 18.8 8.7m-150.4 0C72 49.8 77.8 44 88.9 44a26 26 0 0 1 18.9 8.7\" stroke=\"black\" stroke-width=\"3.67626\" stroke-linecap=\"round\"/><circle cx=\"89.4332\" cy=\"90.762\" r=\"28.4332\" fill=\"white\"/><circle cx=\"199.669\" cy=\"90.762\" r=\"28.4332\" fill=\"white\"/><circle cx=\"89.4332\" cy=\"90.7621\" r=\"15.3102\" fill=\"black\"/><circle cx=\"199.669\" cy=\"90.7621\" r=\"15.3102\" fill=\"black\"/>",
111
- "default": true
112
- },
113
- {
114
- "name": "variant25",
115
- "content": "<path d=\"M76 75a23.9 23.9 0 1 0 40.7 22.7zm136.1 0q5.8 6.6 6 16a23.9 23.9 0 0 1-46.7 6.8z\" fill=\"white\"/><path d=\"M75.5 52.5c7.5 5 40 26 49 31.5M214 53c-7.5 5-40 26-49 31.5\" stroke=\"black\" stroke-width=\"3.67626\" stroke-linecap=\"round\"/><path d=\"M76 53c7.5 5 40 26 49 31.5m89.5-31c-7.5 5-40 26-49 31.5\" stroke=\"black\" stroke-width=\"3.67626\" stroke-linecap=\"round\"/>",
116
- "default": true
117
- },
118
- {
119
- "name": "variant24",
120
- "content": "<path d=\"M179.4 52.7c3.7-2.9 9.4-8.7 20.6-8.7a26 26 0 0 1 18.8 8.7m-150.4 0C72 49.8 77.8 44 88.9 44a26 26 0 0 1 18.9 8.7\" stroke=\"black\" stroke-width=\"3.67626\" stroke-linecap=\"round\"/><circle cx=\"89.4332\" cy=\"90.762\" r=\"28.4332\" fill=\"white\"/><circle cx=\"199.669\" cy=\"90.762\" r=\"28.4332\" fill=\"white\"/><circle cx=\"89.4332\" cy=\"90.7621\" r=\"15.3102\" fill=\"#757575\"/><circle cx=\"199.669\" cy=\"90.7621\" r=\"15.3102\" fill=\"#757575\"/>",
121
- "default": true
122
- },
123
- {
124
- "name": "variant23",
125
- "content": "<path d=\"M52 66.6c6.9-2.2 17.4-6.6 38-6.6 17.6 0 32.3 4.9 35 6.6m40 0c6.9-2.2 17.4-6.6 38-6.6 17.6 0 32.3 4.9 35 6.6\" stroke=\"black\" stroke-width=\"3.67626\" stroke-linecap=\"round\"/><path d=\"M121.6 94.8s-24 11.6-35.4 11.6-30.9-11.6-30.9-11.6 21.8-11.6 33.2-11.6c11.3 0 33.1 11.6 33.1 11.6m113 0s-24 11.6-35.4 11.6-30.9-11.6-30.9-11.6 21.8-11.6 33.2-11.6c11.3 0 33.1 11.6 33.1 11.6\" fill=\"white\"/><circle cx=\"90.1204\" cy=\"94.8057\" r=\"11.6019\" fill=\"black\"/><circle cx=\"199.806\" cy=\"94.8057\" r=\"11.6019\" fill=\"black\"/>",
126
- "default": true
127
- },
128
- {
129
- "name": "variant22",
130
- "content": "<path d=\"M78.2 51.4c3.1-2.5 8-7.4 17.3-7.4 8 0 14.6 5.4 15.8 7.4m67.9 0c3-2.5 7.9-7.4 17.2-7.4 8 0 14.7 5.4 15.9 7.4\" stroke=\"black\" stroke-width=\"3.67626\" stroke-linecap=\"round\"/><rect x=\"72\" y=\"64.7333\" width=\"43.313\" height=\"52.9381\" rx=\"14.4377\" fill=\"white\"/><rect x=\"173\" y=\"64.7333\" width=\"43.313\" height=\"52.9381\" rx=\"14.4377\" fill=\"white\"/><path d=\"M184 76.7a12 12 0 0 1 12.2-12l10 .1a12 12 0 0 1 11.8 12V106a12 12 0 0 1-12 12h-10a12 12 0 0 1-12-12zm-101 0a12 12 0 0 1 12.2-12l10 .1a12 12 0 0 1 11.8 12V106a12 12 0 0 1-12 12H95a12 12 0 0 1-12-12z\" fill=\"#757575\"/><rect x=\"90.6191\" y=\"76.2377\" width=\"18.6189\" height=\"28.9627\" rx=\"9.30944\" fill=\"black\"/><rect x=\"191.619\" y=\"76.2377\" width=\"18.6189\" height=\"28.9627\" rx=\"9.30944\" fill=\"black\"/>",
131
- "default": true
132
- },
133
- {
134
- "name": "variant21",
135
- "content": "<path d=\"M72 52.4c3.6-2.8 9-8.4 19.7-8.4 9 0 16.7 6.2 18 8.4m66.9 0c3.5-2.8 9-8.4 19.7-8.4 9 0 16.7 6.2 18 8.4\" stroke=\"black\" stroke-width=\"4.19445\" stroke-linecap=\"round\"/><rect x=\"69\" y=\"60.3606\" width=\"49.4182\" height=\"60.4\" rx=\"16.4727\" fill=\"white\"/><rect x=\"170.582\" y=\"60.3606\" width=\"49.4182\" height=\"60.4\" rx=\"16.4727\" fill=\"white\"/><rect x=\"78.4414\" y=\"68.7657\" width=\"30.2\" height=\"46.6728\" rx=\"15.1\" fill=\"#757575\"/><rect x=\"179.938\" y=\"68.7657\" width=\"30.2\" height=\"46.6728\" rx=\"15.1\" fill=\"#757575\"/><rect x=\"85.5225\" y=\"78.3754\" width=\"16.5226\" height=\"25.9641\" rx=\"8.26129\" fill=\"black\"/><rect x=\"187.018\" y=\"78.3754\" width=\"16.5226\" height=\"25.9641\" rx=\"8.26129\" fill=\"black\"/>",
136
- "default": true
137
- },
138
- {
139
- "name": "variant20",
140
- "content": "<path d=\"M74 52.4c3.6-2.8 9-8.4 19.8-8.4a25 25 0 0 1 18 8.4m66.2 0c3.6-2.8 9-8.4 19.8-8.4a25 25 0 0 1 18 8.4\" stroke=\"black\" stroke-width=\"3.67626\" stroke-linecap=\"round\"/><rect x=\"69\" y=\"61.4768\" width=\"49.6139\" height=\"60.6392\" rx=\"14.4377\" fill=\"white\"/><rect x=\"170.983\" y=\"61.4768\" width=\"49.6139\" height=\"60.6392\" rx=\"14.4377\" fill=\"white\"/><rect x=\"80.0254\" y=\"69.7461\" width=\"30.3196\" height=\"46.8575\" rx=\"9.62511\" fill=\"black\"/><rect x=\"179.253\" y=\"69.7461\" width=\"30.3196\" height=\"46.8575\" rx=\"9.62511\" fill=\"black\"/>",
141
- "default": true
142
- },
143
- {
144
- "name": "variant19",
145
- "content": "<path d=\"M74 52.4c3.6-2.8 9-8.4 19.8-8.4a25 25 0 0 1 18 8.4m66.2 0c3.6-2.8 9-8.4 19.8-8.4a25 25 0 0 1 18 8.4\" stroke=\"black\" stroke-width=\"3.67626\" stroke-linecap=\"round\"/><rect x=\"69\" y=\"61.4768\" width=\"49.6139\" height=\"60.6392\" rx=\"14.4377\" fill=\"white\"/><rect x=\"170.983\" y=\"61.4768\" width=\"49.6139\" height=\"60.6392\" rx=\"14.4377\" fill=\"white\"/><rect x=\"80.0254\" y=\"69.7461\" width=\"30.3196\" height=\"46.8575\" rx=\"9.62511\" fill=\"#757575\"/><rect x=\"179.253\" y=\"69.7461\" width=\"30.3196\" height=\"46.8575\" rx=\"9.62511\" fill=\"#757575\"/>",
146
- "default": true
147
- },
148
- {
149
- "name": "variant18",
150
- "content": "<path d=\"M121.9 100.5s-24.3 11.7-35.7 11.7S55 100.5 55 100.5s22-11.7 33.5-11.7 33.4 11.7 33.4 11.7m114.4 0s-24.3 11.7-35.7 11.7-31.2-11.7-31.2-11.7 22-11.7 33.5-11.7 33.4 11.7 33.4 11.7\" fill=\"white\"/><circle cx=\"90.1309\" cy=\"100.473\" r=\"11.7002\" fill=\"black\"/><circle cx=\"201.185\" cy=\"100.473\" r=\"11.7002\" fill=\"black\"/><rect x=\"50\" y=\"52\" width=\"76.8873\" height=\"20.0576\" fill=\"#403E3E\"/><rect x=\"162.429\" y=\"52\" width=\"76.8873\" height=\"20.0576\" fill=\"#403E3E\"/>",
151
- "default": true
152
- },
153
- {
154
- "name": "variant17",
155
- "content": "<rect x=\"75\" y=\"93.0872\" width=\"40.4388\" height=\"11.0288\" fill=\"black\"/><rect x=\"75\" y=\"60\" width=\"40.4388\" height=\"11.0288\" fill=\"black\"/><rect x=\"174.259\" y=\"93.0872\" width=\"40.4388\" height=\"11.0288\" fill=\"black\"/><rect x=\"174.259\" y=\"60.0002\" width=\"40.4388\" height=\"11.0288\" fill=\"black\"/>",
156
- "default": true
157
- },
158
- {
159
- "name": "variant16",
160
- "content": "<rect x=\"75\" y=\"81.0865\" width=\"40.4388\" height=\"36.7626\" fill=\"black\"/><rect x=\"75\" y=\"48\" width=\"40.4388\" height=\"11.0288\" fill=\"black\"/><rect x=\"174.259\" y=\"81.0865\" width=\"40.4388\" height=\"36.7626\" fill=\"black\"/><rect x=\"174.259\" y=\"48\" width=\"40.4388\" height=\"11.0288\" fill=\"black\"/>",
161
- "default": true
162
- },
163
- {
164
- "name": "variant15",
165
- "content": "<ellipse cx=\"92.3093\" cy=\"93.8329\" rx=\"19.7107\" ry=\"32.1596\" fill=\"white\"/><ellipse cx=\"195.95\" cy=\"93.8329\" rx=\"18.6733\" ry=\"32.1596\" fill=\"white\"/><ellipse cx=\"96.4585\" cy=\"93.833\" rx=\"15.5611\" ry=\"25.9352\" fill=\"black\"/><ellipse cx=\"191.8\" cy=\"92.7956\" rx=\"14.5237\" ry=\"24.8977\" fill=\"black\"/><path d=\"M63 48.3c2-1.4 13-8.3 29-8.3s31 6.9 29 8.3c0 16-3 0-28.1 0-27 0-30 16-30 0m104.1 0c2-1.4 13-8.3 29-8.3s31 6.9 29 8.3c0 16-3 0-28.1 0-27 0-29.9 16-29.9 0\" fill=\"black\"/>",
166
- "default": true
167
- },
168
- {
169
- "name": "variant14",
170
- "content": "<ellipse cx=\"93.3224\" cy=\"94.6523\" rx=\"20.8038\" ry=\"33.9431\" fill=\"white\"/><ellipse cx=\"192.109\" cy=\"94.6523\" rx=\"20.8038\" ry=\"33.9431\" fill=\"white\"/><ellipse cx=\"93.3225\" cy=\"94.6525\" rx=\"16.4241\" ry=\"27.3735\" fill=\"black\"/><ellipse cx=\"192.109\" cy=\"94.6525\" rx=\"16.4241\" ry=\"27.3735\" fill=\"black\"/><path d=\"M64 44.4A54 54 0 0 1 93.4 36c16.3 0 31.4 7 29.4 8.4 0 16.2-3 0-28.5 0-27.4 0-30.3 16.2-30.3 0m102 0a54 54 0 0 1 29.4-8.4c16.3 0 31.4 7 29.4 8.4 0 16.2-3 0-28.5 0-27.4 0-30.3 16.2-30.3 0\" fill=\"black\"/>",
171
- "default": true
172
- },
173
- {
174
- "name": "variant13",
175
- "content": "<path d=\"M58.7 45.3A60 60 0 0 1 91.4 36c18 0 34.8 7.8 32.6 9.3 0 18-3.3 0-31.6 0-30.5 0-33.7 18-33.7 0m107 0a60 60 0 0 1 32.7-9.3c18 0 34.8 7.8 32.6 9.3 0 18-3.3 0-31.6 0-30.5 0-33.7 18-33.7 0\" fill=\"black\"/><path d=\"M87.3 69.1a4.1 4.1 0 0 1 7.8 0l3.3 10a4 4 0 0 0 4 3h10.5c4 0 5.7 5 2.4 7.4l-8.5 6.2c-1.5 1-2 3-1.5 4.6l3.2 10c1.3 3.9-3 7-6.3 4.7l-8.6-6.2c-1.4-1-3.4-1-4.8 0l-8.6 6.2a4.1 4.1 0 0 1-6.3-4.6l3.2-10q.8-2.9-1.5-4.7l-8.5-6.2a4.1 4.1 0 0 1 2.4-7.5h10.6c1.8 0 3.4-1.1 4-2.8zm107.5 0a4.1 4.1 0 0 1 8 0l3.2 10a4 4 0 0 0 4 3h10.5c4 0 5.7 5 2.4 7.4l-8.5 6.2c-1.5 1-2 3-1.5 4.6l3.2 10c1.3 3.9-3.1 7-6.3 4.7l-8.6-6.2c-1.4-1-3.4-1-4.9 0l-8.5 6.2a4.1 4.1 0 0 1-6.4-4.6l3.3-10q.8-2.9-1.5-4.7l-8.5-6.2A4.1 4.1 0 0 1 177 82h10.5q2.9-.1 4-2.8z\" fill=\"#FFEBB7\"/>",
176
- "default": true
177
- },
178
- {
179
- "name": "variant12",
180
- "content": "<path d=\"M105 43c-3.6 2.9-9.3 8.7-20.3 8.7-9.4 0-17.3-6.4-18.7-8.7m117.9 0c3.7 2.9 9.3 8.7 20.4 8.7 9.4 0 17.3-6.4 18.7-8.7\" stroke=\"black\" stroke-width=\"7\" stroke-linecap=\"round\"/><path d=\"m72 74 35.5 15.5L72 110m147.5-36L184 89.5l35.5 20.5\" stroke=\"black\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
181
- "default": true
182
- },
183
- {
184
- "name": "variant11",
185
- "content": "<path d=\"M183.9 51.7c3.7-3 9.3-8.7 20.4-8.7 9.4 0 17.3 6.4 18.7 8.7m-118 0c-3.6-3-9.3-8.7-20.3-8.7-9.4 0-17.3 6.4-18.7 8.7\" stroke=\"black\" stroke-width=\"7\" stroke-linecap=\"round\"/><path d=\"m72 74 35.5 15.5L72 110m147.5-36L184 89.5l35.5 20.5\" stroke=\"black\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
186
- "default": true
187
- },
188
- {
189
- "name": "variant10",
190
- "content": "<path d=\"M55.3 43.2A59 59 0 0 1 87.4 34c17.8 0 34.4 7.7 32.2 9.2 0 17.8-3.3 0-31.2 0-30 0-33.1 17.8-33.1 0m114 0a59 59 0 0 1 32.1-9.2c17.8 0 34.4 7.7 32.2 9.2 0 17.8-3.3 0-31.2 0-30 0-33.1 17.8-33.1 0\" fill=\"black\"/><path d=\"m87.2 56.6 8.1 25h26.3l-21.2 15.5 8 25-21.2-15.4L66 122l8.2-25-21.3-15.4H79zm113.8 0 8.1 25h26.3l-21.3 15.5 8.2 25-21.3-15.4-21.3 15.4 8.1-25-21.2-15.4h26.3z\" fill=\"#FFEBB7\"/>",
191
- "default": true
192
- },
193
- {
194
- "name": "variant09",
195
- "content": "<path d=\"M56 44.4A61 61 0 0 1 89 35c18.2 0 35.1 7.8 33 9.4 0 18.2-3.5 0-32 0-30.8 0-34 18.2-34 0m110.9 0a61 61 0 0 1 33-9.4c18.1 0 35 7.8 32.9 9.4 0 18.2-3.4 0-32 0-30.7 0-34 18.2-34 0\" fill=\"black\"/><ellipse cx=\"88\" cy=\"97.5\" rx=\"29\" ry=\"17.5\" fill=\"white\"/><path d=\"M81.2 114.5a18 18 0 0 0-1.9-33.7C67.5 83 59 89.7 59 97.5c0 8.2 9.5 15.2 22.2 17\" fill=\"black\"/><ellipse cx=\"198\" cy=\"97.5\" rx=\"29\" ry=\"17.5\" fill=\"white\"/><path d=\"M191.2 114.5a18 18 0 0 0-1.9-33.7C177.5 83 169 89.7 169 97.5c0 8.2 9.5 15.2 22.2 17\" fill=\"black\"/>",
196
- "default": true
197
- },
198
- {
199
- "name": "variant08",
200
- "content": "<ellipse cx=\"29\" cy=\"17.5\" rx=\"29\" ry=\"17.5\" transform=\"matrix(-1 0 0 1 116 80)\" fill=\"white\"/><path d=\"M93.8 114.5a18 18 0 0 1 1.9-33.7C107.5 83 116 89.7 116 97.5c0 8.2-9.5 15.2-22.2 17M56 43.4A61 61 0 0 1 89 34c18.2 0 35.1 7.8 33 9.4 0 18.2-3.5 0-32 0-30.8 0-34 18.2-34 0m110.9 0a61 61 0 0 1 33-9.4c18.1 0 35 7.8 32.9 9.4 0 18.2-3.4 0-32 0-30.7 0-34 18.2-34 0\" fill=\"black\"/><ellipse cx=\"29\" cy=\"17.5\" rx=\"29\" ry=\"17.5\" transform=\"matrix(-1 0 0 1 226 80)\" fill=\"white\"/><path d=\"M203.8 114.5a18 18 0 0 1 1.9-33.7C217.5 83 226 89.7 226 97.5c0 8.2-9.5 15.2-22.2 17\" fill=\"black\"/>",
201
- "default": true
202
- },
203
- {
204
- "name": "variant07",
205
- "content": "<path d=\"M184.1 52.7c3.7-3 9.4-8.7 20.4-8.7 9.4 0 17.3 6.4 18.7 8.7m-117.9 0C101.6 49.7 96 44 85 44a26 26 0 0 0-18.7 8.7\" stroke=\"black\" stroke-width=\"3.67626\" stroke-linecap=\"round\"/><circle cx=\"88.2285\" cy=\"92.044\" r=\"28.2285\" fill=\"white\"/><circle cx=\"201.772\" cy=\"92.044\" r=\"28.2285\" fill=\"white\"/><circle cx=\"88.2288\" cy=\"92.0437\" r=\"15.2\" fill=\"black\"/><circle cx=\"201.771\" cy=\"92.0437\" r=\"15.2\" fill=\"black\"/><path d=\"M229.3 86.6h-56a28.2 28.2 0 0 1 56 0m-113.3 0H60a28.2 28.2 0 0 1 56 0\" fill=\"#CD9166\"/>",
206
- "default": true
207
- },
208
- {
209
- "name": "variant06",
210
- "content": "<path d=\"M184.1 52.7c3.7-3 9.4-8.7 20.4-8.7 9.4 0 17.3 6.4 18.7 8.7m-117.9 0C101.6 49.7 96 44 85 44c-9.3 0-17.2 6.4-18.7 8.7\" stroke=\"black\" stroke-width=\"3.67626\" stroke-linecap=\"round\"/><circle cx=\"88.2285\" cy=\"92.044\" r=\"28.2285\" fill=\"white\"/><circle cx=\"201.772\" cy=\"92.044\" r=\"28.2285\" fill=\"white\"/><circle cx=\"88.2283\" cy=\"92.0437\" r=\"15.2\" fill=\"#757575\"/><circle cx=\"201.771\" cy=\"92.0437\" r=\"15.2\" fill=\"#757575\"/><path d=\"M229.3 86.6h-56a28.2 28.2 0 0 1 56 0m-113.3 0H60a28.2 28.2 0 0 1 56 0\" fill=\"#CD9166\"/>",
211
- "default": true
212
- },
213
- {
214
- "name": "variant05",
215
- "content": "<circle cx=\"198.968\" cy=\"93.3118\" r=\"11.5553\" fill=\"#161616\"/><circle cx=\"90.9679\" cy=\"93.3118\" r=\"11.5553\" fill=\"#161616\"/><path d=\"M175 68.2c4.4-3 11-9.2 24.1-9.2a32 32 0 0 1 22.1 9.2M67 68.2c4.4-3 11-9.2 24.1-9.2a32 32 0 0 1 22.1 9.2\" stroke=\"black\" stroke-width=\"9.24426\" stroke-linecap=\"round\"/>",
216
- "default": true
217
- },
218
- {
219
- "name": "variant04",
220
- "content": "<circle cx=\"203.177\" cy=\"92.5553\" r=\"11.5553\" fill=\"#161616\"/><circle cx=\"90.1774\" cy=\"92.5553\" r=\"11.5553\" fill=\"#161616\"/><path d=\"M178 68.2c4.4-3 11-9.2 24.1-9.2a32 32 0 0 1 22.1 9.2M65 68.2c4.4-3 11-9.2 24.1-9.2a32 32 0 0 1 22.1 9.2\" stroke=\"black\" stroke-width=\"4.62213\" stroke-linecap=\"round\"/><path d=\"M187 81c.9 2.5 4 7.8 9.2 9.2M74 81c.9 2.5 4 7.8 9.2 9.2\" stroke=\"black\" stroke-width=\"4.62213\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
221
- "default": true
222
- },
223
- {
224
- "name": "variant03",
225
- "content": "<path d=\"M171.2 63.2c4.3-3 11-9.2 24.1-9.2a32 32 0 0 1 22.1 9.2M71 63.2c4.4-3 11-9.2 24.1-9.2a32 32 0 0 1 22.1 9.2\" stroke=\"black\" stroke-width=\"9.24426\" stroke-linecap=\"round\"/><path d=\"M187.7 89.4a7 7 0 0 1 13.9 0v14a7 7 0 1 1-13.9 0zm-100.2 0a7 7 0 1 1 13.9 0v14a7 7 0 0 1-13.9 0z\" fill=\"black\"/>",
226
- "default": true
227
- },
228
- {
229
- "name": "variant02",
230
- "content": "<path d=\"M74 65.2c4-3 10-9.2 21.7-9.2 10 0 18.4 6.8 19.9 9.2m58.4 0c4-3 10-9.2 21.7-9.2 10 0 18.4 6.8 19.9 9.2\" stroke=\"black\" stroke-width=\"4.62213\" stroke-linecap=\"round\"/><path d=\"M91.7 90a7 7 0 1 1 13.9 0v14a7 7 0 0 1-13.9 0zm100 0a7 7 0 1 1 13.9 0v14a7 7 0 1 1-13.9 0z\" fill=\"black\"/><path d=\"M82.5 76.2c-.8 3.1.4 10.2 11.5 13.9m88.5-13.9c-.8 3.1.4 10.2 11.5 13.9\" stroke=\"black\" stroke-width=\"4.62213\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
231
- "default": true
232
- },
233
- {
234
- "name": "variant01",
235
- "content": "<path d=\"M76 75.5a23.9 23.9 0 1 0 40.7 22.7zm136.1 0q5.8 6.6 6 16a23.9 23.9 0 0 1-46.7 6.8z\" fill=\"white\"/><path d=\"M74.5 52.5c7.5 5 40 26 49 31.5M213 53c-7.5 5-40 26-49 31.5\" stroke=\"black\" stroke-width=\"3.67626\" stroke-linecap=\"round\"/><path d=\"M86.1 81.2a12.8 12.8 0 1 0 20.6 11.5zm115.9 0a12.8 12.8 0 1 1-20.5 11.5z\" fill=\"black\"/>",
236
- "default": true
807
+ "variants": {
808
+ "variant32": {
809
+ "elements": [
810
+ {
811
+ "name": "path",
812
+ "type": "element",
813
+ "attributes": {
814
+ "d": "M67 60.1c4.3-3.3 11-10 23.8-10.1a30 30 0 0 1 21.8 10.1",
815
+ "stroke": "black",
816
+ "stroke-width": "8.27506",
817
+ "stroke-linecap": "round"
818
+ }
819
+ },
820
+ {
821
+ "name": "path",
822
+ "type": "element",
823
+ "attributes": {
824
+ "d": "M67 97.1c4.3-3.3 11-10 23.8-10.1a30 30 0 0 1 21.8 10.1",
825
+ "stroke": "black",
826
+ "stroke-width": "4.13753",
827
+ "stroke-linecap": "round"
828
+ }
829
+ },
830
+ {
831
+ "name": "path",
832
+ "type": "element",
833
+ "attributes": {
834
+ "d": "M176 60.1c4.3-3.3 11-10 23.8-10.1a30 30 0 0 1 21.8 10.1",
835
+ "stroke": "black",
836
+ "stroke-width": "8.27506",
837
+ "stroke-linecap": "round"
838
+ }
839
+ },
840
+ {
841
+ "name": "path",
842
+ "type": "element",
843
+ "attributes": {
844
+ "d": "M176 97.1c4.3-3.3 11-10 23.8-10.1a30 30 0 0 1 21.8 10.1",
845
+ "stroke": "black",
846
+ "stroke-width": "4.13753",
847
+ "stroke-linecap": "round"
848
+ }
849
+ }
850
+ ]
851
+ },
852
+ "variant31": {
853
+ "elements": [
854
+ {
855
+ "name": "path",
856
+ "type": "element",
857
+ "attributes": {
858
+ "d": "M223 49c-4.2 3.4-10.8 10.1-23.7 10.1a30 30 0 0 1-21.8-10",
859
+ "stroke": "black",
860
+ "stroke-width": "8.27506",
861
+ "stroke-linecap": "round"
862
+ }
863
+ },
864
+ {
865
+ "name": "path",
866
+ "type": "element",
867
+ "attributes": {
868
+ "d": "M223 89c-4.2 3.4-10.8 10.1-23.7 10.1a30 30 0 0 1-21.8-10",
869
+ "stroke": "black",
870
+ "stroke-width": "4.13753",
871
+ "stroke-linecap": "round"
872
+ }
873
+ },
874
+ {
875
+ "name": "path",
876
+ "type": "element",
877
+ "attributes": {
878
+ "d": "M111.6 49c-4.3 3.4-11 10.1-23.8 10.1a30 30 0 0 1-21.8-10",
879
+ "stroke": "black",
880
+ "stroke-width": "8.27506",
881
+ "stroke-linecap": "round"
882
+ }
883
+ },
884
+ {
885
+ "name": "path",
886
+ "type": "element",
887
+ "attributes": {
888
+ "d": "M111.6 89c-4.3 3.4-11 10.1-23.8 10.1a30 30 0 0 1-21.8-10",
889
+ "stroke": "black",
890
+ "stroke-width": "4.13753",
891
+ "stroke-linecap": "round"
892
+ }
893
+ }
894
+ ]
895
+ },
896
+ "variant30": {
897
+ "elements": [
898
+ {
899
+ "name": "path",
900
+ "type": "element",
901
+ "attributes": {
902
+ "d": "M206.1 81.6a11.6 11.6 0 1 1-23.1 0 11.6 11.6 0 0 1 23.1 0",
903
+ "fill": "#161616"
904
+ }
905
+ },
906
+ {
907
+ "name": "circle",
908
+ "type": "element",
909
+ "attributes": {
910
+ "cx": "93.5553",
911
+ "cy": "81.5553",
912
+ "r": "11.5553",
913
+ "fill": "#161616"
914
+ }
915
+ }
916
+ ]
917
+ },
918
+ "variant29": {
919
+ "elements": [
920
+ {
921
+ "name": "circle",
922
+ "type": "element",
923
+ "attributes": {
924
+ "cx": "197.177",
925
+ "cy": "81.5553",
926
+ "r": "11.5553",
927
+ "fill": "#161616"
928
+ }
929
+ },
930
+ {
931
+ "name": "circle",
932
+ "type": "element",
933
+ "attributes": {
934
+ "cx": "97.1774",
935
+ "cy": "81.5553",
936
+ "r": "11.5553",
937
+ "fill": "#161616"
938
+ }
939
+ },
940
+ {
941
+ "name": "path",
942
+ "type": "element",
943
+ "attributes": {
944
+ "d": "M181 70c.9 2.5 4 7.8 9.2 9.2M81 70c.9 2.5 4 7.8 9.2 9.2",
945
+ "stroke": "black",
946
+ "stroke-width": "4.62213",
947
+ "stroke-linecap": "round",
948
+ "stroke-linejoin": "round"
949
+ }
950
+ }
951
+ ]
952
+ },
953
+ "variant28": {
954
+ "elements": [
955
+ {
956
+ "name": "path",
957
+ "type": "element",
958
+ "attributes": {
959
+ "d": "M187 76a7 7 0 1 1 13.9 0v13.8a7 7 0 1 1-13.9 0zm-99 0a7 7 0 0 1 13.9 0v13.8a7 7 0 1 1-13.9 0z",
960
+ "fill": "black"
961
+ }
962
+ }
963
+ ]
964
+ },
965
+ "variant27": {
966
+ "elements": [
967
+ {
968
+ "name": "path",
969
+ "type": "element",
970
+ "attributes": {
971
+ "d": "M93.4 79.9a7 7 0 0 1 13.9 0v13.8a7 7 0 1 1-13.9 0zm98 0a7 7 0 1 1 13.9 0v13.8a7 7 0 0 1-13.9 0z",
972
+ "fill": "black"
973
+ }
974
+ },
975
+ {
976
+ "name": "path",
977
+ "type": "element",
978
+ "attributes": {
979
+ "d": "M84.2 66c-.8 3 .4 10.2 11.5 13.9M182.2 66c-.8 3 .4 10.2 11.5 13.9",
980
+ "stroke": "black",
981
+ "stroke-width": "4.62213",
982
+ "stroke-linecap": "round",
983
+ "stroke-linejoin": "round"
984
+ }
985
+ }
986
+ ]
987
+ },
988
+ "variant26": {
989
+ "elements": [
990
+ {
991
+ "name": "path",
992
+ "type": "element",
993
+ "attributes": {
994
+ "d": "M179.4 52.7c3.7-2.9 9.4-8.7 20.6-8.7a26 26 0 0 1 18.8 8.7m-150.4 0C72 49.8 77.8 44 88.9 44a26 26 0 0 1 18.9 8.7",
995
+ "stroke": "black",
996
+ "stroke-width": "3.67626",
997
+ "stroke-linecap": "round"
998
+ }
999
+ },
1000
+ {
1001
+ "name": "circle",
1002
+ "type": "element",
1003
+ "attributes": {
1004
+ "cx": "89.4332",
1005
+ "cy": "90.762",
1006
+ "r": "28.4332",
1007
+ "fill": "white"
1008
+ }
1009
+ },
1010
+ {
1011
+ "name": "circle",
1012
+ "type": "element",
1013
+ "attributes": {
1014
+ "cx": "199.669",
1015
+ "cy": "90.762",
1016
+ "r": "28.4332",
1017
+ "fill": "white"
1018
+ }
1019
+ },
1020
+ {
1021
+ "name": "circle",
1022
+ "type": "element",
1023
+ "attributes": {
1024
+ "cx": "89.4332",
1025
+ "cy": "90.7621",
1026
+ "r": "15.3102",
1027
+ "fill": "black"
1028
+ }
1029
+ },
1030
+ {
1031
+ "name": "circle",
1032
+ "type": "element",
1033
+ "attributes": {
1034
+ "cx": "199.669",
1035
+ "cy": "90.7621",
1036
+ "r": "15.3102",
1037
+ "fill": "black"
1038
+ }
1039
+ }
1040
+ ]
1041
+ },
1042
+ "variant25": {
1043
+ "elements": [
1044
+ {
1045
+ "name": "path",
1046
+ "type": "element",
1047
+ "attributes": {
1048
+ "d": "M116.8 97.8A24 24 0 1 1 76 75zm54.6 0A24 24 0 1 0 212 75z",
1049
+ "fill": "white"
1050
+ }
1051
+ },
1052
+ {
1053
+ "name": "path",
1054
+ "type": "element",
1055
+ "attributes": {
1056
+ "d": "M75.5 52.5c7.5 5 40 26 49 31.5M214 53c-7.5 5-40 26-49 31.5",
1057
+ "stroke": "black",
1058
+ "stroke-width": "3.67626",
1059
+ "stroke-linecap": "round"
1060
+ }
1061
+ },
1062
+ {
1063
+ "name": "path",
1064
+ "type": "element",
1065
+ "attributes": {
1066
+ "d": "M76 53c7.5 5 40 26 49 31.5m89.5-31c-7.5 5-40 26-49 31.5",
1067
+ "stroke": "black",
1068
+ "stroke-width": "3.67626",
1069
+ "stroke-linecap": "round"
1070
+ }
1071
+ }
1072
+ ]
1073
+ },
1074
+ "variant24": {
1075
+ "elements": [
1076
+ {
1077
+ "name": "path",
1078
+ "type": "element",
1079
+ "attributes": {
1080
+ "d": "M179.4 52.7c3.7-2.9 9.4-8.7 20.6-8.7a26 26 0 0 1 18.8 8.7m-150.4 0C72 49.8 77.8 44 88.9 44a26 26 0 0 1 18.9 8.7",
1081
+ "stroke": "black",
1082
+ "stroke-width": "3.67626",
1083
+ "stroke-linecap": "round"
1084
+ }
1085
+ },
1086
+ {
1087
+ "name": "circle",
1088
+ "type": "element",
1089
+ "attributes": {
1090
+ "cx": "89.4332",
1091
+ "cy": "90.762",
1092
+ "r": "28.4332",
1093
+ "fill": "white"
1094
+ }
1095
+ },
1096
+ {
1097
+ "name": "circle",
1098
+ "type": "element",
1099
+ "attributes": {
1100
+ "cx": "199.669",
1101
+ "cy": "90.762",
1102
+ "r": "28.4332",
1103
+ "fill": "white"
1104
+ }
1105
+ },
1106
+ {
1107
+ "name": "circle",
1108
+ "type": "element",
1109
+ "attributes": {
1110
+ "cx": "89.4332",
1111
+ "cy": "90.7621",
1112
+ "r": "15.3102",
1113
+ "fill": "#757575"
1114
+ }
1115
+ },
1116
+ {
1117
+ "name": "circle",
1118
+ "type": "element",
1119
+ "attributes": {
1120
+ "cx": "199.669",
1121
+ "cy": "90.7621",
1122
+ "r": "15.3102",
1123
+ "fill": "#757575"
1124
+ }
1125
+ }
1126
+ ]
1127
+ },
1128
+ "variant23": {
1129
+ "elements": [
1130
+ {
1131
+ "name": "path",
1132
+ "type": "element",
1133
+ "attributes": {
1134
+ "d": "M52 66.6c6.9-2.2 17.4-6.6 38-6.6 17.6 0 32.3 4.9 35 6.6m40 0c6.9-2.2 17.4-6.6 38-6.6 17.6 0 32.3 4.9 35 6.6",
1135
+ "stroke": "black",
1136
+ "stroke-width": "3.67626",
1137
+ "stroke-linecap": "round"
1138
+ }
1139
+ },
1140
+ {
1141
+ "name": "path",
1142
+ "type": "element",
1143
+ "attributes": {
1144
+ "d": "M121.6 94.8s-24 11.6-35.4 11.6-30.9-11.6-30.9-11.6 21.8-11.6 33.2-11.6c11.3 0 33.1 11.6 33.1 11.6m113 0s-24 11.6-35.4 11.6-30.9-11.6-30.9-11.6 21.8-11.6 33.2-11.6c11.3 0 33.1 11.6 33.1 11.6",
1145
+ "fill": "white"
1146
+ }
1147
+ },
1148
+ {
1149
+ "name": "circle",
1150
+ "type": "element",
1151
+ "attributes": {
1152
+ "cx": "90.1204",
1153
+ "cy": "94.8057",
1154
+ "r": "11.6019",
1155
+ "fill": "black"
1156
+ }
1157
+ },
1158
+ {
1159
+ "name": "circle",
1160
+ "type": "element",
1161
+ "attributes": {
1162
+ "cx": "199.806",
1163
+ "cy": "94.8057",
1164
+ "r": "11.6019",
1165
+ "fill": "black"
1166
+ }
1167
+ }
1168
+ ]
1169
+ },
1170
+ "variant22": {
1171
+ "elements": [
1172
+ {
1173
+ "name": "path",
1174
+ "type": "element",
1175
+ "attributes": {
1176
+ "d": "M78.2 51.4c3.1-2.5 8-7.4 17.3-7.4 8 0 14.6 5.4 15.8 7.4m67.9 0c3-2.5 7.9-7.4 17.2-7.4 8 0 14.7 5.4 15.9 7.4",
1177
+ "stroke": "black",
1178
+ "stroke-width": "3.67626",
1179
+ "stroke-linecap": "round"
1180
+ }
1181
+ },
1182
+ {
1183
+ "name": "rect",
1184
+ "type": "element",
1185
+ "attributes": {
1186
+ "x": "72",
1187
+ "y": "64.7333",
1188
+ "width": "43.313",
1189
+ "height": "52.9381",
1190
+ "rx": "14.4377",
1191
+ "fill": "white"
1192
+ }
1193
+ },
1194
+ {
1195
+ "name": "rect",
1196
+ "type": "element",
1197
+ "attributes": {
1198
+ "x": "173",
1199
+ "y": "64.7333",
1200
+ "width": "43.313",
1201
+ "height": "52.9381",
1202
+ "rx": "14.4377",
1203
+ "fill": "white"
1204
+ }
1205
+ },
1206
+ {
1207
+ "name": "path",
1208
+ "type": "element",
1209
+ "attributes": {
1210
+ "d": "M184 76.7a12 12 0 0 1 12.2-12l10 .1a12 12 0 0 1 11.8 12V106a12 12 0 0 1-12 12h-10a12 12 0 0 1-12-12zm-101 0a12 12 0 0 1 12.2-12l10 .1a12 12 0 0 1 11.8 12V106a12 12 0 0 1-12 12H95a12 12 0 0 1-12-12z",
1211
+ "fill": "#757575"
1212
+ }
1213
+ },
1214
+ {
1215
+ "name": "rect",
1216
+ "type": "element",
1217
+ "attributes": {
1218
+ "x": "90.6191",
1219
+ "y": "76.2377",
1220
+ "width": "18.6189",
1221
+ "height": "28.9627",
1222
+ "rx": "9.30944",
1223
+ "fill": "black"
1224
+ }
1225
+ },
1226
+ {
1227
+ "name": "rect",
1228
+ "type": "element",
1229
+ "attributes": {
1230
+ "x": "191.619",
1231
+ "y": "76.2377",
1232
+ "width": "18.6189",
1233
+ "height": "28.9627",
1234
+ "rx": "9.30944",
1235
+ "fill": "black"
1236
+ }
1237
+ }
1238
+ ]
1239
+ },
1240
+ "variant21": {
1241
+ "elements": [
1242
+ {
1243
+ "name": "path",
1244
+ "type": "element",
1245
+ "attributes": {
1246
+ "d": "M72 52.4c3.6-2.8 9-8.4 19.7-8.4 9 0 16.7 6.2 18 8.4m66.9 0c3.5-2.8 9-8.4 19.7-8.4 9 0 16.7 6.2 18 8.4",
1247
+ "stroke": "black",
1248
+ "stroke-width": "4.19445",
1249
+ "stroke-linecap": "round"
1250
+ }
1251
+ },
1252
+ {
1253
+ "name": "rect",
1254
+ "type": "element",
1255
+ "attributes": {
1256
+ "x": "69",
1257
+ "y": "60.3606",
1258
+ "width": "49.4182",
1259
+ "height": "60.4",
1260
+ "rx": "16.4727",
1261
+ "fill": "white"
1262
+ }
1263
+ },
1264
+ {
1265
+ "name": "rect",
1266
+ "type": "element",
1267
+ "attributes": {
1268
+ "x": "170.582",
1269
+ "y": "60.3606",
1270
+ "width": "49.4182",
1271
+ "height": "60.4",
1272
+ "rx": "16.4727",
1273
+ "fill": "white"
1274
+ }
1275
+ },
1276
+ {
1277
+ "name": "rect",
1278
+ "type": "element",
1279
+ "attributes": {
1280
+ "x": "78.4414",
1281
+ "y": "68.7657",
1282
+ "width": "30.2",
1283
+ "height": "46.6728",
1284
+ "rx": "15.1",
1285
+ "fill": "#757575"
1286
+ }
1287
+ },
1288
+ {
1289
+ "name": "rect",
1290
+ "type": "element",
1291
+ "attributes": {
1292
+ "x": "179.938",
1293
+ "y": "68.7657",
1294
+ "width": "30.2",
1295
+ "height": "46.6728",
1296
+ "rx": "15.1",
1297
+ "fill": "#757575"
1298
+ }
1299
+ },
1300
+ {
1301
+ "name": "rect",
1302
+ "type": "element",
1303
+ "attributes": {
1304
+ "x": "85.5225",
1305
+ "y": "78.3754",
1306
+ "width": "16.5226",
1307
+ "height": "25.9641",
1308
+ "rx": "8.26129",
1309
+ "fill": "black"
1310
+ }
1311
+ },
1312
+ {
1313
+ "name": "rect",
1314
+ "type": "element",
1315
+ "attributes": {
1316
+ "x": "187.018",
1317
+ "y": "78.3754",
1318
+ "width": "16.5226",
1319
+ "height": "25.9641",
1320
+ "rx": "8.26129",
1321
+ "fill": "black"
1322
+ }
1323
+ }
1324
+ ]
1325
+ },
1326
+ "variant20": {
1327
+ "elements": [
1328
+ {
1329
+ "name": "path",
1330
+ "type": "element",
1331
+ "attributes": {
1332
+ "d": "M74 52.4c3.6-2.8 9-8.4 19.8-8.4a25 25 0 0 1 18 8.4m66.2 0c3.6-2.8 9-8.4 19.8-8.4a25 25 0 0 1 18 8.4",
1333
+ "stroke": "black",
1334
+ "stroke-width": "3.67626",
1335
+ "stroke-linecap": "round"
1336
+ }
1337
+ },
1338
+ {
1339
+ "name": "rect",
1340
+ "type": "element",
1341
+ "attributes": {
1342
+ "x": "69",
1343
+ "y": "61.4768",
1344
+ "width": "49.6139",
1345
+ "height": "60.6392",
1346
+ "rx": "14.4377",
1347
+ "fill": "white"
1348
+ }
1349
+ },
1350
+ {
1351
+ "name": "rect",
1352
+ "type": "element",
1353
+ "attributes": {
1354
+ "x": "170.983",
1355
+ "y": "61.4768",
1356
+ "width": "49.6139",
1357
+ "height": "60.6392",
1358
+ "rx": "14.4377",
1359
+ "fill": "white"
1360
+ }
1361
+ },
1362
+ {
1363
+ "name": "rect",
1364
+ "type": "element",
1365
+ "attributes": {
1366
+ "x": "80.0254",
1367
+ "y": "69.7461",
1368
+ "width": "30.3196",
1369
+ "height": "46.8575",
1370
+ "rx": "9.62511",
1371
+ "fill": "black"
1372
+ }
1373
+ },
1374
+ {
1375
+ "name": "rect",
1376
+ "type": "element",
1377
+ "attributes": {
1378
+ "x": "179.253",
1379
+ "y": "69.7461",
1380
+ "width": "30.3196",
1381
+ "height": "46.8575",
1382
+ "rx": "9.62511",
1383
+ "fill": "black"
1384
+ }
1385
+ }
1386
+ ]
1387
+ },
1388
+ "variant19": {
1389
+ "elements": [
1390
+ {
1391
+ "name": "path",
1392
+ "type": "element",
1393
+ "attributes": {
1394
+ "d": "M74 52.4c3.6-2.8 9-8.4 19.8-8.4a25 25 0 0 1 18 8.4m66.2 0c3.6-2.8 9-8.4 19.8-8.4a25 25 0 0 1 18 8.4",
1395
+ "stroke": "black",
1396
+ "stroke-width": "3.67626",
1397
+ "stroke-linecap": "round"
1398
+ }
1399
+ },
1400
+ {
1401
+ "name": "rect",
1402
+ "type": "element",
1403
+ "attributes": {
1404
+ "x": "69",
1405
+ "y": "61.4768",
1406
+ "width": "49.6139",
1407
+ "height": "60.6392",
1408
+ "rx": "14.4377",
1409
+ "fill": "white"
1410
+ }
1411
+ },
1412
+ {
1413
+ "name": "rect",
1414
+ "type": "element",
1415
+ "attributes": {
1416
+ "x": "170.983",
1417
+ "y": "61.4768",
1418
+ "width": "49.6139",
1419
+ "height": "60.6392",
1420
+ "rx": "14.4377",
1421
+ "fill": "white"
1422
+ }
1423
+ },
1424
+ {
1425
+ "name": "rect",
1426
+ "type": "element",
1427
+ "attributes": {
1428
+ "x": "80.0254",
1429
+ "y": "69.7461",
1430
+ "width": "30.3196",
1431
+ "height": "46.8575",
1432
+ "rx": "9.62511",
1433
+ "fill": "#757575"
1434
+ }
1435
+ },
1436
+ {
1437
+ "name": "rect",
1438
+ "type": "element",
1439
+ "attributes": {
1440
+ "x": "179.253",
1441
+ "y": "69.7461",
1442
+ "width": "30.3196",
1443
+ "height": "46.8575",
1444
+ "rx": "9.62511",
1445
+ "fill": "#757575"
1446
+ }
1447
+ }
1448
+ ]
1449
+ },
1450
+ "variant18": {
1451
+ "elements": [
1452
+ {
1453
+ "name": "path",
1454
+ "type": "element",
1455
+ "attributes": {
1456
+ "d": "M121.9 100.5s-24.3 11.7-35.7 11.7S55 100.5 55 100.5s22-11.7 33.5-11.7 33.4 11.7 33.4 11.7m114.4 0s-24.3 11.7-35.7 11.7-31.2-11.7-31.2-11.7 22-11.7 33.5-11.7 33.4 11.7 33.4 11.7",
1457
+ "fill": "white"
1458
+ }
1459
+ },
1460
+ {
1461
+ "name": "circle",
1462
+ "type": "element",
1463
+ "attributes": {
1464
+ "cx": "90.1309",
1465
+ "cy": "100.473",
1466
+ "r": "11.7002",
1467
+ "fill": "black"
1468
+ }
1469
+ },
1470
+ {
1471
+ "name": "circle",
1472
+ "type": "element",
1473
+ "attributes": {
1474
+ "cx": "201.185",
1475
+ "cy": "100.473",
1476
+ "r": "11.7002",
1477
+ "fill": "black"
1478
+ }
1479
+ },
1480
+ {
1481
+ "name": "rect",
1482
+ "type": "element",
1483
+ "attributes": {
1484
+ "x": "50",
1485
+ "y": "52",
1486
+ "width": "76.8873",
1487
+ "height": "20.0576",
1488
+ "fill": "#403E3E"
1489
+ }
1490
+ },
1491
+ {
1492
+ "name": "rect",
1493
+ "type": "element",
1494
+ "attributes": {
1495
+ "x": "162.429",
1496
+ "y": "52",
1497
+ "width": "76.8873",
1498
+ "height": "20.0576",
1499
+ "fill": "#403E3E"
1500
+ }
1501
+ }
1502
+ ]
1503
+ },
1504
+ "variant17": {
1505
+ "elements": [
1506
+ {
1507
+ "name": "rect",
1508
+ "type": "element",
1509
+ "attributes": {
1510
+ "x": "75",
1511
+ "y": "93.0872",
1512
+ "width": "40.4388",
1513
+ "height": "11.0288",
1514
+ "fill": "black"
1515
+ }
1516
+ },
1517
+ {
1518
+ "name": "rect",
1519
+ "type": "element",
1520
+ "attributes": {
1521
+ "x": "75",
1522
+ "y": "60",
1523
+ "width": "40.4388",
1524
+ "height": "11.0288",
1525
+ "fill": "black"
1526
+ }
1527
+ },
1528
+ {
1529
+ "name": "rect",
1530
+ "type": "element",
1531
+ "attributes": {
1532
+ "x": "174.259",
1533
+ "y": "93.0872",
1534
+ "width": "40.4388",
1535
+ "height": "11.0288",
1536
+ "fill": "black"
1537
+ }
1538
+ },
1539
+ {
1540
+ "name": "rect",
1541
+ "type": "element",
1542
+ "attributes": {
1543
+ "x": "174.259",
1544
+ "y": "60.0002",
1545
+ "width": "40.4388",
1546
+ "height": "11.0288",
1547
+ "fill": "black"
1548
+ }
1549
+ }
1550
+ ]
1551
+ },
1552
+ "variant16": {
1553
+ "elements": [
1554
+ {
1555
+ "name": "rect",
1556
+ "type": "element",
1557
+ "attributes": {
1558
+ "x": "75",
1559
+ "y": "81.0865",
1560
+ "width": "40.4388",
1561
+ "height": "36.7626",
1562
+ "fill": "black"
1563
+ }
1564
+ },
1565
+ {
1566
+ "name": "rect",
1567
+ "type": "element",
1568
+ "attributes": {
1569
+ "x": "75",
1570
+ "y": "48",
1571
+ "width": "40.4388",
1572
+ "height": "11.0288",
1573
+ "fill": "black"
1574
+ }
1575
+ },
1576
+ {
1577
+ "name": "rect",
1578
+ "type": "element",
1579
+ "attributes": {
1580
+ "x": "174.259",
1581
+ "y": "81.0865",
1582
+ "width": "40.4388",
1583
+ "height": "36.7626",
1584
+ "fill": "black"
1585
+ }
1586
+ },
1587
+ {
1588
+ "name": "rect",
1589
+ "type": "element",
1590
+ "attributes": {
1591
+ "x": "174.259",
1592
+ "y": "48",
1593
+ "width": "40.4388",
1594
+ "height": "11.0288",
1595
+ "fill": "black"
1596
+ }
1597
+ }
1598
+ ]
1599
+ },
1600
+ "variant15": {
1601
+ "elements": [
1602
+ {
1603
+ "name": "ellipse",
1604
+ "type": "element",
1605
+ "attributes": {
1606
+ "cx": "92.3093",
1607
+ "cy": "93.8329",
1608
+ "rx": "19.7107",
1609
+ "ry": "32.1596",
1610
+ "fill": "white"
1611
+ }
1612
+ },
1613
+ {
1614
+ "name": "ellipse",
1615
+ "type": "element",
1616
+ "attributes": {
1617
+ "cx": "195.95",
1618
+ "cy": "93.8329",
1619
+ "rx": "18.6733",
1620
+ "ry": "32.1596",
1621
+ "fill": "white"
1622
+ }
1623
+ },
1624
+ {
1625
+ "name": "ellipse",
1626
+ "type": "element",
1627
+ "attributes": {
1628
+ "cx": "96.4585",
1629
+ "cy": "93.833",
1630
+ "rx": "15.5611",
1631
+ "ry": "25.9352",
1632
+ "fill": "black"
1633
+ }
1634
+ },
1635
+ {
1636
+ "name": "ellipse",
1637
+ "type": "element",
1638
+ "attributes": {
1639
+ "cx": "191.8",
1640
+ "cy": "92.7956",
1641
+ "rx": "14.5237",
1642
+ "ry": "24.8977",
1643
+ "fill": "black"
1644
+ }
1645
+ },
1646
+ {
1647
+ "name": "path",
1648
+ "type": "element",
1649
+ "attributes": {
1650
+ "d": "M63 48.3c2-1.4 13-8.3 29-8.3s31 6.9 29 8.3c0 16-3 0-28.1 0-27 0-29.9 16-29.9 0m104 0c2-1.4 13-8.3 29-8.3s31 6.9 29 8.3c0 16-3 0-28.1 0-27 0-29.9 16-29.9 0",
1651
+ "fill": "black"
1652
+ }
1653
+ }
1654
+ ]
1655
+ },
1656
+ "variant14": {
1657
+ "elements": [
1658
+ {
1659
+ "name": "ellipse",
1660
+ "type": "element",
1661
+ "attributes": {
1662
+ "cx": "93.3224",
1663
+ "cy": "94.6523",
1664
+ "rx": "20.8038",
1665
+ "ry": "33.9431",
1666
+ "fill": "white"
1667
+ }
1668
+ },
1669
+ {
1670
+ "name": "ellipse",
1671
+ "type": "element",
1672
+ "attributes": {
1673
+ "cx": "192.109",
1674
+ "cy": "94.6523",
1675
+ "rx": "20.8038",
1676
+ "ry": "33.9431",
1677
+ "fill": "white"
1678
+ }
1679
+ },
1680
+ {
1681
+ "name": "ellipse",
1682
+ "type": "element",
1683
+ "attributes": {
1684
+ "cx": "93.3225",
1685
+ "cy": "94.6525",
1686
+ "rx": "16.4241",
1687
+ "ry": "27.3735",
1688
+ "fill": "black"
1689
+ }
1690
+ },
1691
+ {
1692
+ "name": "ellipse",
1693
+ "type": "element",
1694
+ "attributes": {
1695
+ "cx": "192.109",
1696
+ "cy": "94.6525",
1697
+ "rx": "16.4241",
1698
+ "ry": "27.3735",
1699
+ "fill": "black"
1700
+ }
1701
+ },
1702
+ {
1703
+ "name": "path",
1704
+ "type": "element",
1705
+ "attributes": {
1706
+ "d": "M64 44.4A54 54 0 0 1 93.4 36c16.3 0 31.4 7 29.4 8.4 0 16.2-3 0-28.5 0-27.4 0-30.3 16.2-30.3 0m102 0a54 54 0 0 1 29.4-8.4c16.3 0 31.4 7 29.4 8.4 0 16.2-3 0-28.5 0-27.4 0-30.3 16.2-30.3 0",
1707
+ "fill": "black"
1708
+ }
1709
+ }
1710
+ ]
1711
+ },
1712
+ "variant13": {
1713
+ "elements": [
1714
+ {
1715
+ "name": "path",
1716
+ "type": "element",
1717
+ "attributes": {
1718
+ "d": "M58.7 45.3A60 60 0 0 1 91.4 36c18 0 34.8 7.8 32.6 9.3 0 18-3.3 0-31.6 0-30.5 0-33.7 18-33.7 0m107 0a60 60 0 0 1 32.7-9.3c18 0 34.8 7.8 32.6 9.3 0 18-3.3 0-31.6 0-30.5 0-33.7 18-33.7 0",
1719
+ "fill": "black"
1720
+ }
1721
+ },
1722
+ {
1723
+ "name": "path",
1724
+ "type": "element",
1725
+ "attributes": {
1726
+ "d": "M87.3 69.1a4.1 4.1 0 0 1 7.8 0l3.3 10a4 4 0 0 0 4 3h10.5c4 0 5.7 5 2.4 7.4l-8.5 6.2c-1.5 1-2 3-1.5 4.6l3.2 10c1.3 3.9-3 7-6.3 4.7l-8.6-6.2c-1.4-1-3.4-1-4.8 0l-8.6 6.2a4.1 4.1 0 0 1-6.3-4.6l3.2-10q.8-2.9-1.5-4.7l-8.5-6.2a4.1 4.1 0 0 1 2.4-7.5h10.6c1.8 0 3.4-1.1 4-2.8zm107.5 0a4.1 4.1 0 0 1 8 0l3.2 10a4 4 0 0 0 4 3h10.5c4 0 5.7 5 2.4 7.4l-8.5 6.2c-1.5 1-2 3-1.5 4.6l3.2 10c1.3 3.9-3.1 7-6.3 4.7l-8.6-6.2c-1.4-1-3.4-1-4.9 0l-8.5 6.2a4.1 4.1 0 0 1-6.4-4.6l3.3-10q.8-2.9-1.5-4.7l-8.5-6.2A4.1 4.1 0 0 1 177 82h10.5q2.9-.1 4-2.8z",
1727
+ "fill": "#FFEBB7"
1728
+ }
1729
+ }
1730
+ ]
1731
+ },
1732
+ "variant12": {
1733
+ "elements": [
1734
+ {
1735
+ "name": "path",
1736
+ "type": "element",
1737
+ "attributes": {
1738
+ "d": "M105 43c-3.6 2.9-9.3 8.7-20.3 8.7-9.4 0-17.3-6.4-18.7-8.7m117.9 0c3.7 2.9 9.3 8.7 20.4 8.7 9.4 0 17.3-6.4 18.7-8.7",
1739
+ "stroke": "black",
1740
+ "stroke-width": "7",
1741
+ "stroke-linecap": "round"
1742
+ }
1743
+ },
1744
+ {
1745
+ "name": "path",
1746
+ "type": "element",
1747
+ "attributes": {
1748
+ "d": "m72 74 35.5 15.5L72 110m147.5-36L184 89.5l35.5 20.5",
1749
+ "stroke": "black",
1750
+ "stroke-width": "4",
1751
+ "stroke-linecap": "round",
1752
+ "stroke-linejoin": "round"
1753
+ }
1754
+ }
1755
+ ]
1756
+ },
1757
+ "variant11": {
1758
+ "elements": [
1759
+ {
1760
+ "name": "path",
1761
+ "type": "element",
1762
+ "attributes": {
1763
+ "d": "M183.9 51.7c3.7-3 9.3-8.7 20.4-8.7 9.4 0 17.3 6.4 18.7 8.7m-118 0c-3.6-3-9.3-8.7-20.3-8.7-9.4 0-17.3 6.4-18.7 8.7",
1764
+ "stroke": "black",
1765
+ "stroke-width": "7",
1766
+ "stroke-linecap": "round"
1767
+ }
1768
+ },
1769
+ {
1770
+ "name": "path",
1771
+ "type": "element",
1772
+ "attributes": {
1773
+ "d": "m72 74 35.5 15.5L72 110m147.5-36L184 89.5l35.5 20.5",
1774
+ "stroke": "black",
1775
+ "stroke-width": "4",
1776
+ "stroke-linecap": "round",
1777
+ "stroke-linejoin": "round"
1778
+ }
1779
+ }
1780
+ ]
1781
+ },
1782
+ "variant10": {
1783
+ "elements": [
1784
+ {
1785
+ "name": "path",
1786
+ "type": "element",
1787
+ "attributes": {
1788
+ "d": "M55.3 43.2A59 59 0 0 1 87.4 34c17.8 0 34.4 7.7 32.2 9.2 0 17.8-3.3 0-31.2 0-30 0-33.1 17.8-33.1 0m114 0a59 59 0 0 1 32.1-9.2c17.8 0 34.4 7.7 32.2 9.2 0 17.8-3.3 0-31.2 0-30 0-33.1 17.8-33.1 0",
1789
+ "fill": "black"
1790
+ }
1791
+ },
1792
+ {
1793
+ "name": "path",
1794
+ "type": "element",
1795
+ "attributes": {
1796
+ "d": "m87.2 56.6 8.1 25h26.3l-21.2 15.5 8 25-21.2-15.4L66 122l8.2-25-21.3-15.4H79zm113.8 0 8.1 25h26.3l-21.3 15.5 8.2 25-21.3-15.4-21.3 15.4 8.1-25-21.2-15.4h26.3z",
1797
+ "fill": "#FFEBB7"
1798
+ }
1799
+ }
1800
+ ]
1801
+ },
1802
+ "variant09": {
1803
+ "elements": [
1804
+ {
1805
+ "name": "path",
1806
+ "type": "element",
1807
+ "attributes": {
1808
+ "d": "M56 44.4A61 61 0 0 1 89 35c18.2 0 35.1 7.8 33 9.4 0 18.2-3.5 0-32 0-30.8 0-34 18.2-34 0m110.9 0a61 61 0 0 1 33-9.4c18.1 0 35 7.8 32.9 9.4 0 18.2-3.4 0-32 0-30.7 0-34 18.2-34 0",
1809
+ "fill": "black"
1810
+ }
1811
+ },
1812
+ {
1813
+ "name": "ellipse",
1814
+ "type": "element",
1815
+ "attributes": {
1816
+ "cx": "88",
1817
+ "cy": "97.5",
1818
+ "rx": "29",
1819
+ "ry": "17.5",
1820
+ "fill": "white"
1821
+ }
1822
+ },
1823
+ {
1824
+ "name": "path",
1825
+ "type": "element",
1826
+ "attributes": {
1827
+ "d": "M79.3 80.8a18 18 0 0 1 1.9 33.7c-12.7-1.8-22.2-8.8-22.2-17 0-7.8 8.5-14.5 20.3-16.7",
1828
+ "fill": "black"
1829
+ }
1830
+ },
1831
+ {
1832
+ "name": "ellipse",
1833
+ "type": "element",
1834
+ "attributes": {
1835
+ "cx": "198",
1836
+ "cy": "97.5",
1837
+ "rx": "29",
1838
+ "ry": "17.5",
1839
+ "fill": "white"
1840
+ }
1841
+ },
1842
+ {
1843
+ "name": "path",
1844
+ "type": "element",
1845
+ "attributes": {
1846
+ "d": "M189.3 80.8a18 18 0 0 1 1.9 33.7c-12.7-1.8-22.2-8.8-22.2-17 0-7.8 8.5-14.5 20.3-16.7",
1847
+ "fill": "black"
1848
+ }
1849
+ }
1850
+ ]
1851
+ },
1852
+ "variant08": {
1853
+ "elements": [
1854
+ {
1855
+ "name": "ellipse",
1856
+ "type": "element",
1857
+ "attributes": {
1858
+ "cx": "29",
1859
+ "cy": "17.5",
1860
+ "rx": "29",
1861
+ "ry": "17.5",
1862
+ "transform": "matrix(-1 0 0 1 116 80)",
1863
+ "fill": "white"
1864
+ }
1865
+ },
1866
+ {
1867
+ "name": "path",
1868
+ "type": "element",
1869
+ "attributes": {
1870
+ "d": "M95.7 80.8a18 18 0 0 0-1.9 33.7c12.7-1.8 22.2-8.8 22.2-17 0-7.8-8.5-14.5-20.3-16.7M56 43.4A61 61 0 0 1 89 34c18.2 0 35.1 7.8 33 9.4 0 18.2-3.5 0-32 0-30.8 0-34 18.2-34 0m110.9 0a61 61 0 0 1 33-9.4c18.1 0 35 7.8 32.9 9.4 0 18.2-3.4 0-32 0-30.7 0-34 18.2-34 0",
1871
+ "fill": "black"
1872
+ }
1873
+ },
1874
+ {
1875
+ "name": "ellipse",
1876
+ "type": "element",
1877
+ "attributes": {
1878
+ "cx": "29",
1879
+ "cy": "17.5",
1880
+ "rx": "29",
1881
+ "ry": "17.5",
1882
+ "transform": "matrix(-1 0 0 1 226 80)",
1883
+ "fill": "white"
1884
+ }
1885
+ },
1886
+ {
1887
+ "name": "path",
1888
+ "type": "element",
1889
+ "attributes": {
1890
+ "d": "M205.7 80.8a18 18 0 0 0-1.9 33.7c12.7-1.8 22.2-8.8 22.2-17 0-7.8-8.5-14.5-20.3-16.7",
1891
+ "fill": "black"
1892
+ }
1893
+ }
1894
+ ]
1895
+ },
1896
+ "variant07": {
1897
+ "elements": [
1898
+ {
1899
+ "name": "path",
1900
+ "type": "element",
1901
+ "attributes": {
1902
+ "d": "M184.1 52.7c3.7-3 9.4-8.7 20.4-8.7 9.4 0 17.3 6.4 18.7 8.7m-117.9 0C101.6 49.7 96 44 85 44a26 26 0 0 0-18.7 8.7",
1903
+ "stroke": "black",
1904
+ "stroke-width": "3.67626",
1905
+ "stroke-linecap": "round"
1906
+ }
1907
+ },
1908
+ {
1909
+ "name": "circle",
1910
+ "type": "element",
1911
+ "attributes": {
1912
+ "cx": "88.2285",
1913
+ "cy": "92.044",
1914
+ "r": "28.2285",
1915
+ "fill": "white"
1916
+ }
1917
+ },
1918
+ {
1919
+ "name": "circle",
1920
+ "type": "element",
1921
+ "attributes": {
1922
+ "cx": "201.772",
1923
+ "cy": "92.044",
1924
+ "r": "28.2285",
1925
+ "fill": "white"
1926
+ }
1927
+ },
1928
+ {
1929
+ "name": "circle",
1930
+ "type": "element",
1931
+ "attributes": {
1932
+ "cx": "88.2288",
1933
+ "cy": "92.0437",
1934
+ "r": "15.2",
1935
+ "fill": "black"
1936
+ }
1937
+ },
1938
+ {
1939
+ "name": "circle",
1940
+ "type": "element",
1941
+ "attributes": {
1942
+ "cx": "201.771",
1943
+ "cy": "92.0437",
1944
+ "r": "15.2",
1945
+ "fill": "black"
1946
+ }
1947
+ },
1948
+ {
1949
+ "name": "path",
1950
+ "type": "element",
1951
+ "attributes": {
1952
+ "d": "M201.3 62.2a28 28 0 0 1 28 24.4h-56a28 28 0 0 1 28-24.4M88 62.2a28 28 0 0 1 28 24.4H60a28 28 0 0 1 28-24.4",
1953
+ "fill": "#CD9166"
1954
+ }
1955
+ }
1956
+ ]
1957
+ },
1958
+ "variant06": {
1959
+ "elements": [
1960
+ {
1961
+ "name": "path",
1962
+ "type": "element",
1963
+ "attributes": {
1964
+ "d": "M184.1 52.7c3.7-3 9.4-8.7 20.4-8.7 9.4 0 17.3 6.4 18.7 8.7m-117.9 0C101.6 49.7 96 44 85 44c-9.3 0-17.2 6.4-18.7 8.7",
1965
+ "stroke": "black",
1966
+ "stroke-width": "3.67626",
1967
+ "stroke-linecap": "round"
1968
+ }
1969
+ },
1970
+ {
1971
+ "name": "circle",
1972
+ "type": "element",
1973
+ "attributes": {
1974
+ "cx": "88.2285",
1975
+ "cy": "92.044",
1976
+ "r": "28.2285",
1977
+ "fill": "white"
1978
+ }
1979
+ },
1980
+ {
1981
+ "name": "circle",
1982
+ "type": "element",
1983
+ "attributes": {
1984
+ "cx": "201.772",
1985
+ "cy": "92.044",
1986
+ "r": "28.2285",
1987
+ "fill": "white"
1988
+ }
1989
+ },
1990
+ {
1991
+ "name": "circle",
1992
+ "type": "element",
1993
+ "attributes": {
1994
+ "cx": "88.2283",
1995
+ "cy": "92.0437",
1996
+ "r": "15.2",
1997
+ "fill": "#757575"
1998
+ }
1999
+ },
2000
+ {
2001
+ "name": "circle",
2002
+ "type": "element",
2003
+ "attributes": {
2004
+ "cx": "201.771",
2005
+ "cy": "92.0437",
2006
+ "r": "15.2",
2007
+ "fill": "#757575"
2008
+ }
2009
+ },
2010
+ {
2011
+ "name": "path",
2012
+ "type": "element",
2013
+ "attributes": {
2014
+ "d": "M201.3 62.2a28 28 0 0 1 28 24.4h-56a28 28 0 0 1 28-24.4M88 62.2a28 28 0 0 1 28 24.4H60a28 28 0 0 1 28-24.4",
2015
+ "fill": "#CD9166"
2016
+ }
2017
+ }
2018
+ ]
2019
+ },
2020
+ "variant05": {
2021
+ "elements": [
2022
+ {
2023
+ "name": "circle",
2024
+ "type": "element",
2025
+ "attributes": {
2026
+ "cx": "198.968",
2027
+ "cy": "93.3118",
2028
+ "r": "11.5553",
2029
+ "fill": "#161616"
2030
+ }
2031
+ },
2032
+ {
2033
+ "name": "circle",
2034
+ "type": "element",
2035
+ "attributes": {
2036
+ "cx": "90.9679",
2037
+ "cy": "93.3118",
2038
+ "r": "11.5553",
2039
+ "fill": "#161616"
2040
+ }
2041
+ },
2042
+ {
2043
+ "name": "path",
2044
+ "type": "element",
2045
+ "attributes": {
2046
+ "d": "M175 68.2c4.4-3 11-9.2 24.1-9.2a32 32 0 0 1 22.1 9.2M67 68.2c4.4-3 11-9.2 24.1-9.2a32 32 0 0 1 22.1 9.2",
2047
+ "stroke": "black",
2048
+ "stroke-width": "9.24426",
2049
+ "stroke-linecap": "round"
2050
+ }
2051
+ }
2052
+ ]
2053
+ },
2054
+ "variant04": {
2055
+ "elements": [
2056
+ {
2057
+ "name": "circle",
2058
+ "type": "element",
2059
+ "attributes": {
2060
+ "cx": "203.177",
2061
+ "cy": "92.5553",
2062
+ "r": "11.5553",
2063
+ "fill": "#161616"
2064
+ }
2065
+ },
2066
+ {
2067
+ "name": "circle",
2068
+ "type": "element",
2069
+ "attributes": {
2070
+ "cx": "90.1774",
2071
+ "cy": "92.5553",
2072
+ "r": "11.5553",
2073
+ "fill": "#161616"
2074
+ }
2075
+ },
2076
+ {
2077
+ "name": "path",
2078
+ "type": "element",
2079
+ "attributes": {
2080
+ "d": "M178 68.2c4.4-3 11-9.2 24.1-9.2a32 32 0 0 1 22.1 9.2M65 68.2c4.4-3 11-9.2 24.1-9.2a32 32 0 0 1 22.1 9.2",
2081
+ "stroke": "black",
2082
+ "stroke-width": "4.62213",
2083
+ "stroke-linecap": "round"
2084
+ }
2085
+ },
2086
+ {
2087
+ "name": "path",
2088
+ "type": "element",
2089
+ "attributes": {
2090
+ "d": "M187 81c.9 2.5 4 7.8 9.2 9.2M74 81c.9 2.5 4 7.8 9.2 9.2",
2091
+ "stroke": "black",
2092
+ "stroke-width": "4.62213",
2093
+ "stroke-linecap": "round",
2094
+ "stroke-linejoin": "round"
2095
+ }
2096
+ }
2097
+ ]
2098
+ },
2099
+ "variant03": {
2100
+ "elements": [
2101
+ {
2102
+ "name": "path",
2103
+ "type": "element",
2104
+ "attributes": {
2105
+ "d": "M171.2 63.2c4.3-3 11-9.2 24.1-9.2a32 32 0 0 1 22.1 9.2M71 63.2c4.4-3 11-9.2 24.1-9.2a32 32 0 0 1 22.1 9.2",
2106
+ "stroke": "black",
2107
+ "stroke-width": "9.24426",
2108
+ "stroke-linecap": "round"
2109
+ }
2110
+ },
2111
+ {
2112
+ "name": "path",
2113
+ "type": "element",
2114
+ "attributes": {
2115
+ "d": "M187.7 89.4a7 7 0 1 1 14 0v14a7 7 0 0 1-14 0zm-100.2 0a7 7 0 0 1 14 0v14a7 7 0 1 1-14 0z",
2116
+ "fill": "black"
2117
+ }
2118
+ }
2119
+ ]
2120
+ },
2121
+ "variant02": {
2122
+ "elements": [
2123
+ {
2124
+ "name": "path",
2125
+ "type": "element",
2126
+ "attributes": {
2127
+ "d": "M74 65.2c4-3 10-9.2 21.7-9.2 10 0 18.4 6.8 19.9 9.2m58.4 0c4-3 10-9.2 21.7-9.2 10 0 18.4 6.8 19.9 9.2",
2128
+ "stroke": "black",
2129
+ "stroke-width": "4.62213",
2130
+ "stroke-linecap": "round"
2131
+ }
2132
+ },
2133
+ {
2134
+ "name": "path",
2135
+ "type": "element",
2136
+ "attributes": {
2137
+ "d": "M91.7 90a7 7 0 0 1 13.9 0v14a7 7 0 1 1-13.9 0zm100 0a7 7 0 1 1 13.9 0v14a7 7 0 1 1-13.9 0z",
2138
+ "fill": "black"
2139
+ }
2140
+ },
2141
+ {
2142
+ "name": "path",
2143
+ "type": "element",
2144
+ "attributes": {
2145
+ "d": "M82.5 76.2c-.8 3.1.4 10.2 11.5 13.9m88.5-13.9c-.8 3.1.4 10.2 11.5 13.9",
2146
+ "stroke": "black",
2147
+ "stroke-width": "4.62213",
2148
+ "stroke-linecap": "round",
2149
+ "stroke-linejoin": "round"
2150
+ }
2151
+ }
2152
+ ]
2153
+ },
2154
+ "variant01": {
2155
+ "elements": [
2156
+ {
2157
+ "name": "path",
2158
+ "type": "element",
2159
+ "attributes": {
2160
+ "d": "M116.8 98.3A24 24 0 1 1 76 75.5zm54.6 0A24 24 0 1 0 212 75.5z",
2161
+ "fill": "white"
2162
+ }
2163
+ },
2164
+ {
2165
+ "name": "path",
2166
+ "type": "element",
2167
+ "attributes": {
2168
+ "d": "M74.5 52.5c7.5 5 40 26 49 31.5M213 53c-7.5 5-40 26-49 31.5",
2169
+ "stroke": "black",
2170
+ "stroke-width": "3.67626",
2171
+ "stroke-linecap": "round"
2172
+ }
2173
+ },
2174
+ {
2175
+ "name": "path",
2176
+ "type": "element",
2177
+ "attributes": {
2178
+ "d": "M106.7 92.7a12.9 12.9 0 1 1-20.6-11.5zm74.8 0A12.9 12.9 0 1 0 202 81.2z",
2179
+ "fill": "black"
2180
+ }
2181
+ }
2182
+ ]
237
2183
  }
238
- ]
2184
+ }
239
2185
  },
240
- {
241
- "name": "mouth",
242
- "width": 56,
243
- "height": 56,
244
- "variants": [
245
- {
246
- "name": "variant0708",
247
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M-1.7 8c1.5 0 2.9 1 3 2.4.8 5.3 8.5 19 37.5 20.4a2.7 2.7 0 1 1-.2 5.5C7.9 34.8-3 19.9-4 11.2c-.2-1.5.8-3 2.3-3.1\" fill=\"black\"/>",
248
- "default": true
249
- },
250
- {
251
- "name": "variant0707",
252
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 33.6a2.6 2.6 0 0 1 3.5-.7c4 2.7 18.5 5.6 37.3-14.2a2.6 2.6 0 1 1 3.7 3.6C41.7 43 24.5 41.6 17.7 37a2.6 2.6 0 0 1-.8-3.5\" fill=\"black\"/>",
253
- "default": true
254
- },
255
- {
256
- "name": "variant0706",
257
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.2 47.8c0-1.4 1.1-2.6 2.5-2.6a44 44 0 0 0 12-2 14 14 0 0 0 4.7-2.5q1.4-1.3 1.4-2.6t-1.4-2.6a14 14 0 0 0-4.6-2.4 44 44 0 0 0-12-2 2.6 2.6 0 0 1 0-5.2c3.2 0 8-.5 12-1.9q3-1 4.6-2.4t1.4-2.7q0-1.5-1.4-2.7-1.5-1.5-4.6-2.5c-4-1.3-8.8-1.8-12-1.9a2.6 2.6 0 1 1 0-5.1c3.6 0 9 .6 13.7 2.2q3.6 1.2 6.3 3.4 2.8 2.4 3 6.6-.1 4.1-3 6.5a18 18 0 0 1-5.5 3.2q3.1 1 5.5 3a9 9 0 0 1 3 6.5q-.1 4.1-3 6.5a19 19 0 0 1-6.3 3.4 49 49 0 0 1-13.6 2.3c-1.4 0-2.6-1-2.7-2.5\" fill=\"black\"/>",
258
- "default": true
259
- },
260
- {
261
- "name": "variant0705",
262
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M-1.5 28q-2.2 2-4.6 3.6a3.2 3.2 0 0 1-3.7-5.2q2-1.4 4-3.2l2.4-1.8Q0 18.6 4.4 16c6.2-3.3 14-5.7 26-5.7A53 53 0 0 1 69 27a3.2 3.2 0 1 1-4.9 4.2 47 47 0 0 0-33.5-14.3 46 46 0 0 0-23 5 48 48 0 0 0-9 6.3\" fill=\"black\"/>",
263
- "default": true
264
- },
265
- {
266
- "name": "variant0704",
267
- "content": "<path d=\"M-2.4 23.6c2-1.5 14-8.9 31.2-8.9s33.3 7.4 31.2 9c0 17.1-2-3.7-29-3.7C1.7 20-2.4 40.9-2.4 23.6\" fill=\"black\"/>",
268
- "default": true
269
- },
270
- {
271
- "name": "variant0703",
272
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M-13.3 18.1c1.4 0 2.6 1 2.7 2.4.2 3 1.4 7.7 4.2 11.5 2.7 3.7 7 6.6 13.8 6.6s11-3 13.8-6.6c2.8-3.8 4-8.4 4.1-11.5a2.6 2.6 0 0 1 5.2 0c0 3.1 1 7.7 3.8 11.5 2.7 3.6 7 6.6 14.1 6.6s11.4-3 14-6.6c2.8-3.8 3.9-8.4 4-11.4a2.6 2.6 0 0 1 5.1.2c-.1 3.8-1.4 9.4-4.9 14.2-3.5 5-9.4 8.8-18.2 8.8a21 21 0 0 1-20.6-13q-1 2.3-2.5 4.2a21 21 0 0 1-18 8.8c-8.5 0-14.3-4-17.9-8.8a27 27 0 0 1-5.1-14.2c-.1-1.4 1-2.6 2.4-2.7\" fill=\"black\"/>",
273
- "default": true
274
- },
275
- {
276
- "name": "variant0702",
277
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m59.7 13 4.5-3.8a3.2 3.2 0 0 1 4 5L64 17.7l-2.3 2q-3.4 3-7.9 5.7a49 49 0 0 1-26 6.2 51 51 0 0 1-38.6-18 3.2 3.2 0 1 1 5-3.8 45 45 0 0 0 33.5 15.4 43 43 0 0 0 22.9-5.3 48 48 0 0 0 9-6.9\" fill=\"black\"/>",
278
- "default": true
279
- },
280
- {
281
- "name": "variant0701",
282
- "content": "<path d=\"M60.2 23c-2.1 1.5-14 8.9-31.3 8.9-17.2 0-33.3-7.4-31.2-9 0-17.2 3.2 0 30.3 0 29 .1 32.2-17.1 32.2.1\" fill=\"black\"/>",
283
- "default": true
284
- },
285
- {
286
- "name": "variant0405",
287
- "content": "<path d=\"M59.7 32.2c0 17.3-14 4.2-31.2 4.2-17.3 0-31.3 13-31.3-4.2a31.2 31.2 0 1 1 62.5 0\" fill=\"#DE8383\"/>",
288
- "default": true
289
- },
290
- {
291
- "name": "variant0605",
292
- "content": "<path d=\"M-24.1 22a17 17 0 0 1 17-17.1h66.2A17 17 0 0 1 59 39H-7a17 17 0 0 1-17.1-17\" fill=\"#DE8383\"/>",
293
- "default": true
294
- },
295
- {
296
- "name": "variant0604",
297
- "content": "<path d=\"M-22.6 25.3a17 17 0 0 1 17-17.1h66.2a17 17 0 0 1 0 34.2H-5.5a17 17 0 0 1-17.1-17.1\" fill=\"#F9F9F9\"/>",
298
- "default": true
299
- },
300
- {
301
- "name": "variant0603",
302
- "content": "<path d=\"M-24.1 23a17 17 0 0 1 17-17h66.2a17 17 0 1 1 0 34.2H-7A17 17 0 0 1-24.1 23\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M74.4 14.8c-3 5.4-8.7 9.1-15.3 9.1H-6.3c-6.6 0-12.4-3.7-15.3-9 3-5.5 8.7-9.1 15.3-9.1h65.4c6.6 0 12.3 3.6 15.3 9\" fill=\"#F9F9F9\"/>",
303
- "default": true
304
- },
305
- {
306
- "name": "variant0602",
307
- "content": "<path d=\"M-24.1 27.9a17 17 0 0 1 17-17.1h66.2A17 17 0 0 1 59 45H-7a17 17 0 0 1-17.1-17.1\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M76.2 26.2H-24.1A17 17 0 0 1-7 9.8h66.2a17 17 0 0 1 17 16.4\" fill=\"#F9F9F9\"/>",
308
- "default": true
309
- },
310
- {
311
- "name": "variant0601",
312
- "content": "<path d=\"M-24.1 25.6a17 17 0 0 1 17-17h66.2a17 17 0 1 1 0 34.2H-7a17 17 0 0 1-17.1-17.2\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M72.3 35.2a15 15 0 0 1-12.5 7.1H-8.4c-5.3 0-10-2.8-12.5-7.1 2.5-4.3 7.2-7.1 12.5-7.1h68.2c5.3 0 10 2.8 12.5 7\" fill=\"#C06E6E\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M76.2 23.9H-24.1A17 17 0 0 1-7 7.5h66.2a17 17 0 0 1 17 16.4\" fill=\"#F9F9F9\"/>",
313
- "default": true
314
- },
315
- {
316
- "name": "variant0505",
317
- "content": "<path d=\"M83.3 33.7c0 17-24.4 4-54.6 4s-54.6 13-54.6-4S-1.5 2.9 28.7 2.9s54.6 13.8 54.6 30.8\" fill=\"#DE8383\"/>",
318
- "default": true
319
- },
320
- {
321
- "name": "variant0504",
322
- "content": "<path d=\"M84.7 37c0 17-24.5 4.2-54.6 4.2S-24.6 54-24.6 37 0 6.3 30.1 6.3 84.7 20 84.7 37\" fill=\"#F9F9F9\"/>",
323
- "default": true
324
- },
325
- {
326
- "name": "variant0503",
327
- "content": "<path d=\"M82.7 34.8c0 17-24.5 4.1-54.6 4.1s-54.7 13-54.7-4S-2 4 28.1 4s54.6 13.8 54.6 30.8\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M69.7 15.2c-9.8 3.3-25 5.3-42 5.3a152 152 0 0 1-41.4-5 72 72 0 0 1 41.9-12C45 3.5 60 8.1 69.7 15.2\" fill=\"#F9F9F9\"/>",
328
- "default": true
329
- },
330
- {
331
- "name": "variant0502",
332
- "content": "<path d=\"M81.7 37.4c0 17-24.5 4.1-54.7 4.1-30.1 0-54.6 13-54.6-4S-3 6.5 27 6.5s54.7 13.8 54.7 30.8\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M74.7 22.4h-95.3C-11.3 13 6.6 6.6 27 6.6S65.3 13 74.7 22.4\" fill=\"#F9F9F9\"/>",
333
- "default": true
334
- },
335
- {
336
- "name": "variant0501",
337
- "content": "<path d=\"M82.4 35.6c0 17-24.5 4-54.6 4s-54.7 13-54.7-4S-2.4 4.8 27.8 4.8c30.1 0 54.6 13.8 54.6 30.8\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M-23.8 42.8c7.5-12 27.8-20.6 51.6-20.6s44 8.6 51.5 20.6c-4.2 2.7-12.4 1.4-23-.2-8.3-1.4-18-3-28.5-3s-20.3 1.6-28.6 3c-10.6 1.6-18.8 3-23 .2\" fill=\"#C06E6E\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M75.3 20.4h-95c9.3-9.3 27-15.6 47.5-15.6C48 4.8 65.9 11 75.3 20.4\" fill=\"#F9F9F9\"/>",
338
- "default": true
339
- },
340
- {
341
- "name": "variant0404",
342
- "content": "<path d=\"M58.8 37.1c0 17.2-14 4.2-31.2 4.2S-3.6 54.3-3.6 37a31.2 31.2 0 1 1 62.4 0\" fill=\"#F9F9F9\"/>",
343
- "default": true
344
- },
345
- {
346
- "name": "variant0403",
347
- "content": "<path d=\"M58.8 34.9c0 17.2-14 4.2-31.2 4.2S-3.6 52-3.6 34.9a31.2 31.2 0 1 1 62.4 0\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M51.9 15a49 49 0 0 1-24.5 5.5 50 50 0 0 1-23.8-5.2 31.2 31.2 0 0 1 48.3-.4\" fill=\"#F9F9F9\"/>",
348
- "default": true
349
- },
350
- {
351
- "name": "variant0402",
352
- "content": "<path d=\"M58.8 39.6c0 17.3-14 4.2-31.2 4.2s-31.2 13-31.2-4.2a31.2 31.2 0 1 1 62.4 0\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M53.1 22.7H1.8A30 30 0 0 1 27.5 8.1 30 30 0 0 1 53 22.7\" fill=\"#F9F9F9\"/>",
353
- "default": true
354
- },
355
- {
356
- "name": "variant0401",
357
- "content": "<path d=\"M60.2 40.4c0 17.3-14 4.2-31.2 4.2s-31.2 13-31.2-4.2a31.2 31.2 0 1 1 62.4 0\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.4 47.7a31 31 0 0 1 28.5-20c13 0 24 8.3 28.5 20-2.5 2.3-6.9 1-12.5-.6-4.7-1.4-10.2-3-16-3s-11.3 1.6-16 3c-5.6 1.6-10 2.9-12.5.6\" fill=\"#C06E6E\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M54.3 22.1H4.6A30 30 0 0 1 29.5 8.3c10.3 0 19.4 5.5 24.8 13.8\" fill=\"#F9F9F9\"/>",
358
- "default": true
359
- },
360
- {
361
- "name": "variant0305",
362
- "content": "<path d=\"M60.1 18.6a31.2 31.2 0 0 1-62.4 0c0-17.3 4.1-15.2 31.2-15.2 25 0 31.2-2 31.2 15.2\" fill=\"#DE8383\"/>",
363
- "default": true
364
- },
365
- {
366
- "name": "variant0304",
367
- "content": "<path d=\"M61.3 25.3C61.3 42.3 46.4 56 28 56S-5.3 42.3-5.3 25.3s4.5-15 33.3-15c26.7 0 33.3-2 33.3 15\" fill=\"#F9F9F9\"/>",
368
- "default": true
369
- },
370
- {
371
- "name": "variant0303",
372
- "content": "<path d=\"M61.1 23c0 17-15 30.8-33.3 30.8C9.4 53.8-5.5 40-5.5 23.1-5.5 6-1 8 27.8 8 62 8 61.1 6 61.1 23\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M55.5 8.8c-5 4.8-15.4 9.1-27.4 9.1-11.6 0-21.7-4-27-8.7C4 8 10 8 21.7 8h14.9c9.5 0 15.4 0 19 .8\" fill=\"#F9F9F9\"/>",
373
- "default": true
374
- },
375
- {
376
- "name": "variant0302",
377
- "content": "<path d=\"M59.4 18.5c0 17-14.2 30.9-31.6 30.9A31.3 31.3 0 0 1-4 18.5c0-17 4.2-15 31.7-15 25.3 0 31.6-2 31.6 15\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M59.2 19.8h-63v-1.2c0-16 3.4-16 23.6-15.7H35c19.2-.2 24.2-.3 24.2 15.7z\" fill=\"#F9F9F9\"/>",
378
- "default": true
379
- },
380
- {
381
- "name": "variant0301",
382
- "content": "<path d=\"M59.4 19.2c0 17-14.2 30.9-31.7 30.9A31.3 31.3 0 0 1-3.9 19.2c0-17 4.2-15 31.6-15 25.4 0 31.7-2 31.7 15\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M59.2 17.8H-3.9c.2-14.2 4-14.2 23.7-14H35c18.6-.2 23.9-.2 24.2 14\" fill=\"#F9F9F9\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M54.1 36A32 32 0 0 1 28 49.5a32 32 0 0 1-26.6-14A43 43 0 0 1 27.5 28c11.2 0 21 3.2 26.6 8\" fill=\"#C06E6E\"/>",
383
- "default": true
384
- },
385
- {
386
- "name": "variant0205",
387
- "content": "<path d=\"M60.1 22.5a31.2 31.2 0 0 1-62.4 0c0-17.2 14-4.2 31.2-4.2S60 5.3 60 22.5\" fill=\"#DE8383\"/>",
388
- "default": true
389
- },
390
- {
391
- "name": "variant0204",
392
- "content": "<path d=\"M59.4 15.7a31.2 31.2 0 0 1-62.5 0c0-17.2 14-4.2 31.2-4.2 17.3 0 31.3-13 31.3 4.2\" fill=\"#F9F9F9\"/>",
393
- "default": true
394
- },
395
- {
396
- "name": "variant0203",
397
- "content": "<path d=\"M59.4 15.1a31.2 31.2 0 0 1-62.5 0C-3-2 11 11 28.1 11c17.3 0 31.3-13.1 31.3 4\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M56.7 7a31.2 31.2 0 0 1-57 0c2.6-1.7 6.8-.5 12.2 1 4.7 1.4 10.3 3 16.3 3s11.6-1.6 16.3-3c5.3-1.5 9.6-2.7 12.2-1\" fill=\"#F9F9F9\"/>",
398
- "default": true
399
- },
400
- {
401
- "name": "variant0202",
402
- "content": "<path d=\"M59.4 19.5a31.2 31.2 0 0 1-62.5 0c0-17.3 14-4.2 31.2-4.2 17.3 0 31.3-13 31.3 4.2\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58 28.8H-1.7Q-3 24.4-3 19.5c0-11.3 6-9.6 15-7a61 61 0 0 0 16.2 2.8c6 0 11.6-1.5 16.4-2.9 9-2.5 14.9-4.2 14.9 7q0 5-1.4 9.4\" fill=\"#F9F9F9\"/>",
403
- "default": true
404
- },
405
- {
406
- "name": "variant0201",
407
- "content": "<path d=\"M58.7 16.5a30.8 30.8 0 0 1-61.8 0c0-17 13.8-4.1 31-4.1 17 0 30.8-13 30.8 4\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.2 25.6h-59c-.9-3-2.1-6.2-2.1-9.4 0-11.2 6-9.5 15.1-7A62 62 0 0 0 27.8 12a62 62 0 0 0 16.5-2.8c9.1-2.5 14.4-3.5 14.4 7.7 0 3.3-.5 5.7-1.5 8.7\" fill=\"#F9F9F9\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M50.8 36.3a29 29 0 0 1-23.2 11.5c-9.1 0-17.3-4.3-22.8-11 4.2-5 13-8.5 23.2-8.5 9.9 0 18.4 3.2 22.8 8\" fill=\"#C06E6E\"/>",
408
- "default": true
409
- },
410
- {
411
- "name": "variant0105",
412
- "content": "<path d=\"M60 28.4a31.2 31.2 0 1 1-62.5 0 31.2 31.2 0 0 1 62.5 0\" fill=\"#DE8383\"/>",
413
- "default": true
414
- },
415
- {
416
- "name": "variant0104",
417
- "content": "<path d=\"M60 27.8a31.2 31.2 0 1 1-62.5 0 31.2 31.2 0 0 1 62.5 0\" fill=\"#F9F9F9\"/>",
418
- "default": true
419
- },
420
- {
421
- "name": "variant0103",
422
- "content": "<path d=\"M60 28.6a31.2 31.2 0 1 1-62.5 0 31.2 31.2 0 0 1 62.5 0\" fill=\"#DE8383\"/><path d=\"M55.8 13.1H1.6C5.2 6.1 14.3-3 29.2-3s23.6 9.6 26.6 16\" fill=\"#F9F9F9\"/>",
423
- "default": true
424
- },
425
- {
426
- "name": "variant0102",
427
- "content": "<path d=\"M60.2 28.3a31.2 31.2 0 1 1-62.4 0 31.2 31.2 0 0 1 62.4 0\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.4 19.7H.7A31 31 0 0 1 29.2 1.3c12.6 0 23.4 7.6 28.2 18.4\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.4 15.3H.7A31 31 0 0 1 29.2-3.1c12.6 0 23.4 7.5 28.2 18.4\" fill=\"#F9F9F9\"/>",
428
- "default": true
429
- },
430
- {
431
- "name": "variant0101",
432
- "content": "<path d=\"M60.2 29a31.2 31.2 0 1 1-62.4 0 31.2 31.2 0 0 1 62.4 0\" fill=\"#DE8383\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.7 49.8a31.2 31.2 0 0 1 48.2-2 31.2 31.2 0 0 1-48.2 2\" fill=\"#C06E6E\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.8 16.5H.5a31.3 31.3 0 0 1 57.3 0\" fill=\"#F9F9F9\"/>",
433
- "default": true
2186
+ "cheek": {
2187
+ "width": 257,
2188
+ "height": 77,
2189
+ "probability": 50,
2190
+ "variants": {
2191
+ "variant06": {
2192
+ "elements": [
2193
+ {
2194
+ "name": "rect",
2195
+ "type": "element",
2196
+ "attributes": {
2197
+ "x": "20",
2198
+ "y": "16",
2199
+ "width": "43.4013",
2200
+ "height": "43.4013",
2201
+ "rx": "21.7007",
2202
+ "fill": "#F88888"
2203
+ }
2204
+ },
2205
+ {
2206
+ "name": "rect",
2207
+ "type": "element",
2208
+ "attributes": {
2209
+ "x": "193",
2210
+ "y": "16",
2211
+ "width": "43.4013",
2212
+ "height": "43.4013",
2213
+ "rx": "21.7007",
2214
+ "fill": "#F88888"
2215
+ }
2216
+ }
2217
+ ]
2218
+ },
2219
+ "variant05": {
2220
+ "elements": [
2221
+ {
2222
+ "name": "rect",
2223
+ "type": "element",
2224
+ "attributes": {
2225
+ "x": "20",
2226
+ "y": "16",
2227
+ "width": "43.4013",
2228
+ "height": "43.4013",
2229
+ "rx": "21.7007",
2230
+ "fill": "#FFC6C6"
2231
+ }
2232
+ },
2233
+ {
2234
+ "name": "rect",
2235
+ "type": "element",
2236
+ "attributes": {
2237
+ "x": "193",
2238
+ "y": "16",
2239
+ "width": "43.4013",
2240
+ "height": "43.4013",
2241
+ "rx": "21.7007",
2242
+ "fill": "#FFC6C6"
2243
+ }
2244
+ }
2245
+ ]
2246
+ },
2247
+ "variant04": {
2248
+ "elements": [
2249
+ {
2250
+ "name": "rect",
2251
+ "type": "element",
2252
+ "attributes": {
2253
+ "x": "10",
2254
+ "y": "16",
2255
+ "width": "56.261",
2256
+ "height": "43.4013",
2257
+ "rx": "21.7007",
2258
+ "fill": "#F88888"
2259
+ }
2260
+ },
2261
+ {
2262
+ "name": "rect",
2263
+ "type": "element",
2264
+ "attributes": {
2265
+ "x": "190",
2266
+ "y": "16",
2267
+ "width": "56.261",
2268
+ "height": "43.4013",
2269
+ "rx": "21.7007",
2270
+ "fill": "#F88888"
2271
+ }
2272
+ }
2273
+ ]
2274
+ },
2275
+ "variant03": {
2276
+ "elements": [
2277
+ {
2278
+ "name": "rect",
2279
+ "type": "element",
2280
+ "attributes": {
2281
+ "x": "10",
2282
+ "y": "16",
2283
+ "width": "56.261",
2284
+ "height": "43.4013",
2285
+ "rx": "21.7007",
2286
+ "fill": "#FFC6C6"
2287
+ }
2288
+ },
2289
+ {
2290
+ "name": "rect",
2291
+ "type": "element",
2292
+ "attributes": {
2293
+ "x": "190",
2294
+ "y": "16",
2295
+ "width": "56.261",
2296
+ "height": "43.4013",
2297
+ "rx": "21.7007",
2298
+ "fill": "#FFC6C6"
2299
+ }
2300
+ }
2301
+ ]
2302
+ },
2303
+ "variant02": {
2304
+ "elements": [
2305
+ {
2306
+ "name": "rect",
2307
+ "type": "element",
2308
+ "attributes": {
2309
+ "x": "34",
2310
+ "y": "38.467",
2311
+ "width": "12.8597",
2312
+ "height": "12.8597",
2313
+ "rx": "6.42983",
2314
+ "fill": "black",
2315
+ "fill-opacity": "0.4"
2316
+ }
2317
+ },
2318
+ {
2319
+ "name": "rect",
2320
+ "type": "element",
2321
+ "attributes": {
2322
+ "x": "58.1118",
2323
+ "y": "24",
2324
+ "width": "12.8597",
2325
+ "height": "14.4671",
2326
+ "rx": "6.42983",
2327
+ "fill": "black",
2328
+ "fill-opacity": "0.4"
2329
+ }
2330
+ },
2331
+ {
2332
+ "name": "rect",
2333
+ "type": "element",
2334
+ "attributes": {
2335
+ "x": "77.4014",
2336
+ "y": "38.467",
2337
+ "width": "12.8597",
2338
+ "height": "12.8597",
2339
+ "rx": "6.42983",
2340
+ "fill": "black",
2341
+ "fill-opacity": "0.4"
2342
+ }
2343
+ },
2344
+ {
2345
+ "name": "rect",
2346
+ "type": "element",
2347
+ "attributes": {
2348
+ "x": "167.419",
2349
+ "y": "38.467",
2350
+ "width": "12.8597",
2351
+ "height": "12.8597",
2352
+ "rx": "6.42983",
2353
+ "fill": "black",
2354
+ "fill-opacity": "0.4"
2355
+ }
2356
+ },
2357
+ {
2358
+ "name": "rect",
2359
+ "type": "element",
2360
+ "attributes": {
2361
+ "x": "191.531",
2362
+ "y": "24",
2363
+ "width": "12.8597",
2364
+ "height": "14.4671",
2365
+ "rx": "6.42983",
2366
+ "fill": "black",
2367
+ "fill-opacity": "0.4"
2368
+ }
2369
+ },
2370
+ {
2371
+ "name": "rect",
2372
+ "type": "element",
2373
+ "attributes": {
2374
+ "x": "210.821",
2375
+ "y": "38.467",
2376
+ "width": "12.8597",
2377
+ "height": "12.8597",
2378
+ "rx": "6.42983",
2379
+ "fill": "black",
2380
+ "fill-opacity": "0.4"
2381
+ }
2382
+ }
2383
+ ]
2384
+ },
2385
+ "variant01": {
2386
+ "elements": [
2387
+ {
2388
+ "name": "rect",
2389
+ "type": "element",
2390
+ "attributes": {
2391
+ "x": "34",
2392
+ "y": "38.467",
2393
+ "width": "12.8597",
2394
+ "height": "12.8597",
2395
+ "rx": "6.42983",
2396
+ "fill": "black",
2397
+ "fill-opacity": "0.2"
2398
+ }
2399
+ },
2400
+ {
2401
+ "name": "rect",
2402
+ "type": "element",
2403
+ "attributes": {
2404
+ "x": "58.1118",
2405
+ "y": "24",
2406
+ "width": "12.8597",
2407
+ "height": "14.4671",
2408
+ "rx": "6.42983",
2409
+ "fill": "black",
2410
+ "fill-opacity": "0.2"
2411
+ }
2412
+ },
2413
+ {
2414
+ "name": "rect",
2415
+ "type": "element",
2416
+ "attributes": {
2417
+ "x": "77.4014",
2418
+ "y": "38.467",
2419
+ "width": "12.8597",
2420
+ "height": "12.8597",
2421
+ "rx": "6.42983",
2422
+ "fill": "black",
2423
+ "fill-opacity": "0.2"
2424
+ }
2425
+ },
2426
+ {
2427
+ "name": "rect",
2428
+ "type": "element",
2429
+ "attributes": {
2430
+ "x": "167.419",
2431
+ "y": "38.467",
2432
+ "width": "12.8597",
2433
+ "height": "12.8597",
2434
+ "rx": "6.42983",
2435
+ "fill": "black",
2436
+ "fill-opacity": "0.2"
2437
+ }
2438
+ },
2439
+ {
2440
+ "name": "rect",
2441
+ "type": "element",
2442
+ "attributes": {
2443
+ "x": "191.531",
2444
+ "y": "24",
2445
+ "width": "12.8597",
2446
+ "height": "14.4671",
2447
+ "rx": "6.42983",
2448
+ "fill": "black",
2449
+ "fill-opacity": "0.2"
2450
+ }
2451
+ },
2452
+ {
2453
+ "name": "rect",
2454
+ "type": "element",
2455
+ "attributes": {
2456
+ "x": "210.821",
2457
+ "y": "38.467",
2458
+ "width": "12.8597",
2459
+ "height": "12.8597",
2460
+ "rx": "6.42983",
2461
+ "fill": "black",
2462
+ "fill-opacity": "0.2"
2463
+ }
2464
+ }
2465
+ ]
434
2466
  }
435
- ]
2467
+ }
436
2468
  },
437
- {
438
- "name": "nose",
2469
+ "nose": {
439
2470
  "width": 78,
440
2471
  "height": 78,
441
- "variants": [
442
- {
443
- "name": "variant12",
444
- "content": "<path d=\"M22.6 34.4a17 17 0 1 0 32.6 0 16.9 16.9 0 0 1-32.6 0\" fill=\"black\" fill-opacity=\"0.2\"/>",
445
- "default": true
446
- },
447
- {
448
- "name": "variant11",
449
- "content": "<path d=\"M5.6 34.4a17 17 0 0 0 16.3 21.4h33.7A17 17 0 0 0 72 34.4C70 41.6 63.4 47 55.6 47H22c-7.8 0-14.4-5.3-16.3-12.5\" fill=\"black\" fill-opacity=\"0.2\"/>",
450
- "default": true
451
- },
452
- {
453
- "name": "variant10",
454
- "content": "<path d=\"M18.6 38.3A10 10 0 0 0 29 45a10 10 0 0 0 19.4 0h.9a10 10 0 0 0 9.5-6.7 10 10 0 0 1-10.4 13.4 10 10 0 0 1-19.4 0h-1a10 10 0 0 1-9.5-13.4\" fill=\"black\" fill-opacity=\"0.2\"/>",
455
- "default": true
456
- },
457
- {
458
- "name": "variant09",
459
- "content": "<path d=\"M16.6 46.2A11.3 11.3 0 0 0 28.3 61 11.3 11.3 0 0 0 50 61h1a11.3 11.3 0 0 0 10.7-15A11 11 0 0 1 50 53.9a11.3 11.3 0 0 1-21.8 0h-1c-5 0-9.2-3.1-10.7-7.6\" fill=\"black\" fill-opacity=\"0.2\"/>",
460
- "default": true
461
- },
462
- {
463
- "name": "variant08",
464
- "content": "<rect x=\"25.8853\" y=\"51.4611\" width=\"11.691\" height=\"8.88516\" rx=\"4.44258\" transform=\"rotate(-90 25.9 51.5)\" fill=\"black\" fill-opacity=\"0.2\"/><rect x=\"43.6558\" y=\"51.4611\" width=\"11.691\" height=\"8.88516\" rx=\"4.44258\" transform=\"rotate(-90 43.7 51.5)\" fill=\"black\" fill-opacity=\"0.2\"/><path d=\"M61.2 41.4q.3-1.2.2-2.5C61.4 29.6 54 22 44.5 22H34a17 17 0 0 0-16.7 19.4A17 17 0 0 1 33.9 27h10.6C53 27 60 33.2 61.2 41.4\" fill=\"black\" fill-opacity=\"0.2\"/>",
465
- "default": true
466
- },
467
- {
468
- "name": "variant07",
469
- "content": "<path d=\"m17.2 34.5-.2 2.4v3.3C17 49.5 24.6 57 33.9 57H44a17 17 0 0 0 17-17v-3l-.2-2.4A17 17 0 0 1 44.1 49H34c-8.5 0-15.6-6.2-16.7-14.4\" fill=\"black\" fill-opacity=\"0.2\"/>",
470
- "default": true
471
- },
472
- {
473
- "name": "variant06",
474
- "content": "<path d=\"M37 14v27c-3.7.7-11 4-11 10.5 0 8.2 7.3 10.5 11 11.7\" stroke=\"black\" stroke-opacity=\"0.5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
475
- "default": true
476
- },
477
- {
478
- "name": "variant05",
479
- "content": "<path d=\"M39 28c-3.7.8-11 4-11 10.5 0 8.2 7.3 10.6 11 11.7\" stroke=\"black\" stroke-opacity=\"0.5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
480
- "default": true
481
- },
482
- {
483
- "name": "variant04",
484
- "content": "<path d=\"M37.8 22c-7.1 9.5-20.2 29-16 31 4.3 2 18.6 2.5 25.3 2.5\" stroke=\"black\" stroke-opacity=\"0.5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
485
- "default": true
486
- },
487
- {
488
- "name": "variant03",
489
- "content": "<path d=\"M33.4 22c-7.1 9.5-12 31.5-7.8 33.5 4.2 2.1 10.4 0 17 0\" stroke=\"black\" stroke-opacity=\"0.5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
490
- "default": true
491
- },
492
- {
493
- "name": "variant02",
494
- "content": "<path d=\"M42.4 22c-.7 5.4-3 16.3-7.1 17-5 1-11-8-13.1-2s12 21.2 22.2 18.2\" stroke=\"black\" stroke-opacity=\"0.5\" stroke-width=\"3.72761\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
495
- "default": true
496
- },
497
- {
498
- "name": "variant01",
499
- "content": "<path d=\"m24.6 39.3-.2 2.6a14.7 14.7 0 1 0 29-.4l-.1-2a14.7 14.7 0 0 1-28.7-.2\" fill=\"black\" fill-opacity=\"0.2\"/>",
500
- "default": true
2472
+ "variants": {
2473
+ "variant12": {
2474
+ "elements": [
2475
+ {
2476
+ "name": "path",
2477
+ "type": "element",
2478
+ "attributes": {
2479
+ "d": "M55.2 34.4a16.9 16.9 0 1 1-32.6 0 16.9 16.9 0 0 0 32.6 0",
2480
+ "fill": "black",
2481
+ "fill-opacity": "0.2"
2482
+ }
2483
+ }
2484
+ ]
2485
+ },
2486
+ "variant11": {
2487
+ "elements": [
2488
+ {
2489
+ "name": "path",
2490
+ "type": "element",
2491
+ "attributes": {
2492
+ "d": "M72 34.4a17 17 0 0 1-16.4 21.4H22A17 17 0 0 1 5.6 34.4 17 17 0 0 0 21.9 47h33.7c7.8 0 14.4-5.3 16.3-12.5",
2493
+ "fill": "black",
2494
+ "fill-opacity": "0.2"
2495
+ }
2496
+ }
2497
+ ]
2498
+ },
2499
+ "variant10": {
2500
+ "elements": [
2501
+ {
2502
+ "name": "path",
2503
+ "type": "element",
2504
+ "attributes": {
2505
+ "d": "M58.8 38.3a10 10 0 0 1-10.4 13.4 10 10 0 0 1-19.4 0h-1a10 10 0 0 1-9.5-13.4A10 10 0 0 0 29 45a10 10 0 0 0 19.4 0h.9a10 10 0 0 0 9.5-6.7",
2506
+ "fill": "black",
2507
+ "fill-opacity": "0.2"
2508
+ }
2509
+ }
2510
+ ]
2511
+ },
2512
+ "variant09": {
2513
+ "elements": [
2514
+ {
2515
+ "name": "path",
2516
+ "type": "element",
2517
+ "attributes": {
2518
+ "d": "M61.8 46.2A11.3 11.3 0 0 1 50 61a11.3 11.3 0 0 1-21.8 0h-1a11.3 11.3 0 0 1-10.7-15 11 11 0 0 0 11.7 7.7 11.3 11.3 0 0 0 21.8 0h1c5 0 9.2-3.1 10.7-7.6",
2519
+ "fill": "black",
2520
+ "fill-opacity": "0.2"
2521
+ }
2522
+ }
2523
+ ]
2524
+ },
2525
+ "variant08": {
2526
+ "elements": [
2527
+ {
2528
+ "name": "rect",
2529
+ "type": "element",
2530
+ "attributes": {
2531
+ "x": "25.8853",
2532
+ "y": "51.4611",
2533
+ "width": "11.691",
2534
+ "height": "8.88516",
2535
+ "rx": "4.44258",
2536
+ "transform": "rotate(-90 25.9 51.5)",
2537
+ "fill": "black",
2538
+ "fill-opacity": "0.2"
2539
+ }
2540
+ },
2541
+ {
2542
+ "name": "rect",
2543
+ "type": "element",
2544
+ "attributes": {
2545
+ "x": "43.6558",
2546
+ "y": "51.4611",
2547
+ "width": "11.691",
2548
+ "height": "8.88516",
2549
+ "rx": "4.44258",
2550
+ "transform": "rotate(-90 43.7 51.5)",
2551
+ "fill": "black",
2552
+ "fill-opacity": "0.2"
2553
+ }
2554
+ },
2555
+ {
2556
+ "name": "path",
2557
+ "type": "element",
2558
+ "attributes": {
2559
+ "d": "M44.5 22a17 17 0 0 1 16.7 19.4A17 17 0 0 0 44.5 27H34c-8.5 0-15.5 6.2-16.7 14.4l-.2-2.5A17 17 0 0 1 33.9 22z",
2560
+ "fill": "black",
2561
+ "fill-opacity": "0.2"
2562
+ }
2563
+ }
2564
+ ]
2565
+ },
2566
+ "variant07": {
2567
+ "elements": [
2568
+ {
2569
+ "name": "path",
2570
+ "type": "element",
2571
+ "attributes": {
2572
+ "d": "m60.8 34.5.2 2.4v3.3C61 49.5 53.4 57 44.1 57H34a17 17 0 0 1-17-17v-3l.2-2.4A17 17 0 0 0 33.9 49H44c8.5 0 15.6-6.2 16.7-14.4",
2573
+ "fill": "black",
2574
+ "fill-opacity": "0.2"
2575
+ }
2576
+ }
2577
+ ]
2578
+ },
2579
+ "variant06": {
2580
+ "elements": [
2581
+ {
2582
+ "name": "path",
2583
+ "type": "element",
2584
+ "attributes": {
2585
+ "d": "M37 14v27c-3.7.7-11 4-11 10.5 0 8.2 7.3 10.5 11 11.7",
2586
+ "stroke": "black",
2587
+ "stroke-opacity": "0.5",
2588
+ "stroke-width": "4",
2589
+ "stroke-linecap": "round",
2590
+ "stroke-linejoin": "round"
2591
+ }
2592
+ }
2593
+ ]
2594
+ },
2595
+ "variant05": {
2596
+ "elements": [
2597
+ {
2598
+ "name": "path",
2599
+ "type": "element",
2600
+ "attributes": {
2601
+ "d": "M39 28c-3.7.8-11 4-11 10.5 0 8.2 7.3 10.6 11 11.7",
2602
+ "stroke": "black",
2603
+ "stroke-opacity": "0.5",
2604
+ "stroke-width": "4",
2605
+ "stroke-linecap": "round",
2606
+ "stroke-linejoin": "round"
2607
+ }
2608
+ }
2609
+ ]
2610
+ },
2611
+ "variant04": {
2612
+ "elements": [
2613
+ {
2614
+ "name": "path",
2615
+ "type": "element",
2616
+ "attributes": {
2617
+ "d": "M37.8 22c-7.1 9.5-20.2 29-16 31 4.3 2 18.6 2.5 25.3 2.5",
2618
+ "stroke": "black",
2619
+ "stroke-opacity": "0.5",
2620
+ "stroke-width": "4",
2621
+ "stroke-linecap": "round",
2622
+ "stroke-linejoin": "round"
2623
+ }
2624
+ }
2625
+ ]
2626
+ },
2627
+ "variant03": {
2628
+ "elements": [
2629
+ {
2630
+ "name": "path",
2631
+ "type": "element",
2632
+ "attributes": {
2633
+ "d": "M33.4 22c-7.1 9.5-12 31.5-7.8 33.5 4.2 2.1 10.4 0 17 0",
2634
+ "stroke": "black",
2635
+ "stroke-opacity": "0.5",
2636
+ "stroke-width": "4",
2637
+ "stroke-linecap": "round",
2638
+ "stroke-linejoin": "round"
2639
+ }
2640
+ }
2641
+ ]
2642
+ },
2643
+ "variant02": {
2644
+ "elements": [
2645
+ {
2646
+ "name": "path",
2647
+ "type": "element",
2648
+ "attributes": {
2649
+ "d": "M42.4 22c-.7 5.4-3 16.3-7.1 17-5 1-11-8-13.1-2s12 21.2 22.2 18.2",
2650
+ "stroke": "black",
2651
+ "stroke-opacity": "0.5",
2652
+ "stroke-width": "3.72761",
2653
+ "stroke-linecap": "round",
2654
+ "stroke-linejoin": "round"
2655
+ }
2656
+ }
2657
+ ]
2658
+ },
2659
+ "variant01": {
2660
+ "elements": [
2661
+ {
2662
+ "name": "path",
2663
+ "type": "element",
2664
+ "attributes": {
2665
+ "d": "M24.6 39.3a14.7 14.7 0 0 0 28.7.3l.2 1.9a14.7 14.7 0 1 1-29.1.4z",
2666
+ "fill": "black",
2667
+ "fill-opacity": "0.2"
2668
+ }
2669
+ }
2670
+ ]
501
2671
  }
502
- ]
2672
+ }
503
2673
  }
504
- ],
505
- "colors": [
506
- {
507
- "name": "background",
2674
+ },
2675
+ "colors": {
2676
+ "background": {
508
2677
  "values": [
509
- "89532c",
510
- "a66637",
511
- "c07f50",
512
- "da9969",
513
- "f8b788"
2678
+ "#f8b788",
2679
+ "#da9969",
2680
+ "#c07f50",
2681
+ "#a66637",
2682
+ "#89532c"
514
2683
  ]
515
2684
  }
516
- ]
2685
+ }
517
2686
  }