@dicebear/croodles-neutral 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/README.md +6 -5
- package/dist/index.d.ts +13 -16
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +259 -233
- package/dist/index.es.js.map +1 -0
- package/dist/index.js +257 -234
- package/dist/index.js.map +1 -0
- package/package.json +19 -9
- package/dist/colors/index.d.ts +0 -0
- package/dist/components/eyes.d.ts +0 -2
- package/dist/components/index.d.ts +0 -3
- package/dist/components/mouth.d.ts +0 -2
- package/dist/components/nose.d.ts +0 -2
- package/dist/core.d.ts +0 -3
- package/dist/index.umd.js +0 -11
- package/dist/options.d.ts +0 -13
- package/dist/schema.d.ts +0 -2
- package/dist/static-types.d.ts +0 -16
- package/dist/utils/pickColor.d.ts +0 -3
- package/dist/utils/pickComponent.d.ts +0 -3
package/dist/index.es.js
CHANGED
|
@@ -1,250 +1,276 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"enum": ["variant16", "variant15", "variant14", "variant13", "variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
|
|
13
|
-
},
|
|
14
|
-
"default": ["variant16", "variant15", "variant14", "variant13", "variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
|
|
15
|
-
},
|
|
16
|
-
"nose": {
|
|
17
|
-
"title": "Nose",
|
|
18
|
-
"type": "array",
|
|
19
|
-
"items": {
|
|
20
|
-
"type": "string",
|
|
21
|
-
"enum": ["variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
|
|
22
|
-
},
|
|
23
|
-
"default": ["variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
|
|
24
|
-
},
|
|
25
|
-
"mouth": {
|
|
26
|
-
"title": "Mouth",
|
|
27
|
-
"type": "array",
|
|
28
|
-
"items": {
|
|
29
|
-
"type": "string",
|
|
30
|
-
"enum": ["variant18", "variant17", "variant16", "variant15", "variant14", "variant13", "variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
|
|
31
|
-
},
|
|
32
|
-
"default": ["variant18", "variant17", "variant16", "variant15", "variant14", "variant13", "variant12", "variant11", "variant10", "variant09", "variant08", "variant07", "variant06", "variant05", "variant04", "variant03", "variant02", "variant01"]
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"additionalProperties": false
|
|
36
|
-
};
|
|
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 $cb31cd072b7bf884$exports = {};
|
|
8
|
+
$cb31cd072b7bf884$exports = JSON.parse("{\"title\":\"Options\",\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"properties\":{\"eyes\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"enum\":[\"variant16\",\"variant15\",\"variant14\",\"variant13\",\"variant12\",\"variant11\",\"variant10\",\"variant09\",\"variant08\",\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"default\":[\"variant16\",\"variant15\",\"variant14\",\"variant13\",\"variant12\",\"variant11\",\"variant10\",\"variant09\",\"variant08\",\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"mouth\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"enum\":[\"variant18\",\"variant17\",\"variant16\",\"variant15\",\"variant14\",\"variant13\",\"variant12\",\"variant11\",\"variant10\",\"variant09\",\"variant08\",\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"default\":[\"variant18\",\"variant17\",\"variant16\",\"variant15\",\"variant14\",\"variant13\",\"variant12\",\"variant11\",\"variant10\",\"variant09\",\"variant08\",\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"nose\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"enum\":[\"variant09\",\"variant08\",\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]},\"default\":[\"variant09\",\"variant08\",\"variant07\",\"variant06\",\"variant05\",\"variant04\",\"variant03\",\"variant02\",\"variant01\"]}},\"additionalProperties\":false}");
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
var $9164f5670c52d7f9$exports = {};
|
|
37
12
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
return "\n<g stroke=\"#000\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<path d=\"M30.235 23.57c2.53 1.833 7.697 5.97 8.115 7.854.42 1.885-8.725 5.322-13.35 6.806M89.396 22c-3.578 1.309-10.523 4.346-9.685 6.02 1.047 2.095 6.855 3.63 9.685 5.76\"/>\n</g>\n";
|
|
74
|
-
},
|
|
75
|
-
'variant04': function variant04(components, colors) {
|
|
76
|
-
return "\n<g stroke=\"#000\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<path d=\"M26.715 26.256c.904-2.448 4.142-7.291 9.866-7.074 5.725.217 8.306 3.403 8.881 4.969M71.172 24.602c.99-2.853 4.216-8.394 9.198-7.732 4.981.662 7.506 4.332 8.145 6.084M25 42.913c2.745-3.965 9.53-6.579 14.937-6.087 6.759.614 4.348 6.53 2.62 7.24-2.175.892-5.132-.83-3.288-3.288 1.475-1.966 2.847 0 2.474.814M72.607 38.611c1.741-1.74 6.452-5.161 11.368-4.916 6.145.308 7.778 3.266 5.934 5.417-1.843 2.15-4.513 2.458-4.513 0s2-2.56 2.788-.93\"/>\n</g>\n";
|
|
77
|
-
},
|
|
78
|
-
'variant03': function variant03(components, colors) {
|
|
79
|
-
return "\n<g stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<path d=\"M21 41.866c.58-.937 2.196-2.892 4.016-3.213M25.765 45.213l2.811-4.954M32.46 41.81c0 1.129-1.157 5.37-1.157 5.37\" stroke=\"#F24E1E\"/>\n<path d=\"M21.278 32.108c1.198 2.745 4.94 8.42 10.322 9.163 5.382.742 9.202-1.083 10.439-2.088\" stroke=\"#000\"/>\n<path d=\"M80.815 40.26v3.882M84.416 39.42l1.52 3.627M87.777 38.385c.714.67 2.58 1.93 2.58 3.108\" stroke=\"#F24E1E\"/>\n<path d=\"M72.784 35.038c1.205 1.428 4.204 4.284 6.56 4.284 2.945 0 8.166-.803 11.914-4.284M21.15 21.92c.982-1.563 4.551-4.794 10.977-5.222 6.426-.428 9.103 1.16 9.639 2.008M73.738 20.699c1.48-2.08 5.856-6.22 11.511-6.151 2.214.31 7.066 2.059 8.765 6.574\" stroke=\"#000\"/>\n</g>\n";
|
|
80
|
-
},
|
|
81
|
-
'variant02': function variant02(components, colors) {
|
|
82
|
-
return "\n<g stroke=\"#000\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<path d=\"M33.942 27.705c7.098-2.653 13.238 5.211 13.238 10.872 0 6.83-5.28 12.537-10.293 12.537-5.011 0-9.887-5.707-9.887-12.536 0-5.662 4.02-9.794 7.83-11.262M77.413 23.224c6.564-2.653 11.03 5.332 11.03 10.993 0 6.83-3.868 12.537-8.503 12.537s-9.02-4.682-9.02-12.171c0-7.489 3.594-10.16 7.117-11.627\" stroke-width=\"3\"/>\n<path d=\"M40.12 40.512s0 0 0 0M81.992 38.226s0 0 0 0\" stroke-width=\"6\"/>\n<path d=\"M28.229 19.251c2.78-3.127 10.059-7.817 16.938-1.563M66.192 15.104c4.343-4.169 14.437-10.37 20.065-1.824\" stroke-width=\"3\"/>\n</g>\n";
|
|
83
|
-
},
|
|
84
|
-
'variant01': function variant01(components, colors) {
|
|
85
|
-
return "\n<g stroke=\"#000\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<path d=\"M22.307 39.332c2.166-3.166 9-8.4 19-4M78.067 34.953c2.79-2.634 10.579-6.296 19.416.127\"/>\n<path d=\"M30.807 34.832c-1 .5-2.7 2.1-1.5 4.5 1.5 3 6.5.5 6-1.5-.4-1.6-2.167-2-3-2M87.329 32.361c-1.084.277-3.085 1.479-2.422 4.08.828 3.25 6.245 1.868 6.182-.192-.051-1.649-1.693-2.415-2.507-2.592M18 25.866c5.397-1.675 18.088-3.573 25.68 2.233M75.225 28.663c3.35-5.32 14.236-11.166 22.052-7.537\"/>\n</g>\n";
|
|
86
|
-
}
|
|
13
|
+
$parcel$export($9164f5670c52d7f9$exports, "eyes", function () { return $6420456678d2bcc6$export$60b896fd2e3e4b2; });
|
|
14
|
+
$parcel$export($9164f5670c52d7f9$exports, "nose", function () { return $4995200cabb71986$export$eef569ed4a4faa98; });
|
|
15
|
+
$parcel$export($9164f5670c52d7f9$exports, "mouth", function () { return $658bc7be149b3063$export$4ec1914b3efc3f9a; });
|
|
16
|
+
const $6420456678d2bcc6$export$60b896fd2e3e4b2 = {
|
|
17
|
+
variant16: (components, colors)=>`<g stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M37.2 32s0 0 0 0" stroke="#fff"/><path d="M30.5 41.3c-5.1.3-8.2-4-9.2-6C27 30 35.5 33 39.1 35c-.7 2-3.4 6-8.6 6.3Z" stroke="#000"/><path d="M28.6 37.2c.8.5 2.7 1.1 4-.8 1.6-2.4-2.4-5-3.7-3.8-1 1-.6 2.4-.2 3M90.7 35.2c1-.4 2.6-1.8 1.6-4-1.2-2.8-5.8-.8-5.5 1 .3 1.5 1.9 2 2.6 2" stroke="#000"/><path d="M90.7 38.8c-5 1.2-9-2.8-9.8-5.5 4.6-6 15-3.5 17.6-1.3-.4 2-2.8 5.7-7.8 6.8ZM17.3 21c5.5-1.1 18.3-1.5 25.2 5.1M75.6 25.7c3.3-5.4 14.2-11.2 22-7.6" stroke="#000"/></g>`
|
|
18
|
+
,
|
|
19
|
+
variant15: (components, colors)=>`<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M25.5 18.2c1.7-1.3 6.1-2.6 11.3-1.9 4.5.6 6.4 2.3 7.7 4.3M73 20c2-2.8 5.8-3.3 8.2-3.4 2.4-.2 5 0 7.2.6M4 20.6l13.7 8.5M48.2 33A31.5 31.5 0 0 1 68.7 31M96.9 28.8c2.5-1.3 10.6-8.8 13.1-10.6M18.1 29.7c-.3 3.7-.4 13.1 4.4 16.6 4.7 3.5 23.5-.3 25.2-1 1.7-.5 1.7-7.7-.9-14.3-2.1-5.5-20.5-3.7-28-2.3"/><path d="M70.5 28c6-2.7 22-1 25 0 3.7 1 4.1 10.3 3.8 13.7C98.9 45 78.8 45 74 44.9c-3.7-.1-4.9-11.6-4-16.5M33.4 32.3c-.4.2-1 1-.8 1.9.4 1 3.4 2.5 3.5.8.1-1.7-.4-2.3-1.2-1.6"/><path d="M81.6 31.2c-.6.6-1.7 1.8-1 2.3 1 .7 4.3 2.3 4 0-.2-1.8-1.1-1.7-1.5-1.4l-.8.8"/></g>`
|
|
20
|
+
,
|
|
21
|
+
variant14: (components, colors)=>`<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20.8 12.3c1.7-1.3 6.2-2.6 11.3-2 4.5.7 6.4 2.3 7.7 4.3M72.9 14.2c2-3 5.7-3.7 8-4 2.4-.2 5.1-.2 7.3.4M4 21.2l13.7 6.5M48.2 31.5a31.5 31.5 0 0 1 20.5-1.8M96.9 27.3a193 193 0 0 0 13.1-8.6M24.6 49.9c-5-3.1-10.5-15.7-5.9-22.7 5.3-7.8 23.8-8.7 28.1 2.4 2.6 6.5 1.6 12.7 1 14.3-1.9 4.5-10.3 13.9-23.2 6ZM95.5 26.5c-5.6-8-21-8.3-25.4.4-1.9 3.7-3 14.2 4.4 20.2 3.8 3 18 8.2 22.8-5.2 2.2-6.3.4-12.2-1.8-15.4Z"/><path d="M34.4 29.8c-.4.2-1.1 1-.8 1.8.4 1.2 3.4 2.5 3.5.9.1-1.7-.5-2.3-1.2-1.6M81 27.7c-.6.5-1.7 1.8-1 2.3 1 .6 4.2 2.3 4 0-.3-1.9-1.1-1.7-1.5-1.4l-.9.7"/></g>`
|
|
22
|
+
,
|
|
23
|
+
variant13: (components, colors)=>`<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M26.8 19.1c1.3 1.2 4.7 2.4 8.6 1.7 3.5-.5 5-2 6-3.9M70 16.1c2 2.6 5.4 3.4 7.6 3.6 2.2 0 5-.8 7.2-2M4 20.5 17.7 29M48.2 32.8A31.5 31.5 0 0 1 68.7 31M96.9 28.7c2.5-1.4 10.6-7.8 13.1-9.7"/><path d="M22.6 46c-8.3-3.1-7.6-11.4-3.7-17.2 3-3.8 22.8-2.2 27.2 1.8 4.2 3.8 2.3 11.8-1.8 14.3-3.4 2-16.2 3.1-21.7 1ZM94.4 26.7c-3.6-1.2-18.2-1-24 2.6-3.8 2.5-6.5 14.7 3.6 16 4.6.7 14.9 0 18.7-1.8 8.2-3.9 6.8-15.2 1.7-16.8Z"/><path d="M29.7 35.3c1-2 3.2-2.6 4.1-2.6 3.1 0 4 1.3 4.7 2.1M78 35.3c1-2 3.1-2.6 4-2.6 3.2 0 4 1.3 4.7 2.1"/></g>`
|
|
24
|
+
,
|
|
25
|
+
variant12: (components, colors)=>`<path d="M33 35.6c-1.8-1.7.5-4.4 2.5-3.4 2.5 1.3 3.4 4.3 1.2 6.5s-7.2.8-7.5-4.5c-.3-5.3 6.5-9.2 10-3 3.3 6.3 2.2 11.9-5.2 11.9-5.1 0-7.3-3.6-7.9-7-1-6.7 2.5-13.6 9.7-12 4.5 1 9.7 4 8.8 13.3-1 9.3-6 10.3-12.3 9.2-7.7-1.3-9.8-8.2-7.3-16M78.5 35.6c-1.9-1.7.4-4.4 2.4-3.4 2.5 1.3 3.4 4.3 1.2 6.5-2.1 2.2-7.1.8-7.5-4.5-.3-5.3 6.5-9.2 10-3 3.3 6.3 2.2 11.9-5.2 11.9-5.1 0-7.3-3.6-7.8-7-1-6.7 2.4-13.6 9.7-12 4.4 1 9.6 4 8.7 13.3-1 9.3-6 10.3-12.3 9.2-7.7-1.3-9.8-8.2-7.3-16M29.8 15.9c3 2.2 8.8 2.6 12 1M72.2 16.8c3.6 1 9.2-.3 11.8-2.8" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
26
|
+
,
|
|
27
|
+
variant11: (components, colors)=>`<g stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M35.3 28.9c-2.3.1-7.3 1.4-8.1 5.6-1 5.3 2.1 7.4 3.3 8 1 .4 8.2 1.8 9.1-3 .9-5-1.5-8.4-2.9-9-1.4-.6-5.6 1.6-6.2 4-.7 2.4-2.7 3.4 0 5 2.6 1.4 4.5 3.4 6.2.4 1.8-3 1.4-6.6 0-6.9-1.4-.2-4.5.6-4.5 2.5 0 2 .4 5 1.4 4 .8-.9 1.5-3 1.7-4M84.5 27c-2.4 0-7.3 1.4-8.1 5.6-1 5.3 2.1 7.4 3.2 7.9 1.2.5 8.3 1.9 9.2-3 .9-5-1.5-8.3-2.9-9-1.4-.5-5.6 1.7-6.3 4-.6 2.5-2.6 3.5 0 5 2.7 1.5 4.5 3.5 6.3.5 1.8-3 1.4-6.7 0-7-1.4-.2-4.5.7-4.5 2.6 0 1.9.4 4.9 1.4 3.9.8-.8 1.5-3 1.7-4" stroke="#000"/><path d="M85.4 37.3s0 0 0 0M32.2 34.6c-.4 0-1.2.2-1 .9.3.7 1.4.5 1.6 0 .3-.6-.2-1.7-.2-1.7M81.4 32.7c-.4 0-1.3.2-1 .8.3.7 1.3.6 1.6 0 .2-.5-.3-1.7-.3-1.7" stroke="#fff"/><path d="M27.5 21.8c1-1.3 3.8-3.4 6-2M78 18c1-1.3 4.2-1.4 4.7 0" stroke="#000"/></g>`
|
|
28
|
+
,
|
|
29
|
+
variant10: (components, colors)=>`<g stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20.4 39.8c2.2-3.1 9-8.4 19-4" stroke="#000"/><path d="M29 35.3c-1 .5-2.8 2.1-1.6 4.5 1.5 3 6.5.5 6-1.5-.4-1.6-2.1-2-3-2M17 24.6C21.8 23 33.2 21 40 27M71.4 24.6c4.8-1.7 16.2-3.6 23 2.3" stroke="#000"/><path d="M68 28c6.4-.8 24.3 1.6 27 3.2 3 1.8 3.5 15.2 1.2 21.6-1.2 3.2-13.3 6.7-23.8 0-7.5-4.7-5.9-18.8-5-23.7" stroke="#F24E1E"/><path d="M70.6 31c-.7 1.9-1.8 8.5-2.5 10.8l5-10.2c-.7 3.2-3.5 14.2-3.3 15.2.3 1.2 5.9-15.3 6.5-15.2.6 0-4.4 16.9-4.4 17.9s5.8-17.2 6.7-17.2c.9 0-4.4 17.9-3.8 18.8.6.9 5.2-17.3 6-18.2C81.4 32 76.1 53 77 53c.8 0 6.1-21 6.9-19 .7 2-5.1 22-3.2 20.3 2-1.6 5.6-21.8 7-20.3 1.5 1.5-4.4 20.8-3.2 20.3C85.8 53.8 90 35 90.6 35c.6 0-2.4 20.8-1.8 19.4l5-19.4c.3-1.2 0 3 0 6.9-.1 3-2.2 10.5-2.5 12.5l4.4-14.6c0 2.3 0 7.6-.3 10.1-.3 2.6-.8 3.7-1 4M6 3a253.7 253.7 0 0 0 58.6 26c3 .8 28 4.5 32 2.3 3.3-1.7 11.2-14 13-16" stroke="#F24E1E"/></g>`
|
|
30
|
+
,
|
|
31
|
+
variant09: (components, colors)=>`<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M23.2 17.6c1.6.8 6 1.7 11.2 1.3 4.5-.4 6.5-1.5 7.8-2.9M75.2 15c2.1 1.9 5.9 2.3 8.3 2.3 2.3.1 5 0 7.1-.4M4 18.5 17.7 26M48.2 29.8A31.5 31.5 0 0 1 68.7 28M96.9 25.6c2.5-1.3 10.6-7.7 13.1-9.6M18.1 26.6c-.3 3.7-1.7 15.6 0 17.6 2.6 3 27.8-1 29.5-1.5 1.6-.6 2-8.8-.5-15.4-2.2-5.5-20.8-3.1-28.4-1.8"/><path d="m19.5 31.9 2.8-5.4c-.8 3.3-3 11-2.8 12 .3 1.2 5.7-12.6 6.3-12.6.6.1-4.5 16-4.5 17s6-17 6.9-17c.9 0-4.2 15.6-3.6 16.5.6 1 5.4-16 6.2-16.9.7-.9-4.3 18.2-3.4 18.1.8 0 6.1-21 6.9-19 .7 2-4.9 21.2-3 19.5 2-1.6 5.4-21 6.8-19.5 1.4 1.5-3.6 20-2.4 19.5 1.3-.5 4.6-17.6 5.2-17.6.6 0-1 17.1-.5 17.1s3.3-14 3.7-15.1c.3-1.2 1-.5 1 3.4-.1 3-1.3 9-1.6 11l3-7.6M70.8 33l2.8-7c-.8 3.3-2.3 10-2 10.9.2 1.2 5-11.5 5.5-11.4.6 0-3.5 13.1-3.5 14 0 1 5-14 5.9-14 .9 0-3.6 14.8-3 15.7.6.9 4.8-15.3 5.6-16.2.7-.9-4.3 18.2-3.4 18.1.8 0 6.1-21 6.9-19 .7 2-5.1 20.7-3.2 19 2-1.6 5.6-20.5 7-19 1.4 1.5-3.6 20-2.4 19.6C88.3 43 91.6 26 92.2 26c.6 0-1 17-.5 17s2.7-12.7 3-13.9c.4-1.1 1.3-.5 1.2 3.3 0 3.1-.8 7.9-1.1 9.9l3-7.6"/><path d="M70.5 24.8c6-2.7 22.2-1 25.2 0 3.8 1.1 3.6 14.7 3.3 18-.4 3.4-22.1.2-26.8 0-3.7-.1-3-12.7-2.1-17.6"/></g>`
|
|
32
|
+
,
|
|
33
|
+
variant08: (components, colors)=>`<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M34.8 27.8c3.3.6 11-.1 14.7-7.9M65.2 15c.5 2.7 2.7 8.5 7.4 10.8 4.6 2.3 8.8 2.3 10.3 2M21.2 40.5a134 134 0 0 1 27.1-5M21 42.7c6.8-1.3 20.5-4.5 25.2-5.2M67.3 34.8c7.1-1.3 22.3 2.4 26.3 4.1"/><path d="M66.7 35.2c7.1-1.2 20.6 3.7 24.6 5.5"/><path d="M66.5 36.1c7-1.3 21.6 4.9 25.6 6.7"/><path d="M66.5 37.5c7-1.3 21.6 5 25.6 6.9M25 41.3c6.5-2.3 20.5-6.6 24-5.2M24 45c6.6-2.3 20.3-6.2 24-7"/></g>`
|
|
34
|
+
,
|
|
35
|
+
variant07: (components, colors)=>`<g stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M35.5 48c-.7-.6-5.1-2.3-7.4-6.2-2.3-3.8-2.5-7.7 0-9.3 1.6-1.2 5.1.6 7.4 2.2M36.4 34c1.5-1.6 4.1-3 6.7-1.6 1.8 1 1.6 7.1 0 9.4-1.2 1.9-5.2 5-6.7 6M77.7 33.3c-2.2-2.1-7.1-5.4-9.2-1.7-2.6 4.6 5.6 13 10.2 14.8M79.8 47c2.2-1.7 7-5.4 7.8-6.6 1-1.5 2.8-8 0-10.6-2.8-2.6-8.6 1-8.6 5.2" stroke="#F24E1E"/><path d="M26 18.3c.6-1.4 3-4.2 7-3.7 5.2.6 6.2 1.5 7.4 3.7M72.2 16.2c.5-1.7 3-4.8 8.2-4 5.2.6 7 3.5 7.3 4.9" stroke="#000"/></g>`
|
|
36
|
+
,
|
|
37
|
+
variant06: (components, colors)=>`<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M42.8 24c-6.4.3-17.8 3.1-17.8 11.4C25 47.8 34.7 50 38.2 50c3 0 9.2-1.6 11.5-4 2.3-2.6 3.2-12.6 1.6-15.8-1.1-2.2-3.2-5-7-5"/><path d="M30.7 32.3c-.4 0-1.2.2-1 .9.3.6 1.4.5 1.6 0 .3-.6-.2-1.8-.2-1.8M78.6 42c.3.6.5.4.7 0"/><path d="M80.3 30.4c-3 .8-8.6 3.8-7.4 9.9 1.3 6 5.8 7.7 10.4 6.4 4.5-1.4 7-7.6 6.4-10.3-1-3.4-5.7-6-9.4-5M28.7 16.7c2.1 1.6 8 4.3 14.3 2.4 6.3-2 11.2-7.5 12.8-10.1M78.9 14.5c-1 1 .2 4.7 2.4 5.5 2.2.9 3.6 1.5 5.8 1.5"/></g>`
|
|
38
|
+
,
|
|
39
|
+
variant05: (components, colors)=>`<path d="M30.2 23.6c2.6 1.8 7.7 6 8.2 7.8.4 2-8.8 5.3-13.4 6.8M89.4 22c-3.6 1.3-10.5 4.3-9.7 6 1 2.1 6.9 3.7 9.7 5.8" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
40
|
+
,
|
|
41
|
+
variant04: (components, colors)=>`<path d="M26.7 26.3c1-2.5 4.2-7.3 9.9-7.1 5.7.2 8.3 3.4 8.9 5M71.2 24.6c1-2.9 4.2-8.4 9.2-7.7 5 .6 7.5 4.3 8.1 6M25 43c2.7-4 9.5-6.7 15-6.2 6.7.6 4.3 6.6 2.6 7.3-2.2.9-5.2-.9-3.3-3.3 1.4-2 2.8 0 2.4.8M72.6 38.6c1.7-1.7 6.5-5.2 11.4-5 6.1.4 7.8 3.4 6 5.5-2 2.2-4.6 2.5-4.6 0 0-2.4 2-2.5 2.8-1" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
42
|
+
,
|
|
43
|
+
variant03: (components, colors)=>`<g stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M21 41.9c.6-1 2.2-3 4-3.2M25.8 45.2l2.8-5M32.5 41.8c0 1.1-1.2 5.4-1.2 5.4" stroke="#F24E1E"/><path d="M21.3 32.1c1.2 2.8 5 8.4 10.3 9.2 5.4.7 9.2-1.1 10.4-2.1" stroke="#000"/><path d="M80.8 40.3V44M84.4 39.4 86 43M87.8 38.4c.7.7 2.6 2 2.6 3" stroke="#F24E1E"/><path d="M72.8 35c1.2 1.5 4.2 4.3 6.5 4.3 3 0 8.2-.8 12-4.3M21.1 22c1-1.6 4.6-4.9 11-5.3 6.5-.4 9.1 1.2 9.7 2M73.7 20.7c1.5-2 5.9-6.2 11.5-6.2 2.3.4 7.1 2.1 8.8 6.6" stroke="#000"/></g>`
|
|
44
|
+
,
|
|
45
|
+
variant02: (components, colors)=>`<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path d="M34 27.7c7-2.6 13.2 5.2 13.2 10.9 0 6.8-5.3 12.5-10.3 12.5-5 0-9.9-5.7-9.9-12.5 0-5.7 4-9.8 7.8-11.3M77.4 23.2c6.6-2.6 11 5.4 11 11 0 6.8-3.8 12.6-8.5 12.6-4.6 0-9-4.7-9-12.2C71 27 74.5 24.4 78 23" stroke-width="3"/><path d="M40.1 40.5s0 0 0 0M82 38.2s0 0 0 0" stroke-width="6"/><path d="M28.2 19.3c2.8-3.2 10-7.9 17-1.6M66.2 15.1c4.3-4.2 14.4-10.4 20-1.8" stroke-width="3"/></g>`
|
|
46
|
+
,
|
|
47
|
+
variant01: (components, colors)=>`<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M22.3 39.3c2.2-3.1 9-8.4 19-4M78 35c2.9-2.7 10.6-6.3 19.5 0"/><path d="M30.8 34.8c-1 .5-2.7 2.1-1.5 4.5 1.5 3 6.5.5 6-1.5-.4-1.6-2.2-2-3-2M87.3 32.4c-1 .2-3 1.4-2.4 4 .8 3.3 6.3 2 6.2-.2 0-1.6-1.7-2.4-2.5-2.5M18 25.9c5.4-1.7 18-3.6 25.7 2.2M75.2 28.7c3.4-5.4 14.3-11.2 22-7.6"/></g>`
|
|
87
48
|
};
|
|
88
49
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
'variant03': function variant03(components, colors) {
|
|
109
|
-
return "\n<path d=\"M13 43.803c3.666 0 8.537-1.535 9.228-5.918.602-3.812-5.617-3.21-7.322-7.523s-.893-17.67 0-23.362\" stroke=\"#000\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
110
|
-
},
|
|
111
|
-
'variant02': function variant02(components, colors) {
|
|
112
|
-
return "\n<path d=\"M21.738 10c4.916 3.966 11.94 22.935 5.97 28.98-5.97 6.046-8.678-4.656-13.806-4.656-5.127 0-9.034 5.918-8.513-1.062.416-5.583 4.035-5.499 4.729-5.763\" stroke=\"#000\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
113
|
-
},
|
|
114
|
-
'variant01': function variant01(components, colors) {
|
|
115
|
-
return "\n<path d=\"M13.749 15c3.806 2.131 10.88 11.851 10.149 17.332-.476 3.566-8.483 2.42-12.898 1.66\" stroke=\"#000\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
116
|
-
}
|
|
50
|
+
|
|
51
|
+
const $4995200cabb71986$export$eef569ed4a4faa98 = {
|
|
52
|
+
variant09: (components, colors)=>`<path d="M23.3 22.4c.7.8 2.6 5.5-5.6 6.5-7 .8-7.1-3.7-7.1-5.3" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
53
|
+
,
|
|
54
|
+
variant08: (components, colors)=>`<path d="M15.3 18c-4 .9-7.2 6.8-4 10 4 4 12.3 4.7 13.1 0 .7-3.9-1.3-6-2.7-6.7" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
55
|
+
,
|
|
56
|
+
variant07: (components, colors)=>`<path d="M2 2.7c3.5 0 7.7 5.7 8.1 14.8.7 14.7-4.2 19.4 0 27 2.7 5 17.8 4.7 21.9-3.6 3.2-6.5-3-12-6.6-20.7-3.5-8.3-5.7-13.4-2-18.2" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
57
|
+
,
|
|
58
|
+
variant06: (components, colors)=>`<path d="M24.3 5c-.8 5.3-1.2 16.3.3 22.3 3.6 14.1-1.5 17.5-3.2 17.5-5.3 0-6.5-4.7-7.7-18-1.5-16.5-1.6-16.3-3.7-21" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
59
|
+
,
|
|
60
|
+
variant05: (components, colors)=>`<path d="M20.8 8c2.7 8 7.6 25.3 5.8 29.4-2.1 5-5.4-2.3-5.4 3.5-1 2.8-3.8 3.2-5.1-1.6-1.3-4.7-5.2 3.5-6.5 1.6-3.6-1.6-.7-7.1 1.2-8.9" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
61
|
+
,
|
|
62
|
+
variant04: (components, colors)=>`<path d="M13.3 12C15 28 20.7 22.4 23 31.3c2 7-9.2 7.7-12.1 5.4" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
63
|
+
,
|
|
64
|
+
variant03: (components, colors)=>`<path d="M13 43.8c3.7 0 8.5-1.5 9.2-6 .6-3.7-5.6-3.1-7.3-7.4A70.4 70.4 0 0 1 15 7" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
65
|
+
,
|
|
66
|
+
variant02: (components, colors)=>`<path d="M21.7 10c5 4 12 23 6 29S19 34.3 14 34.3c-5.1 0-9 6-8.5-1 .4-5.6 4-5.5 4.7-5.8" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
67
|
+
,
|
|
68
|
+
variant01: (components, colors)=>`<path d="M13.7 15c3.9 2.1 11 11.9 10.2 17.3-.5 3.6-8.5 2.5-12.9 1.7" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
117
69
|
};
|
|
118
70
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
'variant06': function variant06(components, colors) {
|
|
157
|
-
return "\n<path d=\"M43.831 10.44c-8.085 1.427-20.546.901-22.445 2.328-3.364 3.752 16.225 1.365 20.465.865 8.885-1.048 11.798-4.926 1.98-3.193Z\" stroke=\"#000\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
158
|
-
},
|
|
159
|
-
'variant05': function variant05(components, colors) {
|
|
160
|
-
return "\n<g stroke=\"#000\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<path d=\"M11 11.184c2.913 1.137 9.265 3.07 24.27 1.707C54.029 11.186 54.224 9.558 58.7 7\"/>\n<path d=\"M35.745 7.562c-10.82.637-17.105 3.713-18.895 5.172 15.713 12.331 34.807 0 34.807-2.586-2.387-.994-2.387-3.381-15.912-2.586Z\"/>\n</g>\n";
|
|
161
|
-
},
|
|
162
|
-
'variant04': function variant04(components, colors) {
|
|
163
|
-
return "\n<path d=\"M34.032 9.914C26.782 9.914 20.018 8.822 17 8c1.088 2.587 6.42 8.26 17.032 8.26 11.938 0 16.465-5.484 18.226-8.26-5.897 1.823-10.976 1.914-18.226 1.914Z\" stroke=\"#000\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
164
|
-
},
|
|
165
|
-
'variant03': function variant03(components, colors) {
|
|
166
|
-
return "\n<path d=\"M19.5 9.991c-1.26 2.154.364 7.707 15.282 6.79 14.918-.917 19.07-8.996 14.51-8.804-6.2.262-10.649 4.193-20.131 2.073-3.36-.752-8.486-2.067-9.66-.059Z\" stroke=\"#000\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
167
|
-
},
|
|
168
|
-
'variant02': function variant02(components, colors) {
|
|
169
|
-
return "\n<path d=\"M22 16.73c7.19 3.826 23.134 1.937 25.412-7.063.236-.934.055-2.667-1.167-2.667\" stroke=\"#000\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
170
|
-
},
|
|
171
|
-
'variant01': function variant01(components, colors) {
|
|
172
|
-
return "\n<path d=\"M17 12s13.39 3.898 36.157 0\" stroke=\"#000\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n";
|
|
173
|
-
}
|
|
71
|
+
|
|
72
|
+
const $658bc7be149b3063$export$4ec1914b3efc3f9a = {
|
|
73
|
+
variant18: (components, colors)=>`<path d="M20 19.5C22.2 15 31.3 5.6 50.3 6" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
74
|
+
,
|
|
75
|
+
variant17: (components, colors)=>`<path d="M44.4 6.5c-4.2 2-20.4 6.7-30.4 4.2 6.2 10 35 11.4 39.6 2.5 5-9.4-4.1-9.3-9.2-6.7Z" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
76
|
+
,
|
|
77
|
+
variant16: (components, colors)=>`<path d="M13.6 13.8c4.7 4 13.5 6.5 22.5 5.4A25 25 0 0 0 54.9 8.5M10 16.5c1.6-1 4.8-3.7 5-6.6M53.1 6c1 1.6 3.8 4.8 6.6 5" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
78
|
+
,
|
|
79
|
+
variant15: (components, colors)=>`<path d="M13.6 14.5c4.7 4 12.5 10.4 22.9-2 6.6-7.8 15.9.9 18.4-3.2M10 17.3c1.6-1 4.8-3.8 5-6.7M55.3 6c-.1 1.9.1 6 2.2 8" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
80
|
+
,
|
|
81
|
+
variant14: (components, colors)=>`<path d="M15 14s4.2 1.6 7 0c2.9-1.5 3-5.9 5.2-3.6 2.6 3 3 4.9 4.5 6.3 1.5 1.5 2.6-5 3.9-7 1.2-2.3 4.6 6.1 6.6 6.1 1.9 0 1.4-9.5 3.6-7.5 2.1 1.9 1.8 5.4 8.8 3.4" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
82
|
+
,
|
|
83
|
+
variant13: (components, colors)=>`<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M22.2 21.5c-.5.5-3-7.1-4.1-11l7.4 1.2-3.3 9.8ZM49.4 20.4c-.7.3-3-6-4.3-10l6-2c-1 3.1-.6 11.6-1.7 12Z"/><path d="M13 4.7c3 6.2 12.4 7.7 24 6.4C47.4 10 53.4 6.7 56.4 3"/></g>`
|
|
84
|
+
,
|
|
85
|
+
variant12: (components, colors)=>`<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M54.3 13.7c4.9-9.4-1.4-10-6.6-7.4a48.9 48.9 0 0 1-23.5 2.4C17.8 6.3 14.4 2 14 13c-.4 11 36.2 8.6 40.3.8Z"/><path d="M15.2 11.9c8 2.7 27 5.8 39.2-4M24 11l-1 5.6M30.8 12.4l-.5 6.2M37.4 11.7l1 6.4M45.3 9.8l1.4 7"/></g>`
|
|
86
|
+
,
|
|
87
|
+
variant11: (components, colors)=>`<path d="M34 9c-7.2 0-14-1.2-17-2 1 2.6 3.4 12 17 12 13.7 0 16.5-9.2 18.3-12-6 1.8-11 2-18.3 2Z" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
88
|
+
,
|
|
89
|
+
variant10: (components, colors)=>`<path d="M54.7 2c-7.3 0-26-.6-38.7 2.7C16 15.4 28.6 25 39.2 22 50 19 56.2 7 54.7 2Z" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
90
|
+
,
|
|
91
|
+
variant09: (components, colors)=>`<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M16 6.6c5.3 2.5 13.5 8 22.7 7.7 11-.3 14.6-6.1 16-9.3"/><path d="M34.3 6.3c-3-1.9-8.6 1.8-10 4.2 1.6 5.5 7.4 9.2 14 9.2 7.3 0 11.3-6.3 12-8.5h0c-.7-1.2-1.8-3.3-4.8-4.9-3.7-2-6.1 6-6.8 6-.7 0-.6-3.6-4.4-6Z"/></g>`
|
|
92
|
+
,
|
|
93
|
+
variant08: (components, colors)=>`<path d="M4 14.8s5.7-2.8 7.1-7.6M12.2 9c.2.8-7 9.3-7 9.3M14.2 8.6C13.7 12.7 9 18.9 9 18.9M11.6 20s5.3-4.8 5.8-10.3M19.6 9.4c0 3.5-1.7 11.2-1.7 11.2M45.6 7.7V20M18.7 20.2s4.2-5.3 4.2-9.6M49.2 18.2s-3-6.2-3-10.6M25.3 10.2c.3 2.4-2.9 9.8-2.9 9.8M55.5 6.9c.3 2.3 5.4 8.3 5.4 8.3M49.2 8a50 50 0 0 0 4.8 9.8M27.7 10c-.6 4-1.3 10.7-1.3 10.7M50.8 7.3l6.4 9.2M30 9.9c.6 2.8.8 8.6 3.7 10.6M58.5 7.3c1.5 2.3 4.4 5.9 8.2 6.8M34 9c0 1.3-1.8 5.9 1 11M40 20.5S35 14.3 35 9M37.5 8.6c0 3.8 6.1 12 6.1 12M44.5 20c-.6-2-3.8-9.3-3.4-12.5" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
94
|
+
,
|
|
95
|
+
variant07: (components, colors)=>`<path d="M12 5.6c2.4 4 6.6 15.1 22.7 15.1C51 20.7 57 6.5 57.7 5" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
96
|
+
,
|
|
97
|
+
variant06: (components, colors)=>`<path d="M43.8 10.4c-8 1.5-20.5 1-22.4 2.4-3.4 3.7 16.2 1.3 20.5.8 8.8-1 11.7-4.9 2-3.2Z" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
98
|
+
,
|
|
99
|
+
variant05: (components, colors)=>`<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M11 11.2c3 1.1 9.3 3 24.3 1.7C54 11.2 54.3 9.6 58.7 7"/><path d="M35.7 7.6A36.7 36.7 0 0 0 17 12.7c15.7 12.4 34.8 0 34.8-2.6-2.4-1-2.4-3.3-16-2.5Z"/></g>`
|
|
100
|
+
,
|
|
101
|
+
variant04: (components, colors)=>`<path d="M34 10c-7.2 0-14-1.2-17-2 1 2.6 6.4 8.3 17 8.3 12 0 16.5-5.5 18.3-8.3-6 1.8-11 2-18.3 2Z" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
102
|
+
,
|
|
103
|
+
variant03: (components, colors)=>`<path d="M19.5 10c-1.3 2.1.4 7.7 15.3 6.8 14.9-1 19-9 14.5-8.8-6.2.2-10.7 4.2-20.1 2-3.4-.7-8.5-2-9.7 0Z" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
104
|
+
,
|
|
105
|
+
variant02: (components, colors)=>`<path d="M22 16.7c7.2 3.9 23.1 2 25.4-7 .2-1 0-2.7-1.2-2.7" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
106
|
+
,
|
|
107
|
+
variant01: (components, colors)=>`<path d="M17 12a88 88 0 0 0 36.2 0" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`
|
|
174
108
|
};
|
|
175
109
|
|
|
176
|
-
var components = /*#__PURE__*/Object.freeze({
|
|
177
|
-
__proto__: null,
|
|
178
|
-
eyes: eyes,
|
|
179
|
-
nose: nose,
|
|
180
|
-
mouth: mouth
|
|
181
|
-
});
|
|
182
110
|
|
|
183
|
-
function pickComponent(prng, group) {
|
|
184
|
-
var values = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];
|
|
185
|
-
var componentCollection = components;
|
|
186
|
-
var key = prng.pick(values);
|
|
187
111
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
112
|
+
|
|
113
|
+
function $c96f0d593fff903d$export$5bc6178a9a86ed74({ prng: prng , group: group , values: values = [] }) {
|
|
114
|
+
const componentCollection = $9164f5670c52d7f9$exports;
|
|
115
|
+
const key = prng.pick(values);
|
|
116
|
+
if (componentCollection[group][key]) return {
|
|
117
|
+
name: key,
|
|
118
|
+
value: componentCollection[group][key]
|
|
192
119
|
};
|
|
193
|
-
|
|
194
|
-
return undefined;
|
|
195
|
-
}
|
|
120
|
+
else return undefined;
|
|
196
121
|
}
|
|
197
122
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
options
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
'nose': noseComponent,
|
|
220
|
-
'mouth': mouthComponent
|
|
123
|
+
|
|
124
|
+
function $179aef604f3dfcd9$export$4e811121b221213b({ prng: prng , options: options }) {
|
|
125
|
+
const eyesComponent = $c96f0d593fff903d$export$5bc6178a9a86ed74({
|
|
126
|
+
prng: prng,
|
|
127
|
+
group: 'eyes',
|
|
128
|
+
values: options.eyes
|
|
129
|
+
});
|
|
130
|
+
const noseComponent = $c96f0d593fff903d$export$5bc6178a9a86ed74({
|
|
131
|
+
prng: prng,
|
|
132
|
+
group: 'nose',
|
|
133
|
+
values: options.nose
|
|
134
|
+
});
|
|
135
|
+
const mouthComponent = $c96f0d593fff903d$export$5bc6178a9a86ed74({
|
|
136
|
+
prng: prng,
|
|
137
|
+
group: 'mouth',
|
|
138
|
+
values: options.mouth
|
|
139
|
+
});
|
|
140
|
+
return {
|
|
141
|
+
eyes: eyesComponent,
|
|
142
|
+
nose: noseComponent,
|
|
143
|
+
mouth: mouthComponent
|
|
221
144
|
};
|
|
222
|
-
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
function $e2e19900532617a0$export$6cee60e8aa85e528({ prng: prng , options: options }) {
|
|
223
149
|
return {
|
|
224
|
-
attributes: {
|
|
225
|
-
viewBox: '0 0 128 128',
|
|
226
|
-
fill: 'none'
|
|
227
|
-
},
|
|
228
|
-
body: "\n<g transform=\"translate(7 4)\">\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 transform=\"translate(47 46)\">\n").concat((_components$nose$valu = (_components$nose = components.nose) === null || _components$nose === void 0 ? void 0 : _components$nose.value(components, colors)) !== null && _components$nose$valu !== void 0 ? _components$nose$valu : '', "\n</g>\n<g transform=\"translate(30 93)\">\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")
|
|
229
150
|
};
|
|
230
|
-
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
function $7d481af3cfd968ac$export$19269755e7fb6f76({ prng: prng , options: options , preview: preview }) {
|
|
155
|
+
// Write your modifications here
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
function $fb01d9cd6e137bdb$export$2538c3cd8a13189f({ prng: prng , options: options , components: components , colors: colors , preview: preview }) {
|
|
160
|
+
// Write your modifications here
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
const $b08e543ebd0f4a29$export$62ad7b0c781000e9 = {
|
|
165
|
+
eyes: {
|
|
166
|
+
width: 115,
|
|
167
|
+
height: 60
|
|
168
|
+
},
|
|
169
|
+
nose: {
|
|
170
|
+
width: 35,
|
|
171
|
+
height: 50
|
|
172
|
+
},
|
|
173
|
+
mouth: {
|
|
174
|
+
width: 70,
|
|
175
|
+
height: 25
|
|
176
|
+
}
|
|
231
177
|
};
|
|
232
178
|
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
179
|
+
|
|
180
|
+
const $4a6dd6e5e6d695a1$export$1d567c320f4763bc = {
|
|
181
|
+
meta: {
|
|
182
|
+
title: 'Croodles - Doodle your face',
|
|
183
|
+
creator: 'vijay verma',
|
|
184
|
+
source: 'https://www.figma.com/community/file/966199982810283152',
|
|
185
|
+
license: {
|
|
186
|
+
name: 'CC BY 4.0',
|
|
187
|
+
url: 'https://creativecommons.org/licenses/by/4.0/'
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
schema: (/*@__PURE__*/$parcel$interopDefault($cb31cd072b7bf884$exports)),
|
|
191
|
+
create: ({ prng: prng , options: options })=>{
|
|
192
|
+
var ref, ref1, ref2;
|
|
193
|
+
$7d481af3cfd968ac$export$19269755e7fb6f76({
|
|
194
|
+
prng: prng,
|
|
195
|
+
options: options,
|
|
196
|
+
preview: false
|
|
197
|
+
});
|
|
198
|
+
const components = $179aef604f3dfcd9$export$4e811121b221213b({
|
|
199
|
+
prng: prng,
|
|
200
|
+
options: options
|
|
201
|
+
});
|
|
202
|
+
const colors = $e2e19900532617a0$export$6cee60e8aa85e528({
|
|
203
|
+
prng: prng,
|
|
204
|
+
options: options
|
|
205
|
+
});
|
|
206
|
+
$fb01d9cd6e137bdb$export$2538c3cd8a13189f({
|
|
207
|
+
prng: prng,
|
|
208
|
+
options: options,
|
|
209
|
+
components: components,
|
|
210
|
+
colors: colors,
|
|
211
|
+
preview: false
|
|
212
|
+
});
|
|
213
|
+
var ref3, ref4, ref5;
|
|
214
|
+
return {
|
|
215
|
+
attributes: {
|
|
216
|
+
viewBox: '0 0 128 128',
|
|
217
|
+
fill: 'none',
|
|
218
|
+
'shape-rendering': 'auto'
|
|
219
|
+
},
|
|
220
|
+
body: `<g transform="translate(7 4)">${(ref3 = (ref = components.eyes) === null || ref === void 0 ? void 0 : ref.value(components, colors)) !== null && ref3 !== void 0 ? ref3 : ''}</g><g transform="translate(47 46)">${(ref4 = (ref1 = components.nose) === null || ref1 === void 0 ? void 0 : ref1.value(components, colors)) !== null && ref4 !== void 0 ? ref4 : ''}</g><g transform="translate(30 93)">${(ref5 = (ref2 = components.mouth) === null || ref2 === void 0 ? void 0 : ref2.value(components, colors)) !== null && ref5 !== void 0 ? ref5 : ''}</g>`
|
|
221
|
+
};
|
|
222
|
+
},
|
|
223
|
+
preview: ({ prng: prng , options: options , property: property })=>{
|
|
224
|
+
const componentGroup = property.toString();
|
|
225
|
+
const colorGroup = property.toString().replace(/Color$/, '');
|
|
226
|
+
$7d481af3cfd968ac$export$19269755e7fb6f76({
|
|
227
|
+
prng: prng,
|
|
228
|
+
options: options,
|
|
229
|
+
preview: true
|
|
230
|
+
});
|
|
231
|
+
const components = $179aef604f3dfcd9$export$4e811121b221213b({
|
|
232
|
+
prng: prng,
|
|
233
|
+
options: options
|
|
234
|
+
});
|
|
235
|
+
const colors = $e2e19900532617a0$export$6cee60e8aa85e528({
|
|
236
|
+
prng: prng,
|
|
237
|
+
options: options
|
|
238
|
+
});
|
|
239
|
+
$fb01d9cd6e137bdb$export$2538c3cd8a13189f({
|
|
240
|
+
prng: prng,
|
|
241
|
+
options: options,
|
|
242
|
+
components: components,
|
|
243
|
+
colors: colors,
|
|
244
|
+
preview: true
|
|
245
|
+
});
|
|
246
|
+
if (componentGroup in components) {
|
|
247
|
+
var ref;
|
|
248
|
+
const { width: width , height: height } = $b08e543ebd0f4a29$export$62ad7b0c781000e9[componentGroup];
|
|
249
|
+
var ref6;
|
|
250
|
+
return {
|
|
251
|
+
attributes: {
|
|
252
|
+
viewBox: `0 0 ${width} ${height}`,
|
|
253
|
+
fill: 'none',
|
|
254
|
+
'shape-rendering': 'auto'
|
|
255
|
+
},
|
|
256
|
+
body: (ref6 = (ref = components[componentGroup]) === null || ref === void 0 ? void 0 : ref.value(components, colors)) !== null && ref6 !== void 0 ? ref6 : ''
|
|
257
|
+
};
|
|
258
|
+
}
|
|
259
|
+
if (colorGroup in colors) return {
|
|
260
|
+
attributes: {
|
|
261
|
+
viewBox: `0 0 1 1`,
|
|
262
|
+
fill: 'none',
|
|
263
|
+
'shape-rendering': 'auto'
|
|
264
|
+
},
|
|
265
|
+
body: `<rect width="1" height="1" fill="${colors[colorGroup].value}" />`
|
|
266
|
+
};
|
|
267
|
+
return undefined;
|
|
268
|
+
}
|
|
269
|
+
};
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
const { create: $120dba1a081bf1fe$export$185802fd694ee1f5 , preview: $120dba1a081bf1fe$export$48c2d0f2f545ac27 , meta: $120dba1a081bf1fe$export$6990040ee07315 , schema: $120dba1a081bf1fe$export$4902baddc787debb } = $4a6dd6e5e6d695a1$export$1d567c320f4763bc;
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
export {$120dba1a081bf1fe$export$185802fd694ee1f5 as create, $120dba1a081bf1fe$export$48c2d0f2f545ac27 as preview, $120dba1a081bf1fe$export$6990040ee07315 as meta, $120dba1a081bf1fe$export$4902baddc787debb as schema};
|
|
276
|
+
//# sourceMappingURL=index.es.js.map
|