@carbon/pictograms-react 10.9.1-rc.0 → 10.9.2
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/es/index.js +1 -11905
- package/lib/active--server/index.js +8 -1
- package/lib/alchemy--language/index.js +8 -5
- package/lib/amsterdam--canal/index.js +215 -30
- package/lib/amsterdam--farm/index.js +204 -24
- package/lib/amsterdam--windmill/index.js +278 -23
- package/lib/app--developer/index.js +8 -2
- package/lib/austin/index.js +248 -5
- package/lib/automate--modular--management/index.js +8 -1
- package/lib/bangalore/index.js +188 -4
- package/lib/beijing--municipal/index.js +416 -10
- package/lib/beijing--tower/index.js +12 -9
- package/lib/berlin--brandenburg/index.js +225 -5
- package/lib/berlin--brandenburg--gate/index.js +225 -5
- package/lib/berlin--cathedral/index.js +128 -8
- package/lib/berlin--tower/index.js +175 -11
- package/lib/build/index.js +10 -1
- package/lib/cloud--strategy/index.js +43 -1
- package/lib/cloudy--hazy/index.js +8 -1
- package/lib/cloudy--windy/index.js +8 -1
- package/lib/coat--hanger/index.js +8 -1
- package/lib/copenhagen--planetarium/index.js +81 -19
- package/lib/copenhagen--snekkja/index.js +56 -7
- package/lib/customer--service/index.js +12 -2
- package/lib/data--backup/index.js +57 -11
- package/lib/data--processing/index.js +81 -8
- package/lib/design--and--development--02/index.js +8 -1
- package/lib/dubai--palm--islands/index.js +47 -4
- package/lib/dubai--skyscraper/index.js +73 -18
- package/lib/dublin--brewery/index.js +267 -12
- package/lib/dublin--castle/index.js +374 -27
- package/lib/duplicate--file/index.js +39 -18
- package/lib/electric--charge/index.js +2 -2
- package/lib/envelope/index.js +21 -1
- package/lib/expand--horz/index.js +18 -9
- package/lib/expand--vert/index.js +18 -9
- package/lib/factory/index.js +2 -2
- package/lib/firewall/index.js +6 -3
- package/lib/forklift/index.js +6 -3
- package/lib/free--trial/index.js +40 -3
- package/lib/fuel/index.js +6 -3
- package/lib/index.js +1 -11905
- package/lib/intelligence/index.js +151 -2
- package/lib/language--01/index.js +25 -9
- package/lib/language--02/index.js +4 -4
- package/lib/language--03/index.js +41 -8
- package/lib/language--04/index.js +19 -6
- package/lib/language--translation/index.js +6 -3
- package/lib/language--translation--alphabet--a--expanded/index.js +6 -3
- package/lib/lock--alt/index.js +6 -3
- package/lib/locked--network/index.js +6 -3
- package/lib/locked--network--alt/index.js +18 -4
- package/lib/london/index.js +2 -2
- package/lib/machine--learning--01/index.js +60 -12
- package/lib/machine--learning--02/index.js +34 -1
- package/lib/machine--learning--03/index.js +208 -5
- package/lib/machine--learning--05/index.js +58 -24
- package/lib/madrid--cathedral/index.js +482 -17
- package/lib/madrid--skyscrapers/index.js +143 -9
- package/lib/madrid--statue/index.js +22 -4
- package/lib/marketplace/index.js +36 -3
- package/lib/melbourne/index.js +97 -6
- package/lib/mexico-city--angel--of--independence/index.js +95 -6
- package/lib/milan--duomo--di--milano/index.js +422 -10
- package/lib/milan--skyscrapers/index.js +141 -15
- package/lib/moscow/index.js +384 -44
- package/lib/munich/index.js +266 -5
- package/lib/network/index.js +118 -5
- package/lib/networking--04/index.js +14 -8
- package/lib/nice/index.js +211 -7
- package/lib/nyc--brooklyn/index.js +249 -12
- package/lib/oil--rig/index.js +33 -1
- package/lib/parliament/index.js +32 -1
- package/lib/refinery/index.js +6 -3
- package/lib/rome/index.js +430 -7
- package/lib/san--francisco/index.js +207 -4
- package/lib/san--francisco--fog/index.js +226 -5
- package/lib/sao--paulo/index.js +40 -12
- package/lib/sao--paulo--expanded--base/index.js +51 -5
- package/lib/satellite/index.js +45 -1
- package/lib/seattle/index.js +230 -23
- package/lib/secure--profile/index.js +6 -3
- package/lib/security--shield/index.js +35 -2
- package/lib/shop/index.js +69 -4
- package/lib/singapore/index.js +252 -2
- package/lib/stationary--bicycle/index.js +6 -3
- package/lib/support--services/index.js +2 -2
- package/lib/tel--aviv/index.js +576 -3
- package/lib/time-lapse/index.js +2 -2
- package/lib/tokyo--cherry--blossom/index.js +155 -6
- package/lib/tokyo--gates/index.js +60 -12
- package/lib/tokyo--temple/index.js +402 -12
- package/lib/tokyo--volcano/index.js +41 -5
- package/lib/toronto/index.js +135 -1
- package/lib/touch--gesture/index.js +32 -2
- package/lib/unlock--alt/index.js +6 -3
- package/lib/vancouver/index.js +135 -5
- package/lib/washington--dc/index.js +205 -11
- package/lib/washington--dc--capitol/index.js +517 -15
- package/lib/washington--dc--monument/index.js +104 -17
- package/lib/weather/index.js +89 -1
- package/lib/wheat/index.js +7 -1
- package/lib/wrecking--ball/index.js +2 -2
- package/package.json +4 -4
- package/umd/index.js +1 -11905
|
@@ -15,78 +15,327 @@ React.forwardRef(function AmsterdamWindmill(props, ref) {
|
|
|
15
15
|
height: 48,
|
|
16
16
|
viewBox: "0 0 48 48",
|
|
17
17
|
ref: ref
|
|
18
|
-
}, props), React.createElement("
|
|
18
|
+
}, props), React.createElement("line", {
|
|
19
|
+
x1: "15",
|
|
20
|
+
x2: "33",
|
|
21
|
+
y1: "39",
|
|
22
|
+
y2: "39",
|
|
19
23
|
fill: "none",
|
|
20
24
|
stroke: "#000",
|
|
21
25
|
strokeLinejoin: "round",
|
|
22
26
|
strokeMiterlimit: "10",
|
|
23
|
-
strokeWidth: ".72"
|
|
24
|
-
|
|
27
|
+
strokeWidth: ".72"
|
|
28
|
+
}), React.createElement("line", {
|
|
29
|
+
x1: "21.985",
|
|
30
|
+
x2: "21.985",
|
|
31
|
+
y1: "33",
|
|
32
|
+
y2: "31",
|
|
33
|
+
fill: "none",
|
|
34
|
+
stroke: "#000",
|
|
35
|
+
strokeLinejoin: "round",
|
|
36
|
+
strokeMiterlimit: "10",
|
|
37
|
+
strokeWidth: ".72"
|
|
38
|
+
}), React.createElement("line", {
|
|
39
|
+
x1: "21.985",
|
|
40
|
+
x2: "21.985",
|
|
41
|
+
y1: "38",
|
|
42
|
+
y2: "36",
|
|
43
|
+
fill: "none",
|
|
44
|
+
stroke: "#000",
|
|
45
|
+
strokeLinejoin: "round",
|
|
46
|
+
strokeMiterlimit: "10",
|
|
47
|
+
strokeWidth: ".72"
|
|
48
|
+
}), React.createElement("line", {
|
|
49
|
+
x1: "26.985",
|
|
50
|
+
x2: "26.985",
|
|
51
|
+
y1: "30.937",
|
|
52
|
+
y2: "33",
|
|
53
|
+
fill: "none",
|
|
54
|
+
stroke: "#000",
|
|
55
|
+
strokeLinejoin: "round",
|
|
56
|
+
strokeMiterlimit: "10",
|
|
57
|
+
strokeWidth: ".72"
|
|
58
|
+
}), React.createElement("line", {
|
|
59
|
+
x1: "22.027",
|
|
60
|
+
x2: "22.027",
|
|
61
|
+
y1: "26",
|
|
62
|
+
y2: "28",
|
|
63
|
+
fill: "none",
|
|
64
|
+
stroke: "#000",
|
|
65
|
+
strokeLinejoin: "round",
|
|
66
|
+
strokeMiterlimit: "10",
|
|
67
|
+
strokeWidth: ".72"
|
|
68
|
+
}), React.createElement("line", {
|
|
69
|
+
x1: "30",
|
|
70
|
+
x2: "30",
|
|
71
|
+
y1: "34",
|
|
72
|
+
y2: "39",
|
|
73
|
+
fill: "none",
|
|
74
|
+
stroke: "#000",
|
|
75
|
+
strokeLinejoin: "round",
|
|
76
|
+
strokeMiterlimit: "10",
|
|
77
|
+
strokeWidth: ".72"
|
|
78
|
+
}), React.createElement("line", {
|
|
79
|
+
x1: "18",
|
|
80
|
+
x2: "18",
|
|
81
|
+
y1: "34",
|
|
82
|
+
y2: "39",
|
|
83
|
+
fill: "none",
|
|
84
|
+
stroke: "#000",
|
|
85
|
+
strokeLinejoin: "round",
|
|
86
|
+
strokeMiterlimit: "10",
|
|
87
|
+
strokeWidth: ".72"
|
|
25
88
|
}), React.createElement("path", {
|
|
26
89
|
fill: "none",
|
|
27
90
|
stroke: "#000",
|
|
28
|
-
|
|
91
|
+
strokeLinejoin: "round",
|
|
29
92
|
strokeMiterlimit: "10",
|
|
30
93
|
strokeWidth: ".72",
|
|
31
|
-
d: "
|
|
32
|
-
}), React.createElement("
|
|
94
|
+
d: "M26.985,39v-2 c0-0.552-0.448-1-1-1s-1,0.448-1,1v2"
|
|
95
|
+
}), React.createElement("line", {
|
|
96
|
+
x1: "25.994",
|
|
97
|
+
x2: "21.991",
|
|
98
|
+
y1: "23.009",
|
|
99
|
+
y2: "19.006",
|
|
100
|
+
fill: "none",
|
|
101
|
+
stroke: "#000",
|
|
102
|
+
strokeLinecap: "round",
|
|
103
|
+
strokeMiterlimit: "10",
|
|
104
|
+
strokeWidth: ".72"
|
|
105
|
+
}), React.createElement("line", {
|
|
106
|
+
x1: "25.994",
|
|
107
|
+
x2: "21.991",
|
|
108
|
+
y1: "19.006",
|
|
109
|
+
y2: "23.009",
|
|
110
|
+
fill: "none",
|
|
111
|
+
stroke: "#000",
|
|
112
|
+
strokeLinecap: "round",
|
|
113
|
+
strokeMiterlimit: "10",
|
|
114
|
+
strokeWidth: ".72"
|
|
115
|
+
}), React.createElement("rect", {
|
|
116
|
+
width: "11.321",
|
|
117
|
+
height: "2.83",
|
|
118
|
+
x: "25.337",
|
|
119
|
+
y: "14.589",
|
|
33
120
|
fill: "none",
|
|
34
121
|
stroke: "#000",
|
|
35
122
|
strokeLinecap: "round",
|
|
36
123
|
strokeMiterlimit: "10",
|
|
37
124
|
strokeWidth: ".72",
|
|
38
|
-
d: "M25.337 14.589H36.658V17.419H25.337z",
|
|
39
125
|
transform: "rotate(-45.001 30.997 16.005)"
|
|
40
|
-
}), React.createElement("
|
|
126
|
+
}), React.createElement("rect", {
|
|
127
|
+
width: "11.321",
|
|
128
|
+
height: "2.83",
|
|
129
|
+
x: "11.328",
|
|
130
|
+
y: "24.595",
|
|
41
131
|
fill: "none",
|
|
42
132
|
stroke: "#000",
|
|
43
133
|
strokeLinecap: "round",
|
|
44
134
|
strokeMiterlimit: "10",
|
|
45
135
|
strokeWidth: ".72",
|
|
46
|
-
d: "M11.328 24.595H22.649V27.424999999999997H11.328z",
|
|
47
136
|
transform: "rotate(-45.001 16.988 26.01)"
|
|
48
|
-
}), React.createElement("
|
|
137
|
+
}), React.createElement("rect", {
|
|
138
|
+
width: "2.83",
|
|
139
|
+
height: "11.321",
|
|
140
|
+
x: "27.581",
|
|
141
|
+
y: "22.351",
|
|
49
142
|
fill: "none",
|
|
50
143
|
stroke: "#000",
|
|
51
144
|
strokeLinecap: "round",
|
|
52
145
|
strokeMiterlimit: "10",
|
|
53
146
|
strokeWidth: ".72",
|
|
54
|
-
d: "M27.581 22.351H30.411V33.672H27.581z",
|
|
55
147
|
transform: "rotate(-45.001 28.995 28.012)"
|
|
56
|
-
}), React.createElement("
|
|
148
|
+
}), React.createElement("rect", {
|
|
149
|
+
width: "2.83",
|
|
150
|
+
height: "11.321",
|
|
151
|
+
x: "17.574",
|
|
152
|
+
y: "8.343",
|
|
57
153
|
fill: "none",
|
|
58
154
|
stroke: "#000",
|
|
59
155
|
strokeLinecap: "round",
|
|
60
156
|
strokeMiterlimit: "10",
|
|
61
157
|
strokeWidth: ".72",
|
|
62
|
-
d: "M17.574 8.343H20.404000000000003V19.664H17.574z",
|
|
63
158
|
transform: "rotate(-45.001 18.99 14.003)"
|
|
64
|
-
}), React.createElement("
|
|
159
|
+
}), React.createElement("line", {
|
|
160
|
+
x1: "25.986",
|
|
161
|
+
x2: "21.984",
|
|
162
|
+
y1: "23.009",
|
|
163
|
+
y2: "19.006",
|
|
65
164
|
fill: "none",
|
|
66
165
|
stroke: "#000",
|
|
67
166
|
strokeLinecap: "round",
|
|
68
167
|
strokeMiterlimit: "10",
|
|
69
|
-
strokeWidth: ".72"
|
|
70
|
-
|
|
71
|
-
|
|
168
|
+
strokeWidth: ".72"
|
|
169
|
+
}), React.createElement("line", {
|
|
170
|
+
x1: "25.986",
|
|
171
|
+
x2: "21.984",
|
|
172
|
+
y1: "19.006",
|
|
173
|
+
y2: "23.009",
|
|
174
|
+
fill: "none",
|
|
175
|
+
stroke: "#000",
|
|
176
|
+
strokeLinecap: "round",
|
|
177
|
+
strokeMiterlimit: "10",
|
|
178
|
+
strokeWidth: ".72"
|
|
179
|
+
}), React.createElement("polyline", {
|
|
72
180
|
fill: "none",
|
|
73
181
|
stroke: "#000",
|
|
74
182
|
strokeMiterlimit: "10",
|
|
75
183
|
strokeWidth: ".72",
|
|
76
|
-
|
|
77
|
-
}), React.createElement("
|
|
184
|
+
points: "27.988,21.007 25.986,19.006 33.991,11.001 35.993,13.002"
|
|
185
|
+
}), React.createElement("line", {
|
|
186
|
+
x1: "31.985",
|
|
187
|
+
x2: "33.986",
|
|
188
|
+
y1: "12.999",
|
|
189
|
+
y2: "15",
|
|
190
|
+
fill: "none",
|
|
191
|
+
stroke: "#000",
|
|
192
|
+
strokeMiterlimit: "10",
|
|
193
|
+
strokeWidth: ".72"
|
|
194
|
+
}), React.createElement("line", {
|
|
195
|
+
x1: "29.985",
|
|
196
|
+
x2: "31.986",
|
|
197
|
+
y1: "14.999",
|
|
198
|
+
y2: "17",
|
|
199
|
+
fill: "none",
|
|
200
|
+
stroke: "#000",
|
|
201
|
+
strokeMiterlimit: "10",
|
|
202
|
+
strokeWidth: ".72"
|
|
203
|
+
}), React.createElement("line", {
|
|
204
|
+
x1: "27.985",
|
|
205
|
+
x2: "29.986",
|
|
206
|
+
y1: "16.999",
|
|
207
|
+
y2: "19",
|
|
208
|
+
fill: "none",
|
|
209
|
+
stroke: "#000",
|
|
210
|
+
strokeMiterlimit: "10",
|
|
211
|
+
strokeWidth: ".72"
|
|
212
|
+
}), React.createElement("line", {
|
|
213
|
+
x1: "27.986",
|
|
214
|
+
x2: "25.985",
|
|
215
|
+
y1: "21",
|
|
216
|
+
y2: "18.999",
|
|
78
217
|
fill: "none",
|
|
79
218
|
stroke: "#000",
|
|
80
219
|
strokeLinecap: "round",
|
|
81
220
|
strokeMiterlimit: "10",
|
|
221
|
+
strokeWidth: ".72"
|
|
222
|
+
}), React.createElement("polyline", {
|
|
223
|
+
fill: "none",
|
|
224
|
+
stroke: "#000",
|
|
225
|
+
strokeMiterlimit: "10",
|
|
82
226
|
strokeWidth: ".72",
|
|
83
|
-
|
|
84
|
-
}), React.createElement("
|
|
227
|
+
points: "19.983,21.007 21.984,23.009 13.979,31.014 11.978,29.012"
|
|
228
|
+
}), React.createElement("line", {
|
|
229
|
+
x1: "13.988",
|
|
230
|
+
x2: "15.989",
|
|
231
|
+
y1: "27.002",
|
|
232
|
+
y2: "29.004",
|
|
233
|
+
fill: "none",
|
|
234
|
+
stroke: "#000",
|
|
235
|
+
strokeMiterlimit: "10",
|
|
236
|
+
strokeWidth: ".72"
|
|
237
|
+
}), React.createElement("line", {
|
|
238
|
+
x1: "15.998",
|
|
239
|
+
x2: "17.999",
|
|
240
|
+
y1: "24.993",
|
|
241
|
+
y2: "26.994",
|
|
242
|
+
fill: "none",
|
|
243
|
+
stroke: "#000",
|
|
244
|
+
strokeMiterlimit: "10",
|
|
245
|
+
strokeWidth: ".72"
|
|
246
|
+
}), React.createElement("line", {
|
|
247
|
+
x1: "18.007",
|
|
248
|
+
x2: "20.009",
|
|
249
|
+
y1: "22.983",
|
|
250
|
+
y2: "24.984",
|
|
251
|
+
fill: "none",
|
|
252
|
+
stroke: "#000",
|
|
253
|
+
strokeMiterlimit: "10",
|
|
254
|
+
strokeWidth: ".72"
|
|
255
|
+
}), React.createElement("polyline", {
|
|
85
256
|
fill: "none",
|
|
86
257
|
stroke: "#000",
|
|
87
258
|
strokeMiterlimit: "10",
|
|
88
259
|
strokeWidth: ".72",
|
|
89
|
-
|
|
260
|
+
points: "23.985,25.01 25.986,23.009 33.991,31.014 31.99,33.015"
|
|
261
|
+
}), React.createElement("line", {
|
|
262
|
+
x1: "33.991",
|
|
263
|
+
x2: "31.99",
|
|
264
|
+
y1: "31.014",
|
|
265
|
+
y2: "33.015",
|
|
266
|
+
fill: "none",
|
|
267
|
+
stroke: "#000",
|
|
268
|
+
strokeMiterlimit: "10",
|
|
269
|
+
strokeWidth: ".72"
|
|
270
|
+
}), React.createElement("line", {
|
|
271
|
+
x1: "31.982",
|
|
272
|
+
x2: "29.981",
|
|
273
|
+
y1: "29.004",
|
|
274
|
+
y2: "31.006",
|
|
275
|
+
fill: "none",
|
|
276
|
+
stroke: "#000",
|
|
277
|
+
strokeMiterlimit: "10",
|
|
278
|
+
strokeWidth: ".72"
|
|
279
|
+
}), React.createElement("line", {
|
|
280
|
+
x1: "29.973",
|
|
281
|
+
x2: "27.971",
|
|
282
|
+
y1: "26.995",
|
|
283
|
+
y2: "28.996",
|
|
284
|
+
fill: "none",
|
|
285
|
+
stroke: "#000",
|
|
286
|
+
strokeMiterlimit: "10",
|
|
287
|
+
strokeWidth: ".72"
|
|
288
|
+
}), React.createElement("line", {
|
|
289
|
+
x1: "27.963",
|
|
290
|
+
x2: "25.962",
|
|
291
|
+
y1: "24.986",
|
|
292
|
+
y2: "26.987",
|
|
293
|
+
fill: "none",
|
|
294
|
+
stroke: "#000",
|
|
295
|
+
strokeMiterlimit: "10",
|
|
296
|
+
strokeWidth: ".72"
|
|
297
|
+
}), React.createElement("polyline", {
|
|
298
|
+
fill: "none",
|
|
299
|
+
stroke: "#000",
|
|
300
|
+
strokeMiterlimit: "10",
|
|
301
|
+
strokeWidth: ".72",
|
|
302
|
+
points: "23.985,17.005 21.984,19.006 13.979,11.001 15.98,9"
|
|
303
|
+
}), React.createElement("line", {
|
|
304
|
+
x1: "23.985",
|
|
305
|
+
x2: "21.984",
|
|
306
|
+
y1: "17.005",
|
|
307
|
+
y2: "19.006",
|
|
308
|
+
fill: "none",
|
|
309
|
+
stroke: "#000",
|
|
310
|
+
strokeMiterlimit: "10",
|
|
311
|
+
strokeWidth: ".72"
|
|
312
|
+
}), React.createElement("line", {
|
|
313
|
+
x1: "21.983",
|
|
314
|
+
x2: "19.982",
|
|
315
|
+
y1: "15.003",
|
|
316
|
+
y2: "17.004",
|
|
317
|
+
fill: "none",
|
|
318
|
+
stroke: "#000",
|
|
319
|
+
strokeMiterlimit: "10",
|
|
320
|
+
strokeWidth: ".72"
|
|
321
|
+
}), React.createElement("line", {
|
|
322
|
+
x1: "19.981",
|
|
323
|
+
x2: "17.98",
|
|
324
|
+
y1: "13.001",
|
|
325
|
+
y2: "15.002",
|
|
326
|
+
fill: "none",
|
|
327
|
+
stroke: "#000",
|
|
328
|
+
strokeMiterlimit: "10",
|
|
329
|
+
strokeWidth: ".72"
|
|
330
|
+
}), React.createElement("line", {
|
|
331
|
+
x1: "17.98",
|
|
332
|
+
x2: "15.978",
|
|
333
|
+
y1: "10.999",
|
|
334
|
+
y2: "13.001",
|
|
335
|
+
fill: "none",
|
|
336
|
+
stroke: "#000",
|
|
337
|
+
strokeMiterlimit: "10",
|
|
338
|
+
strokeWidth: ".72"
|
|
90
339
|
}), React.createElement("path", {
|
|
91
340
|
fill: "none",
|
|
92
341
|
stroke: "#000",
|
|
@@ -100,7 +349,13 @@ React.forwardRef(function AmsterdamWindmill(props, ref) {
|
|
|
100
349
|
stroke: "#000",
|
|
101
350
|
strokeMiterlimit: "10",
|
|
102
351
|
strokeWidth: ".72",
|
|
103
|
-
d: "M20.353
|
|
352
|
+
d: "M20.353,17.355C20.126,17.857,20,18.414,20,19 v2h8"
|
|
353
|
+
}), React.createElement("path", {
|
|
354
|
+
fill: "none",
|
|
355
|
+
stroke: "#000",
|
|
356
|
+
strokeMiterlimit: "10",
|
|
357
|
+
strokeWidth: ".72",
|
|
358
|
+
d: "M27.647,17.354C27.019,15.966,25.622,15,24,15 c-0.587,0-1.144,0.126-1.646,0.353"
|
|
104
359
|
}), React.createElement("path", {
|
|
105
360
|
fill: "none",
|
|
106
361
|
stroke: "#000",
|
|
@@ -15,12 +15,18 @@ React.forwardRef(function AppDeveloper(props, ref) {
|
|
|
15
15
|
height: 48,
|
|
16
16
|
viewBox: "0 0 48 48",
|
|
17
17
|
ref: ref
|
|
18
|
-
}, props), React.createElement("
|
|
18
|
+
}, props), React.createElement("polyline", {
|
|
19
19
|
fill: "none",
|
|
20
20
|
stroke: "#000",
|
|
21
21
|
strokeMiterlimit: "10",
|
|
22
22
|
strokeWidth: ".72",
|
|
23
|
-
|
|
23
|
+
points: "11,14 12.518,15.519 11,17"
|
|
24
|
+
}), React.createElement("polyline", {
|
|
25
|
+
fill: "none",
|
|
26
|
+
stroke: "#000",
|
|
27
|
+
strokeMiterlimit: "10",
|
|
28
|
+
strokeWidth: ".72",
|
|
29
|
+
points: "36.245,23.758 34.505,25.499 34.499,28"
|
|
24
30
|
}), React.createElement("path", {
|
|
25
31
|
d: "M11.5,10.5c0,0.276-0.224,0.5-0.5,0.5s-0.5-0.224-0.5-0.5S10.724,10,11,10S11.5,10.224,11.5,10.5z M13,10 c-0.276,0-0.5,0.224-0.5,0.5S12.724,11,13,11s0.5-0.224,0.5-0.5S13.276,10,13,10z M15,10c-0.276,0-0.5,0.224-0.5,0.5 S14.724,11,15,11s0.5-0.224,0.5-0.5S15.276,10,15,10z M26,14c-0.276,0-0.5,0.224-0.5,0.5S25.724,15,26,15s0.5-0.224,0.5-0.5 S26.276,14,26,14z M28,14c-0.276,0-0.5,0.224-0.5,0.5S27.724,15,28,15s0.5-0.224,0.5-0.5S28.276,14,28,14z M30,14 c-0.276,0-0.5,0.224-0.5,0.5S29.724,15,30,15s0.5-0.224,0.5-0.5S30.276,14,30,14z M13,32c-0.276,0-0.5,0.224-0.5,0.5 S12.724,33,13,33s0.5-0.224,0.5-0.5S13.276,32,13,32z"
|
|
26
32
|
}), React.createElement("path", {
|
package/lib/austin/index.js
CHANGED
|
@@ -15,12 +15,45 @@ React.forwardRef(function Austin(props, ref) {
|
|
|
15
15
|
height: 48,
|
|
16
16
|
viewBox: "0 0 48 48",
|
|
17
17
|
ref: ref
|
|
18
|
-
}, props), React.createElement("
|
|
18
|
+
}, props), React.createElement("line", {
|
|
19
|
+
x1: "9",
|
|
20
|
+
x2: "39",
|
|
21
|
+
y1: "22",
|
|
22
|
+
y2: "22",
|
|
23
|
+
fill: "none",
|
|
24
|
+
stroke: "#000",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72"
|
|
27
|
+
}), React.createElement("line", {
|
|
28
|
+
x1: "9",
|
|
29
|
+
x2: "39",
|
|
30
|
+
y1: "26",
|
|
31
|
+
y2: "26",
|
|
32
|
+
fill: "none",
|
|
33
|
+
stroke: "#000",
|
|
34
|
+
strokeMiterlimit: "10",
|
|
35
|
+
strokeWidth: ".72"
|
|
36
|
+
}), React.createElement("line", {
|
|
37
|
+
x1: "9",
|
|
38
|
+
x2: "39",
|
|
39
|
+
y1: "28",
|
|
40
|
+
y2: "28",
|
|
41
|
+
fill: "none",
|
|
42
|
+
stroke: "#000",
|
|
43
|
+
strokeMiterlimit: "10",
|
|
44
|
+
strokeWidth: ".72"
|
|
45
|
+
}), React.createElement("path", {
|
|
46
|
+
fill: "none",
|
|
47
|
+
stroke: "#000",
|
|
48
|
+
strokeMiterlimit: "10",
|
|
49
|
+
strokeWidth: ".72",
|
|
50
|
+
d: "M16,32c0-2.209,1.791-4,4-4s4,1.791,4,4"
|
|
51
|
+
}), React.createElement("path", {
|
|
19
52
|
fill: "none",
|
|
20
53
|
stroke: "#000",
|
|
21
54
|
strokeMiterlimit: "10",
|
|
22
55
|
strokeWidth: ".72",
|
|
23
|
-
d: "
|
|
56
|
+
d: "M24,32c0-2.209,1.791-4,4-4s4,1.791,4,4"
|
|
24
57
|
}), React.createElement("path", {
|
|
25
58
|
fill: "none",
|
|
26
59
|
stroke: "#000",
|
|
@@ -35,20 +68,230 @@ React.forwardRef(function Austin(props, ref) {
|
|
|
35
68
|
strokeMiterlimit: "10",
|
|
36
69
|
strokeWidth: ".72",
|
|
37
70
|
d: "M12,28c2.209,0,4,1.791,4,4"
|
|
38
|
-
}), React.createElement("
|
|
71
|
+
}), React.createElement("line", {
|
|
72
|
+
x1: "22",
|
|
73
|
+
x2: "26",
|
|
74
|
+
y1: "34",
|
|
75
|
+
y2: "34",
|
|
39
76
|
fill: "none",
|
|
40
77
|
stroke: "#000",
|
|
41
78
|
strokeLinecap: "round",
|
|
42
79
|
strokeLinejoin: "round",
|
|
43
80
|
strokeMiterlimit: "10",
|
|
81
|
+
strokeWidth: ".72"
|
|
82
|
+
}), React.createElement("line", {
|
|
83
|
+
x1: "18",
|
|
84
|
+
x2: "22",
|
|
85
|
+
y1: "38",
|
|
86
|
+
y2: "38",
|
|
87
|
+
fill: "none",
|
|
88
|
+
stroke: "#000",
|
|
89
|
+
strokeLinecap: "round",
|
|
90
|
+
strokeLinejoin: "round",
|
|
91
|
+
strokeMiterlimit: "10",
|
|
92
|
+
strokeWidth: ".72"
|
|
93
|
+
}), React.createElement("line", {
|
|
94
|
+
x1: "26",
|
|
95
|
+
x2: "30",
|
|
96
|
+
y1: "38",
|
|
97
|
+
y2: "38",
|
|
98
|
+
fill: "none",
|
|
99
|
+
stroke: "#000",
|
|
100
|
+
strokeLinecap: "round",
|
|
101
|
+
strokeLinejoin: "round",
|
|
102
|
+
strokeMiterlimit: "10",
|
|
103
|
+
strokeWidth: ".72"
|
|
104
|
+
}), React.createElement("line", {
|
|
105
|
+
x1: "30",
|
|
106
|
+
x2: "36",
|
|
107
|
+
y1: "34",
|
|
108
|
+
y2: "34",
|
|
109
|
+
fill: "none",
|
|
110
|
+
stroke: "#000",
|
|
111
|
+
strokeLinecap: "round",
|
|
112
|
+
strokeLinejoin: "round",
|
|
113
|
+
strokeMiterlimit: "10",
|
|
114
|
+
strokeWidth: ".72"
|
|
115
|
+
}), React.createElement("line", {
|
|
116
|
+
x1: "12",
|
|
117
|
+
x2: "18",
|
|
118
|
+
y1: "34",
|
|
119
|
+
y2: "34",
|
|
120
|
+
fill: "none",
|
|
121
|
+
stroke: "#000",
|
|
122
|
+
strokeLinecap: "round",
|
|
123
|
+
strokeLinejoin: "round",
|
|
124
|
+
strokeMiterlimit: "10",
|
|
125
|
+
strokeWidth: ".72"
|
|
126
|
+
}), React.createElement("line", {
|
|
127
|
+
x1: "14",
|
|
128
|
+
x2: "34",
|
|
129
|
+
y1: "36",
|
|
130
|
+
y2: "36",
|
|
131
|
+
fill: "none",
|
|
132
|
+
stroke: "#000",
|
|
133
|
+
strokeLinecap: "round",
|
|
134
|
+
strokeLinejoin: "round",
|
|
135
|
+
strokeMiterlimit: "10",
|
|
136
|
+
strokeWidth: ".72"
|
|
137
|
+
}), React.createElement("line", {
|
|
138
|
+
x1: "16",
|
|
139
|
+
x2: "16",
|
|
140
|
+
y1: "32",
|
|
141
|
+
y2: "34",
|
|
142
|
+
fill: "none",
|
|
143
|
+
stroke: "#000",
|
|
144
|
+
strokeLinecap: "round",
|
|
145
|
+
strokeLinejoin: "round",
|
|
146
|
+
strokeMiterlimit: "10",
|
|
147
|
+
strokeWidth: ".72"
|
|
148
|
+
}), React.createElement("line", {
|
|
149
|
+
x1: "24",
|
|
150
|
+
x2: "24",
|
|
151
|
+
y1: "32",
|
|
152
|
+
y2: "34",
|
|
153
|
+
fill: "none",
|
|
154
|
+
stroke: "#000",
|
|
155
|
+
strokeLinecap: "round",
|
|
156
|
+
strokeLinejoin: "round",
|
|
157
|
+
strokeMiterlimit: "10",
|
|
158
|
+
strokeWidth: ".72"
|
|
159
|
+
}), React.createElement("line", {
|
|
160
|
+
x1: "32",
|
|
161
|
+
x2: "32",
|
|
162
|
+
y1: "32",
|
|
163
|
+
y2: "34",
|
|
164
|
+
fill: "none",
|
|
165
|
+
stroke: "#000",
|
|
166
|
+
strokeLinecap: "round",
|
|
167
|
+
strokeLinejoin: "round",
|
|
168
|
+
strokeMiterlimit: "10",
|
|
169
|
+
strokeWidth: ".72"
|
|
170
|
+
}), React.createElement("line", {
|
|
171
|
+
x1: "12",
|
|
172
|
+
x2: "12",
|
|
173
|
+
y1: "22",
|
|
174
|
+
y2: "26",
|
|
175
|
+
fill: "none",
|
|
176
|
+
stroke: "#000",
|
|
177
|
+
strokeLinecap: "round",
|
|
178
|
+
strokeLinejoin: "round",
|
|
179
|
+
strokeMiterlimit: "10",
|
|
180
|
+
strokeWidth: ".72"
|
|
181
|
+
}), React.createElement("line", {
|
|
182
|
+
x1: "16",
|
|
183
|
+
x2: "16",
|
|
184
|
+
y1: "22",
|
|
185
|
+
y2: "26",
|
|
186
|
+
fill: "none",
|
|
187
|
+
stroke: "#000",
|
|
188
|
+
strokeLinecap: "round",
|
|
189
|
+
strokeLinejoin: "round",
|
|
190
|
+
strokeMiterlimit: "10",
|
|
191
|
+
strokeWidth: ".72"
|
|
192
|
+
}), React.createElement("line", {
|
|
193
|
+
x1: "20",
|
|
194
|
+
x2: "20",
|
|
195
|
+
y1: "22",
|
|
196
|
+
y2: "26",
|
|
197
|
+
fill: "none",
|
|
198
|
+
stroke: "#000",
|
|
199
|
+
strokeLinecap: "round",
|
|
200
|
+
strokeLinejoin: "round",
|
|
201
|
+
strokeMiterlimit: "10",
|
|
202
|
+
strokeWidth: ".72"
|
|
203
|
+
}), React.createElement("line", {
|
|
204
|
+
x1: "24",
|
|
205
|
+
x2: "24",
|
|
206
|
+
y1: "22",
|
|
207
|
+
y2: "26",
|
|
208
|
+
fill: "none",
|
|
209
|
+
stroke: "#000",
|
|
210
|
+
strokeLinecap: "round",
|
|
211
|
+
strokeLinejoin: "round",
|
|
212
|
+
strokeMiterlimit: "10",
|
|
213
|
+
strokeWidth: ".72"
|
|
214
|
+
}), React.createElement("line", {
|
|
215
|
+
x1: "28",
|
|
216
|
+
x2: "28",
|
|
217
|
+
y1: "22",
|
|
218
|
+
y2: "26",
|
|
219
|
+
fill: "none",
|
|
220
|
+
stroke: "#000",
|
|
221
|
+
strokeLinecap: "round",
|
|
222
|
+
strokeLinejoin: "round",
|
|
223
|
+
strokeMiterlimit: "10",
|
|
224
|
+
strokeWidth: ".72"
|
|
225
|
+
}), React.createElement("line", {
|
|
226
|
+
x1: "32",
|
|
227
|
+
x2: "32",
|
|
228
|
+
y1: "22",
|
|
229
|
+
y2: "26",
|
|
230
|
+
fill: "none",
|
|
231
|
+
stroke: "#000",
|
|
232
|
+
strokeLinecap: "round",
|
|
233
|
+
strokeLinejoin: "round",
|
|
234
|
+
strokeMiterlimit: "10",
|
|
235
|
+
strokeWidth: ".72"
|
|
236
|
+
}), React.createElement("line", {
|
|
237
|
+
x1: "36",
|
|
238
|
+
x2: "36",
|
|
239
|
+
y1: "22",
|
|
240
|
+
y2: "26",
|
|
241
|
+
fill: "none",
|
|
242
|
+
stroke: "#000",
|
|
243
|
+
strokeLinecap: "round",
|
|
244
|
+
strokeLinejoin: "round",
|
|
245
|
+
strokeMiterlimit: "10",
|
|
246
|
+
strokeWidth: ".72"
|
|
247
|
+
}), React.createElement("path", {
|
|
248
|
+
fill: "none",
|
|
249
|
+
stroke: "#000",
|
|
250
|
+
strokeMiterlimit: "10",
|
|
251
|
+
strokeWidth: ".72",
|
|
252
|
+
d: "M28,30c-0.123,0.123-0.229,0.263-0.317,0.415 c-0.087,0.15-0.154,0.311-0.199,0.482c-0.044,0.165-0.07,0.338-0.07,0.517c-0.174,0-0.348,0.024-0.517,0.07 c-0.167,0.045-0.329,0.111-0.482,0.2C26.267,31.769,26.127,31.873,26,32"
|
|
253
|
+
}), React.createElement("path", {
|
|
254
|
+
fill: "none",
|
|
255
|
+
stroke: "#000",
|
|
256
|
+
strokeMiterlimit: "10",
|
|
257
|
+
strokeWidth: ".72",
|
|
258
|
+
d: "M29,19c-0.123,0.123-0.229,0.263-0.317,0.415 c-0.087,0.15-0.154,0.311-0.199,0.482c-0.044,0.165-0.07,0.338-0.07,0.517c-0.174,0-0.348,0.024-0.517,0.07 c-0.167,0.045-0.329,0.111-0.482,0.2C27.267,20.769,27.127,20.873,27,21"
|
|
259
|
+
}), React.createElement("path", {
|
|
260
|
+
fill: "none",
|
|
261
|
+
stroke: "#000",
|
|
262
|
+
strokeMiterlimit: "10",
|
|
263
|
+
strokeWidth: ".72",
|
|
264
|
+
d: "M24,14c-0.123,0.123-0.229,0.263-0.317,0.415 c-0.087,0.15-0.154,0.311-0.199,0.482c-0.044,0.165-0.07,0.338-0.07,0.517c-0.174,0-0.348,0.024-0.517,0.07 c-0.167,0.045-0.329,0.111-0.482,0.2C22.267,15.769,22.127,15.873,22,16"
|
|
265
|
+
}), React.createElement("path", {
|
|
266
|
+
fill: "none",
|
|
267
|
+
stroke: "#000",
|
|
268
|
+
strokeMiterlimit: "10",
|
|
269
|
+
strokeWidth: ".72",
|
|
270
|
+
d: "M25,17c-0.123,0.123-0.229,0.263-0.317,0.415 c-0.087,0.15-0.154,0.311-0.199,0.482c-0.044,0.165-0.07,0.338-0.07,0.517c-0.174,0-0.348,0.024-0.517,0.07 c-0.167,0.045-0.329,0.111-0.482,0.2C23.267,18.769,23.127,18.873,23,19"
|
|
271
|
+
}), React.createElement("path", {
|
|
272
|
+
fill: "none",
|
|
273
|
+
stroke: "#000",
|
|
274
|
+
strokeMiterlimit: "10",
|
|
275
|
+
strokeWidth: ".72",
|
|
276
|
+
d: "M30,9c0.123,0.123,0.229,0.263,0.317,0.415 c0.087,0.15,0.154,0.311,0.199,0.482c0.044,0.165,0.07,0.338,0.07,0.517c0.174,0,0.348,0.024,0.517,0.07 c0.167,0.045,0.329,0.111,0.482,0.2C31.733,10.769,31.873,10.873,32,11"
|
|
277
|
+
}), React.createElement("path", {
|
|
278
|
+
fill: "none",
|
|
279
|
+
stroke: "#000",
|
|
280
|
+
strokeMiterlimit: "10",
|
|
281
|
+
strokeWidth: ".72",
|
|
282
|
+
d: "M24,11c0.123,0.123,0.229,0.263,0.317,0.415 c0.087,0.15,0.154,0.311,0.199,0.482c0.044,0.165,0.07,0.338,0.07,0.517c0.174,0,0.348,0.024,0.517,0.07 c0.167,0.045,0.329,0.111,0.482,0.2C25.733,12.769,25.873,12.873,26,13"
|
|
283
|
+
}), React.createElement("path", {
|
|
284
|
+
fill: "none",
|
|
285
|
+
stroke: "#000",
|
|
286
|
+
strokeMiterlimit: "10",
|
|
44
287
|
strokeWidth: ".72",
|
|
45
|
-
d: "
|
|
288
|
+
d: "M19,12c0.123,0.123,0.229,0.263,0.317,0.415 c0.087,0.15,0.154,0.311,0.199,0.482c0.044,0.165,0.07,0.338,0.07,0.517c0.174,0,0.348,0.024,0.517,0.07 c0.167,0.045,0.329,0.111,0.482,0.2C20.733,13.769,20.873,13.873,21,14"
|
|
46
289
|
}), React.createElement("path", {
|
|
47
290
|
fill: "none",
|
|
48
291
|
stroke: "#000",
|
|
49
292
|
strokeMiterlimit: "10",
|
|
50
293
|
strokeWidth: ".72",
|
|
51
|
-
d: "
|
|
294
|
+
d: "M20,16c0.123,0.123,0.229,0.263,0.317,0.415 c0.087,0.15,0.154,0.311,0.199,0.482c0.044,0.165,0.07,0.338,0.07,0.517c0.174,0,0.348,0.024,0.517,0.07 c0.167,0.045,0.329,0.111,0.482,0.2C21.733,17.769,21.873,17.873,22,18"
|
|
52
295
|
}), props.children);
|
|
53
296
|
});
|
|
54
297
|
|
|
@@ -21,7 +21,14 @@ React.forwardRef(function AutomateModularManagement(props, ref) {
|
|
|
21
21
|
strokeLinejoin: "round",
|
|
22
22
|
strokeMiterlimit: "10",
|
|
23
23
|
strokeWidth: ".72",
|
|
24
|
-
d: "M23.999
|
|
24
|
+
d: "M23.999,27.659 c-4.782,2.761-10.897,1.122-13.658-3.66s-1.122-10.897,3.66-13.658s10.897-1.122,13.658,3.66S28.781,24.898,23.999,27.659z M26.5,25.623v-8 M21.558,11.816l6.928,4 M20.986,9.193l-6.928,4 M11.5,12.377v8 M9.514,22.184l6.928,4 M17.014,28.807l6.928-4 M16.5,31v4 M26.5,29v6 M36.5,35V19.981L31.337,17"
|
|
25
|
+
}), React.createElement("path", {
|
|
26
|
+
fill: "none",
|
|
27
|
+
stroke: "#000",
|
|
28
|
+
strokeLinejoin: "round",
|
|
29
|
+
strokeMiterlimit: "10",
|
|
30
|
+
strokeWidth: ".72",
|
|
31
|
+
d: "M16.5,39 c-1.104,0-2-0.896-2-2c0-1.104,0.896-2,2-2c1.105,0,2,0.896,2,2C18.5,38.104,17.605,39,16.5,39z M28.5,37c0-1.104-0.895-2-2-2 c-1.104,0-2,0.896-2,2c0,1.104,0.896,2,2,2C27.605,39,28.5,38.104,28.5,37z M38.5,37c0-1.104-0.895-2-2-2c-1.104,0-2,0.896-2,2 c0,1.104,0.896,2,2,2C37.605,39,38.5,38.104,38.5,37z"
|
|
25
32
|
}), props.children);
|
|
26
33
|
});
|
|
27
34
|
|