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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/LICENSE.md +62 -52
  2. package/README.md +53 -6
  3. package/dist/adventurer-neutral.min.json +1 -0
  4. package/dist/adventurer.min.json +1 -0
  5. package/dist/avataaars-neutral.min.json +1 -0
  6. package/dist/avataaars.min.json +1 -0
  7. package/dist/big-ears-neutral.min.json +1 -0
  8. package/dist/big-ears.min.json +1 -0
  9. package/dist/big-smile.min.json +1 -0
  10. package/dist/bottts-neutral.min.json +1 -0
  11. package/dist/bottts.min.json +1 -0
  12. package/dist/croodles-neutral.min.json +1 -0
  13. package/dist/croodles.min.json +1 -0
  14. package/dist/dylan.min.json +1 -0
  15. package/dist/fun-emoji.min.json +1 -0
  16. package/dist/glass.min.json +1 -0
  17. package/dist/icons.min.json +1 -0
  18. package/dist/identicon.min.json +1 -0
  19. package/dist/initials.min.json +1 -0
  20. package/dist/lorelei-neutral.min.json +1 -0
  21. package/dist/lorelei.min.json +1 -0
  22. package/dist/micah.min.json +1 -0
  23. package/dist/miniavs.min.json +1 -0
  24. package/dist/notionists-neutral.min.json +1 -0
  25. package/dist/notionists.min.json +1 -0
  26. package/dist/open-peeps.min.json +1 -0
  27. package/dist/personas.min.json +1 -0
  28. package/dist/pixel-art-neutral.min.json +1 -0
  29. package/dist/pixel-art.min.json +1 -0
  30. package/dist/rings.min.json +1 -0
  31. package/dist/shapes.min.json +1 -0
  32. package/dist/thumbs.min.json +1 -0
  33. package/dist/toon-head.min.json +1 -0
  34. package/package.json +136 -19
  35. package/src/adventurer-neutral.json +1977 -417
  36. package/src/adventurer.json +3980 -725
  37. package/src/avataaars-neutral.json +829 -234
  38. package/src/avataaars.json +2967 -703
  39. package/src/big-ears-neutral.json +2651 -482
  40. package/src/big-ears.json +4347 -905
  41. package/src/big-smile.json +1271 -247
  42. package/src/bottts-neutral.json +1054 -163
  43. package/src/bottts.json +3846 -331
  44. package/src/croodles-neutral.json +1059 -252
  45. package/src/croodles.json +4254 -513
  46. package/src/dylan.json +371 -143
  47. package/src/fun-emoji.json +1428 -185
  48. package/src/glass.json +387 -149
  49. package/src/icons.json +2342 -768
  50. package/src/identicon.json +598 -201
  51. package/src/initials.json +126 -30
  52. package/src/lorelei-neutral.json +1329 -438
  53. package/src/lorelei.json +3146 -755
  54. package/src/micah.json +1447 -361
  55. package/src/miniavs.json +794 -185
  56. package/src/notionists-neutral.json +1309 -438
  57. package/src/notionists.json +4260 -1040
  58. package/src/open-peeps.json +2696 -588
  59. package/src/personas.json +1405 -302
  60. package/src/pixel-art-neutral.json +2302 -306
  61. package/src/pixel-art.json +6871 -817
  62. package/src/rings.json +481 -152
  63. package/src/shapes.json +414 -150
  64. package/src/thumbs.json +862 -311
  65. package/src/toon-head.json +1217 -0
  66. package/types/index.d.ts +0 -426
package/src/bottts.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "$schema": "https://static.dicebear.com/schema/definition.json#",
2
+ "$schema": "https://cdn.hopjs.net/npm/@dicebear/schema@0.10.0/dist/definition.min.json",
3
3
  "$comment": "This file was generated by the DiceBear Exporter for Figma. https://www.figma.com/community/plugin/1005765655729342787",
4
- "metadata": {
4
+ "meta": {
5
5
  "license": {
6
6
  "name": "Free for personal and commercial use",
7
7
  "url": "https://bottts.com/",
@@ -16,358 +16,3873 @@
16
16
  "url": "https://bottts.com/"
17
17
  }
18
18
  },
19
- "body": {
20
- "content": "<g transform=\"translate(0 66)\"><use href=\"#component-sides\"/></g><g transform=\"translate(41)\"><use href=\"#component-top\"/></g><g transform=\"translate(25 44)\"><use href=\"#component-face\"/></g><g transform=\"translate(52 124)\"><use href=\"#component-mouth\"/></g><g transform=\"translate(38 76)\"><use href=\"#component-eyes\"/></g>",
19
+ "canvas": {
20
+ "elements": [
21
+ {
22
+ "name": "g",
23
+ "type": "element",
24
+ "attributes": {
25
+ "transform": "translate(0 66)"
26
+ },
27
+ "children": [
28
+ {
29
+ "type": "component",
30
+ "value": "sides"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "name": "g",
36
+ "type": "element",
37
+ "attributes": {
38
+ "transform": "translate(41)"
39
+ },
40
+ "children": [
41
+ {
42
+ "type": "component",
43
+ "value": "top"
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "name": "g",
49
+ "type": "element",
50
+ "attributes": {
51
+ "transform": "translate(25 44)"
52
+ },
53
+ "children": [
54
+ {
55
+ "type": "component",
56
+ "value": "face"
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "name": "g",
62
+ "type": "element",
63
+ "attributes": {
64
+ "transform": "translate(52 124)"
65
+ },
66
+ "children": [
67
+ {
68
+ "type": "component",
69
+ "value": "mouth"
70
+ }
71
+ ]
72
+ },
73
+ {
74
+ "name": "g",
75
+ "type": "element",
76
+ "attributes": {
77
+ "transform": "translate(38 76)"
78
+ },
79
+ "children": [
80
+ {
81
+ "type": "component",
82
+ "value": "eyes"
83
+ }
84
+ ]
85
+ }
86
+ ],
21
87
  "width": 180,
22
88
  "height": 180
23
89
  },
24
- "attributes": [
25
- {
26
- "name": "fill",
27
- "value": "none"
90
+ "attributes": {
91
+ "fill": "none",
92
+ "shape-rendering": "auto"
93
+ },
94
+ "components": {
95
+ "sides": {
96
+ "width": 180,
97
+ "height": 76,
98
+ "probability": 100,
99
+ "variants": {
100
+ "antenna01": {
101
+ "elements": [
102
+ {
103
+ "name": "mask",
104
+ "type": "element",
105
+ "attributes": {
106
+ "id": "sidesAntenna01-a",
107
+ "style": "mask-type:luminance",
108
+ "maskUnits": "userSpaceOnUse",
109
+ "x": "6",
110
+ "y": "11",
111
+ "width": "156",
112
+ "height": "51"
113
+ },
114
+ "children": [
115
+ {
116
+ "name": "rect",
117
+ "type": "element",
118
+ "attributes": {
119
+ "x": "6",
120
+ "y": "31",
121
+ "width": "36",
122
+ "height": "14",
123
+ "rx": "4",
124
+ "fill": "white"
125
+ }
126
+ },
127
+ {
128
+ "name": "rect",
129
+ "type": "element",
130
+ "attributes": {
131
+ "x": "18",
132
+ "y": "14",
133
+ "width": "36",
134
+ "height": "48",
135
+ "rx": "4",
136
+ "fill": "white"
137
+ }
138
+ },
139
+ {
140
+ "name": "rect",
141
+ "type": "element",
142
+ "attributes": {
143
+ "x": "126",
144
+ "y": "28",
145
+ "width": "36",
146
+ "height": "24",
147
+ "rx": "4",
148
+ "fill": "white"
149
+ }
150
+ },
151
+ {
152
+ "name": "rect",
153
+ "type": "element",
154
+ "attributes": {
155
+ "x": "11",
156
+ "y": "11",
157
+ "width": "2",
158
+ "height": "20",
159
+ "fill": "white"
160
+ }
161
+ }
162
+ ]
163
+ },
164
+ {
165
+ "name": "g",
166
+ "type": "element",
167
+ "attributes": {
168
+ "mask": "url(#sidesAntenna01-a)"
169
+ },
170
+ "children": [
171
+ {
172
+ "name": "path",
173
+ "type": "element",
174
+ "attributes": {
175
+ "d": "M0 0h180v76H0z",
176
+ "fill": {
177
+ "type": "color",
178
+ "value": "base"
179
+ }
180
+ }
181
+ },
182
+ {
183
+ "name": "rect",
184
+ "type": "element",
185
+ "attributes": {
186
+ "width": "180",
187
+ "height": "76",
188
+ "fill": "white",
189
+ "fill-opacity": "0.3"
190
+ }
191
+ },
192
+ {
193
+ "name": "rect",
194
+ "type": "element",
195
+ "attributes": {
196
+ "y": "38",
197
+ "width": "180",
198
+ "height": "38",
199
+ "fill": "black",
200
+ "fill-opacity": "0.1"
201
+ }
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ "name": "rect",
207
+ "type": "element",
208
+ "attributes": {
209
+ "x": "11",
210
+ "y": "11",
211
+ "width": "2",
212
+ "height": "20",
213
+ "fill": "white",
214
+ "fill-opacity": "0.4"
215
+ }
216
+ },
217
+ {
218
+ "name": "circle",
219
+ "type": "element",
220
+ "attributes": {
221
+ "cx": "12",
222
+ "cy": "8",
223
+ "r": "4",
224
+ "fill": "#FFEA8F"
225
+ }
226
+ },
227
+ {
228
+ "name": "circle",
229
+ "type": "element",
230
+ "attributes": {
231
+ "cx": "13",
232
+ "cy": "7",
233
+ "r": "2",
234
+ "fill": "white"
235
+ }
236
+ }
237
+ ]
238
+ },
239
+ "antenna02": {
240
+ "elements": [
241
+ {
242
+ "name": "mask",
243
+ "type": "element",
244
+ "attributes": {
245
+ "id": "sidesAntenna02-a",
246
+ "style": "mask-type:luminance",
247
+ "maskUnits": "userSpaceOnUse",
248
+ "x": "10",
249
+ "y": "9",
250
+ "width": "160",
251
+ "height": "51"
252
+ },
253
+ "children": [
254
+ {
255
+ "name": "rect",
256
+ "type": "element",
257
+ "attributes": {
258
+ "x": "10",
259
+ "y": "28",
260
+ "width": "36",
261
+ "height": "32",
262
+ "rx": "4",
263
+ "fill": "white"
264
+ }
265
+ },
266
+ {
267
+ "name": "rect",
268
+ "type": "element",
269
+ "attributes": {
270
+ "x": "160",
271
+ "y": "9",
272
+ "width": "2",
273
+ "height": "20",
274
+ "fill": "white"
275
+ }
276
+ },
277
+ {
278
+ "name": "rect",
279
+ "type": "element",
280
+ "attributes": {
281
+ "x": "134",
282
+ "y": "28",
283
+ "width": "36",
284
+ "height": "32",
285
+ "rx": "4",
286
+ "fill": "white"
287
+ }
288
+ }
289
+ ]
290
+ },
291
+ {
292
+ "name": "g",
293
+ "type": "element",
294
+ "attributes": {
295
+ "mask": "url(#sidesAntenna02-a)"
296
+ },
297
+ "children": [
298
+ {
299
+ "name": "path",
300
+ "type": "element",
301
+ "attributes": {
302
+ "d": "M0 0h180v76H0z",
303
+ "fill": {
304
+ "type": "color",
305
+ "value": "base"
306
+ }
307
+ }
308
+ },
309
+ {
310
+ "name": "path",
311
+ "type": "element",
312
+ "attributes": {
313
+ "d": "M0 0h180v76H0z",
314
+ "fill": "white",
315
+ "fill-opacity": "0.3"
316
+ }
317
+ },
318
+ {
319
+ "name": "rect",
320
+ "type": "element",
321
+ "attributes": {
322
+ "y": "38",
323
+ "width": "180",
324
+ "height": "38",
325
+ "fill": "black",
326
+ "fill-opacity": "0.1"
327
+ }
328
+ }
329
+ ]
330
+ },
331
+ {
332
+ "name": "rect",
333
+ "type": "element",
334
+ "attributes": {
335
+ "x": "160",
336
+ "y": "8",
337
+ "width": "2",
338
+ "height": "20",
339
+ "fill": "white",
340
+ "fill-opacity": "0.4"
341
+ }
342
+ },
343
+ {
344
+ "name": "circle",
345
+ "type": "element",
346
+ "attributes": {
347
+ "cx": "161",
348
+ "cy": "5",
349
+ "r": "4",
350
+ "fill": "#E1E6E8"
351
+ }
352
+ },
353
+ {
354
+ "name": "circle",
355
+ "type": "element",
356
+ "attributes": {
357
+ "cx": "162",
358
+ "cy": "4",
359
+ "r": "2",
360
+ "fill": "white"
361
+ }
362
+ }
363
+ ]
364
+ },
365
+ "cables01": {
366
+ "elements": [
367
+ {
368
+ "name": "path",
369
+ "type": "element",
370
+ "attributes": {
371
+ "d": "M38 12c-2.95 11.7-19.9 6.67-23.37 18-3.46 11.35 8.03 20 17.53 20",
372
+ "stroke": "#2A3544",
373
+ "stroke-width": "6",
374
+ "opacity": "0.9"
375
+ }
376
+ },
377
+ {
378
+ "name": "path",
379
+ "type": "element",
380
+ "attributes": {
381
+ "d": "M150 55c8.4 3.49 20.1-7.6 16-16.5s-16-6.7-16-19.3",
382
+ "stroke": "#2A3544",
383
+ "stroke-width": "4",
384
+ "opacity": "0.9"
385
+ }
386
+ },
387
+ {
388
+ "name": "mask",
389
+ "type": "element",
390
+ "attributes": {
391
+ "id": "sidesCables01-a",
392
+ "style": "mask-type:luminance",
393
+ "maskUnits": "userSpaceOnUse",
394
+ "x": "21",
395
+ "y": "6",
396
+ "width": "138",
397
+ "height": "58"
398
+ },
399
+ "children": [
400
+ {
401
+ "name": "rect",
402
+ "type": "element",
403
+ "attributes": {
404
+ "x": "21",
405
+ "y": "35",
406
+ "width": "16",
407
+ "height": "22",
408
+ "rx": "2",
409
+ "fill": "white"
410
+ }
411
+ },
412
+ {
413
+ "name": "rect",
414
+ "type": "element",
415
+ "attributes": {
416
+ "x": "136",
417
+ "y": "42",
418
+ "width": "23",
419
+ "height": "22",
420
+ "rx": "2",
421
+ "fill": "white"
422
+ }
423
+ },
424
+ {
425
+ "name": "rect",
426
+ "type": "element",
427
+ "attributes": {
428
+ "x": "136",
429
+ "y": "6",
430
+ "width": "23",
431
+ "height": "18",
432
+ "rx": "2",
433
+ "fill": "white"
434
+ }
435
+ }
436
+ ]
437
+ },
438
+ {
439
+ "name": "g",
440
+ "type": "element",
441
+ "attributes": {
442
+ "mask": "url(#sidesCables01-a)"
443
+ },
444
+ "children": [
445
+ {
446
+ "name": "path",
447
+ "type": "element",
448
+ "attributes": {
449
+ "d": "M0 0h180v76H0z",
450
+ "fill": {
451
+ "type": "color",
452
+ "value": "base"
453
+ }
454
+ }
455
+ },
456
+ {
457
+ "name": "path",
458
+ "type": "element",
459
+ "attributes": {
460
+ "d": "M0 0h180v76H0z",
461
+ "fill": "white",
462
+ "fill-opacity": "0.3"
463
+ }
464
+ }
465
+ ]
466
+ }
467
+ ]
468
+ },
469
+ "cables02": {
470
+ "elements": [
471
+ {
472
+ "name": "g",
473
+ "type": "element",
474
+ "attributes": {
475
+ "opacity": "0.9"
476
+ },
477
+ "children": [
478
+ {
479
+ "name": "ellipse",
480
+ "type": "element",
481
+ "attributes": {
482
+ "cx": "32.5",
483
+ "cy": "23",
484
+ "rx": "16.5",
485
+ "ry": "18",
486
+ "stroke": "#2A3544",
487
+ "stroke-width": "6"
488
+ }
489
+ },
490
+ {
491
+ "name": "path",
492
+ "type": "element",
493
+ "attributes": {
494
+ "d": "M29.51 36.76c-7.4 4.29-17 1.55-21.42-6.1",
495
+ "stroke": "#2A3544",
496
+ "stroke-width": "4"
497
+ }
498
+ },
499
+ {
500
+ "name": "ellipse",
501
+ "type": "element",
502
+ "attributes": {
503
+ "cx": "28.5",
504
+ "cy": "52.5",
505
+ "rx": "16.5",
506
+ "ry": "14.5",
507
+ "stroke": "#2A3544",
508
+ "stroke-width": "4"
509
+ }
510
+ }
511
+ ]
512
+ },
513
+ {
514
+ "name": "g",
515
+ "type": "element",
516
+ "attributes": {
517
+ "opacity": "0.9"
518
+ },
519
+ "children": [
520
+ {
521
+ "name": "path",
522
+ "type": "element",
523
+ "attributes": {
524
+ "d": "M168.6 60.42c-4.27-7.41-13.95-9.84-21.6-5.42",
525
+ "stroke": "#2A3544",
526
+ "stroke-width": "4"
527
+ }
528
+ },
529
+ {
530
+ "name": "ellipse",
531
+ "type": "element",
532
+ "attributes": {
533
+ "cx": "148.5",
534
+ "cy": "22.5",
535
+ "rx": "16.5",
536
+ "ry": "15.5",
537
+ "stroke": "#2A3544",
538
+ "stroke-width": "6"
539
+ }
540
+ }
541
+ ]
542
+ },
543
+ {
544
+ "name": "mask",
545
+ "type": "element",
546
+ "attributes": {
547
+ "id": "sidesCables02-a",
548
+ "style": "mask-type:luminance",
549
+ "maskUnits": "userSpaceOnUse",
550
+ "x": "21",
551
+ "y": "0",
552
+ "width": "138",
553
+ "height": "72"
554
+ },
555
+ "children": [
556
+ {
557
+ "name": "rect",
558
+ "type": "element",
559
+ "attributes": {
560
+ "x": "21",
561
+ "y": "27",
562
+ "width": "16",
563
+ "height": "22",
564
+ "rx": "2",
565
+ "fill": "white"
566
+ }
567
+ },
568
+ {
569
+ "name": "rect",
570
+ "type": "element",
571
+ "attributes": {
572
+ "x": "22",
573
+ "y": "60",
574
+ "width": "16",
575
+ "height": "12",
576
+ "rx": "2",
577
+ "fill": "white"
578
+ }
579
+ },
580
+ {
581
+ "name": "rect",
582
+ "type": "element",
583
+ "attributes": {
584
+ "x": "143",
585
+ "y": "42",
586
+ "width": "16",
587
+ "height": "22",
588
+ "rx": "2",
589
+ "fill": "white"
590
+ }
591
+ },
592
+ {
593
+ "name": "rect",
594
+ "type": "element",
595
+ "attributes": {
596
+ "x": "143",
597
+ "width": "16",
598
+ "height": "22",
599
+ "rx": "2",
600
+ "fill": "white"
601
+ }
602
+ }
603
+ ]
604
+ },
605
+ {
606
+ "name": "g",
607
+ "type": "element",
608
+ "attributes": {
609
+ "mask": "url(#sidesCables02-a)"
610
+ },
611
+ "children": [
612
+ {
613
+ "name": "path",
614
+ "type": "element",
615
+ "attributes": {
616
+ "d": "M0 0h180v76H0z",
617
+ "fill": {
618
+ "type": "color",
619
+ "value": "base"
620
+ }
621
+ }
622
+ },
623
+ {
624
+ "name": "path",
625
+ "type": "element",
626
+ "attributes": {
627
+ "d": "M0 0h180v76H0z",
628
+ "fill": "white",
629
+ "fill-opacity": "0.3"
630
+ }
631
+ }
632
+ ]
633
+ }
634
+ ]
635
+ },
636
+ "round": {
637
+ "elements": [
638
+ {
639
+ "name": "mask",
640
+ "type": "element",
641
+ "attributes": {
642
+ "id": "sidesRound-a",
643
+ "style": "mask-type:luminance",
644
+ "maskUnits": "userSpaceOnUse",
645
+ "x": "12",
646
+ "y": "16",
647
+ "width": "156",
648
+ "height": "45"
649
+ },
650
+ "children": [
651
+ {
652
+ "name": "ellipse",
653
+ "type": "element",
654
+ "attributes": {
655
+ "cx": "150",
656
+ "cy": "38.5",
657
+ "rx": "18",
658
+ "ry": "22.5",
659
+ "fill": "white"
660
+ }
661
+ },
662
+ {
663
+ "name": "ellipse",
664
+ "type": "element",
665
+ "attributes": {
666
+ "cx": "18",
667
+ "cy": "22.5",
668
+ "rx": "18",
669
+ "ry": "22.5",
670
+ "transform": "matrix(-1 0 0 1 48 16)",
671
+ "fill": "white"
672
+ }
673
+ }
674
+ ]
675
+ },
676
+ {
677
+ "name": "g",
678
+ "type": "element",
679
+ "attributes": {
680
+ "mask": "url(#sidesRound-a)"
681
+ },
682
+ "children": [
683
+ {
684
+ "name": "path",
685
+ "type": "element",
686
+ "attributes": {
687
+ "d": "M0 0h180v76H0z",
688
+ "fill": {
689
+ "type": "color",
690
+ "value": "base"
691
+ }
692
+ }
693
+ },
694
+ {
695
+ "name": "path",
696
+ "type": "element",
697
+ "attributes": {
698
+ "d": "M0 0h180v76H0z",
699
+ "fill": "white",
700
+ "fill-opacity": "0.3"
701
+ }
702
+ },
703
+ {
704
+ "name": "rect",
705
+ "type": "element",
706
+ "attributes": {
707
+ "x": "20",
708
+ "width": "140",
709
+ "height": "76",
710
+ "fill": "black",
711
+ "fill-opacity": "0.2"
712
+ }
713
+ }
714
+ ]
715
+ }
716
+ ]
717
+ },
718
+ "square": {
719
+ "elements": [
720
+ {
721
+ "name": "mask",
722
+ "type": "element",
723
+ "attributes": {
724
+ "id": "sidesSquare-a",
725
+ "style": "mask-type:luminance",
726
+ "maskUnits": "userSpaceOnUse",
727
+ "x": "14",
728
+ "y": "16",
729
+ "width": "152",
730
+ "height": "44"
731
+ },
732
+ "children": [
733
+ {
734
+ "name": "rect",
735
+ "type": "element",
736
+ "attributes": {
737
+ "x": "14",
738
+ "y": "16",
739
+ "width": "36",
740
+ "height": "44",
741
+ "rx": "9",
742
+ "fill": "white"
743
+ }
744
+ },
745
+ {
746
+ "name": "rect",
747
+ "type": "element",
748
+ "attributes": {
749
+ "x": "130",
750
+ "y": "16",
751
+ "width": "36",
752
+ "height": "44",
753
+ "rx": "9",
754
+ "fill": "white"
755
+ }
756
+ }
757
+ ]
758
+ },
759
+ {
760
+ "name": "g",
761
+ "type": "element",
762
+ "attributes": {
763
+ "mask": "url(#sidesSquare-a)"
764
+ },
765
+ "children": [
766
+ {
767
+ "name": "path",
768
+ "type": "element",
769
+ "attributes": {
770
+ "d": "M0 0h180v76H0z",
771
+ "fill": {
772
+ "type": "color",
773
+ "value": "base"
774
+ }
775
+ }
776
+ },
777
+ {
778
+ "name": "path",
779
+ "type": "element",
780
+ "attributes": {
781
+ "d": "M0 0h180v76H0z",
782
+ "fill": "white",
783
+ "fill-opacity": "0.3"
784
+ }
785
+ },
786
+ {
787
+ "name": "rect",
788
+ "type": "element",
789
+ "attributes": {
790
+ "y": "38",
791
+ "width": "180",
792
+ "height": "38",
793
+ "fill": "black",
794
+ "fill-opacity": "0.1"
795
+ }
796
+ }
797
+ ]
798
+ }
799
+ ]
800
+ },
801
+ "squareAssymetric": {
802
+ "elements": [
803
+ {
804
+ "name": "mask",
805
+ "type": "element",
806
+ "attributes": {
807
+ "id": "sidesSquareAssymetric-a",
808
+ "style": "mask-type:luminance",
809
+ "maskUnits": "userSpaceOnUse",
810
+ "x": "10",
811
+ "y": "8",
812
+ "width": "165",
813
+ "height": "60"
814
+ },
815
+ "children": [
816
+ {
817
+ "name": "rect",
818
+ "type": "element",
819
+ "attributes": {
820
+ "x": "10",
821
+ "y": "31",
822
+ "width": "36",
823
+ "height": "30",
824
+ "rx": "4",
825
+ "fill": "white"
826
+ }
827
+ },
828
+ {
829
+ "name": "rect",
830
+ "type": "element",
831
+ "attributes": {
832
+ "x": "20",
833
+ "y": "15",
834
+ "width": "26",
835
+ "height": "30",
836
+ "rx": "4",
837
+ "fill": "white"
838
+ }
839
+ },
840
+ {
841
+ "name": "rect",
842
+ "type": "element",
843
+ "attributes": {
844
+ "x": "139",
845
+ "y": "23",
846
+ "width": "36",
847
+ "height": "30",
848
+ "rx": "4",
849
+ "fill": "white"
850
+ }
851
+ },
852
+ {
853
+ "name": "rect",
854
+ "type": "element",
855
+ "attributes": {
856
+ "x": "134",
857
+ "y": "8",
858
+ "width": "36",
859
+ "height": "60",
860
+ "rx": "4",
861
+ "fill": "white"
862
+ }
863
+ }
864
+ ]
865
+ },
866
+ {
867
+ "name": "g",
868
+ "type": "element",
869
+ "attributes": {
870
+ "mask": "url(#sidesSquareAssymetric-a)"
871
+ },
872
+ "children": [
873
+ {
874
+ "name": "path",
875
+ "type": "element",
876
+ "attributes": {
877
+ "d": "M0 0h180v76H0z",
878
+ "fill": {
879
+ "type": "color",
880
+ "value": "base"
881
+ }
882
+ }
883
+ },
884
+ {
885
+ "name": "path",
886
+ "type": "element",
887
+ "attributes": {
888
+ "d": "M0 0h180v76H0z",
889
+ "fill": "white",
890
+ "fill-opacity": "0.3"
891
+ }
892
+ },
893
+ {
894
+ "name": "rect",
895
+ "type": "element",
896
+ "attributes": {
897
+ "y": "47",
898
+ "width": "180",
899
+ "height": "29",
900
+ "fill": "black",
901
+ "fill-opacity": "0.1"
902
+ }
903
+ },
904
+ {
905
+ "name": "circle",
906
+ "type": "element",
907
+ "attributes": {
908
+ "cx": "161",
909
+ "cy": "20",
910
+ "r": "5",
911
+ "fill": "white",
912
+ "fill-opacity": "0.6"
913
+ }
914
+ },
915
+ {
916
+ "name": "circle",
917
+ "type": "element",
918
+ "attributes": {
919
+ "cx": "161",
920
+ "cy": "36",
921
+ "r": "5",
922
+ "fill": "white",
923
+ "fill-opacity": "0.6"
924
+ }
925
+ }
926
+ ]
927
+ }
928
+ ]
929
+ }
930
+ }
28
931
  },
29
- {
30
- "name": "shape-rendering",
31
- "value": "auto"
32
- }
33
- ],
34
- "components": [
35
- {
36
- "name": "eyes",
37
- "width": 104,
38
- "height": 48,
39
- "variants": [
40
- {
41
- "name": "bulging",
42
- "content": "<circle cx=\"28\" cy=\"24\" r=\"18\" fill=\"black\" fill-opacity=\"0.2\"/><circle cx=\"74\" cy=\"24\" r=\"18\" fill=\"black\" fill-opacity=\"0.2\"/><circle cx=\"28\" cy=\"24\" r=\"15\" fill=\"#F1EEDA\"/><circle cx=\"74\" cy=\"24\" r=\"15\" fill=\"#F1EEDA\"/><rect x=\"26\" y=\"15\" width=\"10\" height=\"10\" rx=\"2\" fill=\"black\" fill-opacity=\"0.8\"/><rect x=\"74\" y=\"15\" width=\"10\" height=\"10\" rx=\"2\" fill=\"black\" fill-opacity=\"0.8\"/>",
43
- "default": true
44
- },
45
- {
46
- "name": "dizzy",
47
- "content": "<path d=\"m25 27.2 5.5 5.5c.5.4 1.2.4 1.6 0l1.6-1.6c.4-.5.4-1.2 0-1.6L28.2 24l5.5-5.5c.4-.5.4-1.2 0-1.6l-1.6-1.6c-.5-.4-1.2-.4-1.6 0L25 20.8l-5.5-5.5c-.5-.4-1.2-.4-1.6 0l-1.6 1.6c-.4.4-.4 1.1 0 1.6l5.5 5.5-5.5 5.5c-.4.5-.4 1.2 0 1.6l1.6 1.6c.5.4 1.2.4 1.6 0zm54 0 5.5 5.5c.5.4 1.2.4 1.6 0l1.6-1.6c.4-.5.4-1.2 0-1.6L82.2 24l5.5-5.5c.4-.5.4-1.2 0-1.6l-1.6-1.6c-.5-.4-1.2-.4-1.6 0L79 20.8l-5.5-5.5c-.5-.4-1.2-.4-1.6 0l-1.6 1.6c-.4.4-.4 1.1 0 1.6l5.5 5.5-5.5 5.5c-.4.5-.4 1.2 0 1.6l1.6 1.6c.5.4 1.2.4 1.6 0z\" fill=\"black\" fill-opacity=\"0.8\"/>",
48
- "default": true
49
- },
50
- {
51
- "name": "eva",
52
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M53 0c34.75 0 49 17.47 49 31S82.4 48 53 48C23.95 48 2 44.53 2 31S17.11 0 53 0\" fill=\"black\" fill-opacity=\"0.8\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.82 34.65C22.29 33.3 17.58 28.31 18.3 23.5c.72-4.78 6.6-7.57 13.12-6.22 6.53 1.36 11.24 6.35 10.52 11.15s-6.6 7.59-13.12 6.23m46.6 0C68.9 36 63.02 33.2 62.3 28.4s4-9.8 10.52-11.15 12.4 1.44 13.12 6.24-4 9.8-10.52 11.14\" fill=\"#25A6F5\"/>",
53
- "default": true
54
- },
55
- {
56
- "name": "frame1",
57
- "content": "<rect y=\"4\" width=\"104\" height=\"42\" rx=\"4\" fill=\"black\" fill-opacity=\"0.8\"/><rect x=\"28\" y=\"25\" width=\"10\" height=\"11\" rx=\"2\" fill=\"#8BDDFF\"/><rect x=\"66\" y=\"25\" width=\"10\" height=\"11\" rx=\"2\" fill=\"#8BDDFF\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 4h8L12 46H4z\" fill=\"white\" fill-opacity=\"0.4\"/>",
58
- "default": true
59
- },
60
- {
61
- "name": "frame2",
62
- "content": "<rect x=\"8\" y=\"10\" width=\"88\" height=\"36\" rx=\"4\" fill=\"black\" fill-opacity=\"0.8\"/><rect x=\"28\" y=\"21\" width=\"10\" height=\"17\" rx=\"2\" fill=\"#5EF2B8\"/><rect x=\"66\" y=\"21\" width=\"10\" height=\"17\" rx=\"2\" fill=\"#5EF2B8\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M83 10h5L76 46h-5z\" fill=\"white\" fill-opacity=\"0.4\"/>",
63
- "default": true
64
- },
65
- {
66
- "name": "glow",
67
- "content": "<circle cx=\"21\" cy=\"30\" r=\"15\" fill=\"white\" fill-opacity=\"0.1\"/><circle cx=\"83\" cy=\"30\" r=\"15\" fill=\"white\" fill-opacity=\"0.1\"/><circle cx=\"21\" cy=\"30\" r=\"12\" fill=\"white\" fill-opacity=\"0.1\"/><circle cx=\"83\" cy=\"30\" r=\"12\" fill=\"white\" fill-opacity=\"0.1\"/><circle cx=\"21\" cy=\"30\" r=\"6\" fill=\"white\" fill-opacity=\"0.8\"/><circle cx=\"83\" cy=\"30\" r=\"6\" fill=\"white\" fill-opacity=\"0.8\"/><circle cx=\"21\" cy=\"30\" r=\"3\" fill=\"white\" fill-opacity=\"0.8\"/><circle cx=\"83\" cy=\"30\" r=\"3\" fill=\"white\" fill-opacity=\"0.8\"/>",
68
- "default": true
69
- },
70
- {
71
- "name": "happy",
72
- "content": "<path d=\"m18 19 12-2M20 31c0-3.31 2.9-6 7-6 3.1 0 6 2.69 6 6m53-11-12-3m10 14c0-3.31-2.9-6-6-6-4.1 0-7 2.69-7 6\" stroke=\"black\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
73
- "default": true
74
- },
75
- {
76
- "name": "hearts",
77
- "content": "<path d=\"M29.27 9.68c-2.55.13-4.96 2.24-6.25 4.15-1.48-1.76-4.1-3.6-6.65-3.47-5.48.28-8.85 3.8-8.63 8.1.3 5.72 4.88 8.89 9.7 12.24 1.7 1.15 5 4.15 5.42 4.82s2.14.6 2.58-.13a38 38 0 0 1 4.9-5.36c4.43-3.84 8.66-7.47 8.36-13.2-.23-4.3-3.95-7.44-9.43-7.15m58.36.68c-2.55-.14-5.17 1.7-6.65 3.47-1.3-1.9-3.7-4.02-6.25-4.15-5.48-.29-9.2 2.86-9.43 7.16-.3 5.72 3.93 9.35 8.36 13.2 1.6 1.31 4.55 4.63 4.9 5.35.35.7 2.06.82 2.58.13a37 37 0 0 1 5.42-4.82c4.8-3.35 9.4-6.52 9.7-12.24.22-4.3-3.15-7.82-8.63-8.1\" fill=\"#FF5353\" fill-opacity=\"0.8\"/>",
78
- "default": true
79
- },
80
- {
81
- "name": "robocop",
82
- "content": "<rect x=\"7\" y=\"16\" width=\"91\" height=\"16\" rx=\"4\" fill=\"black\" fill-opacity=\"0.8\"/><mask id=\"eyesRobocop-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"7\" y=\"16\" width=\"91\" height=\"16\"><rect x=\"7\" y=\"16\" width=\"91\" height=\"16\" rx=\"4\" fill=\"white\"/></mask><g mask=\"url(#eyesRobocop-a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M76 7h18L82 37H64zM52 7h9L49 37h-9z\" fill=\"white\" fill-opacity=\"0.8\"/></g>",
83
- "default": true
84
- },
85
- {
86
- "name": "round",
87
- "content": "<circle cx=\"24\" cy=\"30\" r=\"6\" fill=\"white\"/><circle cx=\"80\" cy=\"30\" r=\"6\" fill=\"white\"/>",
88
- "default": true
89
- },
90
- {
91
- "name": "roundFrame01",
92
- "content": "<rect y=\"12\" width=\"104\" height=\"32\" rx=\"16\" fill=\"black\" fill-opacity=\"0.8\"/><rect x=\"24\" y=\"22\" width=\"10\" height=\"12\" rx=\"2\" fill=\"#F4F4F4\"/><rect x=\"70\" y=\"22\" width=\"10\" height=\"12\" rx=\"2\" fill=\"#F4F4F4\"/>",
93
- "default": true
94
- },
95
- {
96
- "name": "roundFrame02",
97
- "content": "<rect y=\"11\" width=\"104\" height=\"34\" rx=\"17\" fill=\"black\" fill-opacity=\"0.8\"/><circle cx=\"29\" cy=\"28\" r=\"13\" fill=\"#F1EEDA\"/><circle cx=\"75\" cy=\"28\" r=\"13\" fill=\"#F1EEDA\"/><rect x=\"24\" y=\"23\" width=\"10\" height=\"10\" rx=\"2\" fill=\"black\" fill-opacity=\"0.8\"/><rect x=\"70\" y=\"23\" width=\"10\" height=\"10\" rx=\"2\" fill=\"black\" fill-opacity=\"0.8\"/>",
98
- "default": true
99
- },
100
- {
101
- "name": "sensor",
102
- "content": "<path d=\"M28 44a20 20 0 0 0 19.9-18h41.52a5 5 0 1 0 0-4H47.9A20 20 0 1 0 28 44\" fill=\"black\" fill-opacity=\"0.2\"/><circle cx=\"94\" cy=\"24\" r=\"2\" fill=\"white\"/><circle cx=\"28\" cy=\"24\" r=\"16\" fill=\"black\" fill-opacity=\"0.6\"/><circle cx=\"34\" cy=\"16\" r=\"3\" fill=\"white\"/>",
103
- "default": true
104
- },
105
- {
106
- "name": "shade01",
107
- "content": "<path d=\"M96 2H8c-4.5 0-8 3.5-8 8.03V28c0 4.5 3.5 8 8 8h13c8 0 11 8 18 8h27c7 0 9-8 17-8h13c4.5 0 8-3.5 8-8V10c0-4.5-3.5-8-8-8\" fill=\"black\" fill-opacity=\"0.8\"/><path d=\"M87 14H17c-3.5 0-5 3-5 5v2c0 2 1.5 5 5 5h12c6 0 11.62 8 17 8h14c5.38 0 9-8 15-8h12c3.5 0 5-3 5-5v-2c0-2-1.5-5-5-5\" fill=\"#FF3D3D\"/><path d=\"M22.44 36.09 37.26 2h11L31.4 40.78l-.76-.58c-2.38-1.82-4.83-3.69-8.2-4.11m-10.96-.1L26.26 2h4L15.48 36z\" fill=\"white\" fill-opacity=\"0.2\"/>",
108
- "default": true
932
+ "top": {
933
+ "width": 100,
934
+ "height": 52,
935
+ "probability": 100,
936
+ "variants": {
937
+ "antenna": {
938
+ "elements": [
939
+ {
940
+ "name": "mask",
941
+ "type": "element",
942
+ "attributes": {
943
+ "id": "topAntenna-a",
944
+ "style": "mask-type:luminance",
945
+ "maskUnits": "userSpaceOnUse",
946
+ "x": "38",
947
+ "y": "5",
948
+ "width": "24",
949
+ "height": "47"
950
+ },
951
+ "children": [
952
+ {
953
+ "name": "path",
954
+ "type": "element",
955
+ "attributes": {
956
+ "d": "M38 38c0-1.1.9-2 2-2h20a2 2 0 0 1 2 2v14H38z",
957
+ "fill": "white"
958
+ }
959
+ },
960
+ {
961
+ "name": "rect",
962
+ "type": "element",
963
+ "attributes": {
964
+ "x": "48",
965
+ "y": "5",
966
+ "width": "4",
967
+ "height": "31",
968
+ "fill": "white"
969
+ }
970
+ }
971
+ ]
972
+ },
973
+ {
974
+ "name": "g",
975
+ "type": "element",
976
+ "attributes": {
977
+ "mask": "url(#topAntenna-a)"
978
+ },
979
+ "children": [
980
+ {
981
+ "name": "path",
982
+ "type": "element",
983
+ "attributes": {
984
+ "d": "M0 0h100v52H0z",
985
+ "fill": {
986
+ "type": "color",
987
+ "value": "base"
988
+ }
989
+ }
990
+ },
991
+ {
992
+ "name": "path",
993
+ "type": "element",
994
+ "attributes": {
995
+ "d": "M0 3h100v52H0z",
996
+ "fill": "white",
997
+ "fill-opacity": "0.3"
998
+ }
999
+ },
1000
+ {
1001
+ "name": "rect",
1002
+ "type": "element",
1003
+ "attributes": {
1004
+ "x": "38",
1005
+ "y": "36",
1006
+ "width": "24",
1007
+ "height": "16",
1008
+ "fill": "white",
1009
+ "fill-opacity": "0.2"
1010
+ }
1011
+ }
1012
+ ]
1013
+ },
1014
+ {
1015
+ "name": "circle",
1016
+ "type": "element",
1017
+ "attributes": {
1018
+ "cx": "50",
1019
+ "cy": "8",
1020
+ "r": "8",
1021
+ "fill": "#FFE65C"
1022
+ }
1023
+ },
1024
+ {
1025
+ "name": "circle",
1026
+ "type": "element",
1027
+ "attributes": {
1028
+ "cx": "53",
1029
+ "cy": "5",
1030
+ "r": "3",
1031
+ "fill": "white"
1032
+ }
1033
+ }
1034
+ ]
1035
+ },
1036
+ "antennaCrooked": {
1037
+ "elements": [
1038
+ {
1039
+ "name": "mask",
1040
+ "type": "element",
1041
+ "attributes": {
1042
+ "id": "topAntennaCrooked-a",
1043
+ "style": "mask-type:luminance",
1044
+ "maskUnits": "userSpaceOnUse",
1045
+ "x": "38",
1046
+ "y": "12",
1047
+ "width": "24",
1048
+ "height": "40"
1049
+ },
1050
+ "children": [
1051
+ {
1052
+ "name": "path",
1053
+ "type": "element",
1054
+ "attributes": {
1055
+ "d": "M55.54 34.39 51 45h-3.74l4.92-10.44-6.05-10.43 3.22-11.84 2.9.8-2.9 10.62z",
1056
+ "fill": "white"
1057
+ }
1058
+ },
1059
+ {
1060
+ "name": "rect",
1061
+ "type": "element",
1062
+ "attributes": {
1063
+ "x": "38",
1064
+ "y": "39",
1065
+ "width": "24",
1066
+ "height": "13",
1067
+ "fill": "white"
1068
+ }
1069
+ }
1070
+ ]
1071
+ },
1072
+ {
1073
+ "name": "g",
1074
+ "type": "element",
1075
+ "attributes": {
1076
+ "mask": "url(#topAntennaCrooked-a)"
1077
+ },
1078
+ "children": [
1079
+ {
1080
+ "name": "path",
1081
+ "type": "element",
1082
+ "attributes": {
1083
+ "d": "M0 0h100v52H0z",
1084
+ "fill": {
1085
+ "type": "color",
1086
+ "value": "base"
1087
+ }
1088
+ }
1089
+ },
1090
+ {
1091
+ "name": "path",
1092
+ "type": "element",
1093
+ "attributes": {
1094
+ "d": "M0 6h100v52H0z",
1095
+ "fill": "white",
1096
+ "fill-opacity": "0.3"
1097
+ }
1098
+ },
1099
+ {
1100
+ "name": "rect",
1101
+ "type": "element",
1102
+ "attributes": {
1103
+ "x": "38",
1104
+ "y": "39",
1105
+ "width": "24",
1106
+ "height": "13",
1107
+ "fill": "white",
1108
+ "fill-opacity": "0.2"
1109
+ }
1110
+ }
1111
+ ]
1112
+ },
1113
+ {
1114
+ "name": "circle",
1115
+ "type": "element",
1116
+ "attributes": {
1117
+ "cx": "50",
1118
+ "cy": "8",
1119
+ "r": "8",
1120
+ "fill": "#FFE65C"
1121
+ }
1122
+ },
1123
+ {
1124
+ "name": "circle",
1125
+ "type": "element",
1126
+ "attributes": {
1127
+ "cx": "53",
1128
+ "cy": "5",
1129
+ "r": "3",
1130
+ "fill": "white"
1131
+ }
1132
+ }
1133
+ ]
1134
+ },
1135
+ "bulb01": {
1136
+ "elements": [
1137
+ {
1138
+ "name": "mask",
1139
+ "type": "element",
1140
+ "attributes": {
1141
+ "id": "topBulb01-a",
1142
+ "style": "mask-type:luminance",
1143
+ "maskUnits": "userSpaceOnUse",
1144
+ "x": "22",
1145
+ "y": "0",
1146
+ "width": "56",
1147
+ "height": "52"
1148
+ },
1149
+ "children": [
1150
+ {
1151
+ "name": "path",
1152
+ "type": "element",
1153
+ "attributes": {
1154
+ "fill-rule": "evenodd",
1155
+ "clip-rule": "evenodd",
1156
+ "d": "M32 16A16 16 0 0 1 48 0h4a16 16 0 0 1 16 16v16a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8z",
1157
+ "fill": "white"
1158
+ }
1159
+ },
1160
+ {
1161
+ "name": "rect",
1162
+ "type": "element",
1163
+ "attributes": {
1164
+ "x": "22",
1165
+ "y": "40",
1166
+ "width": "56",
1167
+ "height": "12",
1168
+ "rx": "1",
1169
+ "fill": "white"
1170
+ }
1171
+ }
1172
+ ]
1173
+ },
1174
+ {
1175
+ "name": "g",
1176
+ "type": "element",
1177
+ "attributes": {
1178
+ "mask": "url(#topBulb01-a)"
1179
+ },
1180
+ "children": [
1181
+ {
1182
+ "name": "path",
1183
+ "type": "element",
1184
+ "attributes": {
1185
+ "d": "M0 0h100v52H0z",
1186
+ "fill": {
1187
+ "type": "color",
1188
+ "value": "base"
1189
+ }
1190
+ }
1191
+ },
1192
+ {
1193
+ "name": "path",
1194
+ "type": "element",
1195
+ "attributes": {
1196
+ "d": "M0 0h100v52H0z",
1197
+ "fill": "white",
1198
+ "fill-opacity": "0.3"
1199
+ }
1200
+ },
1201
+ {
1202
+ "name": "rect",
1203
+ "type": "element",
1204
+ "attributes": {
1205
+ "x": "20",
1206
+ "y": "-3",
1207
+ "width": "60",
1208
+ "height": "43",
1209
+ "fill": "white",
1210
+ "fill-opacity": "0.4"
1211
+ }
1212
+ },
1213
+ {
1214
+ "name": "path",
1215
+ "type": "element",
1216
+ "attributes": {
1217
+ "d": "M49 3.5c4.93 0 9.37 2.13 12.44 5.52",
1218
+ "stroke": "white",
1219
+ "stroke-width": "2",
1220
+ "stroke-linecap": "round"
1221
+ }
1222
+ },
1223
+ {
1224
+ "name": "path",
1225
+ "type": "element",
1226
+ "attributes": {
1227
+ "d": "M62.14 19.83 52 29.97V40h-4V29.83l-10-10L40.83 17l9 9h.48l9.02-9z",
1228
+ "fill": "white",
1229
+ "fill-opacity": "0.8"
1230
+ }
1231
+ }
1232
+ ]
1233
+ }
1234
+ ]
1235
+ },
1236
+ "glowingBulb01": {
1237
+ "elements": [
1238
+ {
1239
+ "name": "g",
1240
+ "type": "element",
1241
+ "attributes": {
1242
+ "filter": "url(#topGlowingBulb01-a)"
1243
+ },
1244
+ "children": [
1245
+ {
1246
+ "name": "path",
1247
+ "type": "element",
1248
+ "attributes": {
1249
+ "fill-rule": "evenodd",
1250
+ "clip-rule": "evenodd",
1251
+ "d": "M32 24A16 16 0 0 1 48 8h4a16 16 0 0 1 16 16v8a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8z",
1252
+ "fill": "white",
1253
+ "fill-opacity": "0.3"
1254
+ }
1255
+ }
1256
+ ]
1257
+ },
1258
+ {
1259
+ "name": "path",
1260
+ "type": "element",
1261
+ "attributes": {
1262
+ "d": "M49 11.5c4.93 0 9.37 2.13 12.44 5.52",
1263
+ "stroke": "white",
1264
+ "stroke-width": "2",
1265
+ "stroke-linecap": "round"
1266
+ }
1267
+ },
1268
+ {
1269
+ "name": "path",
1270
+ "type": "element",
1271
+ "attributes": {
1272
+ "d": "M62.14 22.83 52 32.97V40h-4v-7.17l-10-10L40.83 20l9 9h.48l9.02-9z",
1273
+ "fill": "white",
1274
+ "fill-opacity": "0.8"
1275
+ }
1276
+ },
1277
+ {
1278
+ "name": "rect",
1279
+ "type": "element",
1280
+ "attributes": {
1281
+ "x": "22",
1282
+ "y": "40",
1283
+ "width": "56",
1284
+ "height": "12",
1285
+ "rx": "1",
1286
+ "fill": "#48494B"
1287
+ }
1288
+ },
1289
+ {
1290
+ "name": "defs",
1291
+ "type": "element",
1292
+ "children": [
1293
+ {
1294
+ "name": "filter",
1295
+ "type": "element",
1296
+ "attributes": {
1297
+ "id": "topGlowingBulb01-a",
1298
+ "x": "24",
1299
+ "y": "0",
1300
+ "width": "52",
1301
+ "height": "48",
1302
+ "filterUnits": "userSpaceOnUse",
1303
+ "color-interpolation-filters": "sRGB"
1304
+ },
1305
+ "children": [
1306
+ {
1307
+ "name": "feFlood",
1308
+ "type": "element",
1309
+ "attributes": {
1310
+ "flood-opacity": "0",
1311
+ "result": "BackgroundImageFix"
1312
+ }
1313
+ },
1314
+ {
1315
+ "name": "feColorMatrix",
1316
+ "type": "element",
1317
+ "attributes": {
1318
+ "in": "SourceAlpha",
1319
+ "values": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
1320
+ "result": "hardAlpha"
1321
+ }
1322
+ },
1323
+ {
1324
+ "name": "feOffset",
1325
+ "type": "element"
1326
+ },
1327
+ {
1328
+ "name": "feGaussianBlur",
1329
+ "type": "element",
1330
+ "attributes": {
1331
+ "stdDeviation": "4"
1332
+ }
1333
+ },
1334
+ {
1335
+ "name": "feColorMatrix",
1336
+ "type": "element",
1337
+ "attributes": {
1338
+ "values": "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "feBlend",
1343
+ "type": "element",
1344
+ "attributes": {
1345
+ "in2": "BackgroundImageFix",
1346
+ "result": "effect1_dropShadow_2921_714"
1347
+ }
1348
+ },
1349
+ {
1350
+ "name": "feBlend",
1351
+ "type": "element",
1352
+ "attributes": {
1353
+ "in": "SourceGraphic",
1354
+ "in2": "effect1_dropShadow_2921_714",
1355
+ "result": "shape"
1356
+ }
1357
+ },
1358
+ {
1359
+ "name": "feColorMatrix",
1360
+ "type": "element",
1361
+ "attributes": {
1362
+ "in": "SourceAlpha",
1363
+ "values": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
1364
+ "result": "hardAlpha"
1365
+ }
1366
+ },
1367
+ {
1368
+ "name": "feOffset",
1369
+ "type": "element"
1370
+ },
1371
+ {
1372
+ "name": "feGaussianBlur",
1373
+ "type": "element",
1374
+ "attributes": {
1375
+ "stdDeviation": "2"
1376
+ }
1377
+ },
1378
+ {
1379
+ "name": "feComposite",
1380
+ "type": "element",
1381
+ "attributes": {
1382
+ "in2": "hardAlpha",
1383
+ "operator": "arithmetic",
1384
+ "k2": "-1",
1385
+ "k3": "1"
1386
+ }
1387
+ },
1388
+ {
1389
+ "name": "feColorMatrix",
1390
+ "type": "element",
1391
+ "attributes": {
1392
+ "values": "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"
1393
+ }
1394
+ },
1395
+ {
1396
+ "name": "feBlend",
1397
+ "type": "element",
1398
+ "attributes": {
1399
+ "in2": "shape",
1400
+ "result": "effect2_innerShadow_2921_714"
1401
+ }
1402
+ }
1403
+ ]
1404
+ }
1405
+ ]
1406
+ }
1407
+ ]
1408
+ },
1409
+ "glowingBulb02": {
1410
+ "elements": [
1411
+ {
1412
+ "name": "g",
1413
+ "type": "element",
1414
+ "attributes": {
1415
+ "filter": "url(#topGlowingBulb02-a)"
1416
+ },
1417
+ "children": [
1418
+ {
1419
+ "name": "path",
1420
+ "type": "element",
1421
+ "attributes": {
1422
+ "fill-rule": "evenodd",
1423
+ "clip-rule": "evenodd",
1424
+ "d": "M30 33a20 20 0 1 1 40 0v11H30z",
1425
+ "fill": "white",
1426
+ "fill-opacity": "0.3"
1427
+ }
1428
+ }
1429
+ ]
1430
+ },
1431
+ {
1432
+ "name": "ellipse",
1433
+ "type": "element",
1434
+ "attributes": {
1435
+ "cx": "50",
1436
+ "cy": "30",
1437
+ "rx": "4",
1438
+ "ry": "6",
1439
+ "fill": "white",
1440
+ "fill-opacity": "0.6"
1441
+ }
1442
+ },
1443
+ {
1444
+ "name": "path",
1445
+ "type": "element",
1446
+ "attributes": {
1447
+ "d": "M50 15.5c4.93 0 9.37 2.13 12.44 5.52m2.43 3.5q1.05 1.97 1.53 4.23",
1448
+ "stroke": "white",
1449
+ "stroke-width": "2",
1450
+ "stroke-linecap": "round"
1451
+ }
1452
+ },
1453
+ {
1454
+ "name": "rect",
1455
+ "type": "element",
1456
+ "attributes": {
1457
+ "x": "20",
1458
+ "y": "36",
1459
+ "width": "60",
1460
+ "height": "16",
1461
+ "rx": "1",
1462
+ "fill": "#48494B"
1463
+ }
1464
+ },
1465
+ {
1466
+ "name": "defs",
1467
+ "type": "element",
1468
+ "children": [
1469
+ {
1470
+ "name": "filter",
1471
+ "type": "element",
1472
+ "attributes": {
1473
+ "id": "topGlowingBulb02-a",
1474
+ "x": "22",
1475
+ "y": "5",
1476
+ "width": "56",
1477
+ "height": "47",
1478
+ "filterUnits": "userSpaceOnUse",
1479
+ "color-interpolation-filters": "sRGB"
1480
+ },
1481
+ "children": [
1482
+ {
1483
+ "name": "feFlood",
1484
+ "type": "element",
1485
+ "attributes": {
1486
+ "flood-opacity": "0",
1487
+ "result": "BackgroundImageFix"
1488
+ }
1489
+ },
1490
+ {
1491
+ "name": "feColorMatrix",
1492
+ "type": "element",
1493
+ "attributes": {
1494
+ "in": "SourceAlpha",
1495
+ "values": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
1496
+ "result": "hardAlpha"
1497
+ }
1498
+ },
1499
+ {
1500
+ "name": "feOffset",
1501
+ "type": "element"
1502
+ },
1503
+ {
1504
+ "name": "feGaussianBlur",
1505
+ "type": "element",
1506
+ "attributes": {
1507
+ "stdDeviation": "4"
1508
+ }
1509
+ },
1510
+ {
1511
+ "name": "feColorMatrix",
1512
+ "type": "element",
1513
+ "attributes": {
1514
+ "values": "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"
1515
+ }
1516
+ },
1517
+ {
1518
+ "name": "feBlend",
1519
+ "type": "element",
1520
+ "attributes": {
1521
+ "in2": "BackgroundImageFix",
1522
+ "result": "effect1_dropShadow_2921_726"
1523
+ }
1524
+ },
1525
+ {
1526
+ "name": "feBlend",
1527
+ "type": "element",
1528
+ "attributes": {
1529
+ "in": "SourceGraphic",
1530
+ "in2": "effect1_dropShadow_2921_726",
1531
+ "result": "shape"
1532
+ }
1533
+ },
1534
+ {
1535
+ "name": "feColorMatrix",
1536
+ "type": "element",
1537
+ "attributes": {
1538
+ "in": "SourceAlpha",
1539
+ "values": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
1540
+ "result": "hardAlpha"
1541
+ }
1542
+ },
1543
+ {
1544
+ "name": "feOffset",
1545
+ "type": "element"
1546
+ },
1547
+ {
1548
+ "name": "feGaussianBlur",
1549
+ "type": "element",
1550
+ "attributes": {
1551
+ "stdDeviation": "2"
1552
+ }
1553
+ },
1554
+ {
1555
+ "name": "feComposite",
1556
+ "type": "element",
1557
+ "attributes": {
1558
+ "in2": "hardAlpha",
1559
+ "operator": "arithmetic",
1560
+ "k2": "-1",
1561
+ "k3": "1"
1562
+ }
1563
+ },
1564
+ {
1565
+ "name": "feColorMatrix",
1566
+ "type": "element",
1567
+ "attributes": {
1568
+ "values": "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"
1569
+ }
1570
+ },
1571
+ {
1572
+ "name": "feBlend",
1573
+ "type": "element",
1574
+ "attributes": {
1575
+ "in2": "shape",
1576
+ "result": "effect2_innerShadow_2921_726"
1577
+ }
1578
+ }
1579
+ ]
1580
+ }
1581
+ ]
1582
+ }
1583
+ ]
1584
+ },
1585
+ "horns": {
1586
+ "elements": [
1587
+ {
1588
+ "name": "mask",
1589
+ "type": "element",
1590
+ "attributes": {
1591
+ "id": "topHorns-a",
1592
+ "style": "mask-type:luminance",
1593
+ "maskUnits": "userSpaceOnUse",
1594
+ "x": "8",
1595
+ "y": "12",
1596
+ "width": "84",
1597
+ "height": "40"
1598
+ },
1599
+ "children": [
1600
+ {
1601
+ "name": "rect",
1602
+ "type": "element",
1603
+ "attributes": {
1604
+ "x": "8",
1605
+ "y": "40",
1606
+ "width": "26",
1607
+ "height": "12",
1608
+ "fill": "white"
1609
+ }
1610
+ },
1611
+ {
1612
+ "name": "rect",
1613
+ "type": "element",
1614
+ "attributes": {
1615
+ "width": "26",
1616
+ "height": "12",
1617
+ "transform": "matrix(-1 0 0 1 92 40)",
1618
+ "fill": "white"
1619
+ }
1620
+ },
1621
+ {
1622
+ "name": "path",
1623
+ "type": "element",
1624
+ "attributes": {
1625
+ "fill-rule": "evenodd",
1626
+ "clip-rule": "evenodd",
1627
+ "d": "M16.52 13.74c0 7.84 5.39 20.71 13.72 27.04H11.36S7.84 22.66 13.43 14.1c.9-1.38 3.1-1.42 3.1-.36M84 14c.66 7.04-5.77 20.62-14 27h19s3.14-18.26-2-27c-1-1.7-3.14-1.45-3 0",
1628
+ "fill": "white"
1629
+ }
1630
+ }
1631
+ ]
1632
+ },
1633
+ {
1634
+ "name": "g",
1635
+ "type": "element",
1636
+ "attributes": {
1637
+ "mask": "url(#topHorns-a)"
1638
+ },
1639
+ "children": [
1640
+ {
1641
+ "name": "path",
1642
+ "type": "element",
1643
+ "attributes": {
1644
+ "d": "M0 0h100v52H0z",
1645
+ "fill": {
1646
+ "type": "color",
1647
+ "value": "base"
1648
+ }
1649
+ }
1650
+ },
1651
+ {
1652
+ "name": "path",
1653
+ "type": "element",
1654
+ "attributes": {
1655
+ "d": "M0 0h100v52H0z",
1656
+ "fill": "white",
1657
+ "fill-opacity": "0.3"
1658
+ }
1659
+ },
1660
+ {
1661
+ "name": "rect",
1662
+ "type": "element",
1663
+ "attributes": {
1664
+ "y": "40",
1665
+ "width": "100",
1666
+ "height": "12",
1667
+ "fill": "black",
1668
+ "fill-opacity": "0.4"
1669
+ }
1670
+ },
1671
+ {
1672
+ "name": "path",
1673
+ "type": "element",
1674
+ "attributes": {
1675
+ "fill-rule": "evenodd",
1676
+ "clip-rule": "evenodd",
1677
+ "d": "M15.46 13h16.1v27H20.83c-7.45-7.85-5.36-27-5.36-27m69.35 0h7.75v27H81.82c5.75-7.8 3-27 3-27",
1678
+ "fill": "white",
1679
+ "fill-opacity": "0.4"
1680
+ }
1681
+ }
1682
+ ]
1683
+ }
1684
+ ]
1685
+ },
1686
+ "lights": {
1687
+ "elements": [
1688
+ {
1689
+ "name": "mask",
1690
+ "type": "element",
1691
+ "attributes": {
1692
+ "id": "topLights-a",
1693
+ "style": "mask-type:luminance",
1694
+ "maskUnits": "userSpaceOnUse",
1695
+ "x": "10",
1696
+ "y": "22",
1697
+ "width": "80",
1698
+ "height": "30"
1699
+ },
1700
+ "children": [
1701
+ {
1702
+ "name": "path",
1703
+ "type": "element",
1704
+ "attributes": {
1705
+ "d": "M10 42c0-1.1.9-2 2-2h76a2 2 0 0 1 2 2v10H10z",
1706
+ "fill": "white"
1707
+ }
1708
+ },
1709
+ {
1710
+ "name": "path",
1711
+ "type": "element",
1712
+ "attributes": {
1713
+ "d": "M18 27a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v25H18zm24 0a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v25H42zm24 0a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v25H66z",
1714
+ "fill": "white"
1715
+ }
1716
+ }
1717
+ ]
1718
+ },
1719
+ {
1720
+ "name": "g",
1721
+ "type": "element",
1722
+ "attributes": {
1723
+ "mask": "url(#topLights-a)"
1724
+ },
1725
+ "children": [
1726
+ {
1727
+ "name": "path",
1728
+ "type": "element",
1729
+ "attributes": {
1730
+ "d": "M0 0h100v52H0z",
1731
+ "fill": {
1732
+ "type": "color",
1733
+ "value": "base"
1734
+ }
1735
+ }
1736
+ },
1737
+ {
1738
+ "name": "path",
1739
+ "type": "element",
1740
+ "attributes": {
1741
+ "d": "M0 0h100v52H0z",
1742
+ "fill": "white",
1743
+ "fill-opacity": "0.3"
1744
+ }
1745
+ },
1746
+ {
1747
+ "name": "rect",
1748
+ "type": "element",
1749
+ "attributes": {
1750
+ "width": "100",
1751
+ "height": "40",
1752
+ "fill": "white",
1753
+ "fill-opacity": "0.6"
1754
+ }
1755
+ },
1756
+ {
1757
+ "name": "rect",
1758
+ "type": "element",
1759
+ "attributes": {
1760
+ "x": "24",
1761
+ "y": "28",
1762
+ "width": "4",
1763
+ "height": "8",
1764
+ "rx": "2",
1765
+ "fill": "white",
1766
+ "fill-opacity": "0.6"
1767
+ }
1768
+ },
1769
+ {
1770
+ "name": "rect",
1771
+ "type": "element",
1772
+ "attributes": {
1773
+ "x": "48",
1774
+ "y": "28",
1775
+ "width": "4",
1776
+ "height": "8",
1777
+ "rx": "2",
1778
+ "fill": "white",
1779
+ "fill-opacity": "0.6"
1780
+ }
1781
+ },
1782
+ {
1783
+ "name": "rect",
1784
+ "type": "element",
1785
+ "attributes": {
1786
+ "x": "72",
1787
+ "y": "28",
1788
+ "width": "4",
1789
+ "height": "8",
1790
+ "rx": "2",
1791
+ "fill": "white",
1792
+ "fill-opacity": "0.6"
1793
+ }
1794
+ }
1795
+ ]
1796
+ }
1797
+ ]
1798
+ },
1799
+ "pyramid": {
1800
+ "elements": [
1801
+ {
1802
+ "name": "mask",
1803
+ "type": "element",
1804
+ "attributes": {
1805
+ "id": "topPyramid-a",
1806
+ "style": "mask-type:luminance",
1807
+ "maskUnits": "userSpaceOnUse",
1808
+ "x": "18",
1809
+ "y": "8",
1810
+ "width": "64",
1811
+ "height": "44"
1812
+ },
1813
+ "children": [
1814
+ {
1815
+ "name": "path",
1816
+ "type": "element",
1817
+ "attributes": {
1818
+ "fill-rule": "evenodd",
1819
+ "clip-rule": "evenodd",
1820
+ "d": "m50 8 32 44H18z",
1821
+ "fill": "white"
1822
+ }
1823
+ }
1824
+ ]
1825
+ },
1826
+ {
1827
+ "name": "g",
1828
+ "type": "element",
1829
+ "attributes": {
1830
+ "mask": "url(#topPyramid-a)"
1831
+ },
1832
+ "children": [
1833
+ {
1834
+ "name": "path",
1835
+ "type": "element",
1836
+ "attributes": {
1837
+ "d": "M0 0h100v52H0z",
1838
+ "fill": {
1839
+ "type": "color",
1840
+ "value": "base"
1841
+ }
1842
+ }
1843
+ },
1844
+ {
1845
+ "name": "path",
1846
+ "type": "element",
1847
+ "attributes": {
1848
+ "d": "M0 0h100v52H0z",
1849
+ "fill": "white",
1850
+ "fill-opacity": "0.3"
1851
+ }
1852
+ },
1853
+ {
1854
+ "name": "rect",
1855
+ "type": "element",
1856
+ "attributes": {
1857
+ "x": "50",
1858
+ "y": "4",
1859
+ "width": "30",
1860
+ "height": "48",
1861
+ "fill": "white",
1862
+ "fill-opacity": "0.8"
1863
+ }
1864
+ }
1865
+ ]
1866
+ }
1867
+ ]
1868
+ },
1869
+ "radar": {
1870
+ "elements": [
1871
+ {
1872
+ "name": "mask",
1873
+ "type": "element",
1874
+ "attributes": {
1875
+ "id": "topRadar-a",
1876
+ "style": "mask-type:luminance",
1877
+ "maskUnits": "userSpaceOnUse",
1878
+ "x": "37",
1879
+ "y": "0",
1880
+ "width": "36",
1881
+ "height": "53"
1882
+ },
1883
+ "children": [
1884
+ {
1885
+ "name": "path",
1886
+ "type": "element",
1887
+ "attributes": {
1888
+ "fill-rule": "evenodd",
1889
+ "clip-rule": "evenodd",
1890
+ "d": "M43.8.11A20 20 0 1 0 72.08 28.4",
1891
+ "fill": "white"
1892
+ }
1893
+ },
1894
+ {
1895
+ "name": "circle",
1896
+ "type": "element",
1897
+ "attributes": {
1898
+ "cx": "67.1335",
1899
+ "cy": "5.06237",
1900
+ "r": "4",
1901
+ "transform": "rotate(45 67.13 5.06)",
1902
+ "fill": "white"
1903
+ }
1904
+ },
1905
+ {
1906
+ "name": "rect",
1907
+ "type": "element",
1908
+ "attributes": {
1909
+ "x": "64.3052",
1910
+ "y": "6.47668",
1911
+ "width": "2",
1912
+ "height": "26",
1913
+ "transform": "rotate(45 64.3 6.48)",
1914
+ "fill": "white"
1915
+ }
1916
+ },
1917
+ {
1918
+ "name": "rect",
1919
+ "type": "element",
1920
+ "attributes": {
1921
+ "x": "47.9412",
1922
+ "y": "28.1127",
1923
+ "width": "4",
1924
+ "height": "24",
1925
+ "fill": "white"
1926
+ }
1927
+ }
1928
+ ]
1929
+ },
1930
+ {
1931
+ "name": "g",
1932
+ "type": "element",
1933
+ "attributes": {
1934
+ "mask": "url(#topRadar-a)"
1935
+ },
1936
+ "children": [
1937
+ {
1938
+ "name": "path",
1939
+ "type": "element",
1940
+ "attributes": {
1941
+ "d": "M0 0h100v52H0z",
1942
+ "fill": "#90A4AE"
1943
+ }
1944
+ },
1945
+ {
1946
+ "name": "path",
1947
+ "type": "element",
1948
+ "attributes": {
1949
+ "d": "M0 0h100v52H0z",
1950
+ "fill": "white",
1951
+ "fill-opacity": "0.3"
1952
+ }
1953
+ },
1954
+ {
1955
+ "name": "path",
1956
+ "type": "element",
1957
+ "attributes": {
1958
+ "fill-rule": "evenodd",
1959
+ "clip-rule": "evenodd",
1960
+ "d": "M43.8.11A20 20 0 1 0 72.08 28.4",
1961
+ "fill": "white",
1962
+ "fill-opacity": "0.2"
1963
+ }
1964
+ },
1965
+ {
1966
+ "name": "circle",
1967
+ "type": "element",
1968
+ "attributes": {
1969
+ "cx": "67.1335",
1970
+ "cy": "7.40564",
1971
+ "r": "5.65685",
1972
+ "transform": "rotate(45 67.13 7.4)",
1973
+ "fill": "white",
1974
+ "fill-opacity": "0.8"
1975
+ }
1976
+ }
1977
+ ]
1978
+ }
1979
+ ]
109
1980
  }
110
- ]
1981
+ }
111
1982
  },
112
- {
113
- "name": "face",
1983
+ "face": {
114
1984
  "width": 130,
115
1985
  "height": 120,
116
- "variants": [
117
- {
118
- "name": "round01",
119
- "content": "<mask id=\"faceRound01-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"130\" height=\"120\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M66 0c58.35 0 64 40.69 64 78 0 33.32-25.47 42-64 42-37.46 0-66-8.69-66-42C0 40.69 7.65 0 66 0\" fill=\"white\"/></mask><g mask=\"url(#faceRound01-a)\"><path d=\"M-4-2h138v124H-4z\" fill=\"url(#color-base)\"/><g transform=\"translate(-1 -1)\"><use href=\"#component-texture\"/></g></g>",
120
- "default": true
121
- },
122
- {
123
- "name": "round02",
124
- "content": "<mask id=\"faceRound02-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"130\" height=\"120\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 31v-1c.18-.48.4-1.5 1-3 .83-3.06 2.78-6.56 6-10C16.7 6.6 35.17 0 65 0s48.3 6.6 58 17c3.22 3.44 5.17 6.94 6 10 .6 1.5.82 2.52 1 3v40c0-.1-.03.5 0 1a54 54 0 0 1-1 6c-1.19 6-3.4 11.91-7 17-9.72 16.34-27.74 26-57 26s-47.28-9.66-57-26c-3.6-5.1-5.8-11-7-17a54 54 0 0 1-1-6c.03-.45 0-1.32 0-1z\" fill=\"white\"/></mask><g mask=\"url(#faceRound02-a)\"><path d=\"M-4-2h138v124H-4z\" fill=\"url(#color-base)\"/><g transform=\"translate(-1 -1)\"><use href=\"#component-texture\"/></g></g>",
125
- "default": true
126
- },
127
- {
128
- "name": "square01",
129
- "content": "<mask id=\"faceSquare01-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"130\" height=\"120\"><rect width=\"130\" height=\"120\" rx=\"18\" fill=\"white\"/></mask><g mask=\"url(#faceSquare01-a)\"><path d=\"M-2-2h134v124H-2z\" fill=\"url(#color-base)\"/><g transform=\"translate(-1 -1)\"><use href=\"#component-texture\"/></g></g>",
130
- "default": true
131
- },
132
- {
133
- "name": "square02",
134
- "content": "<mask id=\"faceSquare02-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"130\" height=\"120\"><path d=\"M0 12A12 12 0 0 1 12 0h106a12 12 0 0 1 12 12v70a38 38 0 0 1-38 38H38A38 38 0 0 1 0 82z\" fill=\"white\"/></mask><g mask=\"url(#faceSquare02-a)\"><path d=\"M-2-2h134v124H-2z\" fill=\"url(#color-base)\"/><g transform=\"translate(-1 -1)\"><use href=\"#component-texture\"/></g></g>",
135
- "default": true
136
- },
137
- {
138
- "name": "square03",
139
- "content": "<mask id=\"faceSquare03-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"130\" height=\"120\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 18A18 18 0 0 1 18 0h94a18 18 0 0 1 18 18v27.15a40 40 0 0 1-2.28 13.31L110.24 108a18 18 0 0 1-16.98 12H36.74a18 18 0 0 1-16.98-12L2.28 58.45A40 40 0 0 1 0 45.15z\" fill=\"white\"/></mask><g mask=\"url(#faceSquare03-a)\"><path d=\"M-2-2h134v124H-2z\" fill=\"url(#color-base)\"/><g transform=\"translate(-1 -1)\"><use href=\"#component-texture\"/></g></g>",
140
- "default": true
141
- },
142
- {
143
- "name": "square04",
144
- "content": "<mask id=\"faceSquare04-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"130\" height=\"120\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 102V68.85a40 40 0 0 1 2.28-13.31L19.76 12A18 18 0 0 1 36.74 0h56.52a18 18 0 0 1 16.98 12l17.48 43.54a40 40 0 0 1 2.28 13.3V102a18 18 0 0 1-18 18H18a18 18 0 0 1-18-18\" fill=\"white\"/></mask><g mask=\"url(#faceSquare04-a)\"><path d=\"M-2-2h134v124H-2z\" fill=\"url(#color-base)\"/><g transform=\"translate(-1 -1)\"><use href=\"#component-texture\"/></g></g>",
145
- "default": true
1986
+ "variants": {
1987
+ "round01": {
1988
+ "elements": [
1989
+ {
1990
+ "name": "mask",
1991
+ "type": "element",
1992
+ "attributes": {
1993
+ "id": "faceRound01-a",
1994
+ "style": "mask-type:luminance",
1995
+ "maskUnits": "userSpaceOnUse",
1996
+ "x": "0",
1997
+ "y": "0",
1998
+ "width": "130",
1999
+ "height": "120"
2000
+ },
2001
+ "children": [
2002
+ {
2003
+ "name": "path",
2004
+ "type": "element",
2005
+ "attributes": {
2006
+ "fill-rule": "evenodd",
2007
+ "clip-rule": "evenodd",
2008
+ "d": "M66 0c58.35 0 64 40.69 64 78 0 33.32-25.47 42-64 42-37.46 0-66-8.69-66-42C0 40.69 7.65 0 66 0",
2009
+ "fill": "white"
2010
+ }
2011
+ }
2012
+ ]
2013
+ },
2014
+ {
2015
+ "name": "g",
2016
+ "type": "element",
2017
+ "attributes": {
2018
+ "mask": "url(#faceRound01-a)"
2019
+ },
2020
+ "children": [
2021
+ {
2022
+ "name": "path",
2023
+ "type": "element",
2024
+ "attributes": {
2025
+ "d": "M-4-2h138v124H-4z",
2026
+ "fill": {
2027
+ "type": "color",
2028
+ "value": "base"
2029
+ }
2030
+ }
2031
+ },
2032
+ {
2033
+ "name": "g",
2034
+ "type": "element",
2035
+ "attributes": {
2036
+ "transform": "translate(-1 -1)"
2037
+ },
2038
+ "children": [
2039
+ {
2040
+ "type": "component",
2041
+ "value": "texture"
2042
+ }
2043
+ ]
2044
+ }
2045
+ ]
2046
+ }
2047
+ ]
2048
+ },
2049
+ "round02": {
2050
+ "elements": [
2051
+ {
2052
+ "name": "mask",
2053
+ "type": "element",
2054
+ "attributes": {
2055
+ "id": "faceRound02-a",
2056
+ "style": "mask-type:luminance",
2057
+ "maskUnits": "userSpaceOnUse",
2058
+ "x": "0",
2059
+ "y": "0",
2060
+ "width": "130",
2061
+ "height": "120"
2062
+ },
2063
+ "children": [
2064
+ {
2065
+ "name": "path",
2066
+ "type": "element",
2067
+ "attributes": {
2068
+ "fill-rule": "evenodd",
2069
+ "clip-rule": "evenodd",
2070
+ "d": "M0 31v-1c.18-.48.4-1.5 1-3 .83-3.06 2.78-6.56 6-10C16.7 6.6 35.17 0 65 0s48.3 6.6 58 17c3.22 3.44 5.17 6.94 6 10 .6 1.5.82 2.52 1 3v40c0-.1-.03.5 0 1a54 54 0 0 1-1 6c-1.19 6-3.4 11.91-7 17-9.72 16.34-27.74 26-57 26s-47.28-9.66-57-26c-3.6-5.1-5.8-11-7-17a54 54 0 0 1-1-6c.03-.45 0-1.32 0-1z",
2071
+ "fill": "white"
2072
+ }
2073
+ }
2074
+ ]
2075
+ },
2076
+ {
2077
+ "name": "g",
2078
+ "type": "element",
2079
+ "attributes": {
2080
+ "mask": "url(#faceRound02-a)"
2081
+ },
2082
+ "children": [
2083
+ {
2084
+ "name": "path",
2085
+ "type": "element",
2086
+ "attributes": {
2087
+ "d": "M-4-2h138v124H-4z",
2088
+ "fill": {
2089
+ "type": "color",
2090
+ "value": "base"
2091
+ }
2092
+ }
2093
+ },
2094
+ {
2095
+ "name": "g",
2096
+ "type": "element",
2097
+ "attributes": {
2098
+ "transform": "translate(-1 -1)"
2099
+ },
2100
+ "children": [
2101
+ {
2102
+ "type": "component",
2103
+ "value": "texture"
2104
+ }
2105
+ ]
2106
+ }
2107
+ ]
2108
+ }
2109
+ ]
2110
+ },
2111
+ "square01": {
2112
+ "elements": [
2113
+ {
2114
+ "name": "mask",
2115
+ "type": "element",
2116
+ "attributes": {
2117
+ "id": "faceSquare01-a",
2118
+ "style": "mask-type:luminance",
2119
+ "maskUnits": "userSpaceOnUse",
2120
+ "x": "0",
2121
+ "y": "0",
2122
+ "width": "130",
2123
+ "height": "120"
2124
+ },
2125
+ "children": [
2126
+ {
2127
+ "name": "rect",
2128
+ "type": "element",
2129
+ "attributes": {
2130
+ "width": "130",
2131
+ "height": "120",
2132
+ "rx": "18",
2133
+ "fill": "white"
2134
+ }
2135
+ }
2136
+ ]
2137
+ },
2138
+ {
2139
+ "name": "g",
2140
+ "type": "element",
2141
+ "attributes": {
2142
+ "mask": "url(#faceSquare01-a)"
2143
+ },
2144
+ "children": [
2145
+ {
2146
+ "name": "path",
2147
+ "type": "element",
2148
+ "attributes": {
2149
+ "d": "M-2-2h134v124H-2z",
2150
+ "fill": {
2151
+ "type": "color",
2152
+ "value": "base"
2153
+ }
2154
+ }
2155
+ },
2156
+ {
2157
+ "name": "g",
2158
+ "type": "element",
2159
+ "attributes": {
2160
+ "transform": "translate(-1 -1)"
2161
+ },
2162
+ "children": [
2163
+ {
2164
+ "type": "component",
2165
+ "value": "texture"
2166
+ }
2167
+ ]
2168
+ }
2169
+ ]
2170
+ }
2171
+ ]
2172
+ },
2173
+ "square02": {
2174
+ "elements": [
2175
+ {
2176
+ "name": "mask",
2177
+ "type": "element",
2178
+ "attributes": {
2179
+ "id": "faceSquare02-a",
2180
+ "style": "mask-type:luminance",
2181
+ "maskUnits": "userSpaceOnUse",
2182
+ "x": "0",
2183
+ "y": "0",
2184
+ "width": "130",
2185
+ "height": "120"
2186
+ },
2187
+ "children": [
2188
+ {
2189
+ "name": "path",
2190
+ "type": "element",
2191
+ "attributes": {
2192
+ "d": "M0 12A12 12 0 0 1 12 0h106a12 12 0 0 1 12 12v70a38 38 0 0 1-38 38H38A38 38 0 0 1 0 82z",
2193
+ "fill": "white"
2194
+ }
2195
+ }
2196
+ ]
2197
+ },
2198
+ {
2199
+ "name": "g",
2200
+ "type": "element",
2201
+ "attributes": {
2202
+ "mask": "url(#faceSquare02-a)"
2203
+ },
2204
+ "children": [
2205
+ {
2206
+ "name": "path",
2207
+ "type": "element",
2208
+ "attributes": {
2209
+ "d": "M-2-2h134v124H-2z",
2210
+ "fill": {
2211
+ "type": "color",
2212
+ "value": "base"
2213
+ }
2214
+ }
2215
+ },
2216
+ {
2217
+ "name": "g",
2218
+ "type": "element",
2219
+ "attributes": {
2220
+ "transform": "translate(-1 -1)"
2221
+ },
2222
+ "children": [
2223
+ {
2224
+ "type": "component",
2225
+ "value": "texture"
2226
+ }
2227
+ ]
2228
+ }
2229
+ ]
2230
+ }
2231
+ ]
2232
+ },
2233
+ "square03": {
2234
+ "elements": [
2235
+ {
2236
+ "name": "mask",
2237
+ "type": "element",
2238
+ "attributes": {
2239
+ "id": "faceSquare03-a",
2240
+ "style": "mask-type:luminance",
2241
+ "maskUnits": "userSpaceOnUse",
2242
+ "x": "0",
2243
+ "y": "0",
2244
+ "width": "130",
2245
+ "height": "120"
2246
+ },
2247
+ "children": [
2248
+ {
2249
+ "name": "path",
2250
+ "type": "element",
2251
+ "attributes": {
2252
+ "fill-rule": "evenodd",
2253
+ "clip-rule": "evenodd",
2254
+ "d": "M0 18A18 18 0 0 1 18 0h94a18 18 0 0 1 18 18v27.15a40 40 0 0 1-2.28 13.31L110.24 108a18 18 0 0 1-16.98 12H36.74a18 18 0 0 1-16.98-12L2.28 58.45A40 40 0 0 1 0 45.15z",
2255
+ "fill": "white"
2256
+ }
2257
+ }
2258
+ ]
2259
+ },
2260
+ {
2261
+ "name": "g",
2262
+ "type": "element",
2263
+ "attributes": {
2264
+ "mask": "url(#faceSquare03-a)"
2265
+ },
2266
+ "children": [
2267
+ {
2268
+ "name": "path",
2269
+ "type": "element",
2270
+ "attributes": {
2271
+ "d": "M-2-2h134v124H-2z",
2272
+ "fill": {
2273
+ "type": "color",
2274
+ "value": "base"
2275
+ }
2276
+ }
2277
+ },
2278
+ {
2279
+ "name": "g",
2280
+ "type": "element",
2281
+ "attributes": {
2282
+ "transform": "translate(-1 -1)"
2283
+ },
2284
+ "children": [
2285
+ {
2286
+ "type": "component",
2287
+ "value": "texture"
2288
+ }
2289
+ ]
2290
+ }
2291
+ ]
2292
+ }
2293
+ ]
2294
+ },
2295
+ "square04": {
2296
+ "elements": [
2297
+ {
2298
+ "name": "mask",
2299
+ "type": "element",
2300
+ "attributes": {
2301
+ "id": "faceSquare04-a",
2302
+ "style": "mask-type:luminance",
2303
+ "maskUnits": "userSpaceOnUse",
2304
+ "x": "0",
2305
+ "y": "0",
2306
+ "width": "130",
2307
+ "height": "120"
2308
+ },
2309
+ "children": [
2310
+ {
2311
+ "name": "path",
2312
+ "type": "element",
2313
+ "attributes": {
2314
+ "fill-rule": "evenodd",
2315
+ "clip-rule": "evenodd",
2316
+ "d": "M0 102V68.85a40 40 0 0 1 2.28-13.31L19.76 12A18 18 0 0 1 36.74 0h56.52a18 18 0 0 1 16.98 12l17.48 43.54a40 40 0 0 1 2.28 13.3V102a18 18 0 0 1-18 18H18a18 18 0 0 1-18-18",
2317
+ "fill": "white"
2318
+ }
2319
+ }
2320
+ ]
2321
+ },
2322
+ {
2323
+ "name": "g",
2324
+ "type": "element",
2325
+ "attributes": {
2326
+ "mask": "url(#faceSquare04-a)"
2327
+ },
2328
+ "children": [
2329
+ {
2330
+ "name": "path",
2331
+ "type": "element",
2332
+ "attributes": {
2333
+ "d": "M-2-2h134v124H-2z",
2334
+ "fill": {
2335
+ "type": "color",
2336
+ "value": "base"
2337
+ }
2338
+ }
2339
+ },
2340
+ {
2341
+ "name": "g",
2342
+ "type": "element",
2343
+ "attributes": {
2344
+ "transform": "translate(-1 -1)"
2345
+ },
2346
+ "children": [
2347
+ {
2348
+ "type": "component",
2349
+ "value": "texture"
2350
+ }
2351
+ ]
2352
+ }
2353
+ ]
2354
+ }
2355
+ ]
146
2356
  }
147
- ]
2357
+ }
148
2358
  },
149
- {
150
- "name": "mouth",
2359
+ "mouth": {
151
2360
  "width": 76,
152
2361
  "height": 32,
153
2362
  "probability": 100,
154
- "variants": [
155
- {
156
- "name": "bite",
157
- "content": "<rect x=\"4\" y=\"5\" width=\"68\" height=\"22\" rx=\"5\" fill=\"black\" fill-opacity=\"0.2\"/><rect x=\"8\" y=\"9\" width=\"60\" height=\"14\" rx=\"2\" fill=\"black\" fill-opacity=\"0.6\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m20 17 6-8H14zm12 0 6-8H26zm12 0 6-8H38zm12 0 6-8H50z\" fill=\"#E1E6E8\"/>",
158
- "default": true
159
- },
160
- {
161
- "name": "diagram",
162
- "content": "<rect x=\"4\" y=\"4\" width=\"68\" height=\"24\" rx=\"5\" fill=\"black\" fill-opacity=\"0.2\"/><rect x=\"8\" y=\"8\" width=\"60\" height=\"16\" rx=\"2\" fill=\"black\" fill-opacity=\"0.8\"/><path d=\"M9 17h11l2-4 3 7 4-8 2 9 3-11 3 10 3-3h15l3-4 2 7 3-3h4\" stroke=\"#4EFAC9\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
163
- "default": true
164
- },
165
- {
166
- "name": "grill01",
167
- "content": "<rect x=\"12\" y=\"12\" width=\"4\" height=\"8\" rx=\"2\" fill=\"black\" fill-opacity=\"0.6\"/><rect x=\"36\" y=\"12\" width=\"4\" height=\"8\" rx=\"2\" fill=\"black\" fill-opacity=\"0.6\"/><rect x=\"24\" y=\"12\" width=\"4\" height=\"8\" rx=\"2\" fill=\"black\" fill-opacity=\"0.6\"/><rect x=\"48\" y=\"12\" width=\"4\" height=\"8\" rx=\"2\" fill=\"black\" fill-opacity=\"0.6\"/><rect x=\"60\" y=\"12\" width=\"4\" height=\"8\" rx=\"2\" fill=\"black\" fill-opacity=\"0.6\"/>",
168
- "default": true
169
- },
170
- {
171
- "name": "grill02",
172
- "content": "<rect x=\"28\" y=\"10\" width=\"6\" height=\"14\" rx=\"2\" fill=\"black\" fill-opacity=\"0.6\"/><rect x=\"14\" y=\"10\" width=\"6\" height=\"14\" rx=\"2\" fill=\"black\" fill-opacity=\"0.6\"/><rect x=\"42\" y=\"10\" width=\"6\" height=\"14\" rx=\"2\" fill=\"black\" fill-opacity=\"0.6\"/><rect x=\"56\" y=\"10\" width=\"6\" height=\"14\" rx=\"2\" fill=\"black\" fill-opacity=\"0.6\"/>",
173
- "default": true
174
- },
175
- {
176
- "name": "grill03",
177
- "content": "<rect x=\"4\" y=\"5\" width=\"68\" height=\"22\" rx=\"5\" fill=\"black\" fill-opacity=\"0.2\"/><rect x=\"8\" y=\"9\" width=\"60\" height=\"14\" rx=\"2\" fill=\"white\"/><rect x=\"18\" y=\"9\" width=\"4\" height=\"14\" fill=\"black\" fill-opacity=\"0.1\"/><rect x=\"42\" y=\"9\" width=\"4\" height=\"14\" fill=\"black\" fill-opacity=\"0.1\"/><rect x=\"30\" y=\"9\" width=\"4\" height=\"14\" fill=\"black\" fill-opacity=\"0.1\"/><rect x=\"54\" y=\"9\" width=\"4\" height=\"14\" fill=\"black\" fill-opacity=\"0.1\"/>",
178
- "default": true
179
- },
180
- {
181
- "name": "smile01",
182
- "content": "<path d=\"M27.05 8.44a2 2 0 1 1 3.9-.88C31.72 10.96 34.4 13 38 13s6.28-2.04 7.05-5.44a2 2 0 1 1 3.9.88C47.75 13.7 43.43 17 38 17s-9.76-3.3-10.95-8.56\" fill=\"black\" fill-opacity=\"0.6\"/>",
183
- "default": true
184
- },
185
- {
186
- "name": "smile02",
187
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 10.22C18 21.78 24.47 28 38 28c13.52 0 20-6.34 20-17.78C58 9.5 57.17 8 55 8H21c-2.05 0-3 1.38-3 2.22\" fill=\"black\" fill-opacity=\"0.8\"/><mask id=\"mouthSmile02-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"18\" y=\"8\" width=\"40\" height=\"20\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 10.22C18 21.78 24.47 28 38 28c13.52 0 20-6.34 20-17.78C58 9.5 57.17 8 55 8H21c-2.05 0-3 1.38-3 2.22\" fill=\"white\"/></mask><g mask=\"url(#mouthSmile02-a)\"><rect x=\"30\" y=\"2\" width=\"16\" height=\"14\" rx=\"2\" fill=\"white\"/></g>",
188
- "default": true
189
- },
190
- {
191
- "name": "square01",
192
- "content": "<rect x=\"24\" y=\"6\" width=\"27\" height=\"8\" rx=\"4\" fill=\"black\" fill-opacity=\"0.8\"/>",
193
- "default": true
194
- },
195
- {
196
- "name": "square02",
197
- "content": "<rect x=\"16\" y=\"8\" width=\"44\" height=\"4\" rx=\"2\" fill=\"black\" fill-opacity=\"0.8\"/>",
198
- "default": true
2363
+ "variants": {
2364
+ "bite": {
2365
+ "elements": [
2366
+ {
2367
+ "name": "rect",
2368
+ "type": "element",
2369
+ "attributes": {
2370
+ "x": "4",
2371
+ "y": "5",
2372
+ "width": "68",
2373
+ "height": "22",
2374
+ "rx": "5",
2375
+ "fill": "black",
2376
+ "fill-opacity": "0.2"
2377
+ }
2378
+ },
2379
+ {
2380
+ "name": "rect",
2381
+ "type": "element",
2382
+ "attributes": {
2383
+ "x": "8",
2384
+ "y": "9",
2385
+ "width": "60",
2386
+ "height": "14",
2387
+ "rx": "2",
2388
+ "fill": "black",
2389
+ "fill-opacity": "0.6"
2390
+ }
2391
+ },
2392
+ {
2393
+ "name": "path",
2394
+ "type": "element",
2395
+ "attributes": {
2396
+ "fill-rule": "evenodd",
2397
+ "clip-rule": "evenodd",
2398
+ "d": "m20 17 6-8H14zm12 0 6-8H26zm12 0 6-8H38zm12 0 6-8H50z",
2399
+ "fill": "#E1E6E8"
2400
+ }
2401
+ }
2402
+ ]
2403
+ },
2404
+ "diagram": {
2405
+ "elements": [
2406
+ {
2407
+ "name": "rect",
2408
+ "type": "element",
2409
+ "attributes": {
2410
+ "x": "4",
2411
+ "y": "4",
2412
+ "width": "68",
2413
+ "height": "24",
2414
+ "rx": "5",
2415
+ "fill": "black",
2416
+ "fill-opacity": "0.2"
2417
+ }
2418
+ },
2419
+ {
2420
+ "name": "rect",
2421
+ "type": "element",
2422
+ "attributes": {
2423
+ "x": "8",
2424
+ "y": "8",
2425
+ "width": "60",
2426
+ "height": "16",
2427
+ "rx": "2",
2428
+ "fill": "black",
2429
+ "fill-opacity": "0.8"
2430
+ }
2431
+ },
2432
+ {
2433
+ "name": "path",
2434
+ "type": "element",
2435
+ "attributes": {
2436
+ "d": "M9 17h11l2-4 3 7 4-8 2 9 3-11 3 10 3-3h15l3-4 2 7 3-3h4",
2437
+ "stroke": "#4EFAC9",
2438
+ "stroke-width": "2",
2439
+ "stroke-linecap": "round",
2440
+ "stroke-linejoin": "round"
2441
+ }
2442
+ }
2443
+ ]
2444
+ },
2445
+ "grill01": {
2446
+ "elements": [
2447
+ {
2448
+ "name": "rect",
2449
+ "type": "element",
2450
+ "attributes": {
2451
+ "x": "12",
2452
+ "y": "12",
2453
+ "width": "4",
2454
+ "height": "8",
2455
+ "rx": "2",
2456
+ "fill": "black",
2457
+ "fill-opacity": "0.6"
2458
+ }
2459
+ },
2460
+ {
2461
+ "name": "rect",
2462
+ "type": "element",
2463
+ "attributes": {
2464
+ "x": "36",
2465
+ "y": "12",
2466
+ "width": "4",
2467
+ "height": "8",
2468
+ "rx": "2",
2469
+ "fill": "black",
2470
+ "fill-opacity": "0.6"
2471
+ }
2472
+ },
2473
+ {
2474
+ "name": "rect",
2475
+ "type": "element",
2476
+ "attributes": {
2477
+ "x": "24",
2478
+ "y": "12",
2479
+ "width": "4",
2480
+ "height": "8",
2481
+ "rx": "2",
2482
+ "fill": "black",
2483
+ "fill-opacity": "0.6"
2484
+ }
2485
+ },
2486
+ {
2487
+ "name": "rect",
2488
+ "type": "element",
2489
+ "attributes": {
2490
+ "x": "48",
2491
+ "y": "12",
2492
+ "width": "4",
2493
+ "height": "8",
2494
+ "rx": "2",
2495
+ "fill": "black",
2496
+ "fill-opacity": "0.6"
2497
+ }
2498
+ },
2499
+ {
2500
+ "name": "rect",
2501
+ "type": "element",
2502
+ "attributes": {
2503
+ "x": "60",
2504
+ "y": "12",
2505
+ "width": "4",
2506
+ "height": "8",
2507
+ "rx": "2",
2508
+ "fill": "black",
2509
+ "fill-opacity": "0.6"
2510
+ }
2511
+ }
2512
+ ]
2513
+ },
2514
+ "grill02": {
2515
+ "elements": [
2516
+ {
2517
+ "name": "rect",
2518
+ "type": "element",
2519
+ "attributes": {
2520
+ "x": "28",
2521
+ "y": "10",
2522
+ "width": "6",
2523
+ "height": "14",
2524
+ "rx": "2",
2525
+ "fill": "black",
2526
+ "fill-opacity": "0.6"
2527
+ }
2528
+ },
2529
+ {
2530
+ "name": "rect",
2531
+ "type": "element",
2532
+ "attributes": {
2533
+ "x": "14",
2534
+ "y": "10",
2535
+ "width": "6",
2536
+ "height": "14",
2537
+ "rx": "2",
2538
+ "fill": "black",
2539
+ "fill-opacity": "0.6"
2540
+ }
2541
+ },
2542
+ {
2543
+ "name": "rect",
2544
+ "type": "element",
2545
+ "attributes": {
2546
+ "x": "42",
2547
+ "y": "10",
2548
+ "width": "6",
2549
+ "height": "14",
2550
+ "rx": "2",
2551
+ "fill": "black",
2552
+ "fill-opacity": "0.6"
2553
+ }
2554
+ },
2555
+ {
2556
+ "name": "rect",
2557
+ "type": "element",
2558
+ "attributes": {
2559
+ "x": "56",
2560
+ "y": "10",
2561
+ "width": "6",
2562
+ "height": "14",
2563
+ "rx": "2",
2564
+ "fill": "black",
2565
+ "fill-opacity": "0.6"
2566
+ }
2567
+ }
2568
+ ]
2569
+ },
2570
+ "grill03": {
2571
+ "elements": [
2572
+ {
2573
+ "name": "rect",
2574
+ "type": "element",
2575
+ "attributes": {
2576
+ "x": "4",
2577
+ "y": "5",
2578
+ "width": "68",
2579
+ "height": "22",
2580
+ "rx": "5",
2581
+ "fill": "black",
2582
+ "fill-opacity": "0.2"
2583
+ }
2584
+ },
2585
+ {
2586
+ "name": "rect",
2587
+ "type": "element",
2588
+ "attributes": {
2589
+ "x": "8",
2590
+ "y": "9",
2591
+ "width": "60",
2592
+ "height": "14",
2593
+ "rx": "2",
2594
+ "fill": "white"
2595
+ }
2596
+ },
2597
+ {
2598
+ "name": "rect",
2599
+ "type": "element",
2600
+ "attributes": {
2601
+ "x": "18",
2602
+ "y": "9",
2603
+ "width": "4",
2604
+ "height": "14",
2605
+ "fill": "black",
2606
+ "fill-opacity": "0.1"
2607
+ }
2608
+ },
2609
+ {
2610
+ "name": "rect",
2611
+ "type": "element",
2612
+ "attributes": {
2613
+ "x": "42",
2614
+ "y": "9",
2615
+ "width": "4",
2616
+ "height": "14",
2617
+ "fill": "black",
2618
+ "fill-opacity": "0.1"
2619
+ }
2620
+ },
2621
+ {
2622
+ "name": "rect",
2623
+ "type": "element",
2624
+ "attributes": {
2625
+ "x": "30",
2626
+ "y": "9",
2627
+ "width": "4",
2628
+ "height": "14",
2629
+ "fill": "black",
2630
+ "fill-opacity": "0.1"
2631
+ }
2632
+ },
2633
+ {
2634
+ "name": "rect",
2635
+ "type": "element",
2636
+ "attributes": {
2637
+ "x": "54",
2638
+ "y": "9",
2639
+ "width": "4",
2640
+ "height": "14",
2641
+ "fill": "black",
2642
+ "fill-opacity": "0.1"
2643
+ }
2644
+ }
2645
+ ]
2646
+ },
2647
+ "smile01": {
2648
+ "elements": [
2649
+ {
2650
+ "name": "path",
2651
+ "type": "element",
2652
+ "attributes": {
2653
+ "d": "M27.05 8.44a2 2 0 1 1 3.9-.88C31.72 10.96 34.4 13 38 13s6.28-2.04 7.05-5.44a2 2 0 1 1 3.9.88C47.75 13.7 43.43 17 38 17s-9.76-3.3-10.95-8.56",
2654
+ "fill": "black",
2655
+ "fill-opacity": "0.6"
2656
+ }
2657
+ }
2658
+ ]
2659
+ },
2660
+ "smile02": {
2661
+ "elements": [
2662
+ {
2663
+ "name": "path",
2664
+ "type": "element",
2665
+ "attributes": {
2666
+ "fill-rule": "evenodd",
2667
+ "clip-rule": "evenodd",
2668
+ "d": "M18 10.22C18 21.78 24.47 28 38 28c13.52 0 20-6.34 20-17.78C58 9.5 57.17 8 55 8H21c-2.05 0-3 1.38-3 2.22",
2669
+ "fill": "black",
2670
+ "fill-opacity": "0.8"
2671
+ }
2672
+ },
2673
+ {
2674
+ "name": "mask",
2675
+ "type": "element",
2676
+ "attributes": {
2677
+ "id": "mouthSmile02-a",
2678
+ "style": "mask-type:luminance",
2679
+ "maskUnits": "userSpaceOnUse",
2680
+ "x": "18",
2681
+ "y": "8",
2682
+ "width": "40",
2683
+ "height": "20"
2684
+ },
2685
+ "children": [
2686
+ {
2687
+ "name": "path",
2688
+ "type": "element",
2689
+ "attributes": {
2690
+ "fill-rule": "evenodd",
2691
+ "clip-rule": "evenodd",
2692
+ "d": "M18 10.22C18 21.78 24.47 28 38 28c13.52 0 20-6.34 20-17.78C58 9.5 57.17 8 55 8H21c-2.05 0-3 1.38-3 2.22",
2693
+ "fill": "white"
2694
+ }
2695
+ }
2696
+ ]
2697
+ },
2698
+ {
2699
+ "name": "g",
2700
+ "type": "element",
2701
+ "attributes": {
2702
+ "mask": "url(#mouthSmile02-a)"
2703
+ },
2704
+ "children": [
2705
+ {
2706
+ "name": "rect",
2707
+ "type": "element",
2708
+ "attributes": {
2709
+ "x": "30",
2710
+ "y": "2",
2711
+ "width": "16",
2712
+ "height": "14",
2713
+ "rx": "2",
2714
+ "fill": "white"
2715
+ }
2716
+ }
2717
+ ]
2718
+ }
2719
+ ]
2720
+ },
2721
+ "square01": {
2722
+ "elements": [
2723
+ {
2724
+ "name": "rect",
2725
+ "type": "element",
2726
+ "attributes": {
2727
+ "x": "24",
2728
+ "y": "6",
2729
+ "width": "27",
2730
+ "height": "8",
2731
+ "rx": "4",
2732
+ "fill": "black",
2733
+ "fill-opacity": "0.8"
2734
+ }
2735
+ }
2736
+ ]
2737
+ },
2738
+ "square02": {
2739
+ "elements": [
2740
+ {
2741
+ "name": "rect",
2742
+ "type": "element",
2743
+ "attributes": {
2744
+ "x": "16",
2745
+ "y": "8",
2746
+ "width": "44",
2747
+ "height": "4",
2748
+ "rx": "2",
2749
+ "fill": "black",
2750
+ "fill-opacity": "0.8"
2751
+ }
2752
+ }
2753
+ ]
199
2754
  }
200
- ]
2755
+ }
201
2756
  },
202
- {
203
- "name": "sides",
204
- "width": 180,
205
- "height": 76,
206
- "probability": 100,
207
- "variants": [
208
- {
209
- "name": "antenna01",
210
- "content": "<mask id=\"sidesAntenna01-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"6\" y=\"11\" width=\"156\" height=\"51\"><rect x=\"6\" y=\"31\" width=\"36\" height=\"14\" rx=\"4\" fill=\"white\"/><rect x=\"18\" y=\"14\" width=\"36\" height=\"48\" rx=\"4\" fill=\"white\"/><rect x=\"126\" y=\"28\" width=\"36\" height=\"24\" rx=\"4\" fill=\"white\"/><rect x=\"11\" y=\"11\" width=\"2\" height=\"20\" fill=\"white\"/></mask><g mask=\"url(#sidesAntenna01-a)\"><path d=\"M0 0h180v76H0z\" fill=\"url(#color-base)\"/><rect width=\"180\" height=\"76\" fill=\"white\" fill-opacity=\"0.3\"/><rect y=\"38\" width=\"180\" height=\"38\" fill=\"black\" fill-opacity=\"0.1\"/></g><rect x=\"11\" y=\"11\" width=\"2\" height=\"20\" fill=\"white\" fill-opacity=\"0.4\"/><circle cx=\"12\" cy=\"8\" r=\"4\" fill=\"#FFEA8F\"/><circle cx=\"13\" cy=\"7\" r=\"2\" fill=\"white\"/>",
211
- "default": true
212
- },
213
- {
214
- "name": "antenna02",
215
- "content": "<mask id=\"sidesAntenna02-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"9\" width=\"160\" height=\"51\"><rect x=\"10\" y=\"28\" width=\"36\" height=\"32\" rx=\"4\" fill=\"white\"/><rect x=\"160\" y=\"9\" width=\"2\" height=\"20\" fill=\"white\"/><rect x=\"134\" y=\"28\" width=\"36\" height=\"32\" rx=\"4\" fill=\"white\"/></mask><g mask=\"url(#sidesAntenna02-a)\"><path d=\"M0 0h180v76H0z\" fill=\"url(#color-base)\"/><path d=\"M0 0h180v76H0z\" fill=\"white\" fill-opacity=\"0.3\"/><rect y=\"38\" width=\"180\" height=\"38\" fill=\"black\" fill-opacity=\"0.1\"/></g><rect x=\"160\" y=\"8\" width=\"2\" height=\"20\" fill=\"white\" fill-opacity=\"0.4\"/><circle cx=\"161\" cy=\"5\" r=\"4\" fill=\"#E1E6E8\"/><circle cx=\"162\" cy=\"4\" r=\"2\" fill=\"white\"/>",
216
- "default": true
217
- },
218
- {
219
- "name": "cables01",
220
- "content": "<path d=\"M38 12c-2.95 11.7-19.9 6.67-23.37 18-3.46 11.35 8.03 20 17.53 20\" stroke=\"#2A3544\" stroke-width=\"6\" opacity=\"0.9\"/><path d=\"M150 55c8.4 3.49 20.1-7.6 16-16.5s-16-6.7-16-19.3\" stroke=\"#2A3544\" stroke-width=\"4\" opacity=\"0.9\"/><mask id=\"sidesCables01-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"21\" y=\"6\" width=\"138\" height=\"58\"><rect x=\"21\" y=\"35\" width=\"16\" height=\"22\" rx=\"2\" fill=\"white\"/><rect x=\"136\" y=\"42\" width=\"23\" height=\"22\" rx=\"2\" fill=\"white\"/><rect x=\"136\" y=\"6\" width=\"23\" height=\"18\" rx=\"2\" fill=\"white\"/></mask><g mask=\"url(#sidesCables01-a)\"><path d=\"M0 0h180v76H0z\" fill=\"url(#color-base)\"/><path d=\"M0 0h180v76H0z\" fill=\"white\" fill-opacity=\"0.3\"/></g>",
221
- "default": true
222
- },
223
- {
224
- "name": "cables02",
225
- "content": "<g opacity=\"0.9\"><ellipse cx=\"32.5\" cy=\"23\" rx=\"16.5\" ry=\"18\" stroke=\"#2A3544\" stroke-width=\"6\"/><path d=\"M29.51 36.76c-7.4 4.29-17 1.55-21.42-6.1\" stroke=\"#2A3544\" stroke-width=\"4\"/><ellipse cx=\"28.5\" cy=\"52.5\" rx=\"16.5\" ry=\"14.5\" stroke=\"#2A3544\" stroke-width=\"4\"/></g><g opacity=\"0.9\"><path d=\"M168.6 60.42c-4.27-7.41-13.95-9.84-21.6-5.42\" stroke=\"#2A3544\" stroke-width=\"4\"/><ellipse cx=\"148.5\" cy=\"22.5\" rx=\"16.5\" ry=\"15.5\" stroke=\"#2A3544\" stroke-width=\"6\"/></g><mask id=\"sidesCables02-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"21\" y=\"0\" width=\"138\" height=\"72\"><rect x=\"21\" y=\"27\" width=\"16\" height=\"22\" rx=\"2\" fill=\"white\"/><rect x=\"22\" y=\"60\" width=\"16\" height=\"12\" rx=\"2\" fill=\"white\"/><rect x=\"143\" y=\"42\" width=\"16\" height=\"22\" rx=\"2\" fill=\"white\"/><rect x=\"143\" width=\"16\" height=\"22\" rx=\"2\" fill=\"white\"/></mask><g mask=\"url(#sidesCables02-a)\"><path d=\"M0 0h180v76H0z\" fill=\"url(#color-base)\"/><path d=\"M0 0h180v76H0z\" fill=\"white\" fill-opacity=\"0.3\"/></g>",
226
- "default": true
227
- },
228
- {
229
- "name": "round",
230
- "content": "<mask id=\"sidesRound-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"12\" y=\"16\" width=\"156\" height=\"45\"><ellipse cx=\"150\" cy=\"38.5\" rx=\"18\" ry=\"22.5\" fill=\"white\"/><ellipse cx=\"18\" cy=\"22.5\" rx=\"18\" ry=\"22.5\" transform=\"matrix(-1 0 0 1 48 16)\" fill=\"white\"/></mask><g mask=\"url(#sidesRound-a)\"><path d=\"M0 0h180v76H0z\" fill=\"url(#color-base)\"/><path d=\"M0 0h180v76H0z\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"20\" width=\"140\" height=\"76\" fill=\"black\" fill-opacity=\"0.2\"/></g>",
231
- "default": true
232
- },
233
- {
234
- "name": "square",
235
- "content": "<mask id=\"sidesSquare-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"14\" y=\"16\" width=\"152\" height=\"44\"><rect x=\"14\" y=\"16\" width=\"36\" height=\"44\" rx=\"9\" fill=\"white\"/><rect x=\"130\" y=\"16\" width=\"36\" height=\"44\" rx=\"9\" fill=\"white\"/></mask><g mask=\"url(#sidesSquare-a)\"><path d=\"M0 0h180v76H0z\" fill=\"url(#color-base)\"/><path d=\"M0 0h180v76H0z\" fill=\"white\" fill-opacity=\"0.3\"/><rect y=\"38\" width=\"180\" height=\"38\" fill=\"black\" fill-opacity=\"0.1\"/></g>",
236
- "default": true
237
- },
238
- {
239
- "name": "squareAssymetric",
240
- "content": "<mask id=\"sidesSquareAssymetric-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"8\" width=\"165\" height=\"60\"><rect x=\"10\" y=\"31\" width=\"36\" height=\"30\" rx=\"4\" fill=\"white\"/><rect x=\"20\" y=\"15\" width=\"26\" height=\"30\" rx=\"4\" fill=\"white\"/><rect x=\"139\" y=\"23\" width=\"36\" height=\"30\" rx=\"4\" fill=\"white\"/><rect x=\"134\" y=\"8\" width=\"36\" height=\"60\" rx=\"4\" fill=\"white\"/></mask><g mask=\"url(#sidesSquareAssymetric-a)\"><path d=\"M0 0h180v76H0z\" fill=\"url(#color-base)\"/><path d=\"M0 0h180v76H0z\" fill=\"white\" fill-opacity=\"0.3\"/><rect y=\"47\" width=\"180\" height=\"29\" fill=\"black\" fill-opacity=\"0.1\"/><circle cx=\"161\" cy=\"20\" r=\"5\" fill=\"white\" fill-opacity=\"0.6\"/><circle cx=\"161\" cy=\"36\" r=\"5\" fill=\"white\" fill-opacity=\"0.6\"/></g>",
241
- "default": true
2757
+ "eyes": {
2758
+ "width": 104,
2759
+ "height": 48,
2760
+ "variants": {
2761
+ "bulging": {
2762
+ "elements": [
2763
+ {
2764
+ "name": "circle",
2765
+ "type": "element",
2766
+ "attributes": {
2767
+ "cx": "28",
2768
+ "cy": "24",
2769
+ "r": "18",
2770
+ "fill": "black",
2771
+ "fill-opacity": "0.2"
2772
+ }
2773
+ },
2774
+ {
2775
+ "name": "circle",
2776
+ "type": "element",
2777
+ "attributes": {
2778
+ "cx": "74",
2779
+ "cy": "24",
2780
+ "r": "18",
2781
+ "fill": "black",
2782
+ "fill-opacity": "0.2"
2783
+ }
2784
+ },
2785
+ {
2786
+ "name": "circle",
2787
+ "type": "element",
2788
+ "attributes": {
2789
+ "cx": "28",
2790
+ "cy": "24",
2791
+ "r": "15",
2792
+ "fill": "#F1EEDA"
2793
+ }
2794
+ },
2795
+ {
2796
+ "name": "circle",
2797
+ "type": "element",
2798
+ "attributes": {
2799
+ "cx": "74",
2800
+ "cy": "24",
2801
+ "r": "15",
2802
+ "fill": "#F1EEDA"
2803
+ }
2804
+ },
2805
+ {
2806
+ "name": "rect",
2807
+ "type": "element",
2808
+ "attributes": {
2809
+ "x": "26",
2810
+ "y": "15",
2811
+ "width": "10",
2812
+ "height": "10",
2813
+ "rx": "2",
2814
+ "fill": "black",
2815
+ "fill-opacity": "0.8"
2816
+ }
2817
+ },
2818
+ {
2819
+ "name": "rect",
2820
+ "type": "element",
2821
+ "attributes": {
2822
+ "x": "74",
2823
+ "y": "15",
2824
+ "width": "10",
2825
+ "height": "10",
2826
+ "rx": "2",
2827
+ "fill": "black",
2828
+ "fill-opacity": "0.8"
2829
+ }
2830
+ }
2831
+ ]
2832
+ },
2833
+ "dizzy": {
2834
+ "elements": [
2835
+ {
2836
+ "name": "path",
2837
+ "type": "element",
2838
+ "attributes": {
2839
+ "d": "M30.5 15.3c.4-.4 1.1-.4 1.6 0l1.6 1.6c.4.4.4 1.1 0 1.6L28.2 24l5.5 5.5c.4.4.4 1.1 0 1.6l-1.6 1.6c-.4.4-1.1.4-1.6 0L25 27.2l-5.5 5.5c-.4.4-1.1.4-1.6 0l-1.6-1.6c-.4-.4-.4-1.1 0-1.6l5.5-5.5-5.5-5.5c-.4-.5-.4-1.2 0-1.6l1.6-1.6c.4-.4 1.1-.4 1.6 0l5.5 5.5zm54 0c.4-.4 1.1-.4 1.6 0l1.6 1.6c.4.4.4 1.1 0 1.6L82.2 24l5.5 5.5c.4.4.4 1.1 0 1.6l-1.6 1.6c-.4.4-1.1.4-1.6 0L79 27.2l-5.5 5.5c-.4.4-1.1.4-1.6 0l-1.6-1.6c-.4-.4-.4-1.1 0-1.6l5.5-5.5-5.5-5.5c-.4-.5-.4-1.2 0-1.6l1.6-1.6c.4-.4 1.1-.4 1.6 0l5.5 5.5z",
2840
+ "fill": "black",
2841
+ "fill-opacity": "0.8"
2842
+ }
2843
+ }
2844
+ ]
2845
+ },
2846
+ "eva": {
2847
+ "elements": [
2848
+ {
2849
+ "name": "path",
2850
+ "type": "element",
2851
+ "attributes": {
2852
+ "fill-rule": "evenodd",
2853
+ "clip-rule": "evenodd",
2854
+ "d": "M53 0c34.75 0 49 17.47 49 31S82.4 48 53 48C23.95 48 2 44.53 2 31S17.11 0 53 0",
2855
+ "fill": "black",
2856
+ "fill-opacity": "0.8"
2857
+ }
2858
+ },
2859
+ {
2860
+ "name": "path",
2861
+ "type": "element",
2862
+ "attributes": {
2863
+ "fill-rule": "evenodd",
2864
+ "clip-rule": "evenodd",
2865
+ "d": "M28.82 34.65C22.29 33.3 17.58 28.31 18.3 23.5c.72-4.78 6.6-7.57 13.12-6.22 6.53 1.36 11.24 6.35 10.52 11.15s-6.6 7.59-13.12 6.23m46.6 0C68.9 36 63.02 33.2 62.3 28.4s4-9.8 10.52-11.15 12.4 1.44 13.12 6.24-4 9.8-10.52 11.14",
2866
+ "fill": "#25A6F5"
2867
+ }
2868
+ }
2869
+ ]
2870
+ },
2871
+ "frame1": {
2872
+ "elements": [
2873
+ {
2874
+ "name": "rect",
2875
+ "type": "element",
2876
+ "attributes": {
2877
+ "y": "4",
2878
+ "width": "104",
2879
+ "height": "42",
2880
+ "rx": "4",
2881
+ "fill": "black",
2882
+ "fill-opacity": "0.8"
2883
+ }
2884
+ },
2885
+ {
2886
+ "name": "rect",
2887
+ "type": "element",
2888
+ "attributes": {
2889
+ "x": "28",
2890
+ "y": "25",
2891
+ "width": "10",
2892
+ "height": "11",
2893
+ "rx": "2",
2894
+ "fill": "#8BDDFF"
2895
+ }
2896
+ },
2897
+ {
2898
+ "name": "rect",
2899
+ "type": "element",
2900
+ "attributes": {
2901
+ "x": "66",
2902
+ "y": "25",
2903
+ "width": "10",
2904
+ "height": "11",
2905
+ "rx": "2",
2906
+ "fill": "#8BDDFF"
2907
+ }
2908
+ },
2909
+ {
2910
+ "name": "path",
2911
+ "type": "element",
2912
+ "attributes": {
2913
+ "fill-rule": "evenodd",
2914
+ "clip-rule": "evenodd",
2915
+ "d": "M21 4h8L12 46H4z",
2916
+ "fill": "white",
2917
+ "fill-opacity": "0.4"
2918
+ }
2919
+ }
2920
+ ]
2921
+ },
2922
+ "frame2": {
2923
+ "elements": [
2924
+ {
2925
+ "name": "rect",
2926
+ "type": "element",
2927
+ "attributes": {
2928
+ "x": "8",
2929
+ "y": "10",
2930
+ "width": "88",
2931
+ "height": "36",
2932
+ "rx": "4",
2933
+ "fill": "black",
2934
+ "fill-opacity": "0.8"
2935
+ }
2936
+ },
2937
+ {
2938
+ "name": "rect",
2939
+ "type": "element",
2940
+ "attributes": {
2941
+ "x": "28",
2942
+ "y": "21",
2943
+ "width": "10",
2944
+ "height": "17",
2945
+ "rx": "2",
2946
+ "fill": "#5EF2B8"
2947
+ }
2948
+ },
2949
+ {
2950
+ "name": "rect",
2951
+ "type": "element",
2952
+ "attributes": {
2953
+ "x": "66",
2954
+ "y": "21",
2955
+ "width": "10",
2956
+ "height": "17",
2957
+ "rx": "2",
2958
+ "fill": "#5EF2B8"
2959
+ }
2960
+ },
2961
+ {
2962
+ "name": "path",
2963
+ "type": "element",
2964
+ "attributes": {
2965
+ "fill-rule": "evenodd",
2966
+ "clip-rule": "evenodd",
2967
+ "d": "M83 10h5L76 46h-5z",
2968
+ "fill": "white",
2969
+ "fill-opacity": "0.4"
2970
+ }
2971
+ }
2972
+ ]
2973
+ },
2974
+ "glow": {
2975
+ "elements": [
2976
+ {
2977
+ "name": "circle",
2978
+ "type": "element",
2979
+ "attributes": {
2980
+ "cx": "21",
2981
+ "cy": "30",
2982
+ "r": "15",
2983
+ "fill": "white",
2984
+ "fill-opacity": "0.1"
2985
+ }
2986
+ },
2987
+ {
2988
+ "name": "circle",
2989
+ "type": "element",
2990
+ "attributes": {
2991
+ "cx": "83",
2992
+ "cy": "30",
2993
+ "r": "15",
2994
+ "fill": "white",
2995
+ "fill-opacity": "0.1"
2996
+ }
2997
+ },
2998
+ {
2999
+ "name": "circle",
3000
+ "type": "element",
3001
+ "attributes": {
3002
+ "cx": "21",
3003
+ "cy": "30",
3004
+ "r": "12",
3005
+ "fill": "white",
3006
+ "fill-opacity": "0.1"
3007
+ }
3008
+ },
3009
+ {
3010
+ "name": "circle",
3011
+ "type": "element",
3012
+ "attributes": {
3013
+ "cx": "83",
3014
+ "cy": "30",
3015
+ "r": "12",
3016
+ "fill": "white",
3017
+ "fill-opacity": "0.1"
3018
+ }
3019
+ },
3020
+ {
3021
+ "name": "circle",
3022
+ "type": "element",
3023
+ "attributes": {
3024
+ "cx": "21",
3025
+ "cy": "30",
3026
+ "r": "6",
3027
+ "fill": "white",
3028
+ "fill-opacity": "0.8"
3029
+ }
3030
+ },
3031
+ {
3032
+ "name": "circle",
3033
+ "type": "element",
3034
+ "attributes": {
3035
+ "cx": "83",
3036
+ "cy": "30",
3037
+ "r": "6",
3038
+ "fill": "white",
3039
+ "fill-opacity": "0.8"
3040
+ }
3041
+ },
3042
+ {
3043
+ "name": "circle",
3044
+ "type": "element",
3045
+ "attributes": {
3046
+ "cx": "21",
3047
+ "cy": "30",
3048
+ "r": "3",
3049
+ "fill": "white",
3050
+ "fill-opacity": "0.8"
3051
+ }
3052
+ },
3053
+ {
3054
+ "name": "circle",
3055
+ "type": "element",
3056
+ "attributes": {
3057
+ "cx": "83",
3058
+ "cy": "30",
3059
+ "r": "3",
3060
+ "fill": "white",
3061
+ "fill-opacity": "0.8"
3062
+ }
3063
+ }
3064
+ ]
3065
+ },
3066
+ "happy": {
3067
+ "elements": [
3068
+ {
3069
+ "name": "path",
3070
+ "type": "element",
3071
+ "attributes": {
3072
+ "d": "m18 19 12-2M20 31c0-3.31 2.9-6 7-6 3.1 0 6 2.69 6 6m53-11-12-3m10 14c0-3.31-2.9-6-6-6-4.1 0-7 2.69-7 6",
3073
+ "stroke": "black",
3074
+ "stroke-width": "4",
3075
+ "stroke-linecap": "round",
3076
+ "stroke-linejoin": "round"
3077
+ }
3078
+ }
3079
+ ]
3080
+ },
3081
+ "hearts": {
3082
+ "elements": [
3083
+ {
3084
+ "name": "path",
3085
+ "type": "element",
3086
+ "attributes": {
3087
+ "d": "M29.27 9.68c-2.55.13-4.96 2.24-6.25 4.15-1.48-1.76-4.1-3.6-6.65-3.47-5.48.28-8.85 3.8-8.63 8.1.3 5.72 4.88 8.89 9.7 12.24 1.7 1.15 5 4.15 5.42 4.82s2.14.6 2.58-.13a38 38 0 0 1 4.9-5.36c4.43-3.84 8.66-7.47 8.36-13.2-.23-4.3-3.95-7.44-9.43-7.15m58.36.68c-2.55-.14-5.17 1.7-6.65 3.47-1.3-1.9-3.7-4.02-6.25-4.15-5.48-.29-9.2 2.86-9.43 7.16-.3 5.72 3.93 9.35 8.36 13.2 1.6 1.31 4.55 4.63 4.9 5.35.35.7 2.06.82 2.58.13a37 37 0 0 1 5.42-4.82c4.8-3.35 9.4-6.52 9.7-12.24.22-4.3-3.15-7.82-8.63-8.1",
3088
+ "fill": "#FF5353",
3089
+ "fill-opacity": "0.8"
3090
+ }
3091
+ }
3092
+ ]
3093
+ },
3094
+ "robocop": {
3095
+ "elements": [
3096
+ {
3097
+ "name": "rect",
3098
+ "type": "element",
3099
+ "attributes": {
3100
+ "x": "7",
3101
+ "y": "16",
3102
+ "width": "91",
3103
+ "height": "16",
3104
+ "rx": "4",
3105
+ "fill": "black",
3106
+ "fill-opacity": "0.8"
3107
+ }
3108
+ },
3109
+ {
3110
+ "name": "mask",
3111
+ "type": "element",
3112
+ "attributes": {
3113
+ "id": "eyesRobocop-a",
3114
+ "style": "mask-type:luminance",
3115
+ "maskUnits": "userSpaceOnUse",
3116
+ "x": "7",
3117
+ "y": "16",
3118
+ "width": "91",
3119
+ "height": "16"
3120
+ },
3121
+ "children": [
3122
+ {
3123
+ "name": "rect",
3124
+ "type": "element",
3125
+ "attributes": {
3126
+ "x": "7",
3127
+ "y": "16",
3128
+ "width": "91",
3129
+ "height": "16",
3130
+ "rx": "4",
3131
+ "fill": "white"
3132
+ }
3133
+ }
3134
+ ]
3135
+ },
3136
+ {
3137
+ "name": "g",
3138
+ "type": "element",
3139
+ "attributes": {
3140
+ "mask": "url(#eyesRobocop-a)"
3141
+ },
3142
+ "children": [
3143
+ {
3144
+ "name": "path",
3145
+ "type": "element",
3146
+ "attributes": {
3147
+ "fill-rule": "evenodd",
3148
+ "clip-rule": "evenodd",
3149
+ "d": "M76 7h18L82 37H64zM52 7h9L49 37h-9z",
3150
+ "fill": "white",
3151
+ "fill-opacity": "0.8"
3152
+ }
3153
+ }
3154
+ ]
3155
+ }
3156
+ ]
3157
+ },
3158
+ "round": {
3159
+ "elements": [
3160
+ {
3161
+ "name": "circle",
3162
+ "type": "element",
3163
+ "attributes": {
3164
+ "cx": "24",
3165
+ "cy": "30",
3166
+ "r": "6",
3167
+ "fill": "white"
3168
+ }
3169
+ },
3170
+ {
3171
+ "name": "circle",
3172
+ "type": "element",
3173
+ "attributes": {
3174
+ "cx": "80",
3175
+ "cy": "30",
3176
+ "r": "6",
3177
+ "fill": "white"
3178
+ }
3179
+ }
3180
+ ]
3181
+ },
3182
+ "roundFrame01": {
3183
+ "elements": [
3184
+ {
3185
+ "name": "rect",
3186
+ "type": "element",
3187
+ "attributes": {
3188
+ "y": "12",
3189
+ "width": "104",
3190
+ "height": "32",
3191
+ "rx": "16",
3192
+ "fill": "black",
3193
+ "fill-opacity": "0.8"
3194
+ }
3195
+ },
3196
+ {
3197
+ "name": "rect",
3198
+ "type": "element",
3199
+ "attributes": {
3200
+ "x": "24",
3201
+ "y": "22",
3202
+ "width": "10",
3203
+ "height": "12",
3204
+ "rx": "2",
3205
+ "fill": "#F4F4F4"
3206
+ }
3207
+ },
3208
+ {
3209
+ "name": "rect",
3210
+ "type": "element",
3211
+ "attributes": {
3212
+ "x": "70",
3213
+ "y": "22",
3214
+ "width": "10",
3215
+ "height": "12",
3216
+ "rx": "2",
3217
+ "fill": "#F4F4F4"
3218
+ }
3219
+ }
3220
+ ]
3221
+ },
3222
+ "roundFrame02": {
3223
+ "elements": [
3224
+ {
3225
+ "name": "rect",
3226
+ "type": "element",
3227
+ "attributes": {
3228
+ "y": "11",
3229
+ "width": "104",
3230
+ "height": "34",
3231
+ "rx": "17",
3232
+ "fill": "black",
3233
+ "fill-opacity": "0.8"
3234
+ }
3235
+ },
3236
+ {
3237
+ "name": "circle",
3238
+ "type": "element",
3239
+ "attributes": {
3240
+ "cx": "29",
3241
+ "cy": "28",
3242
+ "r": "13",
3243
+ "fill": "#F1EEDA"
3244
+ }
3245
+ },
3246
+ {
3247
+ "name": "circle",
3248
+ "type": "element",
3249
+ "attributes": {
3250
+ "cx": "75",
3251
+ "cy": "28",
3252
+ "r": "13",
3253
+ "fill": "#F1EEDA"
3254
+ }
3255
+ },
3256
+ {
3257
+ "name": "rect",
3258
+ "type": "element",
3259
+ "attributes": {
3260
+ "x": "24",
3261
+ "y": "23",
3262
+ "width": "10",
3263
+ "height": "10",
3264
+ "rx": "2",
3265
+ "fill": "black",
3266
+ "fill-opacity": "0.8"
3267
+ }
3268
+ },
3269
+ {
3270
+ "name": "rect",
3271
+ "type": "element",
3272
+ "attributes": {
3273
+ "x": "70",
3274
+ "y": "23",
3275
+ "width": "10",
3276
+ "height": "10",
3277
+ "rx": "2",
3278
+ "fill": "black",
3279
+ "fill-opacity": "0.8"
3280
+ }
3281
+ }
3282
+ ]
3283
+ },
3284
+ "sensor": {
3285
+ "elements": [
3286
+ {
3287
+ "name": "path",
3288
+ "type": "element",
3289
+ "attributes": {
3290
+ "d": "M28 4a20 20 0 0 1 19.9 18h41.52a5 5 0 1 1 0 4H47.9A20 20 0 1 1 28 4",
3291
+ "fill": "black",
3292
+ "fill-opacity": "0.2"
3293
+ }
3294
+ },
3295
+ {
3296
+ "name": "circle",
3297
+ "type": "element",
3298
+ "attributes": {
3299
+ "cx": "94",
3300
+ "cy": "24",
3301
+ "r": "2",
3302
+ "fill": "white"
3303
+ }
3304
+ },
3305
+ {
3306
+ "name": "circle",
3307
+ "type": "element",
3308
+ "attributes": {
3309
+ "cx": "28",
3310
+ "cy": "24",
3311
+ "r": "16",
3312
+ "fill": "black",
3313
+ "fill-opacity": "0.6"
3314
+ }
3315
+ },
3316
+ {
3317
+ "name": "circle",
3318
+ "type": "element",
3319
+ "attributes": {
3320
+ "cx": "34",
3321
+ "cy": "16",
3322
+ "r": "3",
3323
+ "fill": "white"
3324
+ }
3325
+ }
3326
+ ]
3327
+ },
3328
+ "shade01": {
3329
+ "elements": [
3330
+ {
3331
+ "name": "path",
3332
+ "type": "element",
3333
+ "attributes": {
3334
+ "d": "M96 2H8c-4.5 0-8 3.5-8 8.03V28c0 4.5 3.5 8 8 8h13c8 0 11 8 18 8h27c7 0 9-8 17-8h13c4.5 0 8-3.5 8-8V10c0-4.5-3.5-8-8-8",
3335
+ "fill": "black",
3336
+ "fill-opacity": "0.8"
3337
+ }
3338
+ },
3339
+ {
3340
+ "name": "path",
3341
+ "type": "element",
3342
+ "attributes": {
3343
+ "d": "M87 14H17c-3.5 0-5 3-5 5v2c0 2 1.5 5 5 5h12c6 0 11.62 8 17 8h14c5.38 0 9-8 15-8h12c3.5 0 5-3 5-5v-2c0-2-1.5-5-5-5",
3344
+ "fill": "#FF3D3D"
3345
+ }
3346
+ },
3347
+ {
3348
+ "name": "path",
3349
+ "type": "element",
3350
+ "attributes": {
3351
+ "d": "M31.4 40.78c-2.63-1.98-5.23-4.22-8.96-4.7L37.26 2h11zM15.48 36h-4L26.26 2h4z",
3352
+ "fill": "white",
3353
+ "fill-opacity": "0.2"
3354
+ }
3355
+ }
3356
+ ]
242
3357
  }
243
- ]
3358
+ }
244
3359
  },
245
- {
246
- "name": "texture",
3360
+ "texture": {
247
3361
  "width": 132,
248
3362
  "height": 122,
249
3363
  "probability": 50,
250
- "variants": [
251
- {
252
- "name": "camo01",
253
- "content": "<path d=\"M117.94-4a6 6 0 0 0 2.52-.99l.77-.12c2.72-.42 9.94-1.53 11.25-.4.85.75.47 3.39.2 5.28-.11.72-.2 1.34-.2 1.7-1.33.06-2.34-1.4-3.32-2.83-1.46-2.12-2.87-4.17-5.2-1.06-1.1 1.46-.85 3.3-.6 5.18.28 1.98.55 3.99-.74 5.62-1.54 1.93-4 2.2-6.42 2.47-2.56.28-5.1.56-6.48 2.8-.4.66-.5 1.8-.62 3.05-.2 2.15-.43 4.58-2.25 5.14-3.12.97-3.32-1.69-3.5-4-.09-1.25-.18-2.4-.7-2.84-5.7-4.7-6.23 4.37-6.35 6.43v.03c-.03.43.05.78.12 1.1.13.57.23 1.05-.33 1.73-.3.36-.7.3-1.12.23s-.89-.13-1.27.23c-1.5 1.4-1.54 1.54-1.88 3.11l-.09.37q-.16.8-.25 1.4a6 6 0 0 1-.84 2.64q-.42.67-1 1.33c-1.2 1.46-2.39 2.9-.14 4.69-.61 0-6 1.46-6.35 1.64-.52.27-1.12.98-1.66 1.61a5 5 0 0 1-1.2 1.15c-3.2 1.1-3-1.28-2.8-3.74.14-1.48.3-2.98-.3-3.77 8.3-.28 13.3-8.21 13.8-14.38a5 5 0 0 0-.68-2.5 5 5 0 0 1-.55-1.8c-.02-.83.25-1.4.52-1.97.22-.47.44-.93.5-1.54.23-2.64-.85-3.61-2.27-4.9-.7-.63-1.5-1.34-2.26-2.4-2.5-3.44-1.2-3.98 2.6-3.35 2.17.36 4.26 1 6.36 1.63 2.56.78 5.12 1.56 7.84 1.83 3.48.34 6.7.18 8.36-2.66.95-1.63 1.37-6.13-1.8-6.48.8-.13 1.44-.38 2.1-.64a9 9 0 0 1 3.02-.77q1.5.6 3.16.74M32.38 86.47q.15.06.34 0c-.18.13-.46.02-.37 0zm0-.01h-.03zm99.06 40.03q-.5-.04 0-.06.1-.42.26-.85c.2-.67.4-1.26.03-1.4 1.13-.21.92 1.8.8 2.96q-.05.42-.05.64c-1.06 0-1.18-.6-1.04-1.3\" fill=\"black\" fill-opacity=\"0.2\"/><path d=\"M131.52 125.79v-.05q-.66.04 0 .07zM41.65-5.51c.4.08 1.5.19 1.87 0zm-2.64 56.99c-1.06-.25-1.44-.92-1.73-1.42q-.22-.44-.5-.58c-2.83-1.05-3.29.92-3.77 3.98-.1.56-.1 1.03-.13 1.47-.05 1.08-.08 1.9-1.1 2.94-.57.6-1.51.9-2.44 1.22a9 9 0 0 0-1.87.78 10 10 0 0 0-2.92 2.83q-.46.6-1.08 1.34a26 26 0 0 1-3.82 3.3c-3.9 2.98-8.2 6.25-5.32 11.4 3.1 5.55 4.32.87 5.27-2.75.36-1.39.68-2.62 1.05-3.05 4.67-5.47 5.68-.12 6.29 3.08q.14.8.27 1.34c1.3 5.03 3.1 1.4 4.58-1.58.44-.9.86-1.74 1.22-2.28.44-.63.99-1.1 1.52-1.55a6 6 0 0 0 1.68-1.92c.24-.52.12-1.17 0-1.84-.2-1.1-.4-2.25.97-2.95 1.45-.73 3.12.16 4.6.96 1.13.6 2.15 1.16 2.9.9 2.33-.83.23-3.6-1.45-5.82-.78-1.02-1.46-1.93-1.59-2.47-.36-1.58.28-2.95.9-4.32.65-1.38 1.29-2.77.9-4.37-.65.1-1.22.4-1.8.72-.8.44-1.6.88-2.64.64M95.89 72.7c.38-2.66-1.73-4.02-3.9-5.43q-1.06-.66-2.02-1.4c-1.43-1.13-2.4-2.07-3.12-3.66a4 4 0 0 1-.17-1.2c-.04-.69-.08-1.4-.42-1.65-1.85-1.27-2.88-.4-4.13.66-.6.5-1.24 1.05-2.04 1.42-2.72 1.24-2.75 1.22-4.38.26q-.48-.3-1.22-.7l-.71-.4c-1.5-.9-2.56-1.53-4.4 1.07-.73 1.04-.7 2.87-.66 4.77.07 3.18.14 6.57-3.42 6.77 1.57.69.86 2.74.14 4.83-.74 2.15-1.49 4.34.23 5.1 4.18 1.83 5.4-6.86 6.09-11.83.23-1.64.4-2.88.6-3.2 1.67-2.62 7.63-4.86 9.34-.98.31.7.08 1.44-.15 2.2-.22.73-.45 1.47-.2 2.2.37 1.03.97 1.4 1.67 1.86a7 7 0 0 1 1.19.87c2.9 2.7 2.79 2.88 1.34 5.18l-.86 1.4c-.3.54-.56 1.38-.83 2.31-.61 2.1-1.35 4.63-3.25 4.92 1.04 0 2.13.24 3.2.5 2.06.47 4.08.94 5.61-.45 1.07-.97.89-2.72.71-4.4-.11-1.09-.22-2.15.03-2.93.44-1.42 1.63-2.6 2.81-3.77 1.34-1.34 2.68-2.66 2.92-4.32m-77 31.75q.04.7.19 1.7c.4 2.48 1.5 3.9 2.95 5.7v.01l.95 1.2c-4.37.08-7.8 4.62-3.04 7.18-1.93-1.03-3.4.12-4.58 1.07-1.5 1.28-2.55 2.13-3.57-2.17l-.28-1.1c-.23-.87-.48-1.85-.58-2.5-.2-1.45-.18-1.6 0-2.4l.1-.48c.07-.47.25-.8.42-1.1.35-.61.63-1.13-.13-2.65-.4-.8-.88-1.4-1.34-2-.85-1.05-1.6-2.01-1.58-3.72 0-.48.2-.86.43-1.27a3.4 3.4 0 0 0 .38-2.92 12 12 0 0 0-1.08-2.46c-.5-.98-1.01-1.95-1.2-3 1.8.08 2.96 1.45 3.98 2.68q.54.66 1.07 1.2c.8.73 1.75 1.26 2.69 1.8.8.43 1.6.9 2.24 1.43 1.8 1.58 1.86 2.4 1.98 3.9m5.79-13.18c1.49.12 5.48-3.14 5.74-4.07-1.29.24-2.6-.36-3.88-.94-1.44-.66-2.84-1.3-4.14-.73-2.3 1 .15 5.56 2.28 5.74M83.04 93c-1.63.3-3.49.64-4.58 0-1.06-.62-3.16-3.28-.1-3.13.78.3 1.67.5 2.56.68 1.87.4 3.7.8 4.21 2.16-.57.02-1.3.15-2.09.3M62.6 69c-.84-.06-1.62-.21-2.34-.35-2.16-.41-3.75-.72-4.43 2.13 1.12-.05 2.23.25 3.23.5 2.11.56 3.68.97 3.53-2.3m28.98 36.46c-.72-.36-1.4-.7-1.93-.74.68-.1.8-.77.92-1.4.1-.52.2-1.02.6-1.16q.26.08.59.14c1.76.41 4.88 1.14 4.1 2.82-.92 2.04-2.7 1.14-4.3.34\" fill=\"black\" fill-opacity=\"0.2\"/><path d=\"M23.02 113.15c-.74.04-.24.2.07.24zm41.45-48.02c.83-.57.8-3.2-.45-3.31-1.75.39-.86 4.2.45 3.3m65.13-30.67c.03.59 2.6 3.1 2.88 3.08q0-.12.06-.51c.17-1.3.59-4.32-.85-3.64a5 5 0 0 0-.71.44c-.42.3-.85.6-1.38.63M21.62 127.86c-5.14 0-3.3-2.39-1.94-1.65.3.16.55.44.81.71.3.32.6.64.96.78q.12.06.14.1 0 .04.03.06M-.7-.88c.01-.43-2.42-1.19-1-.2-.14-.1-.03-.06.17.02.3.13.83.34.83.18m124.07 44.63c-1.53-.42 2.62-.23 2.1.93a3 3 0 0 1-1.16-.49c-.3-.17-.6-.35-.94-.44\" fill=\"black\" fill-opacity=\"0.2\"/><path d=\"M38.12 26.75c.24-.76-.15-1.6-.53-2.44-.32-.7-.64-1.4-.61-2.05.02-.62.47-1.75.9-2.82a18 18 0 0 0 .84-2.47c.8-3.23 2.3-9.38 7.7-6.52-4.33-2.3-2.55-4.12-.56-6.15a12 12 0 0 0 2.06-2.51c.4-.74.72-1.08.91-1.27q.17-.17.19-.26c0-.1-.1-.22-.34-.5l-.4-.45c-.6-.7-4.78-1.65-5.78-1.63-3.82.09-7.98 3.7-9.9 6.62-1.03 1.56-.67 2.43-.33 3.26.2.5.4.98.3 1.6-.05.25-.02.5 0 .74.09.73.16 1.35-2.01 1.47-2.7.15-7.77-4.33-7.8-6.53 0-.73.78-1.56 1.57-2.4 1.4-1.46 2.79-2.94-.21-3.87-2.24-.7-9.03 3.8-9.45 5.5-.26 1.06.5 2.2 1.15 3.2 1.06 1.6 1.88 2.84-2.02 2.8 0-.01 3.63 2.3 4 2.78.85 1.09 1.17 1.88 1.45 2.56.47 1.17.8 2 3.44 3.44 1.1.6 2.28 1.12 3.45 1.64a32 32 0 0 1 4.56 2.18c.76.5 1.4 1.08 2.03 1.64 1.48 1.32 2.86 2.57 5.4 2.34m89.24-23.2c-1.41.73-.6 1.4.37 2.17.98.8 2.12 1.7 1.37 2.97-.4.8-1.51 1-2.7 1.16-1.14.18-2.34.37-2.92 1.22-.84 1.23-.5 2.1-.18 2.94.4.98.76 1.93-.78 3.38a7 7 0 0 1-2.98 1.62c-1.3.42-2.32.75-2.8 3.1-.73 3.57 1.1 5.96 2.85 8.23 1.97 2.58 3.85 5.02 1.78 8.9l-.34.62c-1.1 1.91-3 5.23.63 6.35 2.63.81 2.48-.12 2.3-1.08-.11-.73-.24-1.48.8-1.52-.2-.6 2.99.1 2.59.98.84.09 1.25.54 1.65.98.57.63 1.12 1.24 2.9.7 1.75-.56 2.04-2.21 2.27-3.56l.02-.1c.35-2.04-.6-3.8-1.5-5.5-.75-1.41-1.47-2.78-1.42-4.22v-.54c0-.36-.03-.65.15-1.13a2.7 2.7 0 0 1 2-.48q1.74.36.97-1.3c1-1.93.62-5.18.3-8.05-.16-1.3-.3-2.5-.3-3.5 0-.67.12-1.8.26-3.13.37-3.48.88-8.27-.25-9.7-.66-.82-5.8-2.12-6.94-1.53m2.2 48.85c-2.96-.76-2.6 1.57-2.32 3.35.08.51.15 1 .13 1.32-.14 2.96-.48 3.68-4.15 4.16-.88.12-1.72-.1-2.55-.3-1.4-.36-2.76-.7-4.23.55-.83.7-.8 1.57-.76 2.44.02.44.04.86-.04 1.27-.14.7-.68 1.78-1.25 2.93-1.05 2.11-2.22 4.48-1.26 5.11.65.44 2.53-.06 4.66-.62 3.68-.96 8.12-2.13 8.4.86.18 1.78-2.15 2.05-4.37 2.3-1.44.17-2.83.34-3.45.9-.2.17-.55 1.43-.9 2.68-.4 1.4-.81 2.8-.96 2.67.65.54 1.7-.2 2.9-1.07 1.79-1.28 4.02-2.86 6.04-1.12-2.5-4.76 4.86-4.08 8-3.8q.5.06.85.08V60.2c-3.56.93-3.33-1.08-3.07-3.3.22-1.93.45-4-1.66-4.56m1.93 68.2q1.33.1 2.8.1c-.01.8-.75 1.17-1.5 1.53-.63.3-1.28.63-1.45 1.24-.48 1.73.58 2.33 1.56 2.88.71.4 1.38.77 1.38 1.52q-1.28 0-2.76.1c-2.07.08-4.3.17-6.04-.1h-2.93l-.25-1.14-.43-.2c-1.22-.57-3.28-1.53-4.2-2.16-4.5-3.15-.45-6.42 3.8-7.72-2.92.9 1.1 3.8 2.5 4.18 1.1.3 1.75.15 2.5-.03.45-.1.95-.22 1.59-.26 1.2-.06 2.3 0 3.43.06M13.3 31.85c-.62-.3-1.3-.12-1.96.08-.78.22-1.56.45-2.3-.09-.38-.29-.25-.87-.12-1.4.1-.45.2-.86 0-1.06-2-1.94-2.12-1.47-2.46-.15-.15.6-.34 1.35-.77 2.14-.86 1.58-1.96 1.95-3.06 2.31-1.3.44-2.6.86-3.45 3.34-1.84 5.28-5.2 3.61-6.4-1-.2-.72-.77-1.78-1.4-2.98-1.6-2.98-3.62-6.77-1.23-7.9-1.66.8-3.61 1.13-5.57 1.48-2.27.4-4.54.8-6.34 1.9-1.92 1.15-1.91 1.41-1.88 2.74q.02.38 0 .9c0 1.4.04 3.07.08 4.64l.03 1.52c.04 1.5.67 2.78 1.33 4.1.38.76.77 1.55 1.05 2.4.58 1.78.82 3.66 1.05 5.53.16 1.24.32 2.48.57 3.68l.17.75c.5 2.35 1 4.58-.37 6.85-.2.3-.65.66-1.14 1.04-.88.67-1.87 1.42-1.64 2.14.34 1.05 2.04-.49 2.92-1.28l.5-.38c.8-.6.84-1.17.87-1.64.04-.57.07-.97 1.4-1 1.8-.07 3.65 1.92 4.74 3.1l.32.34c.6.64 1.17 1.43 1.76 2.25 1.52 2.14 3.2 4.48 6.06 4.83 8.89 1.1 10.67-9.15 7.37-13.8A22 22 0 0 0 .7 54.4c-1.67-1.6-3.4-3.25-3.85-5.15-.76-3.13 1.93-5.67 5.62-3.87 1.76.86 2.32 2.35 2.9 3.85.48 1.28.96 2.57 2.2 3.48 2.6 2 2.84 1.4 3.27.4.23-.5.52-1.1 1.25-1.6 2.1-1.21 5.75-2.3 6.25.9.18 1.17-.76 2.1-1.71 3.1-1.14 1.17-2.3 2.36-1.63 3.89 1.29 2.95 2.46 1.35 3.46 0q.3-.46.6-.8c2.8-3.16 5.57-6.45 4.74-10.6-.53-2.65-2.38-4.54-4.27-6.47a32 32 0 0 1-2.47-2.72c-.45-.58-.88-1.64-1.33-2.77-.7-1.73-1.45-3.6-2.44-4.1m49.6 70.65c-.03 1.24-.05 2.5.5 3.7 1.3 2.8 2 4.46.22 7.06-.48.7-.98 1.22-1.46 1.72a8 8 0 0 0-2.1 3.14q-.22.7-.38 1.3c-.4 1.46-.68 2.53-2.7 3.5-4.64 2.25-8.11.2-11.17-2.37l-.7-.58c-1.52-1.28-2.57-2.15-3.51-3.9a2.5 2.5 0 0 1-.22-1.54c.07-.74.13-1.36-1.28-2.02-1.37-.64-2.7-.4-4.05-.15-1.68.3-3.38.6-5.15-.8-4.02-3.22-3-9.5.72-12.22 1.04-.77 2-1.22 2.8-1.6 1.85-.87 2.8-1.33 1.96-4.33a4.6 4.6 0 0 1-1.56-2.2 4 4 0 0 1 .5-2.08c-.1-.46.06-.9.2-1.3.28-.83.49-1.45-1.73-1.46.6-.45.79-1.45.96-2.48.27-1.52.55-3.13 2.25-3.3 2.92-.28 3.24 2.7 3.49 4.96.08.73.15 1.4.3 1.82 1.19 3.4 2.58 4.57 6.36 3.22.97-.35 5.56-2.81 5.92-3.35-1.65 2.5 1.72 4.87 4.24 6.64.62.43 1.2.83 1.62 1.2l.53.41a11 11 0 0 1 2.7 2.8c.79 1.4.77 2.8.74 4.2m41.5 18.43c-1.44-.17-6.73-2.2-6.1-3.92 1.64-4.33 10.13.56 13.07 2.25l.53.3c-1.12.06-2.2.38-3.27.7-1.4.4-2.78.82-4.23.66\" fill=\"black\" fill-opacity=\"0.4\"/><path d=\"M19.25-3.59c.2 1.51 3.16 3.8 5.07 2.44 1.22.44-.59-2.79-.89-3.09-1.59-1.58-4.59-2.32-4.18.65m33.02 2.04q-1.13-.24-2.03-.54c-.54-.2-.57-2.24-.35-2.65.44-.8 1.95-.7 3.33-.63q.61.05 1.15.05h13.3c-1.86.75.15 1.5 1.1 1.7.78-.2 6.37 3.93 6.21 5.66-.08.93-.75 1.62-1.43 2.32-.8.85-1.65 1.72-1.54 3.08.1.82.9 2.18 1.8 3.7 2.3 3.8 5.1 8.6-1.4 8.74-3.02.06-2.95-1.38-2.9-3.06.1-1.1.17-2.35-.7-3.3a6 6 0 0 0-2.05-1.28c-1.02-.47-2.04-.93-2.45-1.8-.2-.45-.05-1.38.12-2.4.4-2.5.9-5.44-3.81-2.2-.48.33-.77.97-1.07 1.6-.57 1.24-1.14 2.48-3.01 1.5-1.63-.84-.73-2.5.17-4.18.68-1.27 1.37-2.54.95-3.46-.8-1.8-3.2-2.37-5.31-2.86m80.4 87.41c-2.74.72-4.33-1.84-5.6-3.9-.87-1.4-1.6-2.55-2.43-2.3-2.23-1.91-4.4-.15-6.18 1.3a9 9 0 0 1-1.83 1.3c.1.09-4.98-1.11-3.95-1.31-6.82-2.32-6.9 2.9-6.97 7.43-.03 1.96-.06 3.8-.63 4.85-1.02 1.9-2.46 2.63-4.81 3.45-.83.3-1.74.46-2.65.63-1.9.35-3.8.7-4.86 2.17-.2.27-.4 1.13-.52 1.74-.08.35-.14.62-.17.63.6.15 4.88 1.5 5.32 1.87.4.33.5.92.6 1.46.08.46.16.88.4 1.08.7.59 1.38 1 2.04 1.38 1.1.66 2.14 1.26 2.95 2.6.35.57.53 1.24.7 1.9.43 1.59.85 3.14 3.64 3.2 2.27.04 3.6-1.72 4.3-3.23.33-.68.24-2.56.15-4.68-.24-5.18-.53-11.76 4.74-5.66.52.6.72 1 .88 1.34.28.57.46.95 1.87 1.74a3.3 3.3 0 0 0 1.72.37c.8.02 1.58.04 2.27 1 .7 1 .36 1.94.15 2.5-.24.64-.3.8 1.55-.04 4.29-1.93 4.45-6.24 4.6-9.86q.03-1.08.1-2.05c.2-2.25.7-3.6 1.64-5.58l.46-.7c1.03-1.65 3.32-5.32.58-4.6m-84.6 36.72c-.78-1.1-1.78-1.81-2.83-2.58q-.72-.51-1.46-1.1-.43-.35-.9-.64c-.64-.4-1.27-.8-1.6-1.42-.27-.5-.17-1.18-.07-1.85.1-.8.22-1.56-.23-2.06-1.27-1.42-2.98-1.08-4.8-.73-2.4.48-4.95.99-6.8-2.63-1.31-2.6-1.95-6.32-.24-8.84.73-1.06 2.32-1.8 3.9-2.5 1.93-.9 3.84-1.78 3.97-3.24.07-.85-.57-1.46-1.23-2.1-.58-.55-1.18-1.12-1.34-1.9-.13-.64.2-1.4.54-2.15.64-1.43 1.22-2.72-1.9-2.65q.04.03-.05.06l-.04.02a4 4 0 0 0-.8.3c-.55.23-1.2.5-1.46.52q-.02 0-.35.34c-.86.97-3.55 3.7-4.92 3.57-2.7-.23-3.73-5.43-2.3-5.7a4 4 0 0 1-1.54-.77c-.85-.6-1.74-1.23-3.58-.68-1.44.43-1.8 1.05-2.27 1.86q-.22.4-.54.86c-.68.97-1.07 1.62-1.32 2.03-.26.43-.36.6-.5.64q-.15.03-.45-.14a9 9 0 0 0-2.6-.78l-.07.3c-.2 1.16-.28 1.62-.13 1.97.1.22.3.4.64.7q.38.34 1.02 1 .85.88 1.8 1.67.68.58 1.32 1.17c.52.5 5.35 5.5 4.35 5.73.97.18 1.07 2.48 1.16 4.7.07 1.54.13 3.04.5 3.73.35.7.93 1.28 1.5 1.88.47.47.93.95 1.28 1.48.94 1.42 1.1 3.08 1.23 4.77.15 1.6.3 3.25 1.14 4.72.22.38.58.7.94 1 .35.3.7.6.9.96.16.24.42.45.65.66l.4.36c.74.8.8 1.22.88 1.48l.06.2c.13.2.5.28 2.3.62h.02c3.28.62 12.62.33 15.2-1.77.36-.3.74-1.1 1.03-1.73.2-.4.34-.73.42-.74a1.4 1.4 0 0 1-.64-.55q0-.03-.03-.05m30.98-2.1c-.9-.1-1.55-.38-2.2-.66a5.6 5.6 0 0 0-3.16-.62c-1.2.12-2.12.7-3.04 1.26-.53.33-1.07.66-1.67.9-1.45.6-3.96.86-6.7 1.14-5.5.57-11.9 1.23-12.48 4.92.93 0 2.35.1 4 .2 5.07.3 12.3.75 14-.83.84-.8.72-1.5.62-2.07-.14-.9-.25-1.5 2.63-1.9.94-.2 1.63.1 2.32.3 1.07.33 2.1.7 4.04-.3.27-.2 3.76-2.18 1.64-2.4m-1.77-20.3c4.94-5.14 6.28 2.21 6.28 5.25 0 3.48-6 6.05-7.87 2.3-.62-1.24.37-6.3 1.6-7.56m55.53-98.38a10 10 0 0 1-1.94-2.4c-1-1.52-2.1-3.15-3.48-3.32-3.76-.47-3.33 3.97-2.97 7.6.19 1.9.35 3.56-.12 4.18q.1.02.6.34c1.6 1 5.54 3.43 3.56-1.06-.18-.4-.88-.72-1.58-1.05-1.28-.6-2.56-1.2-.54-2.26 1.29-.67 2.72 0 4.1.66.98.46 1.94.9 2.8.87l.03-.76c.07-1.02.15-2.35-.46-2.78M131.8 44.9c.4-.53.76-1.04 1.08-1.22.2-.12.83 16.67.15 16.46-3.3 1.97-2.89-2.4-2.63-5.1.1-.98.16-1.73.03-1.9-.47-.64-1.46-.88-2.45-1.1-1.36-.34-2.73-.67-2.77-2.06-.02-.59 2.1-2.22 2.63-2.58.2-.13.21-.35.22-.58.02-.24.03-.5.27-.65.14-.1.48 0 .87.1.5.14 1.07.3 1.35.08.42-.32.85-.9 1.25-1.45\" fill=\"white\" fill-opacity=\"0.2\"/><path d=\"M95.36 58c-.5-.86-1-1.72-2.15-2.23-3.03-1.34-3.09-1.96-3.19-3.02-.06-.63-.13-1.4-.84-2.57-1.72-2.82-6.06-2.63-9.5-2.47q-1.06.05-1.95.06c-.77 0-1.32-.03-1.75-.06-1.36-.08-1.5-.1-3.27 1.42q-1.06.95-2.14 2.09c-.82.83-1.65 1.69-2.55 2.44-1.94 1.62-6.42 5.7-3.14 7.97-1.6.35-1.1 3.07.01 3.67a20 20 0 0 0-1.44 3.47c-.73-.05-1.42-.23-2.08-.4-1.48-.38-2.83-.73-4.14.54-1.1 1.08-.75 2.66-.39 4.24.31 1.33.62 2.66.04 3.7-1.61 2.93-6.9 3.21-9.69 1.46-1.9-1.2-6.3-5-7.5-6.8-2.1-3.04-1.3-5.8 3.02-5.66 1.06.02 1.8.47 2.36.8.82.48 1.18.69 1.38-1.18.08-.82-.8-1.87-1.5-2.72q-.43-.5-.69-.86l-.33-.5c-1.85-2.74-2.6-3.85-1.2-7.2l.21-.47c1-2.38 1.34-3.2.4-5.92-1.1-3.13-1.4-4.45-1.14-7.76q.01-.22.05-.51c.18-1.38.46-3.65-1.93-4 .36-.53 1.73-4.44 1.4-4.8 2.04.24 2.36-.13 2.97-.83.38-.43.88-1 2-1.62a7 7 0 0 1 2.74-.63c1.38-.15 2.8-.3 3.68-1.35.81-.94.85-2.5.88-4 .02-1.1.05-2.2.38-3.04.61-1.55 1.43-3.46 3.5-4.15 5-1.67 4.6 2.62 4.33 5.63q-.09.78-.1 1.4c-.17 5.12-.25 10.56.75 15.5 1.02 5.02 1.87 3.1 3.02.5q.33-.76.7-1.53a8 8 0 0 1 1.87-2.2c.64-.6 1.3-1.2 1.73-2 .32-.6.3-1.2.27-1.8-.03-.82-.07-1.6.83-2.24.67-.48 1.47-.32 2.2-.17.6.12 1.14.23 1.54-.04.77-.51.88-1.96 1-3.46.17-2.13.35-4.36 2.45-4.1 2.05.2 2.24 2.3 2.4 4.07.11 1.24.21 2.32.95 2.46l-1.38.33c-3.2.75-7.78 1.8-1.49 3.93-1.94.18-1.38 2.48-1.1 3.54q0 .12.03.2c.05.3.41.57.8.8.36.29.75.56.8.89a2 2 0 0 1-.26 1.46c-.14.26-.29.52-.3.93q-.04.8-.13 1.5c-.2 2-.32 3.04 3 1.42a2.4 2.4 0 0 0 1.3-1.58c.24-.7.4-1.11 2.26-.44q.1.28.5.34c.28-.08.73.23 1.26.59.8.55 1.8 1.22 2.7.86 1.7-.71 1.04-1.93.45-3.03a5 5 0 0 1-.5-1.14c-.58-2.61-.2-2.8.63-3.18a4.8 4.8 0 0 0 2.33-2.14c.74-1.2.26-2.42-.18-3.55-.6-1.5-1.14-2.85 1.26-3.91 6.1-2.7 7.06 3.57 6.3 6.56l-.1.36c-.83 3.24-1.46 5.65.13 9 1.08 2.29 2.86 3.64 4.77 5.1.98.72 1.97 1.48 2.92 2.4 3.6 3.42 3.88 7.5-.2 10.8-3.29 2.62-7.69 3.4-11.1.65a6 6 0 0 1-1.28-1.65m-6.2 30.75c-4.72-.62-6.35-.74-9.92.14q.34.35.04.5c.6.23 1.51.39 2.5.55 1.75.3 3.7.64 4.43 1.5.18.2.03 1.03-.1 1.78-.13.66-.24 1.26-.1 1.34a62 62 0 0 1 4.87-5.76q-.86.03-1.73-.05M7.2 102.3l.35.2q.7.28 1.51.25c-.26 1.4-2.3 4-4.55 3.57-2.67-.5-1.65-1.68-.57-2.92.6-.68 1.2-1.37 1.24-2 0-.16 1.28.55 1.92.9M6 95.66c.41.56 1.1.99 1.75 1.4q.46.27.84.55c.37-.54.01-1.6-.34-2.66-.3-.87-.58-1.73-.44-2.27-1.68-.06-2.53 1.94-1.78 2.98M37.15-5.3c-1.63.91-7.34 4.14-7.66.8l-.07-.92h7.93z\" fill=\"white\" fill-opacity=\"0.2\"/>",
254
- "default": true
255
- },
256
- {
257
- "name": "camo02",
258
- "content": "<path d=\"M-29.7 126.12c-2.62.41-9.54 1.51-10.8.4-.82-.74-.45-3.34-.18-5.2.1-.72.18-1.32.18-1.68 1.28-.06 2.24 1.38 3.19 2.8 1.4 2.08 2.75 4.1 5 1.03 1.04-1.44.8-3.25.55-5.1-.26-1.95-.52-3.93.72-5.53 1.48-1.9 3.83-2.17 6.16-2.44 2.47-.27 4.9-.55 6.23-2.77.38-.64.48-1.77.6-3 .19-2.1.4-4.5 2.15-5.06 3-.95 3.19 1.67 3.35 3.95.1 1.23.18 2.36.68 2.8 5.46 4.63 5.98-4.3 6.1-6.34v-.03c.02-.42-.05-.76-.12-1.08-.12-.57-.22-1.04.32-1.71.28-.35.67-.3 1.08-.23.4.07.84.14 1.2-.22 1.46-1.39 1.49-1.52 1.8-3.06l.05-.17.05-.2q.16-.77.24-1.38A6.4 6.4 0 0 1 .6 88c1.15-1.44 2.3-2.87.14-4.63.6 0 5.76-1.43 6.1-1.62.5-.27 1.07-.96 1.59-1.58.45-.55.85-1.04 1.12-1.14 3.07-1.09 2.85 1.27 2.63 3.69-.15 1.45-.28 2.94.29 3.71-7.95.27-12.73 8.1-13.2 14.16-.08.93.28 1.73.6 2.48.28.6.54 1.17.55 1.76a4 4 0 0 1-.5 1.95c-.21.46-.42.91-.48 1.52-.23 2.6.8 3.55 2.17 4.8.7.64 1.5 1.34 2.2 2.37 2.4 3.4 1.2 3.93-2.43 3.32-2.1-.36-4.1-.98-6.1-1.61a38 38 0 0 0-7.53-1.8c-3.34-.34-6.44-.18-8.02 2.61-.92 1.62-1.32 6.05 1.72 6.4-.76.11-1.38.37-2.02.62a9 9 0 0 1-2.9.76q-1.45-.58-3.04-.73-1.35.22-2.42.96zm179.94-69.11c.47.27 1.37.22 2.35.17 1.06-.06 2.2-.12 2.96.2.4.2.8.65 1.2 1.1.37.43.74.86 1.12 1.07.86.5 1.78.67 2.7.84.71.13 1.42.26 2.1.53 2.8 1.14 4.88 3.6 3.26 6.47-.44.8-1.47 1.33-2.5 1.87-1.3.7-2.6 1.38-2.6 2.6 0 4.47 7.78-2.9 8.48-4.5.2-.45.27-.96.34-1.48.1-.72.2-1.46.64-2.03a7 7 0 0 1 1.96-1.3c.48-.25.87-.46.94-.58 1.3-2.1.75-7.26.32-11.22-.17-1.6-.32-3-.32-3.94-2.2.01-3.2 2.7-4.2 5.38-1.43 3.9-2.88 7.8-8.03 3.5-1.37-1.2-5.3-8.2-5.3-9.5 0-1.19.6-1.85 1.25-2.56.3-.35.63-.69.9-1.1l.75-1.15c.82-1.22 1-1.5 1.23-3.82.17-1.88.38-2.17.93-2.9.22-.3.5-.7.87-1.3.17-.3.5-.58.8-.84.6-.6 1.3-1.18.26-2.07-2.6-2.23-8.23 3.55-9.21 4.7-2.78 3.3-6.55 7.77-6.22 11.93.08.94 2.09 9.32 2.92 9.81m-33.45 59.2c-.33.4-.66.78-.62 1.3.12 1.78.13 1.77.35 1.66.17-.08.46-.22 1.02.3.16.15.63.36 1.2.62 1.33.6 3.16 1.4 2.6 2.1-.28.37-1.04.4-1.85.43-.8.04-1.65.08-2.1.44-.35.28-.56.83-.76 1.32-.16.4-.3.8-.5.93-1.56 1.15-2.17 1.25-5.48 1.25 2.2-.6-3.45-4.5-4.02-3.26.53-1.16-.17-2.38-.85-3.54a7 7 0 0 1-.93-1.96c-.12-.83-.1-1.63-.07-2.41.06-1.74.1-3.4-1.76-4.87.63-.1.99-.54 1.34-.98.38-.47.75-.94 1.45-.96.87 2.36 2.9 2.53 5.03 2.69.98.09 2 .18 2.92.47q.44.14.84.24c1.05.28 1.9.5 2.52 1.58.74 1.28.18 1.95-.35 2.58M173.19-4.1c0-1.09-1.99-.93-3.45-.8l-1.03.04a16 16 0 0 1 1.69.74c.26.06.53.06 1.34.04zM-39.75-2.62c-.2.64-.4 1.22-.03 1.35-1.09.22-.88-1.77-.77-2.9q.05-.43.05-.63c1.44 0 1.07 1.16.75 2.17m157.51-2.25h-3.58q.46.22.94.5c1.33.74 2.63 1.46 2.64-.5m54.54 9c.43-.08.7-.05.85-.03q.13.05.16 0 .05-.01 0-.3c-.04-.3-.12-.84-.12-1.86-1.02.02-2.63 2.18-.9 2.2zM44.9 126.51h1.78c-.37-.08-1.44-.18-1.8 0m.07-54.8c.63-.08 1.17-.4 1.72-.7.78-.33 1.55-.76 2.54-.53 1.02.25 1.4.9 1.67 1.4.15.27.28.5.47.57 2.72 1.03 3.16-.9 3.63-3.93q.1-.8.12-1.43c.04-1.07.08-1.88 1.04-2.91.55-.6 1.45-.9 2.34-1.2.65-.22 1.3-.45 1.8-.77a10 10 0 0 0 2.8-2.78q.44-.6 1.04-1.33c.92-1.1 2.27-2.15 3.66-3.24 3.76-2.93 7.88-6.15 5.11-11.23-2.97-5.46-4.15-.85-5.06 2.7-.34 1.37-.65 2.58-1 2.99-4.48 5.4-5.45.14-6.04-3.02q-.14-.76-.26-1.3c-1.26-4.95-2.98-1.38-4.4 1.56-.42.9-.82 1.72-1.17 2.24a8 8 0 0 1-1.46 1.52 6 6 0 0 0-1.6 1.9c-.24.48-.12 1.13 0 1.78.18 1.1.38 2.23-.94 2.9-1.4.75-3-.14-4.42-.92-1.08-.6-2.06-1.14-2.77-.88-2.25.8-.23 3.54 1.39 5.73.74.99 1.4 1.89 1.52 2.42.34 1.55-.27 2.9-.88 4.25s-1.23 2.72-.85 4.29M9.52 34.33H9.3zM.12 41.5c-.43 1.4-1.57 2.56-2.7 3.72-1.3 1.32-2.57 2.62-2.8 4.25-.36 2.63 1.66 3.97 3.75 5.35.66.44 1.33.89 1.93 1.38a9.3 9.3 0 0 1 3 3.61c.12.27.14.72.16 1.18.04.68.07 1.39.4 1.62 1.78 1.26 2.77.4 3.96-.64a9 9 0 0 1 1.96-1.4c2.6-1.23 2.65-1.2 4.2-.26q.48.3 1.18.68l.68.41c1.44.88 2.46 1.5 4.22-1.06.7-1.02.67-2.83.63-4.7-.06-3.14-.13-6.47 3.3-6.66-1.62-.68-.95-2.7-.26-4.77.7-2.1 1.44-4.2-.21-5-4-1.8-5.17 6.8-5.84 11.7-.22 1.6-.38 2.87-.58 3.18-1.6 2.6-7.32 4.8-8.96.97-.3-.68-.08-1.41.14-2.16.2-.72.42-1.46.19-2.16-.36-1.02-.94-1.4-1.61-1.83a7 7 0 0 1-1.1-.9C3 45.34 3.1 45.17 4.49 42.9l.83-1.37c.3-.53.53-1.37.8-2.28.58-2.08 1.29-4.56 3.12-4.84-1 0-2.04-.24-3.08-.5-1.97-.46-3.9-.93-5.37.44-1.02.97-.84 2.7-.67 4.34.1 1.08.2 2.13-.03 2.9m65.41-30.7-.9-1.2c4.2-.06 7.5-4.53 2.91-7.06 1.9 1.02 3.3-.12 4.4-1.04 1.5-1.17 2.5-2 3.5 2.24l.3 1.07c.2.86.45 1.82.55 2.48.2 1.4.16 1.5 0 2.26l-.1.45c-.07.45-.24.77-.4 1.06-.34.62-.61 1.13.1 2.62.4.78.87 1.38 1.3 1.96.8 1.06 1.56 2.01 1.53 3.7 0 .46-.2.83-.4 1.24a3.5 3.5 0 0 0-.38 2.87c.23.84.63 1.63 1.04 2.43.49.95.98 1.9 1.15 2.94-1.73-.08-2.83-1.44-3.82-2.65q-.53-.67-1.03-1.18c-.76-.74-1.7-1.26-2.58-1.77-.78-.45-1.54-.88-2.16-1.43-1.73-1.57-1.79-2.37-1.9-3.85q-.04-.68-.18-1.67c-.38-2.43-1.46-3.82-2.84-5.6m-.37 25.9c2.2-.98-.14-5.47-2.18-5.64-1.43-.13-5.26 3.1-5.5 4 1.22-.23 2.48.36 3.7.93 1.38.65 2.73 1.27 3.97.72m-53.8-7.26c1 .6 3.03 3.22.1 3.1a15 15 0 0 0-2.5-.64c-1.8-.39-3.54-.78-4.05-2.12.56 0 1.26-.15 2-.29 1.58-.3 3.36-.64 4.4 0m21.73 21.8c-1.07.05-2.14-.24-3.1-.5-2.03-.54-3.53-.95-3.4 2.27.8.05 1.56.2 2.25.33 2.07.41 3.6.71 4.25-2.1m-33.35-32c-.1.52-.18 1.02-.58 1.15l-.56-.14c-1.7-.4-4.68-1.12-3.95-2.77.9-2 2.6-1.12 4.13-.34.7.36 1.33.7 1.85.73-.66.1-.78.76-.9 1.37M91.3 46.57a6.3 6.3 0 0 1 .02-3.58c-2.2.01-2.03 3.55-.02 3.58\" fill=\"white\" fill-opacity=\"0.2\"/><path d=\"m64.5 9.39.06.24c.71-.04.23-.2-.07-.24M100 44.32c.48.67.53 1.66.6 2.66.1 1.51.16 3.07 1.67 3.62 1.52.56 2.3-.7 3.12-2.06.7-1.15 1.44-2.36 2.7-2.6.84-.18 1.7.24 2.58.66.82.4 1.66.8 2.53.74 2.5-.16 6.46-2.7 6.26-4.97a7 7 0 0 1-2.83-.24c-.75-.17-1.47-.35-2.3-.3a11 11 0 0 0-2.53.55c-.77.23-1.53.46-2.24.5-3.26.17-3.24-.2-3.16-1.36.03-.52.08-1.2-.15-2.06l-.18-.78c-.12-.56-.16-.8-.75-1.63a4 4 0 0 0-1.24-.94c-.6-.35-1.22-.71-1.47-1.25-.1-.21 0-.92.12-1.74.2-1.42.43-3.2-.18-3.31-.8 1.18-2.06 2.1-3.3 3-1.57 1.15-3.13 2.3-3.83 3.95-1.22 2.86.3 3.98 2.07 5.28a11 11 0 0 1 2.51 2.28M25.2 60.2c1.68-.4.82-4.15-.44-3.26-.8.56-.77 3.14.44 3.25M-39.74 88.2q.36-.17.68-.43c.4-.29.82-.59 1.32-.62-.02-.57-2.5-3.04-2.76-3.03l-.06.5c-.16 1.27-.56 4.26.82 3.59M67-3.94c-.3-.3-.58-.63-.93-.76-.09-.04-.1-.08-.13-.1l-.04-.06c4.93 0 3.18 2.35 1.87 1.62a3 3 0 0 1-.78-.7m21.3 126.11c.14.1.03.05-.16-.03-.3-.13-.8-.34-.8-.19 0 .43 2.33 1.18.96.22M-32.66 77.55q.44.29.9.44c1.47.41-2.5.23-2.02-.92.41.06.77.27 1.12.48\" fill=\"white\" fill-opacity=\"0.2\"/><path d=\"M146.72 95.46c-.16.3-.3.57-.35.7 2.15.2 2.73 13.63-4.7 10.83-.65-.25-1-1.85-1.4-3.64-.8-3.58-1.76-7.9-5.6-3.63-1.26 1.4-.54 3.23.18 5.05.83 2.1 1.65 4.18-.53 5.6-3.24 2.1-4.6-.3-5.97-2.75-1.03-1.81-2.06-3.65-3.9-3.67 3.2 2.08 3.08 8.06 3 12.56-.04 1.64-.07 3.09.07 4.08a4 4 0 0 0 1.87-.63 3.4 3.4 0 0 1 1.93-.6c1.2.08 2 .62 2.82 1.17q.54.39 1.13.7c.31.16.68.43 1.08.71 1.2.86 2.73 1.95 4.1 1.34.42-.2.5-.97.57-1.83.1-1.05.2-2.22.97-2.6 1.55-.73 1.53.95 1.51 2.6-.01 1.05-.03 2.09.35 2.51 1.36 1.54 7.6 1.9 9.7 1.9.05-.89-.06-1.55-.14-2.06-.18-1.09-.25-1.56 1.41-2.24 2.63-1.06 7.26 1.84 8.77 3.05.32.26.4.77.48 1.23.06.4.12.76.3.88.65.41 6.09.27 6.46.2 2.22-.47 3.63-1.9 3.03-4.86-.48-2.38-2.85-3.47-5.25-4.57-2.57-1.2-5.18-2.4-5.54-5.2-.09-.7.27-1.5.61-2.3.27-.6.54-1.29.58-1.8.07-.8-.1-1.64-.27-2.46-.22-1.07-.44-2.13-.15-3.15.18-.62 3.65-4.84 4.01-4.96h.03-.03a4 4 0 0 1-1.65-.47 4 4 0 0 0-1.77-.45c-.1-.02-.42.6-.77 1.3-.46.93-1 2.01-1.28 2.1-3.05.9-2.28-1.26-1.72-2.8.16-.47.3-.87.33-1.13.1-1.1-.09-2.15-.28-3.2a15 15 0 0 1-.31-2.21c-.03-.56.1-1.07.23-1.58.17-.7.35-1.4.1-2.2-.05-.14-.68.01-1.28.14-.53.13-1.03.25-1.04.12-.11-.7.15-1.83.41-2.95.65-2.73 1.3-5.48-3.47-2.33-2.43 1.6-3.42 3.92-4.43 6.27-.86 2.02-1.74 4.07-3.56 5.72.09.02-.32.8-.64 1.44m-182.39 22.2c1.35-.73.57-1.37-.36-2.15-.94-.77-2.03-1.67-1.3-2.92.45-.8 1.53-.97 2.64-1.15 1.14-.17 2.3-.36 2.85-1.2.8-1.2.48-2.06.17-2.9-.37-.95-.73-1.9.75-3.31a7 7 0 0 1 2.86-1.6c1.26-.41 2.23-.73 2.7-3.04.7-3.53-1.06-5.88-2.74-8.12-1.9-2.54-3.7-4.94-1.7-8.77l.31-.6c1.15-1.87 2.97-5.15-.5-6.25-2.53-.8-2.38.12-2.2 1.07.1.7.22 1.45-.8 1.49.21.58-2.85-.1-2.47-.96-.8-.13-1.2-.57-1.58-1.01-.55-.62-1.08-1.21-2.78-.67s-1.97 2.16-2.2 3.49v.1c-.35 2 .55 3.75 1.42 5.4.72 1.39 1.42 2.75 1.37 4.17v.53c.01.36.02.64-.16 1.12q-.84.6-1.92.46-1.65-.34-.92 1.3c-.97 1.9-.6 5.1-.29 7.93.15 1.28.3 2.48.3 3.45.01.67-.12 1.78-.25 3.09-.35 3.4-.84 8.14.25 9.54.63.8 5.57 2.1 6.66 1.5m.1-51.41c.27 1.76.61 4.05-2.24 3.3-2.03-.51-1.8-2.57-1.59-4.46.25-2.2.47-4.18-2.94-3.26v-15.6l.8.08c3.02.28 10.07.94 7.68-3.74 1.94 1.7 4.07.16 5.8-1.1 1.17-.86 2.17-1.6 2.8-1.05-.15-.13-.54 1.24-.92 2.62-.34 1.23-.69 2.47-.87 2.64-.6.56-1.94.72-3.33.88-2.13.26-4.37.53-4.2 2.27.28 2.95 4.55 1.8 8.07.85 2.06-.55 3.86-1.04 4.5-.61.9.63-.23 2.95-1.23 5.04a15 15 0 0 0-1.2 2.88c-.08.4-.06.82-.04 1.24.03.86.07 1.7-.73 2.4-1.4 1.24-2.72.9-4.06.55-.8-.2-1.6-.41-2.47-.3-3.52.48-3.85 1.19-3.99 4.1 0 .33.06.8.14 1.3m-4.1-63.87c1.08.06 2.14.12 3.3.05.61-.03 1.08-.15 1.52-.25a4 4 0 0 1 2.4-.03c1.34.4 5.2 3.24 2.4 4.12 4.08-1.28 7.97-4.5 3.64-7.6A36 36 0 0 0-30.4-3.5l-.4-.2-.26-1.13h-2.8a32 32 0 0 0-5.8-.08q-1.43.07-2.65.08c0 .75.6 1.1 1.3 1.5.9.54 1.9 1.13 1.5 2.84-.2.7-.8 1-1.4 1.3-.7.38-1.4.7-1.4 1.54q1.4 0 2.6.1M75.7 89.67c-.64.2-1.28.38-1.88.08-.95-.49-1.67-2.34-2.34-4.05-.43-1.1-.83-2.15-1.27-2.72a32 32 0 0 0-2.37-2.68c-1.8-1.9-3.6-3.76-4.1-6.38-.8-4.08 1.87-7.33 4.54-10.44q.3-.33.6-.77c.95-1.34 2.07-2.91 3.32 0 .64 1.5-.47 2.67-1.56 3.82-.92.96-1.82 1.9-1.65 3.02.5 3.19 4 2.15 6 .88a3 3 0 0 0 1.2-1.58c.44-.96.67-1.5 3.17.4 1.18.85 1.65 2.1 2.12 3.36.45 1.5 1 2.96 2.68 3.81 3.55 1.77 6.13-.73 5.4-3.82-.44-1.86-2.1-3.5-3.7-5.07a21 21 0 0 1-2.5-2.77c-3.19-4.59-1.48-14.68 7.05-13.6 2.75.35 4.35 2.65 5.8 4.76.58.8 1.1 1.6 1.7 2.2l.3.35c1.07 1.16 2.84 3.12 4.58 3.06 1.26-.04 1.3-.43 1.33-1a1.9 1.9 0 0 1 .83-1.6l.4-.38c.86-.78 2.5-2.3 2.8-1.27.24.7-.71 1.46-1.55 2.12-.48.37-.92.72-1.1 1.02-1.32 2.24-.85 4.43-.35 6.75l.14.73c.25 1.2.4 2.4.55 3.63.23 1.85.45 3.71 1.01 5.46.27.84.64 1.6 1.01 2.37.63 1.3 1.24 2.55 1.27 4.03l.04 1.5c.01 1.54.06 3.2.04 4.58v.88c.04 1.3.05 1.57-1.79 2.7-1.72 1.05-3.89 1.45-6.09 1.85-1.87.34-3.75.68-5.34 1.45 2.3-1.1.35-4.84-1.18-7.78a17 17 0 0 1-1.33-2.93c-1.14-4.55-4.36-6.2-6.13-.98-.82 2.43-2.06 2.85-3.3 3.28-1.07.36-2.12.72-2.95 2.28-.4.78-.6 1.53-.74 2.1-.32 1.3-.44 1.78-2.36-.13-.2-.2-.1-.6 0-1.03.1-.54.24-1.11-.14-1.4-.7-.53-1.45-.3-2.2-.08M25.6 16.42c.53 1.2.51 2.44.5 3.67-.04 1.34-.07 2.72.7 4.1.6 1.1 1.6 1.92 2.6 2.75l.5.42c.41.35.96.74 1.55 1.17 2.42 1.74 5.66 4.07 4.08 6.53.34-.53 4.75-2.96 5.7-3.3 3.63-1.34 4.96-.19 6.1 3.16.13.43.2 1.07.28 1.8.23 2.2.55 5.16 3.35 4.9 1.63-.17 1.9-1.76 2.16-3.25.17-1.03.34-2 .93-2.45-2.13 0-1.93-.62-1.66-1.43.13-.4.28-.84.18-1.3q.54-.96.48-2.04a4.6 4.6 0 0 0-1.5-2.17c-.82-2.96.1-3.4 1.9-4.27.75-.37 1.67-.82 2.68-1.58 3.57-2.68 4.55-8.87.7-12.03-1.7-1.4-3.34-1.1-4.96-.8-1.3.25-2.58.5-3.9-.14-1.34-.64-1.3-1.26-1.22-1.99.05-.43.1-.93-.2-1.49-.9-1.7-1.92-2.58-3.4-3.83l-.68-.53C39.62-.2 36.3-2.2 31.82 0c-1.93.96-2.2 2.02-2.58 3.45q-.14.6-.37 1.28c-.5 1.5-1.24 2.28-2 3.1-.47.49-.95 1-1.41 1.69-1.7 2.56-1.03 4.2.2 6.94m24.87 80.68c-.37-.83-.74-1.65-.51-2.4 2.43-.23 3.76 1 5.17 2.3.6.56 1.2 1.13 1.9 1.6a30 30 0 0 0 4.33 2.26c1.13.52 2.26 1.03 3.32 1.62 2.52 1.41 2.85 2.23 3.3 3.4.27.66.58 1.44 1.39 2.51.36.47 3.83 2.75 3.85 2.73-3.74-.03-2.95 1.2-1.94 2.76.63 1 1.36 2.11 1.1 3.15-.4 1.7-6.9 6.12-9.05 5.43-2.88-.92-1.54-2.37-.2-3.82.77-.82 1.5-1.64 1.5-2.36 0-2.16-4.9-6.58-7.5-6.43-2.05.11-2 .72-1.9 1.45.02.23.05.48-.01.73-.1.6.1 1.08.3 1.57.33.82.67 1.68-.32 3.22-1.85 2.87-5.83 6.43-9.5 6.52-.96.02-5-.9-5.56-1.6q-.22-.3-.37-.45c-.24-.28-.34-.4-.33-.5q0-.1.18-.25c.18-.2.49-.52.87-1.25a12 12 0 0 1 1.98-2.47c1.9-2 3.62-3.8-.54-6.07 5.2 2.82 6.64-3.24 7.4-6.42l.1-.47c.13-.5.4-1.22.7-1.96.4-1.05.84-2.16.87-2.78a5 5 0 0 0-.6-2.02M-7.78 5.76c.6-1.68-4.46-3.7-5.85-3.85a12 12 0 0 0-4.06.76c-1.03.3-2.07.61-3.13.67l.5.3c2.82 1.6 10.96 6.41 12.52 2.15M127.24 37.3c-2.09-1.27-10.33-4.32-11.54-1.56-.16.37-1.55-1.53-1.65-1.74-.7-1.55 0-3 .7-4.43l.44-.93q.3-.71.68-1.38c.58-1.11 1.15-2.2 1.22-3.5a6 6 0 0 0-.7-2.6c-.37-.92-.74-1.82-.61-2.68.29-1.82 1.1-2.1 2.2-2.5a7 7 0 0 0 1.9-.9c1.67-1.13 1.8-1.67 2.09-2.77q.12-.53.38-1.3c.29-.83.47-1.95.66-3.11.3-1.87.7-3.78 1.4-4.94.97-1.4 1.5-1.37 2.5-1.31a7 7 0 0 0 1.86-.07 10 10 0 0 0 1.94-.7c1.13-.51 2.36-1.04 3.26-.85.37.07.84.67 1.4 1.38.73.9 1.6 2 2.55 2.38.81.35 1.81.27 2.8.2.9-.06 1.8-.13 2.44.16 1.27.56 1.53 1.27 1.84 2.1.2.53.42 1.12.96 1.77.41.53.91.9 1.4 1.29a6 6 0 0 1 1.94 2.19c.3.65.28 1.25.26 1.8-.05.95-.08 1.75 1.85 2.34l-.19.2c-1.9 1.93-8.68 8.86-11.3 8.5-2-.27-1.94-1.88-1.86-3.4l.02-.85q0-1 .08-2.02c.15-2.15.28-4.3-1.12-6.25-1.96-2.71-4.45-3.4-6.23-.4a5 5 0 0 0-.58 2.08c-.1.9-.2 1.8-.9 2.6-.64.72-1.37 1-2.1 1.32-.48.2-.97.38-1.43.7-3.4 2.22-6.44 5.64-5.1 9.76.9 2.93 2.59 2.98 4.45 3.05 1.36.04 2.84.1 4.27 1.2.73.57.94 1.13 1.16 1.68.28.72.54 1.4 1.95 2 1.2.5 2.63.45 4.05.4 1.1-.04 2.17-.08 3.15.13-.9.52-3.35 4.7-2.85 4.36-3.59 2.98-5.56.76-7.4-1.35a10 10 0 0 0-2.26-2.1\" fill=\"black\" fill-opacity=\"0.2\"/><path d=\"M109.88 125c-.42-1.6-4.19-2.3-5.67-1.5-4.74 2.55 6.75 5.59 5.67 1.5m-41.74-.37c-.2-1.5-3.03-3.75-4.87-2.41-1.17-.44.56 2.75.85 3.04 1.53 1.56 4.4 2.3 4.02-.64m-29.74-1.37q-.87-.3-1.95-.54c-2.03-.49-4.33-1.05-5.1-2.82-.4-.9.26-2.16.92-3.41.86-1.65 1.73-3.29.17-4.12-1.8-.96-2.35.26-2.9 1.48-.28.63-.56 1.26-1.02 1.59-4.52 3.19-4.05.28-3.66-2.18.16-1 .3-1.92.1-2.34-.38-.87-1.35-1.33-2.33-1.78a6 6 0 0 1-1.98-1.26c-.82-.95-.75-2.15-.7-3.26.09-1.65.16-3.06-2.77-3-6.28.12-3.54 4.87-1.38 8.6.86 1.5 1.63 2.84 1.7 3.65.1 1.34-.7 2.2-1.48 3.03-.65.7-1.3 1.37-1.37 2.3-.15 1.7 5.2 5.78 5.96 5.56.9.2 2.84.95 1.06 1.68h12.76q.5 0 1.1.04c1.33.09 2.78.17 3.2-.61.21-.4.18-2.43-.34-2.61m89.63-6.13c-.42 2.86-.83 5.6 3.2 7.24 2.48 1.01-2.12 2.56-3.9 2.07-2.48-.7-3.08-1.86-3.46-4.18-.08-.5 0-1.05.08-1.61.22-1.52.44-3.04-2.53-3.18-2.4-.12-2.53.8-2.24 2.62 0 .05-3.92-.42-3.95-.44-.98-1.12-.4-1.58.2-2.04.33-.26.66-.52.7-.9.24-1.6.35-4.56-2.5-5.45-1.2-.37-2.27-.1-3.33.18-1.36.35-2.7.69-4.15-.4-.52-.4-.81-2.33-1.01-3.68-.12-.75-.2-1.32-.28-1.34.36-.5-1-1.2-2.34-1.8-.9-.44-1.9-.9-2.1-1.3-1.45-2.46 1.55-2.95 4.27-3.4.98-.16 1.94-.31 2.6-.55 1.06-.38 1.8-.71 2.4-.98 1.83-.81 2.1-.93 4.8.65.76.45 1.58 1.07 2.4 1.68.63.47 1.26.94 1.84 1.32-.73.15 3.8 1.89 3.44 1.7.82.4 1.34.6 1.7.73q.44.1.65.29c.24.18.38.5.75 1.36l.29.67.23.58a56 56 0 0 1 2.3 5.68c.47 1.45.23 3.03 0 4.57m-168.8-80.6c2.65-.71 4.18 1.8 5.4 3.83.83 1.38 1.53 2.52 2.34 2.26 2.14 1.9 4.2.16 5.92-1.27a9 9 0 0 1 1.78-1.3c-.11-.06 4.77 1.12 3.78 1.32 6.53 2.28 6.6-2.85 6.68-7.32 0-1.93.04-3.74.59-4.78.98-1.87 2.36-2.6 4.62-3.4.8-.3 1.67-.45 2.54-.62 1.82-.34 3.63-.68 4.66-2.13.19-.27.38-1.12.5-1.72.09-.35.15-.61.18-.62-.58-.15-4.68-1.48-5.1-1.84-.4-.33-.5-.91-.6-1.44-.07-.45-.14-.86-.37-1.07a13 13 0 0 0-1.96-1.35c-1.07-.65-2.06-1.25-2.84-2.57-.34-.56-.5-1.22-.67-1.86-.41-1.65-.81-3.17-3.5-3.24-2.17-.03-3.46 1.7-4.14 3.19-.3.67-.22 2.52-.13 4.6.22 5.1.5 11.59-4.56 5.59a5 5 0 0 1-.84-1.33c-.27-.53-.45-.91-1.8-1.7a3.3 3.3 0 0 0-1.65-.33c-.78-.02-1.52-.04-2.18-1-.68-.96-.34-1.9-.14-2.45.23-.62.28-.77-1.5.05-4.1 1.9-4.26 6.15-4.4 9.7q-.03 1.07-.11 2.03a15 15 0 0 1-2 6.17c-.98 1.6-3.18 5.23-.54 4.53M40.35.36c.75 1.08 1.7 1.8 2.7 2.55q.7.5 1.4 1.1.43.4.9.7c.6.4 1.2.79 1.52 1.4.26.5.16 1.16.07 1.83-.1.75-.2 1.51.22 2.01 1.21 1.4 2.86 1.06 4.6.7 2.3-.46 4.76-.96 6.52 2.6 1.27 2.58 1.89 6.25.24 8.7-.7 1.08-2.23 1.8-3.73 2.5-1.9.89-3.7 1.75-3.9 3.19-.09.83.53 1.44 1.16 2.06.56.55 1.13 1.1 1.28 1.87.13.63-.2 1.39-.52 2.1-.6 1.43-1.16 2.7 1.84 2.6-.06-.01 0-.03.03-.04l.03-.02a4 4 0 0 0 .8-.3c.51-.22 1.15-.5 1.4-.5l.32-.34c.92-.96 3.5-3.65 4.81-3.52 2.58.23 3.58 5.36 2.2 5.62.58.1 1.03.43 1.5.76.8.59 1.66 1.2 3.42.67 1.4-.43 1.73-1.03 2.18-1.83q.21-.42.53-.88c.66-.95 1.03-1.6 1.27-2 .25-.42.36-.6.5-.63.1-.03.21.03.42.14a8 8 0 0 0 2.5.77l.06-.3c.2-1.15.27-1.6.12-1.94-.1-.22-.29-.4-.6-.7q-.37-.31-.99-.98c-.53-.57-1.14-1.1-1.74-1.63q-.66-.57-1.28-1.15c-.5-.5-5.13-5.4-4.17-5.65-.93-.17-1.02-2.44-1.1-4.62-.08-1.52-.14-3-.48-3.68a9 9 0 0 0-1.4-1.88c-.45-.47-.9-.94-1.23-1.46-.9-1.4-1.04-3.03-1.18-4.7-.14-1.59-.28-3.2-1.1-4.65a4 4 0 0 0-.9-.99c-.33-.3-.66-.6-.86-.97a3 3 0 0 0-.6-.65l-.38-.36c-.7-.78-.78-1.2-.83-1.45l-.06-.2c-.12-.2-.48-.28-2.2-.6-3.14-.62-12.1-.33-14.59 1.73-.35.3-.7 1.1-1 1.7-.17.4-.3.72-.4.74.38.18.5.36.62.54zm128.21 109.97c-.52 2.23 1.1 4.08 3.18 5.07 1.07.51.98 1.45.87 2.57q-.07.55-.08 1.15c-2.47-.01-7.4-2.84-8.96-4.83-1.63-2.09-1.13-3.1-.36-4.64q.4-.68.8-1.57c.44-1.16.6-2.33.76-3.4.4-2.82.7-4.98 5.54-4.55 0 .55-.33.87-.67 1.22-.45.46-.93.95-.72 2.06.12.7.62 1.1 1.09 1.47.7.55 1.39 1.1 1.03 2.51-.14.55-.64.97-1.16 1.4-.53.46-1.08.92-1.22 1.54M10.62 2.44c.85.1 1.48.38 2.1.65.85.38 1.67.75 3.02.6 1.15-.11 2.03-.67 2.92-1.23.51-.33 1.03-.66 1.6-.9 1.4-.58 3.8-.84 6.43-1.12C31.97-.1 38.13-.76 38.68-4.4c-.9 0-2.25-.09-3.83-.19-4.87-.3-11.82-.7-13.43.9-.83.8-.72 1.47-.62 2.04.14.8.24 1.4-2.53 1.86-.9.13-1.56-.12-2.22-.34-1-.37-2-.72-3.86.3-.3.16-3.7 2.1-1.6 2.35m151.69 29.98c.58-1.44 1.49-3.74 2.94-3.83.52.43 1.18 1.4 1.77 2.27.5.74.96 1.4 1.22 1.6 1.21.88 1.55.84 2.5.73.42-.03.96-.1 1.73-.1 0 2.24-.61 3.38-1.32 4.69-.46.87-.97 1.8-1.36 3.19q-.05.22-.11.76c-.2 1.7-.63 5.14-3.16 3.16-.62-.5-.64-1.98-.66-3.73-.05-3.23-.11-7.36-3.94-7.81q.16-.32.4-.92m-60-33.4c0 2.99 1.28 10.23 6.03 5.18 1.17-1.24 2.12-6.23 1.52-7.46-1.78-3.62-7.55-1.1-7.55 2.3M-39.2 121.77a9 9 0 0 0-1.86-2.36c-.6-.43-.5-1.74-.45-2.75q.04-.42.04-.74c.82-.04 1.74.4 2.68.86 1.33.64 2.7 1.31 3.94.64 1.94-1.04.7-1.63-.52-2.22-.67-.32-1.34-.64-1.51-1.04-1.9-4.42 1.88-2.01 3.4-1.04q.5.32.59.34c-.46.6-.3 2.25-.12 4.1.34 3.57.76 7.94-2.85 7.48-1.33-.17-2.37-1.77-3.34-3.27m-.68-44.89c.4-.54.8-1.12 1.2-1.43.27-.2.82-.06 1.3.07.37.1.7.2.83.1.23-.14.24-.4.26-.62 0-.23.02-.45.2-.58.52-.35 2.56-1.95 2.54-2.53-.04-1.38-1.35-1.7-2.67-2.02-.95-.23-1.9-.46-2.35-1.1-.12-.16-.05-.9.04-1.86.24-2.67.64-6.97-2.53-5.03-.65-.21-.04 16.33.15 16.2.3-.17.65-.67 1.03-1.2m180.18 44.69c.32-2.06.62-4 3.36-3.26.21.09-.09.88-.45 1.8-.55 1.47-1.23 3.27-.5 3.4-.34.09-.38.5-.4.9q-.03.3-.1.53c-.7 1.7-.86 1.7-2.44 1.6l-1.73-.03c.1-.05-.5-.82-.65-.94 2.3-.1 2.61-2.11 2.9-4.01m-2.92 3.99q-.08-.03-.07 0M126.5-1.2a8 8 0 0 0-.07-2.34 11 11 0 0 0-.45-.86h.36c2-.02 7.66-.07 4.51 2.37-.97.76-3.05.86-4.34.84m12.6-2.61s3.3 1.83 3.5 1.4c.65-2.3-1.46-2.17-3.33-2.05q-.61.04-1.13.05.63.13 1.03.6\" fill=\"black\" fill-opacity=\"0.1\"/><path d=\"M-4.91 63.96c.48.84.96 1.69 2.06 2.19C.05 67.47.1 68.09.2 69.13c.07.62.14 1.38.82 2.52 1.65 2.79 5.81 2.6 9.11 2.44q1.02-.05 1.88-.06c.74 0 1.26.03 1.68.06 1.3.08 1.44.1 3.13-1.4.7-.6 1.37-1.32 2.06-2.05.78-.83 1.59-1.67 2.45-2.41 1.86-1.6 6.16-5.62 3.02-7.85 1.53-.35 1.06-3.02-.02-3.61.13-.05 1.46-3.25 1.39-3.42.7.04 1.36.22 2 .39 1.4.37 2.7.72 3.96-.53 1.08-1.07.73-2.62.38-4.18-.3-1.3-.6-2.62-.04-3.64 1.55-2.9 6.63-3.17 9.3-1.44 1.82 1.19 6 5 7.16 6.77 1.98 3.02 1.2 5.7-2.95 5.6a4.4 4.4 0 0 1-2.26-.78c-.8-.48-1.13-.7-1.32 1.15-.08.8.76 1.85 1.45 2.69a11 11 0 0 1 .97 1.33c1.77 2.7 2.49 3.8 1.15 7.08l-.2.48c-.95 2.34-1.28 3.15-.37 5.83 1.05 3.08 1.34 4.39 1.09 7.64l-.06.5c-.16 1.37-.42 3.6 1.87 3.94-.35.53-1.66 4.38-1.34 4.75-1.96-.24-2.27.13-2.85.8-.37.44-.85 1-1.91 1.6a7 7 0 0 1-2.64.64c-1.33.15-2.68.3-3.54 1.33-.78.93-.8 2.45-.84 3.94a9 9 0 0 1-.37 3c-.58 1.53-1.37 3.4-3.36 4.1-4.8 1.64-4.42-2.6-4.15-5.55q.07-.76.1-1.38c.16-5.04.23-10.4-.73-15.26-.98-4.94-1.8-3.05-2.9-.5q-.3.76-.67 1.5a7 7 0 0 1-1.8 2.17 8 8 0 0 0-1.67 1.97c-.31.59-.28 1.2-.26 1.78.04.82.08 1.6-.78 2.22-.65.48-1.41.32-2.11.17-.58-.12-1.11-.23-1.5.03-.73.5-.84 1.94-.96 3.4-.16 2.1-.33 4.3-2.35 4.06-1.98-.24-2.16-2.3-2.31-4.03-.11-1.23-.2-2.3-.9-2.42q.57-.16 1.3-.33c3.1-.74 7.47-1.78 1.43-3.86 1.85-.18 1.3-2.45 1.07-3.5l-.05-.2c-.07-.3-.42-.55-.77-.8s-.73-.52-.8-.84a2 2 0 0 1 .27-1.44c.14-.26.28-.52.3-.91q.03-.8.1-1.48c.2-1.98.3-3-2.85-1.4-.9.45-1.1 1.07-1.27 1.56-.22.67-.36 1.09-2.16.43q-.1-.3-.48-.34c-.27.08-.7-.22-1.21-.58-.78-.54-1.74-1.2-2.58-.85-1.66.7-1.03 1.9-.47 2.98.2.4.42.8.49 1.13.55 2.58.2 2.75-.6 3.13-.58.28-1.38.66-2.24 2.1-.71 1.2-.26 2.4.17 3.5.57 1.48 1.09 2.83-1.21 3.87-5.86 2.66-6.78-3.52-6.04-6.46l.08-.34c.8-3.2 1.4-5.58-.11-8.87-1.04-2.26-2.75-3.6-4.58-5.02a32 32 0 0 1-2.8-2.36c-3.43-3.38-3.7-7.4.22-10.64 3.14-2.6 7.36-3.36 10.65-.65a6 6 0 0 1 1.22 1.63m91.77-47.03c.45.2 1.04 1 1.64 1.8.56.76 1.14 1.53 1.63 1.9.6.45 1.26.79 1.9 1.12 1.04.56 2.06 1.1 2.8 2.08 3.04 4.1.8 6.84-1.88 10.1l-.1.1c-2.9 3.55-4.47 14.03-1.33 17.43.5.54 1.28.95 2.1 1.38a9 9 0 0 1 2.5 1.68c.39.42.63.92.88 1.42.23.46.46.93.8 1.33 1.22 1.44 4.02 4.3 6.14 4.43.44-2.45 1.27-3.31 3.72-4.66 3.3 1.12 4.88-6.03 4.72-6.9-.32-1.78-1.37-4.2-3.9-4.26-2.3-.06-2.76 1.15-3.21 2.36-.3.78-.58 1.56-1.37 2-2.46 1.36-2.85.26-3.46-1.48l-.32-.88c-.24-.6-.33-1.1-.42-1.58a4 4 0 0 0-1.1-2.37 5 5 0 0 0-1.8-1.06c-.85-.36-1.7-.73-2.14-1.46-2.07-3.5 1.1-6 4-8.28 1.3-1.02 2.52-2 3.2-3-.16-.06 6.46-2 7.04-2.1.38-.07.87-.13 1.39-.2 2.34-.26 5.48-.62 3.8-2.4-.62-.68-1.64-.9-2.7-1.11-1.22-.26-2.5-.53-3.3-1.53-1.03-1.27-.77-2.7-.5-4.13.2-1.14.4-2.26-.08-3.27-1.42.03-2.77.55-4.1 1.06-2.34.9-4.62 1.8-7.15-.15-1.72-1.33-1.57-3.06-1.41-4.78.12-1.4.25-2.77-.6-3.93-.4-.54-.53-.8-.6-.92q-.02-.08-.05-.1l-.03.03c-.08.05-.3.2-1.34 0-3.03-.66-3.15-.22-3.45.87-.1.35-.2.78-.44 1.25-.47.93-2.52 7.7-1.48 8.2M10.6 33.44c-3.42.87-5 .75-9.52.13q-.83-.08-1.66-.05c.64-.48 4.78-5.6 4.68-5.67.13.08.02.67-.1 1.32-.12.74-.26 1.56-.1 1.77.7.84 2.58 1.16 4.26 1.46.95.16 1.83.32 2.4.55q-.3.15.04.5m68.73-13.3q.06 0 .35.19c.6.35 1.83 1.05 1.84.89.04-.62.63-1.3 1.19-1.97 1.04-1.22 2.02-2.37-.54-2.88-2.15-.42-4.12 2.14-4.37 3.53q.8-.05 1.53.24m38.94 50.75a25 25 0 0 0-2.77-2.67c-2.6-1.07 2.46-6.6 4.3-8.62l.5-.57c.59-.67 1.68-2.92 2.67-4.95.92-1.92 1.76-3.64 1.98-3.66.62-.06 2.05 9.72 2.8 14.88.23 1.49.39 2.6.46 2.97l.1.51c.44 2.3.93 4.86-.84 6.78-1.56 1.7-5.46 3.05-7.56 1.36-1.1-.88-1.12-2.12-1.13-3.35a5 5 0 0 0-.5-2.67m41.37-54.58c.22.93 1.78 3.3 2.94 3.32.06-.43.78-1.77 1.5-3.12.8-1.5 1.62-3 1.5-3.22-1.14-2.3-6.56.33-5.94 3.02M79.07 25.5c.63.42 1.3.84 1.67 1.38.72 1.03-.08 3-1.72 2.95.13-.54-.15-1.39-.43-2.25-.34-1.03-.68-2.08-.33-2.61zm57.88 48.83c.54 1.43 1.05 2.8 1.32 3.25q.62.98 1.34 1.96c.74 1.03 1.5 2.06 1.98 3.16 1.2 2.68.7 4.72.2 6.84-.36 1.54-.73 3.1-.47 5 .68 4.82 4.12 2.8 5.67-.43-1.37-.18 1.95-6.67 3.6-8.01.3-.26.76-.7 1.3-1.23 2.02-2.07 5.53-5.5 7.3-4.22 1.63 1.17.7 2.52-.2 3.86-.62.94-1.25 1.87-1 2.72.05.18.63 0 1.07-.12.3-.1.53-.16.55-.11q.03.04.26.07c.32.06.86.15 1 .62.1.32-.07.7-.23 1.06-.14.3-.27.6-.22.84.36 1.7.13 3.27-.1 4.9a22 22 0 0 0-.31 2.79c-.2 5.7 1.45 2.6 2.6.4.45-.83.8-1.53 1-1.61-2.03-1.61-1.4-7.4 1.76-8.03 1.3-.26 2.33.32 3.29.87 1.23.7 2.34 1.32 3.78.04.56-.51.1-7.66-.2-7.91-.48-.4-1.51-.53-2.46-.66a9 9 0 0 1-1.5-.28c-1.31-.44-6.6-2.23-2.77-3 .9-.18 1.86.33 2.8.84 1.09.56 2.17 1.13 3.17.72 1.94-.8 1.43-8.67 1.1-13.53-.1-1.35-.15-2.47-.15-3.14-2 .05-3.64 2.87-4.2 4.25-1.55 3.92-2.2 5.05-7.01 7.43a58 58 0 0 0-3.55 1.73h-.02c-.3.18-.76.17-1.2.16-.47 0-.9-.02-1.1.2-.25.28-.1.92.08 1.63.24.97.5 2.07-.1 2.7-2.02 2.17-3.38.78-4.93-.82l-.62-.62-.8-.76c-1.02-.95-2.35-2.2-2.83-3.06-1.66-2.96.06-3.47 2.02-4.05 1.55-.46 3.26-.96 3.52-2.78.18-1.32-1.54-2.18-3.3-3.05-.94-.48-1.9-.96-2.56-1.5-.45-.4-.77-.86-1.1-1.33-.55-.8-1.11-1.64-2.36-2-4.87-1.35-11.02 8.47-7.25 10.08.28.12 1.02 2.1 1.72 3.96m-78.57 51.3c-.32-3.3-5.82-.13-7.37.78l-.2.1h7.63zm59.39.35c.53-.17 2.3-2.67 2.56-3.2a3 3 0 0 0-.15.73c-.12 1-.3 2.42-2.4 2.47\" fill=\"black\" fill-opacity=\"0.1\"/>",
259
- "default": true
260
- },
261
- {
262
- "name": "circuits",
263
- "content": "<path d=\"M15 0h-4v18h4zm8 0h-4v34h53.42a5 5 0 1 0 0-4H23z\" fill=\"black\" fill-opacity=\"0.1\"/><path d=\"M122 34.58a5 5 0 1 0-4 0V64h23v-4h-19z\" fill=\"white\" fill-opacity=\"0.2\"/><path d=\"M114 46h-4v26h31v-4h-27zm-87 57.58a5 5 0 1 1 4 0V133H8v-4h19z\" fill=\"black\" fill-opacity=\"0.2\"/>",
264
- "default": true
265
- },
266
- {
267
- "name": "dirty01",
268
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M-9.12 122.1c4.36-30.7 13.06-4.57 33.99-9.98 9.24-2.4 1.77-12.82 8.67-17.35 5.82-3.82 13.76-.74 20.43-3.21 9.63-3.57 9.5-10.82 18.48-11.9 8.48-1.03 17.37 2.34 25.93 1.08 16.15-2.4 9.53-34.03 21.64-39.61 12.1-5.6 32.05 4.06 34.66 19.87 2.54 15.42-14.46 72.78-14.46 72.78H-9.12\" fill=\"black\" fill-opacity=\"0.2\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M35.93 122c37.67 0 41.6-14.75 60.14-21.5s34.78 10.71 41-6.27c6.24-16.98 6.2 35.95 6.2 35.95H35.94z\" fill=\"black\" fill-opacity=\"0.1\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M-2 4.87C9.73 3.75 5.96 16.8 10.6 16.8c1.85 0 4.03-8.46 7.38-8.46 2.46 0 2 5.5 7.32 4.91 5-.54 4.08-4 6.6-4 5.45 0 3.39 20.2 7.74 20.2 4.36 0 5.73-14.8 7.65-20.64 2.43-7.4 16.97-11.54 6.6-14.5H-2.29\" fill=\"black\" fill-opacity=\"0.4\"/>",
269
- "default": true
270
- },
271
- {
272
- "name": "dirty02",
273
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M100 124.65c-3.19-17.34-9.55-2.58-24.85-5.63-6.76-1.35-1.3-7.25-6.34-9.8-4.26-2.17-10.06-.43-14.94-1.82-7.04-2.02-6.95-6.12-13.5-6.73-6.2-.58-12.7 1.33-18.97.61C9.6 99.93 14.44 82.06 5.58 78.9c-8.85-3.15-23.43 2.3-25.34 11.23-1.86 8.71 10.57 41.12 10.57 41.12h109.22\" fill=\"black\" fill-opacity=\"0.2\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M136 116.77c-51.24 0-56.58-25.8-81.8-37.61C29 67.34 6.9 97.9-1.56 68.2-10.04 38.5-10 131.06-10 131.06h146z\" fill=\"black\" fill-opacity=\"0.1\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M141.57 3.18c-11.93-.98-5.03 10.8-9.74 10.8-6.97 0-2.1-7.97-10.58-7.78-2.22.06-4.95 1.94-5.11 4.5-.37 5.52 3.7 15.03-1.84 15.3-5.18.25-1.1-9.64-1.65-16.24-.3-3.77-4.18-6.75-6.97-6.75-7.57 0-1.68 15.7-7.13 15.7s-1.2-9.05-5.08-13.84C88.97-.7 74.17-3.43 84.72-6h57.15\" fill=\"black\" fill-opacity=\"0.4\"/>",
274
- "default": true
275
- },
276
- {
277
- "name": "dots",
278
- "content": "<path d=\"M27.3 65.2a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m8.4 4.2a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m0 12.63a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m0 12.63a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m-1.6 14.54a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m15.1-2.1a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0M27.3 90.45a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m1.9 10.65a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m21.9 2.1a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2M42 88.34a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m-2.1 14.73a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2M29.4 75.72a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m10.5 2.1a2.1 2.1 0 1 0 0-4.19 2.1 2.1 0 0 0 0 4.2M10.5 94.66a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0M8.4 84.14a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m2.1 23.14a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0M2.1 90.45a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m2.1 10.52a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m10.5-10.52a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m2.1 10.52a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0M8.4 71.52a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m-4.2 4.2a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0M14.7 65.2a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m2.1 10.52a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0M21 96.76a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m2.1-14.73a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0M21 109.38a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m14.7 10.52a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m-8.4-4.21a2.1 2.1 0 1 0 0-4.22 2.1 2.1 0 0 0 0 4.19m14.7-2.1a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0M8.4 122a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m-4.2-8.4a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m10.5 2.1a2.1 2.1 0 1 0 0-4.21 2.1 2.1 0 0 0 0 4.18m8.4 4.2a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0M21 71.53a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2\" fill=\"black\" fill-opacity=\"0.2\"/><path d=\"M117.3 4.2a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m8.4 4.21a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m0 12.62a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m0 12.63a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m-2.1 14.72a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m-4.2-21.04a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m-2.1 14.73a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2M132 27.34a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m-2.1 14.73a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m-10.5-27.35a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m10.5 2.1a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.21m-29.4 16.83a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m-2.1-10.52a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m2.1 23.14a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m-8.4-16.83a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m14.7-2.1a2.1 2.1 0 1 1-4.2-.01 2.1 2.1 0 0 1 4.2 0m-2.1 14.73a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m-4.2-33.66a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m-8.4 8.42a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2M106.8 2.1a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m-2.1 14.73a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m8.4 16.83a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0M111 23.14a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m2.1 23.14a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0M123.6 61a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m8.4-8.4a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m-27.3 2.09a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2m8.4 4.19a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0M111 10.52a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0 0 4.2\" fill=\"black\" fill-opacity=\"0.1\"/>",
279
- "default": true
280
- },
281
- {
282
- "name": "grunge01",
283
- "content": "<path d=\"M69.1 77c-.08.01-.09.02-.1.11q.12 0 .1-.1m12.15 30.09.13-.1c1.9 0-1.25.2-.13.1M86 85.11q.12 0 .1-.1-.1-.02-.1.1m-71 6.9q0 .1.1.1.02-.12-.1-.1\" fill=\"black\" fill-opacity=\"0.4\"/>",
284
- "default": true
285
- },
286
- {
287
- "name": "grunge02",
288
- "content": "<path d=\"M29.47 34.03q-.15-.02-.26-.12c-.06-.07-.12-.12-.11.14 0 .5.67-.05.4-.02M9.33 48.92s.2-.56.03-.74q-.25.26-.03.74M7.5 52c.06 0 .57-.28.48-.43-.12-.18-.49.34-.49.42m15.4 7.15c-.12-.11-.52-.45-.27-.5.14-.03.5.36.32.54v-.01h-.01zm3.44 49.32c.13-.02.66-.36.34-.45-.21-.02-.6.51-.34.48m26.3-12.13c-.05.05-.2.1-.34.12-.15.04-.26.07-.16.1.19.06.84.16.5-.22M5.1 71.63l.06-.1c1.02 0-.68.19-.07.1m75.44 38.3c.09-.03.1-.03.1-.12q-.09 0-.1.1m-51.36 7.87q.1 0 .1-.11-.1 0-.1.1M9.01 49.75c.08-.02.09-.03.1-.12-.08.02-.1.03-.1.12m56.83-1q.01.11.1.1.02-.1-.1-.1m41.44 28.16c-.08.02-.09.03-.1.12.08-.02.09-.03.1-.12\" fill=\"black\" fill-opacity=\"0.2\"/>",
289
- "default": true
290
- }
291
- ]
292
- },
293
- {
294
- "name": "top",
295
- "width": 100,
296
- "height": 52,
297
- "probability": 100,
298
- "variants": [
299
- {
300
- "name": "antenna",
301
- "content": "<mask id=\"topAntenna-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"38\" y=\"5\" width=\"24\" height=\"47\"><path d=\"M38 38c0-1.1.9-2 2-2h20a2 2 0 0 1 2 2v14H38z\" fill=\"white\"/><rect x=\"48\" y=\"5\" width=\"4\" height=\"31\" fill=\"white\"/></mask><g mask=\"url(#topAntenna-a)\"><path d=\"M0 0h100v52H0z\" fill=\"url(#color-base)\"/><path d=\"M0 3h100v52H0z\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"38\" y=\"36\" width=\"24\" height=\"16\" fill=\"white\" fill-opacity=\"0.2\"/></g><circle cx=\"50\" cy=\"8\" r=\"8\" fill=\"#FFE65C\"/><circle cx=\"53\" cy=\"5\" r=\"3\" fill=\"white\"/>",
302
- "default": true
303
- },
304
- {
305
- "name": "antennaCrooked",
306
- "content": "<mask id=\"topAntennaCrooked-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"38\" y=\"12\" width=\"24\" height=\"40\"><path d=\"M55.54 34.39 51 45h-3.74l4.92-10.44-6.05-10.43 3.22-11.84 2.9.8-2.9 10.62z\" fill=\"white\"/><rect x=\"38\" y=\"39\" width=\"24\" height=\"13\" fill=\"white\"/></mask><g mask=\"url(#topAntennaCrooked-a)\"><path d=\"M0 0h100v52H0z\" fill=\"url(#color-base)\"/><path d=\"M0 6h100v52H0z\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"38\" y=\"39\" width=\"24\" height=\"13\" fill=\"white\" fill-opacity=\"0.2\"/></g><circle cx=\"50\" cy=\"8\" r=\"8\" fill=\"#FFE65C\"/><circle cx=\"53\" cy=\"5\" r=\"3\" fill=\"white\"/>",
307
- "default": true
308
- },
309
- {
310
- "name": "bulb01",
311
- "content": "<mask id=\"topBulb01-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"22\" y=\"0\" width=\"56\" height=\"52\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32 16A16 16 0 0 1 48 0h4a16 16 0 0 1 16 16v16a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8z\" fill=\"white\"/><rect x=\"22\" y=\"40\" width=\"56\" height=\"12\" rx=\"1\" fill=\"white\"/></mask><g mask=\"url(#topBulb01-a)\"><path d=\"M0 0h100v52H0z\" fill=\"url(#color-base)\"/><path d=\"M0 0h100v52H0z\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"20\" y=\"-3\" width=\"60\" height=\"43\" fill=\"white\" fill-opacity=\"0.4\"/><path d=\"M49 3.5c4.93 0 9.37 2.13 12.44 5.52\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"m49.83 26-9-9L38 19.83l10 10V40h4V29.97l10.14-10.14L59.31 17l-9 9z\" fill=\"white\" fill-opacity=\"0.8\"/></g>",
312
- "default": true
313
- },
314
- {
315
- "name": "glowingBulb01",
316
- "content": "<g filter=\"url(#topGlowingBulb01-a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32 24A16 16 0 0 1 48 8h4a16 16 0 0 1 16 16v8a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8z\" fill=\"white\" fill-opacity=\"0.3\"/></g><path d=\"M49 11.5c4.93 0 9.37 2.13 12.44 5.52\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"m49.83 29-9-9L38 22.83l10 10V40h4v-7.03l10.14-10.14L59.31 20l-9 9z\" fill=\"white\" fill-opacity=\"0.8\"/><rect x=\"22\" y=\"40\" width=\"56\" height=\"12\" rx=\"1\" fill=\"#48494B\"/><defs><filter id=\"topGlowingBulb01-a\" x=\"24\" y=\"0\" width=\"52\" height=\"48\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset/><feGaussianBlur stdDeviation=\"4\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_718_714\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_718_714\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset/><feGaussianBlur stdDeviation=\"2\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0\"/><feBlend in2=\"shape\" result=\"effect2_innerShadow_718_714\"/></filter></defs>",
317
- "default": true
318
- },
319
- {
320
- "name": "glowingBulb02",
321
- "content": "<g filter=\"url(#topGlowingBulb02-a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30 33a20 20 0 1 1 40 0v11H30z\" fill=\"white\" fill-opacity=\"0.3\"/></g><ellipse cx=\"50\" cy=\"30\" rx=\"4\" ry=\"6\" fill=\"white\" fill-opacity=\"0.6\"/><path d=\"M50 15.5c4.93 0 9.37 2.13 12.44 5.52m2.43 3.5q1.05 1.97 1.53 4.23\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\"/><rect x=\"20\" y=\"36\" width=\"60\" height=\"16\" rx=\"1\" fill=\"#48494B\"/><defs><filter id=\"topGlowingBulb02-a\" x=\"22\" y=\"5\" width=\"56\" height=\"47\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset/><feGaussianBlur stdDeviation=\"4\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_718_726\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_718_726\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset/><feGaussianBlur stdDeviation=\"2\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0\"/><feBlend in2=\"shape\" result=\"effect2_innerShadow_718_726\"/></filter></defs>",
322
- "default": true
323
- },
324
- {
325
- "name": "horns",
326
- "content": "<mask id=\"topHorns-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"8\" y=\"12\" width=\"84\" height=\"40\"><rect x=\"8\" y=\"40\" width=\"26\" height=\"12\" fill=\"white\"/><rect width=\"26\" height=\"12\" transform=\"matrix(-1 0 0 1 92 40)\" fill=\"white\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.52 13.74c0 7.84 5.39 20.71 13.72 27.04H11.36S7.84 22.66 13.43 14.1c.9-1.38 3.1-1.42 3.1-.36M84 14c.66 7.04-5.77 20.62-14 27h19s3.14-18.26-2-27c-1-1.7-3.14-1.45-3 0\" fill=\"white\"/></mask><g mask=\"url(#topHorns-a)\"><path d=\"M0 0h100v52H0z\" fill=\"url(#color-base)\"/><path d=\"M0 0h100v52H0z\" fill=\"white\" fill-opacity=\"0.3\"/><rect y=\"40\" width=\"100\" height=\"12\" fill=\"black\" fill-opacity=\"0.4\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.46 13h16.1v27H20.83c-7.45-7.85-5.36-27-5.36-27m69.35 0h7.75v27H81.82c5.75-7.8 3-27 3-27\" fill=\"white\" fill-opacity=\"0.4\"/></g>",
327
- "default": true
328
- },
329
- {
330
- "name": "lights",
331
- "content": "<mask id=\"topLights-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"22\" width=\"80\" height=\"30\"><path d=\"M10 42c0-1.1.9-2 2-2h76a2 2 0 0 1 2 2v10H10z\" fill=\"white\"/><path d=\"M18 27a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v25H18zm24 0a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v25H42zm24 0a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v25H66z\" fill=\"white\"/></mask><g mask=\"url(#topLights-a)\"><path d=\"M0 0h100v52H0z\" fill=\"url(#color-base)\"/><path d=\"M0 0h100v52H0z\" fill=\"white\" fill-opacity=\"0.3\"/><rect width=\"100\" height=\"40\" fill=\"white\" fill-opacity=\"0.6\"/><rect x=\"24\" y=\"28\" width=\"4\" height=\"8\" rx=\"2\" fill=\"white\" fill-opacity=\"0.6\"/><rect x=\"48\" y=\"28\" width=\"4\" height=\"8\" rx=\"2\" fill=\"white\" fill-opacity=\"0.6\"/><rect x=\"72\" y=\"28\" width=\"4\" height=\"8\" rx=\"2\" fill=\"white\" fill-opacity=\"0.6\"/></g>",
332
- "default": true
333
- },
334
- {
335
- "name": "pyramid",
336
- "content": "<mask id=\"topPyramid-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"18\" y=\"8\" width=\"64\" height=\"44\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m50 8 32 44H18z\" fill=\"white\"/></mask><g mask=\"url(#topPyramid-a)\"><path d=\"M0 0h100v52H0z\" fill=\"url(#color-base)\"/><path d=\"M0 0h100v52H0z\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"50\" y=\"4\" width=\"30\" height=\"48\" fill=\"white\" fill-opacity=\"0.8\"/></g>",
337
- "default": true
338
- },
339
- {
340
- "name": "radar",
341
- "content": "<mask id=\"topRadar-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"37\" y=\"0\" width=\"36\" height=\"53\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M43.8.11A20 20 0 1 0 72.08 28.4\" fill=\"white\"/><circle cx=\"67.1335\" cy=\"5.06237\" r=\"4\" transform=\"rotate(45 67.13 5.06)\" fill=\"white\"/><rect x=\"64.3052\" y=\"6.47668\" width=\"2\" height=\"26\" transform=\"rotate(45 64.3 6.48)\" fill=\"white\"/><rect x=\"47.9412\" y=\"28.1127\" width=\"4\" height=\"24\" fill=\"white\"/></mask><g mask=\"url(#topRadar-a)\"><path d=\"M0 0h100v52H0z\" fill=\"#90A4AE\"/><path d=\"M0 0h100v52H0z\" fill=\"white\" fill-opacity=\"0.3\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M43.8.11A20 20 0 1 0 72.08 28.4\" fill=\"white\" fill-opacity=\"0.2\"/><circle cx=\"67.1335\" cy=\"7.40564\" r=\"5.65685\" transform=\"rotate(45 67.13 7.4)\" fill=\"white\" fill-opacity=\"0.8\"/></g>",
342
- "default": true
3364
+ "variants": {
3365
+ "camo01": {
3366
+ "elements": [
3367
+ {
3368
+ "name": "path",
3369
+ "type": "element",
3370
+ "attributes": {
3371
+ "d": "M21.63 127.86c-5.15 0-3.32-2.39-1.95-1.65.64.34 1.1 1.23 1.77 1.5.13.04.12.1.18.15m110.1-3.67c1.4-.27.75 2.87.75 3.59-1.06 0-1.18-.59-1.04-1.3q-.5-.03 0-.05c.21-.94.82-2.05.3-2.24",
3372
+ "fill": "black",
3373
+ "fill-opacity": "0.2"
3374
+ }
3375
+ },
3376
+ {
3377
+ "name": "path",
3378
+ "type": "element",
3379
+ "attributes": {
3380
+ "d": "M131.52 125.81q-.66-.04 0-.07zM6.94 93.44c2.43.1 3.67 2.58 5.04 3.87 1.49 1.4 3.56 2.05 4.93 3.25 2.38 2.09 1.73 2.84 2.17 5.59.48 3 2.02 4.44 3.9 6.92-4.37.07-7.8 4.61-3.04 7.17-4.36-2.34-6.32 6.5-8.15-1.2-.35-1-.83-2.64-.97-3.62-.24-1.67-.15-1.63.09-2.86.29-1.45 1.43-1.53.3-3.76s-2.96-3.07-2.92-5.72c.02-1.29 1.45-1.85.8-4.19-.5-1.87-1.95-3.53-2.27-5.45m84.23 8.71c1.52.38 5.55 1.07 4.7 2.95-1.36 2.96-4.5-.28-6.23-.4 1.26-.2.62-2.26 1.53-2.56m-12.8-12.35c2.44.93 6.02.84 6.8 2.84-1.78.04-5.06 1.24-6.68.3-1.06-.63-3.16-3.3-.1-3.14m-55.9-4.23c2.45-1.07 5.3 2.18 8.01 1.67-.25.93-4.24 4.2-5.73 4.07-2.13-.18-4.57-4.74-2.28-5.74m57.7-24.12c2.47-1.14 3.43-3.96 6.16-2.08.58.4.3 2.18.6 2.85.72 1.6 1.7 2.53 3.1 3.66 2.62 2.08 6.43 3.33 5.92 6.83-.44 3.12-4.77 5.06-5.72 8.1-.63 1.96 1.03 5.72-.74 7.32-2.33 2.12-5.8-.08-8.8-.05 2.74-.4 3.05-5.48 4.07-7.23 2.18-3.72 2.9-3.4-.48-6.58-1.17-1.1-2.3-1.14-2.86-2.74-.5-1.45.96-3.03.35-4.4-1.7-3.87-7.68-1.63-9.34 1-.82 1.3-1.13 17.45-6.7 15.02-3.38-1.5 2.82-8.53-.36-9.93 5.7-.32 2.1-8.76 4.08-11.54 2.12-3 3.2-1.7 5.1-.66 2.95 1.6 2.34 1.93 5.6.43m.52 26.63h-.24zm-47.88-1.6c-.2.13-.47 0-.36 0q.16.07.36 0m.28-33c.5-3.07.95-5.04 3.78-3.99.57.2.58 1.6 2.23 2 1.75.41 2.84-1.14 4.44-1.36.78 3.2-2.52 5.51-1.8 8.7.4 1.71 6.45 7.08 3.03 8.27-1.72.61-4.94-3.14-7.5-1.85-2.2 1.12-.33 3.41-.96 4.8-.7 1.48-2.22 2.04-3.2 3.46-1.58 2.3-4.1 10.4-5.8 3.86-.64-2.5-1.12-10.78-6.55-4.42-1.33 1.57-2.04 13.48-6.32 5.8-3.95-7.07 5.6-10.6 9.14-14.7 1.49-1.72 1.95-2.87 4-4.17 1.24-.78 3.33-.97 4.3-2 1.43-1.47.92-2.5 1.23-4.4m22.82 17.3c.9-3.8 3.43-2 6.76-1.8.22 4.83-3.3 1.66-6.76 1.8M64 61.82c1.26.12 1.28 2.74.45 3.3-1.3.9-2.2-2.91-.45-3.3m59.37-18.07c-1.53-.42 2.62-.23 2.1.93-.77-.1-1.36-.73-2.1-.93M120.46-5c1.66-.22 10.55-1.78 12.02-.5 1.17 1.02 0 5.65 0 6.97-3.3.15-4.62-9.1-8.53-3.9-2.24 3 1.2 7.63-1.33 10.8-3.17 4-10.22.9-12.9 5.3-1.1 1.77-.01 7.3-2.87 8.17-4.8 1.5-2.7-5.59-4.2-6.84-5.72-4.74-6.23 4.47-6.35 6.46-.07 1.2.66 1.78-.21 2.83-.6.72-1.63-.26-2.4.46-1.61 1.5-1.52 1.55-1.96 3.48-.4 1.74-.25 2.64-1.1 4.04-1.15 1.94-4.06 3.7-1.13 6.02-.61 0-6 1.4-6.35 1.6-.98.5-2.23 2.5-2.83 2.7-5.1 1.77-1.47-5.4-3.06-7.5 8.28-.26 13.26-8.2 13.74-14.36.13-1.7-1.18-2.95-1.2-4.3-.04-1.53.89-2.16 1.01-3.5.37-3.98-2.27-4.18-4.52-7.3-2.5-3.45-1.2-3.99 2.6-3.36 4.84.8 9.26 2.96 14.2 3.45 3.48.34 6.71.18 8.36-2.66.95-1.62 1.37-6.12-1.8-6.47 1.83-.3 2.9-1.27 5.12-1.4q1.5.6 3.16.73a6 6 0 0 0 2.52-.98m11.24 38.37c1.72-.8.79 3.7.79 4.15-.27 0-2.85-2.5-2.88-3.08.81-.05 1.4-.74 2.09-1.07M-1.7-1.1c-1.42-.97 1.01-.21 1 .22 0 .26-1.38-.47-1-.21",
3381
+ "fill": "black",
3382
+ "fill-opacity": "0.2"
3383
+ }
3384
+ },
3385
+ {
3386
+ "name": "path",
3387
+ "type": "element",
3388
+ "attributes": {
3389
+ "d": "M121.5 116.6c-2.93.9 1.08 3.79 2.5 4.18 1.75.49 2.35-.2 4.08-.29 2.17-.11 4.02.18 6.23.15 0 1.53-2.57 1.46-2.94 2.78-.84 2.99 2.94 2.6 2.94 4.4-2.61 0-6.24.4-8.8 0h-2.93l-.25-1.14c-1.09-.5-3.6-1.65-4.62-2.36-4.5-3.15-.46-6.42 3.78-7.72m-84.42-36c3.87-.38 3.18 5.01 3.8 6.77 1.17 3.4 2.56 4.57 6.34 3.22 1.09-.35 5.6-2.8 6-3.35-2.03 3.12 3.7 6.02 5.88 7.83 1.2 1 2.5 1.92 3.24 3.23 1.5 2.62.06 5.32 1.25 7.91 1.28 2.8 1.98 4.45.2 7.05-1.27 1.88-2.7 2.42-3.54 4.86-.75 2.16-.5 3.57-3.09 4.8-4.64 2.25-8.1.2-11.17-2.37-1.93-1.63-3.14-2.48-4.22-4.5-.8-1.47.8-2.47-1.5-3.54-3.08-1.4-6 1.6-9.2-.9-4.02-3.2-3-9.5.72-12.2 3.48-2.53 6-1.61 4.77-5.91a4.6 4.6 0 0 1-1.56-2.21 4 4 0 0 1 .5-2.08c-.3-1.4 1.75-2.74-1.54-2.76 1.5-1.11.36-5.5 3.22-5.78m61.26 36.49c1.74-4.63 11.32 1.28 13.58 2.55-2.56.14-4.93 1.64-7.5 1.36-1.44-.16-6.73-2.2-6.08-3.91m29.04-60.05c.08-1.51-1.63-5.65 2.2-4.68 4.59 1.17-1.86 9.6 4.74 7.86v15.8c-2.3-.14-11.61-1.54-8.86 3.73-3.41-2.92-7.35 3.52-8.96 2.19.3.28 1.49-5 1.89-5.3 1.58-1.43 8.1-.27 7.83-3.2-.46-4.73-11.3.94-13.06-.24-1.48-1 2.1-6.07 2.5-8.05.25-1.24-.44-2.65.8-3.7 2.36-2 4.43.08 6.79-.24 3.67-.48 4-1.2 4.15-4.16M-9.87 25.15C-13.22 26.73-7.9 33.53-7.25 36c1.21 4.62 4.57 6.3 6.4 1 1.6-4.55 4.64-2.17 6.52-5.64 1.38-2.55.33-4.8 3.23-2 .44.45-.56 1.95.14 2.47 1.36 1 2.92-.65 4.25 0 1.63.82 2.63 5.41 3.77 6.88 2.4 3.08 5.97 5.33 6.74 9.2.83 4.14-1.94 7.43-4.73 10.59-1.12 1.27-2.5 4.37-4.08.8-1.23-2.8 3.73-4.47 3.34-6.94-.5-3.2-4.14-2.15-6.25-.86-2.1 1.27-.53 4.17-4.53 1.2-2.67-1.98-1.84-5.74-5.09-7.33-3.69-1.8-6.37.74-5.62 3.87.73 3.01 4.65 5.42 6.48 7.99 3.3 4.65 1.52 14.9-7.36 13.8-3.97-.49-5.65-4.8-7.82-7.08-1.03-1.08-3.07-3.52-5.07-3.45-2.4.08-.5 1.34-2.25 2.65-.5.39-2.93 2.93-3.35 1.66-.36-1.12 2.27-2.34 2.78-3.18 1.52-2.5.76-4.97.2-7.6-.64-3.02-.66-6.24-1.62-9.21-.74-2.29-2.32-4.1-2.38-6.5-.04-1.93-.12-4.3-.1-6.17.03-2.15-.42-2.26 1.87-3.64 3.35-2 8.33-1.6 11.91-3.3M127.37 3.5c1.13-.59 6.28.7 6.94 1.54 1.56 1.96 0 10.37 0 12.82 0 3.14 1.46 8.74 0 11.54q.76 1.66-.97 1.3-1.1-.15-2 .48c-.26.69-.13.97-.16 1.67-.12 3.17 3.56 6 2.92 9.71-.24 1.37-.49 3.1-2.31 3.65-3 .93-2.48-1.45-4.54-1.67.4-.88-2.8-1.57-2.58-.98-2.45.1 1.5 4.02-3.11 2.6-4.04-1.25-1.18-5.27-.28-6.95 3.9-7.3-6.2-9.5-4.64-17.1.8-3.9 3.1-2.2 5.8-4.7 2.84-2.66-.88-3.62.95-6.28 1.16-1.7 4.76-.76 5.72-2.39 1.5-2.53-4.56-3.67-1.74-5.15M42.5-2.33c1-.02 5.2.93 5.79 1.64 1.25 1.5.74.45-.37 2.5-1.73 3.19-7.52 5.47-1.5 8.65-5.68-3-7.05 3.95-7.82 7-.3 1.23-1.58 3.75-1.62 4.8-.07 1.46 1.57 3.11 1.14 4.5-3.6.33-4.9-2.36-7.42-3.97-2.44-1.56-5.43-2.52-8-3.93-4.16-2.26-2.6-3.03-4.9-6-.37-.48-3.99-2.8-4-2.77 6.35.05.2-3.26.87-6 .42-1.7 7.2-6.2 9.45-5.5 4.7 1.45-1.38 4.23-1.36 6.26.03 2.2 5.1 6.68 7.8 6.53 2.88-.16 1.81-1.2 2-2.2.3-1.64-1.6-2.37.04-4.87 1.92-2.92 6.08-6.53 9.9-6.62",
3390
+ "fill": "black",
3391
+ "fill-opacity": "0.4"
3392
+ }
3393
+ },
3394
+ {
3395
+ "name": "path",
3396
+ "type": "element",
3397
+ "attributes": {
3398
+ "d": "M73.84 119.17c2.43-.25 3.22 1.05 5.34 1.28s-1.37 2.22-1.64 2.37c-3.19 1.72-3.96-.4-6.34-.02-4.88.78-1.18 1.98-3.27 3.96-2.23 2.1-14.19.63-17.99.63.86-5.53 14.83-4.26 19.2-6.05 1.6-.67 2.8-1.97 4.7-2.17M18.07 83.82c2.88-.86 3.44 1.18 5.13 1.45-1.44.27-.4 5.47 2.29 5.71 1.65.15 5.28-3.91 5.36-3.91.43-.03 2.16-.87 2.27-.82.05-.03.14-.05.07-.08 4.75-.11 1 2.9 1.38 4.8.34 1.65 2.7 2.4 2.57 4-.23 2.64-6.24 3.36-7.87 5.74-1.71 2.52-1.07 6.25.25 8.84 3.22 6.33 8.63.04 11.6 3.36.82.93-.29 2.82.3 3.9.5.94 1.67 1.37 2.5 2.05 1.54 1.29 3.14 2.1 4.28 3.69.14.2.25.4.67.6-.2.04-.84 1.97-1.46 2.47-2.57 2.1-11.91 2.39-15.2 1.77-3.7-.7-1.3-.25-3.2-2.3-.3-.31-.8-.65-1-1.02-.4-.71-1.4-1.21-1.81-1.96-1.74-3-.53-6.7-2.37-9.5-.78-1.17-2.14-2.1-2.8-3.35-.85-1.68 0-8.12-1.63-8.43 1-.24-3.82-5.23-4.35-5.73-1-.96-2.2-1.83-3.13-2.83-1.9-2.03-1.97-1.1-1.46-3.98 4.45.74 1.98 2.32 4.9-1.75.89-1.25.89-2.15 2.79-2.72m98.56-1.6c2-.9 4.94-5.26 8.02-2.6 2.08-.66 3.42 7.4 8.05 6.2 3.3-.88-.66 4.6-1 5.3a15 15 0 0 0-1.62 5.57c-.34 3.86.44 9.6-4.7 11.91-3.48 1.57-.2-.35-1.7-2.46-1.16-1.62-2.57-.56-4-1.35-2.25-1.27-1.37-1.5-2.74-3.08-7.44-8.6-3.81 8.01-4.91 10.34-.7 1.5-2.03 3.27-4.3 3.23-3.94-.08-3.15-3.14-4.34-5.1-1.3-2.13-3.13-2.4-5-3.98-.53-.45-.26-1.92-1-2.54-.44-.36-4.71-1.72-5.32-1.87.08-.02.38-1.94.7-2.37 1.58-2.18 4.94-1.9 7.5-2.8 2.35-.83 3.8-1.55 4.8-3.45 1.89-3.5-2.15-15.6 7.6-12.28-1.02.2 4.06 1.4 3.96 1.33m-39.3 17.93c4.94-5.13 6.28 2.22 6.28 5.26 0 3.48-6 6.05-7.87 2.3-.62-1.24.37-6.3 1.59-7.56m-72.1 1.23c.02-.22 2.16 1.04 2.3 1.1q.74.27 1.6.24c-.28 1.4-2.33 4-4.57 3.57-4.1-.8.55-3.15.68-4.91m2.61-8.73c-.3 1.18 1.45 3.94.78 4.93-.82-.6-2-1.15-2.58-1.95-.75-1.04.1-3.04 1.8-2.98m71.28-3.67c3.57-.88 5.2-.76 9.92-.14q.87.08 1.73.05c-.67.5-4.99 5.7-4.88 5.76-.28-.16.54-2.73.2-3.13-1.13-1.33-5.26-1.4-6.93-2.04q.3-.15-.04-.5m-21.25-74c5.85-1.96 4.3 4.26 4.22 7.03-.17 5.1-.25 10.55.75 15.5 1.22 5.97 2.2 2.1 3.72-1.04.84-1.72 2.74-2.55 3.62-4.2.77-1.41-.46-2.95 1.1-4.05 1.21-.88 2.86.4 3.74-.2 1.87-1.26-.13-8 3.45-7.58 3.52.42 1.6 6.22 3.36 6.56-2.89.77-10.14 1.8-2.85 4.25-2.08.2-1.28 2.83-1.07 3.75.1.62 1.5 1.02 1.6 1.67.2 1.26-.6 1.43-.6 2.4-.1 2.9-1.2 4.9 2.82 2.9 2.23-1.1.35-3.16 3.57-2.01q.1.28.5.34c.7-.2 2.5 2.05 3.95 1.45 2.36-.98.26-2.9-.02-4.17-1-4.48.8-1.8 2.96-5.32 1.73-2.8-3.12-5.6 1.1-7.47 6.1-2.7 7.05 3.57 6.3 6.56-.89 3.42-1.6 5.88.02 9.34s4.83 4.78 7.67 7.5c3.6 3.43 3.88 7.52-.2 10.8-3.29 2.63-7.69 3.4-11.1.66-1.38-1.1-1.48-3-3.43-3.87-4.8-2.14-2.12-2.46-4.03-5.6-2.07-3.4-7.93-2.42-11.45-2.4-3.18 0-2.7-.64-5.02 1.35-1.52 1.3-2.99 3.1-4.7 4.53-1.92 1.62-6.4 5.7-3.12 7.97-1.6.35-1.1 3.06.01 3.67a20 20 0 0 0-1.44 3.47c-2.34-.14-4.33-1.7-6.22.14-2.06 2 .91 5.66-.35 7.94-1.6 2.93-6.9 3.2-9.69 1.46-1.9-1.11-6.27-5-7.48-6.8-2.06-3.04-1.24-5.8 3.08-5.66 2.62.06 3.41 2.73 3.74-.38.11-1.12-1.59-2.7-2.19-3.58-2.08-3.12-3-4.16-1.54-7.7 1.15-2.76 1.61-3.5.6-6.4-1.09-3.13-1.4-4.45-1.13-7.76.1-1.22.83-4.1-1.9-4.5.37-.54 1.74-4.45 1.4-4.82 3.34.4 2.1-.85 4.97-2.45 1.85-1.03 4.9-.2 6.43-2 1.41-1.64.47-5.06 1.26-7.04.61-1.55 1.43-3.46 3.5-4.15m74.91 28.7c.2-.1.83 16.68.15 16.47-4.49 2.67-2.1-6.35-2.6-7-1.13-1.53-5.15-.76-5.22-3.16-.02-.6 2.1-2.22 2.63-2.58.4-.26.03-.92.5-1.23.3-.22 1.7.55 2.2.17.83-.63 1.7-2.3 2.33-2.67",
3399
+ "fill": "white",
3400
+ "fill-opacity": "0.2"
3401
+ }
3402
+ },
3403
+ {
3404
+ "name": "path",
3405
+ "type": "element",
3406
+ "attributes": {
3407
+ "d": "M49.9-4.84c.56-1.03 2.93-.58 4.47-.58h13.3c-1.86.74.15 1.5 1.1 1.7.78-.22 6.37 3.92 6.21 5.65C74.8 4 71.8 4.83 72 7.33c.23 2.9 9.5 12.27.33 12.45-5.08.1-1.5-3.95-3.6-6.36-1.13-1.28-3.79-1.5-4.52-3.08-.7-1.52 2.9-9.13-3.7-4.6-1.32.97-1.13 4.6-3.98 3.12s2.1-5.5 1.12-7.64c-1.08-2.43-5.08-2.6-7.34-3.4-.55-.2-.58-2.25-.36-2.66m74.6 12.62c1.38-1.8-2.63-12.47 3.1-11.76 2.3.28 3.74 4.52 5.4 5.72.8.55.45 2.55.45 3.54-2.1.1-4.7-2.68-6.9-1.53-3.12 1.64 1.6 2.17 2.12 3.31 2.38 5.42-3.85.74-4.16.72M19.23-3.59c-.4-2.97 2.6-2.23 4.18-.65.3.3 2.1 3.53.9 3.1-1.92 1.36-4.88-.94-5.08-2.45m18.1-1.83c-1.3.72-7.53 4.4-7.86.92q-.06-.45-.1-.92z",
3408
+ "fill": "white",
3409
+ "fill-opacity": "0.2"
3410
+ }
3411
+ }
3412
+ ]
3413
+ },
3414
+ "camo02": {
3415
+ "elements": [
3416
+ {
3417
+ "name": "path",
3418
+ "type": "element",
3419
+ "attributes": {
3420
+ "d": "M173.2-4.11c-3.66.05-2.02.22-4.48-.75 1.28 0 4.47-.62 4.47.75m-55.43-.75c-.02 2.42-2 .74-3.58 0zm-51.86 0c4.93 0 3.18 2.35 1.87 1.62-.62-.34-1.05-1.21-1.7-1.46-.13-.05-.12-.1-.17-.16M-39.78-1.25c-1.34.27-.72-2.82-.72-3.53 1.02 0 1.13.58 1 1.27q.48.03-.01.06c-.2.92-.78 2.02-.27 2.2M80 29.04c-2.34-.1-3.53-2.53-4.84-3.8-1.43-1.4-3.41-2.02-4.73-3.21-2.3-2.06-1.66-2.8-2.08-5.5-.46-2.96-1.94-4.38-3.75-6.82 4.2-.07 7.5-4.54 2.91-7.07 4.2 2.3 6.1-6.4 7.9 1.2.26.97.7 2.6.86 3.55.24 1.65.14 1.6-.1 2.82-.26 1.5-1.35 1.6-.3 3.8 1.1 2.2 2.86 3.03 2.82 5.64-.02 1.26-1.4 1.82-.78 4.12.5 1.85 1.88 3.48 2.19 5.37m92.3-24.91c-1.75-.04-.13-2.21.9-2.21 0 3 .66 1.89-.9 2.18",
3421
+ "fill": "white",
3422
+ "fill-opacity": "0.2"
3423
+ }
3424
+ },
3425
+ {
3426
+ "name": "path",
3427
+ "type": "element",
3428
+ "attributes": {
3429
+ "d": "M64.5 9.39c.3.04.77.2.06.24zM-.85 20.47c-1.46-.38-5.33-1.06-4.5-2.91 1.3-2.92 4.32.27 5.97.4-1.2.19-.6 2.22-1.47 2.5m12.3 12.18c-2.33-.92-5.77-.82-6.5-2.8 1.7-.04 4.85-1.22 6.4-.29 1.01.62 3.03 3.24.1 3.1m96.69 13.28c-2.75.55-3.03 5.7-5.82 4.67-2.5-.92-1.08-4.61-2.26-6.27-2.06-2.9-6.4-3.3-4.56-7.58 1.27-2.97 5.3-4.3 7.13-6.94.97.2-.2 4.49.06 5.05.46.98 2.14 1.37 2.7 2.2.8 1.13.6 1.15.94 2.4.74 2.8-1.4 3.67 3.3 3.42 1.48-.08 3.1-.96 4.77-1.05 1.85-.1 3.15.86 5.1.54.2 2.28-3.75 4.81-6.25 4.97-1.8.12-3.48-1.73-5.1-1.4m61.15 21.4c-.7 1.6-8.48 8.99-8.48 4.5 0-2.13 4.1-2.63 5.11-4.46 1.62-2.86-.47-5.32-3.27-6.46-1.55-.63-3.28-.5-4.8-1.37-.78-.45-1.55-1.82-2.31-2.16-1.44-.64-4.34.18-5.3-.38-.84-.49-2.85-8.87-2.93-9.8-.33-4.06 3.44-8.54 6.22-11.83.98-1.17 6.62-6.95 9.22-4.72 1.5 1.26-.6 1.91-1.17 2.9-1.24 2.06-1.56 1.53-1.8 4.2-.27 2.9-.5 2.61-1.98 4.94-.82 1.3-2.16 1.9-2.16 3.66 0 1.28 3.94 8.25 5.3 9.4 8.7 7.26 6.85-8.86 12.24-8.89 0 3.25 1.82 12.23 0 15.17-.18.3-2.3 1.12-2.9 1.88-.76 1-.5 2.44-.98 3.5M65.15 36.8c-2.35 1.07-5.08-2.13-7.69-1.62.25-.92 4.08-4.13 5.5-4.01 2.05.17 4.4 4.66 2.2 5.65M9.78 60.57c-2.38 1.12-3.3 3.9-5.9 2.04-.58-.4-.29-2.14-.58-2.8a9.3 9.3 0 0 0-3-3.61c-2.5-2.04-6.16-3.27-5.68-6.73.43-3.07 4.6-4.98 5.5-7.97.6-1.94-.99-5.64.7-7.22 2.25-2.08 5.56.08 8.47.06-2.74.4-3.04 5.4-4.02 7.12-2.1 3.66-2.8 3.35.45 6.48 1.12 1.08 2.2 1.12 2.74 2.7.5 1.43-.9 2.98-.33 4.32 1.65 3.82 7.38 1.62 8.97-.97.8-1.28 1.1-17.2 6.42-14.8 3.23 1.47-2.7 8.4.34 9.79-5.46.3-2.03 8.62-3.92 11.36-2.04 2.95-3.09 1.67-4.9.65-2.84-1.57-2.25-1.9-5.39-.42m45.5-24.65c.18-.14.45-.02.35 0a.4.4 0 0 0-.35 0m84.97.38q.22-.15.3.06zM54.98 68.42c-.47 3.03-.9 4.96-3.63 3.93-.54-.2-.55-1.59-2.14-1.97-1.68-.4-2.72 1.12-4.26 1.33-.75-3.13 2.42-5.42 1.73-8.55-.38-1.7-6.2-6.98-2.91-8.16 1.65-.6 4.74 3.1 7.2 1.82 2.1-1.1.3-3.36.92-4.7.66-1.48 2.13-2.04 3.07-3.44 1.52-2.26 3.93-10.25 5.57-3.8.62 2.48 1.09 10.62 6.3 4.36 1.27-1.54 1.95-13.28 6.06-5.72 3.8 6.97-5.38 10.45-8.77 14.48-1.43 1.7-1.87 2.83-3.84 4.11-1.2.77-3.2.96-4.14 1.97-1.35 1.45-.87 2.46-1.16 4.34M91.3 46.57c-2.01-.03-2.17-3.56.02-3.58a6.3 6.3 0 0 0-.02 3.58m-58.23 4.79c-.87 3.74-3.29 1.97-6.49 1.77-.21-4.74 3.16-1.62 6.49-1.77m-7.86 8.84c-1.2-.12-1.23-2.7-.44-3.26 1.26-.9 2.12 2.87.44 3.25M-31.76 78c1.47.4-2.5.22-2.02-.93.74.1 1.31.72 2.02.92m2.8 48.01c-1.6.23-10.13 1.77-11.54.51-1.13-1 0-5.57 0-6.87 3.17-.15 4.44 8.97 8.18 3.83 2.16-2.95-1.14-7.5 1.28-10.63 3.04-3.93 9.8-.9 12.39-5.2 1.04-1.75 0-7.2 2.75-8.07 4.6-1.46 2.58 5.51 4.03 6.74 5.5 4.7 6-4.4 6.1-6.3.07-1.14-.64-1.71.2-2.8.57-.7 1.56.3 2.3-.4 1.54-1.5 1.46-1.53 1.88-3.43.48-1.71.36-2.6 1.15-3.97 1.06-2 3.83-3.7 1.02-6 .6 0 5.75-1.43 6.1-1.62.94-.5 2.14-2.51 2.7-2.72 4.92-1.74 1.42 5.34 2.95 7.4-7.95.27-12.73 8.1-13.2 14.17-.13 1.67 1.13 2.9 1.16 4.23.03 1.51-.86 2.13-.98 3.47-.35 3.9 2.18 4.1 4.34 7.17 2.4 3.4 1.15 3.93-2.5 3.32-4.63-.72-8.9-2.85-13.62-3.34-3.33-.34-6.43-.18-8 2.6-.93 1.64-1.33 6.06 1.71 6.4-1.75.3-2.78 1.26-4.9 1.4q-1.46-.58-3.05-.73-1.34.22-2.42.96m-10.78-37.8c-1.65.8-.76-3.63-.76-4.08.26 0 2.74 2.46 2.76 3.03-.78.05-1.34.73-2 1.06m150.34 38.3c2.2-.62-3.43-4.5-4-3.27.84-1.84-1.46-3.85-1.75-5.5-.45-2.6.84-5.12-1.85-7.24 1.3-.16 1.44-1.9 2.8-1.94 1.26 3.45 4.96 2.23 7.94 3.17 1.44.46 2.6.48 3.36 1.82 1.21 2.1-1.06 2.55-.97 3.87.22 3.12.07.75 1.37 1.96.52.48 4.6 1.74 3.8 2.74-.57.72-3.04.13-3.95.86-.64.52-.83 1.92-1.26 2.24-1.56 1.18-2.17 1.28-5.48 1.28m-22.32-4.33c1.37.96-.97.2-.96-.22 0-.25 1.32.47.96.22m-43.36 4.34c.34-.18 1.41-.08 1.78 0z",
3430
+ "fill": "white",
3431
+ "fill-opacity": "0.2"
3432
+ }
3433
+ },
3434
+ {
3435
+ "name": "path",
3436
+ "type": "element",
3437
+ "attributes": {
3438
+ "d": "M-30.03 6.23c2.8-.88-1.05-3.73-2.4-4.12-1.69-.48-2.26.2-3.93.28-2.08.12-3.86-.17-5.98-.14 0-1.5 2.47-1.44 2.82-2.74.8-2.83-2.81-2.46-2.81-4.24 2.5 0 5.98-.4 8.44 0h2.8l.26 1.13c1.04.5 3.45 1.64 4.43 2.34 4.33 3.1.44 6.32-3.63 7.6m81.06 35.4c-3.72.36-3.05-4.94-3.64-6.68-1.13-3.35-2.46-4.5-6.1-3.17-.94.34-5.35 2.77-5.7 3.3 1.98-3.07-3.53-5.93-5.62-7.7-1.15-1-2.4-1.9-3.11-3.2-1.44-2.58-.05-5.23-1.2-7.8-1.23-2.73-1.9-4.37-.2-6.93 1.23-1.86 2.6-2.38 3.4-4.8.73-2.11.5-3.5 2.97-4.72 4.46-2.21 7.8-.2 10.73 2.34 1.86 1.6 3.02 2.44 4.06 4.42.76 1.47-.77 2.45 1.43 3.5 2.96 1.4 5.78-1.57 8.84.94 3.86 3.18 2.88 9.36-.7 12.04-3.33 2.5-5.74 1.6-4.56 5.84q1.1.9 1.5 2.17.05 1.08-.5 2.05c.3 1.37-1.67 2.7 1.49 2.72-1.45 1.1-.35 5.42-3.1 5.69m85.85-.96c-4.94 4.14-6.82-1.76-9.63-3.45-2.09-1.27-10.33-4.32-11.54-1.56-.16.37-1.55-1.53-1.65-1.74-.87-1.9.4-3.65 1.14-5.36.72-1.64 1.8-3.07 1.9-4.87.08-1.8-1.56-3.62-1.3-5.3.42-2.74 2.05-1.98 4.1-3.4 2.2-1.5 1.72-1.95 2.46-4.06.73-2.1.8-6.07 2.01-7.96 1.38-2.12 1.98-.97 4.3-1.4 1.44-.26 3.76-1.86 5.22-1.56.84.18 2.25 3.08 3.95 3.77 1.6.65 3.9-.24 5.25.35 2.1.93 1.43 2.25 2.79 3.88 1.12 1.34 2.54 1.7 3.37 3.45.86 1.82-.9 3.25 2.11 4.17-1.59 1.62-8.77 9.08-11.5 8.7-2.39-.31-1.82-2.54-1.83-4.24-.01-2.8.8-5.7-1.04-8.27-1.96-2.73-4.45-3.42-6.23-.42-.88 1.47-.2 3.24-1.47 4.69-1.03 1.16-2.32 1.2-3.52 2-3.4 2.23-6.44 5.65-5.1 9.77 1.61 5.04 5.32 1.58 8.75 4.26 1.68 1.3.64 2.63 3.11 3.67 2.12.89 4.94.05 7.2.53-.9.52-3.35 4.7-2.85 4.36M-7.8 5.76c-1.67 4.56-10.87-1.26-13.03-2.52 2.44-.13 4.72-1.6 7.19-1.33 1.39.15 6.46 2.17 5.85 3.85M-35.6 64.91c-.07 1.5 1.57 5.57-2.1 4.6-4.4-1.1 1.8-9.4-4.55-7.7V46.2c2.19.15 11.14 1.54 8.49-3.66 3.25 2.88 7.03-3.47 8.58-2.15-.3-.24-1.42 4.9-1.8 5.26-1.54 1.4-7.82.27-7.54 3.15.44 4.67 10.85-.92 12.55.24 1.42.97-2.03 5.97-2.4 7.92-.25 1.23.4 2.61-.78 3.65-2.25 1.96-4.24-.07-6.5.24-3.53.48-3.86 1.2-4 4.1M96.13 96.3c3.2-1.55-1.9-8.25-2.55-10.7-1.16-4.55-4.38-6.2-6.15-1-1.52 4.5-4.44 2.16-6.25 5.58-1.32 2.5-.32 4.73-3.1 1.96-.43-.43.54-1.91-.14-2.43-1.3-.98-2.8.65-4.08 0-1.56-.8-2.52-5.33-3.62-6.77-2.3-3.04-5.73-5.25-6.47-9.06-.8-4.08 1.87-7.33 4.54-10.43 1.08-1.25 2.4-4.31 3.92-.8 1.18 2.77-3.58 4.42-3.2 6.85.48 3.2 3.97 2.18 6 .9 2-1.24.5-4.1 4.34-1.2 2.57 1.98 1.77 5.68 4.9 7.24 3.53 1.78 6.11-.72 5.38-3.8-.7-2.97-4.46-5.35-6.2-7.87-3.2-4.6-1.48-14.68 7.05-13.6 3.82.48 5.43 4.72 7.5 6.98 1 1.06 2.96 3.46 4.88 3.4 2.3-.1.5-1.33 2.16-2.62.49-.38 2.82-2.9 3.2-1.64.36 1.1-2.16 2.3-2.65 3.14-1.46 2.47-.73 4.9-.2 7.48.62 2.99.64 6.16 1.56 9.08.7 2.25 2.23 4.04 2.28 6.4.04 1.9.12 4.25.1 6.08-.03 2.1.4 2.23-1.8 3.58-3.21 2-8 1.66-11.43 3.32m-131.77 21.3c-1.1.59-6.03-.7-6.66-1.5-1.5-1.94 0-10.22 0-12.63 0-3.1-1.4-8.61 0-11.37q-.75-1.64.92-1.28 1.08.15 1.92-.47c.26-.68.13-.96.16-1.65.12-3.13-3.42-5.9-2.8-9.57.22-1.35.46-3.04 2.2-3.6 2.9-.9 2.4 1.44 4.37 1.66-.38.86 2.68 1.54 2.47.96 2.36-.1-1.44-3.96 3-2.56 3.9 1.23 1.2 5.19.3 6.85-3.7 7.27 6 9.4 4.5 16.9-.76 3.9-2.97 2.2-5.54 4.68-2.74 2.65.83 3.6-.92 6.22-1.1 1.67-4.56.74-5.5 2.35-1.42 2.5 4.39 3.6 1.69 5.07m206.49 9.27c-.38.08-5.81.22-6.45-.2-.43-.26-.2-1.63-.8-2.1-1.5-1.22-6.13-4.12-8.76-3.06-2.47 1-1.13 1.55-1.28 4.3-2.1-.01-8.34-.36-9.7-1.9-.98-1.1.66-6.3-1.87-5.1-1.4.68-.6 4-1.54 4.43-1.83.8-3.94-1.4-5.18-2.05-1.31-.68-2.23-1.77-3.95-1.86-1.5-.1-2.26 1.2-3.8 1.22-.5-3.72 1.27-13.8-3.08-16.64 4.3.04 4.2 10.08 9.85 6.4 4.08-2.64-2.35-7.62.35-10.63 5.76-6.41 5.04 6.53 7 7.27 7.43 2.8 6.85-10.62 4.7-10.81.18-.43 1.12-2.12.98-2.15 3.95-3.57 3.47-9 8-12 6.72-4.42 2.68 2.84 3.05 5.29.04.27 2.23-.56 2.33-.23.43 1.38-.4 2.43-.33 3.77.1 1.85.78 3.56.6 5.42-.13 1.16-2.56 5.09 1.37 3.92.52-.15 1.82-3.44 2.06-3.38 1.26-.03 2.2.88 3.44.9-.16-.14-3.84 4.32-4.03 4.96-.5 1.8.58 3.76.42 5.6-.1 1.18-1.33 2.86-1.2 4.03.71 5.45 9.81 4.84 10.81 9.77.6 2.95-.83 4.4-3.04 4.85m-125.03-3.6c-.96.03-5-.9-5.56-1.6-1.2-1.46-.7-.43.35-2.44 1.67-3.15 7.22-5.4 1.44-8.54 5.46 2.97 6.77-3.9 7.5-6.9.3-1.2 1.53-3.68 1.57-4.73.06-1.43-1.5-3.05-1.1-4.42 3.47-.33 4.7 2.32 7.13 3.9 2.34 1.53 5.2 2.49 7.7 3.87 3.97 2.23 2.48 2.99 4.68 5.9.36.48 3.83 2.76 3.85 2.74-6.1-.05-.2 3.2-.84 5.9-.4 1.7-6.92 6.13-9.07 5.44-4.5-1.43 1.32-4.17 1.3-6.17-.03-2.16-4.9-6.58-7.5-6.43-2.76.16-1.74 1.18-1.9 2.18-.3 1.6 1.53 2.32-.06 4.79-1.85 2.87-5.83 6.43-9.5 6.52",
3439
+ "fill": "black",
3440
+ "fill-opacity": "0.2"
3441
+ }
3442
+ },
3443
+ {
3444
+ "name": "path",
3445
+ "type": "element",
3446
+ "attributes": {
3447
+ "d": "M108.36 4.27c-4.75 5.05-6.03-2.19-6.03-5.19 0-3.42 5.77-5.95 7.55-2.27.6 1.23-.35 6.22-1.52 7.46M15.74 3.7c-2.33.25-3.1-1.03-5.12-1.26S11.92.24 12.19.1c3.06-1.7 3.8.4 6.08.02 4.7-.77 1.14-1.95 3.15-3.9 2.13-2.06 13.6-.62 17.26-.62-.82 5.45-14.23 4.2-18.42 5.96-1.55.66-2.7 1.94-4.52 2.14m53.53 34.82c-2.76.85-3.3-1.16-4.93-1.43 1.4-.26.39-5.39-2.19-5.63-1.59-.14-5.08 3.88-5.15 3.86-.4.03-2.07.85-2.17.81-.05.03-.14.05-.08.07-4.55.11-.94-2.86-1.32-4.73-.32-1.62-2.59-2.36-2.46-3.93.22-2.6 6-3.3 7.55-5.66 1.65-2.48 1.03-6.15-.24-8.7-3.08-6.24-8.28-.04-11.12-3.3-.8-.93.26-2.8-.3-3.86-.47-.92-1.6-1.34-2.4-2.02-1.48-1.27-3-2.06-4.1-3.63-.14-.2-.25-.4-.65-.59.2-.04.8-1.94 1.4-2.44C43.58-4.72 52.55-5 55.71-4.4c3.6.7 1.3.24 3.11 2.26.3.32.79.65 1 1 .4.7 1.35 1.2 1.77 1.94 1.66 2.95.5 6.6 2.27 9.36.75 1.15 2.05 2.07 2.68 3.3.84 1.65 0 8 1.58 8.3-.96.24 3.67 5.16 4.17 5.65.97.94 2.1 1.8 3 2.79 1.83 2 1.9 1.1 1.41 3.92-4.27-.73-1.9-2.29-4.7 1.72-.86 1.24-.86 2.12-2.7 2.68M142.52-2.4c-.12.43-3.4-1.4-3.43-1.4q-.4-.46-1.03-.6c1.97 0 5.26-.8 4.46 2M126.5-1.19a8 8 0 0 0-.07-2.35q-.2-.44-.45-.86c1.5 0 8.24-.25 4.87 2.37-.97.76-3.05.86-4.34.84M104 61.7c-2.12-.12-4.92-2.99-6.14-4.43-.7-.83-.94-1.94-1.67-2.75-1.25-1.36-3.56-1.92-4.61-3.06-3.14-3.4-1.57-13.88 1.34-17.42 2.72-3.3 5.05-6.06 1.96-10.2-1.17-1.58-3.08-2.02-4.7-3.21-1.02-.77-2.41-3.3-3.25-3.7-1.05-.5 1-7.27 1.47-8.2.97-1.95-.13-3 3.9-2.14 2.22.48.7-.8 2 1 1.9 2.6-1.1 6.32 2 8.7 3.97 3.04 7.32-.82 11.27-.9 1.08 2.25-1.28 5.1.58 7.4 1.5 1.86 4.65 1.19 6 2.64 2.05 2.18-3.1 2.24-5.2 2.6-.57.1-7.2 2.04-7.02 2.1-2.25 3.25-10.2 6.22-7.2 11.28.8 1.32 2.9 1.45 3.92 2.52 1.3 1.38.88 2.28 1.53 3.95.86 2.21.93 3.94 3.78 2.36 2-1.12.78-4.46 4.58-4.36 2.53.06 3.58 2.48 3.9 4.25.16.88-1.43 8.03-4.72 6.91-2.45 1.35-3.28 2.2-3.72 4.66M-25.3 40.1c-1.94.9-4.75 5.17-7.7 2.56-2 .65-3.3-7.29-7.73-6.1-3.16.85.63-4.53.95-5.22.9-1.96 1.37-3.29 1.56-5.5.34-3.8-.4-9.45 4.52-11.73 3.33-1.54.18.34 1.62 2.42 1.12 1.6 2.47.55 3.84 1.34 2.16 1.24 1.3 1.46 2.63 3.03 7.14 8.46 3.66-7.9 4.7-10.19.67-1.37 1.96-3.12 4.14-3.07 3.78.08 3.02 3.11 4.16 5.02 1.25 2.1 3 2.37 4.8 3.92.5.44.25 1.91.96 2.51.43.37 4.53 1.71 5.1 1.85-.07.02-.36 1.91-.66 2.34-1.52 2.14-4.75 1.86-7.2 2.75-2.26.81-3.64 1.53-4.62 3.4-1.8 3.44 2.07 15.37-7.3 12.1 1-.2-3.9-1.38-3.78-1.31M162.6 19.7c-1.14-.04-2.7-2.41-2.92-3.33-.62-2.7 4.8-5.33 5.95-3.02.23.5-2.88 5.5-3 6.4M81.55 21.3c-.02.2-2.07-1.03-2.2-1.08q-.71-.28-1.52-.24c.25-1.4 2.22-3.95 4.37-3.53 3.95.78-.53 3.1-.65 4.85m-2.5 8.6c.28-1.17-1.4-3.9-.76-4.86.8.6 1.93 1.12 2.48 1.9.72 1.03-.08 3-1.72 2.95m-68.42 3.6c-3.42.88-5 .76-9.52.14q-.83-.08-1.66-.05c.64-.49 4.78-5.6 4.68-5.67.28.19-.5 2.73-.2 3.13 1.1 1.3 5.07 1.37 6.67 2q-.3.17.04.5m159.25 7.52c-.24.84-.24 6.3-3.28 3.92-1.73-1.4 1.36-10.85-4.6-11.54.56-1 1.5-4.63 3.37-4.76.97.85 2.43 3.47 2.99 3.9 1.75 1.26 1.68.62 4.23.6 0 3.72-1.7 4.4-2.68 7.87M31 106.34c-5.62 1.92-4.14-4.2-4.05-6.93.16-5.04.23-10.4-.73-15.26-1.16-5.9-2.1-2.07-3.57 1-.8 1.7-2.62 2.53-3.47 4.14-.74 1.4.44 2.92-1.04 4-1.18.86-2.76-.38-3.6.2-1.8 1.13.12 7.77-3.32 7.35-3.37-.4-1.52-6.11-3.22-6.44 2.77-.76 9.73-1.78 2.74-4.2 1.99-.18 1.22-2.78 1.02-3.7-.14-.6-1.45-1-1.56-1.62-.2-1.25.52-1.41.56-2.35.1-2.86 1.14-4.84-2.75-2.88-2.15 1.08-.34 3.12-3.43 2q-.09-.3-.48-.35c-.67.2-2.4-2.02-3.79-1.43-2.2.97-.2 2.86.1 4.1.97 4.43-.76 1.79-2.82 5.26-1.65 2.78 3 5.54-1.04 7.37-5.86 2.66-6.78-3.52-6.04-6.46.84-3.38 1.54-5.8-.03-9.2s-4.64-4.7-7.37-7.39c-3.44-3.38-3.72-7.4.2-10.64 3.15-2.6 7.37-3.36 10.66-.65 1.3 1.1 1.4 2.97 3.27 3.82 4.62 2.1 2.04 2.42 3.87 5.5 1.97 3.35 7.6 2.4 11 2.38 3.03 0 2.57.62 4.8-1.34 1.46-1.3 2.87-3.06 4.5-4.46 1.86-1.6 6.16-5.64 3.02-7.87 1.53-.35 1.06-3.02-.02-3.6.13-.07 1.46-3.25 1.4-3.43 2.23.14 4.14 1.67 5.95-.14 1.98-1.97-.87-5.58.34-7.82 1.55-2.9 6.63-3.17 9.3-1.44 1.82 1.2 6 5 7.16 6.77 1.98 3.02 1.2 5.7-2.95 5.6-2.5-.06-3.27-2.7-3.58.37-.1 1.1 1.52 2.65 2.1 3.53 2 3.07 2.9 4.1 1.47 7.57-1.1 2.72-1.54 3.46-.57 6.3 1.05 3.1 1.34 4.41 1.1 7.66-.1 1.2-.8 4.05 1.8 4.43-.35.53-1.66 4.38-1.34 4.75-3.2-.4-2 .84-4.76 2.4-1.78 1.03-4.7.2-6.18 1.97-1.35 1.62-.45 5-1.2 6.95-.6 1.52-1.38 3.4-3.37 4.1m96.46-30.78c-1.55 1.7-5.45 3.05-7.55 1.36-1.93-1.55-.52-4.18-1.64-6.02-.18-.3-2.5-2.56-2.77-2.68-2.9-1.2 3.84-8.05 4.8-9.2 1.14-1.3 4.2-8.56 4.65-8.6.79-.07 2.94 16.19 3.25 17.85.45 2.43 1.17 5.22-.74 7.3m36.24 20.62c-.67.25-3.87 9.02-3.6 1.19.1-2.8.97-5.14.4-7.8-.1-.5.64-1.3.46-1.9-.2-.67-1.2-.57-1.26-.7-.05-.11-1.53.54-1.62.24-.59-2.07 3.98-4.6 1.22-6.58-2.23-1.6-7.19 4.2-8.72 5.45-1.64 1.34-4.95 7.83-3.6 8-1.54 3.24-4.98 5.26-5.66.43-.65-4.47 2.33-7.21.25-11.84-.8-1.8-2.28-3.42-3.32-5.12-.64-1.04-2.55-7-3.05-7.21-3.76-1.61 2.38-11.43 7.25-10.07 1.96.55 2.23 2.25 3.46 3.3 1.86 1.58 6.15 2.5 5.85 4.56-.6 4.1-8.52 1.5-5.54 6.84.62 1.1 2.67 2.86 3.62 3.79 1.84 1.78 3.27 3.88 5.56 1.43 1.05-1.1-.57-3.66.01-4.32.37-.42 1.7 0 2.3-.36 0 0 3.42-1.78 3.54-1.74 4.83-2.38 5.46-3.5 7.02-7.43.55-1.38 2.2-4.2 4.2-4.25 0 3.05 1.52 15.66-.96 16.67-1.86.78-4.04-1.95-5.94-1.57-3.83.77 1.46 2.56 2.78 3 .95.32 3.16.3 3.91.92.31.26.77 7.42.21 7.9-2.56 2.3-4.1-1.5-7.06-.9-3.16.63-3.79 6.41-1.76 8.03M-40.9 78.05c-.18.1-.8-16.42-.14-16.21 4.3-2.64 2.03 6.26 2.5 6.9 1.08 1.5 4.94.74 5 3.1.02.59-2 2.2-2.52 2.54-.4.27-.03.92-.47 1.22-.31.21-1.65-.55-2.13-.18-.8.62-1.63 2.26-2.23 2.63m172.1 46.3c2.59 1.02-2.01 2.57-3.81 2.08-2.46-.7-3.06-1.86-3.44-4.18-.3-1.82 1.6-4.6-2.45-4.8-2.4-.1-2.53.8-2.24 2.63-.01.05-3.93-.42-3.96-.44-1.54-1.76.77-1.88.9-2.94.23-1.6.34-4.56-2.51-5.45-2.73-.85-4.9 1.7-7.48-.22-.8-.6-1.06-4.96-1.3-5.02.64-.96-3.93-2.25-4.5-3.2-2.02-3.35 4.3-3.05 6.85-3.95 4.3-1.53 3.63-2.43 7.19-.33 1.35.8 2.9 2.13 4.24 3-.73.15 3.8 1.89 3.44 1.7 2.89 1.42 2.13.2 3.4 3.06.72 1.63 1.99 4.4 2.56 6.26 1.3 4.14-3.01 9.3 3.18 11.8m41.32-5.23c-2.47-.01-7.4-2.84-8.96-4.83-2.12-2.72-.62-3.61.35-6.21 1.59-4.2-.4-8.55 6.29-7.95-.02 1.28-1.76 1.35-1.4 3.28.34 1.7 2.75 1.56 2.14 3.98-.28 1.13-2.1 1.73-2.38 2.94-.52 2.23 1.1 4.08 3.18 5.07 1.42.68.8 2.1.8 3.72",
3448
+ "fill": "black",
3449
+ "fill-opacity": "0.1"
3450
+ }
3451
+ },
3452
+ {
3453
+ "name": "path",
3454
+ "type": "element",
3455
+ "attributes": {
3456
+ "d": "M38.73 125.86c-.55 1.02-2.82.57-4.3.57H21.67c1.78-.73-.15-1.47-1.06-1.68-.75.22-6.1-3.86-5.96-5.56.18-2.05 3.04-2.87 2.85-5.33-.22-2.84-9.1-12.08-.32-12.25 4.88-.1 1.43 3.89 3.47 6.26 1.07 1.26 3.62 1.48 4.32 3.04.67 1.49-2.78 8.99 3.55 4.52 1.34-.95 1.18-4.53 3.92-3.07s-2 5.42-1.1 7.53c1.05 2.4 4.88 2.57 7.05 3.36.52.18.55 2.2.34 2.6m-71.6-12.42c-1.32 1.78 2.53 12.28-2.97 11.58-2.2-.28-3.59-4.46-5.2-5.63-.75-.55-.4-2.52-.4-3.49 2-.1 4.5 2.64 6.61 1.5 3-1.6-1.55-2.14-2.03-3.26-2.3-5.33 3.7-.72 3.98-.7m175.1 11.44c-.9 2.2-.91 1.56-4.16 1.56.1-.05-.51-.82-.65-.94 4.77-.22.99-8.75 6.27-7.33.53.15-2.16 4.9-.95 5.2-.5.1-.34 1-.5 1.4m-74.09-.22c.4 2.93-2.5 2.2-4.02.63-.29-.3-2.02-3.48-.85-3.04 1.83-1.34 4.67.92 4.87 2.4m49.6 1.27c.51-.17 2.3-2.67 2.54-3.2-.34.76.17 3.14-2.55 3.2m-7.85-.9c1.08 4.1-10.4 1.06-5.67-1.5 1.48-.8 5.25-.1 5.67 1.5m-59.1 1.44c1.22-.71 7.21-4.34 7.53-.9l.07.9z",
3457
+ "fill": "black",
3458
+ "fill-opacity": "0.1"
3459
+ }
3460
+ }
3461
+ ]
3462
+ },
3463
+ "circuits": {
3464
+ "elements": [
3465
+ {
3466
+ "name": "path",
3467
+ "type": "element",
3468
+ "attributes": {
3469
+ "d": "M23 30h49.42a5 5 0 1 1 0 4H19V0h4zm-8-12h-4V0h4z",
3470
+ "fill": "black",
3471
+ "fill-opacity": "0.1"
3472
+ }
3473
+ },
3474
+ {
3475
+ "name": "path",
3476
+ "type": "element",
3477
+ "attributes": {
3478
+ "d": "M120 25a5 5 0 0 1 2 9.58V60h19v4h-23V34.58a5 5 0 0 1 2-9.58",
3479
+ "fill": "white",
3480
+ "fill-opacity": "0.2"
3481
+ }
3482
+ },
3483
+ {
3484
+ "name": "path",
3485
+ "type": "element",
3486
+ "attributes": {
3487
+ "d": "M114 68h27v4h-31V46h4zM29 94a5 5 0 0 0-2 9.58V129H8v4h23v-29.42A5 5 0 0 0 29 94",
3488
+ "fill": "black",
3489
+ "fill-opacity": "0.2"
3490
+ }
3491
+ }
3492
+ ]
3493
+ },
3494
+ "dirty01": {
3495
+ "elements": [
3496
+ {
3497
+ "name": "path",
3498
+ "type": "element",
3499
+ "attributes": {
3500
+ "fill-rule": "evenodd",
3501
+ "clip-rule": "evenodd",
3502
+ "d": "M-9.12 122.1c4.36-30.7 13.06-4.57 33.99-9.98 9.24-2.4 1.77-12.82 8.67-17.35 5.82-3.82 13.76-.74 20.43-3.21 9.63-3.57 9.5-10.82 18.48-11.9 8.48-1.03 17.37 2.34 25.93 1.08 16.15-2.4 9.53-34.03 21.64-39.61 12.1-5.6 32.05 4.06 34.66 19.87 2.54 15.42-14.46 72.78-14.46 72.78H-9.12",
3503
+ "fill": "black",
3504
+ "fill-opacity": "0.2"
3505
+ }
3506
+ },
3507
+ {
3508
+ "name": "path",
3509
+ "type": "element",
3510
+ "attributes": {
3511
+ "fill-rule": "evenodd",
3512
+ "clip-rule": "evenodd",
3513
+ "d": "M35.93 122c37.67 0 41.6-14.75 60.14-21.5s34.78 10.71 41-6.27c6.24-16.98 6.2 35.95 6.2 35.95H35.94z",
3514
+ "fill": "black",
3515
+ "fill-opacity": "0.1"
3516
+ }
3517
+ },
3518
+ {
3519
+ "name": "path",
3520
+ "type": "element",
3521
+ "attributes": {
3522
+ "fill-rule": "evenodd",
3523
+ "clip-rule": "evenodd",
3524
+ "d": "M-2 4.87C9.73 3.75 5.96 16.8 10.6 16.8c1.85 0 4.03-8.46 7.38-8.46 2.46 0 2 5.5 7.32 4.91 5-.54 4.08-4 6.6-4 5.45 0 3.39 20.2 7.74 20.2 4.36 0 5.73-14.8 7.65-20.64 2.43-7.4 16.97-11.54 6.6-14.5H-2.29",
3525
+ "fill": "black",
3526
+ "fill-opacity": "0.4"
3527
+ }
3528
+ }
3529
+ ]
3530
+ },
3531
+ "dirty02": {
3532
+ "elements": [
3533
+ {
3534
+ "name": "path",
3535
+ "type": "element",
3536
+ "attributes": {
3537
+ "fill-rule": "evenodd",
3538
+ "clip-rule": "evenodd",
3539
+ "d": "M100 124.65c-3.19-17.34-9.55-2.58-24.85-5.63-6.76-1.35-1.3-7.25-6.34-9.8-4.26-2.17-10.06-.43-14.94-1.82-7.04-2.02-6.95-6.12-13.5-6.73-6.2-.58-12.7 1.33-18.97.61C9.6 99.93 14.44 82.06 5.58 78.9c-8.85-3.15-23.43 2.3-25.34 11.23-1.86 8.71 10.57 41.12 10.57 41.12h109.22",
3540
+ "fill": "black",
3541
+ "fill-opacity": "0.2"
3542
+ }
3543
+ },
3544
+ {
3545
+ "name": "path",
3546
+ "type": "element",
3547
+ "attributes": {
3548
+ "fill-rule": "evenodd",
3549
+ "clip-rule": "evenodd",
3550
+ "d": "M136 116.77c-51.24 0-56.58-25.8-81.8-37.61C29 67.34 6.9 97.9-1.56 68.2-10.04 38.5-10 131.06-10 131.06h146z",
3551
+ "fill": "black",
3552
+ "fill-opacity": "0.1"
3553
+ }
3554
+ },
3555
+ {
3556
+ "name": "path",
3557
+ "type": "element",
3558
+ "attributes": {
3559
+ "fill-rule": "evenodd",
3560
+ "clip-rule": "evenodd",
3561
+ "d": "M141.57 3.18c-11.93-.98-5.03 10.8-9.74 10.8-6.97 0-2.1-7.97-10.58-7.78-2.22.06-4.95 1.94-5.11 4.5-.37 5.52 3.7 15.03-1.84 15.3-5.18.25-1.1-9.64-1.65-16.24-.3-3.77-4.18-6.75-6.97-6.75-7.57 0-1.68 15.7-7.13 15.7s-1.2-9.05-5.08-13.84C88.97-.7 74.17-3.43 84.72-6h57.15",
3562
+ "fill": "black",
3563
+ "fill-opacity": "0.4"
3564
+ }
3565
+ }
3566
+ ]
3567
+ },
3568
+ "dots": {
3569
+ "elements": [
3570
+ {
3571
+ "name": "path",
3572
+ "type": "element",
3573
+ "attributes": {
3574
+ "d": "M8.4 117.8a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-31.5-6.32a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-31.5-6.31a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m13.1-.17a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m13 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-20-6a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m24 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-49-.14a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m25.2 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2M8.4 92.55a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2M2.1 86.24a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-31.5-6.3a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2M2.1 73.61a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-31.5-6.3a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2M14.7 61a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2",
3575
+ "fill": "black",
3576
+ "fill-opacity": "0.2"
3577
+ }
3578
+ },
3579
+ {
3580
+ "name": "path",
3581
+ "type": "element",
3582
+ "attributes": {
3583
+ "d": "M111 56.8a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-18.9-6.32a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m25.2 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-31.5-6.3a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-18.9-6.32a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-31.5-6.3a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-31.5-6.32a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-31.5-6.3a2.1 2.1 0 1 1 0 4.19 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m-31.5-6.31a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2M98.4 6.31a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2M104.7 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m12.6 0a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2",
3584
+ "fill": "black",
3585
+ "fill-opacity": "0.1"
3586
+ }
3587
+ }
3588
+ ]
3589
+ },
3590
+ "grunge01": {
3591
+ "elements": [
3592
+ {
3593
+ "name": "path",
3594
+ "type": "element",
3595
+ "attributes": {
3596
+ "d": "M1 121.22q1.44-.69.8.78a1.7 1.7 0 0 1-.8-.78M20 120c0 .36-3 2-3 2 .66-.72 2.02-2 3-2m-17.76 1.03c.4-.03 1.22-.07 1.76.06-.8.53-1.3 0-1.76-.06",
3597
+ "fill": "black",
3598
+ "fill-opacity": "0.4"
3599
+ }
3600
+ },
3601
+ {
3602
+ "name": "path",
3603
+ "type": "element",
3604
+ "attributes": {
3605
+ "d": "M2.24 121.03c-.22.01-.32.02-.16 0zM57 120c.29 0 1.4.33.86.33-.25 0-.84-.33-.86-.33m-36 .13q.48-.24 1-.04c-.15.13-.87.2-1 .04m-20-.03q.5-.2 1 0-.5.18-1 0m40.15-.1q0 .15-.15.15 0-.15.15-.15m35.4-2.92c.55-.55.63 2.04.04 1.92q-.46-.32-.58-1.22c.1-.07.64-.8.54-.7m12.65.92c.21.4.34.52.95.51 1.47-.01.68.23.27.49-.1-.15-2.04-.61-1.2-1m24.85.93c-.34-.32.66-1.18.93-.86 0 .06-1.16 1.23-.93.86",
3606
+ "fill": "black",
3607
+ "fill-opacity": "0.4"
3608
+ }
3609
+ },
3610
+ {
3611
+ "name": "path",
3612
+ "type": "element",
3613
+ "attributes": {
3614
+ "d": "M115.87 118c.49 0-.6.54-.41.38-.18.16-1.15-.4.41-.38m-100.8.33c-.4 0 1.1-.48.9-.28-.12.14-.68.28-.9.28m75.93-.25q.15-.15.3 0-.15.15-.3 0M42.02 117c.25 0 1.38.8.83 1a3 3 0 0 0-.7-.89v.04q-.15 0-.15-.15zm84.17 0c.16.2-.05.26-.13.37-.16-.2.04-.26.13-.37m-85.16-1c.19.22.29.5.25 1-.16-.24-.36-.38-.25-1m11.05 0q.15.15 0 .3-.15-.15 0-.3m10.92.1q.5-.2 1 0-.5.18-1 0m-4.17-1.1c.5.4-.22 1.33-.8.88-.23-.19.7-.77.8-.88m41.17-2q.09 0 .13.06l.07.04-.06.02v.03h-.06a2 2 0 0 0-.58.3q.13.41.22.83.47-.9 1.28-.45c-.03 0-1.08 1.55-1.73 2.09q-.8.3-1.27-.46.48-.4.7-.02c-.08-.55.5-2.6 1.3-2.43m-48 2.41c-.07-.27 1.26-.46.95-.2-.08.04-.9.33-.95.18m5-.24q.15-.15.3 0-.15.15-.3 0m-25.85-.1q0 .15-.15.15 0-.16.15-.16M56 114q1.07.1 2 .5 0 .74-1.16.39a4 4 0 0 1-.84-.9m41 .1q.5-.2 1 0-.5.19-1 0m-65.85-.1q0 .06-.15.06 0-.14.15-.14m66.85-.8c.01 0 1.27-.41.95-.06q-.57.56-.95.07m-44 .07c.02-.31.02-.31.28-.24q-.09.19-.28.23M15 113q.5-.2 1 0-.5.19-1 0m-12 0q.12-.15.24 0-.12.12-.24 0m45 0q.12-.15.24 0-.12.12-.24 0m-43.92-1q.15.19 0 .37-.15-.19 0-.37m36-1q.15.19 0 .37-.15-.19 0-.37m58.92-.75c1.06-.98 1.27 1.29.67.63 0 0-.73-.57-.67-.63m9-.25q.85.03 1 1a3 3 0 0 1-.9-.86q-.1 0-.1-.14m-56.95.3c-.3-.72.8.11.8.12.5.67-.36.92-.8-.14M107 110c.08 0-.76 1.34-1 .92.16-.45.7-.89 1-.92m-97 .17q1.1-.4 1 .15c-.04.33-1.03-.17-1-.15m82-.07c.36-.22 1.56-.06.7.26-.1.03-.7-.05-.7-.25m-59 .17c0-.1.83-.37.93-.25.37.43-.92.26-.93.25m-24-.18q.5-.2 1 0-.5.18-1 0m54 0q.5-.2 1 0-.5.18-1 0m-46-.02q.15-.15.3 0-.15.15-.3 0M82.77 109q.5.58-.09.93c-1.48.38-.1-.85.1-.93m-23.78.62c.2-.41.3-.98.33-.32 0 .46-.33 1.14-.33.31m-35.96-1.33c-.2-.44.36-.26.9-.1q.3.42-.9.1m61.03-.28q.12.12 0 .24-.15-.12 0-.24m12.93.08c.35-.1.65-.1 1 0-.35.1-.65.1-1 0M81.38 107c1.9 0-1.25.19-.13.1zm38.62-.08c.22-.2.47-1.19 1-.85-.01.23-.81 1.21-1 .85m-96-.85q.12-.15.24 0-.12.12-.24 0m58-.09c-.03.02 1-1.3 1-.9 0 .17-.65 1.05-1 .9m37.04-2.98q.47-.06.25.78c-.4.62-.3-.23-.25-.77m-17.97-.01q.12.12 0 .24-.15-.12 0-.24m-30.45-2q.75.66 1.3 1.64c.6.84-2.63-.03-2.92-.2.46-.4 2.26.14 2.28.21-.05-.2-.74-1.44-.66-1.65m-4.55 1q.12.12 0 .24-.15-.12 0-.24m20.88.02c-.17.1-.82.22-.95.22-.04-.2.75-.2.95-.22m-1.95.08q.5-.2 1 0-.5.18-1 0m2-.1q.02.02-.05.02zm-.96 0H86zm-52.9 0c-.22.02-.32-1.54.86-.8 0 .1-.7.79-.86.8m53.88-.14c-.15-.8.42-1.33.87-.25q.44.63-.87.25M115 102c.8-1.13.97-1.02 1-.97 0 1.42-.6.41-1 .97m6.12-.07c-.44-.28.42-1.21.88-.85-.23.08-.34 1.2-.88.85",
3615
+ "fill": "black",
3616
+ "fill-opacity": "0.4"
3617
+ }
3618
+ },
3619
+ {
3620
+ "name": "path",
3621
+ "type": "element",
3622
+ "attributes": {
3623
+ "d": "M84.9 100.17c.27.26 1.16.7 1.1.67q-.65.1-.54.58c.83.87-.73.5-1.3.51.3-.25.68-1.33.74-1.76M23 101.93c.3-.3 2.63-1.12 3-.9l-.87.32c-.52 0-1.6.9-2.13.58",
3624
+ "fill": "black",
3625
+ "fill-opacity": "0.4"
3626
+ }
3627
+ },
3628
+ {
3629
+ "name": "path",
3630
+ "type": "element",
3631
+ "attributes": {
3632
+ "d": "M84.17 101.93q-.1.08-.17.03.06-.03.17-.03m32.43-.93c.9.07 0 .03-.07.29-1.27.11.16-.28.08-.3m-85.33 0a.3.3 0 0 1-.24.2c-.07-.26-.07-.26.24-.28m72.7 0c.2.24-1.02.22-.98.22.15-.3.7.03.98-.22",
3633
+ "fill": "black",
3634
+ "fill-opacity": "0.4"
3635
+ }
3636
+ },
3637
+ {
3638
+ "name": "path",
3639
+ "type": "element",
3640
+ "attributes": {
3641
+ "d": "M116.15 101q0 .15-.15.15 0-.15.15-.15m-8.15.07q.12-.15.24 0-.12.12-.24 0m-2.92-1.07c.1.3.36.47.15 1-.1-.3-.36-.47-.15-1m10.92.14q.5-.27 1-.02c-.57 1.74-.42.43-1 .02M29 100c-.13.12-3.05 1.2-3 .97q1.05-.32 2.1-.67zm72.22 0c.64.36 1.3 1.44.17.8-.42-.25-.53-.56-.17-.8m7.83 0c.08.12.27.16.13.38-.08-.11-.27-.15-.13-.38m-24.18 0q.06 0 .03.17-.13-.12-.03-.17m-46.47 0c-1.05.1.27-1.8.6-.6.01.04-.46.58-.6.6m85.84-1c.28-.02.77.76.76.9-.02.45-1.58-.83-.76-.9m-6.24.04c.26-.07.26-.07.28.24q-.2-.05-.28-.24m-76-.54q.28-.93 1-.13c-.92 1.05-.2.57-1 .13m87.07-.5q.12.12 0 .24-.15-.12 0-.24M98 98.07q.12-.15.24 0-.12.12-.24 0m-69.88-2q.9.68.88 1.93a1.6 1.6 0 0 1-1.02-.66 4 4 0 0 0-1.12-.38c.35-.29.5-.52 1.12-.89-.04 1.01-.47.61-.18.78q.85.24.32-.78m68.89.93q1.5.3.73.87c.44.37-.33-.14-.14-.3.01.03-.7-.6-.59-.57m-24.92.6q1.14-1.2.98 0c-1.55.7-.7.34-.99 0m-48.97-.69c-.39-2.25 3.01-2.4 3.7-1.02q.5-.52 1.2-.48c-.16.97-1.04.57-1.1 1.54l-1.35-.3q.1.25.25.4c.43-.09.38.32-.75.24 0-.73.15.21.73-.23q-.63-.18-1.26-.25c.51.65.42-.04-1.43.1m28.97.17q.15-.15.3 0-.14.15-.29 0m-28-.08H24z",
3642
+ "fill": "black",
3643
+ "fill-opacity": "0.4"
3644
+ }
3645
+ },
3646
+ {
3647
+ "name": "path",
3648
+ "type": "element",
3649
+ "attributes": {
3650
+ "d": "m26.86 96.96-.05.04v-.05zM34 96c0 .34-.81.66-.94.92-.2.42.1-.92.94-.92m66.04.13c.28-.5.75.6.77.63.78.6-1.1-.05-.77-.63M114.1 95q.18.5 0 1a1.4 1.4 0 0 1 0-1m-13.8 0c.3.04.87.47.57.9.7.5-1.66-1-.58-.9m5.9 0c.45 0 1.07.21.45.8-.63.62-.96-.36-.54-.8m-10.4 0c1.3.93-2.47.11-1.3.1-1.49.02 1.41-.02 1.3-.1m-89.59.4q-.5-.61.8-.3c.3.01-.7.3-.8.3M27 95v.04zm65-.77c.1-.59.44.07.42.56 0 .49-.5.04-.4-.56m8.17-.23c.3-.05 1.1.68.7 1-.08-.08-1.33-.88-.7-1M43 94.08q.15-.15.3 0-.15.15-.3 0M25 94q.15 0 .15.15-.15 0-.15-.15m41-.65q.6-.77 1 .16l-.9.5q-.1-.3-.1-.6m-51 .28c.3-1.23.58-.26.96.16.29.3-1.08.38-.95-.16m101.07-.6q.15.15 0 .3-.15-.15 0-.3m-12.01 0q.12.12 0 .24-.15-.1 0-.23m-35.85-.88q.47-.46.78.88c-.04.04-1.55-.5-.78-.87M10 92.3c.3-.1.47-.35 1-.14-.3.1-.47.36-1 .15m5-.23c.09.02.1.03.1.12q-.1 0-.1-.1",
3651
+ "fill": "black",
3652
+ "fill-opacity": "0.4"
3653
+ }
3654
+ },
3655
+ {
3656
+ "name": "path",
3657
+ "type": "element",
3658
+ "attributes": {
3659
+ "d": "M68.2 91.04c1.45-.25.5.82.46.96-.61 0-.87-.9-.47-.96m24.81.2c-.25 1.8-.85-.13-1-.24zm16-.16q.15-.15.3 0-.15.15-.3 0M24 91q.15 0 .15.15-.15 0-.15-.15m40.1-.04c-.07-.07-.2-1.25.03-.9.09.15.3 1.16-.03.9M35 89.98c-.06-.32.8-1.39 1-.81.1.35-.97.95-1 .81m5.94-.98q.3 1.17-.8.97c-.56-.32.75-.92.8-.97m46.06.1q.5-.2 1 0-.5.18-1 0m30-.02q.15-.15.3 0-.15.15-.3 0M84 88q-.25.4-.74.48-.57.4-1.26.52a5 5 0 0 1 2-1m-10.8.4c-.74-.75.79-.21.8-.2zM27.06 88q1.02-.06.93.37c-.03.1-1.28-.28-.93-.36M84 88c0-.17.74-1.32.98-.91.18.31-.84.91-.98.9m31-.6c0-.8 1.02-.5 1 .52-.2 0-.85-.47-1-.57",
3660
+ "fill": "black",
3661
+ "fill-opacity": "0.4"
3662
+ }
3663
+ },
3664
+ {
3665
+ "name": "path",
3666
+ "type": "element",
3667
+ "attributes": {
3668
+ "d": "M116.01 87.3c1.9-.88.44.47.63.5-.25-.04-.71.73-.63-.5m3.22-.3c.2.53-.06.7-.15 1-.2-.53.06-.7.15-1M70 86.37c.1-.6 1-.39 1 .09-1.83 1.26.12-.08-1-.09m15.18.63c-.78.01 1.15-1.49 1.82-.84-.33-.32-1.63.84-1.82.84M69 86.1q.57-.37 1 .7c-.41.61-.8-.35-1-.71m11.02.69c.38-1.5 1.17-.36.94-.44.1.04-1.11 1.1-.94.44M3.13 86c.6.05 1 .7.83.98-1.3.14-.94-.56-.83-.98m5.87.1q.5-.2 1 0-.5.18-1 0m62.15-.1q0 .15-.15.15 0-.15.15-.15m1.83-1c.16.58-.65 1.14-.98.97.2-.34.72-.71.98-.97m8.32.02q.63-.15.7.91c-.25.18-.5-.03-.67-.27v.13c.02.48-.33.04-.33-.45l.06-.1-.06-.1.2-.1q.06-.07.1-.02m4.85-.02c.18.25-.04 1-.04 1q-.24-.64.04-1m11.92.93c-.35.54.79-2.14.93-.24q-.51-.3-.93.2",
3669
+ "fill": "black",
3670
+ "fill-opacity": "0.4"
3671
+ }
3672
+ },
3673
+ {
3674
+ "name": "path",
3675
+ "type": "element",
3676
+ "attributes": {
3677
+ "d": "M3.27 85.71c-.05.48-.04.29-.03-.01z",
3678
+ "fill": "black",
3679
+ "fill-opacity": "0.4"
3680
+ }
3681
+ },
3682
+ {
3683
+ "name": "path",
3684
+ "type": "element",
3685
+ "attributes": {
3686
+ "d": "M3.24 85.7c-.52-.28-.05-.86.02-.66.02-.05 0 .36-.02.66M86.1 85c0 .09-.01.1-.1.11q0-.12.1-.1m31.82-.01c-.3-.09-1.31-1.2-.76-.97q1.1.18.76.97m-95.85-.85c-.35-.45.77.25.93.44 0 1.02-.7-.16-.93-.44M45 84.03c.28-.19.37.56.43.76-.53.67-.19-.43-.43-.76m49 .05q.15-.15.3 0-.15.15-.3 0m-19.89-.04c.7-.13 1.1.09.76.1 0 0-1.24 0-.76-.1M86.37 82q.16.55.63.65c-.7-.06-.2 1.03-.24 1.35-.03 0-1.4-.75-.39-2",
3687
+ "fill": "black",
3688
+ "fill-opacity": "0.4"
3689
+ }
3690
+ },
3691
+ {
3692
+ "name": "path",
3693
+ "type": "element",
3694
+ "attributes": {
3695
+ "d": "M94.77 83q-.23.62.23.87c-.28 0-1.15.5-.98-.45q.42-.1.75-.42m34.23.08q.15-.15.3 0-.15.15-.3 0m1-.08q.15 0 .15.15-.15 0-.15-.15m-45.67-.92q.5-.3.67.57-.48.33-1 .35zm22.73.12c-.33-.28.78-.2.94-.14-.45.13-.31.68-.94.14M81.9 82c-.3.05.43.42-.64.33-.71-.06.22-.3.63-.33m-8.89.08q.15-.15.3 0-.15.15-.3 0M.72 79c.57.53.2 1.4-.56.79q-.5-.77.56-.8M48 78c-.06.37-.9.59-.94 1-.32-.75.71-1 .94-1m55.03.04c.04-.2.97.32.97.75-.92.58-1.08-.17-.97-.75M67 78.92c0-.45.69-1.2 1-.8-.02.02-1 1.19-1 .8M22.52 77q.82.38 1.48.92-1.05.22-2-.17.34-.33.52-.75m46.5.84c.03-.13.9-1.1.97-.77.1.41-1.13 1.28-.99.77m-23.8-.83c.45-.08.98.28.74.29a2 2 0 0 1-.77-.14q-.07.01-.14-.05L45 77.1l-.01-.02q.1-.1.2-.07m-15.2.03c.2-.07.2-.07.2.24q-.2-.05-.28-.24m-20 .04q.15-.15.3 0-.16.15-.3 0m59.1-.08c0 .1 0 .1-.1.11q0-.12.1-.1M43 75.08c.22-.1.72-.13.9.06.43.47-.59.3-.9-.06M53 75c-.45.53-1.53-.08-2 .42.41-.44.06-.33 2-.42m-43 .07c.53-.2.7.06 1 .16-.53.2-.7-.05-1-.16m68-.05c.2-.04.2-.04.39.2-.2.05-.2.05-.4-.2M11 75.08q.15-.15.3 0-.15.15-.3 0m65 0q.15-.15.3 0-.15.15-.3 0m18-1q.15-.15.3 0-.15.15-.3 0m28 0q.15-.15.3 0-.15.15-.3 0M90.07 73q.12.12 0 .24-.15-.12 0-.24m37.13-.52c1.53.4.52.18.08.52-.06-.1-.08-.3-.07-.52m.41-1.48c.57.04 1.23 1.29 1.38 1.68q-.74-1.2-1.78-.44c.06-.58.25-1.25.4-1.24m-.4 1.24-.01.24-.2-.06zM19.04 72l.14.02c.27-.06.68.04.8.17H20l-.01.03v.04l-.03.02q-.2.3-.82.07-.1-.14-.12-.23L19 72.1V72zm108.1 0q0 .15-.14.15 0-.15.15-.15M20 72.1c.4-.13.4-.13 1-.03-.36.14-.7.03-1 .04m-3.44-1.01c.93-.13 2.44-.35 2.44.9-.75 0-1.6-.66-2.33-.66q-.05-.19-.11-.23m88.73-.1a12 12 0 0 0 1.7.44c0 .08-3 .61-3 .54q.4-.5.9-.8zm24.74-.01c.21.14.98-.1.97.27 0 .35-1.2.03-.97-.27m-113.59.13c-.15.12-.3.5-.44.04q.16 0 .44-.05M92.67 67q.09.55-.23 1c.73.44.78.03 1.22.8a4 4 0 0 1-.2-1.64c.58.67.2 1.29.75 1.66 0-.04 1.82-1.99 1.79-.6-.02.8-1.5-.57-.93.77-1.5 0-2.5 3.07-3.56 1.62.6-.38.1.15.4-.47q-.6.24-.8-.54c-.34-.35.86-1.93.9-2.12q.4-.16.76-.48M24 70c-.03-.04 1.34-.02.92.97-.07.17-.82-.84-.92-.97m97-.01c-.14.14-.66.54-1 .4.33-.38.86-.25 1-.4m-14 .2c-.03-.44.34 0 .87-.03.56-.02-.84.52-.87.03m-2.78-.2c.13-.05 1.04.2.7.4-.1.05-1.44-.08-.7-.4m5.78.07q.12-.15.24 0-.12.12-.24 0M73.19 69c1.92 0-.17 1.25-.2.96 0-.05.34-.96.2-.96",
3696
+ "fill": "black",
3697
+ "fill-opacity": "0.4"
3698
+ }
3699
+ },
3700
+ {
3701
+ "name": "path",
3702
+ "type": "element",
3703
+ "attributes": {
3704
+ "d": "M95.1 69.88c-.35-.3.36-1.17.63-.78.45.66.4 1.14-.64.78M65.76 69q.72.2-.72.43-.07-.14-.02-.23c-.05-.19-.02-.19.26-.2v.05q.17-.05.5-.05m21.32 0c.25 0 1.21.33.8.33-.26 0-1.2-.33-.8-.33m23.9.16c.13-.34 1.15-.05.98.1-.07.06-1.06.1-.98-.1M96.24 69c.07.27.07.27-.24.28.02-.14.13-.22.24-.28M7.12 69q0 .13-.12.12 0-.12.12-.12M24 68.07c.2-.3 1.13.48.98.87-.11.32-.9-.75-.98-.87m106 .75c-.03-.17.8-1.16 1-.7-.01.07-.88 1.34-1 .7m.22-.82c.04.2.04.2-.2.4-.04-.2-.04-.2.2-.4m-34.15 0q.12.12 0 .24-.15-.12 0-.24M93 68q.15 0 .15.15-.15 0-.15-.15",
3705
+ "fill": "black",
3706
+ "fill-opacity": "0.4"
3707
+ }
3708
+ },
3709
+ {
3710
+ "name": "path",
3711
+ "type": "element",
3712
+ "attributes": {
3713
+ "d": "M130.91 67.77c.67-.77.13-.95 1.1-.6q-1.48.42-.23.55-.97.62-1.78-.14.6-.3.91.19M72.43 65c.15 0 1.21-1.53 1.52-.8.5 1.11-3.17.71-1.52.8m55.68 0c-.78-1.4 2.83-.94 1.65-.88-.6.02-1.1.7-1.65.88m-80.89-1c.16-.1.9 1 .9 1-.04.06-1.4-.64-.89-1m8.88.84q.3-.98 1-.82c0 .9-.52 1.2-1 .82m-36.86-1.7c.46-.08 1.94-.5 2.86.59-.67.74-2.16-.23-2.85-.58m91.41-.37q-.74-.95.46-.75-.09.17-.2.05c.3.5-.1 1.3-.15 1.92a8 8 0 0 1-.64-1.46q.26.13.53.24m-9.4.22c.64 0 1.2-.07.65.44-.24 0-1.1-.43-.65-.43m-82 .14q-.2.04-.1-.06zm12.04-1.9c1.28-.7.8.28.3.29-1.08 1.17.04-.25-.32-.3M61.1 61q.16.15 0 .3-.14-.15 0-.3m-2.79 0c-.02.14-.13.22-.24.28-.07-.26-.07-.26.24-.28m-36.2 0q.11.12 0 .24-.16-.12 0-.24m8.04 0q0 .13-.12.12 0-.12.13-.12m71.88-.93q.13-.15.25 0-.12.12-.24 0m1-1q.15-.14.3 0-.15.16-.3 0M78.61 58c.37.1.41.86.4 1-.59-.19-1.7-.96-.4-1m25.01.02c1.1-.2-.57.94-.56.98-.29-.68.52-.22.56-.98M41 58.8c1.55-1.9.38.2 1 .2-.26 0-.77.02-1-.2m74.93-.8c-.05.19.37 1.03-.4 1-1.39-.05.39-.96.4-1M63 58.1c-.14-.04 2.19-.34 1.99.34-.59 0-1.38-.27-1.98-.35",
3714
+ "fill": "black",
3715
+ "fill-opacity": "0.4"
3716
+ }
3717
+ },
3718
+ {
3719
+ "name": "path",
3720
+ "type": "element",
3721
+ "attributes": {
3722
+ "d": "M104 58c.1 0 1.55-.06.77.3q-.42.38-.77-.3m-68.96 0c.1.06.22.14.24.28-.3-.01-.3-.01-.24-.28m50.21-1q.3 1.35-.25.87c-.04-.3.24-.98.25-.86m15.75.1c.26-.2.85-.1.95.35.3 1.43-.76-.45-.95-.36",
3723
+ "fill": "black",
3724
+ "fill-opacity": "0.4"
3725
+ }
3726
+ },
3727
+ {
3728
+ "name": "path",
3729
+ "type": "element",
3730
+ "attributes": {
3731
+ "d": "M101 55c.6 0 1.56.56 2.14.3-.95 1.28 1.2.52 1.16.77q.09.75-.43 1.1l-.03-.04q.07-.26-.14-.23l.14.23-.01.06.04-.1q.24.3.58.4a1 1 0 0 0-.18-.77c2.34.38-1.73 1.66-1.44 1.01-.1.25.9-.5.85-.48-2.17 1.6-1.26-.54-2.68-2.3m-37 .37c-.02-.93.9.13 1 .27-.45.5-.98.5-1-.27M45.19 55c.17.2-.05.27-.13.38-.17-.2.05-.26.13-.37m2.86.16c-.6-.3.86-.1.86-.02 0 .17-1.21.04-.85.02m60.9-2.16c-.13.41 2.29 1.18 1.94 2 .04-.08-2.16-1.26-1.94-2m-24.01 0c.27.33 1.57.27 2 .72-.45.72-1.55-.17-2-.73m-32 .1q.5-.2 1 0-.5.18-1 0m27-.92c.24-.15.8-.33.98.02.14.31-.98-.02-1-.02M96 52q.25.06.3.3c-.26.04-.33-.03-.3-.3m32 .1q.5-.2 1 0-.5.18-1 0M97 52q.15 0 .15.15-.15 0-.15-.15m1.28-1v.02c-.06-.14 1.46 1.22.26.94-.57-.13-.6-.47-.5-.7l-.04-.02q.08-.17.23-.23z",
3732
+ "fill": "black",
3733
+ "fill-opacity": "0.4"
3734
+ }
3735
+ },
3736
+ {
3737
+ "name": "path",
3738
+ "type": "element",
3739
+ "attributes": {
3740
+ "d": "M82 51c.01.75-1.45 1.06-1.91 1-.53-.71 1.46-1 1.9-1m-38.9-1q.94.22 1.51.77c1.4.61-2.5-.12-1.54-.77m-21.1.08q.14-.15.3 0-.16.15-.3 0M95.22 50l.01-.03zm.7-2q.6.3 1.07.75c.02-.02-1.56 1.04-1.76 1.22q.33-.6-.24-1.03c.3-.2 1.7-.22.9-.94m-19.86.34c-.4-1.04 1.57.63.73.66-.21 0-.65-.44-.73-.66M83.98 47c.1 0-.24 2.15-.98 2q0-.6.08-1.18.34-.6.9-.82m4.7 0c.73.25-.18.33.2.76 1.6-.9.61 1.26 1.12 1.24-.8.04-2.27-1.05-3-1.32a4 4 0 0 1 1.48-.53q-.45.21-.75.6.68-.15.95-.75m8.4 0q.15.15 0 .3-.15-.15 0-.3M16 47.22q.47-.41 1-.05-.48.17-1 .05m1-1.13c.36-.35.6.44 1 .58-.68.7-1 .17-1-.58m84.02.12c-.2-.38 1.58-.18 1.98.08-.34.27-1.49.05-1.98-.08M113.8 45c.6.96-.3 1.32-.7.68-.48-.76 1.03-.68.7-.68m-61.72 0q.15.15 0 .3-.15-.15 0-.3m70 0q.15.15 0 .3-.15-.15 0-.3m-26.93 0c-.3-.23-.06-1.47.05-.81zm-21.08-2.9c.3-.2.75-.07.93.15-.3.2-1.27.1-.93-.15m-7.99-.1q.15.15 0 .3-.15-.15 0-.3m59 0q.11.12 0 .24-.16-.12 0-.24M66 40.1c.49-.46 1.44.76.77 1.9a2.3 2.3 0 0 1-.77-1.9m47.23 1.24c-.64-.33.2-.49.7-.16.3.2-.5.28-.7.16M79 41q.15 0 .15.15-.15 0-.15-.15m1.47-1c1.02.19.35.27-.24.85-.56.57.06-.65.24-.85m-27.29.1c1.08-.6.82 1.57.73.68-.76-.57-.14.18-.14-.44-.03 0-1.2.1-.6-.23M49 40.07c.53-.2.7.06 1 .16-.53.2-.7-.05-1-.16M74.08 40q.15.15 0 .3-.15-.15 0-.3m-43-1q.11.1.07.2c.1.16.18.36.11.8-.17-.19-.26-.42-.26-.82V39l.04.04zm18.92.32q.7-.89 1 .68c-.3 0-.84-.37-1-.68M33.08 38.2c.35-.62.33.34.34.67.02.38-.64-.13-.34-.66m13.18-1.1c.22-.16.54-.19.67.3l.5.3q.15-.2-.09-.4c.86-.66.4.32.53.67.18-.35 1.11.3 1.13.55.03.5-1.35-.6-1.5-.44-.05.07.66 1.02.3 1-.04-.26-.45-.65-.87-1-.24-.09-.66-.49-.73-.48-.26.03-.23-.15-.09-.3q-.12-.17-.1-.24zm13.77.91c.44-.14.76.6.97.77-1.1.7-1.03-.8-.97-.8",
3741
+ "fill": "black",
3742
+ "fill-opacity": "0.4"
3743
+ }
3744
+ },
3745
+ {
3746
+ "name": "path",
3747
+ "type": "element",
3748
+ "attributes": {
3749
+ "d": "M59.37 38.3c1.37-.87.11.42-.17.7-.54.05.18-.68.17-.7M31 38.08q.15-.15.3 0-.15.15-.3 0M91 37c.08.54-.83 1.14-1 .97.14-.58.67-.97 1-.97m-43 0q.15 0 .15.15-.15 0-.15-.15m56 .07q.12-.15.24 0-.12.12-.24 0M19 36c.21.4.22.4.14 1-.15-.33-.04-.57-.14-1m16.66-1c.46-.16.32 1.52.33 1.6.1.84-1.84.12-2-.03q.63-.1 1.16.24c.14-.32-.06-1.58.5-1.8",
3750
+ "fill": "black",
3751
+ "fill-opacity": "0.4"
3752
+ }
3753
+ },
3754
+ {
3755
+ "name": "path",
3756
+ "type": "element",
3757
+ "attributes": {
3758
+ "d": "M34 36.1q.5-.2 1 0-.5.18-1 0m89-.02q.15-.15.3 0-.15.15-.3 0m-43 0q.12-.16.24 0-.12.11-.24 0M13.28 35c-.02.14-.13.22-.24.28-.07-.26-.07-.26.24-.28m114.72.08q.15-.15.3 0-.15.15-.3 0M16.1 34q.18.5 0 1a1.4 1.4 0 0 1 0-1M122 34q.54.33.34 1-.33-.35-.34-1m-97.71.06q1.1-.21.4.3-1.2.21-.49-.3m52.71.21c.07.07.8-.43 1-.21-.17.15-.7.47-1 .21M24 34c.08 0-1.3.58-.94.04zm12 .1q.5-.2 1 0-.5.18-1 0m91-.02q.15-.15.3 0-.15.15-.3 0m-45.75-1.04c.08-.21.07.5-.16.87-.27.44.14-.84.16-.87m-5.88-.02c.08-.1-.06.25-.25.37-.41.25.38-.52.25-.37M66.22 32c1.03 0 .94.38.3.91-.47.38-.73-.55-.3-.9m-31.14 0q.15.14 0 .3-.15-.1 0-.3m88 0q.15.2 0 .3-.15-.1 0-.3m-23.08.1q.15-.1.3 0-.15.2-.3 0m-66-.9c.06.01 1.06-.32 1 .04-.05.26-1 .32-1 .01m47.08-.2q.15.14 0 .3-.15-.16 0-.3M7.14 30.2c-.6-.4.85.03.86.73 0 .48-.88-.75-.86-.73m91.86.1c.02-.3.02-.3.28-.24q-.09.2-.28.24m-25.94-.06c-.3-.1.61-.3.93-.18.1.04-.8.23-1 .18M32 29q-.1 1.44-1 .81.33-.53 1-.8m48.98-1c-.03.1 1.08 1.5 1.02 1.7q-.6.59-1.28.2l-.72-.1.4-.8q-.14.07-.3.08c-.27-.03.06-.87.07-.9q.45-.23.67.13zm19.33 1.6c-1.57-1.23 3.32.08 2.62 0q-1.3.9-2.62 0m7.74-.23c-.2-.3.24-.68.3.6.02.44-.35-.68-.3-.6m-8.83-.3c.04.2.04.2-.2.4-.04-.2-.04-.2.2-.4m11.78.16q.33-.27.93-.05c.33.15-.63.5-.93.05M74.07 29q.12.12 0 .24-.15-.12 0-.24M29 29.07q.12-.15.24 0-.12.12-.24 0M73.58 29c-.77-.7-.61-1.16-.44-.95.75.88 1.26-.4.44.95m5.49-1c.1.3.35.47.16 1-.1-.3-.35-.47-.16-1m14.93.12c.84-.38.68.26.51.43l-.15-.16c0 .22.08.23.15.16L95 29q-.82 0-1-.88m1.2.78c-.13-.25-.43-1.1.1-.86.01 0-.1 1.34-.1.85M7.08 28q.15.15 0 .3-.15-.15 0-.3m8.92.07q.12-.15.24 0-.12.12-.24 0m.2-1.07c.16.2-.06.26-.14.37-.17-.2.05-.26.13-.37m103.88 0q.12.12 0 .24-.15-.12 0-.24m-43-.96c.1-.1.76 0 .9.04.31.56-1.3.41-.9-.04M83 26q.29.08.24.36-.28-.07-.24-.36m-62 .08q.15-.15.3 0-.15.15-.3 0M19.12 26q0 .13-.12.12 0-.12.12-.12m.08-1c.06.22.06.21-.2.23q.04-.17.2-.23m2.8.08c.35-.1.65-.1 1 0-.35.1-.65.1-1 0M82.11 24c0 .01.16.92.2.95-.42.3-.33-.75-.2-.95m43.89.3c.12 0-.1-.5.9-.2.48.14-.83.2-.9.2M35 23q-.8.78-2 1l.98-.66q.5-.2 1.02-.34m70-.37q.12-1.13 1-.24c0 .98-.84.56-1 .24m-69.55-.38c-.65-.22 1.4-.48.12.12-.92.16-.56-.27-.12-.12M17 22.1q.5-.2 1 0-.5.18-1 0",
3759
+ "fill": "black",
3760
+ "fill-opacity": "0.4"
3761
+ }
3762
+ },
3763
+ {
3764
+ "name": "path",
3765
+ "type": "element",
3766
+ "attributes": {
3767
+ "d": "M36.34 21c.06-.1-.23.78-.33 1-.05.1.2-.77.33-1m45.08 0c.04 0-.23.9-.32 1-.24-.14 0-1.02.32-1m-15.97 0c.15.1.53.25.54.2 0 .25-.9 1.33-1 .47zm23.55.07q.12-.15.24 0-.12.12-.24 0M37.17 20q.81.12.83.74c-1.17.85-1.11-.66-.83-.74m70.83.4c0-1.15 1.44.57.86.57-.67 0-.87.24-.86-.58m14.66-.35c.12-.25.98.82-.63.96q-.17-.6.63-.96M93 20.3q.45-.53 1-.13-.45.28-1 .14m-63 0c-.08-.4.58-.3.68-.28.85.15-.21.28-.67.28m4-.23q.2-.15.3 0-.1.15-.3 0m89 0q.2-.15.3 0-.1.15-.3 0M69.21 20q0 .15-.13.15 0-.15.16-.15m26.85.07q.13-.15.25 0-.12.12-.24 0m-82-.07c-1.54 0-.91-1.32-.95-.93.92.63 1.8-.18 2.6.1-.12-.06.2.32.3.28-1 .41-2.1.01-1.94.55m17.6-2q.3 0 .33.02c.5.05.9.18 1 .4q-.37.1-.7.27.4.5.54 1.18-.45-.03-.92 0 .2-.14.4-.6-.36.17-.37.6c-.54.58-.7-1.11-.7-1.2-.46.86-1.26.92-.8-.1-.34.77-.86.93-1.4.4 0-.66 1.46-1 2.63-.97M44 19.53q.49-.84 1-.34c-1.22.62.1-.27-.31.8q-.27-.7-.68-.5m26.49 0c-.33.28-.56.53-.47.37q.2-.39.47-.37m0 .01c.53-.46 1.34-1.02 1.5-.03-.46.75-1.02.01-1.5.04M109 19c-.03.2-.87.51-1 .38a2 2 0 0 1 1-.38m1 .35c-.02-.06.9-.44 1-.33-.1.1-.92.54-1 .33",
3768
+ "fill": "black",
3769
+ "fill-opacity": "0.4"
3770
+ }
3771
+ },
3772
+ {
3773
+ "name": "path",
3774
+ "type": "element",
3775
+ "attributes": {
3776
+ "d": "M31.15 19q0 .15-.15.15 0-.15.15-.15m70.42-.35c-2.02 1.34 2.05-1.72 1.35-.23-.28.6-.98-.02-1.35.23m3.31-1.3q.23.79.02 1.65c-.26-.43-1.27-.41-.64-1.26.22.02.3-.42.62-.4",
3777
+ "fill": "black",
3778
+ "fill-opacity": "0.4"
3779
+ }
3780
+ },
3781
+ {
3782
+ "name": "path",
3783
+ "type": "element",
3784
+ "attributes": {
3785
+ "d": "M105 18.68q.15-.9 1-.6c-1.3 1.08-.01-.1 0 .71q-.54.46-1-.11m17.7-.5c-.06-.36 1.02-.2-.57.82-.46-.19.46-.76.56-.83M17.15 18q0 .15-.15.15 0-.15.15-.15m29.27-1q.78.03.5.71c.13.2.12.33-.18.28q-.05 0-.08-.1c-.15-.06-.37-.4-.66-.56 1.67.74.87.04.3-.3zm61.6 1q-.2-1.26.96-.93.16.9-.95.93m-6.01-1.99c-.14-.14.46-1.35.62-.92l.3 1.6c.76-.8 1.34.01.98.7q.22.25.34.25c-.8.86-1.75-1.27-2.24-1.73m2.24 1.74v-.01",
3786
+ "fill": "black",
3787
+ "fill-opacity": "0.4"
3788
+ }
3789
+ },
3790
+ {
3791
+ "name": "path",
3792
+ "type": "element",
3793
+ "attributes": {
3794
+ "d": "M46.61 17.36c0-.14 0-.22-.06-.14l-.06.04zm-17.47-.17c.26-.04.53-.37.84-.06.15.15-.54.1-.84.06m-.1-.01h.1zM106 17q.15 0 .15.15-.15 0-.15-.15m7 .07q.12-.15.24 0-.12.12-.24 0M35 15c.96.33.57 1.56 1 2-.46-.47-.73-1.9-1-2m72.82 1.01c.57.15-.4 1-.4.99-.95-.34-.04-1.1.4-.99M52 16c-.18-.03 3.07.08 3 .27-.15.4-2.5-.15-3-.26m-8.28 0q.73.5-.45.3c-.75.1.26-.3.45-.3M4 16.11a6 6 0 0 1 2 0c-.17.2-1.84.4-2 0m105.01.1c-.12-.05.96-.34.99.14-.69 0-.54.06-.99-.14M3 16.06c.21-.09.21-.09.23.18q-.17-.05-.23-.2",
3795
+ "fill": "black",
3796
+ "fill-opacity": "0.4"
3797
+ }
3798
+ },
3799
+ {
3800
+ "name": "path",
3801
+ "type": "element",
3802
+ "attributes": {
3803
+ "d": "M108 16.1q.5-.2 1 0-.5.18-1 0m-.92-1.1q.15.15 0 .3-.15-.15 0-.3m-2.08.08q.15-.15.3 0-.15.15-.3 0m-90 0q.12-.16.24 0-.12.11-.24 0M87 14c.27-.08 1.47.5 1.61.6 1.45 1.15-1.6-.56-1.61-.6m7.93 0c.37.2-.8 1.2-.92.96-.09-.16.8-1.02.92-.96m-37.87.1c-.3-.08.56-.15.92-.05.2.37-1.3.14-.92.05m38.3-.65c-.08-.17-.3-2.17.13-1.17.24 0 1.9 1.5 1.43 1.66-.75.26-2.92-.33-2.92-1.41q.73.36 1.35.92M103 13q.15 0 .15.15-.15 0-.15-.15m-10 .07q.12-.15.24 0-.12.12-.24 0M73.7 12c1.03.12-.95 1.37-.67.9.03-.08-.13-.98.67-.9m2.4.98c-.48-.18.9-1.81.9-.43-.17.28-.67.52-.9.43M123 11c-.4-.04-.56 2.24-.87 1.98-.4-.34.19-2.05.87-1.98m-6.9 1.78q.23-.9.78-.76c.6.05-1.3 1.52-.8.76",
3804
+ "fill": "black",
3805
+ "fill-opacity": "0.4"
3806
+ }
3807
+ },
3808
+ {
3809
+ "name": "path",
3810
+ "type": "element",
3811
+ "attributes": {
3812
+ "d": "M117.7 12c.55.46.23.27-.1.3l-.44-.14q0 .08-.08.14-.12-.1-.06-.22-.05-.03.04-.06l.02-.02.02.02q.15-.03.6-.01m-21.7.07q.15-.15.3 0-.15.15-.3 0m19.37-2.04c.76-.15 1.05.16 1.53.75q-.52.05-.64.38l.14.1q.68-.07.58.45.04.04 0 .05l-.32.12q0 .04.04.1l-.18-.06c-.86.26-.4-.23-1.52-1 .4-.12 1.56-.12.37-.9m-38.22 1.92c-.8-1.6 1.9-.9 1.85-.04-.02.4-2.22-.7-1.85.04M71.08 11q.15.15 0 .3-.15-.15 0-.3M115 11v.04zm-2.78-.5c.14-1.48.2.79 0 .46-.22.18-.36-.36 0-.45m1.1-.25c1.5-1 .12 1.22-.32.64q.38-.28.32-.64m-26.27.71c.44.04-.53-1.85.95-.46q-.32.55-.84.48zm35.1-.97q0 .15-.15.15 0-.15.15-.15M90.18 9c.12 0 1.82.4 1.82.41.04.3-.57-.14-.54.59-.01-.38-1.35-.14-1.46-.7q.94 0 .18-.3m24.57.65q-.03.32-.01.35-.23-.09.01-.35M114.28 6c-.47.22 2.25 2 2.67 2.25-.3.03-1.75.9-2.2 1.4.03-.25.1-.6.14-.94-.2.28-.7.44-.88.08-.1-.2.78-1.2.96-.7q.05-.4 0-.5c-.7-.2-.65.3-.65-1.2q-.62-.1-.04-.48m-28.22 3.1c.2.04.83.13.94.21-.17.12-.92.25-.94-.2m9 .2c-.34-.38.85-.2.94 0zm-9-.21q-.12-.02 0-.02z",
3813
+ "fill": "black",
3814
+ "fill-opacity": "0.4"
3815
+ }
3816
+ },
3817
+ {
3818
+ "name": "path",
3819
+ "type": "element",
3820
+ "attributes": {
3821
+ "d": "M90 8c.31.02.31.02.24.28.07.13.05.23 0 .42-.15.85-.26-.32-.24-.68z",
3822
+ "fill": "black",
3823
+ "fill-opacity": "0.4"
3824
+ }
3825
+ },
3826
+ {
3827
+ "name": "path",
3828
+ "type": "element",
3829
+ "attributes": {
3830
+ "d": "M89 8.05c.28-.35 1.65 1.18.62.92q-.53-.08-.62-.92m3.35-.11c-.7.4-.28-1.41.65-.82-.24.33-.43.69-.65.82M111.13 6q.66.55.1 1.17c.03.01 1.65.41.48-.17q.75-.03 1.3.42c-.5 1.39-2.1-.13-2.3-.36q-.2.39-.6.58c-.19-.2.98-1.5 1.11-1.64M94 7.04c.2-.07.2-.07.41.18-.22.06-.22.06-.41-.18m-1 .09c.14-.13.87-.2 1-.04q-.48.24-1 .04m2-.05q.15-.15.3 0-.15.15-.3 0m19 0q.15-.15.3 0-.15.15-.3 0m-1.87-2.01-.07.06Q112 5.1 112 5q.1 0 .13.07m-68.68.33c-1.7-.2 2-.48 1.5-.38q-.7.3-1.5.38M59 5.1q.6-.3 1 .29-.63.02-1-.3m-55.96-1c.05-.12.15-.14.3.07.04.05.03.2 0 .36q.27.25.66.42L3.18 5H3v-.99zM44.32 5c-.87 0 .26-1.46.68-.85q-.47.03-.68.85M103 4.04c.1.06.16-.36 1 .65-.01.99-1.08-.72-1-.65M129.02 4c.24.2.24.2.2.4-.24-.2-.24-.2-.2-.4M28.07 4q.12.12 0 .24-.15-.12 0-.24m99.93.08q.15-.15.3 0-.15.15-.3 0",
3831
+ "fill": "black",
3832
+ "fill-opacity": "0.4"
3833
+ }
3834
+ },
3835
+ {
3836
+ "name": "path",
3837
+ "type": "element",
3838
+ "attributes": {
3839
+ "d": "M27.05 4c-.34 0 1.18.01.92.02zM13.62 2c-.09.13.41 1.64.38 1.99-.12.13-.94-.93-1-1.12q.17-.72.62-.86m.38 0q.15 0 .15.14Q14 2.15 14 2m-4-.92q.15-.15.3 0-.15.15-.3 0m95.08-.06q.1-.06.22.06-.13.14-.26.04l-.04-.04V1q.05 0 .08.02M9.07.66Q8.75-.5 10 .39q-.16 1.07-.93.27M16.94 0q.27.88-.65 1c-.8-.8.1-1 .6-1M10 .08q.15-.15.3 0-.15.15-.3 0",
3840
+ "fill": "black",
3841
+ "fill-opacity": "0.4"
3842
+ }
3843
+ }
3844
+ ]
3845
+ },
3846
+ "grunge02": {
3847
+ "elements": [
3848
+ {
3849
+ "name": "path",
3850
+ "type": "element",
3851
+ "attributes": {
3852
+ "d": "M29.47 34.03q-.15-.02-.26-.12c-.06-.07-.12-.12-.11.14 0 .5.67-.05.4-.02M9.33 48.92s.2-.56.03-.74q-.25.26-.03.74M7.5 52c.06 0 .57-.28.48-.43-.12-.18-.49.34-.49.42m15.4 7.15c-.12-.11-.52-.45-.27-.5.14-.03.5.36.32.54v-.01h-.01zm3.44 49.32c.13-.02.66-.36.34-.45-.21-.02-.6.51-.34.48m26.3-12.13c-.05.05-.2.1-.34.12-.15.04-.26.07-.16.1.19.06.84.16.5-.22M5.1 71.63l.06-.1c1.02 0-.68.19-.07.1m75.44 38.3c.09-.03.1-.03.1-.12q-.09 0-.1.1m-51.36 7.87q.1 0 .1-.11-.1 0-.1.1M9.01 49.75c.08-.02.09-.03.1-.12-.08.02-.1.03-.1.12m56.83-1q.01.11.1.1.02-.1-.1-.1m41.44 28.16c-.08.02-.09.03-.1.12.08-.02.09-.03.1-.12",
3853
+ "fill": "black",
3854
+ "fill-opacity": "0.2"
3855
+ }
3856
+ }
3857
+ ]
343
3858
  }
344
- ]
3859
+ }
345
3860
  }
346
- ],
347
- "colors": [
348
- {
349
- "name": "base",
3861
+ },
3862
+ "colors": {
3863
+ "base": {
3864
+ "notEqualTo": [],
350
3865
  "values": [
351
- "00897b",
352
- "00acc1",
353
- "039be5",
354
- "1e88e5",
355
- "3949ab",
356
- "43a047",
357
- "546e7a",
358
- "5e35b1",
359
- "6d4c41",
360
- "757575",
361
- "7cb342",
362
- "8e24aa",
363
- "c0ca33",
364
- "d81b60",
365
- "e53935",
366
- "f4511e",
367
- "fb8c00",
368
- "fdd835",
369
- "ffb300"
3866
+ "#ffb300",
3867
+ "#1e88e5",
3868
+ "#546e7a",
3869
+ "#6d4c41",
3870
+ "#00acc1",
3871
+ "#f4511e",
3872
+ "#5e35b1",
3873
+ "#43a047",
3874
+ "#757575",
3875
+ "#3949ab",
3876
+ "#039be5",
3877
+ "#7cb342",
3878
+ "#c0ca33",
3879
+ "#fb8c00",
3880
+ "#d81b60",
3881
+ "#8e24aa",
3882
+ "#e53935",
3883
+ "#00897b",
3884
+ "#fdd835"
370
3885
  ]
371
3886
  }
372
- ]
3887
+ }
373
3888
  }