@dicebear/big-ears-neutral 4.9.1 → 5.0.0-alpha.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.
- package/README.md +2 -4
- package/dist/colors/skin.d.ts +1 -1
- package/dist/core.d.ts +1 -1
- package/dist/hooks/onPostCreate.d.ts +5 -4
- package/dist/hooks/onPreCreate.d.ts +4 -3
- package/dist/index.d.ts +3 -6
- package/dist/index.es.js +502 -399
- package/dist/index.js +502 -399
- package/dist/index.umd.js +4 -3
- package/dist/meta/components.d.ts +4 -0
- package/dist/options.d.ts +6 -12
- package/dist/utils/getColors.d.ts +9 -0
- package/dist/utils/getComponents.d.ts +9 -0
- package/dist/utils/pickColor.d.ts +8 -2
- package/dist/utils/pickComponent.d.ts +8 -2
- package/package.json +5 -5
- package/dist/schema.d.ts +0 -2
package/dist/index.es.js
CHANGED
|
@@ -1,352 +1,357 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
var title = "Options";
|
|
2
|
+
var $schema = "http://json-schema.org/draft-07/schema#";
|
|
3
|
+
var properties = {
|
|
4
|
+
backgroundColor: {
|
|
5
|
+
type: "array",
|
|
6
|
+
items: {
|
|
7
|
+
anyOf: [
|
|
8
|
+
{
|
|
9
|
+
type: "string",
|
|
10
|
+
pattern: "^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
type: "string",
|
|
14
|
+
pattern: "^[0-9a-zA-Z]+$"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"default": [
|
|
19
|
+
"variant01",
|
|
20
|
+
"variant02",
|
|
21
|
+
"variant03",
|
|
22
|
+
"variant04",
|
|
23
|
+
"variant05"
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
cheek: {
|
|
27
|
+
type: "array",
|
|
28
|
+
items: {
|
|
29
|
+
type: "string",
|
|
30
|
+
"enum": [
|
|
31
|
+
"variant06",
|
|
32
|
+
"variant05",
|
|
33
|
+
"variant04",
|
|
34
|
+
"variant03",
|
|
35
|
+
"variant02",
|
|
36
|
+
"variant01"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"default": [
|
|
40
|
+
"variant06",
|
|
41
|
+
"variant05",
|
|
42
|
+
"variant04",
|
|
43
|
+
"variant03",
|
|
44
|
+
"variant02",
|
|
45
|
+
"variant01"
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
cheekProbability: {
|
|
49
|
+
type: "integer",
|
|
50
|
+
minimum: 0,
|
|
51
|
+
maximum: 100,
|
|
52
|
+
"default": 50
|
|
53
|
+
},
|
|
54
|
+
eyes: {
|
|
55
|
+
type: "array",
|
|
56
|
+
items: {
|
|
57
|
+
type: "string",
|
|
58
|
+
"enum": [
|
|
59
|
+
"variant32",
|
|
60
|
+
"variant31",
|
|
61
|
+
"variant30",
|
|
62
|
+
"variant29",
|
|
63
|
+
"variant28",
|
|
64
|
+
"variant27",
|
|
65
|
+
"variant26",
|
|
66
|
+
"variant25",
|
|
67
|
+
"variant24",
|
|
68
|
+
"variant23",
|
|
69
|
+
"variant22",
|
|
70
|
+
"variant21",
|
|
71
|
+
"variant20",
|
|
72
|
+
"variant19",
|
|
73
|
+
"variant18",
|
|
74
|
+
"variant17",
|
|
75
|
+
"variant16",
|
|
76
|
+
"variant15",
|
|
77
|
+
"variant14",
|
|
78
|
+
"variant13",
|
|
79
|
+
"variant12",
|
|
80
|
+
"variant11",
|
|
81
|
+
"variant10",
|
|
82
|
+
"variant09",
|
|
83
|
+
"variant08",
|
|
84
|
+
"variant07",
|
|
85
|
+
"variant06",
|
|
86
|
+
"variant05",
|
|
87
|
+
"variant04",
|
|
88
|
+
"variant03",
|
|
89
|
+
"variant02",
|
|
90
|
+
"variant01"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
"default": [
|
|
94
|
+
"variant32",
|
|
95
|
+
"variant31",
|
|
96
|
+
"variant30",
|
|
97
|
+
"variant29",
|
|
98
|
+
"variant28",
|
|
99
|
+
"variant27",
|
|
100
|
+
"variant26",
|
|
101
|
+
"variant25",
|
|
102
|
+
"variant24",
|
|
103
|
+
"variant23",
|
|
104
|
+
"variant22",
|
|
105
|
+
"variant21",
|
|
106
|
+
"variant20",
|
|
107
|
+
"variant19",
|
|
108
|
+
"variant18",
|
|
109
|
+
"variant17",
|
|
110
|
+
"variant16",
|
|
111
|
+
"variant15",
|
|
112
|
+
"variant14",
|
|
113
|
+
"variant13",
|
|
114
|
+
"variant12",
|
|
115
|
+
"variant11",
|
|
116
|
+
"variant10",
|
|
117
|
+
"variant09",
|
|
118
|
+
"variant08",
|
|
119
|
+
"variant07",
|
|
120
|
+
"variant06",
|
|
121
|
+
"variant05",
|
|
122
|
+
"variant04",
|
|
123
|
+
"variant03",
|
|
124
|
+
"variant02",
|
|
125
|
+
"variant01"
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
mouth: {
|
|
129
|
+
type: "array",
|
|
130
|
+
items: {
|
|
131
|
+
type: "string",
|
|
132
|
+
"enum": [
|
|
133
|
+
"variant0708",
|
|
134
|
+
"variant0707",
|
|
135
|
+
"variant0706",
|
|
136
|
+
"variant0705",
|
|
137
|
+
"variant0704",
|
|
138
|
+
"variant0703",
|
|
139
|
+
"variant0702",
|
|
140
|
+
"variant0701",
|
|
141
|
+
"variant0405",
|
|
142
|
+
"variant0605",
|
|
143
|
+
"variant0604",
|
|
144
|
+
"variant0603",
|
|
145
|
+
"variant0602",
|
|
146
|
+
"variant0601",
|
|
147
|
+
"variant0505",
|
|
148
|
+
"variant0504",
|
|
149
|
+
"variant0503",
|
|
150
|
+
"variant0502",
|
|
151
|
+
"variant0501",
|
|
152
|
+
"variant0404",
|
|
153
|
+
"variant0403",
|
|
154
|
+
"variant0402",
|
|
155
|
+
"variant0401",
|
|
156
|
+
"variant0305",
|
|
157
|
+
"variant0304",
|
|
158
|
+
"variant0303",
|
|
159
|
+
"variant0302",
|
|
160
|
+
"variant0301",
|
|
161
|
+
"variant0205",
|
|
162
|
+
"variant0204",
|
|
163
|
+
"variant0203",
|
|
164
|
+
"variant0202",
|
|
165
|
+
"variant0201",
|
|
166
|
+
"variant0105",
|
|
167
|
+
"variant0104",
|
|
168
|
+
"variant0103",
|
|
169
|
+
"variant0102",
|
|
170
|
+
"variant0101"
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
"default": [
|
|
174
|
+
"variant0708",
|
|
175
|
+
"variant0707",
|
|
176
|
+
"variant0706",
|
|
177
|
+
"variant0705",
|
|
178
|
+
"variant0704",
|
|
179
|
+
"variant0703",
|
|
180
|
+
"variant0702",
|
|
181
|
+
"variant0701",
|
|
182
|
+
"variant0405",
|
|
183
|
+
"variant0605",
|
|
184
|
+
"variant0604",
|
|
185
|
+
"variant0603",
|
|
186
|
+
"variant0602",
|
|
187
|
+
"variant0601",
|
|
188
|
+
"variant0505",
|
|
189
|
+
"variant0504",
|
|
190
|
+
"variant0503",
|
|
191
|
+
"variant0502",
|
|
192
|
+
"variant0501",
|
|
193
|
+
"variant0404",
|
|
194
|
+
"variant0403",
|
|
195
|
+
"variant0402",
|
|
196
|
+
"variant0401",
|
|
197
|
+
"variant0305",
|
|
198
|
+
"variant0304",
|
|
199
|
+
"variant0303",
|
|
200
|
+
"variant0302",
|
|
201
|
+
"variant0301",
|
|
202
|
+
"variant0205",
|
|
203
|
+
"variant0204",
|
|
204
|
+
"variant0203",
|
|
205
|
+
"variant0202",
|
|
206
|
+
"variant0201",
|
|
207
|
+
"variant0105",
|
|
208
|
+
"variant0104",
|
|
209
|
+
"variant0103",
|
|
210
|
+
"variant0102",
|
|
211
|
+
"variant0101"
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
nose: {
|
|
215
|
+
type: "array",
|
|
216
|
+
items: {
|
|
217
|
+
type: "string",
|
|
218
|
+
"enum": [
|
|
219
|
+
"variant12",
|
|
220
|
+
"variant11",
|
|
221
|
+
"variant10",
|
|
222
|
+
"variant09",
|
|
223
|
+
"variant08",
|
|
224
|
+
"variant07",
|
|
225
|
+
"variant06",
|
|
226
|
+
"variant05",
|
|
227
|
+
"variant04",
|
|
228
|
+
"variant03",
|
|
229
|
+
"variant02",
|
|
230
|
+
"variant01"
|
|
231
|
+
]
|
|
232
|
+
},
|
|
233
|
+
"default": [
|
|
234
|
+
"variant12",
|
|
235
|
+
"variant11",
|
|
236
|
+
"variant10",
|
|
237
|
+
"variant09",
|
|
238
|
+
"variant08",
|
|
239
|
+
"variant07",
|
|
240
|
+
"variant06",
|
|
241
|
+
"variant05",
|
|
242
|
+
"variant04",
|
|
243
|
+
"variant03",
|
|
244
|
+
"variant02",
|
|
245
|
+
"variant01"
|
|
246
|
+
]
|
|
247
|
+
}
|
|
248
|
+
};
|
|
249
|
+
var additionalProperties = false;
|
|
3
250
|
var schema$1 = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"title": "Mouth",
|
|
9
|
-
"type": "array",
|
|
10
|
-
"items": {
|
|
11
|
-
"type": "string",
|
|
12
|
-
"enum": ["variant0708", "variant0707", "variant0706", "variant0705", "variant0704", "variant0703", "variant0702", "variant0701", "variant0405", "variant0605", "variant0604", "variant0603", "variant0602", "variant0601", "variant0505", "variant0504", "variant0503", "variant0502", "variant0501", "variant0404", "variant0403", "variant0402", "variant0401", "variant0305", "variant0304", "variant0303", "variant0302", "variant0301", "variant0205", "variant0204", "variant0203", "variant0202", "variant0201", "variant0105", "variant0104", "variant0103", "variant0102", "variant0101"]
|
|
13
|
-
},
|
|
14
|
-
"default": ["variant0708", "variant0707", "variant0706", "variant0705", "variant0704", "variant0703", "variant0702", "variant0701", "variant0405", "variant0605", "variant0604", "variant0603", "variant0602", "variant0601", "variant0505", "variant0504", "variant0503", "variant0502", "variant0501", "variant0404", "variant0403", "variant0402", "variant0401", "variant0305", "variant0304", "variant0303", "variant0302", "variant0301", "variant0205", "variant0204", "variant0203", "variant0202", "variant0201", "variant0105", "variant0104", "variant0103", "variant0102", "variant0101"]
|
|
15
|
-
},
|
|
16
|
-
"eyes": {
|
|
17
|
-
"title": "Eyes",
|
|
18
|
-
"type": "array",
|
|
19
|
-
"items": {
|
|
20
|
-
"type": "string",
|
|
21
|
-
"enum": ["variant32", "variant31", "variant30", "variant29", "variant28", "variant27", "variant26", "variant25", "variant24", "variant23", "variant22", "variant21", "variant20", "variant19", "variant18", "variant17", "variant16", "variant15", "variant14", "variant13", "variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
|
|
22
|
-
},
|
|
23
|
-
"default": ["variant32", "variant31", "variant30", "variant29", "variant28", "variant27", "variant26", "variant25", "variant24", "variant23", "variant22", "variant21", "variant20", "variant19", "variant18", "variant17", "variant16", "variant15", "variant14", "variant13", "variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
|
|
24
|
-
},
|
|
25
|
-
"cheek": {
|
|
26
|
-
"title": "Cheek",
|
|
27
|
-
"type": "array",
|
|
28
|
-
"items": {
|
|
29
|
-
"type": "string",
|
|
30
|
-
"enum": ["variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
|
|
31
|
-
},
|
|
32
|
-
"default": ["variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
|
|
33
|
-
},
|
|
34
|
-
"cheekProbability": {
|
|
35
|
-
"title": "Cheek Probability",
|
|
36
|
-
"default": 50,
|
|
37
|
-
"type": "integer",
|
|
38
|
-
"minimum": 0,
|
|
39
|
-
"maximum": 100
|
|
40
|
-
},
|
|
41
|
-
"nose": {
|
|
42
|
-
"title": "Nose",
|
|
43
|
-
"type": "array",
|
|
44
|
-
"items": {
|
|
45
|
-
"type": "string",
|
|
46
|
-
"enum": ["variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
|
|
47
|
-
},
|
|
48
|
-
"default": ["variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
|
|
49
|
-
},
|
|
50
|
-
"backgroundColor": {
|
|
51
|
-
"title": "Background Color",
|
|
52
|
-
"anyOf": [{
|
|
53
|
-
"type": "string",
|
|
54
|
-
"pattern": "^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$"
|
|
55
|
-
}, {
|
|
56
|
-
"type": "string",
|
|
57
|
-
"pattern": "^[0-9a-zA-Z]+$"
|
|
58
|
-
}, {
|
|
59
|
-
"type": "array",
|
|
60
|
-
"items": {
|
|
61
|
-
"anyOf": [{
|
|
62
|
-
"type": "string",
|
|
63
|
-
"pattern": "^[0-9a-zA-Z]+$"
|
|
64
|
-
}, {
|
|
65
|
-
"type": "string",
|
|
66
|
-
"pattern": "^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$"
|
|
67
|
-
}]
|
|
68
|
-
}
|
|
69
|
-
}],
|
|
70
|
-
"default": ["variant01", "variant02", "variant03", "variant04", "variant05"]
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
"additionalProperties": false
|
|
251
|
+
title: title,
|
|
252
|
+
$schema: $schema,
|
|
253
|
+
properties: properties,
|
|
254
|
+
additionalProperties: additionalProperties
|
|
74
255
|
};
|
|
75
256
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
},
|
|
116
|
-
'variant0601': function variant0601(components, colors) {
|
|
117
|
-
return "\n<path d=\"M-23.93 25.418c0-9.373 7.598-16.97 16.97-16.97h65.62c9.372 0 16.97 7.597 16.97 16.97 0 9.373-7.598 16.97-16.97 16.97H-6.96c-9.372 0-16.97-7.597-16.97-16.97Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M71.751 34.945c-2.51 4.234-7.127 7.072-12.406 7.072h-67.71c-5.28 0-9.896-2.838-12.406-7.072 2.51-4.233 7.127-7.072 12.406-7.072h67.71c5.28 0 9.895 2.839 12.406 7.072Z\" fill=\"#C06E6E\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M75.616 23.726h-99.533c.36-9.054 7.814-16.283 16.957-16.283h65.62c9.142 0 16.596 7.23 16.956 16.283Z\" fill=\"#F9F9F9\"/>\n";
|
|
118
|
-
},
|
|
119
|
-
'variant0505': function variant0505(components, colors) {
|
|
120
|
-
return "\n<path d=\"M82.727 33.416c0 16.879-24.274 4.075-54.218 4.075-29.944 0-54.219 12.804-54.219-4.075 0-16.88 24.275-30.563 54.219-30.563 29.944 0 54.218 13.684 54.218 30.563Z\" fill=\"#DE8383\"/>\n";
|
|
121
|
-
},
|
|
122
|
-
'variant0504': function variant0504(components, colors) {
|
|
123
|
-
return "\n<path d=\"M84.065 36.777c0 16.879-24.275 4.075-54.219 4.075-29.944 0-54.218 12.804-54.218-4.075 0-16.88 24.274-30.563 54.218-30.563 29.944 0 54.219 13.684 54.219 30.563Z\" fill=\"#F9F9F9\"/>\n";
|
|
124
|
-
},
|
|
125
|
-
'variant0503': function variant0503(components, colors) {
|
|
126
|
-
return "\n<path d=\"M82.065 34.574c0 16.879-24.275 4.075-54.219 4.075-29.944 0-54.218 12.804-54.218-4.075 0-16.88 24.274-30.563 54.218-30.563 29.944 0 54.219 13.683 54.219 30.563Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M69.208 15.113c-9.796 3.209-24.82 5.262-41.665 5.262-16.522 0-31.293-1.975-41.096-5.078 9.639-7.19 24.646-11.811 41.504-11.811 16.714 0 31.61 4.543 41.257 11.627Z\" fill=\"#F9F9F9\"/>\n";
|
|
127
|
-
},
|
|
128
|
-
'variant0502': function variant0502(components, colors) {
|
|
129
|
-
return "\n<path d=\"M81.065 37.139c0 16.879-24.274 4.075-54.218 4.075-29.945 0-54.22 12.804-54.22-4.075 0-16.88 24.275-30.563 54.22-30.563 29.944 0 54.218 13.684 54.218 30.563Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M74.157 22.2h-94.62c9.285-9.324 26.992-15.623 47.31-15.623 20.317 0 38.024 6.3 47.31 15.622Z\" fill=\"#F9F9F9\"/>\n";
|
|
130
|
-
},
|
|
131
|
-
'variant0501': function variant0501(components, colors) {
|
|
132
|
-
return "\n<path d=\"M81.778 35.323c0 16.879-24.275 4.075-54.219 4.075-29.944 0-54.218 12.804-54.218-4.075 0-16.88 24.274-30.562 54.218-30.562 29.945 0 54.219 13.683 54.219 30.562Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M-23.588 42.444c7.432-11.882 27.526-20.397 51.147-20.397 23.622 0 43.716 8.515 51.148 20.397-4.167 2.76-12.313 1.467-22.83-.201-8.241-1.307-17.939-2.846-28.318-2.846-10.378 0-20.076 1.539-28.318 2.846-10.516 1.668-18.662 2.96-22.829.201Z\" fill=\"#C06E6E\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M74.746 20.259h-94.373C-10.309 11.004 7.332 4.76 27.559 4.76c20.228 0 37.868 6.244 47.187 15.499Z\" fill=\"#F9F9F9\"/>\n";
|
|
133
|
-
},
|
|
134
|
-
'variant0404': function variant0404(components, colors) {
|
|
135
|
-
return "\n<path d=\"M58.393 36.827c0 17.116-13.875 4.132-30.99 4.132s-30.99 12.983-30.99-4.132c0-17.115 13.875-30.99 30.99-30.99s30.99 13.875 30.99 30.99Z\" fill=\"#F9F9F9\"/>\n";
|
|
136
|
-
},
|
|
137
|
-
'variant0403': function variant0403(components, colors) {
|
|
138
|
-
return "\n<path d=\"M58.393 34.638c0 17.115-13.875 4.132-30.99 4.132s-30.99 12.983-30.99-4.132c0-17.115 13.875-30.99 30.99-30.99s30.99 13.875 30.99 30.99Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M51.513 14.838c-5.582 3.366-14.383 5.537-24.284 5.537-9.554 0-18.083-2.022-23.685-5.188C9.225 8.15 17.923 3.647 27.672 3.647c9.586 0 18.156 4.353 23.84 11.19Z\" fill=\"#F9F9F9\"/>\n";
|
|
139
|
-
},
|
|
140
|
-
'variant0402': function variant0402(components, colors) {
|
|
141
|
-
return "\n<path d=\"M58.393 39.326c0 17.115-13.875 4.132-30.99 4.132s-30.99 12.983-30.99-4.132c0-17.115 13.875-30.99 30.99-30.99s30.99 13.875 30.99 30.99Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M52.742 22.578H1.767C7.057 13.857 16.494 8.05 27.254 8.05c10.76 0 20.197 5.807 25.488 14.528Z\" fill=\"#F9F9F9\"/>\n";
|
|
142
|
-
},
|
|
143
|
-
'variant0401': function variant0401(components, colors) {
|
|
144
|
-
return "\n<path d=\"M59.784 40.124c0 17.115-13.875 4.132-30.99 4.132s-30.99 12.983-30.99-4.132c0-17.115 13.875-30.99 30.99-30.99s30.99 13.875 30.99 30.99Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.382 47.311C5.796 35.766 16.797 27.587 29.67 27.587c12.872 0 23.873 8.18 28.288 19.724-2.422 2.3-6.826 1.035-12.434-.576C40.91 45.41 35.48 43.85 29.67 43.85c-5.811 0-11.24 1.56-15.855 2.885-5.608 1.611-10.011 2.876-12.433.576Z\" fill=\"#C06E6E\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M53.933 21.979H4.576C9.987 13.668 19.022 8.223 29.254 8.223c10.232 0 19.268 5.444 24.68 13.756Z\" fill=\"#F9F9F9\"/>\n";
|
|
145
|
-
},
|
|
146
|
-
'variant0305': function variant0305(components, colors) {
|
|
147
|
-
return "\n<path d=\"M59.686 18.454c0 17.116-13.875 30.99-30.99 30.99s-30.99-13.874-30.99-30.99c0-17.115 4.132-15.046 30.99-15.046 24.792 0 30.99-2.069 30.99 15.046Z\" fill=\"#DE8383\"/>\n";
|
|
148
|
-
},
|
|
149
|
-
'variant0304': function variant0304(components, colors) {
|
|
150
|
-
return "\n<path d=\"M60.892 25.079c0 16.869-14.8 30.544-33.056 30.544-18.256 0-33.055-13.675-33.055-30.544 0-16.87 4.407-14.83 33.055-14.83 26.445 0 33.056-2.04 33.056 14.83Z\" fill=\"#F9F9F9\"/>\n";
|
|
151
|
-
},
|
|
152
|
-
'variant0303': function variant0303(components, colors) {
|
|
153
|
-
return "\n<path d=\"M60.658 22.888c0 16.87-14.8 30.544-33.055 30.544-18.257 0-33.056-13.675-33.056-30.544s4.407-14.83 33.056-14.83c33.932 0 33.055-2.039 33.055 14.83Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M55.14 8.699c-5.032 4.834-15.353 9.085-27.268 9.085-11.518 0-21.546-3.972-26.747-8.604 2.837-1.248 8.71-1.228 20.397-1.186 2.325.008 4.881.017 7.69.017 2.566 0 4.93-.01 7.107-.017 9.405-.035 15.298-.058 18.82.705Z\" fill=\"#F9F9F9\"/>\n";
|
|
154
|
-
},
|
|
155
|
-
'variant0302': function variant0302(components, colors) {
|
|
156
|
-
return "\n<path d=\"M58.981 18.382c0 16.915-14.072 30.627-31.43 30.627-17.36 0-31.432-13.712-31.432-30.627S.309 3.512 27.55 3.512c25.145 0 31.431-2.045 31.431 14.87Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58.754 19.653h-62.49c-.013-.391-.02-.784-.02-1.178 0-15.854 3.33-15.823 23.391-15.639 2.381.022 4.999.046 7.874.046a726.1 726.1 0 0 0 7.277-.045c18.98-.186 23.988-.235 23.988 15.638 0 .394-.007.787-.02 1.178Z\" fill=\"#F9F9F9\"/>\n";
|
|
157
|
-
},
|
|
158
|
-
'variant0301': function variant0301(components, colors) {
|
|
159
|
-
return "\n<path d=\"M58.98 19.105c0 16.915-14.072 30.627-31.43 30.627-17.36 0-31.432-13.712-31.432-30.627S.308 4.235 27.55 4.235c25.145 0 31.431-2.045 31.431 14.87Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58.774 17.706h-62.66C-3.673 3.586.2 3.619 19.64 3.794c2.382.022 5 .045 7.876.045 2.628 0 5.05-.023 7.279-.044 18.393-.176 23.668-.227 23.979 13.91Z\" fill=\"#F9F9F9\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M53.753 35.699c-5.654 8.09-15.216 13.407-26.06 13.407-11.04 0-20.75-5.511-26.362-13.85 5.663-4.544 15.17-7.526 25.945-7.526 11.12 0 20.89 3.176 26.477 7.969Z\" fill=\"#C06E6E\"/>\n";
|
|
160
|
-
},
|
|
161
|
-
'variant0205': function variant0205(components, colors) {
|
|
162
|
-
return "\n<path d=\"M59.666 22.342c0 17.115-13.875 30.99-30.99 30.99s-30.99-13.875-30.99-30.99 13.875-4.132 30.99-4.132 30.99-12.983 30.99 4.132Z\" fill=\"#DE8383\"/>\n";
|
|
163
|
-
},
|
|
164
|
-
'variant0204': function variant0204(components, colors) {
|
|
165
|
-
return "\n<path d=\"M58.935 15.593c0 17.115-13.874 30.99-30.99 30.99-17.114 0-30.989-13.875-30.989-30.99s13.875-4.132 30.99-4.132 30.99-12.983 30.99 4.132Z\" fill=\"#F9F9F9\"/>\n";
|
|
166
|
-
},
|
|
167
|
-
'variant0203': function variant0203(components, colors) {
|
|
168
|
-
return "\n<path d=\"M58.935 15.014c0 17.116-13.874 30.99-30.99 30.99-17.114 0-30.989-13.874-30.989-30.99 0-17.115 13.875-4.131 30.99-4.131s30.99-12.984 30.99 4.132Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M56.294 6.973c-4.836 10.818-15.69 18.355-28.305 18.355S4.519 17.791-.317 6.973c2.562-1.665 6.813-.469 12.12 1.024 4.71 1.326 10.254 2.886 16.186 2.886s11.475-1.56 16.186-2.886c5.306-1.493 9.557-2.69 12.12-1.024Z\" fill=\"#F9F9F9\"/>\n";
|
|
169
|
-
},
|
|
170
|
-
'variant0202': function variant0202(components, colors) {
|
|
171
|
-
return "\n<path d=\"M58.935 19.354c0 17.115-13.874 30.99-30.99 30.99-17.114 0-30.989-13.875-30.989-30.99s13.875-4.132 30.99-4.132 30.99-12.983 30.99 4.132Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.543 28.566H-1.652a30.98 30.98 0 0 1-1.392-9.212c0-11.183 5.923-9.516 14.804-7.017 4.71 1.325 10.254 2.885 16.186 2.885s11.475-1.56 16.186-2.885c8.88-2.5 14.803-4.166 14.803 7.017a30.98 30.98 0 0 1-1.392 9.212Z\" fill=\"#F9F9F9\"/>\n";
|
|
172
|
-
},
|
|
173
|
-
'variant0201': function variant0201(components, colors) {
|
|
174
|
-
return "\n<path d=\"M58.247 16.353c0 16.879-13.72 30.562-30.646 30.562-16.925 0-30.645-13.683-30.645-30.562 0-16.88 13.72-4.075 30.645-4.075 16.925 0 30.646-12.804 30.646 4.075Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M56.83 25.378H-1.68c-.957-2.94-2.194-6.067-2.194-9.315 0-11.087 6.011-9.44 15.023-6.962 4.781 1.314 10.406 2.86 16.427 2.86 6.02 0 11.645-1.546 16.426-2.86 9.012-2.477 14.292-3.394 14.292 7.693 0 3.249-.506 5.644-1.462 8.584Z\" fill=\"#F9F9F9\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M50.389 36.005c-5.43 6.992-13.71 11.46-22.99 11.46-9.052 0-17.155-4.252-22.585-10.952 4.122-5.003 12.875-8.456 23.007-8.456 9.785 0 18.284 3.22 22.567 7.948Z\" fill=\"#C06E6E\"/>\n";
|
|
175
|
-
},
|
|
176
|
-
'variant0105': function variant0105(components, colors) {
|
|
177
|
-
return "\n<path d=\"M59.527 28.2c0 17.115-13.874 30.99-30.99 30.99-17.115 0-30.99-13.875-30.99-30.99 0-17.116 13.875-30.99 30.99-30.99 17.116 0 30.99 13.874 30.99 30.99Z\" fill=\"#DE8383\"/>\n";
|
|
178
|
-
},
|
|
179
|
-
'variant0104': function variant0104(components, colors) {
|
|
180
|
-
return "\n<path d=\"M59.527 27.632c0 17.115-13.874 30.99-30.99 30.99-17.115 0-30.99-13.875-30.99-30.99 0-17.116 13.875-30.99 30.99-30.99 17.116 0 30.99 13.875 30.99 30.99Z\" fill=\"#F9F9F9\"/>\n";
|
|
181
|
-
},
|
|
182
|
-
'variant0103': function variant0103(components, colors) {
|
|
183
|
-
return "\n<path d=\"M59.527 28.442c0 17.115-13.874 30.99-30.99 30.99-17.115 0-30.99-13.875-30.99-30.99 0-17.116 13.875-30.99 30.99-30.99 17.116 0 30.99 13.874 30.99 30.99Z\" fill=\"#DE8383\"/>\n<path d=\"M55.442 13.013h-53.8c3.57-6.886 12.595-16.09 27.356-16.09 14.76 0 23.437 9.668 26.444 16.09Z\" fill=\"#F9F9F9\"/>\n";
|
|
184
|
-
},
|
|
185
|
-
'variant0102': function variant0102(components, colors) {
|
|
186
|
-
return "\n<g fill=\"#DE8383\">\n<path d=\"M59.782 28.137c0 17.115-13.875 30.99-30.99 30.99s-30.99-13.875-30.99-30.99 13.875-30.99 30.99-30.99 30.99 13.875 30.99 30.99Z\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M56.977 19.534H.656C5.449 8.81 16.493 1.338 28.998 1.338c12.505 0 23.186 7.472 27.98 18.196Z\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M56.977 15.145H.655C5.45 4.422 16.493-3.05 28.998-3.05s23.186 7.472 27.979 18.195Z\" fill=\"#F9F9F9\"/>\n";
|
|
187
|
-
},
|
|
188
|
-
'variant0101': function variant0101(components, colors) {
|
|
189
|
-
return "\n<path d=\"M59.782 28.86c0 17.116-13.875 30.99-30.99 30.99s-30.99-13.874-30.99-30.99c0-17.115 13.875-30.99 30.99-30.99s30.99 13.875 30.99 30.99Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.623 49.485c5.657-7.487 14.634-12.325 24.74-12.325 9.196 0 17.456 4.004 23.131 10.365-5.657 7.487-14.634 12.325-24.74 12.325-9.196 0-17.456-4.005-23.131-10.365Z\" fill=\"#C06E6E\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.39 16.432H.473C5.273 5.505 16.209-2.129 28.932-2.129c12.723 0 23.659 7.634 28.458 18.561Z\" fill=\"#F9F9F9\"/>\n";
|
|
190
|
-
}
|
|
257
|
+
const mouth = {
|
|
258
|
+
variant0708: (components, colors) => "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M-1.7 8c1.5-.2 2.9.9 3 2.4.8 5.2 8.4 18.8 37.2 20.2a2.7 2.7 0 1 1-.2 5.4C7.9 34.5-3 19.7-4 11c-.2-1.4.9-2.8 2.3-3Z\" fill=\"#000\"/>\n",
|
|
259
|
+
variant0707: (components, colors) => "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.8 33.3a2.5 2.5 0 0 1 3.5-.7c4.1 2.7 18.5 5.6 37-14a2.5 2.5 0 0 1 3.7 3.5C41.4 42.8 24.4 41.3 17.5 36.9a2.5 2.5 0 0 1-.7-3.6Z\" fill=\"#000\"/>\n",
|
|
260
|
+
variant0706: (components, colors) => "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 47.5c0-1.4 1.2-2.6 2.6-2.6 3.2-.1 8-.7 12-2 2-.8 3.5-1.6 4.5-2.5 1-.8 1.4-1.7 1.4-2.6 0-.8-.4-1.7-1.4-2.5-1-1-2.6-1.8-4.6-2.4-3.9-1.4-8.7-2-12-2a2.5 2.5 0 0 1 .1-5.1c3.2 0 8-.6 12-2 2-.6 3.5-1.4 4.5-2.3 1-1 1.4-1.8 1.4-2.8 0-1-.4-1.8-1.4-2.7-1-.9-2.6-1.7-4.5-2.4a42 42 0 0 0-12-1.9 2.5 2.5 0 0 1 0-5c3.6 0 9 .6 13.6 2.1 2.3.8 4.6 1.9 6.3 3.5 1.8 1.5 3 3.7 3 6.4 0 2.8-1.2 5-3 6.5a17.4 17.4 0 0 1-5.4 3.2c2 .7 3.9 1.7 5.4 3 1.7 1.6 3 3.7 3 6.4 0 2.8-1.3 4.9-3 6.4-1.8 1.6-4 2.7-6.3 3.4-4.6 1.6-10 2.2-13.5 2.3-1.4 0-2.6-1-2.6-2.4Z\" fill=\"#000\"/>\n",
|
|
261
|
+
variant0705: (components, colors) => "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M-1.5 27.9-6 31.4a3.2 3.2 0 1 1-3.7-5.2l4-3.1 2.3-1.9c2.3-1.7 4.8-3.6 7.8-5.2a52 52 0 0 1 25.8-5.7 52.5 52.5 0 0 1 38.2 16.5 3.2 3.2 0 1 1-4.8 4 46.3 46.3 0 0 0-33.4-14c-11 0-17.7 2-22.8 4.8a48 48 0 0 0-6.9 4.6l-2 1.7Z\" fill=\"#000\"/>\n",
|
|
262
|
+
variant0704: (components, colors) => "\n<path d=\"M-2.4 23.5a57 57 0 0 1 31-8.9c17 0 33 7.4 31 8.9 0 17-2-3.6-29-3.6-28.9 0-33 20.7-33 3.6Z\" fill=\"#000\"/>\n",
|
|
263
|
+
variant0703: (components, colors) => "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M-13.2 18c1.4 0 2.6 1 2.7 2.4.2 3 1.3 7.6 4.1 11.4a16 16 0 0 0 13.7 6.6c6.8 0 11-3 13.7-6.6 2.8-3.8 4-8.4 4.1-11.4a2.5 2.5 0 0 1 5.1 0c.1 3 1.2 7.6 3.9 11.4 2.6 3.6 7 6.6 14 6.6s11.3-3 14-6.6c2.7-3.8 3.7-8.3 3.8-11.3a2.5 2.5 0 0 1 5 .1c0 3.8-1.3 9.4-4.7 14.2A21.3 21.3 0 0 1 48 43.5a21.3 21.3 0 0 1-20.5-12.8c-.7 1.4-1.5 2.8-2.5 4a21.2 21.2 0 0 1-17.8 8.8c-8.5 0-14.2-3.9-17.8-8.7a27.7 27.7 0 0 1-5-14.1c-.2-1.4.9-2.6 2.3-2.7Z\" fill=\"#000\"/>\n",
|
|
264
|
+
variant0702: (components, colors) => "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M59.2 13 63.7 9a3.2 3.2 0 0 1 4 5l-4.1 3.5-2.3 2a49 49 0 0 1-33.7 11.8 51 51 0 0 1-38.3-17.8 3.2 3.2 0 0 1 5-4c4 5 16.3 15.4 33.3 15.4 11 0 17.7-2.3 22.7-5.2a48 48 0 0 0 9-6.9Z\" fill=\"#000\"/>\n",
|
|
265
|
+
variant0701: (components, colors) => "\n<path d=\"M59.7 22.8a57 57 0 0 1-31 8.8c-17 0-33-7.3-31-8.8 0-17.1 3.2 0 30 0 29 0 32-17.1 32 0Z\" fill=\"#000\"/>\n",
|
|
266
|
+
variant0405: (components, colors) => "\n<path d=\"M59.2 32c0 17.1-13.8 4.1-31 4.1-17 0-31 13-31-4a31 31 0 1 1 62 0Z\" fill=\"#DE8383\"/>\n",
|
|
267
|
+
variant0605: (components, colors) => "\n<path d=\"M-24 21.8a17 17 0 0 1 17-17h65.7a17 17 0 0 1 0 34H-7a17 17 0 0 1-17-17Z\" fill=\"#DE8383\"/>\n",
|
|
268
|
+
variant0604: (components, colors) => "\n<path d=\"M-22.5 25a17 17 0 0 1 17-16.9h65.6a17 17 0 0 1 0 34H-5.5a17 17 0 0 1-17-17Z\" fill=\"#F9F9F9\"/>\n",
|
|
269
|
+
variant0603: (components, colors) => "\n<path d=\"M-24 22.9a17 17 0 0 1 17-17h65.7a17 17 0 0 1 0 34H-7a17 17 0 0 1-17-17Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M73.9 14.7c-3 5.4-8.7 9-15.3 9H-6.2c-6.6 0-12.3-3.6-15.3-9 3-5.3 8.7-9 15.3-9h64.8c6.6 0 12.3 3.7 15.3 9Z\" fill=\"#F9F9F9\"/>\n",
|
|
270
|
+
variant0602: (components, colors) => "\n<path d=\"M-24 27.7a17 17 0 0 1 17-17h65.7a17 17 0 0 1 0 34H-7a17 17 0 0 1-17-17Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M75.6 26h-99.5A17 17 0 0 1-7 9.7h65.6a17 17 0 0 1 17 16.3Z\" fill=\"#F9F9F9\"/>\n",
|
|
271
|
+
variant0601: (components, colors) => "\n<path d=\"M-24 25.4a17 17 0 0 1 17-17h65.7a17 17 0 1 1 0 34H-7a17 17 0 0 1-17-17Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M71.8 35c-2.6 4.2-7.2 7-12.5 7H-8.4c-5.2 0-9.9-2.8-12.4-7 2.5-4.3 7.2-7.1 12.4-7.1h67.7c5.3 0 10 2.8 12.5 7Z\" fill=\"#C06E6E\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M75.6 23.7h-99.5A17 17 0 0 1-7 7.4h65.6a17 17 0 0 1 17 16.3Z\" fill=\"#F9F9F9\"/>\n",
|
|
272
|
+
variant0505: (components, colors) => "\n<path d=\"M82.7 33.4c0 16.9-24.2 4-54.2 4-30 0-54.2 12.9-54.2-4S-1.4 3 28.5 3c30 0 54.2 13.6 54.2 30.5Z\" fill=\"#DE8383\"/>\n",
|
|
273
|
+
variant0504: (components, colors) => "\n<path d=\"M84 36.8c0 16.9-24.2 4-54.2 4-29.9 0-54.2 12.9-54.2-4 0-17 24.3-30.6 54.2-30.6 30 0 54.3 13.7 54.3 30.6Z\" fill=\"#F9F9F9\"/>\n",
|
|
274
|
+
variant0503: (components, colors) => "\n<path d=\"M82 34.6c0 16.9-24.2 4-54.2 4-29.9 0-54.2 12.9-54.2-4C-26.4 17.6-2 4 27.8 4c30 0 54.3 13.7 54.3 30.6Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M69.2 15.1c-9.8 3.2-24.8 5.3-41.7 5.3-16.5 0-31.2-2-41-5.1A71 71 0 0 1 28 3.5C44.7 3.5 59.6 8 69.2 15Z\" fill=\"#F9F9F9\"/>\n",
|
|
275
|
+
variant0502: (components, colors) => "\n<path d=\"M81 37.1c0 17-24.2 4.1-54.2 4.1-29.9 0-54.2 12.8-54.2-4 0-17 24.3-30.6 54.2-30.6 30 0 54.3 13.7 54.3 30.5Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M74.2 22.2h-94.7c9.3-9.3 27-15.6 47.3-15.6 20.4 0 38 6.3 47.4 15.6Z\" fill=\"#F9F9F9\"/>\n",
|
|
276
|
+
variant0501: (components, colors) => "\n<path d=\"M81.8 35.3c0 17-24.3 4-54.2 4-30 0-54.3 13-54.3-4 0-16.9 24.3-30.5 54.3-30.5 30 0 54.2 13.6 54.2 30.5Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M-23.6 42.4C-16.2 30.6 4 22 27.6 22c23.6 0 43.7 8.6 51.1 20.4-4.2 2.8-12.3 1.5-22.8-.2a178 178 0 0 0-28.3-2.8A178 178 0 0 0-.8 42.2c-10.5 1.7-18.6 3-22.8.2Z\" fill=\"#C06E6E\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M74.7 20.3h-94.3c9.3-9.3 27-15.5 47.2-15.5 20.2 0 37.8 6.2 47.1 15.5Z\" fill=\"#F9F9F9\"/>\n",
|
|
277
|
+
variant0404: (components, colors) => "\n<path d=\"M58.4 36.8c0 17.1-13.9 4.2-31 4.2s-31 13-31-4.2a31 31 0 1 1 62 0Z\" fill=\"#F9F9F9\"/>\n",
|
|
278
|
+
variant0403: (components, colors) => "\n<path d=\"M58.4 34.6c0 17.2-13.9 4.2-31 4.2s-31 13-31-4.2a31 31 0 0 1 62 0Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M51.5 14.8a49 49 0 0 1-24.3 5.6c-9.5 0-18-2-23.7-5.2a31 31 0 0 1 48-.4Z\" fill=\"#F9F9F9\"/>\n",
|
|
279
|
+
variant0402: (components, colors) => "\n<path d=\"M58.4 39.3c0 17.1-13.9 4.2-31 4.2s-31 13-31-4.2a31 31 0 0 1 62 0Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M52.7 22.6h-51A29.8 29.8 0 0 1 27.4 8C38 8 47.5 13.9 52.7 22.6Z\" fill=\"#F9F9F9\"/>\n",
|
|
280
|
+
variant0401: (components, colors) => "\n<path d=\"M59.8 40.1c0 17.1-13.9 4.2-31 4.2s-31 13-31-4.2a31 31 0 0 1 62 0Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.4 47.3a30.4 30.4 0 0 1 28.3-19.7c12.8 0 23.8 8.2 28.3 19.7-2.5 2.3-6.9 1-12.5-.6-4.6-1.3-10-2.8-15.8-2.8-5.8 0-11.3 1.5-15.9 2.8-5.6 1.6-10 3-12.4.6Z\" fill=\"#C06E6E\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M54 22H4.5A29.5 29.5 0 0 1 29.3 8.2c10.2 0 19.2 5.5 24.6 13.8Z\" fill=\"#F9F9F9\"/>\n",
|
|
281
|
+
variant0305: (components, colors) => "\n<path d=\"M59.7 18.5a31 31 0 1 1-62 0c0-17.2 4.1-15 31-15 24.8 0 31-2.2 31 15Z\" fill=\"#DE8383\"/>\n",
|
|
282
|
+
variant0304: (components, colors) => "\n<path d=\"M60.9 25c0 17-14.8 30.6-33 30.6C9.5 55.6-5.3 42-5.3 25.1c0-16.9 4.4-14.9 33-14.9 26.5 0 33-2 33 14.9Z\" fill=\"#F9F9F9\"/>\n",
|
|
283
|
+
variant0303: (components, colors) => "\n<path d=\"M60.7 22.9c0 16.9-14.8 30.5-33 30.5C9.2 53.4-5.6 39.8-5.6 23S-1 8 27.6 8c34 0 33-2 33 14.8Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M55.1 8.7c-5 4.8-15.3 9-27.2 9A42 42 0 0 1 1 9.3C4 7.9 9.8 8 21.5 8a2115 2115 0 0 0 14.8 0c9.4 0 15.3 0 18.8.7Z\" fill=\"#F9F9F9\"/>\n",
|
|
284
|
+
variant0302: (components, colors) => "\n<path d=\"M59 18.4A31 31 0 0 1 27.6 49 31 31 0 0 1-4 18.4c0-17 4.2-14.9 31.5-14.9 25 0 31.4-2 31.4 14.9Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58.8 19.7H-3.7v-1.2C-3.8 2.6-.5 2.7 19.5 2.8a829.2 829.2 0 0 0 15.2 0c19-.1 24-.2 24 15.7v1.2Z\" fill=\"#F9F9F9\"/>\n",
|
|
285
|
+
variant0301: (components, colors) => "\n<path d=\"M59 19.1a31 31 0 0 1-31.5 30.6A31 31 0 0 1-3.9 19.1c0-17 4.2-14.9 31.4-14.9 25.2 0 31.5-2 31.5 15Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58.8 17.7H-4c.2-14.1 4.1-14 23.5-14l8 .1h7.2c18.4-.2 23.7-.2 24 14Z\" fill=\"#F9F9F9\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M53.8 35.7A31.7 31.7 0 0 1 27.7 49c-11 0-20.8-5.5-26.4-13.8a42.7 42.7 0 0 1 26-7.6 42 42 0 0 1 26.5 8Z\" fill=\"#C06E6E\"/>\n",
|
|
286
|
+
variant0205: (components, colors) => "\n<path d=\"M59.7 22.3a31 31 0 0 1-62 0c0-17 13.9-4 31-4 17 0 31-13 31 4Z\" fill=\"#DE8383\"/>\n",
|
|
287
|
+
variant0204: (components, colors) => "\n<path d=\"M59 15.6a31 31 0 1 1-62 0c0-17.1 13.8-4.1 31-4.1 17 0 31-13 31 4Z\" fill=\"#F9F9F9\"/>\n",
|
|
288
|
+
variant0203: (components, colors) => "\n<path d=\"M59 15a31 31 0 0 1-62 0C-3-2 10.8 11 28 11c17 0 31-13 31 4.1Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M56.3 7A31 31 0 0 1-.3 7c2.5-1.7 6.8-.5 12.1 1 4.7 1.3 10.3 2.9 16.2 2.9 6 0 11.5-1.6 16.2-3 5.3-1.4 9.5-2.6 12-1Z\" fill=\"#F9F9F9\"/>\n",
|
|
289
|
+
variant0202: (components, colors) => "\n<path d=\"M59 19.4a31 31 0 1 1-62 0c0-17.2 13.8-4.2 31-4.2 17 0 31-13 31 4.2Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.5 28.6H-1.7c-.9-3-1.3-6-1.3-9.2 0-11.2 5.9-9.6 14.8-7a59.5 59.5 0 0 0 16.1 2.8c6 0 11.5-1.5 16.2-2.9 9-2.5 14.8-4.1 14.8 7a31 31 0 0 1-1.4 9.3Z\" fill=\"#F9F9F9\"/>\n",
|
|
290
|
+
variant0201: (components, colors) => "\n<path d=\"M58.2 16.4a30.6 30.6 0 0 1-61.2 0c0-17 13.7-4.1 30.6-4.1 17 0 30.6-12.8 30.6 4Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M56.8 25.4H-1.7c-1-3-2.2-6-2.2-9.3 0-11.1 6-9.5 15-7A61.6 61.6 0 0 0 27.6 12c6 0 11.6-1.6 16.4-2.9 9-2.5 14.3-3.4 14.3 7.7 0 3.2-.5 5.6-1.5 8.6Z\" fill=\"#F9F9F9\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M50.4 36a29 29 0 0 1-23 11.5 29 29 0 0 1-22.6-11c4.1-5 12.9-8.4 23-8.4 9.8 0 18.3 3.2 22.6 8Z\" fill=\"#C06E6E\"/>\n",
|
|
291
|
+
variant0105: (components, colors) => "\n<path d=\"M59.5 28.2a31 31 0 1 1-62 0 31 31 0 0 1 62 0Z\" fill=\"#DE8383\"/>\n",
|
|
292
|
+
variant0104: (components, colors) => "\n<path d=\"M59.5 27.6a31 31 0 1 1-62 0 31 31 0 0 1 62 0Z\" fill=\"#F9F9F9\"/>\n",
|
|
293
|
+
variant0103: (components, colors) => "\n<path d=\"M59.5 28.4a31 31 0 1 1-62 0 31 31 0 0 1 62 0Z\" fill=\"#DE8383\"/>\n<path d=\"M55.4 13H1.6C5.2 6.1 14.2-3 29-3c14.8 0 23.4 9.6 26.4 16Z\" fill=\"#F9F9F9\"/>\n",
|
|
294
|
+
variant0102: (components, colors) => "\n<g fill=\"#DE8383\">\n<path d=\"M59.8 28.1a31 31 0 1 1-62 0 31 31 0 0 1 62 0Z\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57 19.5H.7A31.1 31.1 0 0 1 29 1.3c12.5 0 23.2 7.5 28 18.2Z\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57 15.1H.7A31.1 31.1 0 0 1 29-3c12.5 0 23.2 7.5 28 18.2Z\" fill=\"#F9F9F9\"/>\n",
|
|
295
|
+
variant0101: (components, colors) => "\n<path d=\"M59.8 28.9a31 31 0 1 1-62 0 31 31 0 0 1 62 0Z\" fill=\"#DE8383\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.6 49.5a31 31 0 0 1 47.9-2 31 31 0 0 1-47.9 2Z\" fill=\"#C06E6E\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.4 16.4H.4a31 31 0 0 1 57 0Z\" fill=\"#F9F9F9\"/>\n"
|
|
191
296
|
};
|
|
192
297
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
},
|
|
227
|
-
'variant21': function variant21(components, colors) {
|
|
228
|
-
return "\n<path d=\"M75 52.389C78.556 49.593 84.027 44 94.696 44c9.064 0 16.686 6.152 18.054 8.389M179.577 52.389c3.556-2.796 9.027-8.389 19.696-8.389 9.064 0 16.686 6.152 18.054 8.389\" stroke=\"#000\" stroke-width=\"4.194\" stroke-linecap=\"round\"/>\n<rect x=\"72\" y=\"60.361\" width=\"49.418\" height=\"60.4\" rx=\"16.473\" fill=\"#fff\"/>\n<rect x=\"173.582\" y=\"60.361\" width=\"49.418\" height=\"60.4\" rx=\"16.473\" fill=\"#fff\"/>\n<rect x=\"81.441\" y=\"68.766\" width=\"30.2\" height=\"46.673\" rx=\"15.1\" fill=\"#757575\"/>\n<rect x=\"182.937\" y=\"68.766\" width=\"30.2\" height=\"46.673\" rx=\"15.1\" fill=\"#757575\"/>\n<rect x=\"88.522\" y=\"78.375\" width=\"16.523\" height=\"25.964\" rx=\"8.261\" fill=\"#000\"/>\n<rect x=\"190.018\" y=\"78.375\" width=\"16.523\" height=\"25.964\" rx=\"8.261\" fill=\"#000\"/>\n";
|
|
229
|
-
},
|
|
230
|
-
'variant20': function variant20(components, colors) {
|
|
231
|
-
return "\n<path d=\"M76 52.422C79.57 49.615 85.063 44 95.774 44c9.1 0 16.752 6.176 18.125 8.422M180 52.422c3.57-2.807 9.063-8.422 19.774-8.422 9.1 0 16.752 6.176 18.125 8.422\" stroke=\"#000\" stroke-width=\"3.676\" stroke-linecap=\"round\"/>\n<rect x=\"71\" y=\"61.477\" width=\"49.614\" height=\"60.639\" rx=\"14.438\" fill=\"#fff\"/>\n<rect x=\"172.983\" y=\"61.477\" width=\"49.614\" height=\"60.639\" rx=\"14.438\" fill=\"#fff\"/>\n<rect x=\"82.025\" y=\"69.746\" width=\"30.32\" height=\"46.858\" rx=\"9.625\" fill=\"#000\"/>\n<rect x=\"181.253\" y=\"69.746\" width=\"30.32\" height=\"46.858\" rx=\"9.625\" fill=\"#000\"/>\n";
|
|
232
|
-
},
|
|
233
|
-
'variant19': function variant19(components, colors) {
|
|
234
|
-
return "\n<path d=\"M76 52.422C79.57 49.615 85.063 44 95.774 44c9.1 0 16.752 6.176 18.125 8.422M180 52.422c3.57-2.807 9.063-8.422 19.774-8.422 9.1 0 16.752 6.176 18.125 8.422\" stroke=\"#000\" stroke-width=\"3.676\" stroke-linecap=\"round\"/>\n<rect x=\"71\" y=\"61.477\" width=\"49.614\" height=\"60.639\" rx=\"14.438\" fill=\"#fff\"/>\n<rect x=\"172.983\" y=\"61.477\" width=\"49.614\" height=\"60.639\" rx=\"14.438\" fill=\"#fff\"/>\n<rect x=\"82.025\" y=\"69.746\" width=\"30.32\" height=\"46.858\" rx=\"9.625\" fill=\"#757575\"/>\n<rect x=\"181.253\" y=\"69.746\" width=\"30.32\" height=\"46.858\" rx=\"9.625\" fill=\"#757575\"/>\n";
|
|
235
|
-
},
|
|
236
|
-
'variant18': function variant18(components, colors) {
|
|
237
|
-
return "\n<path d=\"M120.889 100.473s-24.275 11.7-35.734 11.7c-11.46 0-31.124-11.7-31.124-11.7s21.97-11.7 33.429-11.7c11.46 0 33.429 11.7 33.429 11.7ZM235.286 100.473s-24.276 11.7-35.735 11.7-31.124-11.7-31.124-11.7 21.97-11.7 33.429-11.7c11.46 0 33.43 11.7 33.43 11.7Z\" fill=\"#fff\"/>\n<circle cx=\"89.131\" cy=\"100.473\" r=\"11.7\" fill=\"#000\"/>\n<circle cx=\"200.185\" cy=\"100.473\" r=\"11.7\" fill=\"#000\"/>\n<path fill=\"#403E3E\" d=\"M49 52h76.887v20.058H49zM161.429 52h76.887v20.058h-76.887z\"/>\n";
|
|
238
|
-
},
|
|
239
|
-
'variant17': function variant17(components, colors) {
|
|
240
|
-
return "\n<g fill=\"#000\">\n<path d=\"M74 93.087h40.439v11.029H74zM74 60h40.439v11.029H74zM173.259 93.087h40.439v11.029h-40.439zM173.259 60h40.439v11.029h-40.439z\"/>\n</g>\n";
|
|
241
|
-
},
|
|
242
|
-
'variant16': function variant16(components, colors) {
|
|
243
|
-
return "\n<g fill=\"#000\">\n<path d=\"M74 81.087h40.439v36.763H74zM74 48h40.439v11.029H74zM173.259 81.087h40.439v36.763h-40.439zM173.259 48h40.439v11.029h-40.439z\"/>\n</g>\n";
|
|
244
|
-
},
|
|
245
|
-
'variant15': function variant15(components, colors) {
|
|
246
|
-
return "\n<ellipse cx=\"92.309\" cy=\"93.833\" rx=\"19.711\" ry=\"32.16\" fill=\"#fff\"/>\n<ellipse cx=\"195.95\" cy=\"93.833\" rx=\"18.673\" ry=\"32.16\" fill=\"#fff\"/>\n<ellipse cx=\"96.459\" cy=\"93.833\" rx=\"15.561\" ry=\"25.935\" fill=\"#000\"/>\n<ellipse cx=\"191.8\" cy=\"92.796\" rx=\"14.524\" ry=\"24.898\" fill=\"#000\"/>\n<path d=\"M63 48.28C64.933 46.896 75.984 40 92 40c16.017 0 30.934 6.895 29.001 8.28 0 16.017-2.968 0-28.102 0-27.067 0-29.899 16.017-29.899 0ZM167 48.28c1.934-1.385 12.984-8.28 29.001-8.28 16.016 0 30.933 6.895 29 8.28 0 16.017-2.968 0-28.102 0-27.067 0-29.899 16.017-29.899 0Z\" fill=\"#000\"/>\n";
|
|
247
|
-
},
|
|
248
|
-
'variant14': function variant14(components, colors) {
|
|
249
|
-
return "\n<ellipse cx=\"93.322\" cy=\"94.652\" rx=\"20.804\" ry=\"33.943\" fill=\"#fff\"/>\n<ellipse cx=\"192.109\" cy=\"94.652\" rx=\"20.804\" ry=\"33.943\" fill=\"#fff\"/>\n<ellipse cx=\"93.323\" cy=\"94.653\" rx=\"16.424\" ry=\"27.373\" fill=\"#000\"/>\n<ellipse cx=\"192.109\" cy=\"94.653\" rx=\"16.424\" ry=\"27.373\" fill=\"#000\"/>\n<path d=\"M64 44.397C65.96 42.992 77.167 36 93.41 36c16.241 0 31.369 6.992 29.408 8.397 0 16.243-3.01 0-28.498 0-27.448 0-30.32 16.243-30.32 0ZM166 44.397C167.961 42.992 179.167 36 195.409 36c16.242 0 31.37 6.992 29.409 8.397 0 16.243-3.01 0-28.498 0-27.448 0-30.32 16.243-30.32 0Z\" fill=\"#000\"/>\n";
|
|
250
|
-
},
|
|
251
|
-
'variant13': function variant13(components, colors) {
|
|
252
|
-
return "\n<path d=\"M58.683 45.332C60.86 43.77 73.315 36 91.365 36c18.05 0 34.861 7.77 32.682 9.332 0 18.05-3.345 0-31.67 0-30.503 0-33.694 18.05-33.694 0ZM165.683 45.332C167.862 43.77 180.315 36 198.365 36c18.05 0 34.861 7.77 32.682 9.332 0 18.05-3.345 0-31.67 0-30.503 0-33.694 18.05-33.694 0Z\" fill=\"#000\"/>\n<path d=\"M87.268 69.11c1.239-3.811 6.632-3.811 7.87 0l3.265 10.047a4.138 4.138 0 0 0 3.935 2.859h10.563c4.008 0 5.674 5.129 2.432 7.485l-8.546 6.209a4.138 4.138 0 0 0-1.503 4.626l3.264 10.046c1.239 3.812-3.124 6.982-6.367 4.626l-8.546-6.209a4.136 4.136 0 0 0-4.864 0l-8.545 6.209c-3.243 2.356-7.606-.814-6.367-4.626l3.264-10.046a4.138 4.138 0 0 0-1.503-4.626l-8.546-6.21c-3.243-2.355-1.576-7.484 2.432-7.484h10.563a4.137 4.137 0 0 0 3.935-2.859l3.264-10.046ZM194.845 69.11c1.238-3.811 6.631-3.811 7.87 0l3.264 10.047a4.137 4.137 0 0 0 3.935 2.859h10.563c4.008 0 5.675 5.129 2.432 7.485l-8.546 6.209a4.138 4.138 0 0 0-1.503 4.626l3.264 10.046c1.239 3.812-3.124 6.982-6.367 4.626l-8.545-6.209a4.136 4.136 0 0 0-4.864 0l-8.546 6.209c-3.243 2.356-7.606-.814-6.367-4.626l3.264-10.046a4.138 4.138 0 0 0-1.503-4.626l-8.546-6.21c-3.243-2.355-1.576-7.484 2.432-7.484h10.563a4.137 4.137 0 0 0 3.935-2.859l3.265-10.046Z\" fill=\"#FFEBB7\"/>\n";
|
|
253
|
-
},
|
|
254
|
-
'variant12': function variant12(components, colors) {
|
|
255
|
-
return "\n<g stroke=\"#000\" stroke-linecap=\"round\">\n<g stroke-width=\"7\">\n<path d=\"M106.086 43c-3.682 2.895-9.347 8.686-20.393 8.686-9.385 0-17.277-6.37-18.693-8.686M184.886 43c3.682 2.895 9.346 8.686 20.392 8.686 9.385 0 17.277-6.37 18.693-8.686\"/>\n</g>\n<path d=\"m73 74 35.5 15.5L73 110M220.5 74 185 89.5l35.5 20.5\" stroke-width=\"4\" stroke-linejoin=\"round\"/>\n</g>\n";
|
|
256
|
-
},
|
|
257
|
-
'variant11': function variant11(components, colors) {
|
|
258
|
-
return "\n<g stroke=\"#000\" stroke-linecap=\"round\">\n<g stroke-width=\"7\">\n<path d=\"M184.886 51.686C188.568 48.79 194.232 43 205.278 43c9.385 0 17.277 6.37 18.693 8.686M106.086 51.686C102.404 48.79 96.739 43 85.693 43 76.308 43 68.416 49.37 67 51.686\"/>\n</g>\n<path d=\"m73 74 35.5 15.5L73 110M220.5 74 185 89.5l35.5 20.5\" stroke-width=\"4\" stroke-linejoin=\"round\"/>\n</g>\n";
|
|
259
|
-
},
|
|
260
|
-
'variant10': function variant10(components, colors) {
|
|
261
|
-
return "\n<path d=\"M55.26 43.19C57.405 41.654 69.67 34 87.447 34c17.776 0 34.333 7.653 32.187 9.19 0 17.777-3.294 0-31.19 0-30.042 0-33.184 17.777-33.184 0ZM169.259 43.19c2.146-1.537 14.411-9.19 32.188-9.19 17.776 0 34.333 7.653 32.187 9.19 0 17.777-3.294 0-31.19 0-30.042 0-33.185 17.777-33.185 0Z\" fill=\"#000\"/>\n<path d=\"m87.203 56.64 8.129 25.015h26.303l-21.28 15.461 8.128 25.016-21.28-15.461-21.28 15.461 8.129-25.016-21.28-15.46h26.303l8.128-25.017ZM200.986 56.64l8.128 25.015h26.303l-21.28 15.461 8.128 25.016-21.279-15.461-21.28 15.461 8.128-25.016-21.28-15.46h26.303l8.129-25.017Z\" fill=\"#FFEBB7\"/>\n";
|
|
262
|
-
},
|
|
263
|
-
'variant09': function variant09(components, colors) {
|
|
264
|
-
return "\n<g fill=\"#000\">\n<path d=\"M56 44.41C58.197 42.836 70.755 35 88.956 35c18.2 0 35.152 7.836 32.955 9.41 0 18.2-3.373 0-31.934 0-30.759 0-33.977 18.2-33.977 0ZM166.883 44.41c2.197-1.574 14.755-9.41 32.955-9.41 18.201 0 35.153 7.836 32.956 9.41 0 18.2-3.373 0-31.935 0-30.758 0-33.976 18.2-33.976 0Z\"/>\n</g>\n<ellipse cx=\"88\" cy=\"97.5\" rx=\"29\" ry=\"17.5\" fill=\"#fff\"/>\n<mask id=\"eyesVariant09-a\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"59\" y=\"80\" width=\"58\" height=\"35\">\n<ellipse cx=\"88\" cy=\"97.5\" rx=\"29\" ry=\"17.5\" fill=\"#fff\"/>\n</mask>\n<g mask=\"url(#eyesVariant09-a)\">\n<circle cx=\"74\" cy=\"98\" r=\"18\" fill=\"#000\"/>\n</g>\n<g>\n<ellipse cx=\"198\" cy=\"97.5\" rx=\"29\" ry=\"17.5\" fill=\"#fff\"/>\n<mask id=\"eyesVariant09-b\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"169\" y=\"80\" width=\"58\" height=\"35\">\n<ellipse cx=\"198\" cy=\"97.5\" rx=\"29\" ry=\"17.5\" fill=\"#fff\"/>\n</mask>\n<g mask=\"url(#eyesVariant09-b)\">\n<circle cx=\"184\" cy=\"98\" r=\"18\" fill=\"#000\"/>\n</g>\n</g>\n";
|
|
265
|
-
},
|
|
266
|
-
'variant08': function variant08(components, colors) {
|
|
267
|
-
return "\n<ellipse rx=\"29\" ry=\"17.5\" transform=\"matrix(-1 0 0 1 88 97.5)\" fill=\"#fff\"/>\n<mask id=\"eyesVariant08-a\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"59\" y=\"80\" width=\"58\" height=\"35\">\n<ellipse rx=\"29\" ry=\"17.5\" transform=\"matrix(-1 0 0 1 88 97.5)\" fill=\"#fff\"/>\n</mask>\n<g mask=\"url(#eyesVariant08-a)\">\n<circle r=\"18\" transform=\"matrix(-1 0 0 1 102 98)\" fill=\"#000\"/>\n</g>\n<g fill=\"#000\">\n<path d=\"M57 43.41C59.197 41.836 71.755 34 89.956 34c18.2 0 35.152 7.836 32.955 9.41 0 18.2-3.373 0-31.934 0-30.759 0-33.977 18.2-33.977 0ZM167.883 43.41c2.197-1.574 14.755-9.41 32.955-9.41 18.201 0 35.153 7.836 32.956 9.41 0 18.2-3.373 0-31.935 0-30.758 0-33.976 18.2-33.976 0Z\"/>\n</g>\n<g>\n<ellipse rx=\"29\" ry=\"17.5\" transform=\"matrix(-1 0 0 1 198 97.5)\" fill=\"#fff\"/>\n<mask id=\"eyesVariant08-b\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"169\" y=\"80\" width=\"58\" height=\"35\">\n<ellipse rx=\"29\" ry=\"17.5\" transform=\"matrix(-1 0 0 1 198 97.5)\" fill=\"#fff\"/>\n</mask>\n<g mask=\"url(#eyesVariant08-b)\">\n<circle r=\"18\" transform=\"matrix(-1 0 0 1 212 98)\" fill=\"#000\"/>\n</g>\n</g>\n";
|
|
268
|
-
},
|
|
269
|
-
'variant07': function variant07(components, colors) {
|
|
270
|
-
return "\n<path d=\"M183.127 52.686C186.809 49.79 192.474 44 203.52 44c9.385 0 17.277 6.37 18.693 8.686M104.328 52.686C100.646 49.79 94.981 44 83.935 44c-9.385 0-17.277 6.37-18.693 8.686\" stroke=\"#000\" stroke-width=\"3.676\" stroke-linecap=\"round\"/>\n<circle cx=\"87.228\" cy=\"92.044\" r=\"28.229\" fill=\"#fff\"/>\n<circle cx=\"200.772\" cy=\"92.044\" r=\"28.229\" fill=\"#fff\"/>\n<circle cx=\"87.229\" cy=\"92.044\" r=\"15.2\" fill=\"#000\"/>\n<circle cx=\"200.771\" cy=\"92.044\" r=\"15.2\" fill=\"#000\"/>\n<path d=\"M228.264 86.636h-55.952c1.851-13.798 13.671-24.44 27.976-24.44s26.125 10.642 27.976 24.44ZM114.953 86.636H59c1.851-13.798 13.671-24.44 27.976-24.44s26.125 10.642 27.977 24.44Z\" fill=\"#CD9166\"/>\n";
|
|
271
|
-
},
|
|
272
|
-
'variant06': function variant06(components, colors) {
|
|
273
|
-
return "\n<path d=\"M183.127 52.686C186.809 49.79 192.474 44 203.52 44c9.385 0 17.277 6.37 18.693 8.686M104.328 52.686C100.646 49.79 94.981 44 83.935 44c-9.385 0-17.277 6.37-18.693 8.686\" stroke=\"#000\" stroke-width=\"3.676\" stroke-linecap=\"round\"/>\n<circle cx=\"87.228\" cy=\"92.044\" r=\"28.229\" fill=\"#fff\"/>\n<circle cx=\"200.772\" cy=\"92.044\" r=\"28.229\" fill=\"#fff\"/>\n<circle cx=\"87.229\" cy=\"92.044\" r=\"15.2\" fill=\"#757575\"/>\n<circle cx=\"200.771\" cy=\"92.044\" r=\"15.2\" fill=\"#757575\"/>\n<path d=\"M228.264 86.636h-55.952c1.851-13.798 13.671-24.44 27.976-24.44s26.125 10.642 27.976 24.44ZM114.953 86.636H59c1.851-13.798 13.671-24.44 27.976-24.44s26.125 10.642 27.977 24.44Z\" fill=\"#CD9166\"/>\n";
|
|
274
|
-
},
|
|
275
|
-
'variant05': function variant05(components, colors) {
|
|
276
|
-
return "\n<circle cx=\"198.968\" cy=\"93.312\" r=\"11.555\" fill=\"#161616\"/>\n<circle cx=\"90.968\" cy=\"93.312\" r=\"11.555\" fill=\"#161616\"/>\n<path d=\"M175 68.244C179.354 65.163 186.053 59 199.115 59c11.099 0 20.432 6.78 22.106 9.244M67 68.244C71.354 65.163 78.053 59 91.115 59c11.099 0 20.432 6.78 22.106 9.244\" stroke=\"#000\" stroke-width=\"9.244\" stroke-linecap=\"round\"/>\n";
|
|
277
|
-
},
|
|
278
|
-
'variant04': function variant04(components, colors) {
|
|
279
|
-
return "\n<circle cx=\"202.177\" cy=\"92.555\" r=\"11.555\" fill=\"#161616\"/>\n<circle cx=\"89.177\" cy=\"92.555\" r=\"11.555\" fill=\"#161616\"/>\n<path d=\"M177 68.244C181.354 65.163 188.053 59 201.115 59c11.099 0 20.432 6.78 22.106 9.244M64 68.244C68.354 65.163 75.053 59 88.115 59c11.099 0 20.432 6.78 22.106 9.244\" stroke=\"#000\" stroke-width=\"4.622\" stroke-linecap=\"round\"/>\n<path d=\"M186 81c.88 2.465 3.962 7.765 9.244 9.244M73 81c.88 2.465 3.962 7.765 9.244 9.244\" stroke=\"#000\" stroke-width=\"4.622\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
280
|
-
},
|
|
281
|
-
'variant03': function variant03(components, colors) {
|
|
282
|
-
return "\n<path d=\"M171.189 63.244C175.543 60.163 182.242 54 195.305 54c11.098 0 20.431 6.78 22.105 9.244M71 63.244C75.354 60.163 82.053 54 95.115 54c11.099 0 20.432 6.78 22.106 9.244\" stroke=\"#000\" stroke-width=\"9.244\" stroke-linecap=\"round\"/>\n<path d=\"M187.739 89.434a6.933 6.933 0 0 1 6.934-6.933 6.933 6.933 0 0 1 6.933 6.933v13.867a6.933 6.933 0 0 1-13.867 0V89.435ZM87.55 89.434a6.933 6.933 0 1 1 13.866 0v13.867a6.933 6.933 0 0 1-13.866 0V89.435Z\" fill=\"#000\"/>\n";
|
|
283
|
-
},
|
|
284
|
-
'variant02': function variant02(components, colors) {
|
|
285
|
-
return "\n<path d=\"M71 65.244C74.919 62.163 80.948 56 92.704 56c9.989 0 18.388 6.78 19.895 9.244M171 65.244c3.919-3.081 9.948-9.244 21.704-9.244 9.989 0 18.388 6.78 19.895 9.244\" stroke=\"#000\" stroke-width=\"4.622\" stroke-linecap=\"round\"/>\n<path d=\"M88.704 90.093a6.933 6.933 0 1 1 13.866 0v13.866a6.933 6.933 0 0 1-13.866 0V90.093ZM188.704 90.093a6.933 6.933 0 1 1 13.866 0v13.866a6.933 6.933 0 1 1-13.866 0V90.093Z\" fill=\"#000\"/>\n<path d=\"M79.46 76.226c-.77 3.082.462 10.169 11.555 13.867M179.46 76.226c-.77 3.082.462 10.169 11.555 13.867\" stroke=\"#000\" stroke-width=\"4.622\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
286
|
-
},
|
|
287
|
-
'variant01': function variant01(components, colors) {
|
|
288
|
-
return "\n<path d=\"M76.056 75.547A23.806 23.806 0 0 0 70 91.447c0 13.197 10.698 23.896 23.896 23.896 10.817 0 19.955-7.188 22.9-17.048l-40.74-22.746ZM212.109 75.547a23.805 23.805 0 0 1 6.056 15.899c0 13.197-10.698 23.896-23.896 23.896-10.817 0-19.955-7.188-22.899-17.048l40.739-22.746Z\" fill=\"#fff\"/>\n<path d=\"M74.5 52.5c7.5 5 40 26 49 31.5M213 53c-7.5 5-40 26-49 31.5\" stroke=\"#000\" stroke-width=\"3.676\" stroke-linecap=\"round\"/>\n<path d=\"M86.14 81.178a12.847 12.847 0 0 0-5.111 10.268c0 7.106 5.76 12.867 12.867 12.867 6.696 0 12.198-5.116 12.81-11.652L86.14 81.178ZM202.024 81.178a12.848 12.848 0 0 1 5.112 10.268c0 7.106-5.761 12.867-12.867 12.867-6.697 0-12.198-5.116-12.811-11.652l20.566-11.483Z\" fill=\"#000\"/>\n";
|
|
289
|
-
}
|
|
298
|
+
const eyes = {
|
|
299
|
+
variant32: (components, colors) => "\n<g stroke=\"#000\" stroke-linecap=\"round\">\n<path d=\"M68 60.1c4.3-3.3 11-10 23.8-10.1a30 30 0 0 1 21.8 10.1\" stroke-width=\"8.3\"/>\n<path d=\"M68 97.1c4.3-3.3 11-10 23.8-10.1a30 30 0 0 1 21.8 10.1\" stroke-width=\"4.1\"/>\n<path d=\"M177 60.1c4.3-3.3 11-10 23.8-10.1a30 30 0 0 1 21.8 10.1\" stroke-width=\"8.3\"/>\n<path d=\"M177 97.1c4.3-3.3 11-10 23.8-10.1a30 30 0 0 1 21.8 10.1\" stroke-width=\"4.1\"/>\n</g>\n",
|
|
300
|
+
variant31: (components, colors) => "\n<g stroke=\"#000\" stroke-linecap=\"round\">\n<path d=\"M222 49c-4.2 3.4-10.8 10.1-23.7 10.1a30 30 0 0 1-21.8-10\" stroke-width=\"8.3\"/>\n<path d=\"M222 89c-4.2 3.4-10.8 10.1-23.7 10.1a30 30 0 0 1-21.8-10\" stroke-width=\"4.1\"/>\n<path d=\"M110.6 49c-4.3 3.4-11 10.1-23.8 10.1A30 30 0 0 1 65 49\" stroke-width=\"8.3\"/>\n<path d=\"M110.6 89c-4.3 3.4-11 10.1-23.8 10.1a30 30 0 0 1-21.8-10\" stroke-width=\"4.1\"/>\n</g>\n",
|
|
301
|
+
variant30: (components, colors) => "\n<g fill=\"#161616\">\n<path d=\"M206.1 81.6a11.6 11.6 0 1 1-23.1 0 11.6 11.6 0 0 1 23.1 0Z\"/>\n<circle cx=\"93.6\" cy=\"81.6\" r=\"11.6\"/>\n</g>\n",
|
|
302
|
+
variant29: (components, colors) => "\n<circle cx=\"196.2\" cy=\"81.6\" r=\"11.6\" fill=\"#161616\"/>\n<circle cx=\"96.2\" cy=\"81.6\" r=\"11.6\" fill=\"#161616\"/>\n<path d=\"M180 70c.9 2.5 4 7.8 9.2 9.2M80 70c.9 2.5 4 7.8 9.2 9.2\" stroke=\"#000\" stroke-width=\"4.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n",
|
|
303
|
+
variant28: (components, colors) => "\n<path d=\"M187 76a7 7 0 1 1 13.9 0v13.8a7 7 0 1 1-13.9 0V75.9ZM88 76a7 7 0 1 1 13.9 0v13.8a7 7 0 0 1-13.9 0V75.9Z\" fill=\"#000\"/>\n",
|
|
304
|
+
variant27: (components, colors) => "\n<path d=\"M92.4 79.9a7 7 0 1 1 13.9 0v13.8a7 7 0 1 1-13.9 0V80ZM190.4 79.9a7 7 0 0 1 13.9 0v13.8a7 7 0 1 1-13.9 0V80Z\" fill=\"#000\"/>\n<path d=\"M83.2 66c-.8 3 .4 10.2 11.5 13.9M181.2 66c-.8 3 .4 10.2 11.5 13.9\" stroke=\"#000\" stroke-width=\"4.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n",
|
|
305
|
+
variant26: (components, colors) => "\n<path d=\"M178.4 52.7c3.7-2.9 9.4-8.7 20.6-8.7a26 26 0 0 1 18.8 8.7M67.4 52.7C71 49.8 76.8 44 87.9 44a26 26 0 0 1 18.9 8.7\" stroke=\"#000\" stroke-width=\"3.7\" stroke-linecap=\"round\"/>\n<circle cx=\"88.4\" cy=\"90.8\" r=\"28.4\" fill=\"#fff\"/>\n<circle cx=\"198.7\" cy=\"90.8\" r=\"28.4\" fill=\"#fff\"/>\n<circle cx=\"88.4\" cy=\"90.8\" r=\"15.3\" fill=\"#000\"/>\n<circle cx=\"198.7\" cy=\"90.8\" r=\"15.3\" fill=\"#000\"/>\n",
|
|
306
|
+
variant25: (components, colors) => "\n<path d=\"M75 75a23.9 23.9 0 1 0 40.7 22.7L75.2 75ZM211.1 75a23.9 23.9 0 1 1-40.7 22.7L211 75Z\" fill=\"#fff\"/>\n<path d=\"M74.5 52.5c7.5 5 40 26 49 31.5M213 53c-7.5 5-40 26-49 31.5\" stroke=\"#000\" stroke-width=\"3.7\" stroke-linecap=\"round\"/>\n<path d=\"M75 53c7.5 5 40 26 49 31.5M213.5 53.5c-7.5 5-40 26-49 31.5\" stroke=\"#000\" stroke-width=\"3.7\" stroke-linecap=\"round\"/>\n",
|
|
307
|
+
variant24: (components, colors) => "\n<path d=\"M178.4 52.7c3.7-2.9 9.4-8.7 20.6-8.7a26 26 0 0 1 18.8 8.7M67.4 52.7C71 49.8 76.8 44 87.9 44a26 26 0 0 1 18.9 8.7\" stroke=\"#000\" stroke-width=\"3.7\" stroke-linecap=\"round\"/>\n<circle cx=\"88.4\" cy=\"90.8\" r=\"28.4\" fill=\"#fff\"/>\n<circle cx=\"198.7\" cy=\"90.8\" r=\"28.4\" fill=\"#fff\"/>\n<circle cx=\"88.4\" cy=\"90.8\" r=\"15.3\" fill=\"#757575\"/>\n<circle cx=\"198.7\" cy=\"90.8\" r=\"15.3\" fill=\"#757575\"/>\n",
|
|
308
|
+
variant23: (components, colors) => "\n<path d=\"M51 66.6c6.9-2.2 17.4-6.6 38-6.6 17.6 0 32.3 4.9 35 6.6M164 66.6c6.9-2.2 17.4-6.6 38-6.6 17.6 0 32.3 4.9 35 6.6\" stroke=\"#000\" stroke-width=\"3.7\" stroke-linecap=\"round\"/>\n<path d=\"M120.6 94.8s-24 11.6-35.4 11.6c-11.4 0-30.9-11.6-30.9-11.6s21.8-11.6 33.2-11.6c11.3 0 33.1 11.6 33.1 11.6ZM233.6 94.8s-24 11.6-35.4 11.6c-11.4 0-30.9-11.6-30.9-11.6s21.8-11.6 33.2-11.6c11.3 0 33.1 11.6 33.1 11.6Z\" fill=\"#fff\"/>\n<circle cx=\"89.1\" cy=\"94.8\" r=\"11.6\" fill=\"#000\"/>\n<circle cx=\"198.8\" cy=\"94.8\" r=\"11.6\" fill=\"#000\"/>\n",
|
|
309
|
+
variant22: (components, colors) => "\n<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.4M179.2 51.4c3-2.5 7.9-7.4 17.2-7.4 8 0 14.7 5.4 15.9 7.4\" stroke=\"#000\" stroke-width=\"3.7\" stroke-linecap=\"round\"/>\n<rect x=\"72\" y=\"64.7\" width=\"43.3\" height=\"52.9\" rx=\"14.4\" fill=\"#fff\"/>\n<rect x=\"173\" y=\"64.7\" width=\"43.3\" height=\"52.9\" rx=\"14.4\" fill=\"#fff\"/>\n<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-12V76.7ZM83 76.7a12 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-12V76.7Z\" fill=\"#757575\"/>\n<rect x=\"90.6\" y=\"76.2\" width=\"18.6\" height=\"29\" rx=\"9.3\" fill=\"#000\"/>\n<rect x=\"191.6\" y=\"76.2\" width=\"18.6\" height=\"29\" rx=\"9.3\" fill=\"#000\"/>\n",
|
|
310
|
+
variant21: (components, colors) => "\n<path d=\"M75 52.4c3.6-2.8 9-8.4 19.7-8.4 9 0 16.7 6.2 18 8.4M179.6 52.4c3.5-2.8 9-8.4 19.7-8.4 9 0 16.7 6.2 18 8.4\" stroke=\"#000\" stroke-width=\"4.2\" stroke-linecap=\"round\"/>\n<rect x=\"72\" y=\"60.4\" width=\"49.4\" height=\"60.4\" rx=\"16.5\" fill=\"#fff\"/>\n<rect x=\"173.6\" y=\"60.4\" width=\"49.4\" height=\"60.4\" rx=\"16.5\" fill=\"#fff\"/>\n<rect x=\"81.4\" y=\"68.8\" width=\"30.2\" height=\"46.7\" rx=\"15.1\" fill=\"#757575\"/>\n<rect x=\"182.9\" y=\"68.8\" width=\"30.2\" height=\"46.7\" rx=\"15.1\" fill=\"#757575\"/>\n<rect x=\"88.5\" y=\"78.4\" width=\"16.5\" height=\"26\" rx=\"8.3\" fill=\"#000\"/>\n<rect x=\"190\" y=\"78.4\" width=\"16.5\" height=\"26\" rx=\"8.3\" fill=\"#000\"/>\n",
|
|
311
|
+
variant20: (components, colors) => "\n<path d=\"M76 52.4c3.6-2.8 9-8.4 19.8-8.4a25 25 0 0 1 18 8.4M180 52.4c3.6-2.8 9-8.4 19.8-8.4a25 25 0 0 1 18 8.4\" stroke=\"#000\" stroke-width=\"3.7\" stroke-linecap=\"round\"/>\n<rect x=\"71\" y=\"61.5\" width=\"49.6\" height=\"60.6\" rx=\"14.4\" fill=\"#fff\"/>\n<rect x=\"173\" y=\"61.5\" width=\"49.6\" height=\"60.6\" rx=\"14.4\" fill=\"#fff\"/>\n<rect x=\"82\" y=\"69.7\" width=\"30.3\" height=\"46.9\" rx=\"9.6\" fill=\"#000\"/>\n<rect x=\"181.3\" y=\"69.7\" width=\"30.3\" height=\"46.9\" rx=\"9.6\" fill=\"#000\"/>\n",
|
|
312
|
+
variant19: (components, colors) => "\n<path d=\"M76 52.4c3.6-2.8 9-8.4 19.8-8.4a25 25 0 0 1 18 8.4M180 52.4c3.6-2.8 9-8.4 19.8-8.4a25 25 0 0 1 18 8.4\" stroke=\"#000\" stroke-width=\"3.7\" stroke-linecap=\"round\"/>\n<rect x=\"71\" y=\"61.5\" width=\"49.6\" height=\"60.6\" rx=\"14.4\" fill=\"#fff\"/>\n<rect x=\"173\" y=\"61.5\" width=\"49.6\" height=\"60.6\" rx=\"14.4\" fill=\"#fff\"/>\n<rect x=\"82\" y=\"69.7\" width=\"30.3\" height=\"46.9\" rx=\"9.6\" fill=\"#757575\"/>\n<rect x=\"181.3\" y=\"69.7\" width=\"30.3\" height=\"46.9\" rx=\"9.6\" fill=\"#757575\"/>\n",
|
|
313
|
+
variant18: (components, colors) => "\n<path d=\"M120.9 100.5s-24.3 11.7-35.7 11.7c-11.5 0-31.2-11.7-31.2-11.7s22-11.7 33.5-11.7c11.4 0 33.4 11.7 33.4 11.7ZM235.3 100.5s-24.3 11.7-35.7 11.7c-11.5 0-31.2-11.7-31.2-11.7s22-11.7 33.5-11.7c11.4 0 33.4 11.7 33.4 11.7Z\" fill=\"#fff\"/>\n<circle cx=\"89.1\" cy=\"100.5\" r=\"11.7\" fill=\"#000\"/>\n<circle cx=\"200.2\" cy=\"100.5\" r=\"11.7\" fill=\"#000\"/>\n<path fill=\"#403E3E\" d=\"M49 52h76.9v20.1H49zM161.4 52h76.9v20.1h-76.9z\"/>\n",
|
|
314
|
+
variant17: (components, colors) => "\n<path d=\"M74 93.1h40.4v11H74zM74 60h40.4v11H74zM173.3 93.1h40.4v11h-40.4zM173.3 60h40.4v11h-40.4z\" fill=\"#000\"/>\n",
|
|
315
|
+
variant16: (components, colors) => "\n<path d=\"M74 81.1h40.4v36.8H74zM74 48h40.4v11H74zM173.3 81.1h40.4v36.8h-40.4zM173.3 48h40.4v11h-40.4z\" fill=\"#000\"/>\n",
|
|
316
|
+
variant15: (components, colors) => "\n<ellipse cx=\"92.3\" cy=\"93.8\" rx=\"19.7\" ry=\"32.2\" fill=\"#fff\"/>\n<ellipse cx=\"195.9\" cy=\"93.8\" rx=\"18.7\" ry=\"32.2\" fill=\"#fff\"/>\n<ellipse cx=\"96.5\" cy=\"93.8\" rx=\"15.6\" ry=\"25.9\" fill=\"#000\"/>\n<ellipse cx=\"191.8\" cy=\"92.8\" rx=\"14.5\" ry=\"24.9\" fill=\"#000\"/>\n<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 0ZM167 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 0Z\" fill=\"#000\"/>\n",
|
|
317
|
+
variant14: (components, colors) => "\n<ellipse cx=\"93.3\" cy=\"94.7\" rx=\"20.8\" ry=\"33.9\" fill=\"#fff\"/>\n<ellipse cx=\"192.1\" cy=\"94.7\" rx=\"20.8\" ry=\"33.9\" fill=\"#fff\"/>\n<ellipse cx=\"93.3\" cy=\"94.7\" rx=\"16.4\" ry=\"27.4\" fill=\"#000\"/>\n<ellipse cx=\"192.1\" cy=\"94.7\" rx=\"16.4\" ry=\"27.4\" fill=\"#000\"/>\n<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 0ZM166 44.4a54 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 0Z\" fill=\"#000\"/>\n",
|
|
318
|
+
variant13: (components, colors) => "\n<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 0ZM165.7 45.3a60 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 0Z\" fill=\"#000\"/>\n<path d=\"M87.3 69.1a4.1 4.1 0 0 1 7.8 0l3.3 10a4.1 4.1 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-10c.6-1.8 0-3.6-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.8l3.2-10ZM194.8 69.1a4.1 4.1 0 0 1 8 0l3.2 10a4.1 4.1 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-10c.6-1.8 0-3.6-1.5-4.7l-8.5-6.2A4.1 4.1 0 0 1 177 82h10.5c1.8 0 3.4-1.1 4-2.8l3.2-10Z\" fill=\"#FFEBB7\"/>\n",
|
|
319
|
+
variant12: (components, colors) => "\n<g stroke=\"#000\" stroke-linecap=\"round\">\n<path d=\"M106 43c-3.6 2.9-9.3 8.7-20.3 8.7-9.4 0-17.3-6.4-18.7-8.7M184.9 43c3.7 2.9 9.3 8.7 20.4 8.7 9.4 0 17.3-6.4 18.7-8.7\" stroke-width=\"7\"/>\n<path d=\"m73 74 35.5 15.5L73 110M220.5 74 185 89.5l35.5 20.5\" stroke-width=\"4\" stroke-linejoin=\"round\"/>\n</g>\n",
|
|
320
|
+
variant11: (components, colors) => "\n<g stroke=\"#000\" stroke-linecap=\"round\">\n<path d=\"M184.9 51.7c3.7-3 9.3-8.7 20.4-8.7 9.4 0 17.3 6.4 18.7 8.7M106 51.7c-3.6-3-9.3-8.7-20.3-8.7-9.4 0-17.3 6.4-18.7 8.7\" stroke-width=\"7\"/>\n<path d=\"m73 74 35.5 15.5L73 110M220.5 74 185 89.5l35.5 20.5\" stroke-width=\"4\" stroke-linejoin=\"round\"/>\n</g>\n",
|
|
321
|
+
variant10: (components, colors) => "\n<path d=\"M55.3 43.2A59.1 59.1 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 0ZM169.3 43.2a59.1 59.1 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 0Z\" fill=\"#000\"/>\n<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.4H79l8.1-25ZM201 56.6l8.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.3l8-25Z\" fill=\"#FFEBB7\"/>\n",
|
|
322
|
+
variant09: (components, colors) => "\n<path d=\"M56 44.4A60.5 60.5 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 0ZM166.9 44.4a60.5 60.5 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 0Z\" fill=\"#000\"/>\n<ellipse cx=\"88\" cy=\"97.5\" rx=\"29\" ry=\"17.5\" fill=\"#fff\"/>\n<mask id=\"eyesVariant09-a\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"59\" y=\"80\" width=\"58\" height=\"35\">\n<ellipse cx=\"88\" cy=\"97.5\" rx=\"29\" ry=\"17.5\" fill=\"#fff\"/>\n</mask>\n<g mask=\"url(#eyesVariant09-a)\">\n<circle cx=\"74\" cy=\"98\" r=\"18\" fill=\"#000\"/>\n</g>\n<ellipse cx=\"198\" cy=\"97.5\" rx=\"29\" ry=\"17.5\" fill=\"#fff\"/>\n<mask id=\"eyesVariant09-b\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"169\" y=\"80\" width=\"58\" height=\"35\">\n<ellipse cx=\"198\" cy=\"97.5\" rx=\"29\" ry=\"17.5\" fill=\"#fff\"/>\n</mask>\n<g mask=\"url(#eyesVariant09-b)\">\n<circle cx=\"184\" cy=\"98\" r=\"18\" fill=\"#000\"/>\n</g>\n",
|
|
323
|
+
variant08: (components, colors) => "\n<ellipse rx=\"29\" ry=\"17.5\" transform=\"matrix(-1 0 0 1 88 97.5)\" fill=\"#fff\"/>\n<mask id=\"eyesVariant08-a\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"59\" y=\"80\" width=\"58\" height=\"35\">\n<ellipse rx=\"29\" ry=\"17.5\" transform=\"matrix(-1 0 0 1 88 97.5)\" fill=\"#fff\"/>\n</mask>\n<g mask=\"url(#eyesVariant08-a)\">\n<circle r=\"18\" transform=\"matrix(-1 0 0 1 102 98)\" fill=\"#000\"/>\n</g>\n<path d=\"M57 43.4A60.5 60.5 0 0 1 90 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 0ZM167.9 43.4a60.5 60.5 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 0Z\" fill=\"#000\"/>\n<ellipse rx=\"29\" ry=\"17.5\" transform=\"matrix(-1 0 0 1 198 97.5)\" fill=\"#fff\"/>\n<mask id=\"eyesVariant08-b\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"169\" y=\"80\" width=\"58\" height=\"35\">\n<ellipse rx=\"29\" ry=\"17.5\" transform=\"matrix(-1 0 0 1 198 97.5)\" fill=\"#fff\"/>\n</mask>\n<g mask=\"url(#eyesVariant08-b)\">\n<circle r=\"18\" transform=\"matrix(-1 0 0 1 212 98)\" fill=\"#000\"/>\n</g>\n",
|
|
324
|
+
variant07: (components, colors) => "\n<path d=\"M183.1 52.7c3.7-3 9.4-8.7 20.4-8.7 9.4 0 17.3 6.4 18.7 8.7M104.3 52.7C100.6 49.7 95 44 84 44c-9.4 0-17.2 6.4-18.7 8.7\" stroke=\"#000\" stroke-width=\"3.7\" stroke-linecap=\"round\"/>\n<circle cx=\"87.2\" cy=\"92\" r=\"28.2\" fill=\"#fff\"/>\n<circle cx=\"200.8\" cy=\"92\" r=\"28.2\" fill=\"#fff\"/>\n<circle cx=\"87.2\" cy=\"92\" r=\"15.2\" fill=\"#000\"/>\n<circle cx=\"200.8\" cy=\"92\" r=\"15.2\" fill=\"#000\"/>\n<path d=\"M228.3 86.6h-56a28.2 28.2 0 0 1 56 0ZM115 86.6H59a28.2 28.2 0 0 1 56 0Z\" fill=\"#CD9166\"/>\n",
|
|
325
|
+
variant06: (components, colors) => "\n<path d=\"M183.1 52.7c3.7-3 9.4-8.7 20.4-8.7 9.4 0 17.3 6.4 18.7 8.7M104.3 52.7C100.6 49.7 95 44 84 44c-9.3 0-17.2 6.4-18.7 8.7\" stroke=\"#000\" stroke-width=\"3.7\" stroke-linecap=\"round\"/>\n<circle cx=\"87.2\" cy=\"92\" r=\"28.2\" fill=\"#fff\"/>\n<circle cx=\"200.8\" cy=\"92\" r=\"28.2\" fill=\"#fff\"/>\n<circle cx=\"87.2\" cy=\"92\" r=\"15.2\" fill=\"#757575\"/>\n<circle cx=\"200.8\" cy=\"92\" r=\"15.2\" fill=\"#757575\"/>\n<path d=\"M228.3 86.6h-56a28.2 28.2 0 0 1 56 0ZM115 86.6H59a28.2 28.2 0 0 1 56 0Z\" fill=\"#CD9166\"/>\n",
|
|
326
|
+
variant05: (components, colors) => "\n<circle cx=\"199\" cy=\"93.3\" r=\"11.6\" fill=\"#161616\"/>\n<circle cx=\"91\" cy=\"93.3\" r=\"11.6\" fill=\"#161616\"/>\n<path d=\"M175 68.2c4.4-3 11-9.2 24.1-9.2 11.1 0 20.4 6.8 22.1 9.2M67 68.2c4.4-3 11-9.2 24.1-9.2 11.1 0 20.4 6.8 22.1 9.2\" stroke=\"#000\" stroke-width=\"9.2\" stroke-linecap=\"round\"/>\n",
|
|
327
|
+
variant04: (components, colors) => "\n<circle cx=\"202.2\" cy=\"92.6\" r=\"11.6\" fill=\"#161616\"/>\n<circle cx=\"89.2\" cy=\"92.6\" r=\"11.6\" fill=\"#161616\"/>\n<path d=\"M177 68.2c4.4-3 11-9.2 24.1-9.2 11.1 0 20.4 6.8 22.1 9.2M64 68.2c4.4-3 11-9.2 24.1-9.2 11.1 0 20.4 6.8 22.1 9.2\" stroke=\"#000\" stroke-width=\"4.6\" stroke-linecap=\"round\"/>\n<path d=\"M186 81c.9 2.5 4 7.8 9.2 9.2M73 81c.9 2.5 4 7.8 9.2 9.2\" stroke=\"#000\" stroke-width=\"4.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n",
|
|
328
|
+
variant03: (components, colors) => "\n<path d=\"M171.2 63.2c4.3-3 11-9.2 24.1-9.2 11.1 0 20.4 6.8 22.1 9.2M71 63.2c4.4-3 11-9.2 24.1-9.2 11.1 0 20.4 6.8 22.1 9.2\" stroke=\"#000\" stroke-width=\"9.2\" stroke-linecap=\"round\"/>\n<path d=\"M187.7 89.4a7 7 0 0 1 13.9 0v14a7 7 0 1 1-13.9 0v-14ZM87.5 89.4a7 7 0 1 1 13.9 0v14a7 7 0 0 1-13.9 0v-14Z\" fill=\"#000\"/>\n",
|
|
329
|
+
variant02: (components, colors) => "\n<path d=\"M71 65.2c4-3 10-9.2 21.7-9.2 10 0 18.4 6.8 19.9 9.2M171 65.2c4-3 10-9.2 21.7-9.2 10 0 18.4 6.8 19.9 9.2\" stroke=\"#000\" stroke-width=\"4.6\" stroke-linecap=\"round\"/>\n<path d=\"M88.7 90a7 7 0 1 1 13.9 0v14a7 7 0 0 1-13.9 0V90ZM188.7 90a7 7 0 1 1 13.9 0v14a7 7 0 1 1-13.9 0V90Z\" fill=\"#000\"/>\n<path d=\"M79.5 76.2c-.8 3.1.4 10.2 11.5 13.9M179.5 76.2c-.8 3.1.4 10.2 11.5 13.9\" stroke=\"#000\" stroke-width=\"4.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n",
|
|
330
|
+
variant01: (components, colors) => "\n<path d=\"M76 75.5a23.9 23.9 0 1 0 40.7 22.7L76.2 75.6ZM212.1 75.5a23.9 23.9 0 1 1-40.7 22.7L212 75.6Z\" fill=\"#fff\"/>\n<path d=\"M74.5 52.5c7.5 5 40 26 49 31.5M213 53c-7.5 5-40 26-49 31.5\" stroke=\"#000\" stroke-width=\"3.7\" stroke-linecap=\"round\"/>\n<path d=\"M86.1 81.2a12.8 12.8 0 1 0 20.6 11.5L86.1 81.2ZM202 81.2a12.8 12.8 0 1 1-20.5 11.5L202 81.2Z\" fill=\"#000\"/>\n"
|
|
290
331
|
};
|
|
291
332
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
'variant04': function variant04(components, colors) {
|
|
300
|
-
return "\n<g fill=\"#F88888\">\n<rect x=\"11\" y=\"16\" width=\"56.261\" height=\"43.401\" rx=\"21.701\"/>\n<rect x=\"191\" y=\"16\" width=\"56.261\" height=\"43.401\" rx=\"21.701\"/>\n</g>\n";
|
|
301
|
-
},
|
|
302
|
-
'variant03': function variant03(components, colors) {
|
|
303
|
-
return "\n<g fill=\"#FFC6C6\">\n<rect x=\"11\" y=\"16\" width=\"56.261\" height=\"43.401\" rx=\"21.701\"/>\n<rect x=\"191\" y=\"16\" width=\"56.261\" height=\"43.401\" rx=\"21.701\"/>\n</g>\n";
|
|
304
|
-
},
|
|
305
|
-
'variant02': function variant02(components, colors) {
|
|
306
|
-
return "\n<g fill=\"#000\" fill-opacity=\".4\">\n<rect x=\"33\" y=\"38.467\" width=\"12.86\" height=\"12.86\" rx=\"6.43\"/>\n<rect x=\"57.112\" y=\"24\" width=\"12.86\" height=\"14.467\" rx=\"6.43\"/>\n<rect x=\"76.401\" y=\"38.467\" width=\"12.86\" height=\"12.86\" rx=\"6.43\"/>\n<g>\n<rect x=\"166.419\" y=\"38.467\" width=\"12.86\" height=\"12.86\" rx=\"6.43\"/>\n<rect x=\"190.531\" y=\"24\" width=\"12.86\" height=\"14.467\" rx=\"6.43\"/>\n<rect x=\"209.821\" y=\"38.467\" width=\"12.86\" height=\"12.86\" rx=\"6.43\"/>\n</g>\n</g>\n";
|
|
307
|
-
},
|
|
308
|
-
'variant01': function variant01(components, colors) {
|
|
309
|
-
return "\n<g fill=\"#000\" fill-opacity=\".19\">\n<rect x=\"33\" y=\"38.467\" width=\"12.86\" height=\"12.86\" rx=\"6.43\"/>\n<rect x=\"57.112\" y=\"24\" width=\"12.86\" height=\"14.467\" rx=\"6.43\"/>\n<rect x=\"76.401\" y=\"38.467\" width=\"12.86\" height=\"12.86\" rx=\"6.43\"/>\n<g>\n<rect x=\"166.419\" y=\"38.467\" width=\"12.86\" height=\"12.86\" rx=\"6.43\"/>\n<rect x=\"190.531\" y=\"24\" width=\"12.86\" height=\"14.467\" rx=\"6.43\"/>\n<rect x=\"209.821\" y=\"38.467\" width=\"12.86\" height=\"12.86\" rx=\"6.43\"/>\n</g>\n</g>\n";
|
|
310
|
-
}
|
|
333
|
+
const cheek = {
|
|
334
|
+
variant06: (components, colors) => "\n<g fill=\"#F88888\">\n<rect x=\"21\" y=\"16\" width=\"43.4\" height=\"43.4\" rx=\"21.7\"/>\n<rect x=\"194\" y=\"16\" width=\"43.4\" height=\"43.4\" rx=\"21.7\"/>\n</g>\n",
|
|
335
|
+
variant05: (components, colors) => "\n<g fill=\"#FFC6C6\">\n<rect x=\"21\" y=\"16\" width=\"43.4\" height=\"43.4\" rx=\"21.7\"/>\n<rect x=\"194\" y=\"16\" width=\"43.4\" height=\"43.4\" rx=\"21.7\"/>\n</g>\n",
|
|
336
|
+
variant04: (components, colors) => "\n<g fill=\"#F88888\">\n<rect x=\"11\" y=\"16\" width=\"56.3\" height=\"43.4\" rx=\"21.7\"/>\n<rect x=\"191\" y=\"16\" width=\"56.3\" height=\"43.4\" rx=\"21.7\"/>\n</g>\n",
|
|
337
|
+
variant03: (components, colors) => "\n<g fill=\"#FFC6C6\">\n<rect x=\"11\" y=\"16\" width=\"56.3\" height=\"43.4\" rx=\"21.7\"/>\n<rect x=\"191\" y=\"16\" width=\"56.3\" height=\"43.4\" rx=\"21.7\"/>\n</g>\n",
|
|
338
|
+
variant02: (components, colors) => "\n<g fill=\"#000\" fill-opacity=\".4\">\n<rect x=\"33\" y=\"38.5\" width=\"12.9\" height=\"12.9\" rx=\"6.4\"/>\n<rect x=\"57.1\" y=\"24\" width=\"12.9\" height=\"14.5\" rx=\"6.4\"/>\n<rect x=\"76.4\" y=\"38.5\" width=\"12.9\" height=\"12.9\" rx=\"6.4\"/>\n<rect x=\"166.4\" y=\"38.5\" width=\"12.9\" height=\"12.9\" rx=\"6.4\"/>\n<rect x=\"190.5\" y=\"24\" width=\"12.9\" height=\"14.5\" rx=\"6.4\"/>\n<rect x=\"209.8\" y=\"38.5\" width=\"12.9\" height=\"12.9\" rx=\"6.4\"/>\n</g>\n",
|
|
339
|
+
variant01: (components, colors) => "\n<g fill=\"#000\" fill-opacity=\".2\">\n<rect x=\"33\" y=\"38.5\" width=\"12.9\" height=\"12.9\" rx=\"6.4\"/>\n<rect x=\"57.1\" y=\"24\" width=\"12.9\" height=\"14.5\" rx=\"6.4\"/>\n<rect x=\"76.4\" y=\"38.5\" width=\"12.9\" height=\"12.9\" rx=\"6.4\"/>\n<rect x=\"166.4\" y=\"38.5\" width=\"12.9\" height=\"12.9\" rx=\"6.4\"/>\n<rect x=\"190.5\" y=\"24\" width=\"12.9\" height=\"14.5\" rx=\"6.4\"/>\n<rect x=\"209.8\" y=\"38.5\" width=\"12.9\" height=\"12.9\" rx=\"6.4\"/>\n</g>\n"
|
|
311
340
|
};
|
|
312
341
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
'variant08': function variant08(components, colors) {
|
|
327
|
-
return "\n<g fill=\"#000\" fill-opacity=\".19\">\n<rect x=\"25.885\" y=\"51.461\" width=\"11.691\" height=\"8.885\" rx=\"4.443\" transform=\"rotate(-90 25.885 51.461)\"/>\n<rect x=\"43.656\" y=\"51.461\" width=\"11.691\" height=\"8.885\" rx=\"4.443\" transform=\"rotate(-90 43.656 51.461)\"/>\n<path d=\"M61.242 41.382c.121-.816.184-1.65.184-2.5C61.426 29.558 53.867 22 44.544 22H33.882C24.558 22 17 29.558 17 38.882c0 .85.063 1.684.184 2.5C18.392 33.244 25.408 27 33.882 27h10.662c8.474 0 15.49 6.244 16.698 14.382Z\"/>\n</g>\n";
|
|
328
|
-
},
|
|
329
|
-
'variant07': function variant07(components, colors) {
|
|
330
|
-
return "\n<path d=\"M17.17 34.474a17.03 17.03 0 0 0-.17 2.408v3.289c0 9.323 7.558 16.882 16.882 16.882h10.236C53.442 57.053 61 49.494 61 40.17v-3.29c0-.817-.058-1.62-.17-2.407-1.17 8.183-8.206 14.473-16.712 14.473H33.882c-8.506 0-15.543-6.29-16.712-14.473Z\" fill=\"#000\" fill-opacity=\".19\"/>\n";
|
|
331
|
-
},
|
|
332
|
-
'variant06': function variant06(components, colors) {
|
|
333
|
-
return "\n<path d=\"M36.928 14v26.928C33.285 41.71 26 44.91 26 51.466c0 8.195 7.285 10.537 10.928 11.708\" stroke=\"#000\" stroke-opacity=\".5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
334
|
-
},
|
|
335
|
-
'variant05': function variant05(components, colors) {
|
|
336
|
-
return "\n<path d=\"M38.928 28C35.285 28.78 28 31.98 28 38.537c0 8.196 7.285 10.538 10.928 11.708\" stroke=\"#000\" stroke-opacity=\".5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
337
|
-
},
|
|
338
|
-
'variant04': function variant04(components, colors) {
|
|
339
|
-
return "\n<path d=\"M37.786 22c-7.091 9.462-20.21 28.903-15.955 30.968 4.255 2.064 18.614 2.58 25.262 2.58\" stroke=\"#000\" stroke-opacity=\".5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
340
|
-
},
|
|
341
|
-
'variant03': function variant03(components, colors) {
|
|
342
|
-
return "\n<path d=\"M33.363 22c-7.092 9.462-12.041 31.484-7.787 33.548 4.255 2.065 10.446 0 17.094 0\" stroke=\"#000\" stroke-opacity=\".5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
343
|
-
},
|
|
344
|
-
'variant02': function variant02(components, colors) {
|
|
345
|
-
return "\n<path d=\"M42.35 22c-.672 5.358-3.023 16.276-7.055 17.08-5.038 1.004-11.085-8.038-13.1-2.01-2.016 6.028 12.093 21.098 22.17 18.084\" stroke=\"#000\" stroke-opacity=\".5\" stroke-width=\"3.728\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
346
|
-
},
|
|
347
|
-
'variant01': function variant01(components, colors) {
|
|
348
|
-
return "\n<path d=\"m24.617 39.342-.249 2.603C23.544 50.553 30.312 58 38.96 58c8.832 0 15.659-7.753 14.54-16.514l-.245-1.924c-1.475 6.447-7.246 11.385-14.295 11.385-7.108 0-12.946-5.032-14.342-11.605Z\" fill=\"#000\" fill-opacity=\".19\"/>\n";
|
|
349
|
-
}
|
|
342
|
+
const nose = {
|
|
343
|
+
variant12: (components, colors) => "\n<path d=\"M22.6 34.4a17 17 0 1 0 32.6 0 16.9 16.9 0 0 1-32.6 0Z\" fill=\"#000\" fill-opacity=\".2\"/>\n",
|
|
344
|
+
variant11: (components, colors) => "\n<path d=\"M5.6 34.4a17 17 0 0 0 16.3 21.4h33.7A16.9 16.9 0 0 0 72 34.4C70 41.6 63.4 47 55.6 47H22c-7.8 0-14.4-5.3-16.3-12.5Z\" fill=\"#000\" fill-opacity=\".2\"/>\n",
|
|
345
|
+
variant10: (components, colors) => "\n<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 0H28a10 10 0 0 1-9.5-13.4Z\" fill=\"#000\" fill-opacity=\".2\"/>\n",
|
|
346
|
+
variant09: (components, colors) => "\n<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.3 11.3 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.6Z\" fill=\"#000\" fill-opacity=\".2\"/>\n",
|
|
347
|
+
variant08: (components, colors) => "\n<g fill=\"#000\" fill-opacity=\".2\">\n<rect x=\"25.9\" y=\"51.5\" width=\"11.7\" height=\"8.9\" rx=\"4.4\" transform=\"rotate(-90 25.9 51.5)\"/>\n<rect x=\"43.7\" y=\"51.5\" width=\"11.7\" height=\"8.9\" rx=\"4.4\" transform=\"rotate(-90 43.7 51.5)\"/>\n<path d=\"M61.2 41.4c.2-.8.2-1.7.2-2.5C61.4 29.6 54 22 44.5 22H34a16.9 16.9 0 0 0-16.7 19.4A16.9 16.9 0 0 1 33.9 27h10.6C53 27 60 33.2 61.2 41.4Z\"/>\n</g>\n",
|
|
348
|
+
variant07: (components, colors) => "\n<path d=\"M17.2 34.5a17 17 0 0 0-.2 2.4v3.3C17 49.5 24.6 57 33.9 57H44C53.4 57 61 49.5 61 40V37c0-.8 0-1.6-.2-2.4a16.9 16.9 0 0 1-16.7 14.4H34c-8.5 0-15.6-6.2-16.7-14.4Z\" fill=\"#000\" fill-opacity=\".2\"/>\n",
|
|
349
|
+
variant06: (components, colors) => "\n<path d=\"M37 14v27c-3.7.7-11 4-11 10.5 0 8.2 7.3 10.5 11 11.7\" stroke=\"#000\" stroke-opacity=\".5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n",
|
|
350
|
+
variant05: (components, colors) => "\n<path d=\"M39 28c-3.7.8-11 4-11 10.5 0 8.2 7.3 10.6 11 11.7\" stroke=\"#000\" stroke-opacity=\".5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n",
|
|
351
|
+
variant04: (components, colors) => "\n<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=\"#000\" stroke-opacity=\".5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n",
|
|
352
|
+
variant03: (components, colors) => "\n<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=\"#000\" stroke-opacity=\".5\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n",
|
|
353
|
+
variant02: (components, colors) => "\n<path d=\"M42.4 22c-.7 5.4-3 16.3-7.1 17-5 1-11-8-13.1-2-2 6 12 21.2 22.2 18.2\" stroke=\"#000\" stroke-opacity=\".5\" stroke-width=\"3.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n",
|
|
354
|
+
variant01: (components, colors) => "\n<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-.2Z\" fill=\"#000\" fill-opacity=\".2\"/>\n"
|
|
350
355
|
};
|
|
351
356
|
|
|
352
357
|
var components = /*#__PURE__*/Object.freeze({
|
|
@@ -357,10 +362,14 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
357
362
|
nose: nose
|
|
358
363
|
});
|
|
359
364
|
|
|
360
|
-
function pickComponent(
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
365
|
+
function pickComponent(_ref) {
|
|
366
|
+
let {
|
|
367
|
+
prng,
|
|
368
|
+
group,
|
|
369
|
+
values = []
|
|
370
|
+
} = _ref;
|
|
371
|
+
const componentCollection = components;
|
|
372
|
+
const key = prng.pick(values);
|
|
364
373
|
|
|
365
374
|
if (componentCollection[group][key]) {
|
|
366
375
|
return {
|
|
@@ -372,12 +381,45 @@ function pickComponent(prng, group) {
|
|
|
372
381
|
}
|
|
373
382
|
}
|
|
374
383
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
384
|
+
function getComponents(_ref) {
|
|
385
|
+
let {
|
|
386
|
+
prng,
|
|
387
|
+
options
|
|
388
|
+
} = _ref;
|
|
389
|
+
const mouthComponent = pickComponent({
|
|
390
|
+
prng,
|
|
391
|
+
group: 'mouth',
|
|
392
|
+
values: options.mouth
|
|
393
|
+
});
|
|
394
|
+
const eyesComponent = pickComponent({
|
|
395
|
+
prng,
|
|
396
|
+
group: 'eyes',
|
|
397
|
+
values: options.eyes
|
|
398
|
+
});
|
|
399
|
+
const cheekComponent = pickComponent({
|
|
400
|
+
prng,
|
|
401
|
+
group: 'cheek',
|
|
402
|
+
values: options.cheek
|
|
403
|
+
});
|
|
404
|
+
const noseComponent = pickComponent({
|
|
405
|
+
prng,
|
|
406
|
+
group: 'nose',
|
|
407
|
+
values: options.nose
|
|
408
|
+
});
|
|
409
|
+
return {
|
|
410
|
+
mouth: mouthComponent,
|
|
411
|
+
eyes: eyesComponent,
|
|
412
|
+
cheek: prng.bool(options.cheekProbability) ? cheekComponent : undefined,
|
|
413
|
+
nose: noseComponent
|
|
414
|
+
};
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
const skin = {
|
|
418
|
+
variant01: 'rgba(248, 183, 136, 1)',
|
|
419
|
+
variant02: 'rgba(218, 153, 105, 1)',
|
|
420
|
+
variant03: 'rgba(192, 127, 80, 1)',
|
|
421
|
+
variant04: 'rgba(166, 102, 55, 1)',
|
|
422
|
+
variant05: 'rgba(137, 83, 44, 1)'
|
|
381
423
|
};
|
|
382
424
|
|
|
383
425
|
var colors = /*#__PURE__*/Object.freeze({
|
|
@@ -385,37 +427,61 @@ var colors = /*#__PURE__*/Object.freeze({
|
|
|
385
427
|
skin: skin
|
|
386
428
|
});
|
|
387
429
|
|
|
388
|
-
function pickColor(
|
|
430
|
+
function pickColor(_ref) {
|
|
389
431
|
var _colorCollection$grou;
|
|
390
432
|
|
|
391
|
-
|
|
433
|
+
let {
|
|
434
|
+
prng,
|
|
435
|
+
group,
|
|
436
|
+
values = []
|
|
437
|
+
} = _ref;
|
|
438
|
+
const colorCollection = colors;
|
|
392
439
|
|
|
393
440
|
if (values.length === 0) {
|
|
394
441
|
values.push('transparent');
|
|
395
442
|
}
|
|
396
443
|
|
|
397
|
-
|
|
444
|
+
const key = prng.pick(values);
|
|
398
445
|
return {
|
|
399
446
|
name: key,
|
|
400
447
|
value: (_colorCollection$grou = colorCollection[group][key]) !== null && _colorCollection$grou !== void 0 ? _colorCollection$grou : key
|
|
401
448
|
};
|
|
402
449
|
}
|
|
403
450
|
|
|
404
|
-
function
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
451
|
+
function getColors(_ref) {
|
|
452
|
+
let {
|
|
453
|
+
prng,
|
|
454
|
+
options
|
|
455
|
+
} = _ref;
|
|
456
|
+
return {
|
|
457
|
+
background: pickColor({
|
|
458
|
+
prng,
|
|
459
|
+
group: 'skin',
|
|
460
|
+
values: options.backgroundColor
|
|
461
|
+
})
|
|
462
|
+
};
|
|
408
463
|
}
|
|
409
464
|
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
465
|
+
const dimensions = {
|
|
466
|
+
mouth: {
|
|
467
|
+
width: 55.58613204956055,
|
|
468
|
+
height: 55.58613204956055
|
|
469
|
+
},
|
|
470
|
+
eyes: {
|
|
471
|
+
width: 289,
|
|
472
|
+
height: 164
|
|
473
|
+
},
|
|
474
|
+
cheek: {
|
|
475
|
+
width: 256,
|
|
476
|
+
height: 77
|
|
477
|
+
},
|
|
478
|
+
nose: {
|
|
479
|
+
width: 78,
|
|
480
|
+
height: 78
|
|
481
|
+
}
|
|
482
|
+
};
|
|
417
483
|
|
|
418
|
-
|
|
484
|
+
const style = {
|
|
419
485
|
meta: {
|
|
420
486
|
title: 'Face Generator',
|
|
421
487
|
creator: 'The Visual Team',
|
|
@@ -426,46 +492,83 @@ var style = {
|
|
|
426
492
|
}
|
|
427
493
|
},
|
|
428
494
|
schema: schema$1,
|
|
429
|
-
create:
|
|
495
|
+
create: _ref => {
|
|
430
496
|
var _components$mouth$val, _components$mouth, _components$eyes$valu, _components$eyes, _components$cheek$val, _components$cheek, _components$nose$valu, _components$nose;
|
|
431
497
|
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
498
|
+
let {
|
|
499
|
+
prng,
|
|
500
|
+
options
|
|
501
|
+
} = _ref;
|
|
502
|
+
const components = getComponents({
|
|
503
|
+
prng,
|
|
504
|
+
options
|
|
437
505
|
});
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
var noseComponent = pickComponent(prng, 'nose', options.nose);
|
|
442
|
-
var components = {
|
|
443
|
-
'mouth': mouthComponent,
|
|
444
|
-
'eyes': eyesComponent,
|
|
445
|
-
'cheek': prng.bool(options.cheekProbability) ? cheekComponent : undefined,
|
|
446
|
-
'nose': noseComponent
|
|
447
|
-
};
|
|
448
|
-
var colors = {};
|
|
449
|
-
var backgroundColor = typeof options.backgroundColor === 'string' ? [options.backgroundColor] : options.backgroundColor;
|
|
450
|
-
options.backgroundColor = pickColor(prng, 'skin', backgroundColor !== null && backgroundColor !== void 0 ? backgroundColor : []).value;
|
|
451
|
-
onPostCreate({
|
|
452
|
-
prng: prng,
|
|
453
|
-
options: options,
|
|
454
|
-
components: components,
|
|
455
|
-
colors: colors
|
|
506
|
+
const colors = getColors({
|
|
507
|
+
prng,
|
|
508
|
+
options
|
|
456
509
|
});
|
|
510
|
+
options.backgroundColor = [colors.background.value];
|
|
457
511
|
return {
|
|
458
512
|
attributes: {
|
|
459
513
|
viewBox: '0 0 210 210',
|
|
460
|
-
fill: 'none'
|
|
514
|
+
fill: 'none',
|
|
515
|
+
'shape-rendering': 'auto'
|
|
461
516
|
},
|
|
462
|
-
body: "\n<g transform=\"translate(86.
|
|
517
|
+
body: "\n<g transform=\"translate(86.8 138.9) scale(.71856)\">\n".concat((_components$mouth$val = (_components$mouth = components.mouth) === null || _components$mouth === void 0 ? void 0 : _components$mouth.value(components, colors)) !== null && _components$mouth$val !== void 0 ? _components$mouth$val : '', "\n</g>\n<g transform=\"translate(2 11) scale(.71856)\">\n").concat((_components$eyes$valu = (_components$eyes = components.eyes) === null || _components$eyes === void 0 ? void 0 : _components$eyes.value(components, colors)) !== null && _components$eyes$valu !== void 0 ? _components$eyes$valu : '', "\n</g>\n<g transform=\"translate(15 89.2) scale(.71856)\">\n").concat((_components$cheek$val = (_components$cheek = components.cheek) === null || _components$cheek === void 0 ? void 0 : _components$cheek.value(components, colors)) !== null && _components$cheek$val !== void 0 ? _components$cheek$val : '', "\n</g>\n<g transform=\"translate(80.3 79.8) scale(.71856)\">\n").concat((_components$nose$valu = (_components$nose = components.nose) === null || _components$nose === void 0 ? void 0 : _components$nose.value(components, colors)) !== null && _components$nose$valu !== void 0 ? _components$nose$valu : '', "\n</g>\n")
|
|
463
518
|
};
|
|
519
|
+
},
|
|
520
|
+
preview: _ref2 => {
|
|
521
|
+
let {
|
|
522
|
+
prng,
|
|
523
|
+
options,
|
|
524
|
+
property
|
|
525
|
+
} = _ref2;
|
|
526
|
+
const componentGroup = property.toString();
|
|
527
|
+
const colorGroup = property.toString().replace(/Color$/, '');
|
|
528
|
+
const components = getComponents({
|
|
529
|
+
prng,
|
|
530
|
+
options
|
|
531
|
+
});
|
|
532
|
+
const colors = getColors({
|
|
533
|
+
prng,
|
|
534
|
+
options
|
|
535
|
+
});
|
|
536
|
+
options.backgroundColor = [colors.background.value];
|
|
537
|
+
|
|
538
|
+
if (componentGroup in components) {
|
|
539
|
+
var _components$component, _components$component2;
|
|
540
|
+
|
|
541
|
+
const {
|
|
542
|
+
width,
|
|
543
|
+
height
|
|
544
|
+
} = dimensions[componentGroup];
|
|
545
|
+
return {
|
|
546
|
+
attributes: {
|
|
547
|
+
viewBox: "0 0 ".concat(width, " ").concat(height),
|
|
548
|
+
fill: 'none',
|
|
549
|
+
'shape-rendering': 'auto'
|
|
550
|
+
},
|
|
551
|
+
body: (_components$component = (_components$component2 = components[componentGroup]) === null || _components$component2 === void 0 ? void 0 : _components$component2.value(components, colors)) !== null && _components$component !== void 0 ? _components$component : ''
|
|
552
|
+
};
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
if (colorGroup in colors) {
|
|
556
|
+
return {
|
|
557
|
+
attributes: {
|
|
558
|
+
viewBox: "0 0 1 1",
|
|
559
|
+
fill: 'none',
|
|
560
|
+
'shape-rendering': 'auto'
|
|
561
|
+
},
|
|
562
|
+
body: "<rect width=\"1\" height=\"1\" fill=\"".concat(colors[colorGroup].value, "\" />")
|
|
563
|
+
};
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
return undefined;
|
|
464
567
|
}
|
|
465
568
|
};
|
|
466
569
|
|
|
467
570
|
/*!
|
|
468
|
-
* Big Ears Neutral (@dicebear/big-ears-neutral)
|
|
571
|
+
* Big Ears - Neutral (@dicebear/big-ears-neutral)
|
|
469
572
|
*
|
|
470
573
|
* Code licensed under MIT License.
|
|
471
574
|
* Copyright (c) 2021 Florian Körner
|
|
@@ -474,11 +577,11 @@ var style = {
|
|
|
474
577
|
* Source: https://www.figma.com/community/file/986078800058673824
|
|
475
578
|
* License: https://creativecommons.org/licenses/by/4.0/
|
|
476
579
|
*/
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
580
|
+
let {
|
|
581
|
+
create,
|
|
582
|
+
preview,
|
|
583
|
+
meta,
|
|
584
|
+
schema
|
|
585
|
+
} = style;
|
|
483
586
|
|
|
484
|
-
export { create,
|
|
587
|
+
export { create, meta, preview, schema };
|