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