@codecademy/gamut-illustrations 0.21.0 → 0.21.1-alpha.a809e8.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 (58) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
  3. package/dist/Bee.d.ts +0 -3
  4. package/dist/Bee.js +0 -122
  5. package/dist/Bell.d.ts +0 -3
  6. package/dist/Bell.js +0 -40
  7. package/dist/BinaryBlocks.d.ts +0 -3
  8. package/dist/BinaryBlocks.js +0 -125
  9. package/dist/Browser.d.ts +0 -3
  10. package/dist/Browser.js +0 -71
  11. package/dist/BrowserLock.d.ts +0 -3
  12. package/dist/BrowserLock.js +0 -40
  13. package/dist/BrowserPuzzle.d.ts +0 -3
  14. package/dist/BrowserPuzzle.js +0 -63
  15. package/dist/ChatBox.d.ts +0 -3
  16. package/dist/ChatBox.js +0 -40
  17. package/dist/Confetti.d.ts +0 -3
  18. package/dist/Confetti.js +0 -89
  19. package/dist/EmailAt.d.ts +0 -3
  20. package/dist/EmailAt.js +0 -34
  21. package/dist/Envelope.d.ts +0 -3
  22. package/dist/Envelope.js +0 -34
  23. package/dist/Heart.d.ts +0 -3
  24. package/dist/Heart.js +0 -28
  25. package/dist/Hills.d.ts +0 -3
  26. package/dist/Hills.js +0 -47
  27. package/dist/HomeOffice.d.ts +0 -3
  28. package/dist/HomeOffice.js +0 -108
  29. package/dist/Keyhole.d.ts +0 -3
  30. package/dist/Keyhole.js +0 -28
  31. package/dist/Maze.d.ts +0 -3
  32. package/dist/Maze.js +0 -67
  33. package/dist/Megaphone.d.ts +0 -3
  34. package/dist/Megaphone.js +0 -46
  35. package/dist/New.d.ts +0 -3
  36. package/dist/New.js +0 -58
  37. package/dist/NumberBlocks.d.ts +0 -3
  38. package/dist/NumberBlocks.js +0 -261
  39. package/dist/Onboarding.d.ts +0 -3
  40. package/dist/Onboarding.js +0 -266
  41. package/dist/Plant.d.ts +0 -3
  42. package/dist/Plant.js +0 -64
  43. package/dist/PortfolioProject.d.ts +0 -3
  44. package/dist/PortfolioProject.js +0 -35
  45. package/dist/PracticeProject.d.ts +0 -3
  46. package/dist/PracticeProject.js +0 -43
  47. package/dist/Python.d.ts +0 -3
  48. package/dist/Python.js +0 -20
  49. package/dist/Sun.d.ts +0 -3
  50. package/dist/Sun.js +0 -113
  51. package/dist/Target.d.ts +0 -3
  52. package/dist/Target.js +0 -41
  53. package/dist/__tests__/gamut-illustrations.test.d.ts +0 -1
  54. package/dist/__tests__/gamut-illustrations.test.js +0 -32
  55. package/dist/index.d.ts +0 -26
  56. package/dist/index.js +0 -26
  57. package/dist/types.d.ts +0 -12
  58. package/dist/types.js +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [0.21.1-alpha.a809e8.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.21.0...@codecademy/gamut-illustrations@0.21.1-alpha.a809e8.0) (2022-01-06)
7
+
8
+ **Note:** Version bump only for package @codecademy/gamut-illustrations
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.21.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.20.3...@codecademy/gamut-illustrations@0.21.0) (2021-12-14)
7
15
 
8
16
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "url": "https://github.com/Codecademy/gamut/issues"
5
5
  },
6
6
  "dependencies": {
7
- "@codecademy/gamut-styles": "^12.1.1",
7
+ "@codecademy/gamut-styles": "12.1.2-alpha.a809e8.0",
8
8
  "classnames": "^2.2.5"
9
9
  },
10
10
  "description": "Illustrations library for Codecademy",
@@ -41,6 +41,6 @@
41
41
  "dist/**/[A-Z]**/[A-Z]*.js",
42
42
  "dist/**/[A-Z]**/index.js"
43
43
  ],
44
- "version": "0.21.0",
45
- "gitHead": "4d193b00038be2215576232412bd594411b87935"
44
+ "version": "0.21.1-alpha.a809e8.0",
45
+ "gitHead": "7be5114e0f5a72b7d5835c0312490f467646a903"
46
46
  }
