@codecademy/gamut-illustrations 1.0.0-alpha.7bcb95.0 → 1.0.0-alpha.b02418.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 (82) hide show
  1. package/LICENSE +1 -1
  2. package/dist/Announcement.d.ts +3 -0
  3. package/dist/Announcement.js +157 -0
  4. package/dist/Bee.d.ts +1 -1
  5. package/dist/Bee.js +124 -112
  6. package/dist/Bell.d.ts +1 -1
  7. package/dist/Bell.js +36 -31
  8. package/dist/BinaryBlocks.d.ts +1 -1
  9. package/dist/BinaryBlocks.js +126 -116
  10. package/dist/BinaryStairs.d.ts +3 -0
  11. package/dist/BinaryStairs.js +81 -0
  12. package/dist/Blocks.d.ts +3 -0
  13. package/dist/Blocks.js +247 -0
  14. package/dist/Blueprint.d.ts +3 -0
  15. package/dist/Blueprint.js +94 -0
  16. package/dist/Browser.d.ts +1 -1
  17. package/dist/Browser.js +69 -61
  18. package/dist/BrowserLock.d.ts +1 -1
  19. package/dist/BrowserLock.js +36 -31
  20. package/dist/BrowserPuzzle.d.ts +1 -1
  21. package/dist/BrowserPuzzle.js +61 -54
  22. package/dist/ChatBox.d.ts +1 -1
  23. package/dist/ChatBox.js +36 -31
  24. package/dist/CodeCelebration.d.ts +3 -0
  25. package/dist/CodeCelebration.js +158 -0
  26. package/dist/Coffee.d.ts +3 -0
  27. package/dist/Coffee.js +63 -0
  28. package/dist/Confetti.d.ts +1 -1
  29. package/dist/Confetti.js +87 -79
  30. package/dist/EmailAt.d.ts +1 -1
  31. package/dist/EmailAt.js +30 -25
  32. package/dist/Envelope.d.ts +1 -1
  33. package/dist/Envelope.js +30 -25
  34. package/dist/Heart.d.ts +1 -1
  35. package/dist/Heart.js +24 -19
  36. package/dist/Hills.d.ts +1 -1
  37. package/dist/Hills.js +45 -38
  38. package/dist/HomeOffice.d.ts +1 -1
  39. package/dist/HomeOffice.js +110 -99
  40. package/dist/Keyhole.d.ts +1 -1
  41. package/dist/Keyhole.js +24 -19
  42. package/dist/MagnifyingGlass.d.ts +3 -0
  43. package/dist/MagnifyingGlass.js +67 -0
  44. package/dist/Maze.d.ts +1 -1
  45. package/dist/Maze.js +61 -58
  46. package/dist/Megaphone.d.ts +1 -1
  47. package/dist/Megaphone.js +42 -37
  48. package/dist/MobilePhone.d.ts +3 -0
  49. package/dist/MobilePhone.js +96 -0
  50. package/dist/New.d.ts +1 -1
  51. package/dist/New.js +54 -49
  52. package/dist/NumberBlocks.d.ts +1 -1
  53. package/dist/NumberBlocks.js +273 -252
  54. package/dist/Onboarding.d.ts +1 -1
  55. package/dist/Onboarding.js +314 -253
  56. package/dist/Plant.d.ts +1 -1
  57. package/dist/Plant.js +62 -55
  58. package/dist/PortfolioProject.d.ts +1 -1
  59. package/dist/PortfolioProject.js +29 -26
  60. package/dist/PracticeProject.d.ts +1 -1
  61. package/dist/PracticeProject.js +37 -34
  62. package/dist/Puzzle.d.ts +3 -0
  63. package/dist/Puzzle.js +159 -0
  64. package/dist/Python.d.ts +1 -1
  65. package/dist/Python.js +16 -11
  66. package/dist/Sun.d.ts +1 -1
  67. package/dist/Sun.js +111 -103
  68. package/dist/Syllabus.d.ts +3 -0
  69. package/dist/Syllabus.js +352 -0
  70. package/dist/Target.d.ts +1 -1
  71. package/dist/Target.js +37 -32
  72. package/dist/TinyBlocks.d.ts +3 -0
  73. package/dist/TinyBlocks.js +22 -0
  74. package/dist/index.d.ts +11 -0
  75. package/dist/index.js +11 -0
  76. package/dist/types.js +1 -0
  77. package/package.json +9 -11
  78. package/CHANGELOG.md +0 -1271
  79. package/babel.config.js +0 -15
  80. package/dist/__tests__/gamut-illustrations.test.js +0 -32
  81. package/jest.config.js +0 -1
  82. package/tsconfig.json +0 -7
