@codecademy/gamut-illustrations 0.54.0-alpha.4fa030.0 → 0.54.0-alpha.dfedbc.0

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.
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const Conversation: React.FC<IllustrationProps>;
@@ -0,0 +1,61 @@
1
+ import * as React from 'react';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ export const Conversation = _ref => {
4
+ let {
5
+ 'aria-hidden': ariaHidden,
6
+ className,
7
+ height,
8
+ width
9
+ } = _ref;
10
+ return /*#__PURE__*/_jsxs("svg", {
11
+ "aria-hidden": ariaHidden,
12
+ className: className,
13
+ width: width,
14
+ height: height,
15
+ viewBox: "0 0 168 168",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
19
+ children: [/*#__PURE__*/_jsx("path", {
20
+ d: "M43.8235 52.7647C43.8235 65.5767 50.6258 77.2459 61.7618 85.7445C72.8988 94.2437 88.328 99.5294 105.412 99.5294C117.476 99.5294 128.72 96.8931 138.209 92.3471C139.455 91.7501 140.938 92.0627 141.852 93.0773C149.369 101.424 157.366 103.91 161.176 103.792C161.266 103.789 161.308 103.772 161.321 103.765C161.323 103.762 161.324 103.757 161.326 103.75C161.343 103.681 161.336 103.453 161.1 103.195C156.108 97.7493 153.651 93.0865 152.96 89.2044C152.261 85.279 153.38 82.2016 155.399 80.076C162.722 72.3644 167 62.9284 167 52.7647C167 39.9527 160.198 28.2835 149.062 19.7849C137.925 11.2857 122.495 6 105.412 6C88.328 6 72.8988 11.2857 61.7618 19.7849C50.6258 28.2835 43.8235 39.9527 43.8235 52.7647ZM161.327 103.762C161.327 103.762 161.326 103.762 161.325 103.763C161.326 103.762 161.327 103.762 161.327 103.762ZM161.32 103.768C161.32 103.768 161.319 103.769 161.319 103.769C161.319 103.769 161.32 103.769 161.32 103.768Z",
21
+ fill: "#10162F",
22
+ stroke: "white",
23
+ strokeWidth: "2"
24
+ }), /*#__PURE__*/_jsx("circle", {
25
+ cx: "80.7058",
26
+ cy: "52.7647",
27
+ r: "4.94117",
28
+ fill: "white"
29
+ }), /*#__PURE__*/_jsx("circle", {
30
+ cx: "105.412",
31
+ cy: "52.7647",
32
+ r: "4.94117",
33
+ fill: "white"
34
+ }), /*#__PURE__*/_jsx("circle", {
35
+ cx: "130.118",
36
+ cy: "52.7647",
37
+ r: "4.94117",
38
+ fill: "white"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M124.176 114.529C124.176 127.341 117.374 139.011 106.238 147.509C95.1012 156.008 79.672 161.294 62.5883 161.294C50.5241 161.294 39.2805 158.658 29.7909 154.112C28.5446 153.515 27.0618 153.827 26.148 154.842C18.631 163.188 10.6343 165.674 6.82418 165.557C6.73444 165.554 6.6923 165.537 6.67854 165.53C6.67733 165.527 6.67569 165.522 6.67395 165.514C6.65748 165.446 6.66368 165.217 6.89983 164.96C11.8923 159.514 14.3489 154.851 15.0402 150.969C15.7392 147.044 14.6198 143.966 12.6012 141.841C5.27771 134.129 1 124.693 1 114.529C1 101.717 7.80228 90.0481 18.9384 81.5496C30.0753 73.0503 45.5046 67.7646 62.5883 67.7646C79.672 67.7646 95.1012 73.0503 106.238 81.5496C117.374 90.0481 124.176 101.717 124.176 114.529ZM6.67323 165.526C6.67325 165.526 6.67385 165.527 6.67495 165.528C6.67378 165.527 6.67322 165.526 6.67323 165.526ZM6.67972 165.532C6.68029 165.533 6.68059 165.534 6.68065 165.534C6.68073 165.534 6.68038 165.534 6.67972 165.532Z",
41
+ fill: "#FF8C00",
42
+ stroke: "white",
43
+ strokeWidth: "2"
44
+ }), /*#__PURE__*/_jsx("circle", {
45
+ cx: "37.8823",
46
+ cy: "117",
47
+ r: "4.94117",
48
+ fill: "#10162F"
49
+ }), /*#__PURE__*/_jsx("circle", {
50
+ cx: "62.5881",
51
+ cy: "117",
52
+ r: "4.94117",
53
+ fill: "#10162F"
54
+ }), /*#__PURE__*/_jsx("circle", {
55
+ cx: "87.2942",
56
+ cy: "117",
57
+ r: "4.94117",
58
+ fill: "#10162F"
59
+ })]
60
+ });
61
+ };
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const ExplodedCube: React.FC<IllustrationProps>;
@@ -0,0 +1,83 @@
1
+ import * as React from 'react';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ export const ExplodedCube = _ref => {
4
+ let {
5
+ 'aria-hidden': ariaHidden,
6
+ className,
7
+ height,
8
+ width
9
+ } = _ref;
10
+ return /*#__PURE__*/_jsxs("svg", {
11
+ "aria-hidden": ariaHidden,
12
+ className: className,
13
+ width: width,
14
+ height: height,
15
+ viewBox: "0 0 148 102",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
19
+ children: [/*#__PURE__*/_jsx("path", {
20
+ d: "M83.0002 11.7573L113.745 29.5075L113.745 64.8829L83.0007 47.1327L83.0002 11.7573Z",
21
+ fill: "#FF8C00",
22
+ stroke: "white",
23
+ strokeWidth: "2",
24
+ strokeMiterlimit: "10"
25
+ }), /*#__PURE__*/_jsx("path", {
26
+ d: "M69.5985 15.5964L69.6006 50.9727L38.9627 68.659L38.9622 33.2836L69.5985 15.5964Z",
27
+ stroke: "white",
28
+ strokeWidth: "2",
29
+ strokeMiterlimit: "10"
30
+ }), /*#__PURE__*/_jsx("path", {
31
+ d: "M80.3084 60.575L110.983 78.2848L80.3447 95.971L49.6721 78.2622L80.3084 60.575Z",
32
+ fill: "#10162F",
33
+ stroke: "white",
34
+ strokeWidth: "2",
35
+ strokeMiterlimit: "10"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M69.5985 15.5964L69.6006 50.9727L38.9627 68.659L38.9622 33.2836L69.5985 15.5964Z",
38
+ fill: "#10162F",
39
+ stroke: "white",
40
+ strokeWidth: "2",
41
+ strokeMiterlimit: "10"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ d: "M93.5205 37.1806L93.521 72.556L62.8848 90.2433L62.8826 54.8669L93.5205 37.1806Z",
44
+ fill: "white"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M93.5205 37.1806L93.521 72.556L62.8848 90.2433L62.8826 54.8669L93.5205 37.1806Z",
47
+ fill: "url(#pattern0)"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ d: "M93.5205 37.1806L93.521 72.556L62.8848 90.2433L62.8826 54.8669L93.5205 37.1806Z",
50
+ stroke: "white",
51
+ strokeWidth: "2",
52
+ strokeMiterlimit: "10"
53
+ }), /*#__PURE__*/_jsx("path", {
54
+ d: "M30.1092 37.1003L60.8535 54.8505L60.854 90.2259L30.1097 72.4757L30.1092 37.1003Z",
55
+ fill: "#FF8C00",
56
+ stroke: "white",
57
+ strokeWidth: "2",
58
+ strokeMiterlimit: "10"
59
+ }), /*#__PURE__*/_jsx("path", {
60
+ d: "M72.4436 4.97803L103.118 22.6878L72.48 40.3741L41.8074 22.6653L72.4436 4.97803Z",
61
+ fill: "#10162F",
62
+ stroke: "white",
63
+ strokeWidth: "2",
64
+ strokeMiterlimit: "10"
65
+ }), /*#__PURE__*/_jsxs("defs", {
66
+ children: [/*#__PURE__*/_jsx("pattern", {
67
+ id: "pattern0",
68
+ patternContentUnits: "objectBoundingBox",
69
+ width: "1.04453",
70
+ height: "1.80902",
71
+ children: /*#__PURE__*/_jsx("use", {
72
+ xlinkHref: "#image0",
73
+ transform: "scale(0.0163208 0.028266)"
74
+ })
75
+ }), /*#__PURE__*/_jsx("image", {
76
+ id: "image0",
77
+ width: "64",
78
+ height: "64",
79
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAChSURBVHgB7dgxDoAwDMXQ5P53BoaIARaE2iJa+23p6j81ImKPK9qtk0ugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLI8VN4faOW3gLJ8QOXDjSuPWYLlH+5l5csbV37ZJVj+5b2MbLxx5ZdZguUb72ll5xtXftolWL7zPY0cfOPKT7MEyw++fys/vnHlsb/DFwf+rf4QcSN+5wAAAABJRU5ErkJggg=="
80
+ })]
81
+ })]
82
+ });
83
+ };
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const ExplodedCubeLight: React.FC<IllustrationProps>;
@@ -0,0 +1,84 @@
1
+ import * as React from 'react';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ export const ExplodedCubeLight = _ref => {
4
+ let {
5
+ 'aria-hidden': ariaHidden,
6
+ className,
7
+ height,
8
+ width
9
+ } = _ref;
10
+ return /*#__PURE__*/_jsxs("svg", {
11
+ "aria-hidden": ariaHidden,
12
+ className: className,
13
+ width: width,
14
+ height: height,
15
+ viewBox: "0 0 148 102",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
19
+ children: [/*#__PURE__*/_jsx("path", {
20
+ d: "M83.0002 11.7573L113.745 29.5075L113.745 64.8829L83.0007 47.1327L83.0002 11.7573Z",
21
+ fill: "#FF8C00",
22
+ stroke: "#10162F",
23
+ strokeWidth: "2",
24
+ strokeMiterlimit: "10"
25
+ }), /*#__PURE__*/_jsx("path", {
26
+ d: "M69.5985 15.5964L69.6006 50.9727L38.9627 68.659L38.9622 33.2836L69.5985 15.5964Z",
27
+ stroke: "#10162F",
28
+ strokeWidth: "2",
29
+ strokeMiterlimit: "10"
30
+ }), /*#__PURE__*/_jsx("path", {
31
+ d: "M80.3084 60.575L110.983 78.2848L80.3447 95.971L49.6721 78.2622L80.3084 60.575Z",
32
+ fill: "#F5FCFF",
33
+ stroke: "#10162F",
34
+ strokeWidth: "2",
35
+ strokeMiterlimit: "10"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M69.5985 15.5964L69.6006 50.9727L38.9627 68.659L38.9622 33.2836L69.5985 15.5964Z",
38
+ fill: "#F5FCFF",
39
+ stroke: "#10162F",
40
+ strokeWidth: "2",
41
+ strokeMiterlimit: "10"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ d: "M93.5205 37.1806L93.521 72.556L62.8848 90.2433L62.8826 54.8669L93.5205 37.1806Z",
44
+ fill: "white"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M93.5205 37.1806L93.521 72.556L62.8848 90.2433L62.8826 54.8669L93.5205 37.1806Z",
47
+ fill: "url(#pattern0)"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ d: "M93.5205 37.1806L93.521 72.556L62.8848 90.2433L62.8826 54.8669L93.5205 37.1806Z",
50
+ stroke: "#10162F",
51
+ strokeWidth: "2",
52
+ strokeMiterlimit: "10"
53
+ }), /*#__PURE__*/_jsx("path", {
54
+ d: "M30.1092 37.1003L60.8535 54.8505L60.854 90.2259L30.1097 72.4757L30.1092 37.1003Z",
55
+ fill: "#FF8C00",
56
+ stroke: "#10162F",
57
+ strokeWidth: "2",
58
+ strokeMiterlimit: "10"
59
+ }), /*#__PURE__*/_jsx("path", {
60
+ d: "M72.4436 4.97803L103.118 22.6878L72.48 40.3741L41.8074 22.6653L72.4436 4.97803Z",
61
+ fill: "#F5FCFF",
62
+ stroke: "#10162F",
63
+ strokeWidth: "2",
64
+ strokeMiterlimit: "10"
65
+ }), /*#__PURE__*/_jsxs("defs", {
66
+ children: [/*#__PURE__*/_jsx("pattern", {
67
+ id: "pattern0",
68
+ patternContentUnits: "objectBoundingBox",
69
+ width: "1.04453",
70
+ height: "1.80902",
71
+ children: /*#__PURE__*/_jsx("use", {
72
+ xlinkHref: "#image0",
73
+ transform: "scale(0.0163208 0.028266)"
74
+ })
75
+ }), /*#__PURE__*/_jsx("image", {
76
+ id: "image0",
77
+ width: "64",
78
+ height: "64",
79
+ preserveAspectRatio: "none",
80
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAChSURBVHgB7dgxDoAwDMXQ5P53BoaIARaE2iJa+23p6j81ImKPK9qtk0ugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLI8VN4faOW3gLJ8QOXDjSuPWYLlH+5l5csbV37ZJVj+5b2MbLxx5ZdZguUb72ll5xtXftolWL7zPY0cfOPKT7MEyw++fys/vnHlsb/DFwf+rf4QcSN+5wAAAABJRU5ErkJggg=="
81
+ })]
82
+ })]
83
+ });
84
+ };
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const ProgressCharts: React.FC<IllustrationProps>;
@@ -0,0 +1,150 @@
1
+ import * as React from 'react';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ export const ProgressCharts = _ref => {
4
+ let {
5
+ 'aria-hidden': ariaHidden,
6
+ className,
7
+ height,
8
+ width
9
+ } = _ref;
10
+ return /*#__PURE__*/_jsxs("svg", {
11
+ "aria-hidden": ariaHidden,
12
+ className: className,
13
+ width: width,
14
+ height: height,
15
+ viewBox: "0 0 148 100",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
19
+ children: [/*#__PURE__*/_jsx("rect", {
20
+ x: "52.1883",
21
+ y: "14.238",
22
+ width: "38.855",
23
+ height: "65.2542",
24
+ fill: "#FF8C00"
25
+ }), /*#__PURE__*/_jsx("rect", {
26
+ x: "55.6261",
27
+ y: "12.4451",
28
+ width: "37.7747",
29
+ height: "63.5081",
30
+ fill: "#10162F",
31
+ stroke: "white",
32
+ strokeWidth: "2"
33
+ }), /*#__PURE__*/_jsx("rect", {
34
+ x: "99.2002",
35
+ y: "20.0623",
36
+ width: "37.7747",
37
+ height: "63.5081",
38
+ fill: "#10162F",
39
+ stroke: "white",
40
+ strokeWidth: "2"
41
+ }), /*#__PURE__*/_jsx("rect", {
42
+ x: "9.55493",
43
+ y: "20.0623",
44
+ width: "37.7747",
45
+ height: "63.5081",
46
+ fill: "#10162F",
47
+ stroke: "white",
48
+ strokeWidth: "2"
49
+ }), /*#__PURE__*/_jsx("path", {
50
+ d: "M41.3786 29.8409C41.3786 31.4405 40.0303 32.7916 38.2991 32.7916C36.5679 32.7916 35.2197 31.4405 35.2197 29.8409C35.2197 28.2412 36.5679 26.8901 38.2991 26.8901C40.0303 26.8901 41.3786 28.2412 41.3786 29.8409Z",
51
+ fill: "white",
52
+ stroke: "white",
53
+ strokeWidth: "2"
54
+ }), /*#__PURE__*/_jsx("path", {
55
+ d: "M131.205 29.8409C131.205 31.4405 129.857 32.7916 128.126 32.7916C126.394 32.7916 125.046 31.4405 125.046 29.8409C125.046 28.2412 126.394 26.8901 128.126 26.8901C129.857 26.8901 131.205 28.2412 131.205 29.8409Z",
56
+ fill: "#FF8C00",
57
+ stroke: "white",
58
+ strokeWidth: "2"
59
+ }), /*#__PURE__*/_jsx("path", {
60
+ d: "M41.3786 44.2862C41.3786 45.8859 40.0303 47.2369 38.2991 47.2369C36.5679 47.2369 35.2197 45.8859 35.2197 44.2862C35.2197 42.6865 36.5679 41.3354 38.2991 41.3354C40.0303 41.3354 41.3786 42.6865 41.3786 44.2862Z",
61
+ fill: "white",
62
+ stroke: "white",
63
+ strokeWidth: "2"
64
+ }), /*#__PURE__*/_jsx("path", {
65
+ d: "M131.205 44.2862C131.205 45.8859 129.857 47.2369 128.126 47.2369C126.394 47.2369 125.046 45.8859 125.046 44.2862C125.046 42.6865 126.394 41.3354 128.126 41.3354C129.857 41.3354 131.205 42.6865 131.205 44.2862Z",
66
+ fill: "#FF8C00",
67
+ stroke: "white",
68
+ strokeWidth: "2"
69
+ }), /*#__PURE__*/_jsx("path", {
70
+ d: "M41.3786 58.731C41.3786 60.3307 40.0303 61.6818 38.2991 61.6818C36.5679 61.6818 35.2197 60.3307 35.2197 58.731C35.2197 57.1313 36.5679 55.7803 38.2991 55.7803C40.0303 55.7803 41.3786 57.1313 41.3786 58.731Z",
71
+ fill: "white",
72
+ stroke: "white",
73
+ strokeWidth: "2"
74
+ }), /*#__PURE__*/_jsx("path", {
75
+ d: "M131.205 58.731C131.205 60.3307 129.857 61.6818 128.126 61.6818C126.394 61.6818 125.046 60.3307 125.046 58.731C125.046 57.1313 126.394 55.7803 128.126 55.7803C129.857 55.7803 131.205 57.1313 131.205 58.731Z",
76
+ fill: "#FF8C00",
77
+ stroke: "white",
78
+ strokeWidth: "2"
79
+ }), /*#__PURE__*/_jsx("path", {
80
+ d: "M41.3786 73.1763C41.3786 74.776 40.0303 76.1271 38.2991 76.1271C36.5679 76.1271 35.2197 74.776 35.2197 73.1763C35.2197 71.5767 36.5679 70.2256 38.2991 70.2256C40.0303 70.2256 41.3786 71.5767 41.3786 73.1763Z",
81
+ fill: "white",
82
+ stroke: "white",
83
+ strokeWidth: "2"
84
+ }), /*#__PURE__*/_jsx("rect", {
85
+ x: "14.5433",
86
+ y: "71.7744",
87
+ width: "16.2543",
88
+ height: "2.54913",
89
+ fill: "white"
90
+ }), /*#__PURE__*/_jsx("rect", {
91
+ x: "14.5433",
92
+ y: "42.8843",
93
+ width: "16.2543",
94
+ height: "2.54913",
95
+ fill: "white"
96
+ }), /*#__PURE__*/_jsx("rect", {
97
+ x: "104.37",
98
+ y: "42.8843",
99
+ width: "16.2543",
100
+ height: "2.54913",
101
+ fill: "white"
102
+ }), /*#__PURE__*/_jsx("rect", {
103
+ x: "14.5433",
104
+ y: "28.4395",
105
+ width: "16.2543",
106
+ height: "2.54913",
107
+ fill: "white"
108
+ }), /*#__PURE__*/_jsx("rect", {
109
+ x: "104.37",
110
+ y: "28.4395",
111
+ width: "16.2543",
112
+ height: "2.54913",
113
+ fill: "white"
114
+ }), /*#__PURE__*/_jsx("path", {
115
+ d: "M87.575 23.0433C87.575 24.6429 86.2268 25.994 84.4956 25.994C82.7644 25.994 81.4161 24.6429 81.4161 23.0433C81.4161 21.4436 82.7644 20.0925 84.4956 20.0925C86.2268 20.0925 87.575 21.4436 87.575 23.0433Z",
116
+ fill: "white",
117
+ stroke: "white",
118
+ strokeWidth: "2"
119
+ }), /*#__PURE__*/_jsx("path", {
120
+ d: "M87.575 37.4883C87.575 39.088 86.2268 40.4391 84.4956 40.4391C82.7644 40.4391 81.4161 39.088 81.4161 37.4883C81.4161 35.8887 82.7644 34.5376 84.4956 34.5376C86.2268 34.5376 87.575 35.8887 87.575 37.4883Z",
121
+ fill: "white",
122
+ stroke: "white",
123
+ strokeWidth: "2"
124
+ }), /*#__PURE__*/_jsx("rect", {
125
+ x: "60.7399",
126
+ y: "36.0867",
127
+ width: "16.2543",
128
+ height: "2.54913",
129
+ fill: "white"
130
+ }), /*#__PURE__*/_jsx("rect", {
131
+ x: "60.7399",
132
+ y: "21.6416",
133
+ width: "16.2543",
134
+ height: "2.54913",
135
+ fill: "white"
136
+ }), /*#__PURE__*/_jsx("rect", {
137
+ x: "14.5433",
138
+ y: "57.3296",
139
+ width: "16.2543",
140
+ height: "2.54913",
141
+ fill: "white"
142
+ }), /*#__PURE__*/_jsx("rect", {
143
+ x: "104.37",
144
+ y: "57.3296",
145
+ width: "16.2543",
146
+ height: "2.54913",
147
+ fill: "white"
148
+ })]
149
+ });
150
+ };
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const ProgressChartsLight: React.FC<IllustrationProps>;
@@ -0,0 +1,80 @@
1
+ import * as React from 'react';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ export const ProgressChartsLight = _ref => {
4
+ let {
5
+ 'aria-hidden': ariaHidden,
6
+ className,
7
+ height,
8
+ width
9
+ } = _ref;
10
+ return /*#__PURE__*/_jsxs("svg", {
11
+ "aria-hidden": ariaHidden,
12
+ className: className,
13
+ width: width,
14
+ height: height,
15
+ viewBox: "0 0 149 103",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
19
+ children: [/*#__PURE__*/_jsx("path", {
20
+ fill: "#FF8C00",
21
+ d: "M52.688 17.238h38.855v65.254H52.688z"
22
+ }), /*#__PURE__*/_jsx("path", {
23
+ fill: "#F5FCFF",
24
+ stroke: "#10162F",
25
+ strokeWidth: "2",
26
+ d: "M56.126 15.445h37.775v63.508H56.126zM99.7 23.063h37.775v63.508H99.7zM10.055 23.063H47.83v63.508H10.055z"
27
+ }), /*#__PURE__*/_jsx("path", {
28
+ fill: "#10162F",
29
+ stroke: "#10162F",
30
+ strokeWidth: "2",
31
+ d: "M41.879 32.841c0 1.6-1.349 2.951-3.08 2.951s-3.08-1.351-3.08-2.95c0-1.6 1.349-2.951 3.08-2.951s3.08 1.35 3.08 2.95Z"
32
+ }), /*#__PURE__*/_jsx("ellipse", {
33
+ cx: "128.626",
34
+ cy: "32.841",
35
+ fill: "#10162F",
36
+ rx: "4.079",
37
+ ry: "3.951"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ fill: "#10162F",
40
+ stroke: "#10162F",
41
+ strokeWidth: "2",
42
+ d: "M41.879 47.287c0 1.6-1.349 2.95-3.08 2.95s-3.08-1.35-3.08-2.95 1.349-2.951 3.08-2.951 3.08 1.351 3.08 2.95Z"
43
+ }), /*#__PURE__*/_jsx("ellipse", {
44
+ cx: "128.626",
45
+ cy: "47.287",
46
+ fill: "#10162F",
47
+ rx: "4.079",
48
+ ry: "3.951"
49
+ }), /*#__PURE__*/_jsx("path", {
50
+ fill: "#10162F",
51
+ stroke: "#10162F",
52
+ strokeWidth: "2",
53
+ d: "M41.879 61.731c0 1.6-1.349 2.95-3.08 2.95s-3.08-1.35-3.08-2.95 1.349-2.95 3.08-2.95 3.08 1.35 3.08 2.95Z"
54
+ }), /*#__PURE__*/_jsx("ellipse", {
55
+ cx: "128.626",
56
+ cy: "61.731",
57
+ fill: "#10162F",
58
+ rx: "4.079",
59
+ ry: "3.951"
60
+ }), /*#__PURE__*/_jsx("path", {
61
+ fill: "#10162F",
62
+ stroke: "#10162F",
63
+ strokeWidth: "2",
64
+ d: "M41.879 76.177c0 1.6-1.349 2.95-3.08 2.95s-3.08-1.35-3.08-2.95 1.349-2.951 3.08-2.951 3.08 1.35 3.08 2.95Z"
65
+ }), /*#__PURE__*/_jsx("path", {
66
+ fill: "#10162F",
67
+ stroke: "#10162F",
68
+ d: "M15.543 75.275h15.254v1.549H15.543zM15.543 46.385h15.254v1.549H15.543zM105.37 46.385h15.254v1.549H105.37zM15.543 31.939h15.254v1.549H15.543zM105.37 31.939h15.254v1.549H105.37z"
69
+ }), /*#__PURE__*/_jsx("path", {
70
+ fill: "#10162F",
71
+ stroke: "#10162F",
72
+ strokeWidth: "2",
73
+ d: "M88.075 26.044c0 1.6-1.348 2.95-3.08 2.95-1.73 0-3.079-1.35-3.079-2.95s1.349-2.951 3.08-2.951c1.73 0 3.08 1.35 3.08 2.95ZM88.075 40.489c0 1.6-1.348 2.95-3.08 2.95-1.73 0-3.079-1.35-3.079-2.95s1.349-2.95 3.08-2.95c1.73 0 3.08 1.35 3.08 2.95Z"
74
+ }), /*#__PURE__*/_jsx("path", {
75
+ fill: "#10162F",
76
+ stroke: "#10162F",
77
+ d: "M61.74 39.587h15.254v1.549H61.74zM61.74 25.142h15.254v1.549H61.74zM15.543 60.829h15.254v1.549H15.543zM105.37 60.829h15.254v1.549H105.37z"
78
+ })]
79
+ });
80
+ };
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const StackedFruits: React.FC<IllustrationProps>;
@@ -0,0 +1,101 @@
1
+ import * as React from 'react';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ export const StackedFruits = _ref => {
4
+ let {
5
+ 'aria-hidden': ariaHidden,
6
+ className,
7
+ height,
8
+ width
9
+ } = _ref;
10
+ return /*#__PURE__*/_jsxs("svg", {
11
+ "aria-hidden": ariaHidden,
12
+ className: className,
13
+ width: width,
14
+ height: height,
15
+ viewBox: "0 0 169 168",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
19
+ children: [/*#__PURE__*/_jsx("rect", {
20
+ x: "92.8304",
21
+ y: "25",
22
+ width: "77.1218",
23
+ height: "91.7171",
24
+ transform: "rotate(90 92.8304 25)",
25
+ fill: "#FF8C00",
26
+ stroke: "white",
27
+ strokeWidth: "2"
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ d: "M92.8304 38.8269L92.8304 102.122L1.11335 102.122L1.11336 38.8269L92.8304 38.8269Z",
30
+ fill: "#141C3A",
31
+ stroke: "white",
32
+ strokeWidth: "2"
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M7.97398 31.547C7.97398 32.4266 7.28229 33.1015 6.47564 33.1015C5.66898 33.1015 4.97729 32.4266 4.97729 31.547C4.97729 30.6673 5.66898 29.9924 6.47564 29.9924C7.28229 29.9924 7.97398 30.6673 7.97398 31.547Z",
35
+ fill: "white",
36
+ stroke: "white",
37
+ strokeWidth: "2"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ d: "M15.4691 31.547C15.4691 32.4266 14.7774 33.1015 13.9707 33.1015C13.1641 33.1015 12.4724 32.4266 12.4724 31.547C12.4724 30.6673 13.1641 29.9924 13.9707 29.9924C14.7774 29.9924 15.4691 30.6673 15.4691 31.547Z",
40
+ fill: "white",
41
+ stroke: "white",
42
+ strokeWidth: "2"
43
+ }), /*#__PURE__*/_jsx("path", {
44
+ d: "M22.9641 31.547C22.9641 32.4266 22.2724 33.1015 21.4657 33.1015C20.6591 33.1015 19.9674 32.4266 19.9674 31.547C19.9674 30.6673 20.6591 29.9924 21.4657 29.9924C22.2724 29.9924 22.9641 30.6673 22.9641 31.547Z",
45
+ fill: "white",
46
+ stroke: "white",
47
+ strokeWidth: "2"
48
+ }), /*#__PURE__*/_jsx("rect", {
49
+ x: "167.113",
50
+ y: "71.3538",
51
+ width: "77.1218",
52
+ height: "91.7171",
53
+ transform: "rotate(90 167.113 71.3538)",
54
+ fill: "#FF8C00",
55
+ stroke: "white",
56
+ strokeWidth: "2"
57
+ }), /*#__PURE__*/_jsx("path", {
58
+ d: "M167.113 85.1807L167.113 148.475L75.3961 148.475L75.3961 85.1807L167.113 85.1807Z",
59
+ fill: "#141C3A",
60
+ stroke: "white",
61
+ strokeWidth: "2"
62
+ }), /*#__PURE__*/_jsx("path", {
63
+ d: "M82.2572 77.9007C82.2572 78.7804 81.5655 79.4553 80.7588 79.4553C79.9522 79.4553 79.2605 78.7804 79.2605 77.9007C79.2605 77.0211 79.9522 76.3462 80.7588 76.3462C81.5655 76.3462 82.2572 77.0211 82.2572 77.9007Z",
64
+ fill: "white",
65
+ stroke: "white",
66
+ strokeWidth: "2"
67
+ }), /*#__PURE__*/_jsx("path", {
68
+ d: "M89.752 77.9007C89.752 78.7804 89.0604 79.4553 88.2537 79.4553C87.4471 79.4553 86.7554 78.7804 86.7554 77.9007C86.7554 77.0211 87.4471 76.3462 88.2537 76.3462C89.0604 76.3462 89.752 77.0211 89.752 77.9007Z",
69
+ fill: "white",
70
+ stroke: "white",
71
+ strokeWidth: "2"
72
+ }), /*#__PURE__*/_jsx("path", {
73
+ d: "M97.2468 77.9007C97.2468 78.7804 96.5551 79.4553 95.7485 79.4553C94.9418 79.4553 94.2501 78.7804 94.2501 77.9007C94.2501 77.0211 94.9418 76.3462 95.7485 76.3462C96.5551 76.3462 97.2468 77.0211 97.2468 77.9007Z",
74
+ fill: "white",
75
+ stroke: "white",
76
+ strokeWidth: "2"
77
+ }), /*#__PURE__*/_jsx("path", {
78
+ d: "M137.645 110.051C136.508 106.346 131.402 101.355 119.212 103.726C107.023 101.355 101.928 106.32 100.79 110.025C98.5605 117.287 100.504 127.266 106.142 135.098C108.292 138.085 114.455 140.459 119.212 136.902C123.969 140.459 130.144 138.111 132.294 135.124C137.931 127.292 139.875 117.313 137.645 110.051Z",
79
+ fill: "#10162F",
80
+ stroke: "white",
81
+ strokeWidth: "2"
82
+ }), /*#__PURE__*/_jsx("path", {
83
+ d: "M132.605 93.0582C121.768 94.019 119.282 100.383 119.387 103.618C127.195 103.618 131.793 99.9329 134.277 95.549C134.966 94.3341 133.996 92.9349 132.605 93.0582Z",
84
+ fill: "#FF8C00",
85
+ stroke: "white",
86
+ strokeWidth: "2"
87
+ }), /*#__PURE__*/_jsx("circle", {
88
+ cx: "46.7003",
89
+ cy: "71.4254",
90
+ r: "19.5023",
91
+ fill: "#10162F",
92
+ stroke: "white",
93
+ strokeWidth: "2"
94
+ }), /*#__PURE__*/_jsx("path", {
95
+ d: "M60.648 61.3404C57.0912 50.9254 51.3883 49.0323 46.999 51.3139C49.0199 58.8559 53.7693 62.3442 58.6468 63.6091C59.9985 63.9597 61.0992 62.6619 60.648 61.3404Z",
96
+ fill: "#FF8C00",
97
+ stroke: "white",
98
+ strokeWidth: "2"
99
+ })]
100
+ });
101
+ };
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const StackedFruitsLight: React.FC<IllustrationProps>;
@@ -0,0 +1,73 @@
1
+ import * as React from 'react';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ export const StackedFruitsLight = _ref => {
4
+ let {
5
+ 'aria-hidden': ariaHidden,
6
+ className,
7
+ height,
8
+ width
9
+ } = _ref;
10
+ return /*#__PURE__*/_jsxs("svg", {
11
+ "aria-hidden": ariaHidden,
12
+ className: className,
13
+ width: width,
14
+ height: height,
15
+ viewBox: "0 0 169 168",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
19
+ children: [/*#__PURE__*/_jsx("path", {
20
+ fill: "#FF8C00",
21
+ stroke: "#10162F",
22
+ strokeWidth: "2",
23
+ d: "M92.717 1v77.122H1V1z"
24
+ }), /*#__PURE__*/_jsx("path", {
25
+ fill: "#F5FCFF",
26
+ stroke: "#10162F",
27
+ strokeWidth: "2",
28
+ d: "M92.717 14.827v63.295H1V14.827h91.717Z"
29
+ }), /*#__PURE__*/_jsx("path", {
30
+ fill: "#10162F",
31
+ stroke: "#10162F",
32
+ strokeWidth: "2",
33
+ d: "M7.86 7.547c0 .88-.69 1.555-1.497 1.555-.807 0-1.499-.675-1.499-1.555 0-.88.692-1.554 1.499-1.554.806 0 1.498.674 1.498 1.554ZM15.356 7.547c0 .88-.692 1.555-1.498 1.555-.807 0-1.499-.675-1.499-1.555 0-.88.692-1.554 1.499-1.554.806 0 1.498.674 1.498 1.554ZM22.85 7.547c0 .88-.69 1.555-1.497 1.555-.807 0-1.499-.675-1.499-1.555 0-.88.692-1.554 1.499-1.554.806 0 1.498.674 1.498 1.554Z"
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ fill: "#FF8C00",
36
+ stroke: "#10162F",
37
+ strokeWidth: "2",
38
+ d: "M167 47.354v77.122H75.283V47.354z"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ fill: "#F5FCFF",
41
+ stroke: "#10162F",
42
+ strokeWidth: "2",
43
+ d: "M167 61.18v63.295H75.283V61.181H167Z"
44
+ }), /*#__PURE__*/_jsx("path", {
45
+ fill: "#10162F",
46
+ stroke: "#10162F",
47
+ strokeWidth: "2",
48
+ d: "M82.144 53.9c0 .88-.692 1.555-1.498 1.555-.807 0-1.499-.675-1.499-1.554 0-.88.692-1.555 1.499-1.555.806 0 1.498.675 1.498 1.555ZM89.639 53.9c0 .88-.692 1.555-1.498 1.555-.807 0-1.499-.675-1.499-1.554 0-.88.692-1.555 1.499-1.555.806 0 1.498.675 1.498 1.555ZM97.134 53.9c0 .88-.692 1.555-1.499 1.555-.806 0-1.498-.675-1.498-1.554 0-.88.692-1.555 1.498-1.555.807 0 1.499.675 1.499 1.555Z"
49
+ }), /*#__PURE__*/_jsx("path", {
50
+ fill: "#F5FCFF",
51
+ stroke: "#10162F",
52
+ strokeWidth: "2",
53
+ d: "M137.532 86.051c-1.137-3.705-6.243-8.696-18.433-6.325-12.189-2.37-17.284 2.594-18.422 6.3-2.23 7.261-.286 17.24 5.352 25.072 2.15 2.987 8.313 5.361 13.07 1.804 4.757 3.557 10.932 1.209 13.082-1.778 5.637-7.832 7.581-17.81 5.351-25.073Z"
54
+ }), /*#__PURE__*/_jsx("path", {
55
+ fill: "#FF8C00",
56
+ stroke: "#10162F",
57
+ strokeWidth: "2",
58
+ d: "M132.492 69.058c-10.837.961-13.323 7.325-13.219 10.56 7.808 0 12.407-3.685 14.891-8.069.689-1.215-.281-2.614-1.672-2.49Z"
59
+ }), /*#__PURE__*/_jsx("circle", {
60
+ cx: "46.587",
61
+ cy: "47.426",
62
+ r: "19.502",
63
+ fill: "#F5FCFF",
64
+ stroke: "#10162F",
65
+ strokeWidth: "2"
66
+ }), /*#__PURE__*/_jsx("path", {
67
+ fill: "#FF8C00",
68
+ stroke: "#10162F",
69
+ strokeWidth: "2",
70
+ d: "M60.535 37.34c-3.557-10.415-9.26-12.308-13.649-10.026 2.021 7.542 6.77 11.03 11.648 12.295 1.352.35 2.452-.947 2.001-2.269Z"
71
+ })]
72
+ });
73
+ };
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const StairsToWindow: React.FC<IllustrationProps>;
@@ -0,0 +1,102 @@
1
+ import * as React from 'react';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ export const StairsToWindow = _ref => {
4
+ let {
5
+ 'aria-hidden': ariaHidden,
6
+ className,
7
+ height,
8
+ width
9
+ } = _ref;
10
+ return /*#__PURE__*/_jsxs("svg", {
11
+ "aria-hidden": ariaHidden,
12
+ className: className,
13
+ width: width,
14
+ height: height,
15
+ viewBox: "0 0 148 100",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
19
+ children: [/*#__PURE__*/_jsx("mask", {
20
+ id: "mask0",
21
+ "mask-type": "alpha",
22
+ maskUnits: "userSpaceOnUse",
23
+ x: "73",
24
+ y: "4",
25
+ width: "42",
26
+ height: "56",
27
+ children: /*#__PURE__*/_jsx("path", {
28
+ d: "M74.5723 58.7399C74.5723 58.1813 74.5954 24.146 74.6405 23.5978C75.0515 18.7 77.2623 14.1389 80.833 10.8224C84.4036 7.5058 89.0723 5.67691 93.9099 5.69967C98.7474 5.72243 103.399 7.59517 106.939 10.9452C110.48 14.2952 112.649 18.8769 113.015 23.7784C113.051 24.2677 113.069 58.2428 113.069 58.7399H74.5723Z",
29
+ fill: "white",
30
+ stroke: "#10162F",
31
+ strokeWidth: "2",
32
+ strokeMiterlimit: "10"
33
+ })
34
+ }), /*#__PURE__*/_jsxs("g", {
35
+ mask: "url(#mask0)",
36
+ children: [/*#__PURE__*/_jsx("rect", {
37
+ x: "70.4423",
38
+ y: "3.06299",
39
+ width: "58.2788",
40
+ height: "68.39",
41
+ fill: "#FF8C00"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ d: "M127.334 67.4187C127.334 83.8806 114.174 97.202 97.9706 97.202C81.7667 97.202 68.6075 83.8806 68.6075 67.4187C68.6075 50.9569 81.7667 37.6355 97.9706 37.6355C114.174 37.6355 127.334 50.9569 127.334 67.4187Z",
44
+ fill: "white"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M127.334 67.4187C127.334 83.8806 114.174 97.202 97.9706 97.202C81.7667 97.202 68.6075 83.8806 68.6075 67.4187C68.6075 50.9569 81.7667 37.6355 97.9706 37.6355C114.174 37.6355 127.334 50.9569 127.334 67.4187Z",
47
+ fill: "url(#pattern0)"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ d: "M127.334 67.4187C127.334 83.8806 114.174 97.202 97.9706 97.202C81.7667 97.202 68.6075 83.8806 68.6075 67.4187C68.6075 50.9569 81.7667 37.6355 97.9706 37.6355C114.174 37.6355 127.334 50.9569 127.334 67.4187Z",
50
+ stroke: "white",
51
+ strokeWidth: "2"
52
+ }), /*#__PURE__*/_jsx("path", {
53
+ d: "M104.507 30.3786C110.658 30.3786 115.644 25.3119 115.644 19.0619C115.644 12.8118 110.658 7.74512 104.507 7.74512C98.3565 7.74512 93.3702 12.8118 93.3702 19.0619C93.3702 25.3119 98.3565 30.3786 104.507 30.3786Z",
54
+ fill: "#10162F",
55
+ stroke: "white",
56
+ strokeWidth: "2",
57
+ strokeMiterlimit: "10"
58
+ })]
59
+ }), /*#__PURE__*/_jsx("path", {
60
+ d: "M74.5723 58.7399C74.5723 58.1813 74.5954 24.146 74.6405 23.5978C75.0515 18.7 77.2623 14.1389 80.833 10.8224C84.4036 7.5058 89.0723 5.67691 93.9099 5.69967C98.7474 5.72243 103.399 7.59517 106.939 10.9452C110.48 14.2952 112.649 18.8769 113.015 23.7784C113.051 24.2677 113.069 58.2428 113.069 58.7399H74.5723Z",
61
+ stroke: "white",
62
+ strokeWidth: "2",
63
+ strokeMiterlimit: "10"
64
+ }), /*#__PURE__*/_jsx("path", {
65
+ d: "M112.988 55.4624L112.988 92.815L64.7043 92.815L64.7043 55.4624L112.988 55.4624Z",
66
+ fill: "#10162F",
67
+ stroke: "white",
68
+ strokeWidth: "2"
69
+ }), /*#__PURE__*/_jsx("path", {
70
+ d: "M74.3644 80.24L74.3644 92.815L26.8092 92.815L26.8092 80.24L74.3644 80.24Z",
71
+ fill: "#10162F",
72
+ stroke: "white",
73
+ strokeWidth: "2"
74
+ }), /*#__PURE__*/_jsx("path", {
75
+ d: "M86.7532 67.8511L86.7532 79.6974L38.4693 79.6974L38.4693 67.8511L86.7532 67.8511Z",
76
+ fill: "#10162F",
77
+ stroke: "white",
78
+ strokeWidth: "2"
79
+ }), /*#__PURE__*/_jsx("path", {
80
+ d: "M97.6844 55.4624L97.6844 67.3087L49.4006 67.3087L49.4006 55.4624L97.6844 55.4624Z",
81
+ fill: "#10162F",
82
+ stroke: "white",
83
+ strokeWidth: "2"
84
+ }), /*#__PURE__*/_jsxs("defs", {
85
+ children: [/*#__PURE__*/_jsx("pattern", {
86
+ id: "pattern0",
87
+ patternContentUnits: "objectBoundingBox",
88
+ width: "1.05391",
89
+ height: "1.03953",
90
+ children: /*#__PURE__*/_jsx("use", {
91
+ xlinkHref: "#image0",
92
+ transform: "scale(0.0164674 0.0162426)"
93
+ })
94
+ }), /*#__PURE__*/_jsx("image", {
95
+ id: "image0",
96
+ width: "64",
97
+ height: "64",
98
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAChSURBVHgB7dgxDoAwDMXQ5P53BoaIARaE2iJa+23p6j81ImKPK9qtk0ugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLI8VN4faOW3gLJ8QOXDjSuPWYLlH+5l5csbV37ZJVj+5b2MbLxx5ZdZguUb72ll5xtXftolWL7zPY0cfOPKT7MEyw++fys/vnHlsb/DFwf+rf4QcSN+5wAAAABJRU5ErkJggg=="
99
+ })]
100
+ })]
101
+ });
102
+ };
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const StairsToWindowLight: React.FC<IllustrationProps>;
@@ -0,0 +1,89 @@
1
+ import * as React from 'react';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ export const StairsToWindowLight = _ref => {
4
+ let {
5
+ 'aria-hidden': ariaHidden,
6
+ className,
7
+ height,
8
+ width
9
+ } = _ref;
10
+ return /*#__PURE__*/_jsxs("svg", {
11
+ "aria-hidden": ariaHidden,
12
+ className: className,
13
+ width: width,
14
+ height: height,
15
+ viewBox: "0 0 148 100",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
19
+ children: [/*#__PURE__*/_jsx("mask", {
20
+ id: "a",
21
+ width: "41",
22
+ height: "56",
23
+ x: "73",
24
+ y: "6",
25
+ maskUnits: "userSpaceOnUse",
26
+ children: /*#__PURE__*/_jsx("path", {
27
+ fill: "#fff",
28
+ stroke: "#10162F",
29
+ strokeMiterlimit: "10",
30
+ strokeWidth: "2",
31
+ d: "M74.072 60.74c0-.559.023-34.594.069-35.142.41-4.898 2.621-9.46 6.192-12.776A19.08 19.08 0 0 1 93.41 7.7a19.088 19.088 0 0 1 13.03 5.245 19.685 19.685 0 0 1 6.075 12.833c.036.49.054 34.465.054 34.962H74.072Z"
32
+ })
33
+ }), /*#__PURE__*/_jsxs("g", {
34
+ mask: "url(#a)",
35
+ children: [/*#__PURE__*/_jsx("path", {
36
+ fill: "#FF8C00",
37
+ d: "M69.942 5.063h58.279v68.39H69.942z"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ fill: "#fff",
40
+ d: "M126.834 69.419c0 16.462-13.16 29.783-29.363 29.783-16.204 0-29.364-13.321-29.364-29.783 0-16.462 13.16-29.783 29.364-29.783 16.203 0 29.363 13.321 29.363 29.783Z"
41
+ }), /*#__PURE__*/_jsx("path", {
42
+ fill: "url(#b)",
43
+ d: "M126.834 69.419c0 16.462-13.16 29.783-29.363 29.783-16.204 0-29.364-13.321-29.364-29.783 0-16.462 13.16-29.783 29.364-29.783 16.203 0 29.363 13.321 29.363 29.783Z"
44
+ }), /*#__PURE__*/_jsx("path", {
45
+ stroke: "#10162F",
46
+ strokeWidth: "2",
47
+ d: "M126.834 69.419c0 16.462-13.16 29.783-29.363 29.783-16.204 0-29.364-13.321-29.364-29.783 0-16.462 13.16-29.783 29.364-29.783 16.203 0 29.363 13.321 29.363 29.783Z"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ fill: "#F5FCFF",
50
+ stroke: "#10162F",
51
+ strokeMiterlimit: "10",
52
+ strokeWidth: "2",
53
+ d: "M104.007 32.379c6.151 0 11.137-5.067 11.137-11.317s-4.986-11.317-11.137-11.317c-6.15 0-11.137 5.067-11.137 11.317s4.986 11.317 11.137 11.317Z"
54
+ })]
55
+ }), /*#__PURE__*/_jsx("path", {
56
+ stroke: "#10162F",
57
+ strokeMiterlimit: "10",
58
+ strokeWidth: "2",
59
+ d: "M74.072 60.74c0-.559.023-34.594.069-35.142.41-4.898 2.621-9.46 6.192-12.776A19.08 19.08 0 0 1 93.41 7.7a19.088 19.088 0 0 1 13.03 5.245 19.685 19.685 0 0 1 6.075 12.833c.036.49.054 34.465.054 34.962H74.072Z"
60
+ }), /*#__PURE__*/_jsx("path", {
61
+ fill: "#F5FCFF",
62
+ stroke: "#10162F",
63
+ strokeWidth: "2",
64
+ d: "M112.488 57.463v37.352H64.204V57.464h48.284Z"
65
+ }), /*#__PURE__*/_jsx("path", {
66
+ fill: "#F5FCFF",
67
+ stroke: "#10162F",
68
+ strokeWidth: "2",
69
+ d: "M73.865 82.24v12.575H26.309V82.24h47.556ZM86.253 69.852v11.846H37.97V69.852h48.284ZM97.184 57.463v11.846H48.901V57.463h48.283Z"
70
+ }), /*#__PURE__*/_jsxs("defs", {
71
+ children: [/*#__PURE__*/_jsx("pattern", {
72
+ id: "b",
73
+ width: "1.054",
74
+ height: "1.04",
75
+ patternContentUnits: "objectBoundingBox",
76
+ children: /*#__PURE__*/_jsx("use", {
77
+ xlinkHref: "#c",
78
+ transform: "scale(.01647 .01624)"
79
+ })
80
+ }), /*#__PURE__*/_jsx("image", {
81
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAChSURBVHgB7dgxDoAwDMXQ5P53BoaIARaE2iJa+23p6j81ImKPK9qtk0ugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLI8VN4faOW3gLJ8QOXDjSuPWYLlH+5l5csbV37ZJVj+5b2MbLxx5ZdZguUb72ll5xtXftolWL7zPY0cfOPKT7MEyw++fys/vnHlsb/DFwf+rf4QcSN+5wAAAABJRU5ErkJggg==",
82
+ id: "c",
83
+ width: "64",
84
+ height: "64",
85
+ preserveAspectRatio: "none"
86
+ })]
87
+ })]
88
+ });
89
+ };
package/dist/index.d.ts CHANGED
@@ -14,11 +14,14 @@ export * from './ChatBox';
14
14
  export * from './CodeCelebration';
