@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/TagCelebration.js
CHANGED
|
@@ -1,166 +1,163 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
-
export const TagCelebration =
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
})]
|
|
165
|
-
});
|
|
166
|
-
};
|
|
3
|
+
export const TagCelebration = ({
|
|
4
|
+
'aria-hidden': ariaHidden,
|
|
5
|
+
className,
|
|
6
|
+
height,
|
|
7
|
+
width
|
|
8
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
9
|
+
"aria-hidden": ariaHidden,
|
|
10
|
+
className: className,
|
|
11
|
+
fill: "none",
|
|
12
|
+
height: height,
|
|
13
|
+
viewBox: "0 0 184 120",
|
|
14
|
+
width: width,
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
17
|
+
d: "M137.37 84.022 29.507 119.856c-1.733.578-3.54-.361-4.117-2.095L1.043 44.649c-.578-1.734.361-3.54 2.095-4.118L111 4.697a3.092 3.092 0 0 1 2.528.217l48.333 24.924a3.24 3.24 0 0 1 1.444 4.335l-23.985 48.188c-.434.795-1.084 1.373-1.951 1.661Z",
|
|
18
|
+
fill: "#10162F"
|
|
19
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
20
|
+
d: "M30.302 116.603a3.673 3.673 0 0 1-3.468-2.457L2.56 40.961a3.618 3.618 0 0 1 .217-2.745c.433-.867 1.156-1.517 2.095-1.806L112.662.576a3.273 3.273 0 0 1 1.156-.217c.578 0 1.156.145 1.662.434l48.332 24.925c1.734.866 2.457 3.106 1.59 4.84l-23.986 48.188c-.433.867-1.156 1.517-2.095 1.806L31.458 116.386a3.284 3.284 0 0 1-1.156.217Z",
|
|
21
|
+
fill: "#FFD300"
|
|
22
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M113.818.722c.506 0 1.012.145 1.517.362l48.333 24.924a3.241 3.241 0 0 1 1.445 4.335l-23.986 48.188c-.361.795-1.084 1.373-1.878 1.662L31.314 116.099c-.362.144-.723.144-1.012.144-1.372 0-2.673-.867-3.106-2.239L2.849 40.891c-.578-1.734.361-3.54 2.095-4.118L112.807.867c.361-.072.65-.145 1.011-.145Zm0-.722c-.433 0-.867.072-1.228.217L4.727 36.05c-1.011.36-1.806 1.083-2.312 2.022a3.71 3.71 0 0 0-.216 3.035l24.346 73.112c.578 1.662 2.096 2.746 3.757 2.746.434 0 .867-.073 1.228-.217l107.935-35.834c1.012-.361 1.879-1.084 2.312-2.023l23.986-48.188c.939-1.95.144-4.334-1.734-5.346L115.697.433A4.218 4.218 0 0 0 113.818 0Z",
|
|
24
|
+
fill: "#10162F"
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M5.883 50.209c-.072 0-.144 0-.144-.072-.073-.073-.145-.145-.145-.217L2.56 40.96a3.618 3.618 0 0 1 .217-2.745c.433-.867 1.156-1.517 2.095-1.806L112.662.576a3.273 3.273 0 0 1 1.156-.217c.578 0 1.156.145 1.662.434l14.16 7.297a.398.398 0 0 1 .217.36c0 .145-.073.29-.217.29L5.955 50.209h-.072Z",
|
|
27
|
+
fill: "#fff"
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M113.818.722c.506 0 1.012.145 1.517.362l14.16 7.296L5.883 49.85 2.85 40.89c-.578-1.734.361-3.54 2.095-4.118L112.807.867c.361-.072.65-.145 1.011-.145Zm0-.722c-.433 0-.867.072-1.228.217L4.727 36.05c-1.011.36-1.806 1.083-2.312 2.022a3.71 3.71 0 0 0-.216 3.035l2.962 8.958c.072.145.216.361.361.434.144.072.217.072.361.072H6.1l123.612-41.47c.289-.071.434-.36.506-.65.072-.288-.145-.577-.361-.722L115.697.433A4.218 4.218 0 0 0 113.818 0Z",
|
|
30
|
+
fill: "#10162F"
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M137.442 45.804c-3.901 0-7.369-2.529-8.597-6.214-1.589-4.768 1.012-9.897 5.78-11.487.939-.289 1.878-.505 2.89-.505 3.901 0 7.369 2.528 8.597 6.213 1.589 4.768-1.012 9.897-5.78 11.487-.939.361-1.878.506-2.89.506Z",
|
|
33
|
+
fill: "#fff"
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M137.442 28.031c3.685 0 7.081 2.312 8.236 5.996 1.518 4.552-.939 9.537-5.49 11.054a9.436 9.436 0 0 1-2.746.433c-3.684 0-7.08-2.311-8.236-5.996-1.517-4.551.94-9.536 5.491-11.053a9.435 9.435 0 0 1 2.745-.434Zm0-.722c-1.011 0-2.022.144-2.962.505-4.912 1.662-7.658 7.008-5.996 11.92 1.3 3.83 4.913 6.503 8.958 6.503 1.012 0 2.023-.145 2.963-.506 4.912-1.661 7.658-7.008 5.996-11.92-1.3-3.902-4.841-6.502-8.959-6.502Z",
|
|
36
|
+
fill: "#10162F"
|
|
37
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
38
|
+
d: "M137.659 45.804a.397.397 0 0 1-.361-.217c-.072-.145 0-.29.144-.434 3.035-2.167 4.263-5.924 3.107-9.464a8.4 8.4 0 0 0-7.947-5.707h-.217a.397.397 0 0 1-.361-.217c-.072-.145 0-.289.144-.434a9.325 9.325 0 0 1 2.385-1.228c.939-.289 1.878-.505 2.889-.505 3.902 0 7.369 2.528 8.598 6.213 1.589 4.768-1.012 9.897-5.78 11.487-.795.361-1.662.506-2.601.506Z",
|
|
39
|
+
fill: "#fff"
|
|
40
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
41
|
+
d: "M137.442 28.031c3.685 0 7.081 2.312 8.236 5.996 1.518 4.552-.939 9.537-5.49 11.054a8.09 8.09 0 0 1-2.529.433c3.035-2.167 4.479-6.14 3.179-9.825-1.228-3.684-4.624-5.996-8.236-5.996h-.217c.651-.506 1.445-.867 2.312-1.156a7.645 7.645 0 0 1 2.745-.506Zm0-.722c-1.011 0-2.022.144-2.962.505a9.346 9.346 0 0 0-2.528 1.3c-.289.145-.361.506-.289.795a.693.693 0 0 0 .65.506h.217c3.468 0 6.502 2.168 7.586 5.49 1.156 3.396-.073 7.009-2.962 9.032-.289.144-.362.505-.289.794a.693.693 0 0 0 .65.506c.939 0 1.878-.145 2.745-.506 4.913-1.661 7.658-7.008 5.996-11.92-1.155-3.902-4.768-6.502-8.814-6.502Z",
|
|
42
|
+
fill: "#10162F"
|
|
43
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
44
|
+
d: "M163.234 35.472c.65.289 1.228.65 1.879.939 12.281 6.719 19.939 16.255 17.122 21.313-2.818 5.057-14.955 3.756-27.237-2.963-12.282-6.718-19.94-16.255-17.122-21.312.217-.361.433-.722.722-1.011",
|
|
45
|
+
stroke: "#10162F",
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round",
|
|
48
|
+
strokeWidth: ".722"
|
|
49
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
50
|
+
d: "M70.326 71.597 47.713 86.985l-9.03 6.141.361-38.724",
|
|
51
|
+
fill: "#FFD300"
|
|
52
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
53
|
+
d: "M70.326 71.597 47.713 86.985l-9.03 6.141.361-38.724",
|
|
54
|
+
stroke: "#10162F",
|
|
55
|
+
strokeLinecap: "round",
|
|
56
|
+
strokeLinejoin: "round",
|
|
57
|
+
strokeMiterlimit: "10",
|
|
58
|
+
strokeWidth: ".722"
|
|
59
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
60
|
+
d: "M71.627 70.367c1.806-3.396-3.902-9.97-12.788-14.738-8.886-4.768-17.556-5.924-19.362-2.529-1.806 3.396 3.902 9.97 12.788 14.738 8.886 4.768 17.555 5.852 19.362 2.529Z",
|
|
61
|
+
fill: "#fff",
|
|
62
|
+
stroke: "#10162F",
|
|
63
|
+
strokeLinecap: "round",
|
|
64
|
+
strokeLinejoin: "round",
|
|
65
|
+
strokeMiterlimit: "10",
|
|
66
|
+
strokeWidth: ".722"
|
|
67
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
68
|
+
d: "m38.971 64.3.073-9.898",
|
|
69
|
+
stroke: "#10162F",
|
|
70
|
+
strokeLinecap: "round",
|
|
71
|
+
strokeLinejoin: "round",
|
|
72
|
+
strokeMiterlimit: "10",
|
|
73
|
+
strokeWidth: ".722"
|
|
74
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
75
|
+
d: "m58.478 79.617-10.692 7.297C40.489 83.012 38.9 74.92 38.9 74.92l.072-10.62s4.262 7.152 19.506 15.316Z",
|
|
76
|
+
fill: "#fff",
|
|
77
|
+
stroke: "#10162F",
|
|
78
|
+
strokeLinecap: "round",
|
|
79
|
+
strokeLinejoin: "round",
|
|
80
|
+
strokeMiterlimit: "10",
|
|
81
|
+
strokeWidth: ".722"
|
|
82
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
83
|
+
d: "M49.809 62.277s4.912-12.86-1.012-21.023M54.143 61.988s2.529-8.886 7.803-13.582M57.105 64.083s5.058-8.236 17.195-9.825",
|
|
84
|
+
stroke: "#10162F",
|
|
85
|
+
strokeLinecap: "round",
|
|
86
|
+
strokeLinejoin: "round",
|
|
87
|
+
strokeMiterlimit: "10",
|
|
88
|
+
strokeWidth: ".722"
|
|
89
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
90
|
+
d: "M80.08 56.496c1.083-.361 1.733-1.517 1.372-2.601s-1.517-1.734-2.6-1.373c-1.085.361-1.735 1.517-1.374 2.601.362 1.084 1.518 1.734 2.601 1.373ZM46.991 39.23c1.084-.361 1.734-1.517 1.373-2.6-.362-1.084-1.517-1.735-2.601-1.373-1.084.36-1.734 1.517-1.373 2.6.361 1.084 1.445 1.662 2.601 1.373ZM66.859 40.313l-.073 2.6 2.095 1.518-2.456.722-.795 2.456-1.445-2.167h-2.6l1.589-2.023-.795-2.456 2.384.867 2.096-1.517Z",
|
|
91
|
+
fill: "#FFFAE5",
|
|
92
|
+
stroke: "#10162F",
|
|
93
|
+
strokeLinecap: "round",
|
|
94
|
+
strokeLinejoin: "round",
|
|
95
|
+
strokeMiterlimit: "10",
|
|
96
|
+
strokeWidth: ".722"
|
|
97
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
98
|
+
d: "M63.969 64.373s3.54-3.178 9.608-3.106",
|
|
99
|
+
stroke: "#10162F",
|
|
100
|
+
strokeLinecap: "round",
|
|
101
|
+
strokeLinejoin: "round",
|
|
102
|
+
strokeMiterlimit: "10",
|
|
103
|
+
strokeWidth: ".722"
|
|
104
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
105
|
+
d: "M110.495 57.94 87.882 73.33l-9.03 6.14.433-38.723",
|
|
106
|
+
fill: "#FFD300"
|
|
107
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
108
|
+
d: "M110.495 57.94 87.882 73.33l-9.03 6.14.433-38.723",
|
|
109
|
+
stroke: "#10162F",
|
|
110
|
+
strokeLinecap: "round",
|
|
111
|
+
strokeLinejoin: "round",
|
|
112
|
+
strokeMiterlimit: "10",
|
|
113
|
+
strokeWidth: ".722"
|
|
114
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
115
|
+
d: "M111.723 56.71c1.806-3.395-3.901-9.97-12.787-14.738-8.887-4.768-17.556-5.924-19.362-2.528-1.806 3.395 3.901 9.97 12.787 14.738 8.887 4.768 17.556 5.924 19.362 2.529Z",
|
|
116
|
+
fill: "#fff",
|
|
117
|
+
stroke: "#10162F",
|
|
118
|
+
strokeLinecap: "round",
|
|
119
|
+
strokeLinejoin: "round",
|
|
120
|
+
strokeMiterlimit: "10",
|
|
121
|
+
strokeWidth: ".722"
|
|
122
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
123
|
+
d: "m79.14 50.644.073-9.898",
|
|
124
|
+
stroke: "#10162F",
|
|
125
|
+
strokeLinecap: "round",
|
|
126
|
+
strokeLinejoin: "round",
|
|
127
|
+
strokeMiterlimit: "10",
|
|
128
|
+
strokeWidth: ".722"
|
|
129
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
130
|
+
d: "m98.575 66.031-10.693 7.297c-7.297-3.901-8.886-11.92-8.886-11.92l.144-10.693c0-.072 4.19 7.153 19.434 15.316Z",
|
|
131
|
+
fill: "#fff",
|
|
132
|
+
stroke: "#10162F",
|
|
133
|
+
strokeLinecap: "round",
|
|
134
|
+
strokeLinejoin: "round",
|
|
135
|
+
strokeMiterlimit: "10",
|
|
136
|
+
strokeWidth: ".722"
|
|
137
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
138
|
+
d: "M89.905 48.691s4.913-12.86-1.012-21.023M94.24 48.332s2.528-8.886 7.802-13.582M97.274 50.427s5.057-8.236 17.195-9.825",
|
|
139
|
+
stroke: "#10162F",
|
|
140
|
+
strokeLinecap: "round",
|
|
141
|
+
strokeLinejoin: "round",
|
|
142
|
+
strokeMiterlimit: "10",
|
|
143
|
+
strokeWidth: ".722"
|
|
144
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
145
|
+
d: "M120.176 42.84c1.084-.362 1.734-1.518 1.373-2.601-.362-1.084-1.518-1.734-2.601-1.373-1.084.361-1.734 1.517-1.373 2.6.361 1.084 1.517 1.735 2.601 1.373ZM87.088 25.574c1.083-.361 1.733-1.517 1.372-2.601s-1.517-1.734-2.6-1.373c-1.084.362-1.735 1.517-1.373 2.601.36 1.084 1.517 1.662 2.6 1.373ZM107.027 26.656l-.072 2.601 2.095 1.517-2.456.723-.795 2.456-1.445-2.167h-2.601l1.59-2.023-.795-2.457 2.384.867 2.095-1.517Z",
|
|
146
|
+
fill: "#FFFAE5",
|
|
147
|
+
stroke: "#10162F",
|
|
148
|
+
strokeLinecap: "round",
|
|
149
|
+
strokeLinejoin: "round",
|
|
150
|
+
strokeMiterlimit: "10",
|
|
151
|
+
strokeWidth: ".722"
|
|
152
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
153
|
+
d: "M104.065 50.717s3.54-3.179 9.609-3.106",
|
|
154
|
+
stroke: "#10162F",
|
|
155
|
+
strokeLinecap: "round",
|
|
156
|
+
strokeLinejoin: "round",
|
|
157
|
+
strokeMiterlimit: "10",
|
|
158
|
+
strokeWidth: ".722"
|
|
159
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
160
|
+
d: "M14.633 43.068a2.529 2.529 0 1 0-4.203-2.814 2.529 2.529 0 0 0 4.203 2.814ZM22.427 40.47a2.529 2.529 0 1 0-4.203-2.813 2.529 2.529 0 0 0 4.203 2.813ZM30.216 37.868a2.529 2.529 0 1 0-4.203-2.813 2.529 2.529 0 0 0 4.203 2.813Z",
|
|
161
|
+
fill: "#10162F"
|
|
162
|
+
})]
|
|
163
|
+
});
|
package/dist/Target.js
CHANGED
|
@@ -1,47 +1,44 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
-
export const Target =
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
};
|
|
3
|
+
export const Target = ({
|
|
4
|
+
'aria-hidden': ariaHidden,
|
|
5
|
+
className,
|
|
6
|
+
height,
|
|
7
|
+
width
|
|
8
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
9
|
+
"aria-hidden": ariaHidden,
|
|
10
|
+
className: className,
|
|
11
|
+
fill: "none",
|
|
12
|
+
height: height,
|
|
13
|
+
viewBox: "0 0 135 97",
|
|
14
|
+
width: width,
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
17
|
+
children: "Target"
|
|
18
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
19
|
+
d: "M6.93 24.844L48 1.133l41.07 23.711v47.423L48 95.978 6.93 72.267V24.844z",
|
|
20
|
+
fill: "#FFF0E5",
|
|
21
|
+
stroke: "#10162F",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M24.537 35.009L48 21.462 71.463 35.01v27.093L48 75.65 24.537 62.102V35.01z",
|
|
25
|
+
fill: "#FFF0E5",
|
|
26
|
+
stroke: "#10162F",
|
|
27
|
+
strokeLinejoin: "round"
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M40.11 44.891l7.325-4.229 7.325 4.23v8.457l-7.325 4.23-7.325-4.23v-8.458z",
|
|
30
|
+
fill: "#FFF0E5",
|
|
31
|
+
stroke: "#10162F",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M56.792 37.243l5.09 14.758-11.902-4.163 6.812-10.595z",
|
|
36
|
+
fill: "#FFF0E5",
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
stroke: "#10162F"
|
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
+
d: "M59.88 44.511l71.705-24.657M125.648 21.64l3.24-6.64M121.289 23.09l3.24-6.639M116.931 24.541l3.24-6.639M125.76 21.778l6.648 3.24M121.402 23.591l6.647 3.24M117.043 25.042l6.648 3.24",
|
|
41
|
+
stroke: "#10162F",
|
|
42
|
+
strokeLinecap: "square"
|
|
43
|
+
})]
|
|
44
|
+
});
|
package/dist/TinyBlocks.js
CHANGED
|
@@ -1,24 +1,21 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
-
export const TinyBlocks =
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
})
|
|
23
|
-
});
|
|
24
|
-
};
|
|
3
|
+
export const TinyBlocks = ({
|
|
4
|
+
'aria-hidden': ariaHidden,
|
|
5
|
+
className,
|
|
6
|
+
height,
|
|
7
|
+
width
|
|
8
|
+
}) => /*#__PURE__*/_jsx("svg", {
|
|
9
|
+
"aria-hidden": ariaHidden,
|
|
10
|
+
className: className,
|
|
11
|
+
fill: "none",
|
|
12
|
+
height: height,
|
|
13
|
+
viewBox: "0 0 26 26",
|
|
14
|
+
width: width,
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
17
|
+
d: "M25 1h-8v8h8zM25 9h-8v8h8zM25 17h-8v8h8zM17 9H9v8h8zM17 17H9v8h8zM9 17H1v8h8z",
|
|
18
|
+
fill: "#66C4FF",
|
|
19
|
+
stroke: "#10162F"
|
|
20
|
+
})
|
|
21
|
+
});
|