@codecademy/gamut-illustrations 1.0.0-alpha.97744b.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,8 +1,14 @@
1
- function _extends() { _extends = Object.assign || 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); }
2
-
3
- import React from 'react';
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ 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; }
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
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
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,308 @@ 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"
27
+ // eslint-disable-next-line react/no-danger
28
+ ,
29
+ dangerouslySetInnerHTML: {
30
+ __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;}'
31
+ }
32
+ })
33
+ }), /*#__PURE__*/_jsx("switch", {
34
+ children: /*#__PURE__*/_jsxs("g", {
35
+ children: [/*#__PURE__*/_jsx("pattern", {
36
+ x: 1613.69,
37
+ y: 2044.87,
38
+ width: 4,
39
+ height: 4,
40
+ patternUnits: "userSpaceOnUse",
41
+ id: "New_Pattern_2",
42
+ viewBox: "0 -4 4 4",
43
+ style: {
44
+ overflow: 'visible'
45
+ },
46
+ children: /*#__PURE__*/_jsxs("g", {
47
+ children: [/*#__PURE__*/_jsx("rect", {
48
+ y: -4,
49
+ className: "st0",
50
+ width: 4,
51
+ height: 4
52
+ }), /*#__PURE__*/_jsx("rect", {
53
+ y: -4,
54
+ className: "st1",
55
+ width: 1,
56
+ height: 1
57
+ }), /*#__PURE__*/_jsx("rect", {
58
+ x: 3,
59
+ y: -1,
60
+ className: "st0",
61
+ width: 1,
62
+ height: 1
63
+ }), /*#__PURE__*/_jsx("rect", {
64
+ x: 2,
65
+ y: -2,
66
+ className: "st1",
67
+ width: 1,
68
+ height: 1
69
+ })]
70
+ })
71
+ }), /*#__PURE__*/_jsxs("g", {
72
+ id: "Layer_1",
73
+ children: [/*#__PURE__*/_jsx("g", {}), /*#__PURE__*/_jsx("rect", {
74
+ x: 8395.19,
75
+ y: -3253.63,
76
+ className: "st2",
77
+ width: 0,
78
+ height: 0
79
+ }), /*#__PURE__*/_jsx("line", {
80
+ className: "st2",
81
+ x1: 8395.19,
82
+ y1: -3253.63,
83
+ x2: 8395.19,
84
+ y2: -3253.63
85
+ }), /*#__PURE__*/_jsxs("g", {
86
+ children: [/*#__PURE__*/_jsxs("g", {
87
+ children: [/*#__PURE__*/_jsx("polygon", {
88
+ className: "st3",
89
+ points: "72.32,178.5 208.83,98.2 446.05,235.17 308.46,315.3 "
90
+ }), /*#__PURE__*/_jsx("path", {
91
+ className: "st3",
92
+ 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"
93
+ })]
94
+ }), /*#__PURE__*/_jsx("polygon", {
95
+ className: "st4",
96
+ points: "138.99,137.66 377.22,275.21 517.05,194.04 278.27,57.99 "
97
+ }), /*#__PURE__*/_jsx("line", {
98
+ className: "st5",
99
+ x1: 0.25,
100
+ y1: 219.85,
101
+ x2: 377.15,
102
+ y2: 0.43
103
+ }), /*#__PURE__*/_jsx("polygon", {
104
+ className: "st6",
105
+ points: "75.55,146.85 313.78,284.4 452.74,204.11 214.51,66.55 "
106
+ }), /*#__PURE__*/_jsx("polygon", {
107
+ className: "st7",
108
+ points: "75.55,142.47 313.78,280.02 452.74,199.73 214.51,62.18 "
109
+ }), /*#__PURE__*/_jsxs("g", {
110
+ children: [/*#__PURE__*/_jsx("polygon", {
111
+ className: "st8",
112
+ points: "214.48,162.58 263.82,191.07 332.9,151.19 283.55,122.7 "
113
+ }), /*#__PURE__*/_jsx("polygon", {
114
+ className: "st2",
115
+ points: "214.48,158.38 263.82,186.87 332.9,146.98 283.55,118.49 "
116
+ }), /*#__PURE__*/_jsx("path", {
117
+ className: "st6",
118
+ 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"
119
+ }), /*#__PURE__*/_jsx("path", {
120
+ className: "st6",
121
+ 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"
122
+ }), /*#__PURE__*/_jsx("path", {
123
+ className: "st6",
124
+ 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"
125
+ }), /*#__PURE__*/_jsx("path", {
126
+ className: "st6",
127
+ 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"
128
+ }), /*#__PURE__*/_jsx("path", {
129
+ className: "st6",
130
+ 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"
131
+ })]
132
+ }), /*#__PURE__*/_jsxs("g", {
133
+ children: [/*#__PURE__*/_jsx("polygon", {
134
+ className: "st9",
135
+ points: "221.5,196.73 270.47,225.01 339.04,185.42 290.06,157.14 "
136
+ }), /*#__PURE__*/_jsx("polygon", {
137
+ className: "st7",
138
+ points: "221.5,192.56 270.47,220.83 339.04,181.24 290.06,152.97 "
139
+ }), /*#__PURE__*/_jsx("path", {
140
+ className: "st6",
141
+ 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"
142
+ }), /*#__PURE__*/_jsx("path", {
143
+ className: "st6",
144
+ 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"
145
+ }), /*#__PURE__*/_jsx("path", {
146
+ className: "st6",
147
+ 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"
148
+ }), /*#__PURE__*/_jsx("path", {
149
+ className: "st6",
150
+ 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"
151
+ }), /*#__PURE__*/_jsx("path", {
152
+ className: "st6",
153
+ 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"
154
+ })]
155
+ }), /*#__PURE__*/_jsxs("g", {
156
+ children: [/*#__PURE__*/_jsx("polygon", {
157
+ className: "st2",
158
+ points: "113.53,143.18 162.51,171.46 231.07,131.87 182.1,103.6 "
159
+ }), /*#__PURE__*/_jsx("polygon", {
160
+ className: "st6",
161
+ points: "113.53,139.89 162.51,168.16 231.07,128.58 182.1,100.3 "
162
+ }), /*#__PURE__*/_jsx("path", {
163
+ className: "st8",
164
+ 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"
165
+ }), /*#__PURE__*/_jsx("path", {
166
+ className: "st8",
167
+ 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"
168
+ }), /*#__PURE__*/_jsx("path", {
169
+ className: "st8",
170
+ 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"
171
+ }), /*#__PURE__*/_jsx("path", {
172
+ className: "st8",
173
+ 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"
174
+ }), /*#__PURE__*/_jsx("path", {
175
+ className: "st8",
176
+ 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"
177
+ })]
178
+ }), /*#__PURE__*/_jsxs("g", {
179
+ children: [/*#__PURE__*/_jsx("polygon", {
180
+ className: "st6",
181
+ points: "195.22,96.8 215.15,85.29 235.08,96.8 215.15,108.3 "
182
+ }), /*#__PURE__*/_jsx("polygon", {
183
+ className: "st2",
184
+ points: "195.22,93.14 215.15,81.63 235.08,93.14 215.15,104.64 "
185
+ })]
186
+ }), /*#__PURE__*/_jsx("line", {
187
+ className: "st10",
188
+ x1: 186.39,
189
+ y1: 387.19,
190
+ x2: 587.15,
191
+ y2: 153.56
192
+ }), /*#__PURE__*/_jsx("line", {
193
+ className: "st5",
194
+ x1: 301.89,
195
+ y1: 44.18,
196
+ x2: 540.87,
197
+ y2: 181.01
198
+ }), /*#__PURE__*/_jsx("line", {
199
+ className: "st5",
200
+ x1: 48.14,
201
+ y1: 192.06,
202
+ x2: 287.11,
203
+ y2: 328.88
204
+ }), /*#__PURE__*/_jsx("line", {
205
+ className: "st0",
206
+ x1: 278.27,
207
+ y1: 58.18,
208
+ x2: 517.24,
209
+ y2: 194.13
210
+ }), /*#__PURE__*/_jsxs("g", {
211
+ children: [/*#__PURE__*/_jsxs("g", {
212
+ children: [/*#__PURE__*/_jsx("polygon", {
213
+ className: "st3",
214
+ points: "376.06,206.63 394.98,195.7 413.91,206.63 394.98,217.56 "
215
+ }), /*#__PURE__*/_jsx("path", {
216
+ className: "st3",
217
+ 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"
218
+ })]
219
+ }), /*#__PURE__*/_jsxs("g", {
220
+ children: [/*#__PURE__*/_jsxs("g", {
221
+ children: [/*#__PURE__*/_jsx("polygon", {
222
+ className: "st11",
223
+ points: "376.06,203.29 394.98,192.36 413.91,203.29 394.98,214.22 "
224
+ }), /*#__PURE__*/_jsx("path", {
225
+ className: "st3",
226
+ 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"
227
+ })]
228
+ }), /*#__PURE__*/_jsxs("g", {
229
+ children: [/*#__PURE__*/_jsx("polygon", {
230
+ className: "st12",
231
+ points: "376.06,199.05 394.98,188.12 413.91,199.05 394.98,209.98 "
232
+ }), /*#__PURE__*/_jsx("path", {
233
+ className: "st3",
234
+ 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"
235
+ })]
236
+ }), /*#__PURE__*/_jsxs("g", {
237
+ children: [/*#__PURE__*/_jsx("polygon", {
238
+ className: "st13",
239
+ points: "376.06,194.82 394.98,183.89 413.91,194.82 394.98,205.75 "
240
+ }), /*#__PURE__*/_jsx("path", {
241
+ className: "st3",
242
+ 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"
243
+ })]
244
+ }), /*#__PURE__*/_jsxs("g", {
245
+ children: [/*#__PURE__*/_jsx("polygon", {
246
+ className: "st14",
247
+ points: "376.06,190.58 394.98,179.65 413.91,190.58 394.98,201.51 "
248
+ }), /*#__PURE__*/_jsx("path", {
249
+ className: "st3",
250
+ 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"
251
+ })]
252
+ }), /*#__PURE__*/_jsxs("g", {
253
+ children: [/*#__PURE__*/_jsx("polygon", {
254
+ className: "st15",
255
+ points: "376.06,186.34 394.98,175.41 413.91,186.34 394.98,197.27 "
256
+ }), /*#__PURE__*/_jsx("path", {
257
+ className: "st3",
258
+ 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"
259
+ })]
260
+ })]
261
+ })]
262
+ }), /*#__PURE__*/_jsxs("g", {
263
+ children: [/*#__PURE__*/_jsxs("g", {
264
+ children: [/*#__PURE__*/_jsx("polygon", {
265
+ className: "st3",
266
+ points: "350.2,221.74 369.13,210.81 388.06,221.74 369.13,232.67 "
267
+ }), /*#__PURE__*/_jsx("path", {
268
+ className: "st3",
269
+ 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"
270
+ })]
271
+ }), /*#__PURE__*/_jsxs("g", {
272
+ children: [/*#__PURE__*/_jsxs("g", {
273
+ children: [/*#__PURE__*/_jsx("polygon", {
274
+ className: "st11",
275
+ points: "350.2,218.53 369.13,207.6 388.06,218.53 369.13,229.46 "
276
+ }), /*#__PURE__*/_jsx("path", {
277
+ className: "st3",
278
+ 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"
279
+ })]
280
+ }), /*#__PURE__*/_jsxs("g", {
281
+ children: [/*#__PURE__*/_jsx("polygon", {
282
+ className: "st13",
283
+ points: "350.2,214.37 369.13,203.44 388.06,214.37 369.13,225.3 "
284
+ }), /*#__PURE__*/_jsx("path", {
285
+ className: "st3",
286
+ 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"
287
+ })]
288
+ }), /*#__PURE__*/_jsxs("g", {
289
+ children: [/*#__PURE__*/_jsx("polygon", {
290
+ className: "st15",
291
+ points: "350.2,210.21 369.13,199.28 388.06,210.21 369.13,221.14 "
292
+ }), /*#__PURE__*/_jsx("path", {
293
+ className: "st3",
294
+ 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"
295
+ })]
296
+ })]
297
+ })]
298
+ })]
299
+ }), /*#__PURE__*/_jsxs("g", {
300
+ children: [/*#__PURE__*/_jsx("rect", {
301
+ x: 607.4,
302
+ className: "st1",
303
+ width: 1,
304
+ height: 1
305
+ }), /*#__PURE__*/_jsx("rect", {
306
+ x: 610.4,
307
+ y: 3,
308
+ className: "st0",
309
+ width: 1,
310
+ height: 1
311
+ }), /*#__PURE__*/_jsx("rect", {
312
+ x: 609.4,
313
+ y: 2,
314
+ className: "st1",
315
+ width: 1,
316
+ height: 1
317
+ })]
318
+ })]
319
+ }), /*#__PURE__*/_jsx("g", {
320
+ id: "Layer_2"
321
+ }), /*#__PURE__*/_jsx("g", {
322
+ id: "Layer_3"
323
+ })]
324
+ })
325
+ })]
326
+ }));
266
327
  };
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>;