@@ -1,108 +1,119 @@
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 HomeOffice = function HomeOffice(_ref) {
3
5
  var className = _ref.className,
4
- height = _ref.height,
5
- width = _ref.width,
6
- ariaHidden = _ref['aria-hidden'];
7
- return /*#__PURE__*/React.createElement("svg", {
6
+ height = _ref.height,
7
+ width = _ref.width,
8
+ ariaHidden = _ref['aria-hidden'];
9
+ return /*#__PURE__*/_jsxs("svg", {
8
10
  "aria-hidden": ariaHidden,
9
11
  width: width,
10
12
  height: height,
11
13
  className: className,
12
14
  viewBox: "0 0 640 402",
13
15
  fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg"
15
- }, /*#__PURE__*/React.createElement("title", null, "Home Office Illustration"), /*#__PURE__*/React.createElement("mask", {
16
- id: "a",
17
- maskUnits: "userSpaceOnUse",
18
- x: "348",
19
- y: "0",
20
- width: "219",
21
- height: "295"
22
- }, /*#__PURE__*/React.createElement("path", {
23
- d: "M349.424 293.5c0-3.08.13-190.773.382-193.796a107.866 107.866 0 01215.034.995c.202 2.699.303 190.06.303 192.801H349.424z",
24
- fill: "#fff",
25
- stroke: "#10162F",
26
- strokeWidth: "2",
27
- strokeMiterlimit: "10"
28
- })), /*#__PURE__*/React.createElement("g", {
29
- mask: "url(#a)",
30
- stroke: "#10162F",
31
- strokeWidth: "2"
32
- }, /*#__PURE__*/React.createElement("path", {
33
- d: "M701.968 339.234c0 92.617-75.081 167.698-167.698 167.698s-167.698-75.081-167.698-167.698 75.081-167.698 167.698-167.698 167.698 75.081 167.698 167.698z",
34
- fill: "url(#pattern0)"
35
- }), /*#__PURE__*/React.createElement("path", {
36
- d: "M517.166 137.097c34.467 0 62.407-27.941 62.407-62.408s-27.94-62.408-62.407-62.408c-34.466 0-62.407 27.941-62.407 62.408s27.941 62.408 62.407 62.408zM380.087 449.498c65.147 0 117.96-52.813 117.96-117.962 0-65.148-52.813-117.962-117.96-117.962-65.148 0-117.961 52.814-117.961 117.962 0 65.149 52.813 117.962 117.961 117.962z",
37
- strokeMiterlimit: "10"
38
- })), /*#__PURE__*/React.createElement("path", {
39
- d: "M349.424 293.5c0-3.08.13-190.773.382-193.796a107.866 107.866 0 01215.034.995c.202 2.699.303 190.06.303 192.801H349.424z",
40
- stroke: "#10162F",
41
- strokeWidth: "2",
42
- strokeMiterlimit: "10"
43
- }), /*#__PURE__*/React.createElement("path", {
44
- d: "M416.126 361.82l44.529 26.363v10.139H1v-10.139h1.098l44.53-26.363.253-.338V147.709h368.992v213.773l.253.338z",
45
- fill: "#FFF0E5",
46
- stroke: "#10162F",
47
- strokeWidth: "2",
48
- strokeLinejoin: "round"
49
- }), /*#__PURE__*/React.createElement("path", {
50
- d: "M404.581 158.259H57.075v194.288H404.58V158.259z",
51
- fill: "#fff",
52
- stroke: "#10162F",
53
- strokeWidth: "2"
54
- }), /*#__PURE__*/React.createElement("path", {
55
- d: "M460.655 388.183H2.099l44.529-26.363h369.498l44.529 26.363z",
56
- fill: "#FFF0E5",
57
- stroke: "#10162F",
58
- strokeWidth: "2",
59
- strokeLinejoin: "round"
60
- }), /*#__PURE__*/React.createElement("path", {
61
- d: "M77.915 255.88v51.591H26.324V255.88h51.59zM66.253 186.478v51.591h-51.59v-51.591h51.59z",
62
- fill: "#FFD300",
63
- stroke: "#10162F",
64
- strokeWidth: "2"
65
- }), /*#__PURE__*/React.createElement("path", {
66
- d: "M136.998 217.264l-33.024-14.08v8.576l23.36 9.152-23.36 9.152v8.64l33.024-14.144v-7.296zm38.559 28.48V238h-28.672v7.744h28.672z",
67
- fill: "#1557FF"
68
- }), /*#__PURE__*/React.createElement("path", {
69
- d: "M540.822 341.047h-13.696c.096-7.455-.051-15.046-.199-22.665-.086-4.434-.172-8.879-.211-13.311-.108-12.425.158-24.818 1.836-36.89 4.923-35.435 28.078-73.374 65.876-80.339 8.996-1.658 19.118-.986 27.442 3.07 8.279 4.035 14.834 11.439 16.777 23.423.353 2.176.236 5.648-.251 9.167-.488 3.521-1.324 6.922-2.324 8.979-6.318 12.992-16.478 17.227-28.019 19.824-2.847.641-5.766 1.18-8.734 1.727l-.147.027c-3.012.556-6.072 1.122-9.119 1.812-6.093 1.38-12.181 3.264-17.852 6.596-12.263 7.205-20.557 14.09-25.529 25.803-4.874 11.483-6.504 27.495-5.85 52.777z",
70
- fill: "#AEE938",
71
- stroke: "#10162F",
72
- strokeWidth: "2"
73
- }), /*#__PURE__*/React.createElement("path", {
74
- d: "M616.326 288.252l.981-.19-.981.19c.194.996.136 2.664-.154 4.41-.29 1.745-.781 3.379-1.336 4.331-3.677 6.304-9.735 7.95-16.871 8.77-1.516.175-3.063.31-4.639.448l-.827.073c-1.856.164-3.745.34-5.623.596-3.754.51-7.518 1.339-11.003 3.046-3.747 1.836-6.561 3.78-8.629 6.117-2.079 2.348-3.358 5.041-4.114 8.298-.751 3.235-.988 7.038-.99 11.618-.001 3.624.146 7.782.315 12.576l.102 2.897h-12.776c.044-3.602-.042-7.273-.127-10.946a517.2 517.2 0 01-.127-6.673c-.065-6.244.096-12.443 1.1-18.469 1.474-8.84 5.438-19.491 11.911-27.966 6.465-8.464 15.363-14.676 26.735-14.897 8.094-.158 14.292.886 18.734 3.392 4.382 2.471 7.161 6.425 8.319 12.379zM476.232 227.077c19.333 8.108 29.783 27.528 35.416 49.939 5.529 21.994 6.353 46.612 6.517 65.567h-8.198c-.085-10.28-1.494-22.658-5.445-33.6-4.078-11.291-10.922-21.201-21.968-25.543-4.492-1.766-9.043-2.538-13.475-3.007a202.458 202.458 0 00-5.636-.492c-.309-.024-.616-.047-.923-.072-2.151-.168-4.249-.345-6.294-.613-4.091-.535-7.912-1.428-11.391-3.298-3.465-1.862-6.644-4.721-9.404-9.27-9.965-16.415-1.438-36.529 15.225-41.315 6.627-1.904 11.545-2.078 15.51-1.495 3.776.555 6.735 1.799 9.6 3.004l.466.195z",
75
- fill: "#AEE938",
76
- stroke: "#10162F",
77
- strokeWidth: "2"
78
- }), /*#__PURE__*/React.createElement("mask", {
79
- id: "b",
80
- fill: "#fff"
81
- }, /*#__PURE__*/React.createElement("path", {
82
- fillRule: "evenodd",
83
- clipRule: "evenodd",
84
- d: "M497.293 332.191v40.08c0 16.017 12.983 29 29 29h17.881c16.016 0 29-12.983 29-29v-40.08h-75.881z"
85
- })), /*#__PURE__*/React.createElement("path", {
86
- fillRule: "evenodd",
87
- clipRule: "evenodd",
88
- d: "M497.293 332.191v40.08c0 16.017 12.983 29 29 29h17.881c16.016 0 29-12.983 29-29v-40.08h-75.881z",
89
- fill: "#1557FF"
90
- }), /*#__PURE__*/React.createElement("path", {
91
- d: "M497.293 332.191v-2h-2v2h2zm75.881 0h2v-2h-2v2zm-73.881 40.08v-40.08h-4v40.08h4zm27 27c-14.912 0-27-12.088-27-27h-4c0 17.121 13.879 31 31 31v-4zm17.881 0h-17.881v4h17.881v-4zm27-27c0 14.912-12.088 27-27 27v4c17.121 0 31-13.879 31-31h-4zm0-40.08v40.08h4v-40.08h-4zm2-2h-75.881v4h75.881v-4z",
92
- fill: "#10162F",
93
- mask: "url(#b)"
94
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("pattern", {
95
- id: "pattern0",
96
- patternContentUnits: "objectBoundingBox",
97
- width: ".19",
98
- height: ".19"
99
- }, /*#__PURE__*/React.createElement("use", {
100
- xlinkHref: "#image0",
101
- transform: "scale(.00296)"
102
- })), /*#__PURE__*/React.createElement("image", {
103
- id: "image0",
104
- width: "64",
105
- height: "64",
106
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAChSURBVHgB7dgxDoAwDMXQ5P53BoaIARaE2iJa+23p6j81ImKPK9qtk0ugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLI8VN4faOW3gLJ8QOXDjSuPWYLlH+5l5csbV37ZJVj+5b2MbLxx5ZdZguUb72ll5xtXftolWL7zPY0cfOPKT7MEyw++fys/vnHlsb/DFwf+rf4QcSN+5wAAAABJRU5ErkJggg=="
107
- })));
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ children: [/*#__PURE__*/_jsx("title", {
18
+ children: "Home Office Illustration"
19
+ }), /*#__PURE__*/_jsx("mask", {
20
+ id: "a",
21
+ maskUnits: "userSpaceOnUse",
22
+ x: "348",
23
+ y: "0",
24
+ width: "219",
25
+ height: "295",
26
+ children: /*#__PURE__*/_jsx("path", {
27
+ d: "M349.424 293.5c0-3.08.13-190.773.382-193.796a107.866 107.866 0 01215.034.995c.202 2.699.303 190.06.303 192.801H349.424z",
28
+ fill: "#fff",
29
+ stroke: "#10162F",
30
+ strokeWidth: "2",
31
+ strokeMiterlimit: "10"
32
+ })
33
+ }), /*#__PURE__*/_jsxs("g", {
34
+ mask: "url(#a)",
35
+ stroke: "#10162F",
36
+ strokeWidth: "2",
37
+ children: [/*#__PURE__*/_jsx("path", {
38
+ d: "M701.968 339.234c0 92.617-75.081 167.698-167.698 167.698s-167.698-75.081-167.698-167.698 75.081-167.698 167.698-167.698 167.698 75.081 167.698 167.698z",
39
+ fill: "url(#pattern0)"
40
+ }), /*#__PURE__*/_jsx("path", {
41
+ d: "M517.166 137.097c34.467 0 62.407-27.941 62.407-62.408s-27.94-62.408-62.407-62.408c-34.466 0-62.407 27.941-62.407 62.408s27.941 62.408 62.407 62.408zM380.087 449.498c65.147 0 117.96-52.813 117.96-117.962 0-65.148-52.813-117.962-117.96-117.962-65.148 0-117.961 52.814-117.961 117.962 0 65.149 52.813 117.962 117.961 117.962z",
42
+ strokeMiterlimit: "10"
43
+ })]
44
+ }), /*#__PURE__*/_jsx("path", {
45
+ d: "M349.424 293.5c0-3.08.13-190.773.382-193.796a107.866 107.866 0 01215.034.995c.202 2.699.303 190.06.303 192.801H349.424z",
46
+ stroke: "#10162F",
47
+ strokeWidth: "2",
48
+ strokeMiterlimit: "10"
49
+ }), /*#__PURE__*/_jsx("path", {
50
+ d: "M416.126 361.82l44.529 26.363v10.139H1v-10.139h1.098l44.53-26.363.253-.338V147.709h368.992v213.773l.253.338z",
51
+ fill: "#FFF0E5",
52
+ stroke: "#10162F",
53
+ strokeWidth: "2",
54
+ strokeLinejoin: "round"
55
+ }), /*#__PURE__*/_jsx("path", {
56
+ d: "M404.581 158.259H57.075v194.288H404.58V158.259z",
57
+ fill: "#fff",
58
+ stroke: "#10162F",
59
+ strokeWidth: "2"
60
+ }), /*#__PURE__*/_jsx("path", {
61
+ d: "M460.655 388.183H2.099l44.529-26.363h369.498l44.529 26.363z",
62
+ fill: "#FFF0E5",
63
+ stroke: "#10162F",
64
+ strokeWidth: "2",
65
+ strokeLinejoin: "round"
66
+ }), /*#__PURE__*/_jsx("path", {
67
+ d: "M77.915 255.88v51.591H26.324V255.88h51.59zM66.253 186.478v51.591h-51.59v-51.591h51.59z",
68
+ fill: "#FFD300",
69
+ stroke: "#10162F",
70
+ strokeWidth: "2"
71
+ }), /*#__PURE__*/_jsx("path", {
72
+ d: "M136.998 217.264l-33.024-14.08v8.576l23.36 9.152-23.36 9.152v8.64l33.024-14.144v-7.296zm38.559 28.48V238h-28.672v7.744h28.672z",
73
+ fill: "#1557FF"
74
+ }), /*#__PURE__*/_jsx("path", {
75
+ d: "M540.822 341.047h-13.696c.096-7.455-.051-15.046-.199-22.665-.086-4.434-.172-8.879-.211-13.311-.108-12.425.158-24.818 1.836-36.89 4.923-35.435 28.078-73.374 65.876-80.339 8.996-1.658 19.118-.986 27.442 3.07 8.279 4.035 14.834 11.439 16.777 23.423.353 2.176.236 5.648-.251 9.167-.488 3.521-1.324 6.922-2.324 8.979-6.318 12.992-16.478 17.227-28.019 19.824-2.847.641-5.766 1.18-8.734 1.727l-.147.027c-3.012.556-6.072 1.122-9.119 1.812-6.093 1.38-12.181 3.264-17.852 6.596-12.263 7.205-20.557 14.09-25.529 25.803-4.874 11.483-6.504 27.495-5.85 52.777z",
76
+ fill: "#AEE938",
77
+ stroke: "#10162F",
78
+ strokeWidth: "2"
79
+ }), /*#__PURE__*/_jsx("path", {
80
+ d: "M616.326 288.252l.981-.19-.981.19c.194.996.136 2.664-.154 4.41-.29 1.745-.781 3.379-1.336 4.331-3.677 6.304-9.735 7.95-16.871 8.77-1.516.175-3.063.31-4.639.448l-.827.073c-1.856.164-3.745.34-5.623.596-3.754.51-7.518 1.339-11.003 3.046-3.747 1.836-6.561 3.78-8.629 6.117-2.079 2.348-3.358 5.041-4.114 8.298-.751 3.235-.988 7.038-.99 11.618-.001 3.624.146 7.782.315 12.576l.102 2.897h-12.776c.044-3.602-.042-7.273-.127-10.946a517.2 517.2 0 01-.127-6.673c-.065-6.244.096-12.443 1.1-18.469 1.474-8.84 5.438-19.491 11.911-27.966 6.465-8.464 15.363-14.676 26.735-14.897 8.094-.158 14.292.886 18.734 3.392 4.382 2.471 7.161 6.425 8.319 12.379zM476.232 227.077c19.333 8.108 29.783 27.528 35.416 49.939 5.529 21.994 6.353 46.612 6.517 65.567h-8.198c-.085-10.28-1.494-22.658-5.445-33.6-4.078-11.291-10.922-21.201-21.968-25.543-4.492-1.766-9.043-2.538-13.475-3.007a202.458 202.458 0 00-5.636-.492c-.309-.024-.616-.047-.923-.072-2.151-.168-4.249-.345-6.294-.613-4.091-.535-7.912-1.428-11.391-3.298-3.465-1.862-6.644-4.721-9.404-9.27-9.965-16.415-1.438-36.529 15.225-41.315 6.627-1.904 11.545-2.078 15.51-1.495 3.776.555 6.735 1.799 9.6 3.004l.466.195z",
81
+ fill: "#AEE938",
82
+ stroke: "#10162F",
83
+ strokeWidth: "2"
84
+ }), /*#__PURE__*/_jsx("mask", {
85
+ id: "b",
86
+ fill: "#fff",
87
+ children: /*#__PURE__*/_jsx("path", {
88
+ fillRule: "evenodd",
89
+ clipRule: "evenodd",
90
+ d: "M497.293 332.191v40.08c0 16.017 12.983 29 29 29h17.881c16.016 0 29-12.983 29-29v-40.08h-75.881z"
91
+ })
92
+ }), /*#__PURE__*/_jsx("path", {
93
+ fillRule: "evenodd",
94
+ clipRule: "evenodd",
95
+ d: "M497.293 332.191v40.08c0 16.017 12.983 29 29 29h17.881c16.016 0 29-12.983 29-29v-40.08h-75.881z",
96
+ fill: "#1557FF"
97
+ }), /*#__PURE__*/_jsx("path", {
98
+ d: "M497.293 332.191v-2h-2v2h2zm75.881 0h2v-2h-2v2zm-73.881 40.08v-40.08h-4v40.08h4zm27 27c-14.912 0-27-12.088-27-27h-4c0 17.121 13.879 31 31 31v-4zm17.881 0h-17.881v4h17.881v-4zm27-27c0 14.912-12.088 27-27 27v4c17.121 0 31-13.879 31-31h-4zm0-40.08v40.08h4v-40.08h-4zm2-2h-75.881v4h75.881v-4z",
99
+ fill: "#10162F",
100
+ mask: "url(#b)"
101
+ }), /*#__PURE__*/_jsxs("defs", {
102
+ children: [/*#__PURE__*/_jsx("pattern", {
103
+ id: "pattern0",
104
+ patternContentUnits: "objectBoundingBox",
105
+ width: ".19",
106
+ height: ".19",
107
+ children: /*#__PURE__*/_jsx("use", {
108
+ xlinkHref: "#image0",
109
+ transform: "scale(.00296)"
110
+ })
111
+ }), /*#__PURE__*/_jsx("image", {
112
+ id: "image0",
113
+ width: "64",
114
+ height: "64",
115
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAChSURBVHgB7dgxDoAwDMXQ5P53BoaIARaE2iJa+23p6j81ImKPK9qtk0ugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLI8VN4faOW3gLJ8QOXDjSuPWYLlH+5l5csbV37ZJVj+5b2MbLxx5ZdZguUb72ll5xtXftolWL7zPY0cfOPKT7MEyw++fys/vnHlsb/DFwf+rf4QcSN+5wAAAABJRU5ErkJggg=="
116
+ })]
117
+ })]
118
+ });
108
119
  };
package/dist/Keyhole.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 Keyhole: React.FC<IllustrationProps>;
package/dist/Keyhole.js CHANGED
@@ -1,28 +1,33 @@
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 Keyhole = function Keyhole(_ref) {
3
5
  var ariaHidden = _ref['aria-hidden'],
4
- className = _ref.className,
5
- height = _ref.height,
6
- width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
6
+ className = _ref.className,
7
+ height = _ref.height,
8
+ width = _ref.width;
9
+ return /*#__PURE__*/_jsxs("svg", {
8
10
  "aria-hidden": ariaHidden,
9
11
  className: className,
10
12
  height: height,
11
13
  width: width,
12
14
  viewBox: "0 0 88 136",
13
15
  fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg"
15
- }, /*#__PURE__*/React.createElement("title", null, "Keyhole Icon"), /*#__PURE__*/React.createElement("path", {
16
- d: "M87.5 44.0034V44.0037C87.5019 52.0199 85.2866 59.8805 81.099 66.7165C76.9114 73.5525 70.9145 79.0975 63.7715 82.7386L63.4255 82.9149L63.5107 83.2937L75.2288 135.415H12.8034L24.5055 83.2936L24.5905 82.9148L24.2447 82.7385C17.3555 79.2275 11.5269 73.944 7.35915 67.432C3.19143 60.92 0.835233 53.415 0.533202 45.6899C0.23117 37.9647 1.99423 30.2988 5.64081 23.4814C9.28738 16.664 14.6857 10.9417 21.2797 6.90371C27.8738 2.86574 35.4253 0.658102 43.1564 0.50818C50.8876 0.358259 58.519 2.27148 65.2648 6.05077C72.0105 9.83005 77.6266 15.3388 81.5349 22.0097C85.4431 28.6805 87.5022 36.2724 87.5 44.0034Z",
17
- stroke: "#10162F"
18
- }), /*#__PURE__*/React.createElement("path", {
19
- d: "M43.9998 54.1991C58.3095 54.1991 69.9097 48.4002 69.9097 41.2468C69.9097 34.0934 58.3095 28.2944 43.9998 28.2944C29.6901 28.2944 18.0898 34.0934 18.0898 41.2468C18.0898 48.4002 29.6901 54.1991 43.9998 54.1991Z",
20
- stroke: "#10162F",
21
- strokeMiterlimit: "10"
22
- }), /*#__PURE__*/React.createElement("path", {
23
- d: "M54.8271 47.723C57.2121 47.723 59.1454 45.79 59.1454 43.4056C59.1454 41.0211 57.2121 39.0881 54.8271 39.0881C52.4422 39.0881 50.5088 41.0211 50.5088 43.4056C50.5088 45.79 52.4422 47.723 54.8271 47.723Z",
24
- fill: "#10162F",
25
- stroke: "#10162F",
26
- strokeMiterlimit: "10"
27
- }));
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ children: [/*#__PURE__*/_jsx("title", {
18
+ children: "Keyhole Icon"
19
+ }), /*#__PURE__*/_jsx("path", {
20
+ d: "M87.5 44.0034V44.0037C87.5019 52.0199 85.2866 59.8805 81.099 66.7165C76.9114 73.5525 70.9145 79.0975 63.7715 82.7386L63.4255 82.9149L63.5107 83.2937L75.2288 135.415H12.8034L24.5055 83.2936L24.5905 82.9148L24.2447 82.7385C17.3555 79.2275 11.5269 73.944 7.35915 67.432C3.19143 60.92 0.835233 53.415 0.533202 45.6899C0.23117 37.9647 1.99423 30.2988 5.64081 23.4814C9.28738 16.664 14.6857 10.9417 21.2797 6.90371C27.8738 2.86574 35.4253 0.658102 43.1564 0.50818C50.8876 0.358259 58.519 2.27148 65.2648 6.05077C72.0105 9.83005 77.6266 15.3388 81.5349 22.0097C85.4431 28.6805 87.5022 36.2724 87.5 44.0034Z",
21
+ stroke: "#10162F"
22
+ }), /*#__PURE__*/_jsx("path", {
23
+ d: "M43.9998 54.1991C58.3095 54.1991 69.9097 48.4002 69.9097 41.2468C69.9097 34.0934 58.3095 28.2944 43.9998 28.2944C29.6901 28.2944 18.0898 34.0934 18.0898 41.2468C18.0898 48.4002 29.6901 54.1991 43.9998 54.1991Z",
24
+ stroke: "#10162F",
25
+ strokeMiterlimit: "10"
26
+ }), /*#__PURE__*/_jsx("path", {
27
+ d: "M54.8271 47.723C57.2121 47.723 59.1454 45.79 59.1454 43.4056C59.1454 41.0211 57.2121 39.0881 54.8271 39.0881C52.4422 39.0881 50.5088 41.0211 50.5088 43.4056C50.5088 45.79 52.4422 47.723 54.8271 47.723Z",
28
+ fill: "#10162F",
29
+ stroke: "#10162F",
30
+ strokeMiterlimit: "10"
31
+ })]
32
+ });
28
33
  };
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const MagnifyingGlass: React.FC<IllustrationProps>;
@@ -0,0 +1,67 @@
1
+ import * as React from 'react';
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { jsxs as _jsxs } from "react/jsx-runtime";
4
+ export var MagnifyingGlass = function MagnifyingGlass(_ref) {
5
+ var ariaHidden = _ref['aria-hidden'],
6
+ className = _ref.className,
7
+ height = _ref.height,
8
+ width = _ref.width;
9
+ return /*#__PURE__*/_jsxs("svg", {
10
+ "aria-hidden": ariaHidden,
11
+ className: className,
12
+ height: height,
13
+ width: width,
14
+ fill: "none",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ children: [/*#__PURE__*/_jsx("title", {
17
+ children: "Magnifying Glass Icon"
18
+ }), /*#__PURE__*/_jsx("path", {
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "m121 114.509-12.071 10.904-42.204-46.722 12.07-10.904L121 114.51Z",
22
+ fill: "#F5FCFF"
23
+ }), /*#__PURE__*/_jsx("path", {
24
+ clipRule: "evenodd",
25
+ d: "m121 114.509-12.071 10.904-42.204-46.722 12.07-10.904L121 114.51Z",
26
+ stroke: "#10162F",
27
+ strokeWidth: "2"
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M95.676 48.339c0 26.143-21.194 47.338-47.337 47.338C22.194 95.677 1 74.482 1 48.338 1 22.196 22.194 1 48.339 1c26.143 0 47.337 21.195 47.337 47.339Z",
32
+ fill: "#F5FCFF"
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ clipRule: "evenodd",
35
+ d: "M95.676 48.339c0 26.143-21.194 47.338-47.337 47.338C22.194 95.677 1 74.482 1 48.338 1 22.196 22.194 1 48.339 1c26.143 0 47.337 21.195 47.337 47.339Z",
36
+ stroke: "#10162F",
37
+ strokeWidth: "2"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ fillRule: "evenodd",
40
+ clipRule: "evenodd",
41
+ d: "M89.805 48.339c0 22.9-18.565 41.466-41.467 41.466-22.902 0-41.467-18.565-41.467-41.467 0-22.9 18.565-41.466 41.467-41.466 22.902 0 41.467 18.565 41.467 41.467Z",
42
+ fill: "#10162F"
43
+ }), /*#__PURE__*/_jsx("path", {
44
+ clipRule: "evenodd",
45
+ d: "M89.805 48.339c0 22.9-18.565 41.466-41.467 41.466-22.902 0-41.467-18.565-41.467-41.467 0-22.9 18.565-41.466 41.467-41.466 22.902 0 41.467 18.565 41.467 41.467Z",
46
+ stroke: "#10162F",
47
+ strokeWidth: "2"
48
+ }), /*#__PURE__*/_jsx("mask", {
49
+ id: "a",
50
+ maskUnits: "userSpaceOnUse",
51
+ x: "8",
52
+ y: "3",
53
+ width: "119",
54
+ height: "91",
55
+ children: /*#__PURE__*/_jsx("path", {
56
+ d: "M8 48.416c0 24.705 26.636 44.732 59.493 44.732 32.858 0 59.494-20.027 59.494-44.731S100.351 3.684 67.493 3.684C34.636 3.684 8 23.713 8 48.417Z",
57
+ fill: "#fff"
58
+ })
59
+ }), /*#__PURE__*/_jsx("g", {
60
+ mask: "url(#a)",
61
+ fill: "#F5FCFF",
62
+ children: /*#__PURE__*/_jsx("path", {
63
+ d: "M-6.654-4.104c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.86 0c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.659 29.52c7.32 0 10.16-6.16 10.16-15.16s-2.84-14.88-10.16-14.88-10.12 5.88-10.12 14.88 2.8 15.16 10.12 15.16Zm-6.4-15.16c0-7.92 2.04-11.76 6.4-11.76 3.48 0 5.52 2.48 6.16 7.52l-12.52 5.72c-.04-.48-.04-.96-.04-1.48Zm6.4 12c-3.44 0-5.44-2.52-6.12-7.48l12.52-5.8c.04.44.04.84.04 1.28 0 7.92-2.08 12-6.44 12ZM-6.854 60.307c7.32 0 10.16-6.16 10.16-15.16s-2.84-14.88-10.16-14.88-10.12 5.88-10.12 14.88 2.8 15.16 10.12 15.16Zm-6.4-15.16c0-7.92 2.04-11.76 6.4-11.76 3.48 0 5.52 2.48 6.16 7.52l-12.52 5.72c-.04-.48-.04-.96-.04-1.48Zm6.4 12c-3.44 0-5.44-2.52-6.12-7.48l12.52-5.8c.04.44.04.84.04 1.28 0 7.92-2.08 12-6.44 12Zm26.06-26.36c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.859 0c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4ZM-6.654 66.573c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.86 0c-1.48 3.16-3.84 3.68-8.68 3.8v2.52h7.4v19.52h-7.4v3.16h17.16v-3.16h-6.08v-25.84h-2.4Zm25.659 29.52c7.32 0 10.16-6.16 10.16-15.16s-2.84-14.88-10.16-14.88-10.12 5.88-10.12 14.88 2.8 15.16 10.12 15.16Zm-6.4-15.16c0-7.92 2.04-11.76 6.4-11.76 3.48 0 5.52 2.48 6.16 7.52l-12.52 5.72c-.04-.48-.04-.96-.04-1.48Zm6.4 12c-3.44 0-5.44-2.52-6.12-7.48l12.52-5.8c.04.44.04.84.04 1.28 0 7.92-2.08 12-6.44 12Z"
64
+ })
65
+ })]
66
+ });
67
+ };
package/dist/Maze.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 Maze: React.FC<IllustrationProps>;
package/dist/Maze.js CHANGED
@@ -1,67 +1,70 @@
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 Maze = function Maze(_ref) {
3
5
  var ariaHidden = _ref['aria-hidden'],
4
- className = _ref.className,
5
- height = _ref.height,
6
- width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
6
+ className = _ref.className,
7
+ height = _ref.height,
8
+ width = _ref.width;
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 201 162",
13
15
  fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg"
15
- }, /*#__PURE__*/React.createElement("path", {
16
- d: "M189.814 26.65H1.355v127.058h188.459V26.65Z",
17
- fill: "#66C4FF",
18
- stroke: "#10172F",
19
- strokeMiterlimit: "10"
20
- }), /*#__PURE__*/React.createElement("path", {
21
- d: "M1.12 77.31H35.34v18.2h-15.38M52.913 93.623v18.83H18.231v17.268M18.23 153.708v-7.044h17.336v-16.943h17.347v23.987M35.566 153.708h34.065M104.393 95.51H69.631v34.211h17.381v-18.043h51.648v35.491M104.146 78.163V43.65H87.641v34.514H52.6V60.906H18.23V26.65h34.368M35.33 43.649H52.6",
22
- stroke: "#10172F",
23
- strokeMiterlimit: "10"
24
- }), /*#__PURE__*/React.createElement("path", {
25
- d: "M121.751 43.649V95.51h16.909v33.166M121.752 147.17v-18.494h-17.606v25.032M87.136 143.586h17.01",
26
- stroke: "#10172F",
27
- strokeMiterlimit: "10"
28
- }), /*#__PURE__*/React.createElement("path", {
29
- d: "M189.836 61.142V43.705l-33.671-.056v17.437h17.257V95.51h-17.864V78.67H138.66v-52.02H69.631v34.257M155.558 129.721v-18.043h34.278V95.51M189.814 129.721h-16.246v23.987",
30
- stroke: "#10172F",
31
- strokeMiterlimit: "10"
32
- }), /*#__PURE__*/React.createElement("path", {
33
- d: "M200.151 1H20.691L1.12 26.65h188.458L200.151 1ZM200.15 1.023V128.16l-10.314 25.548V26.571L200.15 1.023Z",
34
- fill: "#F5FCFF",
35
- stroke: "#10172F",
36
- strokeLinejoin: "bevel"
37
- }), /*#__PURE__*/React.createElement("path", {
38
- d: "M200.15 1.022V1",
39
- stroke: "#231F20",
40
- strokeLinejoin: "bevel"
41
- }), /*#__PURE__*/React.createElement("path", {
42
- d: "M58.935 94.387H1.355v59.355h57.58V94.387Z",
43
- fill: "#F5FCFF",
44
- stroke: "#10172F",
45
- strokeMiterlimit: "10"
46
- }), /*#__PURE__*/React.createElement("path", {
47
- d: "M29.769 161V87.118l29.166 7.235v59.355L29.77 161Z",
48
- fill: "#F5FCFF",
49
- stroke: "#10172F",
50
- strokeLinejoin: "bevel"
51
- }), /*#__PURE__*/React.createElement("path", {
52
- d: "M29.78 87.118h-2.899V161h2.899V87.118Z",
53
- fill: "#10172F",
54
- stroke: "#231F20",
55
- strokeMiterlimit: "10"
56
- }), /*#__PURE__*/React.createElement("path", {
57
- d: "M147.649 78.669h-8.989V42.874a8.46 8.46 0 0 0-8.46-8.45 8.45 8.45 0 0 0-8.449 8.45v44.244a8.451 8.451 0 0 0 8.449 8.448h8.46v33.818a8.45 8.45 0 0 0 8.449 8.449 8.43 8.43 0 0 0 5.978-2.471 8.434 8.434 0 0 0 2.471-5.978V86.578a7.852 7.852 0 0 0-2.303-5.606 7.864 7.864 0 0 0-5.606-2.303Z",
58
- fill: "#1557FF",
59
- stroke: "#10172F",
60
- strokeMiterlimit: "10"
61
- }), /*#__PURE__*/React.createElement("path", {
62
- d: "M38.858 61.086a8.718 8.718 0 1 0 0-17.437 8.718 8.718 0 0 0 0 17.437Z",
63
- fill: "#10172F",
64
- stroke: "#231F20",
65
- strokeMiterlimit: "10"
66
- }));
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ children: [/*#__PURE__*/_jsx("path", {
18
+ d: "M189.814 26.65H1.355v127.058h188.459V26.65Z",
19
+ fill: "#66C4FF",
20
+ stroke: "#10172F",
21
+ strokeMiterlimit: "10"
22
+ }), /*#__PURE__*/_jsx("path", {
23
+ d: "M1.12 77.31H35.34v18.2h-15.38M52.913 93.623v18.83H18.231v17.268M18.23 153.708v-7.044h17.336v-16.943h17.347v23.987M35.566 153.708h34.065M104.393 95.51H69.631v34.211h17.381v-18.043h51.648v35.491M104.146 78.163V43.65H87.641v34.514H52.6V60.906H18.23V26.65h34.368M35.33 43.649H52.6",
24
+ stroke: "#10172F",
25
+ strokeMiterlimit: "10"
26
+ }), /*#__PURE__*/_jsx("path", {
27
+ d: "M121.751 43.649V95.51h16.909v33.166M121.752 147.17v-18.494h-17.606v25.032M87.136 143.586h17.01",
28
+ stroke: "#10172F",
29
+ strokeMiterlimit: "10"
30
+ }), /*#__PURE__*/_jsx("path", {
31
+ d: "M189.836 61.142V43.705l-33.671-.056v17.437h17.257V95.51h-17.864V78.67H138.66v-52.02H69.631v34.257M155.558 129.721v-18.043h34.278V95.51M189.814 129.721h-16.246v23.987",
32
+ stroke: "#10172F",
33
+ strokeMiterlimit: "10"
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ d: "M200.151 1H20.691L1.12 26.65h188.458L200.151 1ZM200.15 1.023V128.16l-10.314 25.548V26.571L200.15 1.023Z",
36
+ fill: "#F5FCFF",
37
+ stroke: "#10172F",
38
+ strokeLinejoin: "bevel"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M200.15 1.022V1",
41
+ stroke: "#231F20",
42
+ strokeLinejoin: "bevel"
43
+ }), /*#__PURE__*/_jsx("path", {
44
+ d: "M58.935 94.387H1.355v59.355h57.58V94.387Z",
45
+ fill: "#F5FCFF",
46
+ stroke: "#10172F",
47
+ strokeMiterlimit: "10"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ d: "M29.769 161V87.118l29.166 7.235v59.355L29.77 161Z",
50
+ fill: "#F5FCFF",
51
+ stroke: "#10172F",
52
+ strokeLinejoin: "bevel"
53
+ }), /*#__PURE__*/_jsx("path", {
54
+ d: "M29.78 87.118h-2.899V161h2.899V87.118Z",
55
+ fill: "#10172F",
56
+ stroke: "#231F20",
57
+ strokeMiterlimit: "10"
58
+ }), /*#__PURE__*/_jsx("path", {
59
+ d: "M147.649 78.669h-8.989V42.874a8.46 8.46 0 0 0-8.46-8.45 8.45 8.45 0 0 0-8.449 8.45v44.244a8.451 8.451 0 0 0 8.449 8.448h8.46v33.818a8.45 8.45 0 0 0 8.449 8.449 8.43 8.43 0 0 0 5.978-2.471 8.434 8.434 0 0 0 2.471-5.978V86.578a7.852 7.852 0 0 0-2.303-5.606 7.864 7.864 0 0 0-5.606-2.303Z",
60
+ fill: "#1557FF",
61
+ stroke: "#10172F",
62
+ strokeMiterlimit: "10"
63
+ }), /*#__PURE__*/_jsx("path", {
64
+ d: "M38.858 61.086a8.718 8.718 0 1 0 0-17.437 8.718 8.718 0 0 0 0 17.437Z",
65
+ fill: "#10172F",
66
+ stroke: "#231F20",
67
+ strokeMiterlimit: "10"
68
+ })]
69
+ });
67
70
  };
