@codecademy/gamut-illustrations 1.0.0-alpha.f6cb5a.0 → 67.0.0-alpha.09ad1e.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/LICENSE +1 -1
- package/dist/Announcement.d.ts +3 -0
- package/dist/Announcement.js +157 -0
- package/dist/Bee.d.ts +1 -1
- package/dist/Bee.js +124 -112
- package/dist/Bell.d.ts +1 -1
- package/dist/Bell.js +36 -31
- package/dist/BinaryBlocks.d.ts +1 -1
- package/dist/BinaryBlocks.js +126 -116
- package/dist/BinaryStairs.d.ts +3 -0
- package/dist/BinaryStairs.js +81 -0
- package/dist/Blocks.d.ts +3 -0
- package/dist/Blocks.js +247 -0
- package/dist/Blueprint.d.ts +3 -0
- package/dist/Blueprint.js +94 -0
- package/dist/BlueprintWhite.d.ts +3 -0
- package/dist/BlueprintWhite.js +101 -0
- package/dist/BookAndNotepad.d.ts +3 -0
- package/dist/BookAndNotepad.js +96 -0
- package/dist/Browser.d.ts +1 -1
- package/dist/Browser.js +69 -61
- package/dist/BrowserLock.d.ts +1 -1
- package/dist/BrowserLock.js +36 -31
- package/dist/BrowserPuzzle.d.ts +1 -1
- package/dist/BrowserPuzzle.js +61 -54
- package/dist/ChatBox.d.ts +1 -1
- package/dist/ChatBox.js +36 -31
- package/dist/CodeCelebration.d.ts +3 -0
- package/dist/CodeCelebration.js +158 -0
- package/dist/Coffee.d.ts +3 -0
- package/dist/Coffee.js +63 -0
- package/dist/Confetti.d.ts +1 -1
- package/dist/Confetti.js +87 -79
- package/dist/EmailAt.d.ts +1 -1
- package/dist/EmailAt.js +30 -25
- package/dist/Envelope.d.ts +1 -1
- package/dist/Envelope.js +30 -25
- package/dist/ErrorWindow.d.ts +3 -0
- package/dist/ErrorWindow.js +128 -0
- package/dist/Heart.d.ts +1 -1
- package/dist/Heart.js +24 -19
- package/dist/Hills.d.ts +1 -1
- package/dist/Hills.js +45 -38
- package/dist/HomeOffice.d.ts +1 -1
- package/dist/HomeOffice.js +110 -99
- package/dist/Interest.d.ts +3 -0
- package/dist/Interest.js +382 -0
- package/dist/Keyhole.d.ts +1 -1
- package/dist/Keyhole.js +24 -19
- package/dist/Knowledge.d.ts +3 -0
- package/dist/Knowledge.js +308 -0
- package/dist/LightBulbAndGears.d.ts +3 -0
- package/dist/LightBulbAndGears.js +356 -0
- package/dist/MagnifyingGlass.d.ts +3 -0
- package/dist/MagnifyingGlass.js +67 -0
- package/dist/Maze.d.ts +1 -1
- package/dist/Maze.js +61 -58
- package/dist/Megaphone.d.ts +1 -1
- package/dist/Megaphone.js +42 -37
- package/dist/MobilePhone.d.ts +3 -0
- package/dist/MobilePhone.js +96 -0
- package/dist/New.d.ts +1 -1
- package/dist/New.js +54 -49
- package/dist/NumberBlocks.d.ts +1 -1
- package/dist/NumberBlocks.js +273 -252
- package/dist/Onboarding.d.ts +1 -1
- package/dist/Onboarding.js +314 -253
- package/dist/Plant.d.ts +1 -1
- package/dist/Plant.js +62 -55
- package/dist/PortfolioProject.d.ts +1 -1
- package/dist/PortfolioProject.js +29 -26
- package/dist/PracticeProject.d.ts +1 -1
- package/dist/PracticeProject.js +37 -34
- package/dist/PracticeTarget.d.ts +3 -0
- package/dist/PracticeTarget.js +78 -0
- package/dist/Purpose.d.ts +3 -0
- package/dist/Purpose.js +136 -0
- package/dist/Puzzle.d.ts +3 -0
- package/dist/Puzzle.js +159 -0
- package/dist/Python.d.ts +1 -1
- package/dist/Python.js +16 -11
- package/dist/Sun.d.ts +1 -1
- package/dist/Sun.js +111 -103
- package/dist/Syllabus.d.ts +3 -0
- package/dist/Syllabus.js +352 -0
- package/dist/Target.d.ts +1 -1
- package/dist/Target.js +37 -32
- package/dist/TinyBlocks.d.ts +3 -0
- package/dist/TinyBlocks.js +22 -0
- package/dist/Warning.d.ts +3 -0
- package/dist/Warning.js +101 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.js +21 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.js +1 -0
- package/package.json +9 -11
- package/CHANGELOG.md +0 -1271
- package/babel.config.js +0 -15
- package/dist/__tests__/gamut-illustrations.test.js +0 -32
- package/jest.config.js +0 -1
- package/tsconfig.json +0 -7
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
export var CodeCelebration = function CodeCelebration(_ref) {
|
|
5
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
9
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
10
|
+
"aria-hidden": ariaHidden,
|
|
11
|
+
className: className,
|
|
12
|
+
height: height,
|
|
13
|
+
width: width,
|
|
14
|
+
viewBox: "0 0 241 183",
|
|
15
|
+
fill: "none",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
18
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
clipRule: "evenodd",
|
|
21
|
+
d: "M.002 170.689c.623-17.538 18.504-29.928 31.897-25.482 8.468 2.812 14.715 8.22 23.975 1.764 6.155-4.292 7.537-12.705 11.787-21.538 12.64-26.264 60.609-26.241 75.095-10.124v55.38H.002Z",
|
|
22
|
+
fill: "#10162F"
|
|
23
|
+
}), /*#__PURE__*/_jsx("rect", {
|
|
24
|
+
x: "9.099",
|
|
25
|
+
y: "93.697",
|
|
26
|
+
width: "80.36",
|
|
27
|
+
height: "80.36",
|
|
28
|
+
rx: "40.18",
|
|
29
|
+
transform: "rotate(-90 9.099 93.697)",
|
|
30
|
+
fill: "#FFD300",
|
|
31
|
+
stroke: "#10162F",
|
|
32
|
+
strokeWidth: "1.103"
|
|
33
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
34
|
+
fill: "#fff",
|
|
35
|
+
d: "M240.075 15.916v129.98H71.49V15.915z"
|
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
+
transform: "rotate(90 240.075 15.916)",
|
|
38
|
+
fill: "url(#a)",
|
|
39
|
+
d: "M240.075 15.916h129.979v168.585H240.075z"
|
|
40
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
41
|
+
stroke: "#10162F",
|
|
42
|
+
strokeWidth: "1.103",
|
|
43
|
+
d: "M240.075 15.916v129.98H71.49V15.915z"
|
|
44
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
45
|
+
d: "M240.146 138.02v16.602H71.489V138.02h168.657Z",
|
|
46
|
+
fill: "#66C4FF",
|
|
47
|
+
stroke: "#10162F",
|
|
48
|
+
strokeWidth: "1.103"
|
|
49
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
50
|
+
d: "M168.171 153.995v16.856h-24.934v-16.856h24.934Z",
|
|
51
|
+
fill: "#66C4FF",
|
|
52
|
+
stroke: "#10162F",
|
|
53
|
+
strokeWidth: "1.103"
|
|
54
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
55
|
+
d: "M208.965 170.98v11.294H.002V170.98h208.963Z",
|
|
56
|
+
fill: "url(#b)"
|
|
57
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
58
|
+
d: "M174.562 24.567c0-2.736-.35-8.414-.381-11.15-.1-8.727 7.331-15.877 15.216-10.633 8.75 6.587-4.931 29.64 7.671 29.64 3.189 0 4.773-2.321 5.473-4.752 1.969-6.836-1.499-14.575 1.05-21.307 2.322-6.131 8.715-5.477 11.997-1.916 2.516 2.73 2.721 7.483 3.102 11.923.381 4.44.381 5.576.381 8.364",
|
|
59
|
+
stroke: "#FFD300",
|
|
60
|
+
strokeWidth: "1.103",
|
|
61
|
+
strokeLinecap: "square",
|
|
62
|
+
strokeLinejoin: "round"
|
|
63
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
64
|
+
d: "m184.271 100.403-49.009 15.38-19.616 6.155L137.402 52.5",
|
|
65
|
+
fill: "#66C4FF"
|
|
66
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
67
|
+
d: "m184.271 100.403-49.009 15.38-19.616 6.155L137.402 52.5",
|
|
68
|
+
stroke: "#10162F",
|
|
69
|
+
strokeWidth: "1.103",
|
|
70
|
+
strokeMiterlimit: "10"
|
|
71
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
72
|
+
d: "M187.215 98.892c5.085-5.085-1.654-20.07-15.053-33.468-13.398-13.4-28.383-20.139-33.468-15.054-5.085 5.086 1.654 20.07 15.053 33.469 13.399 13.399 28.383 20.138 33.468 15.053Z",
|
|
73
|
+
fill: "#fff",
|
|
74
|
+
stroke: "#10162F",
|
|
75
|
+
strokeWidth: "1.103",
|
|
76
|
+
strokeMiterlimit: "10"
|
|
77
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
78
|
+
d: "m131.828 70.292 5.574-17.79",
|
|
79
|
+
stroke: "#10162F",
|
|
80
|
+
strokeWidth: "1.103",
|
|
81
|
+
strokeMiterlimit: "10"
|
|
82
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
83
|
+
d: "m158.524 108.482-23.262 7.3c-10.998-10.998-9.44-26.32-9.44-26.32l6.006-19.172s3.716 15.21 26.696 38.192Z",
|
|
84
|
+
fill: "#fff",
|
|
85
|
+
stroke: "#10162F",
|
|
86
|
+
strokeWidth: "1.103",
|
|
87
|
+
strokeMiterlimit: "10"
|
|
88
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
89
|
+
d: "m158.597 108.354-23.263 7.301c-10.998-10.998-9.44-26.321-9.44-26.321l6.007-19.17s3.715 15.21 26.696 38.19Z",
|
|
90
|
+
fill: "url(#c)",
|
|
91
|
+
stroke: "#10162F",
|
|
92
|
+
strokeWidth: "1.103",
|
|
93
|
+
strokeMiterlimit: "10"
|
|
94
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
95
|
+
d: "m135.191 116.066-.107-.107c-5.726-5.726-8.007-12.63-8.912-17.415-.981-5.18-.603-9.069-.599-9.107l.01-.05 6.274-20.023.213.868c.009.038.972 3.865 4.721 10.442 3.461 6.072 10.071 15.794 21.909 27.632l.291.291-.392.123-23.408 7.346Zm-9.125-26.556c-.03.335-.332 4.055.599 8.958.888 4.68 3.112 11.421 8.665 17.031l22.727-7.132c-11.709-11.759-18.268-21.421-21.716-27.475-2.791-4.9-4.049-8.295-4.52-9.748l-5.755 18.366Z",
|
|
96
|
+
fill: "#10162F"
|
|
97
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
98
|
+
d: "M152.314 72.556s15.774-20.5 9.549-38.409M160.283 74.28s9.363-14.582 21.464-20.251M164.592 79.69s13.572-12.066 36.191-8.317",
|
|
99
|
+
stroke: "#10162F",
|
|
100
|
+
strokeWidth: "1.103",
|
|
101
|
+
strokeMiterlimit: "10"
|
|
102
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
103
|
+
d: "M210.008 78.572a3.907 3.907 0 1 0 0-7.814 3.907 3.907 0 0 0 0 7.814ZM195.042 42.246l-1.553 4.578 2.892 3.875-4.834-.062-2.792 3.948-1.435-4.617-4.617-1.435 3.947-2.792-.061-4.834 3.874 2.892 4.579-1.553Z",
|
|
104
|
+
fill: "#66C4FF",
|
|
105
|
+
stroke: "#10162F",
|
|
106
|
+
strokeWidth: "1.103",
|
|
107
|
+
strokeMiterlimit: "10"
|
|
108
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
109
|
+
d: "M176.672 83.918s8.106-3.802 18.968-.41",
|
|
110
|
+
stroke: "#10162F",
|
|
111
|
+
strokeWidth: "1.103",
|
|
112
|
+
strokeMiterlimit: "10"
|
|
113
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
114
|
+
d: "m194.256 125.599-5.229-5.228 3.696-3.865-14.67-4.55 4.549 15.135 4.445-4.649 5.184 5.183 2.025-2.026Z",
|
|
115
|
+
fill: "#FFD300",
|
|
116
|
+
stroke: "#10162F",
|
|
117
|
+
strokeWidth: "1.103",
|
|
118
|
+
strokeMiterlimit: "10"
|
|
119
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
120
|
+
fill: "#FFD300",
|
|
121
|
+
d: "m102.945 20.677-7.892-7.892-7.892 7.892 7.892 7.892zM124.49 22.72l-5.58-9.667-9.666 5.581 5.58 9.666zM142.135 26.248V15.107h-11.373v11.14z"
|
|
122
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
123
|
+
children: [/*#__PURE__*/_jsx("pattern", {
|
|
124
|
+
id: "a",
|
|
125
|
+
patternContentUnits: "objectBoundingBox",
|
|
126
|
+
width: ".269",
|
|
127
|
+
height: ".208",
|
|
128
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
129
|
+
xlinkHref: "#d",
|
|
130
|
+
transform: "scale(.0042 .00325)"
|
|
131
|
+
})
|
|
132
|
+
}), /*#__PURE__*/_jsx("pattern", {
|
|
133
|
+
id: "b",
|
|
134
|
+
patternContentUnits: "objectBoundingBox",
|
|
135
|
+
width: "3.126",
|
|
136
|
+
height: ".169",
|
|
137
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
138
|
+
xlinkHref: "#d",
|
|
139
|
+
transform: "scale(.04885 .00264)"
|
|
140
|
+
})
|
|
141
|
+
}), /*#__PURE__*/_jsx("pattern", {
|
|
142
|
+
id: "c",
|
|
143
|
+
patternContentUnits: "objectBoundingBox",
|
|
144
|
+
width: "1.077",
|
|
145
|
+
height: ".776",
|
|
146
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
147
|
+
xlinkHref: "#d",
|
|
148
|
+
transform: "scale(.01683 .01213)"
|
|
149
|
+
})
|
|
150
|
+
}), /*#__PURE__*/_jsx("image", {
|
|
151
|
+
id: "d",
|
|
152
|
+
width: "64",
|
|
153
|
+
height: "64",
|
|
154
|
+
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACkSURBVHgB7dcxEsIwDAVR6f53Boo/FNBkPEkYrN3Xye3+xlVVz/pEu/XmEqgsr3AJVJZXuAQqyytcApXlFS6ByvIKl0BleYVLoLK8wiVQWV5BK/8oheWh+vuBVh67BMsXVB/cuPKYJVj+4B6rF29c+bFLsPziPUafvHHlxyzB8ifvbfXFN678tkuw/MX3NvrmG1d+myVY/ub7b/WPb1z5sb/CJS8ZOf4BH9R+4AAAAABJRU5ErkJggg=="
|
|
155
|
+
})]
|
|
156
|
+
})]
|
|
157
|
+
});
|
|
158
|
+
};
|
package/dist/Coffee.d.ts
ADDED
package/dist/Coffee.js
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
export var Coffee = function Coffee(_ref) {
|
|
5
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
9
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
10
|
+
"aria-hidden": ariaHidden,
|
|
11
|
+
className: className,
|
|
12
|
+
width: width,
|
|
13
|
+
height: height,
|
|
14
|
+
viewBox: "0 0 48 73",
|
|
15
|
+
fill: "none",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
18
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
19
|
+
children: "Coffee Illustration"
|
|
20
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
21
|
+
d: "M1 28.124h36v37.05c0 1.578-.777 3.091-2.16 4.207-1.385 1.116-3.261 1.743-5.218 1.743H8.378c-1.957 0-3.834-.627-5.217-1.743C1.777 68.265 1 66.751 1 65.174v-37.05ZM37 51.15h4.055c.65-.002 1.273-.252 1.732-.696a2.331 2.331 0 0 0 .716-1.675V45.22c0-.628-.257-1.23-.716-1.675a2.495 2.495 0 0 0-1.732-.695H37V39h4.79c.684 0 1.362.13 1.994.383a5.223 5.223 0 0 1 1.69 1.091 5.026 5.026 0 0 1 1.13 1.635c.262.612.397 1.267.396 1.929v5.924c0 .662-.134 1.317-.396 1.929a5.026 5.026 0 0 1-1.13 1.635 5.22 5.22 0 0 1-1.69 1.091A5.363 5.363 0 0 1 41.79 55H37v-3.85Z",
|
|
22
|
+
fill: "#fff",
|
|
23
|
+
stroke: "#10162F",
|
|
24
|
+
strokeWidth: "1.5"
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M22.311 11.876H7.557v15.702h14.754V11.876Z",
|
|
27
|
+
fill: "url(#a)"
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M33.754 0H19v14.05h14.754V0Z",
|
|
30
|
+
fill: "url(#b)"
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M1 62v2.47a7.61 7.61 0 0 0 2.16 5.324A7.303 7.303 0 0 0 8.379 72h21.244a7.303 7.303 0 0 0 5.217-2.206A7.61 7.61 0 0 0 37 64.47V62H1Z",
|
|
33
|
+
fill: "#fff",
|
|
34
|
+
stroke: "#10162F",
|
|
35
|
+
strokeWidth: "1.5"
|
|
36
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
37
|
+
children: [/*#__PURE__*/_jsx("pattern", {
|
|
38
|
+
id: "a",
|
|
39
|
+
patternContentUnits: "objectBoundingBox",
|
|
40
|
+
width: ".542",
|
|
41
|
+
height: ".509",
|
|
42
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
43
|
+
xlinkHref: "#c",
|
|
44
|
+
transform: "scale(.06778 .06368)"
|
|
45
|
+
})
|
|
46
|
+
}), /*#__PURE__*/_jsx("pattern", {
|
|
47
|
+
id: "b",
|
|
48
|
+
patternContentUnits: "objectBoundingBox",
|
|
49
|
+
width: ".542",
|
|
50
|
+
height: ".569",
|
|
51
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
52
|
+
xlinkHref: "#c",
|
|
53
|
+
transform: "scale(.06778 .07118)"
|
|
54
|
+
})
|
|
55
|
+
}), /*#__PURE__*/_jsx("image", {
|
|
56
|
+
id: "c",
|
|
57
|
+
width: "8",
|
|
58
|
+
height: "8",
|
|
59
|
+
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBzc4xAQAAAAEwEVxq6J+OGCzBQDk4MzgV8D0CqU26KA8AAAAASUVORK5CYII="
|
|
60
|
+
})]
|
|
61
|
+
})]
|
|
62
|
+
});
|
|
63
|
+
};
|
package/dist/Confetti.d.ts
CHANGED
package/dist/Confetti.js
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
4
|
export var Confetti = function Confetti(_ref) {
|
|
3
5
|
var ariaHidden = _ref['aria-hidden'],
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return /*#__PURE__*/
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
9
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
8
10
|
"aria-hidden": ariaHidden,
|
|
9
11
|
className: className,
|
|
10
12
|
width: width,
|
|
@@ -12,78 +14,84 @@ export var Confetti = function Confetti(_ref) {
|
|
|
12
14
|
viewBox: "0 0 80 60",
|
|
13
15
|
fill: "none",
|
|
14
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
17
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
18
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
19
|
+
children: "Confetti Illustration"
|
|
20
|
+
}), /*#__PURE__*/_jsx("rect", {
|
|
21
|
+
width: "80",
|
|
22
|
+
height: "60",
|
|
23
|
+
fill: "white"
|
|
24
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
25
|
+
d: "M51.9001 43.4534L21.9763 52.8439L10 56.6023L23.2835 14.2055",
|
|
26
|
+
fill: "white"
|
|
27
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
28
|
+
d: "M51.9001 43.4534L21.9763 52.8439L10 56.6023L23.2835 14.2055",
|
|
29
|
+
stroke: "#10162F",
|
|
30
|
+
strokeMiterlimit: "10"
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M53.697 42.5305C56.8019 39.4256 52.687 30.2767 44.5061 22.0958C36.3253 13.915 27.1764 9.80009 24.0715 12.905C20.9666 16.0099 25.0815 25.1588 33.2623 33.3396C41.4432 41.5205 50.5921 45.6354 53.697 42.5305Z",
|
|
33
|
+
fill: "white",
|
|
34
|
+
stroke: "#10162F",
|
|
35
|
+
strokeMiterlimit: "10"
|
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
+
d: "M19.88 25.0681L23.2834 14.2056",
|
|
38
|
+
stroke: "#10162F",
|
|
39
|
+
strokeMiterlimit: "10"
|
|
40
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
41
|
+
d: "M36.18 48.3864L21.9764 52.8438C15.2615 46.129 16.213 36.7732 16.213 36.7732L19.8803 25.0682C19.8803 25.0682 22.1487 34.3552 36.18 48.3864Z",
|
|
42
|
+
fill: "white",
|
|
43
|
+
stroke: "#10162F",
|
|
44
|
+
strokeMiterlimit: "10"
|
|
45
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
46
|
+
d: "M36.2246 48.3086L22.021 52.7659C15.3061 46.0511 16.2576 36.6953 16.2576 36.6953L19.9248 24.9903C19.9248 24.9903 22.1933 34.2773 36.2246 48.3086Z",
|
|
47
|
+
fill: "url(#pattern0)",
|
|
48
|
+
stroke: "#10162F",
|
|
49
|
+
strokeMiterlimit: "10"
|
|
50
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
51
|
+
d: "M21.9341 53.0172L21.8689 52.952C18.3727 49.4559 16.9799 45.2404 16.4271 42.3193C15.8284 39.1558 16.0591 36.7819 16.0618 36.7588L16.068 36.7284L19.8984 24.5026L20.0283 25.0327C20.034 25.0558 20.6219 27.3926 22.9109 31.4084C25.024 35.1154 29.0599 41.0516 36.288 48.2795L36.4656 48.4571L36.2259 48.5324L21.9341 53.0172ZM16.3629 36.8034C16.3446 37.0076 16.1599 39.2793 16.7281 42.2726C17.2703 45.1302 18.6288 49.246 22.0192 52.6714L35.8952 48.3169C28.7464 41.1372 24.7412 35.2376 22.6363 31.5413C20.9323 28.5494 20.1639 26.4764 19.8763 25.5892L16.3629 36.8034Z",
|
|
52
|
+
fill: "#10162F"
|
|
53
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
54
|
+
d: "M32.389 26.4508C32.389 26.4508 42.0196 13.9349 38.219 3",
|
|
55
|
+
stroke: "#10162F",
|
|
56
|
+
strokeMiterlimit: "10"
|
|
57
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
58
|
+
d: "M37.2533 27.5039C37.2533 27.5039 42.9696 18.6008 50.3582 15.1393",
|
|
59
|
+
stroke: "#10162F",
|
|
60
|
+
strokeMiterlimit: "10"
|
|
61
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
62
|
+
d: "M39.8839 30.8061C39.8839 30.8061 48.1706 23.4395 61.9813 25.7283",
|
|
63
|
+
stroke: "#10162F",
|
|
64
|
+
strokeMiterlimit: "10"
|
|
65
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
66
|
+
d: "M67.6147 30.1238C68.932 30.1238 69.9999 29.0559 69.9999 27.7386C69.9999 26.4212 68.932 25.3533 67.6147 25.3533C66.2974 25.3533 65.2295 26.4212 65.2295 27.7386C65.2295 29.0559 66.2974 30.1238 67.6147 30.1238Z",
|
|
67
|
+
fill: "white",
|
|
68
|
+
stroke: "#10162F",
|
|
69
|
+
strokeMiterlimit: "10"
|
|
70
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
71
|
+
d: "M58.4767 7.94479L57.5287 10.7402L59.2943 13.106L56.3426 13.0682L54.638 15.4783L53.7618 12.6595L50.943 11.7833L53.3531 10.0787L53.3153 7.12715L55.6811 8.8927L58.4767 7.94479Z",
|
|
72
|
+
fill: "white",
|
|
73
|
+
stroke: "#10162F",
|
|
74
|
+
strokeMiterlimit: "10"
|
|
75
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
76
|
+
d: "M47.2601 33.3889C47.2601 33.3889 52.2097 31.0675 58.8413 33.1386",
|
|
77
|
+
stroke: "#10162F",
|
|
78
|
+
strokeMiterlimit: "10"
|
|
79
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
80
|
+
children: [/*#__PURE__*/_jsx("pattern", {
|
|
81
|
+
id: "pattern0",
|
|
82
|
+
patternContentUnits: "objectBoundingBox",
|
|
83
|
+
width: "3.19786",
|
|
84
|
+
height: "2.30418",
|
|
85
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
86
|
+
xlinkHref: "#image0",
|
|
87
|
+
transform: "scale(0.0499666 0.0360028)"
|
|
88
|
+
})
|
|
89
|
+
}), /*#__PURE__*/_jsx("image", {
|
|
90
|
+
id: "image0",
|
|
91
|
+
width: "64",
|
|
92
|
+
height: "64",
|
|
93
|
+
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACkSURBVHgB7dcxEsIwDAVR6f53Boo/FNBkPEkYrN3Xye3+xlVVz/pEu/XmEqgsr3AJVJZXuAQqyytcApXlFS6ByvIKl0BleYVLoLK8wiVQWV5BK/8oheWh+vuBVh67BMsXVB/cuPKYJVj+4B6rF29c+bFLsPziPUafvHHlxyzB8ifvbfXFN678tkuw/MX3NvrmG1d+myVY/ub7b/WPb1z5sb/CJS8ZOf4BH9R+4AAAAABJRU5ErkJggg=="
|
|
94
|
+
})]
|
|
95
|
+
})]
|
|
96
|
+
});
|
|
89
97
|
};
|
package/dist/EmailAt.d.ts
CHANGED
package/dist/EmailAt.js
CHANGED
|
@@ -1,34 +1,39 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
4
|
export var EmailAt = function EmailAt(_ref) {
|
|
3
5
|
var ariaHidden = _ref['aria-hidden'],
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return /*#__PURE__*/
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
9
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
8
10
|
"aria-hidden": ariaHidden,
|
|
9
11
|
className: className,
|
|
10
12
|
width: width,
|
|
11
13
|
height: height,
|
|
12
14
|
viewBox: "0 0 48 48",
|
|
13
15
|
fill: "none",
|
|
14
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
18
|
+
children: "Email At Icon"
|
|
19
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
20
|
+
cx: "24",
|
|
21
|
+
cy: "24",
|
|
22
|
+
r: "23.5",
|
|
23
|
+
fill: "white",
|
|
24
|
+
stroke: "#10162F"
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M28.375 24C28.375 24.8653 28.1184 25.7112 27.6377 26.4306C27.157 27.1501 26.4737 27.7108 25.6742 28.042C24.8748 28.3731 23.9951 28.4597 23.1465 28.2909C22.2978 28.1221 21.5183 27.7054 20.9064 27.0936C20.2946 26.4817 19.8779 25.7022 19.7091 24.8535C19.5403 24.0049 19.6269 23.1252 19.958 22.3258C20.2892 21.5263 20.8499 20.8431 21.5694 20.3623C22.2888 19.8816 23.1347 19.625 24 19.625C25.1603 19.625 26.2731 20.0859 27.0936 20.9064C27.9141 21.7269 28.375 22.8397 28.375 24Z",
|
|
27
|
+
stroke: "#10162F",
|
|
28
|
+
strokeWidth: "1.25",
|
|
29
|
+
strokeLinecap: "round",
|
|
30
|
+
strokeLinejoin: "round"
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M28.3751 24V25.875C28.3751 26.538 28.6384 27.1739 29.1073 27.6427C29.5761 28.1116 30.212 28.375 30.8751 28.375C31.5381 28.375 32.174 28.1116 32.6428 27.6427C33.1117 27.1739 33.3751 26.538 33.3751 25.875V24C33.375 21.8883 32.6619 19.8385 31.3514 18.1827C30.0408 16.5269 28.2096 15.3621 26.1544 14.8769C24.0992 14.3918 21.9404 14.6148 20.0278 15.5098C18.1152 16.4048 16.5607 17.9194 15.6164 19.8081C14.672 21.6969 14.393 23.8492 14.8246 25.9163C15.2562 27.9834 16.373 29.8442 17.9943 31.1973C19.6155 32.5504 21.646 33.3165 23.757 33.3714C25.868 33.4263 27.9357 32.7669 29.6251 31.5",
|
|
33
|
+
stroke: "#10162F",
|
|
34
|
+
strokeWidth: "1.25",
|
|
35
|
+
strokeLinecap: "round",
|
|
36
|
+
strokeLinejoin: "round"
|
|
37
|
+
})]
|
|
38
|
+
});
|
|
34
39
|
};
|
package/dist/Envelope.d.ts
CHANGED
package/dist/Envelope.js
CHANGED
|
@@ -1,34 +1,39 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
4
|
export var Envelope = function Envelope(_ref) {
|
|
3
5
|
var ariaHidden = _ref['aria-hidden'],
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return /*#__PURE__*/
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
9
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
8
10
|
"aria-hidden": ariaHidden,
|
|
9
11
|
className: className,
|
|
10
12
|
width: width,
|
|
11
13
|
height: height,
|
|
12
14
|
viewBox: "0 0 48 48",
|
|
13
15
|
fill: "none",
|
|
14
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
18
|
+
children: "Envelope Icon"
|
|
19
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
20
|
+
cx: "24",
|
|
21
|
+
cy: "24",
|
|
22
|
+
r: "23.5",
|
|
23
|
+
fill: "white",
|
|
24
|
+
stroke: "black"
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M15.25 17.9585H32.75V30.4585H15.25V17.9585Z",
|
|
27
|
+
stroke: "black",
|
|
28
|
+
strokeWidth: "1.25",
|
|
29
|
+
strokeLinecap: "round",
|
|
30
|
+
strokeLinejoin: "round"
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M32.4682 18.417L25.6815 23.637C25.1996 24.0077 24.6087 24.2087 24.0007 24.2087C23.3927 24.2087 22.8018 24.0077 22.3199 23.637L15.5332 18.417",
|
|
33
|
+
stroke: "black",
|
|
34
|
+
strokeWidth: "1.25",
|
|
35
|
+
strokeLinecap: "round",
|
|
36
|
+
strokeLinejoin: "round"
|
|
37
|
+
})]
|
|
38
|
+
});
|
|
34
39
|
};
|