@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
|
@@ -21,80 +21,427 @@ React.forwardRef(function DublinCastle(props, ref) {
|
|
|
21
21
|
strokeLinecap: "round",
|
|
22
22
|
strokeMiterlimit: "10",
|
|
23
23
|
strokeWidth: ".72",
|
|
24
|
-
d: "M35
|
|
25
|
-
}), React.createElement("
|
|
24
|
+
d: "M35,33L35,33 c0-0.55,0.45-1,1-1l0,0c0.55,0,1,0.45,1,1l0,0"
|
|
25
|
+
}), React.createElement("polyline", {
|
|
26
26
|
fill: "none",
|
|
27
27
|
stroke: "#000",
|
|
28
28
|
strokeLinecap: "round",
|
|
29
|
-
strokeLinejoin: "round",
|
|
30
29
|
strokeMiterlimit: "10",
|
|
31
30
|
strokeWidth: ".72",
|
|
32
|
-
|
|
31
|
+
points: "37,33 37,37 35,37 35,33"
|
|
33
32
|
}), React.createElement("path", {
|
|
34
33
|
fill: "none",
|
|
35
34
|
stroke: "#000",
|
|
35
|
+
strokeLinecap: "round",
|
|
36
36
|
strokeMiterlimit: "10",
|
|
37
37
|
strokeWidth: ".72",
|
|
38
|
-
d: "
|
|
39
|
-
}), React.createElement("
|
|
38
|
+
d: "M11,33L11,33 c0-0.55,0.45-1,1-1h0c0.55,0,1,0.45,1,1l0,0"
|
|
39
|
+
}), React.createElement("polyline", {
|
|
40
40
|
fill: "none",
|
|
41
41
|
stroke: "#000",
|
|
42
42
|
strokeLinecap: "round",
|
|
43
|
-
strokeLinejoin: "round",
|
|
44
43
|
strokeMiterlimit: "10",
|
|
45
44
|
strokeWidth: ".72",
|
|
46
|
-
|
|
47
|
-
}), React.createElement("
|
|
45
|
+
points: "13,33 13,37 11,37 11,33"
|
|
46
|
+
}), React.createElement("line", {
|
|
47
|
+
x1: "15",
|
|
48
|
+
x2: "33",
|
|
49
|
+
y1: "15",
|
|
50
|
+
y2: "15",
|
|
48
51
|
fill: "none",
|
|
49
52
|
stroke: "#000",
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round",
|
|
50
55
|
strokeMiterlimit: "10",
|
|
51
|
-
strokeWidth: ".72"
|
|
52
|
-
|
|
53
|
-
|
|
56
|
+
strokeWidth: ".72"
|
|
57
|
+
}), React.createElement("line", {
|
|
58
|
+
x1: "23",
|
|
59
|
+
x2: "23",
|
|
60
|
+
y1: "15",
|
|
61
|
+
y2: "13",
|
|
54
62
|
fill: "none",
|
|
55
63
|
stroke: "#000",
|
|
64
|
+
strokeLinecap: "round",
|
|
56
65
|
strokeLinejoin: "round",
|
|
57
66
|
strokeMiterlimit: "10",
|
|
58
|
-
strokeWidth: ".72"
|
|
59
|
-
|
|
60
|
-
|
|
67
|
+
strokeWidth: ".72"
|
|
68
|
+
}), React.createElement("line", {
|
|
69
|
+
x1: "21",
|
|
70
|
+
x2: "21",
|
|
71
|
+
y1: "15",
|
|
72
|
+
y2: "13",
|
|
61
73
|
fill: "none",
|
|
62
74
|
stroke: "#000",
|
|
63
75
|
strokeLinecap: "round",
|
|
64
76
|
strokeLinejoin: "round",
|
|
65
77
|
strokeMiterlimit: "10",
|
|
66
|
-
strokeWidth: ".72"
|
|
67
|
-
|
|
68
|
-
|
|
78
|
+
strokeWidth: ".72"
|
|
79
|
+
}), React.createElement("line", {
|
|
80
|
+
x1: "19",
|
|
81
|
+
x2: "19",
|
|
82
|
+
y1: "15",
|
|
83
|
+
y2: "13",
|
|
84
|
+
fill: "none",
|
|
85
|
+
stroke: "#000",
|
|
86
|
+
strokeLinecap: "round",
|
|
87
|
+
strokeLinejoin: "round",
|
|
88
|
+
strokeMiterlimit: "10",
|
|
89
|
+
strokeWidth: ".72"
|
|
90
|
+
}), React.createElement("line", {
|
|
91
|
+
x1: "17",
|
|
92
|
+
x2: "17",
|
|
93
|
+
y1: "15",
|
|
94
|
+
y2: "13",
|
|
69
95
|
fill: "none",
|
|
70
96
|
stroke: "#000",
|
|
97
|
+
strokeLinecap: "round",
|
|
98
|
+
strokeLinejoin: "round",
|
|
99
|
+
strokeMiterlimit: "10",
|
|
100
|
+
strokeWidth: ".72"
|
|
101
|
+
}), React.createElement("line", {
|
|
102
|
+
x1: "31",
|
|
103
|
+
x2: "31",
|
|
104
|
+
y1: "15",
|
|
105
|
+
y2: "13",
|
|
106
|
+
fill: "none",
|
|
107
|
+
stroke: "#000",
|
|
108
|
+
strokeLinecap: "round",
|
|
71
109
|
strokeLinejoin: "round",
|
|
72
110
|
strokeMiterlimit: "10",
|
|
111
|
+
strokeWidth: ".72"
|
|
112
|
+
}), React.createElement("polyline", {
|
|
113
|
+
fill: "none",
|
|
114
|
+
stroke: "#000",
|
|
115
|
+
strokeMiterlimit: "10",
|
|
73
116
|
strokeWidth: ".72",
|
|
74
|
-
|
|
75
|
-
}), React.createElement("
|
|
117
|
+
points: "33,39 33,15 35,13 35,9 33,9 33,11 31,11 31,9 29,9 29,11 27,11 27,9 25,9 25,11 23,11 23,9 21,9 21,11 19,11 19,9 17,9 17,11 15,11 15,9 13,9 13,13 15,15 15,39"
|
|
118
|
+
}), React.createElement("line", {
|
|
119
|
+
x1: "29",
|
|
120
|
+
x2: "29",
|
|
121
|
+
y1: "15",
|
|
122
|
+
y2: "13",
|
|
123
|
+
fill: "none",
|
|
124
|
+
stroke: "#000",
|
|
125
|
+
strokeLinecap: "round",
|
|
126
|
+
strokeLinejoin: "round",
|
|
127
|
+
strokeMiterlimit: "10",
|
|
128
|
+
strokeWidth: ".72"
|
|
129
|
+
}), React.createElement("line", {
|
|
130
|
+
x1: "27",
|
|
131
|
+
x2: "27",
|
|
132
|
+
y1: "15",
|
|
133
|
+
y2: "13",
|
|
134
|
+
fill: "none",
|
|
135
|
+
stroke: "#000",
|
|
136
|
+
strokeLinecap: "round",
|
|
137
|
+
strokeLinejoin: "round",
|
|
138
|
+
strokeMiterlimit: "10",
|
|
139
|
+
strokeWidth: ".72"
|
|
140
|
+
}), React.createElement("line", {
|
|
141
|
+
x1: "25",
|
|
142
|
+
x2: "25",
|
|
143
|
+
y1: "15",
|
|
144
|
+
y2: "13",
|
|
145
|
+
fill: "none",
|
|
146
|
+
stroke: "#000",
|
|
147
|
+
strokeLinecap: "round",
|
|
148
|
+
strokeLinejoin: "round",
|
|
149
|
+
strokeMiterlimit: "10",
|
|
150
|
+
strokeWidth: ".72"
|
|
151
|
+
}), React.createElement("line", {
|
|
152
|
+
x1: "23",
|
|
153
|
+
x2: "23",
|
|
154
|
+
y1: "15",
|
|
155
|
+
y2: "13",
|
|
156
|
+
fill: "none",
|
|
157
|
+
stroke: "#000",
|
|
158
|
+
strokeLinecap: "round",
|
|
159
|
+
strokeLinejoin: "round",
|
|
160
|
+
strokeMiterlimit: "10",
|
|
161
|
+
strokeWidth: ".72"
|
|
162
|
+
}), React.createElement("line", {
|
|
163
|
+
x1: "21",
|
|
164
|
+
x2: "21",
|
|
165
|
+
y1: "33",
|
|
166
|
+
y2: "31",
|
|
167
|
+
fill: "none",
|
|
168
|
+
stroke: "#000",
|
|
169
|
+
strokeLinecap: "round",
|
|
170
|
+
strokeLinejoin: "round",
|
|
171
|
+
strokeMiterlimit: "10",
|
|
172
|
+
strokeWidth: ".72"
|
|
173
|
+
}), React.createElement("line", {
|
|
174
|
+
x1: "19",
|
|
175
|
+
x2: "19",
|
|
176
|
+
y1: "33",
|
|
177
|
+
y2: "31",
|
|
178
|
+
fill: "none",
|
|
179
|
+
stroke: "#000",
|
|
180
|
+
strokeLinecap: "round",
|
|
181
|
+
strokeLinejoin: "round",
|
|
182
|
+
strokeMiterlimit: "10",
|
|
183
|
+
strokeWidth: ".72"
|
|
184
|
+
}), React.createElement("line", {
|
|
185
|
+
x1: "17",
|
|
186
|
+
x2: "17",
|
|
187
|
+
y1: "33",
|
|
188
|
+
y2: "31",
|
|
189
|
+
fill: "none",
|
|
190
|
+
stroke: "#000",
|
|
191
|
+
strokeLinecap: "round",
|
|
192
|
+
strokeLinejoin: "round",
|
|
193
|
+
strokeMiterlimit: "10",
|
|
194
|
+
strokeWidth: ".72"
|
|
195
|
+
}), React.createElement("line", {
|
|
196
|
+
x1: "31",
|
|
197
|
+
x2: "31",
|
|
198
|
+
y1: "33",
|
|
199
|
+
y2: "31",
|
|
200
|
+
fill: "none",
|
|
201
|
+
stroke: "#000",
|
|
202
|
+
strokeLinecap: "round",
|
|
203
|
+
strokeLinejoin: "round",
|
|
204
|
+
strokeMiterlimit: "10",
|
|
205
|
+
strokeWidth: ".72"
|
|
206
|
+
}), React.createElement("line", {
|
|
207
|
+
x1: "29",
|
|
208
|
+
x2: "29",
|
|
209
|
+
y1: "33",
|
|
210
|
+
y2: "31",
|
|
211
|
+
fill: "none",
|
|
212
|
+
stroke: "#000",
|
|
213
|
+
strokeLinecap: "round",
|
|
214
|
+
strokeLinejoin: "round",
|
|
215
|
+
strokeMiterlimit: "10",
|
|
216
|
+
strokeWidth: ".72"
|
|
217
|
+
}), React.createElement("line", {
|
|
218
|
+
x1: "27",
|
|
219
|
+
x2: "27",
|
|
220
|
+
y1: "33",
|
|
221
|
+
y2: "31",
|
|
222
|
+
fill: "none",
|
|
223
|
+
stroke: "#000",
|
|
224
|
+
strokeLinecap: "round",
|
|
225
|
+
strokeLinejoin: "round",
|
|
226
|
+
strokeMiterlimit: "10",
|
|
227
|
+
strokeWidth: ".72"
|
|
228
|
+
}), React.createElement("line", {
|
|
229
|
+
x1: "25",
|
|
230
|
+
x2: "25",
|
|
231
|
+
y1: "33",
|
|
232
|
+
y2: "31",
|
|
233
|
+
fill: "none",
|
|
234
|
+
stroke: "#000",
|
|
235
|
+
strokeLinecap: "round",
|
|
236
|
+
strokeLinejoin: "round",
|
|
237
|
+
strokeMiterlimit: "10",
|
|
238
|
+
strokeWidth: ".72"
|
|
239
|
+
}), React.createElement("line", {
|
|
240
|
+
x1: "23",
|
|
241
|
+
x2: "23",
|
|
242
|
+
y1: "33",
|
|
243
|
+
y2: "31",
|
|
76
244
|
fill: "none",
|
|
77
245
|
stroke: "#000",
|
|
78
246
|
strokeLinecap: "round",
|
|
79
247
|
strokeLinejoin: "round",
|
|
80
248
|
strokeMiterlimit: "10",
|
|
249
|
+
strokeWidth: ".72"
|
|
250
|
+
}), React.createElement("polyline", {
|
|
251
|
+
fill: "none",
|
|
252
|
+
stroke: "#000",
|
|
253
|
+
strokeMiterlimit: "10",
|
|
81
254
|
strokeWidth: ".72",
|
|
82
|
-
|
|
83
|
-
}), React.createElement("
|
|
255
|
+
points: "21,24 21,20 27,20 27,24"
|
|
256
|
+
}), React.createElement("line", {
|
|
257
|
+
x1: "23",
|
|
258
|
+
x2: "23",
|
|
259
|
+
y1: "24",
|
|
260
|
+
y2: "20",
|
|
261
|
+
fill: "none",
|
|
262
|
+
stroke: "#000",
|
|
263
|
+
strokeMiterlimit: "10",
|
|
264
|
+
strokeWidth: ".72"
|
|
265
|
+
}), React.createElement("line", {
|
|
266
|
+
x1: "25",
|
|
267
|
+
x2: "25",
|
|
268
|
+
y1: "24",
|
|
269
|
+
y2: "20",
|
|
270
|
+
fill: "none",
|
|
271
|
+
stroke: "#000",
|
|
272
|
+
strokeMiterlimit: "10",
|
|
273
|
+
strokeWidth: ".72"
|
|
274
|
+
}), React.createElement("rect", {
|
|
275
|
+
width: "2",
|
|
276
|
+
height: "2",
|
|
277
|
+
x: "17",
|
|
278
|
+
y: "35",
|
|
279
|
+
fill: "none",
|
|
280
|
+
stroke: "#000",
|
|
281
|
+
strokeMiterlimit: "10",
|
|
282
|
+
strokeWidth: ".72"
|
|
283
|
+
}), React.createElement("rect", {
|
|
284
|
+
width: "2",
|
|
285
|
+
height: "2",
|
|
286
|
+
x: "21",
|
|
287
|
+
y: "35",
|
|
288
|
+
fill: "none",
|
|
289
|
+
stroke: "#000",
|
|
290
|
+
strokeMiterlimit: "10",
|
|
291
|
+
strokeWidth: ".72"
|
|
292
|
+
}), React.createElement("rect", {
|
|
293
|
+
width: "2",
|
|
294
|
+
height: "2",
|
|
295
|
+
x: "25",
|
|
296
|
+
y: "35",
|
|
297
|
+
fill: "none",
|
|
298
|
+
stroke: "#000",
|
|
299
|
+
strokeMiterlimit: "10",
|
|
300
|
+
strokeWidth: ".72"
|
|
301
|
+
}), React.createElement("rect", {
|
|
302
|
+
width: "2",
|
|
303
|
+
height: "2",
|
|
304
|
+
x: "29",
|
|
305
|
+
y: "35",
|
|
306
|
+
fill: "none",
|
|
307
|
+
stroke: "#000",
|
|
308
|
+
strokeMiterlimit: "10",
|
|
309
|
+
strokeWidth: ".72"
|
|
310
|
+
}), React.createElement("line", {
|
|
311
|
+
x1: "20",
|
|
312
|
+
x2: "28",
|
|
313
|
+
y1: "24",
|
|
314
|
+
y2: "24",
|
|
315
|
+
fill: "none",
|
|
316
|
+
stroke: "#000",
|
|
317
|
+
strokeLinejoin: "round",
|
|
318
|
+
strokeMiterlimit: "10",
|
|
319
|
+
strokeWidth: ".72"
|
|
320
|
+
}), React.createElement("line", {
|
|
321
|
+
x1: "15",
|
|
322
|
+
x2: "33",
|
|
323
|
+
y1: "33",
|
|
324
|
+
y2: "33",
|
|
325
|
+
fill: "none",
|
|
326
|
+
stroke: "#000",
|
|
327
|
+
strokeLinecap: "round",
|
|
328
|
+
strokeLinejoin: "round",
|
|
329
|
+
strokeMiterlimit: "10",
|
|
330
|
+
strokeWidth: ".72"
|
|
331
|
+
}), React.createElement("line", {
|
|
332
|
+
x1: "9",
|
|
333
|
+
x2: "39",
|
|
334
|
+
y1: "39",
|
|
335
|
+
y2: "39",
|
|
336
|
+
fill: "none",
|
|
337
|
+
stroke: "#000",
|
|
338
|
+
strokeLinejoin: "round",
|
|
339
|
+
strokeMiterlimit: "10",
|
|
340
|
+
strokeWidth: ".72"
|
|
341
|
+
}), React.createElement("line", {
|
|
342
|
+
x1: "15",
|
|
343
|
+
x2: "9",
|
|
344
|
+
y1: "28",
|
|
345
|
+
y2: "28",
|
|
346
|
+
fill: "none",
|
|
347
|
+
stroke: "#000",
|
|
348
|
+
strokeLinecap: "round",
|
|
349
|
+
strokeLinejoin: "round",
|
|
350
|
+
strokeMiterlimit: "10",
|
|
351
|
+
strokeWidth: ".72"
|
|
352
|
+
}), React.createElement("line", {
|
|
353
|
+
x1: "39",
|
|
354
|
+
x2: "33",
|
|
355
|
+
y1: "28",
|
|
356
|
+
y2: "28",
|
|
357
|
+
fill: "none",
|
|
358
|
+
stroke: "#000",
|
|
359
|
+
strokeLinecap: "round",
|
|
360
|
+
strokeLinejoin: "round",
|
|
361
|
+
strokeMiterlimit: "10",
|
|
362
|
+
strokeWidth: ".72"
|
|
363
|
+
}), React.createElement("line", {
|
|
364
|
+
x1: "15",
|
|
365
|
+
x2: "9",
|
|
366
|
+
y1: "30",
|
|
367
|
+
y2: "30",
|
|
84
368
|
fill: "none",
|
|
85
369
|
stroke: "#000",
|
|
86
370
|
strokeLinecap: "square",
|
|
87
371
|
strokeLinejoin: "round",
|
|
88
372
|
strokeMiterlimit: "10",
|
|
89
|
-
strokeWidth: ".72"
|
|
90
|
-
|
|
91
|
-
|
|
373
|
+
strokeWidth: ".72"
|
|
374
|
+
}), React.createElement("line", {
|
|
375
|
+
x1: "39",
|
|
376
|
+
x2: "33",
|
|
377
|
+
y1: "30",
|
|
378
|
+
y2: "30",
|
|
92
379
|
fill: "none",
|
|
93
380
|
stroke: "#000",
|
|
381
|
+
strokeLinecap: "square",
|
|
94
382
|
strokeLinejoin: "round",
|
|
95
383
|
strokeMiterlimit: "10",
|
|
96
|
-
strokeWidth: ".72"
|
|
97
|
-
|
|
384
|
+
strokeWidth: ".72"
|
|
385
|
+
}), React.createElement("line", {
|
|
386
|
+
x1: "13",
|
|
387
|
+
x2: "13",
|
|
388
|
+
y1: "28",
|
|
389
|
+
y2: "26",
|
|
390
|
+
fill: "none",
|
|
391
|
+
stroke: "#000",
|
|
392
|
+
strokeLinejoin: "round",
|
|
393
|
+
strokeMiterlimit: "10",
|
|
394
|
+
strokeWidth: ".72"
|
|
395
|
+
}), React.createElement("line", {
|
|
396
|
+
x1: "11",
|
|
397
|
+
x2: "11",
|
|
398
|
+
y1: "28",
|
|
399
|
+
y2: "26",
|
|
400
|
+
fill: "none",
|
|
401
|
+
stroke: "#000",
|
|
402
|
+
strokeLinejoin: "round",
|
|
403
|
+
strokeMiterlimit: "10",
|
|
404
|
+
strokeWidth: ".72"
|
|
405
|
+
}), React.createElement("line", {
|
|
406
|
+
x1: "9",
|
|
407
|
+
x2: "9",
|
|
408
|
+
y1: "28",
|
|
409
|
+
y2: "26",
|
|
410
|
+
fill: "none",
|
|
411
|
+
stroke: "#000",
|
|
412
|
+
strokeLinejoin: "round",
|
|
413
|
+
strokeMiterlimit: "10",
|
|
414
|
+
strokeWidth: ".72"
|
|
415
|
+
}), React.createElement("line", {
|
|
416
|
+
x1: "39",
|
|
417
|
+
x2: "39",
|
|
418
|
+
y1: "28",
|
|
419
|
+
y2: "26",
|
|
420
|
+
fill: "none",
|
|
421
|
+
stroke: "#000",
|
|
422
|
+
strokeLinejoin: "round",
|
|
423
|
+
strokeMiterlimit: "10",
|
|
424
|
+
strokeWidth: ".72"
|
|
425
|
+
}), React.createElement("line", {
|
|
426
|
+
x1: "37",
|
|
427
|
+
x2: "37",
|
|
428
|
+
y1: "28",
|
|
429
|
+
y2: "26",
|
|
430
|
+
fill: "none",
|
|
431
|
+
stroke: "#000",
|
|
432
|
+
strokeLinejoin: "round",
|
|
433
|
+
strokeMiterlimit: "10",
|
|
434
|
+
strokeWidth: ".72"
|
|
435
|
+
}), React.createElement("line", {
|
|
436
|
+
x1: "35",
|
|
437
|
+
x2: "35",
|
|
438
|
+
y1: "28",
|
|
439
|
+
y2: "26",
|
|
440
|
+
fill: "none",
|
|
441
|
+
stroke: "#000",
|
|
442
|
+
strokeLinejoin: "round",
|
|
443
|
+
strokeMiterlimit: "10",
|
|
444
|
+
strokeWidth: ".72"
|
|
98
445
|
}), props.children);
|
|
99
446
|
});
|
|
100
447
|
|
|
@@ -22,51 +22,72 @@ React.forwardRef(function DuplicateFile(props, ref) {
|
|
|
22
22
|
strokeMiterlimit: "10",
|
|
23
23
|
strokeWidth: ".72",
|
|
24
24
|
d: "M28,39H9V17h19V39z"
|
|
25
|
-
}), React.createElement("
|
|
25
|
+
}), React.createElement("line", {
|
|
26
|
+
x1: "20",
|
|
27
|
+
x2: "20",
|
|
28
|
+
y1: "17",
|
|
29
|
+
y2: "15",
|
|
30
|
+
fill: "none",
|
|
31
|
+
stroke: "#000",
|
|
32
|
+
strokeLinejoin: "round",
|
|
33
|
+
strokeWidth: ".72"
|
|
34
|
+
}), React.createElement("polyline", {
|
|
26
35
|
fill: "none",
|
|
27
36
|
stroke: "#000",
|
|
28
37
|
strokeLinejoin: "round",
|
|
29
38
|
strokeWidth: ".72",
|
|
30
|
-
|
|
31
|
-
}), React.createElement("
|
|
39
|
+
points: "20,11 20,9 22,9"
|
|
40
|
+
}), React.createElement("line", {
|
|
41
|
+
x1: "24.647",
|
|
42
|
+
x2: "35.676",
|
|
43
|
+
y1: "9",
|
|
44
|
+
y2: "9",
|
|
32
45
|
fill: "none",
|
|
33
46
|
stroke: "#000",
|
|
34
47
|
strokeDasharray: "3.5294,2.6471",
|
|
35
48
|
strokeLinejoin: "round",
|
|
36
|
-
strokeWidth: ".72"
|
|
37
|
-
|
|
38
|
-
}), React.createElement("path", {
|
|
49
|
+
strokeWidth: ".72"
|
|
50
|
+
}), React.createElement("polyline", {
|
|
39
51
|
fill: "none",
|
|
40
52
|
stroke: "#000",
|
|
41
53
|
strokeLinejoin: "round",
|
|
42
54
|
strokeWidth: ".72",
|
|
43
|
-
|
|
44
|
-
}), React.createElement("
|
|
55
|
+
points: "37,9 39,9 39,11"
|
|
56
|
+
}), React.createElement("line", {
|
|
57
|
+
x1: "39",
|
|
58
|
+
x2: "39",
|
|
59
|
+
y1: "14.177",
|
|
60
|
+
y2: "27.412",
|
|
45
61
|
fill: "none",
|
|
46
62
|
stroke: "#000",
|
|
47
63
|
strokeDasharray: "4.2353,3.1765",
|
|
48
64
|
strokeLinejoin: "round",
|
|
49
|
-
strokeWidth: ".72"
|
|
50
|
-
|
|
51
|
-
}), React.createElement("path", {
|
|
65
|
+
strokeWidth: ".72"
|
|
66
|
+
}), React.createElement("polyline", {
|
|
52
67
|
fill: "none",
|
|
53
68
|
stroke: "#000",
|
|
54
69
|
strokeLinejoin: "round",
|
|
55
70
|
strokeWidth: ".72",
|
|
56
|
-
|
|
57
|
-
}), React.createElement("
|
|
71
|
+
points: "39,29 39,31 37,31"
|
|
72
|
+
}), React.createElement("line", {
|
|
73
|
+
x1: "34.9",
|
|
74
|
+
x2: "31.05",
|
|
75
|
+
y1: "31",
|
|
76
|
+
y2: "31",
|
|
58
77
|
fill: "none",
|
|
59
78
|
stroke: "#000",
|
|
60
79
|
strokeDasharray: "2.8,2.1",
|
|
61
80
|
strokeLinejoin: "round",
|
|
62
|
-
strokeWidth: ".72"
|
|
63
|
-
|
|
64
|
-
|
|
81
|
+
strokeWidth: ".72"
|
|
82
|
+
}), React.createElement("line", {
|
|
83
|
+
x1: "30",
|
|
84
|
+
x2: "28",
|
|
85
|
+
y1: "31",
|
|
86
|
+
y2: "31",
|
|
65
87
|
fill: "none",
|
|
66
88
|
stroke: "#000",
|
|
67
89
|
strokeLinejoin: "round",
|
|
68
|
-
strokeWidth: ".72"
|
|
69
|
-
d: "M30 31L28 31"
|
|
90
|
+
strokeWidth: ".72"
|
|
70
91
|
}), props.children);
|
|
71
92
|
});
|
|
72
93
|
|
|
@@ -15,13 +15,13 @@ React.forwardRef(function ElectricCharge(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
|
strokeLinejoin: "round",
|
|
22
22
|
strokeMiterlimit: "10",
|
|
23
23
|
strokeWidth: ".72",
|
|
24
|
-
|
|
24
|
+
points: "17,18.804 14,24 18,24 15,29.196"
|
|
25
25
|
}), React.createElement("path", {
|
|
26
26
|
fill: "none",
|
|
27
27
|
stroke: "#000",
|
package/lib/envelope/index.js
CHANGED
|
@@ -21,7 +21,27 @@ React.forwardRef(function Envelope(props, ref) {
|
|
|
21
21
|
strokeLinejoin: "round",
|
|
22
22
|
strokeMiterlimit: "10",
|
|
23
23
|
strokeWidth: ".72",
|
|
24
|
-
d: "M39
|
|
24
|
+
d: "M39,35H9V13h30V35z M9,13l15,14l15-14"
|
|
25
|
+
}), React.createElement("line", {
|
|
26
|
+
x1: "9",
|
|
27
|
+
x2: "21",
|
|
28
|
+
y1: "35",
|
|
29
|
+
y2: "24",
|
|
30
|
+
fill: "none",
|
|
31
|
+
stroke: "#000",
|
|
32
|
+
strokeLinejoin: "round",
|
|
33
|
+
strokeMiterlimit: "10",
|
|
34
|
+
strokeWidth: ".72"
|
|
35
|
+
}), React.createElement("line", {
|
|
36
|
+
x1: "27",
|
|
37
|
+
x2: "39",
|
|
38
|
+
y1: "24",
|
|
39
|
+
y2: "35",
|
|
40
|
+
fill: "none",
|
|
41
|
+
stroke: "#000",
|
|
42
|
+
strokeLinejoin: "round",
|
|
43
|
+
strokeMiterlimit: "10",
|
|
44
|
+
strokeWidth: ".72"
|
|
25
45
|
}), props.children);
|
|
26
46
|
});
|
|
27
47
|
|
|
@@ -15,28 +15,37 @@ React.forwardRef(function ExpandHorz(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: "39",
|
|
20
|
+
x2: "39",
|
|
21
|
+
y1: "9",
|
|
22
|
+
y2: "9.01",
|
|
19
23
|
fill: "none",
|
|
20
24
|
stroke: "#000",
|
|
21
25
|
strokeLinecap: "round",
|
|
22
26
|
strokeLinejoin: "round",
|
|
23
|
-
strokeWidth: ".72"
|
|
24
|
-
|
|
25
|
-
|
|
27
|
+
strokeWidth: ".72"
|
|
28
|
+
}), React.createElement("line", {
|
|
29
|
+
x1: "39",
|
|
30
|
+
x2: "39",
|
|
31
|
+
y1: "10.99",
|
|
32
|
+
y2: "38",
|
|
26
33
|
fill: "none",
|
|
27
34
|
stroke: "#000",
|
|
28
35
|
strokeDasharray: "0.0198,1.9802",
|
|
29
36
|
strokeLinecap: "round",
|
|
30
37
|
strokeLinejoin: "round",
|
|
31
|
-
strokeWidth: ".72"
|
|
32
|
-
|
|
33
|
-
|
|
38
|
+
strokeWidth: ".72"
|
|
39
|
+
}), React.createElement("line", {
|
|
40
|
+
x1: "39",
|
|
41
|
+
x2: "39",
|
|
42
|
+
y1: "38.99",
|
|
43
|
+
y2: "39",
|
|
34
44
|
fill: "none",
|
|
35
45
|
stroke: "#000",
|
|
36
46
|
strokeLinecap: "round",
|
|
37
47
|
strokeLinejoin: "round",
|
|
38
|
-
strokeWidth: ".72"
|
|
39
|
-
d: "M39 38.99L39 39"
|
|
48
|
+
strokeWidth: ".72"
|
|
40
49
|
}), React.createElement("path", {
|
|
41
50
|
fill: "none",
|
|
42
51
|
stroke: "#000",
|
|
@@ -15,28 +15,37 @@ React.forwardRef(function ExpandVert(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: "9.01",
|
|
21
|
+
y1: "9",
|
|
22
|
+
y2: "9",
|
|
19
23
|
fill: "none",
|
|
20
24
|
stroke: "#000",
|
|
21
25
|
strokeLinecap: "round",
|
|
22
26
|
strokeLinejoin: "round",
|
|
23
|
-
strokeWidth: ".72"
|
|
24
|
-
|
|
25
|
-
|
|
27
|
+
strokeWidth: ".72"
|
|
28
|
+
}), React.createElement("line", {
|
|
29
|
+
x1: "10.99",
|
|
30
|
+
x2: "38",
|
|
31
|
+
y1: "9",
|
|
32
|
+
y2: "9",
|
|
26
33
|
fill: "none",
|
|
27
34
|
stroke: "#000",
|
|
28
35
|
strokeDasharray: "0.0198,1.9802",
|
|
29
36
|
strokeLinecap: "round",
|
|
30
37
|
strokeLinejoin: "round",
|
|
31
|
-
strokeWidth: ".72"
|
|
32
|
-
|
|
33
|
-
|
|
38
|
+
strokeWidth: ".72"
|
|
39
|
+
}), React.createElement("line", {
|
|
40
|
+
x1: "38.99",
|
|
41
|
+
x2: "39",
|
|
42
|
+
y1: "9",
|
|
43
|
+
y2: "9",
|
|
34
44
|
fill: "none",
|
|
35
45
|
stroke: "#000",
|
|
36
46
|
strokeLinecap: "round",
|
|
37
47
|
strokeLinejoin: "round",
|
|
38
|
-
strokeWidth: ".72"
|
|
39
|
-
d: "M38.99 9L39 9"
|
|
48
|
+
strokeWidth: ".72"
|
|
40
49
|
}), React.createElement("path", {
|
|
41
50
|
fill: "none",
|
|
42
51
|
stroke: "#000",
|