@haiilo/catalyst-icons 1.0.7 → 1.0.8
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/js/icons.constants.d.ts +1296 -1275
- package/dist/js/icons.constants.js +1422 -1407
- package/dist/js/icons.object.d.ts +1 -1
- package/dist/js/icons.object.js +321 -319
- package/dist/style/sprite.css.css +1312 -1285
- package/dist/style/sprite.css.less +1312 -1285
- package/dist/style/sprite.css.scss +1312 -1285
- package/dist/style/sprite.view.css +1312 -1285
- package/dist/style/sprite.view.less +1312 -1285
- package/dist/style/sprite.view.scss +1312 -1285
- package/dist/svg/sprite.css.svg +1 -1
- package/dist/svg/sprite.defs.svg +1 -1
- package/dist/svg/sprite.stack.svg +1 -1
- package/dist/svg/sprite.symbol.svg +1 -1
- package/dist/svg/sprite.view.svg +1 -1
- package/package.json +11 -10
- package/tmp/assets/click-outlined.svg +1 -0
- package/tmp/assets/emoji-thinking.svg +6 -0
- package/tmp/assets/facebook.svg +3 -3
- package/tmp/assets/generic-browser-outlined.svg +3 -0
- package/tmp/assets/instagram.svg +24 -2
- package/tmp/assets/linkedin.svg +3 -2
- package/tmp/assets/microsoft-outlook.svg +10 -21
- package/tmp/assets/microsoft-teams.svg +19 -1
- package/tmp/assets/microsoft-yammer.svg +7 -1
- package/tmp/assets/mozilla-firefox.svg +24 -1
- package/tmp/assets/twitter.svg +3 -2
- package/tmp/assets/wechat.svg +3 -2
- package/tmp/assets/xing.svg +3 -2
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
export declare const ci16BellStrikethrough: {
|
|
2
|
+
name: '16-bell-strikethrough';
|
|
3
|
+
data: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const ci16Bell: {
|
|
6
|
+
name: '16-bell';
|
|
7
|
+
data: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const ci16CheckCircleFilled: {
|
|
10
|
+
name: '16-check-circle-filled';
|
|
11
|
+
data: string;
|
|
12
|
+
};
|
|
13
|
+
export declare const ci16CheckCircleOutlined: {
|
|
14
|
+
name: '16-check-circle-outlined';
|
|
15
|
+
data: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const ci16CheckDouble: {
|
|
18
|
+
name: '16-check-double';
|
|
19
|
+
data: string;
|
|
20
|
+
};
|
|
21
|
+
export declare const ci16Check: {
|
|
22
|
+
name: '16-check';
|
|
23
|
+
data: string;
|
|
24
|
+
};
|
|
1
25
|
export declare const ci16ChevronDown: {
|
|
2
26
|
name: '16-chevron-down';
|
|
3
27
|
data: string;
|
|
@@ -14,6 +38,34 @@ export declare const ci16ChevronUp: {
|
|
|
14
38
|
name: '16-chevron-up';
|
|
15
39
|
data: string;
|
|
16
40
|
};
|
|
41
|
+
export declare const ci16ClockOutlined: {
|
|
42
|
+
name: '16-clock-outlined';
|
|
43
|
+
data: string;
|
|
44
|
+
};
|
|
45
|
+
export declare const ci16Cross: {
|
|
46
|
+
name: '16-cross';
|
|
47
|
+
data: string;
|
|
48
|
+
};
|
|
49
|
+
export declare const ci16EarthOutlined: {
|
|
50
|
+
name: '16-earth-outlined';
|
|
51
|
+
data: string;
|
|
52
|
+
};
|
|
53
|
+
export declare const ci16EditorArrowDown: {
|
|
54
|
+
name: '16-editor-arrow-down';
|
|
55
|
+
data: string;
|
|
56
|
+
};
|
|
57
|
+
export declare const ci16EditorArrowUp: {
|
|
58
|
+
name: '16-editor-arrow-up';
|
|
59
|
+
data: string;
|
|
60
|
+
};
|
|
61
|
+
export declare const ci16EditorBold: {
|
|
62
|
+
name: '16-editor-bold';
|
|
63
|
+
data: string;
|
|
64
|
+
};
|
|
65
|
+
export declare const ci16EditorDelete: {
|
|
66
|
+
name: '16-editor-delete';
|
|
67
|
+
data: string;
|
|
68
|
+
};
|
|
17
69
|
export declare const ci16EditorH1: {
|
|
18
70
|
name: '16-editor-h-1';
|
|
19
71
|
data: string;
|
|
@@ -42,6 +94,10 @@ export declare const ci16EditorHeadline: {
|
|
|
42
94
|
name: '16-editor-headline';
|
|
43
95
|
data: string;
|
|
44
96
|
};
|
|
97
|
+
export declare const ci16EditorImage: {
|
|
98
|
+
name: '16-editor-image';
|
|
99
|
+
data: string;
|
|
100
|
+
};
|
|
45
101
|
export declare const ci16EditorIndentDecrease: {
|
|
46
102
|
name: '16-editor-indent-decrease';
|
|
47
103
|
data: string;
|
|
@@ -50,22 +106,86 @@ export declare const ci16EditorIndentIncrease: {
|
|
|
50
106
|
name: '16-editor-indent-increase';
|
|
51
107
|
data: string;
|
|
52
108
|
};
|
|
109
|
+
export declare const ci16EditorItalic: {
|
|
110
|
+
name: '16-editor-italic';
|
|
111
|
+
data: string;
|
|
112
|
+
};
|
|
113
|
+
export declare const ci16EditorLinkBreak: {
|
|
114
|
+
name: '16-editor-link-break';
|
|
115
|
+
data: string;
|
|
116
|
+
};
|
|
117
|
+
export declare const ci16EditorLink: {
|
|
118
|
+
name: '16-editor-link';
|
|
119
|
+
data: string;
|
|
120
|
+
};
|
|
53
121
|
export declare const ci16EditorOl: {
|
|
54
122
|
name: '16-editor-ol';
|
|
55
123
|
data: string;
|
|
56
124
|
};
|
|
125
|
+
export declare const ci16EditorParagraph: {
|
|
126
|
+
name: '16-editor-paragraph';
|
|
127
|
+
data: string;
|
|
128
|
+
};
|
|
129
|
+
export declare const ci16EditorPlus: {
|
|
130
|
+
name: '16-editor-plus';
|
|
131
|
+
data: string;
|
|
132
|
+
};
|
|
133
|
+
export declare const ci16EditorSearch: {
|
|
134
|
+
name: '16-editor-search';
|
|
135
|
+
data: string;
|
|
136
|
+
};
|
|
137
|
+
export declare const ci16EditorSettings: {
|
|
138
|
+
name: '16-editor-settings';
|
|
139
|
+
data: string;
|
|
140
|
+
};
|
|
57
141
|
export declare const ci16EditorUl: {
|
|
58
142
|
name: '16-editor-ul';
|
|
59
143
|
data: string;
|
|
60
144
|
};
|
|
145
|
+
export declare const ci16ExternalLink: {
|
|
146
|
+
name: '16-external-link';
|
|
147
|
+
data: string;
|
|
148
|
+
};
|
|
149
|
+
export declare const ci16Flag: {
|
|
150
|
+
name: '16-flag';
|
|
151
|
+
data: string;
|
|
152
|
+
};
|
|
61
153
|
export declare const ci16FlashCircleOutlined: {
|
|
62
154
|
name: '16-flash-circle-outlined';
|
|
63
155
|
data: string;
|
|
64
156
|
};
|
|
157
|
+
export declare const ci16InfoCircleOutlined: {
|
|
158
|
+
name: '16-info-circle-outlined';
|
|
159
|
+
data: string;
|
|
160
|
+
};
|
|
161
|
+
export declare const ci16LinkLarge: {
|
|
162
|
+
name: '16-link-large';
|
|
163
|
+
data: string;
|
|
164
|
+
};
|
|
165
|
+
export declare const ci16LinkMedium: {
|
|
166
|
+
name: '16-link-medium';
|
|
167
|
+
data: string;
|
|
168
|
+
};
|
|
169
|
+
export declare const ci16LinkSmall: {
|
|
170
|
+
name: '16-link-small';
|
|
171
|
+
data: string;
|
|
172
|
+
};
|
|
65
173
|
export declare const ci16LockOutlined: {
|
|
66
174
|
name: '16-lock-outlined';
|
|
67
175
|
data: string;
|
|
68
176
|
};
|
|
177
|
+
export declare const ci16PenOutlined: {
|
|
178
|
+
name: '16-pen-outlined';
|
|
179
|
+
data: string;
|
|
180
|
+
};
|
|
181
|
+
export declare const ci16PinOutlined: {
|
|
182
|
+
name: '16-pin-outlined';
|
|
183
|
+
data: string;
|
|
184
|
+
};
|
|
185
|
+
export declare const ci16TargetedOutlined: {
|
|
186
|
+
name: '16-targeted-outlined';
|
|
187
|
+
data: string;
|
|
188
|
+
};
|
|
69
189
|
export declare const ci16ThumbsUpOutlined: {
|
|
70
190
|
name: '16-thumbs-up-outlined';
|
|
71
191
|
data: string;
|
|
@@ -74,6 +194,66 @@ export declare const ci16TranslateBoxOutlined: {
|
|
|
74
194
|
name: '16-translate-box-outlined';
|
|
75
195
|
data: string;
|
|
76
196
|
};
|
|
197
|
+
export declare const ci16WarningCircleOutlined: {
|
|
198
|
+
name: '16-warning-circle-outlined';
|
|
199
|
+
data: string;
|
|
200
|
+
};
|
|
201
|
+
export declare const ciA11YOutlined: {
|
|
202
|
+
name: 'a-11-y-outlined';
|
|
203
|
+
data: string;
|
|
204
|
+
};
|
|
205
|
+
export declare const ciAiFilled: {
|
|
206
|
+
name: 'ai-filled';
|
|
207
|
+
data: string;
|
|
208
|
+
};
|
|
209
|
+
export declare const ciAiOutlined: {
|
|
210
|
+
name: 'ai-outlined';
|
|
211
|
+
data: string;
|
|
212
|
+
};
|
|
213
|
+
export declare const ciAlertBoxOutlined: {
|
|
214
|
+
name: 'alert-box-outlined';
|
|
215
|
+
data: string;
|
|
216
|
+
};
|
|
217
|
+
export declare const ciAlertCircleOutlined: {
|
|
218
|
+
name: 'alert-circle-outlined';
|
|
219
|
+
data: string;
|
|
220
|
+
};
|
|
221
|
+
export declare const ciAppleSafari: {
|
|
222
|
+
name: 'apple-safari';
|
|
223
|
+
data: string;
|
|
224
|
+
};
|
|
225
|
+
export declare const ciArchiveFilled: {
|
|
226
|
+
name: 'archive-filled';
|
|
227
|
+
data: string;
|
|
228
|
+
};
|
|
229
|
+
export declare const ciArchiveOutlined: {
|
|
230
|
+
name: 'archive-outlined';
|
|
231
|
+
data: string;
|
|
232
|
+
};
|
|
233
|
+
export declare const ciArrowDownOutlined: {
|
|
234
|
+
name: 'arrow-down-outlined';
|
|
235
|
+
data: string;
|
|
236
|
+
};
|
|
237
|
+
export declare const ciArrowLeftOutlined: {
|
|
238
|
+
name: 'arrow-left-outlined';
|
|
239
|
+
data: string;
|
|
240
|
+
};
|
|
241
|
+
export declare const ciArrowPointingBoxOutlined: {
|
|
242
|
+
name: 'arrow-pointing-box-outlined';
|
|
243
|
+
data: string;
|
|
244
|
+
};
|
|
245
|
+
export declare const ciArrowRedoOutlined: {
|
|
246
|
+
name: 'arrow-redo-outlined';
|
|
247
|
+
data: string;
|
|
248
|
+
};
|
|
249
|
+
export declare const ciArrowRightOutlined: {
|
|
250
|
+
name: 'arrow-right-outlined';
|
|
251
|
+
data: string;
|
|
252
|
+
};
|
|
253
|
+
export declare const ciArrowUpOutlined: {
|
|
254
|
+
name: 'arrow-up-outlined';
|
|
255
|
+
data: string;
|
|
256
|
+
};
|
|
77
257
|
export declare const ciArticleFilled: {
|
|
78
258
|
name: 'article-filled';
|
|
79
259
|
data: string;
|
|
@@ -118,6 +298,34 @@ export declare const ciBellRingingOutlined: {
|
|
|
118
298
|
name: 'bell-ringing-outlined';
|
|
119
299
|
data: string;
|
|
120
300
|
};
|
|
301
|
+
export declare const ciBlank: {
|
|
302
|
+
name: 'blank';
|
|
303
|
+
data: string;
|
|
304
|
+
};
|
|
305
|
+
export declare const ciBlockAlignCenterOutlined: {
|
|
306
|
+
name: 'block-align-center-outlined';
|
|
307
|
+
data: string;
|
|
308
|
+
};
|
|
309
|
+
export declare const ciBlockAlignFwOutlined: {
|
|
310
|
+
name: 'block-align-fw-outlined';
|
|
311
|
+
data: string;
|
|
312
|
+
};
|
|
313
|
+
export declare const ciBlockAlignLeftOutlined: {
|
|
314
|
+
name: 'block-align-left-outlined';
|
|
315
|
+
data: string;
|
|
316
|
+
};
|
|
317
|
+
export declare const ciBlockAlignRightOutlined: {
|
|
318
|
+
name: 'block-align-right-outlined';
|
|
319
|
+
data: string;
|
|
320
|
+
};
|
|
321
|
+
export declare const ciBlockCaptionOutlined: {
|
|
322
|
+
name: 'block-caption-outlined';
|
|
323
|
+
data: string;
|
|
324
|
+
};
|
|
325
|
+
export declare const ciBoldOutlined: {
|
|
326
|
+
name: 'bold-outlined';
|
|
327
|
+
data: string;
|
|
328
|
+
};
|
|
121
329
|
export declare const ciBookFilled: {
|
|
122
330
|
name: 'book-filled';
|
|
123
331
|
data: string;
|
|
@@ -142,6 +350,26 @@ export declare const ciBookmarkPlusOutlined: {
|
|
|
142
350
|
name: 'bookmark-plus-outlined';
|
|
143
351
|
data: string;
|
|
144
352
|
};
|
|
353
|
+
export declare const ciBrushBracketsOutlined: {
|
|
354
|
+
name: 'brush-brackets-outlined';
|
|
355
|
+
data: string;
|
|
356
|
+
};
|
|
357
|
+
export declare const ciCalendarCheckOutlined: {
|
|
358
|
+
name: 'calendar-check-outlined';
|
|
359
|
+
data: string;
|
|
360
|
+
};
|
|
361
|
+
export declare const ciCalendarCrossOutlined: {
|
|
362
|
+
name: 'calendar-cross-outlined';
|
|
363
|
+
data: string;
|
|
364
|
+
};
|
|
365
|
+
export declare const ciCalendarOutlined: {
|
|
366
|
+
name: 'calendar-outlined';
|
|
367
|
+
data: string;
|
|
368
|
+
};
|
|
369
|
+
export declare const ciCalendarPenOutlined: {
|
|
370
|
+
name: 'calendar-pen-outlined';
|
|
371
|
+
data: string;
|
|
372
|
+
};
|
|
145
373
|
export declare const ciChatFilled: {
|
|
146
374
|
name: 'chat-filled';
|
|
147
375
|
data: string;
|
|
@@ -158,6 +386,10 @@ export declare const ciCheckCircleOutlined: {
|
|
|
158
386
|
name: 'check-circle-outlined';
|
|
159
387
|
data: string;
|
|
160
388
|
};
|
|
389
|
+
export declare const ciCheckDoubleOutlined: {
|
|
390
|
+
name: 'check-double-outlined';
|
|
391
|
+
data: string;
|
|
392
|
+
};
|
|
161
393
|
export declare const ciCheckOutlined: {
|
|
162
394
|
name: 'check-outlined';
|
|
163
395
|
data: string;
|
|
@@ -178,6 +410,26 @@ export declare const ciChevronUpOutlined: {
|
|
|
178
410
|
name: 'chevron-up-outlined';
|
|
179
411
|
data: string;
|
|
180
412
|
};
|
|
413
|
+
export declare const ciCircleFilledS: {
|
|
414
|
+
name: 'circle-filled-s';
|
|
415
|
+
data: string;
|
|
416
|
+
};
|
|
417
|
+
export declare const ciCircleFilled: {
|
|
418
|
+
name: 'circle-filled';
|
|
419
|
+
data: string;
|
|
420
|
+
};
|
|
421
|
+
export declare const ciCircleOutlinedS: {
|
|
422
|
+
name: 'circle-outlined-s';
|
|
423
|
+
data: string;
|
|
424
|
+
};
|
|
425
|
+
export declare const ciCircleOutlined: {
|
|
426
|
+
name: 'circle-outlined';
|
|
427
|
+
data: string;
|
|
428
|
+
};
|
|
429
|
+
export declare const ciClickOutlined: {
|
|
430
|
+
name: 'click-outlined';
|
|
431
|
+
data: string;
|
|
432
|
+
};
|
|
181
433
|
export declare const ciClockFilled: {
|
|
182
434
|
name: 'clock-filled';
|
|
183
435
|
data: string;
|
|
@@ -186,6 +438,10 @@ export declare const ciClockOutlined: {
|
|
|
186
438
|
name: 'clock-outlined';
|
|
187
439
|
data: string;
|
|
188
440
|
};
|
|
441
|
+
export declare const ciCommentOutlined: {
|
|
442
|
+
name: 'comment-outlined';
|
|
443
|
+
data: string;
|
|
444
|
+
};
|
|
189
445
|
export declare const ciCommunitiesFilled: {
|
|
190
446
|
name: 'communities-filled';
|
|
191
447
|
data: string;
|
|
@@ -194,14 +450,22 @@ export declare const ciCommunitiesOutlined: {
|
|
|
194
450
|
name: 'communities-outlined';
|
|
195
451
|
data: string;
|
|
196
452
|
};
|
|
197
|
-
export declare const
|
|
198
|
-
name: '
|
|
453
|
+
export declare const ciCompassOutlined: {
|
|
454
|
+
name: 'compass-outlined';
|
|
455
|
+
data: string;
|
|
456
|
+
};
|
|
457
|
+
export declare const ciContentFilled: {
|
|
458
|
+
name: 'content-filled';
|
|
199
459
|
data: string;
|
|
200
460
|
};
|
|
201
461
|
export declare const ciContentOutlined: {
|
|
202
462
|
name: 'content-outlined';
|
|
203
463
|
data: string;
|
|
204
464
|
};
|
|
465
|
+
export declare const ciCopyOutlined: {
|
|
466
|
+
name: 'copy-outlined';
|
|
467
|
+
data: string;
|
|
468
|
+
};
|
|
205
469
|
export declare const ciCrossCircleFilled: {
|
|
206
470
|
name: 'cross-circle-filled';
|
|
207
471
|
data: string;
|
|
@@ -242,2121 +506,1608 @@ export declare const ciEarthOutlined: {
|
|
|
242
506
|
name: 'earth-outlined';
|
|
243
507
|
data: string;
|
|
244
508
|
};
|
|
245
|
-
export declare const
|
|
246
|
-
name: '
|
|
509
|
+
export declare const ciEmojiAngry: {
|
|
510
|
+
name: 'emoji-angry';
|
|
247
511
|
data: string;
|
|
248
512
|
};
|
|
249
|
-
export declare const
|
|
250
|
-
name: '
|
|
513
|
+
export declare const ciEmojiHappy: {
|
|
514
|
+
name: 'emoji-happy';
|
|
251
515
|
data: string;
|
|
252
516
|
};
|
|
253
|
-
export declare const
|
|
254
|
-
name: '
|
|
517
|
+
export declare const ciEmojiNeutral: {
|
|
518
|
+
name: 'emoji-neutral';
|
|
255
519
|
data: string;
|
|
256
520
|
};
|
|
257
|
-
export declare const
|
|
258
|
-
name: '
|
|
521
|
+
export declare const ciEmojiSad: {
|
|
522
|
+
name: 'emoji-sad';
|
|
259
523
|
data: string;
|
|
260
524
|
};
|
|
261
|
-
export declare const
|
|
262
|
-
name: '
|
|
525
|
+
export declare const ciEmojiSmile: {
|
|
526
|
+
name: 'emoji-smile';
|
|
263
527
|
data: string;
|
|
264
528
|
};
|
|
265
|
-
export declare const
|
|
266
|
-
name: '
|
|
529
|
+
export declare const ciEmojiThinking: {
|
|
530
|
+
name: 'emoji-thinking';
|
|
267
531
|
data: string;
|
|
268
532
|
};
|
|
269
|
-
export declare const
|
|
270
|
-
name: '
|
|
533
|
+
export declare const ciEventsFilled: {
|
|
534
|
+
name: 'events-filled';
|
|
271
535
|
data: string;
|
|
272
536
|
};
|
|
273
|
-
export declare const
|
|
274
|
-
name: '
|
|
537
|
+
export declare const ciEventsOutlined: {
|
|
538
|
+
name: 'events-outlined';
|
|
275
539
|
data: string;
|
|
276
540
|
};
|
|
277
|
-
export declare const
|
|
278
|
-
name: '
|
|
541
|
+
export declare const ciExternalLinkOutlined: {
|
|
542
|
+
name: 'external-link-outlined';
|
|
279
543
|
data: string;
|
|
280
544
|
};
|
|
281
|
-
export declare const
|
|
282
|
-
name: '
|
|
545
|
+
export declare const ciEyeClosedOutlined: {
|
|
546
|
+
name: 'eye-closed-outlined';
|
|
283
547
|
data: string;
|
|
284
548
|
};
|
|
285
|
-
export declare const
|
|
286
|
-
name: '
|
|
549
|
+
export declare const ciEyeOpenOutlined: {
|
|
550
|
+
name: 'eye-open-outlined';
|
|
287
551
|
data: string;
|
|
288
552
|
};
|
|
289
|
-
export declare const
|
|
290
|
-
name: '
|
|
553
|
+
export declare const ciFacebook: {
|
|
554
|
+
name: 'facebook';
|
|
291
555
|
data: string;
|
|
292
556
|
};
|
|
293
|
-
export declare const
|
|
294
|
-
name: '
|
|
557
|
+
export declare const ciFeedFilled: {
|
|
558
|
+
name: 'feed-filled';
|
|
295
559
|
data: string;
|
|
296
560
|
};
|
|
297
|
-
export declare const
|
|
298
|
-
name: '
|
|
561
|
+
export declare const ciFeedOutlined: {
|
|
562
|
+
name: 'feed-outlined';
|
|
299
563
|
data: string;
|
|
300
564
|
};
|
|
301
|
-
export declare const
|
|
302
|
-
name: '
|
|
565
|
+
export declare const ciFilterOutlined: {
|
|
566
|
+
name: 'filter-outlined';
|
|
303
567
|
data: string;
|
|
304
568
|
};
|
|
305
|
-
export declare const
|
|
306
|
-
name: '
|
|
569
|
+
export declare const ciFingerprintOutlined: {
|
|
570
|
+
name: 'fingerprint-outlined';
|
|
307
571
|
data: string;
|
|
308
572
|
};
|
|
309
|
-
export declare const
|
|
310
|
-
name: '
|
|
573
|
+
export declare const ciFlagAl: {
|
|
574
|
+
name: 'flag-al';
|
|
311
575
|
data: string;
|
|
312
576
|
};
|
|
313
|
-
export declare const
|
|
314
|
-
name: '
|
|
577
|
+
export declare const ciFlagAm: {
|
|
578
|
+
name: 'flag-am';
|
|
315
579
|
data: string;
|
|
316
580
|
};
|
|
317
|
-
export declare const
|
|
318
|
-
name: '
|
|
581
|
+
export declare const ciFlagBg: {
|
|
582
|
+
name: 'flag-bg';
|
|
319
583
|
data: string;
|
|
320
584
|
};
|
|
321
|
-
export declare const
|
|
322
|
-
name: '
|
|
585
|
+
export declare const ciFlagCircleAl: {
|
|
586
|
+
name: 'flag-circle-al';
|
|
323
587
|
data: string;
|
|
324
588
|
};
|
|
325
|
-
export declare const
|
|
326
|
-
name: '
|
|
589
|
+
export declare const ciFlagCircleAm: {
|
|
590
|
+
name: 'flag-circle-am';
|
|
327
591
|
data: string;
|
|
328
592
|
};
|
|
329
|
-
export declare const
|
|
330
|
-
name: '
|
|
593
|
+
export declare const ciFlagCircleBg: {
|
|
594
|
+
name: 'flag-circle-bg';
|
|
331
595
|
data: string;
|
|
332
596
|
};
|
|
333
|
-
export declare const
|
|
334
|
-
name: '
|
|
597
|
+
export declare const ciFlagCircleCn: {
|
|
598
|
+
name: 'flag-circle-cn';
|
|
335
599
|
data: string;
|
|
336
600
|
};
|
|
337
|
-
export declare const
|
|
338
|
-
name: '
|
|
601
|
+
export declare const ciFlagCircleCz: {
|
|
602
|
+
name: 'flag-circle-cz';
|
|
339
603
|
data: string;
|
|
340
604
|
};
|
|
341
|
-
export declare const
|
|
342
|
-
name: '
|
|
605
|
+
export declare const ciFlagCircleDe: {
|
|
606
|
+
name: 'flag-circle-de';
|
|
343
607
|
data: string;
|
|
344
608
|
};
|
|
345
|
-
export declare const
|
|
346
|
-
name: '
|
|
609
|
+
export declare const ciFlagCircleDk: {
|
|
610
|
+
name: 'flag-circle-dk';
|
|
347
611
|
data: string;
|
|
348
612
|
};
|
|
349
|
-
export declare const
|
|
350
|
-
name: '
|
|
613
|
+
export declare const ciFlagCircleEe: {
|
|
614
|
+
name: 'flag-circle-ee';
|
|
351
615
|
data: string;
|
|
352
616
|
};
|
|
353
|
-
export declare const
|
|
354
|
-
name: '
|
|
617
|
+
export declare const ciFlagCircleEn: {
|
|
618
|
+
name: 'flag-circle-en';
|
|
355
619
|
data: string;
|
|
356
620
|
};
|
|
357
|
-
export declare const
|
|
358
|
-
name: '
|
|
621
|
+
export declare const ciFlagCircleEs: {
|
|
622
|
+
name: 'flag-circle-es';
|
|
359
623
|
data: string;
|
|
360
624
|
};
|
|
361
|
-
export declare const
|
|
362
|
-
name: '
|
|
625
|
+
export declare const ciFlagCircleFi: {
|
|
626
|
+
name: 'flag-circle-fi';
|
|
363
627
|
data: string;
|
|
364
628
|
};
|
|
365
|
-
export declare const
|
|
366
|
-
name: '
|
|
629
|
+
export declare const ciFlagCircleFr: {
|
|
630
|
+
name: 'flag-circle-fr';
|
|
367
631
|
data: string;
|
|
368
632
|
};
|
|
369
|
-
export declare const
|
|
370
|
-
name: '
|
|
633
|
+
export declare const ciFlagCircleGb: {
|
|
634
|
+
name: 'flag-circle-gb';
|
|
371
635
|
data: string;
|
|
372
636
|
};
|
|
373
|
-
export declare const
|
|
374
|
-
name: '
|
|
637
|
+
export declare const ciFlagCircleGr: {
|
|
638
|
+
name: 'flag-circle-gr';
|
|
375
639
|
data: string;
|
|
376
640
|
};
|
|
377
|
-
export declare const
|
|
378
|
-
name: '
|
|
641
|
+
export declare const ciFlagCircleHr: {
|
|
642
|
+
name: 'flag-circle-hr';
|
|
379
643
|
data: string;
|
|
380
644
|
};
|
|
381
|
-
export declare const
|
|
382
|
-
name: '
|
|
645
|
+
export declare const ciFlagCircleHu: {
|
|
646
|
+
name: 'flag-circle-hu';
|
|
383
647
|
data: string;
|
|
384
648
|
};
|
|
385
|
-
export declare const
|
|
386
|
-
name: '
|
|
649
|
+
export declare const ciFlagCircleIs: {
|
|
650
|
+
name: 'flag-circle-is';
|
|
387
651
|
data: string;
|
|
388
652
|
};
|
|
389
|
-
export declare const
|
|
390
|
-
name: '
|
|
653
|
+
export declare const ciFlagCircleIt: {
|
|
654
|
+
name: 'flag-circle-it';
|
|
391
655
|
data: string;
|
|
392
656
|
};
|
|
393
|
-
export declare const
|
|
394
|
-
name: '
|
|
657
|
+
export declare const ciFlagCircleJp: {
|
|
658
|
+
name: 'flag-circle-jp';
|
|
395
659
|
data: string;
|
|
396
660
|
};
|
|
397
|
-
export declare const
|
|
398
|
-
name: '
|
|
661
|
+
export declare const ciFlagCircleKr: {
|
|
662
|
+
name: 'flag-circle-kr';
|
|
399
663
|
data: string;
|
|
400
664
|
};
|
|
401
|
-
export declare const
|
|
402
|
-
name: '
|
|
665
|
+
export declare const ciFlagCircleLv: {
|
|
666
|
+
name: 'flag-circle-lv';
|
|
403
667
|
data: string;
|
|
404
668
|
};
|
|
405
|
-
export declare const
|
|
406
|
-
name: '
|
|
669
|
+
export declare const ciFlagCircleMk: {
|
|
670
|
+
name: 'flag-circle-mk';
|
|
407
671
|
data: string;
|
|
408
672
|
};
|
|
409
|
-
export declare const
|
|
410
|
-
name: '
|
|
673
|
+
export declare const ciFlagCircleNl: {
|
|
674
|
+
name: 'flag-circle-nl';
|
|
411
675
|
data: string;
|
|
412
676
|
};
|
|
413
|
-
export declare const
|
|
414
|
-
name: '
|
|
677
|
+
export declare const ciFlagCircleNo: {
|
|
678
|
+
name: 'flag-circle-no';
|
|
415
679
|
data: string;
|
|
416
680
|
};
|
|
417
|
-
export declare const
|
|
418
|
-
name: '
|
|
681
|
+
export declare const ciFlagCirclePl: {
|
|
682
|
+
name: 'flag-circle-pl';
|
|
419
683
|
data: string;
|
|
420
684
|
};
|
|
421
|
-
export declare const
|
|
422
|
-
name: '
|
|
685
|
+
export declare const ciFlagCirclePt: {
|
|
686
|
+
name: 'flag-circle-pt';
|
|
423
687
|
data: string;
|
|
424
688
|
};
|
|
425
|
-
export declare const
|
|
426
|
-
name: '
|
|
689
|
+
export declare const ciFlagCircleRo: {
|
|
690
|
+
name: 'flag-circle-ro';
|
|
427
691
|
data: string;
|
|
428
692
|
};
|
|
429
|
-
export declare const
|
|
430
|
-
name: '
|
|
693
|
+
export declare const ciFlagCircleRs: {
|
|
694
|
+
name: 'flag-circle-rs';
|
|
431
695
|
data: string;
|
|
432
696
|
};
|
|
433
|
-
export declare const
|
|
434
|
-
name: '
|
|
697
|
+
export declare const ciFlagCircleRu: {
|
|
698
|
+
name: 'flag-circle-ru';
|
|
435
699
|
data: string;
|
|
436
700
|
};
|
|
437
|
-
export declare const
|
|
438
|
-
name: '
|
|
701
|
+
export declare const ciFlagCircleSe: {
|
|
702
|
+
name: 'flag-circle-se';
|
|
439
703
|
data: string;
|
|
440
704
|
};
|
|
441
|
-
export declare const
|
|
442
|
-
name: '
|
|
705
|
+
export declare const ciFlagCircleSi: {
|
|
706
|
+
name: 'flag-circle-si';
|
|
443
707
|
data: string;
|
|
444
708
|
};
|
|
445
|
-
export declare const
|
|
446
|
-
name: '
|
|
709
|
+
export declare const ciFlagCircleSk: {
|
|
710
|
+
name: 'flag-circle-sk';
|
|
447
711
|
data: string;
|
|
448
712
|
};
|
|
449
|
-
export declare const
|
|
450
|
-
name: '
|
|
713
|
+
export declare const ciFlagCircleTh: {
|
|
714
|
+
name: 'flag-circle-th';
|
|
451
715
|
data: string;
|
|
452
716
|
};
|
|
453
|
-
export declare const
|
|
454
|
-
name: '
|
|
717
|
+
export declare const ciFlagCircleTr: {
|
|
718
|
+
name: 'flag-circle-tr';
|
|
455
719
|
data: string;
|
|
456
720
|
};
|
|
457
|
-
export declare const
|
|
458
|
-
name: '
|
|
721
|
+
export declare const ciFlagCn: {
|
|
722
|
+
name: 'flag-cn';
|
|
459
723
|
data: string;
|
|
460
724
|
};
|
|
461
|
-
export declare const
|
|
462
|
-
name: '
|
|
725
|
+
export declare const ciFlagCz: {
|
|
726
|
+
name: 'flag-cz';
|
|
463
727
|
data: string;
|
|
464
728
|
};
|
|
465
|
-
export declare const
|
|
466
|
-
name: '
|
|
729
|
+
export declare const ciFlagDe: {
|
|
730
|
+
name: 'flag-de';
|
|
467
731
|
data: string;
|
|
468
732
|
};
|
|
469
|
-
export declare const
|
|
470
|
-
name: '
|
|
733
|
+
export declare const ciFlagDk: {
|
|
734
|
+
name: 'flag-dk';
|
|
471
735
|
data: string;
|
|
472
736
|
};
|
|
473
|
-
export declare const
|
|
474
|
-
name: '
|
|
737
|
+
export declare const ciFlagEe: {
|
|
738
|
+
name: 'flag-ee';
|
|
475
739
|
data: string;
|
|
476
740
|
};
|
|
477
|
-
export declare const
|
|
478
|
-
name: '
|
|
741
|
+
export declare const ciFlagEn: {
|
|
742
|
+
name: 'flag-en';
|
|
479
743
|
data: string;
|
|
480
744
|
};
|
|
481
|
-
export declare const
|
|
482
|
-
name: '
|
|
745
|
+
export declare const ciFlagEs: {
|
|
746
|
+
name: 'flag-es';
|
|
483
747
|
data: string;
|
|
484
748
|
};
|
|
485
|
-
export declare const
|
|
486
|
-
name: '
|
|
749
|
+
export declare const ciFlagFi: {
|
|
750
|
+
name: 'flag-fi';
|
|
487
751
|
data: string;
|
|
488
752
|
};
|
|
489
|
-
export declare const
|
|
490
|
-
name: '
|
|
753
|
+
export declare const ciFlagFr: {
|
|
754
|
+
name: 'flag-fr';
|
|
491
755
|
data: string;
|
|
492
756
|
};
|
|
493
|
-
export declare const
|
|
494
|
-
name: '
|
|
757
|
+
export declare const ciFlagGb: {
|
|
758
|
+
name: 'flag-gb';
|
|
495
759
|
data: string;
|
|
496
760
|
};
|
|
497
|
-
export declare const
|
|
498
|
-
name: '
|
|
761
|
+
export declare const ciFlagGr: {
|
|
762
|
+
name: 'flag-gr';
|
|
499
763
|
data: string;
|
|
500
764
|
};
|
|
501
|
-
export declare const
|
|
502
|
-
name: '
|
|
765
|
+
export declare const ciFlagHr: {
|
|
766
|
+
name: 'flag-hr';
|
|
503
767
|
data: string;
|
|
504
768
|
};
|
|
505
|
-
export declare const
|
|
506
|
-
name: '
|
|
769
|
+
export declare const ciFlagHu: {
|
|
770
|
+
name: 'flag-hu';
|
|
507
771
|
data: string;
|
|
508
772
|
};
|
|
509
|
-
export declare const
|
|
510
|
-
name: '
|
|
773
|
+
export declare const ciFlagIs: {
|
|
774
|
+
name: 'flag-is';
|
|
511
775
|
data: string;
|
|
512
776
|
};
|
|
513
|
-
export declare const
|
|
514
|
-
name: '
|
|
777
|
+
export declare const ciFlagIt: {
|
|
778
|
+
name: 'flag-it';
|
|
515
779
|
data: string;
|
|
516
780
|
};
|
|
517
|
-
export declare const
|
|
518
|
-
name: '
|
|
781
|
+
export declare const ciFlagJp: {
|
|
782
|
+
name: 'flag-jp';
|
|
519
783
|
data: string;
|
|
520
784
|
};
|
|
521
|
-
export declare const
|
|
522
|
-
name: '
|
|
785
|
+
export declare const ciFlagKr: {
|
|
786
|
+
name: 'flag-kr';
|
|
523
787
|
data: string;
|
|
524
788
|
};
|
|
525
|
-
export declare const
|
|
526
|
-
name: '
|
|
789
|
+
export declare const ciFlagLv: {
|
|
790
|
+
name: 'flag-lv';
|
|
527
791
|
data: string;
|
|
528
792
|
};
|
|
529
|
-
export declare const
|
|
530
|
-
name: '
|
|
793
|
+
export declare const ciFlagMk: {
|
|
794
|
+
name: 'flag-mk';
|
|
531
795
|
data: string;
|
|
532
796
|
};
|
|
533
|
-
export declare const
|
|
534
|
-
name: '
|
|
797
|
+
export declare const ciFlagNl: {
|
|
798
|
+
name: 'flag-nl';
|
|
535
799
|
data: string;
|
|
536
800
|
};
|
|
537
|
-
export declare const
|
|
538
|
-
name: '
|
|
801
|
+
export declare const ciFlagNo: {
|
|
802
|
+
name: 'flag-no';
|
|
539
803
|
data: string;
|
|
540
804
|
};
|
|
541
|
-
export declare const
|
|
542
|
-
name: '
|
|
805
|
+
export declare const ciFlagOutlined: {
|
|
806
|
+
name: 'flag-outlined';
|
|
543
807
|
data: string;
|
|
544
808
|
};
|
|
545
|
-
export declare const
|
|
546
|
-
name: '
|
|
809
|
+
export declare const ciFlagPl: {
|
|
810
|
+
name: 'flag-pl';
|
|
547
811
|
data: string;
|
|
548
812
|
};
|
|
549
|
-
export declare const
|
|
550
|
-
name: '
|
|
813
|
+
export declare const ciFlagPt: {
|
|
814
|
+
name: 'flag-pt';
|
|
551
815
|
data: string;
|
|
552
816
|
};
|
|
553
|
-
export declare const
|
|
554
|
-
name: '
|
|
817
|
+
export declare const ciFlagRo: {
|
|
818
|
+
name: 'flag-ro';
|
|
555
819
|
data: string;
|
|
556
820
|
};
|
|
557
|
-
export declare const
|
|
558
|
-
name: '
|
|
821
|
+
export declare const ciFlagRs: {
|
|
822
|
+
name: 'flag-rs';
|
|
559
823
|
data: string;
|
|
560
824
|
};
|
|
561
|
-
export declare const
|
|
562
|
-
name: '
|
|
825
|
+
export declare const ciFlagRu: {
|
|
826
|
+
name: 'flag-ru';
|
|
563
827
|
data: string;
|
|
564
828
|
};
|
|
565
|
-
export declare const
|
|
566
|
-
name: '
|
|
829
|
+
export declare const ciFlagSe: {
|
|
830
|
+
name: 'flag-se';
|
|
567
831
|
data: string;
|
|
568
832
|
};
|
|
569
|
-
export declare const
|
|
570
|
-
name: '
|
|
833
|
+
export declare const ciFlagSi: {
|
|
834
|
+
name: 'flag-si';
|
|
571
835
|
data: string;
|
|
572
836
|
};
|
|
573
|
-
export declare const
|
|
574
|
-
name: '
|
|
837
|
+
export declare const ciFlagSk: {
|
|
838
|
+
name: 'flag-sk';
|
|
575
839
|
data: string;
|
|
576
840
|
};
|
|
577
|
-
export declare const
|
|
578
|
-
name: '
|
|
841
|
+
export declare const ciFlagTh: {
|
|
842
|
+
name: 'flag-th';
|
|
579
843
|
data: string;
|
|
580
844
|
};
|
|
581
|
-
export declare const
|
|
582
|
-
name: '
|
|
845
|
+
export declare const ciFlagTr: {
|
|
846
|
+
name: 'flag-tr';
|
|
583
847
|
data: string;
|
|
584
848
|
};
|
|
585
|
-
export declare const
|
|
586
|
-
name: '
|
|
849
|
+
export declare const ciFlashCircleOutlined: {
|
|
850
|
+
name: 'flash-circle-outlined';
|
|
587
851
|
data: string;
|
|
588
852
|
};
|
|
589
|
-
export declare const
|
|
590
|
-
name: '
|
|
853
|
+
export declare const ciFlashOutlined: {
|
|
854
|
+
name: 'flash-outlined';
|
|
591
855
|
data: string;
|
|
592
856
|
};
|
|
593
|
-
export declare const
|
|
594
|
-
name: '
|
|
857
|
+
export declare const ciFolderMinusOutlined: {
|
|
858
|
+
name: 'folder-minus-outlined';
|
|
595
859
|
data: string;
|
|
596
860
|
};
|
|
597
|
-
export declare const
|
|
598
|
-
name: '
|
|
861
|
+
export declare const ciFolderOutlined: {
|
|
862
|
+
name: 'folder-outlined';
|
|
599
863
|
data: string;
|
|
600
864
|
};
|
|
601
|
-
export declare const
|
|
602
|
-
name: '
|
|
865
|
+
export declare const ciFolderPlusOutlined: {
|
|
866
|
+
name: 'folder-plus-outlined';
|
|
603
867
|
data: string;
|
|
604
868
|
};
|
|
605
|
-
export declare const
|
|
606
|
-
name: '
|
|
869
|
+
export declare const ciGenericBrowserOutlined: {
|
|
870
|
+
name: 'generic-browser-outlined';
|
|
607
871
|
data: string;
|
|
608
872
|
};
|
|
609
|
-
export declare const
|
|
610
|
-
name: '
|
|
873
|
+
export declare const ciGiftOutlined: {
|
|
874
|
+
name: 'gift-outlined';
|
|
611
875
|
data: string;
|
|
612
876
|
};
|
|
613
|
-
export declare const
|
|
614
|
-
name: '
|
|
877
|
+
export declare const ciGithub: {
|
|
878
|
+
name: 'github';
|
|
615
879
|
data: string;
|
|
616
880
|
};
|
|
617
|
-
export declare const
|
|
618
|
-
name: '
|
|
881
|
+
export declare const ciGlobeOutlined: {
|
|
882
|
+
name: 'globe-outlined';
|
|
619
883
|
data: string;
|
|
620
884
|
};
|
|
621
|
-
export declare const
|
|
622
|
-
name: '
|
|
885
|
+
export declare const ciGoogleCalendar: {
|
|
886
|
+
name: 'google-calendar';
|
|
623
887
|
data: string;
|
|
624
888
|
};
|
|
625
|
-
export declare const
|
|
626
|
-
name: '
|
|
889
|
+
export declare const ciGoogleChrome: {
|
|
890
|
+
name: 'google-chrome';
|
|
627
891
|
data: string;
|
|
628
892
|
};
|
|
629
|
-
export declare const
|
|
630
|
-
name: '
|
|
893
|
+
export declare const ciGoogleDrive: {
|
|
894
|
+
name: 'google-drive';
|
|
631
895
|
data: string;
|
|
632
896
|
};
|
|
633
|
-
export declare const
|
|
634
|
-
name: '
|
|
897
|
+
export declare const ciGoogleMail: {
|
|
898
|
+
name: 'google-mail';
|
|
635
899
|
data: string;
|
|
636
900
|
};
|
|
637
|
-
export declare const
|
|
638
|
-
name: '
|
|
901
|
+
export declare const ciGoogle: {
|
|
902
|
+
name: 'google';
|
|
639
903
|
data: string;
|
|
640
904
|
};
|
|
641
|
-
export declare const
|
|
642
|
-
name: '
|
|
905
|
+
export declare const ciGradientOutlined: {
|
|
906
|
+
name: 'gradient-outlined';
|
|
643
907
|
data: string;
|
|
644
908
|
};
|
|
645
|
-
export declare const
|
|
646
|
-
name: '
|
|
909
|
+
export declare const ciGroupOutlined: {
|
|
910
|
+
name: 'group-outlined';
|
|
647
911
|
data: string;
|
|
648
912
|
};
|
|
649
|
-
export declare const
|
|
650
|
-
name: '
|
|
913
|
+
export declare const ciHaiiloHome: {
|
|
914
|
+
name: 'haiilo-home';
|
|
651
915
|
data: string;
|
|
652
916
|
};
|
|
653
|
-
export declare const
|
|
654
|
-
name: '
|
|
917
|
+
export declare const ciHaiiloInsights: {
|
|
918
|
+
name: 'haiilo-insights';
|
|
655
919
|
data: string;
|
|
656
920
|
};
|
|
657
|
-
export declare const
|
|
658
|
-
name: '
|
|
921
|
+
export declare const ciHaiiloOutlined: {
|
|
922
|
+
name: 'haiilo-outlined';
|
|
659
923
|
data: string;
|
|
660
924
|
};
|
|
661
|
-
export declare const
|
|
662
|
-
name: '
|
|
925
|
+
export declare const ciHaiiloShare: {
|
|
926
|
+
name: 'haiilo-share';
|
|
663
927
|
data: string;
|
|
664
928
|
};
|
|
665
|
-
export declare const
|
|
666
|
-
name: '
|
|
929
|
+
export declare const ciHaiiloStories: {
|
|
930
|
+
name: 'haiilo-stories';
|
|
667
931
|
data: string;
|
|
668
932
|
};
|
|
669
|
-
export declare const
|
|
670
|
-
name: '
|
|
933
|
+
export declare const ciHashtagOutlined: {
|
|
934
|
+
name: 'hashtag-outlined';
|
|
671
935
|
data: string;
|
|
672
936
|
};
|
|
673
|
-
export declare const
|
|
674
|
-
name: '
|
|
937
|
+
export declare const ciHistoryOutlined: {
|
|
938
|
+
name: 'history-outlined';
|
|
675
939
|
data: string;
|
|
676
940
|
};
|
|
677
|
-
export declare const
|
|
678
|
-
name: '
|
|
941
|
+
export declare const ciHomeFilled: {
|
|
942
|
+
name: 'home-filled';
|
|
679
943
|
data: string;
|
|
680
944
|
};
|
|
681
|
-
export declare const
|
|
682
|
-
name: '
|
|
945
|
+
export declare const ciHomeOutlined: {
|
|
946
|
+
name: 'home-outlined';
|
|
683
947
|
data: string;
|
|
684
948
|
};
|
|
685
|
-
export declare const
|
|
686
|
-
name: '
|
|
949
|
+
export declare const ciInfoCircleFilled: {
|
|
950
|
+
name: 'info-circle-filled';
|
|
687
951
|
data: string;
|
|
688
952
|
};
|
|
689
|
-
export declare const
|
|
690
|
-
name: '
|
|
953
|
+
export declare const ciInfoCircleOutlined: {
|
|
954
|
+
name: 'info-circle-outlined';
|
|
691
955
|
data: string;
|
|
692
956
|
};
|
|
693
|
-
export declare const
|
|
694
|
-
name: '
|
|
957
|
+
export declare const ciInstagram: {
|
|
958
|
+
name: 'instagram';
|
|
695
959
|
data: string;
|
|
696
960
|
};
|
|
697
|
-
export declare const
|
|
698
|
-
name: '
|
|
961
|
+
export declare const ciItalicOutlined: {
|
|
962
|
+
name: 'italic-outlined';
|
|
699
963
|
data: string;
|
|
700
964
|
};
|
|
701
|
-
export declare const
|
|
702
|
-
name: '
|
|
965
|
+
export declare const ciLayersFilled: {
|
|
966
|
+
name: 'layers-filled';
|
|
703
967
|
data: string;
|
|
704
968
|
};
|
|
705
|
-
export declare const
|
|
706
|
-
name: '
|
|
969
|
+
export declare const ciLayersOutlined: {
|
|
970
|
+
name: 'layers-outlined';
|
|
707
971
|
data: string;
|
|
708
972
|
};
|
|
709
|
-
export declare const
|
|
710
|
-
name: '
|
|
973
|
+
export declare const ciLikesCircleFilled: {
|
|
974
|
+
name: 'likes-circle-filled';
|
|
711
975
|
data: string;
|
|
712
976
|
};
|
|
713
|
-
export declare const
|
|
714
|
-
name: '
|
|
977
|
+
export declare const ciLinkBreakOutlined: {
|
|
978
|
+
name: 'link-break-outlined';
|
|
715
979
|
data: string;
|
|
716
980
|
};
|
|
717
|
-
export declare const
|
|
718
|
-
name: '
|
|
981
|
+
export declare const ciLinkOutlined: {
|
|
982
|
+
name: 'link-outlined';
|
|
719
983
|
data: string;
|
|
720
984
|
};
|
|
721
|
-
export declare const
|
|
722
|
-
name: '
|
|
985
|
+
export declare const ciLinkedin: {
|
|
986
|
+
name: 'linkedin';
|
|
723
987
|
data: string;
|
|
724
988
|
};
|
|
725
|
-
export declare const
|
|
726
|
-
name: '
|
|
989
|
+
export declare const ciListOrderedOutlined: {
|
|
990
|
+
name: 'list-ordered-outlined';
|
|
727
991
|
data: string;
|
|
728
992
|
};
|
|
729
|
-
export declare const
|
|
730
|
-
name: '
|
|
993
|
+
export declare const ciListUnorderedOutlined: {
|
|
994
|
+
name: 'list-unordered-outlined';
|
|
731
995
|
data: string;
|
|
732
996
|
};
|
|
733
|
-
export declare const
|
|
734
|
-
name: '
|
|
997
|
+
export declare const ciLocationOutlined: {
|
|
998
|
+
name: 'location-outlined';
|
|
735
999
|
data: string;
|
|
736
1000
|
};
|
|
737
|
-
export declare const
|
|
738
|
-
name: '
|
|
1001
|
+
export declare const ciLockFilled: {
|
|
1002
|
+
name: 'lock-filled';
|
|
739
1003
|
data: string;
|
|
740
1004
|
};
|
|
741
|
-
export declare const
|
|
742
|
-
name: '
|
|
1005
|
+
export declare const ciLockOpenFilled: {
|
|
1006
|
+
name: 'lock-open-filled';
|
|
743
1007
|
data: string;
|
|
744
1008
|
};
|
|
745
|
-
export declare const
|
|
746
|
-
name: '
|
|
1009
|
+
export declare const ciLockOpenOutlined: {
|
|
1010
|
+
name: 'lock-open-outlined';
|
|
747
1011
|
data: string;
|
|
748
1012
|
};
|
|
749
|
-
export declare const
|
|
750
|
-
name: '
|
|
1013
|
+
export declare const ciLockOutlined: {
|
|
1014
|
+
name: 'lock-outlined';
|
|
751
1015
|
data: string;
|
|
752
1016
|
};
|
|
753
|
-
export declare const
|
|
754
|
-
name: '
|
|
1017
|
+
export declare const ciLoopOutlined: {
|
|
1018
|
+
name: 'loop-outlined';
|
|
755
1019
|
data: string;
|
|
756
1020
|
};
|
|
757
|
-
export declare const
|
|
758
|
-
name: '
|
|
1021
|
+
export declare const ciMailOpenOutlined: {
|
|
1022
|
+
name: 'mail-open-outlined';
|
|
759
1023
|
data: string;
|
|
760
1024
|
};
|
|
761
|
-
export declare const
|
|
762
|
-
name: '
|
|
1025
|
+
export declare const ciMailOutlined: {
|
|
1026
|
+
name: 'mail-outlined';
|
|
763
1027
|
data: string;
|
|
764
1028
|
};
|
|
765
|
-
export declare const
|
|
766
|
-
name: '
|
|
1029
|
+
export declare const ciMarketplaceFilled: {
|
|
1030
|
+
name: 'marketplace-filled';
|
|
767
1031
|
data: string;
|
|
768
1032
|
};
|
|
769
|
-
export declare const
|
|
770
|
-
name: '
|
|
1033
|
+
export declare const ciMarketplaceOutlined: {
|
|
1034
|
+
name: 'marketplace-outlined';
|
|
771
1035
|
data: string;
|
|
772
1036
|
};
|
|
773
|
-
export declare const
|
|
774
|
-
name: '
|
|
1037
|
+
export declare const ciMaybeCircleOutlined: {
|
|
1038
|
+
name: 'maybe-circle-outlined';
|
|
775
1039
|
data: string;
|
|
776
1040
|
};
|
|
777
|
-
export declare const
|
|
778
|
-
name: '
|
|
1041
|
+
export declare const ciMegaphoneFilled: {
|
|
1042
|
+
name: 'megaphone-filled';
|
|
779
1043
|
data: string;
|
|
780
1044
|
};
|
|
781
|
-
export declare const
|
|
782
|
-
name: '
|
|
1045
|
+
export declare const ciMegaphoneOutlined: {
|
|
1046
|
+
name: 'megaphone-outlined';
|
|
783
1047
|
data: string;
|
|
784
1048
|
};
|
|
785
|
-
export declare const
|
|
786
|
-
name: '
|
|
1049
|
+
export declare const ciMenuLeftOutlined: {
|
|
1050
|
+
name: 'menu-left-outlined';
|
|
787
1051
|
data: string;
|
|
788
1052
|
};
|
|
789
|
-
export declare const
|
|
790
|
-
name: '
|
|
1053
|
+
export declare const ciMenuOutlined: {
|
|
1054
|
+
name: 'menu-outlined';
|
|
791
1055
|
data: string;
|
|
792
1056
|
};
|
|
793
|
-
export declare const
|
|
794
|
-
name: '
|
|
1057
|
+
export declare const ciMenuRightOutlined: {
|
|
1058
|
+
name: 'menu-right-outlined';
|
|
795
1059
|
data: string;
|
|
796
1060
|
};
|
|
797
|
-
export declare const
|
|
798
|
-
name: '
|
|
1061
|
+
export declare const ciMicrosoftEdge: {
|
|
1062
|
+
name: 'microsoft-edge';
|
|
799
1063
|
data: string;
|
|
800
1064
|
};
|
|
801
|
-
export declare const
|
|
802
|
-
name: '
|
|
1065
|
+
export declare const ciMicrosoftExcel: {
|
|
1066
|
+
name: 'microsoft-excel';
|
|
803
1067
|
data: string;
|
|
804
1068
|
};
|
|
805
|
-
export declare const
|
|
806
|
-
name: '
|
|
1069
|
+
export declare const ciMicrosoftOnenote: {
|
|
1070
|
+
name: 'microsoft-onenote';
|
|
807
1071
|
data: string;
|
|
808
1072
|
};
|
|
809
|
-
export declare const
|
|
810
|
-
name: '
|
|
1073
|
+
export declare const ciMicrosoftOutlook: {
|
|
1074
|
+
name: 'microsoft-outlook';
|
|
811
1075
|
data: string;
|
|
812
1076
|
};
|
|
813
|
-
export declare const
|
|
814
|
-
name: '
|
|
1077
|
+
export declare const ciMicrosoftPlanner: {
|
|
1078
|
+
name: 'microsoft-planner';
|
|
815
1079
|
data: string;
|
|
816
1080
|
};
|
|
817
|
-
export declare const
|
|
818
|
-
name: '
|
|
1081
|
+
export declare const ciMicrosoftPowerpoint: {
|
|
1082
|
+
name: 'microsoft-powerpoint';
|
|
819
1083
|
data: string;
|
|
820
1084
|
};
|
|
821
|
-
export declare const
|
|
822
|
-
name: '
|
|
1085
|
+
export declare const ciMicrosoftSharepoint: {
|
|
1086
|
+
name: 'microsoft-sharepoint';
|
|
823
1087
|
data: string;
|
|
824
1088
|
};
|
|
825
|
-
export declare const
|
|
826
|
-
name: '
|
|
1089
|
+
export declare const ciMicrosoftTeams: {
|
|
1090
|
+
name: 'microsoft-teams';
|
|
827
1091
|
data: string;
|
|
828
1092
|
};
|
|
829
|
-
export declare const
|
|
830
|
-
name: '
|
|
1093
|
+
export declare const ciMicrosoftWord: {
|
|
1094
|
+
name: 'microsoft-word';
|
|
831
1095
|
data: string;
|
|
832
1096
|
};
|
|
833
|
-
export declare const
|
|
834
|
-
name: '
|
|
1097
|
+
export declare const ciMicrosoftYammer: {
|
|
1098
|
+
name: 'microsoft-yammer';
|
|
835
1099
|
data: string;
|
|
836
1100
|
};
|
|
837
|
-
export declare const
|
|
838
|
-
name: '
|
|
1101
|
+
export declare const ciMicrosoft: {
|
|
1102
|
+
name: 'microsoft';
|
|
839
1103
|
data: string;
|
|
840
1104
|
};
|
|
841
|
-
export declare const
|
|
842
|
-
name: '
|
|
1105
|
+
export declare const ciMoreHorizontalFilled: {
|
|
1106
|
+
name: 'more-horizontal-filled';
|
|
843
1107
|
data: string;
|
|
844
1108
|
};
|
|
845
|
-
export declare const
|
|
846
|
-
name: '
|
|
1109
|
+
export declare const ciMozillaFirefox: {
|
|
1110
|
+
name: 'mozilla-firefox';
|
|
847
1111
|
data: string;
|
|
848
1112
|
};
|
|
849
|
-
export declare const
|
|
850
|
-
name: '
|
|
1113
|
+
export declare const ciOpenai: {
|
|
1114
|
+
name: 'openai';
|
|
851
1115
|
data: string;
|
|
852
1116
|
};
|
|
853
|
-
export declare const
|
|
854
|
-
name: '
|
|
1117
|
+
export declare const ciPaperclipBoxOutlined: {
|
|
1118
|
+
name: 'paperclip-box-outlined';
|
|
855
1119
|
data: string;
|
|
856
1120
|
};
|
|
857
|
-
export declare const
|
|
858
|
-
name: '
|
|
1121
|
+
export declare const ciPaperclipOutlined: {
|
|
1122
|
+
name: 'paperclip-outlined';
|
|
859
1123
|
data: string;
|
|
860
1124
|
};
|
|
861
|
-
export declare const
|
|
862
|
-
name: '
|
|
1125
|
+
export declare const ciPaperplaneTiltOutlined: {
|
|
1126
|
+
name: 'paperplane-tilt-outlined';
|
|
863
1127
|
data: string;
|
|
864
1128
|
};
|
|
865
|
-
export declare const
|
|
866
|
-
name: '
|
|
1129
|
+
export declare const ciPenOutlined: {
|
|
1130
|
+
name: 'pen-outlined';
|
|
867
1131
|
data: string;
|
|
868
1132
|
};
|
|
869
|
-
export declare const
|
|
870
|
-
name: '
|
|
1133
|
+
export declare const ciPenWriting: {
|
|
1134
|
+
name: 'pen-writing';
|
|
871
1135
|
data: string;
|
|
872
1136
|
};
|
|
873
|
-
export declare const
|
|
874
|
-
name: '
|
|
1137
|
+
export declare const ciPhotoAddOutlined: {
|
|
1138
|
+
name: 'photo-add-outlined';
|
|
875
1139
|
data: string;
|
|
876
1140
|
};
|
|
877
|
-
export declare const
|
|
878
|
-
name: '
|
|
1141
|
+
export declare const ciPhotoFilled: {
|
|
1142
|
+
name: 'photo-filled';
|
|
879
1143
|
data: string;
|
|
880
1144
|
};
|
|
881
|
-
export declare const
|
|
882
|
-
name: '
|
|
1145
|
+
export declare const ciPhotoOutlined: {
|
|
1146
|
+
name: 'photo-outlined';
|
|
883
1147
|
data: string;
|
|
884
1148
|
};
|
|
885
|
-
export declare const
|
|
886
|
-
name: '
|
|
1149
|
+
export declare const ciPhotoRemoveOutlined: {
|
|
1150
|
+
name: 'photo-remove-outlined';
|
|
887
1151
|
data: string;
|
|
888
1152
|
};
|
|
889
|
-
export declare const
|
|
890
|
-
name: '
|
|
1153
|
+
export declare const ciPlanetFilled: {
|
|
1154
|
+
name: 'planet-filled';
|
|
891
1155
|
data: string;
|
|
892
1156
|
};
|
|
893
|
-
export declare const
|
|
894
|
-
name: '
|
|
1157
|
+
export declare const ciPlanetOutlined: {
|
|
1158
|
+
name: 'planet-outlined';
|
|
895
1159
|
data: string;
|
|
896
1160
|
};
|
|
897
|
-
export declare const
|
|
898
|
-
name: '
|
|
1161
|
+
export declare const ciPlusCircleFilled: {
|
|
1162
|
+
name: 'plus-circle-filled';
|
|
899
1163
|
data: string;
|
|
900
1164
|
};
|
|
901
|
-
export declare const
|
|
902
|
-
name: '
|
|
1165
|
+
export declare const ciPlusCircleOutlined: {
|
|
1166
|
+
name: 'plus-circle-outlined';
|
|
903
1167
|
data: string;
|
|
904
1168
|
};
|
|
905
|
-
export declare const
|
|
906
|
-
name: '
|
|
1169
|
+
export declare const ciPlusOutlined: {
|
|
1170
|
+
name: 'plus-outlined';
|
|
907
1171
|
data: string;
|
|
908
1172
|
};
|
|
909
|
-
export declare const
|
|
910
|
-
name: '
|
|
1173
|
+
export declare const ciPlusSquareFilled: {
|
|
1174
|
+
name: 'plus-square-filled';
|
|
911
1175
|
data: string;
|
|
912
1176
|
};
|
|
913
|
-
export declare const
|
|
914
|
-
name: '
|
|
1177
|
+
export declare const ciPlusSquareOutlined: {
|
|
1178
|
+
name: 'plus-square-outlined';
|
|
915
1179
|
data: string;
|
|
916
1180
|
};
|
|
917
|
-
export declare const
|
|
918
|
-
name: '
|
|
1181
|
+
export declare const ciPrinterFilled: {
|
|
1182
|
+
name: 'printer-filled';
|
|
919
1183
|
data: string;
|
|
920
1184
|
};
|
|
921
|
-
export declare const
|
|
922
|
-
name: '
|
|
1185
|
+
export declare const ciPrinterOutlined: {
|
|
1186
|
+
name: 'printer-outlined';
|
|
923
1187
|
data: string;
|
|
924
1188
|
};
|
|
925
|
-
export declare const
|
|
926
|
-
name: '
|
|
1189
|
+
export declare const ciProfileBoxOutlined: {
|
|
1190
|
+
name: 'profile-box-outlined';
|
|
927
1191
|
data: string;
|
|
928
1192
|
};
|
|
929
|
-
export declare const
|
|
930
|
-
name: '
|
|
1193
|
+
export declare const ciProfileCircleOutlined: {
|
|
1194
|
+
name: 'profile-circle-outlined';
|
|
931
1195
|
data: string;
|
|
932
1196
|
};
|
|
933
|
-
export declare const
|
|
934
|
-
name: '
|
|
1197
|
+
export declare const ciProfilesFilled: {
|
|
1198
|
+
name: 'profiles-filled';
|
|
935
1199
|
data: string;
|
|
936
1200
|
};
|
|
937
|
-
export declare const
|
|
938
|
-
name: '
|
|
1201
|
+
export declare const ciProfilesOutlined: {
|
|
1202
|
+
name: 'profiles-outlined';
|
|
939
1203
|
data: string;
|
|
940
1204
|
};
|
|
941
|
-
export declare const
|
|
942
|
-
name: '
|
|
1205
|
+
export declare const ciPushNotification: {
|
|
1206
|
+
name: 'push-notification';
|
|
943
1207
|
data: string;
|
|
944
1208
|
};
|
|
945
|
-
export declare const
|
|
946
|
-
name: '
|
|
1209
|
+
export declare const ciPuzzlePieceOutlined: {
|
|
1210
|
+
name: 'puzzle-piece-outlined';
|
|
947
1211
|
data: string;
|
|
948
1212
|
};
|
|
949
|
-
export declare const
|
|
950
|
-
name: '
|
|
1213
|
+
export declare const ciQuestionMarkCircleOutlined: {
|
|
1214
|
+
name: 'question-mark-circle-outlined';
|
|
951
1215
|
data: string;
|
|
952
1216
|
};
|
|
953
|
-
export declare const
|
|
954
|
-
name: '
|
|
1217
|
+
export declare const ciQuoteOutlined: {
|
|
1218
|
+
name: 'quote-outlined';
|
|
955
1219
|
data: string;
|
|
956
1220
|
};
|
|
957
|
-
export declare const
|
|
958
|
-
name: '
|
|
1221
|
+
export declare const ciReadingGlassesFilled: {
|
|
1222
|
+
name: 'reading-glasses-filled';
|
|
959
1223
|
data: string;
|
|
960
1224
|
};
|
|
961
|
-
export declare const
|
|
962
|
-
name: '
|
|
1225
|
+
export declare const ciReadingGlassesOutlined: {
|
|
1226
|
+
name: 'reading-glasses-outlined';
|
|
963
1227
|
data: string;
|
|
964
1228
|
};
|
|
965
|
-
export declare const
|
|
966
|
-
name: '
|
|
1229
|
+
export declare const ciRedoOutlined: {
|
|
1230
|
+
name: 'redo-outlined';
|
|
967
1231
|
data: string;
|
|
968
1232
|
};
|
|
969
|
-
export declare const
|
|
970
|
-
name: '
|
|
1233
|
+
export declare const ciReplaceOutlined: {
|
|
1234
|
+
name: 'replace-outlined';
|
|
971
1235
|
data: string;
|
|
972
1236
|
};
|
|
973
|
-
export declare const
|
|
974
|
-
name: '
|
|
1237
|
+
export declare const ciRestartOutlined: {
|
|
1238
|
+
name: 'restart-outlined';
|
|
975
1239
|
data: string;
|
|
976
1240
|
};
|
|
977
|
-
export declare const
|
|
978
|
-
name: '
|
|
1241
|
+
export declare const ciRteBlockquote: {
|
|
1242
|
+
name: 'rte-blockquote';
|
|
979
1243
|
data: string;
|
|
980
1244
|
};
|
|
981
|
-
export declare const
|
|
982
|
-
name: '
|
|
1245
|
+
export declare const ciRteBold: {
|
|
1246
|
+
name: 'rte-bold';
|
|
983
1247
|
data: string;
|
|
984
1248
|
};
|
|
985
|
-
export declare const
|
|
986
|
-
name: '
|
|
1249
|
+
export declare const ciRteEmoji: {
|
|
1250
|
+
name: 'rte-emoji';
|
|
987
1251
|
data: string;
|
|
988
1252
|
};
|
|
989
|
-
export declare const
|
|
990
|
-
name: '
|
|
1253
|
+
export declare const ciRteImage: {
|
|
1254
|
+
name: 'rte-image';
|
|
991
1255
|
data: string;
|
|
992
1256
|
};
|
|
993
|
-
export declare const
|
|
994
|
-
name: '
|
|
1257
|
+
export declare const ciRteItalic: {
|
|
1258
|
+
name: 'rte-italic';
|
|
995
1259
|
data: string;
|
|
996
1260
|
};
|
|
997
|
-
export declare const
|
|
998
|
-
name: '
|
|
1261
|
+
export declare const ciRteLayout: {
|
|
1262
|
+
name: 'rte-layout';
|
|
999
1263
|
data: string;
|
|
1000
1264
|
};
|
|
1001
|
-
export declare const
|
|
1002
|
-
name: '
|
|
1265
|
+
export declare const ciRteLgAi: {
|
|
1266
|
+
name: 'rte-lg-ai';
|
|
1003
1267
|
data: string;
|
|
1004
1268
|
};
|
|
1005
|
-
export declare const
|
|
1006
|
-
name: '
|
|
1269
|
+
export declare const ciRteLgBlockquote: {
|
|
1270
|
+
name: 'rte-lg-blockquote';
|
|
1007
1271
|
data: string;
|
|
1008
1272
|
};
|
|
1009
|
-
export declare const
|
|
1010
|
-
name: '
|
|
1273
|
+
export declare const ciRteLgH1: {
|
|
1274
|
+
name: 'rte-lg-h-1';
|
|
1011
1275
|
data: string;
|
|
1012
1276
|
};
|
|
1013
|
-
export declare const
|
|
1014
|
-
name: '
|
|
1277
|
+
export declare const ciRteLgH2: {
|
|
1278
|
+
name: 'rte-lg-h-2';
|
|
1015
1279
|
data: string;
|
|
1016
1280
|
};
|
|
1017
|
-
export declare const
|
|
1018
|
-
name: '
|
|
1281
|
+
export declare const ciRteLgImage: {
|
|
1282
|
+
name: 'rte-lg-image';
|
|
1019
1283
|
data: string;
|
|
1020
1284
|
};
|
|
1021
|
-
export declare const
|
|
1022
|
-
name: '
|
|
1285
|
+
export declare const ciRteLgLayout: {
|
|
1286
|
+
name: 'rte-lg-layout';
|
|
1023
1287
|
data: string;
|
|
1024
1288
|
};
|
|
1025
|
-
export declare const
|
|
1026
|
-
name: '
|
|
1289
|
+
export declare const ciRteLgText: {
|
|
1290
|
+
name: 'rte-lg-text';
|
|
1027
1291
|
data: string;
|
|
1028
1292
|
};
|
|
1029
|
-
export declare const
|
|
1030
|
-
name: '
|
|
1293
|
+
export declare const ciRteLink: {
|
|
1294
|
+
name: 'rte-link';
|
|
1031
1295
|
data: string;
|
|
1032
1296
|
};
|
|
1033
|
-
export declare const
|
|
1034
|
-
name: '
|
|
1297
|
+
export declare const ciRteOl: {
|
|
1298
|
+
name: 'rte-ol';
|
|
1035
1299
|
data: string;
|
|
1036
1300
|
};
|
|
1037
|
-
export declare const
|
|
1038
|
-
name: '
|
|
1301
|
+
export declare const ciRteRedo: {
|
|
1302
|
+
name: 'rte-redo';
|
|
1039
1303
|
data: string;
|
|
1040
1304
|
};
|
|
1041
|
-
export declare const
|
|
1042
|
-
name: '
|
|
1305
|
+
export declare const ciRteUl: {
|
|
1306
|
+
name: 'rte-ul';
|
|
1043
1307
|
data: string;
|
|
1044
1308
|
};
|
|
1045
|
-
export declare const
|
|
1046
|
-
name: '
|
|
1309
|
+
export declare const ciRteUndo: {
|
|
1310
|
+
name: 'rte-undo';
|
|
1047
1311
|
data: string;
|
|
1048
1312
|
};
|
|
1049
|
-
export declare const
|
|
1050
|
-
name: '
|
|
1313
|
+
export declare const ciRteVariable: {
|
|
1314
|
+
name: 'rte-variable';
|
|
1051
1315
|
data: string;
|
|
1052
1316
|
};
|
|
1053
|
-
export declare const
|
|
1054
|
-
name: '
|
|
1317
|
+
export declare const ciRteVideo: {
|
|
1318
|
+
name: 'rte-video';
|
|
1055
1319
|
data: string;
|
|
1056
1320
|
};
|
|
1057
|
-
export declare const
|
|
1058
|
-
name: '
|
|
1321
|
+
export declare const ciSearchFilled: {
|
|
1322
|
+
name: 'search-filled';
|
|
1059
1323
|
data: string;
|
|
1060
1324
|
};
|
|
1061
|
-
export declare const
|
|
1062
|
-
name: '
|
|
1325
|
+
export declare const ciSearchOutlined: {
|
|
1326
|
+
name: 'search-outlined';
|
|
1063
1327
|
data: string;
|
|
1064
1328
|
};
|
|
1065
|
-
export declare const
|
|
1066
|
-
name: '
|
|
1329
|
+
export declare const ciSearchRestartOutlined: {
|
|
1330
|
+
name: 'search-restart-outlined';
|
|
1067
1331
|
data: string;
|
|
1068
1332
|
};
|
|
1069
|
-
export declare const
|
|
1070
|
-
name: '
|
|
1333
|
+
export declare const ciSettingsOutlined: {
|
|
1334
|
+
name: 'settings-outlined';
|
|
1071
1335
|
data: string;
|
|
1072
1336
|
};
|
|
1073
|
-
export declare const
|
|
1074
|
-
name: '
|
|
1337
|
+
export declare const ciShareFilled: {
|
|
1338
|
+
name: 'share-filled';
|
|
1075
1339
|
data: string;
|
|
1076
1340
|
};
|
|
1077
|
-
export declare const
|
|
1078
|
-
name: '
|
|
1341
|
+
export declare const ciShareOutlined: {
|
|
1342
|
+
name: 'share-outlined';
|
|
1079
1343
|
data: string;
|
|
1080
1344
|
};
|
|
1081
|
-
export declare const
|
|
1082
|
-
name: '
|
|
1345
|
+
export declare const ciSignInOutlined: {
|
|
1346
|
+
name: 'sign-in-outlined';
|
|
1083
1347
|
data: string;
|
|
1084
1348
|
};
|
|
1085
|
-
export declare const
|
|
1086
|
-
name: '
|
|
1349
|
+
export declare const ciSignOutOutlined: {
|
|
1350
|
+
name: 'sign-out-outlined';
|
|
1087
1351
|
data: string;
|
|
1088
1352
|
};
|
|
1089
|
-
export declare const
|
|
1090
|
-
name: '
|
|
1353
|
+
export declare const ciSignalOutlined: {
|
|
1354
|
+
name: 'signal-outlined';
|
|
1091
1355
|
data: string;
|
|
1092
1356
|
};
|
|
1093
|
-
export declare const
|
|
1094
|
-
name: '
|
|
1357
|
+
export declare const ciSlack: {
|
|
1358
|
+
name: 'slack';
|
|
1095
1359
|
data: string;
|
|
1096
1360
|
};
|
|
1097
|
-
export declare const
|
|
1098
|
-
name: '
|
|
1361
|
+
export declare const ciSlidersOutlined: {
|
|
1362
|
+
name: 'sliders-outlined';
|
|
1099
1363
|
data: string;
|
|
1100
1364
|
};
|
|
1101
|
-
export declare const
|
|
1102
|
-
name: '
|
|
1365
|
+
export declare const ciSmile: {
|
|
1366
|
+
name: 'smile';
|
|
1103
1367
|
data: string;
|
|
1104
1368
|
};
|
|
1105
|
-
export declare const
|
|
1106
|
-
name: '
|
|
1369
|
+
export declare const ciSocialMediaOutlined: {
|
|
1370
|
+
name: 'social-media-outlined';
|
|
1107
1371
|
data: string;
|
|
1108
1372
|
};
|
|
1109
|
-
export declare const
|
|
1110
|
-
name: '
|
|
1373
|
+
export declare const ciSortingOutlined: {
|
|
1374
|
+
name: 'sorting-outlined';
|
|
1111
1375
|
data: string;
|
|
1112
1376
|
};
|
|
1113
|
-
export declare const
|
|
1114
|
-
name: '
|
|
1377
|
+
export declare const ciSpGrid2Cols: {
|
|
1378
|
+
name: 'sp-grid-2-cols';
|
|
1115
1379
|
data: string;
|
|
1116
1380
|
};
|
|
1117
|
-
export declare const
|
|
1118
|
-
name: '
|
|
1381
|
+
export declare const ciSpGrid3Cols: {
|
|
1382
|
+
name: 'sp-grid-3-cols';
|
|
1119
1383
|
data: string;
|
|
1120
1384
|
};
|
|
1121
|
-
export declare const
|
|
1122
|
-
name: '
|
|
1385
|
+
export declare const ciSpGrid4Cols: {
|
|
1386
|
+
name: 'sp-grid-4-cols';
|
|
1123
1387
|
data: string;
|
|
1124
1388
|
};
|
|
1125
|
-
export declare const
|
|
1126
|
-
name: '
|
|
1389
|
+
export declare const ciSpGridFull: {
|
|
1390
|
+
name: 'sp-grid-full';
|
|
1127
1391
|
data: string;
|
|
1128
1392
|
};
|
|
1129
|
-
export declare const
|
|
1130
|
-
name: '
|
|
1393
|
+
export declare const ciSpGridSidebarLeftLg: {
|
|
1394
|
+
name: 'sp-grid-sidebar-left-lg';
|
|
1131
1395
|
data: string;
|
|
1132
1396
|
};
|
|
1133
|
-
export declare const
|
|
1134
|
-
name: '
|
|
1397
|
+
export declare const ciSpGridSidebarLeft: {
|
|
1398
|
+
name: 'sp-grid-sidebar-left';
|
|
1135
1399
|
data: string;
|
|
1136
1400
|
};
|
|
1137
|
-
export declare const
|
|
1138
|
-
name: '
|
|
1401
|
+
export declare const ciSpGridSidebarRightLg: {
|
|
1402
|
+
name: 'sp-grid-sidebar-right-lg';
|
|
1139
1403
|
data: string;
|
|
1140
1404
|
};
|
|
1141
|
-
export declare const
|
|
1142
|
-
name: '
|
|
1405
|
+
export declare const ciSpGridSidebarRight: {
|
|
1406
|
+
name: 'sp-grid-sidebar-right';
|
|
1143
1407
|
data: string;
|
|
1144
1408
|
};
|
|
1145
|
-
export declare const
|
|
1146
|
-
name: '
|
|
1409
|
+
export declare const ciSpGridSocial: {
|
|
1410
|
+
name: 'sp-grid-social';
|
|
1147
1411
|
data: string;
|
|
1148
1412
|
};
|
|
1149
|
-
export declare const
|
|
1150
|
-
name: '
|
|
1413
|
+
export declare const ciSparkleFilled: {
|
|
1414
|
+
name: 'sparkle-filled';
|
|
1151
1415
|
data: string;
|
|
1152
1416
|
};
|
|
1153
|
-
export declare const
|
|
1154
|
-
name: '
|
|
1417
|
+
export declare const ciSparkleOutlined: {
|
|
1418
|
+
name: 'sparkle-outlined';
|
|
1155
1419
|
data: string;
|
|
1156
1420
|
};
|
|
1157
|
-
export declare const
|
|
1158
|
-
name: '
|
|
1421
|
+
export declare const ciStarCircleFilled: {
|
|
1422
|
+
name: 'star-circle-filled';
|
|
1159
1423
|
data: string;
|
|
1160
1424
|
};
|
|
1161
|
-
export declare const
|
|
1162
|
-
name: '
|
|
1425
|
+
export declare const ciStarCircleOutlined: {
|
|
1426
|
+
name: 'star-circle-outlined';
|
|
1163
1427
|
data: string;
|
|
1164
1428
|
};
|
|
1165
|
-
export declare const
|
|
1166
|
-
name: '
|
|
1429
|
+
export declare const ciStatusAvailable: {
|
|
1430
|
+
name: 'status-available';
|
|
1167
1431
|
data: string;
|
|
1168
1432
|
};
|
|
1169
|
-
export declare const
|
|
1170
|
-
name: '
|
|
1433
|
+
export declare const ciStatusAway: {
|
|
1434
|
+
name: 'status-away';
|
|
1171
1435
|
data: string;
|
|
1172
1436
|
};
|
|
1173
|
-
export declare const
|
|
1174
|
-
name: '
|
|
1437
|
+
export declare const ciStatusDnd: {
|
|
1438
|
+
name: 'status-dnd';
|
|
1175
1439
|
data: string;
|
|
1176
1440
|
};
|
|
1177
|
-
export declare const
|
|
1178
|
-
name: '
|
|
1441
|
+
export declare const ciStatusInvisible: {
|
|
1442
|
+
name: 'status-invisible';
|
|
1179
1443
|
data: string;
|
|
1180
1444
|
};
|
|
1181
|
-
export declare const
|
|
1182
|
-
name: '
|
|
1445
|
+
export declare const ciStatusOoo: {
|
|
1446
|
+
name: 'status-ooo';
|
|
1183
1447
|
data: string;
|
|
1184
1448
|
};
|
|
1185
|
-
export declare const
|
|
1186
|
-
name: '
|
|
1449
|
+
export declare const ciStickerFilled: {
|
|
1450
|
+
name: 'sticker-filled';
|
|
1187
1451
|
data: string;
|
|
1188
1452
|
};
|
|
1189
|
-
export declare const
|
|
1190
|
-
name: '
|
|
1453
|
+
export declare const ciStickerOutlined: {
|
|
1454
|
+
name: 'sticker-outlined';
|
|
1191
1455
|
data: string;
|
|
1192
1456
|
};
|
|
1193
|
-
export declare const
|
|
1194
|
-
name: '
|
|
1457
|
+
export declare const ciStreamFilled: {
|
|
1458
|
+
name: 'stream-filled';
|
|
1195
1459
|
data: string;
|
|
1196
1460
|
};
|
|
1197
|
-
export declare const
|
|
1198
|
-
name: '
|
|
1461
|
+
export declare const ciStreamOutlined: {
|
|
1462
|
+
name: 'stream-outlined';
|
|
1199
1463
|
data: string;
|
|
1200
1464
|
};
|
|
1201
|
-
export declare const
|
|
1202
|
-
name: '
|
|
1465
|
+
export declare const ciStrikethroughOutlined: {
|
|
1466
|
+
name: 'strikethrough-outlined';
|
|
1203
1467
|
data: string;
|
|
1204
1468
|
};
|
|
1205
|
-
export declare const
|
|
1206
|
-
name: '
|
|
1469
|
+
export declare const ciTagOutlined: {
|
|
1470
|
+
name: 'tag-outlined';
|
|
1207
1471
|
data: string;
|
|
1208
1472
|
};
|
|
1209
|
-
export declare const
|
|
1210
|
-
name: '
|
|
1473
|
+
export declare const ciTargetedOutlined: {
|
|
1474
|
+
name: 'targeted-outlined';
|
|
1211
1475
|
data: string;
|
|
1212
1476
|
};
|
|
1213
|
-
export declare const
|
|
1214
|
-
name: '
|
|
1477
|
+
export declare const ciTextExtendOutlined: {
|
|
1478
|
+
name: 'text-extend-outlined';
|
|
1215
1479
|
data: string;
|
|
1216
1480
|
};
|
|
1217
|
-
export declare const
|
|
1218
|
-
name: '
|
|
1481
|
+
export declare const ciTextShortenOutlined: {
|
|
1482
|
+
name: 'text-shorten-outlined';
|
|
1219
1483
|
data: string;
|
|
1220
1484
|
};
|
|
1221
|
-
export declare const
|
|
1222
|
-
name: '
|
|
1485
|
+
export declare const ciTextSummaryOutlined: {
|
|
1486
|
+
name: 'text-summary-outlined';
|
|
1223
1487
|
data: string;
|
|
1224
1488
|
};
|
|
1225
|
-
export declare const
|
|
1226
|
-
name: '
|
|
1489
|
+
export declare const ciThumbsUpFilled: {
|
|
1490
|
+
name: 'thumbs-up-filled';
|
|
1227
1491
|
data: string;
|
|
1228
1492
|
};
|
|
1229
|
-
export declare const
|
|
1230
|
-
name: '
|
|
1493
|
+
export declare const ciThumbsUpOutlined: {
|
|
1494
|
+
name: 'thumbs-up-outlined';
|
|
1231
1495
|
data: string;
|
|
1232
1496
|
};
|
|
1233
|
-
export declare const
|
|
1234
|
-
name: '
|
|
1497
|
+
export declare const ciTranslateBoxFilled: {
|
|
1498
|
+
name: 'translate-box-filled';
|
|
1235
1499
|
data: string;
|
|
1236
1500
|
};
|
|
1237
|
-
export declare const
|
|
1238
|
-
name: '
|
|
1501
|
+
export declare const ciTranslateBoxOutlined: {
|
|
1502
|
+
name: 'translate-box-outlined';
|
|
1239
1503
|
data: string;
|
|
1240
1504
|
};
|
|
1241
|
-
export declare const
|
|
1242
|
-
name: '
|
|
1505
|
+
export declare const ciTranslateOutlined: {
|
|
1506
|
+
name: 'translate-outlined';
|
|
1243
1507
|
data: string;
|
|
1244
1508
|
};
|
|
1245
|
-
export declare const
|
|
1246
|
-
name: '
|
|
1509
|
+
export declare const ciTrashFilled: {
|
|
1510
|
+
name: 'trash-filled';
|
|
1247
1511
|
data: string;
|
|
1248
1512
|
};
|
|
1249
|
-
export declare const
|
|
1250
|
-
name: '
|
|
1513
|
+
export declare const ciTrashOutlined: {
|
|
1514
|
+
name: 'trash-outlined';
|
|
1251
1515
|
data: string;
|
|
1252
1516
|
};
|
|
1253
|
-
export declare const
|
|
1254
|
-
name: '
|
|
1517
|
+
export declare const ciTwitter: {
|
|
1518
|
+
name: 'twitter';
|
|
1255
1519
|
data: string;
|
|
1256
1520
|
};
|
|
1257
|
-
export declare const
|
|
1258
|
-
name: '
|
|
1521
|
+
export declare const ciUnderlinedOutlined: {
|
|
1522
|
+
name: 'underlined-outlined';
|
|
1259
1523
|
data: string;
|
|
1260
1524
|
};
|
|
1261
|
-
export declare const
|
|
1262
|
-
name: '
|
|
1525
|
+
export declare const ciUndoOutlined: {
|
|
1526
|
+
name: 'undo-outlined';
|
|
1263
1527
|
data: string;
|
|
1264
1528
|
};
|
|
1265
|
-
export declare const
|
|
1266
|
-
name: '
|
|
1529
|
+
export declare const ciUploadOutlined: {
|
|
1530
|
+
name: 'upload-outlined';
|
|
1267
1531
|
data: string;
|
|
1268
1532
|
};
|
|
1269
|
-
export declare const
|
|
1270
|
-
name: '
|
|
1533
|
+
export declare const ciVideoCameraFilled: {
|
|
1534
|
+
name: 'video-camera-filled';
|
|
1271
1535
|
data: string;
|
|
1272
1536
|
};
|
|
1273
|
-
export declare const
|
|
1274
|
-
name: '
|
|
1537
|
+
export declare const ciVideoCameraOutlined: {
|
|
1538
|
+
name: 'video-camera-outlined';
|
|
1275
1539
|
data: string;
|
|
1276
1540
|
};
|
|
1277
|
-
export declare const
|
|
1278
|
-
name: '
|
|
1541
|
+
export declare const ciVideoOutlined: {
|
|
1542
|
+
name: 'video-outlined';
|
|
1279
1543
|
data: string;
|
|
1280
1544
|
};
|
|
1281
|
-
export declare const
|
|
1282
|
-
name: '
|
|
1545
|
+
export declare const ciWAlertOutlined: {
|
|
1546
|
+
name: 'w-alert-outlined';
|
|
1283
1547
|
data: string;
|
|
1284
1548
|
};
|
|
1285
|
-
export declare const
|
|
1286
|
-
name: '
|
|
1549
|
+
export declare const ciWBirthdaysUpcomingOutlined: {
|
|
1550
|
+
name: 'w-birthdays-upcoming-outlined';
|
|
1287
1551
|
data: string;
|
|
1288
1552
|
};
|
|
1289
|
-
export declare const
|
|
1290
|
-
name: '
|
|
1553
|
+
export declare const ciWBlogArticleNewOutlined: {
|
|
1554
|
+
name: 'w-blog-article-new-outlined';
|
|
1291
1555
|
data: string;
|
|
1292
1556
|
};
|
|
1293
|
-
export declare const
|
|
1294
|
-
name: '
|
|
1557
|
+
export declare const ciWBlogArticleOutlined: {
|
|
1558
|
+
name: 'w-blog-article-outlined';
|
|
1295
1559
|
data: string;
|
|
1296
1560
|
};
|
|
1297
|
-
export declare const
|
|
1298
|
-
name: '
|
|
1561
|
+
export declare const ciWBlogArticleRecommendedOutlined: {
|
|
1562
|
+
name: 'w-blog-article-recommended-outlined';
|
|
1299
1563
|
data: string;
|
|
1300
1564
|
};
|
|
1301
|
-
export declare const
|
|
1302
|
-
name: '
|
|
1565
|
+
export declare const ciWBookmarksOutlined: {
|
|
1566
|
+
name: 'w-bookmarks-outlined';
|
|
1303
1567
|
data: string;
|
|
1304
1568
|
};
|
|
1305
|
-
export declare const
|
|
1306
|
-
name: '
|
|
1569
|
+
export declare const ciWButtonOutlined: {
|
|
1570
|
+
name: 'w-button-outlined';
|
|
1307
1571
|
data: string;
|
|
1308
1572
|
};
|
|
1309
|
-
export declare const
|
|
1310
|
-
name: '
|
|
1573
|
+
export declare const ciWColleaguesNewOutlined: {
|
|
1574
|
+
name: 'w-colleagues-new-outlined';
|
|
1311
1575
|
data: string;
|
|
1312
1576
|
};
|
|
1313
|
-
export declare const
|
|
1314
|
-
name: '
|
|
1577
|
+
export declare const ciWCompleteProfileOutlined: {
|
|
1578
|
+
name: 'w-complete-profile-outlined';
|
|
1315
1579
|
data: string;
|
|
1316
1580
|
};
|
|
1317
|
-
export declare const
|
|
1318
|
-
name: '
|
|
1581
|
+
export declare const ciWDividerOutlined: {
|
|
1582
|
+
name: 'w-divider-outlined';
|
|
1319
1583
|
data: string;
|
|
1320
1584
|
};
|
|
1321
|
-
export declare const
|
|
1322
|
-
name: '
|
|
1585
|
+
export declare const ciWDoYouKnowOutlined: {
|
|
1586
|
+
name: 'w-do-you-know-outlined';
|
|
1323
1587
|
data: string;
|
|
1324
1588
|
};
|
|
1325
|
-
export declare const
|
|
1326
|
-
name: '
|
|
1589
|
+
export declare const ciWDocumentOutlined: {
|
|
1590
|
+
name: 'w-document-outlined';
|
|
1327
1591
|
data: string;
|
|
1328
1592
|
};
|
|
1329
|
-
export declare const
|
|
1330
|
-
name: '
|
|
1593
|
+
export declare const ciWDocumentsM365Outlined: {
|
|
1594
|
+
name: 'w-documents-m-365-outlined';
|
|
1331
1595
|
data: string;
|
|
1332
1596
|
};
|
|
1333
|
-
export declare const
|
|
1334
|
-
name: '
|
|
1597
|
+
export declare const ciWDocumentsNewOutlined: {
|
|
1598
|
+
name: 'w-documents-new-outlined';
|
|
1335
1599
|
data: string;
|
|
1336
1600
|
};
|
|
1337
|
-
export declare const
|
|
1338
|
-
name: '
|
|
1601
|
+
export declare const ciWDownloadOutlined: {
|
|
1602
|
+
name: 'w-download-outlined';
|
|
1339
1603
|
data: string;
|
|
1340
1604
|
};
|
|
1341
|
-
export declare const
|
|
1342
|
-
name: '
|
|
1605
|
+
export declare const ciWEventsUpcomingOutlined: {
|
|
1606
|
+
name: 'w-events-upcoming-outlined';
|
|
1343
1607
|
data: string;
|
|
1344
1608
|
};
|
|
1345
|
-
export declare const
|
|
1346
|
-
name: '
|
|
1609
|
+
export declare const ciWFacegameOutlined: {
|
|
1610
|
+
name: 'w-facegame-outlined';
|
|
1347
1611
|
data: string;
|
|
1348
1612
|
};
|
|
1349
|
-
export declare const
|
|
1350
|
-
name: '
|
|
1613
|
+
export declare const ciWFeedOutlined: {
|
|
1614
|
+
name: 'w-feed-outlined';
|
|
1351
1615
|
data: string;
|
|
1352
1616
|
};
|
|
1353
|
-
export declare const
|
|
1354
|
-
name: '
|
|
1617
|
+
export declare const ciWGalleryOutlined: {
|
|
1618
|
+
name: 'w-gallery-outlined';
|
|
1355
1619
|
data: string;
|
|
1356
1620
|
};
|
|
1357
|
-
export declare const
|
|
1358
|
-
name: '
|
|
1621
|
+
export declare const ciWHashtagsOutlined: {
|
|
1622
|
+
name: 'w-hashtags-outlined';
|
|
1359
1623
|
data: string;
|
|
1360
1624
|
};
|
|
1361
|
-
export declare const
|
|
1362
|
-
name: '
|
|
1625
|
+
export declare const ciWHeadlineOutlined: {
|
|
1626
|
+
name: 'w-headline-outlined';
|
|
1363
1627
|
data: string;
|
|
1364
1628
|
};
|
|
1365
|
-
export declare const
|
|
1366
|
-
name: '
|
|
1629
|
+
export declare const ciWHeroTeaserOutlined: {
|
|
1630
|
+
name: 'w-hero-teaser-outlined';
|
|
1367
1631
|
data: string;
|
|
1368
1632
|
};
|
|
1369
|
-
export declare const
|
|
1370
|
-
name: '
|
|
1633
|
+
export declare const ciWHtmlOutlined: {
|
|
1634
|
+
name: 'w-html-outlined';
|
|
1371
1635
|
data: string;
|
|
1372
1636
|
};
|
|
1373
|
-
export declare const
|
|
1374
|
-
name: '
|
|
1637
|
+
export declare const ciWIframeOutlined: {
|
|
1638
|
+
name: 'w-iframe-outlined';
|
|
1375
1639
|
data: string;
|
|
1376
1640
|
};
|
|
1377
|
-
export declare const
|
|
1378
|
-
name: '
|
|
1641
|
+
export declare const ciWImageOutlined: {
|
|
1642
|
+
name: 'w-image-outlined';
|
|
1379
1643
|
data: string;
|
|
1380
1644
|
};
|
|
1381
|
-
export declare const
|
|
1382
|
-
name: '
|
|
1645
|
+
export declare const ciWLaunchpadOutlined: {
|
|
1646
|
+
name: 'w-launchpad-outlined';
|
|
1383
1647
|
data: string;
|
|
1384
1648
|
};
|
|
1385
|
-
export declare const
|
|
1386
|
-
name: '
|
|
1649
|
+
export declare const ciWMediaOutlined: {
|
|
1650
|
+
name: 'w-media-outlined';
|
|
1387
1651
|
data: string;
|
|
1388
1652
|
};
|
|
1389
|
-
export declare const
|
|
1390
|
-
name: '
|
|
1653
|
+
export declare const ciWOnlineUsersOutlined: {
|
|
1654
|
+
name: 'w-online-users-outlined';
|
|
1391
1655
|
data: string;
|
|
1392
1656
|
};
|
|
1393
|
-
export declare const
|
|
1394
|
-
name: '
|
|
1657
|
+
export declare const ciWPluginTrelloOutlined: {
|
|
1658
|
+
name: 'w-plugin-trello-outlined';
|
|
1395
1659
|
data: string;
|
|
1396
1660
|
};
|
|
1397
|
-
export declare const
|
|
1398
|
-
name: '
|
|
1661
|
+
export declare const ciWPluginTwitterOutlined: {
|
|
1662
|
+
name: 'w-plugin-twitter-outlined';
|
|
1399
1663
|
data: string;
|
|
1400
1664
|
};
|
|
1401
|
-
export declare const
|
|
1402
|
-
name: '
|
|
1665
|
+
export declare const ciWPollOutlined: {
|
|
1666
|
+
name: 'w-poll-outlined';
|
|
1403
1667
|
data: string;
|
|
1404
1668
|
};
|
|
1405
|
-
export declare const
|
|
1406
|
-
name: '
|
|
1669
|
+
export declare const ciWProfileOutlined: {
|
|
1670
|
+
name: 'w-profile-outlined';
|
|
1407
1671
|
data: string;
|
|
1408
1672
|
};
|
|
1409
|
-
export declare const
|
|
1410
|
-
name: '
|
|
1673
|
+
export declare const ciWRssFeedOutlined: {
|
|
1674
|
+
name: 'w-rss-feed-outlined';
|
|
1411
1675
|
data: string;
|
|
1412
1676
|
};
|
|
1413
|
-
export declare const
|
|
1414
|
-
name: '
|
|
1677
|
+
export declare const ciWSubscriptionsOutlined: {
|
|
1678
|
+
name: 'w-subscriptions-outlined';
|
|
1415
1679
|
data: string;
|
|
1416
1680
|
};
|
|
1417
|
-
export declare const
|
|
1418
|
-
name: '
|
|
1681
|
+
export declare const ciWSuggestedCommunitiesOutlined: {
|
|
1682
|
+
name: 'w-suggested-communities-outlined';
|
|
1419
1683
|
data: string;
|
|
1420
1684
|
};
|
|
1421
|
-
export declare const
|
|
1422
|
-
name: '
|
|
1685
|
+
export declare const ciWSuggestedPagesOutlined: {
|
|
1686
|
+
name: 'w-suggested-pages-outlined';
|
|
1423
1687
|
data: string;
|
|
1424
1688
|
};
|
|
1425
|
-
export declare const
|
|
1426
|
-
name: '
|
|
1689
|
+
export declare const ciWTeaserOutlined: {
|
|
1690
|
+
name: 'w-teaser-outlined';
|
|
1427
1691
|
data: string;
|
|
1428
1692
|
};
|
|
1429
|
-
export declare const
|
|
1430
|
-
name: '
|
|
1693
|
+
export declare const ciWTextOutlined: {
|
|
1694
|
+
name: 'w-text-outlined';
|
|
1431
1695
|
data: string;
|
|
1432
1696
|
};
|
|
1433
|
-
export declare const
|
|
1434
|
-
name: '
|
|
1697
|
+
export declare const ciWVideoOutlined: {
|
|
1698
|
+
name: 'w-video-outlined';
|
|
1435
1699
|
data: string;
|
|
1436
1700
|
};
|
|
1437
|
-
export declare const
|
|
1438
|
-
name: '
|
|
1701
|
+
export declare const ciWWelcomeOutlined: {
|
|
1702
|
+
name: 'w-welcome-outlined';
|
|
1439
1703
|
data: string;
|
|
1440
1704
|
};
|
|
1441
|
-
export declare const
|
|
1442
|
-
name: '
|
|
1705
|
+
export declare const ciWWikiArticleNewOutlined: {
|
|
1706
|
+
name: 'w-wiki-article-new-outlined';
|
|
1443
1707
|
data: string;
|
|
1444
1708
|
};
|
|
1445
|
-
export declare const
|
|
1446
|
-
name: '
|
|
1709
|
+
export declare const ciWWikiArticleOutlined: {
|
|
1710
|
+
name: 'w-wiki-article-outlined';
|
|
1447
1711
|
data: string;
|
|
1448
1712
|
};
|
|
1449
|
-
export declare const
|
|
1450
|
-
name: '
|
|
1713
|
+
export declare const ciWechat: {
|
|
1714
|
+
name: 'wechat';
|
|
1451
1715
|
data: string;
|
|
1452
1716
|
};
|
|
1453
|
-
export declare const
|
|
1454
|
-
name: '
|
|
1717
|
+
export declare const ciWriteOutlined: {
|
|
1718
|
+
name: 'write-outlined';
|
|
1455
1719
|
data: string;
|
|
1456
1720
|
};
|
|
1457
|
-
export declare const
|
|
1458
|
-
name: '
|
|
1721
|
+
export declare const ciXing: {
|
|
1722
|
+
name: 'xing';
|
|
1459
1723
|
data: string;
|
|
1460
1724
|
};
|
|
1461
|
-
export
|
|
1462
|
-
|
|
1725
|
+
export type coyoIcon = '16-bell-strikethrough' | '16-bell' | '16-check-circle-filled' | '16-check-circle-outlined' | '16-check-double' | '16-check' | '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | '16-clock-outlined' | '16-cross' | '16-earth-outlined' | '16-editor-arrow-down' | '16-editor-arrow-up' | '16-editor-bold' | '16-editor-delete' | '16-editor-h-1' | '16-editor-h-2' | '16-editor-h-3' | '16-editor-h-4' | '16-editor-h-5' | '16-editor-h-6' | '16-editor-headline' | '16-editor-image' | '16-editor-indent-decrease' | '16-editor-indent-increase' | '16-editor-italic' | '16-editor-link-break' | '16-editor-link' | '16-editor-ol' | '16-editor-paragraph' | '16-editor-plus' | '16-editor-search' | '16-editor-settings' | '16-editor-ul' | '16-external-link' | '16-flag' | '16-flash-circle-outlined' | '16-info-circle-outlined' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-lock-outlined' | '16-pen-outlined' | '16-pin-outlined' | '16-targeted-outlined' | '16-thumbs-up-outlined' | '16-translate-box-outlined' | '16-warning-circle-outlined' | 'a-11-y-outlined' | 'ai-filled' | 'ai-outlined' | 'alert-box-outlined' | 'alert-circle-outlined' | 'apple-safari' | 'archive-filled' | 'archive-outlined' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-pointing-box-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'article-filled' | 'article-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'blank' | 'block-align-center-outlined' | 'block-align-fw-outlined' | 'block-align-left-outlined' | 'block-align-right-outlined' | 'block-caption-outlined' | 'bold-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'brush-brackets-outlined' | 'calendar-check-outlined' | 'calendar-cross-outlined' | 'calendar-outlined' | 'calendar-pen-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-double-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-up-outlined' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'click-outlined' | 'clock-filled' | 'clock-outlined' | 'comment-outlined' | 'communities-filled' | 'communities-outlined' | 'compass-outlined' | 'content-filled' | 'content-outlined' | 'copy-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | 'emoji-angry' | 'emoji-happy' | 'emoji-neutral' | 'emoji-sad' | 'emoji-smile' | 'emoji-thinking' | 'events-filled' | 'events-outlined' | 'external-link-outlined' | 'eye-closed-outlined' | 'eye-open-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'filter-outlined' | 'fingerprint-outlined' | 'flag-al' | 'flag-am' | 'flag-bg' | 'flag-circle-al' | 'flag-circle-am' | 'flag-circle-bg' | 'flag-circle-cn' | 'flag-circle-cz' | 'flag-circle-de' | 'flag-circle-dk' | 'flag-circle-ee' | 'flag-circle-en' | 'flag-circle-es' | 'flag-circle-fi' | 'flag-circle-fr' | 'flag-circle-gb' | 'flag-circle-gr' | 'flag-circle-hr' | 'flag-circle-hu' | 'flag-circle-is' | 'flag-circle-it' | 'flag-circle-jp' | 'flag-circle-kr' | 'flag-circle-lv' | 'flag-circle-mk' | 'flag-circle-nl' | 'flag-circle-no' | 'flag-circle-pl' | 'flag-circle-pt' | 'flag-circle-ro' | 'flag-circle-rs' | 'flag-circle-ru' | 'flag-circle-se' | 'flag-circle-si' | 'flag-circle-sk' | 'flag-circle-th' | 'flag-circle-tr' | 'flag-cn' | 'flag-cz' | 'flag-de' | 'flag-dk' | 'flag-ee' | 'flag-en' | 'flag-es' | 'flag-fi' | 'flag-fr' | 'flag-gb' | 'flag-gr' | 'flag-hr' | 'flag-hu' | 'flag-is' | 'flag-it' | 'flag-jp' | 'flag-kr' | 'flag-lv' | 'flag-mk' | 'flag-nl' | 'flag-no' | 'flag-outlined' | 'flag-pl' | 'flag-pt' | 'flag-ro' | 'flag-rs' | 'flag-ru' | 'flag-se' | 'flag-si' | 'flag-sk' | 'flag-th' | 'flag-tr' | 'flash-circle-outlined' | 'flash-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'generic-browser-outlined' | 'gift-outlined' | 'github' | 'globe-outlined' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'gradient-outlined' | 'group-outlined' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-outlined' | 'haiilo-share' | 'haiilo-stories' | 'hashtag-outlined' | 'history-outlined' | 'home-filled' | 'home-outlined' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'layers-filled' | 'layers-outlined' | 'likes-circle-filled' | 'link-break-outlined' | 'link-outlined' | 'linkedin' | 'list-ordered-outlined' | 'list-unordered-outlined' | 'location-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'loop-outlined' | 'mail-open-outlined' | 'mail-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'maybe-circle-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'menu-left-outlined' | 'menu-outlined' | 'menu-right-outlined' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-teams' | 'microsoft-word' | 'microsoft-yammer' | 'microsoft' | 'more-horizontal-filled' | 'mozilla-firefox' | 'openai' | 'paperclip-box-outlined' | 'paperclip-outlined' | 'paperplane-tilt-outlined' | 'pen-outlined' | 'pen-writing' | 'photo-add-outlined' | 'photo-filled' | 'photo-outlined' | 'photo-remove-outlined' | 'planet-filled' | 'planet-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profile-box-outlined' | 'profile-circle-outlined' | 'profiles-filled' | 'profiles-outlined' | 'push-notification' | 'puzzle-piece-outlined' | 'question-mark-circle-outlined' | 'quote-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'redo-outlined' | 'replace-outlined' | 'restart-outlined' | 'rte-blockquote' | 'rte-bold' | 'rte-emoji' | 'rte-image' | 'rte-italic' | 'rte-layout' | 'rte-lg-ai' | 'rte-lg-blockquote' | 'rte-lg-h-1' | 'rte-lg-h-2' | 'rte-lg-image' | 'rte-lg-layout' | 'rte-lg-text' | 'rte-link' | 'rte-ol' | 'rte-redo' | 'rte-ul' | 'rte-undo' | 'rte-variable' | 'rte-video' | 'search-filled' | 'search-outlined' | 'search-restart-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'sliders-outlined' | 'smile' | 'social-media-outlined' | 'sorting-outlined' | 'sp-grid-2-cols' | 'sp-grid-3-cols' | 'sp-grid-4-cols' | 'sp-grid-full' | 'sp-grid-sidebar-left-lg' | 'sp-grid-sidebar-left' | 'sp-grid-sidebar-right-lg' | 'sp-grid-sidebar-right' | 'sp-grid-social' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'status-available' | 'status-away' | 'status-dnd' | 'status-invisible' | 'status-ooo' | 'sticker-filled' | 'sticker-outlined' | 'stream-filled' | 'stream-outlined' | 'strikethrough-outlined' | 'tag-outlined' | 'targeted-outlined' | 'text-extend-outlined' | 'text-shorten-outlined' | 'text-summary-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-box-filled' | 'translate-box-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'twitter' | 'underlined-outlined' | 'undo-outlined' | 'upload-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'video-outlined' | 'w-alert-outlined' | 'w-birthdays-upcoming-outlined' | 'w-blog-article-new-outlined' | 'w-blog-article-outlined' | 'w-blog-article-recommended-outlined' | 'w-bookmarks-outlined' | 'w-button-outlined' | 'w-colleagues-new-outlined' | 'w-complete-profile-outlined' | 'w-divider-outlined' | 'w-do-you-know-outlined' | 'w-document-outlined' | 'w-documents-m-365-outlined' | 'w-documents-new-outlined' | 'w-download-outlined' | 'w-events-upcoming-outlined' | 'w-facegame-outlined' | 'w-feed-outlined' | 'w-gallery-outlined' | 'w-hashtags-outlined' | 'w-headline-outlined' | 'w-hero-teaser-outlined' | 'w-html-outlined' | 'w-iframe-outlined' | 'w-image-outlined' | 'w-launchpad-outlined' | 'w-media-outlined' | 'w-online-users-outlined' | 'w-plugin-trello-outlined' | 'w-plugin-twitter-outlined' | 'w-poll-outlined' | 'w-profile-outlined' | 'w-rss-feed-outlined' | 'w-subscriptions-outlined' | 'w-suggested-communities-outlined' | 'w-suggested-pages-outlined' | 'w-teaser-outlined' | 'w-text-outlined' | 'w-video-outlined' | 'w-welcome-outlined' | 'w-wiki-article-new-outlined' | 'w-wiki-article-outlined' | 'wechat' | 'write-outlined' | 'xing';
|
|
1726
|
+
export interface CoyoIcon {
|
|
1727
|
+
name: coyoIcon;
|
|
1463
1728
|
data: string;
|
|
1464
|
-
}
|
|
1465
|
-
export
|
|
1466
|
-
|
|
1729
|
+
}
|
|
1730
|
+
export type CoyoIconNameSubset<T extends Readonly<CoyoIcon[]>> = T[number]['name'];
|
|
1731
|
+
export declare const completeIconSet: ({
|
|
1732
|
+
name: '16-bell-strikethrough';
|
|
1467
1733
|
data: string;
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
name: 'status-available';
|
|
1734
|
+
} | {
|
|
1735
|
+
name: '16-bell';
|
|
1471
1736
|
data: string;
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
name: 'status-away';
|
|
1737
|
+
} | {
|
|
1738
|
+
name: '16-check-circle-filled';
|
|
1475
1739
|
data: string;
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
name: 'status-dnd';
|
|
1740
|
+
} | {
|
|
1741
|
+
name: '16-check-circle-outlined';
|
|
1479
1742
|
data: string;
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
name: 'status-invisible';
|
|
1743
|
+
} | {
|
|
1744
|
+
name: '16-check-double';
|
|
1483
1745
|
data: string;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
name: 'status-ooo';
|
|
1746
|
+
} | {
|
|
1747
|
+
name: '16-check';
|
|
1487
1748
|
data: string;
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
|
-
name: 'stream-filled';
|
|
1749
|
+
} | {
|
|
1750
|
+
name: '16-chevron-down';
|
|
1491
1751
|
data: string;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
name: 'stream-outlined';
|
|
1752
|
+
} | {
|
|
1753
|
+
name: '16-chevron-left';
|
|
1495
1754
|
data: string;
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
|
-
name: 'strikethrough-outlined';
|
|
1755
|
+
} | {
|
|
1756
|
+
name: '16-chevron-right';
|
|
1499
1757
|
data: string;
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
name: 'tag-outlined';
|
|
1503
|
-
data: string;
|
|
1504
|
-
};
|
|
1505
|
-
export declare const ciTargetedOutlined: {
|
|
1506
|
-
name: 'targeted-outlined';
|
|
1507
|
-
data: string;
|
|
1508
|
-
};
|
|
1509
|
-
export declare const ciTextExtendOutlined: {
|
|
1510
|
-
name: 'text-extend-outlined';
|
|
1511
|
-
data: string;
|
|
1512
|
-
};
|
|
1513
|
-
export declare const ciTextShortenOutlined: {
|
|
1514
|
-
name: 'text-shorten-outlined';
|
|
1515
|
-
data: string;
|
|
1516
|
-
};
|
|
1517
|
-
export declare const ciTextSummaryOutlined: {
|
|
1518
|
-
name: 'text-summary-outlined';
|
|
1519
|
-
data: string;
|
|
1520
|
-
};
|
|
1521
|
-
export declare const ciTranslateBoxFilled: {
|
|
1522
|
-
name: 'translate-box-filled';
|
|
1523
|
-
data: string;
|
|
1524
|
-
};
|
|
1525
|
-
export declare const ciTwitter: {
|
|
1526
|
-
name: 'twitter';
|
|
1527
|
-
data: string;
|
|
1528
|
-
};
|
|
1529
|
-
export declare const ciUnderlinedOutlined: {
|
|
1530
|
-
name: 'underlined-outlined';
|
|
1531
|
-
data: string;
|
|
1532
|
-
};
|
|
1533
|
-
export declare const ciUndoOutlined: {
|
|
1534
|
-
name: 'undo-outlined';
|
|
1535
|
-
data: string;
|
|
1536
|
-
};
|
|
1537
|
-
export declare const ciVideoOutlined: {
|
|
1538
|
-
name: 'video-outlined';
|
|
1539
|
-
data: string;
|
|
1540
|
-
};
|
|
1541
|
-
export declare const ciWAlertOutlined: {
|
|
1542
|
-
name: 'w-alert-outlined';
|
|
1543
|
-
data: string;
|
|
1544
|
-
};
|
|
1545
|
-
export declare const ciWBirthdaysUpcomingOutlined: {
|
|
1546
|
-
name: 'w-birthdays-upcoming-outlined';
|
|
1547
|
-
data: string;
|
|
1548
|
-
};
|
|
1549
|
-
export declare const ciWBlogArticleNewOutlined: {
|
|
1550
|
-
name: 'w-blog-article-new-outlined';
|
|
1551
|
-
data: string;
|
|
1552
|
-
};
|
|
1553
|
-
export declare const ciWBlogArticleOutlined: {
|
|
1554
|
-
name: 'w-blog-article-outlined';
|
|
1555
|
-
data: string;
|
|
1556
|
-
};
|
|
1557
|
-
export declare const ciWBookmarksOutlined: {
|
|
1558
|
-
name: 'w-bookmarks-outlined';
|
|
1559
|
-
data: string;
|
|
1560
|
-
};
|
|
1561
|
-
export declare const ciWButtonOutlined: {
|
|
1562
|
-
name: 'w-button-outlined';
|
|
1563
|
-
data: string;
|
|
1564
|
-
};
|
|
1565
|
-
export declare const ciWColleaguesNewOutlined: {
|
|
1566
|
-
name: 'w-colleagues-new-outlined';
|
|
1567
|
-
data: string;
|
|
1568
|
-
};
|
|
1569
|
-
export declare const ciWCompleteProfileOutlined: {
|
|
1570
|
-
name: 'w-complete-profile-outlined';
|
|
1571
|
-
data: string;
|
|
1572
|
-
};
|
|
1573
|
-
export declare const ciWDividerOutlined: {
|
|
1574
|
-
name: 'w-divider-outlined';
|
|
1575
|
-
data: string;
|
|
1576
|
-
};
|
|
1577
|
-
export declare const ciWDoYouKnowOutlined: {
|
|
1578
|
-
name: 'w-do-you-know-outlined';
|
|
1579
|
-
data: string;
|
|
1580
|
-
};
|
|
1581
|
-
export declare const ciWDocumentOutlined: {
|
|
1582
|
-
name: 'w-document-outlined';
|
|
1583
|
-
data: string;
|
|
1584
|
-
};
|
|
1585
|
-
export declare const ciWDocumentsM365Outlined: {
|
|
1586
|
-
name: 'w-documents-m-365-outlined';
|
|
1587
|
-
data: string;
|
|
1588
|
-
};
|
|
1589
|
-
export declare const ciWDocumentsNewOutlined: {
|
|
1590
|
-
name: 'w-documents-new-outlined';
|
|
1591
|
-
data: string;
|
|
1592
|
-
};
|
|
1593
|
-
export declare const ciWDownloadOutlined: {
|
|
1594
|
-
name: 'w-download-outlined';
|
|
1595
|
-
data: string;
|
|
1596
|
-
};
|
|
1597
|
-
export declare const ciWEventsUpcomingOutlined: {
|
|
1598
|
-
name: 'w-events-upcoming-outlined';
|
|
1599
|
-
data: string;
|
|
1600
|
-
};
|
|
1601
|
-
export declare const ciWFacegameOutlined: {
|
|
1602
|
-
name: 'w-facegame-outlined';
|
|
1603
|
-
data: string;
|
|
1604
|
-
};
|
|
1605
|
-
export declare const ciWFeedOutlined: {
|
|
1606
|
-
name: 'w-feed-outlined';
|
|
1607
|
-
data: string;
|
|
1608
|
-
};
|
|
1609
|
-
export declare const ciWGalleryOutlined: {
|
|
1610
|
-
name: 'w-gallery-outlined';
|
|
1611
|
-
data: string;
|
|
1612
|
-
};
|
|
1613
|
-
export declare const ciWHashtagsOutlined: {
|
|
1614
|
-
name: 'w-hashtags-outlined';
|
|
1615
|
-
data: string;
|
|
1616
|
-
};
|
|
1617
|
-
export declare const ciWHeadlineOutlined: {
|
|
1618
|
-
name: 'w-headline-outlined';
|
|
1619
|
-
data: string;
|
|
1620
|
-
};
|
|
1621
|
-
export declare const ciWHeroTeaserOutlined: {
|
|
1622
|
-
name: 'w-hero-teaser-outlined';
|
|
1623
|
-
data: string;
|
|
1624
|
-
};
|
|
1625
|
-
export declare const ciWHtmlOutlined: {
|
|
1626
|
-
name: 'w-html-outlined';
|
|
1627
|
-
data: string;
|
|
1628
|
-
};
|
|
1629
|
-
export declare const ciWIframeOutlined: {
|
|
1630
|
-
name: 'w-iframe-outlined';
|
|
1631
|
-
data: string;
|
|
1632
|
-
};
|
|
1633
|
-
export declare const ciWImageOutlined: {
|
|
1634
|
-
name: 'w-image-outlined';
|
|
1635
|
-
data: string;
|
|
1636
|
-
};
|
|
1637
|
-
export declare const ciWLaunchpadOutlined: {
|
|
1638
|
-
name: 'w-launchpad-outlined';
|
|
1639
|
-
data: string;
|
|
1640
|
-
};
|
|
1641
|
-
export declare const ciWMediaOutlined: {
|
|
1642
|
-
name: 'w-media-outlined';
|
|
1643
|
-
data: string;
|
|
1644
|
-
};
|
|
1645
|
-
export declare const ciWOnlineUsersOutlined: {
|
|
1646
|
-
name: 'w-online-users-outlined';
|
|
1647
|
-
data: string;
|
|
1648
|
-
};
|
|
1649
|
-
export declare const ciWPluginTrelloOutlined: {
|
|
1650
|
-
name: 'w-plugin-trello-outlined';
|
|
1651
|
-
data: string;
|
|
1652
|
-
};
|
|
1653
|
-
export declare const ciWPluginTwitterOutlined: {
|
|
1654
|
-
name: 'w-plugin-twitter-outlined';
|
|
1655
|
-
data: string;
|
|
1656
|
-
};
|
|
1657
|
-
export declare const ciWPollOutlined: {
|
|
1658
|
-
name: 'w-poll-outlined';
|
|
1659
|
-
data: string;
|
|
1660
|
-
};
|
|
1661
|
-
export declare const ciWProfileOutlined: {
|
|
1662
|
-
name: 'w-profile-outlined';
|
|
1663
|
-
data: string;
|
|
1664
|
-
};
|
|
1665
|
-
export declare const ciWRssFeedOutlined: {
|
|
1666
|
-
name: 'w-rss-feed-outlined';
|
|
1667
|
-
data: string;
|
|
1668
|
-
};
|
|
1669
|
-
export declare const ciWSubscriptionsOutlined: {
|
|
1670
|
-
name: 'w-subscriptions-outlined';
|
|
1671
|
-
data: string;
|
|
1672
|
-
};
|
|
1673
|
-
export declare const ciWSuggestedCommunitiesOutlined: {
|
|
1674
|
-
name: 'w-suggested-communities-outlined';
|
|
1675
|
-
data: string;
|
|
1676
|
-
};
|
|
1677
|
-
export declare const ciWSuggestedPagesOutlined: {
|
|
1678
|
-
name: 'w-suggested-pages-outlined';
|
|
1679
|
-
data: string;
|
|
1680
|
-
};
|
|
1681
|
-
export declare const ciWTeaserOutlined: {
|
|
1682
|
-
name: 'w-teaser-outlined';
|
|
1683
|
-
data: string;
|
|
1684
|
-
};
|
|
1685
|
-
export declare const ciWTextOutlined: {
|
|
1686
|
-
name: 'w-text-outlined';
|
|
1687
|
-
data: string;
|
|
1688
|
-
};
|
|
1689
|
-
export declare const ciWVideoOutlined: {
|
|
1690
|
-
name: 'w-video-outlined';
|
|
1691
|
-
data: string;
|
|
1692
|
-
};
|
|
1693
|
-
export declare const ciWWelcomeOutlined: {
|
|
1694
|
-
name: 'w-welcome-outlined';
|
|
1695
|
-
data: string;
|
|
1696
|
-
};
|
|
1697
|
-
export declare const ciWWikiArticleNewOutlined: {
|
|
1698
|
-
name: 'w-wiki-article-new-outlined';
|
|
1699
|
-
data: string;
|
|
1700
|
-
};
|
|
1701
|
-
export declare const ciWWikiArticleOutlined: {
|
|
1702
|
-
name: 'w-wiki-article-outlined';
|
|
1703
|
-
data: string;
|
|
1704
|
-
};
|
|
1705
|
-
export declare const ciWechat: {
|
|
1706
|
-
name: 'wechat';
|
|
1707
|
-
data: string;
|
|
1708
|
-
};
|
|
1709
|
-
export declare const ciXing: {
|
|
1710
|
-
name: 'xing';
|
|
1711
|
-
data: string;
|
|
1712
|
-
};
|
|
1713
|
-
export declare type coyoIcon = '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | '16-editor-h-1' | '16-editor-h-2' | '16-editor-h-3' | '16-editor-h-4' | '16-editor-h-5' | '16-editor-h-6' | '16-editor-headline' | '16-editor-indent-decrease' | '16-editor-indent-increase' | '16-editor-ol' | '16-editor-ul' | '16-flash-circle-outlined' | '16-lock-outlined' | '16-thumbs-up-outlined' | '16-translate-box-outlined' | 'article-filled' | 'article-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-up-outlined' | 'clock-filled' | 'clock-outlined' | 'communities-filled' | 'communities-outlined' | 'content-filled' | 'content-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | 'events-filled' | 'events-outlined' | 'external-link-outlined' | 'flash-circle-outlined' | 'flash-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'gift-outlined' | 'globe-outlined' | 'gradient-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'likes-circle-filled' | 'link-outlined' | 'location-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'maybe-circle-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'microsoft-teams' | 'microsoft-yammer' | 'paperclip-box-outlined' | 'paperclip-outlined' | 'photo-add-outlined' | 'photo-filled' | 'photo-outlined' | 'photo-remove-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profile-box-outlined' | 'profile-circle-outlined' | 'profiles-filled' | 'profiles-outlined' | 'question-mark-circle-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'restart-outlined' | 'search-filled' | 'search-outlined' | 'search-restart-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'smile' | 'sp-grid-2-cols' | 'sp-grid-3-cols' | 'sp-grid-4-cols' | 'sp-grid-full' | 'sp-grid-sidebar-left-lg' | 'sp-grid-sidebar-left' | 'sp-grid-sidebar-right-lg' | 'sp-grid-sidebar-right' | 'sp-grid-social' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-box-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'upload-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'w-blog-article-recommended-outlined' | 'write-outlined' | '16-bell-strikethrough' | '16-bell' | '16-check-circle-filled' | '16-check-circle-outlined' | '16-check-double' | '16-check' | '16-clock-outlined' | '16-cross' | '16-earth-outlined' | '16-editor-arrow-down' | '16-editor-arrow-up' | '16-editor-bold' | '16-editor-delete' | '16-editor-image' | '16-editor-italic' | '16-editor-link-break' | '16-editor-link' | '16-editor-paragraph' | '16-editor-plus' | '16-editor-search' | '16-editor-settings' | '16-external-link' | '16-flag' | '16-info-circle-outlined' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-pen-outlined' | '16-pin-outlined' | '16-targeted-outlined' | '16-warning-circle-outlined' | 'a-11-y-outlined' | 'ai-filled' | 'ai-outlined' | 'alert-box-outlined' | 'alert-circle-outlined' | 'apple-safari' | 'archive-filled' | 'archive-outlined' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-pointing-box-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'blank' | 'block-align-center-outlined' | 'block-align-fw-outlined' | 'block-align-left-outlined' | 'block-align-right-outlined' | 'block-caption-outlined' | 'bold-outlined' | 'brush-brackets-outlined' | 'calendar-check-outlined' | 'calendar-cross-outlined' | 'calendar-outlined' | 'calendar-pen-outlined' | 'check-double-outlined' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'comment-outlined' | 'compass-outlined' | 'copy-outlined' | 'emoji-angry' | 'emoji-happy' | 'emoji-neutral' | 'emoji-sad' | 'emoji-smile' | 'eye-closed-outlined' | 'eye-open-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'filter-outlined' | 'fingerprint-outlined' | 'flag-al' | 'flag-am' | 'flag-bg' | 'flag-circle-al' | 'flag-circle-am' | 'flag-circle-bg' | 'flag-circle-cn' | 'flag-circle-cz' | 'flag-circle-de' | 'flag-circle-dk' | 'flag-circle-ee' | 'flag-circle-en' | 'flag-circle-es' | 'flag-circle-fi' | 'flag-circle-fr' | 'flag-circle-gb' | 'flag-circle-gr' | 'flag-circle-hr' | 'flag-circle-hu' | 'flag-circle-is' | 'flag-circle-it' | 'flag-circle-jp' | 'flag-circle-kr' | 'flag-circle-lv' | 'flag-circle-mk' | 'flag-circle-nl' | 'flag-circle-no' | 'flag-circle-pl' | 'flag-circle-pt' | 'flag-circle-ro' | 'flag-circle-rs' | 'flag-circle-ru' | 'flag-circle-se' | 'flag-circle-si' | 'flag-circle-sk' | 'flag-circle-th' | 'flag-circle-tr' | 'flag-cn' | 'flag-cz' | 'flag-de' | 'flag-dk' | 'flag-ee' | 'flag-en' | 'flag-es' | 'flag-fi' | 'flag-fr' | 'flag-gb' | 'flag-gr' | 'flag-hr' | 'flag-hu' | 'flag-is' | 'flag-it' | 'flag-jp' | 'flag-kr' | 'flag-lv' | 'flag-mk' | 'flag-nl' | 'flag-no' | 'flag-outlined' | 'flag-pl' | 'flag-pt' | 'flag-ro' | 'flag-rs' | 'flag-ru' | 'flag-se' | 'flag-si' | 'flag-sk' | 'flag-th' | 'flag-tr' | 'github' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'group-outlined' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-outlined' | 'haiilo-share' | 'haiilo-stories' | 'history-outlined' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'link-break-outlined' | 'linkedin' | 'list-ordered-outlined' | 'list-unordered-outlined' | 'loop-outlined' | 'mail-open-outlined' | 'mail-outlined' | 'menu-left-outlined' | 'menu-outlined' | 'menu-right-outlined' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-word' | 'microsoft' | 'more-horizontal-filled' | 'mozilla-firefox' | 'openai' | 'paperplane-tilt-outlined' | 'pen-outlined' | 'pen-writing' | 'planet-filled' | 'planet-outlined' | 'push-notification' | 'puzzle-piece-outlined' | 'quote-outlined' | 'redo-outlined' | 'replace-outlined' | 'rte-blockquote' | 'rte-bold' | 'rte-emoji' | 'rte-image' | 'rte-italic' | 'rte-layout' | 'rte-lg-ai' | 'rte-lg-blockquote' | 'rte-lg-h-1' | 'rte-lg-h-2' | 'rte-lg-image' | 'rte-lg-layout' | 'rte-lg-text' | 'rte-link' | 'rte-ol' | 'rte-redo' | 'rte-ul' | 'rte-undo' | 'rte-variable' | 'rte-video' | 'sliders-outlined' | 'social-media-outlined' | 'sorting-outlined' | 'status-available' | 'status-away' | 'status-dnd' | 'status-invisible' | 'status-ooo' | 'stream-filled' | 'stream-outlined' | 'strikethrough-outlined' | 'tag-outlined' | 'targeted-outlined' | 'text-extend-outlined' | 'text-shorten-outlined' | 'text-summary-outlined' | 'translate-box-filled' | 'twitter' | 'underlined-outlined' | 'undo-outlined' | 'video-outlined' | 'w-alert-outlined' | 'w-birthdays-upcoming-outlined' | 'w-blog-article-new-outlined' | 'w-blog-article-outlined' | 'w-bookmarks-outlined' | 'w-button-outlined' | 'w-colleagues-new-outlined' | 'w-complete-profile-outlined' | 'w-divider-outlined' | 'w-do-you-know-outlined' | 'w-document-outlined' | 'w-documents-m-365-outlined' | 'w-documents-new-outlined' | 'w-download-outlined' | 'w-events-upcoming-outlined' | 'w-facegame-outlined' | 'w-feed-outlined' | 'w-gallery-outlined' | 'w-hashtags-outlined' | 'w-headline-outlined' | 'w-hero-teaser-outlined' | 'w-html-outlined' | 'w-iframe-outlined' | 'w-image-outlined' | 'w-launchpad-outlined' | 'w-media-outlined' | 'w-online-users-outlined' | 'w-plugin-trello-outlined' | 'w-plugin-twitter-outlined' | 'w-poll-outlined' | 'w-profile-outlined' | 'w-rss-feed-outlined' | 'w-subscriptions-outlined' | 'w-suggested-communities-outlined' | 'w-suggested-pages-outlined' | 'w-teaser-outlined' | 'w-text-outlined' | 'w-video-outlined' | 'w-welcome-outlined' | 'w-wiki-article-new-outlined' | 'w-wiki-article-outlined' | 'wechat' | 'xing';
|
|
1714
|
-
export interface CoyoIcon {
|
|
1715
|
-
name: coyoIcon;
|
|
1716
|
-
data: string;
|
|
1717
|
-
}
|
|
1718
|
-
export declare type CoyoIconNameSubset<T extends Readonly<CoyoIcon[]>> = T[number]['name'];
|
|
1719
|
-
export declare const completeIconSet: ({
|
|
1720
|
-
name: '16-chevron-down';
|
|
1721
|
-
data: string;
|
|
1722
|
-
} | {
|
|
1723
|
-
name: '16-chevron-left';
|
|
1724
|
-
data: string;
|
|
1725
|
-
} | {
|
|
1726
|
-
name: '16-chevron-right';
|
|
1727
|
-
data: string;
|
|
1728
|
-
} | {
|
|
1729
|
-
name: '16-chevron-up';
|
|
1730
|
-
data: string;
|
|
1731
|
-
} | {
|
|
1732
|
-
name: '16-editor-h-1';
|
|
1733
|
-
data: string;
|
|
1734
|
-
} | {
|
|
1735
|
-
name: '16-editor-h-2';
|
|
1736
|
-
data: string;
|
|
1737
|
-
} | {
|
|
1738
|
-
name: '16-editor-h-3';
|
|
1739
|
-
data: string;
|
|
1740
|
-
} | {
|
|
1741
|
-
name: '16-editor-h-4';
|
|
1742
|
-
data: string;
|
|
1743
|
-
} | {
|
|
1744
|
-
name: '16-editor-h-5';
|
|
1745
|
-
data: string;
|
|
1746
|
-
} | {
|
|
1747
|
-
name: '16-editor-h-6';
|
|
1748
|
-
data: string;
|
|
1749
|
-
} | {
|
|
1750
|
-
name: '16-editor-headline';
|
|
1751
|
-
data: string;
|
|
1752
|
-
} | {
|
|
1753
|
-
name: '16-editor-indent-decrease';
|
|
1754
|
-
data: string;
|
|
1755
|
-
} | {
|
|
1756
|
-
name: '16-editor-indent-increase';
|
|
1757
|
-
data: string;
|
|
1758
|
-
} | {
|
|
1759
|
-
name: '16-editor-ol';
|
|
1760
|
-
data: string;
|
|
1761
|
-
} | {
|
|
1762
|
-
name: '16-editor-ul';
|
|
1758
|
+
} | {
|
|
1759
|
+
name: '16-chevron-up';
|
|
1763
1760
|
data: string;
|
|
1764
1761
|
} | {
|
|
1765
|
-
name: '16-
|
|
1766
|
-
data: string;
|
|
1767
|
-
} | {
|
|
1768
|
-
name: '16-lock-outlined';
|
|
1769
|
-
data: string;
|
|
1770
|
-
} | {
|
|
1771
|
-
name: '16-thumbs-up-outlined';
|
|
1772
|
-
data: string;
|
|
1773
|
-
} | {
|
|
1774
|
-
name: '16-translate-box-outlined';
|
|
1775
|
-
data: string;
|
|
1776
|
-
} | {
|
|
1777
|
-
name: 'article-filled';
|
|
1778
|
-
data: string;
|
|
1779
|
-
} | {
|
|
1780
|
-
name: 'article-outlined';
|
|
1781
|
-
data: string;
|
|
1782
|
-
} | {
|
|
1783
|
-
name: 'bar-chart-outlined';
|
|
1784
|
-
data: string;
|
|
1785
|
-
} | {
|
|
1786
|
-
name: 'bell-check-outlined';
|
|
1787
|
-
data: string;
|
|
1788
|
-
} | {
|
|
1789
|
-
name: 'bell-dot-filled';
|
|
1790
|
-
data: string;
|
|
1791
|
-
} | {
|
|
1792
|
-
name: 'bell-dot-outlined';
|
|
1793
|
-
data: string;
|
|
1794
|
-
} | {
|
|
1795
|
-
name: 'bell-filled';
|
|
1796
|
-
data: string;
|
|
1797
|
-
} | {
|
|
1798
|
-
name: 'bell-outlined';
|
|
1799
|
-
data: string;
|
|
1800
|
-
} | {
|
|
1801
|
-
name: 'bell-plus-outlined';
|
|
1802
|
-
data: string;
|
|
1803
|
-
} | {
|
|
1804
|
-
name: 'bell-ringing-filled';
|
|
1805
|
-
data: string;
|
|
1806
|
-
} | {
|
|
1807
|
-
name: 'bell-ringing-outlined';
|
|
1808
|
-
data: string;
|
|
1809
|
-
} | {
|
|
1810
|
-
name: 'book-filled';
|
|
1811
|
-
data: string;
|
|
1812
|
-
} | {
|
|
1813
|
-
name: 'book-outlined';
|
|
1814
|
-
data: string;
|
|
1815
|
-
} | {
|
|
1816
|
-
name: 'bookmark-check-outlined';
|
|
1817
|
-
data: string;
|
|
1818
|
-
} | {
|
|
1819
|
-
name: 'bookmark-filled';
|
|
1820
|
-
data: string;
|
|
1821
|
-
} | {
|
|
1822
|
-
name: 'bookmark-outlined';
|
|
1823
|
-
data: string;
|
|
1824
|
-
} | {
|
|
1825
|
-
name: 'bookmark-plus-outlined';
|
|
1826
|
-
data: string;
|
|
1827
|
-
} | {
|
|
1828
|
-
name: 'chat-filled';
|
|
1829
|
-
data: string;
|
|
1830
|
-
} | {
|
|
1831
|
-
name: 'chat-outlined';
|
|
1832
|
-
data: string;
|
|
1833
|
-
} | {
|
|
1834
|
-
name: 'check-circle-filled';
|
|
1835
|
-
data: string;
|
|
1836
|
-
} | {
|
|
1837
|
-
name: 'check-circle-outlined';
|
|
1838
|
-
data: string;
|
|
1839
|
-
} | {
|
|
1840
|
-
name: 'check-outlined';
|
|
1841
|
-
data: string;
|
|
1842
|
-
} | {
|
|
1843
|
-
name: 'chevron-down-outlined';
|
|
1844
|
-
data: string;
|
|
1845
|
-
} | {
|
|
1846
|
-
name: 'chevron-left-outlined';
|
|
1847
|
-
data: string;
|
|
1848
|
-
} | {
|
|
1849
|
-
name: 'chevron-right-outlined';
|
|
1850
|
-
data: string;
|
|
1851
|
-
} | {
|
|
1852
|
-
name: 'chevron-up-outlined';
|
|
1853
|
-
data: string;
|
|
1854
|
-
} | {
|
|
1855
|
-
name: 'clock-filled';
|
|
1856
|
-
data: string;
|
|
1857
|
-
} | {
|
|
1858
|
-
name: 'clock-outlined';
|
|
1859
|
-
data: string;
|
|
1860
|
-
} | {
|
|
1861
|
-
name: 'communities-filled';
|
|
1862
|
-
data: string;
|
|
1863
|
-
} | {
|
|
1864
|
-
name: 'communities-outlined';
|
|
1865
|
-
data: string;
|
|
1866
|
-
} | {
|
|
1867
|
-
name: 'content-filled';
|
|
1868
|
-
data: string;
|
|
1869
|
-
} | {
|
|
1870
|
-
name: 'content-outlined';
|
|
1871
|
-
data: string;
|
|
1872
|
-
} | {
|
|
1873
|
-
name: 'cross-circle-filled';
|
|
1874
|
-
data: string;
|
|
1875
|
-
} | {
|
|
1876
|
-
name: 'cross-circle-outlined';
|
|
1877
|
-
data: string;
|
|
1878
|
-
} | {
|
|
1879
|
-
name: 'cross-outlined';
|
|
1880
|
-
data: string;
|
|
1881
|
-
} | {
|
|
1882
|
-
name: 'cross-square-filled';
|
|
1883
|
-
data: string;
|
|
1884
|
-
} | {
|
|
1885
|
-
name: 'cross-square-outlined';
|
|
1886
|
-
data: string;
|
|
1887
|
-
} | {
|
|
1888
|
-
name: 'danger-filled';
|
|
1889
|
-
data: string;
|
|
1890
|
-
} | {
|
|
1891
|
-
name: 'danger-outlined';
|
|
1892
|
-
data: string;
|
|
1893
|
-
} | {
|
|
1894
|
-
name: 'dots-circle-outlined';
|
|
1895
|
-
data: string;
|
|
1896
|
-
} | {
|
|
1897
|
-
name: 'download-outlined';
|
|
1898
|
-
data: string;
|
|
1899
|
-
} | {
|
|
1900
|
-
name: 'earth-outlined';
|
|
1901
|
-
data: string;
|
|
1902
|
-
} | {
|
|
1903
|
-
name: 'events-filled';
|
|
1904
|
-
data: string;
|
|
1905
|
-
} | {
|
|
1906
|
-
name: 'events-outlined';
|
|
1907
|
-
data: string;
|
|
1908
|
-
} | {
|
|
1909
|
-
name: 'external-link-outlined';
|
|
1910
|
-
data: string;
|
|
1911
|
-
} | {
|
|
1912
|
-
name: 'flash-circle-outlined';
|
|
1913
|
-
data: string;
|
|
1914
|
-
} | {
|
|
1915
|
-
name: 'flash-outlined';
|
|
1916
|
-
data: string;
|
|
1917
|
-
} | {
|
|
1918
|
-
name: 'folder-minus-outlined';
|
|
1919
|
-
data: string;
|
|
1920
|
-
} | {
|
|
1921
|
-
name: 'folder-outlined';
|
|
1922
|
-
data: string;
|
|
1923
|
-
} | {
|
|
1924
|
-
name: 'folder-plus-outlined';
|
|
1925
|
-
data: string;
|
|
1926
|
-
} | {
|
|
1927
|
-
name: 'gift-outlined';
|
|
1928
|
-
data: string;
|
|
1929
|
-
} | {
|
|
1930
|
-
name: 'globe-outlined';
|
|
1931
|
-
data: string;
|
|
1932
|
-
} | {
|
|
1933
|
-
name: 'gradient-outlined';
|
|
1934
|
-
data: string;
|
|
1935
|
-
} | {
|
|
1936
|
-
name: 'hashtag-outlined';
|
|
1937
|
-
data: string;
|
|
1938
|
-
} | {
|
|
1939
|
-
name: 'home-filled';
|
|
1940
|
-
data: string;
|
|
1941
|
-
} | {
|
|
1942
|
-
name: 'home-outlined';
|
|
1943
|
-
data: string;
|
|
1944
|
-
} | {
|
|
1945
|
-
name: 'layers-filled';
|
|
1946
|
-
data: string;
|
|
1947
|
-
} | {
|
|
1948
|
-
name: 'layers-outlined';
|
|
1949
|
-
data: string;
|
|
1950
|
-
} | {
|
|
1951
|
-
name: 'likes-circle-filled';
|
|
1952
|
-
data: string;
|
|
1953
|
-
} | {
|
|
1954
|
-
name: 'link-outlined';
|
|
1955
|
-
data: string;
|
|
1956
|
-
} | {
|
|
1957
|
-
name: 'location-outlined';
|
|
1958
|
-
data: string;
|
|
1959
|
-
} | {
|
|
1960
|
-
name: 'lock-filled';
|
|
1961
|
-
data: string;
|
|
1962
|
-
} | {
|
|
1963
|
-
name: 'lock-open-filled';
|
|
1964
|
-
data: string;
|
|
1965
|
-
} | {
|
|
1966
|
-
name: 'lock-open-outlined';
|
|
1967
|
-
data: string;
|
|
1968
|
-
} | {
|
|
1969
|
-
name: 'lock-outlined';
|
|
1970
|
-
data: string;
|
|
1971
|
-
} | {
|
|
1972
|
-
name: 'marketplace-filled';
|
|
1973
|
-
data: string;
|
|
1974
|
-
} | {
|
|
1975
|
-
name: 'marketplace-outlined';
|
|
1976
|
-
data: string;
|
|
1977
|
-
} | {
|
|
1978
|
-
name: 'maybe-circle-outlined';
|
|
1979
|
-
data: string;
|
|
1980
|
-
} | {
|
|
1981
|
-
name: 'megaphone-filled';
|
|
1982
|
-
data: string;
|
|
1983
|
-
} | {
|
|
1984
|
-
name: 'megaphone-outlined';
|
|
1985
|
-
data: string;
|
|
1986
|
-
} | {
|
|
1987
|
-
name: 'microsoft-teams';
|
|
1988
|
-
data: string;
|
|
1989
|
-
} | {
|
|
1990
|
-
name: 'microsoft-yammer';
|
|
1991
|
-
data: string;
|
|
1992
|
-
} | {
|
|
1993
|
-
name: 'paperclip-box-outlined';
|
|
1994
|
-
data: string;
|
|
1995
|
-
} | {
|
|
1996
|
-
name: 'paperclip-outlined';
|
|
1997
|
-
data: string;
|
|
1998
|
-
} | {
|
|
1999
|
-
name: 'photo-add-outlined';
|
|
2000
|
-
data: string;
|
|
2001
|
-
} | {
|
|
2002
|
-
name: 'photo-filled';
|
|
2003
|
-
data: string;
|
|
2004
|
-
} | {
|
|
2005
|
-
name: 'photo-outlined';
|
|
2006
|
-
data: string;
|
|
2007
|
-
} | {
|
|
2008
|
-
name: 'photo-remove-outlined';
|
|
2009
|
-
data: string;
|
|
2010
|
-
} | {
|
|
2011
|
-
name: 'plus-circle-filled';
|
|
1762
|
+
name: '16-clock-outlined';
|
|
2012
1763
|
data: string;
|
|
2013
1764
|
} | {
|
|
2014
|
-
name: '
|
|
1765
|
+
name: '16-cross';
|
|
2015
1766
|
data: string;
|
|
2016
1767
|
} | {
|
|
2017
|
-
name: '
|
|
1768
|
+
name: '16-earth-outlined';
|
|
2018
1769
|
data: string;
|
|
2019
1770
|
} | {
|
|
2020
|
-
name: '
|
|
1771
|
+
name: '16-editor-arrow-down';
|
|
2021
1772
|
data: string;
|
|
2022
1773
|
} | {
|
|
2023
|
-
name: '
|
|
1774
|
+
name: '16-editor-arrow-up';
|
|
2024
1775
|
data: string;
|
|
2025
1776
|
} | {
|
|
2026
|
-
name: '
|
|
1777
|
+
name: '16-editor-bold';
|
|
2027
1778
|
data: string;
|
|
2028
1779
|
} | {
|
|
2029
|
-
name: '
|
|
1780
|
+
name: '16-editor-delete';
|
|
2030
1781
|
data: string;
|
|
2031
1782
|
} | {
|
|
2032
|
-
name: '
|
|
1783
|
+
name: '16-editor-h-1';
|
|
2033
1784
|
data: string;
|
|
2034
1785
|
} | {
|
|
2035
|
-
name: '
|
|
1786
|
+
name: '16-editor-h-2';
|
|
2036
1787
|
data: string;
|
|
2037
1788
|
} | {
|
|
2038
|
-
name: '
|
|
1789
|
+
name: '16-editor-h-3';
|
|
2039
1790
|
data: string;
|
|
2040
1791
|
} | {
|
|
2041
|
-
name: '
|
|
1792
|
+
name: '16-editor-h-4';
|
|
2042
1793
|
data: string;
|
|
2043
1794
|
} | {
|
|
2044
|
-
name: '
|
|
1795
|
+
name: '16-editor-h-5';
|
|
2045
1796
|
data: string;
|
|
2046
1797
|
} | {
|
|
2047
|
-
name: '
|
|
1798
|
+
name: '16-editor-h-6';
|
|
2048
1799
|
data: string;
|
|
2049
1800
|
} | {
|
|
2050
|
-
name: '
|
|
1801
|
+
name: '16-editor-headline';
|
|
2051
1802
|
data: string;
|
|
2052
1803
|
} | {
|
|
2053
|
-
name: '
|
|
1804
|
+
name: '16-editor-image';
|
|
2054
1805
|
data: string;
|
|
2055
1806
|
} | {
|
|
2056
|
-
name: '
|
|
1807
|
+
name: '16-editor-indent-decrease';
|
|
2057
1808
|
data: string;
|
|
2058
1809
|
} | {
|
|
2059
|
-
name: '
|
|
1810
|
+
name: '16-editor-indent-increase';
|
|
2060
1811
|
data: string;
|
|
2061
1812
|
} | {
|
|
2062
|
-
name: '
|
|
1813
|
+
name: '16-editor-italic';
|
|
2063
1814
|
data: string;
|
|
2064
1815
|
} | {
|
|
2065
|
-
name: '
|
|
1816
|
+
name: '16-editor-link-break';
|
|
2066
1817
|
data: string;
|
|
2067
1818
|
} | {
|
|
2068
|
-
name: '
|
|
1819
|
+
name: '16-editor-link';
|
|
2069
1820
|
data: string;
|
|
2070
1821
|
} | {
|
|
2071
|
-
name: '
|
|
1822
|
+
name: '16-editor-ol';
|
|
2072
1823
|
data: string;
|
|
2073
1824
|
} | {
|
|
2074
|
-
name: '
|
|
1825
|
+
name: '16-editor-paragraph';
|
|
2075
1826
|
data: string;
|
|
2076
1827
|
} | {
|
|
2077
|
-
name: '
|
|
1828
|
+
name: '16-editor-plus';
|
|
2078
1829
|
data: string;
|
|
2079
1830
|
} | {
|
|
2080
|
-
name: '
|
|
1831
|
+
name: '16-editor-search';
|
|
2081
1832
|
data: string;
|
|
2082
1833
|
} | {
|
|
2083
|
-
name: '
|
|
1834
|
+
name: '16-editor-settings';
|
|
2084
1835
|
data: string;
|
|
2085
1836
|
} | {
|
|
2086
|
-
name: '
|
|
1837
|
+
name: '16-editor-ul';
|
|
2087
1838
|
data: string;
|
|
2088
1839
|
} | {
|
|
2089
|
-
name: '
|
|
1840
|
+
name: '16-external-link';
|
|
2090
1841
|
data: string;
|
|
2091
1842
|
} | {
|
|
2092
|
-
name: '
|
|
1843
|
+
name: '16-flag';
|
|
2093
1844
|
data: string;
|
|
2094
1845
|
} | {
|
|
2095
|
-
name: '
|
|
1846
|
+
name: '16-flash-circle-outlined';
|
|
2096
1847
|
data: string;
|
|
2097
1848
|
} | {
|
|
2098
|
-
name: '
|
|
1849
|
+
name: '16-info-circle-outlined';
|
|
2099
1850
|
data: string;
|
|
2100
1851
|
} | {
|
|
2101
|
-
name: '
|
|
1852
|
+
name: '16-link-large';
|
|
2102
1853
|
data: string;
|
|
2103
1854
|
} | {
|
|
2104
|
-
name: '
|
|
1855
|
+
name: '16-link-medium';
|
|
2105
1856
|
data: string;
|
|
2106
1857
|
} | {
|
|
2107
|
-
name: '
|
|
1858
|
+
name: '16-link-small';
|
|
2108
1859
|
data: string;
|
|
2109
1860
|
} | {
|
|
2110
|
-
name: '
|
|
1861
|
+
name: '16-lock-outlined';
|
|
2111
1862
|
data: string;
|
|
2112
1863
|
} | {
|
|
2113
|
-
name: '
|
|
1864
|
+
name: '16-pen-outlined';
|
|
2114
1865
|
data: string;
|
|
2115
1866
|
} | {
|
|
2116
|
-
name: '
|
|
1867
|
+
name: '16-pin-outlined';
|
|
2117
1868
|
data: string;
|
|
2118
1869
|
} | {
|
|
2119
|
-
name: '
|
|
1870
|
+
name: '16-targeted-outlined';
|
|
2120
1871
|
data: string;
|
|
2121
1872
|
} | {
|
|
2122
|
-
name: '
|
|
1873
|
+
name: '16-thumbs-up-outlined';
|
|
2123
1874
|
data: string;
|
|
2124
1875
|
} | {
|
|
2125
|
-
name: '
|
|
1876
|
+
name: '16-translate-box-outlined';
|
|
2126
1877
|
data: string;
|
|
2127
1878
|
} | {
|
|
2128
|
-
name: '
|
|
1879
|
+
name: '16-warning-circle-outlined';
|
|
2129
1880
|
data: string;
|
|
2130
1881
|
} | {
|
|
2131
|
-
name: '
|
|
1882
|
+
name: 'a-11-y-outlined';
|
|
2132
1883
|
data: string;
|
|
2133
1884
|
} | {
|
|
2134
|
-
name: '
|
|
1885
|
+
name: 'ai-filled';
|
|
2135
1886
|
data: string;
|
|
2136
1887
|
} | {
|
|
2137
|
-
name: '
|
|
1888
|
+
name: 'ai-outlined';
|
|
2138
1889
|
data: string;
|
|
2139
1890
|
} | {
|
|
2140
|
-
name: '
|
|
1891
|
+
name: 'alert-box-outlined';
|
|
2141
1892
|
data: string;
|
|
2142
1893
|
} | {
|
|
2143
|
-
name: '
|
|
1894
|
+
name: 'alert-circle-outlined';
|
|
2144
1895
|
data: string;
|
|
2145
1896
|
} | {
|
|
2146
|
-
name: '
|
|
1897
|
+
name: 'apple-safari';
|
|
2147
1898
|
data: string;
|
|
2148
1899
|
} | {
|
|
2149
|
-
name: '
|
|
1900
|
+
name: 'archive-filled';
|
|
2150
1901
|
data: string;
|
|
2151
1902
|
} | {
|
|
2152
|
-
name: '
|
|
1903
|
+
name: 'archive-outlined';
|
|
2153
1904
|
data: string;
|
|
2154
1905
|
} | {
|
|
2155
|
-
name: '
|
|
1906
|
+
name: 'arrow-down-outlined';
|
|
2156
1907
|
data: string;
|
|
2157
1908
|
} | {
|
|
2158
|
-
name: '
|
|
1909
|
+
name: 'arrow-left-outlined';
|
|
2159
1910
|
data: string;
|
|
2160
1911
|
} | {
|
|
2161
|
-
name: '
|
|
1912
|
+
name: 'arrow-pointing-box-outlined';
|
|
2162
1913
|
data: string;
|
|
2163
1914
|
} | {
|
|
2164
|
-
name: '
|
|
1915
|
+
name: 'arrow-redo-outlined';
|
|
2165
1916
|
data: string;
|
|
2166
1917
|
} | {
|
|
2167
|
-
name: '
|
|
1918
|
+
name: 'arrow-right-outlined';
|
|
2168
1919
|
data: string;
|
|
2169
1920
|
} | {
|
|
2170
|
-
name: '
|
|
1921
|
+
name: 'arrow-up-outlined';
|
|
2171
1922
|
data: string;
|
|
2172
1923
|
} | {
|
|
2173
|
-
name: '
|
|
1924
|
+
name: 'article-filled';
|
|
2174
1925
|
data: string;
|
|
2175
1926
|
} | {
|
|
2176
|
-
name: '
|
|
1927
|
+
name: 'article-outlined';
|
|
2177
1928
|
data: string;
|
|
2178
1929
|
} | {
|
|
2179
|
-
name: '
|
|
1930
|
+
name: 'bar-chart-outlined';
|
|
2180
1931
|
data: string;
|
|
2181
1932
|
} | {
|
|
2182
|
-
name: '
|
|
1933
|
+
name: 'bell-check-outlined';
|
|
2183
1934
|
data: string;
|
|
2184
1935
|
} | {
|
|
2185
|
-
name: '
|
|
1936
|
+
name: 'bell-dot-filled';
|
|
2186
1937
|
data: string;
|
|
2187
1938
|
} | {
|
|
2188
|
-
name: '
|
|
1939
|
+
name: 'bell-dot-outlined';
|
|
2189
1940
|
data: string;
|
|
2190
1941
|
} | {
|
|
2191
|
-
name: '
|
|
1942
|
+
name: 'bell-filled';
|
|
2192
1943
|
data: string;
|
|
2193
1944
|
} | {
|
|
2194
|
-
name: '
|
|
1945
|
+
name: 'bell-outlined';
|
|
2195
1946
|
data: string;
|
|
2196
1947
|
} | {
|
|
2197
|
-
name: '
|
|
1948
|
+
name: 'bell-plus-outlined';
|
|
2198
1949
|
data: string;
|
|
2199
1950
|
} | {
|
|
2200
|
-
name: '
|
|
1951
|
+
name: 'bell-ringing-filled';
|
|
2201
1952
|
data: string;
|
|
2202
1953
|
} | {
|
|
2203
|
-
name: '
|
|
1954
|
+
name: 'bell-ringing-outlined';
|
|
2204
1955
|
data: string;
|
|
2205
1956
|
} | {
|
|
2206
|
-
name: '
|
|
1957
|
+
name: 'blank';
|
|
2207
1958
|
data: string;
|
|
2208
1959
|
} | {
|
|
2209
|
-
name: '
|
|
1960
|
+
name: 'block-align-center-outlined';
|
|
2210
1961
|
data: string;
|
|
2211
1962
|
} | {
|
|
2212
|
-
name: '
|
|
1963
|
+
name: 'block-align-fw-outlined';
|
|
2213
1964
|
data: string;
|
|
2214
1965
|
} | {
|
|
2215
|
-
name: '
|
|
1966
|
+
name: 'block-align-left-outlined';
|
|
2216
1967
|
data: string;
|
|
2217
1968
|
} | {
|
|
2218
|
-
name: '
|
|
1969
|
+
name: 'block-align-right-outlined';
|
|
2219
1970
|
data: string;
|
|
2220
1971
|
} | {
|
|
2221
|
-
name: '
|
|
1972
|
+
name: 'block-caption-outlined';
|
|
2222
1973
|
data: string;
|
|
2223
1974
|
} | {
|
|
2224
|
-
name: '
|
|
1975
|
+
name: 'bold-outlined';
|
|
2225
1976
|
data: string;
|
|
2226
1977
|
} | {
|
|
2227
|
-
name: '
|
|
1978
|
+
name: 'book-filled';
|
|
2228
1979
|
data: string;
|
|
2229
1980
|
} | {
|
|
2230
|
-
name: '
|
|
1981
|
+
name: 'book-outlined';
|
|
2231
1982
|
data: string;
|
|
2232
1983
|
} | {
|
|
2233
|
-
name: '
|
|
1984
|
+
name: 'bookmark-check-outlined';
|
|
2234
1985
|
data: string;
|
|
2235
1986
|
} | {
|
|
2236
|
-
name: '
|
|
1987
|
+
name: 'bookmark-filled';
|
|
2237
1988
|
data: string;
|
|
2238
1989
|
} | {
|
|
2239
|
-
name: '
|
|
1990
|
+
name: 'bookmark-outlined';
|
|
2240
1991
|
data: string;
|
|
2241
1992
|
} | {
|
|
2242
|
-
name: '
|
|
1993
|
+
name: 'bookmark-plus-outlined';
|
|
2243
1994
|
data: string;
|
|
2244
1995
|
} | {
|
|
2245
|
-
name: '
|
|
1996
|
+
name: 'brush-brackets-outlined';
|
|
2246
1997
|
data: string;
|
|
2247
1998
|
} | {
|
|
2248
|
-
name: '
|
|
1999
|
+
name: 'calendar-check-outlined';
|
|
2249
2000
|
data: string;
|
|
2250
2001
|
} | {
|
|
2251
|
-
name: '
|
|
2002
|
+
name: 'calendar-cross-outlined';
|
|
2252
2003
|
data: string;
|
|
2253
2004
|
} | {
|
|
2254
|
-
name: '
|
|
2005
|
+
name: 'calendar-outlined';
|
|
2255
2006
|
data: string;
|
|
2256
2007
|
} | {
|
|
2257
|
-
name: '
|
|
2008
|
+
name: 'calendar-pen-outlined';
|
|
2258
2009
|
data: string;
|
|
2259
2010
|
} | {
|
|
2260
|
-
name: '
|
|
2011
|
+
name: 'chat-filled';
|
|
2261
2012
|
data: string;
|
|
2262
2013
|
} | {
|
|
2263
|
-
name: '
|
|
2014
|
+
name: 'chat-outlined';
|
|
2264
2015
|
data: string;
|
|
2265
2016
|
} | {
|
|
2266
|
-
name: '
|
|
2017
|
+
name: 'check-circle-filled';
|
|
2267
2018
|
data: string;
|
|
2268
2019
|
} | {
|
|
2269
|
-
name: '
|
|
2020
|
+
name: 'check-circle-outlined';
|
|
2270
2021
|
data: string;
|
|
2271
2022
|
} | {
|
|
2272
|
-
name: '
|
|
2023
|
+
name: 'check-double-outlined';
|
|
2273
2024
|
data: string;
|
|
2274
2025
|
} | {
|
|
2275
|
-
name: '
|
|
2026
|
+
name: 'check-outlined';
|
|
2276
2027
|
data: string;
|
|
2277
2028
|
} | {
|
|
2278
|
-
name: '
|
|
2029
|
+
name: 'chevron-down-outlined';
|
|
2279
2030
|
data: string;
|
|
2280
2031
|
} | {
|
|
2281
|
-
name: '
|
|
2032
|
+
name: 'chevron-left-outlined';
|
|
2282
2033
|
data: string;
|
|
2283
2034
|
} | {
|
|
2284
|
-
name: '
|
|
2035
|
+
name: 'chevron-right-outlined';
|
|
2285
2036
|
data: string;
|
|
2286
2037
|
} | {
|
|
2287
|
-
name: '
|
|
2038
|
+
name: 'chevron-up-outlined';
|
|
2288
2039
|
data: string;
|
|
2289
2040
|
} | {
|
|
2290
|
-
name: '
|
|
2041
|
+
name: 'circle-filled-s';
|
|
2291
2042
|
data: string;
|
|
2292
2043
|
} | {
|
|
2293
|
-
name: '
|
|
2044
|
+
name: 'circle-filled';
|
|
2294
2045
|
data: string;
|
|
2295
2046
|
} | {
|
|
2296
|
-
name: '
|
|
2047
|
+
name: 'circle-outlined-s';
|
|
2297
2048
|
data: string;
|
|
2298
2049
|
} | {
|
|
2299
|
-
name: '
|
|
2050
|
+
name: 'circle-outlined';
|
|
2300
2051
|
data: string;
|
|
2301
2052
|
} | {
|
|
2302
|
-
name: '
|
|
2053
|
+
name: 'click-outlined';
|
|
2303
2054
|
data: string;
|
|
2304
2055
|
} | {
|
|
2305
|
-
name: '
|
|
2056
|
+
name: 'clock-filled';
|
|
2306
2057
|
data: string;
|
|
2307
2058
|
} | {
|
|
2308
|
-
name: '
|
|
2059
|
+
name: 'clock-outlined';
|
|
2309
2060
|
data: string;
|
|
2310
2061
|
} | {
|
|
2311
|
-
name: '
|
|
2062
|
+
name: 'comment-outlined';
|
|
2312
2063
|
data: string;
|
|
2313
2064
|
} | {
|
|
2314
|
-
name: '
|
|
2065
|
+
name: 'communities-filled';
|
|
2315
2066
|
data: string;
|
|
2316
2067
|
} | {
|
|
2317
|
-
name: '
|
|
2068
|
+
name: 'communities-outlined';
|
|
2318
2069
|
data: string;
|
|
2319
2070
|
} | {
|
|
2320
|
-
name: '
|
|
2071
|
+
name: 'compass-outlined';
|
|
2321
2072
|
data: string;
|
|
2322
2073
|
} | {
|
|
2323
|
-
name: '
|
|
2074
|
+
name: 'content-filled';
|
|
2324
2075
|
data: string;
|
|
2325
2076
|
} | {
|
|
2326
|
-
name: '
|
|
2077
|
+
name: 'content-outlined';
|
|
2327
2078
|
data: string;
|
|
2328
2079
|
} | {
|
|
2329
|
-
name: '
|
|
2080
|
+
name: 'copy-outlined';
|
|
2330
2081
|
data: string;
|
|
2331
2082
|
} | {
|
|
2332
|
-
name: '
|
|
2083
|
+
name: 'cross-circle-filled';
|
|
2333
2084
|
data: string;
|
|
2334
2085
|
} | {
|
|
2335
|
-
name: '
|
|
2086
|
+
name: 'cross-circle-outlined';
|
|
2336
2087
|
data: string;
|
|
2337
2088
|
} | {
|
|
2338
|
-
name: '
|
|
2089
|
+
name: 'cross-outlined';
|
|
2339
2090
|
data: string;
|
|
2340
2091
|
} | {
|
|
2341
|
-
name: '
|
|
2092
|
+
name: 'cross-square-filled';
|
|
2342
2093
|
data: string;
|
|
2343
2094
|
} | {
|
|
2344
|
-
name: '
|
|
2095
|
+
name: 'cross-square-outlined';
|
|
2345
2096
|
data: string;
|
|
2346
2097
|
} | {
|
|
2347
|
-
name: '
|
|
2098
|
+
name: 'danger-filled';
|
|
2348
2099
|
data: string;
|
|
2349
2100
|
} | {
|
|
2350
|
-
name: '
|
|
2101
|
+
name: 'danger-outlined';
|
|
2351
2102
|
data: string;
|
|
2352
2103
|
} | {
|
|
2353
|
-
name: '
|
|
2104
|
+
name: 'dots-circle-outlined';
|
|
2354
2105
|
data: string;
|
|
2355
2106
|
} | {
|
|
2356
|
-
name: '
|
|
2107
|
+
name: 'download-outlined';
|
|
2357
2108
|
data: string;
|
|
2358
2109
|
} | {
|
|
2359
|
-
name: '
|
|
2110
|
+
name: 'earth-outlined';
|
|
2360
2111
|
data: string;
|
|
2361
2112
|
} | {
|
|
2362
2113
|
name: 'emoji-angry';
|
|
@@ -2373,6 +2124,18 @@ export declare const completeIconSet: ({
|
|
|
2373
2124
|
} | {
|
|
2374
2125
|
name: 'emoji-smile';
|
|
2375
2126
|
data: string;
|
|
2127
|
+
} | {
|
|
2128
|
+
name: 'emoji-thinking';
|
|
2129
|
+
data: string;
|
|
2130
|
+
} | {
|
|
2131
|
+
name: 'events-filled';
|
|
2132
|
+
data: string;
|
|
2133
|
+
} | {
|
|
2134
|
+
name: 'events-outlined';
|
|
2135
|
+
data: string;
|
|
2136
|
+
} | {
|
|
2137
|
+
name: 'external-link-outlined';
|
|
2138
|
+
data: string;
|
|
2376
2139
|
} | {
|
|
2377
2140
|
name: 'eye-closed-outlined';
|
|
2378
2141
|
data: string;
|
|
@@ -2572,38 +2335,62 @@ export declare const completeIconSet: ({
|
|
|
2572
2335
|
name: 'flag-outlined';
|
|
2573
2336
|
data: string;
|
|
2574
2337
|
} | {
|
|
2575
|
-
name: 'flag-pl';
|
|
2338
|
+
name: 'flag-pl';
|
|
2339
|
+
data: string;
|
|
2340
|
+
} | {
|
|
2341
|
+
name: 'flag-pt';
|
|
2342
|
+
data: string;
|
|
2343
|
+
} | {
|
|
2344
|
+
name: 'flag-ro';
|
|
2345
|
+
data: string;
|
|
2346
|
+
} | {
|
|
2347
|
+
name: 'flag-rs';
|
|
2348
|
+
data: string;
|
|
2349
|
+
} | {
|
|
2350
|
+
name: 'flag-ru';
|
|
2351
|
+
data: string;
|
|
2352
|
+
} | {
|
|
2353
|
+
name: 'flag-se';
|
|
2354
|
+
data: string;
|
|
2355
|
+
} | {
|
|
2356
|
+
name: 'flag-si';
|
|
2357
|
+
data: string;
|
|
2358
|
+
} | {
|
|
2359
|
+
name: 'flag-sk';
|
|
2576
2360
|
data: string;
|
|
2577
2361
|
} | {
|
|
2578
|
-
name: 'flag-
|
|
2362
|
+
name: 'flag-th';
|
|
2579
2363
|
data: string;
|
|
2580
2364
|
} | {
|
|
2581
|
-
name: 'flag-
|
|
2365
|
+
name: 'flag-tr';
|
|
2582
2366
|
data: string;
|
|
2583
2367
|
} | {
|
|
2584
|
-
name: '
|
|
2368
|
+
name: 'flash-circle-outlined';
|
|
2585
2369
|
data: string;
|
|
2586
2370
|
} | {
|
|
2587
|
-
name: '
|
|
2371
|
+
name: 'flash-outlined';
|
|
2588
2372
|
data: string;
|
|
2589
2373
|
} | {
|
|
2590
|
-
name: '
|
|
2374
|
+
name: 'folder-minus-outlined';
|
|
2591
2375
|
data: string;
|
|
2592
2376
|
} | {
|
|
2593
|
-
name: '
|
|
2377
|
+
name: 'folder-outlined';
|
|
2594
2378
|
data: string;
|
|
2595
2379
|
} | {
|
|
2596
|
-
name: '
|
|
2380
|
+
name: 'folder-plus-outlined';
|
|
2597
2381
|
data: string;
|
|
2598
2382
|
} | {
|
|
2599
|
-
name: '
|
|
2383
|
+
name: 'generic-browser-outlined';
|
|
2600
2384
|
data: string;
|
|
2601
2385
|
} | {
|
|
2602
|
-
name: '
|
|
2386
|
+
name: 'gift-outlined';
|
|
2603
2387
|
data: string;
|
|
2604
2388
|
} | {
|
|
2605
2389
|
name: 'github';
|
|
2606
2390
|
data: string;
|
|
2391
|
+
} | {
|
|
2392
|
+
name: 'globe-outlined';
|
|
2393
|
+
data: string;
|
|
2607
2394
|
} | {
|
|
2608
2395
|
name: 'google-calendar';
|
|
2609
2396
|
data: string;
|
|
@@ -2619,6 +2406,9 @@ export declare const completeIconSet: ({
|
|
|
2619
2406
|
} | {
|
|
2620
2407
|
name: 'google';
|
|
2621
2408
|
data: string;
|
|
2409
|
+
} | {
|
|
2410
|
+
name: 'gradient-outlined';
|
|
2411
|
+
data: string;
|
|
2622
2412
|
} | {
|
|
2623
2413
|
name: 'group-outlined';
|
|
2624
2414
|
data: string;
|
|
@@ -2637,9 +2427,18 @@ export declare const completeIconSet: ({
|
|
|
2637
2427
|
} | {
|
|
2638
2428
|
name: 'haiilo-stories';
|
|
2639
2429
|
data: string;
|
|
2430
|
+
} | {
|
|
2431
|
+
name: 'hashtag-outlined';
|
|
2432
|
+
data: string;
|
|
2640
2433
|
} | {
|
|
2641
2434
|
name: 'history-outlined';
|
|
2642
2435
|
data: string;
|
|
2436
|
+
} | {
|
|
2437
|
+
name: 'home-filled';
|
|
2438
|
+
data: string;
|
|
2439
|
+
} | {
|
|
2440
|
+
name: 'home-outlined';
|
|
2441
|
+
data: string;
|
|
2643
2442
|
} | {
|
|
2644
2443
|
name: 'info-circle-filled';
|
|
2645
2444
|
data: string;
|
|
@@ -2652,9 +2451,21 @@ export declare const completeIconSet: ({
|
|
|
2652
2451
|
} | {
|
|
2653
2452
|
name: 'italic-outlined';
|
|
2654
2453
|
data: string;
|
|
2454
|
+
} | {
|
|
2455
|
+
name: 'layers-filled';
|
|
2456
|
+
data: string;
|
|
2457
|
+
} | {
|
|
2458
|
+
name: 'layers-outlined';
|
|
2459
|
+
data: string;
|
|
2460
|
+
} | {
|
|
2461
|
+
name: 'likes-circle-filled';
|
|
2462
|
+
data: string;
|
|
2655
2463
|
} | {
|
|
2656
2464
|
name: 'link-break-outlined';
|
|
2657
2465
|
data: string;
|
|
2466
|
+
} | {
|
|
2467
|
+
name: 'link-outlined';
|
|
2468
|
+
data: string;
|
|
2658
2469
|
} | {
|
|
2659
2470
|
name: 'linkedin';
|
|
2660
2471
|
data: string;
|
|
@@ -2664,6 +2475,21 @@ export declare const completeIconSet: ({
|
|
|
2664
2475
|
} | {
|
|
2665
2476
|
name: 'list-unordered-outlined';
|
|
2666
2477
|
data: string;
|
|
2478
|
+
} | {
|
|
2479
|
+
name: 'location-outlined';
|
|
2480
|
+
data: string;
|
|
2481
|
+
} | {
|
|
2482
|
+
name: 'lock-filled';
|
|
2483
|
+
data: string;
|
|
2484
|
+
} | {
|
|
2485
|
+
name: 'lock-open-filled';
|
|
2486
|
+
data: string;
|
|
2487
|
+
} | {
|
|
2488
|
+
name: 'lock-open-outlined';
|
|
2489
|
+
data: string;
|
|
2490
|
+
} | {
|
|
2491
|
+
name: 'lock-outlined';
|
|
2492
|
+
data: string;
|
|
2667
2493
|
} | {
|
|
2668
2494
|
name: 'loop-outlined';
|
|
2669
2495
|
data: string;
|
|
@@ -2673,6 +2499,21 @@ export declare const completeIconSet: ({
|
|
|
2673
2499
|
} | {
|
|
2674
2500
|
name: 'mail-outlined';
|
|
2675
2501
|
data: string;
|
|
2502
|
+
} | {
|
|
2503
|
+
name: 'marketplace-filled';
|
|
2504
|
+
data: string;
|
|
2505
|
+
} | {
|
|
2506
|
+
name: 'marketplace-outlined';
|
|
2507
|
+
data: string;
|
|
2508
|
+
} | {
|
|
2509
|
+
name: 'maybe-circle-outlined';
|
|
2510
|
+
data: string;
|
|
2511
|
+
} | {
|
|
2512
|
+
name: 'megaphone-filled';
|
|
2513
|
+
data: string;
|
|
2514
|
+
} | {
|
|
2515
|
+
name: 'megaphone-outlined';
|
|
2516
|
+
data: string;
|
|
2676
2517
|
} | {
|
|
2677
2518
|
name: 'menu-left-outlined';
|
|
2678
2519
|
data: string;
|
|
@@ -2703,9 +2544,15 @@ export declare const completeIconSet: ({
|
|
|
2703
2544
|
} | {
|
|
2704
2545
|
name: 'microsoft-sharepoint';
|
|
2705
2546
|
data: string;
|
|
2547
|
+
} | {
|
|
2548
|
+
name: 'microsoft-teams';
|
|
2549
|
+
data: string;
|
|
2706
2550
|
} | {
|
|
2707
2551
|
name: 'microsoft-word';
|
|
2708
2552
|
data: string;
|
|
2553
|
+
} | {
|
|
2554
|
+
name: 'microsoft-yammer';
|
|
2555
|
+
data: string;
|
|
2709
2556
|
} | {
|
|
2710
2557
|
name: 'microsoft';
|
|
2711
2558
|
data: string;
|
|
@@ -2718,6 +2565,12 @@ export declare const completeIconSet: ({
|
|
|
2718
2565
|
} | {
|
|
2719
2566
|
name: 'openai';
|
|
2720
2567
|
data: string;
|
|
2568
|
+
} | {
|
|
2569
|
+
name: 'paperclip-box-outlined';
|
|
2570
|
+
data: string;
|
|
2571
|
+
} | {
|
|
2572
|
+
name: 'paperclip-outlined';
|
|
2573
|
+
data: string;
|
|
2721
2574
|
} | {
|
|
2722
2575
|
name: 'paperplane-tilt-outlined';
|
|
2723
2576
|
data: string;
|
|
@@ -2727,27 +2580,84 @@ export declare const completeIconSet: ({
|
|
|
2727
2580
|
} | {
|
|
2728
2581
|
name: 'pen-writing';
|
|
2729
2582
|
data: string;
|
|
2583
|
+
} | {
|
|
2584
|
+
name: 'photo-add-outlined';
|
|
2585
|
+
data: string;
|
|
2586
|
+
} | {
|
|
2587
|
+
name: 'photo-filled';
|
|
2588
|
+
data: string;
|
|
2589
|
+
} | {
|
|
2590
|
+
name: 'photo-outlined';
|
|
2591
|
+
data: string;
|
|
2592
|
+
} | {
|
|
2593
|
+
name: 'photo-remove-outlined';
|
|
2594
|
+
data: string;
|
|
2730
2595
|
} | {
|
|
2731
2596
|
name: 'planet-filled';
|
|
2732
2597
|
data: string;
|
|
2733
2598
|
} | {
|
|
2734
2599
|
name: 'planet-outlined';
|
|
2735
2600
|
data: string;
|
|
2601
|
+
} | {
|
|
2602
|
+
name: 'plus-circle-filled';
|
|
2603
|
+
data: string;
|
|
2604
|
+
} | {
|
|
2605
|
+
name: 'plus-circle-outlined';
|
|
2606
|
+
data: string;
|
|
2607
|
+
} | {
|
|
2608
|
+
name: 'plus-outlined';
|
|
2609
|
+
data: string;
|
|
2610
|
+
} | {
|
|
2611
|
+
name: 'plus-square-filled';
|
|
2612
|
+
data: string;
|
|
2613
|
+
} | {
|
|
2614
|
+
name: 'plus-square-outlined';
|
|
2615
|
+
data: string;
|
|
2616
|
+
} | {
|
|
2617
|
+
name: 'printer-filled';
|
|
2618
|
+
data: string;
|
|
2619
|
+
} | {
|
|
2620
|
+
name: 'printer-outlined';
|
|
2621
|
+
data: string;
|
|
2622
|
+
} | {
|
|
2623
|
+
name: 'profile-box-outlined';
|
|
2624
|
+
data: string;
|
|
2625
|
+
} | {
|
|
2626
|
+
name: 'profile-circle-outlined';
|
|
2627
|
+
data: string;
|
|
2628
|
+
} | {
|
|
2629
|
+
name: 'profiles-filled';
|
|
2630
|
+
data: string;
|
|
2631
|
+
} | {
|
|
2632
|
+
name: 'profiles-outlined';
|
|
2633
|
+
data: string;
|
|
2736
2634
|
} | {
|
|
2737
2635
|
name: 'push-notification';
|
|
2738
2636
|
data: string;
|
|
2739
2637
|
} | {
|
|
2740
2638
|
name: 'puzzle-piece-outlined';
|
|
2741
2639
|
data: string;
|
|
2640
|
+
} | {
|
|
2641
|
+
name: 'question-mark-circle-outlined';
|
|
2642
|
+
data: string;
|
|
2742
2643
|
} | {
|
|
2743
2644
|
name: 'quote-outlined';
|
|
2744
2645
|
data: string;
|
|
2646
|
+
} | {
|
|
2647
|
+
name: 'reading-glasses-filled';
|
|
2648
|
+
data: string;
|
|
2649
|
+
} | {
|
|
2650
|
+
name: 'reading-glasses-outlined';
|
|
2651
|
+
data: string;
|
|
2745
2652
|
} | {
|
|
2746
2653
|
name: 'redo-outlined';
|
|
2747
2654
|
data: string;
|
|
2748
2655
|
} | {
|
|
2749
2656
|
name: 'replace-outlined';
|
|
2750
2657
|
data: string;
|
|
2658
|
+
} | {
|
|
2659
|
+
name: 'restart-outlined';
|
|
2660
|
+
data: string;
|
|
2751
2661
|
} | {
|
|
2752
2662
|
name: 'rte-blockquote';
|
|
2753
2663
|
data: string;
|
|
@@ -2808,15 +2718,87 @@ export declare const completeIconSet: ({
|
|
|
2808
2718
|
} | {
|
|
2809
2719
|
name: 'rte-video';
|
|
2810
2720
|
data: string;
|
|
2721
|
+
} | {
|
|
2722
|
+
name: 'search-filled';
|
|
2723
|
+
data: string;
|
|
2724
|
+
} | {
|
|
2725
|
+
name: 'search-outlined';
|
|
2726
|
+
data: string;
|
|
2727
|
+
} | {
|
|
2728
|
+
name: 'search-restart-outlined';
|
|
2729
|
+
data: string;
|
|
2730
|
+
} | {
|
|
2731
|
+
name: 'settings-outlined';
|
|
2732
|
+
data: string;
|
|
2733
|
+
} | {
|
|
2734
|
+
name: 'share-filled';
|
|
2735
|
+
data: string;
|
|
2736
|
+
} | {
|
|
2737
|
+
name: 'share-outlined';
|
|
2738
|
+
data: string;
|
|
2739
|
+
} | {
|
|
2740
|
+
name: 'sign-in-outlined';
|
|
2741
|
+
data: string;
|
|
2742
|
+
} | {
|
|
2743
|
+
name: 'sign-out-outlined';
|
|
2744
|
+
data: string;
|
|
2745
|
+
} | {
|
|
2746
|
+
name: 'signal-outlined';
|
|
2747
|
+
data: string;
|
|
2748
|
+
} | {
|
|
2749
|
+
name: 'slack';
|
|
2750
|
+
data: string;
|
|
2811
2751
|
} | {
|
|
2812
2752
|
name: 'sliders-outlined';
|
|
2813
2753
|
data: string;
|
|
2754
|
+
} | {
|
|
2755
|
+
name: 'smile';
|
|
2756
|
+
data: string;
|
|
2814
2757
|
} | {
|
|
2815
2758
|
name: 'social-media-outlined';
|
|
2816
2759
|
data: string;
|
|
2817
2760
|
} | {
|
|
2818
2761
|
name: 'sorting-outlined';
|
|
2819
2762
|
data: string;
|
|
2763
|
+
} | {
|
|
2764
|
+
name: 'sp-grid-2-cols';
|
|
2765
|
+
data: string;
|
|
2766
|
+
} | {
|
|
2767
|
+
name: 'sp-grid-3-cols';
|
|
2768
|
+
data: string;
|
|
2769
|
+
} | {
|
|
2770
|
+
name: 'sp-grid-4-cols';
|
|
2771
|
+
data: string;
|
|
2772
|
+
} | {
|
|
2773
|
+
name: 'sp-grid-full';
|
|
2774
|
+
data: string;
|
|
2775
|
+
} | {
|
|
2776
|
+
name: 'sp-grid-sidebar-left-lg';
|
|
2777
|
+
data: string;
|
|
2778
|
+
} | {
|
|
2779
|
+
name: 'sp-grid-sidebar-left';
|
|
2780
|
+
data: string;
|
|
2781
|
+
} | {
|
|
2782
|
+
name: 'sp-grid-sidebar-right-lg';
|
|
2783
|
+
data: string;
|
|
2784
|
+
} | {
|
|
2785
|
+
name: 'sp-grid-sidebar-right';
|
|
2786
|
+
data: string;
|
|
2787
|
+
} | {
|
|
2788
|
+
name: 'sp-grid-social';
|
|
2789
|
+
data: string;
|
|
2790
|
+
} | {
|
|
2791
|
+
name: 'sparkle-filled';
|
|
2792
|
+
data: string;
|
|
2793
|
+
} | {
|
|
2794
|
+
name: 'sparkle-outlined';
|
|
2795
|
+
data: string;
|
|
2796
|
+
} | {
|
|
2797
|
+
name: 'star-circle-filled';
|
|
2798
|
+
data: string;
|
|
2799
|
+
} | {
|
|
2800
|
+
name: 'star-circle-outlined';
|
|
2801
|
+
data: string;
|
|
2820
2802
|
} | {
|
|
2821
2803
|
name: 'status-available';
|
|
2822
2804
|
data: string;
|
|
@@ -2832,6 +2814,12 @@ export declare const completeIconSet: ({
|
|
|
2832
2814
|
} | {
|
|
2833
2815
|
name: 'status-ooo';
|
|
2834
2816
|
data: string;
|
|
2817
|
+
} | {
|
|
2818
|
+
name: 'sticker-filled';
|
|
2819
|
+
data: string;
|
|
2820
|
+
} | {
|
|
2821
|
+
name: 'sticker-outlined';
|
|
2822
|
+
data: string;
|
|
2835
2823
|
} | {
|
|
2836
2824
|
name: 'stream-filled';
|
|
2837
2825
|
data: string;
|
|
@@ -2856,9 +2844,27 @@ export declare const completeIconSet: ({
|
|
|
2856
2844
|
} | {
|
|
2857
2845
|
name: 'text-summary-outlined';
|
|
2858
2846
|
data: string;
|
|
2847
|
+
} | {
|
|
2848
|
+
name: 'thumbs-up-filled';
|
|
2849
|
+
data: string;
|
|
2850
|
+
} | {
|
|
2851
|
+
name: 'thumbs-up-outlined';
|
|
2852
|
+
data: string;
|
|
2859
2853
|
} | {
|
|
2860
2854
|
name: 'translate-box-filled';
|
|
2861
2855
|
data: string;
|
|
2856
|
+
} | {
|
|
2857
|
+
name: 'translate-box-outlined';
|
|
2858
|
+
data: string;
|
|
2859
|
+
} | {
|
|
2860
|
+
name: 'translate-outlined';
|
|
2861
|
+
data: string;
|
|
2862
|
+
} | {
|
|
2863
|
+
name: 'trash-filled';
|
|
2864
|
+
data: string;
|
|
2865
|
+
} | {
|
|
2866
|
+
name: 'trash-outlined';
|
|
2867
|
+
data: string;
|
|
2862
2868
|
} | {
|
|
2863
2869
|
name: 'twitter';
|
|
2864
2870
|
data: string;
|
|
@@ -2868,6 +2874,15 @@ export declare const completeIconSet: ({
|
|
|
2868
2874
|
} | {
|
|
2869
2875
|
name: 'undo-outlined';
|
|
2870
2876
|
data: string;
|
|
2877
|
+
} | {
|
|
2878
|
+
name: 'upload-outlined';
|
|
2879
|
+
data: string;
|
|
2880
|
+
} | {
|
|
2881
|
+
name: 'video-camera-filled';
|
|
2882
|
+
data: string;
|
|
2883
|
+
} | {
|
|
2884
|
+
name: 'video-camera-outlined';
|
|
2885
|
+
data: string;
|
|
2871
2886
|
} | {
|
|
2872
2887
|
name: 'video-outlined';
|
|
2873
2888
|
data: string;
|
|
@@ -2883,6 +2898,9 @@ export declare const completeIconSet: ({
|
|
|
2883
2898
|
} | {
|
|
2884
2899
|
name: 'w-blog-article-outlined';
|
|
2885
2900
|
data: string;
|
|
2901
|
+
} | {
|
|
2902
|
+
name: 'w-blog-article-recommended-outlined';
|
|
2903
|
+
data: string;
|
|
2886
2904
|
} | {
|
|
2887
2905
|
name: 'w-bookmarks-outlined';
|
|
2888
2906
|
data: string;
|
|
@@ -2997,6 +3015,9 @@ export declare const completeIconSet: ({
|
|
|
2997
3015
|
} | {
|
|
2998
3016
|
name: 'wechat';
|
|
2999
3017
|
data: string;
|
|
3018
|
+
} | {
|
|
3019
|
+
name: 'write-outlined';
|
|
3020
|
+
data: string;
|
|
3000
3021
|
} | {
|
|
3001
3022
|
name: 'xing';
|
|
3002
3023
|
data: string;
|