@dicebear/definitions 10.0.0-rc.4 → 10.0.0-rc.5

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 +2 -2
  2. package/README.md +3 -36
  3. package/dist/adventurer-neutral.min.json +1 -1
  4. package/dist/adventurer.min.json +1 -1
  5. package/dist/avataaars-neutral.min.json +1 -1
  6. package/dist/avataaars.min.json +1 -1
  7. package/dist/big-ears-neutral.min.json +1 -1
  8. package/dist/big-ears.min.json +1 -1
  9. package/dist/big-smile.min.json +1 -1
  10. package/dist/bottts-neutral.min.json +1 -1
  11. package/dist/bottts.min.json +1 -1
  12. package/dist/croodles-neutral.min.json +1 -1
  13. package/dist/croodles.min.json +1 -1
  14. package/dist/dylan.min.json +1 -1
  15. package/dist/fun-emoji.min.json +1 -1
  16. package/dist/glass.min.json +1 -1
  17. package/dist/icons.min.json +1 -1
  18. package/dist/identicon.min.json +1 -1
  19. package/dist/initials.min.json +1 -1
  20. package/dist/lorelei-neutral.min.json +1 -1
  21. package/dist/lorelei.min.json +1 -1
  22. package/dist/micah.min.json +1 -1
  23. package/dist/miniavs.min.json +1 -1
  24. package/dist/notionists-neutral.min.json +1 -1
  25. package/dist/notionists.min.json +1 -1
  26. package/dist/open-peeps.min.json +1 -1
  27. package/dist/personas.min.json +1 -1
  28. package/dist/pixel-art-neutral.min.json +1 -1
  29. package/dist/pixel-art.min.json +1 -1
  30. package/dist/rings.min.json +1 -1
  31. package/dist/shapes.min.json +1 -1
  32. package/dist/thumbs.min.json +1 -1
  33. package/dist/toon-head.min.json +1 -1
  34. package/package.json +1 -1
  35. package/src/adventurer-neutral.json +229 -221
  36. package/src/adventurer.json +831 -474
  37. package/src/avataaars-neutral.json +86 -86
  38. package/src/avataaars.json +283 -283
  39. package/src/big-ears-neutral.json +319 -330
  40. package/src/big-ears.json +479 -491
  41. package/src/big-smile.json +144 -144
  42. package/src/bottts-neutral.json +55 -59
  43. package/src/bottts.json +304 -321
  44. package/src/croodles-neutral.json +93 -88
  45. package/src/croodles.json +420 -411
  46. package/src/dylan.json +63 -36
  47. package/src/fun-emoji.json +164 -145
  48. package/src/glass.json +36 -142
  49. package/src/icons.json +855 -214
  50. package/src/identicon.json +115 -523
  51. package/src/initials.json +1 -1
  52. package/src/lorelei-neutral.json +114 -114
  53. package/src/lorelei.json +1154 -412
  54. package/src/micah.json +178 -194
  55. package/src/miniavs.json +177 -112
  56. package/src/notionists-neutral.json +132 -132
  57. package/src/notionists.json +437 -437
  58. package/src/open-peeps.json +221 -221
  59. package/src/personas.json +127 -127
  60. package/src/pixel-art-neutral.json +251 -298
  61. package/src/pixel-art.json +591 -558
  62. package/src/rings.json +91 -55
  63. package/src/shapes.json +39 -42
  64. package/src/thumbs.json +93 -80
  65. package/src/toon-head.json +200 -128
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://cdn.hopjs.net/npm/@dicebear/schema@0.11.1/dist/definition.min.json",
2
+ "$schema": "https://cdn.hopjs.net/npm/@dicebear/schema@0.13.0/dist/definition.min.json",
3
3
  "$comment": "This file was generated by the DiceBear Exporter for Figma. https://www.figma.com/community/plugin/1005765655729342787",
4
4
  "meta": {
5
5
  "license": {
@@ -39,36 +39,99 @@
39
39
  }
40
40
  },
41
41
  {
42
- "type": "component",
43
- "name": "accessories"
42
+ "name": "g",
43
+ "type": "element",
44
+ "attributes": {
45
+ "transform": "translate(1 7)"
46
+ },
47
+ "children": [
48
+ {
49
+ "name": "accessories",
50
+ "type": "component"
51
+ }
52
+ ]
44
53
  },
45
54
  {
46
- "type": "component",
47
- "name": "clothing"
55
+ "name": "g",
56
+ "type": "element",
57
+ "attributes": {
58
+ "transform": "translate(2 12)"
59
+ },
60
+ "children": [
61
+ {
62
+ "name": "clothing",
63
+ "type": "component"
64
+ }
65
+ ]
48
66
  },
49
67
  {
50
- "type": "component",
51
- "name": "eyes"
68
+ "name": "g",
69
+ "type": "element",
70
+ "attributes": {
71
+ "transform": "translate(4 5)"
72
+ },
73
+ "children": [
74
+ {
75
+ "name": "eyes",
76
+ "type": "component"
77
+ }
78
+ ]
52
79
  },
53
80
  {
54
- "type": "component",
55
- "name": "glasses"
81
+ "name": "g",
82
+ "type": "element",
83
+ "attributes": {
84
+ "transform": "translate(2 4)"
85
+ },
86
+ "children": [
87
+ {
88
+ "name": "glasses",
89
+ "type": "component"
90
+ }
91
+ ]
56
92
  },
57
93
  {
58
- "type": "component",
59
- "name": "beard"
94
+ "name": "g",
95
+ "type": "element",
96
+ "attributes": {
97
+ "transform": "translate(3 6)"
98
+ },
99
+ "children": [
100
+ {
101
+ "name": "beard",
102
+ "type": "component"
103
+ }
104
+ ]
60
105
  },
61
106
  {
62
- "type": "component",
63
- "name": "mouth"
107
+ "name": "g",
108
+ "type": "element",
109
+ "attributes": {
110
+ "transform": "translate(6 9)"
111
+ },
112
+ "children": [
113
+ {
114
+ "name": "mouth",
115
+ "type": "component"
116
+ }
117
+ ]
64
118
  },
65
119
  {
66
- "type": "component",
67
- "name": "hair"
120
+ "name": "hair",
121
+ "type": "component"
68
122
  },
69
123
  {
70
- "type": "component",
71
- "name": "hat"
124
+ "name": "g",
125
+ "type": "element",
126
+ "attributes": {
127
+ "transform": "translate(1)"
128
+ },
129
+ "children": [
130
+ {
131
+ "name": "hat",
132
+ "type": "component"
133
+ }
134
+ ]
72
135
  }
73
136
  ],
74
137
  "width": 16,
@@ -80,8 +143,8 @@
80
143
  },
