@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
|
@@ -22,14 +22,44 @@ React.forwardRef(function TouchGesture(props, ref) {
|
|
|
22
22
|
strokeLinejoin: "round",
|
|
23
23
|
strokeMiterlimit: "10",
|
|
24
24
|
strokeWidth: ".72",
|
|
25
|
-
d: "M25
|
|
25
|
+
d: "M25,36V24.5c0-0.828,0.672-1.5,1.5-1.5s1.5,0.672,1.5,1.5V35"
|
|
26
|
+
}), React.createElement("path", {
|
|
27
|
+
fill: "none",
|
|
28
|
+
stroke: "#000",
|
|
29
|
+
strokeLinecap: "round",
|
|
30
|
+
strokeLinejoin: "round",
|
|
31
|
+
strokeMiterlimit: "10",
|
|
32
|
+
strokeWidth: ".72",
|
|
33
|
+
d: "M28,31.5c0-0.828,0.672-1.5,1.5-1.5s1.5,0.672,1.5,1.5V35"
|
|
34
|
+
}), React.createElement("path", {
|
|
35
|
+
fill: "none",
|
|
36
|
+
stroke: "#000",
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round",
|
|
39
|
+
strokeMiterlimit: "10",
|
|
40
|
+
strokeWidth: ".72",
|
|
41
|
+
d: "M31,32c0-0.828,0.672-1.5,1.5-1.5S34,31.172,34,32v3"
|
|
42
|
+
}), React.createElement("polyline", {
|
|
43
|
+
fill: "none",
|
|
44
|
+
stroke: "#000",
|
|
45
|
+
strokeLinejoin: "round",
|
|
46
|
+
strokeMiterlimit: "10",
|
|
47
|
+
strokeWidth: ".72",
|
|
48
|
+
points: "20,33 9,33 9,10 39,10 39,30"
|
|
49
|
+
}), React.createElement("path", {
|
|
50
|
+
fill: "none",
|
|
51
|
+
stroke: "#000",
|
|
52
|
+
strokeLinejoin: "round",
|
|
53
|
+
strokeMiterlimit: "10",
|
|
54
|
+
strokeWidth: ".72",
|
|
55
|
+
d: "M34,33 c0-0.828,0.672-1.5,1.5-1.5S37,32.172,37,33v5"
|
|
26
56
|
}), React.createElement("path", {
|
|
27
57
|
fill: "none",
|
|
28
58
|
stroke: "#000",
|
|
29
59
|
strokeLinejoin: "round",
|
|
30
60
|
strokeMiterlimit: "10",
|
|
31
61
|
strokeWidth: ".72",
|
|
32
|
-
d: "
|
|
62
|
+
d: "M22,38v-2.5 c0-0.828,0.672-1.5,1.5-1.5s1.5,0.672,1.5,1.5V38"
|
|
33
63
|
}), props.children);
|
|
34
64
|
});
|
|
35
65
|
|
package/lib/unlock--alt/index.js
CHANGED
|
@@ -27,14 +27,17 @@ React.forwardRef(function UnlockAlt(props, ref) {
|
|
|
27
27
|
strokeMiterlimit: "10",
|
|
28
28
|
strokeWidth: ".72",
|
|
29
29
|
d: "M24,29.5V33"
|
|
30
|
-
}), React.createElement("
|
|
30
|
+
}), React.createElement("rect", {
|
|
31
|
+
width: "20",
|
|
32
|
+
height: "18",
|
|
33
|
+
x: "14",
|
|
34
|
+
y: "21",
|
|
31
35
|
fill: "none",
|
|
32
36
|
stroke: "#000",
|
|
33
37
|
strokeLinecap: "round",
|
|
34
38
|
strokeLinejoin: "round",
|
|
35
39
|
strokeMiterlimit: "10",
|
|
36
|
-
strokeWidth: ".711"
|
|
37
|
-
d: "M14 21H34V39H14z"
|
|
40
|
+
strokeWidth: ".711"
|
|
38
41
|
}), React.createElement("path", {
|
|
39
42
|
fill: "none",
|
|
40
43
|
stroke: "#000",
|
package/lib/vancouver/index.js
CHANGED
|
@@ -22,6 +22,56 @@ React.forwardRef(function Vancouver(props, ref) {
|
|
|
22
22
|
strokeMiterlimit: "10",
|
|
23
23
|
strokeWidth: ".72",
|
|
24
24
|
d: "M20,26.006 c-1.105,0-2-0.895-2-2h20c0,1.105-0.895,2-2,2H20z"
|
|
25
|
+
}), React.createElement("line", {
|
|
26
|
+
x1: "28",
|
|
27
|
+
x2: "32",
|
|
28
|
+
y1: "16.006",
|
|
29
|
+
y2: "24.006",
|
|
30
|
+
fill: "none",
|
|
31
|
+
stroke: "#000",
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round",
|
|
34
|
+
strokeMiterlimit: "10",
|
|
35
|
+
strokeWidth: ".72"
|
|
36
|
+
}), React.createElement("line", {
|
|
37
|
+
x1: "25",
|
|
38
|
+
x2: "24",
|
|
39
|
+
y1: "22.006",
|
|
40
|
+
y2: "24.006",
|
|
41
|
+
fill: "none",
|
|
42
|
+
stroke: "#000",
|
|
43
|
+
strokeLinecap: "round",
|
|
44
|
+
strokeLinejoin: "round",
|
|
45
|
+
strokeMiterlimit: "10",
|
|
46
|
+
strokeWidth: ".72"
|
|
47
|
+
}), React.createElement("line", {
|
|
48
|
+
x1: "36",
|
|
49
|
+
x2: "36",
|
|
50
|
+
y1: "15.006",
|
|
51
|
+
y2: "21.006",
|
|
52
|
+
fill: "none",
|
|
53
|
+
stroke: "#000",
|
|
54
|
+
strokeLinejoin: "round",
|
|
55
|
+
strokeMiterlimit: "10",
|
|
56
|
+
strokeWidth: ".72"
|
|
57
|
+
}), React.createElement("polyline", {
|
|
58
|
+
fill: "none",
|
|
59
|
+
stroke: "#000",
|
|
60
|
+
strokeLinecap: "round",
|
|
61
|
+
strokeMiterlimit: "10",
|
|
62
|
+
strokeWidth: ".72",
|
|
63
|
+
points: "24,18.006 16,18.006 14,15 11,15 13,20.006 24,22.006 34,22.006 34,20.006 36,18.006"
|
|
64
|
+
}), React.createElement("line", {
|
|
65
|
+
x1: "32",
|
|
66
|
+
x2: "37",
|
|
67
|
+
y1: "18.006",
|
|
68
|
+
y2: "18.006",
|
|
69
|
+
fill: "none",
|
|
70
|
+
stroke: "#000",
|
|
71
|
+
strokeLinecap: "round",
|
|
72
|
+
strokeLinejoin: "round",
|
|
73
|
+
strokeMiterlimit: "10",
|
|
74
|
+
strokeWidth: ".72"
|
|
25
75
|
}), React.createElement("path", {
|
|
26
76
|
fill: "none",
|
|
27
77
|
stroke: "#000",
|
|
@@ -29,21 +79,23 @@ React.forwardRef(function Vancouver(props, ref) {
|
|
|
29
79
|
strokeLinejoin: "round",
|
|
30
80
|
strokeMiterlimit: "10",
|
|
31
81
|
strokeWidth: ".72",
|
|
32
|
-
d: "
|
|
82
|
+
d: "M24,18.006c2.209-2.667,5.791-2.667,8,0v2h-7L24,18.006"
|
|
33
83
|
}), React.createElement("path", {
|
|
34
84
|
fill: "none",
|
|
35
85
|
stroke: "#000",
|
|
86
|
+
strokeLinecap: "round",
|
|
36
87
|
strokeLinejoin: "round",
|
|
37
88
|
strokeMiterlimit: "10",
|
|
38
89
|
strokeWidth: ".72",
|
|
39
|
-
d: "
|
|
90
|
+
d: "M15,37.006c-1.105,1.333-2.895,1.333-4,0"
|
|
40
91
|
}), React.createElement("path", {
|
|
41
92
|
fill: "none",
|
|
42
93
|
stroke: "#000",
|
|
43
94
|
strokeLinecap: "round",
|
|
95
|
+
strokeLinejoin: "round",
|
|
44
96
|
strokeMiterlimit: "10",
|
|
45
97
|
strokeWidth: ".72",
|
|
46
|
-
d: "
|
|
98
|
+
d: "M19,37.006c-1.105,1.333-2.895,1.333-4,0"
|
|
47
99
|
}), React.createElement("path", {
|
|
48
100
|
fill: "none",
|
|
49
101
|
stroke: "#000",
|
|
@@ -51,7 +103,63 @@ React.forwardRef(function Vancouver(props, ref) {
|
|
|
51
103
|
strokeLinejoin: "round",
|
|
52
104
|
strokeMiterlimit: "10",
|
|
53
105
|
strokeWidth: ".72",
|
|
54
|
-
d: "
|
|
106
|
+
d: "M23,37.006c-1.105,1.333-2.895,1.333-4,0"
|
|
107
|
+
}), React.createElement("path", {
|
|
108
|
+
fill: "none",
|
|
109
|
+
stroke: "#000",
|
|
110
|
+
strokeLinecap: "round",
|
|
111
|
+
strokeLinejoin: "round",
|
|
112
|
+
strokeMiterlimit: "10",
|
|
113
|
+
strokeWidth: ".72",
|
|
114
|
+
d: "M27,37.006c-1.105,1.333-2.895,1.333-4,0"
|
|
115
|
+
}), React.createElement("path", {
|
|
116
|
+
fill: "none",
|
|
117
|
+
stroke: "#000",
|
|
118
|
+
strokeLinecap: "round",
|
|
119
|
+
strokeLinejoin: "round",
|
|
120
|
+
strokeMiterlimit: "10",
|
|
121
|
+
strokeWidth: ".72",
|
|
122
|
+
d: "M31,37.006c-1.105,1.333-2.895,1.333-4,0"
|
|
123
|
+
}), React.createElement("path", {
|
|
124
|
+
fill: "none",
|
|
125
|
+
stroke: "#000",
|
|
126
|
+
strokeLinecap: "round",
|
|
127
|
+
strokeLinejoin: "round",
|
|
128
|
+
strokeMiterlimit: "10",
|
|
129
|
+
strokeWidth: ".72",
|
|
130
|
+
d: "M35,37.006c-1.105,1.333-2.895,1.333-4,0"
|
|
131
|
+
}), React.createElement("path", {
|
|
132
|
+
fill: "none",
|
|
133
|
+
stroke: "#000",
|
|
134
|
+
strokeLinecap: "round",
|
|
135
|
+
strokeLinejoin: "round",
|
|
136
|
+
strokeMiterlimit: "10",
|
|
137
|
+
strokeWidth: ".72",
|
|
138
|
+
d: "M39,37.006c-1.105,1.333-2.895,1.333-4,0"
|
|
139
|
+
}), React.createElement("path", {
|
|
140
|
+
fill: "none",
|
|
141
|
+
stroke: "#000",
|
|
142
|
+
strokeLinecap: "round",
|
|
143
|
+
strokeLinejoin: "round",
|
|
144
|
+
strokeMiterlimit: "10",
|
|
145
|
+
strokeWidth: ".72",
|
|
146
|
+
d: "M11,37.006c-0.552,0.667-1.276,1-2,1"
|
|
147
|
+
}), React.createElement("path", {
|
|
148
|
+
fill: "none",
|
|
149
|
+
stroke: "#000",
|
|
150
|
+
strokeLinecap: "round",
|
|
151
|
+
strokeLinejoin: "round",
|
|
152
|
+
strokeMiterlimit: "10",
|
|
153
|
+
strokeWidth: ".72",
|
|
154
|
+
d: "M11,30.006c0-1.105,0.895-2,2-2s2,0.895,2,2"
|
|
155
|
+
}), React.createElement("path", {
|
|
156
|
+
fill: "none",
|
|
157
|
+
stroke: "#000",
|
|
158
|
+
strokeLinecap: "round",
|
|
159
|
+
strokeLinejoin: "round",
|
|
160
|
+
strokeMiterlimit: "10",
|
|
161
|
+
strokeWidth: ".72",
|
|
162
|
+
d: "M11,32.006c-0.552,0-1-0.448-1-1c0-0.552,0.448-1,1-1"
|
|
55
163
|
}), React.createElement("path", {
|
|
56
164
|
fill: "none",
|
|
57
165
|
stroke: "#000",
|
|
@@ -66,7 +174,29 @@ React.forwardRef(function Vancouver(props, ref) {
|
|
|
66
174
|
strokeLinejoin: "round",
|
|
67
175
|
strokeMiterlimit: "10",
|
|
68
176
|
strokeWidth: ".72",
|
|
69
|
-
d: "M18
|
|
177
|
+
d: "M18,30.006c0.552,0,1,0.448,1,1c0,0.552-0.448,1-1,1"
|
|
178
|
+
}), React.createElement("line", {
|
|
179
|
+
x1: "18",
|
|
180
|
+
x2: "17",
|
|
181
|
+
y1: "30.006",
|
|
182
|
+
y2: "30.006",
|
|
183
|
+
fill: "none",
|
|
184
|
+
stroke: "#000",
|
|
185
|
+
strokeLinecap: "round",
|
|
186
|
+
strokeLinejoin: "round",
|
|
187
|
+
strokeMiterlimit: "10",
|
|
188
|
+
strokeWidth: ".72"
|
|
189
|
+
}), React.createElement("line", {
|
|
190
|
+
x1: "18",
|
|
191
|
+
x2: "11",
|
|
192
|
+
y1: "32.006",
|
|
193
|
+
y2: "32.006",
|
|
194
|
+
fill: "none",
|
|
195
|
+
stroke: "#000",
|
|
196
|
+
strokeLinecap: "round",
|
|
197
|
+
strokeLinejoin: "round",
|
|
198
|
+
strokeMiterlimit: "10",
|
|
199
|
+
strokeWidth: ".72"
|
|
70
200
|
}), props.children);
|
|
71
201
|
});
|
|
72
202
|
|
|
@@ -15,13 +15,82 @@ React.forwardRef(function WashingtonDc(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: "29",
|
|
20
|
+
x2: "19",
|
|
21
|
+
y1: "22",
|
|
22
|
+
y2: "22",
|
|
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: "28",
|
|
30
|
+
x2: "20",
|
|
31
|
+
y1: "20",
|
|
32
|
+
y2: "20",
|
|
33
|
+
fill: "none",
|
|
34
|
+
stroke: "#000",
|
|
35
|
+
strokeLinecap: "round",
|
|
36
|
+
strokeLinejoin: "round",
|
|
37
|
+
strokeMiterlimit: "10",
|
|
38
|
+
strokeWidth: ".72"
|
|
39
|
+
}), React.createElement("line", {
|
|
40
|
+
x1: "28",
|
|
41
|
+
x2: "28",
|
|
42
|
+
y1: "20",
|
|
43
|
+
y2: "24",
|
|
44
|
+
fill: "none",
|
|
45
|
+
stroke: "#000",
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round",
|
|
48
|
+
strokeMiterlimit: "10",
|
|
49
|
+
strokeWidth: ".72"
|
|
50
|
+
}), React.createElement("line", {
|
|
51
|
+
x1: "26",
|
|
52
|
+
x2: "26",
|
|
53
|
+
y1: "22",
|
|
54
|
+
y2: "24",
|
|
55
|
+
fill: "none",
|
|
56
|
+
stroke: "#000",
|
|
57
|
+
strokeLinecap: "round",
|
|
58
|
+
strokeLinejoin: "round",
|
|
59
|
+
strokeMiterlimit: "10",
|
|
60
|
+
strokeWidth: ".72"
|
|
61
|
+
}), React.createElement("line", {
|
|
62
|
+
x1: "24",
|
|
63
|
+
x2: "24",
|
|
64
|
+
y1: "22",
|
|
65
|
+
y2: "24",
|
|
66
|
+
fill: "none",
|
|
67
|
+
stroke: "#000",
|
|
68
|
+
strokeLinecap: "round",
|
|
69
|
+
strokeLinejoin: "round",
|
|
70
|
+
strokeMiterlimit: "10",
|
|
71
|
+
strokeWidth: ".72"
|
|
72
|
+
}), React.createElement("line", {
|
|
73
|
+
x1: "22",
|
|
74
|
+
x2: "22",
|
|
75
|
+
y1: "22",
|
|
76
|
+
y2: "24",
|
|
77
|
+
fill: "none",
|
|
78
|
+
stroke: "#000",
|
|
79
|
+
strokeLinecap: "round",
|
|
80
|
+
strokeLinejoin: "round",
|
|
81
|
+
strokeMiterlimit: "10",
|
|
82
|
+
strokeWidth: ".72"
|
|
83
|
+
}), React.createElement("line", {
|
|
84
|
+
x1: "20",
|
|
85
|
+
x2: "20",
|
|
86
|
+
y1: "24",
|
|
87
|
+
y2: "20",
|
|
88
|
+
fill: "none",
|
|
89
|
+
stroke: "#000",
|
|
90
|
+
strokeLinecap: "round",
|
|
91
|
+
strokeLinejoin: "round",
|
|
92
|
+
strokeMiterlimit: "10",
|
|
93
|
+
strokeWidth: ".72"
|
|
25
94
|
}), React.createElement("path", {
|
|
26
95
|
fill: "none",
|
|
27
96
|
stroke: "#000",
|
|
@@ -29,42 +98,167 @@ React.forwardRef(function WashingtonDc(props, ref) {
|
|
|
29
98
|
strokeLinejoin: "round",
|
|
30
99
|
strokeMiterlimit: "10",
|
|
31
100
|
strokeWidth: ".72",
|
|
32
|
-
d: "
|
|
101
|
+
d: "M20,20c0-2.209,1.791-4,4-4s4,1.791,4,4"
|
|
102
|
+
}), React.createElement("line", {
|
|
103
|
+
x1: "24",
|
|
104
|
+
x2: "24",
|
|
105
|
+
y1: "14",
|
|
106
|
+
y2: "16",
|
|
107
|
+
fill: "none",
|
|
108
|
+
stroke: "#000",
|
|
109
|
+
strokeLinecap: "round",
|
|
110
|
+
strokeLinejoin: "round",
|
|
111
|
+
strokeMiterlimit: "10",
|
|
112
|
+
strokeWidth: ".72"
|
|
113
|
+
}), React.createElement("line", {
|
|
114
|
+
x1: "9",
|
|
115
|
+
x2: "39",
|
|
116
|
+
y1: "24",
|
|
117
|
+
y2: "24",
|
|
118
|
+
fill: "none",
|
|
119
|
+
stroke: "#000",
|
|
120
|
+
strokeMiterlimit: "10",
|
|
121
|
+
strokeWidth: ".72"
|
|
122
|
+
}), React.createElement("polyline", {
|
|
123
|
+
fill: "none",
|
|
124
|
+
stroke: "#000",
|
|
125
|
+
strokeLinecap: "round",
|
|
126
|
+
strokeLinejoin: "round",
|
|
127
|
+
strokeMiterlimit: "10",
|
|
128
|
+
strokeWidth: ".72",
|
|
129
|
+
points: "32,24 32,12 33,10 34,12 34,24"
|
|
33
130
|
}), React.createElement("path", {
|
|
34
131
|
fill: "none",
|
|
35
132
|
stroke: "#000",
|
|
133
|
+
strokeLinecap: "round",
|
|
36
134
|
strokeMiterlimit: "10",
|
|
37
135
|
strokeWidth: ".72",
|
|
38
|
-
d: "
|
|
136
|
+
d: "M30,30 c0-2.209,1.791-4,4-4s4,1.791,4,4"
|
|
39
137
|
}), React.createElement("path", {
|
|
40
138
|
fill: "none",
|
|
41
139
|
stroke: "#000",
|
|
42
140
|
strokeLinecap: "round",
|
|
43
|
-
strokeLinejoin: "round",
|
|
44
141
|
strokeMiterlimit: "10",
|
|
45
142
|
strokeWidth: ".72",
|
|
46
|
-
d: "
|
|
143
|
+
d: "M20,30 c0-2.209,1.791-4,4-4s4,1.791,4,4"
|
|
47
144
|
}), React.createElement("path", {
|
|
48
145
|
fill: "none",
|
|
49
146
|
stroke: "#000",
|
|
50
147
|
strokeLinecap: "round",
|
|
51
148
|
strokeMiterlimit: "10",
|
|
52
149
|
strokeWidth: ".72",
|
|
53
|
-
d: "
|
|
150
|
+
d: "M10,30 c0-2.209,1.791-4,4-4s4,1.791,4,4"
|
|
151
|
+
}), React.createElement("path", {
|
|
152
|
+
fill: "none",
|
|
153
|
+
stroke: "#000",
|
|
154
|
+
strokeLinecap: "round",
|
|
155
|
+
strokeMiterlimit: "10",
|
|
156
|
+
strokeWidth: ".72",
|
|
157
|
+
d: "M14,35 c-1.105,1.333-2.895,1.333-4,0"
|
|
54
158
|
}), React.createElement("path", {
|
|
55
159
|
fill: "none",
|
|
56
160
|
stroke: "#000",
|
|
57
161
|
strokeLinecap: "round",
|
|
58
|
-
strokeLinejoin: "round",
|
|
59
162
|
strokeMiterlimit: "10",
|
|
60
163
|
strokeWidth: ".72",
|
|
61
|
-
d: "
|
|
164
|
+
d: "M18,35 c-1.105,1.333-2.895,1.333-4,0"
|
|
62
165
|
}), React.createElement("path", {
|
|
63
166
|
fill: "none",
|
|
64
167
|
stroke: "#000",
|
|
168
|
+
strokeLinecap: "round",
|
|
65
169
|
strokeMiterlimit: "10",
|
|
66
170
|
strokeWidth: ".72",
|
|
67
|
-
d: "
|
|
171
|
+
d: "M22,35 c-1.105,1.333-2.895,1.333-4,0"
|
|
172
|
+
}), React.createElement("path", {
|
|
173
|
+
fill: "none",
|
|
174
|
+
stroke: "#000",
|
|
175
|
+
strokeLinecap: "round",
|
|
176
|
+
strokeMiterlimit: "10",
|
|
177
|
+
strokeWidth: ".72",
|
|
178
|
+
d: "M26,35 c-1.105,1.333-2.895,1.333-4,0"
|
|
179
|
+
}), React.createElement("path", {
|
|
180
|
+
fill: "none",
|
|
181
|
+
stroke: "#000",
|
|
182
|
+
strokeLinecap: "round",
|
|
183
|
+
strokeMiterlimit: "10",
|
|
184
|
+
strokeWidth: ".72",
|
|
185
|
+
d: "M30,35 c-1.105,1.333-2.895,1.333-4,0"
|
|
186
|
+
}), React.createElement("path", {
|
|
187
|
+
fill: "none",
|
|
188
|
+
stroke: "#000",
|
|
189
|
+
strokeLinecap: "round",
|
|
190
|
+
strokeMiterlimit: "10",
|
|
191
|
+
strokeWidth: ".72",
|
|
192
|
+
d: "M34,35 c-1.105,1.333-2.895,1.333-4,0"
|
|
193
|
+
}), React.createElement("path", {
|
|
194
|
+
fill: "none",
|
|
195
|
+
stroke: "#000",
|
|
196
|
+
strokeLinecap: "round",
|
|
197
|
+
strokeMiterlimit: "10",
|
|
198
|
+
strokeWidth: ".72",
|
|
199
|
+
d: "M38,35 c-1.105,1.333-2.895,1.333-4,0"
|
|
200
|
+
}), React.createElement("path", {
|
|
201
|
+
fill: "none",
|
|
202
|
+
stroke: "#000",
|
|
203
|
+
strokeLinecap: "round",
|
|
204
|
+
strokeMiterlimit: "10",
|
|
205
|
+
strokeWidth: ".72",
|
|
206
|
+
d: "M16,32 c-1.105,1.333-2.895,1.333-4,0"
|
|
207
|
+
}), React.createElement("path", {
|
|
208
|
+
fill: "none",
|
|
209
|
+
stroke: "#000",
|
|
210
|
+
strokeLinecap: "round",
|
|
211
|
+
strokeMiterlimit: "10",
|
|
212
|
+
strokeWidth: ".72",
|
|
213
|
+
d: "M20,32 c-1.105,1.333-2.895,1.333-4,0"
|
|
214
|
+
}), React.createElement("path", {
|
|
215
|
+
fill: "none",
|
|
216
|
+
stroke: "#000",
|
|
217
|
+
strokeLinecap: "round",
|
|
218
|
+
strokeMiterlimit: "10",
|
|
219
|
+
strokeWidth: ".72",
|
|
220
|
+
d: "M24,32 c-1.105,1.333-2.895,1.333-4,0"
|
|
221
|
+
}), React.createElement("path", {
|
|
222
|
+
fill: "none",
|
|
223
|
+
stroke: "#000",
|
|
224
|
+
strokeLinecap: "round",
|
|
225
|
+
strokeMiterlimit: "10",
|
|
226
|
+
strokeWidth: ".72",
|
|
227
|
+
d: "M28,32 c-1.105,1.333-2.895,1.333-4,0"
|
|
228
|
+
}), React.createElement("path", {
|
|
229
|
+
fill: "none",
|
|
230
|
+
stroke: "#000",
|
|
231
|
+
strokeLinecap: "round",
|
|
232
|
+
strokeMiterlimit: "10",
|
|
233
|
+
strokeWidth: ".72",
|
|
234
|
+
d: "M32,32 c-1.105,1.333-2.895,1.333-4,0"
|
|
235
|
+
}), React.createElement("path", {
|
|
236
|
+
fill: "none",
|
|
237
|
+
stroke: "#000",
|
|
238
|
+
strokeLinecap: "round",
|
|
239
|
+
strokeMiterlimit: "10",
|
|
240
|
+
strokeWidth: ".72",
|
|
241
|
+
d: "M36,32 c-1.105,1.333-2.895,1.333-4,0"
|
|
242
|
+
}), React.createElement("line", {
|
|
243
|
+
x1: "14",
|
|
244
|
+
x2: "14",
|
|
245
|
+
y1: "18",
|
|
246
|
+
y2: "24",
|
|
247
|
+
fill: "none",
|
|
248
|
+
stroke: "#000",
|
|
249
|
+
strokeLinecap: "round",
|
|
250
|
+
strokeLinejoin: "round",
|
|
251
|
+
strokeMiterlimit: "10",
|
|
252
|
+
strokeWidth: ".72"
|
|
253
|
+
}), React.createElement("rect", {
|
|
254
|
+
width: "2",
|
|
255
|
+
height: "2",
|
|
256
|
+
x: "14",
|
|
257
|
+
y: "18",
|
|
258
|
+
fill: "none",
|
|
259
|
+
stroke: "#000",
|
|
260
|
+
strokeMiterlimit: "10",
|
|
261
|
+
strokeWidth: ".72"
|
|
68
262
|
}), props.children);
|
|
69
263
|
});
|
|
70
264
|
|