@codecademy/gamut-illustrations 0.45.2 → 0.46.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.
- package/dist/ProjectReview.d.ts +3 -0
- package/dist/ProjectReview.js +488 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,488 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
export var ProjectReview = function ProjectReview(_ref) {
|
|
5
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
_ref$height = _ref.height,
|
|
8
|
+
height = _ref$height === void 0 ? '162' : _ref$height,
|
|
9
|
+
_ref$width = _ref.width,
|
|
10
|
+
width = _ref$width === void 0 ? '432' : _ref$width;
|
|
11
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
12
|
+
"aria-hidden": ariaHidden,
|
|
13
|
+
className: className,
|
|
14
|
+
width: width,
|
|
15
|
+
height: height,
|
|
16
|
+
viewBox: "0 0 432 162",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
19
|
+
fill: "none",
|
|
20
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
21
|
+
fill: "#fff",
|
|
22
|
+
d: "M223 80.5a.5.5 0 0 0 0 1v-1ZM277.5 27a.5.5 0 0 0-1 0h1ZM376 81h.5v-.5h-.5v.5Zm-153 .5h2.25v-1H223v1Zm6.75 0h4.5v-1h-4.5v1Zm9 0h4.5v-1h-4.5v1Zm9 0H250v-1h-2.25v1ZM276.5 27v1.929h1V27h-1Zm0 5.786v3.857h1v-3.857h-1Zm0 7.714v3.857h1V40.5h-1Zm0 7.714v3.857h1v-3.857h-1Zm0 7.715v3.857h1v-3.857h-1Zm0 7.714V67.5h1v-3.857h-1Zm0 7.714v3.857h1v-3.857h-1Zm0 7.714V81h1v-1.929h-1Zm.5 2.429h2.063v-1H277v1Zm6.188 0h4.124v-1h-4.124v1Zm8.25 0h4.124v-1h-4.124v1Zm8.25 0h4.124v-1h-4.124v1Zm8.25 0h4.124v-1h-4.124v1Zm8.25 0h4.124v-1h-4.124v1Zm8.25 0h4.124v-1h-4.124v1Zm8.25 0h4.124v-1h-4.124v1Zm8.25 0h4.124v-1h-4.124v1Zm8.25 0h4.124v-1h-4.124v1Zm8.25 0h4.124v-1h-4.124v1Zm8.25 0h4.124v-1h-4.124v1Zm8.25 0H376v-1h-2.062v1Zm1.562-.5v1.893h1V81h-1Zm0 5.679v3.785h1V86.68h-1Zm0 7.571v3.786h1V94.25h-1Zm0 7.571v3.786h1v-3.786h-1Zm0 7.572v3.786h1v-3.786h-1Zm0 7.571v3.786h1v-3.786h-1Zm0 7.572v3.785h1v-3.785h-1Zm0 7.571V134h1v-1.893h-1ZM250 81.5h2.25v-1H250v1Zm6.75 0h4.5v-1h-4.5v1Zm9 0h4.5v-1h-4.5v1Zm9 0H277v-1h-2.25v1ZM249.5 81v2h1v-2h-1Zm0 6v4h1v-4h-1Zm0 8v4h1v-4h-1Zm0 8v2h1v-2h-1Z"
|
|
23
|
+
}), /*#__PURE__*/_jsx("mask", {
|
|
24
|
+
id: "a",
|
|
25
|
+
width: "97",
|
|
26
|
+
height: "97",
|
|
27
|
+
x: "114",
|
|
28
|
+
y: "13",
|
|
29
|
+
maskUnits: "userSpaceOnUse",
|
|
30
|
+
children: /*#__PURE__*/_jsx("circle", {
|
|
31
|
+
cx: "162.502",
|
|
32
|
+
cy: "61.01",
|
|
33
|
+
r: "48",
|
|
34
|
+
fill: "#D9D9D9",
|
|
35
|
+
transform: "rotate(75 162.502 61.01)"
|
|
36
|
+
})
|
|
37
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
38
|
+
stroke: "#000",
|
|
39
|
+
mask: "url(#a)",
|
|
40
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
41
|
+
d: "M102.515 12.523h120v97h-120z"
|
|
42
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
43
|
+
fill: "#fff",
|
|
44
|
+
d: "M110.515 26.691h24v4h-24zM138.515 26.691h24v4h-24zM166.515 26.691h12v4h-12z"
|
|
45
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
46
|
+
fill: "#CC7BC2",
|
|
47
|
+
d: "M110.515 39.625h24v4h-24z"
|
|
48
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
49
|
+
fill: "#B4D353",
|
|
50
|
+
d: "M138.515 39.625h4v4h-4z"
|
|
51
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
52
|
+
fill: "#fff",
|
|
53
|
+
d: "M146.515 39.625h24v4h-24z"
|
|
54
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
55
|
+
fill: "#B4D353",
|
|
56
|
+
d: "M174.515 39.625h4v4h-4z"
|
|
57
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
58
|
+
fill: "#CC7BC2",
|
|
59
|
+
d: "M182.515 39.625h24v4h-24z"
|
|
60
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
61
|
+
fill: "#FF8973",
|
|
62
|
+
d: "M110.515 52.559h24v4h-24z"
|
|
63
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
64
|
+
fill: "#fff",
|
|
65
|
+
d: "M138.515 52.559h40v4h-40z"
|
|
66
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
67
|
+
fill: "#B4D353",
|
|
68
|
+
d: "M110.515 65.488h24v4h-24z"
|
|
69
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
70
|
+
fill: "#fff",
|
|
71
|
+
d: "M138.515 65.488h16v4h-16zM158.515 65.488h4v4h-4z"
|
|
72
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
73
|
+
fill: "#B4D353",
|
|
74
|
+
d: "M166.515 65.488h4v4h-4z"
|
|
75
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
76
|
+
fill: "#fff",
|
|
77
|
+
d: "M110.515 78.422h24v4h-24z"
|
|
78
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
79
|
+
fill: "#83FFF5",
|
|
80
|
+
d: "M138.515 78.422h24v4h-24z"
|
|
81
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
82
|
+
fill: "#fff",
|
|
83
|
+
d: "M166.515 78.422h4v4h-4z"
|
|
84
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
85
|
+
fill: "#83FFF5",
|
|
86
|
+
d: "M174.515 78.422h40v4h-40z"
|
|
87
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
88
|
+
fill: "#CC7BC2",
|
|
89
|
+
d: "M110.515 90.121h4v4h-4z"
|
|
90
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
91
|
+
fill: "#fff",
|
|
92
|
+
d: "M118.515 90.121h44v4h-44z"
|
|
93
|
+
})]
|
|
94
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
95
|
+
fill: "#fff",
|
|
96
|
+
fillOpacity: ".65",
|
|
97
|
+
stroke: "#000",
|
|
98
|
+
strokeWidth: "1.5",
|
|
99
|
+
d: "m96.148 90.082 8 13.856-27.713 16-8-13.856z"
|
|
100
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
101
|
+
fill: "#fff",
|
|
102
|
+
fillOpacity: ".2",
|
|
103
|
+
stroke: "#000",
|
|
104
|
+
strokeWidth: "1.5",
|
|
105
|
+
d: "M60.971 101.156a4 4 0 0 1 5.464 1.464l12 20.785a4 4 0 0 1-1.464 5.464l-51.962 30c-7.652 4.418-17.438 1.796-21.856-5.856-4.418-7.653-1.796-17.438 5.856-21.857l51.962-30Z"
|
|
106
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
107
|
+
cx: "162.502",
|
|
108
|
+
cy: "61.011",
|
|
109
|
+
r: "48",
|
|
110
|
+
fill: "#fff",
|
|
111
|
+
fillOpacity: ".09",
|
|
112
|
+
transform: "rotate(60 162.502 61.01)"
|
|
113
|
+
}), /*#__PURE__*/_jsxs("mask", {
|
|
114
|
+
id: "b",
|
|
115
|
+
width: "13.026",
|
|
116
|
+
height: "11.562",
|
|
117
|
+
x: "171.376",
|
|
118
|
+
y: "61.268",
|
|
119
|
+
fill: "#000",
|
|
120
|
+
maskUnits: "userSpaceOnUse",
|
|
121
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
122
|
+
fill: "#fff",
|
|
123
|
+
d: "M171.376 61.268h13.026V72.83h-13.026z"
|
|
124
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
125
|
+
fillRule: "evenodd",
|
|
126
|
+
d: "M180.706 65.67a.5.5 0 0 0-.707-.708l-3.696 3.696-1.266-1.266a.5.5 0 0 0-.707.707l1.62 1.62a.498.498 0 0 0 .707 0l4.049-4.05Z",
|
|
127
|
+
clipRule: "evenodd"
|
|
128
|
+
})]
|
|
129
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
130
|
+
fill: "#AEE938",
|
|
131
|
+
fillRule: "evenodd",
|
|
132
|
+
d: "M180.706 65.67a.5.5 0 0 0-.707-.708l-3.696 3.696-1.266-1.266a.5.5 0 0 0-.707.707l1.62 1.62a.498.498 0 0 0 .707 0l4.049-4.05Z",
|
|
133
|
+
clipRule: "evenodd"
|
|
134
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
135
|
+
fill: "#000",
|
|
136
|
+
d: "m180.706 64.962-.707.707.707-.707Zm0 .707-.707-.707.707.707Zm-.707-.707.707.707-.707-.707Zm-3.696 3.696-.707.707a1 1 0 0 0 1.414 0l-.707-.707Zm-1.266-1.266.707-.707-.707.707Zm-.707 0 .707.707-.707-.707Zm0 .707.707-.707-.707.707Zm1.62 1.62.707-.707-.707.707Zm.353.146v-1 1Zm.354-.146-.707-.707.707.707Zm3.342-4.05a.5.5 0 0 1 0-.707l1.414 1.414a1.5 1.5 0 0 0 0-2.12l-1.414 1.413Zm.707 0a.5.5 0 0 1-.707 0l1.414-1.414a1.5 1.5 0 0 0-2.121 0l1.414 1.414Zm-3.696 3.696 3.696-3.696-1.414-1.414-3.696 3.696 1.414 1.414Zm-2.68-1.266 1.266 1.266 1.414-1.414-1.266-1.266-1.414 1.414Zm.707 0a.5.5 0 0 1-.707 0l1.414-1.414a1.5 1.5 0 0 0-2.121 0l1.414 1.414Zm0-.707a.5.5 0 0 1 0 .707l-1.414-1.414a1.5 1.5 0 0 0 0 2.121l1.414-1.414Zm1.62 1.62-1.62-1.62-1.414 1.414 1.619 1.62 1.415-1.414Zm-.354-.147a.5.5 0 0 1 .354.147l-1.415 1.414c.282.281.663.44 1.061.44v-2Zm-.353.147a.498.498 0 0 1 .353-.147v2a1.5 1.5 0 0 0 1.061-.44l-1.414-1.413Zm4.049-4.05-4.049 4.05 1.414 1.414 4.049-4.05-1.414-1.414Z",
|
|
137
|
+
mask: "url(#b)"
|
|
138
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
139
|
+
fill: "#AEE938",
|
|
140
|
+
fillRule: "evenodd",
|
|
141
|
+
d: "M110.54 91.012c16.568 28.698 53.264 38.53 81.961 21.962 28.698-16.569 38.53-53.264 21.962-81.962-16.569-28.697-53.264-38.53-81.962-21.961-28.697 16.568-38.53 53.264-21.961 81.961Zm10.392-6c13.255 22.958 42.611 30.824 65.569 17.57 22.958-13.255 30.824-42.612 17.57-65.57-13.255-22.958-42.612-30.824-65.57-17.569-22.958 13.255-30.824 42.611-17.569 65.57Z",
|
|
142
|
+
clipRule: "evenodd"
|
|
143
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
144
|
+
fill: "#000",
|
|
145
|
+
d: "M192.126 112.324c-28.338 16.362-64.575 6.652-80.937-21.687l-1.299.75c16.776 29.057 53.93 39.012 82.986 22.236l-.75-1.299Zm21.687-80.937c16.362 28.34 6.652 64.576-21.687 80.937l.75 1.299c29.057-16.775 39.012-53.93 22.236-82.986l-1.299.75ZM132.876 9.7c28.339-16.361 64.576-6.652 80.937 21.687l1.299-.75C198.337 1.581 161.183-8.374 132.126 8.401l.75 1.3Zm-21.687 80.937C94.828 62.298 104.538 26.062 132.876 9.7l-.75-1.299c-29.056 16.776-39.011 53.93-22.236 82.986l1.299-.75Zm74.937 11.295c-22.599 13.048-51.497 5.305-64.544-17.295l-1.299.75c13.462 23.317 43.277 31.306 66.593 17.844l-.75-1.299Zm17.295-64.545c13.048 22.6 5.305 51.497-17.295 64.545l.75 1.299c23.317-13.462 31.306-43.277 17.844-66.594l-1.299.75Zm-64.545-17.294c22.6-13.048 51.497-5.305 64.545 17.294l1.299-.75c-13.462-23.317-43.277-31.305-66.594-17.843l.75 1.299Zm-17.294 64.544c-13.048-22.599-5.305-51.497 17.294-64.544l-.75-1.3c-23.316 13.462-31.305 43.278-17.843 66.594l1.299-.75Z"
|
|
146
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
147
|
+
fill: "#fff",
|
|
148
|
+
fillOpacity: ".2",
|
|
149
|
+
fillRule: "evenodd",
|
|
150
|
+
d: "M120.407 103.791a60.049 60.049 0 0 1-9.867-12.777 60.033 60.033 0 0 1-6.132-14.936l-12.26 7.078 16 27.713 12.259-7.078Zm.683-18.506-.313-.542.155.271.158.27Z",
|
|
151
|
+
clipRule: "evenodd"
|
|
152
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
153
|
+
fill: "#000",
|
|
154
|
+
d: "m120.407 103.791.375.65.853-.493-.702-.691-.526.534Zm-15.999-27.713.726-.189-.248-.953-.853.493.375.65Zm-12.26 7.078-.375-.65-.65.376.376.65.649-.376Zm16 27.713-.65.375.375.65.65-.375-.375-.65Zm12.629-26.126.649-.375-1.301.746.652-.371Zm.313.542-.647.379 1.296-.754-.649.375Zm-11.199 6.104a60.792 60.792 0 0 0 9.99 12.937l1.052-1.069a59.318 59.318 0 0 1-9.743-12.618l-1.299.75Zm-6.209-15.122a60.795 60.795 0 0 0 6.209 15.122l1.299-.75a59.276 59.276 0 0 1-6.056-14.75l-1.452.378Zm-11.159 7.539 12.26-7.078-.75-1.3-12.26 7.079.75 1.299Zm16.275 26.688-16-27.713-1.3.75 16 27.713 1.3-.75Zm11.234-7.352-12.259 7.078.75 1.299 12.259-7.078-.75-1.299Zm.095-18.024.313.542 1.299-.75-.313-.542-1.299.75Zm-.002-.004.158.275 1.299-.75-.153-.267-1.304.742Zm.158.275.16.275 1.294-.758a29.718 29.718 0 0 1-.155-.267l-1.299.75Z"
|
|
155
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
156
|
+
cx: "276.5",
|
|
157
|
+
cy: "23.5",
|
|
158
|
+
r: "21",
|
|
159
|
+
fill: "#F5FFE3",
|
|
160
|
+
stroke: "#000"
|
|
161
|
+
}), /*#__PURE__*/_jsx("rect", {
|
|
162
|
+
width: "13.329",
|
|
163
|
+
height: "20.494",
|
|
164
|
+
x: "270.277",
|
|
165
|
+
y: "14.469",
|
|
166
|
+
fill: "#AEE938",
|
|
167
|
+
stroke: "#000",
|
|
168
|
+
rx: "6.665"
|
|
169
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
170
|
+
stroke: "#000",
|
|
171
|
+
strokeLinejoin: "round",
|
|
172
|
+
d: "M283.958 22.031h-14.213"
|
|
173
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
174
|
+
stroke: "#000",
|
|
175
|
+
strokeLinecap: "round",
|
|
176
|
+
strokeLinejoin: "round",
|
|
177
|
+
d: "M276.94 22.328v7.165M284.105 22.925l2.157-1.246a1.092 1.092 0 0 1 1.492.4L289 24.236M284.104 28.297h2.491c.604 0 1.092.489 1.092 1.092v2.492"
|
|
178
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
179
|
+
fill: "#000",
|
|
180
|
+
d: "M281.508 37.786a.5.5 0 0 0 .707.707l-.707-.707Zm0-4.361 1.762 1.762.707-.707-1.762-1.762-.707.707Zm1.762 2.6-1.762 1.76.707.708 1.762-1.762-.707-.707Zm0-.838a.593.593 0 0 1 0 .837l.707.707a1.592 1.592 0 0 0 0-2.251l-.707.707ZM272.664 37.786a.5.5 0 0 1-.707.707l.707-.707Zm0-4.361-1.762 1.762-.707-.707 1.762-1.762.707.707Zm-1.762 2.6 1.762 1.76-.707.708-1.762-1.762.707-.707Zm0-.838a.593.593 0 0 0 0 .837l-.707.707a1.592 1.592 0 0 1 0-2.251l.707.707Z"
|
|
181
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
182
|
+
stroke: "#000",
|
|
183
|
+
strokeLinecap: "round",
|
|
184
|
+
strokeLinejoin: "round",
|
|
185
|
+
d: "M269.777 28.297h-2.491c-.604 0-1.093.489-1.093 1.092v2.492M269.895 22.925l-2.157-1.246a1.092 1.092 0 0 0-1.492.4L265 24.236M279.33 14.57v-1.194a4.18 4.18 0 0 1 4.18-4.18v0"
|
|
186
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
187
|
+
cx: "284.106",
|
|
188
|
+
cy: "9.195",
|
|
189
|
+
r: ".695",
|
|
190
|
+
fill: "#AEE938",
|
|
191
|
+
stroke: "#000"
|
|
192
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
193
|
+
stroke: "#000",
|
|
194
|
+
strokeLinecap: "round",
|
|
195
|
+
strokeLinejoin: "round",
|
|
196
|
+
d: "M274.554 14.57v-1.194a4.181 4.181 0 0 0-4.181-4.18v0"
|
|
197
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
198
|
+
cx: "1.195",
|
|
199
|
+
cy: "1.195",
|
|
200
|
+
r: ".695",
|
|
201
|
+
fill: "#AEE938",
|
|
202
|
+
stroke: "#000",
|
|
203
|
+
transform: "matrix(-1 0 0 1 270.972 8)"
|
|
204
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
205
|
+
stroke: "#fff",
|
|
206
|
+
strokeDasharray: "4 4",
|
|
207
|
+
strokeLinecap: "round",
|
|
208
|
+
d: "M98 51H43"
|
|
209
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
210
|
+
cx: "16",
|
|
211
|
+
cy: "16",
|
|
212
|
+
r: "15.5",
|
|
213
|
+
fill: "#EAFDC6",
|
|
214
|
+
stroke: "#10162F",
|
|
215
|
+
transform: "matrix(1 0 0 -1 360 160.996)"
|
|
216
|
+
}), /*#__PURE__*/_jsx("mask", {
|
|
217
|
+
id: "c",
|
|
218
|
+
fill: "#fff",
|
|
219
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
220
|
+
fillRule: "evenodd",
|
|
221
|
+
d: "M372.772 134.883h6.456v2.971c.368.18.72.391 1.052.628l2.492-1.485L386 142.77l-2.493 1.487a8.088 8.088 0 0 1 0 1.253l2.493 1.487-3.228 5.773-2.493-1.486a7.58 7.58 0 0 1-1.051.628v2.971h-6.456v-2.971a7.437 7.437 0 0 1-1.052-.628l-2.492 1.486-3.228-5.773 2.492-1.486a8.16 8.16 0 0 1 0-1.255L366 142.77l3.228-5.773 2.491 1.485a7.608 7.608 0 0 1 1.053-.629v-2.97Zm3.228 6.665c1.784 0 3.229 1.493 3.229 3.335 0 1.841-1.445 3.334-3.229 3.334-1.783 0-3.229-1.493-3.229-3.334 0-1.842 1.446-3.335 3.229-3.335Z",
|
|
222
|
+
clipRule: "evenodd"
|
|
223
|
+
})
|
|
224
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
225
|
+
fill: "#AEE938",
|
|
226
|
+
fillRule: "evenodd",
|
|
227
|
+
d: "M372.772 134.883h6.456v2.971c.368.18.72.391 1.052.628l2.492-1.485L386 142.77l-2.493 1.487a8.088 8.088 0 0 1 0 1.253l2.493 1.487-3.228 5.773-2.493-1.486a7.58 7.58 0 0 1-1.051.628v2.971h-6.456v-2.971a7.437 7.437 0 0 1-1.052-.628l-2.492 1.486-3.228-5.773 2.492-1.486a8.16 8.16 0 0 1 0-1.255L366 142.77l3.228-5.773 2.491 1.485a7.608 7.608 0 0 1 1.053-.629v-2.97Zm3.228 6.665c1.784 0 3.229 1.493 3.229 3.335 0 1.841-1.445 3.334-3.229 3.334-1.783 0-3.229-1.493-3.229-3.334 0-1.842 1.446-3.335 3.229-3.335Z",
|
|
228
|
+
clipRule: "evenodd"
|
|
229
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
230
|
+
fill: "#10162F",
|
|
231
|
+
d: "M379.228 134.883v-.75h.75v.75h-.75Zm-6.456 0h-.75v-.75h.75v.75Zm6.456 2.971-.331.673-.419-.206v-.467h.75Zm1.052.628.384.645-.421.251-.399-.285.436-.611Zm2.492-1.485-.384-.645.663-.395.376.674-.655.366ZM386 142.77l.655-.366.356.637-.627.373-.384-.644Zm-2.493 1.487-.748.057-.036-.463.4-.239.384.645Zm0 1.253-.384.644-.4-.238.036-.464.748.058Zm2.493 1.487.384-.644.627.373-.356.637-.655-.366Zm-3.228 5.773.655.366-.377.673-.662-.395.384-.644Zm-2.493-1.486-.436-.611.399-.285.421.252-.384.644Zm-1.051.628h-.75v-.468l.419-.206.331.674Zm0 2.971h.75v.75h-.75v-.75Zm-6.456 0v.75h-.75v-.75h.75Zm0-2.971.33-.673.42.206v.467h-.75Zm-1.052-.628-.384-.644.421-.251.399.285-.436.61Zm-2.492 1.486.384.644-.662.395-.377-.673.655-.366ZM366 146.997l-.655.366-.356-.637.627-.374.384.645Zm2.492-1.486.748-.058.036.464-.4.238-.384-.644Zm0-1.255.384-.644.399.238-.035.464-.748-.058ZM366 142.77l-.384.644-.627-.373.356-.637.655.366Zm3.228-5.773-.655-.366.376-.673.663.395-.384.644Zm2.491 1.485.436.61-.399.285-.421-.251.384-.644Zm1.053-.629h.75v.468l-.42.206-.33-.674Zm6.456-2.22h-6.456v-1.5h6.456v1.5Zm-.75 2.221v-2.971h1.5v2.971h-1.5Zm1.366 1.239a6.657 6.657 0 0 0-.947-.566l.661-1.347c.406.199.793.431 1.158.692l-.872 1.221Zm3.312-1.452-2.492 1.486-.768-1.289 2.492-1.486.768 1.289Zm2.189 5.495-3.227-5.773 1.309-.732 3.228 5.773-1.31.732Zm-2.222.476 2.493-1.486.768 1.288-2.493 1.487-.768-1.289Zm-.342 1.271a7.14 7.14 0 0 0-.022-.569l1.496-.115c.017.226.026.454.026.684h-1.5Zm-.022.569c.014-.187.022-.377.022-.569h1.5c0 .23-.009.459-.026.685l-1.496-.116Zm2.857 2.189-2.493-1.487.768-1.288 2.493 1.487-.768 1.288Zm-3.498 4.763 3.227-5.773 1.31.732-3.228 5.773-1.309-.732Zm-1.455-1.764 2.493 1.486-.768 1.288-2.493-1.486.768-1.288Zm-1.766.598a6.64 6.64 0 0 0 .946-.565l.872 1.221a8.223 8.223 0 0 1-1.157.691l-.661-1.347Zm-.419 3.645v-2.971h1.5v2.971h-1.5Zm-5.706-.75h6.456v1.5h-6.456v-1.5Zm.75-2.221v2.971h-1.5v-2.971h1.5Zm-1.366-1.238c.299.213.616.403.946.565l-.66 1.347a8.24 8.24 0 0 1-1.158-.692l.872-1.22Zm-3.312 1.452 2.492-1.486.768 1.288-2.492 1.486-.768-1.288Zm-2.189-5.495 3.227 5.773-1.309.732-3.228-5.773 1.31-.732Zm2.221-.476-2.492 1.486-.768-1.289 2.492-1.485.768 1.288Zm.342-1.272c0 .192.007.382.022.57l-1.496.116a9.189 9.189 0 0 1-.026-.686h1.5Zm.022-.569a7.122 7.122 0 0 0-.022.569h-1.5c0-.231.009-.459.026-.685l1.496.116Zm-2.856-2.188 2.492 1.486-.768 1.288-2.492-1.486.768-1.288Zm3.498-4.763-3.227 5.773-1.31-.732 3.228-5.773 1.309.732Zm1.453 1.763-2.491-1.485.768-1.288 2.491 1.485-.768 1.288Zm1.767-.599a6.707 6.707 0 0 0-.947.565l-.872-1.22a8.25 8.25 0 0 1 1.159-.692l.66 1.347Zm.42-3.644v2.97h-1.5v-2.97h1.5Zm4.957 10c0-1.451-1.132-2.585-2.479-2.585v-1.5c2.221 0 3.979 1.852 3.979 4.085h-1.5ZM376 147.467c1.347 0 2.479-1.134 2.479-2.584h1.5c0 2.232-1.758 4.084-3.979 4.084v-1.5Zm-2.479-2.584c0 1.45 1.133 2.584 2.479 2.584v1.5c-2.22 0-3.979-1.852-3.979-4.084h1.5Zm2.479-2.585c-1.346 0-2.479 1.134-2.479 2.585h-1.5c0-2.233 1.759-4.085 3.979-4.085v1.5Z",
|
|
232
|
+
mask: "url(#c)"
|
|
233
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
234
|
+
cx: "16",
|
|
235
|
+
cy: "16",
|
|
236
|
+
r: "15.5",
|
|
237
|
+
fill: "#EAFDC6",
|
|
238
|
+
stroke: "#10162F",
|
|
239
|
+
transform: "matrix(1 0 0 -1 234 124.996)"
|
|
240
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
241
|
+
fill: "#F5FFE3",
|
|
242
|
+
stroke: "#000",
|
|
243
|
+
d: "M242.182 106.835c4.491-4.491 11.772-4.491 16.263 0l2.475 2.475-2.475 2.475c-4.491 4.491-11.772 4.491-16.263 0l-2.475-2.475 2.475-2.475Z"
|
|
244
|
+
}), /*#__PURE__*/_jsx("rect", {
|
|
245
|
+
width: "10.839",
|
|
246
|
+
height: "10.839",
|
|
247
|
+
x: "250.313",
|
|
248
|
+
y: "101.645",
|
|
249
|
+
fill: "#008A27",
|
|
250
|
+
stroke: "#000",
|
|
251
|
+
rx: "5.419",
|
|
252
|
+
transform: "rotate(45 250.313 101.645)"
|
|
253
|
+
}), /*#__PURE__*/_jsx("rect", {
|
|
254
|
+
width: "4.659",
|
|
255
|
+
height: "4.659",
|
|
256
|
+
x: "250.313",
|
|
257
|
+
y: "106.02",
|
|
258
|
+
fill: "#000",
|
|
259
|
+
stroke: "#000",
|
|
260
|
+
rx: "2.329",
|
|
261
|
+
transform: "rotate(45 250.313 106.02)"
|
|
262
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
263
|
+
cx: "16",
|
|
264
|
+
cy: "16",
|
|
265
|
+
r: "15.5",
|
|
266
|
+
fill: "#AEE938",
|
|
267
|
+
stroke: "#10162F",
|
|
268
|
+
transform: "matrix(0 -1 -1 0 66 67)"
|
|
269
|
+
}), /*#__PURE__*/_jsxs("mask", {
|
|
270
|
+
id: "d",
|
|
271
|
+
width: "21.92",
|
|
272
|
+
height: "21.92",
|
|
273
|
+
x: "38.889",
|
|
274
|
+
y: "39.892",
|
|
275
|
+
fill: "#000",
|
|
276
|
+
maskUnits: "userSpaceOnUse",
|
|
277
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
278
|
+
fill: "#fff",
|
|
279
|
+
d: "M38.889 39.892h21.92v21.92h-21.92z"
|
|
280
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
281
|
+
fillRule: "evenodd",
|
|
282
|
+
d: "m53.031 59.69 1.698-1.697a1.601 1.601 0 0 1 2.263-2.265l.001.001 1.7-1.699h-.001a4.004 4.004 0 0 0-4.681-.72l-5.916-5.917a4.004 4.004 0 0 0-.72-4.68l-1.698 1.698a1.601 1.601 0 0 1-2.264 2.265l-1.699 1.698a4.005 4.005 0 0 0 4.684.718l5.914 5.915a4.004 4.004 0 0 0 .719 4.683Z",
|
|
283
|
+
clipRule: "evenodd"
|
|
284
|
+
})]
|
|
285
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
286
|
+
fill: "#EAFDC6",
|
|
287
|
+
fillRule: "evenodd",
|
|
288
|
+
d: "m53.031 59.69 1.698-1.697a1.601 1.601 0 0 1 2.263-2.265l.001.001 1.7-1.699h-.001a4.004 4.004 0 0 0-4.681-.72l-5.916-5.917a4.004 4.004 0 0 0-.72-4.68l-1.698 1.698a1.601 1.601 0 0 1-2.264 2.265l-1.699 1.698a4.005 4.005 0 0 0 4.684.718l5.914 5.915a4.004 4.004 0 0 0 .719 4.683Z",
|
|
289
|
+
clipRule: "evenodd"
|
|
290
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
291
|
+
fill: "#10162F",
|
|
292
|
+
d: "m53.032 59.69.707.708-.707.707-.707-.707.707-.707Zm-.001 0-.707.707.707-.707Zm1.698-1.697.707-.707.708.707-.708.708-.707-.708Zm0 0-.708.707.707-.707Zm2.263-2.265.708-.707-.708.707Zm.001.001.707.707-.707.708-.707-.708.707-.707Zm1.7-1.699.706-.707.707.707-.707.707-.707-.707Zm-4.682-.72.462.886-.65.34-.52-.52.708-.706Zm-5.916-5.917-.707.707-.52-.518.34-.65.887.461Zm-.72-4.68-.707-.706.707-.707.707.707-.707.707Zm-1.698 1.698-.709.706-.703-.707.705-.706.707.707Zm-2.264 2.265-.707-.708.705-.705.707.704-.705.709Zm-1.699 1.698-.707.708-.707-.708.707-.707.707.707Zm4.684.718-.464-.886.651-.34.52.52-.707.706Zm5.914 5.915.707-.707.52.52-.34.65-.887-.463Zm.013 5.391h-.001l1.414-1.415-1.413 1.415Zm3.111-1.697-1.697 1.697-1.414-1.414 1.697-1.698 1.414 1.415Zm0-1.416v.001l-1.414 1.415V58.7l1.413-1.415Zm0-.85a.601.601 0 0 0 0 .85L54.02 58.7a2.601 2.601 0 0 1 0-3.679l1.414 1.414Zm.85 0a.6.6 0 0 0-.85 0l-1.415-1.414a2.601 2.601 0 0 1 3.678 0l-1.414 1.414Zm0 .001 1.414-1.414-1.414 1.414Zm3.113-1.699-1.699 1.7-1.414-1.415 1.7-1.699 1.413 1.414Zm0-1.414-1.414 1.414 1.414-1.414Zm-5.85-.9a5.004 5.004 0 0 1 5.85.9l-1.415 1.414a3.005 3.005 0 0 0-3.51-.54l-.925-1.774Zm-4.747-5.737 5.916 5.916-1.414 1.415-5.916-5.917 1.414-1.414Zm-.72-4.68a5.004 5.004 0 0 1 .9 5.85l-1.774-.925a3.004 3.004 0 0 0-.54-3.51l1.414-1.414Zm-3.112 1.698 1.698-1.697 1.414 1.414-1.698 1.697-1.414-1.414Zm-.003 2.262a.601.601 0 0 0 .001-.85l1.418-1.41a2.601 2.601 0 0 1-.005 3.674l-1.414-1.414Zm-.849 0a.601.601 0 0 0 .849 0l1.414 1.414a2.601 2.601 0 0 1-3.673.005l1.41-1.418Zm-3.11 1.701 1.698-1.699 1.414 1.415-1.699 1.698-1.414-1.414Zm5.853 2.312a5.004 5.004 0 0 1-5.854-.897l1.414-1.415c.95.95 2.38 1.131 3.513.54l.927 1.772Zm4.744 5.735L45.69 49.8l1.415-1.415 5.914 5.915-1.414 1.414Zm.719 4.683a5.004 5.004 0 0 1-.898-5.853l1.773.926a3.004 3.004 0 0 0 .54 3.513l-1.415 1.414Z",
|
|
293
|
+
mask: "url(#d)"
|
|
294
|
+
}), /*#__PURE__*/_jsx("mask", {
|
|
295
|
+
id: "f",
|
|
296
|
+
width: "55",
|
|
297
|
+
height: "8",
|
|
298
|
+
x: "377",
|
|
299
|
+
y: "3",
|
|
300
|
+
maskUnits: "userSpaceOnUse",
|
|
301
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
302
|
+
fill: "url(#e)",
|
|
303
|
+
d: "M377 3h55v8h-55z"
|
|
304
|
+
})
|
|
305
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
306
|
+
mask: "url(#f)",
|
|
307
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
308
|
+
fill: "#fff",
|
|
309
|
+
d: "M377 3h55v8h-55z"
|
|
310
|
+
})
|
|
311
|
+
}), /*#__PURE__*/_jsx("mask", {
|
|
312
|
+
id: "h",
|
|
313
|
+
width: "55",
|
|
314
|
+
height: "8",
|
|
315
|
+
x: "377",
|
|
316
|
+
y: "27",
|
|
317
|
+
maskUnits: "userSpaceOnUse",
|
|
318
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
319
|
+
fill: "url(#g)",
|
|
320
|
+
d: "M377 27h55v8h-55z"
|
|
321
|
+
})
|
|
322
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
323
|
+
mask: "url(#h)",
|
|
324
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
325
|
+
fill: "#fff",
|
|
326
|
+
d: "M377 27h55v8h-55z"
|
|
327
|
+
})
|
|
328
|
+
}), /*#__PURE__*/_jsx("mask", {
|
|
329
|
+
id: "j",
|
|
330
|
+
width: "55",
|
|
331
|
+
height: "8",
|
|
332
|
+
x: "377",
|
|
333
|
+
y: "51",
|
|
334
|
+
maskUnits: "userSpaceOnUse",
|
|
335
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
336
|
+
fill: "url(#i)",
|
|
337
|
+
d: "M377 51h55v8h-55z"
|
|
338
|
+
})
|
|
339
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
340
|
+
mask: "url(#j)",
|
|
341
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
342
|
+
fill: "#fff",
|
|
343
|
+
d: "M377 51h55v8h-55z"
|
|
344
|
+
})
|
|
345
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
346
|
+
cx: "363",
|
|
347
|
+
cy: "7",
|
|
348
|
+
r: "5.5",
|
|
349
|
+
fill: "#AEE938",
|
|
350
|
+
stroke: "#000"
|
|
351
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
352
|
+
cx: "363",
|
|
353
|
+
cy: "31",
|
|
354
|
+
r: "5.5",
|
|
355
|
+
fill: "#fff",
|
|
356
|
+
stroke: "#000"
|
|
357
|
+
}), /*#__PURE__*/_jsx("mask", {
|
|
358
|
+
id: "l",
|
|
359
|
+
width: "55",
|
|
360
|
+
height: "8",
|
|
361
|
+
x: "377",
|
|
362
|
+
y: "3",
|
|
363
|
+
maskUnits: "userSpaceOnUse",
|
|
364
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
365
|
+
fill: "url(#k)",
|
|
366
|
+
d: "M377 3h55v8h-55z"
|
|
367
|
+
})
|
|
368
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
369
|
+
mask: "url(#l)",
|
|
370
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
371
|
+
fill: "#fff",
|
|
372
|
+
d: "M377 3h55v8h-55z"
|
|
373
|
+
})
|
|
374
|
+
}), /*#__PURE__*/_jsx("mask", {
|
|
375
|
+
id: "n",
|
|
376
|
+
width: "55",
|
|
377
|
+
height: "8",
|
|
378
|
+
x: "377",
|
|
379
|
+
y: "27",
|
|
380
|
+
maskUnits: "userSpaceOnUse",
|
|
381
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
382
|
+
fill: "url(#m)",
|
|
383
|
+
d: "M377 27h55v8h-55z"
|
|
384
|
+
})
|
|
385
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
386
|
+
mask: "url(#n)",
|
|
387
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
388
|
+
fill: "#fff",
|
|
389
|
+
d: "M377 27h55v8h-55z"
|
|
390
|
+
})
|
|
391
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
392
|
+
cx: "363",
|
|
393
|
+
cy: "7",
|
|
394
|
+
r: "5.5",
|
|
395
|
+
fill: "#AEE938",
|
|
396
|
+
stroke: "#000"
|
|
397
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
398
|
+
cx: "363",
|
|
399
|
+
cy: "31",
|
|
400
|
+
r: "5.5",
|
|
401
|
+
fill: "#fff",
|
|
402
|
+
stroke: "#000"
|
|
403
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
404
|
+
cx: "363",
|
|
405
|
+
cy: "55",
|
|
406
|
+
r: "5.5",
|
|
407
|
+
fill: "#EAFDC6",
|
|
408
|
+
stroke: "#000"
|
|
409
|
+
}), /*#__PURE__*/_jsxs("mask", {
|
|
410
|
+
id: "o",
|
|
411
|
+
width: "9",
|
|
412
|
+
height: "9",
|
|
413
|
+
x: "165",
|
|
414
|
+
y: "88",
|
|
415
|
+
fill: "#000",
|
|
416
|
+
maskUnits: "userSpaceOnUse",
|
|
417
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
418
|
+
fill: "#fff",
|
|
419
|
+
d: "M165 88h9v9h-9z"
|
|
420
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
421
|
+
fillRule: "evenodd",
|
|
422
|
+
d: "M172.854 95.854a.501.501 0 0 1-.708 0l-2.646-2.647-2.646 2.647a.501.501 0 0 1-.708-.707l2.647-2.647-2.647-2.646a.5.5 0 0 1 .708-.708l2.646 2.647 2.646-2.647a.501.501 0 0 1 .708.708l-2.647 2.646 2.647 2.647a.5.5 0 0 1 0 .707Z",
|
|
423
|
+
clipRule: "evenodd"
|
|
424
|
+
})]
|
|
425
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
426
|
+
fill: "#E91C11",
|
|
427
|
+
fillRule: "evenodd",
|
|
428
|
+
d: "M172.854 95.854a.501.501 0 0 1-.708 0l-2.646-2.647-2.646 2.647a.501.501 0 0 1-.708-.707l2.647-2.647-2.647-2.646a.5.5 0 0 1 .708-.708l2.646 2.647 2.646-2.647a.501.501 0 0 1 .708.708l-2.647 2.646 2.647 2.647a.5.5 0 0 1 0 .707Z",
|
|
429
|
+
clipRule: "evenodd"
|
|
430
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
431
|
+
fill: "#000",
|
|
432
|
+
d: "m172.146 95.854-.707.707.707-.707Zm.708 0 .707.707-.707-.707Zm-3.354-2.647.707-.707a1 1 0 0 0-1.414 0l.707.707Zm-2.646 2.647.707.707-.707-.707Zm-.708 0-.707.707.707-.707Zm0-.707-.707-.708.707.708Zm2.647-2.647.707.707a1 1 0 0 0 0-1.414l-.707.707Zm-2.647-2.646-.707.707.707-.707Zm0-.708-.707-.707.707.707Zm.708 0 .707-.707-.707.707Zm2.646 2.647-.707.707a1 1 0 0 0 1.414 0l-.707-.707Zm2.646-2.647-.707-.707.707.708Zm.708 0 .707-.707-.707.708Zm0 .708.707.707-.707-.707Zm-2.647 2.646-.707-.707a.998.998 0 0 0 0 1.414l.707-.707Zm2.647 2.647.707-.708-.707.708Zm-1.415 1.414a1.5 1.5 0 0 0 2.122 0l-1.415-1.415a.501.501 0 0 1 .708 0l-1.415 1.415Zm-2.646-2.647 2.646 2.647 1.415-1.415-2.647-2.646-1.414 1.414Zm-1.232 2.647 2.646-2.647-1.414-1.414-2.647 2.647 1.415 1.414Zm-2.122 0a1.5 1.5 0 0 0 2.122 0l-1.415-1.415a.501.501 0 0 1 .708 0l-1.415 1.415Zm0-2.122a1.501 1.501 0 0 0 0 2.122l1.415-1.415a.5.5 0 0 1 0 .708l-1.415-1.415Zm2.647-2.646-2.647 2.646 1.415 1.415 2.646-2.647-1.414-1.414Zm-2.647-1.232 2.647 2.646 1.414-1.414-2.646-2.647-1.415 1.415Zm0-2.122a1.502 1.502 0 0 0 0 2.122l1.415-1.415a.5.5 0 0 1 0 .708l-1.415-1.415Zm2.122 0a1.501 1.501 0 0 0-2.122 0l1.415 1.415a.501.501 0 0 1-.708 0l1.415-1.415Zm2.646 2.647-2.646-2.647-1.415 1.415 2.647 2.646 1.414-1.414Zm1.232-2.647-2.646 2.647 1.414 1.414 2.647-2.646-1.415-1.415Zm2.122 0a1.501 1.501 0 0 0-2.122 0l1.415 1.415a.501.501 0 0 1-.708 0l1.415-1.415Zm0 2.122a1.502 1.502 0 0 0 0-2.122l-1.415 1.415a.5.5 0 0 1 0-.707l1.415 1.414Zm-2.647 2.646 2.647-2.646-1.415-1.415-2.646 2.647 1.414 1.414Zm2.647 1.232-2.647-2.646-1.414 1.414 2.646 2.647 1.415-1.415Zm0 2.122a1.502 1.502 0 0 0 0-2.122l-1.415 1.415a.5.5 0 0 1 0-.707l1.415 1.414Z",
|
|
433
|
+
mask: "url(#o)"
|
|
434
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
435
|
+
children: [/*#__PURE__*/_jsx("pattern", {
|
|
436
|
+
id: "e",
|
|
437
|
+
width: "1.164",
|
|
438
|
+
height: "8",
|
|
439
|
+
patternContentUnits: "objectBoundingBox",
|
|
440
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
441
|
+
xlinkHref: "#p",
|
|
442
|
+
transform: "scale(.01818 .125)"
|
|
443
|
+
})
|
|
444
|
+
}), /*#__PURE__*/_jsx("pattern", {
|
|
445
|
+
id: "g",
|
|
446
|
+
width: "1.164",
|
|
447
|
+
height: "8",
|
|
448
|
+
patternContentUnits: "objectBoundingBox",
|
|
449
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
450
|
+
xlinkHref: "#p",
|
|
451
|
+
transform: "scale(.01818 .125)"
|
|
452
|
+
})
|
|
453
|
+
}), /*#__PURE__*/_jsx("pattern", {
|
|
454
|
+
id: "i",
|
|
455
|
+
width: "1.164",
|
|
456
|
+
height: "8",
|
|
457
|
+
patternContentUnits: "objectBoundingBox",
|
|
458
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
459
|
+
xlinkHref: "#p",
|
|
460
|
+
transform: "scale(.01818 .125)"
|
|
461
|
+
})
|
|
462
|
+
}), /*#__PURE__*/_jsx("pattern", {
|
|
463
|
+
id: "k",
|
|
464
|
+
width: "1.164",
|
|
465
|
+
height: "8",
|
|
466
|
+
patternContentUnits: "objectBoundingBox",
|
|
467
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
468
|
+
xlinkHref: "#p",
|
|
469
|
+
transform: "scale(.01818 .125)"
|
|
470
|
+
})
|
|
471
|
+
}), /*#__PURE__*/_jsx("pattern", {
|
|
472
|
+
id: "m",
|
|
473
|
+
width: "1.164",
|
|
474
|
+
height: "8",
|
|
475
|
+
patternContentUnits: "objectBoundingBox",
|
|
476
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
477
|
+
xlinkHref: "#p",
|
|
478
|
+
transform: "scale(.01818 .125)"
|
|
479
|
+
})
|
|
480
|
+
}), /*#__PURE__*/_jsx("image", {
|
|
481
|
+
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADuSURBVHgB7ZRBCsJAFEPjDVx5De9/uWoFQRcKpe3PTzuvUJi3meRBGF1v94e+vtFYyeWsjHxXeDfzBgSXYwkuRr4rPICVXI4luBj5rvAAVnI5luBi5LvCA1jJ5ViCi5HvCg9gJZdjCS5Gvis8gJVcjiW4GPmu8ABWcjmW4GLku8IDWMnlWIKLke8Kb+b5fFFXeDe/5Od/Krk8nZFH/sNyhXfzL/lhloA88v9ZrjJuXiJ/2iUgj/xylqtcNa+RP80SkEd+PauqXDXvIX/YJSCP/H6sqrJ7c4X8YZaAPPJ1rKryW9khH7uEoeXfPLn4CfHHcym/0ckzAAAAAElFTkSuQmCC",
|
|
482
|
+
id: "p",
|
|
483
|
+
width: "64",
|
|
484
|
+
height: "64"
|
|
485
|
+
})]
|
|
486
|
+
})]
|
|
487
|
+
});
|
|
488
|
+
};
|
package/dist/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ export * from './Plant';
|
|
|
39
39
|
export * from './PortfolioProject';
|
|
40
40
|
export * from './PracticeProject';
|
|
41
41
|
export * from './PracticeTarget';
|
|
42
|
+
export * from './ProjectReview';
|
|
42
43
|
export * from './Purpose';
|
|
43
44
|
export * from './Puzzle';
|
|
44
45
|
export * from './Python';
|
package/dist/index.js
CHANGED
|
@@ -39,6 +39,7 @@ export * from './Plant';
|
|
|
39
39
|
export * from './PortfolioProject';
|
|
40
40
|
export * from './PracticeProject';
|
|
41
41
|
export * from './PracticeTarget';
|
|
42
|
+
export * from './ProjectReview';
|
|
42
43
|
export * from './Purpose';
|
|
43
44
|
export * from './Puzzle';
|
|
44
45
|
export * from './Python';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-illustrations",
|
|
3
3
|
"description": "Illustrations library for Codecademy",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.46.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"bugs": "https://github.com/Codecademy/gamut/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"dist/**/[A-Z]**/[A-Z]*.js",
|
|
33
33
|
"dist/**/[A-Z]**/index.js"
|
|
34
34
|
],
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "8049bdc02f2b94224e75b880c6fffec13a6844d2"
|
|
36
36
|
}
|