@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
@@ -1,8 +1,14 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
2
2
 
3
- import React from 'react';
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+
5
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
+
7
+ import * as React from 'react';
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ import { jsxs as _jsxs } from "react/jsx-runtime";
4
10
  export var Onboarding = function Onboarding(props) {
5
- return /*#__PURE__*/React.createElement("svg", _extends({
11
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
6
12
  "aria-hidden": props['aria-hidden'],
7
13
  "xmlns-x": "ns_extend;",
8
14
  "xmlns-i": "ns_ai;",
@@ -14,253 +20,307 @@ export var Onboarding = function Onboarding(props) {
14
20
  enableBackground: 'new 0 0 587.4 387.63'
15
21
  },
16
22
  xmlSpace: "preserve"
17
- }, props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", {
18
- type: "text/css" // eslint-disable-next-line react/no-danger
19
- ,
20
- dangerouslySetInnerHTML: {
21
- __html: '.st0{fill:none;}.st1{fill:#1557FF;}.st2{fill:#10172E;stroke:#10172E;stroke-miterlimit:10;}.st3{fill:#10172E;}.st4{fill:url(#New_Pattern_2);}.st5{fill:none;stroke:#10172E;stroke-miterlimit:10;}.st6{fill:#F5FCFF;stroke:#10172E;stroke-miterlimit:10;}.st7{fill:#1557FF;stroke:#10172E;stroke-miterlimit:10;}.st8{fill:#65C4FF;stroke:#10172E;stroke-miterlimit:10;}.st9{fill:#FFFFFF;stroke:#10172E;stroke-miterlimit:10;}.st10{stroke:#10172E;stroke-miterlimit:10;}.st11{fill:#65C4FF;}.st12{fill:#89D2FF;}.st13{fill:#ADE0FF;}.st14{fill:#D1EEFF;}.st15{fill:#F5FCFF;}'
22
- }
23
- })), /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("pattern", {
24
- x: 1613.69,
25
- y: 2044.87,
26
- width: 4,
27
- height: 4,
28
- patternUnits: "userSpaceOnUse",
29
- id: "New_Pattern_2",
30
- viewBox: "0 -4 4 4",
31
- style: {
32
- overflow: 'visible'
33
- }
34
- }, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
35
- y: -4,
36
- className: "st0",
37
- width: 4,
38
- height: 4
39
- }), /*#__PURE__*/React.createElement("rect", {
40
- y: -4,
41
- className: "st1",
42
- width: 1,
43
- height: 1
44
- }), /*#__PURE__*/React.createElement("rect", {
45
- x: 3,
46
- y: -1,
47
- className: "st0",
48
- width: 1,
49
- height: 1
50
- }), /*#__PURE__*/React.createElement("rect", {
51
- x: 2,
52
- y: -2,
53
- className: "st1",
54
- width: 1,
55
- height: 1
56
- }))), /*#__PURE__*/React.createElement("g", {
57
- id: "Layer_1"
58
- }, /*#__PURE__*/React.createElement("g", null), /*#__PURE__*/React.createElement("rect", {
59
- x: 8395.19,
60
- y: -3253.63,
61
- className: "st2",
62
- width: 0,
63
- height: 0
64
- }), /*#__PURE__*/React.createElement("line", {
65
- className: "st2",
66
- x1: 8395.19,
67
- y1: -3253.63,
68
- x2: 8395.19,
69
- y2: -3253.63
70
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
71
- className: "st3",
72
- points: "72.32,178.5 208.83,98.2 446.05,235.17 308.46,315.3 "
73
- }), /*#__PURE__*/React.createElement("path", {
74
- className: "st3",
75
- d: "M208.83,98.77l236.23,136.4l-136.6,79.55L73.31,178.49L208.83,98.77 M208.82,97.62L71.32,178.5 l237.13,137.38l138.59-80.71L208.82,97.62L208.82,97.62z"
76
- })), /*#__PURE__*/React.createElement("polygon", {
77
- className: "st4",
78
- points: "138.99,137.66 377.22,275.21 517.05,194.04 278.27,57.99 "
79
- }), /*#__PURE__*/React.createElement("line", {
80
- className: "st5",
81
- x1: 0.25,
82
- y1: 219.85,
83
- x2: 377.15,
84
- y2: 0.43
85
- }), /*#__PURE__*/React.createElement("polygon", {
86
- className: "st6",
87
- points: "75.55,146.85 313.78,284.4 452.74,204.11 214.51,66.55 "
88
- }), /*#__PURE__*/React.createElement("polygon", {
89
- className: "st7",
90
- points: "75.55,142.47 313.78,280.02 452.74,199.73 214.51,62.18 "
91
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
92
- className: "st8",
93
- points: "214.48,162.58 263.82,191.07 332.9,151.19 283.55,122.7 "
94
- }), /*#__PURE__*/React.createElement("polygon", {
95
- className: "st2",
96
- points: "214.48,158.38 263.82,186.87 332.9,146.98 283.55,118.49 "
97
- }), /*#__PURE__*/React.createElement("path", {
98
- className: "st6",
99
- d: "M269.94,133.65l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C269.72,133.59,269.84,133.6,269.94,133.65z"
100
- }), /*#__PURE__*/React.createElement("path", {
101
- className: "st6",
102
- d: "M259.25,139.64l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C259.03,139.57,259.15,139.58,259.25,139.64z"
103
- }), /*#__PURE__*/React.createElement("path", {
104
- className: "st6",
105
- d: "M248.56,145.98l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C248.33,145.92,248.46,145.92,248.56,145.98z"
106
- }), /*#__PURE__*/React.createElement("path", {
107
- className: "st6",
108
- d: "M236.78,153.05l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C236.55,152.99,236.68,152.99,236.78,153.05z"
109
- }), /*#__PURE__*/React.createElement("path", {
110
- className: "st6",
111
- d: "M280.27,127.67l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C280.05,127.61,280.17,127.62,280.27,127.67z"
112
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
113
- className: "st9",
114
- points: "221.5,196.73 270.47,225.01 339.04,185.42 290.06,157.14 "
115
- }), /*#__PURE__*/React.createElement("polygon", {
116
- className: "st7",
117
- points: "221.5,192.56 270.47,220.83 339.04,181.24 290.06,152.97 "
118
- }), /*#__PURE__*/React.createElement("path", {
119
- className: "st6",
120
- d: "M276.55,168.01l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C276.33,167.95,276.45,167.96,276.55,168.01z"
121
- }), /*#__PURE__*/React.createElement("path", {
122
- className: "st6",
123
- d: "M265.94,173.95l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C265.72,173.89,265.84,173.89,265.94,173.95z"
124
- }), /*#__PURE__*/React.createElement("path", {
125
- className: "st6",
126
- d: "M255.32,180.25l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C255.1,180.19,255.22,180.19,255.32,180.25z"
127
- }), /*#__PURE__*/React.createElement("path", {
128
- className: "st6",
129
- d: "M243.63,187.26l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C243.41,187.2,243.53,187.2,243.63,187.26z"
130
- }), /*#__PURE__*/React.createElement("path", {
131
- className: "st6",
132
- d: "M286.8,162.08l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C286.58,162.02,286.7,162.02,286.8,162.08z"
133
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
134
- className: "st2",
135
- points: "113.53,143.18 162.51,171.46 231.07,131.87 182.1,103.6 "
136
- }), /*#__PURE__*/React.createElement("polygon", {
137
- className: "st6",
138
- points: "113.53,139.89 162.51,168.16 231.07,128.58 182.1,100.3 "
139
- }), /*#__PURE__*/React.createElement("path", {
140
- className: "st8",
141
- d: "M168.58,115.34l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C168.36,115.28,168.48,115.29,168.58,115.34z"
142
- }), /*#__PURE__*/React.createElement("path", {
143
- className: "st8",
144
- d: "M157.97,121.28l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C157.75,121.22,157.87,121.22,157.97,121.28z"
145
- }), /*#__PURE__*/React.createElement("path", {
146
- className: "st8",
147
- d: "M147.36,127.58l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C147.14,127.52,147.26,127.52,147.36,127.58z"
148
- }), /*#__PURE__*/React.createElement("path", {
149
- className: "st8",
150
- d: "M135.66,134.59l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C135.44,134.53,135.57,134.54,135.66,134.59z"
151
- }), /*#__PURE__*/React.createElement("path", {
152
- className: "st8",
153
- d: "M178.84,109.41l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C178.62,109.35,178.74,109.35,178.84,109.41z"
154
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
155
- className: "st6",
156
- points: "195.22,96.8 215.15,85.29 235.08,96.8 215.15,108.3 "
157
- }), /*#__PURE__*/React.createElement("polygon", {
158
- className: "st2",
159
- points: "195.22,93.14 215.15,81.63 235.08,93.14 215.15,104.64 "
160
- })), /*#__PURE__*/React.createElement("line", {
161
- className: "st10",
162
- x1: 186.39,
163
- y1: 387.19,
164
- x2: 587.15,
165
- y2: 153.56
166
- }), /*#__PURE__*/React.createElement("line", {
167
- className: "st5",
168
- x1: 301.89,
169
- y1: 44.18,
170
- x2: 540.87,
171
- y2: 181.01
172
- }), /*#__PURE__*/React.createElement("line", {
173
- className: "st5",
174
- x1: 48.14,
175
- y1: 192.06,
176
- x2: 287.11,
177
- y2: 328.88
178
- }), /*#__PURE__*/React.createElement("line", {
179
- className: "st0",
180
- x1: 278.27,
181
- y1: 58.18,
182
- x2: 517.24,
183
- y2: 194.13
184
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
185
- className: "st3",
186
- points: "376.06,206.63 394.98,195.7 413.91,206.63 394.98,217.56 "
187
- }), /*#__PURE__*/React.createElement("path", {
188
- className: "st3",
189
- d: "M394.98,196.28l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,196.28 M394.98,195.12l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,195.12L394.98,195.12z"
190
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
191
- className: "st11",
192
- points: "376.06,203.29 394.98,192.36 413.91,203.29 394.98,214.22 "
193
- }), /*#__PURE__*/React.createElement("path", {
194
- className: "st3",
195
- d: "M394.98,192.94l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,192.94 M394.98,191.78l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,191.78L394.98,191.78z"
196
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
197
- className: "st12",
198
- points: "376.06,199.05 394.98,188.12 413.91,199.05 394.98,209.98 "
199
- }), /*#__PURE__*/React.createElement("path", {
200
- className: "st3",
201
- d: "M394.98,188.7l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,188.7 M394.98,187.55l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,187.55L394.98,187.55z"
202
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
203
- className: "st13",
204
- points: "376.06,194.82 394.98,183.89 413.91,194.82 394.98,205.75 "
205
- }), /*#__PURE__*/React.createElement("path", {
206
- className: "st3",
207
- d: "M394.98,184.46l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,184.46 M394.98,183.31l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,183.31L394.98,183.31z"
208
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
209
- className: "st14",
210
- points: "376.06,190.58 394.98,179.65 413.91,190.58 394.98,201.51 "
211
- }), /*#__PURE__*/React.createElement("path", {
212
- className: "st3",
213
- d: "M394.98,180.23l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,180.23 M394.98,179.07l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,179.07L394.98,179.07z"
214
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
215
- className: "st15",
216
- points: "376.06,186.34 394.98,175.41 413.91,186.34 394.98,197.27 "
217
- }), /*#__PURE__*/React.createElement("path", {
218
- className: "st3",
219
- d: "M394.98,175.99l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,175.99 M394.98,174.84l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,174.84L394.98,174.84z"
220
- })))), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
221
- className: "st3",
222
- points: "350.2,221.74 369.13,210.81 388.06,221.74 369.13,232.67 "
223
- }), /*#__PURE__*/React.createElement("path", {
224
- className: "st3",
225
- d: "M369.13,211.39l17.93,10.35l-17.93,10.35l-17.93-10.35L369.13,211.39 M369.13,210.23l-19.93,11.51 l19.93,11.51l19.93-11.51L369.13,210.23L369.13,210.23z"
226
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
227
- className: "st11",
228
- points: "350.2,218.53 369.13,207.6 388.06,218.53 369.13,229.46 "
229
- }), /*#__PURE__*/React.createElement("path", {
230
- className: "st3",
231
- d: "M369.13,208.18l17.93,10.35l-17.93,10.35l-17.93-10.35L369.13,208.18 M369.13,207.02l-19.93,11.51 l19.93,11.51l19.93-11.51L369.13,207.02L369.13,207.02z"
232
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
233
- className: "st13",
234
- points: "350.2,214.37 369.13,203.44 388.06,214.37 369.13,225.3 "
235
- }), /*#__PURE__*/React.createElement("path", {
236
- className: "st3",
237
- d: "M369.13,204.01l17.93,10.35l-17.93,10.35l-17.93-10.35L369.13,204.01 M369.13,202.86l-19.93,11.51 l19.93,11.51l19.93-11.51L369.13,202.86L369.13,202.86z"
238
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("polygon", {
239
- className: "st15",
240
- points: "350.2,210.21 369.13,199.28 388.06,210.21 369.13,221.14 "
241
- }), /*#__PURE__*/React.createElement("path", {
242
- className: "st3",
243
- d: "M369.13,199.85l17.93,10.35l-17.93,10.35l-17.93-10.35L369.13,199.85 M369.13,198.7l-19.93,11.51 l19.93,11.51l19.93-11.51L369.13,198.7L369.13,198.7z"
244
- }))))), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
245
- x: 607.4,
246
- className: "st1",
247
- width: 1,
248
- height: 1
249
- }), /*#__PURE__*/React.createElement("rect", {
250
- x: 610.4,
251
- y: 3,
252
- className: "st0",
253
- width: 1,
254
- height: 1
255
- }), /*#__PURE__*/React.createElement("rect", {
256
- x: 609.4,
257
- y: 2,
258
- className: "st1",
259
- width: 1,
260
- height: 1
261
- }))), /*#__PURE__*/React.createElement("g", {
262
- id: "Layer_2"
263
- }), /*#__PURE__*/React.createElement("g", {
264
- id: "Layer_3"
265
- }))));
23
+ }, props), {}, {
24
+ children: [/*#__PURE__*/_jsx("defs", {
25
+ children: /*#__PURE__*/_jsx("style", {
26
+ type: "text/css" // eslint-disable-next-line react/no-danger
27
+ ,
28
+ dangerouslySetInnerHTML: {
29
+ __html: '.st0{fill:none;}.st1{fill:#1557FF;}.st2{fill:#10172E;stroke:#10172E;stroke-miterlimit:10;}.st3{fill:#10172E;}.st4{fill:url(#New_Pattern_2);}.st5{fill:none;stroke:#10172E;stroke-miterlimit:10;}.st6{fill:#F5FCFF;stroke:#10172E;stroke-miterlimit:10;}.st7{fill:#1557FF;stroke:#10172E;stroke-miterlimit:10;}.st8{fill:#65C4FF;stroke:#10172E;stroke-miterlimit:10;}.st9{fill:#FFFFFF;stroke:#10172E;stroke-miterlimit:10;}.st10{stroke:#10172E;stroke-miterlimit:10;}.st11{fill:#65C4FF;}.st12{fill:#89D2FF;}.st13{fill:#ADE0FF;}.st14{fill:#D1EEFF;}.st15{fill:#F5FCFF;}'
30
+ }
31
+ })
32
+ }), /*#__PURE__*/_jsx("switch", {
33
+ children: /*#__PURE__*/_jsxs("g", {
34
+ children: [/*#__PURE__*/_jsx("pattern", {
35
+ x: 1613.69,
36
+ y: 2044.87,
37
+ width: 4,
38
+ height: 4,
39
+ patternUnits: "userSpaceOnUse",
40
+ id: "New_Pattern_2",
41
+ viewBox: "0 -4 4 4",
42
+ style: {
43
+ overflow: 'visible'
44
+ },
45
+ children: /*#__PURE__*/_jsxs("g", {
46
+ children: [/*#__PURE__*/_jsx("rect", {
47
+ y: -4,
48
+ className: "st0",
49
+ width: 4,
50
+ height: 4
51
+ }), /*#__PURE__*/_jsx("rect", {
52
+ y: -4,
53
+ className: "st1",
54
+ width: 1,
55
+ height: 1
56
+ }), /*#__PURE__*/_jsx("rect", {
57
+ x: 3,
58
+ y: -1,
59
+ className: "st0",
60
+ width: 1,
61
+ height: 1
62
+ }), /*#__PURE__*/_jsx("rect", {
63
+ x: 2,
64
+ y: -2,
65
+ className: "st1",
66
+ width: 1,
67
+ height: 1
68
+ })]
69
+ })
70
+ }), /*#__PURE__*/_jsxs("g", {
71
+ id: "Layer_1",
72
+ children: [/*#__PURE__*/_jsx("g", {}), /*#__PURE__*/_jsx("rect", {
73
+ x: 8395.19,
74
+ y: -3253.63,
75
+ className: "st2",
76
+ width: 0,
77
+ height: 0
78
+ }), /*#__PURE__*/_jsx("line", {
79
+ className: "st2",
80
+ x1: 8395.19,
81
+ y1: -3253.63,
82
+ x2: 8395.19,
83
+ y2: -3253.63
84
+ }), /*#__PURE__*/_jsxs("g", {
85
+ children: [/*#__PURE__*/_jsxs("g", {
86
+ children: [/*#__PURE__*/_jsx("polygon", {
87
+ className: "st3",
88
+ points: "72.32,178.5 208.83,98.2 446.05,235.17 308.46,315.3 "
89
+ }), /*#__PURE__*/_jsx("path", {
90
+ className: "st3",
91
+ d: "M208.83,98.77l236.23,136.4l-136.6,79.55L73.31,178.49L208.83,98.77 M208.82,97.62L71.32,178.5 l237.13,137.38l138.59-80.71L208.82,97.62L208.82,97.62z"
92
+ })]
93
+ }), /*#__PURE__*/_jsx("polygon", {
94
+ className: "st4",
95
+ points: "138.99,137.66 377.22,275.21 517.05,194.04 278.27,57.99 "
96
+ }), /*#__PURE__*/_jsx("line", {
97
+ className: "st5",
98
+ x1: 0.25,
99
+ y1: 219.85,
100
+ x2: 377.15,
101
+ y2: 0.43
102
+ }), /*#__PURE__*/_jsx("polygon", {
103
+ className: "st6",
104
+ points: "75.55,146.85 313.78,284.4 452.74,204.11 214.51,66.55 "
105
+ }), /*#__PURE__*/_jsx("polygon", {
106
+ className: "st7",
107
+ points: "75.55,142.47 313.78,280.02 452.74,199.73 214.51,62.18 "
108
+ }), /*#__PURE__*/_jsxs("g", {
109
+ children: [/*#__PURE__*/_jsx("polygon", {
110
+ className: "st8",
111
+ points: "214.48,162.58 263.82,191.07 332.9,151.19 283.55,122.7 "
112
+ }), /*#__PURE__*/_jsx("polygon", {
113
+ className: "st2",
114
+ points: "214.48,158.38 263.82,186.87 332.9,146.98 283.55,118.49 "
115
+ }), /*#__PURE__*/_jsx("path", {
116
+ className: "st6",
117
+ d: "M269.94,133.65l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C269.72,133.59,269.84,133.6,269.94,133.65z"
118
+ }), /*#__PURE__*/_jsx("path", {
119
+ className: "st6",
120
+ d: "M259.25,139.64l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C259.03,139.57,259.15,139.58,259.25,139.64z"
121
+ }), /*#__PURE__*/_jsx("path", {
122
+ className: "st6",
123
+ d: "M248.56,145.98l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C248.33,145.92,248.46,145.92,248.56,145.98z"
124
+ }), /*#__PURE__*/_jsx("path", {
125
+ className: "st6",
126
+ d: "M236.78,153.05l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C236.55,152.99,236.68,152.99,236.78,153.05z"
127
+ }), /*#__PURE__*/_jsx("path", {
128
+ className: "st6",
129
+ d: "M280.27,127.67l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C280.05,127.61,280.17,127.62,280.27,127.67z"
130
+ })]
131
+ }), /*#__PURE__*/_jsxs("g", {
132
+ children: [/*#__PURE__*/_jsx("polygon", {
133
+ className: "st9",
134
+ points: "221.5,196.73 270.47,225.01 339.04,185.42 290.06,157.14 "
135
+ }), /*#__PURE__*/_jsx("polygon", {
136
+ className: "st7",
137
+ points: "221.5,192.56 270.47,220.83 339.04,181.24 290.06,152.97 "
138
+ }), /*#__PURE__*/_jsx("path", {
139
+ className: "st6",
140
+ d: "M276.55,168.01l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C276.33,167.95,276.45,167.96,276.55,168.01z"
141
+ }), /*#__PURE__*/_jsx("path", {
142
+ className: "st6",
143
+ d: "M265.94,173.95l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C265.72,173.89,265.84,173.89,265.94,173.95z"
144
+ }), /*#__PURE__*/_jsx("path", {
145
+ className: "st6",
146
+ d: "M255.32,180.25l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C255.1,180.19,255.22,180.19,255.32,180.25z"
147
+ }), /*#__PURE__*/_jsx("path", {
148
+ className: "st6",
149
+ d: "M243.63,187.26l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C243.41,187.2,243.53,187.2,243.63,187.26z"
150
+ }), /*#__PURE__*/_jsx("path", {
151
+ className: "st6",
152
+ d: "M286.8,162.08l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C286.58,162.02,286.7,162.02,286.8,162.08z"
153
+ })]
154
+ }), /*#__PURE__*/_jsxs("g", {
155
+ children: [/*#__PURE__*/_jsx("polygon", {
156
+ className: "st2",
157
+ points: "113.53,143.18 162.51,171.46 231.07,131.87 182.1,103.6 "
158
+ }), /*#__PURE__*/_jsx("polygon", {
159
+ className: "st6",
160
+ points: "113.53,139.89 162.51,168.16 231.07,128.58 182.1,100.3 "
161
+ }), /*#__PURE__*/_jsx("path", {
162
+ className: "st8",
163
+ d: "M168.58,115.34l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C168.36,115.28,168.48,115.29,168.58,115.34z"
164
+ }), /*#__PURE__*/_jsx("path", {
165
+ className: "st8",
166
+ d: "M157.97,121.28l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C157.75,121.22,157.87,121.22,157.97,121.28z"
167
+ }), /*#__PURE__*/_jsx("path", {
168
+ className: "st8",
169
+ d: "M147.36,127.58l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C147.14,127.52,147.26,127.52,147.36,127.58z"
170
+ }), /*#__PURE__*/_jsx("path", {
171
+ className: "st8",
172
+ d: "M135.66,134.59l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C135.44,134.53,135.57,134.54,135.66,134.59z"
173
+ }), /*#__PURE__*/_jsx("path", {
174
+ className: "st8",
175
+ d: "M178.84,109.41l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C178.62,109.35,178.74,109.35,178.84,109.41z"
176
+ })]
177
+ }), /*#__PURE__*/_jsxs("g", {
178
+ children: [/*#__PURE__*/_jsx("polygon", {
179
+ className: "st6",
180
+ points: "195.22,96.8 215.15,85.29 235.08,96.8 215.15,108.3 "
181
+ }), /*#__PURE__*/_jsx("polygon", {
182
+ className: "st2",
183
+ points: "195.22,93.14 215.15,81.63 235.08,93.14 215.15,104.64 "
184
+ })]
185
+ }), /*#__PURE__*/_jsx("line", {
186
+ className: "st10",
187
+ x1: 186.39,
188
+ y1: 387.19,
189
+ x2: 587.15,
190
+ y2: 153.56
191
+ }), /*#__PURE__*/_jsx("line", {
192
+ className: "st5",
193
+ x1: 301.89,
194
+ y1: 44.18,
195
+ x2: 540.87,
196
+ y2: 181.01
197
+ }), /*#__PURE__*/_jsx("line", {
198
+ className: "st5",
199
+ x1: 48.14,
200
+ y1: 192.06,
201
+ x2: 287.11,
202
+ y2: 328.88
203
+ }), /*#__PURE__*/_jsx("line", {
204
+ className: "st0",
205
+ x1: 278.27,
206
+ y1: 58.18,
207
+ x2: 517.24,
208
+ y2: 194.13
209
+ }), /*#__PURE__*/_jsxs("g", {
210
+ children: [/*#__PURE__*/_jsxs("g", {
211
+ children: [/*#__PURE__*/_jsx("polygon", {
212
+ className: "st3",
213
+ points: "376.06,206.63 394.98,195.7 413.91,206.63 394.98,217.56 "
214
+ }), /*#__PURE__*/_jsx("path", {
215
+ className: "st3",
216
+ d: "M394.98,196.28l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,196.28 M394.98,195.12l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,195.12L394.98,195.12z"
217
+ })]
218
+ }), /*#__PURE__*/_jsxs("g", {
219
+ children: [/*#__PURE__*/_jsxs("g", {
220
+ children: [/*#__PURE__*/_jsx("polygon", {
221
+ className: "st11",
222
+ points: "376.06,203.29 394.98,192.36 413.91,203.29 394.98,214.22 "
223
+ }), /*#__PURE__*/_jsx("path", {
224
+ className: "st3",
225
+ d: "M394.98,192.94l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,192.94 M394.98,191.78l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,191.78L394.98,191.78z"
226
+ })]
227
+ }), /*#__PURE__*/_jsxs("g", {
228
+ children: [/*#__PURE__*/_jsx("polygon", {
229
+ className: "st12",
230
+ points: "376.06,199.05 394.98,188.12 413.91,199.05 394.98,209.98 "
231
+ }), /*#__PURE__*/_jsx("path", {
232
+ className: "st3",
233
+ d: "M394.98,188.7l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,188.7 M394.98,187.55l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,187.55L394.98,187.55z"
234
+ })]
235
+ }), /*#__PURE__*/_jsxs("g", {
236
+ children: [/*#__PURE__*/_jsx("polygon", {
237
+ className: "st13",
238
+ points: "376.06,194.82 394.98,183.89 413.91,194.82 394.98,205.75 "
239
+ }), /*#__PURE__*/_jsx("path", {
240
+ className: "st3",
241
+ d: "M394.98,184.46l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,184.46 M394.98,183.31l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,183.31L394.98,183.31z"
242
+ })]
243
+ }), /*#__PURE__*/_jsxs("g", {
244
+ children: [/*#__PURE__*/_jsx("polygon", {
245
+ className: "st14",
246
+ points: "376.06,190.58 394.98,179.65 413.91,190.58 394.98,201.51 "
247
+ }), /*#__PURE__*/_jsx("path", {
248
+ className: "st3",
249
+ d: "M394.98,180.23l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,180.23 M394.98,179.07l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,179.07L394.98,179.07z"
250
+ })]
251
+ }), /*#__PURE__*/_jsxs("g", {
252
+ children: [/*#__PURE__*/_jsx("polygon", {
253
+ className: "st15",
254
+ points: "376.06,186.34 394.98,175.41 413.91,186.34 394.98,197.27 "
255
+ }), /*#__PURE__*/_jsx("path", {
256
+ className: "st3",
257
+ d: "M394.98,175.99l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,175.99 M394.98,174.84l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,174.84L394.98,174.84z"
258
+ })]
259
+ })]
260
+ })]
261
+ }), /*#__PURE__*/_jsxs("g", {
262
+ children: [/*#__PURE__*/_jsxs("g", {
263
+ children: [/*#__PURE__*/_jsx("polygon", {
264
+ className: "st3",
265
+ points: "350.2,221.74 369.13,210.81 388.06,221.74 369.13,232.67 "
266
+ }), /*#__PURE__*/_jsx("path", {
267
+ className: "st3",
268
+ d: "M369.13,211.39l17.93,10.35l-17.93,10.35l-17.93-10.35L369.13,211.39 M369.13,210.23l-19.93,11.51 l19.93,11.51l19.93-11.51L369.13,210.23L369.13,210.23z"
269
+ })]
270
+ }), /*#__PURE__*/_jsxs("g", {
271
+ children: [/*#__PURE__*/_jsxs("g", {
272
+ children: [/*#__PURE__*/_jsx("polygon", {
273
+ className: "st11",
274
+ points: "350.2,218.53 369.13,207.6 388.06,218.53 369.13,229.46 "
275
+ }), /*#__PURE__*/_jsx("path", {
276
+ className: "st3",
277
+ d: "M369.13,208.18l17.93,10.35l-17.93,10.35l-17.93-10.35L369.13,208.18 M369.13,207.02l-19.93,11.51 l19.93,11.51l19.93-11.51L369.13,207.02L369.13,207.02z"
278
+ })]
279
+ }), /*#__PURE__*/_jsxs("g", {
280
+ children: [/*#__PURE__*/_jsx("polygon", {
281
+ className: "st13",
282
+ points: "350.2,214.37 369.13,203.44 388.06,214.37 369.13,225.3 "
283
+ }), /*#__PURE__*/_jsx("path", {
284
+ className: "st3",
285
+ d: "M369.13,204.01l17.93,10.35l-17.93,10.35l-17.93-10.35L369.13,204.01 M369.13,202.86l-19.93,11.51 l19.93,11.51l19.93-11.51L369.13,202.86L369.13,202.86z"
286
+ })]
287
+ }), /*#__PURE__*/_jsxs("g", {
288
+ children: [/*#__PURE__*/_jsx("polygon", {
289
+ className: "st15",
290
+ points: "350.2,210.21 369.13,199.28 388.06,210.21 369.13,221.14 "
291
+ }), /*#__PURE__*/_jsx("path", {
292
+ className: "st3",
293
+ d: "M369.13,199.85l17.93,10.35l-17.93,10.35l-17.93-10.35L369.13,199.85 M369.13,198.7l-19.93,11.51 l19.93,11.51l19.93-11.51L369.13,198.7L369.13,198.7z"
294
+ })]
295
+ })]
296
+ })]
297
+ })]
298
+ }), /*#__PURE__*/_jsxs("g", {
299
+ children: [/*#__PURE__*/_jsx("rect", {
300
+ x: 607.4,
301
+ className: "st1",
302
+ width: 1,
303
+ height: 1
304
+ }), /*#__PURE__*/_jsx("rect", {
305
+ x: 610.4,
306
+ y: 3,
307
+ className: "st0",
308
+ width: 1,
309
+ height: 1
310
+ }), /*#__PURE__*/_jsx("rect", {
311
+ x: 609.4,
312
+ y: 2,
313
+ className: "st1",
314
+ width: 1,
315
+ height: 1
316
+ })]
317
+ })]
318
+ }), /*#__PURE__*/_jsx("g", {
319
+ id: "Layer_2"
320
+ }), /*#__PURE__*/_jsx("g", {
321
+ id: "Layer_3"
322
+ })]
323
+ })
324
+ })]
325
+ }));
266
326
  };
package/dist/Plant.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 Plant: React.FC<IllustrationProps>;