@codecademy/gamut-illustrations 0.32.3-alpha.5ea335.0 → 0.32.3-alpha.718461.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.
Files changed (73) hide show
  1. package/dist/Announcement.d.ts +1 -1
  2. package/dist/Announcement.js +144 -133
  3. package/dist/Bee.d.ts +1 -1
  4. package/dist/Bee.js +121 -109
  5. package/dist/Bell.d.ts +1 -1
  6. package/dist/Bell.js +33 -28
  7. package/dist/BinaryBlocks.d.ts +1 -1
  8. package/dist/BinaryBlocks.js +123 -113
  9. package/dist/BinaryStairs.d.ts +1 -1
  10. package/dist/BinaryStairs.js +69 -61
  11. package/dist/Blocks.d.ts +1 -1
  12. package/dist/Blocks.js +235 -230
  13. package/dist/Blueprint.d.ts +1 -1
  14. package/dist/Blueprint.js +82 -77
  15. package/dist/Browser.d.ts +1 -1
  16. package/dist/Browser.js +66 -58
  17. package/dist/BrowserLock.d.ts +1 -1
  18. package/dist/BrowserLock.js +33 -28
  19. package/dist/BrowserPuzzle.d.ts +1 -1
  20. package/dist/BrowserPuzzle.js +58 -51
  21. package/dist/ChatBox.d.ts +1 -1
  22. package/dist/ChatBox.js +33 -28
  23. package/dist/CodeCelebration.d.ts +1 -1
  24. package/dist/CodeCelebration.js +145 -137
  25. package/dist/Coffee.d.ts +1 -1
  26. package/dist/Coffee.js +50 -41
  27. package/dist/Confetti.d.ts +1 -1
  28. package/dist/Confetti.js +84 -76
  29. package/dist/EmailAt.d.ts +1 -1
  30. package/dist/EmailAt.js +27 -22
  31. package/dist/Envelope.d.ts +1 -1
  32. package/dist/Envelope.js +27 -22
  33. package/dist/Heart.d.ts +1 -1
  34. package/dist/Heart.js +21 -16
  35. package/dist/Hills.d.ts +1 -1
  36. package/dist/Hills.js +42 -35
  37. package/dist/HomeOffice.d.ts +1 -1
  38. package/dist/HomeOffice.js +107 -96
  39. package/dist/Keyhole.d.ts +1 -1
  40. package/dist/Keyhole.js +21 -16
  41. package/dist/MagnifyingGlass.d.ts +1 -1
  42. package/dist/MagnifyingGlass.js +56 -49
  43. package/dist/Maze.d.ts +1 -1
  44. package/dist/Maze.js +58 -55
  45. package/dist/Megaphone.d.ts +1 -1
  46. package/dist/Megaphone.js +39 -34
  47. package/dist/MobilePhone.d.ts +1 -1
  48. package/dist/MobilePhone.js +84 -74
  49. package/dist/New.d.ts +1 -1
  50. package/dist/New.js +51 -46
  51. package/dist/NumberBlocks.d.ts +1 -1
  52. package/dist/NumberBlocks.js +270 -249
  53. package/dist/Onboarding.d.ts +1 -1
  54. package/dist/Onboarding.js +312 -252
  55. package/dist/Plant.d.ts +1 -1
  56. package/dist/Plant.js +59 -52
  57. package/dist/PortfolioProject.d.ts +1 -1
  58. package/dist/PortfolioProject.js +26 -23
  59. package/dist/PracticeProject.d.ts +1 -1
  60. package/dist/PracticeProject.js +34 -31
  61. package/dist/Puzzle.d.ts +1 -1
  62. package/dist/Puzzle.js +147 -142
  63. package/dist/Python.d.ts +1 -1
  64. package/dist/Python.js +13 -8
  65. package/dist/Sun.d.ts +1 -1
  66. package/dist/Sun.js +108 -100
  67. package/dist/Syllabus.d.ts +1 -1
  68. package/dist/Syllabus.js +340 -330
  69. package/dist/Target.d.ts +1 -1
  70. package/dist/Target.js +34 -29
  71. package/dist/TinyBlocks.d.ts +1 -1
  72. package/dist/TinyBlocks.js +10 -8
  73. package/package.json +5 -5
