@codecademy/gamut-illustrations 0.55.0-alpha.fed7e3.0 → 0.55.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/{BrowserInspect.d.ts → Achievement.d.ts} +1 -1
- package/dist/Achievement.js +1047 -0
- package/dist/Announcement.js +144 -147
- package/dist/Bee.js +123 -126
- package/dist/Bell.js +41 -44
- package/dist/BinaryBlocks.js +130 -133
- package/dist/BinaryStairs.js +76 -79
- package/dist/Blocks.js +243 -246
- package/dist/Blueprint.js +90 -93
- package/dist/BlueprintWhite.js +97 -100
- package/dist/BookAndNotepad.js +92 -95
- package/dist/Browser.js +74 -77
- package/dist/BrowserLock.js +41 -44
- package/dist/BrowserPuzzle.js +60 -63
- package/dist/ChatBox.js +41 -44
- package/dist/CodeCelebration.js +153 -156
- package/dist/Coffee.js +58 -61
- package/dist/Confetti.js +92 -95
- package/dist/Conversation.js +56 -59
- package/dist/CustomProject.js +43 -46
- package/dist/EmailAt.js +35 -38
- package/dist/Envelope.js +35 -38
- package/dist/ErrorWindow.js +124 -127
- package/dist/Events.js +1106 -1109
- package/dist/ExplodedCube.js +77 -80
- package/dist/ExplodedCubeLight.js +78 -81
- package/dist/Heart.js +29 -32
- package/dist/Hills.js +46 -49
- package/dist/HomeOffice.js +106 -109
- package/dist/Interest.js +370 -373
- package/dist/Interview.js +164 -167
- package/dist/Keyhole.js +29 -32
- package/dist/Knowledge.js +297 -300
- package/dist/LightBulbAndGears.js +344 -347
- package/dist/MagnifyingGlass.js +63 -66
- package/dist/Maze.js +66 -69
- package/dist/Megaphone.js +47 -50
- package/dist/MobilePhone.js +88 -91
- package/dist/MoneyBack.js +30 -33
- package/dist/New.js +59 -62
- package/dist/NumberBlocks.js +262 -265
- package/dist/OfficeAnnouncement.js +201 -204
- package/dist/Plant.js +61 -64
- package/dist/PortfolioProject.js +34 -37
- package/dist/PracticeProject.js +42 -45
- package/dist/PracticeTarget.js +72 -75
- package/dist/ProgressCharts.js +145 -148
- package/dist/ProgressChartsLight.js +75 -78
- package/dist/ProjectReview.js +217 -220
- package/dist/Purpose.js +127 -130
- package/dist/Puzzle.js +155 -158
- package/dist/Python.js +21 -24
- package/dist/SevenDayTrial.js +82 -85
- package/dist/StackedFruits.js +96 -99
- package/dist/StackedFruitsLight.js +68 -71
- package/dist/StackedPages.js +145 -148
- package/dist/StackedPagesVariant.js +193 -196
- package/dist/StairsToWindow.js +84 -87
- package/dist/StairsToWindowLight.js +72 -75
- package/dist/Sun.js +116 -119
- package/dist/Syllabus.js +347 -350
- package/dist/Tag25PercentOff.js +87 -90
- package/dist/Tag30PercentOff.js +63 -66
- package/dist/Tag50PercentOff.js +171 -174
- package/dist/TagCelebration.js +161 -164
- package/dist/Target.js +42 -45
- package/dist/TinyBlocks.js +19 -22
- package/dist/Warning.js +95 -98
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/dist/BrowserInspect.js +0 -147
package/dist/HomeOffice.js
CHANGED
|
@@ -1,120 +1,117 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
-
export const HomeOffice =
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
y: "0",
|
|
27
|
-
children: /*#__PURE__*/_jsx("path", {
|
|
28
|
-
d: "M349.424 293.5c0-3.08.13-190.773.382-193.796a107.866 107.866 0 01215.034.995c.202 2.699.303 190.06.303 192.801H349.424z",
|
|
29
|
-
fill: "#fff",
|
|
30
|
-
stroke: "#10162F",
|
|
31
|
-
strokeMiterlimit: "10",
|
|
32
|
-
strokeWidth: "2"
|
|
33
|
-
})
|
|
34
|
-
}), /*#__PURE__*/_jsxs("g", {
|
|
35
|
-
mask: "url(#a)",
|
|
36
|
-
stroke: "#10162F",
|
|
37
|
-
strokeWidth: "2",
|
|
38
|
-
children: [/*#__PURE__*/_jsx("path", {
|
|
39
|
-
d: "M701.968 339.234c0 92.617-75.081 167.698-167.698 167.698s-167.698-75.081-167.698-167.698 75.081-167.698 167.698-167.698 167.698 75.081 167.698 167.698z",
|
|
40
|
-
fill: "url(#pattern0)"
|
|
41
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
42
|
-
d: "M517.166 137.097c34.467 0 62.407-27.941 62.407-62.408s-27.94-62.408-62.407-62.408c-34.466 0-62.407 27.941-62.407 62.408s27.941 62.408 62.407 62.408zM380.087 449.498c65.147 0 117.96-52.813 117.96-117.962 0-65.148-52.813-117.962-117.96-117.962-65.148 0-117.961 52.814-117.961 117.962 0 65.149 52.813 117.962 117.961 117.962z",
|
|
43
|
-
strokeMiterlimit: "10"
|
|
44
|
-
})]
|
|
45
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
3
|
+
export const HomeOffice = ({
|
|
4
|
+
className,
|
|
5
|
+
height,
|
|
6
|
+
width,
|
|
7
|
+
'aria-hidden': ariaHidden
|
|
8
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
9
|
+
"aria-hidden": ariaHidden,
|
|
10
|
+
className: className,
|
|
11
|
+
fill: "none",
|
|
12
|
+
height: height,
|
|
13
|
+
viewBox: "0 0 640 402",
|
|
14
|
+
width: width,
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
17
|
+
children: "Home Office Illustration"
|
|
18
|
+
}), /*#__PURE__*/_jsx("mask", {
|
|
19
|
+
height: "295",
|
|
20
|
+
id: "a",
|
|
21
|
+
maskUnits: "userSpaceOnUse",
|
|
22
|
+
width: "219",
|
|
23
|
+
x: "348",
|
|
24
|
+
y: "0",
|
|
25
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
46
26
|
d: "M349.424 293.5c0-3.08.13-190.773.382-193.796a107.866 107.866 0 01215.034.995c.202 2.699.303 190.06.303 192.801H349.424z",
|
|
47
|
-
stroke: "#10162F",
|
|
48
|
-
strokeMiterlimit: "10",
|
|
49
|
-
strokeWidth: "2"
|
|
50
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
51
|
-
d: "M416.126 361.82l44.529 26.363v10.139H1v-10.139h1.098l44.53-26.363.253-.338V147.709h368.992v213.773l.253.338z",
|
|
52
|
-
fill: "#FFF0E5",
|
|
53
|
-
stroke: "#10162F",
|
|
54
|
-
strokeLinejoin: "round",
|
|
55
|
-
strokeWidth: "2"
|
|
56
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
57
|
-
d: "M404.581 158.259H57.075v194.288H404.58V158.259z",
|
|
58
27
|
fill: "#fff",
|
|
59
28
|
stroke: "#10162F",
|
|
29
|
+
strokeMiterlimit: "10",
|
|
60
30
|
strokeWidth: "2"
|
|
31
|
+
})
|
|
32
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
33
|
+
mask: "url(#a)",
|
|
34
|
+
stroke: "#10162F",
|
|
35
|
+
strokeWidth: "2",
|
|
36
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
37
|
+
d: "M701.968 339.234c0 92.617-75.081 167.698-167.698 167.698s-167.698-75.081-167.698-167.698 75.081-167.698 167.698-167.698 167.698 75.081 167.698 167.698z",
|
|
38
|
+
fill: "url(#pattern0)"
|
|
61
39
|
}), /*#__PURE__*/_jsx("path", {
|
|
62
|
-
d: "
|
|
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
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
40
|
+
d: "M517.166 137.097c34.467 0 62.407-27.941 62.407-62.408s-27.94-62.408-62.407-62.408c-34.466 0-62.407 27.941-62.407 62.408s27.941 62.408 62.407 62.408zM380.087 449.498c65.147 0 117.96-52.813 117.96-117.962 0-65.148-52.813-117.962-117.96-117.962-65.148 0-117.961 52.814-117.961 117.962 0 65.149 52.813 117.962 117.961 117.962z",
|
|
41
|
+
strokeMiterlimit: "10"
|
|
42
|
+
})]
|
|
43
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
44
|
+
d: "M349.424 293.5c0-3.08.13-190.773.382-193.796a107.866 107.866 0 01215.034.995c.202 2.699.303 190.06.303 192.801H349.424z",
|
|
45
|
+
stroke: "#10162F",
|
|
46
|
+
strokeMiterlimit: "10",
|
|
47
|
+
strokeWidth: "2"
|
|
48
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
49
|
+
d: "M416.126 361.82l44.529 26.363v10.139H1v-10.139h1.098l44.53-26.363.253-.338V147.709h368.992v213.773l.253.338z",
|
|
50
|
+
fill: "#FFF0E5",
|
|
51
|
+
stroke: "#10162F",
|
|
52
|
+
strokeLinejoin: "round",
|
|
53
|
+
strokeWidth: "2"
|
|
54
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
55
|
+
d: "M404.581 158.259H57.075v194.288H404.58V158.259z",
|
|
56
|
+
fill: "#fff",
|
|
57
|
+
stroke: "#10162F",
|
|
58
|
+
strokeWidth: "2"
|
|
59
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
60
|
+
d: "M460.655 388.183H2.099l44.529-26.363h369.498l44.529 26.363z",
|
|
61
|
+
fill: "#FFF0E5",
|
|
62
|
+
stroke: "#10162F",
|
|
63
|
+
strokeLinejoin: "round",
|
|
64
|
+
strokeWidth: "2"
|
|
65
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
66
|
+
d: "M77.915 255.88v51.591H26.324V255.88h51.59zM66.253 186.478v51.591h-51.59v-51.591h51.59z",
|
|
67
|
+
fill: "#FFD300",
|
|
68
|
+
stroke: "#10162F",
|
|
69
|
+
strokeWidth: "2"
|
|
70
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
71
|
+
d: "M136.998 217.264l-33.024-14.08v8.576l23.36 9.152-23.36 9.152v8.64l33.024-14.144v-7.296zm38.559 28.48V238h-28.672v7.744h28.672z",
|
|
72
|
+
fill: "#1557FF"
|
|
73
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
74
|
+
d: "M540.822 341.047h-13.696c.096-7.455-.051-15.046-.199-22.665-.086-4.434-.172-8.879-.211-13.311-.108-12.425.158-24.818 1.836-36.89 4.923-35.435 28.078-73.374 65.876-80.339 8.996-1.658 19.118-.986 27.442 3.07 8.279 4.035 14.834 11.439 16.777 23.423.353 2.176.236 5.648-.251 9.167-.488 3.521-1.324 6.922-2.324 8.979-6.318 12.992-16.478 17.227-28.019 19.824-2.847.641-5.766 1.18-8.734 1.727l-.147.027c-3.012.556-6.072 1.122-9.119 1.812-6.093 1.38-12.181 3.264-17.852 6.596-12.263 7.205-20.557 14.09-25.529 25.803-4.874 11.483-6.504 27.495-5.85 52.777z",
|
|
75
|
+
fill: "#AEE938",
|
|
76
|
+
stroke: "#10162F",
|
|
77
|
+
strokeWidth: "2"
|
|
78
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
79
|
+
d: "M616.326 288.252l.981-.19-.981.19c.194.996.136 2.664-.154 4.41-.29 1.745-.781 3.379-1.336 4.331-3.677 6.304-9.735 7.95-16.871 8.77-1.516.175-3.063.31-4.639.448l-.827.073c-1.856.164-3.745.34-5.623.596-3.754.51-7.518 1.339-11.003 3.046-3.747 1.836-6.561 3.78-8.629 6.117-2.079 2.348-3.358 5.041-4.114 8.298-.751 3.235-.988 7.038-.99 11.618-.001 3.624.146 7.782.315 12.576l.102 2.897h-12.776c.044-3.602-.042-7.273-.127-10.946a517.2 517.2 0 01-.127-6.673c-.065-6.244.096-12.443 1.1-18.469 1.474-8.84 5.438-19.491 11.911-27.966 6.465-8.464 15.363-14.676 26.735-14.897 8.094-.158 14.292.886 18.734 3.392 4.382 2.471 7.161 6.425 8.319 12.379zM476.232 227.077c19.333 8.108 29.783 27.528 35.416 49.939 5.529 21.994 6.353 46.612 6.517 65.567h-8.198c-.085-10.28-1.494-22.658-5.445-33.6-4.078-11.291-10.922-21.201-21.968-25.543-4.492-1.766-9.043-2.538-13.475-3.007a202.458 202.458 0 00-5.636-.492c-.309-.024-.616-.047-.923-.072-2.151-.168-4.249-.345-6.294-.613-4.091-.535-7.912-1.428-11.391-3.298-3.465-1.862-6.644-4.721-9.404-9.27-9.965-16.415-1.438-36.529 15.225-41.315 6.627-1.904 11.545-2.078 15.51-1.495 3.776.555 6.735 1.799 9.6 3.004l.466.195z",
|
|
80
|
+
fill: "#AEE938",
|
|
81
|
+
stroke: "#10162F",
|
|
82
|
+
strokeWidth: "2"
|
|
83
|
+
}), /*#__PURE__*/_jsx("mask", {
|
|
84
|
+
fill: "#fff",
|
|
85
|
+
id: "b",
|
|
86
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
94
87
|
clipRule: "evenodd",
|
|
95
88
|
d: "M497.293 332.191v40.08c0 16.017 12.983 29 29 29h17.881c16.016 0 29-12.983 29-29v-40.08h-75.881z",
|
|
96
|
-
fill: "#1557FF",
|
|
97
89
|
fillRule: "evenodd"
|
|
98
|
-
})
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
xlinkHref: "
|
|
117
|
-
})
|
|
90
|
+
})
|
|
91
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
92
|
+
clipRule: "evenodd",
|
|
93
|
+
d: "M497.293 332.191v40.08c0 16.017 12.983 29 29 29h17.881c16.016 0 29-12.983 29-29v-40.08h-75.881z",
|
|
94
|
+
fill: "#1557FF",
|
|
95
|
+
fillRule: "evenodd"
|
|
96
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
97
|
+
d: "M497.293 332.191v-2h-2v2h2zm75.881 0h2v-2h-2v2zm-73.881 40.08v-40.08h-4v40.08h4zm27 27c-14.912 0-27-12.088-27-27h-4c0 17.121 13.879 31 31 31v-4zm17.881 0h-17.881v4h17.881v-4zm27-27c0 14.912-12.088 27-27 27v4c17.121 0 31-13.879 31-31h-4zm0-40.08v40.08h4v-40.08h-4zm2-2h-75.881v4h75.881v-4z",
|
|
98
|
+
fill: "#10162F",
|
|
99
|
+
mask: "url(#b)"
|
|
100
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
101
|
+
children: [/*#__PURE__*/_jsx("pattern", {
|
|
102
|
+
height: ".19",
|
|
103
|
+
id: "pattern0",
|
|
104
|
+
patternContentUnits: "objectBoundingBox",
|
|
105
|
+
width: ".19",
|
|
106
|
+
children: /*#__PURE__*/_jsx("use", {
|
|
107
|
+
transform: "scale(.00296)",
|
|
108
|
+
xlinkHref: "#image0"
|
|
109
|
+
})
|
|
110
|
+
}), /*#__PURE__*/_jsx("image", {
|
|
111
|
+
height: "64",
|
|
112
|
+
id: "image0",
|
|
113
|
+
width: "64",
|
|
114
|
+
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAChSURBVHgB7dgxDoAwDMXQ5P53BoaIARaE2iJa+23p6j81ImKPK9qtk0ugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLK8ikugsryKS6CyvIpLoLI8VN4faOW3gLJ8QOXDjSuPWYLlH+5l5csbV37ZJVj+5b2MbLxx5ZdZguUb72ll5xtXftolWL7zPY0cfOPKT7MEyw++fys/vnHlsb/DFwf+rf4QcSN+5wAAAABJRU5ErkJggg=="
|
|
118
115
|
})]
|
|
119
|
-
})
|
|
120
|
-
};
|
|
116
|
+
})]
|
|
117
|
+
});
|