package/dist/Bee.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const Bee: React.FC<IllustrationProps>;
package/dist/Bee.js DELETED
@@ -1,122 +0,0 @@
1
- import React from 'react';
2
- export var Bee = function Bee(_ref) {
3
- var ariaHidden = _ref['aria-hidden'],
4
- className = _ref.className,
5
- height = _ref.height,
6
- width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
8
- "aria-hidden": ariaHidden,
9
- className: className,
10
- width: width,
11
- height: height,
12
- viewBox: "0 0 80 60",
13
- fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg",
15
- xmlnsXlink: "http://www.w3.org/1999/xlink"
16
- }, /*#__PURE__*/React.createElement("title", null, "Bee Illustration"), /*#__PURE__*/React.createElement("path", {
17
- d: "M43.6726 13.6659V6.87367",
18
- stroke: "#10162F"
19
- }), /*#__PURE__*/React.createElement("circle", {
20
- cx: "43.6726",
21
- cy: "6.35117",
22
- r: "1.85117",
23
- fill: "white",
24
- stroke: "#10162F"
25
- }), /*#__PURE__*/React.createElement("path", {
26
- d: "M36.3579 13.6659V6.87367",
27
- stroke: "#10162F"
28
- }), /*#__PURE__*/React.createElement("circle", {
29
- cx: "36.3579",
30
- cy: "6.35117",
31
- r: "1.85117",
32
- fill: "white",
33
- stroke: "#10162F"
34
- }), /*#__PURE__*/React.createElement("rect", {
35
- x: "29.5",
36
- y: "13.1667",
37
- width: "21.2857",
38
- height: "42.3334",
39
- rx: "10.6429",
40
- fill: "white",
41
- stroke: "#10162F"
42
- }), /*#__PURE__*/React.createElement("rect", {
43
- x: "30.9916",
44
- y: "42.7578",
45
- width: "19.3789",
46
- height: "3.22982",
47
- fill: "url(#pattern0)"
48
- }), /*#__PURE__*/React.createElement("rect", {
49
- x: "30.9916",
50
- y: "34.145",
51
- width: "18.3023",
52
- height: "3.22982",
53
- fill: "url(#pattern1)"
54
- }), /*#__PURE__*/React.createElement("rect", {
55
- x: "30.9916",
56
- y: "24.4555",
57
- width: "18.3023",
58
- height: "3.22982",
59
- fill: "url(#pattern2)"
60
- }), /*#__PURE__*/React.createElement("mask", {
61
- id: "path-9-inside-1",
62
- fill: "white"
63
- }, /*#__PURE__*/React.createElement("path", {
64
- fillRule: "evenodd",
65
- clipRule: "evenodd",
66
- d: "M63.2128 27.2924L40.0592 21.5569L49.6683 42.7751C50.3525 44.6772 51.5366 46.4277 53.2014 47.8154C58.1887 51.9724 65.6016 51.2994 69.7586 46.3121C73.9156 41.3248 73.2425 33.912 68.2553 29.755C67.0864 28.7807 65.7843 28.0717 64.4221 27.6214L64.4424 27.597L63.9124 27.4657C63.6805 27.4007 63.4472 27.3429 63.2128 27.2924Z"
67
- })), /*#__PURE__*/React.createElement("path", {
68
- fillRule: "evenodd",
69
- clipRule: "evenodd",
70
- d: "M63.2128 27.2924L40.0592 21.5569L49.6683 42.7751C50.3525 44.6772 51.5366 46.4277 53.2014 47.8154C58.1887 51.9724 65.6016 51.2994 69.7586 46.3121C73.9156 41.3248 73.2425 33.912 68.2553 29.755C67.0864 28.7807 65.7843 28.0717 64.4221 27.6214L64.4424 27.597L63.9124 27.4657C63.6805 27.4007 63.4472 27.3429 63.2128 27.2924Z",
71
- fill: "white"
72
- }), /*#__PURE__*/React.createElement("path", {
73
- d: "M40.0592 21.5569L40.2996 20.5862L38.2972 20.0902L39.1482 21.9694L40.0592 21.5569ZM63.2128 27.2924L62.9724 28.2631L62.9873 28.2668L63.0023 28.27L63.2128 27.2924ZM49.6683 42.7751L50.6093 42.4367L50.5958 42.399L50.5793 42.3626L49.6683 42.7751ZM64.4221 27.6214L63.654 26.9812L62.7132 28.1098L64.1082 28.5709L64.4221 27.6214ZM64.4424 27.597L65.2106 28.2373L66.2332 27.0104L64.6829 26.6264L64.4424 27.597ZM63.9124 27.4657L63.6421 28.4285L63.657 28.4327L63.6719 28.4364L63.9124 27.4657ZM39.8187 22.5275L62.9724 28.2631L63.4533 26.3218L40.2996 20.5862L39.8187 22.5275ZM50.5793 42.3626L40.9701 21.1443L39.1482 21.9694L48.7574 43.1877L50.5793 42.3626ZM53.8417 47.0473C52.3172 45.7766 51.2349 44.1758 50.6093 42.4367L48.7273 43.1136C49.4701 45.1785 50.7559 47.0789 52.5612 48.5836L53.8417 47.0473ZM68.9904 45.6718C65.1871 50.2349 58.4047 50.8507 53.8417 47.0473L52.5612 48.5836C57.9727 53.0942 66.0161 52.3639 70.5267 46.9524L68.9904 45.6718ZM67.615 30.5231C72.178 34.3265 72.7938 41.1088 68.9904 45.6718L70.5267 46.9524C75.0374 41.5409 74.307 33.4974 68.8955 28.9868L67.615 30.5231ZM64.1082 28.5709C65.3532 28.9824 66.5442 29.6305 67.615 30.5231L68.8955 28.9868C67.6287 27.9308 66.2154 27.161 64.736 26.672L64.1082 28.5709ZM63.6743 26.9568L63.654 26.9812L65.1903 28.2617L65.2106 28.2373L63.6743 26.9568ZM63.6719 28.4364L64.202 28.5677L64.6829 26.6264L64.1528 26.4951L63.6719 28.4364ZM63.0023 28.27C63.2167 28.3162 63.4301 28.369 63.6421 28.4285L64.1826 26.5029C63.9309 26.4323 63.6777 26.3696 63.4233 26.3148L63.0023 28.27Z",
74
- fill: "#10162F",
75
- mask: "url(#path-9-inside-1)"
76
- }), /*#__PURE__*/React.createElement("mask", {
77
- id: "path-11-inside-2",
78
- fill: "white"
79
- }, /*#__PURE__*/React.createElement("path", {
80
- fillRule: "evenodd",
81
- clipRule: "evenodd",
82
- d: "M30.4347 43.2806L40.1744 21.5083L17.5917 27.2127C15.5985 27.5495 13.6659 28.4054 12.0054 29.7987C7.03182 33.972 6.38308 41.3871 10.5564 46.3606C14.7298 51.3342 22.1448 51.983 27.1184 47.8096C28.284 46.8316 29.2121 45.6754 29.8963 44.4144L29.9166 44.4387L30.1389 43.9417C30.2445 43.724 30.3431 43.5035 30.4347 43.2806Z"
83
- })), /*#__PURE__*/React.createElement("path", {
84
- fillRule: "evenodd",
85
- clipRule: "evenodd",
86
- d: "M30.4347 43.2806L40.1744 21.5083L17.5917 27.2127C15.5985 27.5495 13.6659 28.4054 12.0054 29.7987C7.03182 33.972 6.38308 41.3871 10.5564 46.3606C14.7298 51.3342 22.1448 51.983 27.1184 47.8096C28.284 46.8316 29.2121 45.6754 29.8963 44.4144L29.9166 44.4387L30.1389 43.9417C30.2445 43.724 30.3431 43.5035 30.4347 43.2806Z",
87
- fill: "white"
88
- }), /*#__PURE__*/React.createElement("path", {
89
- d: "M40.1744 21.5083L41.0873 21.9166L41.9297 20.0335L39.9295 20.5387L40.1744 21.5083ZM30.4347 43.2806L29.5219 42.8723L29.5155 42.8864L29.5097 42.9007L30.4347 43.2806ZM17.5917 27.2127L17.7584 28.1987L17.7978 28.192L17.8366 28.1822L17.5917 27.2127ZM29.8963 44.4144L30.6623 43.7716L29.7179 42.6461L29.0173 43.9375L29.8963 44.4144ZM29.9166 44.4387L29.1506 45.0815L30.1772 46.305L30.8295 44.847L29.9166 44.4387ZM30.1389 43.9417L29.2392 43.5053L29.2324 43.5192L29.2261 43.5334L30.1389 43.9417ZM39.2616 21.0999L29.5219 42.8723L31.3475 43.6889L41.0873 21.9166L39.2616 21.0999ZM17.8366 28.1822L40.4194 22.4778L39.9295 20.5387L17.3468 26.2431L17.8366 28.1822ZM12.6482 30.5647C14.1687 29.2889 15.9358 28.5067 17.7584 28.1987L17.4251 26.2266C15.2612 26.5924 13.1631 27.5218 11.3626 29.0326L12.6482 30.5647ZM11.3225 45.7179C7.50413 41.1673 8.09768 34.383 12.6482 30.5647L11.3626 29.0326C5.96596 33.561 5.26204 41.6068 9.79038 47.0034L11.3225 45.7179ZM26.4756 47.0436C21.9251 50.8619 15.1408 50.2684 11.3225 45.7179L9.79038 47.0034C14.3187 52.4001 22.3645 53.104 27.7612 48.5757L26.4756 47.0436ZM29.0173 43.9375C28.392 45.09 27.5435 46.1475 26.4756 47.0436L27.7612 48.5757C29.0246 47.5156 30.0322 46.2608 30.7752 44.8912L29.0173 43.9375ZM30.6827 43.7959L30.6623 43.7716L29.1302 45.0572L29.1506 45.0815L30.6827 43.7959ZM29.2261 43.5334L29.0038 44.0303L30.8295 44.847L31.0518 44.3501L29.2261 43.5334ZM29.5097 42.9007C29.4259 43.1045 29.3358 43.3062 29.2392 43.5053L31.0387 44.3781C31.1533 44.1418 31.2603 43.9024 31.3597 43.6605L29.5097 42.9007Z",
90
- fill: "#10162F",
91
- mask: "url(#path-11-inside-2)"
92
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("pattern", {
93
- id: "pattern0",
94
- patternContentUnits: "objectBoundingBox",
95
- width: "3.30256",
96
- height: "19.8153"
97
- }, /*#__PURE__*/React.createElement("use", {
98
- xlinkHref: "#image0",
99
- transform: "scale(0.0516025 0.309615)"
100
- })), /*#__PURE__*/React.createElement("pattern", {
101
- id: "pattern1",
102
- patternContentUnits: "objectBoundingBox",
103
- width: "3.49683",
104
- height: "19.8153"
105
- }, /*#__PURE__*/React.createElement("use", {
106
- xlinkHref: "#image0",
107
- transform: "scale(0.0546379 0.309615)"
108
- })), /*#__PURE__*/React.createElement("pattern", {
109
- id: "pattern2",
110
- patternContentUnits: "objectBoundingBox",
111
- width: "3.49683",
112
- height: "19.8153"
113
- }, /*#__PURE__*/React.createElement("use", {
114
- xlinkHref: "#image0",
115
- transform: "scale(0.0546379 0.309615)"
116
- })), /*#__PURE__*/React.createElement("image", {
117
- id: "image0",
118
- width: "64",
119
- height: "64",
120
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACkSURBVHgB7dcxEsIwDAVR6f53Boo/FNBkPEkYrN3Xye3+xlVVz/pEu/XmEqgsr3AJVJZXuAQqyytcApXlFS6ByvIKl0BleYVLoLK8wiVQWV5BK/8oheWh+vuBVh67BMsXVB/cuPKYJVj+4B6rF29c+bFLsPziPUafvHHlxyzB8ifvbfXFN678tkuw/MX3NvrmG1d+myVY/ub7b/WPb1z5sb/CJS8ZOf4BH9R+4AAAAABJRU5ErkJggg=="
121
- })));
122
- };
package/dist/Bell.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const Bell: React.FC<IllustrationProps>;
package/dist/Bell.js DELETED
@@ -1,40 +0,0 @@
1
- import React from 'react';
2
- export var Bell = function Bell(_ref) {
3
- var ariaHidden = _ref['aria-hidden'],
4
- className = _ref.className,
5
- height = _ref.height,
6
- width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
8
- "aria-hidden": ariaHidden,
9
- className: className,
10
- height: height,
11
- width: width,
12
- viewBox: "0 0 48 48",
13
- fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg"
15
- }, /*#__PURE__*/React.createElement("title", null, "Bell Icon"), /*#__PURE__*/React.createElement("circle", {
16
- cx: "24",
17
- cy: "24",
18
- r: "23.5",
19
- fill: "white",
20
- stroke: "#10162F"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- d: "M22.3334 32.125C22.4392 32.4856 22.659 32.8022 22.9598 33.0274C23.2607 33.2526 23.6263 33.3743 24.0021 33.3743C24.3779 33.3743 24.7436 33.2526 25.0444 33.0274C25.3452 32.8022 25.565 32.4856 25.6709 32.125",
23
- stroke: "black",
24
- strokeWidth: "1.25",
25
- strokeLinecap: "round",
26
- strokeLinejoin: "round"
27
- }), /*#__PURE__*/React.createElement("path", {
28
- d: "M24 16.5V14.625",
29
- stroke: "black",
30
- strokeWidth: "1.25",
31
- strokeLinecap: "round",
32
- strokeLinejoin: "round"
33
- }), /*#__PURE__*/React.createElement("path", {
34
- d: "M24 16.5C25.6576 16.5 27.2473 17.1585 28.4194 18.3306C29.5915 19.5027 30.25 21.0924 30.25 22.75C30.25 28.6217 31.5 29.625 31.5 29.625H16.5C16.5 29.625 17.75 28.0283 17.75 22.75C17.75 21.0924 18.4085 19.5027 19.5806 18.3306C20.7527 17.1585 22.3424 16.5 24 16.5V16.5Z",
35
- stroke: "black",
36
- strokeWidth: "1.25",
37
- strokeLinecap: "round",
38
- strokeLinejoin: "round"
39
- }));
40
- };
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const BinaryBlocks: React.FC<IllustrationProps>;
@@ -1,125 +0,0 @@
1
- import React from 'react';
2
- export var BinaryBlocks = function BinaryBlocks(_ref) {
3
- var ariaHidden = _ref['aria-hidden'],
4
- className = _ref.className,
5
- height = _ref.height,
6
- width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
8
- "aria-hidden": ariaHidden,
9
- className: className,
10
- width: width,
11
- height: height,
12
- viewBox: "0 0 174 121",
13
- fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg"
15
- }, /*#__PURE__*/React.createElement("title", null, "Binary Blocks Icon"), /*#__PURE__*/React.createElement("path", {
16
- d: "M3.5332 119.239L174 119.239",
17
- stroke: "#10162F"
18
- }), /*#__PURE__*/React.createElement("path", {
19
- d: "M0.5 79.9924H40.1294V119.622H0.5V79.9924Z",
20
- fill: "#FFF0E5",
21
- stroke: "#10162F"
22
- }), /*#__PURE__*/React.createElement("path", {
23
- d: "M39.3628 79.9924H78.9922V119.622H39.3628V79.9924Z",
24
- fill: "#FFF0E5",
25
- stroke: "#10162F"
26
- }), /*#__PURE__*/React.createElement("path", {
27
- d: "M39.3628 40.2462H78.9922V79.8756H39.3628V40.2462Z",
28
- fill: "#FFF0E5",
29
- stroke: "#10162F"
30
- }), /*#__PURE__*/React.createElement("path", {
31
- d: "M39.3628 0.5H78.9922V40.1294H39.3628V0.5Z",
32
- fill: "#FFF0E5",
33
- stroke: "#10162F"
34
- }), /*#__PURE__*/React.createElement("path", {
35
- d: "M79.1091 79.9924H118.739V119.622H79.1091V79.9924Z",
36
- fill: "#FFF0E5",
37
- stroke: "#10162F"
38
- }), /*#__PURE__*/React.createElement("path", {
39
- d: "M79.1091 40.2462H118.739V79.8756H79.1091V40.2462Z",
40
- fill: "#FFF0E5",
41
- stroke: "#10162F"
42
- }), /*#__PURE__*/React.createElement("path", {
43
- d: "M119.038 84.9749L153.358 65.1601L173.173 99.4802L138.853 119.295L119.038 84.9749Z",
44
- fill: "#FFF0E5",
45
- stroke: "#10162F"
46
- }), /*#__PURE__*/React.createElement("path", {
47
- d: "M41.0171 0.976593H78.1279V39.064H41.0171V0.976593Z",
48
- fill: "url(#pattern0)"
49
- }), /*#__PURE__*/React.createElement("path", {
50
- d: "M40.6296 81.2589H77.7261V119.239H40.6296V81.2589Z",
51
- fill: "url(#pattern1)"
52
- }), /*#__PURE__*/React.createElement("path", {
53
- d: "M120.178 85.1283L152.863 66.2572L172.233 99.8071L139.548 118.678L120.178 85.1283Z",
54
- fill: "url(#pattern2)"
55
- }), /*#__PURE__*/React.createElement("rect", {
56
- x: "52.1115",
57
- y: "90.0914",
58
- width: "14.132",
59
- height: "21.198",
60
- fill: "#FFF0E5"
61
- }), /*#__PURE__*/React.createElement("rect", {
62
- x: "52.1115",
63
- y: "9.71582",
64
- width: "14.132",
65
- height: "21.198",
66
- fill: "#FFF0E5"
67
- }), /*#__PURE__*/React.createElement("path", {
68
- d: "M99.2002 53.3768C98.4602 54.9568 97.2802 55.2168 94.8602 55.2768V56.5368H98.5602V66.2968H94.8602V67.8768H103.44V66.2968H100.4V53.3768H99.2002Z",
69
- fill: "#10162F"
70
- }), /*#__PURE__*/React.createElement("rect", {
71
- x: "134.771",
72
- y: "87.1473",
73
- width: "14.132",
74
- height: "21.198",
75
- transform: "rotate(-30 134.771 87.1473)",
76
- fill: "#FFF0E5"
77
- }), /*#__PURE__*/React.createElement("path", {
78
- d: "M143.937 87.2624C144.086 89.0007 143.194 89.8158 141.128 91.0778L141.758 92.169L144.963 90.319L149.843 98.7714L146.638 100.621L147.428 101.99L154.859 97.6997L154.069 96.3314L151.436 97.8514L144.976 86.6624L143.937 87.2624Z",
79
- fill: "#10162F"
80
- }), /*#__PURE__*/React.createElement("path", {
81
- d: "M99.1002 108.177C102.76 108.177 104.18 105.097 104.18 100.597C104.18 96.0974 102.76 93.1574 99.1002 93.1574C95.4402 93.1574 94.0402 96.0974 94.0402 100.597C94.0402 105.097 95.4402 108.177 99.1002 108.177ZM95.9002 100.597C95.9002 96.6374 96.9202 94.7174 99.1002 94.7174C100.84 94.7174 101.86 95.9574 102.18 98.4774L95.9202 101.337C95.9002 101.097 95.9002 100.857 95.9002 100.597ZM99.1002 106.597C97.3802 106.597 96.3802 105.337 96.0402 102.857L102.3 99.9574C102.32 100.177 102.32 100.377 102.32 100.597C102.32 104.557 101.28 106.597 99.1002 106.597Z",
82
- fill: "#10162F"
83
- }), /*#__PURE__*/React.createElement("path", {
84
- d: "M59.0594 68.1368C62.7194 68.1368 64.1394 65.0568 64.1394 60.5568C64.1394 56.0568 62.7194 53.1168 59.0594 53.1168C55.3994 53.1168 53.9994 56.0568 53.9994 60.5568C53.9994 65.0568 55.3994 68.1368 59.0594 68.1368ZM55.8594 60.5568C55.8594 56.5968 56.8794 54.6768 59.0594 54.6768C60.7994 54.6768 61.8194 55.9168 62.1394 58.4368L55.8794 61.2968C55.8594 61.0568 55.8594 60.8168 55.8594 60.5568ZM59.0594 66.5568C57.3394 66.5568 56.3394 65.2968 55.9994 62.8168L62.2594 59.9168C62.2794 60.1368 62.2794 60.3368 62.2794 60.5568C62.2794 64.5168 61.2394 66.5568 59.0594 66.5568Z",
85
- fill: "#10162F"
86
- }), /*#__PURE__*/React.createElement("path", {
87
- d: "M19.9954 108.177C23.6554 108.177 25.0754 105.097 25.0754 100.597C25.0754 96.0974 23.6554 93.1574 19.9954 93.1574C16.3354 93.1574 14.9354 96.0974 14.9354 100.597C14.9354 105.097 16.3354 108.177 19.9954 108.177ZM16.7954 100.597C16.7954 96.6374 17.8154 94.7174 19.9954 94.7174C21.7354 94.7174 22.7554 95.9574 23.0754 98.4774L16.8154 101.337C16.7954 101.097 16.7954 100.857 16.7954 100.597ZM19.9954 106.597C18.2754 106.597 17.2754 105.337 16.9354 102.857L23.1954 99.9574C23.2154 100.177 23.2154 100.377 23.2154 100.597C23.2154 104.557 22.1754 106.597 19.9954 106.597Z",
88
- fill: "#10162F"
89
- }), /*#__PURE__*/React.createElement("path", {
90
- d: "M59.1594 93.4174C58.4194 94.9974 57.2394 95.2574 54.8194 95.3174V96.5774H58.5194V106.337H54.8194V107.917H63.3994V106.337H60.3594V93.4174H59.1594Z",
91
- fill: "#10162F"
92
- }), /*#__PURE__*/React.createElement("path", {
93
- d: "M59.1594 13.3362C58.4194 14.9162 57.2394 15.1762 54.8194 15.2362V16.4962H58.5194V26.2562H54.8194V27.8362H63.3994V26.2562H60.3594V13.3362H59.1594Z",
94
- fill: "#10162F"
95
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("pattern", {
96
- id: "pattern0",
97
- patternContentUnits: "objectBoundingBox",
98
- width: "0.215571",
99
- height: "0.210043"
100
- }, /*#__PURE__*/React.createElement("use", {
101
- xlinkHref: "#image0",
102
- transform: "scale(0.0269463 0.0262554)"
103
- })), /*#__PURE__*/React.createElement("pattern", {
104
- id: "pattern1",
105
- patternContentUnits: "objectBoundingBox",
106
- width: "0.215654",
107
- height: "0.210639"
108
- }, /*#__PURE__*/React.createElement("use", {
109
- xlinkHref: "#image0",
110
- transform: "scale(0.0269568 0.0263299)"
111
- })), /*#__PURE__*/React.createElement("pattern", {
112
- id: "pattern2",
113
- patternContentUnits: "objectBoundingBox",
114
- width: "0.211965",
115
- height: "0.206505"
116
- }, /*#__PURE__*/React.createElement("use", {
117
- xlinkHref: "#image0",
118
- transform: "scale(0.0264956 0.0258131)"
119
- })), /*#__PURE__*/React.createElement("image", {
120
- id: "image0",
121
- width: "8",
122
- height: "8",
123
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBzc4xAQAAAAEwEVxq6J+OGCzBQDk4MzgV8D0CqU26KA8AAAAASUVORK5CYII="
124
- })));
125
- };
package/dist/Browser.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const Browser: React.FC<IllustrationProps>;
package/dist/Browser.js DELETED
@@ -1,71 +0,0 @@
1
- import React from 'react';
2
- export var Browser = function Browser(_ref) {
3
- var ariaHidden = _ref['aria-hidden'],
4
- className = _ref.className,
5
- height = _ref.height,
6
- width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
8
- "aria-hidden": ariaHidden,
9
- className: className,
10
- width: width,
11
- height: height,
12
- viewBox: "0 0 80 60",
13
- fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg",
15
- xmlnsXlink: "http://www.w3.org/1999/xlink"
16
- }, /*#__PURE__*/React.createElement("title", null, "Browser Illustration"), /*#__PURE__*/React.createElement("rect", {
17
- width: "80",
18
- height: "60",
19
- fill: "white"
20
- }), /*#__PURE__*/React.createElement("path", {
21
- d: "M70 5H10V55.3278H70V5Z",
22
- fill: "white",
23
- stroke: "#10162F",
24
- strokeMiterlimit: "10"
25
- }), /*#__PURE__*/React.createElement("path", {
26
- d: "M15.2246 10.9296C15.0742 10.93 14.927 10.8857 14.8018 10.8023C14.6765 10.719 14.5788 10.6004 14.521 10.4615C14.4632 10.3226 14.4479 10.1696 14.4771 10.0221C14.5062 9.87447 14.5785 9.73884 14.6847 9.63235C14.791 9.52585 14.9265 9.45328 15.074 9.42381C15.2215 9.39433 15.3745 9.40929 15.5135 9.46678C15.6525 9.52428 15.7713 9.62172 15.855 9.74679C15.9386 9.87185 15.9832 10.0189 15.9832 10.1694C15.9832 10.3707 15.9033 10.5638 15.7611 10.7064C15.6189 10.8489 15.426 10.9292 15.2246 10.9296V10.9296Z",
27
- fill: "#10162F"
28
- }), /*#__PURE__*/React.createElement("path", {
29
- d: "M15.2247 9.91404C15.289 9.91925 15.349 9.94847 15.3927 9.9959C15.4364 10.0433 15.4607 10.1055 15.4607 10.17C15.4607 10.2345 15.4364 10.2966 15.3927 10.3441C15.349 10.3915 15.289 10.4207 15.2247 10.4259C15.1893 10.4288 15.1538 10.4243 15.1202 10.4127C15.0867 10.4012 15.0559 10.3828 15.0299 10.3587C15.0038 10.3347 14.983 10.3055 14.9687 10.273C14.9545 10.2405 14.9472 10.2055 14.9472 10.17C14.9472 10.1345 14.9545 10.0994 14.9687 10.0669C14.983 10.0345 15.0038 10.0053 15.0299 9.98122C15.0559 9.95717 15.0867 9.93879 15.1202 9.92722C15.1538 9.91566 15.1893 9.91117 15.2247 9.91404V9.91404ZM15.2247 8.90704C14.9746 8.90671 14.73 8.98059 14.5219 9.11933C14.3139 9.25807 14.1516 9.45543 14.0557 9.68642C13.9599 9.91741 13.9347 10.1717 13.9834 10.417C14.0321 10.6623 14.1525 10.8876 14.3294 11.0644C14.5062 11.2413 14.7316 11.3617 14.9769 11.4104C15.2222 11.4591 15.4764 11.4339 15.7074 11.3381C15.9384 11.2422 16.1358 11.08 16.2745 10.8719C16.4132 10.6638 16.4871 10.4192 16.4868 10.1691C16.4863 9.83455 16.3532 9.51379 16.1166 9.2772C15.88 9.0406 15.5593 8.90749 15.2247 8.90704V8.90704Z",
30
- fill: "#10162F"
31
- }), /*#__PURE__*/React.createElement("path", {
32
- d: "M19.3733 10.9296C19.2229 10.9296 19.076 10.885 18.9509 10.8015C18.8259 10.718 18.7285 10.5992 18.6709 10.4603C18.6134 10.3214 18.5983 10.1685 18.6276 10.021C18.657 9.87355 18.7294 9.73808 18.8357 9.63175C18.942 9.52543 19.0775 9.45302 19.225 9.42368C19.3725 9.39435 19.5253 9.4094 19.6643 9.46695C19.8032 9.52449 19.9219 9.62194 20.0055 9.74696C20.089 9.87199 20.1336 10.019 20.1336 10.1694C20.1336 10.2692 20.1139 10.3681 20.0757 10.4603C20.0375 10.5525 19.9815 10.6364 19.9109 10.707C19.8403 10.7776 19.7565 10.8336 19.6643 10.8718C19.572 10.91 19.4732 10.9296 19.3733 10.9296V10.9296Z",
33
- fill: "#10162F"
34
- }), /*#__PURE__*/React.createElement("path", {
35
- d: "M19.3734 9.91404C19.4243 9.91371 19.4742 9.92853 19.5167 9.95661C19.5592 9.9847 19.5923 10.0248 19.612 10.0718C19.6316 10.1188 19.6369 10.1705 19.627 10.2205C19.6171 10.2705 19.5927 10.3164 19.5566 10.3524C19.5206 10.3884 19.4747 10.4129 19.4248 10.4227C19.3748 10.4326 19.323 10.4274 19.276 10.4077C19.229 10.3881 19.189 10.3549 19.1609 10.3124C19.1328 10.2699 19.118 10.2201 19.1183 10.1691C19.1187 10.1016 19.1457 10.037 19.1935 9.98924C19.2412 9.9415 19.3059 9.91448 19.3734 9.91404V9.91404ZM19.3734 8.90704C19.1234 8.90704 18.879 8.98121 18.6711 9.12015C18.4632 9.25909 18.3013 9.45656 18.2057 9.68758C18.1101 9.91861 18.0851 10.1728 18.134 10.418C18.1829 10.6632 18.3035 10.8884 18.4804 11.065C18.6573 11.2417 18.8826 11.3619 19.1279 11.4105C19.3731 11.4591 19.6273 11.4338 19.8582 11.3379C20.0891 11.242 20.2863 11.0798 20.425 10.8717C20.5637 10.6637 20.6375 10.4192 20.6372 10.1691C20.6372 10.0033 20.6045 9.839 20.5409 9.68577C20.4774 9.53254 20.3843 9.39333 20.2669 9.27611C20.1495 9.15889 20.0102 9.06596 19.8569 9.00263C19.7036 8.93931 19.5393 8.90682 19.3734 8.90704V8.90704Z",
36
- fill: "#10162F"
37
- }), /*#__PURE__*/React.createElement("path", {
38
- d: "M23.5239 10.9296C23.3735 10.93 23.2263 10.8857 23.1011 10.8023C22.9758 10.719 22.8781 10.6004 22.8203 10.4615C22.7625 10.3226 22.7472 10.1696 22.7764 10.0221C22.8055 9.87447 22.8778 9.73884 22.984 9.63235C23.0903 9.52585 23.2258 9.45328 23.3733 9.42381C23.5208 9.39433 23.6738 9.40929 23.8128 9.46678C23.9518 9.52428 24.0707 9.62172 24.1543 9.74679C24.2379 9.87185 24.2825 10.0189 24.2825 10.1694C24.2825 10.3707 24.2026 10.5638 24.0604 10.7064C23.9182 10.8489 23.7253 10.9292 23.5239 10.9296V10.9296Z",
39
- fill: "#10162F"
40
- }), /*#__PURE__*/React.createElement("path", {
41
- d: "M23.524 9.91404C23.5883 9.91925 23.6483 9.94847 23.692 9.9959C23.7358 10.0433 23.76 10.1055 23.76 10.17C23.76 10.2345 23.7358 10.2966 23.692 10.3441C23.6483 10.3915 23.5883 10.4207 23.524 10.4259C23.4886 10.4288 23.4531 10.4243 23.4196 10.4127C23.386 10.4012 23.3552 10.3828 23.3292 10.3587C23.3031 10.3347 23.2823 10.3055 23.2681 10.273C23.2538 10.2405 23.2465 10.2055 23.2465 10.17C23.2465 10.1345 23.2538 10.0994 23.2681 10.0669C23.2823 10.0345 23.3031 10.0053 23.3292 9.98122C23.3552 9.95717 23.386 9.93879 23.4196 9.92722C23.4531 9.91566 23.4886 9.91117 23.524 9.91404V9.91404ZM23.524 8.90704C23.2739 8.90671 23.0293 8.98059 22.8213 9.11933C22.6132 9.25807 22.4509 9.45543 22.3551 9.68642C22.2592 9.91741 22.234 10.1717 22.2827 10.417C22.3315 10.6623 22.4519 10.8876 22.6287 11.0644C22.8055 11.2413 23.0309 11.3617 23.2762 11.4104C23.5215 11.4591 23.7757 11.4339 24.0067 11.3381C24.2377 11.2422 24.4351 11.08 24.5738 10.8719C24.7126 10.6638 24.7864 10.4192 24.7861 10.1691C24.7857 9.83455 24.6525 9.51379 24.4159 9.2772C24.1794 9.0406 23.8586 8.90749 23.524 8.90704Z",
42
- fill: "#10162F"
43
- }), /*#__PURE__*/React.createElement("path", {
44
- d: "M35.2287 19.3162L34.7287 19.3182L34.7307 19.8182L34.8229 42.7892L34.8249 43.2892L35.3249 43.2872L48.1388 43.2358L48.6388 43.2338L48.6368 42.7338L48.5446 19.7628L48.5426 19.2628L48.0426 19.2648L35.2287 19.3162Z",
45
- fill: "white"
46
- }), /*#__PURE__*/React.createElement("path", {
47
- d: "M35.2287 19.3162L34.7287 19.3182L34.7307 19.8182L34.8229 42.7892L34.8249 43.2892L35.3249 43.2872L48.1388 43.2358L48.6388 43.2338L48.6368 42.7338L48.5446 19.7628L48.5426 19.2628L48.0426 19.2648L35.2287 19.3162Z",
48
- fill: "url(#pattern0)"
49
- }), /*#__PURE__*/React.createElement("path", {
50
- d: "M35.2287 19.3162L34.7287 19.3182L34.7307 19.8182L34.8229 42.7892L34.8249 43.2892L35.3249 43.2872L48.1388 43.2358L48.6388 43.2338L48.6368 42.7338L48.5446 19.7628L48.5426 19.2628L48.0426 19.2648L35.2287 19.3162Z",
51
- stroke: "#10162F"
52
- }), /*#__PURE__*/React.createElement("path", {
53
- d: "M34.7246 43.3837L35.0216 43.2517V42.9268V20.0315V19.2818L34.3294 19.5699L24.7453 23.5594L24.4375 23.6876V24.021V47.1863V47.9557L25.1406 47.6432L34.7246 43.3837Z",
54
- fill: "white",
55
- stroke: "#10162F",
56
- strokeMiterlimit: "10"
57
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("pattern", {
58
- id: "pattern0",
59
- patternContentUnits: "objectBoundingBox",
60
- width: "4.99454",
61
- height: "2.7861"
62
- }, /*#__PURE__*/React.createElement("use", {
63
- xlinkHref: "#image0",
64
- transform: "scale(0.0780397 0.0435328)"
65
- })), /*#__PURE__*/React.createElement("image", {
66
- id: "image0",
67
- width: "64",
68
- height: "64",
69
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAChSURBVHgB7dgxDoAwDMXQ5P53BoaIARaE2iJa+23p6j81ImKPK9qtk0ugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLI8VN4faOW3gLJ8QOXDjSuPWYLlH+5l5csbV37ZJVj+5b2MbLxx5ZdZguUb72ll5xtXftolWL7zPY0cfOPKT7MEyw++fys/vnHlsb/DFwf+rf4QcSN+5wAAAABJRU5ErkJggg=="
70
- })));
71
- };
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const BrowserLock: React.FC<IllustrationProps>;
@@ -1,40 +0,0 @@
1
- import React from 'react';
2
- export var BrowserLock = function BrowserLock(_ref) {
3
- var ariaHidden = _ref['aria-hidden'],
4
- className = _ref.className,
5
- height = _ref.height,
6
- width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
8
- "aria-hidden": ariaHidden,
9
- className: className,
10
- fill: "none",
11
- height: height,
12
- viewBox: "0 0 287 244",
13
- width: width,
14
- xmlns: "http://www.w3.org/2000/svg"
15
- }, /*#__PURE__*/React.createElement("title", null, "Browser Lock Illustration"), /*#__PURE__*/React.createElement("path", {
16
- fill: "#10162F",
17
- stroke: "#10162F",
18
- strokeMiterlimit: "10",
19
- strokeWidth: "2",
20
- d: "M275.481 12.345H1V242.58h274.481V12.345z"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- d: "M285.973 1H11.493v230.234h274.48V1z",
23
- fill: "#fff",
24
- stroke: "#10162F",
25
- strokeMiterlimit: "10",
26
- strokeWidth: "2"
27
- }), /*#__PURE__*/React.createElement("path", {
28
- fill: "#10162F",
29
- d: "M35.393 28.126a3.477 3.477 0 11-.015-6.955 3.477 3.477 0 01.015 6.955z"
30
- }), /*#__PURE__*/React.createElement("path", {
31
- fill: "#10162F",
32
- d: "M35.393 23.48a1.174 1.174 0 11-.189 2.342 1.174 1.174 0 01.19-2.341zm0-4.606a5.781 5.781 0 10-.015 11.562 5.781 5.781 0 00.015-11.562zM53.552 28.126a3.477 3.477 0 11-.016-6.955 3.477 3.477 0 01.016 6.955z"
33
- }), /*#__PURE__*/React.createElement("path", {
34
- fill: "#10162F",
35
- d: "M53.552 23.48a1.174 1.174 0 11-.19 2.342 1.174 1.174 0 01.19-2.341zm0-4.606a5.781 5.781 0 10-.015 11.562 5.781 5.781 0 00.015-11.562zM73.36 28.126a3.478 3.478 0 11-.015-6.956 3.478 3.478 0 01.015 6.956z"
36
- }), /*#__PURE__*/React.createElement("path", {
37
- fill: "#10162F",
38
- d: "M73.36 23.48a1.174 1.174 0 11-.19 2.342 1.174 1.174 0 01.19-2.341zm0-4.606a5.781 5.781 0 10-.015 11.562 5.781 5.781 0 00.015-11.562zM190.969 92.796a41.783 41.783 0 00-21.359-36.45 41.773 41.773 0 00-57.256 16.748 41.772 41.772 0 001.652 42.214 41.774 41.774 0 0016.216 14.702l-11.24 50.075h60.455l-11.256-50.067a41.756 41.756 0 0022.788-37.222z"
39
- }));
40
- };
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const BrowserPuzzle: React.FC<IllustrationProps>;
@@ -1,63 +0,0 @@
1
- import React from 'react';
2
- export var BrowserPuzzle = function BrowserPuzzle(_ref) {
3
- var ariaHidden = _ref['aria-hidden'],
4
- className = _ref.className,
5
- height = _ref.height,
6
- width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
8
- "aria-hidden": ariaHidden,
9
- className: className,
10
- height: height,
11
- width: width,
12
- viewBox: "0 0 91 80",
13
- fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg"
15
- }, /*#__PURE__*/React.createElement("title", null, "Browser Puzzler Illustration"), /*#__PURE__*/React.createElement("mask", {
16
- id: "a",
17
- fill: "#fff"
18
- }, /*#__PURE__*/React.createElement("path", {
19
- fillRule: "evenodd",
20
- clipRule: "evenodd",
21
- d: "M0 0h36.77v10.24a7.95 7.95 0 110 14.302V36.77H26.44a7.95 7.95 0 10-15.778 0H0V0z"
22
- })), /*#__PURE__*/React.createElement("path", {
23
- fillRule: "evenodd",
24
- clipRule: "evenodd",
25
- d: "M0 0h36.77v10.24a7.95 7.95 0 110 14.302V36.77H26.44a7.95 7.95 0 10-15.778 0H0V0z",
26
- fill: "#F5FCFF"
27
- }), /*#__PURE__*/React.createElement("path", {
28
- d: "M36.77 0h1v-1h-1v1zM0 0v-1h-1v1h1zm36.77 10.24h-1v1.6l1.438-.701-.438-.899zm0 14.302l.438-.899-1.438-.7v1.6h1zm0 12.228v1h1v-1h-1zm-10.33 0l-.993-.123-.14 1.123h1.133v-1zm-15.778 0v1h1.132l-.14-1.124-.992.124zM0 36.77h-1v1h1v-1zM36.77-1H0v2h36.77v-2zm1 11.24V0h-2v10.24h2zm-.562.899a6.918 6.918 0 013.04-.698v-2a8.918 8.918 0 00-3.916.9l.876 1.798zm3.04-.698a6.95 6.95 0 016.95 6.95h2a8.95 8.95 0 00-8.95-8.95v2zm6.95 6.95a6.95 6.95 0 01-6.95 6.95v2a8.95 8.95 0 008.95-8.95h-2zm-6.95 6.95a6.92 6.92 0 01-3.04-.698l-.876 1.798c1.184.577 2.514.9 3.916.9v-2zm-2.478 12.43V24.541h-2V36.77h2zm-11.33 1h10.33v-2H26.44v2zm-.939-1.995c0 .295-.018.586-.054.87l1.985.248c.046-.367.07-.74.07-1.117h-2zm-6.95-6.95a6.95 6.95 0 016.95 6.95h2a8.95 8.95 0 00-8.95-8.95v2zm-6.95 6.95a6.95 6.95 0 016.95-6.95v-2a8.95 8.95 0 00-8.95 8.95h2zm.053.87a7.024 7.024 0 01-.053-.87h-2c0 .378.023.751.069 1.118l1.984-.248zM0 37.77h10.662v-2H0v2zM-1 0v36.77h2V0h-2z",
29
- fill: "#000",
30
- mask: "url(#a)"
31
- }), /*#__PURE__*/React.createElement("circle", {
32
- cx: "3.308",
33
- cy: "3.805",
34
- r: ".824",
35
- fill: "#10162F"
36
- }), /*#__PURE__*/React.createElement("circle", {
37
- cx: "5.615",
38
- cy: "3.805",
39
- r: ".824",
40
- fill: "#10162F"
41
- }), /*#__PURE__*/React.createElement("circle", {
42
- cx: "7.92",
43
- cy: "3.805",
44
- r: ".824",
45
- fill: "#10162F"
46
- }), /*#__PURE__*/React.createElement("mask", {
47
- id: "b",
48
- fill: "#fff"
49
- }, /*#__PURE__*/React.createElement("path", {
50
- fillRule: "evenodd",
51
- clipRule: "evenodd",
52
- d: "M90.435 13.416h-36.77v9.44a7.95 7.95 0 110 15.901V49.69H31.827a7.95 7.95 0 10-15.622 0H5.466V80h84.969V13.416z"
53
- })), /*#__PURE__*/React.createElement("path", {
54
- fillRule: "evenodd",
55
- clipRule: "evenodd",
56
- d: "M90.435 13.416h-36.77v9.44a7.95 7.95 0 110 15.901V49.69H31.827a7.95 7.95 0 10-15.622 0H5.466V80h84.969V13.416z",
57
- fill: "#fff"
58
- }), /*#__PURE__*/React.createElement("path", {
59
- d: "M53.664 13.416v-1h-1v1h1zm36.77 0h1v-1h-1v1zm-36.77 9.44h-1v1h1v-1zm0 15.901v-1h-1v1h1zm0 10.933v1h1v-1h-1zm-21.837 0l-.982-.187-.225 1.187h1.207v-1zm-15.621 0v1h1.207l-.225-1.187-.982.187zm-10.74 0v-1h-1v1h1zm0 30.31h-1v1h1v-1zm84.969 0v1h1v-1h-1zm0-30.31h1v-1h-1v1zm0 0h-1v1h1v-1zm-36.77-35.274h36.77v-2h-36.77v2zm1 8.44v-9.44h-2v9.44h2zm-1-1v2-2zm8.95 8.951a8.95 8.95 0 00-8.95-8.95v2a6.95 6.95 0 016.95 6.95h2zm-8.95 8.95a8.95 8.95 0 008.95-8.95h-2a6.95 6.95 0 01-6.95 6.95v2zm0 0v-2 2zm1 9.933V38.757h-2V49.69h2zm-22.837 1h21.836v-2H31.827v2zm-.861-2.491c0 .446-.042.882-.122 1.304l1.965.373a8.992 8.992 0 00.157-1.677h-2zm-6.95-6.95a6.95 6.95 0 016.95 6.95h2a8.95 8.95 0 00-8.95-8.95v2zm-6.95 6.95a6.95 6.95 0 016.95-6.95v-2a8.95 8.95 0 00-8.95 8.95h2zm.121 1.304a6.993 6.993 0 01-.122-1.304h-2a9 9 0 00.157 1.677l1.965-.373zM5.466 50.69h10.74v-2H5.466v2zm1 29.31V49.69h-2V80h2zm83.969-1H5.465v2h84.97v-2zm-1-29.31V80h2V49.69h-2zm1 1v-2 2zm-1-37.274v36.273h2V13.416h-2z",
60
- fill: "#000",
61
- mask: "url(#b)"
62
- }));
63
- };
package/dist/ChatBox.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const ChatBox: React.FC<IllustrationProps>;
package/dist/ChatBox.js DELETED
@@ -1,40 +0,0 @@
1
- import React from 'react';
2
- export var ChatBox = function ChatBox(_ref) {
3
- var ariaHidden = _ref['aria-hidden'],
4
- className = _ref.className,
5
- height = _ref.height,
6
- width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
8
- "aria-hidden": ariaHidden,
9
- className: className,
10
- width: width,
11
- height: height,
12
- viewBox: "0 0 48 48",
13
- 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
- }));
40
- };
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IllustrationProps } from './types';
3
- export declare const Confetti: React.FC<IllustrationProps>;