@contentful/f36-icons 4.28.0-beta.0 → 4.28.0
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 +275 -26
- package/dist/index.d.ts +275 -26
- package/dist/index.js +172 -177
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
package/dist/index.d.ts
CHANGED
|
@@ -21,21 +21,24 @@ declare const ArrowDown: {
|
|
|
21
21
|
displayName: string;
|
|
22
22
|
};
|
|
23
23
|
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
26
|
+
* Please try to adapt to the untrimmed icon variant ArrowDown.
|
|
27
|
+
*/
|
|
24
28
|
declare const ArrowDownTrimmed: {
|
|
25
29
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
26
30
|
displayName: string;
|
|
27
31
|
};
|
|
28
32
|
|
|
29
|
-
declare const ArrowDownward: {
|
|
30
|
-
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
31
|
-
displayName: string;
|
|
32
|
-
};
|
|
33
|
-
|
|
34
33
|
declare const ArrowForward: {
|
|
35
34
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
36
35
|
displayName: string;
|
|
37
36
|
};
|
|
38
37
|
|
|
38
|
+
/**
|
|
39
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
40
|
+
* Please try to adapt to the untrimmed icon variant ArrowForward.
|
|
41
|
+
*/
|
|
39
42
|
declare const ArrowForwardTrimmed: {
|
|
40
43
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
41
44
|
displayName: string;
|
|
@@ -46,6 +49,10 @@ declare const ArrowUp: {
|
|
|
46
49
|
displayName: string;
|
|
47
50
|
};
|
|
48
51
|
|
|
52
|
+
/**
|
|
53
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
54
|
+
* Please try to adapt to the untrimmed icon variant ArrowUp.
|
|
55
|
+
*/
|
|
49
56
|
declare const ArrowUpTrimmed: {
|
|
50
57
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
51
58
|
displayName: string;
|
|
@@ -56,11 +63,20 @@ declare const ArrowUpward: {
|
|
|
56
63
|
displayName: string;
|
|
57
64
|
};
|
|
58
65
|
|
|
66
|
+
declare const ArrowDownward: {
|
|
67
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
68
|
+
displayName: string;
|
|
69
|
+
};
|
|
70
|
+
|
|
59
71
|
declare const Asset: {
|
|
60
72
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
61
73
|
displayName: string;
|
|
62
74
|
};
|
|
63
75
|
|
|
76
|
+
/**
|
|
77
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
78
|
+
* Please try to adapt to the untrimmed icon variant Asset.
|
|
79
|
+
*/
|
|
64
80
|
declare const AssetTrimmed: {
|
|
65
81
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
66
82
|
displayName: string;
|
|
@@ -71,20 +87,20 @@ declare const Audio: {
|
|
|
71
87
|
displayName: string;
|
|
72
88
|
};
|
|
73
89
|
|
|
74
|
-
declare const BracketsCurly: (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>) => JSX.Element;
|
|
75
|
-
|
|
76
90
|
declare const Calendar: {
|
|
77
91
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
78
92
|
displayName: string;
|
|
79
93
|
};
|
|
80
94
|
|
|
81
|
-
declare const CalendarBlank: (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>) => JSX.Element;
|
|
82
|
-
|
|
83
95
|
declare const ChatBubble: {
|
|
84
96
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
85
97
|
displayName: string;
|
|
86
98
|
};
|
|
87
99
|
|
|
100
|
+
/**
|
|
101
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
102
|
+
* Please try to adapt to the untrimmed icon variant ChatBubble.
|
|
103
|
+
*/
|
|
88
104
|
declare const ChatBubbleTrimmed: {
|
|
89
105
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
90
106
|
displayName: string;
|
|
@@ -95,6 +111,10 @@ declare const CheckCircle: {
|
|
|
95
111
|
displayName: string;
|
|
96
112
|
};
|
|
97
113
|
|
|
114
|
+
/**
|
|
115
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
116
|
+
* Please try to adapt to the untrimmed icon variant CheckCircle.
|
|
117
|
+
*/
|
|
98
118
|
declare const CheckCircleTrimmed: {
|
|
99
119
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
100
120
|
displayName: string;
|
|
@@ -105,6 +125,10 @@ declare const ChevronDown: {
|
|
|
105
125
|
displayName: string;
|
|
106
126
|
};
|
|
107
127
|
|
|
128
|
+
/**
|
|
129
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
130
|
+
* Please try to adapt to the untrimmed icon variant ChevronDown.
|
|
131
|
+
*/
|
|
108
132
|
declare const ChevronDownTrimmed: {
|
|
109
133
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
110
134
|
displayName: string;
|
|
@@ -115,6 +139,10 @@ declare const ChevronLeft: {
|
|
|
115
139
|
displayName: string;
|
|
116
140
|
};
|
|
117
141
|
|
|
142
|
+
/**
|
|
143
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
144
|
+
* Please try to adapt to the untrimmed icon variant ChevronLeft.
|
|
145
|
+
*/
|
|
118
146
|
declare const ChevronLeftTrimmed: {
|
|
119
147
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
120
148
|
displayName: string;
|
|
@@ -125,6 +153,10 @@ declare const ChevronRight: {
|
|
|
125
153
|
displayName: string;
|
|
126
154
|
};
|
|
127
155
|
|
|
156
|
+
/**
|
|
157
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
158
|
+
* Please try to adapt to the untrimmed icon variant ChevronRight.
|
|
159
|
+
*/
|
|
128
160
|
declare const ChevronRightTrimmed: {
|
|
129
161
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
130
162
|
displayName: string;
|
|
@@ -135,6 +167,10 @@ declare const ChevronUp: {
|
|
|
135
167
|
displayName: string;
|
|
136
168
|
};
|
|
137
169
|
|
|
170
|
+
/**
|
|
171
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
172
|
+
* Please try to adapt to the untrimmed icon variant ChevronUp.
|
|
173
|
+
*/
|
|
138
174
|
declare const ChevronUpTrimmed: {
|
|
139
175
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
140
176
|
displayName: string;
|
|
@@ -145,6 +181,10 @@ declare const Clock: {
|
|
|
145
181
|
displayName: string;
|
|
146
182
|
};
|
|
147
183
|
|
|
184
|
+
/**
|
|
185
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
186
|
+
* Please try to adapt to the untrimmed icon variant Clock.
|
|
187
|
+
*/
|
|
148
188
|
declare const ClockTrimmed: {
|
|
149
189
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
150
190
|
displayName: string;
|
|
@@ -155,6 +195,10 @@ declare const Close: {
|
|
|
155
195
|
displayName: string;
|
|
156
196
|
};
|
|
157
197
|
|
|
198
|
+
/**
|
|
199
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
200
|
+
* Please try to adapt to the untrimmed icon variant Close.
|
|
201
|
+
*/
|
|
158
202
|
declare const CloseTrimmed: {
|
|
159
203
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
160
204
|
displayName: string;
|
|
@@ -175,6 +219,10 @@ declare const CodeIllustration: {
|
|
|
175
219
|
displayName: string;
|
|
176
220
|
};
|
|
177
221
|
|
|
222
|
+
/**
|
|
223
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
224
|
+
* Please try to adapt to the untrimmed icon variant Code.
|
|
225
|
+
*/
|
|
178
226
|
declare const CodeTrimmed: {
|
|
179
227
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
180
228
|
displayName: string;
|
|
@@ -185,6 +233,10 @@ declare const Copy: {
|
|
|
185
233
|
displayName: string;
|
|
186
234
|
};
|
|
187
235
|
|
|
236
|
+
/**
|
|
237
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
238
|
+
* Please try to adapt to the untrimmed icon variant Copy.
|
|
239
|
+
*/
|
|
188
240
|
declare const CopyTrimmed: {
|
|
189
241
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
190
242
|
displayName: string;
|
|
@@ -195,6 +247,10 @@ declare const Cycle: {
|
|
|
195
247
|
displayName: string;
|
|
196
248
|
};
|
|
197
249
|
|
|
250
|
+
/**
|
|
251
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
252
|
+
* Please try to adapt to the untrimmed icon variant Cycle.
|
|
253
|
+
*/
|
|
198
254
|
declare const CycleTrimmed: {
|
|
199
255
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
200
256
|
displayName: string;
|
|
@@ -205,16 +261,15 @@ declare const Delete: {
|
|
|
205
261
|
displayName: string;
|
|
206
262
|
};
|
|
207
263
|
|
|
264
|
+
/**
|
|
265
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
266
|
+
* Please try to adapt to the untrimmed icon variant Delete.
|
|
267
|
+
*/
|
|
208
268
|
declare const DeleteTrimmed: {
|
|
209
269
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
210
270
|
displayName: string;
|
|
211
271
|
};
|
|
212
272
|
|
|
213
|
-
declare const Diamond: {
|
|
214
|
-
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
215
|
-
displayName: string;
|
|
216
|
-
};
|
|
217
|
-
|
|
218
273
|
declare const Done: {
|
|
219
274
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
220
275
|
displayName: string;
|
|
@@ -230,6 +285,10 @@ declare const Download: {
|
|
|
230
285
|
displayName: string;
|
|
231
286
|
};
|
|
232
287
|
|
|
288
|
+
/**
|
|
289
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
290
|
+
* Please try to adapt to the untrimmed icon variant Download.
|
|
291
|
+
*/
|
|
233
292
|
declare const DownloadTrimmed: {
|
|
234
293
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
235
294
|
displayName: string;
|
|
@@ -240,16 +299,29 @@ declare const Drag: {
|
|
|
240
299
|
displayName: string;
|
|
241
300
|
};
|
|
242
301
|
|
|
302
|
+
/**
|
|
303
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
304
|
+
* Please try to adapt to the untrimmed icon variant Drag.
|
|
305
|
+
*/
|
|
243
306
|
declare const DragTrimmed: {
|
|
244
307
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
245
308
|
displayName: string;
|
|
246
309
|
};
|
|
247
310
|
|
|
311
|
+
declare const Diamond: {
|
|
312
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
313
|
+
displayName: string;
|
|
314
|
+
};
|
|
315
|
+
|
|
248
316
|
declare const Edit: {
|
|
249
317
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
250
318
|
displayName: string;
|
|
251
319
|
};
|
|
252
320
|
|
|
321
|
+
/**
|
|
322
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
323
|
+
* Please try to adapt to the untrimmed icon variant Edit.
|
|
324
|
+
*/
|
|
253
325
|
declare const EditTrimmed: {
|
|
254
326
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
255
327
|
displayName: string;
|
|
@@ -260,6 +332,10 @@ declare const EmbeddedEntryBlock: {
|
|
|
260
332
|
displayName: string;
|
|
261
333
|
};
|
|
262
334
|
|
|
335
|
+
/**
|
|
336
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
337
|
+
* Please try to adapt to the untrimmed icon variant EmbeddedEntryBlock.
|
|
338
|
+
*/
|
|
263
339
|
declare const EmbeddedEntryBlockTrimmed: {
|
|
264
340
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
265
341
|
displayName: string;
|
|
@@ -270,6 +346,10 @@ declare const EmbeddedEntryInline: {
|
|
|
270
346
|
displayName: string;
|
|
271
347
|
};
|
|
272
348
|
|
|
349
|
+
/**
|
|
350
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
351
|
+
* Please try to adapt to the untrimmed icon variant EmbeddedEntryInline.
|
|
352
|
+
*/
|
|
273
353
|
declare const EmbeddedEntryInlineTrimmed: {
|
|
274
354
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
275
355
|
displayName: string;
|
|
@@ -280,6 +360,10 @@ declare const Entry: {
|
|
|
280
360
|
displayName: string;
|
|
281
361
|
};
|
|
282
362
|
|
|
363
|
+
/**
|
|
364
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
365
|
+
* Please try to adapt to the untrimmed icon variant Entry.
|
|
366
|
+
*/
|
|
283
367
|
declare const EntryTrimmed: {
|
|
284
368
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
285
369
|
displayName: string;
|
|
@@ -305,6 +389,10 @@ declare const ErrorCircleOutline: {
|
|
|
305
389
|
displayName: string;
|
|
306
390
|
};
|
|
307
391
|
|
|
392
|
+
/**
|
|
393
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
394
|
+
* Please try to adapt to the untrimmed icon variant ErrorCircle.
|
|
395
|
+
*/
|
|
308
396
|
declare const ErrorCircleTrimmed: {
|
|
309
397
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
310
398
|
displayName: string;
|
|
@@ -315,6 +403,10 @@ declare const ExternalLink: {
|
|
|
315
403
|
displayName: string;
|
|
316
404
|
};
|
|
317
405
|
|
|
406
|
+
/**
|
|
407
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
408
|
+
* Please try to adapt to the untrimmed icon variant ExternalLink.
|
|
409
|
+
*/
|
|
318
410
|
declare const ExternalLinkTrimmed: {
|
|
319
411
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
320
412
|
displayName: string;
|
|
@@ -325,6 +417,10 @@ declare const FaceHappy: {
|
|
|
325
417
|
displayName: string;
|
|
326
418
|
};
|
|
327
419
|
|
|
420
|
+
/**
|
|
421
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
422
|
+
* Please try to adapt to the untrimmed icon variant FaceHappy.
|
|
423
|
+
*/
|
|
328
424
|
declare const FaceHappyTrimmed: {
|
|
329
425
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
330
426
|
displayName: string;
|
|
@@ -335,6 +431,10 @@ declare const Filter: {
|
|
|
335
431
|
displayName: string;
|
|
336
432
|
};
|
|
337
433
|
|
|
434
|
+
/**
|
|
435
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
436
|
+
* Please try to adapt to the untrimmed icon variant Filter.
|
|
437
|
+
*/
|
|
338
438
|
declare const FilterTrimmed: {
|
|
339
439
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
340
440
|
displayName: string;
|
|
@@ -350,6 +450,10 @@ declare const FolderCreate: {
|
|
|
350
450
|
displayName: string;
|
|
351
451
|
};
|
|
352
452
|
|
|
453
|
+
/**
|
|
454
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
455
|
+
* Please try to adapt to the untrimmed icon variant FolderCreate.
|
|
456
|
+
*/
|
|
353
457
|
declare const FolderCreateTrimmed: {
|
|
354
458
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
355
459
|
displayName: string;
|
|
@@ -360,11 +464,19 @@ declare const FolderOpen: {
|
|
|
360
464
|
displayName: string;
|
|
361
465
|
};
|
|
362
466
|
|
|
467
|
+
/**
|
|
468
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
469
|
+
* Please try to adapt to the untrimmed icon variant FolderOpen.
|
|
470
|
+
*/
|
|
363
471
|
declare const FolderOpenTrimmed: {
|
|
364
472
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
365
473
|
displayName: string;
|
|
366
474
|
};
|
|
367
475
|
|
|
476
|
+
/**
|
|
477
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
478
|
+
* Please try to adapt to the untrimmed icon variant Folder.
|
|
479
|
+
*/
|
|
368
480
|
declare const FolderTrimmed: {
|
|
369
481
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
370
482
|
displayName: string;
|
|
@@ -375,6 +487,10 @@ declare const FormatBold: {
|
|
|
375
487
|
displayName: string;
|
|
376
488
|
};
|
|
377
489
|
|
|
490
|
+
/**
|
|
491
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
492
|
+
* Please try to adapt to the untrimmed icon variant FormatBold.
|
|
493
|
+
*/
|
|
378
494
|
declare const FormatBoldTrimmed: {
|
|
379
495
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
380
496
|
displayName: string;
|
|
@@ -385,6 +501,10 @@ declare const FormatItalic: {
|
|
|
385
501
|
displayName: string;
|
|
386
502
|
};
|
|
387
503
|
|
|
504
|
+
/**
|
|
505
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
506
|
+
* Please try to adapt to the untrimmed icon variant FormatItalic.
|
|
507
|
+
*/
|
|
388
508
|
declare const FormatItalicTrimmed: {
|
|
389
509
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
390
510
|
displayName: string;
|
|
@@ -395,6 +515,10 @@ declare const FormatUnderlined: {
|
|
|
395
515
|
displayName: string;
|
|
396
516
|
};
|
|
397
517
|
|
|
518
|
+
/**
|
|
519
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
520
|
+
* Please try to adapt to the untrimmed icon variant FormatUnderlined.
|
|
521
|
+
*/
|
|
398
522
|
declare const FormatUnderlinedTrimmed: {
|
|
399
523
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
400
524
|
displayName: string;
|
|
@@ -405,8 +529,6 @@ declare const Gift: {
|
|
|
405
529
|
displayName: string;
|
|
406
530
|
};
|
|
407
531
|
|
|
408
|
-
declare const HashStraight: (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>) => JSX.Element;
|
|
409
|
-
|
|
410
532
|
declare const Heading: {
|
|
411
533
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
412
534
|
displayName: string;
|
|
@@ -417,11 +539,19 @@ declare const HeadingOne: {
|
|
|
417
539
|
displayName: string;
|
|
418
540
|
};
|
|
419
541
|
|
|
542
|
+
/**
|
|
543
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
544
|
+
* Please try to adapt to the untrimmed icon variant HeadingOne.
|
|
545
|
+
*/
|
|
420
546
|
declare const HeadingOneTrimmed: {
|
|
421
547
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
422
548
|
displayName: string;
|
|
423
549
|
};
|
|
424
550
|
|
|
551
|
+
/**
|
|
552
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
553
|
+
* Please try to adapt to the untrimmed icon variant Heading.
|
|
554
|
+
*/
|
|
425
555
|
declare const HeadingTrimmed: {
|
|
426
556
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
427
557
|
displayName: string;
|
|
@@ -432,6 +562,10 @@ declare const HeadingTwo: {
|
|
|
432
562
|
displayName: string;
|
|
433
563
|
};
|
|
434
564
|
|
|
565
|
+
/**
|
|
566
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
567
|
+
* Please try to adapt to the untrimmed icon variant HeadingTwo.
|
|
568
|
+
*/
|
|
435
569
|
declare const HeadingTwoTrimmed: {
|
|
436
570
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
437
571
|
displayName: string;
|
|
@@ -447,6 +581,10 @@ declare const HelpCircleInverted: {
|
|
|
447
581
|
displayName: string;
|
|
448
582
|
};
|
|
449
583
|
|
|
584
|
+
/**
|
|
585
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
586
|
+
* Please try to adapt to the untrimmed icon variant HelpCircle.
|
|
587
|
+
*/
|
|
450
588
|
declare const HelpCircleTrimmed: {
|
|
451
589
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
452
590
|
displayName: string;
|
|
@@ -457,6 +595,10 @@ declare const HorizontalRule: {
|
|
|
457
595
|
displayName: string;
|
|
458
596
|
};
|
|
459
597
|
|
|
598
|
+
/**
|
|
599
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
600
|
+
* Please try to adapt to the untrimmed icon variant HorizontalRule.
|
|
601
|
+
*/
|
|
460
602
|
declare const HorizontalRuleTrimmed: {
|
|
461
603
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
462
604
|
displayName: string;
|
|
@@ -467,13 +609,15 @@ declare const Image: {
|
|
|
467
609
|
displayName: string;
|
|
468
610
|
};
|
|
469
611
|
|
|
470
|
-
declare const ImageSquare: (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>) => JSX.Element;
|
|
471
|
-
|
|
472
612
|
declare const InfoCircle: {
|
|
473
613
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
474
614
|
displayName: string;
|
|
475
615
|
};
|
|
476
616
|
|
|
617
|
+
/**
|
|
618
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
619
|
+
* Please try to adapt to the untrimmed icon variant InfoCircle.
|
|
620
|
+
*/
|
|
477
621
|
declare const InfoCircleTrimmed: {
|
|
478
622
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
479
623
|
displayName: string;
|
|
@@ -494,6 +638,10 @@ declare const LinkAlternate: {
|
|
|
494
638
|
displayName: string;
|
|
495
639
|
};
|
|
496
640
|
|
|
641
|
+
/**
|
|
642
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
643
|
+
* Please try to adapt to the untrimmed icon variant Link.
|
|
644
|
+
*/
|
|
497
645
|
declare const LinkTrimmed: {
|
|
498
646
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
499
647
|
displayName: string;
|
|
@@ -504,6 +652,10 @@ declare const ListBulleted: {
|
|
|
504
652
|
displayName: string;
|
|
505
653
|
};
|
|
506
654
|
|
|
655
|
+
/**
|
|
656
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
657
|
+
* Please try to adapt to the untrimmed icon variant ListBulleted.
|
|
658
|
+
*/
|
|
507
659
|
declare const ListBulletedTrimmed: {
|
|
508
660
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
509
661
|
displayName: string;
|
|
@@ -514,6 +666,10 @@ declare const ListNumbered: {
|
|
|
514
666
|
displayName: string;
|
|
515
667
|
};
|
|
516
668
|
|
|
669
|
+
/**
|
|
670
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
671
|
+
* Please try to adapt to the untrimmed icon variant ListNumbered.
|
|
672
|
+
*/
|
|
517
673
|
declare const ListNumberedTrimmed: {
|
|
518
674
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
519
675
|
displayName: string;
|
|
@@ -524,6 +680,10 @@ declare const Lock: {
|
|
|
524
680
|
displayName: string;
|
|
525
681
|
};
|
|
526
682
|
|
|
683
|
+
/**
|
|
684
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
685
|
+
* Please try to adapt to the untrimmed icon variant Lock.
|
|
686
|
+
*/
|
|
527
687
|
declare const LockTrimmed: {
|
|
528
688
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
529
689
|
displayName: string;
|
|
@@ -539,6 +699,10 @@ declare const LooksOne: {
|
|
|
539
699
|
displayName: string;
|
|
540
700
|
};
|
|
541
701
|
|
|
702
|
+
/**
|
|
703
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
704
|
+
* Please try to adapt to the untrimmed icon variant LooksOne.
|
|
705
|
+
*/
|
|
542
706
|
declare const LooksOneTrimmed: {
|
|
543
707
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
544
708
|
displayName: string;
|
|
@@ -549,6 +713,10 @@ declare const LooksTwo: {
|
|
|
549
713
|
displayName: string;
|
|
550
714
|
};
|
|
551
715
|
|
|
716
|
+
/**
|
|
717
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
718
|
+
* Please try to adapt to the untrimmed icon variant LooksTwo.
|
|
719
|
+
*/
|
|
552
720
|
declare const LooksTwoTrimmed: {
|
|
553
721
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
554
722
|
displayName: string;
|
|
@@ -564,6 +732,10 @@ declare const Menu: {
|
|
|
564
732
|
displayName: string;
|
|
565
733
|
};
|
|
566
734
|
|
|
735
|
+
/**
|
|
736
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
737
|
+
* Please try to adapt to the untrimmed icon variant Menu.
|
|
738
|
+
*/
|
|
567
739
|
declare const MenuTrimmed: {
|
|
568
740
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
569
741
|
displayName: string;
|
|
@@ -579,6 +751,10 @@ declare const MoreHorizontal: {
|
|
|
579
751
|
displayName: string;
|
|
580
752
|
};
|
|
581
753
|
|
|
754
|
+
/**
|
|
755
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
756
|
+
* Please try to adapt to the untrimmed icon variant MoreHorizontal.
|
|
757
|
+
*/
|
|
582
758
|
declare const MoreHorizontalTrimmed: {
|
|
583
759
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
584
760
|
displayName: string;
|
|
@@ -589,6 +765,10 @@ declare const MoreVertical: {
|
|
|
589
765
|
displayName: string;
|
|
590
766
|
};
|
|
591
767
|
|
|
768
|
+
/**
|
|
769
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
770
|
+
* Please try to adapt to the untrimmed icon variant MoreVertical.
|
|
771
|
+
*/
|
|
592
772
|
declare const MoreVerticalTrimmed: {
|
|
593
773
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
594
774
|
displayName: string;
|
|
@@ -599,6 +779,10 @@ declare const Page: {
|
|
|
599
779
|
displayName: string;
|
|
600
780
|
};
|
|
601
781
|
|
|
782
|
+
/**
|
|
783
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
784
|
+
* Please try to adapt to the untrimmed icon variant Page.
|
|
785
|
+
*/
|
|
602
786
|
declare const PageTrimmed: {
|
|
603
787
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
604
788
|
displayName: string;
|
|
@@ -629,11 +813,19 @@ declare const PlusCircle: {
|
|
|
629
813
|
displayName: string;
|
|
630
814
|
};
|
|
631
815
|
|
|
816
|
+
/**
|
|
817
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
818
|
+
* Please try to adapt to the untrimmed icon variant PlusCircle.
|
|
819
|
+
*/
|
|
632
820
|
declare const PlusCircleTrimmed: {
|
|
633
821
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
634
822
|
displayName: string;
|
|
635
823
|
};
|
|
636
824
|
|
|
825
|
+
/**
|
|
826
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
827
|
+
* Please try to adapt to the untrimmed icon variant Plus.
|
|
828
|
+
*/
|
|
637
829
|
declare const PlusTrimmed: {
|
|
638
830
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
639
831
|
displayName: string;
|
|
@@ -664,6 +856,10 @@ declare const Quote: {
|
|
|
664
856
|
displayName: string;
|
|
665
857
|
};
|
|
666
858
|
|
|
859
|
+
/**
|
|
860
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
861
|
+
* Please try to adapt to the untrimmed icon variant Quote.
|
|
862
|
+
*/
|
|
667
863
|
declare const QuoteTrimmed: {
|
|
668
864
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
669
865
|
displayName: string;
|
|
@@ -674,6 +870,10 @@ declare const Receipt: {
|
|
|
674
870
|
displayName: string;
|
|
675
871
|
};
|
|
676
872
|
|
|
873
|
+
/**
|
|
874
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
875
|
+
* Please try to adapt to the untrimmed icon variant Receipt.
|
|
876
|
+
*/
|
|
677
877
|
declare const ReceiptTrimmed: {
|
|
678
878
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
679
879
|
displayName: string;
|
|
@@ -689,18 +889,29 @@ declare const Release: {
|
|
|
689
889
|
displayName: string;
|
|
690
890
|
};
|
|
691
891
|
|
|
892
|
+
/**
|
|
893
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
894
|
+
* Please try to adapt to the untrimmed icon variant Release.
|
|
895
|
+
*/
|
|
692
896
|
declare const ReleaseTrimmed: {
|
|
693
897
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
694
898
|
displayName: string;
|
|
695
899
|
};
|
|
696
900
|
|
|
697
|
-
declare const
|
|
901
|
+
declare const Richtext: {
|
|
902
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
903
|
+
displayName: string;
|
|
904
|
+
};
|
|
698
905
|
|
|
699
906
|
declare const Search: {
|
|
700
907
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
701
908
|
displayName: string;
|
|
702
909
|
};
|
|
703
910
|
|
|
911
|
+
/**
|
|
912
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
913
|
+
* Please try to adapt to the untrimmed icon variant Search.
|
|
914
|
+
*/
|
|
704
915
|
declare const SearchTrimmed: {
|
|
705
916
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
706
917
|
displayName: string;
|
|
@@ -711,6 +922,10 @@ declare const Settings: {
|
|
|
711
922
|
displayName: string;
|
|
712
923
|
};
|
|
713
924
|
|
|
925
|
+
/**
|
|
926
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
927
|
+
* Please try to adapt to the untrimmed icon variant Settings.
|
|
928
|
+
*/
|
|
714
929
|
declare const SettingsTrimmed: {
|
|
715
930
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
716
931
|
displayName: string;
|
|
@@ -721,22 +936,26 @@ declare const ShoppingCart: {
|
|
|
721
936
|
displayName: string;
|
|
722
937
|
};
|
|
723
938
|
|
|
724
|
-
declare const
|
|
939
|
+
declare const Sort: {
|
|
725
940
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
726
941
|
displayName: string;
|
|
727
942
|
};
|
|
728
943
|
|
|
729
|
-
declare const
|
|
944
|
+
declare const SortAscending: {
|
|
730
945
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
731
946
|
displayName: string;
|
|
732
947
|
};
|
|
733
948
|
|
|
734
|
-
declare const
|
|
949
|
+
declare const SortDescending: {
|
|
735
950
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
736
951
|
displayName: string;
|
|
737
952
|
};
|
|
738
953
|
|
|
739
|
-
|
|
954
|
+
/**
|
|
955
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
956
|
+
* Please try to adapt to the untrimmed icon variant ShoppingCart.
|
|
957
|
+
*/
|
|
958
|
+
declare const ShoppingCartTrimmed: {
|
|
740
959
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
741
960
|
displayName: string;
|
|
742
961
|
};
|
|
@@ -751,6 +970,10 @@ declare const Star: {
|
|
|
751
970
|
displayName: string;
|
|
752
971
|
};
|
|
753
972
|
|
|
973
|
+
/**
|
|
974
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
975
|
+
* Please try to adapt to the untrimmed icon variant Star.
|
|
976
|
+
*/
|
|
754
977
|
declare const StarTrimmed: {
|
|
755
978
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
756
979
|
displayName: string;
|
|
@@ -761,6 +984,10 @@ declare const Subscript: {
|
|
|
761
984
|
displayName: string;
|
|
762
985
|
};
|
|
763
986
|
|
|
987
|
+
/**
|
|
988
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
989
|
+
* Please try to adapt to the untrimmed icon variant Subscript.
|
|
990
|
+
*/
|
|
764
991
|
declare const SubscriptTrimmed: {
|
|
765
992
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
766
993
|
displayName: string;
|
|
@@ -771,6 +998,10 @@ declare const Superscript: {
|
|
|
771
998
|
displayName: string;
|
|
772
999
|
};
|
|
773
1000
|
|
|
1001
|
+
/**
|
|
1002
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1003
|
+
* Please try to adapt to the untrimmed icon variant Superscript.
|
|
1004
|
+
*/
|
|
774
1005
|
declare const SuperscriptTrimmed: {
|
|
775
1006
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
776
1007
|
displayName: string;
|
|
@@ -796,8 +1027,10 @@ declare const Text: {
|
|
|
796
1027
|
displayName: string;
|
|
797
1028
|
};
|
|
798
1029
|
|
|
799
|
-
|
|
800
|
-
|
|
1030
|
+
/**
|
|
1031
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1032
|
+
* Please try to adapt to the untrimmed icon variant Text.
|
|
1033
|
+
*/
|
|
801
1034
|
declare const TextTrimmed: {
|
|
802
1035
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
803
1036
|
displayName: string;
|
|
@@ -808,6 +1041,10 @@ declare const ThumbDown: {
|
|
|
808
1041
|
displayName: string;
|
|
809
1042
|
};
|
|
810
1043
|
|
|
1044
|
+
/**
|
|
1045
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1046
|
+
* Please try to adapt to the untrimmed icon variant ThumbDown.
|
|
1047
|
+
*/
|
|
811
1048
|
declare const ThumbDownTrimmed: {
|
|
812
1049
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
813
1050
|
displayName: string;
|
|
@@ -818,6 +1055,10 @@ declare const ThumbUp: {
|
|
|
818
1055
|
displayName: string;
|
|
819
1056
|
};
|
|
820
1057
|
|
|
1058
|
+
/**
|
|
1059
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1060
|
+
* Please try to adapt to the untrimmed icon variant ThumbUp.
|
|
1061
|
+
*/
|
|
821
1062
|
declare const ThumbUpTrimmed: {
|
|
822
1063
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
823
1064
|
displayName: string;
|
|
@@ -838,6 +1079,10 @@ declare const Users: {
|
|
|
838
1079
|
displayName: string;
|
|
839
1080
|
};
|
|
840
1081
|
|
|
1082
|
+
/**
|
|
1083
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1084
|
+
* Please try to adapt to the untrimmed icon variant Users.
|
|
1085
|
+
*/
|
|
841
1086
|
declare const UsersTrimmed: {
|
|
842
1087
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
843
1088
|
displayName: string;
|
|
@@ -853,6 +1098,10 @@ declare const Warning: {
|
|
|
853
1098
|
displayName: string;
|
|
854
1099
|
};
|
|
855
1100
|
|
|
1101
|
+
/**
|
|
1102
|
+
* @deprecated Trimmed icons will be removed in a future major release.
|
|
1103
|
+
* Please try to adapt to the untrimmed icon variant Warning.
|
|
1104
|
+
*/
|
|
856
1105
|
declare const WarningTrimmed: {
|
|
857
1106
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
858
1107
|
displayName: string;
|
|
@@ -863,4 +1112,4 @@ declare const Workflows: {
|
|
|
863
1112
|
displayName: string;
|
|
864
1113
|
};
|
|
865
1114
|
|
|
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,
|
|
1115
|
+
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 };
|