package/dist/ChatBox.js CHANGED
@@ -1,40 +1,45 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { jsxs as _jsxs } from "react/jsx-runtime";
2
4
  export var ChatBox = function ChatBox(_ref) {
3
5
  var ariaHidden = _ref['aria-hidden'],
4
6
  className = _ref.className,
5
7
  height = _ref.height,
6
8
  width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
9
+ return /*#__PURE__*/_jsxs("svg", {
8
10
  "aria-hidden": ariaHidden,
9
11
  className: className,
10
12
  width: width,
11
13
  height: height,
12
14
  viewBox: "0 0 48 48",
13
15
  fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg"
15
- }, /*#__PURE__*/React.createElement("title", null, "ChatBox Icon"), /*#__PURE__*/React.createElement("circle", {
16
- cx: "24",
17
- cy: "24",
18
- r: "23.5",
19
- fill: "white",
20
- stroke: "black"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- d: "M32.125 30.625H23.375L18.375 34.375V30.625H15.875C15.5435 30.625 15.2255 30.4933 14.9911 30.2589C14.7567 30.0245 14.625 29.7065 14.625 29.375V16.875C14.625 16.5435 14.7567 16.2255 14.9911 15.9911C15.2255 15.7567 15.5435 15.625 15.875 15.625H32.125C32.4565 15.625 32.7745 15.7567 33.0089 15.9911C33.2433 16.2255 33.375 16.5435 33.375 16.875V29.375C33.375 29.7065 33.2433 30.0245 33.0089 30.2589C32.7745 30.4933 32.4565 30.625 32.125 30.625Z",
23
- stroke: "black",
24
- strokeWidth: "1.25",
25
- strokeLinecap: "round",
26
- strokeLinejoin: "round"
27
- }), /*#__PURE__*/React.createElement("path", {
28
- d: "M18.375 21.25H29.625",
29
- stroke: "black",
30
- strokeWidth: "1.25",
31
- strokeLinecap: "round",
32
- strokeLinejoin: "round"
33
- }), /*#__PURE__*/React.createElement("path", {
34
- d: "M18.375 25H27.125",
35
- stroke: "black",
36
- strokeWidth: "1.25",
37
- strokeLinecap: "round",
38
- strokeLinejoin: "round"
39
- }));
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ children: [/*#__PURE__*/_jsx("title", {
18
+ children: "ChatBox Icon"
19
+ }), /*#__PURE__*/_jsx("circle", {
20
+ cx: "24",
21
+ cy: "24",
22
+ r: "23.5",
23
+ fill: "white",
24
+ stroke: "black"
25
+ }), /*#__PURE__*/_jsx("path", {
26
+ d: "M32.125 30.625H23.375L18.375 34.375V30.625H15.875C15.5435 30.625 15.2255 30.4933 14.9911 30.2589C14.7567 30.0245 14.625 29.7065 14.625 29.375V16.875C14.625 16.5435 14.7567 16.2255 14.9911 15.9911C15.2255 15.7567 15.5435 15.625 15.875 15.625H32.125C32.4565 15.625 32.7745 15.7567 33.0089 15.9911C33.2433 16.2255 33.375 16.5435 33.375 16.875V29.375C33.375 29.7065 33.2433 30.0245 33.0089 30.2589C32.7745 30.4933 32.4565 30.625 32.125 30.625Z",
27
+ stroke: "black",
28
+ strokeWidth: "1.25",
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ }), /*#__PURE__*/_jsx("path", {
32
+ d: "M18.375 21.25H29.625",
33
+ stroke: "black",
34
+ strokeWidth: "1.25",
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ d: "M18.375 25H27.125",
39
+ stroke: "black",
40
+ strokeWidth: "1.25",
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round"
43
+ })]
44
+ });
40
45
  };
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const CodeCelebration: React.FC<IllustrationProps>;
@@ -1,10 +1,12 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { jsxs as _jsxs } from "react/jsx-runtime";
2
4
  export var CodeCelebration = function CodeCelebration(_ref) {
3
5
  var ariaHidden = _ref['aria-hidden'],
4
6
  className = _ref.className,
5
7
  height = _ref.height,
6
8
  width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
9
+ return /*#__PURE__*/_jsxs("svg", {
8
10
  "aria-hidden": ariaHidden,
9
11
  className: className,
10
12
  height: height,
@@ -12,139 +14,145 @@ export var CodeCelebration = function CodeCelebration(_ref) {
12
14
  viewBox: "0 0 241 183",
13
15
  fill: "none",
14
16
  xmlns: "http://www.w3.org/2000/svg",
15
- xmlnsXlink: "http://www.w3.org/1999/xlink"
16
- }, /*#__PURE__*/React.createElement("path", {
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M.002 170.689c.623-17.538 18.504-29.928 31.897-25.482 8.468 2.812 14.715 8.22 23.975 1.764 6.155-4.292 7.537-12.705 11.787-21.538 12.64-26.264 60.609-26.241 75.095-10.124v55.38H.002Z",
20
- fill: "#10162F"
21
- }), /*#__PURE__*/React.createElement("rect", {
22
- x: "9.099",
23
- y: "93.697",
24
- width: "80.36",
25
- height: "80.36",
26
- rx: "40.18",
27
- transform: "rotate(-90 9.099 93.697)",
28
- fill: "#FFD300",
29
- stroke: "#10162F",
30
- strokeWidth: "1.103"
31
- }), /*#__PURE__*/React.createElement("path", {
32
- fill: "#fff",
33
- d: "M240.075 15.916v129.98H71.49V15.915z"
34
- }), /*#__PURE__*/React.createElement("path", {
35
- transform: "rotate(90 240.075 15.916)",
36
- fill: "url(#a)",
37
- d: "M240.075 15.916h129.979v168.585H240.075z"
38
- }), /*#__PURE__*/React.createElement("path", {
39
- stroke: "#10162F",
40
- strokeWidth: "1.103",
41
- d: "M240.075 15.916v129.98H71.49V15.915z"
42
- }), /*#__PURE__*/React.createElement("path", {
43
- d: "M240.146 138.02v16.602H71.489V138.02h168.657Z",
44
- fill: "#66C4FF",
45
- stroke: "#10162F",
46
- strokeWidth: "1.103"
47
- }), /*#__PURE__*/React.createElement("path", {
48
- d: "M168.171 153.995v16.856h-24.934v-16.856h24.934Z",
49
- fill: "#66C4FF",
50
- stroke: "#10162F",
51
- strokeWidth: "1.103"
52
- }), /*#__PURE__*/React.createElement("path", {
53
- d: "M208.965 170.98v11.294H.002V170.98h208.963Z",
54
- fill: "url(#b)"
55
- }), /*#__PURE__*/React.createElement("path", {
56
- d: "M174.562 24.567c0-2.736-.35-8.414-.381-11.15-.1-8.727 7.331-15.877 15.216-10.633 8.75 6.587-4.931 29.64 7.671 29.64 3.189 0 4.773-2.321 5.473-4.752 1.969-6.836-1.499-14.575 1.05-21.307 2.322-6.131 8.715-5.477 11.997-1.916 2.516 2.73 2.721 7.483 3.102 11.923.381 4.44.381 5.576.381 8.364",
57
- stroke: "#FFD300",
58
- strokeWidth: "1.103",
59
- strokeLinecap: "square",
60
- strokeLinejoin: "round"
61
- }), /*#__PURE__*/React.createElement("path", {
62
- d: "m184.271 100.403-49.009 15.38-19.616 6.155L137.402 52.5",
63
- fill: "#66C4FF"
64
- }), /*#__PURE__*/React.createElement("path", {
65
- d: "m184.271 100.403-49.009 15.38-19.616 6.155L137.402 52.5",
66
- stroke: "#10162F",
67
- strokeWidth: "1.103",
68
- strokeMiterlimit: "10"
69
- }), /*#__PURE__*/React.createElement("path", {
70
- d: "M187.215 98.892c5.085-5.085-1.654-20.07-15.053-33.468-13.398-13.4-28.383-20.139-33.468-15.054-5.085 5.086 1.654 20.07 15.053 33.469 13.399 13.399 28.383 20.138 33.468 15.053Z",
71
- fill: "#fff",
72
- stroke: "#10162F",
73
- strokeWidth: "1.103",
74
- strokeMiterlimit: "10"
75
- }), /*#__PURE__*/React.createElement("path", {
76
- d: "m131.828 70.292 5.574-17.79",
77
- stroke: "#10162F",
78
- strokeWidth: "1.103",
79
- strokeMiterlimit: "10"
80
- }), /*#__PURE__*/React.createElement("path", {
81
- d: "m158.524 108.482-23.262 7.3c-10.998-10.998-9.44-26.32-9.44-26.32l6.006-19.172s3.716 15.21 26.696 38.192Z",
82
- fill: "#fff",
83
- stroke: "#10162F",
84
- strokeWidth: "1.103",
85
- strokeMiterlimit: "10"
86
- }), /*#__PURE__*/React.createElement("path", {
87
- d: "m158.597 108.354-23.263 7.301c-10.998-10.998-9.44-26.321-9.44-26.321l6.007-19.17s3.715 15.21 26.696 38.19Z",
88
- fill: "url(#c)",
89
- stroke: "#10162F",
90
- strokeWidth: "1.103",
91
- strokeMiterlimit: "10"
92
- }), /*#__PURE__*/React.createElement("path", {
93
- d: "m135.191 116.066-.107-.107c-5.726-5.726-8.007-12.63-8.912-17.415-.981-5.18-.603-9.069-.599-9.107l.01-.05 6.274-20.023.213.868c.009.038.972 3.865 4.721 10.442 3.461 6.072 10.071 15.794 21.909 27.632l.291.291-.392.123-23.408 7.346Zm-9.125-26.556c-.03.335-.332 4.055.599 8.958.888 4.68 3.112 11.421 8.665 17.031l22.727-7.132c-11.709-11.759-18.268-21.421-21.716-27.475-2.791-4.9-4.049-8.295-4.52-9.748l-5.755 18.366Z",
94
- fill: "#10162F"
95
- }), /*#__PURE__*/React.createElement("path", {
96
- d: "M152.314 72.556s15.774-20.5 9.549-38.409M160.283 74.28s9.363-14.582 21.464-20.251M164.592 79.69s13.572-12.066 36.191-8.317",
97
- stroke: "#10162F",
98
- strokeWidth: "1.103",
99
- strokeMiterlimit: "10"
100
- }), /*#__PURE__*/React.createElement("path", {
101
- d: "M210.008 78.572a3.907 3.907 0 1 0 0-7.814 3.907 3.907 0 0 0 0 7.814ZM195.042 42.246l-1.553 4.578 2.892 3.875-4.834-.062-2.792 3.948-1.435-4.617-4.617-1.435 3.947-2.792-.061-4.834 3.874 2.892 4.579-1.553Z",
102
- fill: "#66C4FF",
103
- stroke: "#10162F",
104
- strokeWidth: "1.103",
105
- strokeMiterlimit: "10"
106
- }), /*#__PURE__*/React.createElement("path", {
107
- d: "M176.672 83.918s8.106-3.802 18.968-.41",
108
- stroke: "#10162F",
109
- strokeWidth: "1.103",
110
- strokeMiterlimit: "10"
111
- }), /*#__PURE__*/React.createElement("path", {
112
- d: "m194.256 125.599-5.229-5.228 3.696-3.865-14.67-4.55 4.549 15.135 4.445-4.649 5.184 5.183 2.025-2.026Z",
113
- fill: "#FFD300",
114
- stroke: "#10162F",
115
- strokeWidth: "1.103",
116
- strokeMiterlimit: "10"
117
- }), /*#__PURE__*/React.createElement("path", {
118
- fill: "#FFD300",
119
- d: "m102.945 20.677-7.892-7.892-7.892 7.892 7.892 7.892zM124.49 22.72l-5.58-9.667-9.666 5.581 5.58 9.666zM142.135 26.248V15.107h-11.373v11.14z"
120
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("pattern", {
121
- id: "a",
122
- patternContentUnits: "objectBoundingBox",
123
- width: ".269",
124
- height: ".208"
125
- }, /*#__PURE__*/React.createElement("use", {
126
- xlinkHref: "#d",
127
- transform: "scale(.0042 .00325)"
128
- })), /*#__PURE__*/React.createElement("pattern", {
129
- id: "b",
130
- patternContentUnits: "objectBoundingBox",
131
- width: "3.126",
132
- height: ".169"
133
- }, /*#__PURE__*/React.createElement("use", {
134
- xlinkHref: "#d",
135
- transform: "scale(.04885 .00264)"
136
- })), /*#__PURE__*/React.createElement("pattern", {
137
- id: "c",
138
- patternContentUnits: "objectBoundingBox",
139
- width: "1.077",
140
- height: ".776"
141
- }, /*#__PURE__*/React.createElement("use", {
142
- xlinkHref: "#d",
143
- transform: "scale(.01683 .01213)"
144
- })), /*#__PURE__*/React.createElement("image", {
145
- id: "d",
146
- width: "64",
147
- height: "64",
148
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACkSURBVHgB7dcxEsIwDAVR6f53Boo/FNBkPEkYrN3Xye3+xlVVz/pEu/XmEqgsr3AJVJZXuAQqyytcApXlFS6ByvIKl0BleYVLoLK8wiVQWV5BK/8oheWh+vuBVh67BMsXVB/cuPKYJVj+4B6rF29c+bFLsPziPUafvHHlxyzB8ifvbfXFN678tkuw/MX3NvrmG1d+myVY/ub7b/WPb1z5sb/CJS8ZOf4BH9R+4AAAAABJRU5ErkJggg=="
149
- })));
17
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
18
+ children: [/*#__PURE__*/_jsx("path", {
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "M.002 170.689c.623-17.538 18.504-29.928 31.897-25.482 8.468 2.812 14.715 8.22 23.975 1.764 6.155-4.292 7.537-12.705 11.787-21.538 12.64-26.264 60.609-26.241 75.095-10.124v55.38H.002Z",
22
+ fill: "#10162F"
23
+ }), /*#__PURE__*/_jsx("rect", {
24
+ x: "9.099",
25
+ y: "93.697",
26
+ width: "80.36",
27
+ height: "80.36",
28
+ rx: "40.18",
29
+ transform: "rotate(-90 9.099 93.697)",
30
+ fill: "#FFD300",
31
+ stroke: "#10162F",
32
+ strokeWidth: "1.103"
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ fill: "#fff",
35
+ d: "M240.075 15.916v129.98H71.49V15.915z"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ transform: "rotate(90 240.075 15.916)",
38
+ fill: "url(#a)",
39
+ d: "M240.075 15.916h129.979v168.585H240.075z"
40
+ }), /*#__PURE__*/_jsx("path", {
41
+ stroke: "#10162F",
42
+ strokeWidth: "1.103",
43
+ d: "M240.075 15.916v129.98H71.49V15.915z"
44
+ }), /*#__PURE__*/_jsx("path", {
45
+ d: "M240.146 138.02v16.602H71.489V138.02h168.657Z",
46
+ fill: "#66C4FF",
47
+ stroke: "#10162F",
48
+ strokeWidth: "1.103"
49
+ }), /*#__PURE__*/_jsx("path", {
50
+ d: "M168.171 153.995v16.856h-24.934v-16.856h24.934Z",
51
+ fill: "#66C4FF",
52
+ stroke: "#10162F",
53
+ strokeWidth: "1.103"
54
+ }), /*#__PURE__*/_jsx("path", {
55
+ d: "M208.965 170.98v11.294H.002V170.98h208.963Z",
56
+ fill: "url(#b)"
57
+ }), /*#__PURE__*/_jsx("path", {
58
+ d: "M174.562 24.567c0-2.736-.35-8.414-.381-11.15-.1-8.727 7.331-15.877 15.216-10.633 8.75 6.587-4.931 29.64 7.671 29.64 3.189 0 4.773-2.321 5.473-4.752 1.969-6.836-1.499-14.575 1.05-21.307 2.322-6.131 8.715-5.477 11.997-1.916 2.516 2.73 2.721 7.483 3.102 11.923.381 4.44.381 5.576.381 8.364",
59
+ stroke: "#FFD300",
60
+ strokeWidth: "1.103",
61
+ strokeLinecap: "square",
62
+ strokeLinejoin: "round"
63
+ }), /*#__PURE__*/_jsx("path", {
64
+ d: "m184.271 100.403-49.009 15.38-19.616 6.155L137.402 52.5",
65
+ fill: "#66C4FF"
66
+ }), /*#__PURE__*/_jsx("path", {
67
+ d: "m184.271 100.403-49.009 15.38-19.616 6.155L137.402 52.5",
68
+ stroke: "#10162F",
69
+ strokeWidth: "1.103",
70
+ strokeMiterlimit: "10"
71
+ }), /*#__PURE__*/_jsx("path", {
72
+ d: "M187.215 98.892c5.085-5.085-1.654-20.07-15.053-33.468-13.398-13.4-28.383-20.139-33.468-15.054-5.085 5.086 1.654 20.07 15.053 33.469 13.399 13.399 28.383 20.138 33.468 15.053Z",
73
+ fill: "#fff",
74
+ stroke: "#10162F",
75
+ strokeWidth: "1.103",
76
+ strokeMiterlimit: "10"
77
+ }), /*#__PURE__*/_jsx("path", {
78
+ d: "m131.828 70.292 5.574-17.79",
79
+ stroke: "#10162F",
80
+ strokeWidth: "1.103",
81
+ strokeMiterlimit: "10"
82
+ }), /*#__PURE__*/_jsx("path", {
83
+ d: "m158.524 108.482-23.262 7.3c-10.998-10.998-9.44-26.32-9.44-26.32l6.006-19.172s3.716 15.21 26.696 38.192Z",
84
+ fill: "#fff",
85
+ stroke: "#10162F",
86
+ strokeWidth: "1.103",
87
+ strokeMiterlimit: "10"
88
+ }), /*#__PURE__*/_jsx("path", {
89
+ d: "m158.597 108.354-23.263 7.301c-10.998-10.998-9.44-26.321-9.44-26.321l6.007-19.17s3.715 15.21 26.696 38.19Z",
90
+ fill: "url(#c)",
91
+ stroke: "#10162F",
92
+ strokeWidth: "1.103",
93
+ strokeMiterlimit: "10"
94
+ }), /*#__PURE__*/_jsx("path", {
95
+ d: "m135.191 116.066-.107-.107c-5.726-5.726-8.007-12.63-8.912-17.415-.981-5.18-.603-9.069-.599-9.107l.01-.05 6.274-20.023.213.868c.009.038.972 3.865 4.721 10.442 3.461 6.072 10.071 15.794 21.909 27.632l.291.291-.392.123-23.408 7.346Zm-9.125-26.556c-.03.335-.332 4.055.599 8.958.888 4.68 3.112 11.421 8.665 17.031l22.727-7.132c-11.709-11.759-18.268-21.421-21.716-27.475-2.791-4.9-4.049-8.295-4.52-9.748l-5.755 18.366Z",
96
+ fill: "#10162F"
97
+ }), /*#__PURE__*/_jsx("path", {
98
+ d: "M152.314 72.556s15.774-20.5 9.549-38.409M160.283 74.28s9.363-14.582 21.464-20.251M164.592 79.69s13.572-12.066 36.191-8.317",
99
+ stroke: "#10162F",
100
+ strokeWidth: "1.103",
101
+ strokeMiterlimit: "10"
102
+ }), /*#__PURE__*/_jsx("path", {
103
+ d: "M210.008 78.572a3.907 3.907 0 1 0 0-7.814 3.907 3.907 0 0 0 0 7.814ZM195.042 42.246l-1.553 4.578 2.892 3.875-4.834-.062-2.792 3.948-1.435-4.617-4.617-1.435 3.947-2.792-.061-4.834 3.874 2.892 4.579-1.553Z",
104
+ fill: "#66C4FF",
105
+ stroke: "#10162F",
106
+ strokeWidth: "1.103",
107
+ strokeMiterlimit: "10"
108
+ }), /*#__PURE__*/_jsx("path", {
109
+ d: "M176.672 83.918s8.106-3.802 18.968-.41",
110
+ stroke: "#10162F",
111
+ strokeWidth: "1.103",
112
+ strokeMiterlimit: "10"
113
+ }), /*#__PURE__*/_jsx("path", {
114
+ d: "m194.256 125.599-5.229-5.228 3.696-3.865-14.67-4.55 4.549 15.135 4.445-4.649 5.184 5.183 2.025-2.026Z",
115
+ fill: "#FFD300",
116
+ stroke: "#10162F",
117
+ strokeWidth: "1.103",
118
+ strokeMiterlimit: "10"
119
+ }), /*#__PURE__*/_jsx("path", {
120
+ fill: "#FFD300",
121
+ d: "m102.945 20.677-7.892-7.892-7.892 7.892 7.892 7.892zM124.49 22.72l-5.58-9.667-9.666 5.581 5.58 9.666zM142.135 26.248V15.107h-11.373v11.14z"
122
+ }), /*#__PURE__*/_jsxs("defs", {
123
+ children: [/*#__PURE__*/_jsx("pattern", {
124
+ id: "a",
125
+ patternContentUnits: "objectBoundingBox",
126
+ width: ".269",
127
+ height: ".208",
128
+ children: /*#__PURE__*/_jsx("use", {
129
+ xlinkHref: "#d",
130
+ transform: "scale(.0042 .00325)"
131
+ })
132
+ }), /*#__PURE__*/_jsx("pattern", {
133
+ id: "b",
134
+ patternContentUnits: "objectBoundingBox",
135
+ width: "3.126",
136
+ height: ".169",
137
+ children: /*#__PURE__*/_jsx("use", {
138
+ xlinkHref: "#d",
139
+ transform: "scale(.04885 .00264)"
140
+ })
141
+ }), /*#__PURE__*/_jsx("pattern", {
142
+ id: "c",
143
+ patternContentUnits: "objectBoundingBox",
144
+ width: "1.077",
145
+ height: ".776",
146
+ children: /*#__PURE__*/_jsx("use", {
147
+ xlinkHref: "#d",
148
+ transform: "scale(.01683 .01213)"
149
+ })
150
+ }), /*#__PURE__*/_jsx("image", {
151
+ id: "d",
152
+ width: "64",
153
+ height: "64",
154
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACkSURBVHgB7dcxEsIwDAVR6f53Boo/FNBkPEkYrN3Xye3+xlVVz/pEu/XmEqgsr3AJVJZXuAQqyytcApXlFS6ByvIKl0BleYVLoLK8wiVQWV5BK/8oheWh+vuBVh67BMsXVB/cuPKYJVj+4B6rF29c+bFLsPziPUafvHHlxyzB8ifvbfXFN678tkuw/MX3NvrmG1d+myVY/ub7b/WPb1z5sb/CJS8ZOf4BH9R+4AAAAABJRU5ErkJggg=="
155
+ })]
156
+ })]
157
+ });
150
158
  };
