@contentful/f36-icons 4.28.0-beta.0 → 4.28.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/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.mts +294 -26
- package/dist/index.d.ts +294 -26
- package/dist/index.js +172 -177
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import * as _contentful_f36_icon from '@contentful/f36-icon';
|
|
2
2
|
export { IconComponent, GeneratedIconProps as IconProps, IconSize, IconVariant } from '@contentful/f36-icon';
|
|
3
3
|
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated This icon will be removed in a future major release.
|
|
6
|
+
*/
|
|
4
7
|
declare const Appearance: {
|
|
5
8
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
6
9
|
displayName: string;
|
|
@@ -21,21 +24,24 @@ declare const ArrowDown: {
|
|
|
21
24
|
displayName: string;
|
|
22
25
|
};
|
|
23
26
|
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
29
|
+
* Please try to adapt to the untrimmed icon variant ArrowDown.
|
|
30
|
+
*/
|
|
24
31
|
declare const ArrowDownTrimmed: {
|
|
25
32
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
26
33
|
displayName: string;
|
|
27
34
|
};
|
|
28
35
|
|
|
29
|
-
declare const ArrowDownward: {
|
|
30
|
-
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
31
|
-
displayName: string;
|
|
32
|
-
};
|
|
33
|
-
|
|
34
36
|
declare const ArrowForward: {
|
|
35
37
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
36
38
|
displayName: string;
|
|
37
39
|
};
|
|
38
40
|
|
|
41
|
+
/**
|
|
42
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
43
|
+
* Please try to adapt to the untrimmed icon variant ArrowForward.
|
|
44
|
+
*/
|
|
39
45
|
declare const ArrowForwardTrimmed: {
|
|
40
46
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
41
47
|
displayName: string;
|
|
@@ -46,6 +52,10 @@ declare const ArrowUp: {
|
|
|
46
52
|
displayName: string;
|
|
47
53
|
};
|
|
48
54
|
|
|
55
|
+
/**
|
|
56
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
57
|
+
* Please try to adapt to the untrimmed icon variant ArrowUp.
|
|
58
|
+
*/
|
|
49
59
|
declare const ArrowUpTrimmed: {
|
|
50
60
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
51
61
|
displayName: string;
|
|
@@ -56,11 +66,20 @@ declare const ArrowUpward: {
|
|
|
56
66
|
displayName: string;
|
|
57
67
|
};
|
|
58
68
|
|
|
69
|
+
declare const ArrowDownward: {
|
|
70
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
71
|
+
displayName: string;
|
|
72
|
+
};
|
|
73
|
+
|
|
59
74
|
declare const Asset: {
|
|
60
75
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
61
76
|
displayName: string;
|
|
62
77
|
};
|
|
63
78
|
|
|
79
|
+
/**
|
|
80
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
81
|
+
* Please try to adapt to the untrimmed icon variant Asset.
|
|
82
|
+
*/
|
|
64
83
|
declare const AssetTrimmed: {
|
|
65
84
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
66
85
|
displayName: string;
|
|
@@ -71,20 +90,20 @@ declare const Audio: {
|
|
|
71
90
|
displayName: string;
|
|
72
91
|
};
|
|
73
92
|
|
|
74
|
-
declare const BracketsCurly: (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>) => JSX.Element;
|
|
75
|
-
|
|
76
93
|
declare const Calendar: {
|
|
77
94
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
78
95
|
displayName: string;
|
|
79
96
|
};
|
|
80
97
|
|
|
81
|
-
declare const CalendarBlank: (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>) => JSX.Element;
|
|
82
|
-
|
|
83
98
|
declare const ChatBubble: {
|
|
84
99
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
85
100
|
displayName: string;
|
|
86
101
|
};
|
|
87
102
|
|
|
103
|
+
/**
|
|
104
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
105
|
+
* Please try to adapt to the untrimmed icon variant ChatBubble.
|
|
106
|
+
*/
|
|
88
107
|
declare const ChatBubbleTrimmed: {
|
|
89
108
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
90
109
|
displayName: string;
|
|
@@ -95,6 +114,10 @@ declare const CheckCircle: {
|
|
|
95
114
|
displayName: string;
|
|
96
115
|
};
|
|
97
116
|
|
|
117
|
+
/**
|
|
118
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
119
|
+
* Please try to adapt to the untrimmed icon variant CheckCircle.
|
|
120
|
+
*/
|
|
98
121
|
declare const CheckCircleTrimmed: {
|
|
99
122
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
100
123
|
displayName: string;
|
|
@@ -105,6 +128,10 @@ declare const ChevronDown: {
|
|
|
105
128
|
displayName: string;
|
|
106
129
|
};
|
|
107
130
|
|
|
131
|
+
/**
|
|
132
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
133
|
+
* Please try to adapt to the untrimmed icon variant ChevronDown.
|
|
134
|
+
*/
|
|
108
135
|
declare const ChevronDownTrimmed: {
|
|
109
136
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
110
137
|
displayName: string;
|
|
@@ -115,6 +142,10 @@ declare const ChevronLeft: {
|
|
|
115
142
|
displayName: string;
|
|
116
143
|
};
|
|
117
144
|
|
|
145
|
+
/**
|
|
146
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
147
|
+
* Please try to adapt to the untrimmed icon variant ChevronLeft.
|
|
148
|
+
*/
|
|
118
149
|
declare const ChevronLeftTrimmed: {
|
|
119
150
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
120
151
|
displayName: string;
|
|
@@ -125,6 +156,10 @@ declare const ChevronRight: {
|
|
|
125
156
|
displayName: string;
|
|
126
157
|
};
|
|
127
158
|
|
|
159
|
+
/**
|
|
160
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
161
|
+
* Please try to adapt to the untrimmed icon variant ChevronRight.
|
|
162
|
+
*/
|
|
128
163
|
declare const ChevronRightTrimmed: {
|
|
129
164
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
130
165
|
displayName: string;
|
|
@@ -135,6 +170,10 @@ declare const ChevronUp: {
|
|
|
135
170
|
displayName: string;
|
|
136
171
|
};
|
|
137
172
|
|
|
173
|
+
/**
|
|
174
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
175
|
+
* Please try to adapt to the untrimmed icon variant ChevronUp.
|
|
176
|
+
*/
|
|
138
177
|
declare const ChevronUpTrimmed: {
|
|
139
178
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
140
179
|
displayName: string;
|
|
@@ -145,6 +184,10 @@ declare const Clock: {
|
|
|
145
184
|
displayName: string;
|
|
146
185
|
};
|
|
147
186
|
|
|
187
|
+
/**
|
|
188
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
189
|
+
* Please try to adapt to the untrimmed icon variant Clock.
|
|
190
|
+
*/
|
|
148
191
|
declare const ClockTrimmed: {
|
|
149
192
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
150
193
|
displayName: string;
|
|
@@ -155,6 +198,10 @@ declare const Close: {
|
|
|
155
198
|
displayName: string;
|
|
156
199
|
};
|
|
157
200
|
|
|
201
|
+
/**
|
|
202
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
203
|
+
* Please try to adapt to the untrimmed icon variant Close.
|
|
204
|
+
*/
|
|
158
205
|
declare const CloseTrimmed: {
|
|
159
206
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
160
207
|
displayName: string;
|
|
@@ -175,6 +222,10 @@ declare const CodeIllustration: {
|
|
|
175
222
|
displayName: string;
|
|
176
223
|
};
|
|
177
224
|
|
|
225
|
+
/**
|
|
226
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
227
|
+
* Please try to adapt to the untrimmed icon variant Code.
|
|
228
|
+
*/
|
|
178
229
|
declare const CodeTrimmed: {
|
|
179
230
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
180
231
|
displayName: string;
|
|
@@ -185,6 +236,10 @@ declare const Copy: {
|
|
|
185
236
|
displayName: string;
|
|
186
237
|
};
|
|
187
238
|
|
|
239
|
+
/**
|
|
240
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
241
|
+
* Please try to adapt to the untrimmed icon variant Copy.
|
|
242
|
+
*/
|
|
188
243
|
declare const CopyTrimmed: {
|
|
189
244
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
190
245
|
displayName: string;
|
|
@@ -195,6 +250,10 @@ declare const Cycle: {
|
|
|
195
250
|
displayName: string;
|
|
196
251
|
};
|
|
197
252
|
|
|
253
|
+
/**
|
|
254
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
255
|
+
* Please try to adapt to the untrimmed icon variant Cycle.
|
|
256
|
+
*/
|
|
198
257
|
declare const CycleTrimmed: {
|
|
199
258
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
200
259
|
displayName: string;
|
|
@@ -205,16 +264,15 @@ declare const Delete: {
|
|
|
205
264
|
displayName: string;
|
|
206
265
|
};
|
|
207
266
|
|
|
267
|
+
/**
|
|
268
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
269
|
+
* Please try to adapt to the untrimmed icon variant Delete.
|
|
270
|
+
*/
|
|
208
271
|
declare const DeleteTrimmed: {
|
|
209
272
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
210
273
|
displayName: string;
|
|
211
274
|
};
|
|
212
275
|
|
|
213
|
-
declare const Diamond: {
|
|
214
|
-
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
215
|
-
displayName: string;
|
|
216
|
-
};
|
|
217
|
-
|
|
218
276
|
declare const Done: {
|
|
219
277
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
220
278
|
displayName: string;
|
|
@@ -230,6 +288,10 @@ declare const Download: {
|
|
|
230
288
|
displayName: string;
|
|
231
289
|
};
|
|
232
290
|
|
|
291
|
+
/**
|
|
292
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
293
|
+
* Please try to adapt to the untrimmed icon variant Download.
|
|
294
|
+
*/
|
|
233
295
|
declare const DownloadTrimmed: {
|
|
234
296
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
235
297
|
displayName: string;
|
|
@@ -240,16 +302,29 @@ declare const Drag: {
|
|
|
240
302
|
displayName: string;
|
|
241
303
|
};
|
|
242
304
|
|
|
305
|
+
/**
|
|
306
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
307
|
+
* Please try to adapt to the untrimmed icon variant Drag.
|
|
308
|
+
*/
|
|
243
309
|
declare const DragTrimmed: {
|
|
244
310
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
245
311
|
displayName: string;
|
|
246
312
|
};
|
|
247
313
|
|
|
314
|
+
declare const Diamond: {
|
|
315
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
316
|
+
displayName: string;
|
|
317
|
+
};
|
|
318
|
+
|
|
248
319
|
declare const Edit: {
|
|
249
320
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
250
321
|
displayName: string;
|
|
251
322
|
};
|
|
252
323
|
|
|
324
|
+
/**
|
|
325
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
326
|
+
* Please try to adapt to the untrimmed icon variant Edit.
|
|
327
|
+
*/
|
|
253
328
|
declare const EditTrimmed: {
|
|
254
329
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
255
330
|
displayName: string;
|
|
@@ -260,6 +335,10 @@ declare const EmbeddedEntryBlock: {
|
|
|
260
335
|
displayName: string;
|
|
261
336
|
};
|
|
262
337
|
|
|
338
|
+
/**
|
|
339
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
340
|
+
* Please try to adapt to the untrimmed icon variant EmbeddedEntryBlock.
|
|
341
|
+
*/
|
|
263
342
|
declare const EmbeddedEntryBlockTrimmed: {
|
|
264
343
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
265
344
|
displayName: string;
|
|
@@ -270,6 +349,10 @@ declare const EmbeddedEntryInline: {
|
|
|
270
349
|
displayName: string;
|
|
271
350
|
};
|
|
272
351
|
|
|
352
|
+
/**
|
|
353
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
354
|
+
* Please try to adapt to the untrimmed icon variant EmbeddedEntryInline.
|
|
355
|
+
*/
|
|
273
356
|
declare const EmbeddedEntryInlineTrimmed: {
|
|
274
357
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
275
358
|
displayName: string;
|
|
@@ -280,6 +363,10 @@ declare const Entry: {
|
|
|
280
363
|
displayName: string;
|
|
281
364
|
};
|
|
282
365
|
|
|
366
|
+
/**
|
|
367
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
368
|
+
* Please try to adapt to the untrimmed icon variant Entry.
|
|
369
|
+
*/
|
|
283
370
|
declare const EntryTrimmed: {
|
|
284
371
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
285
372
|
displayName: string;
|
|
@@ -305,6 +392,10 @@ declare const ErrorCircleOutline: {
|
|
|
305
392
|
displayName: string;
|
|
306
393
|
};
|
|
307
394
|
|
|
395
|
+
/**
|
|
396
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
397
|
+
* Please try to adapt to the untrimmed icon variant ErrorCircle.
|
|
398
|
+
*/
|
|
308
399
|
declare const ErrorCircleTrimmed: {
|
|
309
400
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
310
401
|
displayName: string;
|
|
@@ -315,6 +406,10 @@ declare const ExternalLink: {
|
|
|
315
406
|
displayName: string;
|
|
316
407
|
};
|
|
317
408
|
|
|
409
|
+
/**
|
|
410
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
411
|
+
* Please try to adapt to the untrimmed icon variant ExternalLink.
|
|
412
|
+
*/
|
|
318
413
|
declare const ExternalLinkTrimmed: {
|
|
319
414
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
320
415
|
displayName: string;
|
|
@@ -325,6 +420,10 @@ declare const FaceHappy: {
|
|
|
325
420
|
displayName: string;
|
|
326
421
|
};
|
|
327
422
|
|
|
423
|
+
/**
|
|
424
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
425
|
+
* Please try to adapt to the untrimmed icon variant FaceHappy.
|
|
426
|
+
*/
|
|
328
427
|
declare const FaceHappyTrimmed: {
|
|
329
428
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
330
429
|
displayName: string;
|
|
@@ -335,6 +434,10 @@ declare const Filter: {
|
|
|
335
434
|
displayName: string;
|
|
336
435
|
};
|
|
337
436
|
|
|
437
|
+
/**
|
|
438
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
439
|
+
* Please try to adapt to the untrimmed icon variant Filter.
|
|
440
|
+
*/
|
|
338
441
|
declare const FilterTrimmed: {
|
|
339
442
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
340
443
|
displayName: string;
|
|
@@ -350,6 +453,10 @@ declare const FolderCreate: {
|
|
|
350
453
|
displayName: string;
|
|
351
454
|
};
|
|
352
455
|
|
|
456
|
+
/**
|
|
457
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
458
|
+
* Please try to adapt to the untrimmed icon variant FolderCreate.
|
|
459
|
+
*/
|
|
353
460
|
declare const FolderCreateTrimmed: {
|
|
354
461
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
355
462
|
displayName: string;
|
|
@@ -360,11 +467,19 @@ declare const FolderOpen: {
|
|
|
360
467
|
displayName: string;
|
|
361
468
|
};
|
|
362
469
|
|
|
470
|
+
/**
|
|
471
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
472
|
+
* Please try to adapt to the untrimmed icon variant FolderOpen.
|
|
473
|
+
*/
|
|
363
474
|
declare const FolderOpenTrimmed: {
|
|
364
475
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
365
476
|
displayName: string;
|
|
366
477
|
};
|
|
367
478
|
|
|
479
|
+
/**
|
|
480
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
481
|
+
* Please try to adapt to the untrimmed icon variant Folder.
|
|
482
|
+
*/
|
|
368
483
|
declare const FolderTrimmed: {
|
|
369
484
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
370
485
|
displayName: string;
|
|
@@ -375,6 +490,10 @@ declare const FormatBold: {
|
|
|
375
490
|
displayName: string;
|
|
376
491
|
};
|
|
377
492
|
|
|
493
|
+
/**
|
|
494
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
495
|
+
* Please try to adapt to the untrimmed icon variant FormatBold.
|
|
496
|
+
*/
|
|
378
497
|
declare const FormatBoldTrimmed: {
|
|
379
498
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
380
499
|
displayName: string;
|
|
@@ -385,6 +504,10 @@ declare const FormatItalic: {
|
|
|
385
504
|
displayName: string;
|
|
386
505
|
};
|
|
387
506
|
|
|
507
|
+
/**
|
|
508
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
509
|
+
* Please try to adapt to the untrimmed icon variant FormatItalic.
|
|
510
|
+
*/
|
|
388
511
|
declare const FormatItalicTrimmed: {
|
|
389
512
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
390
513
|
displayName: string;
|
|
@@ -395,6 +518,10 @@ declare const FormatUnderlined: {
|
|
|
395
518
|
displayName: string;
|
|
396
519
|
};
|
|
397
520
|
|
|
521
|
+
/**
|
|
522
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
523
|
+
* Please try to adapt to the untrimmed icon variant FormatUnderlined.
|
|
524
|
+
*/
|
|
398
525
|
declare const FormatUnderlinedTrimmed: {
|
|
399
526
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
400
527
|
displayName: string;
|
|
@@ -405,8 +532,6 @@ declare const Gift: {
|
|
|
405
532
|
displayName: string;
|
|
406
533
|
};
|
|
407
534
|
|
|
408
|
-
declare const HashStraight: (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>) => JSX.Element;
|
|
409
|
-
|
|
410
535
|
declare const Heading: {
|
|
411
536
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
412
537
|
displayName: string;
|
|
@@ -417,11 +542,19 @@ declare const HeadingOne: {
|
|
|
417
542
|
displayName: string;
|
|
418
543
|
};
|
|
419
544
|
|
|
545
|
+
/**
|
|
546
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
547
|
+
* Please try to adapt to the untrimmed icon variant HeadingOne.
|
|
548
|
+
*/
|
|
420
549
|
declare const HeadingOneTrimmed: {
|
|
421
550
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
422
551
|
displayName: string;
|
|
423
552
|
};
|
|
424
553
|
|
|
554
|
+
/**
|
|
555
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
556
|
+
* Please try to adapt to the untrimmed icon variant Heading.
|
|
557
|
+
*/
|
|
425
558
|
declare const HeadingTrimmed: {
|
|
426
559
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
427
560
|
displayName: string;
|
|
@@ -432,21 +565,35 @@ declare const HeadingTwo: {
|
|
|
432
565
|
displayName: string;
|
|
433
566
|
};
|
|
434
567
|
|
|
568
|
+
/**
|
|
569
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
570
|
+
* Please try to adapt to the untrimmed icon variant HeadingTwo.
|
|
571
|
+
*/
|
|
435
572
|
declare const HeadingTwoTrimmed: {
|
|
436
573
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
437
574
|
displayName: string;
|
|
438
575
|
};
|
|
439
576
|
|
|
577
|
+
/**
|
|
578
|
+
* @deprecated This icon will be removed in a future major release.
|
|
579
|
+
*/
|
|
440
580
|
declare const HelpCircle: {
|
|
441
581
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
442
582
|
displayName: string;
|
|
443
583
|
};
|
|
444
584
|
|
|
585
|
+
/**
|
|
586
|
+
* @deprecated This icon will be removed in a future major release.
|
|
587
|
+
*/
|
|
445
588
|
declare const HelpCircleInverted: {
|
|
446
589
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
447
590
|
displayName: string;
|
|
448
591
|
};
|
|
449
592
|
|
|
593
|
+
/**
|
|
594
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
595
|
+
* Please try to adapt to the untrimmed icon variant HelpCircle.
|
|
596
|
+
*/
|
|
450
597
|
declare const HelpCircleTrimmed: {
|
|
451
598
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
452
599
|
displayName: string;
|
|
@@ -457,6 +604,10 @@ declare const HorizontalRule: {
|
|
|
457
604
|
displayName: string;
|
|
458
605
|
};
|
|
459
606
|
|
|
607
|
+
/**
|
|
608
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
609
|
+
* Please try to adapt to the untrimmed icon variant HorizontalRule.
|
|
610
|
+
*/
|
|
460
611
|
declare const HorizontalRuleTrimmed: {
|
|
461
612
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
462
613
|
displayName: string;
|
|
@@ -467,13 +618,15 @@ declare const Image: {
|
|
|
467
618
|
displayName: string;
|
|
468
619
|
};
|
|
469
620
|
|
|
470
|
-
declare const ImageSquare: (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>) => JSX.Element;
|
|
471
|
-
|
|
472
621
|
declare const InfoCircle: {
|
|
473
622
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
474
623
|
displayName: string;
|
|
475
624
|
};
|
|
476
625
|
|
|
626
|
+
/**
|
|
627
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
628
|
+
* Please try to adapt to the untrimmed icon variant InfoCircle.
|
|
629
|
+
*/
|
|
477
630
|
declare const InfoCircleTrimmed: {
|
|
478
631
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
479
632
|
displayName: string;
|
|
@@ -494,6 +647,10 @@ declare const LinkAlternate: {
|
|
|
494
647
|
displayName: string;
|
|
495
648
|
};
|
|
496
649
|
|
|
650
|
+
/**
|
|
651
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
652
|
+
* Please try to adapt to the untrimmed icon variant Link.
|
|
653
|
+
*/
|
|
497
654
|
declare const LinkTrimmed: {
|
|
498
655
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
499
656
|
displayName: string;
|
|
@@ -504,6 +661,10 @@ declare const ListBulleted: {
|
|
|
504
661
|
displayName: string;
|
|
505
662
|
};
|
|
506
663
|
|
|
664
|
+
/**
|
|
665
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
666
|
+
* Please try to adapt to the untrimmed icon variant ListBulleted.
|
|
667
|
+
*/
|
|
507
668
|
declare const ListBulletedTrimmed: {
|
|
508
669
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
509
670
|
displayName: string;
|
|
@@ -514,6 +675,10 @@ declare const ListNumbered: {
|
|
|
514
675
|
displayName: string;
|
|
515
676
|
};
|
|
516
677
|
|
|
678
|
+
/**
|
|
679
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
680
|
+
* Please try to adapt to the untrimmed icon variant ListNumbered.
|
|
681
|
+
*/
|
|
517
682
|
declare const ListNumberedTrimmed: {
|
|
518
683
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
519
684
|
displayName: string;
|
|
@@ -524,6 +689,10 @@ declare const Lock: {
|
|
|
524
689
|
displayName: string;
|
|
525
690
|
};
|
|
526
691
|
|
|
692
|
+
/**
|
|
693
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
694
|
+
* Please try to adapt to the untrimmed icon variant Lock.
|
|
695
|
+
*/
|
|
527
696
|
declare const LockTrimmed: {
|
|
528
697
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
529
698
|
displayName: string;
|
|
@@ -534,21 +703,35 @@ declare const Logout: {
|
|
|
534
703
|
displayName: string;
|
|
535
704
|
};
|
|
536
705
|
|
|
706
|
+
/**
|
|
707
|
+
* @deprecated This icon will be removed in a future major release.
|
|
708
|
+
*/
|
|
537
709
|
declare const LooksOne: {
|
|
538
710
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
539
711
|
displayName: string;
|
|
540
712
|
};
|
|
541
713
|
|
|
714
|
+
/**
|
|
715
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
716
|
+
* Please try to adapt to the untrimmed icon variant LooksOne.
|
|
717
|
+
*/
|
|
542
718
|
declare const LooksOneTrimmed: {
|
|
543
719
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
544
720
|
displayName: string;
|
|
545
721
|
};
|
|
546
722
|
|
|
723
|
+
/**
|
|
724
|
+
* @deprecated This icon will be removed in a future major release.
|
|
725
|
+
*/
|
|
547
726
|
declare const LooksTwo: {
|
|
548
727
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
549
728
|
displayName: string;
|
|
550
729
|
};
|
|
551
730
|
|
|
731
|
+
/**
|
|
732
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
733
|
+
* Please try to adapt to the untrimmed icon variant LooksTwo.
|
|
734
|
+
*/
|
|
552
735
|
declare const LooksTwoTrimmed: {
|
|
553
736
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
554
737
|
displayName: string;
|
|
@@ -564,6 +747,10 @@ declare const Menu: {
|
|
|
564
747
|
displayName: string;
|
|
565
748
|
};
|
|
566
749
|
|
|
750
|
+
/**
|
|
751
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
752
|
+
* Please try to adapt to the untrimmed icon variant Menu.
|
|
753
|
+
*/
|
|
567
754
|
declare const MenuTrimmed: {
|
|
568
755
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
569
756
|
displayName: string;
|
|
@@ -579,16 +766,28 @@ declare const MoreHorizontal: {
|
|
|
579
766
|
displayName: string;
|
|
580
767
|
};
|
|
581
768
|
|
|
769
|
+
/**
|
|
770
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
771
|
+
* Please try to adapt to the untrimmed icon variant MoreHorizontal.
|
|
772
|
+
*/
|
|
582
773
|
declare const MoreHorizontalTrimmed: {
|
|
583
774
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
584
775
|
displayName: string;
|
|
585
776
|
};
|
|
586
777
|
|
|
778
|
+
/**
|
|
779
|
+
* @deprecated This icon will be removed in a future major release.
|
|
780
|
+
* Please use the `MoreHorizontal` icon instead.
|
|
781
|
+
*/
|
|
587
782
|
declare const MoreVertical: {
|
|
588
783
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
589
784
|
displayName: string;
|
|
590
785
|
};
|
|
591
786
|
|
|
787
|
+
/**
|
|
788
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
789
|
+
* Please try to adapt to the untrimmed icon variant MoreVertical.
|
|
790
|
+
*/
|
|
592
791
|
declare const MoreVerticalTrimmed: {
|
|
593
792
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
594
793
|
displayName: string;
|
|
@@ -599,6 +798,10 @@ declare const Page: {
|
|
|
599
798
|
displayName: string;
|
|
600
799
|
};
|
|
601
800
|
|
|
801
|
+
/**
|
|
802
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
803
|
+
* Please try to adapt to the untrimmed icon variant Page.
|
|
804
|
+
*/
|
|
602
805
|
declare const PageTrimmed: {
|
|
603
806
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
604
807
|
displayName: string;
|
|
@@ -629,11 +832,19 @@ declare const PlusCircle: {
|
|
|
629
832
|
displayName: string;
|
|
630
833
|
};
|
|
631
834
|
|
|
835
|
+
/**
|
|
836
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
837
|
+
* Please try to adapt to the untrimmed icon variant PlusCircle.
|
|
838
|
+
*/
|
|
632
839
|
declare const PlusCircleTrimmed: {
|
|
633
840
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
634
841
|
displayName: string;
|
|
635
842
|
};
|
|
636
843
|
|
|
844
|
+
/**
|
|
845
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
846
|
+
* Please try to adapt to the untrimmed icon variant Plus.
|
|
847
|
+
*/
|
|
637
848
|
declare const PlusTrimmed: {
|
|
638
849
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
639
850
|
displayName: string;
|
|
@@ -664,6 +875,10 @@ declare const Quote: {
|
|
|
664
875
|
displayName: string;
|
|
665
876
|
};
|
|
666
877
|
|
|
878
|
+
/**
|
|
879
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
880
|
+
* Please try to adapt to the untrimmed icon variant Quote.
|
|
881
|
+
*/
|
|
667
882
|
declare const QuoteTrimmed: {
|
|
668
883
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
669
884
|
displayName: string;
|
|
@@ -674,6 +889,10 @@ declare const Receipt: {
|
|
|
674
889
|
displayName: string;
|
|
675
890
|
};
|
|
676
891
|
|
|
892
|
+
/**
|
|
893
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
894
|
+
* Please try to adapt to the untrimmed icon variant Receipt.
|
|
895
|
+
*/
|
|
677
896
|
declare const ReceiptTrimmed: {
|
|
678
897
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
679
898
|
displayName: string;
|
|
@@ -689,18 +908,29 @@ declare const Release: {
|
|
|
689
908
|
displayName: string;
|
|
690
909
|
};
|
|
691
910
|
|
|
911
|
+
/**
|
|
912
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
913
|
+
* Please try to adapt to the untrimmed icon variant Release.
|
|
914
|
+
*/
|
|
692
915
|
declare const ReleaseTrimmed: {
|
|
693
916
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
694
917
|
displayName: string;
|
|
695
918
|
};
|
|
696
919
|
|
|
697
|
-
declare const
|
|
920
|
+
declare const Richtext: {
|
|
921
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
922
|
+
displayName: string;
|
|
923
|
+
};
|
|
698
924
|
|
|
699
925
|
declare const Search: {
|
|
700
926
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
701
927
|
displayName: string;
|
|
702
928
|
};
|
|
703
929
|
|
|
930
|
+
/**
|
|
931
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
932
|
+
* Please try to adapt to the untrimmed icon variant Search.
|
|
933
|
+
*/
|
|
704
934
|
declare const SearchTrimmed: {
|
|
705
935
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
706
936
|
displayName: string;
|
|
@@ -711,6 +941,10 @@ declare const Settings: {
|
|
|
711
941
|
displayName: string;
|
|
712
942
|
};
|
|
713
943
|
|
|
944
|
+
/**
|
|
945
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
946
|
+
* Please try to adapt to the untrimmed icon variant Settings.
|
|
947
|
+
*/
|
|
714
948
|
declare const SettingsTrimmed: {
|
|
715
949
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
716
950
|
displayName: string;
|
|
@@ -721,22 +955,26 @@ declare const ShoppingCart: {
|
|
|
721
955
|
displayName: string;
|
|
722
956
|
};
|
|
723
957
|
|
|
724
|
-
declare const
|
|
958
|
+
declare const Sort: {
|
|
725
959
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
726
960
|
displayName: string;
|
|
727
961
|
};
|
|
728
962
|
|
|
729
|
-
declare const
|
|
963
|
+
declare const SortAscending: {
|
|
730
964
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
731
965
|
displayName: string;
|
|
732
966
|
};
|
|
733
967
|
|
|
734
|
-
declare const
|
|
968
|
+
declare const SortDescending: {
|
|
735
969
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
736
970
|
displayName: string;
|
|
737
971
|
};
|
|
738
972
|
|
|
739
|
-
|
|
973
|
+
/**
|
|
974
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
975
|
+
* Please try to adapt to the untrimmed icon variant ShoppingCart.
|
|
976
|
+
*/
|
|
977
|
+
declare const ShoppingCartTrimmed: {
|
|
740
978
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
741
979
|
displayName: string;
|
|
742
980
|
};
|
|
@@ -751,6 +989,10 @@ declare const Star: {
|
|
|
751
989
|
displayName: string;
|
|
752
990
|
};
|
|
753
991
|
|
|
992
|
+
/**
|
|
993
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
994
|
+
* Please try to adapt to the untrimmed icon variant Star.
|
|
995
|
+
*/
|
|
754
996
|
declare const StarTrimmed: {
|
|
755
997
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
756
998
|
displayName: string;
|
|
@@ -761,6 +1003,10 @@ declare const Subscript: {
|
|
|
761
1003
|
displayName: string;
|
|
762
1004
|
};
|
|
763
1005
|
|
|
1006
|
+
/**
|
|
1007
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1008
|
+
* Please try to adapt to the untrimmed icon variant Subscript.
|
|
1009
|
+
*/
|
|
764
1010
|
declare const SubscriptTrimmed: {
|
|
765
1011
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
766
1012
|
displayName: string;
|
|
@@ -771,6 +1017,10 @@ declare const Superscript: {
|
|
|
771
1017
|
displayName: string;
|
|
772
1018
|
};
|
|
773
1019
|
|
|
1020
|
+
/**
|
|
1021
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1022
|
+
* Please try to adapt to the untrimmed icon variant Superscript.
|
|
1023
|
+
*/
|
|
774
1024
|
declare const SuperscriptTrimmed: {
|
|
775
1025
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
776
1026
|
displayName: string;
|
|
@@ -796,8 +1046,10 @@ declare const Text: {
|
|
|
796
1046
|
displayName: string;
|
|
797
1047
|
};
|
|
798
1048
|
|
|
799
|
-
|
|
800
|
-
|
|
1049
|
+
/**
|
|
1050
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1051
|
+
* Please try to adapt to the untrimmed icon variant Text.
|
|
1052
|
+
*/
|
|
801
1053
|
declare const TextTrimmed: {
|
|
802
1054
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
803
1055
|
displayName: string;
|
|
@@ -808,6 +1060,10 @@ declare const ThumbDown: {
|
|
|
808
1060
|
displayName: string;
|
|
809
1061
|
};
|
|
810
1062
|
|
|
1063
|
+
/**
|
|
1064
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1065
|
+
* Please try to adapt to the untrimmed icon variant ThumbDown.
|
|
1066
|
+
*/
|
|
811
1067
|
declare const ThumbDownTrimmed: {
|
|
812
1068
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
813
1069
|
displayName: string;
|
|
@@ -818,6 +1074,10 @@ declare const ThumbUp: {
|
|
|
818
1074
|
displayName: string;
|
|
819
1075
|
};
|
|
820
1076
|
|
|
1077
|
+
/**
|
|
1078
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1079
|
+
* Please try to adapt to the untrimmed icon variant ThumbUp.
|
|
1080
|
+
*/
|
|
821
1081
|
declare const ThumbUpTrimmed: {
|
|
822
1082
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
823
1083
|
displayName: string;
|
|
@@ -838,6 +1098,10 @@ declare const Users: {
|
|
|
838
1098
|
displayName: string;
|
|
839
1099
|
};
|
|
840
1100
|
|
|
1101
|
+
/**
|
|
1102
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1103
|
+
* Please try to adapt to the untrimmed icon variant Users.
|
|
1104
|
+
*/
|
|
841
1105
|
declare const UsersTrimmed: {
|
|
842
1106
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
843
1107
|
displayName: string;
|
|
@@ -853,6 +1117,10 @@ declare const Warning: {
|
|
|
853
1117
|
displayName: string;
|
|
854
1118
|
};
|
|
855
1119
|
|
|
1120
|
+
/**
|
|
1121
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1122
|
+
* Please try to adapt to the untrimmed icon variant Warning.
|
|
1123
|
+
*/
|
|
856
1124
|
declare const WarningTrimmed: {
|
|
857
1125
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
858
1126
|
displayName: string;
|
|
@@ -863,4 +1131,4 @@ declare const Workflows: {
|
|
|
863
1131
|
displayName: string;
|
|
864
1132
|
};
|
|
865
1133
|
|
|
866
|
-
export { Appearance as AppearanceIcon, Archive as ArchiveIcon, ArrowBackward as ArrowBackwardIcon, ArrowDown as ArrowDownIcon, ArrowDownTrimmed as ArrowDownTrimmedIcon, ArrowDownward as ArrowDownwardIcon, ArrowForward as ArrowForwardIcon, ArrowForwardTrimmed as ArrowForwardTrimmedIcon, ArrowUp as ArrowUpIcon, ArrowUpTrimmed as ArrowUpTrimmedIcon, ArrowUpward as ArrowUpwardIcon, Asset as AssetIcon, AssetTrimmed as AssetTrimmedIcon, Audio as AudioIcon,
|
|
1134
|
+
export { Appearance as AppearanceIcon, Archive as ArchiveIcon, ArrowBackward as ArrowBackwardIcon, ArrowDown as ArrowDownIcon, ArrowDownTrimmed as ArrowDownTrimmedIcon, ArrowDownward as ArrowDownwardIcon, ArrowForward as ArrowForwardIcon, ArrowForwardTrimmed as ArrowForwardTrimmedIcon, ArrowUp as ArrowUpIcon, ArrowUpTrimmed as ArrowUpTrimmedIcon, ArrowUpward as ArrowUpwardIcon, Asset as AssetIcon, AssetTrimmed as AssetTrimmedIcon, Audio as AudioIcon, Calendar as CalendarIcon, ChatBubble as ChatBubbleIcon, ChatBubbleTrimmed as ChatBubbleTrimmedIcon, CheckCircle as CheckCircleIcon, CheckCircleTrimmed as CheckCircleTrimmedIcon, ChevronDown as ChevronDownIcon, ChevronDownTrimmed as ChevronDownTrimmedIcon, ChevronLeft as ChevronLeftIcon, ChevronLeftTrimmed as ChevronLeftTrimmedIcon, ChevronRight as ChevronRightIcon, ChevronRightTrimmed as ChevronRightTrimmedIcon, ChevronUp as ChevronUpIcon, ChevronUpTrimmed as ChevronUpTrimmedIcon, Clock as ClockIcon, ClockTrimmed as ClockTrimmedIcon, Close as CloseIcon, CloseTrimmed as CloseTrimmedIcon, CloudUpload as CloudUploadIcon, Code as CodeIcon, CodeIllustration as CodeIllustrationIcon, CodeTrimmed as CodeTrimmedIcon, Copy as CopyIcon, CopyTrimmed as CopyTrimmedIcon, Cycle as CycleIcon, CycleTrimmed as CycleTrimmedIcon, Delete as DeleteIcon, DeleteTrimmed as DeleteTrimmedIcon, Diamond as DiamondIcon, Done as DoneIcon, DoubleArrow as DoubleArrowIcon, Download as DownloadIcon, DownloadTrimmed as DownloadTrimmedIcon, Drag as DragIcon, DragTrimmed as DragTrimmedIcon, Edit as EditIcon, EditTrimmed as EditTrimmedIcon, EmbeddedEntryBlock as EmbeddedEntryBlockIcon, EmbeddedEntryBlockTrimmed as EmbeddedEntryBlockTrimmedIcon, EmbeddedEntryInline as EmbeddedEntryInlineIcon, EmbeddedEntryInlineTrimmed as EmbeddedEntryInlineTrimmedIcon, Entry as EntryIcon, EntryTrimmed as EntryTrimmedIcon, EnvironmentAlias as EnvironmentAliasIcon, Environment as EnvironmentIcon, ErrorCircle as ErrorCircleIcon, ErrorCircleOutline as ErrorCircleOutlineIcon, ErrorCircleTrimmed as ErrorCircleTrimmedIcon, ExternalLink as ExternalLinkIcon, ExternalLinkTrimmed as ExternalLinkTrimmedIcon, FaceHappy as FaceHappyIcon, FaceHappyTrimmed as FaceHappyTrimmedIcon, Filter as FilterIcon, FilterTrimmed as FilterTrimmedIcon, FolderCreate as FolderCreateIcon, FolderCreateTrimmed as FolderCreateTrimmedIcon, Folder as FolderIcon, FolderOpen as FolderOpenIcon, FolderOpenTrimmed as FolderOpenTrimmedIcon, FolderTrimmed as FolderTrimmedIcon, FormatBold as FormatBoldIcon, FormatBoldTrimmed as FormatBoldTrimmedIcon, FormatItalic as FormatItalicIcon, FormatItalicTrimmed as FormatItalicTrimmedIcon, FormatUnderlined as FormatUnderlinedIcon, FormatUnderlinedTrimmed as FormatUnderlinedTrimmedIcon, Gift as GiftIcon, Heading as HeadingIcon, HeadingOne as HeadingOneIcon, HeadingOneTrimmed as HeadingOneTrimmedIcon, HeadingTrimmed as HeadingTrimmedIcon, HeadingTwo as HeadingTwoIcon, HeadingTwoTrimmed as HeadingTwoTrimmedIcon, HelpCircle as HelpCircleIcon, HelpCircleInverted as HelpCircleInvertedIcon, HelpCircleTrimmed as HelpCircleTrimmedIcon, HorizontalRule as HorizontalRuleIcon, HorizontalRuleTrimmed as HorizontalRuleTrimmedIcon, Image as ImageIcon, InfoCircle as InfoCircleIcon, InfoCircleTrimmed as InfoCircleTrimmedIcon, Language as LanguageIcon, LinkAlternate as LinkAlternateIcon, Link as LinkIcon, LinkTrimmed as LinkTrimmedIcon, ListBulleted as ListBulletedIcon, ListBulletedTrimmed as ListBulletedTrimmedIcon, ListNumbered as ListNumberedIcon, ListNumberedTrimmed as ListNumberedTrimmedIcon, Lock as LockIcon, LockTrimmed as LockTrimmedIcon, Logout as LogoutIcon, LooksOne as LooksOneIcon, LooksOneTrimmed as LooksOneTrimmedIcon, LooksTwo as LooksTwoIcon, LooksTwoTrimmed as LooksTwoTrimmedIcon, Markup as MarkupIcon, Menu as MenuIcon, MenuTrimmed as MenuTrimmedIcon, Minus as MinusIcon, MoreHorizontal as MoreHorizontalIcon, MoreHorizontalTrimmed as MoreHorizontalTrimmedIcon, MoreVertical as MoreVerticalIcon, MoreVerticalTrimmed as MoreVerticalTrimmedIcon, Page as PageIcon, PageTrimmed as PageTrimmedIcon, Pdf as PdfIcon, Person as PersonIcon, Plaintext as PlaintextIcon, PlusCircle as PlusCircleIcon, PlusCircleTrimmed as PlusCircleTrimmedIcon, Plus as PlusIcon, PlusTrimmed as PlusTrimmedIcon, Presentation as PresentationIcon, Preview as PreviewIcon, PreviewOff as PreviewOffIcon, Puzzle as PuzzleIcon, Quote as QuoteIcon, QuoteTrimmed as QuoteTrimmedIcon, Receipt as ReceiptIcon, ReceiptTrimmed as ReceiptTrimmedIcon, References as ReferencesIcon, Release as ReleaseIcon, ReleaseTrimmed as ReleaseTrimmedIcon, Richtext as RichtextIcon, Search as SearchIcon, SearchTrimmed as SearchTrimmedIcon, Settings as SettingsIcon, SettingsTrimmed as SettingsTrimmedIcon, ShoppingCart as ShoppingCartIcon, ShoppingCartTrimmed as ShoppingCartTrimmedIcon, SortAscending as SortAscendingIcon, SortDescending as SortDescendingIcon, Sort as SortIcon, Spreadsheet as SpreadsheetIcon, Star as StarIcon, StarTrimmed as StarTrimmedIcon, Subscript as SubscriptIcon, SubscriptTrimmed as SubscriptTrimmedIcon, Superscript as SuperscriptIcon, SuperscriptTrimmed as SuperscriptTrimmedIcon, Tab as TabIcon, Table as TableIcon, Tags as TagsIcon, Text as TextIcon, TextTrimmed as TextTrimmedIcon, ThumbDown as ThumbDownIcon, ThumbDownTrimmed as ThumbDownTrimmedIcon, ThumbUp as ThumbUpIcon, ThumbUpTrimmed as ThumbUpTrimmedIcon, Toggle as ToggleIcon, TriangleOutline as TriangleOutlineIcon, Users as UsersIcon, UsersTrimmed as UsersTrimmedIcon, Video as VideoIcon, Warning as WarningIcon, WarningTrimmed as WarningTrimmedIcon, Workflows as WorkflowsIcon };
|