@contentful/f36-icons 4.27.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 +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.mts +1115 -0
- package/dist/index.d.ts +256 -0
- package/dist/index.js +3 -7
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
package/dist/index.d.ts
CHANGED
|
@@ -21,6 +21,10 @@ 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;
|
|
@@ -31,6 +35,10 @@ declare const ArrowForward: {
|
|
|
31
35
|
displayName: string;
|
|
32
36
|
};
|
|
33
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
|
+
*/
|
|
34
42
|
declare const ArrowForwardTrimmed: {
|
|
35
43
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
36
44
|
displayName: string;
|
|
@@ -41,6 +49,10 @@ declare const ArrowUp: {
|
|
|
41
49
|
displayName: string;
|
|
42
50
|
};
|
|
43
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
|
+
*/
|
|
44
56
|
declare const ArrowUpTrimmed: {
|
|
45
57
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
46
58
|
displayName: string;
|
|
@@ -61,6 +73,10 @@ declare const Asset: {
|
|
|
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;
|
|
@@ -81,6 +97,10 @@ declare const ChatBubble: {
|
|
|
81
97
|
displayName: string;
|
|
82
98
|
};
|
|
83
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
|
+
*/
|
|
84
104
|
declare const ChatBubbleTrimmed: {
|
|
85
105
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
86
106
|
displayName: string;
|
|
@@ -91,6 +111,10 @@ declare const CheckCircle: {
|
|
|
91
111
|
displayName: string;
|
|
92
112
|
};
|
|
93
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
|
+
*/
|
|
94
118
|
declare const CheckCircleTrimmed: {
|
|
95
119
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
96
120
|
displayName: string;
|
|
@@ -101,6 +125,10 @@ declare const ChevronDown: {
|
|
|
101
125
|
displayName: string;
|
|
102
126
|
};
|
|
103
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
|
+
*/
|
|
104
132
|
declare const ChevronDownTrimmed: {
|
|
105
133
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
106
134
|
displayName: string;
|
|
@@ -111,6 +139,10 @@ declare const ChevronLeft: {
|
|
|
111
139
|
displayName: string;
|
|
112
140
|
};
|
|
113
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
|
+
*/
|
|
114
146
|
declare const ChevronLeftTrimmed: {
|
|
115
147
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
116
148
|
displayName: string;
|
|
@@ -121,6 +153,10 @@ declare const ChevronRight: {
|
|
|
121
153
|
displayName: string;
|
|
122
154
|
};
|
|
123
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
|
+
*/
|
|
124
160
|
declare const ChevronRightTrimmed: {
|
|
125
161
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
126
162
|
displayName: string;
|
|
@@ -131,6 +167,10 @@ declare const ChevronUp: {
|
|
|
131
167
|
displayName: string;
|
|
132
168
|
};
|
|
133
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
|
+
*/
|
|
134
174
|
declare const ChevronUpTrimmed: {
|
|
135
175
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
136
176
|
displayName: string;
|
|
@@ -141,6 +181,10 @@ declare const Clock: {
|
|
|
141
181
|
displayName: string;
|
|
142
182
|
};
|
|
143
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
|
+
*/
|
|
144
188
|
declare const ClockTrimmed: {
|
|
145
189
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
146
190
|
displayName: string;
|
|
@@ -151,6 +195,10 @@ declare const Close: {
|
|
|
151
195
|
displayName: string;
|
|
152
196
|
};
|
|
153
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
|
+
*/
|
|
154
202
|
declare const CloseTrimmed: {
|
|
155
203
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
156
204
|
displayName: string;
|
|
@@ -171,6 +219,10 @@ declare const CodeIllustration: {
|
|
|
171
219
|
displayName: string;
|
|
172
220
|
};
|
|
173
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
|
+
*/
|
|
174
226
|
declare const CodeTrimmed: {
|
|
175
227
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
176
228
|
displayName: string;
|
|
@@ -181,6 +233,10 @@ declare const Copy: {
|
|
|
181
233
|
displayName: string;
|
|
182
234
|
};
|
|
183
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
|
+
*/
|
|
184
240
|
declare const CopyTrimmed: {
|
|
185
241
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
186
242
|
displayName: string;
|
|
@@ -191,6 +247,10 @@ declare const Cycle: {
|
|
|
191
247
|
displayName: string;
|
|
192
248
|
};
|
|
193
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
|
+
*/
|
|
194
254
|
declare const CycleTrimmed: {
|
|
195
255
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
196
256
|
displayName: string;
|
|
@@ -201,6 +261,10 @@ declare const Delete: {
|
|
|
201
261
|
displayName: string;
|
|
202
262
|
};
|
|
203
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
|
+
*/
|
|
204
268
|
declare const DeleteTrimmed: {
|
|
205
269
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
206
270
|
displayName: string;
|
|
@@ -221,6 +285,10 @@ declare const Download: {
|
|
|
221
285
|
displayName: string;
|
|
222
286
|
};
|
|
223
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
|
+
*/
|
|
224
292
|
declare const DownloadTrimmed: {
|
|
225
293
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
226
294
|
displayName: string;
|
|
@@ -231,6 +299,10 @@ declare const Drag: {
|
|
|
231
299
|
displayName: string;
|
|
232
300
|
};
|
|
233
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
|
+
*/
|
|
234
306
|
declare const DragTrimmed: {
|
|
235
307
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
236
308
|
displayName: string;
|
|
@@ -246,6 +318,10 @@ declare const Edit: {
|
|
|
246
318
|
displayName: string;
|
|
247
319
|
};
|
|
248
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
|
+
*/
|
|
249
325
|
declare const EditTrimmed: {
|
|
250
326
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
251
327
|
displayName: string;
|
|
@@ -256,6 +332,10 @@ declare const EmbeddedEntryBlock: {
|
|
|
256
332
|
displayName: string;
|
|
257
333
|
};
|
|
258
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
|
+
*/
|
|
259
339
|
declare const EmbeddedEntryBlockTrimmed: {
|
|
260
340
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
261
341
|
displayName: string;
|
|
@@ -266,6 +346,10 @@ declare const EmbeddedEntryInline: {
|
|
|
266
346
|
displayName: string;
|
|
267
347
|
};
|
|
268
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
|
+
*/
|
|
269
353
|
declare const EmbeddedEntryInlineTrimmed: {
|
|
270
354
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
271
355
|
displayName: string;
|
|
@@ -276,6 +360,10 @@ declare const Entry: {
|
|
|
276
360
|
displayName: string;
|
|
277
361
|
};
|
|
278
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
|
+
*/
|
|
279
367
|
declare const EntryTrimmed: {
|
|
280
368
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
281
369
|
displayName: string;
|
|
@@ -301,6 +389,10 @@ declare const ErrorCircleOutline: {
|
|
|
301
389
|
displayName: string;
|
|
302
390
|
};
|
|
303
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
|
+
*/
|
|
304
396
|
declare const ErrorCircleTrimmed: {
|
|
305
397
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
306
398
|
displayName: string;
|
|
@@ -311,6 +403,10 @@ declare const ExternalLink: {
|
|
|
311
403
|
displayName: string;
|
|
312
404
|
};
|
|
313
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
|
+
*/
|
|
314
410
|
declare const ExternalLinkTrimmed: {
|
|
315
411
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
316
412
|
displayName: string;
|
|
@@ -321,6 +417,10 @@ declare const FaceHappy: {
|
|
|
321
417
|
displayName: string;
|
|
322
418
|
};
|
|
323
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
|
+
*/
|
|
324
424
|
declare const FaceHappyTrimmed: {
|
|
325
425
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
326
426
|
displayName: string;
|
|
@@ -331,6 +431,10 @@ declare const Filter: {
|
|
|
331
431
|
displayName: string;
|
|
332
432
|
};
|
|
333
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
|
+
*/
|
|
334
438
|
declare const FilterTrimmed: {
|
|
335
439
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
336
440
|
displayName: string;
|
|
@@ -346,6 +450,10 @@ declare const FolderCreate: {
|
|
|
346
450
|
displayName: string;
|
|
347
451
|
};
|
|
348
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
|
+
*/
|
|
349
457
|
declare const FolderCreateTrimmed: {
|
|
350
458
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
351
459
|
displayName: string;
|
|
@@ -356,11 +464,19 @@ declare const FolderOpen: {
|
|
|
356
464
|
displayName: string;
|
|
357
465
|
};
|
|
358
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
|
+
*/
|
|
359
471
|
declare const FolderOpenTrimmed: {
|
|
360
472
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
361
473
|
displayName: string;
|
|
362
474
|
};
|
|
363
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
|
+
*/
|
|
364
480
|
declare const FolderTrimmed: {
|
|
365
481
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
366
482
|
displayName: string;
|
|
@@ -371,6 +487,10 @@ declare const FormatBold: {
|
|
|
371
487
|
displayName: string;
|
|
372
488
|
};
|
|
373
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
|
+
*/
|
|
374
494
|
declare const FormatBoldTrimmed: {
|
|
375
495
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
376
496
|
displayName: string;
|
|
@@ -381,6 +501,10 @@ declare const FormatItalic: {
|
|
|
381
501
|
displayName: string;
|
|
382
502
|
};
|
|
383
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
|
+
*/
|
|
384
508
|
declare const FormatItalicTrimmed: {
|
|
385
509
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
386
510
|
displayName: string;
|
|
@@ -391,6 +515,10 @@ declare const FormatUnderlined: {
|
|
|
391
515
|
displayName: string;
|
|
392
516
|
};
|
|
393
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
|
+
*/
|
|
394
522
|
declare const FormatUnderlinedTrimmed: {
|
|
395
523
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
396
524
|
displayName: string;
|
|
@@ -411,11 +539,19 @@ declare const HeadingOne: {
|
|
|
411
539
|
displayName: string;
|
|
412
540
|
};
|
|
413
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
|
+
*/
|
|
414
546
|
declare const HeadingOneTrimmed: {
|
|
415
547
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
416
548
|
displayName: string;
|
|
417
549
|
};
|
|
418
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
|
+
*/
|
|
419
555
|
declare const HeadingTrimmed: {
|
|
420
556
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
421
557
|
displayName: string;
|
|
@@ -426,6 +562,10 @@ declare const HeadingTwo: {
|
|
|
426
562
|
displayName: string;
|
|
427
563
|
};
|
|
428
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
|
+
*/
|
|
429
569
|
declare const HeadingTwoTrimmed: {
|
|
430
570
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
431
571
|
displayName: string;
|
|
@@ -441,6 +581,10 @@ declare const HelpCircleInverted: {
|
|
|
441
581
|
displayName: string;
|
|
442
582
|
};
|
|
443
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
|
+
*/
|
|
444
588
|
declare const HelpCircleTrimmed: {
|
|
445
589
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
446
590
|
displayName: string;
|
|
@@ -451,6 +595,10 @@ declare const HorizontalRule: {
|
|
|
451
595
|
displayName: string;
|
|
452
596
|
};
|
|
453
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
|
+
*/
|
|
454
602
|
declare const HorizontalRuleTrimmed: {
|
|
455
603
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
456
604
|
displayName: string;
|
|
@@ -466,6 +614,10 @@ declare const InfoCircle: {
|
|
|
466
614
|
displayName: string;
|
|
467
615
|
};
|
|
468
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
|
+
*/
|
|
469
621
|
declare const InfoCircleTrimmed: {
|
|
470
622
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
471
623
|
displayName: string;
|
|
@@ -486,6 +638,10 @@ declare const LinkAlternate: {
|
|
|
486
638
|
displayName: string;
|
|
487
639
|
};
|
|
488
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
|
+
*/
|
|
489
645
|
declare const LinkTrimmed: {
|
|
490
646
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
491
647
|
displayName: string;
|
|
@@ -496,6 +652,10 @@ declare const ListBulleted: {
|
|
|
496
652
|
displayName: string;
|
|
497
653
|
};
|
|
498
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
|
+
*/
|
|
499
659
|
declare const ListBulletedTrimmed: {
|
|
500
660
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
501
661
|
displayName: string;
|
|
@@ -506,6 +666,10 @@ declare const ListNumbered: {
|
|
|
506
666
|
displayName: string;
|
|
507
667
|
};
|
|
508
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
|
+
*/
|
|
509
673
|
declare const ListNumberedTrimmed: {
|
|
510
674
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
511
675
|
displayName: string;
|
|
@@ -516,6 +680,10 @@ declare const Lock: {
|
|
|
516
680
|
displayName: string;
|
|
517
681
|
};
|
|
518
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
|
+
*/
|
|
519
687
|
declare const LockTrimmed: {
|
|
520
688
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
521
689
|
displayName: string;
|
|
@@ -531,6 +699,10 @@ declare const LooksOne: {
|
|
|
531
699
|
displayName: string;
|
|
532
700
|
};
|
|
533
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
|
+
*/
|
|
534
706
|
declare const LooksOneTrimmed: {
|
|
535
707
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
536
708
|
displayName: string;
|
|
@@ -541,6 +713,10 @@ declare const LooksTwo: {
|
|
|
541
713
|
displayName: string;
|
|
542
714
|
};
|
|
543
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
|
+
*/
|
|
544
720
|
declare const LooksTwoTrimmed: {
|
|
545
721
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
546
722
|
displayName: string;
|
|
@@ -556,6 +732,10 @@ declare const Menu: {
|
|
|
556
732
|
displayName: string;
|
|
557
733
|
};
|
|
558
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
|
+
*/
|
|
559
739
|
declare const MenuTrimmed: {
|
|
560
740
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
561
741
|
displayName: string;
|
|
@@ -571,6 +751,10 @@ declare const MoreHorizontal: {
|
|
|
571
751
|
displayName: string;
|
|
572
752
|
};
|
|
573
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
|
+
*/
|
|
574
758
|
declare const MoreHorizontalTrimmed: {
|
|
575
759
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
576
760
|
displayName: string;
|
|
@@ -581,6 +765,10 @@ declare const MoreVertical: {
|
|
|
581
765
|
displayName: string;
|
|
582
766
|
};
|
|
583
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
|
+
*/
|
|
584
772
|
declare const MoreVerticalTrimmed: {
|
|
585
773
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
586
774
|
displayName: string;
|
|
@@ -591,6 +779,10 @@ declare const Page: {
|
|
|
591
779
|
displayName: string;
|
|
592
780
|
};
|
|
593
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
|
+
*/
|
|
594
786
|
declare const PageTrimmed: {
|
|
595
787
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
596
788
|
displayName: string;
|
|
@@ -621,11 +813,19 @@ declare const PlusCircle: {
|
|
|
621
813
|
displayName: string;
|
|
622
814
|
};
|
|
623
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
|
+
*/
|
|
624
820
|
declare const PlusCircleTrimmed: {
|
|
625
821
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
626
822
|
displayName: string;
|
|
627
823
|
};
|
|
628
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
|
+
*/
|
|
629
829
|
declare const PlusTrimmed: {
|
|
630
830
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
631
831
|
displayName: string;
|
|
@@ -656,6 +856,10 @@ declare const Quote: {
|
|
|
656
856
|
displayName: string;
|
|
657
857
|
};
|
|
658
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
|
+
*/
|
|
659
863
|
declare const QuoteTrimmed: {
|
|
660
864
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
661
865
|
displayName: string;
|
|
@@ -666,6 +870,10 @@ declare const Receipt: {
|
|
|
666
870
|
displayName: string;
|
|
667
871
|
};
|
|
668
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
|
+
*/
|
|
669
877
|
declare const ReceiptTrimmed: {
|
|
670
878
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
671
879
|
displayName: string;
|
|
@@ -681,6 +889,10 @@ declare const Release: {
|
|
|
681
889
|
displayName: string;
|
|
682
890
|
};
|
|
683
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
|
+
*/
|
|
684
896
|
declare const ReleaseTrimmed: {
|
|
685
897
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
686
898
|
displayName: string;
|
|
@@ -696,6 +908,10 @@ declare const Search: {
|
|
|
696
908
|
displayName: string;
|
|
697
909
|
};
|
|
698
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
|
+
*/
|
|
699
915
|
declare const SearchTrimmed: {
|
|
700
916
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
701
917
|
displayName: string;
|
|
@@ -706,6 +922,10 @@ declare const Settings: {
|
|
|
706
922
|
displayName: string;
|
|
707
923
|
};
|
|
708
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
|
+
*/
|
|
709
929
|
declare const SettingsTrimmed: {
|
|
710
930
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
711
931
|
displayName: string;
|
|
@@ -731,6 +951,10 @@ declare const SortDescending: {
|
|
|
731
951
|
displayName: string;
|
|
732
952
|
};
|
|
733
953
|
|
|
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
|
+
*/
|
|
734
958
|
declare const ShoppingCartTrimmed: {
|
|
735
959
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
736
960
|
displayName: string;
|
|
@@ -746,6 +970,10 @@ declare const Star: {
|
|
|
746
970
|
displayName: string;
|
|
747
971
|
};
|
|
748
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
|
+
*/
|
|
749
977
|
declare const StarTrimmed: {
|
|
750
978
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
751
979
|
displayName: string;
|
|
@@ -756,6 +984,10 @@ declare const Subscript: {
|
|
|
756
984
|
displayName: string;
|
|
757
985
|
};
|
|
758
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
|
+
*/
|
|
759
991
|
declare const SubscriptTrimmed: {
|
|
760
992
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
761
993
|
displayName: string;
|
|
@@ -766,6 +998,10 @@ declare const Superscript: {
|
|
|
766
998
|
displayName: string;
|
|
767
999
|
};
|
|
768
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
|
+
*/
|
|
769
1005
|
declare const SuperscriptTrimmed: {
|
|
770
1006
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
771
1007
|
displayName: string;
|
|
@@ -791,6 +1027,10 @@ declare const Text: {
|
|
|
791
1027
|
displayName: string;
|
|
792
1028
|
};
|
|
793
1029
|
|
|
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
|
+
*/
|
|
794
1034
|
declare const TextTrimmed: {
|
|
795
1035
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
796
1036
|
displayName: string;
|
|
@@ -801,6 +1041,10 @@ declare const ThumbDown: {
|
|
|
801
1041
|
displayName: string;
|
|
802
1042
|
};
|
|
803
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
|
+
*/
|
|
804
1048
|
declare const ThumbDownTrimmed: {
|
|
805
1049
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
806
1050
|
displayName: string;
|
|
@@ -811,6 +1055,10 @@ declare const ThumbUp: {
|
|
|
811
1055
|
displayName: string;
|
|
812
1056
|
};
|
|
813
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
|
+
*/
|
|
814
1062
|
declare const ThumbUpTrimmed: {
|
|
815
1063
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
816
1064
|
displayName: string;
|
|
@@ -831,6 +1079,10 @@ declare const Users: {
|
|
|
831
1079
|
displayName: string;
|
|
832
1080
|
};
|
|
833
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
|
+
*/
|
|
834
1086
|
declare const UsersTrimmed: {
|
|
835
1087
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
836
1088
|
displayName: string;
|
|
@@ -846,6 +1098,10 @@ declare const Warning: {
|
|
|
846
1098
|
displayName: string;
|
|
847
1099
|
};
|
|
848
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
|
+
*/
|
|
849
1105
|
declare const WarningTrimmed: {
|
|
850
1106
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
851
1107
|
displayName: string;
|