81
144
  "components": {
82
145
  "accessories": {
83
- "width": 16,
84
- "height": 16,
146
+ "width": 14,
147
+ "height": 2,
85
148
  "probability": 10,
86
149
  "variants": {
87
150
  "variant04": {
@@ -90,8 +153,7 @@
90
153
  "name": "rect",
91
154
  "type": "element",
92
155
  "attributes": {
93
- "x": "2",
94
- "y": "7",
156
+ "x": "1",
95
157
  "width": "1",
96
158
  "height": "1",
97
159
  "fill": {
@@ -104,8 +166,7 @@
104
166
  "name": "rect",
105
167
  "type": "element",
106
168
  "attributes": {
107
- "x": "13",
108
- "y": "7",
169
+ "x": "12",
109
170
  "width": "1",
110
171
  "height": "1",
111
172
  "fill": {
@@ -122,8 +183,7 @@
122
183
  "name": "rect",
123
184
  "type": "element",
124
185
  "attributes": {
125
- "x": "13",
126
- "y": "7",
186
+ "x": "12",
127
187
  "width": "1",
128
188
  "height": "2",
129
189
  "fill": {
@@ -136,8 +196,7 @@
136
196
  "name": "rect",
137
197
  "type": "element",
138
198
  "attributes": {
139
- "x": "2",
140
- "y": "7",
199
+ "x": "1",
141
200
  "width": "1",
142
201
  "height": "2",
143
202
  "fill": {
@@ -154,8 +213,7 @@
154
213
  "name": "rect",
155
214
  "type": "element",
156
215
  "attributes": {
157
- "x": "13",
158
- "y": "7",
216
+ "x": "12",
159
217
  "width": "1",
160
218
  "height": "2",
161
219
  "fill": {
@@ -168,8 +226,7 @@
168
226
  "name": "rect",
169
227
  "type": "element",
170
228
  "attributes": {
171
- "x": "2",
172
- "y": "7",
229
+ "x": "1",
173
230
  "width": "1",
174
231
  "height": "2",
175
232
  "fill": {
@@ -182,8 +239,7 @@
182
239
  "name": "rect",
183
240
  "type": "element",
184
241
  "attributes": {
185
- "x": "2",
186
- "y": "7",
242
+ "x": "1",
187
243
  "width": "1",
188
244
  "height": "1",
189
245
  "fill": "white",
@@ -194,8 +250,7 @@
194
250
  "name": "rect",
195
251
  "type": "element",
196
252
  "attributes": {
197
- "x": "13",
198
- "y": "7",
253
+ "x": "12",
199
254
  "width": "1",
200
255
  "height": "1",
201
256
  "fill": "white",
@@ -210,8 +265,7 @@
210
265
  "name": "rect",
211
266
  "type": "element",
212
267
  "attributes": {
213
- "x": "13",
214
- "y": "7",
268
+ "x": "12",
215
269
  "width": "2",
216
270
  "height": "2",
217
271
  "fill": {
@@ -224,8 +278,6 @@
224
278
  "name": "rect",
225
279
  "type": "element",
226
280
  "attributes": {
227
- "x": "1",
228
- "y": "7",
229
281
  "width": "2",
230
282
  "height": "2",
231
283
  "fill": {
@@ -239,8 +291,8 @@
239
291
  }
240
292
  },
241
293
  "clothing": {
242
- "width": 16,
243
- "height": 16,
294
+ "width": 12,
295
+ "height": 4,
244
296
  "variants": {
245
297
  "variant23": {
246
298
  "elements": [
@@ -248,7 +300,7 @@
248
300
  "name": "path",
249
301
  "type": "element",
250
302
  "attributes": {
251
- "d": "M10 13h3v1h1v2H2v-2h1v-1h3v1h4z",
303
+ "d": "M8 1h3v1h1v2H0V2h1V1h3v1h4z",
252
304
  "fill": {
253
305
  "type": "color",
254
306
  "name": "clothing"
@@ -259,8 +311,8 @@
259
311
  "name": "rect",
260
312
  "type": "element",
261
313
  "attributes": {
262
- "x": "4",
263
- "y": "13",
314
+ "x": "2",
315
+ "y": "1",
264
316
  "width": "1",
265
317
  "height": "3",
266
318
  "fill": "white",
@@ -271,8 +323,8 @@
271
323
  "name": "rect",
272
324
  "type": "element",
273
325
  "attributes": {
274
- "x": "11",
275
- "y": "13",
326
+ "x": "9",
327
+ "y": "1",
276
328
  "width": "1",
277
329
  "height": "3",
278
330
  "fill": "white",
@@ -287,7 +339,7 @@
287
339
  "name": "path",
288
340
  "type": "element",
289
341
  "attributes": {
290
- "d": "M6 13H4v3h2zm6 0h-2v3h2z",
342
+ "d": "M4 1H2v3h2zm6 0H8v3h2z",
291
343
  "fill": {
292
344
  "type": "color",
293
345
  "name": "clothing"
@@ -298,8 +350,8 @@
298
350
  "name": "rect",
299
351
  "type": "element",
300
352
  "attributes": {
301
- "x": "5",
302
- "y": "13",
353
+ "x": "3",
354
+ "y": "1",
303
355
  "width": "1",
304
356
  "height": "3",
305
357
  "fill": "white",
@@ -310,8 +362,8 @@
310
362
  "name": "rect",
311
363
  "type": "element",
312
364
  "attributes": {
313
- "x": "10",
314
- "y": "13",
365
+ "x": "8",
366
+ "y": "1",
315
367
  "width": "1",
316
368
  "height": "3",
317
369
  "fill": "white",
@@ -326,7 +378,7 @@
326
378
  "name": "path",
327
379
  "type": "element",
328
380
  "attributes": {
329
- "d": "M5 13H4v3h3v-1H6v-1H5zm7 0h-1v1h-1v1H9v1h3z",
381
+ "d": "M3 1H2v3h3V3H4V2H3zm7 0H9v1H8v1H7v1h3z",
330
382
  "fill": {
331
383
  "type": "color",
332
384
  "name": "clothing"
@@ -337,8 +389,8 @@
337
389
  "name": "rect",
338
390
  "type": "element",
339
391
  "attributes": {
340
- "x": "4",
341
- "y": "13",
392
+ "x": "2",
393
+ "y": "1",
342
394
  "width": "1",
343
395
  "height": "1",
344
396
  "fill": "white",
@@ -349,8 +401,8 @@
349
401
  "name": "rect",
350
402
  "type": "element",
351
403
  "attributes": {
352
- "x": "5",
353
- "y": "14",
404
+ "x": "3",
405
+ "y": "2",
354
406
  "width": "1",
355
407
  "height": "1",
356
408
  "fill": "white",
@@ -361,8 +413,8 @@
361
413
  "name": "rect",
362
414
  "type": "element",
363
415
  "attributes": {
364
- "x": "6",
365
- "y": "15",
416
+ "x": "4",
417
+ "y": "3",
366
418
  "width": "1",
367
419
  "height": "1",
368
420
  "fill": "white",
@@ -373,8 +425,8 @@
373
425
  "name": "rect",
374
426
  "type": "element",
375
427
  "attributes": {
376
- "x": "9",
377
- "y": "15",
428
+ "x": "7",
429
+ "y": "3",
378
430
  "width": "1",
379
431
  "height": "1",
380
432
  "fill": "white",
@@ -385,8 +437,8 @@
385
437
  "name": "rect",
386
438
  "type": "element",
387
439
  "attributes": {
388
- "x": "10",
389
- "y": "14",
440
+ "x": "8",
441
+ "y": "2",
390
442
  "width": "1",
391
443
  "height": "1",
392
444
  "fill": "white",
@@ -397,8 +449,8 @@
397
449
  "name": "rect",
398
450
  "type": "element",
399
451
  "attributes": {
400
- "x": "11",
401
- "y": "14",
452
+ "x": "9",
453
+ "y": "2",
402
454
  "width": "1",
403
455
  "height": "1",
404
456
  "fill": "white",
@@ -409,8 +461,8 @@
409
461
  "name": "rect",
410
462
  "type": "element",
411
463
  "attributes": {
412
- "x": "11",
413
- "y": "13",
464
+ "x": "9",
465
+ "y": "1",
414
466
  "width": "1",
415
467
  "height": "1",
416
468
  "fill": "white",
@@ -421,8 +473,8 @@
421
473
  "name": "rect",
422
474
  "type": "element",
423
475
  "attributes": {
424
- "x": "10",
425
- "y": "15",
476
+ "x": "8",
477
+ "y": "3",
426
478
  "width": "1",
427
479
  "height": "1",
428
480
  "fill": "white",
@@ -433,8 +485,8 @@
433
485
  "name": "rect",
434
486
  "type": "element",
435
487
  "attributes": {
436
- "x": "5",
437
- "y": "15",
488
+ "x": "3",
489
+ "y": "3",
438
490
  "width": "1",
439
491
  "height": "1",
440
492
  "fill": "white",
@@ -445,8 +497,8 @@
445
497
  "name": "rect",
446
498
  "type": "element",
447
499
  "attributes": {
448
- "x": "4",
449
- "y": "14",
500
+ "x": "2",
501
+ "y": "2",
450
502
  "width": "1",
451
503
  "height": "1",
452
504
  "fill": "white",
@@ -461,8 +513,8 @@
461
513
  "name": "rect",
462
514
  "type": "element",
463
515
  "attributes": {
464
- "x": "4",
465
- "y": "14",
516
+ "x": "2",
517
+ "y": "2",
466
518
  "width": "8",
467
519
  "height": "2",
468
520
  "fill": {
@@ -475,8 +527,8 @@
475
527
  "name": "rect",
476
528
  "type": "element",
477
529
  "attributes": {
478
- "x": "4",
479
- "y": "14",
530
+ "x": "2",
531
+ "y": "2",
480
532
  "width": "1",
481
533
  "height": "2",
482
534
  "fill": "white",
@@ -487,8 +539,8 @@
487
539
  "name": "rect",
488
540
  "type": "element",
489
541
  "attributes": {
490
- "x": "11",
491
- "y": "14",
542
+ "x": "9",
543
+ "y": "2",
492
544
  "width": "1",
493
545
  "height": "2",
494
546
  "fill": "white",
@@ -503,7 +555,7 @@
503
555
  "name": "path",
504
556
  "type": "element",
505
557
  "attributes": {
506
- "d": "M4 13h1v1h6v-1h1v3H4z",
558
+ "d": "M2 1h1v1h6V1h1v3H2z",
507
559
  "fill": {
508
560
  "type": "color",
509
561
  "name": "clothing"
@@ -514,8 +566,8 @@
514
566
  "name": "rect",
515
567
  "type": "element",
516
568
  "attributes": {
517
- "x": "9",
518
- "y": "15",
569
+ "x": "7",
570
+ "y": "3",
519
571
  "width": "2",
520
572
  "height": "1",
521
573
  "fill": "white",
@@ -530,7 +582,7 @@
530
582
  "name": "path",
531
583
  "type": "element",
532
584
  "attributes": {
533
- "d": "M4 13h2v1h1v1h2v-1h1v-1h2v3H4z",
585
+ "d": "M2 1h2v1h1v1h2V2h1V1h2v3H2z",
534
586
  "fill": {
535
587
  "type": "color",
536
588
  "name": "clothing"
@@ -541,8 +593,8 @@
541
593
  "name": "rect",
542
594
  "type": "element",
543
595
  "attributes": {
544
- "x": "10",
545
- "y": "14",
596
+ "x": "8",
597
+ "y": "2",
546
598
  "width": "1",
547
599
  "height": "1",
548
600
  "fill": "white",
@@ -553,8 +605,8 @@
553
605
  "name": "rect",
554
606
  "type": "element",
555
607
  "attributes": {
556
- "x": "11",
557
- "y": "13",
608
+ "x": "9",
609
+ "y": "1",
558
610
  "width": "1",
559
611
  "height": "1",
560
612
  "fill": "white",
@@ -565,8 +617,8 @@
565
617
  "name": "rect",
566
618
  "type": "element",
567
619
  "attributes": {
568
- "x": "9",
569
- "y": "15",
620
+ "x": "7",
621
+ "y": "3",
570
622
  "width": "1",
571
623
  "height": "1",
572
624
  "fill": "white",
@@ -577,8 +629,8 @@
577
629
  "name": "rect",
578
630
  "type": "element",
579
631
  "attributes": {
580
- "x": "9",
581
- "y": "14",
632
+ "x": "7",
633
+ "y": "2",
582
634
  "width": "1",
583
635
  "height": "1",
584
636
  "fill": "white",
@@ -589,8 +641,8 @@
589
641
  "name": "rect",
590
642
  "type": "element",
591
643
  "attributes": {
592
- "x": "10",
593
- "y": "13",
644
+ "x": "8",
645
+ "y": "1",
594
646
  "width": "1",
595
647
  "height": "1",
596
648
  "fill": "white",
@@ -601,8 +653,8 @@
601
653
  "name": "rect",
602
654
  "type": "element",
603
655
  "attributes": {
604
- "x": "8",
605
- "y": "15",
656
+ "x": "6",
657
+ "y": "3",
606
658
  "width": "1",
607
659
  "height": "1",
608
660
  "fill": "white",
@@ -615,7 +667,7 @@
615
667
  "attributes": {
616
668
  "width": "1",
617
669
  "height": "1",
618
- "transform": "matrix(-1 0 0 1 6 14)",
670
+ "transform": "matrix(-1 0 0 1 4 2)",
619
671
  "fill": "white",
620
672
  "fill-opacity": "0.3"
621
673
  }
@@ -626,7 +678,7 @@
626
678
  "attributes": {
627
679
  "width": "1",
628
680
  "height": "1",
629
- "transform": "matrix(-1 0 0 1 5 13)",
681
+ "transform": "matrix(-1 0 0 1 3 1)",
630
682
  "fill": "white",
631
683
  "fill-opacity": "0.3"
632
684
  }
@@ -637,7 +689,7 @@
637
689
  "attributes": {
638
690
  "width": "1",
639
691
  "height": "1",
640
- "transform": "matrix(-1 0 0 1 7 15)",
692
+ "transform": "matrix(-1 0 0 1 5 3)",
641
693
  "fill": "white",
642
694
  "fill-opacity": "0.3"
643
695
  }
@@ -648,7 +700,7 @@
648
700
  "attributes": {
649
701
  "width": "1",
650
702
  "height": "1",
651
- "transform": "matrix(-1 0 0 1 7 14)",
703
+ "transform": "matrix(-1 0 0 1 5 2)",
652
704
  "fill": "white",
653
705
  "fill-opacity": "0.5"
654
706
  }
@@ -659,7 +711,7 @@
659
711
  "attributes": {
660
712
  "width": "1",
661
713
  "height": "1",
662
- "transform": "matrix(-1 0 0 1 6 13)",
714
+ "transform": "matrix(-1 0 0 1 4 1)",
663
715
  "fill": "white",
664
716
  "fill-opacity": "0.5"
665
717
  }
@@ -670,7 +722,7 @@
670
722
  "attributes": {
671
723
  "width": "1",
672
724
  "height": "1",
673
- "transform": "matrix(-1 0 0 1 8 15)",
725
+ "transform": "matrix(-1 0 0 1 6 3)",
674
726
  "fill": "white",
675
727
  "fill-opacity": "0.5"
676
728
  }
@@ -683,7 +735,7 @@
683
735
  "name": "path",
684
736
  "type": "element",
685
737
  "attributes": {
686
- "d": "M4 13h2v1h1v1h2v-1h1v-1h2v1h1v2H3v-2h1z",
738
+ "d": "M2 1h2v1h1v1h2V2h1V1h2v1h1v2H1V2h1z",
687
739
  "fill": {
688
740
  "type": "color",
689
741
  "name": "clothing"
@@ -698,7 +750,7 @@
698
750
  "name": "path",
699
751
  "type": "element",
700
752
  "attributes": {
701
- "d": "M5 13H3v1H2v2h5v-1H6v-1H5zm8 0h-2v1h-1v1H9v1h5v-2h-1z",
753
+ "d": "M3 1H1v1H0v2h5V3H4V2H3zm8 0H9v1H8v1H7v1h5V2h-1z",
702
754
  "fill": {
703
755
  "type": "color",
704
756
  "name": "clothing"
@@ -709,8 +761,8 @@
709
761
  "name": "rect",
710
762
  "type": "element",
711
763
  "attributes": {
712
- "x": "11",
713
- "y": "13",
764
+ "x": "9",
765
+ "y": "1",
714
766
  "width": "1",
715
767
  "height": "1",
716
768
  "fill": "white",
@@ -721,8 +773,8 @@
721
773
  "name": "rect",
722
774
  "type": "element",
723
775
  "attributes": {
724
- "x": "10",
725
- "y": "14",
776
+ "x": "8",
777
+ "y": "2",
726
778
  "width": "1",
727
779
  "height": "1",
728
780
  "fill": "white",
@@ -733,8 +785,8 @@
733
785
  "name": "rect",
734
786
  "type": "element",
735
787
  "attributes": {
736
- "x": "9",
737
- "y": "15",
788
+ "x": "7",
789
+ "y": "3",
738
790
  "width": "1",
739
791
  "height": "1",
740
792
  "fill": "white",
@@ -745,8 +797,8 @@
745
797
  "name": "rect",
746
798
  "type": "element",
747
799
  "attributes": {
748
- "x": "6",
749
- "y": "15",
800
+ "x": "4",
801
+ "y": "3",
750
802
  "width": "1",
751
803
  "height": "1",
752
804
  "fill": "white",
@@ -757,8 +809,8 @@
757
809
  "name": "rect",
758
810
  "type": "element",
759
811
  "attributes": {
760
- "x": "5",
761
- "y": "14",
812
+ "x": "3",
813
+ "y": "2",
762
814
  "width": "1",
763
815
  "height": "1",
764
816
  "fill": "white",
@@ -769,8 +821,8 @@
769
821
  "name": "rect",
770
822
  "type": "element",
771
823
  "attributes": {
772
- "x": "4",
773
- "y": "13",
824
+ "x": "2",
825
+ "y": "1",
774
826
  "width": "1",
775
827
  "height": "1",
776
828
  "fill": "white",
@@ -785,7 +837,7 @@
785
837
  "name": "path",
786
838
  "type": "element",
787
839
  "attributes": {
788
- "d": "M6 14H4v1H3v1h4v-1H6zm6 1h1v1H9v-1h1v-1h2z",
840
+ "d": "M4 2H2v1H1v1h4V3H4zm6 1h1v1H7V3h1V2h2z",
789
841
  "fill": {
790
842
  "type": "color",
791
843
  "name": "clothing"
@@ -800,7 +852,7 @@
800
852
  "name": "path",
801
853
  "type": "element",
802
854
  "attributes": {
803
- "d": "M5 13H3v1H2v2h12v-2h-1v-1h-2v1h-1v1H6v-1H5z",
855
+ "d": "M3 1H1v1H0v2h12V2h-1V1H9v1H8v1H4V2H3z",
804
856
  "fill": {
805
857
  "type": "color",
806
858
  "name": "clothing"
@@ -815,7 +867,7 @@
815
867
  "name": "path",
816
868
  "type": "element",
817
869
  "attributes": {
818
- "d": "M5 13H3v1H2v2h12v-2h-1v-1h-2v1H5z",
870
+ "d": "M3 1H1v1H0v2h12V2h-1V1H9v1H3z",
819
871
  "fill": {
820
872
  "type": "color",
821
873
  "name": "clothing"
@@ -826,8 +878,7 @@
826
878
  "name": "rect",
827
879
  "type": "element",
828
880
  "attributes": {
829
- "x": "2",
830
- "y": "14",
881
+ "y": "2",
831
882
  "width": "1",
832
883
  "height": "2",
833
884
  "fill": "white",
@@ -838,8 +889,8 @@
838
889
  "name": "rect",
839
890
  "type": "element",
840
891
  "attributes": {
841
- "x": "6",
842
- "y": "14",
892
+ "x": "4",
893
+ "y": "2",
843
894
  "width": "1",
844
895
  "height": "2",
845
896
  "fill": "white",
@@ -850,8 +901,8 @@
850
901
  "name": "rect",
851
902
  "type": "element",
852
903
  "attributes": {
853
- "x": "8",
854
- "y": "14",
904
+ "x": "6",
905
+ "y": "2",
855
906
  "width": "1",
856
907
  "height": "2",
857
908
  "fill": "white",
@@ -862,8 +913,8 @@
862
913
  "name": "rect",
863
914
  "type": "element",
864
915
  "attributes": {
865
- "x": "10",
866
- "y": "14",
916
+ "x": "8",
917
+ "y": "2",
867
918
  "width": "1",
868
919
  "height": "2",
869
920
  "fill": "white",
@@ -874,8 +925,8 @@
874
925
  "name": "rect",
875
926
  "type": "element",
876
927
  "attributes": {
877
- "x": "4",
878
- "y": "13",
928
+ "x": "2",
929
+ "y": "1",
879
930
  "width": "1",
880
931
  "height": "3",
881
932
  "fill": "white",
@@ -886,8 +937,8 @@
886
937
  "name": "rect",
887
938
  "type": "element",
888
939
  "attributes": {
889
- "x": "12",
890
- "y": "13",
940
+ "x": "10",
941
+ "y": "1",
891
942
  "width": "1",
892
943
  "height": "3",
893
944
  "fill": "white",
@@ -902,7 +953,7 @@
902
953
  "name": "path",
903
954
  "type": "element",
904
955
  "attributes": {
905
- "d": "M7 12h2v1h4v1h1v2H2v-2h1v-1h4z",
956
+ "d": "M5 0h2v1h4v1h1v2H0V2h1V1h4z",
906
957
  "fill": {
907
958
  "type": "color",
908
959
  "name": "clothing"
@@ -913,8 +964,7 @@
913
964
  "name": "rect",
914
965
  "type": "element",
915
966
  "attributes": {
916
- "x": "7",
917
- "y": "12",
967
+ "x": "5",
918
968
  "width": "2",
919
969
  "height": "1",
920
970
  "fill": "black",
@@ -929,7 +979,7 @@
929
979
  "name": "path",
930
980
  "type": "element",
931
981
  "attributes": {
932
- "d": "M10 13h3v1h1v2H2v-2h1v-1h3v1h1v1h2v-1h1z",
982
+ "d": "M8 1h3v1h1v2H0V2h1V1h3v1h1v1h2V2h1z",
933
983
  "fill": {
934
984
  "type": "color",
935
985
  "name": "clothing"
@@ -944,7 +994,7 @@
944
994
  "name": "path",
945
995
  "type": "element",
946
996
  "attributes": {
947
- "d": "M4 13h1v1h6v-1h1v1h1v2H3v-2h1z",
997
+ "d": "M2 1h1v1h6V1h1v1h1v2H1V2h1z",
948
998
  "fill": {
949
999
  "type": "color",
950
1000
  "name": "clothing"
@@ -955,8 +1005,8 @@
955
1005
  "name": "rect",
956
1006
  "type": "element",
957
1007
  "attributes": {
958
- "x": "9",
959
- "y": "15",
1008
+ "x": "7",
1009
+ "y": "3",
960
1010
  "width": "2",
961
1011
  "height": "1",
962
1012
  "fill": "white",
@@ -971,7 +1021,7 @@
971
1021
  "name": "path",
972
1022
  "type": "element",
973
1023
  "attributes": {
974
- "d": "M4 13h1v2h6v-2h1v2h1v1H3v-1h1z",
1024
+ "d": "M2 1h1v2h6V1h1v2h1v1H1V3h1z",
975
1025
  "fill": {
976
1026
  "type": "color",
977
1027
  "name": "clothing"
@@ -982,8 +1032,8 @@
982
1032
  "name": "rect",
983
1033
  "type": "element",
984
1034
  "attributes": {
985
- "x": "4",
986
- "y": "13",
1035
+ "x": "2",
1036
+ "y": "1",
987
1037
  "width": "1",
988
1038
  "height": "2",
989
1039
  "fill": "white",
@@ -994,8 +1044,8 @@
994
1044
  "name": "rect",
995
1045
  "type": "element",
996
1046
  "attributes": {
997
- "x": "11",
998
- "y": "13",
1047
+ "x": "9",
1048
+ "y": "1",
999
1049
  "width": "1",
1000
1050
  "height": "2",
1001
1051
  "fill": "white",
@@ -1010,7 +1060,7 @@
1010
1060
  "name": "path",
1011
1061
  "type": "element",
1012
1062
  "attributes": {
1013
- "d": "M10 13h3v1h1v2H2v-2h1v-1h3v2h4z",
1063
+ "d": "M8 1h3v1h1v2H0V2h1V1h3v2h4z",
1014
1064
  "fill": {
1015
1065
  "type": "color",
1016
1066
  "name": "clothing"
@@ -1025,7 +1075,7 @@
1025
1075
  "name": "path",
1026
1076
  "type": "element",
1027
1077
  "attributes": {
1028
- "d": "M5 13H4v3h3v-1H6v-1H5zm7 0h-1v1h-1v1H9v1h3z",
1078
+ "d": "M3 1H2v3h3V3H4V2H3zm7 0H9v1H8v1H7v1h3z",
1029
1079
  "fill": {
1030
1080
  "type": "color",
1031
1081
  "name": "clothing"
@@ -1040,7 +1090,7 @@
1040
1090
  "name": "path",
1041
1091
  "type": "element",
1042
1092
  "attributes": {
1043
- "d": "M10 13h3v1h1v2H2v-2h1v-1h3v1h4z",
1093
+ "d": "M8 1h3v1h1v2H0V2h1V1h3v1h4z",
1044
1094
  "fill": {
1045
1095
  "type": "color",
1046
1096
  "name": "clothing"
@@ -1051,8 +1101,8 @@
1051
1101
  "name": "rect",
1052
1102
  "type": "element",
1053
1103
  "attributes": {
1054
- "x": "3",
1055
- "y": "13",
1104
+ "x": "1",
1105
+ "y": "1",
1056
1106
  "width": "1",
1057
1107
  "height": "1",
1058
1108
  "fill": "white",
@@ -1063,8 +1113,7 @@
1063
1113
  "name": "rect",
1064
1114
  "type": "element",
1065
1115
  "attributes": {
1066
- "x": "2",
1067
- "y": "14",
1116
+ "y": "2",
1068
1117
  "width": "1",
1069
1118
  "height": "1",
1070
1119
  "fill": "white",
@@ -1075,8 +1124,8 @@
1075
1124
  "name": "rect",
1076
1125
  "type": "element",
1077
1126
  "attributes": {
1078
- "x": "3",
1079
- "y": "15",
1127
+ "x": "1",
1128
+ "y": "3",
1080
1129
  "width": "1",
1081
1130
  "height": "1",
1082
1131
  "fill": "white",
@@ -1087,8 +1136,8 @@
1087
1136
  "name": "rect",
1088
1137
  "type": "element",
1089
1138
  "attributes": {
1090
- "x": "4",
1091
- "y": "14",
1139
+ "x": "2",
1140
+ "y": "2",
1092
1141
  "width": "1",
1093
1142
  "height": "1",
1094
1143
  "fill": "white",
@@ -1099,8 +1148,8 @@
1099
1148
  "name": "rect",
1100
1149
  "type": "element",
1101
1150
  "attributes": {
1102
- "x": "5",
1103
- "y": "13",
1151
+ "x": "3",
1152
+ "y": "1",
1104
1153
  "width": "1",
1105
1154
  "height": "1",
1106
1155
  "fill": "white",
@@ -1111,8 +1160,8 @@
1111
1160
  "name": "rect",
1112
1161
  "type": "element",
1113
1162
  "attributes": {
1114
- "x": "5",
1115
- "y": "15",
1163
+ "x": "3",
1164
+ "y": "3",
1116
1165
  "width": "1",
1117
1166
  "height": "1",
1118
1167
  "fill": "white",
@@ -1123,8 +1172,8 @@
1123
1172
  "name": "rect",
1124
1173
  "type": "element",
1125
1174
  "attributes": {
1126
- "x": "6",
1127
- "y": "14",
1175
+ "x": "4",
1176
+ "y": "2",
1128
1177
  "width": "1",
1129
1178
  "height": "1",
1130
1179
  "fill": "white",
@@ -1135,8 +1184,8 @@
1135
1184
  "name": "rect",
1136
1185
  "type": "element",
1137
1186
  "attributes": {
1138
- "x": "7",
1139
- "y": "15",
1187
+ "x": "5",
1188
+ "y": "3",
1140
1189
  "width": "1",
1141
1190
  "height": "1",
1142
1191
  "fill": "white",
@@ -1147,8 +1196,8 @@
1147
1196
  "name": "rect",
1148
1197
  "type": "element",
1149
1198
  "attributes": {
1150
- "x": "8",
1151
- "y": "14",
1199
+ "x": "6",
1200
+ "y": "2",
1152
1201
  "width": "1",
1153
1202
  "height": "1",
1154
1203
  "fill": "white",
@@ -1159,8 +1208,8 @@
1159
1208
  "name": "rect",
1160
1209
  "type": "element",
1161
1210
  "attributes": {
1162
- "x": "9",
1163
- "y": "15",
1211
+ "x": "7",
1212
+ "y": "3",
1164
1213
  "width": "1",
1165
1214
  "height": "1",
1166
1215
  "fill": "white",
@@ -1171,8 +1220,8 @@
1171
1220
  "name": "rect",
1172
1221
  "type": "element",
1173
1222
  "attributes": {
1174
- "x": "10",
1175
- "y": "14",
1223
+ "x": "8",
1224
+ "y": "2",
1176
1225
  "width": "1",
1177
1226
  "height": "1",
1178
1227
  "fill": "white",
@@ -1183,8 +1232,8 @@
1183
1232
  "name": "rect",
1184
1233
  "type": "element",
1185
1234
  "attributes": {
1186
- "x": "11",
1187
- "y": "15",
1235
+ "x": "9",
1236
+ "y": "3",
1188
1237
  "width": "1",
1189
1238
  "height": "1",
1190
1239
  "fill": "white",
@@ -1195,8 +1244,8 @@
1195
1244
  "name": "rect",
1196
1245
  "type": "element",
1197
1246
  "attributes": {
1198
- "x": "11",
1199
- "y": "13",
1247
+ "x": "9",
1248
+ "y": "1",
1200
1249
  "width": "1",
1201
1250
  "height": "1",
1202
1251
  "fill": "white",
@@ -1207,8 +1256,8 @@
1207
1256
  "name": "rect",
1208
1257
  "type": "element",
1209
1258
  "attributes": {
1210
- "x": "12",
1211
- "y": "14",
1259
+ "x": "10",
1260
+ "y": "2",
1212
1261
  "width": "1",
1213
1262
  "height": "1",
1214
1263
  "fill": "white",
@@ -1219,8 +1268,8 @@
1219
1268
  "name": "rect",
1220
1269
  "type": "element",
1221
1270
  "attributes": {
1222
- "x": "13",
1223
- "y": "15",
1271
+ "x": "11",
1272
+ "y": "3",
1224
1273
  "width": "1",
1225
1274
  "height": "1",
1226
1275
  "fill": "white",
@@ -1235,7 +1284,7 @@
1235
1284
  "name": "path",
1236
1285
  "type": "element",
1237
1286
  "attributes": {
1238
- "d": "M5 14h1v1h4v-1h1v-1h2v1h1v2H2v-2h1v-1h2z",
1287
+ "d": "M3 2h1v1h4V2h1V1h2v1h1v2H0V2h1V1h2z",
1239
1288
  "fill": {
1240
1289
  "type": "color",
1241
1290
  "name": "clothing"
@@ -1250,7 +1299,7 @@
1250
1299
  "name": "path",
1251
1300
  "type": "element",
1252
1301
  "attributes": {
1253
- "d": "M5 13H3v1H2v2h12v-2h-1v-1h-2v1H5z",
1302
+ "d": "M3 1H1v1H0v2h12V2h-1V1H9v1H3z",
1254
1303
  "fill": {
1255
1304
  "type": "color",
1256
1305
  "name": "clothing"
@@ -1265,7 +1314,7 @@
1265
1314
  "name": "path",
1266
1315
  "type": "element",
1267
1316
  "attributes": {
1268
- "d": "M10 13h3v1h1v2H2v-2h1v-1h3v1h4z",
1317
+ "d": "M8 1h3v1h1v2H0V2h1V1h3v1h4z",
1269
1318
  "fill": {
1270
1319
  "type": "color",
1271
1320
  "name": "clothing"
@@ -1280,7 +1329,7 @@
1280
1329
  "name": "path",
1281
1330
  "type": "element",
1282
1331
  "attributes": {
1283
- "d": "M10 13h3v1h1v2H2v-2h1v-1h3v2h4z",
1332
+ "d": "M8 1h3v1h1v2H0V2h1V1h3v2h4z",
1284
1333
  "fill": {
1285
1334
  "type": "color",
1286
1335
  "name": "clothing"
@@ -1291,8 +1340,8 @@
1291
1340
  "name": "rect",
1292
1341
  "type": "element",
1293
1342
  "attributes": {
1294
- "x": "5",
1295
- "y": "14",
1343
+ "x": "3",
1344
+ "y": "2",
1296
1345
  "width": "1",
1297
1346
  "height": "1",
1298
1347
  "fill": "white",
@@ -1303,11 +1352,11 @@
1303
1352
  "name": "rect",
1304
1353
  "type": "element",
1305
1354
  "attributes": {
1306
- "x": "4.00784",
1307
- "y": "15",
1355
+ "x": "2.00784",
1356
+ "y": "3",
1308
1357
  "width": "1",
1309
1358
  "height": "1",
1310
- "transform": "rotate(.4 4 15)",
1359
+ "transform": "rotate(.4 2 3)",
1311
1360
  "fill": "white",
1312
1361
  "fill-opacity": "0.2"
1313
1362
  }
@@ -1316,11 +1365,11 @@
1316
1365
  "name": "rect",
1317
1366
  "type": "element",
1318
1367
  "attributes": {
1319
- "x": "7.00784",
1320
- "y": "15",
1368
+ "x": "5.00784",
1369
+ "y": "3",
1321
1370
  "width": "1",
1322
1371
  "height": "1",
1323
- "transform": "rotate(.4 7 15)",
1372
+ "transform": "rotate(.4 5 3)",
1324
1373
  "fill": "white",
1325
1374
  "fill-opacity": "0.2"
1326
1375
  }
@@ -1329,8 +1378,8 @@
1329
1378
  "name": "rect",
1330
1379
  "type": "element",
1331
1380
  "attributes": {
1332
- "x": "3",
1333
- "y": "13",
1381
+ "x": "1",
1382
+ "y": "1",
1334
1383
  "width": "1",
1335
1384
  "height": "1",
1336
1385
  "fill": "white",
@@ -1341,8 +1390,7 @@
1341
1390
  "name": "rect",
1342
1391
  "type": "element",
1343
1392
  "attributes": {
1344
- "x": "2",
1345
- "y": "14",
1393
+ "y": "2",
1346
1394
  "width": "1",
1347
1395
  "height": "1",
1348
1396
  "fill": "white",
@@ -1353,8 +1401,8 @@
1353
1401
  "name": "rect",
1354
1402
  "type": "element",
1355
1403
  "attributes": {
1356
- "x": "12",
1357
- "y": "13",
1404
+ "x": "10",
1405
+ "y": "1",
1358
1406
  "width": "1",
1359
1407
  "height": "1",
1360
1408
  "fill": "white",
@@ -1365,8 +1413,8 @@
1365
1413
  "name": "rect",
1366
1414
  "type": "element",
1367
1415
  "attributes": {
1368
- "x": "11",
1369
- "y": "14",
1416
+ "x": "9",
1417
+ "y": "2",
1370
1418
  "width": "1",
1371
1419
  "height": "1",
1372
1420
  "fill": "white",
@@ -1377,8 +1425,8 @@
1377
1425
  "name": "rect",
1378
1426
  "type": "element",
1379
1427
  "attributes": {
1380
- "x": "10",
1381
- "y": "15",
1428
+ "x": "8",
1429
+ "y": "3",
1382
1430
  "width": "1",
1383
1431
  "height": "1",
1384
1432
  "fill": "white",
@@ -1389,8 +1437,8 @@
1389
1437
  "name": "rect",
1390
1438
  "type": "element",
1391
1439
  "attributes": {
1392
- "x": "13",
1393
- "y": "15",
1440
+ "x": "11",
1441
+ "y": "3",
1394
1442
  "width": "1",
1395
1443
  "height": "1",
1396
1444
  "fill": "white",
@@ -1405,7 +1453,7 @@
1405
1453
  "name": "path",
1406
1454
  "type": "element",
1407
1455
  "attributes": {
1408
- "d": "M10 13h3v1h1v2H2v-2h1v-1h3v1h4z",
1456
+ "d": "M8 1h3v1h1v2H0V2h1V1h3v1h4z",
1409
1457
  "fill": {
1410
1458
  "type": "color",
1411
1459
  "name": "clothing"
@@ -1416,8 +1464,8 @@
1416
1464
  "name": "rect",
1417
1465
  "type": "element",
1418
1466
  "attributes": {
1419
- "x": "11",
1420
- "y": "14",
1467
+ "x": "9",
1468
+ "y": "2",
1421
1469
  "width": "1",
1422
1470
  "height": "2",
1423
1471
  "fill": "white",
@@ -1428,8 +1476,8 @@
1428
1476
  "name": "rect",
1429
1477
  "type": "element",
1430
1478
  "attributes": {
1431
- "x": "4",
1432
- "y": "14",
1479
+ "x": "2",
1480
+ "y": "2",
1433
1481
  "width": "1",
1434
1482
  "height": "2",
1435
1483
  "fill": "white",
@@ -1441,8 +1489,8 @@
1441
1489
  }
1442
1490
  },
1443
1491
  "eyes": {
1444
- "width": 16,
1445
- "height": 16,
1492
+ "width": 8,
1493
+ "height": 3,
1446
1494
  "variants": {
1447
1495
  "variant12": {
1448
1496
  "elements": [
@@ -1452,7 +1500,7 @@
1452
1500
  "attributes": {
1453
1501
  "fill-rule": "evenodd",
1454
1502
  "clip-rule": "evenodd",
1455
- "d": "M5 6h1v2H4V7h1zm5 0h1v2H9V7h1z",
1503
+ "d": "M1 1h1v2H0V2h1zm5 0h1v2H5V2h1z",
1456
1504
  "fill": "white"
1457
1505
  }
1458
1506
  },
@@ -1462,7 +1510,7 @@
1462
1510
  "attributes": {
1463
1511
  "fill-rule": "evenodd",
1464
1512
  "clip-rule": "evenodd",
1465
- "d": "M6 6v1H5v1h2V6zm5 0v1h-1v1h2V6z",
1513
+ "d": "M2 1v1H1v1h2V1zm5 0v1H6v1h2V1z",
1466
1514
  "fill": {
1467
1515
  "type": "color",
1468
1516
  "name": "eyes"
@@ -1475,7 +1523,7 @@
1475
1523
  "attributes": {
1476
1524
  "fill-rule": "evenodd",
1477
1525
  "clip-rule": "evenodd",
1478
- "d": "M6 6v1h1V6zM5 7v1h1V7zm6-1v1h1V6zm-1 1v1h1V7z",
1526
+ "d": "M2 1v1h1V1zM1 2v1h1V2zm6-1v1h1V1zM6 2v1h1V2z",
1479
1527
  "fill": "white",
1480
1528
  "fill-opacity": "0.5"
1481
1529
  }
@@ -1488,8 +1536,6 @@
1488
1536
  "name": "rect",
1489
1537
  "type": "element",
1490
1538
  "attributes": {
1491
- "x": "4",
1492
- "y": "5",
1493
1539
  "width": "3",
1494
1540
  "height": "3",
1495
1541
  "fill": "white"
@@ -1499,8 +1545,7 @@
1499
1545
  "name": "rect",
1500
1546
  "type": "element",
1501
1547
  "attributes": {
1502
- "x": "9",
1503
- "y": "5",
1548
+ "x": "5",
1504
1549
  "width": "3",
1505
1550
  "height": "3",
1506
1551
  "fill": "white"
@@ -1510,8 +1555,7 @@
1510
1555
  "name": "rect",
1511
1556
  "type": "element",
1512
1557
  "attributes": {
1513
- "x": "4",
1514
- "y": "6",
1558
+ "y": "1",
1515
1559
  "width": "2",
1516
1560
  "height": "1",
1517
1561
  "fill": {
@@ -1524,8 +1568,8 @@
1524
1568
  "name": "rect",
1525
1569
  "type": "element",
1526
1570
  "attributes": {
1527
- "x": "9",
1528
- "y": "6",
1571
+ "x": "5",
1572
+ "y": "1",
1529
1573
  "width": "2",
1530
1574
  "height": "1",
1531
1575
  "fill": {
@@ -1538,8 +1582,7 @@
1538
1582
  "name": "rect",
1539
1583
  "type": "element",
1540
1584
  "attributes": {
1541
- "x": "4",
1542
- "y": "6",
1585
+ "y": "1",
1543
1586
  "width": "1",
1544
1587
  "height": "1",
1545
1588
  "fill": "white",
@@ -1550,8 +1593,8 @@
1550
1593
  "name": "rect",
1551
1594
  "type": "element",
1552
1595
  "attributes": {
1553
- "x": "9",
1554
- "y": "6",
1596
+ "x": "5",
1597
+ "y": "1",
1555
1598
  "width": "1",
1556
1599
  "height": "1",
1557
1600
  "fill": "white",
@@ -1566,8 +1609,6 @@
1566
1609
  "name": "rect",
1567
1610
  "type": "element",
1568
1611
  "attributes": {
1569
- "x": "4",
1570
- "y": "5",
1571
1612
  "width": "3",
1572
1613
  "height": "3",
1573
1614
  "fill": "white"
@@ -1577,8 +1618,7 @@
1577
1618
  "name": "rect",
1578
1619
  "type": "element",
1579
1620
  "attributes": {
1580
- "x": "9",
1581
- "y": "5",
1621
+ "x": "5",
1582
1622
  "width": "3",
1583
1623
  "height": "3",
1584
1624
  "fill": "white"
@@ -1588,8 +1628,7 @@
1588
1628
  "name": "rect",
1589
1629
  "type": "element",
1590
1630
  "attributes": {
1591
- "x": "10",
1592
- "y": "5",
1631
+ "x": "6",
1593
1632
  "width": "2",
1594
1633
  "height": "2",
1595
1634
  "fill": {
@@ -1602,8 +1641,7 @@
1602
1641
  "name": "rect",
1603
1642
  "type": "element",
1604
1643
  "attributes": {
1605
- "x": "5",
1606
- "y": "5",
1644
+ "x": "1",
1607
1645
  "width": "2",
1608
1646
  "height": "2",
1609
1647
  "fill": {
@@ -1616,8 +1654,7 @@
1616
1654
  "name": "rect",
1617
1655
  "type": "element",
1618
1656
  "attributes": {
1619
- "x": "5",
1620
- "y": "5",
1657
+ "x": "1",
1621
1658
  "width": "1",
1622
1659
  "height": "1",
1623
1660
  "fill": "white",
@@ -1628,8 +1665,8 @@
1628
1665
  "name": "rect",
1629
1666
  "type": "element",
1630
1667
  "attributes": {
1631
- "x": "6",
1632
- "y": "6",
1668
+ "x": "2",
1669
+ "y": "1",
1633
1670
  "width": "1",
1634
1671
  "height": "1",
1635
1672
  "fill": "white",
@@ -1640,8 +1677,7 @@
1640
1677
  "name": "rect",
1641
1678
  "type": "element",
1642
1679
  "attributes": {
1643
- "x": "10",
1644
- "y": "5",
1680
+ "x": "6",
1645
1681
  "width": "1",
1646
1682
  "height": "1",
1647
1683
  "fill": "white",
@@ -1652,8 +1688,8 @@
1652
1688
  "name": "rect",
1653
1689
  "type": "element",
1654
1690
  "attributes": {
1655
- "x": "11",
1656
- "y": "6",
1691
+ "x": "7",
1692
+ "y": "1",
1657
1693
  "width": "1",
1658
1694
  "height": "1",
1659
1695
  "fill": "white",
@@ -1664,8 +1700,7 @@
1664
1700
  "name": "rect",
1665
1701
  "type": "element",
1666
1702
  "attributes": {
1667
- "x": "11",
1668
- "y": "5",
1703
+ "x": "7",
1669
1704
  "width": "1",
1670
1705
  "height": "1",
1671
1706
  "fill": "white",
@@ -1676,8 +1711,7 @@
1676
1711
  "name": "rect",
1677
1712
  "type": "element",
1678
1713
  "attributes": {
1679
- "x": "6",
1680
- "y": "5",
1714
+ "x": "2",
1681
1715
  "width": "1",
1682
1716
  "height": "1",
1683
1717
  "fill": "white",
@@ -1692,8 +1726,6 @@
1692
1726
  "name": "rect",
1693
1727
  "type": "element",
1694
1728
  "attributes": {
1695
- "x": "4",
1696
- "y": "5",
1697
1729
  "width": "3",
1698
1730
  "height": "3",
1699
1731
  "fill": "white"
@@ -1703,8 +1735,7 @@
1703
1735
  "name": "rect",
1704
1736
  "type": "element",
1705
1737
  "attributes": {
1706
- "x": "9",
1707
- "y": "5",
1738
+ "x": "5",
1708
1739
  "width": "3",
1709
1740
  "height": "3",
1710
1741
  "fill": "white"
@@ -1714,8 +1745,8 @@
1714
1745
  "name": "rect",
1715
1746
  "type": "element",
1716
1747
  "attributes": {
1717
- "x": "10",
1718
- "y": "6",
1748
+ "x": "6",
1749
+ "y": "1",
1719
1750
  "width": "1",
1720
1751
  "height": "1",
1721
1752
  "fill": {
@@ -1728,8 +1759,8 @@
1728
1759
  "name": "rect",
1729
1760
  "type": "element",
1730
1761
  "attributes": {
1731
- "x": "5",
1732
- "y": "6",
1762
+ "x": "1",
1763
+ "y": "1",
1733
1764
  "width": "1",
1734
1765
  "height": "1",
1735
1766
  "fill": {
@@ -1746,8 +1777,6 @@
1746
1777
  "name": "rect",
1747
1778
  "type": "element",
1748
1779
  "attributes": {
1749
- "x": "4",
1750
- "y": "5",
1751
1780
  "width": "3",
1752
1781
  "height": "2",
1753
1782
  "fill": "white"
@@ -1757,8 +1786,7 @@
1757
1786
  "name": "rect",
1758
1787
  "type": "element",
1759
1788
  "attributes": {
1760
- "x": "9",
1761
- "y": "5",
1789
+ "x": "5",
1762
1790
  "width": "3",
1763
1791
  "height": "2",
1764
1792
  "fill": "white"
@@ -1768,8 +1796,8 @@
1768
1796
  "name": "rect",
1769
1797
  "type": "element",
1770
1798
  "attributes": {
1771
- "x": "9",
1772
- "y": "6",
1799
+ "x": "5",
1800
+ "y": "1",
1773
1801
  "width": "1",
1774
1802
  "height": "1",
1775
1803
  "fill": {
@@ -1782,8 +1810,7 @@
1782
1810
  "name": "rect",
1783
1811
  "type": "element",
1784
1812
  "attributes": {
1785
- "x": "4",
1786
- "y": "6",
1813
+ "y": "1",
1787
1814
  "width": "1",
1788
1815
  "height": "1",
1789
1816
  "fill": {
@@ -1800,8 +1827,6 @@
1800
1827
  "name": "rect",
1801
1828
  "type": "element",
1802
1829
  "attributes": {
1803
- "x": "4",
1804
- "y": "5",
1805
1830
  "width": "3",
1806
1831
  "height": "2",
1807
1832
  "fill": "white"
@@ -1811,8 +1836,7 @@
1811
1836
  "name": "rect",
1812
1837
  "type": "element",
1813
1838
  "attributes": {
1814
- "x": "9",
1815
- "y": "5",
1839
+ "x": "5",
1816
1840
  "width": "3",
1817
1841
  "height": "2",
1818
1842
  "fill": "white"
@@ -1822,8 +1846,8 @@
1822
1846
  "name": "rect",
1823
1847
  "type": "element",
1824
1848
  "attributes": {
1825
- "x": "11",
1826
- "y": "6",
1849
+ "x": "7",
1850
+ "y": "1",
1827
1851
  "width": "1",
1828
1852
  "height": "1",
1829
1853
  "fill": {
@@ -1836,8 +1860,8 @@
1836
1860
  "name": "rect",
1837
1861
  "type": "element",
1838
1862
  "attributes": {
1839
- "x": "6",
1840
- "y": "6",
1863
+ "x": "2",
1864
+ "y": "1",
1841
1865
  "width": "1",
1842
1866
  "height": "1",
1843
1867
  "fill": {
@@ -1854,8 +1878,6 @@
1854
1878
  "name": "rect",
1855
1879
  "type": "element",
1856
1880
  "attributes": {
1857
- "x": "4",
1858
- "y": "5",
1859
1881
  "width": "3",
1860
1882
  "height": "2",
1861
1883
  "fill": "white"
@@ -1865,8 +1887,8 @@
1865
1887
  "name": "rect",
1866
1888
  "type": "element",
1867
1889
  "attributes": {
1868
- "x": "5",
1869
- "y": "6",
1890
+ "x": "1",
1891
+ "y": "1",
1870
1892
  "width": "1",
1871
1893
  "height": "1",
1872
1894
  "fill": {
@@ -1879,8 +1901,7 @@
1879
1901
  "name": "rect",
1880
1902
  "type": "element",
1881
1903
  "attributes": {
1882
- "x": "9",
1883
- "y": "5",
1904
+ "x": "5",
1884
1905
  "width": "3",
1885
1906
  "height": "2",
1886
1907
  "fill": "white"
@@ -1890,8 +1911,8 @@
1890
1911
  "name": "rect",
1891
1912
  "type": "element",
1892
1913
  "attributes": {
1893
- "x": "10",
1894
- "y": "6",
1914
+ "x": "6",
1915
+ "y": "1",
1895
1916
  "width": "1",
1896
1917
  "height": "1",
1897
1918
  "fill": {
@@ -1908,8 +1929,6 @@
1908
1929
  "name": "rect",
1909
1930
  "type": "element",
1910
1931
  "attributes": {
1911
- "x": "4",
1912
- "y": "5",
1913
1932
  "width": "3",
1914
1933
  "height": "2",
1915
1934
  "fill": "white"
@@ -1919,8 +1938,7 @@
1919
1938
  "name": "rect",
1920
1939
  "type": "element",
1921
1940
  "attributes": {
1922
- "x": "9",
1923
- "y": "5",
1941
+ "x": "5",
1924
1942
  "width": "3",
1925
1943
  "height": "2",
1926
1944
  "fill": "white"
@@ -1930,7 +1948,7 @@
1930
1948
  "name": "path",
1931
1949
  "type": "element",
1932
1950
  "attributes": {
1933
- "d": "M11 5h-1v1H9v1h3V6h-1z",
1951
+ "d": "M7 0H6v1H5v1h3V1H7z",
1934
1952
  "fill": {
1935
1953
  "type": "color",
1936
1954
  "name": "eyes"
@@ -1941,8 +1959,8 @@
1941
1959
  "name": "rect",
1942
1960
  "type": "element",
1943
1961
  "attributes": {
1944
- "x": "9",
1945
- "y": "6",
1962
+ "x": "5",
1963
+ "y": "1",
1946
1964
  "width": "1",
1947
1965
  "height": "1",
1948
1966
  "fill": "white",
@@ -1953,8 +1971,7 @@
1953
1971
  "name": "rect",
1954
1972
  "type": "element",
1955
1973
  "attributes": {
1956
- "x": "10",
1957
- "y": "5",
1974
+ "x": "6",
1958
1975
  "width": "1",
1959
1976
  "height": "1",
1960
1977
  "fill": "white",
@@ -1965,8 +1982,8 @@
1965
1982
  "name": "rect",
1966
1983
  "type": "element",
1967
1984
  "attributes": {
1968
- "x": "11",
1969
- "y": "6",
1985
+ "x": "7",
1986
+ "y": "1",
1970
1987
  "width": "1",
1971
1988
  "height": "1",
1972
1989
  "fill": "white",
@@ -1977,7 +1994,7 @@
1977
1994
  "name": "path",
1978
1995
  "type": "element",
1979
1996
  "attributes": {
1980
- "d": "M6 5H5v1H4v1h3V6H6z",
1997
+ "d": "M2 0H1v1H0v1h3V1H2z",
1981
1998
  "fill": {
1982
1999
  "type": "color",
1983
2000
  "name": "eyes"
@@ -1988,8 +2005,7 @@
1988
2005
  "name": "rect",
1989
2006
  "type": "element",
1990
2007
  "attributes": {
1991
- "x": "4",
1992
- "y": "6",
2008
+ "y": "1",
1993
2009
  "width": "1",
1994
2010
  "height": "1",
1995
2011
  "fill": "white",
@@ -2000,8 +2016,7 @@
2000
2016
  "name": "rect",
2001
2017
  "type": "element",
2002
2018
  "attributes": {
2003
- "x": "5",
2004
- "y": "5",
2019
+ "x": "1",
2005
2020
  "width": "1",
2006
2021
  "height": "1",
2007
2022
  "fill": "white",
@@ -2012,8 +2027,8 @@
2012
2027
  "name": "rect",
2013
2028
  "type": "element",
2014
2029
  "attributes": {
2015
- "x": "6",
2016
- "y": "6",
2030
+ "x": "2",
2031
+ "y": "1",
2017
2032
  "width": "1",
2018
2033
  "height": "1",
2019
2034
  "fill": "white",
@@ -2028,7 +2043,7 @@
2028
2043
  "name": "path",
2029
2044
  "type": "element",
2030
2045
  "attributes": {
2031
- "d": "M6 5H5v2h2V6H6zm5 0h-1v2h2V6h-1z",
2046
+ "d": "M2 0H1v2h2V1H2zm5 0H6v2h2V1H7z",
2032
2047
  "fill": "white"
2033
2048
  }
2034
2049
  },
@@ -2036,8 +2051,8 @@
2036
2051
  "name": "rect",
2037
2052
  "type": "element",
2038
2053
  "attributes": {
2039
- "x": "5",
2040
- "y": "6",
2054
+ "x": "1",
2055
+ "y": "1",
2041
2056
  "width": "1",
2042
2057
  "height": "1",
2043
2058
  "fill": {
@@ -2050,8 +2065,8 @@
2050
2065
  "name": "rect",
2051
2066
  "type": "element",
2052
2067
  "attributes": {
2053
- "x": "10",
2054
- "y": "6",
2068
+ "x": "6",
2069
+ "y": "1",
2055
2070
  "width": "1",
2056
2071
  "height": "1",
2057
2072
  "fill": {
@@ -2068,7 +2083,7 @@
2068
2083
  "name": "path",
2069
2084
  "type": "element",
2070
2085
  "attributes": {
2071
- "d": "M10 5h1v2H9V6h1zM5 5h1v2H4V6h1z",
2086
+ "d": "M6 0h1v2H5V1h1zM1 0h1v2H0V1h1z",
2072
2087
  "fill": "white"
2073
2088
  }
2074
2089
  },
@@ -2078,7 +2093,7 @@
2078
2093
  "attributes": {
2079
2094
  "width": "1",
2080
2095
  "height": "1",
2081
- "transform": "matrix(-1 0 0 1 11 6)",
2096
+ "transform": "matrix(-1 0 0 1 7 1)",
2082
2097
  "fill": {
2083
2098
  "type": "color",
2084
2099
  "name": "eyes"
@@ -2091,7 +2106,7 @@
2091
2106
  "attributes": {
2092
2107
  "width": "1",
2093
2108
  "height": "1",
2094
- "transform": "matrix(-1 0 0 1 6 6)",
2109
+ "transform": "matrix(-1 0 0 1 2 1)",
2095
2110
  "fill": {
2096
2111
  "type": "color",
2097
2112
  "name": "eyes"
@@ -2108,7 +2123,7 @@
2108
2123
  "attributes": {
2109
2124
  "fill-rule": "evenodd",
2110
2125
  "clip-rule": "evenodd",
2111
- "d": "M11 5h-1v2h2V6h-1zM6 5H5v2h2V6H6z",
2126
+ "d": "M7 0H6v2h2V1H7zM2 0H1v2h2V1H2z",
2112
2127
  "fill": "white"
2113
2128
  }
2114
2129
  },
@@ -2118,7 +2133,7 @@
2118
2133
  "attributes": {
2119
2134
  "fill-rule": "evenodd",
2120
2135
  "clip-rule": "evenodd",
2121
- "d": "M10 5v1h1v1H9V5zM5 5v1h1v1H4V5z",
2136
+ "d": "M6 0v1h1v1H5V0zM1 0v1h1v1H0V0z",
2122
2137
  "fill": {
2123
2138
  "type": "color",
2124
2139
  "name": "eyes"
@@ -2131,7 +2146,7 @@
2131
2146
  "attributes": {
2132
2147
  "fill-rule": "evenodd",
2133
2148
  "clip-rule": "evenodd",
2134
- "d": "M10 5v1H9V5zm1 1v1h-1V6zM5 5v1H4V5zm1 1v1H5V6z",
2149
+ "d": "M6 0v1H5V0zm1 1v1H6V1zM1 0v1H0V0zm1 1v1H1V1z",
2135
2150
  "fill": "white",
2136
2151
  "fill-opacity": "0.5"
2137
2152
  }
@@ -2146,7 +2161,7 @@
2146
2161
  "attributes": {
2147
2162
  "width": "3",
2148
2163
  "height": "3",
2149
- "transform": "matrix(-1 0 0 1 12 5)",
2164
+ "transform": "matrix(-1 0 0 1 8 0)",
2150
2165
  "fill": "white"
2151
2166
  }
2152
2167
  },
@@ -2156,7 +2171,7 @@
2156
2171
  "attributes": {
2157
2172
  "width": "3",
2158
2173
  "height": "3",
2159
- "transform": "matrix(-1 0 0 1 7 5)",
2174
+ "transform": "matrix(-1 0 0 1 3 0)",
2160
2175
  "fill": "white"
2161
2176
  }
2162
2177
  },
@@ -2166,7 +2181,7 @@
2166
2181
  "attributes": {
2167
2182
  "width": "2",
2168
2183
  "height": "1",
2169
- "transform": "matrix(-1 0 0 1 12 6)",
2184
+ "transform": "matrix(-1 0 0 1 8 1)",
2170
2185
  "fill": {
2171
2186
  "type": "color",
2172
2187
  "name": "eyes"
@@ -2179,7 +2194,7 @@
2179
2194
  "attributes": {
2180
2195
  "width": "2",
2181
2196
  "height": "1",
2182
- "transform": "matrix(-1 0 0 1 7 6)",
2197
+ "transform": "matrix(-1 0 0 1 3 1)",
2183
2198
  "fill": {
2184
2199
  "type": "color",
2185
2200
  "name": "eyes"
@@ -2192,7 +2207,7 @@
2192
2207
  "attributes": {
2193
2208
  "width": "1",
2194
2209
  "height": "1",
2195
- "transform": "matrix(-1 0 0 1 12 6)",
2210
+ "transform": "matrix(-1 0 0 1 8 1)",
2196
2211
  "fill": "white",
2197
2212
  "fill-opacity": "0.7"
2198
2213
  }
@@ -2203,7 +2218,7 @@
2203
2218
  "attributes": {
2204
2219
  "width": "1",
2205
2220
  "height": "1",
2206
- "transform": "matrix(-1 0 0 1 7 6)",
2221
+ "transform": "matrix(-1 0 0 1 3 1)",
2207
2222
  "fill": "white",
2208
2223
  "fill-opacity": "0.7"
2209
2224
  }
@@ -2213,8 +2228,8 @@
2213
2228
  }
2214
2229
  },
2215
2230
  "glasses": {
2216
- "width": 16,
2217
- "height": 16,
2231
+ "width": 12,
2232
+ "height": 5,
2218
2233
  "probability": 20,
2219
2234
  "variants": {
2220
2235
  "light07": {
@@ -2225,7 +2240,7 @@
2225
2240
  "attributes": {
2226
2241
  "fill-rule": "evenodd",
2227
2242
  "clip-rule": "evenodd",
2228
- "d": "M12 4H9v1H7V4H4v1H2v1h1v2h1v1h3V8h2v1h3V8h1V6h1V5h-2zm0 1v3H9V5zM7 8H4V5h3z",
2243
+ "d": "M10 0H7v1H5V0H2v1H0v1h1v2h1v1h3V4h2v1h3V4h1V2h1V1h-2zm0 1v3H7V1zM5 4H2V1h3z",
2229
2244
  "fill": {
2230
2245
  "type": "color",
2231
2246
  "name": "glasses"
@@ -2236,8 +2251,8 @@
2236
2251
  "name": "rect",
2237
2252
  "type": "element",
2238
2253
  "attributes": {
2239
- "x": "9",
2240
- "y": "5",
2254
+ "x": "7",
2255
+ "y": "1",
2241
2256
  "width": "3",
2242
2257
  "height": "3",
2243
2258
  "fill": "white",
@@ -2248,8 +2263,8 @@
2248
2263
  "name": "rect",
2249
2264
  "type": "element",
2250
2265
  "attributes": {
2251
- "x": "4",
2252
- "y": "5",
2266
+ "x": "2",
2267
+ "y": "1",
2253
2268
  "width": "3",
2254
2269
  "height": "3",
2255
2270
  "fill": "white",
@@ -2260,8 +2275,7 @@
2260
2275
  "name": "rect",
2261
2276
  "type": "element",
2262
2277
  "attributes": {
2263
- "x": "2",
2264
- "y": "5",
2278
+ "y": "1",
2265
2279
  "width": "1",
2266
2280
  "height": "1",
2267
2281
  "fill": "white",
@@ -2272,8 +2286,8 @@
2272
2286
  "name": "rect",
2273
2287
  "type": "element",
2274
2288
  "attributes": {
2275
- "x": "13",
2276
- "y": "5",
2289
+ "x": "11",
2290
+ "y": "1",
2277
2291
  "width": "1",
2278
2292
  "height": "1",
2279
2293
  "fill": "white",
@@ -2290,7 +2304,7 @@
2290
2304
  "attributes": {
2291
2305
  "fill-rule": "evenodd",
2292
2306
  "clip-rule": "evenodd",
2293
- "d": "M2 5v1h1v2h1v1h3V8h2v1h3V8h1V6h1V5zm10 3H9V6h3zM7 8H4V6h3z",
2307
+ "d": "M0 1v1h1v2h1v1h3V4h2v1h3V4h1V2h1V1zm10 3H7V2h3zM5 4H2V2h3z",
2294
2308
  "fill": {
2295
2309
  "type": "color",
2296
2310
  "name": "glasses"
@@ -2301,8 +2315,8 @@
2301
2315
  "name": "rect",
2302
2316
  "type": "element",
2303
2317
  "attributes": {
2304
- "x": "9",
2305
- "y": "6",
2318
+ "x": "7",
2319
+ "y": "2",
2306
2320
  "width": "3",
2307
2321
  "height": "2",
2308
2322
  "fill": "white",
@@ -2313,8 +2327,8 @@
2313
2327
  "name": "rect",
2314
2328
  "type": "element",
2315
2329
  "attributes": {
2316
- "x": "4",
2317
- "y": "6",
2330
+ "x": "2",
2331
+ "y": "2",
2318
2332
  "width": "3",
2319
2333
  "height": "2",
2320
2334
  "fill": "white",
@@ -2325,8 +2339,8 @@
2325
2339
  "name": "rect",
2326
2340
  "type": "element",
2327
2341
  "attributes": {
2328
- "x": "7",
2329
- "y": "5",
2342
+ "x": "5",
2343
+ "y": "1",
2330
2344
  "width": "2",
2331
2345
  "height": "1",
2332
2346
  "fill": "white",
@@ -2337,8 +2351,7 @@
2337
2351
  "name": "rect",
2338
2352
  "type": "element",
2339
2353
  "attributes": {
2340
- "x": "2",
2341
- "y": "5",
2354
+ "y": "1",
2342
2355
  "width": "2",
2343
2356
  "height": "1",
2344
2357
  "fill": "white",
@@ -2349,8 +2362,8 @@
2349
2362
  "name": "rect",
2350
2363
  "type": "element",
2351
2364
  "attributes": {
2352
- "x": "12",
2353
- "y": "5",
2365
+ "x": "10",
2366
+ "y": "1",
2354
2367
  "width": "2",
2355
2368
  "height": "1",
2356
2369
  "fill": "white",
@@ -2367,7 +2380,7 @@
2367
2380
  "attributes": {
2368
2381
  "fill-rule": "evenodd",
2369
2382
  "clip-rule": "evenodd",
2370
- "d": "M2 5v1h1v2h1v1h3V8h2v1h3V8h1V6h1V5H9v1H7V5zm5 1v2H4V6zm2 0v2h3V6z",
2383
+ "d": "M0 1v1h1v2h1v1h3V4h2v1h3V4h1V2h1V1H7v1H5V1zm5 1v2H2V2zm2 0v2h3V2z",
2371
2384
  "fill": {
2372
2385
  "type": "color",
2373
2386
  "name": "glasses"
@@ -2378,8 +2391,8 @@
2378
2391
  "name": "rect",
2379
2392
  "type": "element",
2380
2393
  "attributes": {
2381
- "x": "4",
2382
- "y": "6",
2394
+ "x": "2",
2395
+ "y": "2",
2383
2396
  "width": "3",
2384
2397
  "height": "2",
2385
2398
  "fill": "white",
@@ -2390,8 +2403,8 @@
2390
2403
  "name": "rect",
2391
2404
  "type": "element",
2392
2405
  "attributes": {
2393
- "x": "9",
2394
- "y": "6",
2406
+ "x": "7",
2407
+ "y": "2",
2395
2408
  "width": "3",
2396
2409
  "height": "2",
2397
2410
  "fill": "white",
@@ -2402,8 +2415,7 @@
2402
2415
  "name": "rect",
2403
2416
  "type": "element",
2404
2417
  "attributes": {
2405
- "x": "2",
2406
- "y": "5",
2418
+ "y": "1",
2407
2419
  "width": "2",
2408
2420
  "height": "1",
2409
2421
  "fill": "white",
@@ -2414,8 +2426,8 @@
2414
2426
  "name": "rect",
2415
2427
  "type": "element",
2416
2428
  "attributes": {
2417
- "x": "12",
2418
- "y": "5",
2429
+ "x": "10",
2430
+ "y": "1",
2419
2431
  "width": "2",
2420
2432
  "height": "1",
2421
2433
  "fill": "white",
@@ -2430,8 +2442,8 @@
2430
2442
  "name": "rect",
2431
2443
  "type": "element",
2432
2444
  "attributes": {
2433
- "x": "4",
2434
- "y": "5",
2445
+ "x": "2",
2446
+ "y": "1",
2435
2447
  "width": "3",
2436
2448
  "height": "3",
2437
2449
  "fill": "white",
@@ -2442,8 +2454,8 @@
2442
2454
  "name": "rect",
2443
2455
  "type": "element",
2444
2456
  "attributes": {
2445
- "x": "9",
2446
- "y": "5",
2457
+ "x": "7",
2458
+ "y": "1",
2447
2459
  "width": "3",
2448
2460
  "height": "3",
2449
2461
  "fill": "white",
@@ -2454,8 +2466,8 @@
2454
2466
  "name": "rect",
2455
2467
  "type": "element",
2456
2468
  "attributes": {
2457
- "x": "3",
2458
- "y": "5",
2469
+ "x": "1",
2470
+ "y": "1",
2459
2471
  "width": "1",
2460
2472
  "height": "1",
2461
2473
  "fill": {
@@ -2468,8 +2480,8 @@
2468
2480
  "name": "rect",
2469
2481
  "type": "element",
2470
2482
  "attributes": {
2471
- "x": "7",
2472
- "y": "5",
2483
+ "x": "5",
2484
+ "y": "1",
2473
2485
  "width": "2",
2474
2486
  "height": "1",
2475
2487
  "fill": {
@@ -2482,8 +2494,8 @@
2482
2494
  "name": "rect",
2483
2495
  "type": "element",
2484
2496
  "attributes": {
2485
- "x": "12",
2486
- "y": "5",
2497
+ "x": "10",
2498
+ "y": "1",
2487
2499
  "width": "1",
2488
2500
  "height": "1",
2489
2501
  "fill": {
@@ -2500,8 +2512,7 @@
2500
2512
  "name": "rect",
2501
2513
  "type": "element",
2502
2514
  "attributes": {
2503
- "x": "2",
2504
- "y": "5",
2515
+ "y": "1",
2505
2516
  "width": "12",
2506
2517
  "height": "1",
2507
2518
  "fill": {
@@ -2514,8 +2525,8 @@
2514
2525
  "name": "rect",
2515
2526
  "type": "element",
2516
2527
  "attributes": {
2517
- "x": "3",
2518
- "y": "7",
2528
+ "x": "1",
2529
+ "y": "3",
2519
2530
  "width": "10",
2520
2531
  "height": "1",
2521
2532
  "fill": {
@@ -2528,8 +2539,8 @@
2528
2539
  "name": "rect",
2529
2540
  "type": "element",
2530
2541
  "attributes": {
2531
- "x": "3",
2532
- "y": "6",
2542
+ "x": "1",
2543
+ "y": "2",
2533
2544
  "width": "1",
2534
2545
  "height": "1",
2535
2546
  "fill": {
@@ -2542,8 +2553,8 @@
2542
2553
  "name": "rect",
2543
2554
  "type": "element",
2544
2555
  "attributes": {
2545
- "x": "12",
2546
- "y": "6",
2556
+ "x": "10",
2557
+ "y": "2",
2547
2558
  "width": "1",
2548
2559
  "height": "1",
2549
2560
  "fill": {
@@ -2556,8 +2567,8 @@
2556
2567
  "name": "rect",
2557
2568
  "type": "element",
2558
2569
  "attributes": {
2559
- "x": "4",
2560
- "y": "6",
2570
+ "x": "2",
2571
+ "y": "2",
2561
2572
  "width": "8",
2562
2573
  "height": "1",
2563
2574
  "fill": "white",
@@ -2568,8 +2579,7 @@
2568
2579
  "name": "rect",
2569
2580
  "type": "element",
2570
2581
  "attributes": {
2571
- "x": "2",
2572
- "y": "5",
2582
+ "y": "1",
2573
2583
  "width": "1",
2574
2584
  "height": "1",
2575
2585
  "fill": "white",
@@ -2580,8 +2590,8 @@
2580
2590
  "name": "rect",
2581
2591
  "type": "element",
2582
2592
  "attributes": {
2583
- "x": "13",
2584
- "y": "5",
2593
+ "x": "11",
2594
+ "y": "1",
2585
2595
  "width": "1",
2586
2596
  "height": "1",
2587
2597
  "fill": "white",
@@ -2592,8 +2602,8 @@
2592
2602
  "name": "rect",
2593
2603
  "type": "element",
2594
2604
  "attributes": {
2595
- "x": "7",
2596
- "y": "6",
2605
+ "x": "5",
2606
+ "y": "2",
2597
2607
  "width": "2",
2598
2608
  "height": "1",
2599
2609
  "fill": "black",
@@ -2610,7 +2620,7 @@
2610
2620
  "attributes": {
2611
2621
  "fill-rule": "evenodd",
2612
2622
  "clip-rule": "evenodd",
2613
- "d": "M14 5H2v1h1v2h4V7h2v1h4V6h1zm-2 1H9v1h3zM7 7H4V6h3z",
2623
+ "d": "M12 1H0v1h1v2h4V3h2v1h4V2h1zm-2 1H7v1h3zM5 3H2V2h3z",
2614
2624
  "fill": {
2615
2625
  "type": "color",
2616
2626
  "name": "glasses"
@@ -2621,8 +2631,8 @@
2621
2631
  "name": "rect",
2622
2632
  "type": "element",
2623
2633
  "attributes": {
2624
- "x": "4",
2625
- "y": "6",
2634
+ "x": "2",
2635
+ "y": "2",
2626
2636
  "width": "3",
2627
2637
  "height": "1",
2628
2638
  "fill": "white",
@@ -2633,8 +2643,7 @@
2633
2643
  "name": "rect",
2634
2644
  "type": "element",
2635
2645
  "attributes": {
2636
- "x": "2",
2637
- "y": "5",
2646
+ "y": "1",
2638
2647
  "width": "1",
2639
2648
  "height": "1",
2640
2649
  "fill": "white",
@@ -2645,8 +2654,8 @@
2645
2654
  "name": "rect",
2646
2655
  "type": "element",
2647
2656
  "attributes": {
2648
- "x": "7",
2649
- "y": "5",
2657
+ "x": "5",
2658
+ "y": "1",
2650
2659
  "width": "2",
2651
2660
  "height": "1",
2652
2661
  "fill": "white",
@@ -2657,8 +2666,8 @@
2657
2666
  "name": "rect",
2658
2667
  "type": "element",
2659
2668
  "attributes": {
2660
- "x": "13",
2661
- "y": "5",
2669
+ "x": "11",
2670
+ "y": "1",
2662
2671
  "width": "1",
2663
2672
  "height": "1",
2664
2673
  "fill": "white",
@@ -2669,8 +2678,8 @@
2669
2678
  "name": "rect",
2670
2679
  "type": "element",
2671
2680
  "attributes": {
2672
- "x": "9",
2673
- "y": "6",
2681
+ "x": "7",
2682
+ "y": "2",
2674
2683
  "width": "3",
2675
2684
  "height": "1",
2676
2685
  "fill": "white",
@@ -2685,7 +2694,7 @@
2685
2694
  "name": "path",
2686
2695
  "type": "element",
2687
2696
  "attributes": {
2688
- "d": "M2 5h5v1H4v1H3V6H2zm5 2v1H4V7zm2 0H7V6h2zm3 0H9v1h3zm0-1H9V5h5v1h-1v1h-1z",
2697
+ "d": "M0 1h5v1H2v1H1V2H0zm5 2v1H2V3zm2 0H5V2h2zm3 0H7v1h3zm0-1H7V1h5v1h-1v1h-1z",
2689
2698
  "fill": {
2690
2699
  "type": "color",
2691
2700
  "name": "glasses"
@@ -2696,8 +2705,8 @@
2696
2705
  "name": "rect",
2697
2706
  "type": "element",
2698
2707
  "attributes": {
2699
- "x": "4",
2700
- "y": "6",
2708
+ "x": "2",
2709
+ "y": "2",
2701
2710
  "width": "3",
2702
2711
  "height": "1",
2703
2712
  "fill": "white",
@@ -2708,8 +2717,8 @@
2708
2717
  "name": "rect",
2709
2718
  "type": "element",
2710
2719
  "attributes": {
2711
- "x": "9",
2712
- "y": "6",
2720
+ "x": "7",
2721
+ "y": "2",
2713
2722
  "width": "3",
2714
2723
  "height": "1",
2715
2724
  "fill": "white",
@@ -2720,8 +2729,8 @@
2720
2729
  "name": "rect",
2721
2730
  "type": "element",
2722
2731
  "attributes": {
2723
- "x": "12",
2724
- "y": "5",
2732
+ "x": "10",
2733
+ "y": "1",
2725
2734
  "width": "2",
2726
2735
  "height": "1",
2727
2736
  "fill": "white",
@@ -2732,8 +2741,7 @@
2732
2741
  "name": "rect",
2733
2742
  "type": "element",
2734
2743
  "attributes": {
2735
- "x": "2",
2736
- "y": "5",
2744
+ "y": "1",
2737
2745
  "width": "2",
2738
2746
  "height": "1",
2739
2747
  "fill": "white",
@@ -2744,8 +2752,8 @@
2744
2752
  "name": "rect",
2745
2753
  "type": "element",
2746
2754
  "attributes": {
2747
- "x": "7",
2748
- "y": "6",
2755
+ "x": "5",
2756
+ "y": "2",
2749
2757
  "width": "2",
2750
2758
  "height": "1",
2751
2759
  "fill": "white",
@@ -2762,7 +2770,7 @@
2762
2770
  "attributes": {
2763
2771
  "fill-rule": "evenodd",
2764
2772
  "clip-rule": "evenodd",
2765
- "d": "M12 4H9v1H7V4H4v1H2v1h1v2h1v1h3V8h2v1h3V8h1V6h1V5h-2zm0 1v3H9V5zM7 8H4V5h3z",
2773
+ "d": "M10 0H7v1H5V0H2v1H0v1h1v2h1v1h3V4h2v1h3V4h1V2h1V1h-2zm0 1v3H7V1zM5 4H2V1h3z",
2766
2774
  "fill": {
2767
2775
  "type": "color",
2768
2776
  "name": "glasses"
@@ -2773,8 +2781,8 @@
2773
2781
  "name": "rect",
2774
2782
  "type": "element",
2775
2783
  "attributes": {
2776
- "x": "9",
2777
- "y": "5",
2784
+ "x": "7",
2785
+ "y": "1",
2778
2786
  "width": "3",
2779
2787
  "height": "3",
2780
2788
  "fill": "black",
@@ -2785,8 +2793,8 @@
2785
2793
  "name": "rect",
2786
2794
  "type": "element",
2787
2795
  "attributes": {
2788
- "x": "4",
2789
- "y": "5",
2796
+ "x": "2",
2797
+ "y": "1",
2790
2798
  "width": "3",
2791
2799
  "height": "3",
2792
2800
  "fill": "black",
@@ -2797,8 +2805,7 @@
2797
2805
  "name": "rect",
2798
2806
  "type": "element",
2799
2807
  "attributes": {
2800
- "x": "2",
2801
- "y": "5",
2808
+ "y": "1",
2802
2809
  "width": "1",
2803
2810
  "height": "1",
2804
2811
  "fill": "white",
@@ -2809,8 +2816,8 @@
2809
2816
  "name": "rect",
2810
2817
  "type": "element",
2811
2818
  "attributes": {
2812
- "x": "13",
2813
- "y": "5",
2819
+ "x": "11",
2820
+ "y": "1",
2814
2821
  "width": "1",
2815
2822
  "height": "1",
2816
2823
  "fill": "white",
@@ -2827,7 +2834,7 @@
2827
2834
  "attributes": {
2828
2835
  "fill-rule": "evenodd",
2829
2836
  "clip-rule": "evenodd",
2830
- "d": "M2 5v1h1v2h1v1h3V8h2v1h3V8h1V6h1V5zm10 3H9V6h3zM7 8H4V6h3z",
2837
+ "d": "M0 1v1h1v2h1v1h3V4h2v1h3V4h1V2h1V1zm10 3H7V2h3zM5 4H2V2h3z",
2831
2838
  "fill": {
2832
2839
  "type": "color",
2833
2840
  "name": "glasses"
@@ -2838,8 +2845,8 @@
2838
2845
  "name": "rect",
2839
2846
  "type": "element",
2840
2847
  "attributes": {
2841
- "x": "9",
2842
- "y": "6",
2848
+ "x": "7",
2849
+ "y": "2",
2843
2850
  "width": "3",
2844
2851
  "height": "2",
2845
2852
  "fill": "black",
@@ -2850,8 +2857,8 @@
2850
2857
  "name": "rect",
2851
2858
  "type": "element",
2852
2859
  "attributes": {
2853
- "x": "4",
2854
- "y": "6",
2860
+ "x": "2",
2861
+ "y": "2",
2855
2862
  "width": "3",
2856
2863
  "height": "2",
2857
2864
  "fill": "black",
@@ -2862,8 +2869,8 @@
2862
2869
  "name": "rect",
2863
2870
  "type": "element",
2864
2871
  "attributes": {
2865
- "x": "7",
2866
- "y": "5",
2872
+ "x": "5",
2873
+ "y": "1",
2867
2874
  "width": "2",
2868
2875
  "height": "1",
2869
2876
  "fill": "white",
@@ -2874,8 +2881,7 @@
2874
2881
  "name": "rect",
2875
2882
  "type": "element",
2876
2883
  "attributes": {
2877
- "x": "2",
2878
- "y": "5",
2884
+ "y": "1",
2879
2885
  "width": "2",
2880
2886
  "height": "1",
2881
2887
  "fill": "white",
@@ -2886,8 +2892,8 @@
2886
2892
  "name": "rect",
2887
2893
  "type": "element",
2888
2894
  "attributes": {
2889
- "x": "12",
2890
- "y": "5",
2895
+ "x": "10",
2896
+ "y": "1",
2891
2897
  "width": "2",
2892
2898
  "height": "1",
2893
2899
  "fill": "white",
@@ -2904,7 +2910,7 @@
2904
2910
  "attributes": {
2905
2911
  "fill-rule": "evenodd",
2906
2912
  "clip-rule": "evenodd",
2907
- "d": "M2 5v1h1v2h1v1h3V8h2v1h3V8h1V6h1V5H9v1H7V5zm5 1v2H4V6zm2 0v2h3V6z",
2913
+ "d": "M0 1v1h1v2h1v1h3V4h2v1h3V4h1V2h1V1H7v1H5V1zm5 1v2H2V2zm2 0v2h3V2z",
2908
2914
  "fill": {
2909
2915
  "type": "color",
2910
2916
  "name": "glasses"
@@ -2915,8 +2921,8 @@
2915
2921
  "name": "rect",
2916
2922
  "type": "element",
2917
2923
  "attributes": {
2918
- "x": "4",
2919
- "y": "6",
2924
+ "x": "2",
2925
+ "y": "2",
2920
2926
  "width": "3",
2921
2927
  "height": "2",
2922
2928
  "fill": "black",
@@ -2927,8 +2933,8 @@
2927
2933
  "name": "rect",
2928
2934
  "type": "element",
2929
2935
  "attributes": {
2930
- "x": "9",
2931
- "y": "6",
2936
+ "x": "7",
2937
+ "y": "2",
2932
2938
  "width": "3",
2933
2939
  "height": "2",
2934
2940
  "fill": "black",
@@ -2939,8 +2945,7 @@
2939
2945
  "name": "rect",
2940
2946
  "type": "element",
2941
2947
  "attributes": {
2942
- "x": "2",
2943
- "y": "5",
2948
+ "y": "1",
2944
2949
  "width": "2",
2945
2950
  "height": "1",
2946
2951
  "fill": "white",
@@ -2951,8 +2956,8 @@
2951
2956
  "name": "rect",
2952
2957
  "type": "element",
2953
2958
  "attributes": {
2954
- "x": "12",
2955
- "y": "5",
2959
+ "x": "10",
2960
+ "y": "1",
2956
2961
  "width": "2",
2957
2962
  "height": "1",
2958
2963
  "fill": "white",
@@ -2967,8 +2972,8 @@
2967
2972
  "name": "rect",
2968
2973
  "type": "element",
2969
2974
  "attributes": {
2970
- "x": "4",
2971
- "y": "5",
2975
+ "x": "2",
2976
+ "y": "1",
2972
2977
  "width": "3",
2973
2978
  "height": "3",
2974
2979
  "fill": "black",
@@ -2979,8 +2984,8 @@
2979
2984
  "name": "rect",
2980
2985
  "type": "element",
2981
2986
  "attributes": {
2982
- "x": "9",
2983
- "y": "5",
2987
+ "x": "7",
2988
+ "y": "1",
2984
2989
  "width": "3",
2985
2990
  "height": "3",
2986
2991
  "fill": "black",
@@ -2991,8 +2996,8 @@
2991
2996
  "name": "rect",
2992
2997
  "type": "element",
2993
2998
  "attributes": {
2994
- "x": "3",
2995
- "y": "5",
2999
+ "x": "1",
3000
+ "y": "1",
2996
3001
  "width": "1",
2997
3002
  "height": "1",
2998
3003
  "fill": {
@@ -3005,8 +3010,8 @@
3005
3010
  "name": "rect",
3006
3011
  "type": "element",
3007
3012
  "attributes": {
3008
- "x": "7",
3009
- "y": "5",
3013
+ "x": "5",
3014
+ "y": "1",
3010
3015
  "width": "2",
3011
3016
  "height": "1",
3012
3017
  "fill": {
@@ -3019,8 +3024,8 @@
3019
3024
  "name": "rect",
3020
3025
  "type": "element",
3021
3026
  "attributes": {
3022
- "x": "12",
3023
- "y": "5",
3027
+ "x": "10",
3028
+ "y": "1",
3024
3029
  "width": "1",
3025
3030
  "height": "1",
3026
3031
  "fill": {
@@ -3037,8 +3042,7 @@
3037
3042
  "name": "rect",
3038
3043
  "type": "element",
3039
3044
  "attributes": {
3040
- "x": "2",
3041
- "y": "5",
3045
+ "y": "1",
3042
3046
  "width": "12",
3043
3047
  "height": "1",
3044
3048
  "fill": {
@@ -3051,8 +3055,8 @@
3051
3055
  "name": "rect",
3052
3056
  "type": "element",
3053
3057
  "attributes": {
3054
- "x": "3",
3055
- "y": "7",
3058
+ "x": "1",
3059
+ "y": "3",
3056
3060
  "width": "10",
3057
3061
  "height": "1",
3058
3062
  "fill": {
@@ -3065,8 +3069,8 @@
3065
3069
  "name": "rect",
3066
3070
  "type": "element",
3067
3071
  "attributes": {
3068
- "x": "3",
3069
- "y": "6",
3072
+ "x": "1",
3073
+ "y": "2",
3070
3074
  "width": "1",
3071
3075
  "height": "1",
3072
3076
  "fill": {
@@ -3079,8 +3083,8 @@
3079
3083
  "name": "rect",
3080
3084
  "type": "element",
3081
3085
  "attributes": {
3082
- "x": "12",
3083
- "y": "6",
3086
+ "x": "10",
3087
+ "y": "2",
3084
3088
  "width": "1",
3085
3089
  "height": "1",
3086
3090
  "fill": {
@@ -3093,8 +3097,8 @@
3093
3097
  "name": "rect",
3094
3098
  "type": "element",
3095
3099
  "attributes": {
3096
- "x": "4",
3097
- "y": "6",
3100
+ "x": "2",
3101
+ "y": "2",
3098
3102
  "width": "8",
3099
3103
  "height": "1",
3100
3104
  "fill": "black",
@@ -3105,8 +3109,7 @@
3105
3109
  "name": "rect",
3106
3110
  "type": "element",
3107
3111
  "attributes": {
3108
- "x": "2",
3109
- "y": "5",
3112
+ "y": "1",
3110
3113
  "width": "1",
3111
3114
  "height": "1",
3112
3115
  "fill": "white",
@@ -3117,8 +3120,8 @@
3117
3120
  "name": "rect",
3118
3121
  "type": "element",
3119
3122
  "attributes": {
3120
- "x": "13",
3121
- "y": "5",
3123
+ "x": "11",
3124
+ "y": "1",
3122
3125
  "width": "1",
3123
3126
  "height": "1",
3124
3127
  "fill": "white",
@@ -3129,8 +3132,8 @@
3129
3132
  "name": "rect",
3130
3133
  "type": "element",
3131
3134
  "attributes": {
3132
- "x": "7",
3133
- "y": "6",
3135
+ "x": "5",
3136
+ "y": "2",
3134
3137
  "width": "2",
3135
3138
  "height": "1",
3136
3139
  "fill": "black",
@@ -3147,7 +3150,7 @@
3147
3150
  "attributes": {
3148
3151
  "fill-rule": "evenodd",
3149
3152
  "clip-rule": "evenodd",
3150
- "d": "M14 5H2v1h1v2h4V7h2v1h4V6h1zm-2 1H9v1h3zM7 7H4V6h3z",
3153
+ "d": "M12 1H0v1h1v2h4V3h2v1h4V2h1zm-2 1H7v1h3zM5 3H2V2h3z",
3151
3154
  "fill": {
3152
3155
  "type": "color",
3153
3156
  "name": "glasses"
@@ -3158,8 +3161,8 @@
3158
3161
  "name": "rect",
3159
3162
  "type": "element",
3160
3163
  "attributes": {
3161
- "x": "4",
3162
- "y": "6",
3164
+ "x": "2",
3165
+ "y": "2",
3163
3166
  "width": "3",
3164
3167
  "height": "1",
3165
3168
  "fill": "black",
@@ -3170,8 +3173,7 @@
3170
3173
  "name": "rect",
3171
3174
  "type": "element",
3172
3175
  "attributes": {
3173
- "x": "2",
3174
- "y": "5",
3176
+ "y": "1",
3175
3177
  "width": "1",
3176
3178
  "height": "1",
3177
3179
  "fill": "white",
@@ -3182,8 +3184,8 @@
3182
3184
  "name": "rect",
3183
3185
  "type": "element",
3184
3186
  "attributes": {
3185
- "x": "7",
3186
- "y": "5",
3187
+ "x": "5",
3188
+ "y": "1",
3187
3189
  "width": "2",
3188
3190
  "height": "1",
3189
3191
  "fill": "white",
@@ -3194,8 +3196,8 @@
3194
3196
  "name": "rect",
3195
3197
  "type": "element",
3196
3198
  "attributes": {
3197
- "x": "13",
3198
- "y": "5",
3199
+ "x": "11",
3200
+ "y": "1",
3199
3201
  "width": "1",
3200
3202
  "height": "1",
3201
3203
  "fill": "white",
@@ -3206,8 +3208,8 @@
3206
3208
  "name": "rect",
3207
3209
  "type": "element",
3208
3210
  "attributes": {
3209
- "x": "9",
3210
- "y": "6",
3211
+ "x": "7",
3212
+ "y": "2",
3211
3213
  "width": "3",
3212
3214
  "height": "1",
3213
3215
  "fill": "black",
@@ -3222,7 +3224,7 @@
3222
3224
  "name": "path",
3223
3225
  "type": "element",
3224
3226
  "attributes": {
3225
- "d": "M2 5h5v1H4v1H3V6H2zm5 2v1H4V7zm2 0H7V6h2zm3 0H9v1h3zm0-1H9V5h5v1h-1v1h-1z",
3227
+ "d": "M0 1h5v1H2v1H1V2H0zm5 2v1H2V3zm2 0H5V2h2zm3 0H7v1h3zm0-1H7V1h5v1h-1v1h-1z",
3226
3228
  "fill": {
3227
3229
  "type": "color",
3228
3230
  "name": "glasses"
@@ -3233,8 +3235,8 @@
3233
3235
  "name": "rect",
3234
3236
  "type": "element",
3235
3237
  "attributes": {
3236
- "x": "4",
3237
- "y": "6",
3238
+ "x": "2",
3239
+ "y": "2",
3238
3240
  "width": "3",
3239
3241
  "height": "1",
3240
3242
  "fill": "black",
@@ -3245,8 +3247,8 @@
3245
3247
  "name": "rect",
3246
3248
  "type": "element",
3247
3249
  "attributes": {
3248
- "x": "9",
3249
- "y": "6",
3250
+ "x": "7",
3251
+ "y": "2",
3250
3252
  "width": "3",
3251
3253
  "height": "1",
3252
3254
  "fill": "black",
@@ -3257,8 +3259,8 @@
3257
3259
  "name": "rect",
3258
3260
  "type": "element",
3259
3261
  "attributes": {
3260
- "x": "12",
3261
- "y": "5",
3262
+ "x": "10",
3263
+ "y": "1",
3262
3264
  "width": "2",
3263
3265
  "height": "1",
3264
3266
  "fill": "white",
@@ -3269,8 +3271,7 @@
3269
3271
  "name": "rect",
3270
3272
  "type": "element",
3271
3273
  "attributes": {
3272
- "x": "2",
3273
- "y": "5",
3274
+ "y": "1",
3274
3275
  "width": "2",
3275
3276
  "height": "1",
3276
3277
  "fill": "white",
@@ -3281,8 +3282,8 @@
3281
3282
  "name": "rect",
3282
3283
  "type": "element",
3283
3284
  "attributes": {
3284
- "x": "7",
3285
- "y": "6",
3285
+ "x": "5",
3286
+ "y": "2",
3286
3287
  "width": "2",
3287
3288
  "height": "1",
3288
3289
  "fill": "white",
@@ -3294,8 +3295,8 @@
3294
3295
  }
3295
3296
  },
3296
3297
  "beard": {
3297
- "width": 16,
3298
- "height": 16,
3298
+ "width": 10,
3299
+ "height": 8,
3299
3300
  "probability": 5,
3300
3301
  "variants": {
3301
3302
  "variant08": {
@@ -3307,8 +3308,8 @@
3307
3308
  "id": "beardVariant08-a",
3308
3309
  "style": "mask-type:luminance",
3309
3310
  "maskUnits": "userSpaceOnUse",
3310
- "x": "3",
3311
- "y": "6",
3311
+ "x": "0",
3312
+ "y": "0",
3312
3313
  "width": "10",
3313
3314
  "height": "6"
3314
3315
  },
@@ -3318,7 +3319,7 @@
3318
3319
  "type": "element",
3319
3320
  "attributes": {
3320
3321
  "opacity": "0.9",
3321
- "d": "M4 9h8V6h1v5h-1v1H4v-1H3V6h1z",
3322
+ "d": "M1 3h8V0h1v5H9v1H1V5H0V0h1z",
3322
3323
  "fill": {
3323
3324
  "type": "color",
3324
3325
  "name": "hair"
@@ -3338,6 +3339,8 @@
3338
3339
  "name": "rect",
3339
3340
  "type": "element",
3340
3341
  "attributes": {
3342
+ "x": "-3",
3343
+ "y": "-6",
3341
3344
  "width": "16",
3342
3345
  "height": "16",
3343
3346
  "fill": {
@@ -3350,6 +3353,8 @@
3350
3353
  "name": "rect",
3351
3354
  "type": "element",
3352
3355
  "attributes": {
3356
+ "x": "-3",
3357
+ "y": "-6",
3353
3358
  "width": "16",
3354
3359
  "height": "16",
3355
3360
  "fill": "white",
@@ -3369,8 +3374,8 @@
3369
3374
  "id": "beardVariant07-a",
3370
3375
  "style": "mask-type:luminance",
3371
3376
  "maskUnits": "userSpaceOnUse",
3372
- "x": "3",
3373
- "y": "9",
3377
+ "x": "0",
3378
+ "y": "3",
3374
3379
  "width": "10",
3375
3380
  "height": "3"
3376
3381
  },
@@ -3380,7 +3385,7 @@
3380
3385
  "type": "element",
3381
3386
  "attributes": {
3382
3387
  "opacity": "0.9",
3383
- "d": "M13 11h-1v1H4v-1H3V9h10z",
3388
+ "d": "M10 5H9v1H1V5H0V3h10z",
3384
3389
  "fill": {
3385
3390
  "type": "color",
3386
3391
  "name": "hair"
@@ -3400,6 +3405,8 @@
3400
3405
  "name": "rect",
3401
3406
  "type": "element",
3402
3407
  "attributes": {
3408
+ "x": "-3",
3409
+ "y": "-6",
3403
3410
  "width": "16",
3404
3411
  "height": "16",
3405
3412
  "fill": {
@@ -3412,6 +3419,8 @@
3412
3419
  "name": "rect",
3413
3420
  "type": "element",
3414
3421
  "attributes": {
3422
+ "x": "-3",
3423
+ "y": "-6",
3415
3424
  "width": "16",
3416
3425
  "height": "16",
3417
3426
  "fill": "white",
@@ -3431,8 +3440,8 @@
3431
3440
  "id": "beardVariant06-a",
3432
3441
  "style": "mask-type:luminance",
3433
3442
  "maskUnits": "userSpaceOnUse",
3434
- "x": "3",
3435
- "y": "9",
3443
+ "x": "0",
3444
+ "y": "3",
3436
3445
  "width": "10",
3437
3446
  "height": "3"
3438
3447
  },
@@ -3442,7 +3451,7 @@
3442
3451
  "type": "element",
3443
3452
  "attributes": {
3444
3453
  "opacity": "0.9",
3445
- "d": "M6 10h4V9h3v2h-1v1H4v-1H3V9h3z",
3454
+ "d": "M3 4h4V3h3v2H9v1H1V5H0V3h3z",
3446
3455
  "fill": {
3447
3456
  "type": "color",
3448
3457
  "name": "hair"
@@ -3462,6 +3471,8 @@
3462
3471
  "name": "rect",
3463
3472
  "type": "element",
3464
3473
  "attributes": {
3474
+ "x": "-3",
3475
+ "y": "-6",
3465
3476
  "width": "16",
3466
3477
  "height": "16",
3467
3478
  "fill": {
@@ -3474,6 +3485,8 @@
3474
3485
  "name": "rect",
3475
3486
  "type": "element",
3476
3487
  "attributes": {
3488
+ "x": "-3",
3489
+ "y": "-6",
3477
3490
  "width": "16",
3478
3491
  "height": "16",
3479
3492
  "fill": "white",
@@ -3493,8 +3506,8 @@
3493
3506
  "id": "beardVariant05-a",
3494
3507
  "style": "mask-type:luminance",
3495
3508
  "maskUnits": "userSpaceOnUse",
3496
- "x": "3",
3497
- "y": "6",
3509
+ "x": "0",
3510
+ "y": "0",
3498
3511
  "width": "10",
3499
3512
  "height": "6"
3500
3513
  },
@@ -3504,7 +3517,7 @@
3504
3517
  "type": "element",
3505
3518
  "attributes": {
3506
3519
  "opacity": "0.9",
3507
- "d": "M4 8h1v1h6V8h1V6h1v5h-1v1H4v-1H3V6h1z",
3520
+ "d": "M1 2h1v1h6V2h1V0h1v5H9v1H1V5H0V0h1z",
3508
3521
  "fill": {
3509
3522
  "type": "color",
3510
3523
  "name": "hair"
@@ -3524,6 +3537,8 @@
3524
3537
  "name": "rect",
3525
3538
  "type": "element",
3526
3539
  "attributes": {
3540
+ "x": "-3",
3541
+ "y": "-6",
3527
3542
  "width": "16",
3528
3543
  "height": "16",
3529
3544
  "fill": {
@@ -3536,6 +3551,8 @@
3536
3551
  "name": "rect",
3537
3552
  "type": "element",
3538
3553
  "attributes": {
3554
+ "x": "-3",
3555
+ "y": "-6",
3539
3556
  "width": "16",
3540
3557
  "height": "16",
3541
3558
  "fill": "white",
@@ -3555,8 +3572,8 @@
3555
3572
  "id": "beardVariant04-a",
3556
3573
  "style": "mask-type:luminance",
3557
3574
  "maskUnits": "userSpaceOnUse",
3558
- "x": "6",
3559
- "y": "11",
3575
+ "x": "3",
3576
+ "y": "5",
3560
3577
  "width": "4",
3561
3578
  "height": "1"
3562
3579
  },
@@ -3566,8 +3583,8 @@
3566
3583
  "type": "element",
3567
3584
  "attributes": {
3568
3585
  "opacity": "0.9",
3569
- "x": "6",
3570
- "y": "11",
3586
+ "x": "3",
3587
+ "y": "5",
3571
3588
  "width": "4",
3572
3589
  "height": "1",
3573
3590
  "fill": {
@@ -3589,6 +3606,8 @@
3589
3606
  "name": "rect",
3590
3607
  "type": "element",
3591
3608
  "attributes": {
3609
+ "x": "-3",
3610
+ "y": "-6",
3592
3611
  "width": "16",
3593
3612
  "height": "16",
3594
3613
  "fill": {
@@ -3601,6 +3620,8 @@
3601
3620
  "name": "rect",
3602
3621
  "type": "element",
3603
3622
  "attributes": {
3623
+ "x": "-3",
3624
+ "y": "-6",
3604
3625
  "width": "16",
3605
3626
  "height": "16",
3606
3627
  "fill": "white",
@@ -3620,8 +3641,8 @@
3620
3641
  "id": "beardVariant03-a",
3621
3642
  "style": "mask-type:luminance",
3622
3643
  "maskUnits": "userSpaceOnUse",
3623
- "x": "3",
3624
- "y": "9",
3644
+ "x": "0",
3645
+ "y": "3",
3625
3646
  "width": "10",
3626
3647
  "height": "5"
3627
3648
  },
@@ -3631,7 +3652,7 @@
3631
3652
  "type": "element",
3632
3653
  "attributes": {
3633
3654
  "opacity": "0.9",
3634
- "d": "M11 14H5v-1H4v-2H3V9h2v1h6V9h2v2h-1v2h-1z",
3655
+ "d": "M8 8H2V7H1V5H0V3h2v1h6V3h2v2H9v2H8z",
3635
3656
  "fill": {
3636
3657
  "type": "color",
3637
3658
  "name": "hair"
@@ -3651,6 +3672,8 @@
3651
3672
  "name": "rect",
3652
3673
  "type": "element",
3653
3674
  "attributes": {
3675
+ "x": "-3",
3676
+ "y": "-6",
3654
3677
  "width": "16",
3655
3678
  "height": "16",
3656
3679
  "fill": {
@@ -3663,6 +3686,8 @@
3663
3686
  "name": "rect",
3664
3687
  "type": "element",
3665
3688
  "attributes": {
3689
+ "x": "-3",
3690
+ "y": "-6",
3666
3691
  "width": "16",
3667
3692
  "height": "16",
3668
3693
  "fill": "white",
@@ -3682,8 +3707,8 @@
3682
3707
  "id": "beardVariant02-a",
3683
3708
  "style": "mask-type:luminance",
3684
3709
  "maskUnits": "userSpaceOnUse",
3685
- "x": "5",
3686
- "y": "11",
3710
+ "x": "2",
3711
+ "y": "5",
3687
3712
  "width": "6",
3688
3713
  "height": "3"
3689
3714
  },
@@ -3693,7 +3718,7 @@
3693
3718
  "type": "element",
3694
3719
  "attributes": {
3695
3720
  "opacity": "0.9",
3696
- "d": "M9 14H7v-1H6v-1H5v-1h6v1h-1v1H9z",
3721
+ "d": "M6 8H4V7H3V6H2V5h6v1H7v1H6z",
3697
3722
  "fill": {
3698
3723
  "type": "color",
3699
3724
  "name": "hair"
@@ -3713,6 +3738,8 @@
3713
3738
  "name": "rect",
3714
3739
  "type": "element",
3715
3740
  "attributes": {
3741
+ "x": "-3",
3742
+ "y": "-6",
3716
3743
  "width": "16",
3717
3744
  "height": "16",
3718
3745
  "fill": {
@@ -3725,6 +3752,8 @@
3725
3752
  "name": "rect",
3726
3753
  "type": "element",
3727
3754
  "attributes": {
3755
+ "x": "-3",
3756
+ "y": "-6",
3728
3757
  "width": "16",
3729
3758
  "height": "16",
3730
3759
  "fill": "white",
@@ -3744,8 +3773,8 @@
3744
3773
  "id": "beardVariant01-a",
3745
3774
  "style": "mask-type:luminance",
3746
3775
  "maskUnits": "userSpaceOnUse",
3747
- "x": "3",
3748
- "y": "8",
3776
+ "x": "0",
3777
+ "y": "2",
3749
3778
  "width": "10",
3750
3779
  "height": "4"
3751
3780
  },
@@ -3755,7 +3784,7 @@
3755
3784
  "type": "element",
3756
3785
  "attributes": {
3757
3786
  "opacity": "0.9",
3758
- "d": "M5 9h1v1h4V9h1V8h2v3h-1v1H4v-1H3V8h2z",
3787
+ "d": "M2 3h1v1h4V3h1V2h2v3H9v1H1V5H0V2h2z",
3759
3788
  "fill": {
3760
3789
  "type": "color",
3761
3790
  "name": "hair"
@@ -3775,6 +3804,8 @@
3775
3804
  "name": "rect",
3776
3805
  "type": "element",
3777
3806
  "attributes": {
3807
+ "x": "-3",
3808
+ "y": "-6",
3778
3809
  "width": "16",
3779
3810
  "height": "16",
3780
3811
  "fill": {
@@ -3787,6 +3818,8 @@
3787
3818
  "name": "rect",
3788
3819
  "type": "element",
3789
3820
  "attributes": {
3821
+ "x": "-3",
3822
+ "y": "-6",
3790
3823
  "width": "16",
3791
3824
  "height": "16",
3792
3825
  "fill": "white",
@@ -3800,8 +3833,8 @@
3800
3833
  }
3801
3834
  },
3802
3835
  "mouth": {
3803
- "width": 16,
3804
- "height": 16,
3836
+ "width": 4,
3837
+ "height": 3,
3805
3838
  "variants": {
3806
3839
  "sad10": {
3807
3840
  "elements": [
@@ -3809,7 +3842,7 @@
3809
3842
  "name": "path",
3810
3843
  "type": "element",
3811
3844
  "attributes": {
3812
- "d": "M7 9v1h1v1h1V9z",
3845
+ "d": "M1 0v1h1v1h1V0z",
3813
3846
  "fill": {
3814
3847
  "type": "color",
3815
3848
  "name": "mouth"
@@ -3824,7 +3857,7 @@
3824
3857
  "name": "path",
3825
3858
  "type": "element",
3826
3859
  "attributes": {
3827
- "d": "M6 10v1h1v-1h3V9H7v1z",
3860
+ "d": "M0 1v1h1V1h3V0H1v1z",
3828
3861
  "fill": {
3829
3862
  "type": "color",
3830
3863
  "name": "mouth"
@@ -3839,7 +3872,7 @@
3839
3872
  "name": "path",
3840
3873
  "type": "element",
3841
3874
  "attributes": {
3842
- "d": "M6 9v1h3v1h1v-1H9V9z",
3875
+ "d": "M0 0v1h3v1h1V1H3V0z",
3843
3876
  "fill": {
3844
3877
  "type": "color",
3845
3878
  "name": "mouth"
@@ -3854,7 +3887,7 @@
3854
3887
  "name": "path",
3855
3888
  "type": "element",
3856
3889
  "attributes": {
3857
- "d": "M7 9h2v1H7z",
3890
+ "d": "M1 0h2v1H1z",
3858
3891
  "fill": {
3859
3892
  "type": "color",
3860
3893
  "name": "mouth"
@@ -3869,7 +3902,7 @@
3869
3902
  "name": "path",
3870
3903
  "type": "element",
3871
3904
  "attributes": {
3872
- "d": "M6 9h4v1H6z",
3905
+ "d": "M0 0h4v1H0z",
3873
3906
  "fill": {
3874
3907
  "type": "color",
3875
3908
  "name": "mouth"
@@ -3884,7 +3917,7 @@
3884
3917
  "name": "path",
3885
3918
  "type": "element",
3886
3919
  "attributes": {
3887
- "d": "M7 9h3v1H7z",
3920
+ "d": "M1 0h3v1H1z",
3888
3921
  "fill": {
3889
3922
  "type": "color",
3890
3923
  "name": "mouth"
@@ -3899,7 +3932,7 @@
3899
3932
  "name": "path",
3900
3933
  "type": "element",
3901
3934
  "attributes": {
3902
- "d": "M6 9h3v1H6z",
3935
+ "d": "M0 0h3v1H0z",
3903
3936
  "fill": {
3904
3937
  "type": "color",
3905
3938
  "name": "mouth"
@@ -3914,7 +3947,7 @@
3914
3947
  "name": "path",
3915
3948
  "type": "element",
3916
3949
  "attributes": {
3917
- "d": "M9 9v1H7v1H6v-1h1V9z",
3950
+ "d": "M3 0v1H1v1H0V1h1V0z",
3918
3951
  "fill": {
3919
3952
  "type": "color",
3920
3953
  "name": "mouth"
@@ -3929,7 +3962,7 @@
3929
3962
  "name": "path",
3930
3963
  "type": "element",
3931
3964
  "attributes": {
3932
- "d": "M7 9v1h2v1h1v-1H9V9z",
3965
+ "d": "M1 0v1h2v1h1V1H3V0z",
3933
3966
  "fill": {
3934
3967
  "type": "color",
3935
3968
  "name": "mouth"
@@ -3944,7 +3977,7 @@
3944
3977
  "name": "path",
3945
3978
  "type": "element",
3946
3979
  "attributes": {
3947
- "d": "M7 11H6v-1h1zm3 0H9v-1h1zm-1-1H7V9h2z",
3980
+ "d": "M1 2H0V1h1zm3 0H3V1h1zM3 1H1V0h2z",
3948
3981
  "fill": {
3949
3982
  "type": "color",
3950
3983
  "name": "mouth"
@@ -3959,7 +3992,7 @@
3959
3992
  "name": "path",
3960
3993
  "type": "element",
3961
3994
  "attributes": {
3962
- "d": "M6 10v1h1v1h2v-1h1v-1H9V9H7v1z",
3995
+ "d": "M0 1v1h1v1h2V2h1V1H3V0H1v1z",
3963
3996
  "fill": {
3964
3997
  "type": "color",
3965
3998
  "name": "mouth"
@@ -3970,7 +4003,7 @@
3970
4003
  "name": "path",
3971
4004
  "type": "element",
3972
4005
  "attributes": {
3973
- "d": "M7 10v1h2v-1z",
4006
+ "d": "M1 1v1h2V1z",
3974
4007
  "fill": "white",
3975
4008
  "fill-opacity": "0.2"
3976
4009
  }
@@ -3983,7 +4016,7 @@
3983
4016
  "name": "path",
3984
4017
  "type": "element",
3985
4018
  "attributes": {
3986
- "d": "M6 10v1h1v1h2v-1h1v-1H9V9H7v1z",
4019
+ "d": "M0 1v1h1v1h2V2h1V1H3V0H1v1z",
3987
4020
  "fill": {
3988
4021
  "type": "color",
3989
4022
  "name": "mouth"
@@ -3994,7 +4027,7 @@
3994
4027
  "name": "path",
3995
4028
  "type": "element",
3996
4029
  "attributes": {
3997
- "d": "M7 10v1h2v-1z",
4030
+ "d": "M1 1v1h2V1z",
3998
4031
  "fill": "white"
3999
4032
  }
4000
4033
  }
@@ -4006,7 +4039,7 @@
4006
4039
  "name": "path",
4007
4040
  "type": "element",
4008
4041
  "attributes": {
4009
- "d": "M6 9v1h1v1h2v-1H7V9z",
4042
+ "d": "M0 0v1h1v1h2V1H1V0z",
4010
4043
  "fill": {
4011
4044
  "type": "color",
4012
4045
  "name": "mouth"
@@ -4021,7 +4054,7 @@
4021
4054
  "name": "path",
4022
4055
  "type": "element",
4023
4056
  "attributes": {
4024
- "d": "M10 9v1H9v1H7v-1h2V9z",
4057
+ "d": "M4 0v1H3v1H1V1h2V0z",
4025
4058
  "fill": {
4026
4059
  "type": "color",
4027
4060
  "name": "mouth"
@@ -4036,7 +4069,7 @@
4036
4069
  "name": "path",
4037
4070
  "type": "element",
4038
4071
  "attributes": {
4039
- "d": "M7 9H6v1h1zm3 0H9v1h1zm-1 1H7v1h2z",
4072
+ "d": "M1 0H0v1h1zm3 0H3v1h1zM3 1H1v1h2z",
4040
4073
  "fill": {
4041
4074
  "type": "color",
4042
4075
  "name": "mouth"
@@ -4051,7 +4084,7 @@
4051
4084
  "name": "path",
4052
4085
  "type": "element",
4053
4086
  "attributes": {
4054
- "d": "M6 11v-1h3V9h1v1H9v1z",
4087
+ "d": "M0 2V1h3V0h1v1H3v1z",
4055
4088
  "fill": {
4056
4089
  "type": "color",
4057
4090
  "name": "mouth"
@@ -4066,7 +4099,7 @@
4066
4099
  "name": "path",
4067
4100
  "type": "element",
4068
4101
  "attributes": {
4069
- "d": "M10 11v-1H7V9H6v1h1v1z",
4102
+ "d": "M4 2V1H1V0H0v1h1v1z",
4070
4103
  "fill": {
4071
4104
  "type": "color",
4072
4105
  "name": "mouth"
@@ -4081,7 +4114,7 @@
4081
4114
  "name": "path",
4082
4115
  "type": "element",
4083
4116
  "attributes": {
4084
- "d": "M6 9v1h1v1h2v-1h1V9z",
4117
+ "d": "M0 0v1h1v1h2V1h1V0z",
4085
4118
  "fill": {
4086
4119
  "type": "color",
4087
4120
  "name": "mouth"
@@ -4096,7 +4129,7 @@
4096
4129
  "name": "path",
4097
4130
  "type": "element",
4098
4131
  "attributes": {
4099
- "d": "M7 9v2h2v-1H8V9z",
4132
+ "d": "M1 0v2h2V1H2V0z",
4100
4133
  "fill": {
4101
4134
  "type": "color",
4102
4135
  "name": "mouth"
@@ -4107,7 +4140,7 @@
4107
4140
  "name": "path",
4108
4141
  "type": "element",
4109
4142
  "attributes": {
4110
- "d": "M9 11v-1H8V9H7v1h1v1z",
4143
+ "d": "M3 2V1H2V0H1v1h1v1z",
4111
4144
  "fill": "white",
4112
4145
  "fill-opacity": "0.2"
4113
4146
  }
@@ -4120,7 +4153,7 @@
4120
4153
  "name": "path",
4121
4154
  "type": "element",
4122
4155
  "attributes": {
4123
- "d": "M9 9v1H8v1h2V9z",
4156
+ "d": "M3 0v1H2v1h2V0z",
4124
4157
  "fill": {
4125
4158
  "type": "color",
4126
4159
  "name": "mouth"
@@ -4135,7 +4168,7 @@
4135
4168
  "name": "path",
4136
4169
  "type": "element",
4137
4170
  "attributes": {
4138
- "d": "M7 9v1h1v1H6V9z",
4171
+ "d": "M1 0v1h1v1H0V0z",
4139
4172
  "fill": {
4140
4173
  "type": "color",
4141
4174
  "name": "mouth"
@@ -4150,7 +4183,7 @@
4150
4183
  "name": "path",
4151
4184
  "type": "element",
4152
4185
  "attributes": {
4153
- "d": "M8 10v1h1v-1z",
4186
+ "d": "M2 1v1h1V1z",
4154
4187
  "fill": {
4155
4188
  "type": "color",
4156
4189
  "name": "mouth"
@@ -4165,7 +4198,7 @@
4165
4198
  "name": "path",
4166
4199
  "type": "element",
4167
4200
  "attributes": {
4168
- "d": "M7 9v2h2V9z",
4201
+ "d": "M1 0v2h2V0z",
4169
4202
  "fill": {
4170
4203
  "type": "color",
4171
4204
  "name": "mouth"
@@ -6417,8 +6450,8 @@
6417
6450
  }
6418
6451
  },
6419
6452
  "hat": {
6420
- "width": 16,
6421
- "height": 16,
6453
+ "width": 14,
6454
+ "height": 5,
6422
6455
  "probability": 5,
6423
6456
  "variants": {
6424
6457
  "variant10": {
@@ -6427,7 +6460,7 @@
6427
6460
  "name": "path",
6428
6461
  "type": "element",
6429
6462
  "attributes": {
6430
- "d": "M12 0H4v2H2v3h12V2h-2z",
6463
+ "d": "M11 0H3v2H1v3h12V2h-2z",
6431
6464
  "fill": {
6432
6465
  "type": "color",
6433
6466
  "name": "hat"
@@ -6438,7 +6471,7 @@
6438
6471
  "name": "rect",
6439
6472
  "type": "element",
6440
6473
  "attributes": {
6441
- "x": "10",
6474
+ "x": "9",
6442
6475
  "y": "2",
6443
6476
  "width": "1",
6444
6477
  "height": "3",
@@ -6450,7 +6483,7 @@
6450
6483
  "name": "rect",
6451
6484
  "type": "element",
6452
6485
  "attributes": {
6453
- "x": "8",
6486
+ "x": "7",
6454
6487
  "y": "3",
6455
6488
  "width": "1",
6456
6489
  "height": "2",
@@ -6466,7 +6499,7 @@
6466
6499
  "name": "path",
6467
6500
  "type": "element",
6468
6501
  "attributes": {
6469
- "d": "M4 0h8v1h1v1h1v3H2V2h1V1h1z",
6502
+ "d": "M3 0h8v1h1v1h1v3H1V2h1V1h1z",
6470
6503
  "fill": {
6471
6504
  "type": "color",
6472
6505
  "name": "hat"
@@ -6477,7 +6510,7 @@
6477
6510
  "name": "rect",
6478
6511
  "type": "element",
6479
6512
  "attributes": {
6480
- "x": "11",
6513
+ "x": "10",
6481
6514
  "y": "2",
6482
6515
  "width": "1",
6483
6516
  "height": "3",
@@ -6489,7 +6522,7 @@
6489
6522
  "name": "rect",
6490
6523
  "type": "element",
6491
6524
  "attributes": {
6492
- "x": "9",
6525
+ "x": "8",
6493
6526
  "y": "2",
6494
6527
  "width": "1",
6495
6528
  "height": "3",
@@ -6505,7 +6538,7 @@
6505
6538
  "name": "path",
6506
6539
  "type": "element",
6507
6540
  "attributes": {
6508
- "d": "M4 0h8v1h1v1h1v2H2V2h1V1h1z",
6541
+ "d": "M3 0h8v1h1v1h1v2H1V2h1V1h1z",
6509
6542
  "fill": {
6510
6543
  "type": "color",
6511
6544
  "name": "hat"
@@ -6516,11 +6549,11 @@
6516
6549
  "name": "rect",
6517
6550
  "type": "element",
6518
6551
  "attributes": {
6519
- "x": "12",
6552
+ "x": "11",
6520
6553
  "y": "2",
6521
6554
  "width": "1",
6522
6555
  "height": "3",
6523
- "transform": "rotate(90 12 2)",
6556
+ "transform": "rotate(90 11 2)",
6524
6557
  "fill": "white",
6525
6558
  "fill-opacity": "0.3"
6526
6559
  }
@@ -6533,7 +6566,7 @@
6533
6566
  "name": "path",
6534
6567
  "type": "element",
6535
6568
  "attributes": {
6536
- "d": "M12 1H4v1H3v2h12V3h-2V2h-1z",
6569
+ "d": "M11 1H3v1H2v2h12V3h-2V2h-1z",
6537
6570
  "fill": {
6538
6571
  "type": "color",
6539
6572
  "name": "hat"
@@ -6548,7 +6581,7 @@
6548
6581
  "name": "path",
6549
6582
  "type": "element",
6550
6583
  "attributes": {
6551
- "d": "M13 0H3v3H1v1h14V3h-2z",
6584
+ "d": "M12 0H2v3H0v1h14V3h-2z",
6552
6585
  "fill": {
6553
6586
  "type": "color",
6554
6587
  "name": "hat"
@@ -6559,7 +6592,7 @@
6559
6592
  "name": "rect",
6560
6593
  "type": "element",
6561
6594
  "attributes": {
6562
- "x": "11",
6595
+ "x": "10",
6563
6596
  "y": "1",
6564
6597
  "width": "1",
6565
6598
  "height": "3",
@@ -6575,7 +6608,7 @@
6575
6608
  "name": "path",
6576
6609
  "type": "element",
6577
6610
  "attributes": {
6578
- "d": "M4 0h8v1h1v1h1v2H2V2h1V1h1z",
6611
+ "d": "M3 0h8v1h1v1h1v2H1V2h1V1h1z",
6579
6612
  "fill": {
6580
6613
  "type": "color",
6581
6614
  "name": "hat"
@@ -6586,7 +6619,7 @@
6586
6619
  "name": "rect",
6587
6620
  "type": "element",
6588
6621
  "attributes": {
6589
- "x": "12",
6622
+ "x": "11",
6590
6623
  "y": "1",
6591
6624
  "width": "1",
6592
6625
  "height": "1",
@@ -6598,7 +6631,7 @@
6598
6631
  "name": "rect",
6599
6632
  "type": "element",
6600
6633
  "attributes": {
6601
- "x": "11",
6634
+ "x": "10",
6602
6635
  "y": "2",
6603
6636
  "width": "1",
6604
6637
  "height": "1",
@@ -6610,7 +6643,7 @@
6610
6643
  "name": "rect",
6611
6644
  "type": "element",
6612
6645
  "attributes": {
6613
- "x": "10",
6646
+ "x": "9",
6614
6647
  "y": "3",
6615
6648
  "width": "1",
6616
6649
  "height": "1",
@@ -6622,7 +6655,7 @@
6622
6655
  "name": "rect",
6623
6656
  "type": "element",
6624
6657
  "attributes": {
6625
- "x": "10",
6658
+ "x": "9",
6626
6659
  "width": "1",
6627
6660
  "height": "1",
6628
6661
  "fill": "white",
@@ -6633,7 +6666,7 @@
6633
6666
  "name": "rect",
6634
6667
  "type": "element",
6635
6668
  "attributes": {
6636
- "x": "9",
6669
+ "x": "8",
6637
6670
  "y": "1",
6638
6671
  "width": "1",
6639
6672
  "height": "1",
@@ -6645,7 +6678,7 @@
6645
6678
  "name": "rect",
6646
6679
  "type": "element",
6647
6680
  "attributes": {
6648
- "x": "8",
6681
+ "x": "7",
6649
6682
  "y": "2",
6650
6683
  "width": "1",
6651
6684
  "height": "1",
@@ -6657,7 +6690,7 @@
6657
6690
  "name": "rect",
6658
6691
  "type": "element",
6659
6692
  "attributes": {
6660
- "x": "7",
6693
+ "x": "6",
6661
6694
  "y": "3",
6662
6695
  "width": "1",
6663
6696
  "height": "1",
@@ -6673,7 +6706,7 @@
6673
6706
  "name": "path",
6674
6707
  "type": "element",
6675
6708
  "attributes": {
6676
- "d": "M4 0h8v1h1v1h1v3H2V2h1V1h1z",
6709
+ "d": "M3 0h8v1h1v1h1v3H1V2h1V1h1z",
6677
6710
  "fill": {
6678
6711
  "type": "color",
6679
6712
  "name": "hat"
@@ -6684,11 +6717,11 @@
6684
6717
  "name": "rect",
6685
6718
  "type": "element",
6686
6719
  "attributes": {
6687
- "x": "13",
6720
+ "x": "12",
6688
6721
  "y": "1",
6689
6722
  "width": "1",
6690
6723
  "height": "10",
6691
- "transform": "rotate(90 13 1)",
6724
+ "transform": "rotate(90 12 1)",
6692
6725
  "fill": "white",
6693
6726
  "fill-opacity": "0.3"
6694
6727
  }
@@ -6697,11 +6730,11 @@
6697
6730
  "name": "rect",
6698
6731
  "type": "element",
6699
6732
  "attributes": {
6700
- "x": "14",
6733
+ "x": "13",
6701
6734
  "y": "3",
6702
6735
  "width": "1",
6703
6736
  "height": "12",
6704
- "transform": "rotate(90 14 3)",
6737
+ "transform": "rotate(90 13 3)",
6705
6738
  "fill": "white",
6706
6739
  "fill-opacity": "0.3"
6707
6740
  }
@@ -6714,7 +6747,7 @@
6714
6747
  "name": "path",
6715
6748
  "type": "element",
6716
6749
  "attributes": {
6717
- "d": "M4 0h8v1h1v1h1v2H2V2h1V1h1z",
6750
+ "d": "M3 0h8v1h1v1h1v2H1V2h1V1h1z",
6718
6751
  "fill": {
6719
6752
  "type": "color",
6720
6753
  "name": "hat"
@@ -6725,11 +6758,11 @@
6725
6758
  "name": "rect",
6726
6759
  "type": "element",
6727
6760
  "attributes": {
6728
- "x": "13",
6761
+ "x": "12",
6729
6762
  "y": "1",
6730
6763
  "width": "1",
6731
6764
  "height": "10",
6732
- "transform": "rotate(90 13 1)",
6765
+ "transform": "rotate(90 12 1)",
6733
6766
  "fill": "white",
6734
6767
  "fill-opacity": "0.3"
6735
6768
  }
@@ -6738,11 +6771,11 @@
6738
6771
  "name": "rect",
6739
6772
  "type": "element",
6740
6773
  "attributes": {
6741
- "x": "14",
6774
+ "x": "13",
6742
6775
  "y": "3",
6743
6776
  "width": "1",
6744
6777
  "height": "12",
6745
- "transform": "rotate(90 14 3)",
6778
+ "transform": "rotate(90 13 3)",
6746
6779
  "fill": "white",
6747
6780
  "fill-opacity": "0.3"
6748
6781
  }
@@ -6755,7 +6788,7 @@
6755
6788
  "name": "path",
6756
6789
  "type": "element",
6757
6790
  "attributes": {
6758
- "d": "M12 1H4v1H3v2h12V3h-2V2h-1z",
6791
+ "d": "M11 1H3v1H2v2h12V3h-2V2h-1z",
6759
6792
  "fill": {
6760
6793
  "type": "color",
6761
6794
  "name": "hat"
@@ -6766,11 +6799,11 @@
6766
6799
  "name": "rect",
6767
6800
  "type": "element",
6768
6801
  "attributes": {
6769
- "x": "11",
6802
+ "x": "10",
6770
6803
  "y": "4",
6771
6804
  "width": "1",
6772
6805
  "height": "3",
6773
- "transform": "rotate(-180 11 4)",
6806
+ "transform": "rotate(-180 10 4)",
6774
6807
  "fill": "white",
6775
6808
  "fill-opacity": "0.3"
6776
6809
  }
@@ -6783,7 +6816,7 @@
6783
6816
  "name": "path",
6784
6817
  "type": "element",
6785
6818
  "attributes": {
6786
- "d": "M4 0h8v1h1v1h1v3H2V2h1V1h1z",
6819
+ "d": "M3 0h8v1h1v1h1v3H1V2h1V1h1z",
6787
6820
  "fill": {
6788
6821
  "type": "color",
6789
6822
  "name": "hat"
@@ -6794,7 +6827,7 @@
6794
6827
  "name": "rect",
6795
6828
  "type": "element",
6796
6829
  "attributes": {
6797
- "x": "5",
6830
+ "x": "4",
6798
6831
  "width": "1",
6799
6832
  "height": "1",
6800
6833
  "fill": "white",
@@ -6805,7 +6838,7 @@
6805
6838
  "name": "rect",
6806
6839
  "type": "element",
6807
6840
  "attributes": {
6808
- "x": "4",
6841
+ "x": "3",
6809
6842
  "y": "1",
6810
6843
  "width": "1",
6811
6844
  "height": "1",
@@ -6817,7 +6850,7 @@
6817
6850
  "name": "rect",
6818
6851
  "type": "element",
6819
6852
  "attributes": {
6820
- "x": "3",
6853
+ "x": "2",
6821
6854
  "y": "2",
6822
6855
  "width": "1",
6823
6856
  "height": "1",
@@ -6829,7 +6862,7 @@
6829
6862
  "name": "rect",
6830
6863
  "type": "element",
6831
6864
  "attributes": {
6832
- "x": "2",
6865
+ "x": "1",
6833
6866
  "y": "3",
6834
6867
  "width": "1",
6835
6868
  "height": "1",