@dicebear/pixel-art 4.10.0 → 5.0.0-alpha.10

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/dist/index.es.js CHANGED
@@ -1,846 +1,659 @@
1
- import { utils } from '@dicebear/avatars';
2
-
3
- var schema$1 = {
4
- "title": "Options",
5
- "$schema": "http://json-schema.org/draft-07/schema#",
6
- "properties": {
7
- "beard": {
8
- "title": "Beard",
9
- "type": "array",
10
- "items": {
11
- "type": "string",
12
- "enum": ["variant04", "variant03", "variant02", "variant01"]
13
- },
14
- "default": ["variant04", "variant03", "variant02", "variant01"]
15
- },
16
- "beardProbability": {
17
- "title": "Beard Probability",
18
- "default": 10,
19
- "type": "integer",
20
- "minimum": 0,
21
- "maximum": 100
22
- },
23
- "eyes": {
24
- "title": "Eyes",
25
- "type": "array",
26
- "items": {
27
- "type": "string",
28
- "enum": ["variant13", "variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
29
- },
30
- "default": ["variant13", "variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
31
- },
32
- "eyebrows": {
33
- "title": "Eyebrows",
34
- "type": "array",
35
- "items": {
36
- "type": "string",
37
- "enum": ["variant13", "variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
38
- },
39
- "default": ["variant13", "variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
40
- },
41
- "mouth": {
42
- "title": "Mouth",
43
- "type": "array",
44
- "items": {
45
- "type": "string",
46
- "enum": ["surprised03", "surprised02", "happy09", "happy08", "happy07", "happy06", "happy05", "happy04", "happy03", "happy02", "happy01", "sad08", "sad07", "sad06", "sad05", "sad04", "sad03", "sad02", "sad01", "surprised01"]
47
- },
48
- "default": ["surprised03", "surprised02", "happy09", "happy08", "happy07", "happy06", "happy05", "happy04", "happy03", "happy02", "happy01", "sad08", "sad07", "sad06", "sad05", "sad04", "sad03", "sad02", "sad01", "surprised01"]
49
- },
50
- "hair": {
51
- "title": "Hair",
52
- "type": "array",
53
- "items": {
54
- "type": "string",
55
- "enum": ["short11", "short10", "short09", "short08", "short07", "short06", "short05", "short04", "short03", "short02", "long15", "short01", "long14", "long13", "long12", "long11", "long10", "long09", "long08", "long07", "long06", "long05", "long04", "long03", "long02", "long01"]
56
- },
57
- "default": ["short11", "short10", "short09", "short08", "short07", "short06", "short05", "short04", "short03", "short02", "long15", "short01", "long14", "long13", "long12", "long11", "long10", "long09", "long08", "long07", "long06", "long05", "long04", "long03", "long02", "long01"]
58
- },
59
- "hairProbability": {
60
- "title": "Hair Probability",
61
- "default": 100,
62
- "type": "integer",
63
- "minimum": 0,
64
- "maximum": 100
65
- },
66
- "accessories": {
67
- "title": "Accessories",
68
- "type": "array",
69
- "items": {
70
- "type": "string",
71
- "enum": ["variant04", "variant03", "variant02", "variant01"]
72
- },
73
- "default": ["variant04", "variant03", "variant02", "variant01"]
74
- },
75
- "accessoriesProbability": {
76
- "title": "Accessories Probability",
77
- "default": 10,
78
- "type": "integer",
79
- "minimum": 0,
80
- "maximum": 100
81
- },
82
- "glasses": {
83
- "title": "Glasses",
84
- "type": "array",
85
- "items": {
86
- "type": "string",
87
- "enum": ["variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
88
- },
89
- "default": ["variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
90
- },
91
- "glassesProbability": {
92
- "title": "Glasses Probability",
93
- "default": 20,
94
- "type": "integer",
95
- "minimum": 0,
96
- "maximum": 100
97
- },
98
- "hat": {
99
- "title": "Hat",
100
- "type": "array",
101
- "items": {
102
- "type": "string",
103
- "enum": ["variant01", "variant02", "variant03", "variant04", "variant05", "variant06", "variant07", "variant08", "variant09", "variant10", "variant11", "variant12"]
104
- },
105
- "default": ["variant01", "variant02", "variant03", "variant04", "variant05", "variant06", "variant07", "variant08", "variant09", "variant10", "variant11", "variant12"]
106
- },
107
- "hatProbability": {
108
- "title": "Hat Probability",
109
- "default": 10,
110
- "type": "integer",
111
- "minimum": 0,
112
- "maximum": 100
113
- },
114
- "clothing": {
115
- "title": "Clothing",
116
- "type": "array",
117
- "items": {
118
- "type": "string",
119
- "enum": ["variant25", "variant24", "variant23", "variant22", "variant21", "variant20", "variant19", "variant18", "variant17", "variant16", "variant15", "variant14", "variant13", "variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
120
- },
121
- "default": ["variant25", "variant24", "variant23", "variant22", "variant21", "variant20", "variant19", "variant18", "variant17", "variant16", "variant15", "variant14", "variant13", "variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
122
- },
123
- "skinColor": {
124
- "title": "Skin Color",
125
- "type": "array",
126
- "items": {
127
- "anyOf": [{
128
- "type": "string",
129
- "enum": ["variant01", "variant02", "variant03", "variant04", "variant05", "variant06", "variant07", "variant08"]
130
- }, {
131
- "type": "string",
132
- "pattern": "^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$"
133
- }]
134
- },
135
- "default": ["variant01", "variant02", "variant03", "variant04", "variant05", "variant06", "variant07", "variant08"]
136
- },
137
- "hairColor": {
138
- "title": "Hair Color",
139
- "type": "array",
140
- "items": {
141
- "anyOf": [{
142
- "type": "string",
143
- "enum": ["variant01", "variant02", "variant03", "variant04", "variant05", "variant06", "variant07", "variant08", "variant09", "variant10"]
144
- }, {
145
- "type": "string",
146
- "pattern": "^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$"
147
- }]
148
- },
149
- "default": ["variant01", "variant02", "variant03", "variant04", "variant05", "variant06", "variant07", "variant08", "variant09", "variant10"]
150
- },
151
- "accessoriesColor": {
152
- "title": "Accessories Color",
153
- "type": "array",
154
- "items": {
155
- "anyOf": [{
156
- "type": "string",
157
- "enum": ["gold01", "gold02", "gold03", "silver01", "silver02"]
158
- }, {
159
- "type": "string",
160
- "pattern": "^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$"
161
- }]
162
- },
163
- "default": ["gold01", "gold02", "gold03", "silver01", "silver02"]
164
- },
165
- "mouthColor": {
166
- "title": "Mouth Color",
167
- "type": "array",
168
- "items": {
169
- "anyOf": [{
170
- "type": "string",
171
- "enum": ["variant01", "variant02", "variant03", "variant04"]
172
- }, {
173
- "type": "string",
174
- "pattern": "^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$"
175
- }]
176
- },
177
- "default": ["variant01", "variant02", "variant03", "variant04"]
178
- },
179
- "clothesColor": {
180
- "title": "Clothes Color",
181
- "type": "array",
182
- "items": {
183
- "anyOf": [{
184
- "type": "string",
185
- "enum": ["yellow01", "yellow02", "yellow03", "red01", "red02", "red03", "blue01", "blue02", "blue03", "green01", "green02", "green03"]
186
- }, {
187
- "type": "string",
188
- "pattern": "^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$"
189
- }]
190
- },
191
- "default": ["yellow01", "yellow02", "yellow03", "red01", "red02", "red03", "blue01", "blue02", "blue03", "green01", "green02", "green03"]
192
- },
193
- "hatColor": {
194
- "title": "Hat Color",
195
- "type": "array",
196
- "items": {
197
- "anyOf": [{
198
- "type": "string",
199
- "enum": ["pink01", "blue01", "green01", "purple01", "red01", "black01", "gray01"]
200
- }, {
201
- "type": "string",
202
- "pattern": "^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$"
203
- }]
204
- },
205
- "default": ["pink01", "blue01", "green01", "purple01", "red01", "black01", "gray01"]
206
- },
207
- "glassesColor": {
208
- "title": "Glasses Color",
209
- "type": "array",
210
- "items": {
211
- "anyOf": [{
212
- "type": "string",
213
- "enum": ["green01", "blue01", "red01", "black01", "black02", "black03"]
214
- }, {
215
- "type": "string",
216
- "pattern": "^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$"
217
- }]
218
- },
219
- "default": ["green01", "blue01", "red01", "black01", "black02", "black03"]
220
- }
221
- },
222
- "additionalProperties": false
1
+ function $parcel$interopDefault(a) {
2
+ return a && a.__esModule ? a.default : a;
3
+ }
4
+ function $parcel$export(e, n, v, s) {
5
+ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
6
+ }
7
+ var $f66fddda7516a461$exports = {};
8
+ $f66fddda7516a461$exports = JSON.parse("{\"title\":\"Options\",\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"properties\":{\"accessories\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"enum\":[\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"default\":[\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"accessoriesColor\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"anyOf\":[{\"type\":\"string\",\"pattern\":\"^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$\"},{\"type\":\"string\",\"enum\":[\"gold01\",\"gold02\",\"gold03\",\"silver01\",\"silver02\"]}]},\"default\":[\"gold01\",\"gold02\",\"gold03\",\"silver01\",\"silver02\"]},\"accessoriesProbability\":{\"type\":\"integer\",\"minimum\":0,\"maximum\":100,\"default\":10},\"beard\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"enum\":[\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"default\":[\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"beardProbability\":{\"type\":\"integer\",\"minimum\":0,\"maximum\":100,\"default\":10},\"clothesColor\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"anyOf\":[{\"type\":\"string\",\"pattern\":\"^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$\"},{\"type\":\"string\",\"enum\":[\"yellow01\",\"yellow02\",\"yellow03\",\"red01\",\"red02\",\"red03\",\"blue01\",\"blue02\",\"blue03\",\"green01\",\"green02\",\"green03\"]}]},\"default\":[\"yellow01\",\"yellow02\",\"yellow03\",\"red01\",\"red02\",\"red03\",\"blue01\",\"blue02\",\"blue03\",\"green01\",\"green02\",\"green03\"]},\"clothing\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"enum\":[\"variant25\",\"variant24\",\"variant23\",\"variant22\",\"variant21\",\"variant20\",\"variant19\",\"variant18\",\"variant17\",\"variant16\",\"variant15\",\"variant14\",\"variant13\",\"variant12\",\"variant11\",\"variant10\",\"variant09\",\"variant08\",\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"default\":[\"variant25\",\"variant24\",\"variant23\",\"variant22\",\"variant21\",\"variant20\",\"variant19\",\"variant18\",\"variant17\",\"variant16\",\"variant15\",\"variant14\",\"variant13\",\"variant12\",\"variant11\",\"variant10\",\"variant09\",\"variant08\",\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"eyebrows\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"enum\":[\"variant13\",\"variant12\",\"variant11\",\"variant10\",\"variant09\",\"variant08\",\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"default\":[\"variant13\",\"variant12\",\"variant11\",\"variant10\",\"variant09\",\"variant08\",\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"eyes\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"enum\":[\"variant13\",\"variant12\",\"variant11\",\"variant10\",\"variant09\",\"variant08\",\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"default\":[\"variant13\",\"variant12\",\"variant11\",\"variant10\",\"variant09\",\"variant08\",\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"glasses\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"enum\":[\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"default\":[\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"glassesColor\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"anyOf\":[{\"type\":\"string\",\"pattern\":\"^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$\"},{\"type\":\"string\",\"enum\":[\"green01\",\"blue01\",\"red01\",\"black01\",\"black02\",\"black03\"]}]},\"default\":[\"green01\",\"blue01\",\"red01\",\"black01\",\"black02\",\"black03\"]},\"glassesProbability\":{\"type\":\"integer\",\"minimum\":0,\"maximum\":100,\"default\":20},\"hair\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"enum\":[\"short11\",\"short10\",\"short09\",\"short08\",\"short07\",\"short06\",\"short05\",\"short04\",\"short03\",\"short02\",\"long15\",\"short01\",\"long14\",\"long13\",\"long12\",\"long11\",\"long10\",\"long09\",\"long08\",\"long07\",\"long06\",\"long05\",\"long04\",\"long03\",\"long02\",\"long01\"]},\"default\":[\"short11\",\"short10\",\"short09\",\"short08\",\"short07\",\"short06\",\"short05\",\"short04\",\"short03\",\"short02\",\"long15\",\"short01\",\"long14\",\"long13\",\"long12\",\"long11\",\"long10\",\"long09\",\"long08\",\"long07\",\"long06\",\"long05\",\"long04\",\"long03\",\"long02\",\"long01\"]},\"hairColor\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"anyOf\":[{\"type\":\"string\",\"pattern\":\"^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$\"},{\"type\":\"string\",\"enum\":[\"variant01\",\"variant02\",\"variant03\",\"variant04\",\"variant05\",\"variant06\",\"variant07\",\"variant08\",\"variant09\",\"variant10\"]}]},\"default\":[\"variant01\",\"variant02\",\"variant03\",\"variant04\",\"variant05\",\"variant06\",\"variant07\",\"variant08\",\"variant09\",\"variant10\"]},\"hairProbability\":{\"type\":\"integer\",\"minimum\":0,\"maximum\":100,\"default\":100},\"hat\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"enum\":[\"variant01\",\"variant02\",\"variant03\",\"variant04\",\"variant05\",\"variant06\",\"variant07\",\"variant08\",\"variant09\",\"variant10\",\"variant11\",\"variant12\"]},\"default\":[\"variant01\",\"variant02\",\"variant03\",\"variant04\",\"variant05\",\"variant06\",\"variant07\",\"variant08\",\"variant09\",\"variant10\",\"variant11\",\"variant12\"]},\"hatColor\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"anyOf\":[{\"type\":\"string\",\"pattern\":\"^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$\"},{\"type\":\"string\",\"enum\":[\"pink01\",\"blue01\",\"green01\",\"purple01\",\"red01\",\"black01\",\"gray01\"]}]},\"default\":[\"pink01\",\"blue01\",\"green01\",\"purple01\",\"red01\",\"black01\",\"gray01\"]},\"hatProbability\":{\"type\":\"integer\",\"minimum\":0,\"maximum\":100,\"default\":10},\"mouth\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"enum\":[\"surprised03\",\"surprised02\",\"happy09\",\"happy08\",\"happy07\",\"happy06\",\"happy05\",\"happy04\",\"happy03\",\"happy02\",\"happy01\",\"sad08\",\"sad07\",\"sad06\",\"sad05\",\"sad04\",\"sad03\",\"sad02\",\"sad01\",\"surprised01\"]},\"default\":[\"surprised03\",\"surprised02\",\"happy09\",\"happy08\",\"happy07\",\"happy06\",\"happy05\",\"happy04\",\"happy03\",\"happy02\",\"happy01\",\"sad08\",\"sad07\",\"sad06\",\"sad05\",\"sad04\",\"sad03\",\"sad02\",\"sad01\",\"surprised01\"]},\"mouthColor\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"anyOf\":[{\"type\":\"string\",\"pattern\":\"^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$\"},{\"type\":\"string\",\"enum\":[\"variant01\",\"variant02\",\"variant03\",\"variant04\"]}]},\"default\":[\"variant01\",\"variant02\",\"variant03\",\"variant04\"]},\"skinColor\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"anyOf\":[{\"type\":\"string\",\"pattern\":\"^#([a-fA-F0-9]{3}|[a-fA-F0-9]{4}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$\"},{\"type\":\"string\",\"enum\":[\"variant01\",\"variant02\",\"variant03\",\"variant04\",\"variant05\",\"variant06\",\"variant07\",\"variant08\"]}]},\"default\":[\"variant01\",\"variant02\",\"variant03\",\"variant04\",\"variant05\",\"variant06\",\"variant07\",\"variant08\"]}},\"additionalProperties\":false}");
9
+
10
+
11
+ var $6694e050ea5985cb$exports = {};
12
+
13
+ $parcel$export($6694e050ea5985cb$exports, "beard", function () { return $dbff7059655cff81$export$f3afdac99fc73206; });
14
+ $parcel$export($6694e050ea5985cb$exports, "eyes", function () { return $2bf5e5f03cff2f60$export$60b896fd2e3e4b2; });
15
+ $parcel$export($6694e050ea5985cb$exports, "eyebrows", function () { return $173ba2ce214de15d$export$aebaafc0a0095705; });
16
+ $parcel$export($6694e050ea5985cb$exports, "mouth", function () { return $e9139a5f7522f853$export$4ec1914b3efc3f9a; });
17
+ $parcel$export($6694e050ea5985cb$exports, "hair", function () { return $8522e41a7f0524d7$export$12c365d50e7cb3d6; });
18
+ $parcel$export($6694e050ea5985cb$exports, "accessories", function () { return $7fb7bcd570788f0d$export$3bb43880931639de; });
19
+ $parcel$export($6694e050ea5985cb$exports, "glasses", function () { return $8a5abea736e231e4$export$98222f1ebbc36891; });
20
+ $parcel$export($6694e050ea5985cb$exports, "hat", function () { return $005db0803c3bdc30$export$dbf38fa2a54a979a; });
21
+ $parcel$export($6694e050ea5985cb$exports, "clothing", function () { return $2210f038691c9666$export$315fd2fadf178734; });
22
+ const $dbff7059655cff81$export$f3afdac99fc73206 = {
23
+ variant04: (components, colors)=>`<path opacity=".9" d="M4 10v3h1v1h1v1h8v-1h1v-1h1v-3h-2v1H6v-1H4Z" fill="${colors.hair.value}"/>`
24
+ ,
25
+ variant03: (components, colors)=>`<path opacity=".9" d="M4 13h1v1h1v1h8v-1h1v-1h1v-3h-1v1h-1v1H6v-1H5v-1H4v3Z" fill="${colors.hair.value}"/>`
26
+ ,
27
+ variant02: (components, colors)=>`<path opacity=".9" d="M4 11v2h1v1h1v1h8v-1h1v-1h1v-2H4Z" fill="${colors.hair.value}"/>`
28
+ ,
29
+ variant01: (components, colors)=>`<path opacity=".9" d="M4 8v5h1v1h1v1h8v-1h1v-1h1V8h-1v2h-1v1h-1v1H7v-1H6v-1H5V8H4Z" fill="${colors.hair.value}"/>`
223
30
  };
224
31
 
225
- var beard = {
226
- 'variant04': function variant04(components, colors) {
227
- return "\n<path opacity=\".9\" d=\"M4 10v3h1v1h1v1h8v-1h1v-1h1v-3h-2v1H6v-1H4Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
228
- },
229
- 'variant03': function variant03(components, colors) {
230
- return "\n<path opacity=\".9\" d=\"M4 13h1v1h1v1h8v-1h1v-1h1v-3h-1v1h-1v1H6v-1H5v-1H4v3Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
231
- },
232
- 'variant02': function variant02(components, colors) {
233
- return "\n<path opacity=\".9\" d=\"M4 11v2h1v1h1v1h8v-1h1v-1h1v-2H4Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
234
- },
235
- 'variant01': function variant01(components, colors) {
236
- return "\n<path opacity=\".9\" d=\"M4 8v5h1v1h1v1h8v-1h1v-1h1V8h-1v2h-1v1h-1l-.059 1H7v-1H6v-1H5V8H4Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
237
- }
238
- };
239
32
 
240
- var eyes = {
241
- 'variant13': function variant13(components, colors) {
242
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M5 9V7h3v2H5Zm7-2h3v2h-3V7Z\" fill=\"#fff\"/>\n<path d=\"M7 8v1h1V8H7Zm7 0h1v1h-1V8Z\" fill=\"#000\"/>\n</g>\n";
243
- },
244
- 'variant12': function variant12(components, colors) {
245
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M5 7h3v2H5V7Zm7 0h3v2h-3V7Z\" fill=\"#fff\"/>\n<path d=\"M6 8h1v1H6V8Zm7 1V8h1v1h-1Z\" fill=\"#000\"/>\n</g>\n";
246
- },
247
- 'variant11': function variant11(components, colors) {
248
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M5 7h3v2H5V7Zm7 0h3v2h-3V7Z\" fill=\"#fff\"/>\n<path d=\"M7 8h1v1H7V8Zm5 0h1v1h-1V8Z\" fill=\"#000\"/>\n</g>\n";
249
- },
250
- 'variant10': function variant10(components, colors) {
251
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M6 7h1v1h1v1H6V7Zm6 0h1v1h1v1h-2V7Z\" fill=\"#fff\"/>\n<path d=\"M6 8h1v1H6V8Zm6 0h1v1h-1V8Z\" fill=\"#000\"/>\n</g>\n";
252
- },
253
- 'variant09': function variant09(components, colors) {
254
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M5 8h2v1H5V8Zm7 0h2v1h-2V8Z\" fill=\"#fff\"/>\n<path d=\"M7 8h1v1H7V8Zm7 0h1v1h-1V8Z\" fill=\"#000\"/>\n</g>\n";
255
- },
256
- 'variant08': function variant08(components, colors) {
257
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M6 8h1v1H6V8Zm7 0h1v1h-1V8Z\" fill=\"#fff\"/>\n<path d=\"M7 8h1v1H7V8Zm5 0h1v1h-1V8Z\" fill=\"#000\"/>\n</g>\n";
258
- },
259
- 'variant07': function variant07(components, colors) {
260
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M5 7v1h3V7H5Zm7 0h3v1h-3V7Z\" fill=\"#fff\"/>\n<path d=\"M5 9V8h1V7h1v1h1v1H5Zm7 0V8h1V7h1v1h1v1h-3Z\" fill=\"#000\"/>\n<path d=\"M5 9V8h1V7h1v1h1v1H7V8H6v1H5Zm7 0V8h1V7h1v1h1v1h-1V8h-1v1h-1Z\" fill=\"#fff\" fill-opacity=\".5\"/>\n</g>\n";
261
- },
262
- 'variant06': function variant06(components, colors) {
263
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M5 8h3v1H5V8Zm7 0h3v1h-3V8Z\" fill=\"#fff\"/>\n<path d=\"M6 8h1v1H6V8Zm7 0h1v1h-1V8Z\" fill=\"#000\"/>\n</g>\n";
264
- },
265
- 'variant05': function variant05(components, colors) {
266
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M5 7h3v2H5V7Zm7 0h3v2h-3V7Z\" fill=\"#fff\"/>\n<path d=\"M5 8h2v1H5V8Zm7 0h2v1h-2V8Z\" fill=\"#000\"/>\n</g>\n";
267
- },
268
- 'variant04': function variant04(components, colors) {
269
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M5 7h3v3H5V7Zm7 0h3v3h-3V7Z\" fill=\"#fff\"/>\n<path d=\"M6 8h1v1H6V8Zm7 0h1v1h-1V8Z\" fill=\"#000\"/>\n</g>\n";
270
- },
271
- 'variant03': function variant03(components, colors) {
272
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M5 7h3v3H5V7Zm7 0h3v3h-3V7Z\" fill=\"#fff\"/>\n<path d=\"M6 7h2v2H6V7Zm7 0h2v2h-2V7Z\" fill=\"#000\"/>\n<path d=\"M6 7v1h1v1h1V8H7V7H6Zm7 0v1h1v1h1V8h-1V7h-1Z\" fill=\"#fff\" fill-opacity=\".4\"/>\n<path d=\"M7 7v1h1V7H7Zm7 0h1v1h-1V7Z\" fill=\"#fff\" fill-opacity=\".7\"/>\n</g>\n";
273
- },
274
- 'variant02': function variant02(components, colors) {
275
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M5 7h3v3H5V7Zm7 0h3v3h-3V7Z\" fill=\"#fff\"/>\n<path d=\"M5 8h2v1H5V8Zm7 0h2v1h-2V8Z\" fill=\"#000\"/>\n<path d=\"M5 8h1v1H5V8Zm7 0h1v1h-1V8Z\" fill=\"#fff\" fill-opacity=\".7\"/>\n</g>\n";
276
- },
277
- 'variant01': function variant01(components, colors) {
278
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M6 7h1v2H5V8h1V7Zm7 0h1v2h-2V8h1V7Z\" fill=\"#fff\"/>\n<path d=\"M7 7v1H6v1h2V7H7Zm7 0v1h-1v1h2V7h-1Z\" fill=\"#000\"/>\n<path d=\"M7 7v1h1V7H7ZM6 8v1h1V8H6Zm8-1v1h1V7h-1Zm-1 1v1h1V8h-1Z\" fill=\"#fff\" fill-opacity=\".5\"/>\n</g>\n";
279
- }
33
+ const $2bf5e5f03cff2f60$export$60b896fd2e3e4b2 = {
34
+ variant13: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M5 9V7h3v2H5Zm7-2h3v2h-3V7Z" fill="#fff"/><path d="M7 8v1h1V8H7Zm7 0h1v1h-1V8Z" fill="#000"/></g>`
35
+ ,
36
+ variant12: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M5 7h3v2H5V7Zm7 0h3v2h-3V7Z" fill="#fff"/><path d="M6 8h1v1H6V8Zm7 1V8h1v1h-1Z" fill="#000"/></g>`
37
+ ,
38
+ variant11: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M5 7h3v2H5V7Zm7 0h3v2h-3V7Z" fill="#fff"/><path d="M7 8h1v1H7V8Zm5 0h1v1h-1V8Z" fill="#000"/></g>`
39
+ ,
40
+ variant10: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M6 7h1v1h1v1H6V7Zm6 0h1v1h1v1h-2V7Z" fill="#fff"/><path d="M6 8h1v1H6V8Zm6 0h1v1h-1V8Z" fill="#000"/></g>`
41
+ ,
42
+ variant09: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M5 8h2v1H5V8Zm7 0h2v1h-2V8Z" fill="#fff"/><path d="M7 8h1v1H7V8Zm7 0h1v1h-1V8Z" fill="#000"/></g>`
43
+ ,
44
+ variant08: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M6 8h1v1H6V8Zm7 0h1v1h-1V8Z" fill="#fff"/><path d="M7 8h1v1H7V8Zm5 0h1v1h-1V8Z" fill="#000"/></g>`
45
+ ,
46
+ variant07: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M5 7v1h3V7H5Zm7 0h3v1h-3V7Z" fill="#fff"/><path d="M5 9V8h1V7h1v1h1v1H5Zm7 0V8h1V7h1v1h1v1h-3Z" fill="#000"/><path d="M5 9V8h1V7h1v1h1v1H7V8H6v1H5Zm7 0V8h1V7h1v1h1v1h-1V8h-1v1h-1Z" fill="#fff" fill-opacity=".5"/></g>`
47
+ ,
48
+ variant06: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M5 8h3v1H5V8Zm7 0h3v1h-3V8Z" fill="#fff"/><path d="M6 8h1v1H6V8Zm7 0h1v1h-1V8Z" fill="#000"/></g>`
49
+ ,
50
+ variant05: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M5 7h3v2H5V7Zm7 0h3v2h-3V7Z" fill="#fff"/><path d="M5 8h2v1H5V8Zm7 0h2v1h-2V8Z" fill="#000"/></g>`
51
+ ,
52
+ variant04: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M5 7h3v3H5V7Zm7 0h3v3h-3V7Z" fill="#fff"/><path d="M6 8h1v1H6V8Zm7 0h1v1h-1V8Z" fill="#000"/></g>`
53
+ ,
54
+ variant03: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M5 7h3v3H5V7Zm7 0h3v3h-3V7Z" fill="#fff"/><path d="M6 7h2v2H6V7Zm7 0h2v2h-2V7Z" fill="#000"/><path d="M6 7v1h1v1h1V8H7V7H6Zm7 0v1h1v1h1V8h-1V7h-1Z" fill="#fff" fill-opacity=".4"/><path d="M7 7v1h1V7H7Zm7 0h1v1h-1V7Z" fill="#fff" fill-opacity=".7"/></g>`
55
+ ,
56
+ variant02: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M5 7h3v3H5V7Zm7 0h3v3h-3V7Z" fill="#fff"/><path d="M5 8h2v1H5V8Zm7 0h2v1h-2V8Z" fill="#000"/><path d="M5 8h1v1H5V8Zm7 0h1v1h-1V8Z" fill="#fff" fill-opacity=".7"/></g>`
57
+ ,
58
+ variant01: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M6 7h1v2H5V8h1V7Zm7 0h1v2h-2V8h1V7Z" fill="#fff"/><path d="M7 7v1H6v1h2V7H7Zm7 0v1h-1v1h2V7h-1Z" fill="#000"/><path d="M7 7v1h1V7H7ZM6 8v1h1V8H6Zm8-1v1h1V7h-1Zm-1 1v1h1V8h-1Z" fill="#fff" fill-opacity=".5"/></g>`
280
59
  };
281
60
 
282
- var eyebrows = {
283
- 'variant13': function variant13(components, colors) {
284
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M8 4v1H7v1H5V5h2V4h1Zm4 0h1v1h2v1h-2V5h-1V4Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M8 4v1H7v1H5V5h2V4h1Zm4 0h1v1h2v1h-2V5h-1V4Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
285
- },
286
- 'variant12': function variant12(components, colors) {
287
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M6 5h3v2H8V6H6V5Zm5 0h3v1h-2v1h-1V5Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M6 5h3v2H8V6H6V5Zm5 0h3v1h-2v1h-1V5Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
288
- },
289
- 'variant11': function variant11(components, colors) {
290
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M5 5h3v1h1v1H8V6H5V5Zm10 0h-3v1h-1v1h1V6h3V5Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M5 5h3v1h1v1H8V6H5V5Zm10 0h-3v1h-1v1h1V6h3V5Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
291
- },
292
- 'variant10': function variant10(components, colors) {
293
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M6 5H4v2h1V6h1V5Zm8 0h2v2h-1V6h-1V5Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M6 5H4v2h1V6h1V5Zm8 0h2v2h-1V6h-1V5Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
294
- },
295
- 'variant09': function variant09(components, colors) {
296
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M5 6h2v1H5V6Zm8 0h2v1h-2V6Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M5 6h2v1H5V6Zm8 0h2v1h-2V6Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
297
- },
298
- 'variant08': function variant08(components, colors) {
299
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M6 5h1v1h1v1H5V6h1V5Zm7 0h1v1h1v1h-3V6h1V5Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M6 5h1v1h1v1H5V6h1V5Zm7 0h1v1h1v1h-3V6h1V5Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
300
- },
301
- 'variant07': function variant07(components, colors) {
302
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M6 5h2v1h1v1H8V6H6V5Zm8 0h-2v1h-1v1h1V6h2V5Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M6 5h2v1h1v1H8V6H6V5Zm8 0h-2v1h-1v1h1V6h2V5Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
303
- },
304
- 'variant06': function variant06(components, colors) {
305
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M12 7V6h1V5h1v1h1v1h-1V6h-1v1h-1ZM5 7V6h1V5h1v1h1v1H7V6H6v1H5Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M12 7V6h1V5h1v1h1v1h-1V6h-1v1h-1ZM5 7V6h1V5h1v1h1v1H7V6H6v1H5Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
306
- },
307
- 'variant05': function variant05(components, colors) {
308
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M7 5v1H5v1H4V6h1V5h2Zm6 0h2v1h1v1h-1V6h-2V5Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M7 5v1H5v1H4V6h1V5h2Zm6 0h2v1h1v1h-1V6h-2V5Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
309
- },
310
- 'variant04': function variant04(components, colors) {
311
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M4 7V5h3v1H5v1H4Zm12-2v2h-1V6h-2V5h3Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M4 7V5h3v1H5v1H4Zm12-2v2h-1V6h-2V5h3Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
312
- },
313
- 'variant03': function variant03(components, colors) {
314
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M7 5h1v1h1v1H8V6H7V5Zm6 0v1h-1v1h-1V6h1V5h1Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M7 5h1v1h1v1H8V6H7V5Zm6 0v1h-1v1h-1V6h1V5h1Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
315
- },
316
- 'variant02': function variant02(components, colors) {
317
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M4 7V6h1V5h1v1H5v1H4Zm10-2h1v1h1v1h-1V6h-1V5Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M4 7V6h1V5h1v1H5v1H4Zm10-2h1v1h1v1h-1V6h-1V5Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
318
- },
319
- 'variant01': function variant01(components, colors) {
320
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M7 5v1H5v1H4V6h1V5h2Zm7 0v1h-2v1h-1V6h1V5h2Z\" fill=\"".concat(colors.hair.value, "\"/>\n<path d=\"M7 5v1H5v1H4V6h1V5h2Zm7 0v1h-2v1h-1V6h1V5h2Z\" fill=\"#000\" fill-opacity=\".1\"/>\n</g>\n");
321
- }
61
+
62
+ const $173ba2ce214de15d$export$aebaafc0a0095705 = {
63
+ variant13: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M8 4v1H7v1H5V5h2V4h1Zm4 0h1v1h2v1h-2V5h-1V4Z" fill="${colors.hair.value}"/><path d="M8 4v1H7v1H5V5h2V4h1Zm4 0h1v1h2v1h-2V5h-1V4Z" fill="#000" fill-opacity=".1"/></g>`
64
+ ,
65
+ variant12: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M6 5h3v2H8V6H6V5Zm5 0h3v1h-2v1h-1V5Z" fill="${colors.hair.value}"/><path d="M6 5h3v2H8V6H6V5Zm5 0h3v1h-2v1h-1V5Z" fill="#000" fill-opacity=".1"/></g>`
66
+ ,
67
+ variant11: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M5 5h3v1h1v1H8V6H5V5Zm10 0h-3v1h-1v1h1V6h3V5Z" fill="${colors.hair.value}"/><path d="M5 5h3v1h1v1H8V6H5V5Zm10 0h-3v1h-1v1h1V6h3V5Z" fill="#000" fill-opacity=".1"/></g>`
68
+ ,
69
+ variant10: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M6 5H4v2h1V6h1V5Zm8 0h2v2h-1V6h-1V5Z" fill="${colors.hair.value}"/><path d="M6 5H4v2h1V6h1V5Zm8 0h2v2h-1V6h-1V5Z" fill="#000" fill-opacity=".1"/></g>`
70
+ ,
71
+ variant09: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M5 6h2v1H5V6Zm8 0h2v1h-2V6Z" fill="${colors.hair.value}"/><path d="M5 6h2v1H5V6Zm8 0h2v1h-2V6Z" fill="#000" fill-opacity=".1"/></g>`
72
+ ,
73
+ variant08: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M6 5h1v1h1v1H5V6h1V5Zm7 0h1v1h1v1h-3V6h1V5Z" fill="${colors.hair.value}"/><path d="M6 5h1v1h1v1H5V6h1V5Zm7 0h1v1h1v1h-3V6h1V5Z" fill="#000" fill-opacity=".1"/></g>`
74
+ ,
75
+ variant07: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M6 5h2v1h1v1H8V6H6V5Zm8 0h-2v1h-1v1h1V6h2V5Z" fill="${colors.hair.value}"/><path d="M6 5h2v1h1v1H8V6H6V5Zm8 0h-2v1h-1v1h1V6h2V5Z" fill="#000" fill-opacity=".1"/></g>`
76
+ ,
77
+ variant06: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M12 7V6h1V5h1v1h1v1h-1V6h-1v1h-1ZM5 7V6h1V5h1v1h1v1H7V6H6v1H5Z" fill="${colors.hair.value}"/><path d="M12 7V6h1V5h1v1h1v1h-1V6h-1v1h-1ZM5 7V6h1V5h1v1h1v1H7V6H6v1H5Z" fill="#000" fill-opacity=".1"/></g>`
78
+ ,
79
+ variant05: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M7 5v1H5v1H4V6h1V5h2Zm6 0h2v1h1v1h-1V6h-2V5Z" fill="${colors.hair.value}"/><path d="M7 5v1H5v1H4V6h1V5h2Zm6 0h2v1h1v1h-1V6h-2V5Z" fill="#000" fill-opacity=".1"/></g>`
80
+ ,
81
+ variant04: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M4 7V5h3v1H5v1H4Zm12-2v2h-1V6h-2V5h3Z" fill="${colors.hair.value}"/><path d="M4 7V5h3v1H5v1H4Zm12-2v2h-1V6h-2V5h3Z" fill="#000" fill-opacity=".1"/></g>`
82
+ ,
83
+ variant03: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M7 5h1v1h1v1H8V6H7V5Zm6 0v1h-1v1h-1V6h1V5h1Z" fill="${colors.hair.value}"/><path d="M7 5h1v1h1v1H8V6H7V5Zm6 0v1h-1v1h-1V6h1V5h1Z" fill="#000" fill-opacity=".1"/></g>`
84
+ ,
85
+ variant02: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M4 7V6h1V5h1v1H5v1H4Zm10-2h1v1h1v1h-1V6h-1V5Z" fill="${colors.hair.value}"/><path d="M4 7V6h1V5h1v1H5v1H4Zm10-2h1v1h1v1h-1V6h-1V5Z" fill="#000" fill-opacity=".1"/></g>`
86
+ ,
87
+ variant01: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M7 5v1H5v1H4V6h1V5h2Zm7 0v1h-2v1h-1V6h1V5h2Z" fill="${colors.hair.value}"/><path d="M7 5v1H5v1H4V6h1V5h2Zm7 0v1h-2v1h-1V6h1V5h2Z" fill="#000" fill-opacity=".1"/></g>`
322
88
  };
323
89
 
324
- var mouth$1 = {
325
- 'surprised03': function surprised03(components, colors) {
326
- return "\n<path d=\"M9 12v2h2v-2H9Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
327
- },
328
- 'surprised02': function surprised02(components, colors) {
329
- return "\n<path d=\"M9 13v1h1v-1H9Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
330
- },
331
- 'happy09': function happy09(components, colors) {
332
- return "\n<path d=\"M7 12v1h1v1h4v-1H8v-1H7Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
333
- },
334
- 'happy08': function happy08(components, colors) {
335
- return "\n<path d=\"M10 12v1H9v1h2v-2h-1Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
336
- },
337
- 'happy07': function happy07(components, colors) {
338
- return "\n<path d=\"M8 13v1h4v-1h1v-1h-1v1H8Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
339
- },
340
- 'happy06': function happy06(components, colors) {
341
- return "\n<path d=\"M9 12v2h2v-1h-1v-1H9Z\" fill=\"".concat(colors.mouth.value, "\"/>\n<path d=\"M11 14v-1h-1v-1H9v1h1v1h1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
342
- },
343
- 'happy05': function happy05(components, colors) {
344
- return "\n<path d=\"M8 12v1h1v1h2v-1h1v-1H8Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
345
- },
346
- 'happy04': function happy04(components, colors) {
347
- return "\n<path d=\"M9 13v1h2v-1h1v-1h-1v1H9Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
348
- },
349
- 'happy03': function happy03(components, colors) {
350
- return "\n<path d=\"M8 12v1h1v1h2v-1H9v-1H8Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
351
- },
352
- 'happy02': function happy02(components, colors) {
353
- return "\n<path d=\"M8 12v1h1v1h2v-1h1v-1h-1v-1H9v1H8Z\" fill=\"".concat(colors.mouth.value, "\"/>\n<path d=\"M9 12v1h2v-1H9Z\" fill=\"#fff\"/>\n");
354
- },
355
- 'happy01': function happy01(components, colors) {
356
- return "\n<path d=\"M8 12v1h1v1h2v-1h1v-1h-1v-1H9v1H8Z\" fill=\"".concat(colors.mouth.value, "\"/>\n<path d=\"M9 12v1h2v-1H9Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
357
- },
358
- 'sad08': function sad08(components, colors) {
359
- return "\n<path d=\"M9 12v1H8v1h4v-1h-1v-1H9Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
360
- },
361
- 'sad07': function sad07(components, colors) {
362
- return "\n<path d=\"M11 12v1H9v1H8v-1h1v-1h2Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
363
- },
364
- 'sad06': function sad06(components, colors) {
365
- return "\n<path d=\"M8 12h3v1H8v-1Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
366
- },
367
- 'sad05': function sad05(components, colors) {
368
- return "\n<path d=\"M8 12h4v1H8v-1Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
369
- },
370
- 'sad04': function sad04(components, colors) {
371
- return "\n<path d=\"M9 12h2v1H9v-1Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
372
- },
373
- 'sad03': function sad03(components, colors) {
374
- return "\n<path d=\"M8 12v1h3v1h1v-1h-1v-1H8Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
375
- },
376
- 'sad02': function sad02(components, colors) {
377
- return "\n<path d=\"M8 13v1h1v-1h3v-1H9v1H8Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
378
- },
379
- 'sad01': function sad01(components, colors) {
380
- return "\n<path d=\"M10 12v1h1v1h1v-2h-2Z\" fill=\"".concat(colors.mouth.value, "\"/>\n");
381
- },
382
- 'surprised01': function surprised01(components, colors) {
383
- return "\n<path d=\"M8 12v2h4v-2H8Z\" fill=\"#fff\"/>\n";
384
- }
90
+
91
+ const $e9139a5f7522f853$export$4ec1914b3efc3f9a = {
92
+ surprised03: (components, colors)=>`<path d="M9 12v2h2v-2H9Z" fill="${colors.mouth.value}"/>`
93
+ ,
94
+ surprised02: (components, colors)=>`<path d="M9 13v1h1v-1H9Z" fill="${colors.mouth.value}"/>`
95
+ ,
96
+ happy09: (components, colors)=>`<path d="M7 12v1h1v1h4v-1H8v-1H7Z" fill="${colors.mouth.value}"/>`
97
+ ,
98
+ happy08: (components, colors)=>`<path d="M10 12v1H9v1h2v-2h-1Z" fill="${colors.mouth.value}"/>`
99
+ ,
100
+ happy07: (components, colors)=>`<path d="M8 13v1h4v-1h1v-1h-1v1H8Z" fill="${colors.mouth.value}"/>`
101
+ ,
102
+ happy06: (components, colors)=>`<path d="M9 12v2h2v-1h-1v-1H9Z" fill="${colors.mouth.value}"/><path d="M11 14v-1h-1v-1H9v1h1v1h1Z" fill="#fff" fill-opacity=".2"/>`
103
+ ,
104
+ happy05: (components, colors)=>`<path d="M8 12v1h1v1h2v-1h1v-1H8Z" fill="${colors.mouth.value}"/>`
105
+ ,
106
+ happy04: (components, colors)=>`<path d="M9 13v1h2v-1h1v-1h-1v1H9Z" fill="${colors.mouth.value}"/>`
107
+ ,
108
+ happy03: (components, colors)=>`<path d="M8 12v1h1v1h2v-1H9v-1H8Z" fill="${colors.mouth.value}"/>`
109
+ ,
110
+ happy02: (components, colors)=>`<path d="M8 12v1h1v1h2v-1h1v-1h-1v-1H9v1H8Z" fill="${colors.mouth.value}"/><path d="M9 12v1h2v-1H9Z" fill="#fff"/>`
111
+ ,
112
+ happy01: (components, colors)=>`<path d="M8 12v1h1v1h2v-1h1v-1h-1v-1H9v1H8Z" fill="${colors.mouth.value}"/><path d="M9 12v1h2v-1H9Z" fill="#fff" fill-opacity=".2"/>`
113
+ ,
114
+ sad08: (components, colors)=>`<path d="M9 12v1H8v1h4v-1h-1v-1H9Z" fill="${colors.mouth.value}"/>`
115
+ ,
116
+ sad07: (components, colors)=>`<path d="M11 12v1H9v1H8v-1h1v-1h2Z" fill="${colors.mouth.value}"/>`
117
+ ,
118
+ sad06: (components, colors)=>`<path d="M8 12h3v1H8v-1Z" fill="${colors.mouth.value}"/>`
119
+ ,
120
+ sad05: (components, colors)=>`<path d="M8 12h4v1H8v-1Z" fill="${colors.mouth.value}"/>`
121
+ ,
122
+ sad04: (components, colors)=>`<path d="M9 12h2v1H9v-1Z" fill="${colors.mouth.value}"/>`
123
+ ,
124
+ sad03: (components, colors)=>`<path d="M8 12v1h3v1h1v-1h-1v-1H8Z" fill="${colors.mouth.value}"/>`
125
+ ,
126
+ sad02: (components, colors)=>`<path d="M8 13v1h1v-1h3v-1H9v1H8Z" fill="${colors.mouth.value}"/>`
127
+ ,
128
+ sad01: (components, colors)=>`<path d="M10 12v1h1v1h1v-2h-2Z" fill="${colors.mouth.value}"/>`
129
+ ,
130
+ surprised01: (components, colors)=>`<path d="M8 12v2h4v-2H8Z" fill="#fff"/>`
385
131
  };
386
132
 
387
- var hair$1 = {
388
- 'short11': function short11(components, colors) {
389
- return "\n<path d=\"M4 4v2h1V5h1V4h8v1h1v1h1V4h-1V3H5v1H4Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
390
- },
391
- 'short10': function short10(components, colors) {
392
- return "\n<path d=\"M6 2h8v1h1v1h1v3h-1V6h-1V5h-1V4H9v1H7v1H6v1H4V4h1V3h1V2Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
393
- },
394
- 'short09': function short09(components, colors) {
395
- return "\n<path d=\"M4 7h1V5h1V4h2v1h1v1h2V5h1V4h2v1h1v2h1V5h-1V4h-1V3H6v1H5v1H4v2Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
396
- },
397
- 'short08': function short08(components, colors) {
398
- return "\n<path d=\"M3 8h1V5h12v3h1V4h-1V3h-1V2H5v1H4v1H3v4Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
399
- },
400
- 'short07': function short07(components, colors) {
401
- return "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5v1h1v1h2V5h1V3H4v1H3v1H2Zm6-1h2v1h2V4h1V3H8v1Zm6 1h1v2h2V6h1V5h-1V4h-1V3h-2v2Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
402
- },
403
- 'short06': function short06(components, colors) {
404
- return "\n<path d=\"M3 8h1V5h2V3h8v1h1v1h1v3h1V3h-2V2h-2V1h-1v1h-2V1H9v1H8V1H7v1H5v1H4v1H3v4Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
405
- },
406
- 'short05': function short05(components, colors) {
407
- return "\n<path d=\"M11 5V4h1V3H8v1h1v1h2Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
408
- },
409
- 'short04': function short04(components, colors) {
410
- return "\n<path d=\"M3 8h1V6h2V5h2V4h1v1h2v1h2v1h2v1h2V5h-1V4h-1V3H5v1H4v1H3v3Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
411
- },
412
- 'short03': function short03(components, colors) {
413
- return "\n<path d=\"M5 5h10V4h-1V3H6v1H5v1Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
414
- },
415
- 'short02': function short02(components, colors) {
416
- return "\n<path d=\"M3 5H2v3h2V5h1V4h1v1h2V4h4V3h1v1h1v1h1v1h1v2h1V7h1V5h-1V4h-1V3h-1V2h-1V1h-1v1h-2V1h-1v1H7V1H5v1H4v1H3v2Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
417
- },
418
- 'long15': function long15(components, colors) {
419
- return "\n<path d=\"M1 7h1v5h1v1h1V7h1V6h1V4h1V3h6v1h1v1h1v1h1v7h1v-2h1V7h-1V6h1V4h-1v1h-1V3h1V2h-1v1h-1V2h-1V1h-1V0h-1v1H6V0H5v1H4V0H3v1h1v2H3V2H2v1h1v1H2v2H1v1Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
420
- },
421
- 'short01': function short01(components, colors) {
422
- return "\n<path d=\"M6 3v1H5v1H4v3h2V7h1V6h4V5h1V4h1v1h-1v1h1v1h1v1h2V5h-1V4h-1V3H6Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
423
- },
424
- 'long14': function long14(components, colors) {
425
- return "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 11v6h1v-1h4v-1H6v-1H5v-1H4v-2H3Zm0-3h2V5h10v3h2V4h-1V3H4v1H3v4Zm13 3h1v6h-1v-1h-4v-1h2v-1h1v-1h1v-2Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
426
- },
427
- 'long13': function long13(components, colors) {
428
- return "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 11v5h2v-3H4v-2H3Zm0-3h2V5h10v3h2V4h-1V3H4v1H3v4Zm13 3h1v5h-2v-3h1v-2Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
429
- },
430
- 'long12': function long12(components, colors) {
431
- return "\n<path d=\"M4 13h1v1H3V4h1V3h1V2h10v1h1v1h1v10h-2v-1h1V5H4v8Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
432
- },
433
- 'long11': function long11(components, colors) {
434
- return "\n<path d=\"M2 18h2v-1h4v-2H6v-1H5v-1H4V5h1V4h1v1h1V4h1v1h1V4h6v1h1v8h-1v1h-1v1h-2v2h4v1h2V4h-1V3h-1V2H4v1H3v1H2v14Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
435
- },
436
- 'long10': function long10(components, colors) {
437
- return "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 14.104V11h1v2h1v1l-2 .104ZM17 11v3h-2v-1h1v-2h1ZM3 8h1V5h1V4h1V3h8v1h1v1h1v3h1V4h-1V3h-1V2H5v1H4v1H3v4Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
438
- },
439
- 'long09': function long09(components, colors) {
440
- return "\n<path d=\"M2 15h2V5h12v10h2V4h-1V3h-1V2H4v1H3v1H2v11Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
441
- },
442
- 'long08': function long08(components, colors) {
443
- return "\n<path d=\"M2 14h2V7h1V6h1V5h1V4h1V3h6v1h1v1h1v9h2V3h-1V2h-1V1H4v1H3v1H2v11Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
444
- },
445
- 'long07': function long07(components, colors) {
446
- return "\n<path d=\"M4 5v3h1V5h2v1h1V5h1v1h1V5h5v3h1V5h1V3.016h-1V2h-2v1l-8 .016V2H4v1.016H3V5h1Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
447
- },
448
- 'long06': function long06(components, colors) {
449
- return "\n<path d=\"M3 11h1V9h1V8h1V7h1V6h1V5h5v1h3V5h-1V4h-1V3H5v1H4v1H3v6Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
450
- },
451
- 'long05': function long05(components, colors) {
452
- return "\n<path d=\"M2 17h2v-1h4v-1H6v-1H5v-1H3.998L4 11H3V8h1V5h1V4h6V3h1v1h1V3h1v1h1v1h1v3h1v3h-1v2h-1v1h-1v1h-2v1h4v1h2V4h-1V3h-1V2h-1V1H5v1H4v1H3v1H2v13Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
453
- },
454
- 'long04': function long04(components, colors) {
455
- return "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 14h2v-1H4v-2H3v3Zm12 0h2v-3h-1v2h-1v1Zm2-6V3h-1V2H4v1H3v5h1V5h1V4h1V3h8v1h1v1h1v3h1Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
456
- },
457
- 'long03': function long03(components, colors) {
458
- return "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 13v1H2v2H1v1h1v-1h1v-1h1v-1h1v-1H4v-2H3v2Zm0-5h1V7h1V6h1V5h8v1h1v1h1v1h1V4h-1V3h-1V2H5v1H4v1H3v4Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
459
- },
460
- 'long02': function long02(components, colors) {
461
- return "\n<path d=\"M2 15h4v-1H5v-1H4V6h2V5h2V4h1V3h4v1h1v1h1v1h1v7h-1v1h-1v1h4V4h-1V3h-1V2h-1V1H5v1H4v1H3v1H2v11Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
462
- },
463
- 'long01': function long01(components, colors) {
464
- return "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 11v3H2v2H1v1h1v-1h1v-1h1v-1h1v-1H4v-2H3Zm14 0v3h1v2h1v1h-1v-1h-1v-1h-1v-1h-1v-1h1v-2h1Zm-1-3h1V4h-1V3h-1V2H5v1H4v1H3v4h1V7h1V6h1V5h8v1h1v1h1v1Z\" fill=\"".concat(colors.hair.value, "\"/>\n");
465
- }
133
+
134
+ const $8522e41a7f0524d7$export$12c365d50e7cb3d6 = {
135
+ short11: (components, colors)=>`<path d="M4 4v2h1V5h1V4h8v1h1v1h1V4h-1V3H5v1H4Z" fill="${colors.hair.value}"/>`
136
+ ,
137
+ short10: (components, colors)=>`<path d="M6 2h8v1h1v1h1v3h-1V6h-1V5h-1V4H9v1H7v1H6v1H4V4h1V3h1V2Z" fill="${colors.hair.value}"/>`
138
+ ,
139
+ short09: (components, colors)=>`<path d="M4 7h1V5h1V4h2v1h1v1h2V5h1V4h2v1h1v2h1V5h-1V4h-1V3H6v1H5v1H4v2Z" fill="${colors.hair.value}"/>`
140
+ ,
141
+ short08: (components, colors)=>`<path d="M3 8h1V5h12v3h1V4h-1V3h-1V2H5v1H4v1H3v4Z" fill="${colors.hair.value}"/>`
142
+ ,
143
+ short07: (components, colors)=>`<path fill-rule="evenodd" clip-rule="evenodd" d="M2 5v1h1v1h2V5h1V3H4v1H3v1H2Zm6-1h2v1h2V4h1V3H8v1Zm6 1h1v2h2V6h1V5h-1V4h-1V3h-2v2Z" fill="${colors.hair.value}"/>`
144
+ ,
145
+ short06: (components, colors)=>`<path d="M3 8h1V5h2V3h8v1h1v1h1v3h1V3h-2V2h-2V1h-1v1h-2V1H9v1H8V1H7v1H5v1H4v1H3v4Z" fill="${colors.hair.value}"/>`
146
+ ,
147
+ short05: (components, colors)=>`<path d="M11 5V4h1V3H8v1h1v1h2Z" fill="${colors.hair.value}"/>`
148
+ ,
149
+ short04: (components, colors)=>`<path d="M3 8h1V6h2V5h2V4h1v1h2v1h2v1h2v1h2V5h-1V4h-1V3H5v1H4v1H3v3Z" fill="${colors.hair.value}"/>`
150
+ ,
151
+ short03: (components, colors)=>`<path d="M5 5h10V4h-1V3H6v1H5v1Z" fill="${colors.hair.value}"/>`
152
+ ,
153
+ short02: (components, colors)=>`<path d="M3 5H2v3h2V5h1V4h1v1h2V4h4V3h1v1h1v1h1v1h1v2h1V7h1V5h-1V4h-1V3h-1V2h-1V1h-1v1h-2V1h-1v1H7V1H5v1H4v1H3v2Z" fill="${colors.hair.value}"/>`
154
+ ,
155
+ long15: (components, colors)=>`<path d="M1 7h1v5h1v1h1V7h1V6h1V4h1V3h6v1h1v1h1v1h1v7h1v-2h1V7h-1V6h1V4h-1v1h-1V3h1V2h-1v1h-1V2h-1V1h-1V0h-1v1H6V0H5v1H4V0H3v1h1v2H3V2H2v1h1v1H2v2H1v1Z" fill="${colors.hair.value}"/>`
156
+ ,
157
+ short01: (components, colors)=>`<path d="M6 3v1H5v1H4v3h2V7h1V6h4V5h1V4h1v1h-1v1h1v1h1v1h2V5h-1V4h-1V3H6Z" fill="${colors.hair.value}"/>`
158
+ ,
159
+ long14: (components, colors)=>`<path fill-rule="evenodd" clip-rule="evenodd" d="M3 11v6h1v-1h4v-1H6v-1H5v-1H4v-2H3Zm0-3h2V5h10v3h2V4h-1V3H4v1H3v4Zm13 3h1v6h-1v-1h-4v-1h2v-1h1v-1h1v-2Z" fill="${colors.hair.value}"/>`
160
+ ,
161
+ long13: (components, colors)=>`<path fill-rule="evenodd" clip-rule="evenodd" d="M3 11v5h2v-3H4v-2H3Zm0-3h2V5h10v3h2V4h-1V3H4v1H3v4Zm13 3h1v5h-2v-3h1v-2Z" fill="${colors.hair.value}"/>`
162
+ ,
163
+ long12: (components, colors)=>`<path d="M4 13h1v1H3V4h1V3h1V2h10v1h1v1h1v10h-2v-1h1V5H4v8Z" fill="${colors.hair.value}"/>`
164
+ ,
165
+ long11: (components, colors)=>`<path d="M2 18h2v-1h4v-2H6v-1H5v-1H4V5h1V4h1v1h1V4h1v1h1V4h6v1h1v8h-1v1h-1v1h-2v2h4v1h2V4h-1V3h-1V2H4v1H3v1H2v14Z" fill="${colors.hair.value}"/>`
166
+ ,
167
+ long10: (components, colors)=>`<path fill-rule="evenodd" clip-rule="evenodd" d="M3 14.1V11h1v2h1v1l-2 .1ZM17 11v3h-2v-1h1v-2h1ZM3 8h1V5h1V4h1V3h8v1h1v1h1v3h1V4h-1V3h-1V2H5v1H4v1H3v4Z" fill="${colors.hair.value}"/>`
168
+ ,
169
+ long09: (components, colors)=>`<path d="M2 15h2V5h12v10h2V4h-1V3h-1V2H4v1H3v1H2v11Z" fill="${colors.hair.value}"/>`
170
+ ,
171
+ long08: (components, colors)=>`<path d="M2 14h2V7h1V6h1V5h1V4h1V3h6v1h1v1h1v9h2V3h-1V2h-1V1H4v1H3v1H2v11Z" fill="${colors.hair.value}"/>`
172
+ ,
173
+ long07: (components, colors)=>`<path d="M4 5v3h1V5h2v1h1V5h1v1h1V5h5v3h1V5h1V3h-1V2h-2v1H6V2H4v1H3v2h1Z" fill="${colors.hair.value}"/>`
174
+ ,
175
+ long06: (components, colors)=>`<path d="M3 11h1V9h1V8h1V7h1V6h1V5h5v1h3V5h-1V4h-1V3H5v1H4v1H3v6Z" fill="${colors.hair.value}"/>`
176
+ ,
177
+ long05: (components, colors)=>`<path d="M2 17h2v-1h4v-1H6v-1H5v-1H4v-2H3V8h1V5h1V4h6V3h1v1h1V3h1v1h1v1h1v3h1v3h-1v2h-1v1h-1v1h-2v1h4v1h2V4h-1V3h-1V2h-1V1H5v1H4v1H3v1H2v13Z" fill="${colors.hair.value}"/>`
178
+ ,
179
+ long04: (components, colors)=>`<path fill-rule="evenodd" clip-rule="evenodd" d="M3 14h2v-1H4v-2H3v3Zm12 0h2v-3h-1v2h-1v1Zm2-6V3h-1V2H4v1H3v5h1V5h1V4h1V3h8v1h1v1h1v3h1Z" fill="${colors.hair.value}"/>`
180
+ ,
181
+ long03: (components, colors)=>`<path fill-rule="evenodd" clip-rule="evenodd" d="M3 13v1H2v2H1v1h1v-1h1v-1h1v-1h1v-1H4v-2H3v2Zm0-5h1V7h1V6h1V5h8v1h1v1h1v1h1V4h-1V3h-1V2H5v1H4v1H3v4Z" fill="${colors.hair.value}"/>`
182
+ ,
183
+ long02: (components, colors)=>`<path d="M2 15h4v-1H5v-1H4V6h2V5h2V4h1V3h4v1h1v1h1v1h1v7h-1v1h-1v1h4V4h-1V3h-1V2h-1V1H5v1H4v1H3v1H2v11Z" fill="${colors.hair.value}"/>`
184
+ ,
185
+ long01: (components, colors)=>`<path fill-rule="evenodd" clip-rule="evenodd" d="M3 11v3H2v2H1v1h1v-1h1v-1h1v-1h1v-1H4v-2H3Zm14 0v3h1v2h1v1h-1v-1h-1v-1h-1v-1h-1v-1h1v-2h1Zm-1-3h1V4h-1V3h-1V2H5v1H4v1H3v4h1V7h1V6h1V5h8v1h1v1h1v1Z" fill="${colors.hair.value}"/>`
466
186
  };
467
187
 
468
- var accessories$1 = {
469
- 'variant04': function variant04(components, colors) {
470
- return "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 10v1h1v-1H3Zm13 0v1h1v-1h-1Z\" fill=\"".concat(colors.accessories.value, "\"/>\n");
471
- },
472
- 'variant03': function variant03(components, colors) {
473
- return "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 10v2h1v-2H3Zm13 0h1v2h-1v-2Z\" fill=\"".concat(colors.accessories.value, "\"/>\n");
474
- },
475
- 'variant02': function variant02(components, colors) {
476
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M3 10v2h1v-2H3Zm13 0h1v2h-1v-2Z\" fill=\"".concat(colors.accessories.value, "\"/>\n<path d=\"M3 10v1h1v-1H3Zm13 0h1v1h-1v-1Z\" fill=\"#fff\" fill-opacity=\".4\"/>\n</g>\n");
477
- },
478
- 'variant01': function variant01(components, colors) {
479
- return "\n<g fill=\"".concat(colors.accessories.value, "\">\n<path d=\"M4 11H2v2h2v-2ZM18 11h-2v2h2v-2Z\"/>\n</g>\n");
480
- }
188
+
189
+ const $7fb7bcd570788f0d$export$3bb43880931639de = {
190
+ variant04: (components, colors)=>`<path fill-rule="evenodd" clip-rule="evenodd" d="M3 10v1h1v-1H3Zm13 0v1h1v-1h-1Z" fill="${colors.accessories.value}"/>`
191
+ ,
192
+ variant03: (components, colors)=>`<path fill-rule="evenodd" clip-rule="evenodd" d="M3 10v2h1v-2H3Zm13 0h1v2h-1v-2Z" fill="${colors.accessories.value}"/>`
193
+ ,
194
+ variant02: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M3 10v2h1v-2H3Zm13 0h1v2h-1v-2Z" fill="${colors.accessories.value}"/><path d="M3 10v1h1v-1H3Zm13 0h1v1h-1v-1Z" fill="#fff" fill-opacity=".4"/></g>`
195
+ ,
196
+ variant01: (components, colors)=>`<path d="M4 11H2v2h2v-2ZM18 11h-2v2h2v-2Z" fill="${colors.accessories.value}"/>`
481
197
  };
482
198
 
483
- var glasses$1 = {
484
- 'variant07': function variant07(components, colors) {
485
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path opacity=\".2\" d=\"M5 7h3v3H5V7Zm7 0h3v3h-3V7Z\" fill=\"#fff\"/>\n<path opacity=\".2\" d=\"M7 7h1v1H7V7Zm7 0h1v1h-1V7Z\" fill=\"#fff\"/>\n<path d=\"M12 10V7h3v3h-3Zm-1-4v1H9l-.036-1H4v1H3v1h1v3h5V8h2v3h5V8h1V7h-1V6h-5Zm-6 4V7h3v3H5Z\" fill=\"".concat(colors.glasses.value, "\"/>\n<path d=\"M3 7h1v1H3V7Zm6 0h2v1H9V7Zm7 0h1v1h-1V7Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n</g>\n");
486
- },
487
- 'variant06': function variant06(components, colors) {
488
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path opacity=\".2\" d=\"M5 7h3v2H5V7Zm7 0h3v2h-3V7Z\" fill=\"#fff\"/>\n<path opacity=\".2\" d=\"M7 7h1v1H7V7Zm7 0h1v1h-1V7Z\" fill=\"#fff\"/>\n<path d=\"M5 7v2h3V7H5ZM4 6v1H3v1h1v1h1v1h3V9h1V8h2v1h1v1h3V9h1V8h1V7h-1V6h-5v1H9V6H4Zm8 1v2h3V7h-3Z\" fill=\"".concat(colors.glasses.value, "\"/>\n<path d=\"M3 7h1v1H3V7Zm6 0h2v1H9V7Zm7 0h1v1h-1V7Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n</g>\n");
489
- },
490
- 'variant05': function variant05(components, colors) {
491
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path opacity=\".2\" d=\"M5 8h3v1H5V8Zm7 0h3v1h-3V8Z\" fill=\"#fff\"/>\n<path opacity=\".2\" d=\"M7 8h1v1H7V8Zm7 0h1v1h-1V8Z\" fill=\"#fff\"/>\n<path d=\"M5 8v1h3V8H5ZM3 7v1h1v1h1v1h3V9h1V8h2v1h1v1h3V9h1V8h1V7H3Zm9 1v1h3V8h-3Z\" fill=\"".concat(colors.glasses.value, "\"/>\n<path d=\"M3 7v1h1V7H3Zm6 0v1h2V7H9Zm7 0v1h1V7h-1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n</g>\n");
492
- },
493
- 'variant04': function variant04(components, colors) {
494
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path opacity=\".2\" d=\"M5 7h3v2H5V7Zm7 0h3v2h-3V7Z\" fill=\"#fff\"/>\n<path opacity=\".2\" d=\"M7 7h1v1H7V7Zm7 0h1v1h-1V7Z\" fill=\"#fff\"/>\n<path d=\"M12 7v2h3V7h-3ZM8 6H5v1H3v1h1v1h1v1h3V9h1V8h2v1h1v1h3V9h1V8h1V7h-2V6h-3v1H8V6ZM5 7v2h3V7H5Z\" fill=\"".concat(colors.glasses.value, "\"/>\n<path d=\"M3 7h1v1H3V7Zm6 0h2v1H9V7Zm7 0h1v1h-1V7Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n</g>\n");
495
- },
496
- 'variant03': function variant03(components, colors) {
497
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M4 8H3V7h1V6h5v1h2V6h5v1h1v1h-1v2h-5V8H9v2H4V8Zm1 0V7h3v2H5V8Zm7-1v2h3V7h-3Z\" fill=\"".concat(colors.glasses.value, "\"/>\n<path opacity=\".2\" d=\"M5 7h3v2H5V7Zm7 0h3v2h-3V7Z\" fill=\"#fff\"/>\n<path opacity=\".2\" d=\"M14 7h1v1h-1V7ZM7 7h1v1H7V7Z\" fill=\"#fff\"/>\n<path d=\"M3 8V7h1v1H3Zm6-1v1h2V7H9Zm7 0v1h1V7h-1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n</g>\n");
498
- },
499
- 'variant02': function variant02(components, colors) {
500
- return "\n<g fill-rule=\"evenodd\" clip-rule=\"evenodd\">\n<path d=\"M4 8H3V7h14v1h-1v2h-5V8H9v2H4V8Zm1 0h3v1H5V8Zm7 0h3v1h-3V8Z\" fill=\"".concat(colors.glasses.value, "\"/>\n<path opacity=\".2\" d=\"M7 8v1h1V8H7Zm7 0v1h1V8h-1Z\" fill=\"#fff\"/>\n<path opacity=\".2\" d=\"M5 8h3v1H5V8Zm7 0h3v1h-3V8Z\" fill=\"#fff\"/>\n<path d=\"M3 7v1h1V7H3Zm13 0v1h1V7h-1ZM9 7v1h2V7H9Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n</g>\n");
501
- },
502
- 'variant01': function variant01(components, colors) {
503
- return "\n<path d=\"M3 8V7h1V6h2v1h1V6h2v1h2V6h2v1h1V6h2v1h1v1h-1v1h-1v1h-1v1h-1v-1h-1V9h-1V8H9v1H8v1H7v1H6v-1H5V9H4V8H3Z\" fill=\"".concat(colors.glasses.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 7v1h1V7h1V6H4v1H3Zm5-1v1h1v1h2V7h1V6h-1v1H9V6H8Zm7 0v1h1v1h1V7h-1V6h-1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
504
- }
199
+
200
+ const $8a5abea736e231e4$export$98222f1ebbc36891 = {
201
+ variant07: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path opacity=".2" d="M5 7h3v3H5V7Zm7 0h3v3h-3V7Z" fill="#fff"/><path opacity=".2" d="M7 7h1v1H7V7Zm7 0h1v1h-1V7Z" fill="#fff"/><path d="M12 10V7h3v3h-3Zm-1-4v1H9V6H4v1H3v1h1v3h5V8h2v3h5V8h1V7h-1V6h-5Zm-6 4V7h3v3H5Z" fill="${colors.glasses.value}"/><path d="M3 7h1v1H3V7Zm6 0h2v1H9V7Zm7 0h1v1h-1V7Z" fill="#fff" fill-opacity=".2"/></g>`
202
+ ,
203
+ variant06: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path opacity=".2" d="M5 7h3v2H5V7Zm7 0h3v2h-3V7Z" fill="#fff"/><path opacity=".2" d="M7 7h1v1H7V7Zm7 0h1v1h-1V7Z" fill="#fff"/><path d="M5 7v2h3V7H5ZM4 6v1H3v1h1v1h1v1h3V9h1V8h2v1h1v1h3V9h1V8h1V7h-1V6h-5v1H9V6H4Zm8 1v2h3V7h-3Z" fill="${colors.glasses.value}"/><path d="M3 7h1v1H3V7Zm6 0h2v1H9V7Zm7 0h1v1h-1V7Z" fill="#fff" fill-opacity=".2"/></g>`
204
+ ,
205
+ variant05: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path opacity=".2" d="M5 8h3v1H5V8Zm7 0h3v1h-3V8Z" fill="#fff"/><path opacity=".2" d="M7 8h1v1H7V8Zm7 0h1v1h-1V8Z" fill="#fff"/><path d="M5 8v1h3V8H5ZM3 7v1h1v1h1v1h3V9h1V8h2v1h1v1h3V9h1V8h1V7H3Zm9 1v1h3V8h-3Z" fill="${colors.glasses.value}"/><path d="M3 7v1h1V7H3Zm6 0v1h2V7H9Zm7 0v1h1V7h-1Z" fill="#fff" fill-opacity=".2"/></g>`
206
+ ,
207
+ variant04: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path opacity=".2" d="M5 7h3v2H5V7Zm7 0h3v2h-3V7Z" fill="#fff"/><path opacity=".2" d="M7 7h1v1H7V7Zm7 0h1v1h-1V7Z" fill="#fff"/><path d="M12 7v2h3V7h-3ZM8 6H5v1H3v1h1v1h1v1h3V9h1V8h2v1h1v1h3V9h1V8h1V7h-2V6h-3v1H8V6ZM5 7v2h3V7H5Z" fill="${colors.glasses.value}"/><path d="M3 7h1v1H3V7Zm6 0h2v1H9V7Zm7 0h1v1h-1V7Z" fill="#fff" fill-opacity=".2"/></g>`
208
+ ,
209
+ variant03: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M4 8H3V7h1V6h5v1h2V6h5v1h1v1h-1v2h-5V8H9v2H4V8Zm1 0V7h3v2H5V8Zm7-1v2h3V7h-3Z" fill="${colors.glasses.value}"/><path opacity=".2" d="M5 7h3v2H5V7Zm7 0h3v2h-3V7Z" fill="#fff"/><path opacity=".2" d="M14 7h1v1h-1V7ZM7 7h1v1H7V7Z" fill="#fff"/><path d="M3 8V7h1v1H3Zm6-1v1h2V7H9Zm7 0v1h1V7h-1Z" fill="#fff" fill-opacity=".2"/></g>`
210
+ ,
211
+ variant02: (components, colors)=>`<g fill-rule="evenodd" clip-rule="evenodd"><path d="M4 8H3V7h14v1h-1v2h-5V8H9v2H4V8Zm1 0h3v1H5V8Zm7 0h3v1h-3V8Z" fill="${colors.glasses.value}"/><path opacity=".2" d="M7 8v1h1V8H7Zm7 0v1h1V8h-1Z" fill="#fff"/><path opacity=".2" d="M5 8h3v1H5V8Zm7 0h3v1h-3V8Z" fill="#fff"/><path d="M3 7v1h1V7H3Zm13 0v1h1V7h-1ZM9 7v1h2V7H9Z" fill="#fff" fill-opacity=".2"/></g>`
212
+ ,
213
+ variant01: (components, colors)=>`<path d="M3 8V7h1V6h2v1h1V6h2v1h2V6h2v1h1V6h2v1h1v1h-1v1h-1v1h-1v1h-1v-1h-1V9h-1V8H9v1H8v1H7v1H6v-1H5V9H4V8H3Z" fill="${colors.glasses.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 7v1h1V7h1V6H4v1H3Zm5-1v1h1v1h2V7h1V6h-1v1H9V6H8Zm7 0v1h1v1h1V7h-1V6h-1Z" fill="#fff" fill-opacity=".2"/>`
505
214
  };
506
215
 
507
- var hat$1 = {
508
- 'variant01': function variant01(components, colors) {
509
- return "\n<path d=\"M4 1v2H2v2h16V3h-2V1H4Z\" fill=\"".concat(colors.hat.value, "\"/>\n");
510
- },
511
- 'variant02': function variant02(components, colors) {
512
- return "\n<path d=\"M4 4H2v1h16V4h-2V1H4v3Z\" fill=\"".concat(colors.hat.value, "\"/>\n");
513
- },
514
- 'variant03': function variant03(components, colors) {
515
- return "\n<path d=\"M3 4v2h14V4h-1V3h-1V2H5v1H4v1H3Z\" fill=\"".concat(colors.hat.value, "\"/>\n");
516
- },
517
- 'variant04': function variant04(components, colors) {
518
- return "\n<path d=\"M6 1v1H5v1H4v2h14V4h-2V3h-1V2h-1V1H6Z\" fill=\"".concat(colors.hat.value, "\"/>\n");
519
- },
520
- 'variant05': function variant05(components, colors) {
521
- return "\n<path d=\"M3 5V3h2V1h10v2h2v2H3Z\" fill=\"".concat(colors.hat.value, "\"/>\n<path d=\"M4 1v2h12V1H4Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
522
- },
523
- 'variant06': function variant06(components, colors) {
524
- return "\n<path d=\"M3 5V4h2V1h10v3h2v1H3Z\" fill=\"".concat(colors.hat.value, "\"/>\n<path d=\"M5 1v3h10V1H5Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
525
- },
526
- 'variant07': function variant07(components, colors) {
527
- return "\n<path d=\"M3 6V4h1V3h1V2h10v1h1v1h1v2H3Z\" fill=\"".concat(colors.hat.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 3v1h12V3H4ZM3 5v1h14V5H3Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
528
- },
529
- 'variant08': function variant08(components, colors) {
530
- return "\n<path d=\"M14 2H6v1H5v1H4v2h14V5h-2V4h-1V3h-1V2Z\" fill=\"".concat(colors.hat.value, "\"/>\n<path d=\"M5 6h1V5h1V4h1V3H7v1H6v1H5v1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
531
- },
532
- 'variant09': function variant09(components, colors) {
533
- return "\n<path d=\"M5 1v2H3v2h14V3h-2V1H5Z\" fill=\"".concat(colors.hat.value, "\"/>\n<path d=\"M14 3V0h-1v3h1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
534
- },
535
- 'variant10': function variant10(components, colors) {
536
- return "\n<path d=\"M4 0v5H2v1h16V5h-2V0H4Z\" fill=\"".concat(colors.hat.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 3V0h-1v3h1Zm-2-3v2h-1V0h1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
537
- },
538
- 'variant11': function variant11(components, colors) {
539
- return "\n<path d=\"M3 3v2h14V3h-1V2h-1V1H5v1H4v1H3Z\" fill=\"".concat(colors.hat.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 1v4h-1V1h1Zm-2 0v4h-1V1h1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
540
- },
541
- 'variant12': function variant12(components, colors) {
542
- return "\n<path d=\"M5 4H4v2h14V5h-2V4h-1V3h-1V2H6v1H5v1Z\" fill=\"".concat(colors.hat.value, "\"/>\n<path d=\"M14 4h-3v1h3V4Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
543
- }
216
+
217
+ const $005db0803c3bdc30$export$dbf38fa2a54a979a = {
218
+ variant01: (components, colors)=>`<path d="M4 1v2H2v2h16V3h-2V1H4Z" fill="${colors.hat.value}"/>`
219
+ ,
220
+ variant02: (components, colors)=>`<path d="M4 4H2v1h16V4h-2V1H4v3Z" fill="${colors.hat.value}"/>`
221
+ ,
222
+ variant03: (components, colors)=>`<path d="M3 4v2h14V4h-1V3h-1V2H5v1H4v1H3Z" fill="${colors.hat.value}"/>`
223
+ ,
224
+ variant04: (components, colors)=>`<path d="M6 1v1H5v1H4v2h14V4h-2V3h-1V2h-1V1H6Z" fill="${colors.hat.value}"/>`
225
+ ,
226
+ variant05: (components, colors)=>`<path d="M3 5V3h2V1h10v2h2v2H3Z" fill="${colors.hat.value}"/><path d="M4 1v2h12V1H4Z" fill="#fff" fill-opacity=".2"/>`
227
+ ,
228
+ variant06: (components, colors)=>`<path d="M3 5V4h2V1h10v3h2v1H3Z" fill="${colors.hat.value}"/><path d="M5 1v3h10V1H5Z" fill="#fff" fill-opacity=".2"/>`
229
+ ,
230
+ variant07: (components, colors)=>`<path d="M3 6V4h1V3h1V2h10v1h1v1h1v2H3Z" fill="${colors.hat.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 3v1h12V3H4ZM3 5v1h14V5H3Z" fill="#fff" fill-opacity=".2"/>`
231
+ ,
232
+ variant08: (components, colors)=>`<path d="M14 2H6v1H5v1H4v2h14V5h-2V4h-1V3h-1V2Z" fill="${colors.hat.value}"/><path d="M5 6h1V5h1V4h1V3H7v1H6v1H5v1Z" fill="#fff" fill-opacity=".2"/>`
233
+ ,
234
+ variant09: (components, colors)=>`<path d="M5 1v2H3v2h14V3h-2V1H5Z" fill="${colors.hat.value}"/><path d="M14 3V0h-1v3h1Z" fill="#fff" fill-opacity=".2"/>`
235
+ ,
236
+ variant10: (components, colors)=>`<path d="M4 0v5H2v1h16V5h-2V0H4Z" fill="${colors.hat.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 3V0h-1v3h1Zm-2-3v2h-1V0h1Z" fill="#fff" fill-opacity=".2"/>`
237
+ ,
238
+ variant11: (components, colors)=>`<path d="M3 3v2h14V3h-1V2h-1V1H5v1H4v1H3Z" fill="${colors.hat.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14 1v4h-1V1h1Zm-2 0v4h-1V1h1Z" fill="#fff" fill-opacity=".2"/>`
239
+ ,
240
+ variant12: (components, colors)=>`<path d="M5 4H4v2h14V5h-2V4h-1V3h-1V2H6v1H5v1Z" fill="${colors.hat.value}"/><path d="M14 4h-3v1h3V4Z" fill="#fff" fill-opacity=".2"/>`
544
241
  };
545
242
 
546
- var clothing = {
547
- 'variant25': function variant25(components, colors) {
548
- return "\n<path d=\"M3 20v-3h1v-1h12v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path d=\"M5 20v-2h1v-1h8v1h1v2h-2v-1h-2v1H9v-1H7v1H5Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
549
- },
550
- 'variant24': function variant24(components, colors) {
551
- return "\n<path d=\"M3 20v-3h1v-1h12v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path d=\"M8 16H4v1H3v3h14v-3h-1v-1h-4v1h1v1h-1v1h-1v-1H9v1H8v-1H7v-1h1v-1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n<path d=\"M9 16v1h2v-1H9Z\" fill=\"#fff\"/>\n");
552
- },
553
- 'variant23': function variant23(components, colors) {
554
- return "\n<path d=\"M3 20v-3h1v-1h12v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 16H4v1H3v3h6v-2H8v-1h1v-1Zm2 0h5v1h1v3h-6v-2h1v-1h-1v-1Z\" fill=\"#fff\" fill-opacity=\".3\"/>\n");
555
- },
556
- 'variant22': function variant22(components, colors) {
557
- return "\n<path d=\"M3 20v-3h1v-1h3v2h6v-2h3v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 16H4v1H3v3h2v-4Zm1 0h1v2h6v-2h1v4H6v-4Zm9 0h1v1h1v3h-2v-4Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
558
- },
559
- 'variant21': function variant21(components, colors) {
560
- return "\n<path d=\"M3 20v-3h1v-1h4v1h1v1h2v-1h1v-1h4v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 17v-1h3v1H4Zm9 0v-1h3v1h-3Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
561
- },
562
- 'variant20': function variant20(components, colors) {
563
- return "\n<path d=\"M3 20v-3h1v-1h3v-1h1v1h1v1h2v-1h.965L12 15h1v1h3v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 16H4v1H3v3h6v-2H8v-1H6v-1Zm2 0h1-1Zm3 0h1-1Zm2 0h1v1h-2v1h-1v2h6v-3h-1v-1h-3Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
564
- },
565
- 'variant19': function variant19(components, colors) {
566
- return "\n<path d=\"M5 16H4v1H3v3h14v-3h-1v-1h-3v1H7v-1H5Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path d=\"M10 20v-1h3v1h-3Z\" fill=\"#fff\" fill-opacity=\".5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 16H4v1H3v3h1v-1h1v-3Zm1 0h1v1h6v-1h1v2H6v-2Zm9 0h1v1h1v3h-1v-1h-1v-3Z\" fill=\"#fff\" fill-opacity=\".8\"/>\n");
567
- },
568
- 'variant18': function variant18(components, colors) {
569
- return "\n<path d=\"M3 20v-3h1v-1h4v1h4v-1h4v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 20v-1h1v1H3Zm2 0v-1h1v1H5Zm2 0v-1h1v1H7Zm2 0v-1h1v1H9Zm2 0v-1h1v1h-1Zm2 0v-1h1v1h-1Zm2 0v-1h1v1h-1Zm1-2h1v1h-1v-1Zm-2 0h1v1h-1v-1Zm-2 0h1v1h-1v-1Zm-2 0h1v1h-1v-1Zm-2 0h1v1H8v-1Zm-2 0h1v1H6v-1Zm-2 0h1v1H4v-1Zm-1-1h1v1H3v-1Zm2 0h1v1H5v-1Zm2 0h1v1H7v-1Zm2 0h1v1H9v-1Zm2 0h1v1h-1v-1Zm2 0h1v1h-1v-1Zm2 0h1v1h-1v-1ZM4 16h1v1H4v-1Zm2 0h1v1H6v-1Zm6 0h1v1h-1v-1Zm2 0h1v1h-1v-1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
570
- },
571
- 'variant17': function variant17(components, colors) {
572
- return "\n<path d=\"M3 20v-3h1v-1h4v1h4v-1h4v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 20v-2h1v2H3Zm3 0v-2h2v2H6Zm4 0v-2h2v2h-2Zm4 0v-2h2v2h-2Zm2-3v1h1v-1h-1Zm-2 1v-2h-2v2h2Zm-6-1v1h2v-1H8Zm-4-1v2h2v-2H4Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
573
- },
574
- 'variant16': function variant16(components, colors) {
575
- return "\n<path d=\"M3 20v-3h1v-1h4v1h4v-1h4v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 19h14v1H3v-1Zm0-2h14v1H3v-1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
576
- },
577
- 'variant15': function variant15(components, colors) {
578
- return "\n<path d=\"M3 20v-3h1v-1h4v1h4v-1h4v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n");
579
- },
580
- 'variant14': function variant14(components, colors) {
581
- return "\n<path d=\"M3 20v-3h1v-1h4.027L8 15h4l.011 1H16v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path d=\"M3 20v-3h1v-1h12v1h1v3H3Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n<path d=\"M12 20v-1h3v1h-3Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
582
- },
583
- 'variant13': function variant13(components, colors) {
584
- return "\n<path d=\"M3 20v-3h1v-1h12v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n");
585
- },
586
- 'variant12': function variant12(components, colors) {
587
- return "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 16v4h4v-1H7v-1H6v-1H5v-1H4Zm12 0v4h-4v-1h1v-1h1v-1h1v-1h1Z\" fill=\"".concat(colors.clothes.value, "\"/>\n");
588
- },
589
- 'variant11': function variant11(components, colors) {
590
- return "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 16h1v2h1v1h1v1H5v-4Zm9 0h1v4h-3v-1h1v-1h1v-2Z\" fill=\"".concat(colors.clothes.value, "\"/>\n");
591
- },
592
- 'variant10': function variant10(components, colors) {
593
- return "\n<path d=\"M4 20v-2h1v-1h1v-1h2v1h1v1h2v-1h1v-1h2v1h1v1h1v2H4Z\" fill=\"".concat(colors.clothes.value, "\"/>\n");
594
- },
595
- 'variant09': function variant09(components, colors) {
596
- return "\n<path d=\"M3 20v-3h1v-1h4v1h1v1h2v-1h1v-1h4v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path d=\"M3 20v-3h1v-1h2v1h1v1h1v1h4v-1h1v-1h1v-1h2v1h1v3H3Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
597
- },
598
- 'variant08': function variant08(components, colors) {
599
- return "\n<path d=\"M3 20v-3h1v-1h5v1h2v-1h5v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 20v-2h1v1h3v1H3Zm14 0v-2h-1v1h-3v1h4Z\" fill=\"#fff\" fill-opacity=\".4\"/>\n<path d=\"M7 16H4v1H3v1h1v1h3v1h6v-1h3v-1h1v-1h-1v-1h-3v1H7v-1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
600
- },
601
- 'variant07': function variant07(components, colors) {
602
- return "\n<path d=\"M3 20v-3h1v-1h4v1h4v-1h4v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path d=\"M15 20h2v-3h-1v-1h-4v1H8v-1H4v1H3v3h2v-2h10v2Z\" fill=\"#fff\" fill-opacity=\".4\"/>\n");
603
- },
604
- 'variant06': function variant06(components, colors) {
605
- return "\n<path d=\"M3 20v-3h1v-1h4v1h1v1h2v-1h1v-1h4v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path d=\"M6 16v1h1v1h1v1h4v-1h1v-1h1v-1h-2v1h-1v1H9v-1H8v-1H6Z\" fill=\"#fff\" fill-opacity=\".4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 20v-1h2v1h-2Zm1-4v1h2v-1h-2Zm-8 0H4v1h2v-1Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
606
- },
607
- 'variant05': function variant05(components, colors) {
608
- return "\n<path d=\"M3 20v-3h1v-1h3v1h1v1h1v1h2v-1h1v-1h1v-1h3v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n");
609
- },
610
- 'variant04': function variant04(components, colors) {
611
- return "\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 20v-3h1v-1h2v1h1v1h1v1h1v1H3Zm14 0v-3h-1v-1h-2v1h-1v1h-1v1h-1v1h6Z\" fill=\"".concat(colors.clothes.value, "\"/>\n");
612
- },
613
- 'variant03': function variant03(components, colors) {
614
- return "\n<g fill=\"".concat(colors.clothes.value, "\">\n<path d=\"M4 16v4h4v-1H7v-1H6v-2H4ZM16 20v-4h-2v2h-1v1h-1v1h4Z\"/>\n</g>\n");
615
- },
616
- 'variant02': function variant02(components, colors) {
617
- return "\n<path d=\"M3 20v-3h1v-1h3v1h1v1h1v1h2v-1h1v-1h1v-1h3v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path d=\"M6 16v1h1v1h1v1h1v1h2v-1h1v-1h1v-1h1v-1h-1v1h-1v1h-1v1H9v-1H8v-1H7v-1H6Z\" fill=\"#fff\" fill-opacity=\".4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 16v1h-1v1h-1v1h-1v1h-1v-1h1v-1h1v-1h1v-1h1ZM5 16v1h1v1h1v1h1v1h1v-1H8v-1H7v-1H6v-1H5Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 20h1v-3h1v1h1v1h1v1h1v-1H7v-1H6v-1H5v-1H4v1H3v3Zm14 0v-3h-1v-1h-1v1h-1v1h-1v1h-1v1h1v-1h1v-1h1v-1h1v3h1Z\" fill=\"#fff\" fill-opacity=\".1\"/>\n");
618
- },
619
- 'variant01': function variant01(components, colors) {
620
- return "\n<path d=\"M3 20v-3h1v-1h5v1h2v-1h5v1h1v3H3Z\" fill=\"".concat(colors.clothes.value, "\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17h14v1H3v-1Zm0 2v1h14v-1H3Z\" fill=\"#fff\" fill-opacity=\".2\"/>\n");
621
- }
243
+
244
+ const $2210f038691c9666$export$315fd2fadf178734 = {
245
+ variant25: (components, colors)=>`<path d="M3 20v-3h1v-1h12v1h1v3H3Z" fill="${colors.clothes.value}"/><path d="M5 20v-2h1v-1h8v1h1v2h-2v-1h-2v1H9v-1H7v1H5Z" fill="#fff" fill-opacity=".2"/>`
246
+ ,
247
+ variant24: (components, colors)=>`<path d="M3 20v-3h1v-1h12v1h1v3H3Z" fill="${colors.clothes.value}"/><path d="M8 16H4v1H3v3h14v-3h-1v-1h-4v1h1v1h-1v1h-1v-1H9v1H8v-1H7v-1h1v-1Z" fill="#fff" fill-opacity=".2"/><path d="M9 16v1h2v-1H9Z" fill="#fff"/>`
248
+ ,
249
+ variant23: (components, colors)=>`<path d="M3 20v-3h1v-1h12v1h1v3H3Z" fill="${colors.clothes.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9 16H4v1H3v3h6v-2H8v-1h1v-1Zm2 0h5v1h1v3h-6v-2h1v-1h-1v-1Z" fill="#fff" fill-opacity=".3"/>`
250
+ ,
251
+ variant22: (components, colors)=>`<path d="M3 20v-3h1v-1h3v2h6v-2h3v1h1v3H3Z" fill="${colors.clothes.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 16H4v1H3v3h2v-4Zm1 0h1v2h6v-2h1v4H6v-4Zm9 0h1v1h1v3h-2v-4Z" fill="#fff" fill-opacity=".2"/>`
252
+ ,
253
+ variant21: (components, colors)=>`<path d="M3 20v-3h1v-1h4v1h1v1h2v-1h1v-1h4v1h1v3H3Z" fill="${colors.clothes.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 17v-1h3v1H4Zm9 0v-1h3v1h-3Z" fill="#fff" fill-opacity=".2"/>`
254
+ ,
255
+ variant20: (components, colors)=>`<path d="M3 20v-3h1v-1h3v-1h1v1h1v1h2v-1h1v-1h1v1h3v1h1v3H3Z" fill="${colors.clothes.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 16H4v1H3v3h6v-2H8v-1H6v-1Zm2 0h1-1Zm3 0h1-1Zm2 0h1v1h-2v1h-1v2h6v-3h-1v-1h-3Z" fill="#fff" fill-opacity=".2"/>`
256
+ ,
257
+ variant19: (components, colors)=>`<path d="M5 16H4v1H3v3h14v-3h-1v-1h-3v1H7v-1H5Z" fill="${colors.clothes.value}"/><path d="M10 20v-1h3v1h-3Z" fill="#fff" fill-opacity=".5"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 16H4v1H3v3h1v-1h1v-3Zm1 0h1v1h6v-1h1v2H6v-2Zm9 0h1v1h1v3h-1v-1h-1v-3Z" fill="#fff" fill-opacity=".8"/>`
258
+ ,
259
+ variant18: (components, colors)=>`<path d="M3 20v-3h1v-1h4v1h4v-1h4v1h1v3H3Z" fill="${colors.clothes.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 20v-1h1v1H3Zm2 0v-1h1v1H5Zm2 0v-1h1v1H7Zm2 0v-1h1v1H9Zm2 0v-1h1v1h-1Zm2 0v-1h1v1h-1Zm2 0v-1h1v1h-1Zm1-2h1v1h-1v-1Zm-2 0h1v1h-1v-1Zm-2 0h1v1h-1v-1Zm-2 0h1v1h-1v-1Zm-2 0h1v1H8v-1Zm-2 0h1v1H6v-1Zm-2 0h1v1H4v-1Zm-1-1h1v1H3v-1Zm2 0h1v1H5v-1Zm2 0h1v1H7v-1Zm2 0h1v1H9v-1Zm2 0h1v1h-1v-1Zm2 0h1v1h-1v-1Zm2 0h1v1h-1v-1ZM4 16h1v1H4v-1Zm2 0h1v1H6v-1Zm6 0h1v1h-1v-1Zm2 0h1v1h-1v-1Z" fill="#fff" fill-opacity=".2"/>`
260
+ ,
261
+ variant17: (components, colors)=>`<path d="M3 20v-3h1v-1h4v1h4v-1h4v1h1v3H3Z" fill="${colors.clothes.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 20v-2h1v2H3Zm3 0v-2h2v2H6Zm4 0v-2h2v2h-2Zm4 0v-2h2v2h-2Zm2-3v1h1v-1h-1Zm-2 1v-2h-2v2h2Zm-6-1v1h2v-1H8Zm-4-1v2h2v-2H4Z" fill="#fff" fill-opacity=".2"/>`
262
+ ,
263
+ variant16: (components, colors)=>`<path d="M3 20v-3h1v-1h4v1h4v-1h4v1h1v3H3Z" fill="${colors.clothes.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 19h14v1H3v-1Zm0-2h14v1H3v-1Z" fill="#fff" fill-opacity=".2"/>`
264
+ ,
265
+ variant15: (components, colors)=>`<path d="M3 20v-3h1v-1h4v1h4v-1h4v1h1v3H3Z" fill="${colors.clothes.value}"/>`
266
+ ,
267
+ variant14: (components, colors)=>`<path d="M3 20v-3h1v-1h4v-1h4v1h4v1h1v3H3Z" fill="${colors.clothes.value}"/><path d="M3 20v-3h1v-1h12v1h1v3H3Z" fill="#fff" fill-opacity=".2"/><path d="M12 20v-1h3v1h-3Z" fill="#fff" fill-opacity=".2"/>`
268
+ ,
269
+ variant13: (components, colors)=>`<path d="M3 20v-3h1v-1h12v1h1v3H3Z" fill="${colors.clothes.value}"/>`
270
+ ,
271
+ variant12: (components, colors)=>`<path fill-rule="evenodd" clip-rule="evenodd" d="M4 16v4h4v-1H7v-1H6v-1H5v-1H4Zm12 0v4h-4v-1h1v-1h1v-1h1v-1h1Z" fill="${colors.clothes.value}"/>`
272
+ ,
273
+ variant11: (components, colors)=>`<path fill-rule="evenodd" clip-rule="evenodd" d="M5 16h1v2h1v1h1v1H5v-4Zm9 0h1v4h-3v-1h1v-1h1v-2Z" fill="${colors.clothes.value}"/>`
274
+ ,
275
+ variant10: (components, colors)=>`<path d="M4 20v-2h1v-1h1v-1h2v1h1v1h2v-1h1v-1h2v1h1v1h1v2H4Z" fill="${colors.clothes.value}"/>`
276
+ ,
277
+ variant09: (components, colors)=>`<path d="M3 20v-3h1v-1h4v1h1v1h2v-1h1v-1h4v1h1v3H3Z" fill="${colors.clothes.value}"/><path d="M3 20v-3h1v-1h2v1h1v1h1v1h4v-1h1v-1h1v-1h2v1h1v3H3Z" fill="#fff" fill-opacity=".2"/>`
278
+ ,
279
+ variant08: (components, colors)=>`<path d="M3 20v-3h1v-1h5v1h2v-1h5v1h1v3H3Z" fill="${colors.clothes.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 20v-2h1v1h3v1H3Zm14 0v-2h-1v1h-3v1h4Z" fill="#fff" fill-opacity=".4"/><path d="M7 16H4v1H3v1h1v1h3v1h6v-1h3v-1h1v-1h-1v-1h-3v1H7v-1Z" fill="#fff" fill-opacity=".2"/>`
280
+ ,
281
+ variant07: (components, colors)=>`<path d="M3 20v-3h1v-1h4v1h4v-1h4v1h1v3H3Z" fill="${colors.clothes.value}"/><path d="M15 20h2v-3h-1v-1h-4v1H8v-1H4v1H3v3h2v-2h10v2Z" fill="#fff" fill-opacity=".4"/>`
282
+ ,
283
+ variant06: (components, colors)=>`<path d="M3 20v-3h1v-1h4v1h1v1h2v-1h1v-1h4v1h1v3H3Z" fill="${colors.clothes.value}"/><path d="M6 16v1h1v1h1v1h4v-1h1v-1h1v-1h-2v1h-1v1H9v-1H8v-1H6Z" fill="#fff" fill-opacity=".4"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13 20v-1h2v1h-2Zm1-4v1h2v-1h-2Zm-8 0H4v1h2v-1Z" fill="#fff" fill-opacity=".2"/>`
284
+ ,
285
+ variant05: (components, colors)=>`<path d="M3 20v-3h1v-1h3v1h1v1h1v1h2v-1h1v-1h1v-1h3v1h1v3H3Z" fill="${colors.clothes.value}"/>`
286
+ ,
287
+ variant04: (components, colors)=>`<path fill-rule="evenodd" clip-rule="evenodd" d="M3 20v-3h1v-1h2v1h1v1h1v1h1v1H3Zm14 0v-3h-1v-1h-2v1h-1v1h-1v1h-1v1h6Z" fill="${colors.clothes.value}"/>`
288
+ ,
289
+ variant03: (components, colors)=>`<path d="M4 16v4h4v-1H7v-1H6v-2H4ZM16 20v-4h-2v2h-1v1h-1v1h4Z" fill="${colors.clothes.value}"/>`
290
+ ,
291
+ variant02: (components, colors)=>`<path d="M3 20v-3h1v-1h3v1h1v1h1v1h2v-1h1v-1h1v-1h3v1h1v3H3Z" fill="${colors.clothes.value}"/><path d="M6 16v1h1v1h1v1h1v1h2v-1h1v-1h1v-1h1v-1h-1v1h-1v1h-1v1H9v-1H8v-1H7v-1H6Z" fill="#fff" fill-opacity=".4"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 16v1h-1v1h-1v1h-1v1h-1v-1h1v-1h1v-1h1v-1h1ZM5 16v1h1v1h1v1h1v1h1v-1H8v-1H7v-1H6v-1H5Z" fill="#fff" fill-opacity=".2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 20h1v-3h1v1h1v1h1v1h1v-1H7v-1H6v-1H5v-1H4v1H3v3Zm14 0v-3h-1v-1h-1v1h-1v1h-1v1h-1v1h1v-1h1v-1h1v-1h1v3h1Z" fill="#fff" fill-opacity=".1"/>`
292
+ ,
293
+ variant01: (components, colors)=>`<path d="M3 20v-3h1v-1h5v1h2v-1h5v1h1v3H3Z" fill="${colors.clothes.value}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 17h14v1H3v-1Zm0 2v1h14v-1H3Z" fill="#fff" fill-opacity=".2"/>`
622
294
  };
623
295
 
624
- var components = /*#__PURE__*/Object.freeze({
625
- __proto__: null,
626
- beard: beard,
627
- eyes: eyes,
628
- eyebrows: eyebrows,
629
- mouth: mouth$1,
630
- hair: hair$1,
631
- accessories: accessories$1,
632
- glasses: glasses$1,
633
- hat: hat$1,
634
- clothing: clothing
635
- });
636
-
637
- function pickComponent(prng, group) {
638
- var values = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];
639
- var componentCollection = components;
640
- var key = prng.pick(values);
641
-
642
- if (componentCollection[group][key]) {
296
+
297
+
298
+
299
+ function $e7c04b8600ad5c5c$export$5bc6178a9a86ed74({ prng: prng , group: group , values: values = [] }) {
300
+ const componentCollection = $6694e050ea5985cb$exports;
301
+ const key = prng.pick(values);
302
+ if (componentCollection[group][key]) return {
303
+ name: key,
304
+ value: componentCollection[group][key]
305
+ };
306
+ else return undefined;
307
+ }
308
+
309
+
310
+ function $f56d4e9f38727ea0$export$4e811121b221213b({ prng: prng , options: options }) {
311
+ const beardComponent = $e7c04b8600ad5c5c$export$5bc6178a9a86ed74({
312
+ prng: prng,
313
+ group: 'beard',
314
+ values: options.beard
315
+ });
316
+ const eyesComponent = $e7c04b8600ad5c5c$export$5bc6178a9a86ed74({
317
+ prng: prng,
318
+ group: 'eyes',
319
+ values: options.eyes
320
+ });
321
+ const eyebrowsComponent = $e7c04b8600ad5c5c$export$5bc6178a9a86ed74({
322
+ prng: prng,
323
+ group: 'eyebrows',
324
+ values: options.eyebrows
325
+ });
326
+ const mouthComponent = $e7c04b8600ad5c5c$export$5bc6178a9a86ed74({
327
+ prng: prng,
328
+ group: 'mouth',
329
+ values: options.mouth
330
+ });
331
+ const hairComponent = $e7c04b8600ad5c5c$export$5bc6178a9a86ed74({
332
+ prng: prng,
333
+ group: 'hair',
334
+ values: options.hair
335
+ });
336
+ const accessoriesComponent = $e7c04b8600ad5c5c$export$5bc6178a9a86ed74({
337
+ prng: prng,
338
+ group: 'accessories',
339
+ values: options.accessories
340
+ });
341
+ const glassesComponent = $e7c04b8600ad5c5c$export$5bc6178a9a86ed74({
342
+ prng: prng,
343
+ group: 'glasses',
344
+ values: options.glasses
345
+ });
346
+ const hatComponent = $e7c04b8600ad5c5c$export$5bc6178a9a86ed74({
347
+ prng: prng,
348
+ group: 'hat',
349
+ values: options.hat
350
+ });
351
+ const clothingComponent = $e7c04b8600ad5c5c$export$5bc6178a9a86ed74({
352
+ prng: prng,
353
+ group: 'clothing',
354
+ values: options.clothing
355
+ });
643
356
  return {
644
- name: key,
645
- value: componentCollection[group][key]
357
+ beard: prng.bool(options.beardProbability) ? beardComponent : undefined,
358
+ eyes: eyesComponent,
359
+ eyebrows: eyebrowsComponent,
360
+ mouth: mouthComponent,
361
+ hair: prng.bool(options.hairProbability) ? hairComponent : undefined,
362
+ accessories: prng.bool(options.accessoriesProbability) ? accessoriesComponent : undefined,
363
+ glasses: prng.bool(options.glassesProbability) ? glassesComponent : undefined,
364
+ hat: prng.bool(options.hatProbability) ? hatComponent : undefined,
365
+ clothing: clothingComponent
646
366
  };
647
- } else {
648
- return undefined;
649
- }
650
367
  }
651
368
 
652
- var skin = {
653
- 'variant01': 'rgba(255, 219, 172, 1)',
654
- 'variant02': 'rgba(245, 207, 160, 1)',
655
- 'variant03': 'rgba(234, 195, 147, 1)',
656
- 'variant04': 'rgba(224, 182, 135, 1)',
657
- 'variant05': 'rgba(203, 158, 110, 1)',
658
- 'variant06': 'rgba(182, 134, 85, 1)',
659
- 'variant07': 'rgba(162, 109, 61, 1)',
660
- 'variant08': 'rgba(141, 85, 36, 1)'
369
+
370
+ var $9bf1d95fd01da3db$exports = {};
371
+
372
+ $parcel$export($9bf1d95fd01da3db$exports, "skin", function () { return $4689a9bb04da3cf6$export$fcdfe9c56b00fbfc; });
373
+ $parcel$export($9bf1d95fd01da3db$exports, "hair", function () { return $0f4a6f5b53933867$export$12c365d50e7cb3d6; });
374
+ $parcel$export($9bf1d95fd01da3db$exports, "accessories", function () { return $d4f7c8d72f70a8be$export$3bb43880931639de; });
375
+ $parcel$export($9bf1d95fd01da3db$exports, "mouth", function () { return $27ce771debfc9644$export$4ec1914b3efc3f9a; });
376
+ $parcel$export($9bf1d95fd01da3db$exports, "clothes", function () { return $b2c6effc397611a7$export$7f97afff939ca5e8; });
377
+ $parcel$export($9bf1d95fd01da3db$exports, "hat", function () { return $081a3aae87035010$export$dbf38fa2a54a979a; });
378
+ $parcel$export($9bf1d95fd01da3db$exports, "glasses", function () { return $52bca16690f915aa$export$98222f1ebbc36891; });
379
+ const $4689a9bb04da3cf6$export$fcdfe9c56b00fbfc = {
380
+ variant01: 'rgba(255, 219, 172, 1)',
381
+ variant02: 'rgba(245, 207, 160, 1)',
382
+ variant03: 'rgba(234, 195, 147, 1)',
383
+ variant04: 'rgba(224, 182, 135, 1)',
384
+ variant05: 'rgba(203, 158, 110, 1)',
385
+ variant06: 'rgba(182, 134, 85, 1)',
386
+ variant07: 'rgba(162, 109, 61, 1)',
387
+ variant08: 'rgba(141, 85, 36, 1)'
661
388
  };
662
389
 
663
- var hair = {
664
- 'variant01': 'rgba(202, 177, 136, 1)',
665
- 'variant02': 'rgba(167, 137, 97, 1)',
666
- 'variant03': 'rgba(131, 98, 59, 1)',
667
- 'variant04': 'rgba(96, 58, 20, 1)',
668
- 'variant05': 'rgba(96, 48, 21, 1)',
669
- 'variant06': 'rgba(97, 38, 22, 1)',
670
- 'variant07': 'rgba(97, 28, 23, 1)',
671
- 'variant08': 'rgba(78, 26, 19, 1)',
672
- 'variant09': 'rgba(59, 23, 14, 1)',
673
- 'variant10': 'rgba(40, 21, 10, 1)'
390
+
391
+ const $0f4a6f5b53933867$export$12c365d50e7cb3d6 = {
392
+ variant01: 'rgba(202, 177, 136, 1)',
393
+ variant02: 'rgba(167, 137, 97, 1)',
394
+ variant03: 'rgba(131, 98, 59, 1)',
395
+ variant04: 'rgba(96, 58, 20, 1)',
396
+ variant05: 'rgba(96, 48, 21, 1)',
397
+ variant06: 'rgba(97, 38, 22, 1)',
398
+ variant07: 'rgba(97, 28, 23, 1)',
399
+ variant08: 'rgba(78, 26, 19, 1)',
400
+ variant09: 'rgba(59, 23, 14, 1)',
401
+ variant10: 'rgba(40, 21, 10, 1)'
674
402
  };
675
403
 
676
- var accessories = {
677
- 'gold01': 'rgba(218, 165, 32, 1)',
678
- 'gold02': 'rgba(255, 215, 0, 1)',
679
- 'gold03': 'rgba(250, 250, 210, 1)',
680
- 'silver01': 'rgba(211, 211, 211, 1)',
681
- 'silver02': 'rgba(169, 169, 169, 1)'
404
+
405
+ const $d4f7c8d72f70a8be$export$3bb43880931639de = {
406
+ gold01: 'rgba(218, 165, 32, 1)',
407
+ gold02: 'rgba(255, 215, 0, 1)',
408
+ gold03: 'rgba(250, 250, 210, 1)',
409
+ silver01: 'rgba(211, 211, 211, 1)',
410
+ silver02: 'rgba(169, 169, 169, 1)'
682
411
  };
683
412
 
684
- var mouth = {
685
- 'variant01': 'rgba(210, 153, 133, 1)',
686
- 'variant02': 'rgba(201, 130, 118, 1)',
687
- 'variant03': 'rgba(227, 93, 106, 1)',
688
- 'variant04': 'rgba(222, 15, 13, 1)'
413
+
414
+ const $27ce771debfc9644$export$4ec1914b3efc3f9a = {
415
+ variant01: 'rgba(210, 153, 133, 1)',
416
+ variant02: 'rgba(201, 130, 118, 1)',
417
+ variant03: 'rgba(227, 93, 106, 1)',
418
+ variant04: 'rgba(222, 15, 13, 1)'
689
419
  };
690
420
 
691
- var clothes = {
692
- 'yellow01': 'rgba(255, 238, 173, 1)',
693
- 'yellow02': 'rgba(255, 217, 105, 1)',
694
- 'yellow03': 'rgba(255, 196, 37, 1)',
695
- 'red01': 'rgba(255, 111, 105, 1)',
696
- 'red02': 'rgba(209, 17, 65, 1)',
697
- 'red03': 'rgba(174, 0, 1, 1)',
698
- 'blue01': 'rgba(91, 192, 222, 1)',
699
- 'blue02': 'rgba(66, 139, 202, 1)',
700
- 'blue03': 'rgba(3, 57, 108, 1)',
701
- 'green01': 'rgba(136, 216, 176, 1)',
702
- 'green02': 'rgba(68, 197, 133, 1)',
703
- 'green03': 'rgba(0, 177, 89, 1)'
421
+
422
+ const $b2c6effc397611a7$export$7f97afff939ca5e8 = {
423
+ yellow01: 'rgba(255, 238, 173, 1)',
424
+ yellow02: 'rgba(255, 217, 105, 1)',
425
+ yellow03: 'rgba(255, 196, 37, 1)',
426
+ red01: 'rgba(255, 111, 105, 1)',
427
+ red02: 'rgba(209, 17, 65, 1)',
428
+ red03: 'rgba(174, 0, 1, 1)',
429
+ blue01: 'rgba(91, 192, 222, 1)',
430
+ blue02: 'rgba(66, 139, 202, 1)',
431
+ blue03: 'rgba(3, 57, 108, 1)',
432
+ green01: 'rgba(136, 216, 176, 1)',
433
+ green02: 'rgba(68, 197, 133, 1)',
434
+ green03: 'rgba(0, 177, 89, 1)'
704
435
  };
705
436
 
706
- var hat = {
707
- 'pink01': 'rgba(204, 97, 146, 1)',
708
- 'blue01': 'rgba(38, 99, 163, 1)',
709
- 'green01': 'rgba(61, 138, 107, 1)',
710
- 'purple01': 'rgba(97, 79, 138, 1)',
711
- 'red01': 'rgba(166, 33, 22, 1)',
712
- 'black01': 'rgba(46, 30, 5, 1)',
713
- 'gray01': 'rgba(152, 151, 137, 1)'
437
+
438
+ const $081a3aae87035010$export$dbf38fa2a54a979a = {
439
+ pink01: 'rgba(204, 97, 146, 1)',
440
+ blue01: 'rgba(38, 99, 163, 1)',
441
+ green01: 'rgba(61, 138, 107, 1)',
442
+ purple01: 'rgba(97, 79, 138, 1)',
443
+ red01: 'rgba(166, 33, 22, 1)',
444
+ black01: 'rgba(46, 30, 5, 1)',
445
+ gray01: 'rgba(152, 151, 137, 1)'
714
446
  };
715
447
 
716
- var glasses = {
717
- 'green01': 'rgba(95, 112, 92, 1)',
718
- 'blue01': 'rgba(67, 103, 125, 1)',
719
- 'red01': 'rgba(160, 75, 93, 1)',
720
- 'black01': 'rgba(75, 75, 75, 1)',
721
- 'black02': 'rgba(50, 50, 50, 1)',
722
- 'black03': 'rgba(25, 25, 25, 1)'
448
+
449
+ const $52bca16690f915aa$export$98222f1ebbc36891 = {
450
+ green01: 'rgba(95, 112, 92, 1)',
451
+ blue01: 'rgba(67, 103, 125, 1)',
452
+ red01: 'rgba(160, 75, 93, 1)',
453
+ black01: 'rgba(75, 75, 75, 1)',
454
+ black02: 'rgba(50, 50, 50, 1)',
455
+ black03: 'rgba(25, 25, 25, 1)'
723
456
  };
724
457
 
725
- var colors = /*#__PURE__*/Object.freeze({
726
- __proto__: null,
727
- skin: skin,
728
- hair: hair,
729
- accessories: accessories,
730
- mouth: mouth,
731
- clothes: clothes,
732
- hat: hat,
733
- glasses: glasses
734
- });
735
-
736
- function pickColor(prng, group, values) {
737
- var _colorCollection$grou;
738
-
739
- var colorCollection = colors;
740
-
741
- if (values.length === 0) {
742
- values.push('transparent');
743
- }
744
-
745
- var key = prng.pick(values);
746
- return {
747
- name: key,
748
- value: (_colorCollection$grou = colorCollection[group][key]) !== null && _colorCollection$grou !== void 0 ? _colorCollection$grou : key
749
- };
458
+
459
+
460
+
461
+ function $f709f109054a4dd3$export$c6d89e41e42fa994({ prng: prng , group: group , values: values = [] }) {
462
+ const colorCollection = $9bf1d95fd01da3db$exports;
463
+ if (values.length === 0) values.push('transparent');
464
+ const key = prng.pick(values);
465
+ var _key;
466
+ return {
467
+ name: key,
468
+ value: (_key = colorCollection[group][key]) !== null && _key !== void 0 ? _key : key
469
+ };
750
470
  }
751
471
 
752
- function onPreCreate(_ref) {// Write your modifications here
753
472
 
754
- _ref.prng;
755
- _ref.options;
473
+ function $76f3e3838fb80a35$export$6cee60e8aa85e528({ prng: prng , options: options }) {
474
+ return {
475
+ skin: $f709f109054a4dd3$export$c6d89e41e42fa994({
476
+ prng: prng,
477
+ group: 'skin',
478
+ values: options.skinColor
479
+ }),
480
+ hair: $f709f109054a4dd3$export$c6d89e41e42fa994({
481
+ prng: prng,
482
+ group: 'hair',
483
+ values: options.hairColor
484
+ }),
485
+ accessories: $f709f109054a4dd3$export$c6d89e41e42fa994({
486
+ prng: prng,
487
+ group: 'accessories',
488
+ values: options.accessoriesColor
489
+ }),
490
+ mouth: $f709f109054a4dd3$export$c6d89e41e42fa994({
491
+ prng: prng,
492
+ group: 'mouth',
493
+ values: options.mouthColor
494
+ }),
495
+ clothes: $f709f109054a4dd3$export$c6d89e41e42fa994({
496
+ prng: prng,
497
+ group: 'clothes',
498
+ values: options.clothesColor
499
+ }),
500
+ hat: $f709f109054a4dd3$export$c6d89e41e42fa994({
501
+ prng: prng,
502
+ group: 'hat',
503
+ values: options.hatColor
504
+ }),
505
+ glasses: $f709f109054a4dd3$export$c6d89e41e42fa994({
506
+ prng: prng,
507
+ group: 'glasses',
508
+ values: options.glassesColor
509
+ })
510
+ };
756
511
  }
757
512
 
758
- function onPostCreate(_ref) {// Write your modifications here
759
513
 
760
- _ref.prng;
761
- _ref.options;
762
- _ref.components;
763
- _ref.colors;
514
+ function $bb5024b068ebba63$export$19269755e7fb6f76({ prng: prng , options: options , preview: preview }) {
515
+ // Write your modifications here
764
516
  }
765
517
 
766
- var style = {
767
- meta: {
768
- title: 'Pixel Art',
769
- creator: 'Plastic Jam',
770
- license: {
771
- name: 'MIT',
772
- url: 'https://github.com/dicebear/dicebear/blob/main/packages/%40dicebear/pixel-art/LICENSE'
518
+
519
+ function $ac871737f6651999$export$2538c3cd8a13189f({ prng: prng , options: options , components: components , colors: colors , preview: preview }) {
520
+ // Write your modifications here
521
+ }
522
+
523
+
524
+ const $cf2efa5bc9d2e5e0$export$62ad7b0c781000e9 = {
525
+ beard: {
526
+ width: 20,
527
+ height: 20
528
+ },
529
+ eyes: {
530
+ width: 20,
531
+ height: 20
532
+ },
533
+ eyebrows: {
534
+ width: 20,
535
+ height: 20
536
+ },
537
+ mouth: {
538
+ width: 20,
539
+ height: 20
540
+ },
541
+ hair: {
542
+ width: 20,
543
+ height: 20
544
+ },
545
+ accessories: {
546
+ width: 20,
547
+ height: 20
548
+ },
549
+ glasses: {
550
+ width: 20,
551
+ height: 20
552
+ },
553
+ hat: {
554
+ width: 20,
555
+ height: 20
556
+ },
557
+ clothing: {
558
+ width: 20,
559
+ height: 20
560
+ }
561
+ };
562
+
563
+
564
+ const $b308324c52aa67c9$export$1d567c320f4763bc = {
565
+ meta: {
566
+ title: 'Pixel Art',
567
+ creator: 'Plastic Jam',
568
+ license: {
569
+ name: 'MIT',
570
+ url: 'https://github.com/dicebear/dicebear/blob/main/packages/%40dicebear/pixel-art/LICENSE'
571
+ }
572
+ },
573
+ schema: (/*@__PURE__*/$parcel$interopDefault($f66fddda7516a461$exports)),
574
+ create: ({ prng: prng , options: options })=>{
575
+ var ref, ref1, ref2, ref3, ref4, ref5, ref6, ref7, ref8;
576
+ $bb5024b068ebba63$export$19269755e7fb6f76({
577
+ prng: prng,
578
+ options: options,
579
+ preview: false
580
+ });
581
+ const components = $f56d4e9f38727ea0$export$4e811121b221213b({
582
+ prng: prng,
583
+ options: options
584
+ });
585
+ const colors = $76f3e3838fb80a35$export$6cee60e8aa85e528({
586
+ prng: prng,
587
+ options: options
588
+ });
589
+ $ac871737f6651999$export$2538c3cd8a13189f({
590
+ prng: prng,
591
+ options: options,
592
+ components: components,
593
+ colors: colors,
594
+ preview: false
595
+ });
596
+ var ref9, ref10, ref11, ref12, ref13, ref14, ref15, ref16, ref17;
597
+ return {
598
+ attributes: {
599
+ viewBox: '0 0 20 20',
600
+ fill: 'none',
601
+ 'shape-rendering': 'auto'
602
+ },
603
+ body: `<path d="M6 4V3h8v1h1v1h1v3h1v3h-1v2h-1v1h-1v1h-2v1h4v1h1v3H3v-3h1v-1h4v-1H6v-1H5v-1H4v-2H3V8h1V5h1V4h1Z" fill="${colors.skin.value}"/><path d="M6 3v1H5v1H4v3H3v3h1v2h1v1h1v1h8v-1h1v-1h1v-2h1V8h-1V5h-1V4h-1V3H6Z" fill="#fff" fill-opacity=".1"/>${(ref9 = (ref = components.beard) === null || ref === void 0 ? void 0 : ref.value(components, colors)) !== null && ref9 !== void 0 ? ref9 : ''}${(ref10 = (ref1 = components.eyes) === null || ref1 === void 0 ? void 0 : ref1.value(components, colors)) !== null && ref10 !== void 0 ? ref10 : ''}${(ref11 = (ref2 = components.eyebrows) === null || ref2 === void 0 ? void 0 : ref2.value(components, colors)) !== null && ref11 !== void 0 ? ref11 : ''}${(ref12 = (ref3 = components.mouth) === null || ref3 === void 0 ? void 0 : ref3.value(components, colors)) !== null && ref12 !== void 0 ? ref12 : ''}${(ref13 = (ref4 = components.hair) === null || ref4 === void 0 ? void 0 : ref4.value(components, colors)) !== null && ref13 !== void 0 ? ref13 : ''}${(ref14 = (ref5 = components.accessories) === null || ref5 === void 0 ? void 0 : ref5.value(components, colors)) !== null && ref14 !== void 0 ? ref14 : ''}${(ref15 = (ref6 = components.glasses) === null || ref6 === void 0 ? void 0 : ref6.value(components, colors)) !== null && ref15 !== void 0 ? ref15 : ''}${(ref16 = (ref7 = components.hat) === null || ref7 === void 0 ? void 0 : ref7.value(components, colors)) !== null && ref16 !== void 0 ? ref16 : ''}${(ref17 = (ref8 = components.clothing) === null || ref8 === void 0 ? void 0 : ref8.value(components, colors)) !== null && ref17 !== void 0 ? ref17 : ''}`
604
+ };
605
+ },
606
+ preview: ({ prng: prng , options: options , property: property })=>{
607
+ const componentGroup = property.toString();
608
+ const colorGroup = property.toString().replace(/Color$/, '');
609
+ $bb5024b068ebba63$export$19269755e7fb6f76({
610
+ prng: prng,
611
+ options: options,
612
+ preview: true
613
+ });
614
+ const components = $f56d4e9f38727ea0$export$4e811121b221213b({
615
+ prng: prng,
616
+ options: options
617
+ });
618
+ const colors = $76f3e3838fb80a35$export$6cee60e8aa85e528({
619
+ prng: prng,
620
+ options: options
621
+ });
622
+ $ac871737f6651999$export$2538c3cd8a13189f({
623
+ prng: prng,
624
+ options: options,
625
+ components: components,
626
+ colors: colors,
627
+ preview: true
628
+ });
629
+ if (componentGroup in components) {
630
+ var ref;
631
+ const { width: width , height: height } = $cf2efa5bc9d2e5e0$export$62ad7b0c781000e9[componentGroup];
632
+ var ref18;
633
+ return {
634
+ attributes: {
635
+ viewBox: `0 0 ${width} ${height}`,
636
+ fill: 'none',
637
+ 'shape-rendering': 'auto'
638
+ },
639
+ body: (ref18 = (ref = components[componentGroup]) === null || ref === void 0 ? void 0 : ref.value(components, colors)) !== null && ref18 !== void 0 ? ref18 : ''
640
+ };
641
+ }
642
+ if (colorGroup in colors) return {
643
+ attributes: {
644
+ viewBox: `0 0 1 1`,
645
+ fill: 'none',
646
+ 'shape-rendering': 'auto'
647
+ },
648
+ body: `<rect width="1" height="1" fill="${colors[colorGroup].value}" />`
649
+ };
650
+ return undefined;
773
651
  }
774
- },
775
- schema: schema$1,
776
- create: function create(_ref) {
777
- var _options$skinColor, _options$hairColor, _options$accessoriesC, _options$mouthColor, _options$clothesColor, _options$hatColor, _options$glassesColor, _components$beard$val, _components$beard, _components$eyes$valu, _components$eyes, _components$eyebrows$, _components$eyebrows, _components$mouth$val, _components$mouth, _components$hair$valu, _components$hair, _components$accessori, _components$accessori2, _components$glasses$v, _components$glasses, _components$hat$value, _components$hat, _components$clothing$, _components$clothing;
778
-
779
- var prng = _ref.prng,
780
- options = _ref.options;
781
- onPreCreate({
782
- prng: prng,
783
- options: options
784
- });
785
- var beardComponent = pickComponent(prng, 'beard', options.beard);
786
- var eyesComponent = pickComponent(prng, 'eyes', options.eyes);
787
- var eyebrowsComponent = pickComponent(prng, 'eyebrows', options.eyebrows);
788
- var mouthComponent = pickComponent(prng, 'mouth', options.mouth);
789
- var hairComponent = pickComponent(prng, 'hair', options.hair);
790
- var accessoriesComponent = pickComponent(prng, 'accessories', options.accessories);
791
- var glassesComponent = pickComponent(prng, 'glasses', options.glasses);
792
- var hatComponent = pickComponent(prng, 'hat', options.hat);
793
- var clothingComponent = pickComponent(prng, 'clothing', options.clothing);
794
- var components = {
795
- 'beard': prng.bool(options.beardProbability) ? beardComponent : undefined,
796
- 'eyes': eyesComponent,
797
- 'eyebrows': eyebrowsComponent,
798
- 'mouth': mouthComponent,
799
- 'hair': prng.bool(options.hairProbability) ? hairComponent : undefined,
800
- 'accessories': prng.bool(options.accessoriesProbability) ? accessoriesComponent : undefined,
801
- 'glasses': prng.bool(options.glassesProbability) ? glassesComponent : undefined,
802
- 'hat': prng.bool(options.hatProbability) ? hatComponent : undefined,
803
- 'clothing': clothingComponent
804
- };
805
- var colors = {
806
- 'skin': pickColor(prng, 'skin', (_options$skinColor = options.skinColor) !== null && _options$skinColor !== void 0 ? _options$skinColor : []),
807
- 'hair': pickColor(prng, 'hair', (_options$hairColor = options.hairColor) !== null && _options$hairColor !== void 0 ? _options$hairColor : []),
808
- 'accessories': pickColor(prng, 'accessories', (_options$accessoriesC = options.accessoriesColor) !== null && _options$accessoriesC !== void 0 ? _options$accessoriesC : []),
809
- 'mouth': pickColor(prng, 'mouth', (_options$mouthColor = options.mouthColor) !== null && _options$mouthColor !== void 0 ? _options$mouthColor : []),
810
- 'clothes': pickColor(prng, 'clothes', (_options$clothesColor = options.clothesColor) !== null && _options$clothesColor !== void 0 ? _options$clothesColor : []),
811
- 'hat': pickColor(prng, 'hat', (_options$hatColor = options.hatColor) !== null && _options$hatColor !== void 0 ? _options$hatColor : []),
812
- 'glasses': pickColor(prng, 'glasses', (_options$glassesColor = options.glassesColor) !== null && _options$glassesColor !== void 0 ? _options$glassesColor : [])
813
- };
814
- onPostCreate({
815
- prng: prng,
816
- options: options,
817
- components: components,
818
- colors: colors
819
- });
820
- return {
821
- attributes: {
822
- viewBox: '0 0 20 20',
823
- fill: 'none'
824
- },
825
- body: "\n<path d=\"M6 4V3h8v1h1v1h1v3h1v3h-1v2h-1v1h-1v1h-2v1h4v1h1v3H3v-3h1v-1h4v-1H6v-1H5v-1H4v-2H3V8h1V5h1V4h1Z\" fill=\"".concat(colors.skin.value, "\"/>\n<path d=\"M6 3v1H5v1H4v3H3v3h1v2h1v1h1v1h8v-1h1v-1h1v-2h1V8h-1V5h-1V4h-1V3H6Z\" fill=\"#fff\" fill-opacity=\".1\"/>\n<g>\n").concat((_components$beard$val = (_components$beard = components.beard) === null || _components$beard === void 0 ? void 0 : _components$beard.value(components, colors)) !== null && _components$beard$val !== void 0 ? _components$beard$val : '', "\n</g>\n<g>\n").concat((_components$eyes$valu = (_components$eyes = components.eyes) === null || _components$eyes === void 0 ? void 0 : _components$eyes.value(components, colors)) !== null && _components$eyes$valu !== void 0 ? _components$eyes$valu : '', "\n</g>\n<g>\n").concat((_components$eyebrows$ = (_components$eyebrows = components.eyebrows) === null || _components$eyebrows === void 0 ? void 0 : _components$eyebrows.value(components, colors)) !== null && _components$eyebrows$ !== void 0 ? _components$eyebrows$ : '', "\n</g>\n<g>\n").concat((_components$mouth$val = (_components$mouth = components.mouth) === null || _components$mouth === void 0 ? void 0 : _components$mouth.value(components, colors)) !== null && _components$mouth$val !== void 0 ? _components$mouth$val : '', "\n</g>\n<g>\n").concat((_components$hair$valu = (_components$hair = components.hair) === null || _components$hair === void 0 ? void 0 : _components$hair.value(components, colors)) !== null && _components$hair$valu !== void 0 ? _components$hair$valu : '', "\n</g>\n<g>\n").concat((_components$accessori = (_components$accessori2 = components.accessories) === null || _components$accessori2 === void 0 ? void 0 : _components$accessori2.value(components, colors)) !== null && _components$accessori !== void 0 ? _components$accessori : '', "\n</g>\n<g>\n").concat((_components$glasses$v = (_components$glasses = components.glasses) === null || _components$glasses === void 0 ? void 0 : _components$glasses.value(components, colors)) !== null && _components$glasses$v !== void 0 ? _components$glasses$v : '', "\n</g>\n<g>\n").concat((_components$hat$value = (_components$hat = components.hat) === null || _components$hat === void 0 ? void 0 : _components$hat.value(components, colors)) !== null && _components$hat$value !== void 0 ? _components$hat$value : '', "\n</g>\n<g>\n").concat((_components$clothing$ = (_components$clothing = components.clothing) === null || _components$clothing === void 0 ? void 0 : _components$clothing.value(components, colors)) !== null && _components$clothing$ !== void 0 ? _components$clothing$ : '', "\n</g>\n")
826
- };
827
- }
828
652
  };
829
653
 
830
- /*!
831
- * Pixel Art (@dicebear/pixel-art)
832
- *
833
- * Code licensed under MIT License.
834
- * Copyright (c) 2021 Florian Körner
835
- *
836
- * Design "8biticon" by Plastic Jam licensed under MIT.
837
- * License: https://github.com/dicebear/dicebear/blob/main/packages/%40dicebear/pixel-art/LICENSE
838
- */
839
- var create = style.create,
840
- meta = style.meta,
841
- schema = style.schema;
842
- /** @deprecated will be removed in Version 5.0 */
843
-
844
- var index = utils.style.createLegacyWrapper(style);
845
-
846
- export { create, index as default, meta, schema };
654
+
655
+ const { create: $e7ca578530916976$export$185802fd694ee1f5 , preview: $e7ca578530916976$export$48c2d0f2f545ac27 , meta: $e7ca578530916976$export$6990040ee07315 , schema: $e7ca578530916976$export$4902baddc787debb } = $b308324c52aa67c9$export$1d567c320f4763bc;
656
+
657
+
658
+ export {$e7ca578530916976$export$185802fd694ee1f5 as create, $e7ca578530916976$export$48c2d0f2f545ac27 as preview, $e7ca578530916976$export$6990040ee07315 as meta, $e7ca578530916976$export$4902baddc787debb as schema};
659
+ //# sourceMappingURL=index.es.js.map