@dicebear/definitions 9.0.0-alpha.0 → 9.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -2
- package/src/adventurer-neutral.json +244 -159
- package/src/adventurer.json +446 -295
- package/src/avataaars-neutral.json +145 -98
- package/src/avataaars.json +511 -378
- package/src/big-ears-neutral.json +297 -200
- package/src/big-ears.json +727 -542
- package/src/big-smile.json +157 -103
- package/src/bottts-neutral.json +112 -82
- package/src/bottts.json +272 -203
- package/src/croodles-neutral.json +148 -91
- package/src/croodles.json +368 -259
- package/src/fun-emoji.json +122 -85
- package/src/icons.json +327 -175
- package/src/identicon.json +122 -72
- package/src/initials.json +9 -6
- package/src/lorelei-neutral.json +254 -163
- package/src/lorelei.json +777 -613
- package/src/micah.json +312 -242
- package/src/miniavs.json +154 -109
- package/src/notionists-neutral.json +289 -200
- package/src/notionists.json +620 -406
- package/src/open-peeps.json +449 -328
- package/src/personas.json +240 -176
- package/src/pixel-art-neutral.json +156 -98
- package/src/pixel-art.json +580 -416
- package/src/rings.json +124 -87
- package/src/shapes.json +85 -55
- package/src/thumbs.json +211 -154
package/src/pixel-art.json
CHANGED
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
"source": {
|
|
14
14
|
"name": "Pixel Art",
|
|
15
15
|
"url": "https://www.figma.com/community/file/1198754108850888330"
|
|
16
|
+
},
|
|
17
|
+
"size": {
|
|
18
|
+
"width": 16,
|
|
19
|
+
"height": 16
|
|
16
20
|
}
|
|
17
21
|
},
|
|
18
22
|
"body": {
|
|
@@ -33,16 +37,23 @@
|
|
|
33
37
|
]
|
|
34
38
|
}
|
|
35
39
|
},
|
|
36
|
-
"attributes":
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
"attributes": [
|
|
41
|
+
{
|
|
42
|
+
"name": "fill",
|
|
43
|
+
"value": "none"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "shape-rendering",
|
|
47
|
+
"value": "crispEdges"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"components": [
|
|
51
|
+
{
|
|
52
|
+
"name": "accessories",
|
|
43
53
|
"probability": 10,
|
|
44
|
-
"values":
|
|
45
|
-
|
|
54
|
+
"values": [
|
|
55
|
+
{
|
|
56
|
+
"name": "variant04",
|
|
46
57
|
"content": "<rect x=\"2\" y=\"7\" width=\"1\" height=\"1\" fill=\"url(#color-accessories)\"/><rect x=\"13\" y=\"7\" width=\"1\" height=\"1\" fill=\"url(#color-accessories)\"/>",
|
|
47
58
|
"dependencies": {
|
|
48
59
|
"colors": [
|
|
@@ -51,7 +62,8 @@
|
|
|
51
62
|
},
|
|
52
63
|
"default": true
|
|
53
64
|
},
|
|
54
|
-
|
|
65
|
+
{
|
|
66
|
+
"name": "variant03",
|
|
55
67
|
"content": "<rect x=\"13\" y=\"7\" width=\"1\" height=\"2\" fill=\"url(#color-accessories)\"/><rect x=\"2\" y=\"7\" width=\"1\" height=\"2\" fill=\"url(#color-accessories)\"/>",
|
|
56
68
|
"dependencies": {
|
|
57
69
|
"colors": [
|
|
@@ -60,7 +72,8 @@
|
|
|
60
72
|
},
|
|
61
73
|
"default": true
|
|
62
74
|
},
|
|
63
|
-
|
|
75
|
+
{
|
|
76
|
+
"name": "variant02",
|
|
64
77
|
"content": "<rect x=\"13\" y=\"7\" width=\"1\" height=\"2\" fill=\"url(#color-accessories)\"/><rect x=\"2\" y=\"7\" width=\"1\" height=\"2\" fill=\"url(#color-accessories)\"/><rect x=\"2\" y=\"7\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"13\" y=\"7\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/>",
|
|
65
78
|
"dependencies": {
|
|
66
79
|
"colors": [
|
|
@@ -69,7 +82,8 @@
|
|
|
69
82
|
},
|
|
70
83
|
"default": true
|
|
71
84
|
},
|
|
72
|
-
|
|
85
|
+
{
|
|
86
|
+
"name": "variant01",
|
|
73
87
|
"content": "<rect x=\"13\" y=\"7\" width=\"2\" height=\"2\" fill=\"url(#color-accessories)\"/><rect x=\"1\" y=\"7\" width=\"2\" height=\"2\" fill=\"url(#color-accessories)\"/>",
|
|
74
88
|
"dependencies": {
|
|
75
89
|
"colors": [
|
|
@@ -78,11 +92,99 @@
|
|
|
78
92
|
},
|
|
79
93
|
"default": true
|
|
80
94
|
}
|
|
81
|
-
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "beard",
|
|
99
|
+
"probability": 5,
|
|
100
|
+
"values": [
|
|
101
|
+
{
|
|
102
|
+
"name": "variant08",
|
|
103
|
+
"content": "<mask id=\"beardVariant08-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"3\" y=\"6\" width=\"10\" height=\"6\"><path opacity=\"0.9\" d=\"M3 6h1v3h8V6h1v5h-1v1H4v-1H3z\" fill=\"url(#color-hair)\"/></mask><g mask=\"url(#beardVariant08-a)\"><rect width=\"16\" height=\"16\" fill=\"url(#color-hair)\"/><rect width=\"16\" height=\"16\" fill=\"white\" fill-opacity=\"0.3\"/></g>",
|
|
104
|
+
"dependencies": {
|
|
105
|
+
"colors": [
|
|
106
|
+
"hair"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"default": true
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "variant07",
|
|
113
|
+
"content": "<mask id=\"beardVariant07-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"3\" y=\"9\" width=\"10\" height=\"3\"><path opacity=\"0.9\" d=\"M3 9v2h1v1h8v-1h1V9z\" fill=\"url(#color-hair)\"/></mask><g mask=\"url(#beardVariant07-a)\"><rect width=\"16\" height=\"16\" fill=\"url(#color-hair)\"/><rect width=\"16\" height=\"16\" fill=\"white\" fill-opacity=\"0.3\"/></g>",
|
|
114
|
+
"dependencies": {
|
|
115
|
+
"colors": [
|
|
116
|
+
"hair"
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
"default": true
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "variant06",
|
|
123
|
+
"content": "<mask id=\"beardVariant06-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"3\" y=\"9\" width=\"10\" height=\"3\"><path opacity=\"0.9\" d=\"M3 9h3v1h4V9h3v2h-1v1H4v-1H3z\" fill=\"url(#color-hair)\"/></mask><g mask=\"url(#beardVariant06-a)\"><rect width=\"16\" height=\"16\" fill=\"url(#color-hair)\"/><rect width=\"16\" height=\"16\" fill=\"white\" fill-opacity=\"0.3\"/></g>",
|
|
124
|
+
"dependencies": {
|
|
125
|
+
"colors": [
|
|
126
|
+
"hair"
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
"default": true
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "variant05",
|
|
133
|
+
"content": "<mask id=\"beardVariant05-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"3\" y=\"6\" width=\"10\" height=\"6\"><path opacity=\"0.9\" d=\"M3 6h1v2h1v1h6V8h1V6h1v5h-1v1H4v-1H3z\" fill=\"url(#color-hair)\"/></mask><g mask=\"url(#beardVariant05-a)\"><rect width=\"16\" height=\"16\" fill=\"url(#color-hair)\"/><rect width=\"16\" height=\"16\" fill=\"white\" fill-opacity=\"0.3\"/></g>",
|
|
134
|
+
"dependencies": {
|
|
135
|
+
"colors": [
|
|
136
|
+
"hair"
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
"default": true
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "variant04",
|
|
143
|
+
"content": "<mask id=\"beardVariant04-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"6\" y=\"11\" width=\"4\" height=\"1\"><rect opacity=\"0.9\" x=\"6\" y=\"11\" width=\"4\" height=\"1\" fill=\"url(#color-hair)\"/></mask><g mask=\"url(#beardVariant04-a)\"><rect width=\"16\" height=\"16\" fill=\"url(#color-hair)\"/><rect width=\"16\" height=\"16\" fill=\"white\" fill-opacity=\"0.3\"/></g>",
|
|
144
|
+
"dependencies": {
|
|
145
|
+
"colors": [
|
|
146
|
+
"hair"
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
"default": true
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "variant03",
|
|
153
|
+
"content": "<mask id=\"beardVariant03-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"3\" y=\"9\" width=\"10\" height=\"5\"><path opacity=\"0.9\" d=\"M3 9h2v1h6V9h2v2h-1v2h-1v1H5v-1H4v-2H3z\" fill=\"url(#color-hair)\"/></mask><g mask=\"url(#beardVariant03-a)\"><rect width=\"16\" height=\"16\" fill=\"url(#color-hair)\"/><rect width=\"16\" height=\"16\" fill=\"white\" fill-opacity=\"0.3\"/></g>",
|
|
154
|
+
"dependencies": {
|
|
155
|
+
"colors": [
|
|
156
|
+
"hair"
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"default": true
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"name": "variant02",
|
|
163
|
+
"content": "<mask id=\"beardVariant02-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"5\" y=\"11\" width=\"6\" height=\"3\"><path opacity=\"0.9\" d=\"M5 11h6v1h-1v1H9v1H7v-1H6v-1H5z\" fill=\"url(#color-hair)\"/></mask><g mask=\"url(#beardVariant02-a)\"><rect width=\"16\" height=\"16\" fill=\"url(#color-hair)\"/><rect width=\"16\" height=\"16\" fill=\"white\" fill-opacity=\"0.3\"/></g>",
|
|
164
|
+
"dependencies": {
|
|
165
|
+
"colors": [
|
|
166
|
+
"hair"
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
"default": true
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "variant01",
|
|
173
|
+
"content": "<mask id=\"beardVariant01-a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"3\" y=\"8\" width=\"10\" height=\"4\"><path opacity=\"0.9\" d=\"M3 8h2v1h1v1h4V9h1V8h2v3h-1v1H4v-1H3z\" fill=\"url(#color-hair)\"/></mask><g mask=\"url(#beardVariant01-a)\"><rect width=\"16\" height=\"16\" fill=\"url(#color-hair)\"/><rect width=\"16\" height=\"16\" fill=\"white\" fill-opacity=\"0.3\"/></g>",
|
|
174
|
+
"dependencies": {
|
|
175
|
+
"colors": [
|
|
176
|
+
"hair"
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
"default": true
|
|
180
|
+
}
|
|
181
|
+
]
|
|
82
182
|
},
|
|
83
|
-
|
|
84
|
-
"
|
|
85
|
-
|
|
183
|
+
{
|
|
184
|
+
"name": "clothing",
|
|
185
|
+
"values": [
|
|
186
|
+
{
|
|
187
|
+
"name": "variant23",
|
|
86
188
|
"content": "<path d=\"M10 13h3v1h1v2H2v-2h1v-1h3v1h4z\" fill=\"url(#color-clothing)\"/><rect x=\"4\" y=\"13\" width=\"1\" height=\"3\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"11\" y=\"13\" width=\"1\" height=\"3\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
87
189
|
"dependencies": {
|
|
88
190
|
"colors": [
|
|
@@ -91,7 +193,8 @@
|
|
|
91
193
|
},
|
|
92
194
|
"default": true
|
|
93
195
|
},
|
|
94
|
-
|
|
196
|
+
{
|
|
197
|
+
"name": "variant22",
|
|
95
198
|
"content": "<path d=\"M6 13H4v3h2zm6 0h-2v3h2z\" fill=\"url(#color-clothing)\"/><rect x=\"5\" y=\"13\" width=\"1\" height=\"3\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"10\" y=\"13\" width=\"1\" height=\"3\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
96
199
|
"dependencies": {
|
|
97
200
|
"colors": [
|
|
@@ -100,7 +203,8 @@
|
|
|
100
203
|
},
|
|
101
204
|
"default": true
|
|
102
205
|
},
|
|
103
|
-
|
|
206
|
+
{
|
|
207
|
+
"name": "variant21",
|
|
104
208
|
"content": "<path d=\"M5 13H4v3h3v-1H6v-1H5zm7 0h-1v1h-1v1H9v1h3z\" fill=\"url(#color-clothing)\"/><rect x=\"4\" y=\"13\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"5\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"6\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"9\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"10\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"11\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"11\" y=\"13\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"10\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"5\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"4\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
105
209
|
"dependencies": {
|
|
106
210
|
"colors": [
|
|
@@ -109,7 +213,8 @@
|
|
|
109
213
|
},
|
|
110
214
|
"default": true
|
|
111
215
|
},
|
|
112
|
-
|
|
216
|
+
{
|
|
217
|
+
"name": "variant20",
|
|
113
218
|
"content": "<rect x=\"4\" y=\"14\" width=\"8\" height=\"2\" fill=\"url(#color-clothing)\"/><rect x=\"4\" y=\"14\" width=\"1\" height=\"2\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"11\" y=\"14\" width=\"1\" height=\"2\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
114
219
|
"dependencies": {
|
|
115
220
|
"colors": [
|
|
@@ -118,7 +223,8 @@
|
|
|
118
223
|
},
|
|
119
224
|
"default": true
|
|
120
225
|
},
|
|
121
|
-
|
|
226
|
+
{
|
|
227
|
+
"name": "variant19",
|
|
122
228
|
"content": "<path d=\"M4 13h1v1h6v-1h1v3H4z\" fill=\"url(#color-clothing)\"/><rect x=\"9\" y=\"15\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
123
229
|
"dependencies": {
|
|
124
230
|
"colors": [
|
|
@@ -127,7 +233,8 @@
|
|
|
127
233
|
},
|
|
128
234
|
"default": true
|
|
129
235
|
},
|
|
130
|
-
|
|
236
|
+
{
|
|
237
|
+
"name": "variant18",
|
|
131
238
|
"content": "<path d=\"M4 13h2v1h1v1h2v-1h1v-1h2v3H4z\" fill=\"url(#color-clothing)\"/><rect x=\"10\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"11\" y=\"13\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"9\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"9\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"10\" y=\"13\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"8\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 6 14)\" fill=\"white\" fill-opacity=\"0.3\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 5 13)\" fill=\"white\" fill-opacity=\"0.3\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 7 15)\" fill=\"white\" fill-opacity=\"0.3\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 7 14)\" fill=\"white\" fill-opacity=\"0.5\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 6 13)\" fill=\"white\" fill-opacity=\"0.5\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 8 15)\" fill=\"white\" fill-opacity=\"0.5\"/>",
|
|
132
239
|
"dependencies": {
|
|
133
240
|
"colors": [
|
|
@@ -136,7 +243,8 @@
|
|
|
136
243
|
},
|
|
137
244
|
"default": true
|
|
138
245
|
},
|
|
139
|
-
|
|
246
|
+
{
|
|
247
|
+
"name": "variant17",
|
|
140
248
|
"content": "<path d=\"M4 13h2v1h1v1h2v-1h1v-1h2v1h1v2H3v-2h1z\" fill=\"url(#color-clothing)\"/>",
|
|
141
249
|
"dependencies": {
|
|
142
250
|
"colors": [
|
|
@@ -145,7 +253,8 @@
|
|
|
145
253
|
},
|
|
146
254
|
"default": true
|
|
147
255
|
},
|
|
148
|
-
|
|
256
|
+
{
|
|
257
|
+
"name": "variant16",
|
|
149
258
|
"content": "<path d=\"M5 13H3v1H2v2h5v-1H6v-1H5zm8 0h-2v1h-1v1H9v1h5v-2h-1z\" fill=\"url(#color-clothing)\"/><rect x=\"11\" y=\"13\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"10\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"9\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"6\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"5\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"4\" y=\"13\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
150
259
|
"dependencies": {
|
|
151
260
|
"colors": [
|
|
@@ -154,7 +263,8 @@
|
|
|
154
263
|
},
|
|
155
264
|
"default": true
|
|
156
265
|
},
|
|
157
|
-
|
|
266
|
+
{
|
|
267
|
+
"name": "variant15",
|
|
158
268
|
"content": "<path d=\"M6 14H4v1H3v1h4v-1H6zm6 1h1v1H9v-1h1v-1h2z\" fill=\"url(#color-clothing)\"/>",
|
|
159
269
|
"dependencies": {
|
|
160
270
|
"colors": [
|
|
@@ -163,7 +273,8 @@
|
|
|
163
273
|
},
|
|
164
274
|
"default": true
|
|
165
275
|
},
|
|
166
|
-
|
|
276
|
+
{
|
|
277
|
+
"name": "variant14",
|
|
167
278
|
"content": "<path d=\"M5 13H3v1H2v2h12v-2h-1v-1h-2v1h-1v1H6v-1H5z\" fill=\"url(#color-clothing)\"/>",
|
|
168
279
|
"dependencies": {
|
|
169
280
|
"colors": [
|
|
@@ -172,7 +283,8 @@
|
|
|
172
283
|
},
|
|
173
284
|
"default": true
|
|
174
285
|
},
|
|
175
|
-
|
|
286
|
+
{
|
|
287
|
+
"name": "variant13",
|
|
176
288
|
"content": "<path d=\"M5 13H3v1H2v2h12v-2h-1v-1h-2v1H5z\" fill=\"url(#color-clothing)\"/><rect x=\"2\" y=\"14\" width=\"1\" height=\"2\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"6\" y=\"14\" width=\"1\" height=\"2\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"8\" y=\"14\" width=\"1\" height=\"2\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"10\" y=\"14\" width=\"1\" height=\"2\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"4\" y=\"13\" width=\"1\" height=\"3\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"12\" y=\"13\" width=\"1\" height=\"3\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
177
289
|
"dependencies": {
|
|
178
290
|
"colors": [
|
|
@@ -181,7 +293,8 @@
|
|
|
181
293
|
},
|
|
182
294
|
"default": true
|
|
183
295
|
},
|
|
184
|
-
|
|
296
|
+
{
|
|
297
|
+
"name": "variant12",
|
|
185
298
|
"content": "<path d=\"M7 12h2v1h4v1h1v2H2v-2h1v-1h4z\" fill=\"url(#color-clothing)\"/><rect x=\"7\" y=\"12\" width=\"2\" height=\"1\" fill=\"black\" fill-opacity=\"0.3\"/>",
|
|
186
299
|
"dependencies": {
|
|
187
300
|
"colors": [
|
|
@@ -190,7 +303,8 @@
|
|
|
190
303
|
},
|
|
191
304
|
"default": true
|
|
192
305
|
},
|
|
193
|
-
|
|
306
|
+
{
|
|
307
|
+
"name": "variant11",
|
|
194
308
|
"content": "<path d=\"M10 13h3v1h1v2H2v-2h1v-1h3v1h1v1h2v-1h1z\" fill=\"url(#color-clothing)\"/>",
|
|
195
309
|
"dependencies": {
|
|
196
310
|
"colors": [
|
|
@@ -199,7 +313,8 @@
|
|
|
199
313
|
},
|
|
200
314
|
"default": true
|
|
201
315
|
},
|
|
202
|
-
|
|
316
|
+
{
|
|
317
|
+
"name": "variant10",
|
|
203
318
|
"content": "<path d=\"M4 13h1v1h6v-1h1v1h1v2H3v-2h1z\" fill=\"url(#color-clothing)\"/><rect x=\"9\" y=\"15\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/>",
|
|
204
319
|
"dependencies": {
|
|
205
320
|
"colors": [
|
|
@@ -208,7 +323,8 @@
|
|
|
208
323
|
},
|
|
209
324
|
"default": true
|
|
210
325
|
},
|
|
211
|
-
|
|
326
|
+
{
|
|
327
|
+
"name": "variant09",
|
|
212
328
|
"content": "<path d=\"M4 13h1v2h6v-2h1v2h1v1H3v-1h1z\" fill=\"url(#color-clothing)\"/><rect x=\"4\" y=\"13\" width=\"1\" height=\"2\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"11\" y=\"13\" width=\"1\" height=\"2\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
213
329
|
"dependencies": {
|
|
214
330
|
"colors": [
|
|
@@ -217,7 +333,8 @@
|
|
|
217
333
|
},
|
|
218
334
|
"default": true
|
|
219
335
|
},
|
|
220
|
-
|
|
336
|
+
{
|
|
337
|
+
"name": "variant08",
|
|
221
338
|
"content": "<path d=\"M10 13h3v1h1v2H2v-2h1v-1h3v2h4z\" fill=\"url(#color-clothing)\"/>",
|
|
222
339
|
"dependencies": {
|
|
223
340
|
"colors": [
|
|
@@ -226,7 +343,8 @@
|
|
|
226
343
|
},
|
|
227
344
|
"default": true
|
|
228
345
|
},
|
|
229
|
-
|
|
346
|
+
{
|
|
347
|
+
"name": "variant07",
|
|
230
348
|
"content": "<path d=\"M5 13H4v3h3v-1H6v-1H5zm7 0h-1v1h-1v1H9v1h3z\" fill=\"url(#color-clothing)\"/>",
|
|
231
349
|
"dependencies": {
|
|
232
350
|
"colors": [
|
|
@@ -235,7 +353,8 @@
|
|
|
235
353
|
},
|
|
236
354
|
"default": true
|
|
237
355
|
},
|
|
238
|
-
|
|
356
|
+
{
|
|
357
|
+
"name": "variant06",
|
|
239
358
|
"content": "<path d=\"M10 13h3v1h1v2H2v-2h1v-1h3v1h4z\" fill=\"url(#color-clothing)\"/><rect x=\"3\" y=\"13\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"2\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"3\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"4\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"5\" y=\"13\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"5\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"6\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"7\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"8\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"9\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"10\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"11\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"11\" y=\"13\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"12\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"13\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
240
359
|
"dependencies": {
|
|
241
360
|
"colors": [
|
|
@@ -244,7 +363,8 @@
|
|
|
244
363
|
},
|
|
245
364
|
"default": true
|
|
246
365
|
},
|
|
247
|
-
|
|
366
|
+
{
|
|
367
|
+
"name": "variant05",
|
|
248
368
|
"content": "<path d=\"M5 13H3v1H2v2h12v-2h-1v-1h-2v1h-1v1H6v-1H5z\" fill=\"url(#color-clothing)\"/>",
|
|
249
369
|
"dependencies": {
|
|
250
370
|
"colors": [
|
|
@@ -253,7 +373,8 @@
|
|
|
253
373
|
},
|
|
254
374
|
"default": true
|
|
255
375
|
},
|
|
256
|
-
|
|
376
|
+
{
|
|
377
|
+
"name": "variant04",
|
|
257
378
|
"content": "<path d=\"M5 13H3v1H2v2h12v-2h-1v-1h-2v1H5z\" fill=\"url(#color-clothing)\"/>",
|
|
258
379
|
"dependencies": {
|
|
259
380
|
"colors": [
|
|
@@ -262,7 +383,8 @@
|
|
|
262
383
|
},
|
|
263
384
|
"default": true
|
|
264
385
|
},
|
|
265
|
-
|
|
386
|
+
{
|
|
387
|
+
"name": "variant03",
|
|
266
388
|
"content": "<path d=\"M10 13h3v1h1v2H2v-2h1v-1h3v1h4z\" fill=\"url(#color-clothing)\"/>",
|
|
267
389
|
"dependencies": {
|
|
268
390
|
"colors": [
|
|
@@ -271,7 +393,8 @@
|
|
|
271
393
|
},
|
|
272
394
|
"default": true
|
|
273
395
|
},
|
|
274
|
-
|
|
396
|
+
{
|
|
397
|
+
"name": "variant02",
|
|
275
398
|
"content": "<path d=\"M10 13h3v1h1v2H2v-2h1v-1h3v2h4z\" fill=\"url(#color-clothing)\"/><rect x=\"5\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"4.00784\" y=\"15\" width=\"1\" height=\"1\" transform=\"rotate(.4 4 15)\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"7.00784\" y=\"15\" width=\"1\" height=\"1\" transform=\"rotate(.4 7 15)\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"3\" y=\"13\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"2\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"12\" y=\"13\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"11\" y=\"14\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"10\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"13\" y=\"15\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
276
399
|
"dependencies": {
|
|
277
400
|
"colors": [
|
|
@@ -280,7 +403,8 @@
|
|
|
280
403
|
},
|
|
281
404
|
"default": true
|
|
282
405
|
},
|
|
283
|
-
|
|
406
|
+
{
|
|
407
|
+
"name": "variant01",
|
|
284
408
|
"content": "<path d=\"M10 13h3v1h1v2H2v-2h1v-1h3v1h4z\" fill=\"url(#color-clothing)\"/><rect x=\"11\" y=\"14\" width=\"1\" height=\"2\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"4\" y=\"14\" width=\"1\" height=\"2\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
285
409
|
"dependencies": {
|
|
286
410
|
"colors": [
|
|
@@ -289,11 +413,13 @@
|
|
|
289
413
|
},
|
|
290
414
|
"default": true
|
|
291
415
|
}
|
|
292
|
-
|
|
416
|
+
]
|
|
293
417
|
},
|
|
294
|
-
|
|
295
|
-
"
|
|
296
|
-
|
|
418
|
+
{
|
|
419
|
+
"name": "eyes",
|
|
420
|
+
"values": [
|
|
421
|
+
{
|
|
422
|
+
"name": "variant12",
|
|
297
423
|
"content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 6h1v2H4V7h1zm5 0h1v2H9V7h1z\" fill=\"white\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 6v1H5v1h2V6zm5 0v1h-1v1h2V6z\" fill=\"url(#color-eyes)\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 6v1h1V6zM5 7v1h1V7zm6-1v1h1V6zm-1 1v1h1V7z\" fill=\"white\" fill-opacity=\"0.5\"/>",
|
|
298
424
|
"dependencies": {
|
|
299
425
|
"colors": [
|
|
@@ -302,7 +428,8 @@
|
|
|
302
428
|
},
|
|
303
429
|
"default": true
|
|
304
430
|
},
|
|
305
|
-
|
|
431
|
+
{
|
|
432
|
+
"name": "variant11",
|
|
306
433
|
"content": "<rect x=\"4\" y=\"5\" width=\"3\" height=\"3\" fill=\"white\"/><rect x=\"9\" y=\"5\" width=\"3\" height=\"3\" fill=\"white\"/><rect x=\"4\" y=\"6\" width=\"2\" height=\"1\" fill=\"url(#color-eyes)\"/><rect x=\"9\" y=\"6\" width=\"2\" height=\"1\" fill=\"url(#color-eyes)\"/><rect x=\"4\" y=\"6\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.7\"/><rect x=\"9\" y=\"6\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.7\"/>",
|
|
307
434
|
"dependencies": {
|
|
308
435
|
"colors": [
|
|
@@ -311,7 +438,8 @@
|
|
|
311
438
|
},
|
|
312
439
|
"default": true
|
|
313
440
|
},
|
|
314
|
-
|
|
441
|
+
{
|
|
442
|
+
"name": "variant10",
|
|
315
443
|
"content": "<rect x=\"4\" y=\"5\" width=\"3\" height=\"3\" fill=\"white\"/><rect x=\"9\" y=\"5\" width=\"3\" height=\"3\" fill=\"white\"/><rect x=\"10\" y=\"5\" width=\"2\" height=\"2\" fill=\"url(#color-eyes)\"/><rect x=\"5\" y=\"5\" width=\"2\" height=\"2\" fill=\"url(#color-eyes)\"/><rect x=\"5\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.4\"/><rect x=\"6\" y=\"6\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.4\"/><rect x=\"10\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.4\"/><rect x=\"11\" y=\"6\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.4\"/><rect x=\"11\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.7\"/><rect x=\"6\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.7\"/>",
|
|
316
444
|
"dependencies": {
|
|
317
445
|
"colors": [
|
|
@@ -320,7 +448,8 @@
|
|
|
320
448
|
},
|
|
321
449
|
"default": true
|
|
322
450
|
},
|
|
323
|
-
|
|
451
|
+
{
|
|
452
|
+
"name": "variant09",
|
|
324
453
|
"content": "<rect x=\"4\" y=\"5\" width=\"3\" height=\"3\" fill=\"white\"/><rect x=\"9\" y=\"5\" width=\"3\" height=\"3\" fill=\"white\"/><rect x=\"10\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-eyes)\"/><rect x=\"5\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-eyes)\"/>",
|
|
325
454
|
"dependencies": {
|
|
326
455
|
"colors": [
|
|
@@ -329,7 +458,8 @@
|
|
|
329
458
|
},
|
|
330
459
|
"default": true
|
|
331
460
|
},
|
|
332
|
-
|
|
461
|
+
{
|
|
462
|
+
"name": "variant08",
|
|
333
463
|
"content": "<rect x=\"4\" y=\"5\" width=\"3\" height=\"2\" fill=\"white\"/><rect x=\"9\" y=\"5\" width=\"3\" height=\"2\" fill=\"white\"/><rect x=\"9\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-eyes)\"/><rect x=\"4\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-eyes)\"/>",
|
|
334
464
|
"dependencies": {
|
|
335
465
|
"colors": [
|
|
@@ -338,7 +468,8 @@
|
|
|
338
468
|
},
|
|
339
469
|
"default": true
|
|
340
470
|
},
|
|
341
|
-
|
|
471
|
+
{
|
|
472
|
+
"name": "variant07",
|
|
342
473
|
"content": "<rect x=\"4\" y=\"5\" width=\"3\" height=\"2\" fill=\"white\"/><rect x=\"9\" y=\"5\" width=\"3\" height=\"2\" fill=\"white\"/><rect x=\"11\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-eyes)\"/><rect x=\"6\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-eyes)\"/>",
|
|
343
474
|
"dependencies": {
|
|
344
475
|
"colors": [
|
|
@@ -347,7 +478,8 @@
|
|
|
347
478
|
},
|
|
348
479
|
"default": true
|
|
349
480
|
},
|
|
350
|
-
|
|
481
|
+
{
|
|
482
|
+
"name": "variant06",
|
|
351
483
|
"content": "<rect x=\"4\" y=\"5\" width=\"3\" height=\"2\" fill=\"white\"/><rect x=\"5\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-eyes)\"/><rect x=\"9\" y=\"5\" width=\"3\" height=\"2\" fill=\"white\"/><rect x=\"10\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-eyes)\"/>",
|
|
352
484
|
"dependencies": {
|
|
353
485
|
"colors": [
|
|
@@ -356,7 +488,8 @@
|
|
|
356
488
|
},
|
|
357
489
|
"default": true
|
|
358
490
|
},
|
|
359
|
-
|
|
491
|
+
{
|
|
492
|
+
"name": "variant05",
|
|
360
493
|
"content": "<rect x=\"4\" y=\"5\" width=\"3\" height=\"2\" fill=\"white\"/><rect x=\"9\" y=\"5\" width=\"3\" height=\"2\" fill=\"white\"/><path d=\"M11 5h-1v1H9v1h3V6h-1z\" fill=\"url(#color-eyes)\"/><rect x=\"9\" y=\"6\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"10\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"11\" y=\"6\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><path d=\"M6 5H5v1H4v1h3V6H6z\" fill=\"url(#color-eyes)\"/><rect x=\"4\" y=\"6\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"5\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/><rect x=\"6\" y=\"6\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.5\"/>",
|
|
361
494
|
"dependencies": {
|
|
362
495
|
"colors": [
|
|
@@ -365,7 +498,8 @@
|
|
|
365
498
|
},
|
|
366
499
|
"default": true
|
|
367
500
|
},
|
|
368
|
-
|
|
501
|
+
{
|
|
502
|
+
"name": "variant04",
|
|
369
503
|
"content": "<path d=\"M6 5H5v2h2V6H6zm5 0h-1v2h2V6h-1z\" fill=\"white\"/><rect x=\"5\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-eyes)\"/><rect x=\"10\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-eyes)\"/>",
|
|
370
504
|
"dependencies": {
|
|
371
505
|
"colors": [
|
|
@@ -374,7 +508,8 @@
|
|
|
374
508
|
},
|
|
375
509
|
"default": true
|
|
376
510
|
},
|
|
377
|
-
|
|
511
|
+
{
|
|
512
|
+
"name": "variant03",
|
|
378
513
|
"content": "<path d=\"M10 5h1v2H9V6h1zM5 5h1v2H4V6h1z\" fill=\"white\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 11 6)\" fill=\"url(#color-eyes)\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 6 6)\" fill=\"url(#color-eyes)\"/>",
|
|
379
514
|
"dependencies": {
|
|
380
515
|
"colors": [
|
|
@@ -383,7 +518,8 @@
|
|
|
383
518
|
},
|
|
384
519
|
"default": true
|
|
385
520
|
},
|
|
386
|
-
|
|
521
|
+
{
|
|
522
|
+
"name": "variant02",
|
|
387
523
|
"content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 5h-1v2h2V6h-1zM6 5H5v2h2V6H6z\" fill=\"white\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 5v1h1v1H9V5zM5 5v1h1v1H4V5z\" fill=\"url(#color-eyes)\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 5v1H9V5zm1 1v1h-1V6zM5 5v1H4V5zm1 1v1H5V6z\" fill=\"white\" fill-opacity=\"0.5\"/>",
|
|
388
524
|
"dependencies": {
|
|
389
525
|
"colors": [
|
|
@@ -392,7 +528,8 @@
|
|
|
392
528
|
},
|
|
393
529
|
"default": true
|
|
394
530
|
},
|
|
395
|
-
|
|
531
|
+
{
|
|
532
|
+
"name": "variant01",
|
|
396
533
|
"content": "<rect width=\"3\" height=\"3\" transform=\"matrix(-1 0 0 1 12 5)\" fill=\"white\"/><rect width=\"3\" height=\"3\" transform=\"matrix(-1 0 0 1 7 5)\" fill=\"white\"/><rect width=\"2\" height=\"1\" transform=\"matrix(-1 0 0 1 12 6)\" fill=\"url(#color-eyes)\"/><rect width=\"2\" height=\"1\" transform=\"matrix(-1 0 0 1 7 6)\" fill=\"url(#color-eyes)\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 12 6)\" fill=\"white\" fill-opacity=\"0.7\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 7 6)\" fill=\"white\" fill-opacity=\"0.7\"/>",
|
|
397
534
|
"dependencies": {
|
|
398
535
|
"colors": [
|
|
@@ -401,12 +538,14 @@
|
|
|
401
538
|
},
|
|
402
539
|
"default": true
|
|
403
540
|
}
|
|
404
|
-
|
|
541
|
+
]
|
|
405
542
|
},
|
|
406
|
-
|
|
543
|
+
{
|
|
544
|
+
"name": "glasses",
|
|
407
545
|
"probability": 20,
|
|
408
|
-
"values":
|
|
409
|
-
|
|
546
|
+
"values": [
|
|
547
|
+
{
|
|
548
|
+
"name": "light07",
|
|
410
549
|
"content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4H9v1H7V4H4v1H2v1h1v2h1v1h3V8h2v1h3V8h1V6h1V5h-2zm0 1v3H9V5zM7 8H4V5h3z\" fill=\"url(#color-glasses)\"/><rect x=\"9\" y=\"5\" width=\"3\" height=\"3\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"4\" y=\"5\" width=\"3\" height=\"3\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"2\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"13\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
411
550
|
"dependencies": {
|
|
412
551
|
"colors": [
|
|
@@ -415,7 +554,8 @@
|
|
|
415
554
|
},
|
|
416
555
|
"default": true
|
|
417
556
|
},
|
|
418
|
-
|
|
557
|
+
{
|
|
558
|
+
"name": "light06",
|
|
419
559
|
"content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5v1h1v2h1v1h3V8h2v1h3V8h1V6h1V5zm10 3H9V6h3zM7 8H4V6h3z\" fill=\"url(#color-glasses)\"/><rect x=\"9\" y=\"6\" width=\"3\" height=\"2\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"4\" y=\"6\" width=\"3\" height=\"2\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"7\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"2\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"12\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
420
560
|
"dependencies": {
|
|
421
561
|
"colors": [
|
|
@@ -424,7 +564,8 @@
|
|
|
424
564
|
},
|
|
425
565
|
"default": true
|
|
426
566
|
},
|
|
427
|
-
|
|
567
|
+
{
|
|
568
|
+
"name": "light05",
|
|
428
569
|
"content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5v1h1v2h1v1h3V8h2v1h3V8h1V6h1V5H9v1H7V5zm5 1v2H4V6zm2 0v2h3V6z\" fill=\"url(#color-glasses)\"/><rect x=\"4\" y=\"6\" width=\"3\" height=\"2\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"9\" y=\"6\" width=\"3\" height=\"2\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"2\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"12\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
429
570
|
"dependencies": {
|
|
430
571
|
"colors": [
|
|
@@ -433,7 +574,8 @@
|
|
|
433
574
|
},
|
|
434
575
|
"default": true
|
|
435
576
|
},
|
|
436
|
-
|
|
577
|
+
{
|
|
578
|
+
"name": "light04",
|
|
437
579
|
"content": "<rect x=\"4\" y=\"5\" width=\"3\" height=\"3\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"9\" y=\"5\" width=\"3\" height=\"3\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"3\" y=\"5\" width=\"1\" height=\"1\" fill=\"url(#color-glasses)\"/><rect x=\"7\" y=\"5\" width=\"2\" height=\"1\" fill=\"url(#color-glasses)\"/><rect x=\"12\" y=\"5\" width=\"1\" height=\"1\" fill=\"url(#color-glasses)\"/>",
|
|
438
580
|
"dependencies": {
|
|
439
581
|
"colors": [
|
|
@@ -442,7 +584,8 @@
|
|
|
442
584
|
},
|
|
443
585
|
"default": true
|
|
444
586
|
},
|
|
445
|
-
|
|
587
|
+
{
|
|
588
|
+
"name": "light03",
|
|
446
589
|
"content": "<rect x=\"2\" y=\"5\" width=\"12\" height=\"1\" fill=\"url(#color-glasses)\"/><rect x=\"3\" y=\"7\" width=\"10\" height=\"1\" fill=\"url(#color-glasses)\"/><rect x=\"3\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-glasses)\"/><rect x=\"12\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-glasses)\"/><rect x=\"4\" y=\"6\" width=\"8\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"2\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"13\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"7\" y=\"6\" width=\"2\" height=\"1\" fill=\"black\" fill-opacity=\"0.3\"/>",
|
|
447
590
|
"dependencies": {
|
|
448
591
|
"colors": [
|
|
@@ -451,7 +594,8 @@
|
|
|
451
594
|
},
|
|
452
595
|
"default": true
|
|
453
596
|
},
|
|
454
|
-
|
|
597
|
+
{
|
|
598
|
+
"name": "light02",
|
|
455
599
|
"content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 5H2v1h1v2h4V7h2v1h4V6h1zm-2 1H9v1h3zM7 7H4V6h3z\" fill=\"url(#color-glasses)\"/><rect x=\"4\" y=\"6\" width=\"3\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"2\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"7\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"13\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"9\" y=\"6\" width=\"3\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
456
600
|
"dependencies": {
|
|
457
601
|
"colors": [
|
|
@@ -460,7 +604,8 @@
|
|
|
460
604
|
},
|
|
461
605
|
"default": true
|
|
462
606
|
},
|
|
463
|
-
|
|
607
|
+
{
|
|
608
|
+
"name": "light01",
|
|
464
609
|
"content": "<path d=\"M2 5h5v1H4v1H3V6H2zm5 2v1H4V7zm2 0H7V6h2zm3 0H9v1h3zm0-1H9V5h5v1h-1v1h-1z\" fill=\"url(#color-glasses)\"/><rect x=\"4\" y=\"6\" width=\"3\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"9\" y=\"6\" width=\"3\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"12\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"2\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"7\" y=\"6\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
465
610
|
"dependencies": {
|
|
466
611
|
"colors": [
|
|
@@ -469,7 +614,8 @@
|
|
|
469
614
|
},
|
|
470
615
|
"default": true
|
|
471
616
|
},
|
|
472
|
-
|
|
617
|
+
{
|
|
618
|
+
"name": "dark07",
|
|
473
619
|
"content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4H9v1H7V4H4v1H2v1h1v2h1v1h3V8h2v1h3V8h1V6h1V5h-2zm0 1v3H9V5zM7 8H4V5h3z\" fill=\"url(#color-glasses)\"/><rect x=\"9\" y=\"5\" width=\"3\" height=\"3\" fill=\"black\" fill-opacity=\"0.3\"/><rect x=\"4\" y=\"5\" width=\"3\" height=\"3\" fill=\"black\" fill-opacity=\"0.3\"/><rect x=\"2\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"13\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
474
620
|
"dependencies": {
|
|
475
621
|
"colors": [
|
|
@@ -478,7 +624,8 @@
|
|
|
478
624
|
},
|
|
479
625
|
"default": true
|
|
480
626
|
},
|
|
481
|
-
|
|
627
|
+
{
|
|
628
|
+
"name": "dark06",
|
|
482
629
|
"content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5v1h1v2h1v1h3V8h2v1h3V8h1V6h1V5zm10 3H9V6h3zM7 8H4V6h3z\" fill=\"url(#color-glasses)\"/><rect x=\"9\" y=\"6\" width=\"3\" height=\"2\" fill=\"black\" fill-opacity=\"0.3\"/><rect x=\"4\" y=\"6\" width=\"3\" height=\"2\" fill=\"black\" fill-opacity=\"0.3\"/><rect x=\"7\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"2\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"12\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
483
630
|
"dependencies": {
|
|
484
631
|
"colors": [
|
|
@@ -487,7 +634,8 @@
|
|
|
487
634
|
},
|
|
488
635
|
"default": true
|
|
489
636
|
},
|
|
490
|
-
|
|
637
|
+
{
|
|
638
|
+
"name": "dark05",
|
|
491
639
|
"content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5v1h1v2h1v1h3V8h2v1h3V8h1V6h1V5H9v1H7V5zm5 1v2H4V6zm2 0v2h3V6z\" fill=\"url(#color-glasses)\"/><rect x=\"4\" y=\"6\" width=\"3\" height=\"2\" fill=\"black\" fill-opacity=\"0.3\"/><rect x=\"9\" y=\"6\" width=\"3\" height=\"2\" fill=\"black\" fill-opacity=\"0.3\"/><rect x=\"2\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"12\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
492
640
|
"dependencies": {
|
|
493
641
|
"colors": [
|
|
@@ -496,7 +644,8 @@
|
|
|
496
644
|
},
|
|
497
645
|
"default": true
|
|
498
646
|
},
|
|
499
|
-
|
|
647
|
+
{
|
|
648
|
+
"name": "dark04",
|
|
500
649
|
"content": "<rect x=\"4\" y=\"5\" width=\"3\" height=\"3\" fill=\"black\" fill-opacity=\"0.3\"/><rect x=\"9\" y=\"5\" width=\"3\" height=\"3\" fill=\"black\" fill-opacity=\"0.3\"/><rect x=\"3\" y=\"5\" width=\"1\" height=\"1\" fill=\"url(#color-glasses)\"/><rect x=\"7\" y=\"5\" width=\"2\" height=\"1\" fill=\"url(#color-glasses)\"/><rect x=\"12\" y=\"5\" width=\"1\" height=\"1\" fill=\"url(#color-glasses)\"/>",
|
|
501
650
|
"dependencies": {
|
|
502
651
|
"colors": [
|
|
@@ -505,7 +654,8 @@
|
|
|
505
654
|
},
|
|
506
655
|
"default": true
|
|
507
656
|
},
|
|
508
|
-
|
|
657
|
+
{
|
|
658
|
+
"name": "dark03",
|
|
509
659
|
"content": "<rect x=\"2\" y=\"5\" width=\"12\" height=\"1\" fill=\"url(#color-glasses)\"/><rect x=\"3\" y=\"7\" width=\"10\" height=\"1\" fill=\"url(#color-glasses)\"/><rect x=\"3\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-glasses)\"/><rect x=\"12\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-glasses)\"/><rect x=\"4\" y=\"6\" width=\"8\" height=\"1\" fill=\"black\" fill-opacity=\"0.3\"/><rect x=\"2\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"13\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"7\" y=\"6\" width=\"2\" height=\"1\" fill=\"black\" fill-opacity=\"0.3\"/>",
|
|
510
660
|
"dependencies": {
|
|
511
661
|
"colors": [
|
|
@@ -514,7 +664,8 @@
|
|
|
514
664
|
},
|
|
515
665
|
"default": true
|
|
516
666
|
},
|
|
517
|
-
|
|
667
|
+
{
|
|
668
|
+
"name": "dark02",
|
|
518
669
|
"content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 5H2v1h1v2h4V7h2v1h4V6h1zm-2 1H9v1h3zM7 7H4V6h3z\" fill=\"url(#color-glasses)\"/><rect x=\"4\" y=\"6\" width=\"3\" height=\"1\" fill=\"black\" fill-opacity=\"0.3\"/><rect x=\"2\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"7\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"13\" y=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"9\" y=\"6\" width=\"3\" height=\"1\" fill=\"black\" fill-opacity=\"0.3\"/>",
|
|
519
670
|
"dependencies": {
|
|
520
671
|
"colors": [
|
|
@@ -523,7 +674,8 @@
|
|
|
523
674
|
},
|
|
524
675
|
"default": true
|
|
525
676
|
},
|
|
526
|
-
|
|
677
|
+
{
|
|
678
|
+
"name": "dark01",
|
|
527
679
|
"content": "<path d=\"M2 5h5v1H4v1H3V6H2zm5 2v1H4V7zm2 0H7V6h2zm3 0H9v1h3zm0-1H9V5h5v1h-1v1h-1z\" fill=\"url(#color-glasses)\"/><rect x=\"4\" y=\"6\" width=\"3\" height=\"1\" fill=\"black\" fill-opacity=\"0.3\"/><rect x=\"9\" y=\"6\" width=\"3\" height=\"1\" fill=\"black\" fill-opacity=\"0.3\"/><rect x=\"12\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"2\" y=\"5\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/><rect x=\"7\" y=\"6\" width=\"2\" height=\"1\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
528
680
|
"dependencies": {
|
|
529
681
|
"colors": [
|
|
@@ -532,13 +684,14 @@
|
|
|
532
684
|
},
|
|
533
685
|
"default": true
|
|
534
686
|
}
|
|
535
|
-
|
|
687
|
+
]
|
|
536
688
|
},
|
|
537
|
-
|
|
538
|
-
"
|
|
539
|
-
"values":
|
|
540
|
-
|
|
541
|
-
"
|
|
689
|
+
{
|
|
690
|
+
"name": "hair",
|
|
691
|
+
"values": [
|
|
692
|
+
{
|
|
693
|
+
"name": "short24",
|
|
694
|
+
"content": "<path d=\"M11 2H5v1h1v1h4V3h1zM3 3h1v2H3zm10 0h-1v2h1z\" fill=\"url(#color-hair)\"/>",
|
|
542
695
|
"dependencies": {
|
|
543
696
|
"colors": [
|
|
544
697
|
"hair"
|
|
@@ -546,8 +699,9 @@
|
|
|
546
699
|
},
|
|
547
700
|
"default": true
|
|
548
701
|
},
|
|
549
|
-
|
|
550
|
-
"
|
|
702
|
+
{
|
|
703
|
+
"name": "short23",
|
|
704
|
+
"content": "<rect x=\"6\" y=\"2\" width=\"4\" height=\"1\" fill=\"url(#color-hair)\"/>",
|
|
551
705
|
"dependencies": {
|
|
552
706
|
"colors": [
|
|
553
707
|
"hair"
|
|
@@ -555,8 +709,9 @@
|
|
|
555
709
|
},
|
|
556
710
|
"default": true
|
|
557
711
|
},
|
|
558
|
-
|
|
559
|
-
"
|
|
712
|
+
{
|
|
713
|
+
"name": "short22",
|
|
714
|
+
"content": "<path d=\"M4 2h8v1h1v2h-2V4H5v1H3V3h1z\" fill=\"url(#color-hair)\"/>",
|
|
560
715
|
"dependencies": {
|
|
561
716
|
"colors": [
|
|
562
717
|
"hair"
|
|
@@ -564,8 +719,9 @@
|
|
|
564
719
|
},
|
|
565
720
|
"default": true
|
|
566
721
|
},
|
|
567
|
-
|
|
568
|
-
"
|
|
722
|
+
{
|
|
723
|
+
"name": "short21",
|
|
724
|
+
"content": "<rect x=\"7\" y=\"1\" width=\"2\" height=\"2\" fill=\"url(#color-hair)\"/>",
|
|
569
725
|
"dependencies": {
|
|
570
726
|
"colors": [
|
|
571
727
|
"hair"
|
|
@@ -573,8 +729,9 @@
|
|
|
573
729
|
},
|
|
574
730
|
"default": true
|
|
575
731
|
},
|
|
576
|
-
|
|
577
|
-
"
|
|
732
|
+
{
|
|
733
|
+
"name": "short20",
|
|
734
|
+
"content": "<rect x=\"6\" y=\"2\" width=\"4\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"7\" y=\"3\" width=\"2\" height=\"1\" fill=\"url(#color-hair)\"/>",
|
|
578
735
|
"dependencies": {
|
|
579
736
|
"colors": [
|
|
580
737
|
"hair"
|
|
@@ -582,8 +739,9 @@
|
|
|
582
739
|
},
|
|
583
740
|
"default": true
|
|
584
741
|
},
|
|
585
|
-
|
|
586
|
-
"
|
|
742
|
+
{
|
|
743
|
+
"name": "short19",
|
|
744
|
+
"content": "<rect x=\"4\" y=\"2\" width=\"8\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"3\" y=\"3\" width=\"3\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"10\" y=\"3\" width=\"3\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"8\" y=\"3\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"8\" y=\"3\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/>",
|
|
587
745
|
"dependencies": {
|
|
588
746
|
"colors": [
|
|
589
747
|
"hair"
|
|
@@ -591,8 +749,9 @@
|
|
|
591
749
|
},
|
|
592
750
|
"default": true
|
|
593
751
|
},
|
|
594
|
-
|
|
595
|
-
"
|
|
752
|
+
{
|
|
753
|
+
"name": "short18",
|
|
754
|
+
"content": "<rect x=\"2\" y=\"3\" width=\"2\" height=\"3\" fill=\"url(#color-hair)\"/><rect x=\"12\" y=\"3\" width=\"2\" height=\"3\" fill=\"url(#color-hair)\"/><rect x=\"12\" y=\"3\" width=\"2\" height=\"3\" fill=\"url(#color-hair)\"/>",
|
|
596
755
|
"dependencies": {
|
|
597
756
|
"colors": [
|
|
598
757
|
"hair"
|
|
@@ -600,232 +759,169 @@
|
|
|
600
759
|
},
|
|
601
760
|
"default": true
|
|
602
761
|
},
|
|
603
|
-
|
|
604
|
-
"
|
|
762
|
+
{
|
|
763
|
+
"name": "short17",
|
|
764
|
+
"content": "<rect x=\"12\" y=\"3\" width=\"2\" height=\"3\" fill=\"url(#color-hair)\"/><rect x=\"2\" y=\"3\" width=\"2\" height=\"3\" fill=\"url(#color-hair)\"/><rect x=\"3\" y=\"2\" width=\"10\" height=\"2\" fill=\"url(#color-hair)\"/><rect x=\"4\" y=\"1\" width=\"8\" height=\"2\" fill=\"url(#color-hair)\"/>",
|
|
605
765
|
"dependencies": {
|
|
606
766
|
"colors": [
|
|
607
767
|
"hair"
|
|
608
768
|
]
|
|
609
769
|
},
|
|
610
770
|
"default": true
|
|
611
|
-
}
|
|
612
|
-
}
|
|
613
|
-
},
|
|
614
|
-
"mouth": {
|
|
615
|
-
"values": {
|
|
616
|
-
"sad10": {
|
|
617
|
-
"content": "<path d=\"M7 9v1h1v1h1V9z\" fill=\"url(#color-mouth)\"/>",
|
|
618
|
-
"dependencies": {
|
|
619
|
-
"colors": [
|
|
620
|
-
"mouth"
|
|
621
|
-
]
|
|
622
|
-
},
|
|
623
|
-
"default": true
|
|
624
|
-
},
|
|
625
|
-
"sad09": {
|
|
626
|
-
"content": "<path d=\"M6 10v1h1v-1h3V9H7v1z\" fill=\"url(#color-mouth)\"/>",
|
|
627
|
-
"dependencies": {
|
|
628
|
-
"colors": [
|
|
629
|
-
"mouth"
|
|
630
|
-
]
|
|
631
|
-
},
|
|
632
|
-
"default": true
|
|
633
771
|
},
|
|
634
|
-
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
-
"colors": [
|
|
638
|
-
"mouth"
|
|
639
|
-
]
|
|
640
|
-
},
|
|
641
|
-
"default": true
|
|
642
|
-
},
|
|
643
|
-
"sad07": {
|
|
644
|
-
"content": "<path d=\"M7 9h2v1H7z\" fill=\"url(#color-mouth)\"/>",
|
|
645
|
-
"dependencies": {
|
|
646
|
-
"colors": [
|
|
647
|
-
"mouth"
|
|
648
|
-
]
|
|
649
|
-
},
|
|
650
|
-
"default": true
|
|
651
|
-
},
|
|
652
|
-
"sad06": {
|
|
653
|
-
"content": "<path d=\"M6 9h4v1H6z\" fill=\"url(#color-mouth)\"/>",
|
|
654
|
-
"dependencies": {
|
|
655
|
-
"colors": [
|
|
656
|
-
"mouth"
|
|
657
|
-
]
|
|
658
|
-
},
|
|
659
|
-
"default": true
|
|
660
|
-
},
|
|
661
|
-
"sad05": {
|
|
662
|
-
"content": "<path d=\"M7 9h3v1H7z\" fill=\"url(#color-mouth)\"/>",
|
|
663
|
-
"dependencies": {
|
|
664
|
-
"colors": [
|
|
665
|
-
"mouth"
|
|
666
|
-
]
|
|
667
|
-
},
|
|
668
|
-
"default": true
|
|
669
|
-
},
|
|
670
|
-
"sad04": {
|
|
671
|
-
"content": "<path d=\"M6 9h3v1H6z\" fill=\"url(#color-mouth)\"/>",
|
|
672
|
-
"dependencies": {
|
|
673
|
-
"colors": [
|
|
674
|
-
"mouth"
|
|
675
|
-
]
|
|
676
|
-
},
|
|
677
|
-
"default": true
|
|
678
|
-
},
|
|
679
|
-
"sad03": {
|
|
680
|
-
"content": "<path d=\"M9 9v1H7v1H6v-1h1V9z\" fill=\"url(#color-mouth)\"/>",
|
|
772
|
+
{
|
|
773
|
+
"name": "short16",
|
|
774
|
+
"content": "<rect x=\"3\" y=\"2\" width=\"10\" height=\"2\" fill=\"url(#color-hair)\"/><rect x=\"4\" y=\"1\" width=\"8\" height=\"2\" fill=\"url(#color-hair)\"/>",
|
|
681
775
|
"dependencies": {
|
|
682
776
|
"colors": [
|
|
683
|
-
"
|
|
777
|
+
"hair"
|
|
684
778
|
]
|
|
685
779
|
},
|
|
686
780
|
"default": true
|
|
687
781
|
},
|
|
688
|
-
|
|
689
|
-
"
|
|
782
|
+
{
|
|
783
|
+
"name": "short15",
|
|
784
|
+
"content": "<rect x=\"3\" y=\"3\" width=\"10\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"4\" y=\"2\" width=\"8\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"2\" y=\"4\" width=\"2\" height=\"2\" fill=\"url(#color-hair)\"/><rect x=\"12\" y=\"4\" width=\"2\" height=\"2\" fill=\"url(#color-hair)\"/>",
|
|
690
785
|
"dependencies": {
|
|
691
786
|
"colors": [
|
|
692
|
-
"
|
|
787
|
+
"hair"
|
|
693
788
|
]
|
|
694
789
|
},
|
|
695
790
|
"default": true
|
|
696
791
|
},
|
|
697
|
-
|
|
698
|
-
"
|
|
792
|
+
{
|
|
793
|
+
"name": "short14",
|
|
794
|
+
"content": "<rect x=\"3\" y=\"4\" width=\"1\" height=\"3\" fill=\"url(#color-hair)\"/><rect x=\"12\" y=\"4\" width=\"1\" height=\"3\" fill=\"url(#color-hair)\"/><rect x=\"3\" y=\"2\" width=\"10\" height=\"2\" fill=\"url(#color-hair)\"/>",
|
|
699
795
|
"dependencies": {
|
|
700
796
|
"colors": [
|
|
701
|
-
"
|
|
797
|
+
"hair"
|
|
702
798
|
]
|
|
703
799
|
},
|
|
704
800
|
"default": true
|
|
705
801
|
},
|
|
706
|
-
|
|
707
|
-
"
|
|
802
|
+
{
|
|
803
|
+
"name": "short13",
|
|
804
|
+
"content": "<rect x=\"3\" y=\"2\" width=\"10\" height=\"2\" fill=\"url(#color-hair)\"/><rect x=\"2\" y=\"2\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"2\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"2\" y=\"2\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"13\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"2\" y=\"4\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"5\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"4\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"6\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"9\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"8\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"12\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"13\" y=\"2\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"12\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"14\" y=\"3\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"13\" y=\"4\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"1\" y=\"3\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/>",
|
|
708
805
|
"dependencies": {
|
|
709
806
|
"colors": [
|
|
710
|
-
"
|
|
807
|
+
"hair"
|
|
711
808
|
]
|
|
712
809
|
},
|
|
713
810
|
"default": true
|
|
714
811
|
},
|
|
715
|
-
|
|
716
|
-
"
|
|
812
|
+
{
|
|
813
|
+
"name": "short12",
|
|
814
|
+
"content": "<rect x=\"4\" y=\"2\" width=\"1\" height=\"3\" fill=\"url(#color-hair)\"/><rect x=\"6\" y=\"2\" width=\"1\" height=\"2\" fill=\"url(#color-hair)\"/><rect x=\"8\" y=\"2\" width=\"1\" height=\"2\" fill=\"url(#color-hair)\"/><rect x=\"10\" y=\"2\" width=\"1\" height=\"2\" fill=\"url(#color-hair)\"/>",
|
|
717
815
|
"dependencies": {
|
|
718
816
|
"colors": [
|
|
719
|
-
"
|
|
817
|
+
"hair"
|
|
720
818
|
]
|
|
721
819
|
},
|
|
722
820
|
"default": true
|
|
723
821
|
},
|
|
724
|
-
|
|
725
|
-
"
|
|
822
|
+
{
|
|
823
|
+
"name": "short11",
|
|
824
|
+
"content": "<rect x=\"4\" y=\"2\" width=\"8\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"3\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"2\" y=\"2\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"2\" y=\"3\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"2\" y=\"4\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"2\" y=\"5\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"1\" y=\"3\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"1\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"1\" y=\"5\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"1\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect y=\"7\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"1\" y=\"8\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"5\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"4\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"6\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"7\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"8\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"9\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"9\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"11\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"10\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"12\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"13\" y=\"2\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"13\" y=\"3\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"13\" y=\"4\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"13\" y=\"5\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"14\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"15\" y=\"4\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"15\" y=\"4\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"14\" y=\"3\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"14\" y=\"8\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"15\" y=\"6\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"15\" y=\"7\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"13\" y=\"2\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"2\" y=\"2\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"3\" y=\"1\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/>",
|
|
726
825
|
"dependencies": {
|
|
727
826
|
"colors": [
|
|
728
|
-
"
|
|
827
|
+
"hair"
|
|
729
828
|
]
|
|
730
829
|
},
|
|
731
830
|
"default": true
|
|
732
831
|
},
|
|
733
|
-
|
|
734
|
-
"
|
|
832
|
+
{
|
|
833
|
+
"name": "short10",
|
|
834
|
+
"content": "<rect x=\"3\" y=\"2\" width=\"10\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"3\" y=\"3\" width=\"2\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"7\" y=\"1\" width=\"5\" height=\"1\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 13 3)\" fill=\"url(#color-hair)\"/>",
|
|
735
835
|
"dependencies": {
|
|
736
836
|
"colors": [
|
|
737
|
-
"
|
|
837
|
+
"hair"
|
|
738
838
|
]
|
|
739
839
|
},
|
|
740
840
|
"default": true
|
|
741
841
|
},
|
|
742
|
-
|
|
743
|
-
"
|
|
842
|
+
{
|
|
843
|
+
"name": "short09",
|
|
844
|
+
"content": "<rect x=\"7\" y=\"1\" width=\"5\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"4\" y=\"2\" width=\"7\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"3\" y=\"3\" width=\"5\" height=\"1\" fill=\"url(#color-hair)\"/>",
|
|
744
845
|
"dependencies": {
|
|
745
846
|
"colors": [
|
|
746
|
-
"
|
|
847
|
+
"hair"
|
|
747
848
|
]
|
|
748
849
|
},
|
|
749
850
|
"default": true
|
|
750
851
|
},
|
|
751
|
-
|
|
752
|
-
"
|
|
852
|
+
{
|
|
853
|
+
"name": "short08",
|
|
854
|
+
"content": "<rect x=\"5\" y=\"1\" width=\"5\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"4\" y=\"2\" width=\"8\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"9\" y=\"3\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"11\" y=\"3\" width=\"2\" height=\"1\" fill=\"url(#color-hair)\"/><rect x=\"3\" y=\"3\" width=\"2\" height=\"1\" fill=\"url(#color-hair)\"/>",
|
|
753
855
|
"dependencies": {
|
|
754
856
|
"colors": [
|
|
755
|
-
"
|
|
857
|
+
"hair"
|
|
756
858
|
]
|
|
757
859
|
},
|
|
758
860
|
"default": true
|
|
759
861
|
},
|
|
760
|
-
|
|
761
|
-
"
|
|
862
|
+
{
|
|
863
|
+
"name": "short07",
|
|
864
|
+
"content": "<rect x=\"3\" y=\"3\" width=\"1\" height=\"1\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 5 2)\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 12 2)\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 13 3)\" fill=\"url(#color-hair)\"/>",
|
|
762
865
|
"dependencies": {
|
|
763
866
|
"colors": [
|
|
764
|
-
"
|
|
867
|
+
"hair"
|
|
765
868
|
]
|
|
766
869
|
},
|
|
767
870
|
"default": true
|
|
768
871
|
},
|
|
769
|
-
|
|
770
|
-
"
|
|
872
|
+
{
|
|
873
|
+
"name": "short06",
|
|
874
|
+
"content": "<rect width=\"1\" height=\"3\" transform=\"matrix(-1 0 0 1 4 2)\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"3\" transform=\"matrix(-1 0 0 1 13 2)\" fill=\"url(#color-hair)\"/><rect width=\"9\" height=\"2\" transform=\"matrix(-1 0 0 1 12 1)\" fill=\"url(#color-hair)\"/><rect width=\"2\" height=\"2\" transform=\"matrix(-1 0 0 1 4 2)\" fill=\"url(#color-hair)\"/><rect width=\"2\" height=\"2\" transform=\"matrix(-1 0 0 1 14 2)\" fill=\"url(#color-hair)\"/>",
|
|
771
875
|
"dependencies": {
|
|
772
876
|
"colors": [
|
|
773
|
-
"
|
|
877
|
+
"hair"
|
|
774
878
|
]
|
|
775
879
|
},
|
|
776
880
|
"default": true
|
|
777
881
|
},
|
|
778
|
-
|
|
779
|
-
"
|
|
882
|
+
{
|
|
883
|
+
"name": "short05",
|
|
884
|
+
"content": "<rect width=\"1\" height=\"3\" transform=\"matrix(-1 0 0 1 9 1)\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"2\" transform=\"matrix(-1 0 0 1 8 2)\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"3\" transform=\"matrix(-1 0 0 1 10 0)\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 11 1)\" fill=\"url(#color-hair)\"/>",
|
|
780
885
|
"dependencies": {
|
|
781
886
|
"colors": [
|
|
782
|
-
"
|
|
887
|
+
"hair"
|
|
783
888
|
]
|
|
784
889
|
},
|
|
785
890
|
"default": true
|
|
786
891
|
},
|
|
787
|
-
|
|
788
|
-
"
|
|
892
|
+
{
|
|
893
|
+
"name": "short04",
|
|
894
|
+
"content": "<rect width=\"1\" height=\"2\" transform=\"matrix(-1 0 0 1 4 3)\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"2\" transform=\"matrix(-1 0 0 1 13 3)\" fill=\"url(#color-hair)\"/><rect width=\"8\" height=\"1\" transform=\"matrix(-1 0 0 1 12 2)\" fill=\"url(#color-hair)\"/>",
|
|
789
895
|
"dependencies": {
|
|
790
896
|
"colors": [
|
|
791
|
-
"
|
|
897
|
+
"hair"
|
|
792
898
|
]
|
|
793
899
|
},
|
|
794
900
|
"default": true
|
|
795
901
|
},
|
|
796
|
-
|
|
797
|
-
"
|
|
902
|
+
{
|
|
903
|
+
"name": "short03",
|
|
904
|
+
"content": "<rect width=\"8\" height=\"1\" transform=\"matrix(-1 0 0 1 12 2)\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 13 3)\" fill=\"url(#color-hair)\"/><rect width=\"3\" height=\"1\" transform=\"matrix(-1 0 0 1 6 3)\" fill=\"url(#color-hair)\"/><rect width=\"2\" height=\"1\" transform=\"matrix(-1 0 0 1 5 4)\" fill=\"url(#color-hair)\"/>",
|
|
798
905
|
"dependencies": {
|
|
799
906
|
"colors": [
|
|
800
|
-
"
|
|
907
|
+
"hair"
|
|
801
908
|
]
|
|
802
909
|
},
|
|
803
910
|
"default": true
|
|
804
911
|
},
|
|
805
|
-
|
|
806
|
-
"
|
|
912
|
+
{
|
|
913
|
+
"name": "short02",
|
|
914
|
+
"content": "<rect width=\"8\" height=\"1\" transform=\"matrix(-1 0 0 1 12 2)\" fill=\"url(#color-hair)\"/><rect width=\"2\" height=\"1\" transform=\"matrix(-1 0 0 1 13 3)\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 13 4)\" fill=\"url(#color-hair)\"/><rect width=\"3\" height=\"1\" transform=\"matrix(-1 0 0 1 6 3)\" fill=\"url(#color-hair)\"/><rect width=\"2\" height=\"1\" transform=\"matrix(-1 0 0 1 5 4)\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 4 5)\" fill=\"url(#color-hair)\"/>",
|
|
807
915
|
"dependencies": {
|
|
808
916
|
"colors": [
|
|
809
|
-
"
|
|
917
|
+
"hair"
|
|
810
918
|
]
|
|
811
919
|
},
|
|
812
920
|
"default": true
|
|
813
921
|
},
|
|
814
|
-
|
|
815
|
-
"
|
|
816
|
-
"
|
|
817
|
-
"colors": [
|
|
818
|
-
"mouth"
|
|
819
|
-
]
|
|
820
|
-
},
|
|
821
|
-
"default": true
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
},
|
|
825
|
-
"hair": {
|
|
826
|
-
"values": {
|
|
827
|
-
"short24": {
|
|
828
|
-
"content": "<path d=\"M11 2H5v1h1v1h4V3h1zM3 3h1v2H3zm10 0h-1v2h1z\" fill=\"url(#color-hair)\"/>",
|
|
922
|
+
{
|
|
923
|
+
"name": "short01",
|
|
924
|
+
"content": "<rect width=\"8\" height=\"1\" transform=\"matrix(-1 0 0 1 12 2)\" fill=\"url(#color-hair)\"/><rect width=\"6\" height=\"1\" transform=\"matrix(-1 0 0 1 13 3)\" fill=\"url(#color-hair)\"/><rect width=\"2\" height=\"1\" transform=\"matrix(-1 0 0 1 13 4)\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 13 5)\" fill=\"url(#color-hair)\"/><rect width=\"3\" height=\"1\" transform=\"matrix(-1 0 0 1 6 4)\" fill=\"url(#color-hair)\"/><rect width=\"4\" height=\"1\" transform=\"matrix(-1 0 0 1 7 3)\" fill=\"url(#color-hair)\"/><rect width=\"2\" height=\"1\" transform=\"matrix(-1 0 0 1 5 5)\" fill=\"url(#color-hair)\"/><rect width=\"1\" height=\"1\" transform=\"matrix(-1 0 0 1 4 6)\" fill=\"url(#color-hair)\"/>",
|
|
829
925
|
"dependencies": {
|
|
830
926
|
"colors": [
|
|
831
927
|
"hair"
|
|
@@ -833,8 +929,9 @@
|
|
|
833
929
|
},
|
|
834
930
|
"default": true
|
|
835
931
|
},
|
|
836
|
-
|
|
837
|
-
"
|
|
932
|
+
{
|
|
933
|
+
"name": "long21",
|
|
934
|
+
"content": "<path d=\"M13 1H3v1H2v4h1V3h10v3h1V2h-1zM2 8h1v3h1v1H2zm10 3h1V8h1v4h-2z\" fill=\"url(#color-hair)\"/>",
|
|
838
935
|
"dependencies": {
|
|
839
936
|
"colors": [
|
|
840
937
|
"hair"
|
|
@@ -842,8 +939,9 @@
|
|
|
842
939
|
},
|
|
843
940
|
"default": true
|
|
844
941
|
},
|
|
845
|
-
|
|
846
|
-
"
|
|
942
|
+
{
|
|
943
|
+
"name": "long20",
|
|
944
|
+
"content": "<path d=\"M4 1h8v1h1v1h1v3h-1V4h-1V3H6v1H3v2H2V3h1V2h1zM2 8h1v3h1v1h3v1H2zm10 4H9v1h5V8h-1v3h-1z\" fill=\"url(#color-hair)\"/>",
|
|
847
945
|
"dependencies": {
|
|
848
946
|
"colors": [
|
|
849
947
|
"hair"
|
|
@@ -851,8 +949,9 @@
|
|
|
851
949
|
},
|
|
852
950
|
"default": true
|
|
853
951
|
},
|
|
854
|
-
|
|
855
|
-
"
|
|
952
|
+
{
|
|
953
|
+
"name": "long19",
|
|
954
|
+
"content": "<path d=\"M13 2H3v1H2v3h1V4h10v2h1V3h-1zM3 8H2v1H1v2H0v1h1v-1h1v-1h1z\" fill=\"url(#color-hair)\"/>",
|
|
856
955
|
"dependencies": {
|
|
857
956
|
"colors": [
|
|
858
957
|
"hair"
|
|
@@ -860,8 +959,9 @@
|
|
|
860
959
|
},
|
|
861
960
|
"default": true
|
|
862
961
|
},
|
|
863
|
-
|
|
864
|
-
"
|
|
962
|
+
{
|
|
963
|
+
"name": "long18",
|
|
964
|
+
"content": "<path d=\"M13 2H3v1H2v3h1V4h10v2h1V3h-1zM2 8h1v2H2v1H1V9h1zm-1 3v1H0v-1zm15 0h-1V9h-1V8h-1v2h1v1h1v1h1z\" fill=\"url(#color-hair)\"/>",
|
|
865
965
|
"dependencies": {
|
|
866
966
|
"colors": [
|
|
867
967
|
"hair"
|
|
@@ -869,8 +969,9 @@
|
|
|
869
969
|
},
|
|
870
970
|
"default": true
|
|
871
971
|
},
|
|
872
|
-
|
|
873
|
-
"
|
|
972
|
+
{
|
|
973
|
+
"name": "long17",
|
|
974
|
+
"content": "<path d=\"M5 1h7v1h1v1h1v3h-1V4h-2V3H5v1H4v1H3v1H2v2h1v3h1v1H1V4h1V3h1V2h2z\" fill=\"url(#color-hair)\"/>",
|
|
874
975
|
"dependencies": {
|
|
875
976
|
"colors": [
|
|
876
977
|
"hair"
|
|
@@ -878,8 +979,9 @@
|
|
|
878
979
|
},
|
|
879
980
|
"default": true
|
|
880
981
|
},
|
|
881
|
-
|
|
882
|
-
"
|
|
982
|
+
{
|
|
983
|
+
"name": "long16",
|
|
984
|
+
"content": "<path d=\"M3 1h8v1h2v1h1v3h-1V4h-2V3H6v1H5V3H4v1H3v2H2v2h1v2H1V3h1V2h1zm11 7h-1v2h1z\" fill=\"url(#color-hair)\"/>",
|
|
883
985
|
"dependencies": {
|
|
884
986
|
"colors": [
|
|
885
987
|
"hair"
|
|
@@ -887,8 +989,9 @@
|
|
|
887
989
|
},
|
|
888
990
|
"default": true
|
|
889
991
|
},
|
|
890
|
-
|
|
891
|
-
"
|
|
992
|
+
{
|
|
993
|
+
"name": "long15",
|
|
994
|
+
"content": "<g fill=\"url(#color-hair)\"><path d=\"M5 0h1v1H5z\"/><path d=\"M2 3h1V1h2v1h1V1h1v1h1V1H7V0h2v2h1V1h1v1h1V1h1v1h1v1h-1v1H4v1H3v1H2V5H1V4h1z\"/><path d=\"M2 3H1V2h1zM1 6H0V5h1zm1 2H1V6h1zm0 0h1v2H2z\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 4h-1v2h2V5h1V4h-1V3h-1zm0 0h1v1h-1z\"/><path d=\"M12 1h-1V0h1zm1 7h1v2h-1z\"/></g>",
|
|
892
995
|
"dependencies": {
|
|
893
996
|
"colors": [
|
|
894
997
|
"hair"
|
|
@@ -896,8 +999,9 @@
|
|
|
896
999
|
},
|
|
897
1000
|
"default": true
|
|
898
1001
|
},
|
|
899
|
-
|
|
900
|
-
"
|
|
1002
|
+
{
|
|
1003
|
+
"name": "long14",
|
|
1004
|
+
"content": "<path d=\"M5 1H3v1H2v2h1v1h1V4h8v1h1V4h1V2h-1V1h-2v1H5z\" fill=\"url(#color-hair)\"/>",
|
|
901
1005
|
"dependencies": {
|
|
902
1006
|
"colors": [
|
|
903
1007
|
"hair"
|
|
@@ -905,8 +1009,9 @@
|
|
|
905
1009
|
},
|
|
906
1010
|
"default": true
|
|
907
1011
|
},
|
|
908
|
-
|
|
909
|
-
"
|
|
1012
|
+
{
|
|
1013
|
+
"name": "long13",
|
|
1014
|
+
"content": "<path d=\"M13 1H3v1H2v1H1v11h2V4h10v10h2V3h-1V2h-1z\" fill=\"url(#color-hair)\"/>",
|
|
910
1015
|
"dependencies": {
|
|
911
1016
|
"colors": [
|
|
912
1017
|
"hair"
|
|
@@ -914,8 +1019,9 @@
|
|
|
914
1019
|
},
|
|
915
1020
|
"default": true
|
|
916
1021
|
},
|
|
917
|
-
|
|
918
|
-
"
|
|
1022
|
+
{
|
|
1023
|
+
"name": "long12",
|
|
1024
|
+
"content": "<path d=\"M5 4V3h7v1h1v2h1v2h-1v3h-1v1H9v1h4v1h1v3h1V3h-1V2h-1V1H3v1H2v1H1v14h1v-3h1v-1h4v-1H4v-1H3V8H2V6h1V5h1V4z\" fill=\"url(#color-hair)\"/>",
|
|
919
1025
|
"dependencies": {
|
|
920
1026
|
"colors": [
|
|
921
1027
|
"hair"
|
|
@@ -923,8 +1029,9 @@
|
|
|
923
1029
|
},
|
|
924
1030
|
"default": true
|
|
925
1031
|
},
|
|
926
|
-
|
|
927
|
-
"
|
|
1032
|
+
{
|
|
1033
|
+
"name": "long11",
|
|
1034
|
+
"content": "<path d=\"M6 1v1H3v2H2v2h1V5h4V4h3V3h2v1h1v2h1V2h-2V1zM2 8h1v2H2zm12 0h-1v2h1z\" fill=\"url(#color-hair)\"/>",
|
|
928
1035
|
"dependencies": {
|
|
929
1036
|
"colors": [
|
|
930
1037
|
"hair"
|
|
@@ -932,8 +1039,9 @@
|
|
|
932
1039
|
},
|
|
933
1040
|
"default": true
|
|
934
1041
|
},
|
|
935
|
-
|
|
936
|
-
"
|
|
1042
|
+
{
|
|
1043
|
+
"name": "long10",
|
|
1044
|
+
"content": "<path d=\"M4 1v1H3v1H2v1H1v6h2V8H2V6h1V4h1V3h2v1h1V3h1V2H7V1z\" fill=\"url(#color-hair)\"/>",
|
|
937
1045
|
"dependencies": {
|
|
938
1046
|
"colors": [
|
|
939
1047
|
"hair"
|
|
@@ -941,8 +1049,9 @@
|
|
|
941
1049
|
},
|
|
942
1050
|
"default": true
|
|
943
1051
|
},
|
|
944
|
-
|
|
945
|
-
"
|
|
1052
|
+
{
|
|
1053
|
+
"name": "long09",
|
|
1054
|
+
"content": "<path d=\"M2 1h12v1h1v11h-1v-1h-1V8h1V6h-1V3H3v3H2v2h1v4H2v1H1V2h1z\" fill=\"url(#color-hair)\"/>",
|
|
946
1055
|
"dependencies": {
|
|
947
1056
|
"colors": [
|
|
948
1057
|
"hair"
|
|
@@ -950,8 +1059,9 @@
|
|
|
950
1059
|
},
|
|
951
1060
|
"default": true
|
|
952
1061
|
},
|
|
953
|
-
|
|
954
|
-
"
|
|
1062
|
+
{
|
|
1063
|
+
"name": "long08",
|
|
1064
|
+
"content": "<path d=\"M2 1h12v1h1v11h-1v-1h-1V8h1V6h-1V3h-1v1h-1V3H8v1H7v1H6v1H5v1H4v1H3v4H2v1H1V2h1z\" fill=\"url(#color-hair)\"/>",
|
|
955
1065
|
"dependencies": {
|
|
956
1066
|
"colors": [
|
|
957
1067
|
"hair"
|
|
@@ -959,8 +1069,9 @@
|
|
|
959
1069
|
},
|
|
960
1070
|
"default": true
|
|
961
1071
|
},
|
|
962
|
-
|
|
963
|
-
"
|
|
1072
|
+
{
|
|
1073
|
+
"name": "long07",
|
|
1074
|
+
"content": "<path d=\"M3 1h10v1h1v1h1v10h-1v-1h-1V8h1V6h-1V4h-1V3H5v1H4v1H3v1H2v2h1v4H2v1H1V3h1V2h1z\" fill=\"url(#color-hair)\"/>",
|
|
964
1075
|
"dependencies": {
|
|
965
1076
|
"colors": [
|
|
966
1077
|
"hair"
|
|
@@ -968,8 +1079,9 @@
|
|
|
968
1079
|
},
|
|
969
1080
|
"default": true
|
|
970
1081
|
},
|
|
971
|
-
|
|
972
|
-
"
|
|
1082
|
+
{
|
|
1083
|
+
"name": "long06",
|
|
1084
|
+
"content": "<path d=\"M3 2h10v1h1v3h-1V4H3v2H2V3h1zm10 6h1v1h1v2h-1v-1h-1zm2 3h1v1h-1z\" fill=\"url(#color-hair)\"/>",
|
|
973
1085
|
"dependencies": {
|
|
974
1086
|
"colors": [
|
|
975
1087
|
"hair"
|
|
@@ -977,8 +1089,9 @@
|
|
|
977
1089
|
},
|
|
978
1090
|
"default": true
|
|
979
1091
|
},
|
|
980
|
-
|
|
981
|
-
"
|
|
1092
|
+
{
|
|
1093
|
+
"name": "long05",
|
|
1094
|
+
"content": "<path d=\"M4 0H1v3h2v1H2v2h1V5h2V4h1V3h5v1h1v1h1v1h1V3h-1V2h-1V1H6v1H4zM2 8h1v1H2zm12 0h-1v1h1z\" fill=\"url(#color-hair)\"/>",
|
|
982
1095
|
"dependencies": {
|
|
983
1096
|
"colors": [
|
|
984
1097
|
"hair"
|
|
@@ -986,8 +1099,9 @@
|
|
|
986
1099
|
},
|
|
987
1100
|
"default": true
|
|
988
1101
|
},
|
|
989
|
-
|
|
990
|
-
"
|
|
1102
|
+
{
|
|
1103
|
+
"name": "long04",
|
|
1104
|
+
"content": "<path d=\"M12 1H5v1H4v1H3v1H2v2h2V5h1V4h1V3h5v1h1v1h1v1h1V3h-1V2h-1zm1 7h1v4h-2v-1h1zM2 8h1v3h1v1H2z\" fill=\"url(#color-hair)\"/>",
|
|
991
1105
|
"dependencies": {
|
|
992
1106
|
"colors": [
|
|
993
1107
|
"hair"
|
|
@@ -995,8 +1109,9 @@
|
|
|
995
1109
|
},
|
|
996
1110
|
"default": true
|
|
997
1111
|
},
|
|
998
|
-
|
|
999
|
-
"
|
|
1112
|
+
{
|
|
1113
|
+
"name": "long03",
|
|
1114
|
+
"content": "<path d=\"M4 2h8v1h1v2h1v6h1v2h-2v-1h-1V5h-1V4H5v1H4v7H3v1H1v-2h1V5h1V3h1z\" fill=\"url(#color-hair)\"/>",
|
|
1000
1115
|
"dependencies": {
|
|
1001
1116
|
"colors": [
|
|
1002
1117
|
"hair"
|
|
@@ -1004,8 +1119,9 @@
|
|
|
1004
1119
|
},
|
|
1005
1120
|
"default": true
|
|
1006
1121
|
},
|
|
1007
|
-
|
|
1008
|
-
"
|
|
1122
|
+
{
|
|
1123
|
+
"name": "long02",
|
|
1124
|
+
"content": "<path d=\"M4 2h8v1h1v2h1v7h-1v-1h-1V5h-1V4H5v1H4v6H3v1H2V5h1V3h1zM2 12v1H1v-1zm12 0h1v1h-1z\" fill=\"url(#color-hair)\"/>",
|
|
1009
1125
|
"dependencies": {
|
|
1010
1126
|
"colors": [
|
|
1011
1127
|
"hair"
|
|
@@ -1013,411 +1129,459 @@
|
|
|
1013
1129
|
},
|
|
1014
1130
|
"default": true
|
|
1015
1131
|
},
|
|
1016
|
-
|
|
1017
|
-
"
|
|
1132
|
+
{
|
|
1133
|
+
"name": "long01",
|
|
1134
|
+
"content": "<path d=\"M12 1H5v1H4v1H3v1H2v2h2V5h1V4h1V3h5v1h1v1h1v1h1V3h-1V2h-1zm1 7h1v6h-1v-1H9v-1h3v-1h1zM2 8h1v3h1v1h3v1H3v1H2z\" fill=\"url(#color-hair)\"/>",
|
|
1018
1135
|
"dependencies": {
|
|
1019
1136
|
"colors": [
|
|
1020
1137
|
"hair"
|
|
1021
1138
|
]
|
|
1022
1139
|
},
|
|
1023
1140
|
"default": true
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
|
|
1141
|
+
}
|
|
1142
|
+
]
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "hat",
|
|
1146
|
+
"probability": 5,
|
|
1147
|
+
"values": [
|
|
1148
|
+
{
|
|
1149
|
+
"name": "variant10",
|
|
1150
|
+
"content": "<path d=\"M12 0H4v2H2v3h12V2h-2z\" fill=\"url(#color-hat)\"/><rect x=\"10\" y=\"2\" width=\"1\" height=\"3\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"8\" y=\"3\" width=\"1\" height=\"2\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
1027
1151
|
"dependencies": {
|
|
1028
1152
|
"colors": [
|
|
1029
|
-
"
|
|
1153
|
+
"hat"
|
|
1030
1154
|
]
|
|
1031
1155
|
},
|
|
1032
1156
|
"default": true
|
|
1033
1157
|
},
|
|
1034
|
-
|
|
1035
|
-
"
|
|
1158
|
+
{
|
|
1159
|
+
"name": "variant09",
|
|
1160
|
+
"content": "<path d=\"M4 0h8v1h1v1h1v3H2V2h1V1h1z\" fill=\"url(#color-hat)\"/><rect x=\"11\" y=\"2\" width=\"1\" height=\"3\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"9\" y=\"2\" width=\"1\" height=\"3\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
1036
1161
|
"dependencies": {
|
|
1037
1162
|
"colors": [
|
|
1038
|
-
"
|
|
1163
|
+
"hat"
|
|
1039
1164
|
]
|
|
1040
1165
|
},
|
|
1041
1166
|
"default": true
|
|
1042
1167
|
},
|
|
1043
|
-
|
|
1044
|
-
"
|
|
1168
|
+
{
|
|
1169
|
+
"name": "variant08",
|
|
1170
|
+
"content": "<path d=\"M4 0h8v1h1v1h1v2H2V2h1V1h1z\" fill=\"url(#color-hat)\"/><rect x=\"12\" y=\"2\" width=\"1\" height=\"3\" transform=\"rotate(90 12 2)\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
1045
1171
|
"dependencies": {
|
|
1046
1172
|
"colors": [
|
|
1047
|
-
"
|
|
1173
|
+
"hat"
|
|
1048
1174
|
]
|
|
1049
1175
|
},
|
|
1050
1176
|
"default": true
|
|
1051
1177
|
},
|
|
1052
|
-
|
|
1053
|
-
"
|
|
1178
|
+
{
|
|
1179
|
+
"name": "variant07",
|
|
1180
|
+
"content": "<path d=\"M12 1H4v1H3v2h12V3h-2V2h-1z\" fill=\"url(#color-hat)\"/>",
|
|
1054
1181
|
"dependencies": {
|
|
1055
1182
|
"colors": [
|
|
1056
|
-
"
|
|
1183
|
+
"hat"
|
|
1057
1184
|
]
|
|
1058
1185
|
},
|
|
1059
1186
|
"default": true
|
|
1060
1187
|
},
|
|
1061
|
-
|
|
1062
|
-
"
|
|
1188
|
+
{
|
|
1189
|
+
"name": "variant06",
|
|
1190
|
+
"content": "<path d=\"M13 0H3v3H1v1h14V3h-2z\" fill=\"url(#color-hat)\"/><rect x=\"11\" y=\"1\" width=\"1\" height=\"3\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
1063
1191
|
"dependencies": {
|
|
1064
1192
|
"colors": [
|
|
1065
|
-
"
|
|
1193
|
+
"hat"
|
|
1066
1194
|
]
|
|
1067
1195
|
},
|
|
1068
1196
|
"default": true
|
|
1069
1197
|
},
|
|
1070
|
-
|
|
1071
|
-
"
|
|
1198
|
+
{
|
|
1199
|
+
"name": "variant05",
|
|
1200
|
+
"content": "<path d=\"M4 0h8v1h1v1h1v2H2V2h1V1h1z\" fill=\"url(#color-hat)\"/><rect x=\"12\" y=\"1\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"11\" y=\"2\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"10\" y=\"3\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"10\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"9\" y=\"1\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"8\" y=\"2\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"7\" y=\"3\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
1072
1201
|
"dependencies": {
|
|
1073
1202
|
"colors": [
|
|
1074
|
-
"
|
|
1203
|
+
"hat"
|
|
1075
1204
|
]
|
|
1076
1205
|
},
|
|
1077
1206
|
"default": true
|
|
1078
1207
|
},
|
|
1079
|
-
|
|
1080
|
-
"
|
|
1208
|
+
{
|
|
1209
|
+
"name": "variant04",
|
|
1210
|
+
"content": "<path d=\"M4 0h8v1h1v1h1v3H2V2h1V1h1z\" fill=\"url(#color-hat)\"/><rect x=\"13\" y=\"1\" width=\"1\" height=\"10\" transform=\"rotate(90 13 1)\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"14\" y=\"3\" width=\"1\" height=\"12\" transform=\"rotate(90 14 3)\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
1081
1211
|
"dependencies": {
|
|
1082
1212
|
"colors": [
|
|
1083
|
-
"
|
|
1213
|
+
"hat"
|
|
1084
1214
|
]
|
|
1085
1215
|
},
|
|
1086
1216
|
"default": true
|
|
1087
1217
|
},
|
|
1088
|
-
|
|
1089
|
-
"
|
|
1218
|
+
{
|
|
1219
|
+
"name": "variant03",
|
|
1220
|
+
"content": "<path d=\"M4 0h8v1h1v1h1v2H2V2h1V1h1z\" fill=\"url(#color-hat)\"/><rect x=\"13\" y=\"1\" width=\"1\" height=\"10\" transform=\"rotate(90 13 1)\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"14\" y=\"3\" width=\"1\" height=\"12\" transform=\"rotate(90 14 3)\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
1090
1221
|
"dependencies": {
|
|
1091
1222
|
"colors": [
|
|
1092
|
-
"
|
|
1223
|
+
"hat"
|
|
1093
1224
|
]
|
|
1094
1225
|
},
|
|
1095
1226
|
"default": true
|
|
1096
1227
|
},
|
|
1097
|
-
|
|
1098
|
-
"
|
|
1228
|
+
{
|
|
1229
|
+
"name": "variant02",
|
|
1230
|
+
"content": "<path d=\"M12 1H4v1H3v2h12V3h-2V2h-1z\" fill=\"url(#color-hat)\"/><rect x=\"11\" y=\"4\" width=\"1\" height=\"3\" transform=\"rotate(-180 11 4)\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
1099
1231
|
"dependencies": {
|
|
1100
1232
|
"colors": [
|
|
1101
|
-
"
|
|
1233
|
+
"hat"
|
|
1102
1234
|
]
|
|
1103
1235
|
},
|
|
1104
1236
|
"default": true
|
|
1105
1237
|
},
|
|
1106
|
-
|
|
1107
|
-
"
|
|
1238
|
+
{
|
|
1239
|
+
"name": "variant01",
|
|
1240
|
+
"content": "<path d=\"M4 0h8v1h1v1h1v3H2V2h1V1h1z\" fill=\"url(#color-hat)\"/><rect x=\"5\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"4\" y=\"1\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"3\" y=\"2\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"2\" y=\"3\" width=\"1\" height=\"1\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
1108
1241
|
"dependencies": {
|
|
1109
1242
|
"colors": [
|
|
1110
|
-
"
|
|
1243
|
+
"hat"
|
|
1111
1244
|
]
|
|
1112
1245
|
},
|
|
1113
1246
|
"default": true
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
|
|
1247
|
+
}
|
|
1248
|
+
]
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "mouth",
|
|
1252
|
+
"values": [
|
|
1253
|
+
{
|
|
1254
|
+
"name": "sad10",
|
|
1255
|
+
"content": "<path d=\"M7 9v1h1v1h1V9z\" fill=\"url(#color-mouth)\"/>",
|
|
1117
1256
|
"dependencies": {
|
|
1118
1257
|
"colors": [
|
|
1119
|
-
"
|
|
1258
|
+
"mouth"
|
|
1120
1259
|
]
|
|
1121
1260
|
},
|
|
1122
1261
|
"default": true
|
|
1123
1262
|
},
|
|
1124
|
-
|
|
1125
|
-
"
|
|
1263
|
+
{
|
|
1264
|
+
"name": "sad09",
|
|
1265
|
+
"content": "<path d=\"M6 10v1h1v-1h3V9H7v1z\" fill=\"url(#color-mouth)\"/>",
|
|
1126
1266
|
"dependencies": {
|
|
1127
1267
|
"colors": [
|
|
1128
|
-
"
|
|
1268
|
+
"mouth"
|
|
1129
1269
|
]
|
|
1130
1270
|
},
|
|
1131
1271
|
"default": true
|
|
1132
1272
|
},
|
|
1133
|
-
|
|
1134
|
-
"
|
|
1273
|
+
{
|
|
1274
|
+
"name": "sad08",
|
|
1275
|
+
"content": "<path d=\"M6 9v1h3v1h1v-1H9V9z\" fill=\"url(#color-mouth)\"/>",
|
|
1135
1276
|
"dependencies": {
|
|
1136
1277
|
"colors": [
|
|
1137
|
-
"
|
|
1278
|
+
"mouth"
|
|
1138
1279
|
]
|
|
1139
1280
|
},
|
|
1140
1281
|
"default": true
|
|
1141
1282
|
},
|
|
1142
|
-
|
|
1143
|
-
"
|
|
1283
|
+
{
|
|
1284
|
+
"name": "sad07",
|
|
1285
|
+
"content": "<path d=\"M7 9h2v1H7z\" fill=\"url(#color-mouth)\"/>",
|
|
1144
1286
|
"dependencies": {
|
|
1145
1287
|
"colors": [
|
|
1146
|
-
"
|
|
1288
|
+
"mouth"
|
|
1147
1289
|
]
|
|
1148
1290
|
},
|
|
1149
1291
|
"default": true
|
|
1150
1292
|
},
|
|
1151
|
-
|
|
1152
|
-
"
|
|
1293
|
+
{
|
|
1294
|
+
"name": "sad06",
|
|
1295
|
+
"content": "<path d=\"M6 9h4v1H6z\" fill=\"url(#color-mouth)\"/>",
|
|
1153
1296
|
"dependencies": {
|
|
1154
1297
|
"colors": [
|
|
1155
|
-
"
|
|
1298
|
+
"mouth"
|
|
1156
1299
|
]
|
|
1157
1300
|
},
|
|
1158
1301
|
"default": true
|
|
1159
1302
|
},
|
|
1160
|
-
|
|
1161
|
-
"
|
|
1303
|
+
{
|
|
1304
|
+
"name": "sad05",
|
|
1305
|
+
"content": "<path d=\"M7 9h3v1H7z\" fill=\"url(#color-mouth)\"/>",
|
|
1162
1306
|
"dependencies": {
|
|
1163
1307
|
"colors": [
|
|
1164
|
-
"
|
|
1308
|
+
"mouth"
|
|
1165
1309
|
]
|
|
1166
1310
|
},
|
|
1167
1311
|
"default": true
|
|
1168
1312
|
},
|
|
1169
|
-
|
|
1170
|
-
"
|
|
1313
|
+
{
|
|
1314
|
+
"name": "sad04",
|
|
1315
|
+
"content": "<path d=\"M6 9h3v1H6z\" fill=\"url(#color-mouth)\"/>",
|
|
1171
1316
|
"dependencies": {
|
|
1172
1317
|
"colors": [
|
|
1173
|
-
"
|
|
1318
|
+
"mouth"
|
|
1174
1319
|
]
|
|
1175
1320
|
},
|
|
1176
1321
|
"default": true
|
|
1177
1322
|
},
|
|
1178
|
-
|
|
1179
|
-
"
|
|
1323
|
+
{
|
|
1324
|
+
"name": "sad03",
|
|
1325
|
+
"content": "<path d=\"M9 9v1H7v1H6v-1h1V9z\" fill=\"url(#color-mouth)\"/>",
|
|
1180
1326
|
"dependencies": {
|
|
1181
1327
|
"colors": [
|
|
1182
|
-
"
|
|
1328
|
+
"mouth"
|
|
1183
1329
|
]
|
|
1184
1330
|
},
|
|
1185
1331
|
"default": true
|
|
1186
1332
|
},
|
|
1187
|
-
|
|
1188
|
-
"
|
|
1333
|
+
{
|
|
1334
|
+
"name": "sad02",
|
|
1335
|
+
"content": "<path d=\"M7 9v1h2v1h1v-1H9V9z\" fill=\"url(#color-mouth)\"/>",
|
|
1189
1336
|
"dependencies": {
|
|
1190
1337
|
"colors": [
|
|
1191
|
-
"
|
|
1338
|
+
"mouth"
|
|
1192
1339
|
]
|
|
1193
1340
|
},
|
|
1194
1341
|
"default": true
|
|
1195
1342
|
},
|
|
1196
|
-
|
|
1197
|
-
"
|
|
1343
|
+
{
|
|
1344
|
+
"name": "sad01",
|
|
1345
|
+
"content": "<path d=\"M7 9h2v1H7zm0 1v1H6v-1zm2 0v1h1v-1z\" fill=\"url(#color-mouth)\"/>",
|
|
1198
1346
|
"dependencies": {
|
|
1199
1347
|
"colors": [
|
|
1200
|
-
"
|
|
1348
|
+
"mouth"
|
|
1201
1349
|
]
|
|
1202
1350
|
},
|
|
1203
1351
|
"default": true
|
|
1204
1352
|
},
|
|
1205
|
-
|
|
1206
|
-
"
|
|
1353
|
+
{
|
|
1354
|
+
"name": "happy13",
|
|
1355
|
+
"content": "<path d=\"M6 10v1h1v1h2v-1h1v-1H9V9H7v1z\" fill=\"url(#color-mouth)\"/><path d=\"M7 10v1h2v-1z\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
1207
1356
|
"dependencies": {
|
|
1208
1357
|
"colors": [
|
|
1209
|
-
"
|
|
1358
|
+
"mouth"
|
|
1210
1359
|
]
|
|
1211
1360
|
},
|
|
1212
1361
|
"default": true
|
|
1213
1362
|
},
|
|
1214
|
-
|
|
1215
|
-
"
|
|
1363
|
+
{
|
|
1364
|
+
"name": "happy12",
|
|
1365
|
+
"content": "<path d=\"M6 10v1h1v1h2v-1h1v-1H9V9H7v1z\" fill=\"url(#color-mouth)\"/><path d=\"M7 10v1h2v-1z\" fill=\"white\"/>",
|
|
1216
1366
|
"dependencies": {
|
|
1217
1367
|
"colors": [
|
|
1218
|
-
"
|
|
1368
|
+
"mouth"
|
|
1219
1369
|
]
|
|
1220
1370
|
},
|
|
1221
1371
|
"default": true
|
|
1222
1372
|
},
|
|
1223
|
-
|
|
1224
|
-
"
|
|
1373
|
+
{
|
|
1374
|
+
"name": "happy11",
|
|
1375
|
+
"content": "<path d=\"M6 9v1h1v1h2v-1H7V9z\" fill=\"url(#color-mouth)\"/>",
|
|
1225
1376
|
"dependencies": {
|
|
1226
1377
|
"colors": [
|
|
1227
|
-
"
|
|
1378
|
+
"mouth"
|
|
1228
1379
|
]
|
|
1229
1380
|
},
|
|
1230
1381
|
"default": true
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
"probability": 5,
|
|
1236
|
-
"values": {
|
|
1237
|
-
"variant10": {
|
|
1238
|
-
"content": "<path d=\"M12 0H4v2H2v3h12V2h-2z\" fill=\"url(#color-hat)\"/><rect x=\"10\" y=\"2\" width=\"1\" height=\"3\" fill=\"white\" fill-opacity=\"0.3\"/><rect x=\"8\" y=\"3\" width=\"1\" height=\"2\" fill=\"white\" fill-opacity=\"0.3\"/>",
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "happy10",
|
|
1385
|
+
"content": "<path d=\"M10 9v1H9v1H7v-1h2V9z\" fill=\"url(#color-mouth)\"/>",
|
|
1239
1386
|
"dependencies": {
|
|
1240
1387
|
"colors": [
|
|
1241
|
-
"
|
|
1388
|
+
"mouth"
|
|
1242
1389
|
]
|
|
1243
1390
|
},
|
|
1244
1391
|
"default": true
|
|
1245
1392
|
},
|
|
1246
|
-
|
|
1247
|
-
"
|
|
1393
|
+
{
|
|
1394
|
+
"name": "happy09",
|
|
1395
|
+
"content": "<path d=\"M7 11h2v-1H7zm0-1V9H6v1zm2 0V9h1v1z\" fill=\"url(#color-mouth)\"/>",
|
|
1248
1396
|
"dependencies": {
|
|
1249
1397
|
"colors": [
|
|
1250
|
-
"
|
|
1398
|
+
"mouth"
|
|
1251
1399
|
]
|
|
1252
1400
|
},
|
|
1253
1401
|
"default": true
|
|
1254
1402
|
},
|
|
1255
|
-
|
|
1256
|
-
"
|
|
1403
|
+
{
|
|
1404
|
+
"name": "happy08",
|
|
1405
|
+
"content": "<path d=\"M6 11v-1h3V9h1v1H9v1z\" fill=\"url(#color-mouth)\"/>",
|
|
1257
1406
|
"dependencies": {
|
|
1258
1407
|
"colors": [
|
|
1259
|
-
"
|
|
1408
|
+
"mouth"
|
|
1260
1409
|
]
|
|
1261
1410
|
},
|
|
1262
1411
|
"default": true
|
|
1263
1412
|
},
|
|
1264
|
-
|
|
1265
|
-
"
|
|
1413
|
+
{
|
|
1414
|
+
"name": "happy07",
|
|
1415
|
+
"content": "<path d=\"M10 11v-1H7V9H6v1h1v1z\" fill=\"url(#color-mouth)\"/>",
|
|
1266
1416
|
"dependencies": {
|
|
1267
1417
|
"colors": [
|
|
1268
|
-
"
|
|
1418
|
+
"mouth"
|
|
1269
1419
|
]
|
|
1270
1420
|
},
|
|
1271
1421
|
"default": true
|
|
1272
1422
|
},
|
|
1273
|
-
|
|
1274
|
-
"
|
|
1423
|
+
{
|
|
1424
|
+
"name": "happy06",
|
|
1425
|
+
"content": "<path d=\"M6 9v1h1v1h2v-1h1V9z\" fill=\"url(#color-mouth)\"/>",
|
|
1275
1426
|
"dependencies": {
|
|
1276
1427
|
"colors": [
|
|
1277
|
-
"
|
|
1428
|
+
"mouth"
|
|
1278
1429
|
]
|
|
1279
1430
|
},
|
|
1280
1431
|
"default": true
|
|
1281
1432
|
},
|
|
1282
|
-
|
|
1283
|
-
"
|
|
1433
|
+
{
|
|
1434
|
+
"name": "happy05",
|
|
1435
|
+
"content": "<path d=\"M7 9v2h2v-1H8V9z\" fill=\"url(#color-mouth)\"/><path d=\"M9 11v-1H8V9H7v1h1v1z\" fill=\"white\" fill-opacity=\"0.2\"/>",
|
|
1284
1436
|
"dependencies": {
|
|
1285
1437
|
"colors": [
|
|
1286
|
-
"
|
|
1438
|
+
"mouth"
|
|
1287
1439
|
]
|
|
1288
1440
|
},
|
|
1289
1441
|
"default": true
|
|
1290
1442
|
},
|
|
1291
|
-
|
|
1292
|
-
"
|
|
1443
|
+
{
|
|
1444
|
+
"name": "happy04",
|
|
1445
|
+
"content": "<path d=\"M9 9v1H8v1h2V9z\" fill=\"url(#color-mouth)\"/>",
|
|
1293
1446
|
"dependencies": {
|
|
1294
1447
|
"colors": [
|
|
1295
|
-
"
|
|
1448
|
+
"mouth"
|
|
1296
1449
|
]
|
|
1297
1450
|
},
|
|
1298
1451
|
"default": true
|
|
1299
1452
|
},
|
|
1300
|
-
|
|
1301
|
-
"
|
|
1453
|
+
{
|
|
1454
|
+
"name": "happy03",
|
|
1455
|
+
"content": "<path d=\"M7 9v1h1v1H6V9z\" fill=\"url(#color-mouth)\"/>",
|
|
1302
1456
|
"dependencies": {
|
|
1303
1457
|
"colors": [
|
|
1304
|
-
"
|
|
1458
|
+
"mouth"
|
|
1305
1459
|
]
|
|
1306
1460
|
},
|
|
1307
1461
|
"default": true
|
|
1308
1462
|
},
|
|
1309
|
-
|
|
1310
|
-
"
|
|
1463
|
+
{
|
|
1464
|
+
"name": "happy02",
|
|
1465
|
+
"content": "<path d=\"M8 10v1h1v-1z\" fill=\"url(#color-mouth)\"/>",
|
|
1311
1466
|
"dependencies": {
|
|
1312
1467
|
"colors": [
|
|
1313
|
-
"
|
|
1468
|
+
"mouth"
|
|
1314
1469
|
]
|
|
1315
1470
|
},
|
|
1316
1471
|
"default": true
|
|
1317
1472
|
},
|
|
1318
|
-
|
|
1319
|
-
"
|
|
1473
|
+
{
|
|
1474
|
+
"name": "happy01",
|
|
1475
|
+
"content": "<path d=\"M7 9v2h2V9z\" fill=\"url(#color-mouth)\"/>",
|
|
1320
1476
|
"dependencies": {
|
|
1321
1477
|
"colors": [
|
|
1322
|
-
"
|
|
1478
|
+
"mouth"
|
|
1323
1479
|
]
|
|
1324
1480
|
},
|
|
1325
1481
|
"default": true
|
|
1326
1482
|
}
|
|
1327
|
-
|
|
1483
|
+
]
|
|
1328
1484
|
}
|
|
1329
|
-
|
|
1330
|
-
"colors":
|
|
1331
|
-
|
|
1485
|
+
],
|
|
1486
|
+
"colors": [
|
|
1487
|
+
{
|
|
1488
|
+
"name": "accessories",
|
|
1332
1489
|
"values": [
|
|
1490
|
+
"a9a9a9",
|
|
1491
|
+
"d3d3d3",
|
|
1333
1492
|
"daa520",
|
|
1334
|
-
"ffd700",
|
|
1335
1493
|
"fafad2",
|
|
1336
|
-
"
|
|
1337
|
-
"a9a9a9"
|
|
1494
|
+
"ffd700"
|
|
1338
1495
|
]
|
|
1339
1496
|
},
|
|
1340
|
-
|
|
1497
|
+
{
|
|
1498
|
+
"name": "clothing",
|
|
1341
1499
|
"values": [
|
|
1342
|
-
"
|
|
1343
|
-
"428bca",
|
|
1500
|
+
"00b159",
|
|
1344
1501
|
"03396c",
|
|
1345
|
-
"
|
|
1502
|
+
"428bca",
|
|
1346
1503
|
"44c585",
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1349
|
-
"d11141",
|
|
1504
|
+
"5bc0de",
|
|
1505
|
+
"88d8b0",
|
|
1350
1506
|
"ae0001",
|
|
1351
|
-
"
|
|
1507
|
+
"d11141",
|
|
1508
|
+
"ff6f69",
|
|
1509
|
+
"ffc425",
|
|
1352
1510
|
"ffd969",
|
|
1353
|
-
"
|
|
1511
|
+
"ffeead"
|
|
1354
1512
|
]
|
|
1355
1513
|
},
|
|
1356
|
-
|
|
1514
|
+
{
|
|
1515
|
+
"name": "eyes",
|
|
1357
1516
|
"values": [
|
|
1358
|
-
"76778b",
|
|
1359
|
-
"697b94",
|
|
1360
|
-
"647b90",
|
|
1361
|
-
"5b7c8b",
|
|
1362
1517
|
"588387",
|
|
1518
|
+
"5b7c8b",
|
|
1519
|
+
"647b90",
|
|
1520
|
+
"697b94",
|
|
1521
|
+
"76778b",
|
|
1363
1522
|
"876658"
|
|
1364
1523
|
]
|
|
1365
1524
|
},
|
|
1366
|
-
|
|
1525
|
+
{
|
|
1526
|
+
"name": "glasses",
|
|
1367
1527
|
"values": [
|
|
1368
|
-
"4b4b4b",
|
|
1369
|
-
"323232",
|
|
1370
1528
|
"191919",
|
|
1529
|
+
"323232",
|
|
1371
1530
|
"43677d",
|
|
1531
|
+
"4b4b4b",
|
|
1372
1532
|
"5f705c",
|
|
1373
1533
|
"a04b5d"
|
|
1374
1534
|
]
|
|
1375
1535
|
},
|
|
1376
|
-
|
|
1536
|
+
{
|
|
1537
|
+
"name": "hair",
|
|
1377
1538
|
"values": [
|
|
1378
|
-
"
|
|
1539
|
+
"009bbd",
|
|
1540
|
+
"28150a",
|
|
1541
|
+
"603015",
|
|
1379
1542
|
"603a14",
|
|
1380
|
-
"83623b",
|
|
1381
|
-
"a78961",
|
|
1382
1543
|
"611c17",
|
|
1383
|
-
"603015",
|
|
1384
1544
|
"612616",
|
|
1385
|
-
"
|
|
1386
|
-
"
|
|
1545
|
+
"83623b",
|
|
1546
|
+
"91cb15",
|
|
1547
|
+
"a78961",
|
|
1387
1548
|
"bd1700",
|
|
1388
|
-
"
|
|
1549
|
+
"cab188"
|
|
1389
1550
|
]
|
|
1390
1551
|
},
|
|
1391
|
-
|
|
1552
|
+
{
|
|
1553
|
+
"name": "hat",
|
|
1392
1554
|
"values": [
|
|
1393
|
-
"2e1e05",
|
|
1394
1555
|
"2663a3",
|
|
1395
|
-
"
|
|
1556
|
+
"2e1e05",
|
|
1396
1557
|
"3d8a6b",
|
|
1397
|
-
"cc6192",
|
|
1398
1558
|
"614f8a",
|
|
1399
|
-
"
|
|
1559
|
+
"989789",
|
|
1560
|
+
"a62116",
|
|
1561
|
+
"cc6192"
|
|
1400
1562
|
]
|
|
1401
1563
|
},
|
|
1402
|
-
|
|
1564
|
+
{
|
|
1565
|
+
"name": "mouth",
|
|
1403
1566
|
"values": [
|
|
1404
|
-
"d29985",
|
|
1405
1567
|
"c98276",
|
|
1406
|
-
"
|
|
1407
|
-
"de0f0d"
|
|
1568
|
+
"d29985",
|
|
1569
|
+
"de0f0d",
|
|
1570
|
+
"e35d6a"
|
|
1408
1571
|
]
|
|
1409
1572
|
},
|
|
1410
|
-
|
|
1573
|
+
{
|
|
1574
|
+
"name": "skin",
|
|
1411
1575
|
"values": [
|
|
1412
|
-
"
|
|
1413
|
-
"f5cfa0",
|
|
1414
|
-
"eac393",
|
|
1415
|
-
"e0b687",
|
|
1416
|
-
"cb9e6e",
|
|
1417
|
-
"b68655",
|
|
1576
|
+
"8d5524",
|
|
1418
1577
|
"a26d3d",
|
|
1419
|
-
"
|
|
1578
|
+
"b68655",
|
|
1579
|
+
"cb9e6e",
|
|
1580
|
+
"e0b687",
|
|
1581
|
+
"eac393",
|
|
1582
|
+
"f5cfa0",
|
|
1583
|
+
"ffdbac"
|
|
1420
1584
|
]
|
|
1421
1585
|
}
|
|
1422
|
-
|
|
1586
|
+
]
|
|
1423
1587
|
}
|