@codecademy/gamut-illustrations 0.54.5-alpha.eb27ba.0 → 0.55.0-alpha.c90abf.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/NewIllo.d.ts +3 -0
- package/dist/NewIllo.js +33 -0
- package/package.json +3 -3
package/dist/NewIllo.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
export const NewIllo = () => /*#__PURE__*/_jsxs("svg", {
|
|
4
|
+
height: "140",
|
|
5
|
+
viewBox: "0 0 140 140",
|
|
6
|
+
width: "140",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
children: [/*#__PURE__*/_jsxs("mask", {
|
|
9
|
+
height: "140",
|
|
10
|
+
id: "mask0_1884_2441",
|
|
11
|
+
width: "140",
|
|
12
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
13
|
+
d: "M18 4.1441C19.565 3.89258 21.1469 3.76086 22.732 3.7501C22.8682 3.748 22.9997 3.79975 23.098 3.8941C23.1457 3.94035 23.1837 3.99566 23.2098 4.05679C23.2359 4.11792 23.2496 4.18363 23.25 4.2501V20.0181C23.2487 20.1503 23.1956 20.2767 23.1021 20.3702C23.0086 20.4637 22.8822 20.5168 22.75 20.5181C14.457 20.6211 12 23.2501 12 23.2501V6.4821C12 6.4821 9.545 3.8561 1.268 3.7501C1.1311 3.74747 0.998759 3.79926 0.9 3.8941C0.852636 3.94052 0.814982 3.9959 0.78923 4.05702C0.763478 4.11814 0.750142 4.18377 0.75 4.2501V20.0181C0.751303 20.1503 0.804399 20.2767 0.897887 20.3702C0.991374 20.4637 1.1178 20.5168 1.25 20.5181C9.543 20.6211 12 23.2501 12 23.2501",
|
|
14
|
+
stroke: "white",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
strokeWidth: "1.5"
|
|
18
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
19
|
+
d: "M12 22.757C12.158 21.4609 12.732 20.2511 13.636 19.309C14.7992 18.0542 16.3246 17.1933 18 16.846V1.24298C17.9985 1.16256 17.9768 1.08381 17.937 1.01393C17.8971 0.944048 17.8404 0.885273 17.772 0.84298C17.6992 0.797222 17.6174 0.767648 17.5322 0.756261C17.4469 0.744874 17.3603 0.75194 17.278 0.77698C15.8748 1.18018 14.613 1.96909 13.636 3.05398C12.7324 3.99555 12.1584 5.20464 12 6.49998",
|
|
20
|
+
stroke: "white",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round",
|
|
23
|
+
strokeWidth: "1.5"
|
|
24
|
+
})]
|
|
25
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
26
|
+
mask: "url(#mask0_1884_2441)",
|
|
27
|
+
children: /*#__PURE__*/_jsx("rect", {
|
|
28
|
+
fill: "#10162F",
|
|
29
|
+
height: "140",
|
|
30
|
+
width: "140"
|
|
31
|
+
})
|
|
32
|
+
})]
|
|
33
|
+
});
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-illustrations",
|
|
3
3
|
"description": "Illustrations library for Codecademy",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.55.0-alpha.c90abf.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"bugs": "https://github.com/Codecademy/gamut/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@codecademy/gamut-styles": "17.6.
|
|
8
|
+
"@codecademy/gamut-styles": "17.6.3",
|
|
9
9
|
"classnames": "^2.2.5"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
@@ -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": "37838e39581bb02f22858aab4179cc813fe3da00"
|
|
36
36
|
}
|