@leafygreen-ui/icon 11.16.1-next.6 → 11.16.1
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/CHANGELOG.md +2 -14
- package/dist/glyphs/index.d.ts +123 -123
- package/package.json +1 -1
- package/src/Icon.story.tsx +5 -2
- package/stories.js +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/dist/glyphs/index.d.ts
CHANGED
|
@@ -3,495 +3,495 @@ import { LGGlyph } from '../types';
|
|
|
3
3
|
declare const _glyphs: {
|
|
4
4
|
readonly ActivityFeed: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
5
5
|
title?: string | null | undefined;
|
|
6
|
-
role?: "
|
|
6
|
+
role?: "img" | "presentation" | undefined;
|
|
7
7
|
}>;
|
|
8
8
|
readonly AddFile: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
9
9
|
title?: string | null | undefined;
|
|
10
|
-
role?: "
|
|
10
|
+
role?: "img" | "presentation" | undefined;
|
|
11
11
|
}>;
|
|
12
12
|
readonly Apps: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
13
13
|
title?: string | null | undefined;
|
|
14
|
-
role?: "
|
|
14
|
+
role?: "img" | "presentation" | undefined;
|
|
15
15
|
}>;
|
|
16
16
|
readonly Array: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
17
17
|
title?: string | null | undefined;
|
|
18
|
-
role?: "
|
|
18
|
+
role?: "img" | "presentation" | undefined;
|
|
19
19
|
}>;
|
|
20
20
|
readonly ArrowDown: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
21
21
|
title?: string | null | undefined;
|
|
22
|
-
role?: "
|
|
22
|
+
role?: "img" | "presentation" | undefined;
|
|
23
23
|
}>;
|
|
24
24
|
readonly ArrowLeft: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
25
25
|
title?: string | null | undefined;
|
|
26
|
-
role?: "
|
|
26
|
+
role?: "img" | "presentation" | undefined;
|
|
27
27
|
}>;
|
|
28
28
|
readonly ArrowRight: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
29
29
|
title?: string | null | undefined;
|
|
30
|
-
role?: "
|
|
30
|
+
role?: "img" | "presentation" | undefined;
|
|
31
31
|
}>;
|
|
32
32
|
readonly ArrowUp: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
33
33
|
title?: string | null | undefined;
|
|
34
|
-
role?: "
|
|
34
|
+
role?: "img" | "presentation" | undefined;
|
|
35
35
|
}>;
|
|
36
36
|
readonly Beaker: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
37
37
|
title?: string | null | undefined;
|
|
38
|
-
role?: "
|
|
38
|
+
role?: "img" | "presentation" | undefined;
|
|
39
39
|
}>;
|
|
40
40
|
readonly Bell: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
41
41
|
title?: string | null | undefined;
|
|
42
|
-
role?: "
|
|
42
|
+
role?: "img" | "presentation" | undefined;
|
|
43
43
|
}>;
|
|
44
44
|
readonly Biometric: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
45
45
|
title?: string | null | undefined;
|
|
46
|
-
role?: "
|
|
46
|
+
role?: "img" | "presentation" | undefined;
|
|
47
47
|
}>;
|
|
48
48
|
readonly Building: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
49
49
|
title?: string | null | undefined;
|
|
50
|
-
role?: "
|
|
50
|
+
role?: "img" | "presentation" | undefined;
|
|
51
51
|
}>;
|
|
52
52
|
readonly Bulb: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
53
53
|
title?: string | null | undefined;
|
|
54
|
-
role?: "
|
|
54
|
+
role?: "img" | "presentation" | undefined;
|
|
55
55
|
}>;
|
|
56
56
|
readonly Calendar: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
57
57
|
title?: string | null | undefined;
|
|
58
|
-
role?: "
|
|
58
|
+
role?: "img" | "presentation" | undefined;
|
|
59
59
|
}>;
|
|
60
60
|
readonly CaretDown: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
61
61
|
title?: string | null | undefined;
|
|
62
|
-
role?: "
|
|
62
|
+
role?: "img" | "presentation" | undefined;
|
|
63
63
|
}>;
|
|
64
64
|
readonly CaretLeft: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
65
65
|
title?: string | null | undefined;
|
|
66
|
-
role?: "
|
|
66
|
+
role?: "img" | "presentation" | undefined;
|
|
67
67
|
}>;
|
|
68
68
|
readonly CaretRight: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
69
69
|
title?: string | null | undefined;
|
|
70
|
-
role?: "
|
|
70
|
+
role?: "img" | "presentation" | undefined;
|
|
71
71
|
}>;
|
|
72
72
|
readonly CaretUp: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
73
73
|
title?: string | null | undefined;
|
|
74
|
-
role?: "
|
|
74
|
+
role?: "img" | "presentation" | undefined;
|
|
75
75
|
}>;
|
|
76
76
|
readonly ChartFilled: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
77
77
|
title?: string | null | undefined;
|
|
78
|
-
role?: "
|
|
78
|
+
role?: "img" | "presentation" | undefined;
|
|
79
79
|
}>;
|
|
80
80
|
readonly Charts: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
81
81
|
title?: string | null | undefined;
|
|
82
|
-
role?: "
|
|
82
|
+
role?: "img" | "presentation" | undefined;
|
|
83
83
|
}>;
|
|
84
84
|
readonly Checkmark: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
85
85
|
title?: string | null | undefined;
|
|
86
|
-
role?: "
|
|
86
|
+
role?: "img" | "presentation" | undefined;
|
|
87
87
|
}>;
|
|
88
88
|
readonly CheckmarkWithCircle: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
89
89
|
title?: string | null | undefined;
|
|
90
|
-
role?: "
|
|
90
|
+
role?: "img" | "presentation" | undefined;
|
|
91
91
|
}>;
|
|
92
92
|
readonly ChevronDown: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
93
93
|
title?: string | null | undefined;
|
|
94
|
-
role?: "
|
|
94
|
+
role?: "img" | "presentation" | undefined;
|
|
95
95
|
}>;
|
|
96
96
|
readonly ChevronLeft: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
97
97
|
title?: string | null | undefined;
|
|
98
|
-
role?: "
|
|
98
|
+
role?: "img" | "presentation" | undefined;
|
|
99
99
|
}>;
|
|
100
100
|
readonly ChevronRight: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
101
101
|
title?: string | null | undefined;
|
|
102
|
-
role?: "
|
|
102
|
+
role?: "img" | "presentation" | undefined;
|
|
103
103
|
}>;
|
|
104
104
|
readonly ChevronUp: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
105
105
|
title?: string | null | undefined;
|
|
106
|
-
role?: "
|
|
106
|
+
role?: "img" | "presentation" | undefined;
|
|
107
107
|
}>;
|
|
108
108
|
readonly Clock: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
109
109
|
title?: string | null | undefined;
|
|
110
|
-
role?: "
|
|
110
|
+
role?: "img" | "presentation" | undefined;
|
|
111
111
|
}>;
|
|
112
112
|
readonly ClockWithArrow: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
113
113
|
title?: string | null | undefined;
|
|
114
|
-
role?: "
|
|
114
|
+
role?: "img" | "presentation" | undefined;
|
|
115
115
|
}>;
|
|
116
116
|
readonly Clone: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
117
117
|
title?: string | null | undefined;
|
|
118
|
-
role?: "
|
|
118
|
+
role?: "img" | "presentation" | undefined;
|
|
119
119
|
}>;
|
|
120
120
|
readonly Cloud: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
121
121
|
title?: string | null | undefined;
|
|
122
|
-
role?: "
|
|
122
|
+
role?: "img" | "presentation" | undefined;
|
|
123
123
|
}>;
|
|
124
124
|
readonly Code: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
125
125
|
title?: string | null | undefined;
|
|
126
|
-
role?: "
|
|
126
|
+
role?: "img" | "presentation" | undefined;
|
|
127
127
|
}>;
|
|
128
128
|
readonly Connect: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
129
129
|
title?: string | null | undefined;
|
|
130
|
-
role?: "
|
|
130
|
+
role?: "img" | "presentation" | undefined;
|
|
131
131
|
}>;
|
|
132
132
|
readonly Copy: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
133
133
|
title?: string | null | undefined;
|
|
134
|
-
role?: "
|
|
134
|
+
role?: "img" | "presentation" | undefined;
|
|
135
135
|
}>;
|
|
136
136
|
readonly CreditCard: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
137
137
|
title?: string | null | undefined;
|
|
138
|
-
role?: "
|
|
138
|
+
role?: "img" | "presentation" | undefined;
|
|
139
139
|
}>;
|
|
140
140
|
readonly CurlyBraces: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
141
141
|
title?: string | null | undefined;
|
|
142
|
-
role?: "
|
|
142
|
+
role?: "img" | "presentation" | undefined;
|
|
143
143
|
}>;
|
|
144
144
|
readonly Cursor: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
145
145
|
title?: string | null | undefined;
|
|
146
|
-
role?: "
|
|
146
|
+
role?: "img" | "presentation" | undefined;
|
|
147
147
|
}>;
|
|
148
148
|
readonly Dashboard: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
149
149
|
title?: string | null | undefined;
|
|
150
|
-
role?: "
|
|
150
|
+
role?: "img" | "presentation" | undefined;
|
|
151
151
|
}>;
|
|
152
152
|
readonly Database: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
153
153
|
title?: string | null | undefined;
|
|
154
|
-
role?: "
|
|
154
|
+
role?: "img" | "presentation" | undefined;
|
|
155
155
|
}>;
|
|
156
156
|
readonly Diagram: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
157
157
|
title?: string | null | undefined;
|
|
158
|
-
role?: "
|
|
158
|
+
role?: "img" | "presentation" | undefined;
|
|
159
159
|
}>;
|
|
160
160
|
readonly Diagram2: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
161
161
|
title?: string | null | undefined;
|
|
162
|
-
role?: "
|
|
162
|
+
role?: "img" | "presentation" | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
readonly Diagram3: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
165
165
|
title?: string | null | undefined;
|
|
166
|
-
role?: "
|
|
166
|
+
role?: "img" | "presentation" | undefined;
|
|
167
167
|
}>;
|
|
168
168
|
readonly Disconnect: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
169
169
|
title?: string | null | undefined;
|
|
170
|
-
role?: "
|
|
170
|
+
role?: "img" | "presentation" | undefined;
|
|
171
171
|
}>;
|
|
172
172
|
readonly Download: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
173
173
|
title?: string | null | undefined;
|
|
174
|
-
role?: "
|
|
174
|
+
role?: "img" | "presentation" | undefined;
|
|
175
175
|
}>;
|
|
176
176
|
readonly Drag: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
177
177
|
title?: string | null | undefined;
|
|
178
|
-
role?: "
|
|
178
|
+
role?: "img" | "presentation" | undefined;
|
|
179
179
|
}>;
|
|
180
180
|
readonly Edit: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
181
181
|
title?: string | null | undefined;
|
|
182
|
-
role?: "
|
|
182
|
+
role?: "img" | "presentation" | undefined;
|
|
183
183
|
}>;
|
|
184
184
|
readonly Ellipsis: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
185
185
|
title?: string | null | undefined;
|
|
186
|
-
role?: "
|
|
186
|
+
role?: "img" | "presentation" | undefined;
|
|
187
187
|
}>;
|
|
188
188
|
readonly Email: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
189
189
|
title?: string | null | undefined;
|
|
190
|
-
role?: "
|
|
190
|
+
role?: "img" | "presentation" | undefined;
|
|
191
191
|
}>;
|
|
192
192
|
readonly Export: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
193
193
|
title?: string | null | undefined;
|
|
194
|
-
role?: "
|
|
194
|
+
role?: "img" | "presentation" | undefined;
|
|
195
195
|
}>;
|
|
196
196
|
readonly Favorite: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
197
197
|
title?: string | null | undefined;
|
|
198
|
-
role?: "
|
|
198
|
+
role?: "img" | "presentation" | undefined;
|
|
199
199
|
}>;
|
|
200
200
|
readonly File: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
201
201
|
title?: string | null | undefined;
|
|
202
|
-
role?: "
|
|
202
|
+
role?: "img" | "presentation" | undefined;
|
|
203
203
|
}>;
|
|
204
204
|
readonly Filter: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
205
205
|
title?: string | null | undefined;
|
|
206
|
-
role?: "
|
|
206
|
+
role?: "img" | "presentation" | undefined;
|
|
207
207
|
}>;
|
|
208
208
|
readonly FullScreenEnter: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
209
209
|
title?: string | null | undefined;
|
|
210
|
-
role?: "
|
|
210
|
+
role?: "img" | "presentation" | undefined;
|
|
211
211
|
}>;
|
|
212
212
|
readonly FullScreenExit: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
213
213
|
title?: string | null | undefined;
|
|
214
|
-
role?: "
|
|
214
|
+
role?: "img" | "presentation" | undefined;
|
|
215
215
|
}>;
|
|
216
216
|
readonly Folder: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
217
217
|
title?: string | null | undefined;
|
|
218
|
-
role?: "
|
|
218
|
+
role?: "img" | "presentation" | undefined;
|
|
219
219
|
}>;
|
|
220
220
|
readonly Gauge: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
221
221
|
title?: string | null | undefined;
|
|
222
|
-
role?: "
|
|
222
|
+
role?: "img" | "presentation" | undefined;
|
|
223
223
|
}>;
|
|
224
224
|
readonly GlobeAmericas: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
225
225
|
title?: string | null | undefined;
|
|
226
|
-
role?: "
|
|
226
|
+
role?: "img" | "presentation" | undefined;
|
|
227
227
|
}>;
|
|
228
228
|
readonly GovernmentBuilding: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
229
229
|
title?: string | null | undefined;
|
|
230
|
-
role?: "
|
|
230
|
+
role?: "img" | "presentation" | undefined;
|
|
231
231
|
}>;
|
|
232
232
|
readonly Highlight: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
233
233
|
title?: string | null | undefined;
|
|
234
|
-
role?: "
|
|
234
|
+
role?: "img" | "presentation" | undefined;
|
|
235
235
|
}>;
|
|
236
236
|
readonly Home: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
237
237
|
title?: string | null | undefined;
|
|
238
|
-
role?: "
|
|
238
|
+
role?: "img" | "presentation" | undefined;
|
|
239
239
|
}>;
|
|
240
240
|
readonly Import: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
241
241
|
title?: string | null | undefined;
|
|
242
|
-
role?: "
|
|
242
|
+
role?: "img" | "presentation" | undefined;
|
|
243
243
|
}>;
|
|
244
244
|
readonly ImportantWithCircle: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
245
245
|
title?: string | null | undefined;
|
|
246
|
-
role?: "
|
|
246
|
+
role?: "img" | "presentation" | undefined;
|
|
247
247
|
}>;
|
|
248
248
|
readonly InfoWithCircle: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
249
249
|
title?: string | null | undefined;
|
|
250
|
-
role?: "
|
|
250
|
+
role?: "img" | "presentation" | undefined;
|
|
251
251
|
}>;
|
|
252
252
|
readonly InviteUser: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
253
253
|
title?: string | null | undefined;
|
|
254
|
-
role?: "
|
|
254
|
+
role?: "img" | "presentation" | undefined;
|
|
255
255
|
}>;
|
|
256
256
|
readonly Key: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
257
257
|
title?: string | null | undefined;
|
|
258
|
-
role?: "
|
|
258
|
+
role?: "img" | "presentation" | undefined;
|
|
259
259
|
}>;
|
|
260
260
|
readonly Laptop: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
261
261
|
title?: string | null | undefined;
|
|
262
|
-
role?: "
|
|
262
|
+
role?: "img" | "presentation" | undefined;
|
|
263
263
|
}>;
|
|
264
264
|
readonly Link: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
265
265
|
title?: string | null | undefined;
|
|
266
|
-
role?: "
|
|
266
|
+
role?: "img" | "presentation" | undefined;
|
|
267
267
|
}>;
|
|
268
268
|
readonly Lock: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
269
269
|
title?: string | null | undefined;
|
|
270
|
-
role?: "
|
|
270
|
+
role?: "img" | "presentation" | undefined;
|
|
271
271
|
}>;
|
|
272
272
|
readonly LogIn: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
273
273
|
title?: string | null | undefined;
|
|
274
|
-
role?: "
|
|
274
|
+
role?: "img" | "presentation" | undefined;
|
|
275
275
|
}>;
|
|
276
276
|
readonly LogOut: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
277
277
|
title?: string | null | undefined;
|
|
278
|
-
role?: "
|
|
278
|
+
role?: "img" | "presentation" | undefined;
|
|
279
279
|
}>;
|
|
280
280
|
readonly MagnifyingGlass: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
281
281
|
title?: string | null | undefined;
|
|
282
|
-
role?: "
|
|
282
|
+
role?: "img" | "presentation" | undefined;
|
|
283
283
|
}>;
|
|
284
284
|
readonly Megaphone: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
285
285
|
title?: string | null | undefined;
|
|
286
|
-
role?: "
|
|
286
|
+
role?: "img" | "presentation" | undefined;
|
|
287
287
|
}>;
|
|
288
288
|
readonly Menu: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
289
289
|
title?: string | null | undefined;
|
|
290
|
-
role?: "
|
|
290
|
+
role?: "img" | "presentation" | undefined;
|
|
291
291
|
}>;
|
|
292
292
|
readonly Minus: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
293
293
|
title?: string | null | undefined;
|
|
294
|
-
role?: "
|
|
294
|
+
role?: "img" | "presentation" | undefined;
|
|
295
295
|
}>;
|
|
296
296
|
readonly NoFilter: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
297
297
|
title?: string | null | undefined;
|
|
298
|
-
role?: "
|
|
298
|
+
role?: "img" | "presentation" | undefined;
|
|
299
299
|
}>;
|
|
300
300
|
readonly NotAllowed: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
301
301
|
title?: string | null | undefined;
|
|
302
|
-
role?: "
|
|
302
|
+
role?: "img" | "presentation" | undefined;
|
|
303
303
|
}>;
|
|
304
304
|
readonly Note: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
305
305
|
title?: string | null | undefined;
|
|
306
|
-
role?: "
|
|
306
|
+
role?: "img" | "presentation" | undefined;
|
|
307
307
|
}>;
|
|
308
308
|
readonly OpenNewTab: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
309
309
|
title?: string | null | undefined;
|
|
310
|
-
role?: "
|
|
310
|
+
role?: "img" | "presentation" | undefined;
|
|
311
311
|
}>;
|
|
312
312
|
readonly Pause: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
313
313
|
title?: string | null | undefined;
|
|
314
|
-
role?: "
|
|
314
|
+
role?: "img" | "presentation" | undefined;
|
|
315
315
|
}>;
|
|
316
316
|
readonly Person: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
317
317
|
title?: string | null | undefined;
|
|
318
|
-
role?: "
|
|
318
|
+
role?: "img" | "presentation" | undefined;
|
|
319
319
|
}>;
|
|
320
320
|
readonly PersonGroup: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
321
321
|
title?: string | null | undefined;
|
|
322
|
-
role?: "
|
|
322
|
+
role?: "img" | "presentation" | undefined;
|
|
323
323
|
}>;
|
|
324
324
|
readonly PersonWithLock: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
325
325
|
title?: string | null | undefined;
|
|
326
|
-
role?: "
|
|
326
|
+
role?: "img" | "presentation" | undefined;
|
|
327
327
|
}>;
|
|
328
328
|
readonly Play: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
329
329
|
title?: string | null | undefined;
|
|
330
|
-
role?: "
|
|
330
|
+
role?: "img" | "presentation" | undefined;
|
|
331
331
|
}>;
|
|
332
332
|
readonly Plus: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
333
333
|
title?: string | null | undefined;
|
|
334
|
-
role?: "
|
|
334
|
+
role?: "img" | "presentation" | undefined;
|
|
335
335
|
}>;
|
|
336
336
|
readonly PlusWithCircle: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
337
337
|
title?: string | null | undefined;
|
|
338
|
-
role?: "
|
|
338
|
+
role?: "img" | "presentation" | undefined;
|
|
339
339
|
}>;
|
|
340
340
|
readonly QuestionMarkWithCircle: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
341
341
|
title?: string | null | undefined;
|
|
342
|
-
role?: "
|
|
342
|
+
role?: "img" | "presentation" | undefined;
|
|
343
343
|
}>;
|
|
344
344
|
readonly Read: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
345
345
|
title?: string | null | undefined;
|
|
346
|
-
role?: "
|
|
346
|
+
role?: "img" | "presentation" | undefined;
|
|
347
347
|
}>;
|
|
348
348
|
readonly Redo: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
349
349
|
title?: string | null | undefined;
|
|
350
|
-
role?: "
|
|
350
|
+
role?: "img" | "presentation" | undefined;
|
|
351
351
|
}>;
|
|
352
352
|
readonly Refresh: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
353
353
|
title?: string | null | undefined;
|
|
354
|
-
role?: "
|
|
354
|
+
role?: "img" | "presentation" | undefined;
|
|
355
355
|
}>;
|
|
356
356
|
readonly Relationship: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
357
357
|
title?: string | null | undefined;
|
|
358
|
-
role?: "
|
|
358
|
+
role?: "img" | "presentation" | undefined;
|
|
359
359
|
}>;
|
|
360
360
|
readonly ReplicaSet: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
361
361
|
title?: string | null | undefined;
|
|
362
|
-
role?: "
|
|
362
|
+
role?: "img" | "presentation" | undefined;
|
|
363
363
|
}>;
|
|
364
364
|
readonly Resize: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
365
365
|
title?: string | null | undefined;
|
|
366
|
-
role?: "
|
|
366
|
+
role?: "img" | "presentation" | undefined;
|
|
367
367
|
}>;
|
|
368
368
|
readonly Save: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
369
369
|
title?: string | null | undefined;
|
|
370
|
-
role?: "
|
|
370
|
+
role?: "img" | "presentation" | undefined;
|
|
371
371
|
}>;
|
|
372
372
|
readonly Serverless: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
373
373
|
title?: string | null | undefined;
|
|
374
|
-
role?: "
|
|
374
|
+
role?: "img" | "presentation" | undefined;
|
|
375
375
|
}>;
|
|
376
376
|
readonly ShardedCluster: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
377
377
|
title?: string | null | undefined;
|
|
378
|
-
role?: "
|
|
378
|
+
role?: "img" | "presentation" | undefined;
|
|
379
379
|
}>;
|
|
380
380
|
readonly Settings: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
381
381
|
title?: string | null | undefined;
|
|
382
|
-
role?: "
|
|
382
|
+
role?: "img" | "presentation" | undefined;
|
|
383
383
|
}>;
|
|
384
384
|
readonly Shell: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
385
385
|
title?: string | null | undefined;
|
|
386
|
-
role?: "
|
|
386
|
+
role?: "img" | "presentation" | undefined;
|
|
387
387
|
}>;
|
|
388
388
|
readonly SMS: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
389
389
|
title?: string | null | undefined;
|
|
390
|
-
role?: "
|
|
390
|
+
role?: "img" | "presentation" | undefined;
|
|
391
391
|
}>;
|
|
392
392
|
readonly SortAscending: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
393
393
|
title?: string | null | undefined;
|
|
394
|
-
role?: "
|
|
394
|
+
role?: "img" | "presentation" | undefined;
|
|
395
395
|
}>;
|
|
396
396
|
readonly SortDescending: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
397
397
|
title?: string | null | undefined;
|
|
398
|
-
role?: "
|
|
398
|
+
role?: "img" | "presentation" | undefined;
|
|
399
399
|
}>;
|
|
400
400
|
readonly SplitHorizontal: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
401
401
|
title?: string | null | undefined;
|
|
402
|
-
role?: "
|
|
402
|
+
role?: "img" | "presentation" | undefined;
|
|
403
403
|
}>;
|
|
404
404
|
readonly SplitVertical: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
405
405
|
title?: string | null | undefined;
|
|
406
|
-
role?: "
|
|
406
|
+
role?: "img" | "presentation" | undefined;
|
|
407
407
|
}>;
|
|
408
408
|
readonly Stitch: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
409
409
|
title?: string | null | undefined;
|
|
410
|
-
role?: "
|
|
410
|
+
role?: "img" | "presentation" | undefined;
|
|
411
411
|
}>;
|
|
412
412
|
readonly Support: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
413
413
|
title?: string | null | undefined;
|
|
414
|
-
role?: "
|
|
414
|
+
role?: "img" | "presentation" | undefined;
|
|
415
415
|
}>;
|
|
416
416
|
readonly Sweep: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
417
417
|
title?: string | null | undefined;
|
|
418
|
-
role?: "
|
|
418
|
+
role?: "img" | "presentation" | undefined;
|
|
419
419
|
}>;
|
|
420
420
|
readonly Table: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
421
421
|
title?: string | null | undefined;
|
|
422
|
-
role?: "
|
|
422
|
+
role?: "img" | "presentation" | undefined;
|
|
423
423
|
}>;
|
|
424
424
|
readonly Tag: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
425
425
|
title?: string | null | undefined;
|
|
426
|
-
role?: "
|
|
426
|
+
role?: "img" | "presentation" | undefined;
|
|
427
427
|
}>;
|
|
428
428
|
readonly TimeSeries: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
429
429
|
title?: string | null | undefined;
|
|
430
|
-
role?: "
|
|
430
|
+
role?: "img" | "presentation" | undefined;
|
|
431
431
|
}>;
|
|
432
432
|
readonly Trash: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
433
433
|
title?: string | null | undefined;
|
|
434
|
-
role?: "
|
|
434
|
+
role?: "img" | "presentation" | undefined;
|
|
435
435
|
}>;
|
|
436
436
|
readonly Undo: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
437
437
|
title?: string | null | undefined;
|
|
438
|
-
role?: "
|
|
438
|
+
role?: "img" | "presentation" | undefined;
|
|
439
439
|
}>;
|
|
440
440
|
readonly University: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
441
441
|
title?: string | null | undefined;
|
|
442
|
-
role?: "
|
|
442
|
+
role?: "img" | "presentation" | undefined;
|
|
443
443
|
}>;
|
|
444
444
|
readonly Unlock: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
445
445
|
title?: string | null | undefined;
|
|
446
|
-
role?: "
|
|
446
|
+
role?: "img" | "presentation" | undefined;
|
|
447
447
|
}>;
|
|
448
448
|
readonly Unsorted: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
449
449
|
title?: string | null | undefined;
|
|
450
|
-
role?: "
|
|
450
|
+
role?: "img" | "presentation" | undefined;
|
|
451
451
|
}>;
|
|
452
452
|
readonly UpDownCarets: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
453
453
|
title?: string | null | undefined;
|
|
454
|
-
role?: "
|
|
454
|
+
role?: "img" | "presentation" | undefined;
|
|
455
455
|
}>;
|
|
456
456
|
readonly Upload: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
457
457
|
title?: string | null | undefined;
|
|
458
|
-
role?: "
|
|
458
|
+
role?: "img" | "presentation" | undefined;
|
|
459
459
|
}>;
|
|
460
460
|
readonly VerticalEllipsis: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
461
461
|
title?: string | null | undefined;
|
|
462
|
-
role?: "
|
|
462
|
+
role?: "img" | "presentation" | undefined;
|
|
463
463
|
}>;
|
|
464
464
|
readonly Visibility: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
465
465
|
title?: string | null | undefined;
|
|
466
|
-
role?: "
|
|
466
|
+
role?: "img" | "presentation" | undefined;
|
|
467
467
|
}>;
|
|
468
468
|
readonly VisibilityOff: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
469
469
|
title?: string | null | undefined;
|
|
470
|
-
role?: "
|
|
470
|
+
role?: "img" | "presentation" | undefined;
|
|
471
471
|
}>;
|
|
472
472
|
readonly Warning: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
473
473
|
title?: string | null | undefined;
|
|
474
|
-
role?: "
|
|
474
|
+
role?: "img" | "presentation" | undefined;
|
|
475
475
|
}>;
|
|
476
476
|
readonly Wizard: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
477
477
|
title?: string | null | undefined;
|
|
478
|
-
role?: "
|
|
478
|
+
role?: "img" | "presentation" | undefined;
|
|
479
479
|
}>;
|
|
480
480
|
readonly Wrench: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
481
481
|
title?: string | null | undefined;
|
|
482
|
-
role?: "
|
|
482
|
+
role?: "img" | "presentation" | undefined;
|
|
483
483
|
}>;
|
|
484
484
|
readonly Write: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
485
485
|
title?: string | null | undefined;
|
|
486
|
-
role?: "
|
|
486
|
+
role?: "img" | "presentation" | undefined;
|
|
487
487
|
}>;
|
|
488
488
|
readonly X: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
489
489
|
title?: string | null | undefined;
|
|
490
|
-
role?: "
|
|
490
|
+
role?: "img" | "presentation" | undefined;
|
|
491
491
|
}>;
|
|
492
492
|
readonly XWithCircle: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
493
493
|
title?: string | null | undefined;
|
|
494
|
-
role?: "
|
|
494
|
+
role?: "img" | "presentation" | undefined;
|
|
495
495
|
}>;
|
|
496
496
|
};
|
|
497
497
|
export declare type GlyphName = keyof typeof _glyphs;
|