@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
package/src/rings.json CHANGED
@@ -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": {
@@ -19,8 +19,8 @@
19
19
  "canvas": {
20
20
  "elements": [
21
21
  {
22
- "type": "component",
23
- "name": "ring"
22
+ "name": "ring",
23
+ "type": "component"
24
24
  }
25
25
  ],
26
26
  "width": 100,
@@ -42,24 +42,60 @@
42
42
  "container": {
43
43
  "elements": [
44
44
  {
45
- "type": "component",
46
- "name": "ringOne"
45
+ "name": "ringOne",
46
+ "type": "component"
47
47
  },
48
48
  {
49
- "type": "component",
50
- "name": "ringTwo"
49
+ "name": "g",
50
+ "type": "element",
51
+ "attributes": {
52
+ "transform": "translate(10 10)"
53
+ },
54
+ "children": [
55
+ {
56
+ "name": "ringTwo",
57
+ "type": "component"
58
+ }
59
+ ]
51
60
  },
52
61
  {
53
- "type": "component",
54
- "name": "ringThree"
62
+ "name": "g",
63
+ "type": "element",
64
+ "attributes": {
65
+ "transform": "translate(20 20)"
66
+ },
67
+ "children": [
68
+ {
69
+ "name": "ringThree",
70
+ "type": "component"
71
+ }
72
+ ]
55
73
  },
56
74
  {
57
- "type": "component",
58
- "name": "ringFour"
75
+ "name": "g",
76
+ "type": "element",
77
+ "attributes": {
78
+ "transform": "translate(30 30)"
79
+ },
80
+ "children": [
81
+ {
82
+ "name": "ringFour",
83
+ "type": "component"
84
+ }
85
+ ]
59
86
  },
60
87
  {
61
- "type": "component",
62
- "name": "ringFive"
88
+ "name": "g",
89
+ "type": "element",
90
+ "attributes": {
91
+ "transform": "translate(40 40)"
92
+ },
93
+ "children": [
94
+ {
95
+ "name": "ringFive",
96
+ "type": "component"
97
+ }
98
+ ]
63
99
  },
64
100
  {
65
101
  "name": "g",
@@ -69,8 +105,8 @@
69
105
  },
70
106
  "children": [
71
107
  {
72
- "type": "component",
73
- "name": "ringOne"
108
+ "name": "ringOne",
109
+ "type": "component"
74
110
  }
75
111
  ]
76
112
  },
@@ -78,12 +114,12 @@
78
114
  "name": "g",
79
115
  "type": "element",
80
116
  "attributes": {
81
- "transform": "matrix(1 0 0 -1 0 100)"
117
+ "transform": "matrix(1 0 0 -1 10 90)"
82
118
  },
83
119
  "children": [
84
120
  {
85
- "type": "component",
86
- "name": "ringTwo"
121
+ "name": "ringTwo",
122
+ "type": "component"
87
123
  }
88
124
  ]
89
125
  },
@@ -91,12 +127,12 @@
91
127
  "name": "g",
92
128
  "type": "element",
93
129
  "attributes": {
94
- "transform": "matrix(1 0 0 -1 0 100)"
130
+ "transform": "matrix(1 0 0 -1 20 80)"
95
131
  },
96
132
  "children": [
97
133
  {
98
- "type": "component",
99
- "name": "ringThree"
134
+ "name": "ringThree",
135
+ "type": "component"
100
136
  }
101
137
  ]
102
138
  },
@@ -104,12 +140,12 @@
104
140
  "name": "g",
105
141
  "type": "element",
106
142
  "attributes": {
107
- "transform": "matrix(1 0 0 -1 0 100)"
143
+ "transform": "matrix(1 0 0 -1 30 70)"
108
144
  },
109
145
  "children": [
110
146
  {
111
- "type": "component",
112
- "name": "ringFour"
147
+ "name": "ringFour",
148
+ "type": "component"
113
149
  }
114
150
  ]
115
151
  },
@@ -117,12 +153,12 @@
117
153
  "name": "g",