@@ -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 Megaphone: React.FC<IllustrationProps>;
package/dist/Megaphone.js CHANGED
@@ -1,46 +1,51 @@
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 Megaphone = function Megaphone(_ref) {
3
5
  var ariaHidden = _ref['aria-hidden'],
4
- className = _ref.className,
5
- height = _ref.height,
6
- width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
6
+ className = _ref.className,
7
+ height = _ref.height,
8
+ width = _ref.width;
9
+ return /*#__PURE__*/_jsxs("svg", {
8
10
  "aria-hidden": ariaHidden,
9
11
  className: className,
10
12
  height: height,
11
13
  width: width,
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, "Megaphone 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: "M19.625 26.7083H17.75C16.9212 26.7083 16.1263 26.3791 15.5403 25.793C14.9542 25.207 14.625 24.4121 14.625 23.5833C14.625 22.7545 14.9542 21.9597 15.5403 21.3736C16.1263 20.7876 16.9212 20.4583 17.75 20.4583H19.625V26.7083Z",
23
- stroke: "#10162F",
24
- strokeWidth: "1.25",
25
- strokeLinecap: "round",
26
- strokeLinejoin: "round"
27
- }), /*#__PURE__*/React.createElement("path", {
28
- d: "M19.625 26.7083C23.2926 26.7086 26.8781 27.7942 29.93 29.8283L30.875 30.4583V16.7083L29.93 17.3383C26.8781 19.3724 23.2926 20.458 19.625 20.4583V26.7083Z",
29
- stroke: "#10162F",
30
- strokeWidth: "1.25",
31
- strokeLinecap: "round",
32
- strokeLinejoin: "round"
33
- }), /*#__PURE__*/React.createElement("path", {
34
- d: "M33.375 22.3333V24.8333",
35
- stroke: "#10162F",
36
- strokeWidth: "1.25",
37
- strokeLinecap: "round",
38
- strokeLinejoin: "round"
39
- }), /*#__PURE__*/React.createElement("path", {
40
- d: "M19.625 26.7083C19.6245 27.5266 19.7904 28.3364 20.1128 29.0886C20.4351 29.8407 20.9071 30.5194 21.5 31.0833",
41
- stroke: "#10162F",
42
- strokeWidth: "1.25",
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round"
45
- }));
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ children: [/*#__PURE__*/_jsx("title", {
18
+ children: "Megaphone Icon"
19
+ }), /*#__PURE__*/_jsx("circle", {
20
+ cx: "24",
21
+ cy: "24",
22
+ r: "23.5",
23
+ fill: "white",
24
+ stroke: "#10162F"
25
+ }), /*#__PURE__*/_jsx("path", {
26
+ d: "M19.625 26.7083H17.75C16.9212 26.7083 16.1263 26.3791 15.5403 25.793C14.9542 25.207 14.625 24.4121 14.625 23.5833C14.625 22.7545 14.9542 21.9597 15.5403 21.3736C16.1263 20.7876 16.9212 20.4583 17.75 20.4583H19.625V26.7083Z",
27
+ stroke: "#10162F",
28
+ strokeWidth: "1.25",
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ }), /*#__PURE__*/_jsx("path", {
32
+ d: "M19.625 26.7083C23.2926 26.7086 26.8781 27.7942 29.93 29.8283L30.875 30.4583V16.7083L29.93 17.3383C26.8781 19.3724 23.2926 20.458 19.625 20.4583V26.7083Z",
33
+ stroke: "#10162F",
34
+ strokeWidth: "1.25",
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ d: "M33.375 22.3333V24.8333",
39
+ stroke: "#10162F",
40
+ strokeWidth: "1.25",
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round"
43
+ }), /*#__PURE__*/_jsx("path", {
44
+ d: "M19.625 26.7083C19.6245 27.5266 19.7904 28.3364 20.1128 29.0886C20.4351 29.8407 20.9071 30.5194 21.5 31.0833",
45
+ stroke: "#10162F",
46
+ strokeWidth: "1.25",
47
+ strokeLinecap: "round",
48
+ strokeLinejoin: "round"
49
+ })]
50
+ });
46
51
  };
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const MobilePhone: React.FC<IllustrationProps>;