15
15
  export * from './Coffee';
16
16
  export * from './Confetti';
17
+ export * from './Conversation';
17
18
  export * from './CustomProject';
18
19
  export * from './EmailAt';
19
20
  export * from './Envelope';
20
21
  export * from './ErrorWindow';
21
22
  export * from './Events';
23
+ export * from './ExplodedCube';
24
+ export * from './ExplodedCubeLight';
22
25
  export * from './Heart';
23
26
  export * from './Hills';
24
27
  export * from './HomeOffice';
@@ -40,13 +43,19 @@ export * from './Plant';
40
43
  export * from './PortfolioProject';
41
44
  export * from './PracticeProject';
42
45
  export * from './PracticeTarget';
46
+ export * from './ProgressCharts';
47
+ export * from './ProgressChartsLight';
43
48
  export * from './ProjectReview';
44
49
  export * from './Purpose';
45
50
  export * from './Puzzle';
46
51
  export * from './Python';
47
52
  export * from './SevenDayTrial';
53
+ export * from './StackedFruits';
54
+ export * from './StackedFruitsLight';
48
55
  export * from './StackedPages';
49
56
  export * from './StackedPagesVariant';
57
+ export * from './StairsToWindow';
58
+ export * from './StairsToWindowLight';
50
59
  export * from './Sun';