package/dist/Coffee.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Coffee: React.FC<IllustrationProps>;
package/dist/Coffee.js CHANGED
@@ -1,10 +1,12 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { jsxs as _jsxs } from "react/jsx-runtime";
2
4
  export var Coffee = function Coffee(_ref) {
3
5
  var ariaHidden = _ref['aria-hidden'],
4
6
  className = _ref.className,
5
7
  height = _ref.height,
6
8
  width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
9
+ return /*#__PURE__*/_jsxs("svg", {
8
10
  "aria-hidden": ariaHidden,
9
11
  className: className,
10
12
  width: width,
@@ -12,43 +14,50 @@ export var Coffee = function Coffee(_ref) {
12
14
  viewBox: "0 0 48 73",
13
15
  fill: "none",
14
16
  xmlns: "http://www.w3.org/2000/svg",
15
- xmlnsXlink: "http://www.w3.org/1999/xlink"
16
- }, /*#__PURE__*/React.createElement("title", null, "Coffee Illustration"), /*#__PURE__*/React.createElement("path", {
17
- d: "M1 28.124h36v37.05c0 1.578-.777 3.091-2.16 4.207-1.385 1.116-3.261 1.743-5.218 1.743H8.378c-1.957 0-3.834-.627-5.217-1.743C1.777 68.265 1 66.751 1 65.174v-37.05ZM37 51.15h4.055c.65-.002 1.273-.252 1.732-.696a2.331 2.331 0 0 0 .716-1.675V45.22c0-.628-.257-1.23-.716-1.675a2.495 2.495 0 0 0-1.732-.695H37V39h4.79c.684 0 1.362.13 1.994.383a5.223 5.223 0 0 1 1.69 1.091 5.026 5.026 0 0 1 1.13 1.635c.262.612.397 1.267.396 1.929v5.924c0 .662-.134 1.317-.396 1.929a5.026 5.026 0 0 1-1.13 1.635 5.22 5.22 0 0 1-1.69 1.091A5.363 5.363 0 0 1 41.79 55H37v-3.85Z",
18
- fill: "#fff",
19
- stroke: "#10162F",
20
- strokeWidth: "1.5"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- d: "M22.311 11.876H7.557v15.702h14.754V11.876Z",
23
- fill: "url(#a)"
24
- }), /*#__PURE__*/React.createElement("path", {
25
- d: "M33.754 0H19v14.05h14.754V0Z",
26
- fill: "url(#b)"
27
- }), /*#__PURE__*/React.createElement("path", {
28
- d: "M1 62v2.47a7.61 7.61 0 0 0 2.16 5.324A7.303 7.303 0 0 0 8.379 72h21.244a7.303 7.303 0 0 0 5.217-2.206A7.61 7.61 0 0 0 37 64.47V62H1Z",
29
- fill: "#fff",
30
- stroke: "#10162F",
31
- strokeWidth: "1.5"
32
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("pattern", {
33
- id: "a",
34
- patternContentUnits: "objectBoundingBox",
35
- width: ".542",
36
- height: ".509"
37
- }, /*#__PURE__*/React.createElement("use", {
38
- xlinkHref: "#c",
39
- transform: "scale(.06778 .06368)"
40
- })), /*#__PURE__*/React.createElement("pattern", {
41
- id: "b",
42
- patternContentUnits: "objectBoundingBox",
43
- width: ".542",
44
- height: ".569"
45
- }, /*#__PURE__*/React.createElement("use", {
46
- xlinkHref: "#c",
47
- transform: "scale(.06778 .07118)"
48
- })), /*#__PURE__*/React.createElement("image", {
49
- id: "c",
50
- width: "8",
51
- height: "8",
52
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBzc4xAQAAAAEwEVxq6J+OGCzBQDk4MzgV8D0CqU26KA8AAAAASUVORK5CYII="
53
- })));
17
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
18
+ children: [/*#__PURE__*/_jsx("title", {
19
+ children: "Coffee Illustration"
20
+ }), /*#__PURE__*/_jsx("path", {
21
+ d: "M1 28.124h36v37.05c0 1.578-.777 3.091-2.16 4.207-1.385 1.116-3.261 1.743-5.218 1.743H8.378c-1.957 0-3.834-.627-5.217-1.743C1.777 68.265 1 66.751 1 65.174v-37.05ZM37 51.15h4.055c.65-.002 1.273-.252 1.732-.696a2.331 2.331 0 0 0 .716-1.675V45.22c0-.628-.257-1.23-.716-1.675a2.495 2.495 0 0 0-1.732-.695H37V39h4.79c.684 0 1.362.13 1.994.383a5.223 5.223 0 0 1 1.69 1.091 5.026 5.026 0 0 1 1.13 1.635c.262.612.397 1.267.396 1.929v5.924c0 .662-.134 1.317-.396 1.929a5.026 5.026 0 0 1-1.13 1.635 5.22 5.22 0 0 1-1.69 1.091A5.363 5.363 0 0 1 41.79 55H37v-3.85Z",
22
+ fill: "#fff",
23
+ stroke: "#10162F",
24
+ strokeWidth: "1.5"
25
+ }), /*#__PURE__*/_jsx("path", {
26
+ d: "M22.311 11.876H7.557v15.702h14.754V11.876Z",
27
+ fill: "url(#a)"
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ d: "M33.754 0H19v14.05h14.754V0Z",
30
+ fill: "url(#b)"
31
+ }), /*#__PURE__*/_jsx("path", {
32
+ d: "M1 62v2.47a7.61 7.61 0 0 0 2.16 5.324A7.303 7.303 0 0 0 8.379 72h21.244a7.303 7.303 0 0 0 5.217-2.206A7.61 7.61 0 0 0 37 64.47V62H1Z",
33
+ fill: "#fff",
34
+ stroke: "#10162F",
35
+ strokeWidth: "1.5"
36
+ }), /*#__PURE__*/_jsxs("defs", {
37
+ children: [/*#__PURE__*/_jsx("pattern", {
38
+ id: "a",
39
+ patternContentUnits: "objectBoundingBox",
40
+ width: ".542",
41
+ height: ".509",
42
+ children: /*#__PURE__*/_jsx("use", {
43
+ xlinkHref: "#c",
44
+ transform: "scale(.06778 .06368)"
45
+ })
46
+ }), /*#__PURE__*/_jsx("pattern", {
47
+ id: "b",
48
+ patternContentUnits: "objectBoundingBox",
49
+ width: ".542",
50
+ height: ".569",
51
+ children: /*#__PURE__*/_jsx("use", {
52
+ xlinkHref: "#c",
53
+ transform: "scale(.06778 .07118)"
54
+ })
55
+ }), /*#__PURE__*/_jsx("image", {
56
+ id: "c",
57
+ width: "8",
58
+ height: "8",
59
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBzc4xAQAAAAEwEVxq6J+OGCzBQDk4MzgV8D0CqU26KA8AAAAASUVORK5CYII="
60
+ })]
61
+ })]
62
+ });
54
63
  };
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Confetti: React.FC<IllustrationProps>;