118
154
  "type": "element",
119
155
  "attributes": {
120
- "transform": "matrix(1 0 0 -1 0 100)"
156
+ "transform": "matrix(1 0 0 -1 40 60)"
121
157
  },
122
158
  "children": [
123
159
  {
124
- "type": "component",
125
- "name": "ringFive"
160
+ "name": "ringFive",
161
+ "type": "component"
126
162
  }
127
163
  ]
128
164
  },
@@ -242,8 +278,8 @@
242
278
  }
243
279
  },
244
280
  "ringTwo": {
245
- "width": 100,
246
- "height": 100,
281
+ "width": 80,
282
+ "height": 80,
247
283
  "rotate": [
248
284
  -180,
249
285
  180
@@ -255,7 +291,7 @@
255
291
  "name": "path",
256
292
  "type": "element",
257
293
  "attributes": {
258
- "d": "M28.787 28.787C23.358 34.217 20 41.717 20 50H10c0-11.046 4.477-21.046 11.716-28.284z",
294
+ "d": "M18.787 18.787C13.358 24.217 10 31.717 10 40H0c0-11.046 4.477-21.046 11.716-28.284z",
259
295
  "fill": {
260
296
  "type": "color",
261
297
  "name": "ring"
@@ -270,7 +306,7 @@
270
306
  "name": "path",
271
307
  "type": "element",
272
308
  "attributes": {
273
- "d": "M50 20c-16.568 0-30 13.432-30 30H10c0-22.091 17.909-40 40-40z",
309
+ "d": "M40 10c-16.568 0-30 13.432-30 30H0C0 17.909 17.909 0 40 0z",
274
310
  "fill": {
275
311
  "type": "color",
276
312
  "name": "ring"
@@ -285,7 +321,7 @@
285
321
  "name": "path",
286
322
  "type": "element",
287
323
  "attributes": {
288
- "d": "M50 10c22.091 0 40 17.909 40 40H80c0-16.568-13.431-30-30-30-16.568 0-30 13.432-30 30H10c0-22.091 17.909-40 40-40",
324
+ "d": "M40 0c22.091 0 40 17.909 40 40H70c0-16.568-13.431-30-30-30-16.568 0-30 13.432-30 30H0C0 17.909 17.909 0 40 0",
289
325
  "fill": {
290
326
  "type": "color",
291
327
  "name": "ring"
@@ -300,8 +336,8 @@
300
336
  "name": "circle",
301
337
  "type": "element",
302
338
  "attributes": {
303
- "cx": "50",
304
- "cy": "50",
339
+ "cx": "40",
340
+ "cy": "40",
305
341
  "r": "35",
306
342
  "stroke": {
307
343
  "type": "color",
@@ -315,8 +351,8 @@
315
351
  }
316
352
  },
317
353
  "ringThree": {
318
- "width": 100,
319
- "height": 100,
354
+ "width": 60,
355
+ "height": 60,
320
356
  "rotate": [
321
357
  -180,
322
358
  180
@@ -328,7 +364,7 @@
328
364
  "name": "path",
329
365
  "type": "element",
330
366
  "attributes": {
331
- "d": "M35.857 35.857A19.94 19.94 0 0 0 30 50H20c0-8.285 3.358-15.784 8.787-21.213z",
367
+ "d": "M15.857 15.857A19.94 19.94 0 0 0 10 30H0c0-8.285 3.358-15.784 8.787-21.213z",
332
368
  "fill": {
333
369
  "type": "color",
334
370
  "name": "ring"
@@ -343,7 +379,7 @@
343
379
  "name": "path",
344
380
  "type": "element",
345
381
  "attributes": {
346
- "d": "M50 30c-11.046 0-20 8.954-20 20H20c0-16.568 13.432-30 30-30z",
382
+ "d": "M30 10c-11.046 0-20 8.954-20 20H0C0 13.432 13.432 0 30 0z",
347
383
  "fill": {
348
384
  "type": "color",
349
385
  "name": "ring"
@@ -358,7 +394,7 @@
358
394
  "name": "path",
359
395
  "type": "element",
360
396
  "attributes": {
361
- "d": "M50 20c16.569 0 30 13.432 30 30H70c0-11.046-8.954-20-20-20s-20 8.954-20 20H20c0-16.568 13.432-30 30-30",
397
+ "d": "M30 0c16.569 0 30 13.432 30 30H50c0-11.046-8.954-20-20-20s-20 8.954-20 20H0C0 13.432 13.432 0 30 0",
362
398
  "fill": {
363
399
  "type": "color",
364
400
  "name": "ring"
@@ -373,8 +409,8 @@
373
409
  "name": "circle",
374
410
  "type": "element",
375
411
  "attributes": {
376
- "cx": "50",
377
- "cy": "50",
412
+ "cx": "30",
413
+ "cy": "30",
378
414
  "r": "25",
379
415
  "stroke": {
380
416
  "type": "color",
@@ -388,8 +424,8 @@
388
424
  }
389
425
  },
390
426
  "ringFour": {
391
- "width": 100,
392
- "height": 100,
427
+ "width": 40,
428
+ "height": 40,
393
429
  "rotate": [
394
430
  -180,
395
431
  180
@@ -401,7 +437,7 @@
401
437
  "name": "path",
402
438
  "type": "element",
403
439
  "attributes": {
404
- "d": "M42.929 42.93a9.97 9.97 0 0 0-2.93 7.07H30a19.94 19.94 0 0 1 5.857-14.142z",
440
+ "d": "M12.929 12.93A9.97 9.97 0 0 0 9.999 20H0A19.94 19.94 0 0 1 5.857 5.858z",
405
441
  "fill": {
406
442
  "type": "color",
407
443
  "name": "ring"
@@ -416,7 +452,7 @@
416
452
  "name": "path",
417
453
  "type": "element",
418
454
  "attributes": {
419
- "d": "M50 40c-5.523 0-10 4.477-10 10H30c0-11.046 8.954-20 20-20z",
455
+ "d": "M20 10c-5.523 0-10 4.477-10 10H0C0 8.954 8.954 0 20 0z",
420
456
  "fill": {
421
457
  "type": "color",
422
458
  "name": "ring"
@@ -431,7 +467,7 @@
431
467
  "name": "path",
432
468
  "type": "element",
433
469
  "attributes": {
434
- "d": "M50 30c11.046 0 20 8.954 20 20H60c0-5.523-4.477-10-10-10s-10 4.477-10 10H30c0-11.046 8.954-20 20-20",
470
+ "d": "M20 0c11.046 0 20 8.954 20 20H30c0-5.523-4.477-10-10-10s-10 4.477-10 10H0C0 8.954 8.954 0 20 0",
435
471
  "fill": {
436
472
  "type": "color",
437
473
  "name": "ring"
@@ -446,8 +482,8 @@
446
482
  "name": "circle",
447
483
  "type": "element",
448
484
  "attributes": {
449
- "cx": "50",
450
- "cy": "50",
485
+ "cx": "20",
486
+ "cy": "20",
451
487
  "r": "15",
452
488
  "stroke": {
453
489
  "type": "color",
@@ -461,8 +497,8 @@
461
497
  }
462
498
  },
463
499
  "ringFive": {
464
- "width": 100,
465
- "height": 100,
500
+ "width": 20,
501
+ "height": 20,
466
502
  "rotate": [
467
503
  -180,
468
504
  180
@@ -474,7 +510,7 @@
474
510
  "name": "path",
475
511
  "type": "element",
476
512
  "attributes": {
477
- "d": "M50 50H40a9.97 9.97 0 0 1 2.929-7.071z",
513
+ "d": "M10 10H0a9.97 9.97 0 0 1 2.929-7.07z",
478
514
  "fill": {
479
515
  "type": "color",
480
516
  "name": "ring"
@@ -489,7 +525,7 @@
489
525
  "name": "path",
490
526
  "type": "element",
491
527
  "attributes": {
492
- "d": "M50 50H40c0-5.523 4.477-10 10-10z",
528
+ "d": "M10 10H0C0 4.477 4.477 0 10 0z",
493
529
  "fill": {
494
530
  "type": "color",
495
531
  "name": "ring"
@@ -504,7 +540,7 @@
504
540
  "name": "path",
505
541
  "type": "element",
506
542
  "attributes": {
507
- "d": "M50 40c5.523 0 10 4.477 10 10H40c0-5.523 4.477-10 10-10",
543
+ "d": "M10 0c5.523 0 10 4.477 10 10H0C0 4.477 4.477 0 10 0",
508
544
  "fill": {
509
545
  "type": "color",
510
546
  "name": "ring"
@@ -519,8 +555,8 @@
519
555
  "name": "circle",
520
556
  "type": "element",
521
557
  "attributes": {
522
- "cx": "50",
523
- "cy": "50",
558
+ "cx": "10",
559
+ "cy": "10",
524
560
  "r": "10",
525
561
  "fill": {
526
562
  "type": "color",
package/src/shapes.json CHANGED
@@ -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": {
@@ -22,12 +22,12 @@
22
22
  "name": "g",
23
23
  "type": "element",
24
24
  "attributes": {
25
- "transform": "matrix(1.2 0 0 1.2 -10 -10)"
25
+ "transform": "matrix(1.2 0 0 1.2 -10 -190)"
26
26
  },
27
27
  "children": [
28
28
  {
29
- "type": "component",
30
- "name": "shape1"
29
+ "name": "shape1",
30
+ "type": "component"
31
31
  }
32
32
  ]
33
33
  },
@@ -35,12 +35,12 @@
35
35
  "name": "g",
36
36
  "type": "element",
37
37
  "attributes": {
38
- "transform": "matrix(.8 0 0 .8 10 10)"
38
+ "transform": "matrix(.8 0 0 .8 10 -110)"
39
39
  },
40
40
  "children": [
41
41
  {
42
- "type": "component",
43
- "name": "shape2"
42
+ "name": "shape2",
43
+ "type": "component"
44
44
  }
45
45
  ]
46
46
  },
@@ -48,12 +48,12 @@
48
48
  "name": "g",
49
49
  "type": "element",
50
50
  "attributes": {
51
- "transform": "matrix(.4 0 0 .4 30 30)"
51
+ "transform": "matrix(.4 0 0 .4 30 -30)"
52
52
  },
53
53
  "children": [
54
54
  {
55
- "type": "component",
56
- "name": "shape3"
55
+ "name": "shape3",
56
+ "type": "component"
57
57
  }
58
58
  ]
59
59
  }
@@ -68,19 +68,19 @@
68
68
  "components": {
69
69
  "shape1": {
70
70
  "width": 100,
71
- "height": 100,
71
+ "height": 400,
72
72
  "rotate": [
73
73
  -160,
74
74
  160
75
75
  ],
76
76
  "translate": {
77
77
  "x": [
78
- -75,
79
- 75
78
+ -50,
79
+ 50
80
80
  ],
81
81
  "y": [
82
- -75,
83
- 75
82
+ -50,
83
+ 50
84
84
  ]
85
85
  },
86
86
  "variants": {
@@ -92,7 +92,7 @@
92
92
  "attributes": {
93
93
  "fill-rule": "evenodd",
94
94
  "clip-rule": "evenodd",
95
- "d": "M90 10H10v80h80zM0 0v100h100V0z",
95
+ "d": "M90 160H10v80h80zM0 150v100h100V150z",
96
96
  "fill": {
97
97
  "type": "color",
98
98
  "name": "shape1"
@@ -107,7 +107,7 @@
107
107
  "name": "path",
108
108
  "type": "element",
109
109
  "attributes": {
110
- "d": "M0 0h100v100H0z",
110
+ "d": "M0 150h100v100H0z",
111
111
  "fill": {
112
112
  "type": "color",
113
113
  "name": "shape1"
@@ -122,7 +122,7 @@
122
122
  "name": "path",
123
123
  "type": "element",
124
124
  "attributes": {
125
- "d": "M100 50A50 50 0 1 1 0 50a50 50 0 0 1 100 0",
125
+ "d": "M100 200a50 50 0 1 1-100 0 50 50 0 0 1 100 0",
126
126
  "fill": {
127
127
  "type": "color",
128
128
  "name": "shape1"
@@ -139,7 +139,7 @@
139
139
  "attributes": {
140
140
  "fill-rule": "evenodd",
141
141
  "clip-rule": "evenodd",
142
- "d": "M50 90a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10A50 50 0 1 0 50 0a50 50 0 0 0 0 100",
142
+ "d": "M50 240a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10a50 50 0 1 0 0-100 50 50 0 0 0 0 100",
143
143
  "fill": {
144
144
  "type": "color",
145
145
  "name": "shape1"
@@ -154,7 +154,7 @@
154
154
  "name": "path",
155
155
  "type": "element",
156
156
  "attributes": {
157
- "d": "m50 7 50 86.6H0z",
157
+ "d": "m50 157 50 86.6H0z",
158
158
  "fill": {
159
159
  "type": "color",
160
160
  "name": "shape1"
@@ -171,7 +171,7 @@
171
171
  "attributes": {
172
172
  "fill-rule": "evenodd",
173
173
  "clip-rule": "evenodd",
174
- "d": "M50 7 0 93.6h100zm0 20L17.3 83.6h65.4z",
174
+ "d": "M50 157 0 243.6h100zm0 20-32.7 56.6h65.4z",
175
175
  "fill": {
176
176
  "type": "color",
177
177
  "name": "shape1"
@@ -187,7 +187,6 @@
187
187
  "type": "element",
188
188
  "attributes": {
189
189
  "x": "45",
190
- "y": "-150",
191
190
  "width": "10",
192
191
  "height": "400",
193
192
  "fill": {
@@ -202,7 +201,7 @@
202
201
  },
203
202
  "shape2": {
204
203
  "width": 100,
205
- "height": 100,
204
+ "height": 400,
206
205
  "rotate": [
207
206
  -180,
208
207
  180
@@ -226,7 +225,7 @@
226
225
  "attributes": {
227
226
  "fill-rule": "evenodd",
228
227
  "clip-rule": "evenodd",
229
- "d": "M90 10H10v80h80zM0 0v100h100V0z",
228
+ "d": "M90 160H10v80h80zM0 150v100h100V150z",
230
229
  "fill": {
231
230
  "type": "color",
232
231
  "name": "shape2"
@@ -241,7 +240,7 @@
241
240
  "name": "path",
242
241
  "type": "element",
243
242
  "attributes": {
244
- "d": "M0 0h100v100H0z",
243
+ "d": "M0 150h100v100H0z",
245
244
  "fill": {
246
245
  "type": "color",
247
246
  "name": "shape2"
@@ -256,7 +255,7 @@
256
255
  "name": "path",
257
256
  "type": "element",
258
257
  "attributes": {
259
- "d": "M100 50A50 50 0 1 1 0 50a50 50 0 0 1 100 0",
258
+ "d": "M100 200a50 50 0 1 1-100 0 50 50 0 0 1 100 0",
260
259
  "fill": {
261
260
  "type": "color",
262
261
  "name": "shape2"
@@ -273,7 +272,7 @@
273
272
  "attributes": {
274
273
  "fill-rule": "evenodd",
275
274
  "clip-rule": "evenodd",
276
- "d": "M50 90a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10A50 50 0 1 0 50 0a50 50 0 0 0 0 100",
275
+ "d": "M50 240a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10a50 50 0 1 0 0-100 50 50 0 0 0 0 100",
277
276
  "fill": {
278
277
  "type": "color",
279
278
  "name": "shape2"
@@ -288,7 +287,7 @@
288
287
  "name": "path",
289
288
  "type": "element",
290
289
  "attributes": {
291
- "d": "m50 7 50 86.6H0z",
290
+ "d": "m50 157 50 86.6H0z",
292
291
  "fill": {
293
292
  "type": "color",
294
293
  "name": "shape2"
@@ -305,7 +304,7 @@
305
304
  "attributes": {
306
305
  "fill-rule": "evenodd",
307
306
  "clip-rule": "evenodd",
308
- "d": "M50 7 0 93.6h100zm0 20L17.3 83.6h65.4z",
307
+ "d": "M50 157 0 243.6h100zm0 20-32.7 56.6h65.4z",
309
308
  "fill": {
310
309
  "type": "color",
311
310
  "name": "shape2"
@@ -321,7 +320,6 @@
321
320
  "type": "element",
322
321
  "attributes": {
323
322
  "x": "45",
324
- "y": "-150",
325
323
  "width": "10",
326
324
  "height": "400",
327
325
  "fill": {
@@ -336,19 +334,19 @@
336
334
  },
337
335
  "shape3": {
338
336
  "width": 100,
339
- "height": 100,
337
+ "height": 400,
340
338
  "rotate": [
341
339
  -180,
342
340
  180
343
341
  ],
344
342
  "translate": {
345
343
  "x": [
346
- -25,
347
- 25
344
+ -50,
345
+ 50
348
346
  ],
349
347
  "y": [
350
- -25,
351
- 25
348
+ -50,
349
+ 50
352
350
  ]
353
351
  },
354
352
  "variants": {
@@ -360,7 +358,7 @@
360
358
  "attributes": {
361
359
  "fill-rule": "evenodd",
362
360
  "clip-rule": "evenodd",
363
- "d": "M90 10H10v80h80zM0 0v100h100V0z",
361
+ "d": "M90 160H10v80h80zM0 150v100h100V150z",
364
362
  "fill": {
365
363
  "type": "color",
366
364
  "name": "shape3"
@@ -375,7 +373,7 @@
375
373
  "name": "path",
376
374
  "type": "element",
377
375
  "attributes": {
378
- "d": "M0 0h100v100H0z",
376
+ "d": "M0 150h100v100H0z",
379
377
  "fill": {
380
378
  "type": "color",
381
379
  "name": "shape3"
@@ -390,7 +388,7 @@
390
388
  "name": "path",
391
389
  "type": "element",
392
390
  "attributes": {
393
- "d": "M100 50A50 50 0 1 1 0 50a50 50 0 0 1 100 0",
391
+ "d": "M100 200a50 50 0 1 1-100 0 50 50 0 0 1 100 0",
394
392
  "fill": {
395
393
  "type": "color",
396
394
  "name": "shape3"
@@ -407,7 +405,7 @@
407
405
  "attributes": {
408
406
  "fill-rule": "evenodd",
409
407
  "clip-rule": "evenodd",
410
- "d": "M50 90a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10A50 50 0 1 0 50 0a50 50 0 0 0 0 100",
408
+ "d": "M50 240a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10a50 50 0 1 0 0-100 50 50 0 0 0 0 100",
411
409
  "fill": {
412
410
  "type": "color",
413
411
  "name": "shape3"
@@ -422,7 +420,7 @@
422
420
  "name": "path",
423
421
  "type": "element",
424
422
  "attributes": {
425
- "d": "m50 7 50 86.6H0z",
423
+ "d": "m50 157 50 86.6H0z",
426
424
  "fill": {
427
425
  "type": "color",
428
426
  "name": "shape3"
@@ -439,7 +437,7 @@
439
437
  "attributes": {
440
438
  "fill-rule": "evenodd",
441
439
  "clip-rule": "evenodd",
442
- "d": "M50 7 0 93.6h100zm0 20L17.3 83.6h65.4z",
440
+ "d": "M50 157 0 243.6h100zm0 20-32.7 56.6h65.4z",
443
441
  "fill": {
444
442
  "type": "color",
445
443
  "name": "shape3"
@@ -455,7 +453,6 @@
455
453
  "type": "element",
456
454
  "attributes": {
457
455
  "x": "45",
458
- "y": "-150",
459
456
  "width": "10",
460
457
  "height": "400",
461
458
  "fill": {