@dicebear/definitions 0.1.0

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 (65) hide show
  1. package/LICENSE.md +252 -0
  2. package/README.md +95 -0
  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 +161 -0
  35. package/src/adventurer-neutral.json +2016 -0
  36. package/src/adventurer.json +4041 -0
  37. package/src/avataaars-neutral.json +863 -0
  38. package/src/avataaars.json +3049 -0
  39. package/src/big-ears-neutral.json +2686 -0
  40. package/src/big-ears.json +4394 -0
  41. package/src/big-smile.json +1314 -0
  42. package/src/bottts-neutral.json +1082 -0
  43. package/src/bottts.json +3888 -0
  44. package/src/croodles-neutral.json +1093 -0
  45. package/src/croodles.json +4304 -0
  46. package/src/dylan.json +413 -0
  47. package/src/fun-emoji.json +1456 -0
  48. package/src/glass.json +438 -0
  49. package/src/icons.json +2369 -0
  50. package/src/identicon.json +669 -0
  51. package/src/initials.json +141 -0
  52. package/src/lorelei-neutral.json +1395 -0
  53. package/src/lorelei.json +3241 -0
  54. package/src/micah.json +1552 -0
  55. package/src/miniavs.json +855 -0
  56. package/src/notionists-neutral.json +1346 -0
  57. package/src/notionists.json +4307 -0
  58. package/src/open-peeps.json +2741 -0
  59. package/src/personas.json +1450 -0
  60. package/src/pixel-art-neutral.json +2345 -0
  61. package/src/pixel-art.json +6946 -0
  62. package/src/rings.json +559 -0
  63. package/src/shapes.json +522 -0
  64. package/src/thumbs.json +919 -0
  65. package/src/toon-head.json +1217 -0