51
60
  export * from './Syllabus';
52
61
  export * from './TagCelebration';
package/dist/index.js CHANGED
@@ -14,11 +14,14 @@ export * from './ChatBox';
14
14
  export * from './CodeCelebration';
15
15
  export * from './Coffee';
16
16
  export * from './Confetti';
17
+ export * from './Conversation';
17
18
  export * from './CustomProject';
18
19
  export * from './EmailAt';
19
20
  export * from './Envelope';
20
21
  export * from './ErrorWindow';
21
22
  export * from './Events';
23
+ export * from './ExplodedCube';
24
+ export * from './ExplodedCubeLight';
22
25
  export * from './Heart';
23
26
  export * from './Hills';
24
27
  export * from './HomeOffice';
@@ -40,13 +43,19 @@ export * from './Plant';
40
43
  export * from './PortfolioProject';
41
44
  export * from './PracticeProject';
42
45
  export * from './PracticeTarget';
46
+ export * from './ProgressCharts';
47
+ export * from './ProgressChartsLight';
43
48
  export * from './ProjectReview';
44
49
  export * from './Purpose';
45
50
  export * from './Puzzle';
46
51
  export * from './Python';
47
52
  export * from './SevenDayTrial';
53
+ export * from './StackedFruits';
54
+ export * from './StackedFruitsLight';
48
55
  export * from './StackedPages';
49
56
  export * from './StackedPagesVariant';
57
+ export * from './StairsToWindow';
58
+ export * from './StairsToWindowLight';
50
59
  export * from './Sun';
51
60
  export * from './Syllabus';
52
61
  export * from './TagCelebration';
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-illustrations",
3
3
  "description": "Illustrations library for Codecademy",
4
- "version": "0.54.0-alpha.4fa030.0",
4
+ "version": "0.54.0-alpha.dfedbc.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "bugs": "https://github.com/Codecademy/gamut/issues",
7
7
  "dependencies": {
8
- "@codecademy/gamut-styles": "17.6.0-alpha.4fa030.0",
8
+ "@codecademy/gamut-styles": "17.5.1",
9
9
  "classnames": "^2.2.5"
10
10
  },
11
11
  "files": [
@@ -32,5 +32,5 @@
32
32
  "dist/**/[A-Z]**/[A-Z]*.js",
33
33
  "dist/**/[A-Z]**/index.js"
34
34
  ],
35
- "gitHead": "846f035d72af2c3e1299f65cd8e7987e3a2354ab"
35
+ "gitHead": "1cb84527aab94a27d9ce88bb0601d66e2701e6ea"
36
36
  }