@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.mts
ADDED
|
@@ -0,0 +1,1115 @@
|
|
|
1
|
+
import * as _contentful_f36_icon from '@contentful/f36-icon';
|
|
2
|
+
export { IconComponent, GeneratedIconProps as IconProps, IconSize, IconVariant } from '@contentful/f36-icon';
|
|
3
|
+
|
|
4
|
+
declare const Appearance: {
|
|
5
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
declare const Archive: {
|
|
10
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
declare const ArrowBackward: {
|
|
15
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
16
|
+
displayName: string;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
declare const ArrowDown: {
|
|
20
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
21
|
+
displayName: string;
|
|
22
|
+
};
|
|
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
|
+
*/
|
|
28
|
+
declare const ArrowDownTrimmed: {
|
|
29
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
30
|
+
displayName: string;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
declare const ArrowForward: {
|
|
34
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
35
|
+
displayName: string;
|
|
36
|
+
};
|
|
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
|
+
*/
|
|
42
|
+
declare const ArrowForwardTrimmed: {
|
|
43
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
44
|
+
displayName: string;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
declare const ArrowUp: {
|
|
48
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
49
|
+
displayName: string;
|
|
50
|
+
};
|
|
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
|
+
*/
|
|
56
|
+
declare const ArrowUpTrimmed: {
|
|
57
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
58
|
+
displayName: string;
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
declare const ArrowUpward: {
|
|
62
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
63
|
+
displayName: string;
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
declare const ArrowDownward: {
|
|
67
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
68
|
+
displayName: string;
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
declare const Asset: {
|
|
72
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
73
|
+
displayName: string;
|
|
74
|
+
};
|
|
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
|
+
*/
|
|
80
|
+
declare const AssetTrimmed: {
|
|
81
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
82
|
+
displayName: string;
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
declare const Audio: {
|
|
86
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
87
|
+
displayName: string;
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
declare const Calendar: {
|
|
91
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
92
|
+
displayName: string;
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
declare const ChatBubble: {
|
|
96
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
97
|
+
displayName: string;
|
|
98
|
+
};
|
|
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
|
+
*/
|
|
104
|
+
declare const ChatBubbleTrimmed: {
|
|
105
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
106
|
+
displayName: string;
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
declare const CheckCircle: {
|
|
110
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
111
|
+
displayName: string;
|
|
112
|
+
};
|
|
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
|
+
*/
|
|
118
|
+
declare const CheckCircleTrimmed: {
|
|
119
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
120
|
+
displayName: string;
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
declare const ChevronDown: {
|
|
124
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
125
|
+
displayName: string;
|
|
126
|
+
};
|
|
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
|
+
*/
|
|
132
|
+
declare const ChevronDownTrimmed: {
|
|
133
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
134
|
+
displayName: string;
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
declare const ChevronLeft: {
|
|
138
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
139
|
+
displayName: string;
|
|
140
|
+
};
|
|
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
|
+
*/
|
|
146
|
+
declare const ChevronLeftTrimmed: {
|
|
147
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
148
|
+
displayName: string;
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
declare const ChevronRight: {
|
|
152
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
153
|
+
displayName: string;
|
|
154
|
+
};
|
|
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
|
+
*/
|
|
160
|
+
declare const ChevronRightTrimmed: {
|
|
161
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
162
|
+
displayName: string;
|
|
163
|
+
};
|
|
164
|
+
|
|
165
|
+
declare const ChevronUp: {
|
|
166
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
167
|
+
displayName: string;
|
|
168
|
+
};
|
|
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
|
+
*/
|
|
174
|
+
declare const ChevronUpTrimmed: {
|
|
175
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
176
|
+
displayName: string;
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
declare const Clock: {
|
|
180
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
181
|
+
displayName: string;
|
|
182
|
+
};
|
|
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
|
+
*/
|
|
188
|
+
declare const ClockTrimmed: {
|
|
189
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
190
|
+
displayName: string;
|
|
191
|
+
};
|
|
192
|
+
|
|
193
|
+
declare const Close: {
|
|
194
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
195
|
+
displayName: string;
|
|
196
|
+
};
|
|
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
|
+
*/
|
|
202
|
+
declare const CloseTrimmed: {
|
|
203
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
204
|
+
displayName: string;
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
declare const CloudUpload: {
|
|
208
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
209
|
+
displayName: string;
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
declare const Code: {
|
|
213
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
214
|
+
displayName: string;
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
declare const CodeIllustration: {
|
|
218
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
219
|
+
displayName: string;
|
|
220
|
+
};
|
|
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
|
+
*/
|
|
226
|
+
declare const CodeTrimmed: {
|
|
227
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
228
|
+
displayName: string;
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
declare const Copy: {
|
|
232
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
233
|
+
displayName: string;
|
|
234
|
+
};
|
|
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
|
+
*/
|
|
240
|
+
declare const CopyTrimmed: {
|
|
241
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
242
|
+
displayName: string;
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
declare const Cycle: {
|
|
246
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
247
|
+
displayName: string;
|
|
248
|
+
};
|
|
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
|
+
*/
|
|
254
|
+
declare const CycleTrimmed: {
|
|
255
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
256
|
+
displayName: string;
|
|
257
|
+
};
|
|
258
|
+
|
|
259
|
+
declare const Delete: {
|
|
260
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
261
|
+
displayName: string;
|
|
262
|
+
};
|
|
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
|
+
*/
|
|
268
|
+
declare const DeleteTrimmed: {
|
|
269
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
270
|
+
displayName: string;
|
|
271
|
+
};
|
|
272
|
+
|
|
273
|
+
declare const Done: {
|
|
274
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
275
|
+
displayName: string;
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
declare const DoubleArrow: {
|
|
279
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
280
|
+
displayName: string;
|
|
281
|
+
};
|
|
282
|
+
|
|
283
|
+
declare const Download: {
|
|
284
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
285
|
+
displayName: string;
|
|
286
|
+
};
|
|
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
|
+
*/
|
|
292
|
+
declare const DownloadTrimmed: {
|
|
293
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
294
|
+
displayName: string;
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
declare const Drag: {
|
|
298
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
299
|
+
displayName: string;
|
|
300
|
+
};
|
|
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
|
+
*/
|
|
306
|
+
declare const DragTrimmed: {
|
|
307
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
308
|
+
displayName: string;
|
|
309
|
+
};
|
|
310
|
+
|
|
311
|
+
declare const Diamond: {
|
|
312
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
313
|
+
displayName: string;
|
|
314
|
+
};
|
|
315
|
+
|
|
316
|
+
declare const Edit: {
|
|
317
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
318
|
+
displayName: string;
|
|
319
|
+
};
|
|
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
|
+
*/
|
|
325
|
+
declare const EditTrimmed: {
|
|
326
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
327
|
+
displayName: string;
|
|
328
|
+
};
|
|
329
|
+
|
|
330
|
+
declare const EmbeddedEntryBlock: {
|
|
331
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
332
|
+
displayName: string;
|
|
333
|
+
};
|
|
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
|
+
*/
|
|
339
|
+
declare const EmbeddedEntryBlockTrimmed: {
|
|
340
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
341
|
+
displayName: string;
|
|
342
|
+
};
|
|
343
|
+
|
|
344
|
+
declare const EmbeddedEntryInline: {
|
|
345
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
346
|
+
displayName: string;
|
|
347
|
+
};
|
|
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
|
+
*/
|
|
353
|
+
declare const EmbeddedEntryInlineTrimmed: {
|
|
354
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
355
|
+
displayName: string;
|
|
356
|
+
};
|
|
357
|
+
|
|
358
|
+
declare const Entry: {
|
|
359
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
360
|
+
displayName: string;
|
|
361
|
+
};
|
|
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
|
+
*/
|
|
367
|
+
declare const EntryTrimmed: {
|
|
368
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
369
|
+
displayName: string;
|
|
370
|
+
};
|
|
371
|
+
|
|
372
|
+
declare const Environment: {
|
|
373
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
374
|
+
displayName: string;
|
|
375
|
+
};
|
|
376
|
+
|
|
377
|
+
declare const EnvironmentAlias: {
|
|
378
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
379
|
+
displayName: string;
|
|
380
|
+
};
|
|
381
|
+
|
|
382
|
+
declare const ErrorCircle: {
|
|
383
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
384
|
+
displayName: string;
|
|
385
|
+
};
|
|
386
|
+
|
|
387
|
+
declare const ErrorCircleOutline: {
|
|
388
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
389
|
+
displayName: string;
|
|
390
|
+
};
|
|
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
|
+
*/
|
|
396
|
+
declare const ErrorCircleTrimmed: {
|
|
397
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
398
|
+
displayName: string;
|
|
399
|
+
};
|
|
400
|
+
|
|
401
|
+
declare const ExternalLink: {
|
|
402
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
403
|
+
displayName: string;
|
|
404
|
+
};
|
|
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
|
+
*/
|
|
410
|
+
declare const ExternalLinkTrimmed: {
|
|
411
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
412
|
+
displayName: string;
|
|
413
|
+
};
|
|
414
|
+
|
|
415
|
+
declare const FaceHappy: {
|
|
416
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
417
|
+
displayName: string;
|
|
418
|
+
};
|
|
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
|
+
*/
|
|
424
|
+
declare const FaceHappyTrimmed: {
|
|
425
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
426
|
+
displayName: string;
|
|
427
|
+
};
|
|
428
|
+
|
|
429
|
+
declare const Filter: {
|
|
430
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
431
|
+
displayName: string;
|
|
432
|
+
};
|
|
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
|
+
*/
|
|
438
|
+
declare const FilterTrimmed: {
|
|
439
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
440
|
+
displayName: string;
|
|
441
|
+
};
|
|
442
|
+
|
|
443
|
+
declare const Folder: {
|
|
444
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
445
|
+
displayName: string;
|
|
446
|
+
};
|
|
447
|
+
|
|
448
|
+
declare const FolderCreate: {
|
|
449
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
450
|
+
displayName: string;
|
|
451
|
+
};
|
|
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
|
+
*/
|
|
457
|
+
declare const FolderCreateTrimmed: {
|
|
458
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
459
|
+
displayName: string;
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
declare const FolderOpen: {
|
|
463
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
464
|
+
displayName: string;
|
|
465
|
+
};
|
|
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
|
+
*/
|
|
471
|
+
declare const FolderOpenTrimmed: {
|
|
472
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
473
|
+
displayName: string;
|
|
474
|
+
};
|
|
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
|
+
*/
|
|
480
|
+
declare const FolderTrimmed: {
|
|
481
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
482
|
+
displayName: string;
|
|
483
|
+
};
|
|
484
|
+
|
|
485
|
+
declare const FormatBold: {
|
|
486
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
487
|
+
displayName: string;
|
|
488
|
+
};
|
|
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
|
+
*/
|
|
494
|
+
declare const FormatBoldTrimmed: {
|
|
495
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
496
|
+
displayName: string;
|
|
497
|
+
};
|
|
498
|
+
|
|
499
|
+
declare const FormatItalic: {
|
|
500
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
501
|
+
displayName: string;
|
|
502
|
+
};
|
|
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
|
+
*/
|
|
508
|
+
declare const FormatItalicTrimmed: {
|
|
509
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
510
|
+
displayName: string;
|
|
511
|
+
};
|
|
512
|
+
|
|
513
|
+
declare const FormatUnderlined: {
|
|
514
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
515
|
+
displayName: string;
|
|
516
|
+
};
|
|
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
|
+
*/
|
|
522
|
+
declare const FormatUnderlinedTrimmed: {
|
|
523
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
524
|
+
displayName: string;
|
|
525
|
+
};
|
|
526
|
+
|
|
527
|
+
declare const Gift: {
|
|
528
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
529
|
+
displayName: string;
|
|
530
|
+
};
|
|
531
|
+
|
|
532
|
+
declare const Heading: {
|
|
533
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
534
|
+
displayName: string;
|
|
535
|
+
};
|
|
536
|
+
|
|
537
|
+
declare const HeadingOne: {
|
|
538
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
539
|
+
displayName: string;
|
|
540
|
+
};
|
|
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
|
+
*/
|
|
546
|
+
declare const HeadingOneTrimmed: {
|
|
547
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
548
|
+
displayName: string;
|
|
549
|
+
};
|
|
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
|
+
*/
|
|
555
|
+
declare const HeadingTrimmed: {
|
|
556
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
557
|
+
displayName: string;
|
|
558
|
+
};
|
|
559
|
+
|
|
560
|
+
declare const HeadingTwo: {
|
|
561
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
562
|
+
displayName: string;
|
|
563
|
+
};
|
|
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
|
+
*/
|
|
569
|
+
declare const HeadingTwoTrimmed: {
|
|
570
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
571
|
+
displayName: string;
|
|
572
|
+
};
|
|
573
|
+
|
|
574
|
+
declare const HelpCircle: {
|
|
575
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
576
|
+
displayName: string;
|
|
577
|
+
};
|
|
578
|
+
|
|
579
|
+
declare const HelpCircleInverted: {
|
|
580
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
581
|
+
displayName: string;
|
|
582
|
+
};
|
|
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
|
+
*/
|
|
588
|
+
declare const HelpCircleTrimmed: {
|
|
589
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
590
|
+
displayName: string;
|
|
591
|
+
};
|
|
592
|
+
|
|
593
|
+
declare const HorizontalRule: {
|
|
594
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
595
|
+
displayName: string;
|
|
596
|
+
};
|
|
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
|
+
*/
|
|
602
|
+
declare const HorizontalRuleTrimmed: {
|
|
603
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
604
|
+
displayName: string;
|
|
605
|
+
};
|
|
606
|
+
|
|
607
|
+
declare const Image: {
|
|
608
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
609
|
+
displayName: string;
|
|
610
|
+
};
|
|
611
|
+
|
|
612
|
+
declare const InfoCircle: {
|
|
613
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
614
|
+
displayName: string;
|
|
615
|
+
};
|
|
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
|
+
*/
|
|
621
|
+
declare const InfoCircleTrimmed: {
|
|
622
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
623
|
+
displayName: string;
|
|
624
|
+
};
|
|
625
|
+
|
|
626
|
+
declare const Language: {
|
|
627
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
628
|
+
displayName: string;
|
|
629
|
+
};
|
|
630
|
+
|
|
631
|
+
declare const Link: {
|
|
632
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
633
|
+
displayName: string;
|
|
634
|
+
};
|
|
635
|
+
|
|
636
|
+
declare const LinkAlternate: {
|
|
637
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
638
|
+
displayName: string;
|
|
639
|
+
};
|
|
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
|
+
*/
|
|
645
|
+
declare const LinkTrimmed: {
|
|
646
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
647
|
+
displayName: string;
|
|
648
|
+
};
|
|
649
|
+
|
|
650
|
+
declare const ListBulleted: {
|
|
651
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
652
|
+
displayName: string;
|
|
653
|
+
};
|
|
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
|
+
*/
|
|
659
|
+
declare const ListBulletedTrimmed: {
|
|
660
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
661
|
+
displayName: string;
|
|
662
|
+
};
|
|
663
|
+
|
|
664
|
+
declare const ListNumbered: {
|
|
665
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
666
|
+
displayName: string;
|
|
667
|
+
};
|
|
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
|
+
*/
|
|
673
|
+
declare const ListNumberedTrimmed: {
|
|
674
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
675
|
+
displayName: string;
|
|
676
|
+
};
|
|
677
|
+
|
|
678
|
+
declare const Lock: {
|
|
679
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
680
|
+
displayName: string;
|
|
681
|
+
};
|
|
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
|
+
*/
|
|
687
|
+
declare const LockTrimmed: {
|
|
688
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
689
|
+
displayName: string;
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
declare const Logout: {
|
|
693
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
694
|
+
displayName: string;
|
|
695
|
+
};
|
|
696
|
+
|
|
697
|
+
declare const LooksOne: {
|
|
698
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
699
|
+
displayName: string;
|
|
700
|
+
};
|
|
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
|
+
*/
|
|
706
|
+
declare const LooksOneTrimmed: {
|
|
707
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
708
|
+
displayName: string;
|
|
709
|
+
};
|
|
710
|
+
|
|
711
|
+
declare const LooksTwo: {
|
|
712
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
713
|
+
displayName: string;
|
|
714
|
+
};
|
|
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
|
+
*/
|
|
720
|
+
declare const LooksTwoTrimmed: {
|
|
721
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
722
|
+
displayName: string;
|
|
723
|
+
};
|
|
724
|
+
|
|
725
|
+
declare const Markup: {
|
|
726
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
727
|
+
displayName: string;
|
|
728
|
+
};
|
|
729
|
+
|
|
730
|
+
declare const Menu: {
|
|
731
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
732
|
+
displayName: string;
|
|
733
|
+
};
|
|
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
|
+
*/
|
|
739
|
+
declare const MenuTrimmed: {
|
|
740
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
741
|
+
displayName: string;
|
|
742
|
+
};
|
|
743
|
+
|
|
744
|
+
declare const Minus: {
|
|
745
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
746
|
+
displayName: string;
|
|
747
|
+
};
|
|
748
|
+
|
|
749
|
+
declare const MoreHorizontal: {
|
|
750
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
751
|
+
displayName: string;
|
|
752
|
+
};
|
|
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
|
+
*/
|
|
758
|
+
declare const MoreHorizontalTrimmed: {
|
|
759
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
760
|
+
displayName: string;
|
|
761
|
+
};
|
|
762
|
+
|
|
763
|
+
declare const MoreVertical: {
|
|
764
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
765
|
+
displayName: string;
|
|
766
|
+
};
|
|
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
|
+
*/
|
|
772
|
+
declare const MoreVerticalTrimmed: {
|
|
773
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
774
|
+
displayName: string;
|
|
775
|
+
};
|
|
776
|
+
|
|
777
|
+
declare const Page: {
|
|
778
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
779
|
+
displayName: string;
|
|
780
|
+
};
|
|
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
|
+
*/
|
|
786
|
+
declare const PageTrimmed: {
|
|
787
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
788
|
+
displayName: string;
|
|
789
|
+
};
|
|
790
|
+
|
|
791
|
+
declare const Pdf: {
|
|
792
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
793
|
+
displayName: string;
|
|
794
|
+
};
|
|
795
|
+
|
|
796
|
+
declare const Person: {
|
|
797
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
798
|
+
displayName: string;
|
|
799
|
+
};
|
|
800
|
+
|
|
801
|
+
declare const Plaintext: {
|
|
802
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
803
|
+
displayName: string;
|
|
804
|
+
};
|
|
805
|
+
|
|
806
|
+
declare const Plus: {
|
|
807
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
808
|
+
displayName: string;
|
|
809
|
+
};
|
|
810
|
+
|
|
811
|
+
declare const PlusCircle: {
|
|
812
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
813
|
+
displayName: string;
|
|
814
|
+
};
|
|
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
|
+
*/
|
|
820
|
+
declare const PlusCircleTrimmed: {
|
|
821
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
822
|
+
displayName: string;
|
|
823
|
+
};
|
|
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
|
+
*/
|
|
829
|
+
declare const PlusTrimmed: {
|
|
830
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
831
|
+
displayName: string;
|
|
832
|
+
};
|
|
833
|
+
|
|
834
|
+
declare const Presentation: {
|
|
835
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
836
|
+
displayName: string;
|
|
837
|
+
};
|
|
838
|
+
|
|
839
|
+
declare const Preview: {
|
|
840
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
841
|
+
displayName: string;
|
|
842
|
+
};
|
|
843
|
+
|
|
844
|
+
declare const PreviewOff: {
|
|
845
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
846
|
+
displayName: string;
|
|
847
|
+
};
|
|
848
|
+
|
|
849
|
+
declare const Puzzle: {
|
|
850
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
851
|
+
displayName: string;
|
|
852
|
+
};
|
|
853
|
+
|
|
854
|
+
declare const Quote: {
|
|
855
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
856
|
+
displayName: string;
|
|
857
|
+
};
|
|
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
|
+
*/
|
|
863
|
+
declare const QuoteTrimmed: {
|
|
864
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
865
|
+
displayName: string;
|
|
866
|
+
};
|
|
867
|
+
|
|
868
|
+
declare const Receipt: {
|
|
869
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
870
|
+
displayName: string;
|
|
871
|
+
};
|
|
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
|
+
*/
|
|
877
|
+
declare const ReceiptTrimmed: {
|
|
878
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
879
|
+
displayName: string;
|
|
880
|
+
};
|
|
881
|
+
|
|
882
|
+
declare const References: {
|
|
883
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
884
|
+
displayName: string;
|
|
885
|
+
};
|
|
886
|
+
|
|
887
|
+
declare const Release: {
|
|
888
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
889
|
+
displayName: string;
|
|
890
|
+
};
|
|
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
|
+
*/
|
|
896
|
+
declare const ReleaseTrimmed: {
|
|
897
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
898
|
+
displayName: string;
|
|
899
|
+
};
|
|
900
|
+
|
|
901
|
+
declare const Richtext: {
|
|
902
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
903
|
+
displayName: string;
|
|
904
|
+
};
|
|
905
|
+
|
|
906
|
+
declare const Search: {
|
|
907
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
908
|
+
displayName: string;
|
|
909
|
+
};
|
|
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
|
+
*/
|
|
915
|
+
declare const SearchTrimmed: {
|
|
916
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
917
|
+
displayName: string;
|
|
918
|
+
};
|
|
919
|
+
|
|
920
|
+
declare const Settings: {
|
|
921
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
922
|
+
displayName: string;
|
|
923
|
+
};
|
|
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
|
+
*/
|
|
929
|
+
declare const SettingsTrimmed: {
|
|
930
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
931
|
+
displayName: string;
|
|
932
|
+
};
|
|
933
|
+
|
|
934
|
+
declare const ShoppingCart: {
|
|
935
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
936
|
+
displayName: string;
|
|
937
|
+
};
|
|
938
|
+
|
|
939
|
+
declare const Sort: {
|
|
940
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
941
|
+
displayName: string;
|
|
942
|
+
};
|
|
943
|
+
|
|
944
|
+
declare const SortAscending: {
|
|
945
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
946
|
+
displayName: string;
|
|
947
|
+
};
|
|
948
|
+
|
|
949
|
+
declare const SortDescending: {
|
|
950
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
951
|
+
displayName: string;
|
|
952
|
+
};
|
|
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
|
+
*/
|
|
958
|
+
declare const ShoppingCartTrimmed: {
|
|
959
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
960
|
+
displayName: string;
|
|
961
|
+
};
|
|
962
|
+
|
|
963
|
+
declare const Spreadsheet: {
|
|
964
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
965
|
+
displayName: string;
|
|
966
|
+
};
|
|
967
|
+
|
|
968
|
+
declare const Star: {
|
|
969
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
970
|
+
displayName: string;
|
|
971
|
+
};
|
|
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
|
+
*/
|
|
977
|
+
declare const StarTrimmed: {
|
|
978
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
979
|
+
displayName: string;
|
|
980
|
+
};
|
|
981
|
+
|
|
982
|
+
declare const Subscript: {
|
|
983
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
984
|
+
displayName: string;
|
|
985
|
+
};
|
|
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
|
+
*/
|
|
991
|
+
declare const SubscriptTrimmed: {
|
|
992
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
993
|
+
displayName: string;
|
|
994
|
+
};
|
|
995
|
+
|
|
996
|
+
declare const Superscript: {
|
|
997
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
998
|
+
displayName: string;
|
|
999
|
+
};
|
|
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
|
+
*/
|
|
1005
|
+
declare const SuperscriptTrimmed: {
|
|
1006
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1007
|
+
displayName: string;
|
|
1008
|
+
};
|
|
1009
|
+
|
|
1010
|
+
declare const Tab: {
|
|
1011
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1012
|
+
displayName: string;
|
|
1013
|
+
};
|
|
1014
|
+
|
|
1015
|
+
declare const Table: {
|
|
1016
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1017
|
+
displayName: string;
|
|
1018
|
+
};
|
|
1019
|
+
|
|
1020
|
+
declare const Tags: {
|
|
1021
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1022
|
+
displayName: string;
|
|
1023
|
+
};
|
|
1024
|
+
|
|
1025
|
+
declare const Text: {
|
|
1026
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1027
|
+
displayName: string;
|
|
1028
|
+
};
|
|
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
|
+
*/
|
|
1034
|
+
declare const TextTrimmed: {
|
|
1035
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1036
|
+
displayName: string;
|
|
1037
|
+
};
|
|
1038
|
+
|
|
1039
|
+
declare const ThumbDown: {
|
|
1040
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1041
|
+
displayName: string;
|
|
1042
|
+
};
|
|
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
|
+
*/
|
|
1048
|
+
declare const ThumbDownTrimmed: {
|
|
1049
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1050
|
+
displayName: string;
|
|
1051
|
+
};
|
|
1052
|
+
|
|
1053
|
+
declare const ThumbUp: {
|
|
1054
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1055
|
+
displayName: string;
|
|
1056
|
+
};
|
|
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
|
+
*/
|
|
1062
|
+
declare const ThumbUpTrimmed: {
|
|
1063
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1064
|
+
displayName: string;
|
|
1065
|
+
};
|
|
1066
|
+
|
|
1067
|
+
declare const Toggle: {
|
|
1068
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1069
|
+
displayName: string;
|
|
1070
|
+
};
|
|
1071
|
+
|
|
1072
|
+
declare const TriangleOutline: {
|
|
1073
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1074
|
+
displayName: string;
|
|
1075
|
+
};
|
|
1076
|
+
|
|
1077
|
+
declare const Users: {
|
|
1078
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1079
|
+
displayName: string;
|
|
1080
|
+
};
|
|
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
|
+
*/
|
|
1086
|
+
declare const UsersTrimmed: {
|
|
1087
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1088
|
+
displayName: string;
|
|
1089
|
+
};
|
|
1090
|
+
|
|
1091
|
+
declare const Video: {
|
|
1092
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1093
|
+
displayName: string;
|
|
1094
|
+
};
|
|
1095
|
+
|
|
1096
|
+
declare const Warning: {
|
|
1097
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1098
|
+
displayName: string;
|
|
1099
|
+
};
|
|
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
|
+
*/
|
|
1105
|
+
declare const WarningTrimmed: {
|
|
1106
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1107
|
+
displayName: string;
|
|
1108
|
+
};
|
|
1109
|
+
|
|
1110
|
+
declare const Workflows: {
|
|
1111
|
+
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
1112
|
+
displayName: string;
|
|
1113
|
+
};
|
|
1114
|
+
|
|
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 };
|