@dicebear/croodles 5.0.0-alpha.32 → 5.0.0-alpha.33
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 +3 -3
- package/lib/components/beard.d.ts +6 -0
- package/lib/components/beard.js +11 -5
- package/lib/components/eyes.d.ts +6 -0
- package/lib/components/eyes.js +22 -16
- package/lib/components/face.d.ts +6 -0
- package/lib/components/face.js +14 -32
- package/lib/components/index.d.ts +6 -0
- package/lib/components/index.js +6 -0
- package/lib/components/mouth.d.ts +6 -0
- package/lib/components/mouth.js +24 -18
- package/lib/components/mustache.d.ts +6 -0
- package/lib/components/mustache.js +10 -4
- package/lib/components/nose.d.ts +6 -0
- package/lib/components/nose.js +15 -9
- package/lib/components/top.d.ts +6 -0
- package/lib/components/top.js +36 -30
- package/lib/core.d.ts +6 -0
- package/lib/core.js +7 -1
- package/lib/hooks/onPostCreate.d.ts +8 -2
- package/lib/hooks/onPostCreate.js +6 -0
- package/lib/hooks/onPreCreate.d.ts +8 -2
- package/lib/hooks/onPreCreate.js +6 -0
- package/lib/index.d.ts +6 -0
- package/lib/index.js +9 -2
- package/lib/schema.d.ts +6 -0
- package/lib/schema.js +277 -349
- package/lib/types.d.ts +6 -3
- package/lib/types.js +6 -0
- package/lib/utils/getColors.d.ts +6 -0
- package/lib/utils/getColors.js +9 -2
- package/lib/utils/getComponents.d.ts +7 -1
- package/lib/utils/getComponents.js +22 -17
- package/lib/utils/pickComponent.d.ts +7 -1
- package/lib/utils/pickComponent.js +11 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<h1 align="center"><img src="./tests/svg/0.svg" width="124" /> <br />Croodles</h1>
|
|
2
2
|
<p align="center">
|
|
3
3
|
<strong>Avatar Style for <a href="https://dicebear.com/">DiceBear</a></strong><br />
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
<a href="https://www.figma.com/community/file/966199982810283152">Croodles - Doodle your face</a>
|
|
5
|
+
by <a href="https://vijayverma.co/">vijay verma</a>
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
9
9
|
While our code is MIT licensed, the design is licensed under
|
|
10
|
-
|
|
10
|
+
<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
|
|
11
11
|
See <a href="https://dicebear.com/licenses">license overview</a> for more information.
|
|
12
12
|
</p>
|
|
13
13
|
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
import type { ComponentGroup } from '../types.js';
|
|
2
8
|
export declare const beard: ComponentGroup;
|
package/lib/components/beard.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
export const beard = {
|
|
2
|
-
variant05: (components, colors) => `<path d="m64.9 83.7-.9 5.8M67.2 83.5c.6 3 .2 4.5 1.3 6.5M71.5 89.5s-1-2.9-1-6M73.8 83c.6 4 2 6 2 6" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
3
|
-
variant04: (components, colors) => `<path d="M45.9 84.7c2.1 9-.1 17 1 20.4M86.3 78.5c0 7.6-.8 14.4-.8 17.8M74.7 107.6c0 2.6 1 9.8 1 12.4M72.4 121c-1.4-3.3-3.3-14.2-4.1-16.4M50.7 76.8c1 3.8-1.8 25.1 6.1 42.8M43.5 110.7A76 76 0 0 1 42 88M82 117a40.3 40.3 0 0 1-.6-16.6M78 106.6c-1.5-5.7 1.5-14.8 2.2-20.6M35.8 82c-3.6 4.8 0 16.8 0 23M96 77.8c2.2 3.5 4 12.3 4 20.8M92.8 85.3c0 7.2-3.4 16.3-3.4 20.3M60 107.5c-1.7-2.5-6.4-19.6-4.3-26M64.9 104c0-3-2-6.3-3-11.8M65.1 118.7c-.7-8-1.5-7.1-1.5-14.1M45.8 120.6c-2.6-7.2-6.4-8.6-7.7-13.6M104.2 109.7c0-3 1-8.2 1-10.1M51.5 126.8c-.8-8-2.5-11.5-2.5-18.4M72.8 108.3c-.8-8-2.5-11.5-2.5-18.4M97.7 115.5c-.7-8-1.8-9.2-1.8-16.1M62.8 128.8c-3.1-7.8-1.7-10-3.8-17.7M68.3 134a38 38 0 0 0-2.8-12.5M72.9 133.8c.5-1.8 0-5.7 0-8.5M44.1 82.6c.6-1.8 0-4.5 0-7.3M39 79c-1.2-2.5 1.3-4.1 1.3-7M60.5 86.6v-8.4M80.4 81.7V76M91.3 80.9c0-2.1 0-4.5-1.4-6.8M104.7 89.3c.6-1.7 0-4.5 0-7.2M101.8 78.5c-.4-1.8-2.2-4-3.5-6.4M77.8 132.4c.6-1.8 1-5.5 1-9.4M66.8 91.6c-1-2.3-.5-6.6-2.2-10.6M75 89.3c0-2.4-1.5-5.2-1.5-9.7M92.8 119.6c.5-2.3-.5-5.4.5-9.8M84 127.3c1.1-2.1 1-5.3 3.1-9.3M58.6 133.4c-.6-2.6-2-7.4-3.6-11.4M88.2 116.7a32 32 0 0 0-2.8-12.4" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
4
|
-
variant03: (components, colors) => `<path d="M17 46s0 0 0 0M12 41.4s0 0 0 0M104 37s0 0 0 0M93.7 46s0 0 0 0M33.4 44.9s0 0 0 0M22.9 56s0 0 0 0M30.3 70.4s0 0 0 0M82.8 73.3s0 0 0 0M95 72s0 0 0 0M78.2 64.3s0 0 0 0M118.3 33s0 0 0 0M118.8 42.7s0 0 0 0M109 49.1s0 0 0 0M102 63.8s0 0 0 0M92.5 59.4s0 0 0 0M55 73.3s0 0 0 0M68.3 78s0 0 0 0M46.6 64.9s0 0 0 0M41 74.8s0 0 0 0M67.4 64.3s0 0 0 0M31.1 56s0 0 0 0" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
5
|
-
variant02: (components, colors) => `<path d="M63.1 81.2c-1 6.7-4.5 9-4.5 9M77.2 83.3c-.4 4.2 1.3 9 1.3 9M65.4 81.5c.2 4.8-2.1 10.5-2.1 10.5M73.2 82l2.6 9.5M60.5 81.9c-.6 2.1-4.7 5.6-4.7 5.6M58.5 82c-1 2-5.5 5-5.5 5M81.4 81c.8 2.5 5.3 6.4 5.3 6.4M68.2 82.9c1 5.3-1 10-1.3 12M71.8 93.8s-1.2-6.2-1.5-10.5M78.4 81a19 19 0 0 0 5.9 10.7" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
6
|
-
variant01: (components, colors) => `<path d="M39.9 60.7c1.6 5.1.7 14.8 1.8 18.2M72.7 79.2c-.6-3.3-.7-6.4 0-11.3M74.8 63.1c0-1.8 0-2.7-1.3-4.9M51.4 60.7c0-2.3 0-3.4.6-5M47 51.5c1.2-1 2.1-2.1 2.6-2.9M65.2 59.5c.3-1.6 0-4.4 0-5.3M36.3 49.2c.8-1 3.4-3.2 3.4-4M106 47.2c1.2.4 4 2.2 5 2M41.5 54.7c.7 1.4 2.6 3.4 3.2 4.2M83.5 56c-.5-1.5-2-3.9-2.5-4.7M92.2 51.6c-.6-1.8-.7-3.3-1-4M99.1 44c-1.5-1-2.6-2.2-3.4-2.6M109 69.4a19 19 0 0 0-6-7.9M47.4 64.5c1 3.7-2.3 9.8 0 12.6M27.7 69.4C30 68 33 63.8 33.7 58M29.2 53.7c-3.7 4.8-3.8 5-6.5 8M58.3 80.4A14.7 14.7 0 0 1 56.6 67M65.7 77.6c0-1.8 0-3.8-3-7.6M92.3 76.8c.8-1.7-2.6-6.2-4.4-7.4M116.7 64c.6-1.7-1.5-4.7-6-7.8M100.8 75c-.6-3.7-1.9-7.7-3-9.8M87 60.7c.7-.3 2.6-.1 4 3.2M98.3 53.6c.5.4 3 .7 5.2 1.7M81 67.2c1.3 3 .8 6.4 0 11.1" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
8
|
+
'variant05': (components, colors) => `<path d="m64.9 83.7-.9 5.8M67.2 83.5c.6 3 .2 4.5 1.3 6.5M71.5 89.5s-1-2.9-1-6M73.8 83c.6 4 2 6 2 6" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
9
|
+
'variant04': (components, colors) => `<path d="M45.9 84.7c2.1 9-.1 17 1 20.4M86.3 78.5c0 7.6-.8 14.4-.8 17.8M74.7 107.6c0 2.6 1 9.8 1 12.4M72.4 121c-1.4-3.3-3.3-14.2-4.1-16.4M50.7 76.8c1 3.8-1.8 25.1 6.1 42.8M43.5 110.7A76 76 0 0 1 42 88M82 117a40.3 40.3 0 0 1-.6-16.6M78 106.6c-1.5-5.7 1.5-14.8 2.2-20.6M35.8 82c-3.6 4.8 0 16.8 0 23M96 77.8c2.2 3.5 4 12.3 4 20.8M92.8 85.3c0 7.2-3.4 16.3-3.4 20.3M60 107.5c-1.7-2.5-6.4-19.6-4.3-26M64.9 104c0-3-2-6.3-3-11.8M65.1 118.7c-.7-8-1.5-7.1-1.5-14.1M45.8 120.6c-2.6-7.2-6.4-8.6-7.7-13.6M104.2 109.7c0-3 1-8.2 1-10.1M51.5 126.8c-.8-8-2.5-11.5-2.5-18.4M72.8 108.3c-.8-8-2.5-11.5-2.5-18.4M97.7 115.5c-.7-8-1.8-9.2-1.8-16.1M62.8 128.8c-3.1-7.8-1.7-10-3.8-17.7M68.3 134a38 38 0 0 0-2.8-12.5M72.9 133.8c.5-1.8 0-5.7 0-8.5M44.1 82.6c.6-1.8 0-4.5 0-7.3M39 79c-1.2-2.5 1.3-4.1 1.3-7M60.5 86.6v-8.4M80.4 81.7V76M91.3 80.9c0-2.1 0-4.5-1.4-6.8M104.7 89.3c.6-1.7 0-4.5 0-7.2M101.8 78.5c-.4-1.8-2.2-4-3.5-6.4M77.8 132.4c.6-1.8 1-5.5 1-9.4M66.8 91.6c-1-2.3-.5-6.6-2.2-10.6M75 89.3c0-2.4-1.5-5.2-1.5-9.7M92.8 119.6c.5-2.3-.5-5.4.5-9.8M84 127.3c1.1-2.1 1-5.3 3.1-9.3M58.6 133.4c-.6-2.6-2-7.4-3.6-11.4M88.2 116.7a32 32 0 0 0-2.8-12.4" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
10
|
+
'variant03': (components, colors) => `<path d="M17 46s0 0 0 0M12 41.4s0 0 0 0M104 37s0 0 0 0M93.7 46s0 0 0 0M33.4 44.9s0 0 0 0M22.9 56s0 0 0 0M30.3 70.4s0 0 0 0M82.8 73.3s0 0 0 0M95 72s0 0 0 0M78.2 64.3s0 0 0 0M118.3 33s0 0 0 0M118.8 42.7s0 0 0 0M109 49.1s0 0 0 0M102 63.8s0 0 0 0M92.5 59.4s0 0 0 0M55 73.3s0 0 0 0M68.3 78s0 0 0 0M46.6 64.9s0 0 0 0M41 74.8s0 0 0 0M67.4 64.3s0 0 0 0M31.1 56s0 0 0 0" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
11
|
+
'variant02': (components, colors) => `<path d="M63.1 81.2c-1 6.7-4.5 9-4.5 9M77.2 83.3c-.4 4.2 1.3 9 1.3 9M65.4 81.5c.2 4.8-2.1 10.5-2.1 10.5M73.2 82l2.6 9.5M60.5 81.9c-.6 2.1-4.7 5.6-4.7 5.6M58.5 82c-1 2-5.5 5-5.5 5M81.4 81c.8 2.5 5.3 6.4 5.3 6.4M68.2 82.9c1 5.3-1 10-1.3 12M71.8 93.8s-1.2-6.2-1.5-10.5M78.4 81a19 19 0 0 0 5.9 10.7" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
12
|
+
'variant01': (components, colors) => `<path d="M39.9 60.7c1.6 5.1.7 14.8 1.8 18.2M72.7 79.2c-.6-3.3-.7-6.4 0-11.3M74.8 63.1c0-1.8 0-2.7-1.3-4.9M51.4 60.7c0-2.3 0-3.4.6-5M47 51.5c1.2-1 2.1-2.1 2.6-2.9M65.2 59.5c.3-1.6 0-4.4 0-5.3M36.3 49.2c.8-1 3.4-3.2 3.4-4M106 47.2c1.2.4 4 2.2 5 2M41.5 54.7c.7 1.4 2.6 3.4 3.2 4.2M83.5 56c-.5-1.5-2-3.9-2.5-4.7M92.2 51.6c-.6-1.8-.7-3.3-1-4M99.1 44c-1.5-1-2.6-2.2-3.4-2.6M109 69.4a19 19 0 0 0-6-7.9M47.4 64.5c1 3.7-2.3 9.8 0 12.6M27.7 69.4C30 68 33 63.8 33.7 58M29.2 53.7c-3.7 4.8-3.8 5-6.5 8M58.3 80.4A14.7 14.7 0 0 1 56.6 67M65.7 77.6c0-1.8 0-3.8-3-7.6M92.3 76.8c.8-1.7-2.6-6.2-4.4-7.4M116.7 64c.6-1.7-1.5-4.7-6-7.8M100.8 75c-.6-3.7-1.9-7.7-3-9.8M87 60.7c.7-.3 2.6-.1 4 3.2M98.3 53.6c.5.4 3 .7 5.2 1.7M81 67.2c1.3 3 .8 6.4 0 11.1" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
7
13
|
};
|
package/lib/components/eyes.d.ts
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
import type { ComponentGroup } from '../types.js';
|
|
2
8
|
export declare const eyes: ComponentGroup;
|
package/lib/components/eyes.js
CHANGED
|
@@ -1,18 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
export const eyes = {
|
|
2
|
-
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>`,
|
|
3
|
-
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>`,
|
|
4
|
-
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>`,
|
|
5
|
-
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>`,
|
|
6
|
-
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"/>`,
|
|
7
|
-
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>`,
|
|
8
|
-
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>`,
|
|
9
|
-
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>`,
|
|
10
|
-
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>`,
|
|
11
|
-
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>`,
|
|
12
|
-
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>`,
|
|
13
|
-
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"/>`,
|
|
14
|
-
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"/>`,
|
|
15
|
-
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>`,
|
|
16
|
-
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>`,
|
|
17
|
-
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>`,
|
|
8
|
+
'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>`,
|
|
9
|
+
'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>`,
|
|
10
|
+
'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>`,
|
|
11
|
+
'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>`,
|
|
12
|
+
'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"/>`,
|
|
13
|
+
'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>`,
|
|
14
|
+
'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>`,
|
|
15
|
+
'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>`,
|
|
16
|
+
'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>`,
|
|
17
|
+
'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>`,
|
|
18
|
+
'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>`,
|
|
19
|
+
'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"/>`,
|
|
20
|
+
'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"/>`,
|
|
21
|
+
'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>`,
|
|
22
|
+
'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>`,
|
|
23
|
+
'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>`,
|
|
18
24
|
};
|
package/lib/components/face.d.ts
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
import type { ComponentGroup } from '../types.js';
|
|
2
8
|
export declare const face: ComponentGroup;
|
package/lib/components/face.js
CHANGED
|
@@ -1,35 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
import { escape } from '@dicebear/core';
|
|
2
8
|
export const face = {
|
|
3
|
-
variant08: (components, colors) => {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
},
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
},
|
|
11
|
-
variant06: (components, colors) => {
|
|
12
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
13
|
-
return `<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M174.8 105c11.3 21.8 19.2 65 13.4 72.3C175 194 109 199 86 184.2c-15.5-10-16.5-61.2-8.3-75M183 121.7c3-1 8.5-3.8 9.8 1.8 1.3 5.6 1.3 9 0 15-.7 3-2.3 4-4.3 4"/><path d="M72.2 124.3c-7.6-2.4-12.1 2-9.4 11.4 2.6 9 7 10.8 9.4 10.3"/></g><g transform="translate(112 122)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(63 112)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(98 168)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(-3 -1)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(68 149)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(71 103)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`;
|
|
14
|
-
},
|
|
15
|
-
variant05: (components, colors) => {
|
|
16
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
17
|
-
return `<path d="M73.3 106.5c2-5.5 4-9.8 5.4-12.2-.1-.4 0-.8.1-1.1 3-4.9 9-9.3 16.4-12.9a90.7 90.7 0 0 1 26.3-7.5c19.2-2.5 40.7.5 53.9 14.4.2.3.4.6.4 1 1 1.1 2.2 3.2 3.6 6a109 109 0 0 1 4.4 10.2c1.4-.5 3-.7 4.6-.5a7 7 0 0 1 5.4 3.3c2 3.5 2.9 10 1.6 15.8a6.7 6.7 0 0 1-2.6 4.2 6 6 0 0 1-2.3 1c.5 2.8 1 5.6 1.3 8.5 2.8 23.3-1.3 49.6-26 62.6-23.6 12.4-47 16-65.6 12.3-18.7-3.8-32.6-15-36.7-32.5-3.2-13.5-1.3-31 2.2-46.7-1.5-.3-3-1.4-3.9-3-1.3-2.1-2-5.2-1.7-9.2.5-6.2 2.1-10.6 4.8-12.8a7 7 0 0 1 4.6-1.8 9 9 0 0 1 3.8.9Z" fill="${escape.xml(`#${colors.base}`)}"/><g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M79 93.7c-6 10-22.2 57.6-15.5 86.4 8.1 34.4 54.6 44.9 102.1 19.7C214.3 174 182.2 95.5 175.3 88"/><path d="M184.3 105.4c2.6-1.1 7.4-1.3 9.3 2 1.8 3.2 2.7 9.3 1.4 15.1-.7 3.3-3 4.3-5 4.3M72.5 107.8c-5.9-3.5-11.4-.2-12.4 12.2-.7 7.9 2.9 11.4 5.4 11"/></g><g transform="translate(116 120)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(57 132)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(86 184)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(-2 -17)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(71 151)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(71 89)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`;
|
|
18
|
-
},
|
|
19
|
-
variant04: (components, colors) => {
|
|
20
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
21
|
-
return `<path d="M73.9 102a57.1 57.1 0 0 1 5-14.8c2.8-4.9 8.7-9.3 16.2-12.8a89.7 89.7 0 0 1 26.2-7.6c19-2.5 40.4.5 53.6 14.5.3.3.4.7.3 1.2 2.1 4 4.3 9.8 6.3 16.8 1.3-.5 3-.9 4.6-.7 2 0 4 .9 5.2 3 2 3.6 2.2 9.1.7 15.4a7.4 7.4 0 0 1-3 4.7c-.9.5-1.7.8-2.5 1 1.2 7.8 2.1 16 2.5 24.3.5 13.2-.3 26.3-3.3 37.3-3 11-8.4 20-17 24.7a78.6 78.6 0 0 1-56 8 51 51 0 0 1-37.2-31.5 161.1 161.1 0 0 1-5.1-49.6 246 246 0 0 1 .3-8.4 4.9 4.9 0 0 1-4.9-2.1 17.4 17.4 0 0 1-2.6-8.2c-.7-5.7.2-10 2.3-12.8a7 7 0 0 1 4-2.7c1.4-.4 3-.2 4.4.3Z" fill="${escape.xml(`#${colors.base}`)}"/><g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M79 87.3c-10.5 19.4-10.9 77.8-3.3 99 11.5 32.3 56.4 43.4 93.3 23.3 33.3-18.1 18-105 6.1-127.6"/><path d="M183 100.2c2.5-1.1 6.8-1.7 8.6 1.5 1.9 3.2 2 8.4.6 14.7-1 4-3.8 4.8-5.7 4.8M72.7 103c-6-2.6-10.8 2.6-9.5 13.7 1 7.8 3.4 9.6 6 9.3"/></g><g transform="translate(115 126)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(61 138)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(98 188)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(-2 -23)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(71 156)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(70 84)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`;
|
|
22
|
-
},
|
|
23
|
-
variant03: (components, colors) => {
|
|
24
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
25
|
-
return `<path d="M75 97.4a66.3 66.3 0 0 1 6-18.2c2.8-4.9 8.8-9.3 16.2-12.9a90.8 90.8 0 0 1 26.4-7.5c19-2.5 40.1.4 53.4 13.9.3 0 .5.3.7.5a38.4 38.4 0 0 1 5.5 23.8c.9 0 1.9 0 2.9.2 1.5.5 2.9 1.6 4 3.4.6 1 .8 2.4.9 3.7 0 1.4 0 2.9-.3 4.3-.6 3-1.6 6-3 8.2-2.2 3.7-4.6 4.7-6.2 5h-.2l-2.1 15c-4.2 27.3-11 49.4-19.2 64.9-4 7.7-8.5 14-13.1 18.3a26.6 26.6 0 0 1-14.4 7.9c-8.8 1.2-24.8-4.6-41.3-35.6a168.2 168.2 0 0 1-17.8-69.7 7 7 0 0 1-4.4-2.3 13.7 13.7 0 0 1-3.3-6.7c-1.4-6.7-.5-11.3 1.8-14 2-2.4 5-3 7.5-2.2Z" fill="${escape.xml(`#${colors.base}`)}"/><g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M182.8 98.1c2.3-.3 5-.3 6.8 2.9 1.8 3.2.1 11-2.3 15-2 3.5-4.2 4.3-5.4 4.5M74 98.7c-4.3-2-11.1 1.2-8.4 14.6 1.1 5.2 4.6 8.4 7.1 8"/><path d="M81 79.4c-14.7 29-6 82.7 10.6 114.3 16.6 31.6 32.4 36.8 40.4 35.7 18.5-2.6 37.9-36.2 46.3-92.3C184 99.5 184 83 177.1 73"/></g><g transform="translate(117 128)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(62 148)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(97 191)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(0 -31)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(70 157)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(72 80)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`;
|
|
26
|
-
},
|
|
27
|
-
variant02: (components, colors) => {
|
|
28
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
29
|
-
return `<path d="M122.4 75.3c18.8-2.5 39.9.4 53.1 13.9l.6.2c3 2 4.6 4.2 6 7.5 1 2.7 1.8 6 2.8 10.5 1.3.1 3.5.5 5.4 2.1 2.2 2 3.3 5.5 2.3 11.2-.8 4.9-1.6 7.7-3.5 11-.7 1.5-1.8 3-3 4a4.8 4.8 0 0 1-5.2.5 249.6 249.6 0 0 1-18.5 46.7 93 93 0 0 1-15.2 20.2 27.8 27.8 0 0 1-19.2 8.4 16 16 0 0 1-8.5-3.3 58 58 0 0 1-9.4-8.3 194.4 194.4 0 0 1-36.2-59.6c-1.6.5-3.8.3-5.8-1.6-2-1.8-3.6-5.2-4.7-10.9-2-10.9 4.2-17.2 9.2-17.2h.1c1-4.2 1.9-7 2.8-9 1.2-2.7 2.5-4.1 4-5.8a72.8 72.8 0 0 0 1.3-1.5C83.9 90 89.4 86.1 96 83a90 90 0 0 1 26.3-7.6Z" fill="${escape.xml(`#${colors.base}`)}"/><g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M185.5 108.6c2.2 0 9 .8 7 11.9-.8 4.9-1.6 7.5-3.4 10.8-1.5 2.9-3.7 5.2-6.4 3.9M71.3 111.8c-3.8 0-10 5.4-8 16 2.3 11.3 6.6 12.2 8.8 11.5"/><path d="M80.5 95c-4 4.9-5.7 4.9-9.7 25.7-4 20.8 38.7 91.3 57.2 91.3 14 0 24.2-12.4 33.8-28.5 6.7-11.2 26-61.3 23.4-73.3-2.6-12-3.5-16.6-9-20.2"/></g><g transform="translate(116 119)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(60 131)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(97 178)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(-1 -14)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(72 148)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(72 92)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`;
|
|
30
|
-
},
|
|
31
|
-
variant01: (components, colors) => {
|
|
32
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
33
|
-
return `<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M78.7 115c-6.1 8.7-10.8 34.3-.6 51 11.6 22.5 35.3 28.9 59.6 26.6a54.7 54.7 0 0 0 45.7-38A56 56 0 0 0 175 109"/><path d="M181.2 118.4c2.6-1.2 5.6-1.7 7.4 1.5 1.9 3.2 3.2 7.3 1.7 13.6-1 4-3.3 4.9-5.3 4.9M73 124.6c-4.2-2-9.1 2.3-7.8 13.4 1 7.8 4 9.5 6.5 9.2"/></g><g transform="translate(113 126)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(62 112)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(98 169)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(-2 4)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(69 153)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(72 106)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`;
|
|
34
|
-
},
|
|
9
|
+
'variant08': (components, colors) => { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m; return `<path d="M73.7 93.5a45.6 45.6 0 0 1 7.2-17c3-5 9-9.5 16.4-13a90.1 90.1 0 0 1 26.4-7.7c19-2.5 40.2.5 53.5 14l.6.4c7.8 7.5 9.5 18.5 9.2 30.3v1.3c1.5.3 3.3 1.3 4.8 3.2 1.8 2.4 2.8 6.3 1.8 12a21.4 21.4 0 0 1-2.9 8.1l-.8 1.5c-.8 1.4-1.6 2.9-2.7 3.8a4 4 0 0 1-3 .9l-.5 6.4c-2.2 37-4.7 59.8-22.1 79.2-16.9 18.7-43.6 13.3-57 0-10.7-10.7-28.5-33-32-83.4-1.9.3-3.7-1-5-3-1.6-2.4-3-6.1-4.1-11.8-1-5.5-.3-9.4 1.5-12a8.2 8.2 0 0 1 6.8-3.4h.5c.3-3.7.8-7 1.4-9.8Z" fill="${escape.xml(`#${colors.base}`)}"/><g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M186.4 102.2c2.3 0 8.3 2.7 6.4 13.8-.9 4.9-2 6-3.7 9.2-1.5 2.8-2.7 4.9-5.5 3.6M70.4 103.8c-3.8 0-9 3.2-7 13.8 2.2 11.4 5.6 14.4 7.9 13.7"/><path d="M82.2 74.4C75 84.8 70.4 94 72.7 131c3.2 51.9 21.4 74.5 32.2 85.2 13.1 13 39.3 18 55.7 0 17.3-19.2 19.8-41.8 22-79.2 1.5-24.9 9.4-52.8-5.4-67"/></g><g transform="translate(117 131)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(63 147)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(100 194)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(0 -34)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(72 160)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(72 89)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`; },
|
|
10
|
+
'variant07': (components, colors) => { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m; return `<path d="m176 91.2.3.4c.3.1.7.4.9.7a81 81 0 0 1 8 27.7c4.7-1.6 11.8 2 11.8 10 0 4-.3 6.7-1 9-.6 2.3-1.6 4-3 5.8a9.4 9.4 0 0 1-7.7 3.3 71.7 71.7 0 0 1-26.1 49.2 51.6 51.6 0 0 1-37.2 11.4 43.6 43.6 0 0 1-30.2-18 114.1 114.1 0 0 1-19.5-42.3c-1.5.2-3.8 0-6-1.2-3-1.5-5.7-4.7-6.8-10.6-1-5.3-.4-10 1.7-13a8 8 0 0 1 4.3-3.1c1.5-.5 3.2-.5 5 0A42.2 42.2 0 0 1 96 84.3a90.3 90.3 0 0 1 26.3-7.5c19.1-2.5 40.5.5 53.7 14.4Z" fill="${escape.xml(`#${colors.base}`)}"/><g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M81.3 95c-17 17-15 61 11 96.5 15 20.5 42.2 25.1 66.7 6.5 34.5-26.2 30.5-83 18-106"/><path d="M186.4 121.4c3.6-1.9 10.7.8 10.7 8.7 0 7.8-1.1 10.8-3.7 14.2-2 2.6-5.6 3.2-8 2.7M69.7 121.9c-7.7-2.4-12.2 4-10.2 14.6 2.1 11.4 10.2 11.3 12.5 10.8"/></g><g transform="translate(112 123)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(60 128)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(95 180)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(-1 -13)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(67 152)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(71 102)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`; },
|
|
11
|
+
'variant06': (components, colors) => { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m; return `<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M174.8 105c11.3 21.8 19.2 65 13.4 72.3C175 194 109 199 86 184.2c-15.5-10-16.5-61.2-8.3-75M183 121.7c3-1 8.5-3.8 9.8 1.8 1.3 5.6 1.3 9 0 15-.7 3-2.3 4-4.3 4"/><path d="M72.2 124.3c-7.6-2.4-12.1 2-9.4 11.4 2.6 9 7 10.8 9.4 10.3"/></g><g transform="translate(112 122)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(63 112)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(98 168)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(-3 -1)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(68 149)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(71 103)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`; },
|
|
12
|
+
'variant05': (components, colors) => { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m; return `<path d="M73.3 106.5c2-5.5 4-9.8 5.4-12.2-.1-.4 0-.8.1-1.1 3-4.9 9-9.3 16.4-12.9a90.7 90.7 0 0 1 26.3-7.5c19.2-2.5 40.7.5 53.9 14.4.2.3.4.6.4 1 1 1.1 2.2 3.2 3.6 6a109 109 0 0 1 4.4 10.2c1.4-.5 3-.7 4.6-.5a7 7 0 0 1 5.4 3.3c2 3.5 2.9 10 1.6 15.8a6.7 6.7 0 0 1-2.6 4.2 6 6 0 0 1-2.3 1c.5 2.8 1 5.6 1.3 8.5 2.8 23.3-1.3 49.6-26 62.6-23.6 12.4-47 16-65.6 12.3-18.7-3.8-32.6-15-36.7-32.5-3.2-13.5-1.3-31 2.2-46.7-1.5-.3-3-1.4-3.9-3-1.3-2.1-2-5.2-1.7-9.2.5-6.2 2.1-10.6 4.8-12.8a7 7 0 0 1 4.6-1.8 9 9 0 0 1 3.8.9Z" fill="${escape.xml(`#${colors.base}`)}"/><g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M79 93.7c-6 10-22.2 57.6-15.5 86.4 8.1 34.4 54.6 44.9 102.1 19.7C214.3 174 182.2 95.5 175.3 88"/><path d="M184.3 105.4c2.6-1.1 7.4-1.3 9.3 2 1.8 3.2 2.7 9.3 1.4 15.1-.7 3.3-3 4.3-5 4.3M72.5 107.8c-5.9-3.5-11.4-.2-12.4 12.2-.7 7.9 2.9 11.4 5.4 11"/></g><g transform="translate(116 120)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(57 132)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(86 184)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(-2 -17)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(71 151)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(71 89)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`; },
|
|
13
|
+
'variant04': (components, colors) => { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m; return `<path d="M73.9 102a57.1 57.1 0 0 1 5-14.8c2.8-4.9 8.7-9.3 16.2-12.8a89.7 89.7 0 0 1 26.2-7.6c19-2.5 40.4.5 53.6 14.5.3.3.4.7.3 1.2 2.1 4 4.3 9.8 6.3 16.8 1.3-.5 3-.9 4.6-.7 2 0 4 .9 5.2 3 2 3.6 2.2 9.1.7 15.4a7.4 7.4 0 0 1-3 4.7c-.9.5-1.7.8-2.5 1 1.2 7.8 2.1 16 2.5 24.3.5 13.2-.3 26.3-3.3 37.3-3 11-8.4 20-17 24.7a78.6 78.6 0 0 1-56 8 51 51 0 0 1-37.2-31.5 161.1 161.1 0 0 1-5.1-49.6 246 246 0 0 1 .3-8.4 4.9 4.9 0 0 1-4.9-2.1 17.4 17.4 0 0 1-2.6-8.2c-.7-5.7.2-10 2.3-12.8a7 7 0 0 1 4-2.7c1.4-.4 3-.2 4.4.3Z" fill="${escape.xml(`#${colors.base}`)}"/><g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M79 87.3c-10.5 19.4-10.9 77.8-3.3 99 11.5 32.3 56.4 43.4 93.3 23.3 33.3-18.1 18-105 6.1-127.6"/><path d="M183 100.2c2.5-1.1 6.8-1.7 8.6 1.5 1.9 3.2 2 8.4.6 14.7-1 4-3.8 4.8-5.7 4.8M72.7 103c-6-2.6-10.8 2.6-9.5 13.7 1 7.8 3.4 9.6 6 9.3"/></g><g transform="translate(115 126)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(61 138)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(98 188)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(-2 -23)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(71 156)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(70 84)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`; },
|
|
14
|
+
'variant03': (components, colors) => { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m; return `<path d="M75 97.4a66.3 66.3 0 0 1 6-18.2c2.8-4.9 8.8-9.3 16.2-12.9a90.8 90.8 0 0 1 26.4-7.5c19-2.5 40.1.4 53.4 13.9.3 0 .5.3.7.5a38.4 38.4 0 0 1 5.5 23.8c.9 0 1.9 0 2.9.2 1.5.5 2.9 1.6 4 3.4.6 1 .8 2.4.9 3.7 0 1.4 0 2.9-.3 4.3-.6 3-1.6 6-3 8.2-2.2 3.7-4.6 4.7-6.2 5h-.2l-2.1 15c-4.2 27.3-11 49.4-19.2 64.9-4 7.7-8.5 14-13.1 18.3a26.6 26.6 0 0 1-14.4 7.9c-8.8 1.2-24.8-4.6-41.3-35.6a168.2 168.2 0 0 1-17.8-69.7 7 7 0 0 1-4.4-2.3 13.7 13.7 0 0 1-3.3-6.7c-1.4-6.7-.5-11.3 1.8-14 2-2.4 5-3 7.5-2.2Z" fill="${escape.xml(`#${colors.base}`)}"/><g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M182.8 98.1c2.3-.3 5-.3 6.8 2.9 1.8 3.2.1 11-2.3 15-2 3.5-4.2 4.3-5.4 4.5M74 98.7c-4.3-2-11.1 1.2-8.4 14.6 1.1 5.2 4.6 8.4 7.1 8"/><path d="M81 79.4c-14.7 29-6 82.7 10.6 114.3 16.6 31.6 32.4 36.8 40.4 35.7 18.5-2.6 37.9-36.2 46.3-92.3C184 99.5 184 83 177.1 73"/></g><g transform="translate(117 128)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(62 148)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(97 191)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(0 -31)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(70 157)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(72 80)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`; },
|
|
15
|
+
'variant02': (components, colors) => { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m; return `<path d="M122.4 75.3c18.8-2.5 39.9.4 53.1 13.9l.6.2c3 2 4.6 4.2 6 7.5 1 2.7 1.8 6 2.8 10.5 1.3.1 3.5.5 5.4 2.1 2.2 2 3.3 5.5 2.3 11.2-.8 4.9-1.6 7.7-3.5 11-.7 1.5-1.8 3-3 4a4.8 4.8 0 0 1-5.2.5 249.6 249.6 0 0 1-18.5 46.7 93 93 0 0 1-15.2 20.2 27.8 27.8 0 0 1-19.2 8.4 16 16 0 0 1-8.5-3.3 58 58 0 0 1-9.4-8.3 194.4 194.4 0 0 1-36.2-59.6c-1.6.5-3.8.3-5.8-1.6-2-1.8-3.6-5.2-4.7-10.9-2-10.9 4.2-17.2 9.2-17.2h.1c1-4.2 1.9-7 2.8-9 1.2-2.7 2.5-4.1 4-5.8a72.8 72.8 0 0 0 1.3-1.5C83.9 90 89.4 86.1 96 83a90 90 0 0 1 26.3-7.6Z" fill="${escape.xml(`#${colors.base}`)}"/><g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M185.5 108.6c2.2 0 9 .8 7 11.9-.8 4.9-1.6 7.5-3.4 10.8-1.5 2.9-3.7 5.2-6.4 3.9M71.3 111.8c-3.8 0-10 5.4-8 16 2.3 11.3 6.6 12.2 8.8 11.5"/><path d="M80.5 95c-4 4.9-5.7 4.9-9.7 25.7-4 20.8 38.7 91.3 57.2 91.3 14 0 24.2-12.4 33.8-28.5 6.7-11.2 26-61.3 23.4-73.3-2.6-12-3.5-16.6-9-20.2"/></g><g transform="translate(116 119)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(60 131)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(97 178)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(-1 -14)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(72 148)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(72 92)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`; },
|
|
16
|
+
'variant01': (components, colors) => { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m; return `<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M78.7 115c-6.1 8.7-10.8 34.3-.6 51 11.6 22.5 35.3 28.9 59.6 26.6a54.7 54.7 0 0 0 45.7-38A56 56 0 0 0 175 109"/><path d="M181.2 118.4c2.6-1.2 5.6-1.7 7.4 1.5 1.9 3.2 3.2 7.3 1.7 13.6-1 4-3.3 4.9-5.3 4.9M73 124.6c-4.2-2-9.1 2.3-7.8 13.4 1 7.8 4 9.5 6.5 9.2"/></g><g transform="translate(113 126)">${(_b = (_a = components.nose) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}</g><g transform="translate(62 112)">${(_d = (_c = components.beard) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}</g><g transform="translate(98 169)">${(_f = (_e = components.mouth) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}</g><g transform="translate(-2 4)">${(_h = (_g = components.top) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}</g><g transform="translate(69 153)">${(_k = (_j = components.mustache) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}</g><g transform="translate(72 106)">${(_m = (_l = components.eyes) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}</g>`; },
|
|
35
17
|
};
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
export { face } from './face.js';
|
|
2
8
|
export { nose } from './nose.js';
|
|
3
9
|
export { beard } from './beard.js';
|
package/lib/components/index.js
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
export { face } from './face.js';
|
|
2
8
|
export { nose } from './nose.js';
|
|
3
9
|
export { beard } from './beard.js';
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
import type { ComponentGroup } from '../types.js';
|
|
2
8
|
export declare const mouth: ComponentGroup;
|
package/lib/components/mouth.js
CHANGED
|
@@ -1,20 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
export const mouth = {
|
|
2
|
-
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"/>`,
|
|
3
|
-
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"/>`,
|
|
4
|
-
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"/>`,
|
|
5
|
-
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"/>`,
|
|
6
|
-
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"/>`,
|
|
7
|
-
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>`,
|
|
8
|
-
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>`,
|
|
9
|
-
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"/>`,
|
|
10
|
-
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"/>`,
|
|
11
|
-
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>`,
|
|
12
|
-
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"/>`,
|
|
13
|
-
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"/>`,
|
|
14
|
-
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"/>`,
|
|
15
|
-
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>`,
|
|
16
|
-
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"/>`,
|
|
17
|
-
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"/>`,
|
|
18
|
-
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"/>`,
|
|
19
|
-
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"/>`,
|
|
8
|
+
'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"/>`,
|
|
9
|
+
'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"/>`,
|
|
10
|
+
'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"/>`,
|
|
11
|
+
'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"/>`,
|
|
12
|
+
'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"/>`,
|
|
13
|
+
'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>`,
|
|
14
|
+
'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>`,
|
|
15
|
+
'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"/>`,
|
|
16
|
+
'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"/>`,
|
|
17
|
+
'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>`,
|
|
18
|
+
'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"/>`,
|
|
19
|
+
'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"/>`,
|
|
20
|
+
'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"/>`,
|
|
21
|
+
'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>`,
|
|
22
|
+
'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"/>`,
|
|
23
|
+
'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"/>`,
|
|
24
|
+
'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"/>`,
|
|
25
|
+
'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"/>`,
|
|
20
26
|
};
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
import type { ComponentGroup } from '../types.js';
|
|
2
8
|
export declare const mustache: ComponentGroup;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
export const mustache = {
|
|
2
|
-
variant04: (components, colors) => `<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M65.3 21.1c-6-2.3-20.4-2.7-28.3 2.8-8 5.5-10.1 7-5.9 7.8A74 74 0 0 0 62.8 29a7 7 0 0 0 3.3-7.3"/><path d="M85.4 20c-12-4.3-17-1-18.6 2.7-.7 1.5-1.2 4.8 1.3 5.8 3 1.2 22.8 1.3 32-1.6 2.6-2.2-3.4-2.8-14.7-6.8Z"/></g>`,
|
|
3
|
-
variant03: (components, colors) => `<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M61 24.9c-14.7 2.1-46 8-58 11.5M126.8 22.4c-14.7 2.1-46.5 1-58.5 1.7"/><path d="M60.3 25.3c-14.7 2-38 11.6-51.5 13.1M123.5 26.2c-14.8 2.1-40.6-1.6-53.9-1.6M61 24.2C46.4 26.3 15.9 30 3.6 31.7M128 17c-14.7 2.1-47.5 4.4-59.8 6.2"/></g>`,
|
|
4
|
-
variant02: (components, colors) => `<path d="M32 23c6 4.5 20.8 11 32 0M68.7 22c3 3.8 17.3 9.1 30-1" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
5
|
-
variant01: (components, colors) => `<path d="M63.3 24.1c-4.7-1.7-22.6 3-28 1.5-5.3-1.5-8.6-4.8-6.6-7.3s2.5-1 3.3 0c.7.8 1.6 1.5 3 1.2 2-.4 3.3-1.7 2.2-3.7-1.3-2.5-10.8-2.5-11.7 0-.8 2.5-1.8 10.6 7.4 12.6 9.1 2 29-3.6 30.4-2.8 1.3.8 13.5 2.2 22.8 1.7 9.4-.6 19-7.2 16.6-11.5-2.5-4.4-14-2.9-11.8-.4.7.6 2.6 1.5 4 .4 1.6-1.5 4.4 1.2 0 5.3-3.4 3-24.1 6-29.6 3" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
8
|
+
'variant04': (components, colors) => `<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M65.3 21.1c-6-2.3-20.4-2.7-28.3 2.8-8 5.5-10.1 7-5.9 7.8A74 74 0 0 0 62.8 29a7 7 0 0 0 3.3-7.3"/><path d="M85.4 20c-12-4.3-17-1-18.6 2.7-.7 1.5-1.2 4.8 1.3 5.8 3 1.2 22.8 1.3 32-1.6 2.6-2.2-3.4-2.8-14.7-6.8Z"/></g>`,
|
|
9
|
+
'variant03': (components, colors) => `<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M61 24.9c-14.7 2.1-46 8-58 11.5M126.8 22.4c-14.7 2.1-46.5 1-58.5 1.7"/><path d="M60.3 25.3c-14.7 2-38 11.6-51.5 13.1M123.5 26.2c-14.8 2.1-40.6-1.6-53.9-1.6M61 24.2C46.4 26.3 15.9 30 3.6 31.7M128 17c-14.7 2.1-47.5 4.4-59.8 6.2"/></g>`,
|
|
10
|
+
'variant02': (components, colors) => `<path d="M32 23c6 4.5 20.8 11 32 0M68.7 22c3 3.8 17.3 9.1 30-1" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
11
|
+
'variant01': (components, colors) => `<path d="M63.3 24.1c-4.7-1.7-22.6 3-28 1.5-5.3-1.5-8.6-4.8-6.6-7.3s2.5-1 3.3 0c.7.8 1.6 1.5 3 1.2 2-.4 3.3-1.7 2.2-3.7-1.3-2.5-10.8-2.5-11.7 0-.8 2.5-1.8 10.6 7.4 12.6 9.1 2 29-3.6 30.4-2.8 1.3.8 13.5 2.2 22.8 1.7 9.4-.6 19-7.2 16.6-11.5-2.5-4.4-14-2.9-11.8-.4.7.6 2.6 1.5 4 .4 1.6-1.5 4.4 1.2 0 5.3-3.4 3-24.1 6-29.6 3" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`,
|
|
6
12
|
};
|
package/lib/components/nose.d.ts
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
import type { ComponentGroup } from '../types.js';
|
|
2
8
|
export declare const nose: ComponentGroup;
|
package/lib/components/nose.js
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
export const nose = {
|
|
2
|
-
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"/>`,
|
|
3
|
-
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"/>`,
|
|
4
|
-
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"/>`,
|
|
5
|
-
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"/>`,
|
|
6
|
-
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"/>`,
|
|
7
|
-
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"/>`,
|
|
8
|
-
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"/>`,
|
|
9
|
-
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"/>`,
|
|
10
|
-
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"/>`,
|
|
8
|
+
'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"/>`,
|
|
9
|
+
'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"/>`,
|
|
10
|
+
'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"/>`,
|
|
11
|
+
'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"/>`,
|
|
12
|
+
'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"/>`,
|
|
13
|
+
'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"/>`,
|
|
14
|
+
'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"/>`,
|
|
15
|
+
'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"/>`,
|
|
16
|
+
'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"/>`,
|
|
11
17
|
};
|
package/lib/components/top.d.ts
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
|
|
3
|
+
*
|
|
4
|
+
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
|
|
5
|
+
* File: https://www.figma.com/file/ZHPv3t2L6Asuuql9ND4q1L/%40dicebear%2Fcroodles?node-id=1%3A357
|
|
6
|
+
*/
|
|
1
7
|
import type { ComponentGroup } from '../types.js';
|
|
2
8
|
export declare const top: ComponentGroup;
|