@@ -0,0 +1,855 @@
1
+ {
2
+ "$schema": "https://cdn.hopjs.net/npm/@dicebear/schema@0.8.0/dist/definition.min.json",
3
+ "$comment": "This file was generated by the DiceBear Exporter for Figma. https://www.figma.com/community/plugin/1005765655729342787",
4
+ "meta": {
5
+ "license": {
6
+ "name": "CC BY 4.0",
7
+ "url": "https://creativecommons.org/licenses/by/4.0/",
8
+ "text": "Remix of „Miniavs - Free Avatar Creator” (https://www.figma.com/community/file/923211396597067458) by „Webpixels”, licensed under „CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)"
9
+ },
10
+ "creator": {
11
+ "name": "Webpixels",
12
+ "url": "https://webpixels.io/"
13
+ },
14
+ "source": {
15
+ "name": "Miniavs - Free Avatar Creator",
16
+ "url": "https://www.figma.com/community/file/923211396597067458"
17
+ }
18
+ },
19
+ "canvas": {
20
+ "elements": [
21
+ {
22
+ "type": "component",
23
+ "value": "head"
24
+ },
25
+ {
26
+ "type": "component",
27
+ "value": "body"
28
+ },
29
+ {
30
+ "type": "component",
31
+ "value": "hair"
32
+ },
33
+ {
34
+ "name": "g",
35
+ "type": "element",
36
+ "attributes": {
37
+ "transform": "translate(1)"
38
+ },
39
+ "children": [
40
+ {
41
+ "type": "component",
42
+ "value": "mouth"
43
+ }
44
+ ]
45
+ },
46
+ {
47
+ "name": "g",
48
+ "type": "element",
49
+ "attributes": {
50
+ "transform": "translate(0 -1)"
51
+ },
52
+ "children": [
53
+ {
54
+ "type": "component",
55
+ "value": "eyes"
56
+ }
57
+ ]
58
+ },
59
+ {
60
+ "type": "component",
61
+ "value": "glasses"
62
+ },
63
+ {
64
+ "type": "component",
65
+ "value": "mustache"
66
+ }
67
+ ],
68
+ "width": 64,
69
+ "height": 64
70
+ },
71
+ "attributes": {
72
+ "fill": "none",
73
+ "shape-rendering": "auto"
74
+ },
75
+ "components": {
76
+ "head": {
77
+ "width": 64,
78
+ "height": 64,
79
+ "variants": {
80
+ "normal": {
81
+ "elements": [
82
+ {
83
+ "name": "path",
84
+ "type": "element",
85
+ "attributes": {
86
+ "d": "M45.89 36.1c0 8.5-1.26 18.86-10.89 19.82v9.95S31.36 68 26.5 68 18 64.52 18 64.52V42a5 5 0 0 1-1.3-9.83C15.36 22.64 17.5 13 32 13c14.59 0 14.24 11.08 13.96 19.81q-.07 1.73-.07 3.29",
87
+ "fill": {
88
+ "type": "color",
89
+ "value": "skin"
90
+ }
91
+ }
92
+ },
93
+ {
94
+ "name": "path",
95
+ "type": "element",
96
+ "attributes": {
97
+ "d": "M35 55.92q-.72.07-1.5.07c-8.88 0-13.9-7.15-15.5-14.6v23.13S21.64 68 26.5 68s8.5-2.13 8.5-2.13z",
98
+ "fill": "black",
99
+ "fill-opacity": "0.07"
100
+ }
101
+ },
102
+ {
103
+ "name": "path",
104
+ "type": "element",
105
+ "attributes": {
106
+ "d": "M34.63 55.95q-.55.04-1.13.04c-6.53 0-10.97-3.86-13.5-8.87v1.12c0 5.38 2.61 9.75 8.28 9.75h1.35c3.34.03 4.6.04 5-2.04M16.7 32.17A5 5 0 0 0 18.14 42a25 25 0 0 1-.71-5.9 47 47 0 0 1-.73-3.93",
107
+ "fill": "black",
108
+ "fill-opacity": "0.07"
109
+ }
110
+ },
111
+ {
112
+ "name": "rect",
113
+ "type": "element",
114
+ "attributes": {
115
+ "x": "36",
116
+ "y": "41",
117
+ "width": "3",
118
+ "height": "2",
119
+ "rx": "1",
120
+ "fill": "black",
121
+ "fill-opacity": "0.07"
122
+ }
123
+ }
124
+ ]
125
+ },
126
+ "wide": {
127
+ "elements": [
128
+ {
129
+ "name": "path",
130
+ "type": "element",
131
+ "attributes": {
132
+ "d": "M46.07 40.4c.47 7.5.94 15-11.07 15.56v9.91S31.36 68 26.5 68 18 64.52 18 64.52V45.1q-.3-1.53-.41-3.12a5 5 0 0 1-.9-9.8C15.37 22.63 17.52 13 32 13c14.59 0 14.24 11.08 13.96 19.81q-.07 1.73-.07 3.29c0 1.4.09 2.86.18 4.3",
133
+ "fill": {
134
+ "type": "color",
135
+ "value": "skin"
136
+ }
137
+ }
138
+ },
139
+ {
140
+ "name": "path",
141
+ "type": "element",
142
+ "attributes": {
143
+ "d": "M17.59 41.98c-.16-1.97-.16-3.97-.16-5.88a47 47 0 0 1-.73-3.93 5 5 0 0 0 .89 9.8m.41 3.13v19.42S21.64 68 26.5 68s8.5-2.13 8.5-2.13v-9.91q-.72.03-1.5.03C22.71 56 19.16 51.05 18 45.1",
144
+ "fill": "black",
145
+ "fill-opacity": "0.07"
146
+ }
147
+ },
148
+ {
149
+ "name": "path",
150
+ "type": "element",
151
+ "attributes": {
152
+ "d": "M34.93 55.96q-.69.03-1.43.03c-7.25 0-11.23-2.23-13.41-5.5.5 4.82 3.16 8.5 8.3 8.5h1.36c3.8.03 4.92.04 5.18-3.03",
153
+ "fill": "black",
154
+ "fill-opacity": "0.07"
155
+ }
156
+ },
157
+ {
158
+ "name": "rect",
159
+ "type": "element",
160
+ "attributes": {
161
+ "x": "36",
162
+ "y": "41",
163
+ "width": "3",
164
+ "height": "2",
165
+ "rx": "1",
166
+ "fill": "black",
167
+ "fill-opacity": "0.07"
168
+ }
169
+ }
170
+ ]
171
+ },
172
+ "thin": {
173
+ "elements": [
174
+ {
175
+ "name": "path",
176
+ "type": "element",
177
+ "attributes": {
178
+ "d": "M45.89 36.1c0 8.92-3.9 18.9-10.39 20.4l-.5-.06v9.43S31.36 68 26.5 68 18 64.52 18 64.52V42a5 5 0 0 1-1.3-9.83C15.36 22.64 17.5 13 32 13c14.59 0 14.24 11.08 13.96 19.81q-.07 1.73-.07 3.29",
179
+ "fill": {
180
+ "type": "color",
181
+ "value": "skin"
182
+ }
183
+ }
184
+ },
185
+ {
186
+ "name": "path",
187
+ "type": "element",
188
+ "attributes": {
189
+ "d": "M18 42v22.52S21.64 68 26.5 68s8.5-2.13 8.5-2.13v-9.43c-7.26-1.02-13.9-7.5-16.45-14.47q-.28.03-.55.03",
190
+ "fill": "black",
191
+ "fill-opacity": "0.07"
192
+ }
193
+ },
194
+ {
195
+ "name": "path",
196
+ "type": "element",
197
+ "attributes": {
198
+ "d": "M16.7 32.17a5 5 0 0 0 1.85 9.8 17 17 0 0 1-1.12-5.87 47 47 0 0 1-.73-3.93m18 24.23c-6.75-1.1-12.9-6.87-15.7-13.3v.4c0 5.65 6.27 14.47 9.38 15.5 2.57.82 5.4.64 6.32-2.6",
199
+ "fill": "black",
200
+ "fill-opacity": "0.07"
201
+ }
202
+ },
203
+ {
204
+ "name": "rect",
205
+ "type": "element",
206
+ "attributes": {
207
+ "x": "36",
208
+ "y": "41",
209
+ "width": "3",
210
+ "height": "2",
211
+ "rx": "1",
212
+ "fill": "black",
213
+ "fill-opacity": "0.07"
214
+ }
215
+ }
216
+ ]
217
+ }
218
+ }
219
+ },
220
+ "body": {
221
+ "width": 64,
222
+ "height": 64,
223
+ "variants": {
224
+ "tShirt": {
225
+ "elements": [
226
+ {
227
+ "name": "rect",
228
+ "type": "element",
229
+ "attributes": {
230
+ "x": "7",
231
+ "y": "60",
232
+ "width": "40",
233
+ "height": "23",
234
+ "rx": "9",
235
+ "fill": {
236
+ "type": "color",
237
+ "value": "body"
238
+ }
239
+ }
240
+ }
241
+ ]
242
+ },
243
+ "golf": {
244
+ "elements": [
245
+ {
246
+ "name": "rect",
247
+ "type": "element",
248
+ "attributes": {
249
+ "x": "7",
250
+ "y": "60",
251
+ "width": "40",
252
+ "height": "23",
253
+ "rx": "9",
254
+ "fill": {
255
+ "type": "color",
256
+ "value": "body"
257
+ }
258
+ }
259
+ },
260
+ {
261
+ "name": "path",
262
+ "type": "element",
263
+ "attributes": {
264
+ "d": "M17 58h19v3s-5 1-9.5 1-9.5-1-9.5-1z",
265
+ "fill": {
266
+ "type": "color",
267
+ "value": "body"
268
+ }
269
+ }
270
+ },
271
+ {
272
+ "name": "path",
273
+ "type": "element",
274
+ "attributes": {
275
+ "d": "M17 58h19v2s-3 1.5-9.5 1.5S17 60 17 60z",
276
+ "fill": "black",
277
+ "fill-opacity": "0.2"
278
+ }
279
+ },
280
+ {
281
+ "name": "path",
282
+ "type": "element",
283
+ "attributes": {
284
+ "d": "M16.5 59c0-1.1.9-2 2-2h16a2 2 0 0 1 2 2s-5 1-10 1-10-1-10-1",
285
+ "fill": {
286
+ "type": "color",
287
+ "value": "body"
288
+ }
289
+ }
290
+ }
291
+ ]
292
+ }
293
+ }
294
+ },
295
+ "hair": {
296
+ "width": 64,
297
+ "height": 64,
298
+ "variants": {
299
+ "balndess": {
300
+ "elements": [
301
+ {
302
+ "name": "rect",
303
+ "type": "element",
304
+ "attributes": {
305
+ "x": "14",
306
+ "y": "26",
307
+ "width": "9",
308
+ "height": "2",
309
+ "rx": "1",
310
+ "fill": {
311
+ "type": "color",
312
+ "value": "hair"
313
+ }
314
+ }
315
+ },
316
+ {
317
+ "name": "rect",
318
+ "type": "element",
319
+ "attributes": {
320
+ "x": "14",
321
+ "y": "33",
322
+ "width": "7",
323
+ "height": "2",
324
+ "rx": "1",
325
+ "fill": {
326
+ "type": "color",
327
+ "value": "hair"
328
+ }
329
+ }
330
+ },
331
+ {
332
+ "name": "rect",
333
+ "type": "element",
334
+ "attributes": {
335
+ "x": "12",
336
+ "y": "29",
337
+ "width": "13",
338
+ "height": "3",
339
+ "rx": "1.5",
340
+ "fill": {
341
+ "type": "color",
342
+ "value": "hair"
343
+ }
344
+ }
345
+ }
346
+ ]
347
+ },
348
+ "slaughter": {
349
+ "elements": [
350
+ {
351
+ "name": "path",
352
+ "type": "element",
353
+ "attributes": {
354
+ "d": "M20 21a4 4 0 0 1 3.7 5.5A4 4 0 0 1 20 32a4 4 0 0 1-8 0 24 24 0 0 1 .37-4.32A3.98 3.98 0 0 1 16 22a4 4 0 0 1 1.17.17A4 4 0 0 1 20 21m25.5 2.04a4 4 0 0 1 3.13 5.46 4 4 0 0 1-2.78 5.4c.1-3.45.31-7.36-.35-10.86",
355
+ "fill": {
356
+ "type": "color",
357
+ "value": "hair"
358
+ }
359
+ }
360
+ }
361
+ ]
362
+ },
363
+ "ponyTail": {
364
+ "elements": [
365
+ {
366
+ "name": "path",
367
+ "type": "element",
368
+ "attributes": {
369
+ "d": "M0 10c8-8 13 3 13 3l-2 8s-2 2.5 0 10-2.5 11.5-2.5 11.5S5 45 2 43s-3.4-3.92-3-7.5c.5-4.5 2-3 2-7.5s-9-10-1-18",
370
+ "fill": {
371
+ "type": "color",
372
+ "value": "hair"
373
+ }
374
+ }
375
+ },
376
+ {
377
+ "name": "path",
378
+ "type": "element",
379
+ "attributes": {
380
+ "d": "m13.03 13.18 5.5 2.38-3.56 8.26-5.51-2.38S8.5 19.5 10 16.5s3.03-3.32 3.03-3.32",
381
+ "fill": "#FF6C98"
382
+ }
383
+ },
384
+ {
385
+ "name": "path",
386
+ "type": "element",
387
+ "attributes": {
388
+ "d": "M31 8c2.5 0 4.97.45 7.27 1.33s4.4 2.17 6.16 3.8a17.5 17.5 0 0 1 4.12 5.67q1.13 2.5 1.38 5.2H50v4.29s-.34.15-1 .36v8.5s-.01 1.4-1.5 2.45c-.52.36-1.22.64-1.9.85q.29-2.18.29-4.35c0-2.05.13-4.37.15-6.73a42 42 0 0 1-7.58.63c-7.81 0-12.42-1.7-12.46-1.71v-1A26 26 0 0 0 24 31c-1.5 3.5 0 7.18-1.5 8.39-1.5 1.2-4.48 1.6-4.5 1.6l-1.32-8.81A5 5 0 0 0 18 42v8.3q-2.34-2.07-4.08-4.83c-1.7-2.7-2.9-5.8-3.48-9.1-.6-3.28-.58-6.68.04-9.96a26 26 0 0 1 3.55-9.03 21 21 0 0 1 6.43-6.5A18 18 0 0 1 31 8",
389
+ "fill": {
390
+ "type": "color",
391
+ "value": "hair"
392
+ }
393
+ }
394
+ }
395
+ ]
396
+ },
397
+ "long": {
398
+ "elements": [
399
+ {
400
+ "name": "path",
401
+ "type": "element",
402
+ "attributes": {
403
+ "fill-rule": "evenodd",
404
+ "clip-rule": "evenodd",
405
+ "d": "M30 7a18 18 0 0 1 18 18v10.5s0 .9-1.5 1.59q-.3.13-.64.24l.02-1.23c0-3.25.35-7.2 0-10.9a54 54 0 0 1-10.67 5.64A65 65 0 0 1 23 34.6V65H12V24.5A18 18 0 0 1 30 7M15 33a5 5 0 0 0 0 8z",
406
+ "fill": {
407
+ "type": "color",
408
+ "value": "hair"
409
+ }
410
+ }
411
+ }
412
+ ]
413
+ },
414
+ "curly": {
415
+ "elements": [
416
+ {
417
+ "name": "path",
418
+ "type": "element",
419
+ "attributes": {
420
+ "d": "M46 20a4 4 0 0 1 1.75 7.6 4 4 0 0 1-1.78 4.88c.13-4.07.23-8.62-1.19-12.3A4 4 0 0 1 46 20",
421
+ "fill": {
422
+ "type": "color",
423
+ "value": "hair"
424
+ }
425
+ }
426
+ },
427
+ {
428
+ "name": "path",
429
+ "type": "element",
430
+ "attributes": {
431
+ "d": "M37.5 3a6.5 6.5 0 0 1 6.01 4.03 4 4 0 0 1 3.44 4.58A7.3 7.3 0 0 1 50 17.5c0 4.15-3.58 7.5-8 7.5a8.3 8.3 0 0 1-5.7-2.23 5 5 0 0 1-6.36.2 7 7 0 0 1-7 1.74q-.4.45-.88.75a3.98 3.98 0 0 1-1.35 6.19q.3.37.3.88c0 .83-.65 1.5-1.5 1.5h-.02a4 4 0 0 1-7.3-3.17 4 4 0 0 1 0-5.66 4 4 0 0 1 .75-3.71 7 7 0 0 1 4.1-10.17V11a4 4 0 0 1 5.94-3.5 7 7 0 0 1 9.8-2.42A6.5 6.5 0 0 1 37.5 3",
432
+ "fill": {
433
+ "type": "color",
434
+ "value": "hair"
435
+ }
436
+ }
437
+ }
438
+ ]
439
+ },
440
+ "stylish": {
441
+ "elements": [
442
+ {
443
+ "name": "path",
444
+ "type": "element",
445
+ "attributes": {
446
+ "d": "M20.67 28.22v6.02c0 .76-.67 1.76-1.17 2.26s-2 1.5-2.85 1.5-3.54-.45-4.83-2.26c-1.28-1.8-.9-11.32 0-13.54s4.19-6.88 8.85-10.45A26 26 0 0 1 33.55 6.4C58.48 3.4 49.22 21 46 25.5c-5.5-2-9.5-2.5-16.72-1.53-7.21.99-8.01 1.99-8.6 4.24",
447
+ "fill": {
448
+ "type": "color",
449
+ "value": "hair"
450
+ }
451
+ }
452
+ }
453
+ ]
454
+ },
455
+ "elvis": {
456
+ "elements": [
457
+ {
458
+ "name": "path",
459
+ "type": "element",
460
+ "attributes": {
461
+ "d": "M22 28c-.63 3 1 6.98 1 7.74 0 .77-3.93 3.03-5 3.76s-1.5-7-1.5-7c-3 0-3.5 5.5-3.5 5.5s-2.25-.74-3-4.5c-.51-2.54.3-8.09.5-9.5.5-3.5 1-11.5 7.5-15.5s23-4 27-3c9.9 2.47 11.22 16 8 20.5-5 5.5-19-1-23.5-1s-6.87 0-7.5 3",
462
+ "fill": {
463
+ "type": "color",
464
+ "value": "hair"
465
+ }
466
+ }
467
+ }
468
+ ]
469
+ },
470
+ "classic02": {
471
+ "elements": [
472
+ {
473
+ "name": "path",
474
+ "type": "element",
475
+ "attributes": {
476
+ "d": "M24 8c14.5-9.5 28 1 27 10-1.71 15.4-21.75 9-27 9h-.13A4 4 0 0 1 20 32v.2a4 4 0 1 1-7.83-1.37 4 4 0 0 1-.88-4.33 4 4 0 0 1 .8-4.25C12.61 16.28 14.9 9.35 24 8",
477
+ "fill": {
478
+ "type": "color",
479
+ "value": "hair"
480
+ }
481
+ }
482
+ }
483
+ ]
484
+ },
485
+ "classic01": {
486
+ "elements": [
487
+ {
488
+ "name": "path",
489
+ "type": "element",
490
+ "attributes": {
491
+ "d": "M22 11c14.5-9.5 32.5 7.5 28.5 11.5-9.12 9.12-17.77 4.8-23.45 3.09A4 4 0 0 1 24 27h-.13A4 4 0 0 1 20 32v.2a4 4 0 0 1-8-.2c0-.81.04-2.05.2-3.28q-.2-.43-.2-1.22C12 22.25 8.5 13 22 11",
492
+ "fill": {
493
+ "type": "color",
494
+ "value": "hair"
495
+ }
496
+ }
497
+ }
498
+ ]
499
+ }
500
+ }
501
+ },
502
+ "mouth": {
503
+ "width": 64,
504
+ "height": 64,
505
+ "variants": {
506
+ "default": {
507
+ "elements": [
508
+ {
509
+ "name": "path",
510
+ "type": "element",
511
+ "attributes": {
512
+ "d": "M27.93 46a1 1 0 0 1 1-1h9.14a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-1.14a5 5 0 0 1-5-5",
513
+ "fill": "#66253C"
514
+ }
515
+ },
516
+ {
517
+ "name": "path",
518
+ "type": "element",
519
+ "attributes": {
520
+ "d": "M27.93 46.2c1.01-.38 2.66-.2 4.07-.2 2.2 0 4 1.56 4 3.5q0 .64-.25 1.2a5 5 0 0 1-1.68.3h-1.14a5 5 0 0 1-5-4.8",
521
+ "fill": "#B03E67"
522
+ }
523
+ },
524
+ {
525
+ "name": "path",
526
+ "type": "element",
527
+ "attributes": {
528
+ "d": "M29 45h10v1a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1z",
529
+ "fill": "white"
530
+ }
531
+ }
532
+ ]
533
+ },
534
+ "missingTooth": {
535
+ "elements": [
536
+ {
537
+ "name": "path",
538
+ "type": "element",
539
+ "attributes": {
540
+ "d": "M27.93 46a1 1 0 0 1 1-1h9.14a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-1.14a5 5 0 0 1-5-5",
541
+ "fill": "#66253C"
542
+ }
543
+ },
544
+ {
545
+ "name": "path",
546
+ "type": "element",
547
+ "attributes": {
548
+ "d": "M27.93 46.2c1.01-.38 2.66-.2 4.07-.2 2.2 0 4 1.56 4 3.5q0 .64-.25 1.2a5 5 0 0 1-1.68.3h-1.14a5 5 0 0 1-5-4.8",
549
+ "fill": "#B03E67"
550
+ }
551
+ },
552
+ {
553
+ "name": "path",
554
+ "type": "element",
555
+ "attributes": {
556
+ "d": "M29 45h10v1a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1z",
557
+ "fill": "white"
558
+ }
559
+ },
560
+ {
561
+ "name": "path",
562
+ "type": "element",
563
+ "attributes": {
564
+ "d": "M31 45.3c0-.17.13-.3.3-.3h1.4c.17 0 .3.13.3.3v2.4a.3.3 0 0 1-.3.3h-1.4a.3.3 0 0 1-.3-.3z",
565
+ "fill": "#B03E67"
566
+ }
567
+ }
568
+ ]
569
+ }
570
+ }
571
+ },
572
+ "eyes": {
573
+ "width": 64,
574
+ "height": 64,
575
+ "variants": {
576
+ "normal": {
577
+ "elements": [
578
+ {
579
+ "name": "rect",
580
+ "type": "element",
581
+ "attributes": {
582
+ "x": "30",
583
+ "y": "36",
584
+ "width": "3",
585
+ "height": "4",
586
+ "rx": "1.5",
587
+ "fill": {
588
+ "type": "color",
589
+ "value": "hair"
590
+ }
591
+ }
592
+ },
593
+ {
594
+ "name": "rect",
595
+ "type": "element",
596
+ "attributes": {
597
+ "x": "40",
598
+ "y": "36",
599
+ "width": "3",
600
+ "height": "4",
601
+ "rx": "1.5",
602
+ "fill": {
603
+ "type": "color",
604
+ "value": "hair"
605
+ }
606
+ }
607
+ },
608
+ {
609
+ "type": "component",
610
+ "value": "blushes"
611
+ }
612
+ ]
613
+ },
614
+ "confident": {
615
+ "elements": [
616
+ {
617
+ "type": "component",
618
+ "value": "blushes"
619
+ },
620
+ {
621
+ "name": "path",
622
+ "type": "element",
623
+ "attributes": {
624
+ "d": "M43 37.5a1.5 1.5 0 0 1-3 0v-1.23c0-.15.12-.27.27-.27h2.46c.15 0 .27.12.27.27zm-10 0a1.5 1.5 0 0 1-3 0v-1.23c0-.15.12-.27.27-.27h2.46c.15 0 .27.12.27.27z",
625
+ "fill": {
626
+ "type": "color",
627
+ "value": "hair"
628
+ }
629
+ }
630
+ },
631
+ {
632
+ "name": "line",
633
+ "type": "element",
634
+ "attributes": {
635
+ "x1": "29.5",
636
+ "y1": "36.5",
637
+ "x2": "33.5",
638
+ "y2": "36.5",
639
+ "stroke": {
640
+ "type": "color",
641
+ "value": "hair"
642
+ },
643
+ "stroke-linecap": "round"
644
+ }
645
+ },
646
+ {
647
+ "name": "line",
648
+ "type": "element",
649
+ "attributes": {
650
+ "x1": "39.5",
651
+ "y1": "36.5",
652
+ "x2": "43.5",
653
+ "y2": "36.5",
654
+ "stroke": {
655
+ "type": "color",
656
+ "value": "hair"
657
+ },
658
+ "stroke-linecap": "round"
659
+ }
660
+ }
661
+ ]
662
+ },
663
+ "happy": {
664
+ "elements": [
665
+ {
666
+ "type": "component",
667
+ "value": "blushes"
668
+ },
669
+ {
670
+ "name": "path",
671
+ "type": "element",
672
+ "attributes": {
673
+ "d": "M30 37.5a1.5 1.5 0 0 1 3 0v1.23c0 .15-.12.27-.27.27h-2.46a.27.27 0 0 1-.27-.27zm10 0a1.5 1.5 0 0 1 3 0v1.23c0 .15-.12.27-.27.27h-2.46a.27.27 0 0 1-.27-.27z",
674
+ "fill": "#1B0B47"
675
+ }
676
+ }
677
+ ]
678
+ }
679
+ }
680
+ },
681
+ "glasses": {
682
+ "width": 64,
683
+ "height": 64,
684
+ "probability": 20,
685
+ "variants": {
686
+ "normal": {
687
+ "elements": [
688
+ {
689
+ "name": "circle",
690
+ "type": "element",
691
+ "attributes": {
692
+ "cx": "30.2689",
693
+ "cy": "36.2689",
694
+ "r": "4.26891",
695
+ "stroke": "black",
696
+ "stroke-width": "2"
697
+ }
698
+ },
699
+ {
700
+ "name": "circle",
701
+ "type": "element",
702
+ "attributes": {
703
+ "cx": "44.2689",
704
+ "cy": "36.2689",
705
+ "r": "4.26891",
706
+ "stroke": "black",
707
+ "stroke-width": "2"
708
+ }
709
+ },
710
+ {
711
+ "name": "line",
712
+ "type": "element",
713
+ "attributes": {
714
+ "x1": "33.9852",
715
+ "y1": "35.1056",
716
+ "x2": "40.9852",
717
+ "y2": "35.002",
718
+ "stroke": "black",
719
+ "stroke-width": "2"
720
+ }
721
+ }
722
+ ]
723
+ }
724
+ }
725
+ },
726
+ "mustache": {
727
+ "width": 64,
728
+ "height": 64,
729
+ "probability": 20,
730
+ "variants": {
731
+ "pencilThinBeard": {
732
+ "elements": [
733
+ {
734
+ "name": "path",
735
+ "type": "element",
736
+ "attributes": {
737
+ "d": "M26.5 45s4.5-.5 11-2v2c-1.5.67-5.5 1.6-7.5 2-2.5.5-3.5-2-3.5-2m21.5-.24S44 44 38 43v2c1.43.59 4.6 1.15 6.5 1.5 2.38.44 3.5-1.74 3.5-1.74M33.31 55.24a1 1 0 0 1 .97-1.24h3.44a1 1 0 0 1 .97 1.24l-.25 1a1 1 0 0 1-.97.76h-2.94a1 1 0 0 1-.97-.76z",
738
+ "fill": {
739
+ "type": "color",
740
+ "value": "hair"
741
+ }
742
+ }
743
+ }
744
+ ]
745
+ },
746
+ "pencilThin": {
747
+ "elements": [
748
+ {
749
+ "name": "path",
750
+ "type": "element",
751
+ "attributes": {
752
+ "d": "M37.5 45c-1.5.67-5.5 1.6-7.5 2-2.5.5-3.5-2-3.5-2s4.5-.5 11-2zm.5-2c6 1 10 1.76 10 1.76s-1.12 2.18-3.5 1.74c-1.9-.35-5.07-.91-6.5-1.5z",
753
+ "fill": {
754
+ "type": "color",
755
+ "value": "hair"
756
+ }
757
+ }
758
+ }
759
+ ]
760
+ },
761
+ "horshoe": {
762
+ "elements": [
763
+ {
764
+ "name": "path",
765
+ "type": "element",
766
+ "attributes": {
767
+ "d": "M40 46h-9v7a4 4 0 0 1-4 4V46a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v11a4 4 0 0 1-4-4z",
768
+ "fill": {
769
+ "type": "color",
770
+ "value": "hair"
771
+ }
772
+ }
773
+ }
774
+ ]
775
+ },
776
+ "freddy": {
777
+ "elements": [
778
+ {
779
+ "name": "path",
780
+ "type": "element",
781
+ "attributes": {
782
+ "d": "M28 46a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3z",
783
+ "fill": {
784
+ "type": "color",
785
+ "value": "hair"
786
+ }
787
+ }
788
+ }
789
+ ]
790
+ }
791
+ }
792
+ },
793
+ "blushes": {
794
+ "width": 64,
795
+ "height": 64,
796
+ "probability": 50,
797
+ "variants": {
798
+ "default": {
799
+ "elements": [
800
+ {
801
+ "name": "rect",
802
+ "type": "element",
803
+ "attributes": {
804
+ "x": "24",
805
+ "y": "39",
806
+ "width": "5",
807
+ "height": "3",
808
+ "rx": "1.5",
809
+ "fill": "#FF859B"
810
+ }
811
+ },
812
+ {
813
+ "name": "rect",
814
+ "type": "element",
815
+ "attributes": {
816
+ "x": "43",
817
+ "y": "39",
818
+ "width": "4",
819
+ "height": "3",
820
+ "rx": "1.5",
821
+ "fill": "#FF859B"
822
+ }
823
+ }
824
+ ]
825
+ }
826
+ }
827
+ }
828
+ },
829
+ "colors": {
830
+ "skin": {
831
+ "notEqualTo": [],
832
+ "values": [
833
+ "#ffcb7e",
834
+ "#f5d0c5",
835
+ "#836055"
836
+ ]
837
+ },
838
+ "hair": {
839
+ "notEqualTo": [],
840
+ "values": [
841
+ "#47280b",
842
+ "#1b0b47",
843
+ "#ad3a20"
844
+ ]
845
+ },
846
+ "body": {
847
+ "notEqualTo": [],
848
+ "values": [
849
+ "#e05a33",
850
+ "#3633e0",
851
+ "#ff4dd8"
852
+ ]
853
+ }
854
+ }
855
+ }