@haiilo/catalyst-icons 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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,2121 +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 ciGithub: {
1182
- name: 'github';
1445
+ export declare const ciStatusOoo: {
1446
+ name: 'status-ooo';
1183
1447
  data: string;
1184
1448
  };
1185
- export declare const ciGoogleCalendar: {
1186
- name: 'google-calendar';
1449
+ export declare const ciStickerFilled: {
1450
+ name: 'sticker-filled';
1187
1451
  data: string;
1188
1452
  };
1189
- export declare const ciGoogleChrome: {
1190
- name: 'google-chrome';
1453
+ export declare const ciStickerOutlined: {
1454
+ name: 'sticker-outlined';
1191
1455
  data: string;
1192
1456
  };
1193
- export declare const ciGoogleDrive: {
1194
- name: 'google-drive';
1457
+ export declare const ciStreamFilled: {
1458
+ name: 'stream-filled';
1195
1459
  data: string;
1196
1460
  };
1197
- export declare const ciGoogleMail: {
1198
- name: 'google-mail';
1461
+ export declare const ciStreamOutlined: {
1462
+ name: 'stream-outlined';
1199
1463
  data: string;
1200
1464
  };
1201
- export declare const ciGoogle: {
1202
- name: 'google';
1465
+ export declare const ciStrikethroughOutlined: {
1466
+ name: 'strikethrough-outlined';
1203
1467
  data: string;
1204
1468
  };
1205
- export declare const ciGroupOutlined: {
1206
- name: 'group-outlined';
1469
+ export declare const ciTagOutlined: {
1470
+ name: 'tag-outlined';
1207
1471
  data: string;
1208
1472
  };
1209
- export declare const ciHaiiloHome: {
1210
- name: 'haiilo-home';
1473
+ export declare const ciTargetedOutlined: {
1474
+ name: 'targeted-outlined';
1211
1475
  data: string;
1212
1476
  };
1213
- export declare const ciHaiiloInsights: {
1214
- name: 'haiilo-insights';
1477
+ export declare const ciTextExtendOutlined: {
1478
+ name: 'text-extend-outlined';
1215
1479
  data: string;
1216
1480
  };
1217
- export declare const ciHaiiloOutlined: {
1218
- name: 'haiilo-outlined';
1481
+ export declare const ciTextShortenOutlined: {
1482
+ name: 'text-shorten-outlined';
1219
1483
  data: string;
1220
1484
  };
1221
- export declare const ciHaiiloShare: {
1222
- name: 'haiilo-share';
1485
+ export declare const ciTextSummaryOutlined: {
1486
+ name: 'text-summary-outlined';
1223
1487
  data: string;
1224
1488
  };
1225
- export declare const ciHaiiloStories: {
1226
- name: 'haiilo-stories';
1489
+ export declare const ciThumbsUpFilled: {
1490
+ name: 'thumbs-up-filled';
1227
1491
  data: string;
1228
1492
  };
1229
- export declare const ciHistoryOutlined: {
1230
- name: 'history-outlined';
1493
+ export declare const ciThumbsUpOutlined: {
1494
+ name: 'thumbs-up-outlined';
1231
1495
  data: string;
1232
1496
  };
1233
- export declare const ciInfoCircleFilled: {
1234
- name: 'info-circle-filled';
1497
+ export declare const ciTranslateBoxFilled: {
1498
+ name: 'translate-box-filled';
1235
1499
  data: string;
1236
1500
  };
1237
- export declare const ciInfoCircleOutlined: {
1238
- name: 'info-circle-outlined';
1501
+ export declare const ciTranslateBoxOutlined: {
1502
+ name: 'translate-box-outlined';
1239
1503
  data: string;
1240
1504
  };
1241
- export declare const ciInstagram: {
1242
- name: 'instagram';
1505
+ export declare const ciTranslateOutlined: {
1506
+ name: 'translate-outlined';
1243
1507
  data: string;
1244
1508
  };
1245
- export declare const ciItalicOutlined: {
1246
- name: 'italic-outlined';
1509
+ export declare const ciTrashFilled: {
1510
+ name: 'trash-filled';
1247
1511
  data: string;
1248
1512
  };
1249
- export declare const ciLinkBreakOutlined: {
1250
- name: 'link-break-outlined';
1513
+ export declare const ciTrashOutlined: {
1514
+ name: 'trash-outlined';
1251
1515
  data: string;
1252
1516
  };
1253
- export declare const ciLinkedin: {
1254
- name: 'linkedin';
1517
+ export declare const ciTwitter: {
1518
+ name: 'twitter';
1255
1519
  data: string;
1256
1520
  };
1257
- export declare const ciListOrderedOutlined: {
1258
- name: 'list-ordered-outlined';
1521
+ export declare const ciUnderlinedOutlined: {
1522
+ name: 'underlined-outlined';
1259
1523
  data: string;
1260
1524
  };
1261
- export declare const ciListUnorderedOutlined: {
1262
- name: 'list-unordered-outlined';
1525
+ export declare const ciUndoOutlined: {
1526
+ name: 'undo-outlined';
1263
1527
  data: string;
1264
1528
  };
1265
- export declare const ciLoopOutlined: {
1266
- name: 'loop-outlined';
1529
+ export declare const ciUploadOutlined: {
1530
+ name: 'upload-outlined';
1267
1531
  data: string;
1268
1532
  };
1269
- export declare const ciMailOpenOutlined: {
1270
- name: 'mail-open-outlined';
1533
+ export declare const ciVideoCameraFilled: {
1534
+ name: 'video-camera-filled';
1271
1535
  data: string;
1272
1536
  };
1273
- export declare const ciMailOutlined: {
1274
- name: 'mail-outlined';
1537
+ export declare const ciVideoCameraOutlined: {
1538
+ name: 'video-camera-outlined';
1275
1539
  data: string;
1276
1540
  };
1277
- export declare const ciMenuLeftOutlined: {
1278
- name: 'menu-left-outlined';
1541
+ export declare const ciVideoOutlined: {
1542
+ name: 'video-outlined';
1279
1543
  data: string;
1280
1544
  };
1281
- export declare const ciMenuOutlined: {
1282
- name: 'menu-outlined';
1545
+ export declare const ciWAlertOutlined: {
1546
+ name: 'w-alert-outlined';
1283
1547
  data: string;
1284
1548
  };
1285
- export declare const ciMenuRightOutlined: {
1286
- name: 'menu-right-outlined';
1549
+ export declare const ciWBirthdaysUpcomingOutlined: {
1550
+ name: 'w-birthdays-upcoming-outlined';
1287
1551
  data: string;
1288
1552
  };
1289
- export declare const ciMicrosoftEdge: {
1290
- name: 'microsoft-edge';
1553
+ export declare const ciWBlogArticleNewOutlined: {
1554
+ name: 'w-blog-article-new-outlined';
1291
1555
  data: string;
1292
1556
  };
1293
- export declare const ciMicrosoftExcel: {
1294
- name: 'microsoft-excel';
1557
+ export declare const ciWBlogArticleOutlined: {
1558
+ name: 'w-blog-article-outlined';
1295
1559
  data: string;
1296
1560
  };
1297
- export declare const ciMicrosoftOnenote: {
1298
- name: 'microsoft-onenote';
1561
+ export declare const ciWBlogArticleRecommendedOutlined: {
1562
+ name: 'w-blog-article-recommended-outlined';
1299
1563
  data: string;
1300
1564
  };
1301
- export declare const ciMicrosoftOutlook: {
1302
- name: 'microsoft-outlook';
1565
+ export declare const ciWBookmarksOutlined: {
1566
+ name: 'w-bookmarks-outlined';
1303
1567
  data: string;
1304
1568
  };
1305
- export declare const ciMicrosoftPlanner: {
1306
- name: 'microsoft-planner';
1569
+ export declare const ciWButtonOutlined: {
1570
+ name: 'w-button-outlined';
1307
1571
  data: string;
1308
1572
  };
1309
- export declare const ciMicrosoftPowerpoint: {
1310
- name: 'microsoft-powerpoint';
1573
+ export declare const ciWColleaguesNewOutlined: {
1574
+ name: 'w-colleagues-new-outlined';
1311
1575
  data: string;
1312
1576
  };
1313
- export declare const ciMicrosoftSharepoint: {
1314
- name: 'microsoft-sharepoint';
1577
+ export declare const ciWCompleteProfileOutlined: {
1578
+ name: 'w-complete-profile-outlined';
1315
1579
  data: string;
1316
1580
  };
1317
- export declare const ciMicrosoftWord: {
1318
- name: 'microsoft-word';
1581
+ export declare const ciWDividerOutlined: {
1582
+ name: 'w-divider-outlined';
1319
1583
  data: string;
1320
1584
  };
1321
- export declare const ciMicrosoft: {
1322
- name: 'microsoft';
1585
+ export declare const ciWDoYouKnowOutlined: {
1586
+ name: 'w-do-you-know-outlined';
1323
1587
  data: string;
1324
1588
  };
1325
- export declare const ciMoreHorizontalFilled: {
1326
- name: 'more-horizontal-filled';
1589
+ export declare const ciWDocumentOutlined: {
1590
+ name: 'w-document-outlined';
1327
1591
  data: string;
1328
1592
  };
1329
- export declare const ciMozillaFirefox: {
1330
- name: 'mozilla-firefox';
1593
+ export declare const ciWDocumentsM365Outlined: {
1594
+ name: 'w-documents-m-365-outlined';
1331
1595
  data: string;
1332
1596
  };
1333
- export declare const ciOpenai: {
1334
- name: 'openai';
1597
+ export declare const ciWDocumentsNewOutlined: {
1598
+ name: 'w-documents-new-outlined';
1335
1599
  data: string;
1336
1600
  };
1337
- export declare const ciPaperplaneTiltOutlined: {
1338
- name: 'paperplane-tilt-outlined';
1601
+ export declare const ciWDownloadOutlined: {
1602
+ name: 'w-download-outlined';
1339
1603
  data: string;
1340
1604
  };
1341
- export declare const ciPenOutlined: {
1342
- name: 'pen-outlined';
1605
+ export declare const ciWEventsUpcomingOutlined: {
1606
+ name: 'w-events-upcoming-outlined';
1343
1607
  data: string;
1344
1608
  };
1345
- export declare const ciPenWriting: {
1346
- name: 'pen-writing';
1609
+ export declare const ciWFacegameOutlined: {
1610
+ name: 'w-facegame-outlined';
1347
1611
  data: string;
1348
1612
  };
1349
- export declare const ciPlanetFilled: {
1350
- name: 'planet-filled';
1613
+ export declare const ciWFeedOutlined: {
1614
+ name: 'w-feed-outlined';
1351
1615
  data: string;
1352
1616
  };
1353
- export declare const ciPlanetOutlined: {
1354
- name: 'planet-outlined';
1617
+ export declare const ciWGalleryOutlined: {
1618
+ name: 'w-gallery-outlined';
1355
1619
  data: string;
1356
1620
  };
1357
- export declare const ciPushNotification: {
1358
- name: 'push-notification';
1621
+ export declare const ciWHashtagsOutlined: {
1622
+ name: 'w-hashtags-outlined';
1359
1623
  data: string;
1360
1624
  };
1361
- export declare const ciPuzzlePieceOutlined: {
1362
- name: 'puzzle-piece-outlined';
1625
+ export declare const ciWHeadlineOutlined: {
1626
+ name: 'w-headline-outlined';
1363
1627
  data: string;
1364
1628
  };
1365
- export declare const ciQuoteOutlined: {
1366
- name: 'quote-outlined';
1629
+ export declare const ciWHeroTeaserOutlined: {
1630
+ name: 'w-hero-teaser-outlined';
1367
1631
  data: string;
1368
1632
  };
1369
- export declare const ciRedoOutlined: {
1370
- name: 'redo-outlined';
1633
+ export declare const ciWHtmlOutlined: {
1634
+ name: 'w-html-outlined';
1371
1635
  data: string;
1372
1636
  };
1373
- export declare const ciReplaceOutlined: {
1374
- name: 'replace-outlined';
1637
+ export declare const ciWIframeOutlined: {
1638
+ name: 'w-iframe-outlined';
1375
1639
  data: string;
1376
1640
  };
1377
- export declare const ciRteBlockquote: {
1378
- name: 'rte-blockquote';
1641
+ export declare const ciWImageOutlined: {
1642
+ name: 'w-image-outlined';
1379
1643
  data: string;
1380
1644
  };
1381
- export declare const ciRteBold: {
1382
- name: 'rte-bold';
1645
+ export declare const ciWLaunchpadOutlined: {
1646
+ name: 'w-launchpad-outlined';
1383
1647
  data: string;
1384
1648
  };
1385
- export declare const ciRteEmoji: {
1386
- name: 'rte-emoji';
1649
+ export declare const ciWMediaOutlined: {
1650
+ name: 'w-media-outlined';
1387
1651
  data: string;
1388
1652
  };
1389
- export declare const ciRteImage: {
1390
- name: 'rte-image';
1653
+ export declare const ciWOnlineUsersOutlined: {
1654
+ name: 'w-online-users-outlined';
1391
1655
  data: string;
1392
1656
  };
1393
- export declare const ciRteItalic: {
1394
- name: 'rte-italic';
1657
+ export declare const ciWPluginTrelloOutlined: {
1658
+ name: 'w-plugin-trello-outlined';
1395
1659
  data: string;
1396
1660
  };
1397
- export declare const ciRteLayout: {
1398
- name: 'rte-layout';
1661
+ export declare const ciWPluginTwitterOutlined: {
1662
+ name: 'w-plugin-twitter-outlined';
1399
1663
  data: string;
1400
1664
  };
1401
- export declare const ciRteLgAi: {
1402
- name: 'rte-lg-ai';
1665
+ export declare const ciWPollOutlined: {
1666
+ name: 'w-poll-outlined';
1403
1667
  data: string;
1404
1668
  };
1405
- export declare const ciRteLgBlockquote: {
1406
- name: 'rte-lg-blockquote';
1669
+ export declare const ciWProfileOutlined: {
1670
+ name: 'w-profile-outlined';
1407
1671
  data: string;
1408
1672
  };
1409
- export declare const ciRteLgH1: {
1410
- name: 'rte-lg-h-1';
1673
+ export declare const ciWRssFeedOutlined: {
1674
+ name: 'w-rss-feed-outlined';
1411
1675
  data: string;
1412
1676
  };
1413
- export declare const ciRteLgH2: {
1414
- name: 'rte-lg-h-2';
1677
+ export declare const ciWSubscriptionsOutlined: {
1678
+ name: 'w-subscriptions-outlined';
1415
1679
  data: string;
1416
1680
  };
1417
- export declare const ciRteLgImage: {
1418
- name: 'rte-lg-image';
1681
+ export declare const ciWSuggestedCommunitiesOutlined: {
1682
+ name: 'w-suggested-communities-outlined';
1419
1683
  data: string;
1420
1684
  };
1421
- export declare const ciRteLgLayout: {
1422
- name: 'rte-lg-layout';
1685
+ export declare const ciWSuggestedPagesOutlined: {
1686
+ name: 'w-suggested-pages-outlined';
1423
1687
  data: string;
1424
1688
  };
1425
- export declare const ciRteLgText: {
1426
- name: 'rte-lg-text';
1689
+ export declare const ciWTeaserOutlined: {
1690
+ name: 'w-teaser-outlined';
1427
1691
  data: string;
1428
1692
  };
1429
- export declare const ciRteLink: {
1430
- name: 'rte-link';
1693
+ export declare const ciWTextOutlined: {
1694
+ name: 'w-text-outlined';
1431
1695
  data: string;
1432
1696
  };
1433
- export declare const ciRteOl: {
1434
- name: 'rte-ol';
1697
+ export declare const ciWVideoOutlined: {
1698
+ name: 'w-video-outlined';
1435
1699
  data: string;
1436
1700
  };
1437
- export declare const ciRteRedo: {
1438
- name: 'rte-redo';
1701
+ export declare const ciWWelcomeOutlined: {
1702
+ name: 'w-welcome-outlined';
1439
1703
  data: string;
1440
1704
  };
1441
- export declare const ciRteUl: {
1442
- name: 'rte-ul';
1705
+ export declare const ciWWikiArticleNewOutlined: {
1706
+ name: 'w-wiki-article-new-outlined';
1443
1707
  data: string;
1444
1708
  };
1445
- export declare const ciRteUndo: {
1446
- name: 'rte-undo';
1709
+ export declare const ciWWikiArticleOutlined: {
1710
+ name: 'w-wiki-article-outlined';
1447
1711
  data: string;
1448
1712
  };
1449
- export declare const ciRteVariable: {
1450
- name: 'rte-variable';
1713
+ export declare const ciWechat: {
1714
+ name: 'wechat';
1451
1715
  data: string;
1452
1716
  };
1453
- export declare const ciRteVideo: {
1454
- name: 'rte-video';
1717
+ export declare const ciWriteOutlined: {
1718
+ name: 'write-outlined';
1455
1719
  data: string;
1456
1720
  };
1457
- export declare const ciSlidersOutlined: {
1458
- name: 'sliders-outlined';
1721
+ export declare const ciXing: {
1722
+ name: 'xing';
1459
1723
  data: string;
1460
1724
  };
1461
- export declare const ciSocialMediaOutlined: {
1462
- name: 'social-media-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 ciSortingOutlined: {
1466
- name: 'sorting-outlined';
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 ciStatusAvailable: {
1470
- name: 'status-available';
1734
+ } | {
1735
+ name: '16-bell';
1471
1736
  data: string;
1472
- };
1473
- export declare const ciStatusAway: {
1474
- name: 'status-away';
1737
+ } | {
1738
+ name: '16-check-circle-filled';
1475
1739
  data: string;
1476
- };
1477
- export declare const ciStatusDnd: {
1478
- name: 'status-dnd';
1740
+ } | {
1741
+ name: '16-check-circle-outlined';
1479
1742
  data: string;
1480
- };
1481
- export declare const ciStatusInvisible: {
1482
- name: 'status-invisible';
1743
+ } | {
1744
+ name: '16-check-double';
1483
1745
  data: string;
1484
- };
1485
- export declare const ciStatusOoo: {
1486
- name: 'status-ooo';
1746
+ } | {
1747
+ name: '16-check';
1487
1748
  data: string;
1488
- };
1489
- export declare const ciStreamFilled: {
1490
- name: 'stream-filled';
1749
+ } | {
1750
+ name: '16-chevron-down';
1491
1751
  data: string;
1492
- };
1493
- export declare const ciStreamOutlined: {
1494
- name: 'stream-outlined';
1752
+ } | {
1753
+ name: '16-chevron-left';
1495
1754
  data: string;
1496
- };
1497
- export declare const ciStrikethroughOutlined: {
1498
- name: 'strikethrough-outlined';
1755
+ } | {
1756
+ name: '16-chevron-right';
1499
1757
  data: string;
1500
- };
1501
- export declare const ciTagOutlined: {
1502
- name: 'tag-outlined';
1503
- data: string;
1504
- };
1505
- export declare const ciTargetedOutlined: {
1506
- name: 'targeted-outlined';
1507
- data: string;
1508
- };
1509
- export declare const ciTextExtendOutlined: {
1510
- name: 'text-extend-outlined';
1511
- data: string;
1512
- };
1513
- export declare const ciTextShortenOutlined: {
1514
- name: 'text-shorten-outlined';
1515
- data: string;
1516
- };
1517
- export declare const ciTextSummaryOutlined: {
1518
- name: 'text-summary-outlined';
1519
- data: string;
1520
- };
1521
- export declare const ciTranslateBoxFilled: {
1522
- name: 'translate-box-filled';
1523
- data: string;
1524
- };
1525
- export declare const ciTwitter: {
1526
- name: 'twitter';
1527
- data: string;
1528
- };
1529
- export declare const ciUnderlinedOutlined: {
1530
- name: 'underlined-outlined';
1531
- data: string;
1532
- };
1533
- export declare const ciUndoOutlined: {
1534
- name: 'undo-outlined';
1535
- data: string;
1536
- };
1537
- export declare const ciVideoOutlined: {
1538
- name: 'video-outlined';
1539
- data: string;
1540
- };
1541
- export declare const ciWAlertOutlined: {
1542
- name: 'w-alert-outlined';
1543
- data: string;
1544
- };
1545
- export declare const ciWBirthdaysUpcomingOutlined: {
1546
- name: 'w-birthdays-upcoming-outlined';
1547
- data: string;
1548
- };
1549
- export declare const ciWBlogArticleNewOutlined: {
1550
- name: 'w-blog-article-new-outlined';
1551
- data: string;
1552
- };
1553
- export declare const ciWBlogArticleOutlined: {
1554
- name: 'w-blog-article-outlined';
1555
- data: string;
1556
- };
1557
- export declare const ciWBookmarksOutlined: {
1558
- name: 'w-bookmarks-outlined';
1559
- data: string;
1560
- };
1561
- export declare const ciWButtonOutlined: {
1562
- name: 'w-button-outlined';
1563
- data: string;
1564
- };
1565
- export declare const ciWColleaguesNewOutlined: {
1566
- name: 'w-colleagues-new-outlined';
1567
- data: string;
1568
- };
1569
- export declare const ciWCompleteProfileOutlined: {
1570
- name: 'w-complete-profile-outlined';
1571
- data: string;
1572
- };
1573
- export declare const ciWDividerOutlined: {
1574
- name: 'w-divider-outlined';
1575
- data: string;
1576
- };
1577
- export declare const ciWDoYouKnowOutlined: {
1578
- name: 'w-do-you-know-outlined';
1579
- data: string;
1580
- };
1581
- export declare const ciWDocumentOutlined: {
1582
- name: 'w-document-outlined';
1583
- data: string;
1584
- };
1585
- export declare const ciWDocumentsM365Outlined: {
1586
- name: 'w-documents-m-365-outlined';
1587
- data: string;
1588
- };
1589
- export declare const ciWDocumentsNewOutlined: {
1590
- name: 'w-documents-new-outlined';
1591
- data: string;
1592
- };
1593
- export declare const ciWDownloadOutlined: {
1594
- name: 'w-download-outlined';
1595
- data: string;
1596
- };
1597
- export declare const ciWEventsUpcomingOutlined: {
1598
- name: 'w-events-upcoming-outlined';
1599
- data: string;
1600
- };
1601
- export declare const ciWFacegameOutlined: {
1602
- name: 'w-facegame-outlined';
1603
- data: string;
1604
- };
1605
- export declare const ciWFeedOutlined: {
1606
- name: 'w-feed-outlined';
1607
- data: string;
1608
- };
1609
- export declare const ciWGalleryOutlined: {
1610
- name: 'w-gallery-outlined';
1611
- data: string;
1612
- };
1613
- export declare const ciWHashtagsOutlined: {
1614
- name: 'w-hashtags-outlined';
1615
- data: string;
1616
- };
1617
- export declare const ciWHeadlineOutlined: {
1618
- name: 'w-headline-outlined';
1619
- data: string;
1620
- };
1621
- export declare const ciWHeroTeaserOutlined: {
1622
- name: 'w-hero-teaser-outlined';
1623
- data: string;
1624
- };
1625
- export declare const ciWHtmlOutlined: {
1626
- name: 'w-html-outlined';
1627
- data: string;
1628
- };
1629
- export declare const ciWIframeOutlined: {
1630
- name: 'w-iframe-outlined';
1631
- data: string;
1632
- };
1633
- export declare const ciWImageOutlined: {
1634
- name: 'w-image-outlined';
1635
- data: string;
1636
- };
1637
- export declare const ciWLaunchpadOutlined: {
1638
- name: 'w-launchpad-outlined';
1639
- data: string;
1640
- };
1641
- export declare const ciWMediaOutlined: {
1642
- name: 'w-media-outlined';
1643
- data: string;
1644
- };
1645
- export declare const ciWOnlineUsersOutlined: {
1646
- name: 'w-online-users-outlined';
1647
- data: string;
1648
- };
1649
- export declare const ciWPluginTrelloOutlined: {
1650
- name: 'w-plugin-trello-outlined';
1651
- data: string;
1652
- };
1653
- export declare const ciWPluginTwitterOutlined: {
1654
- name: 'w-plugin-twitter-outlined';
1655
- data: string;
1656
- };
1657
- export declare const ciWPollOutlined: {
1658
- name: 'w-poll-outlined';
1659
- data: string;
1660
- };
1661
- export declare const ciWProfileOutlined: {
1662
- name: 'w-profile-outlined';
1663
- data: string;
1664
- };
1665
- export declare const ciWRssFeedOutlined: {
1666
- name: 'w-rss-feed-outlined';
1667
- data: string;
1668
- };
1669
- export declare const ciWSubscriptionsOutlined: {
1670
- name: 'w-subscriptions-outlined';
1671
- data: string;
1672
- };
1673
- export declare const ciWSuggestedCommunitiesOutlined: {
1674
- name: 'w-suggested-communities-outlined';
1675
- data: string;
1676
- };
1677
- export declare const ciWSuggestedPagesOutlined: {
1678
- name: 'w-suggested-pages-outlined';
1679
- data: string;
1680
- };
1681
- export declare const ciWTeaserOutlined: {
1682
- name: 'w-teaser-outlined';
1683
- data: string;
1684
- };
1685
- export declare const ciWTextOutlined: {
1686
- name: 'w-text-outlined';
1687
- data: string;
1688
- };
1689
- export declare const ciWVideoOutlined: {
1690
- name: 'w-video-outlined';
1691
- data: string;
1692
- };
1693
- export declare const ciWWelcomeOutlined: {
1694
- name: 'w-welcome-outlined';
1695
- data: string;
1696
- };
1697
- export declare const ciWWikiArticleNewOutlined: {
1698
- name: 'w-wiki-article-new-outlined';
1699
- data: string;
1700
- };
1701
- export declare const ciWWikiArticleOutlined: {
1702
- name: 'w-wiki-article-outlined';
1703
- data: string;
1704
- };
1705
- export declare const ciWechat: {
1706
- name: 'wechat';
1707
- data: string;
1708
- };
1709
- export declare const ciXing: {
1710
- name: 'xing';
1711
- data: string;
1712
- };
1713
- export declare type coyoIcon = '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | '16-editor-h-1' | '16-editor-h-2' | '16-editor-h-3' | '16-editor-h-4' | '16-editor-h-5' | '16-editor-h-6' | '16-editor-headline' | '16-editor-indent-decrease' | '16-editor-indent-increase' | '16-editor-ol' | '16-editor-ul' | '16-flash-circle-outlined' | '16-lock-outlined' | '16-thumbs-up-outlined' | '16-translate-box-outlined' | 'article-filled' | 'article-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-up-outlined' | 'clock-filled' | 'clock-outlined' | 'communities-filled' | 'communities-outlined' | 'content-filled' | 'content-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | 'events-filled' | 'events-outlined' | 'external-link-outlined' | 'flash-circle-outlined' | 'flash-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'gift-outlined' | 'globe-outlined' | 'gradient-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'likes-circle-filled' | 'link-outlined' | 'location-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'maybe-circle-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'microsoft-teams' | 'microsoft-yammer' | 'paperclip-box-outlined' | 'paperclip-outlined' | 'photo-add-outlined' | 'photo-filled' | 'photo-outlined' | 'photo-remove-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profile-box-outlined' | 'profile-circle-outlined' | 'profiles-filled' | 'profiles-outlined' | 'question-mark-circle-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'restart-outlined' | 'search-filled' | 'search-outlined' | 'search-restart-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'smile' | 'sp-grid-2-cols' | 'sp-grid-3-cols' | 'sp-grid-4-cols' | 'sp-grid-full' | 'sp-grid-sidebar-left-lg' | 'sp-grid-sidebar-left' | 'sp-grid-sidebar-right-lg' | 'sp-grid-sidebar-right' | 'sp-grid-social' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-box-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'upload-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'w-blog-article-recommended-outlined' | 'write-outlined' | '16-bell-strikethrough' | '16-bell' | '16-check-circle-filled' | '16-check-circle-outlined' | '16-check-double' | '16-check' | '16-clock-outlined' | '16-cross' | '16-earth-outlined' | '16-editor-arrow-down' | '16-editor-arrow-up' | '16-editor-bold' | '16-editor-delete' | '16-editor-image' | '16-editor-italic' | '16-editor-link-break' | '16-editor-link' | '16-editor-paragraph' | '16-editor-plus' | '16-editor-search' | '16-editor-settings' | '16-external-link' | '16-flag' | '16-info-circle-outlined' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-pen-outlined' | '16-pin-outlined' | '16-targeted-outlined' | '16-warning-circle-outlined' | 'a-11-y-outlined' | 'ai-filled' | 'ai-outlined' | 'alert-box-outlined' | 'alert-circle-outlined' | 'apple-safari' | 'archive-filled' | 'archive-outlined' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-pointing-box-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'blank' | 'block-align-center-outlined' | 'block-align-fw-outlined' | 'block-align-left-outlined' | 'block-align-right-outlined' | 'block-caption-outlined' | 'bold-outlined' | 'brush-brackets-outlined' | 'calendar-check-outlined' | 'calendar-cross-outlined' | 'calendar-outlined' | 'calendar-pen-outlined' | 'check-double-outlined' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'comment-outlined' | 'compass-outlined' | 'copy-outlined' | 'emoji-angry' | 'emoji-happy' | 'emoji-neutral' | 'emoji-sad' | 'emoji-smile' | 'eye-closed-outlined' | 'eye-open-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'filter-outlined' | 'fingerprint-outlined' | 'flag-al' | 'flag-am' | 'flag-bg' | 'flag-circle-al' | 'flag-circle-am' | 'flag-circle-bg' | 'flag-circle-cn' | 'flag-circle-cz' | 'flag-circle-de' | 'flag-circle-dk' | 'flag-circle-ee' | 'flag-circle-en' | 'flag-circle-es' | 'flag-circle-fi' | 'flag-circle-fr' | 'flag-circle-gb' | 'flag-circle-gr' | 'flag-circle-hr' | 'flag-circle-hu' | 'flag-circle-is' | 'flag-circle-it' | 'flag-circle-jp' | 'flag-circle-kr' | 'flag-circle-lv' | 'flag-circle-mk' | 'flag-circle-nl' | 'flag-circle-no' | 'flag-circle-pl' | 'flag-circle-pt' | 'flag-circle-ro' | 'flag-circle-rs' | 'flag-circle-ru' | 'flag-circle-se' | 'flag-circle-si' | 'flag-circle-sk' | 'flag-circle-th' | 'flag-circle-tr' | 'flag-cn' | 'flag-cz' | 'flag-de' | 'flag-dk' | 'flag-ee' | 'flag-en' | 'flag-es' | 'flag-fi' | 'flag-fr' | 'flag-gb' | 'flag-gr' | 'flag-hr' | 'flag-hu' | 'flag-is' | 'flag-it' | 'flag-jp' | 'flag-kr' | 'flag-lv' | 'flag-mk' | 'flag-nl' | 'flag-no' | 'flag-outlined' | 'flag-pl' | 'flag-pt' | 'flag-ro' | 'flag-rs' | 'flag-ru' | 'flag-se' | 'flag-si' | 'flag-sk' | 'flag-th' | 'flag-tr' | 'github' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'group-outlined' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-outlined' | 'haiilo-share' | 'haiilo-stories' | 'history-outlined' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'link-break-outlined' | 'linkedin' | 'list-ordered-outlined' | 'list-unordered-outlined' | 'loop-outlined' | 'mail-open-outlined' | 'mail-outlined' | 'menu-left-outlined' | 'menu-outlined' | 'menu-right-outlined' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-word' | 'microsoft' | 'more-horizontal-filled' | 'mozilla-firefox' | 'openai' | 'paperplane-tilt-outlined' | 'pen-outlined' | 'pen-writing' | 'planet-filled' | 'planet-outlined' | 'push-notification' | 'puzzle-piece-outlined' | 'quote-outlined' | 'redo-outlined' | 'replace-outlined' | 'rte-blockquote' | 'rte-bold' | 'rte-emoji' | 'rte-image' | 'rte-italic' | 'rte-layout' | 'rte-lg-ai' | 'rte-lg-blockquote' | 'rte-lg-h-1' | 'rte-lg-h-2' | 'rte-lg-image' | 'rte-lg-layout' | 'rte-lg-text' | 'rte-link' | 'rte-ol' | 'rte-redo' | 'rte-ul' | 'rte-undo' | 'rte-variable' | 'rte-video' | 'sliders-outlined' | 'social-media-outlined' | 'sorting-outlined' | 'status-available' | 'status-away' | 'status-dnd' | 'status-invisible' | 'status-ooo' | 'stream-filled' | 'stream-outlined' | 'strikethrough-outlined' | 'tag-outlined' | 'targeted-outlined' | 'text-extend-outlined' | 'text-shorten-outlined' | 'text-summary-outlined' | 'translate-box-filled' | 'twitter' | 'underlined-outlined' | 'undo-outlined' | 'video-outlined' | 'w-alert-outlined' | 'w-birthdays-upcoming-outlined' | 'w-blog-article-new-outlined' | 'w-blog-article-outlined' | 'w-bookmarks-outlined' | 'w-button-outlined' | 'w-colleagues-new-outlined' | 'w-complete-profile-outlined' | 'w-divider-outlined' | 'w-do-you-know-outlined' | 'w-document-outlined' | 'w-documents-m-365-outlined' | 'w-documents-new-outlined' | 'w-download-outlined' | 'w-events-upcoming-outlined' | 'w-facegame-outlined' | 'w-feed-outlined' | 'w-gallery-outlined' | 'w-hashtags-outlined' | 'w-headline-outlined' | 'w-hero-teaser-outlined' | 'w-html-outlined' | 'w-iframe-outlined' | 'w-image-outlined' | 'w-launchpad-outlined' | 'w-media-outlined' | 'w-online-users-outlined' | 'w-plugin-trello-outlined' | 'w-plugin-twitter-outlined' | 'w-poll-outlined' | 'w-profile-outlined' | 'w-rss-feed-outlined' | 'w-subscriptions-outlined' | 'w-suggested-communities-outlined' | 'w-suggested-pages-outlined' | 'w-teaser-outlined' | 'w-text-outlined' | 'w-video-outlined' | 'w-welcome-outlined' | 'w-wiki-article-new-outlined' | 'w-wiki-article-outlined' | 'wechat' | 'xing';
1714
- export interface CoyoIcon {
1715
- name: coyoIcon;
1716
- data: string;
1717
- }
1718
- export declare type CoyoIconNameSubset<T extends Readonly<CoyoIcon[]>> = T[number]['name'];
1719
- export declare const completeIconSet: ({
1720
- name: '16-chevron-down';
1721
- data: string;
1722
- } | {
1723
- name: '16-chevron-left';
1724
- data: string;
1725
- } | {
1726
- name: '16-chevron-right';
1727
- data: string;
1728
- } | {
1729
- name: '16-chevron-up';
1730
- data: string;
1731
- } | {
1732
- name: '16-editor-h-1';
1733
- data: string;
1734
- } | {
1735
- name: '16-editor-h-2';
1736
- data: string;
1737
- } | {
1738
- name: '16-editor-h-3';
1739
- data: string;
1740
- } | {
1741
- name: '16-editor-h-4';
1742
- data: string;
1743
- } | {
1744
- name: '16-editor-h-5';
1745
- data: string;
1746
- } | {
1747
- name: '16-editor-h-6';
1748
- data: string;
1749
- } | {
1750
- name: '16-editor-headline';
1751
- data: string;
1752
- } | {
1753
- name: '16-editor-indent-decrease';
1754
- data: string;
1755
- } | {
1756
- name: '16-editor-indent-increase';
1757
- data: string;
1758
- } | {
1759
- name: '16-editor-ol';
1760
- data: string;
1761
- } | {
1762
- name: '16-editor-ul';
1758
+ } | {
1759
+ name: '16-chevron-up';
1763
1760
  data: string;
1764
1761
  } | {
1765
- name: '16-flash-circle-outlined';
1766
- data: string;
1767
- } | {
1768
- name: '16-lock-outlined';
1769
- data: string;
1770
- } | {
1771
- name: '16-thumbs-up-outlined';
1772
- data: string;
1773
- } | {
1774
- name: '16-translate-box-outlined';
1775
- data: string;
1776
- } | {
1777
- name: 'article-filled';
1778
- data: string;
1779
- } | {
1780
- name: 'article-outlined';
1781
- data: string;
1782
- } | {
1783
- name: 'bar-chart-outlined';
1784
- data: string;
1785
- } | {
1786
- name: 'bell-check-outlined';
1787
- data: string;
1788
- } | {
1789
- name: 'bell-dot-filled';
1790
- data: string;
1791
- } | {
1792
- name: 'bell-dot-outlined';
1793
- data: string;
1794
- } | {
1795
- name: 'bell-filled';
1796
- data: string;
1797
- } | {
1798
- name: 'bell-outlined';
1799
- data: string;
1800
- } | {
1801
- name: 'bell-plus-outlined';
1802
- data: string;
1803
- } | {
1804
- name: 'bell-ringing-filled';
1805
- data: string;
1806
- } | {
1807
- name: 'bell-ringing-outlined';
1808
- data: string;
1809
- } | {
1810
- name: 'book-filled';
1811
- data: string;
1812
- } | {
1813
- name: 'book-outlined';
1814
- data: string;
1815
- } | {
1816
- name: 'bookmark-check-outlined';
1817
- data: string;
1818
- } | {
1819
- name: 'bookmark-filled';
1820
- data: string;
1821
- } | {
1822
- name: 'bookmark-outlined';
1823
- data: string;
1824
- } | {
1825
- name: 'bookmark-plus-outlined';
1826
- data: string;
1827
- } | {
1828
- name: 'chat-filled';
1829
- data: string;
1830
- } | {
1831
- name: 'chat-outlined';
1832
- data: string;
1833
- } | {
1834
- name: 'check-circle-filled';
1835
- data: string;
1836
- } | {
1837
- name: 'check-circle-outlined';
1838
- data: string;
1839
- } | {
1840
- name: 'check-outlined';
1841
- data: string;
1842
- } | {
1843
- name: 'chevron-down-outlined';
1844
- data: string;
1845
- } | {
1846
- name: 'chevron-left-outlined';
1847
- data: string;
1848
- } | {
1849
- name: 'chevron-right-outlined';
1850
- data: string;
1851
- } | {
1852
- name: 'chevron-up-outlined';
1853
- data: string;
1854
- } | {
1855
- name: 'clock-filled';
1856
- data: string;
1857
- } | {
1858
- name: 'clock-outlined';
1859
- data: string;
1860
- } | {
1861
- name: 'communities-filled';
1862
- data: string;
1863
- } | {
1864
- name: 'communities-outlined';
1865
- data: string;
1866
- } | {
1867
- name: 'content-filled';
1868
- data: string;
1869
- } | {
1870
- name: 'content-outlined';
1871
- data: string;
1872
- } | {
1873
- name: 'cross-circle-filled';
1874
- data: string;
1875
- } | {
1876
- name: 'cross-circle-outlined';
1877
- data: string;
1878
- } | {
1879
- name: 'cross-outlined';
1880
- data: string;
1881
- } | {
1882
- name: 'cross-square-filled';
1883
- data: string;
1884
- } | {
1885
- name: 'cross-square-outlined';
1886
- data: string;
1887
- } | {
1888
- name: 'danger-filled';
1889
- data: string;
1890
- } | {
1891
- name: 'danger-outlined';
1892
- data: string;
1893
- } | {
1894
- name: 'dots-circle-outlined';
1895
- data: string;
1896
- } | {
1897
- name: 'download-outlined';
1898
- data: string;
1899
- } | {
1900
- name: 'earth-outlined';
1901
- data: string;
1902
- } | {
1903
- name: 'events-filled';
1904
- data: string;
1905
- } | {
1906
- name: 'events-outlined';
1907
- data: string;
1908
- } | {
1909
- name: 'external-link-outlined';
1910
- data: string;
1911
- } | {
1912
- name: 'flash-circle-outlined';
1913
- data: string;
1914
- } | {
1915
- name: 'flash-outlined';
1916
- data: string;
1917
- } | {
1918
- name: 'folder-minus-outlined';
1919
- data: string;
1920
- } | {
1921
- name: 'folder-outlined';
1922
- data: string;
1923
- } | {
1924
- name: 'folder-plus-outlined';
1925
- data: string;
1926
- } | {
1927
- name: 'gift-outlined';
1928
- data: string;
1929
- } | {
1930
- name: 'globe-outlined';
1931
- data: string;
1932
- } | {
1933
- name: 'gradient-outlined';
1934
- data: string;
1935
- } | {
1936
- name: 'hashtag-outlined';
1937
- data: string;
1938
- } | {
1939
- name: 'home-filled';
1940
- data: string;
1941
- } | {
1942
- name: 'home-outlined';
1943
- data: string;
1944
- } | {
1945
- name: 'layers-filled';
1946
- data: string;
1947
- } | {
1948
- name: 'layers-outlined';
1949
- data: string;
1950
- } | {
1951
- name: 'likes-circle-filled';
1952
- data: string;
1953
- } | {
1954
- name: 'link-outlined';
1955
- data: string;
1956
- } | {
1957
- name: 'location-outlined';
1958
- data: string;
1959
- } | {
1960
- name: 'lock-filled';
1961
- data: string;
1962
- } | {
1963
- name: 'lock-open-filled';
1964
- data: string;
1965
- } | {
1966
- name: 'lock-open-outlined';
1967
- data: string;
1968
- } | {
1969
- name: 'lock-outlined';
1970
- data: string;
1971
- } | {
1972
- name: 'marketplace-filled';
1973
- data: string;
1974
- } | {
1975
- name: 'marketplace-outlined';
1976
- data: string;
1977
- } | {
1978
- name: 'maybe-circle-outlined';
1979
- data: string;
1980
- } | {
1981
- name: 'megaphone-filled';
1982
- data: string;
1983
- } | {
1984
- name: 'megaphone-outlined';
1985
- data: string;
1986
- } | {
1987
- name: 'microsoft-teams';
1988
- data: string;
1989
- } | {
1990
- name: 'microsoft-yammer';
1991
- data: string;
1992
- } | {
1993
- name: 'paperclip-box-outlined';
1994
- data: string;
1995
- } | {
1996
- name: 'paperclip-outlined';
1997
- data: string;
1998
- } | {
1999
- name: 'photo-add-outlined';
2000
- data: string;
2001
- } | {
2002
- name: 'photo-filled';
2003
- data: string;
2004
- } | {
2005
- name: 'photo-outlined';
2006
- data: string;
2007
- } | {
2008
- name: 'photo-remove-outlined';
2009
- data: string;
2010
- } | {
2011
- name: 'plus-circle-filled';
1762
+ name: '16-clock-outlined';
2012
1763
  data: string;
2013
1764
  } | {
2014
- name: 'plus-circle-outlined';
1765
+ name: '16-cross';
2015
1766
  data: string;
2016
1767
  } | {
2017
- name: 'plus-outlined';
1768
+ name: '16-earth-outlined';
2018
1769
  data: string;
2019
1770
  } | {
2020
- name: 'plus-square-filled';
1771
+ name: '16-editor-arrow-down';
2021
1772
  data: string;
2022
1773
  } | {
2023
- name: 'plus-square-outlined';
1774
+ name: '16-editor-arrow-up';
2024
1775
  data: string;
2025
1776
  } | {
2026
- name: 'printer-filled';
1777
+ name: '16-editor-bold';
2027
1778
  data: string;
2028
1779
  } | {
2029
- name: 'printer-outlined';
1780
+ name: '16-editor-delete';
2030
1781
  data: string;
2031
1782
  } | {
2032
- name: 'profile-box-outlined';
1783
+ name: '16-editor-h-1';
2033
1784
  data: string;
2034
1785
  } | {
2035
- name: 'profile-circle-outlined';
1786
+ name: '16-editor-h-2';
2036
1787
  data: string;
2037
1788
  } | {
2038
- name: 'profiles-filled';
1789
+ name: '16-editor-h-3';
2039
1790
  data: string;
2040
1791
  } | {
2041
- name: 'profiles-outlined';
1792
+ name: '16-editor-h-4';
2042
1793
  data: string;
2043
1794
  } | {
2044
- name: 'question-mark-circle-outlined';
1795
+ name: '16-editor-h-5';
2045
1796
  data: string;
2046
1797
  } | {
2047
- name: 'reading-glasses-filled';
1798
+ name: '16-editor-h-6';
2048
1799
  data: string;
2049
1800
  } | {
2050
- name: 'reading-glasses-outlined';
1801
+ name: '16-editor-headline';
2051
1802
  data: string;
2052
1803
  } | {
2053
- name: 'restart-outlined';
1804
+ name: '16-editor-image';
2054
1805
  data: string;
2055
1806
  } | {
2056
- name: 'search-filled';
1807
+ name: '16-editor-indent-decrease';
2057
1808
  data: string;
2058
1809
  } | {
2059
- name: 'search-outlined';
1810
+ name: '16-editor-indent-increase';
2060
1811
  data: string;
2061
1812
  } | {
2062
- name: 'search-restart-outlined';
1813
+ name: '16-editor-italic';
2063
1814
  data: string;
2064
1815
  } | {
2065
- name: 'settings-outlined';
1816
+ name: '16-editor-link-break';
2066
1817
  data: string;
2067
1818
  } | {
2068
- name: 'share-filled';
1819
+ name: '16-editor-link';
2069
1820
  data: string;
2070
1821
  } | {
2071
- name: 'share-outlined';
1822
+ name: '16-editor-ol';
2072
1823
  data: string;
2073
1824
  } | {
2074
- name: 'sign-in-outlined';
1825
+ name: '16-editor-paragraph';
2075
1826
  data: string;
2076
1827
  } | {
2077
- name: 'sign-out-outlined';
1828
+ name: '16-editor-plus';
2078
1829
  data: string;
2079
1830
  } | {
2080
- name: 'signal-outlined';
1831
+ name: '16-editor-search';
2081
1832
  data: string;
2082
1833
  } | {
2083
- name: 'slack';
1834
+ name: '16-editor-settings';
2084
1835
  data: string;
2085
1836
  } | {
2086
- name: 'smile';
1837
+ name: '16-editor-ul';
2087
1838
  data: string;
2088
1839
  } | {
2089
- name: 'sp-grid-2-cols';
1840
+ name: '16-external-link';
2090
1841
  data: string;
2091
1842
  } | {
2092
- name: 'sp-grid-3-cols';
1843
+ name: '16-flag';
2093
1844
  data: string;
2094
1845
  } | {
2095
- name: 'sp-grid-4-cols';
1846
+ name: '16-flash-circle-outlined';
2096
1847
  data: string;
2097
1848
  } | {
2098
- name: 'sp-grid-full';
1849
+ name: '16-info-circle-outlined';
2099
1850
  data: string;
2100
1851
  } | {
2101
- name: 'sp-grid-sidebar-left-lg';
1852
+ name: '16-link-large';
2102
1853
  data: string;
2103
1854
  } | {
2104
- name: 'sp-grid-sidebar-left';
1855
+ name: '16-link-medium';
2105
1856
  data: string;
2106
1857
  } | {
2107
- name: 'sp-grid-sidebar-right-lg';
1858
+ name: '16-link-small';
2108
1859
  data: string;
2109
1860
  } | {
2110
- name: 'sp-grid-sidebar-right';
1861
+ name: '16-lock-outlined';
2111
1862
  data: string;
2112
1863
  } | {
2113
- name: 'sp-grid-social';
1864
+ name: '16-pen-outlined';
2114
1865
  data: string;
2115
1866
  } | {
2116
- name: 'sparkle-filled';
1867
+ name: '16-pin-outlined';
2117
1868
  data: string;
2118
1869
  } | {
2119
- name: 'sparkle-outlined';
1870
+ name: '16-targeted-outlined';
2120
1871
  data: string;
2121
1872
  } | {
2122
- name: 'star-circle-filled';
1873
+ name: '16-thumbs-up-outlined';
2123
1874
  data: string;
2124
1875
  } | {
2125
- name: 'star-circle-outlined';
1876
+ name: '16-translate-box-outlined';
2126
1877
  data: string;
2127
1878
  } | {
2128
- name: 'sticker-filled';
1879
+ name: '16-warning-circle-outlined';
2129
1880
  data: string;
2130
1881
  } | {
2131
- name: 'sticker-outlined';
1882
+ name: 'a-11-y-outlined';
2132
1883
  data: string;
2133
1884
  } | {
2134
- name: 'thumbs-up-filled';
1885
+ name: 'ai-filled';
2135
1886
  data: string;
2136
1887
  } | {
2137
- name: 'thumbs-up-outlined';
1888
+ name: 'ai-outlined';
2138
1889
  data: string;
2139
1890
  } | {
2140
- name: 'translate-box-outlined';
1891
+ name: 'alert-box-outlined';
2141
1892
  data: string;
2142
1893
  } | {
2143
- name: 'translate-outlined';
1894
+ name: 'alert-circle-outlined';
2144
1895
  data: string;
2145
1896
  } | {
2146
- name: 'trash-filled';
1897
+ name: 'apple-safari';
2147
1898
  data: string;
2148
1899
  } | {
2149
- name: 'trash-outlined';
1900
+ name: 'archive-filled';
2150
1901
  data: string;
2151
1902
  } | {
2152
- name: 'upload-outlined';
1903
+ name: 'archive-outlined';
2153
1904
  data: string;
2154
1905
  } | {
2155
- name: 'video-camera-filled';
1906
+ name: 'arrow-down-outlined';
2156
1907
  data: string;
2157
1908
  } | {
2158
- name: 'video-camera-outlined';
1909
+ name: 'arrow-left-outlined';
2159
1910
  data: string;
2160
1911
  } | {
2161
- name: 'w-blog-article-recommended-outlined';
1912
+ name: 'arrow-pointing-box-outlined';
2162
1913
  data: string;
2163
1914
  } | {
2164
- name: 'write-outlined';
1915
+ name: 'arrow-redo-outlined';
2165
1916
  data: string;
2166
1917
  } | {
2167
- name: '16-bell-strikethrough';
1918
+ name: 'arrow-right-outlined';
2168
1919
  data: string;
2169
1920
  } | {
2170
- name: '16-bell';
1921
+ name: 'arrow-up-outlined';
2171
1922
  data: string;
2172
1923
  } | {
2173
- name: '16-check-circle-filled';
1924
+ name: 'article-filled';
2174
1925
  data: string;
2175
1926
  } | {
2176
- name: '16-check-circle-outlined';
1927
+ name: 'article-outlined';
2177
1928
  data: string;
2178
1929
  } | {
2179
- name: '16-check-double';
1930
+ name: 'bar-chart-outlined';
2180
1931
  data: string;
2181
1932
  } | {
2182
- name: '16-check';
1933
+ name: 'bell-check-outlined';
2183
1934
  data: string;
2184
1935
  } | {
2185
- name: '16-clock-outlined';
1936
+ name: 'bell-dot-filled';
2186
1937
  data: string;
2187
1938
  } | {
2188
- name: '16-cross';
1939
+ name: 'bell-dot-outlined';
2189
1940
  data: string;
2190
1941
  } | {
2191
- name: '16-earth-outlined';
1942
+ name: 'bell-filled';
2192
1943
  data: string;
2193
1944
  } | {
2194
- name: '16-editor-arrow-down';
1945
+ name: 'bell-outlined';
2195
1946
  data: string;
2196
1947
  } | {
2197
- name: '16-editor-arrow-up';
1948
+ name: 'bell-plus-outlined';
2198
1949
  data: string;
2199
1950
  } | {
2200
- name: '16-editor-bold';
1951
+ name: 'bell-ringing-filled';
2201
1952
  data: string;
2202
1953
  } | {
2203
- name: '16-editor-delete';
1954
+ name: 'bell-ringing-outlined';
2204
1955
  data: string;
2205
1956
  } | {
2206
- name: '16-editor-image';
1957
+ name: 'blank';
2207
1958
  data: string;
2208
1959
  } | {
2209
- name: '16-editor-italic';
1960
+ name: 'block-align-center-outlined';
2210
1961
  data: string;
2211
1962
  } | {
2212
- name: '16-editor-link-break';
1963
+ name: 'block-align-fw-outlined';
2213
1964
  data: string;
2214
1965
  } | {
2215
- name: '16-editor-link';
1966
+ name: 'block-align-left-outlined';
2216
1967
  data: string;
2217
1968
  } | {
2218
- name: '16-editor-paragraph';
1969
+ name: 'block-align-right-outlined';
2219
1970
  data: string;
2220
1971
  } | {
2221
- name: '16-editor-plus';
1972
+ name: 'block-caption-outlined';
2222
1973
  data: string;
2223
1974
  } | {
2224
- name: '16-editor-search';
1975
+ name: 'bold-outlined';
2225
1976
  data: string;
2226
1977
  } | {
2227
- name: '16-editor-settings';
1978
+ name: 'book-filled';
2228
1979
  data: string;
2229
1980
  } | {
2230
- name: '16-external-link';
1981
+ name: 'book-outlined';
2231
1982
  data: string;
2232
1983
  } | {
2233
- name: '16-flag';
1984
+ name: 'bookmark-check-outlined';
2234
1985
  data: string;
2235
1986
  } | {
2236
- name: '16-info-circle-outlined';
1987
+ name: 'bookmark-filled';
2237
1988
  data: string;
2238
1989
  } | {
2239
- name: '16-link-large';
1990
+ name: 'bookmark-outlined';
2240
1991
  data: string;
2241
1992
  } | {
2242
- name: '16-link-medium';
1993
+ name: 'bookmark-plus-outlined';
2243
1994
  data: string;
2244
1995
  } | {
2245
- name: '16-link-small';
1996
+ name: 'brush-brackets-outlined';
2246
1997
  data: string;
2247
1998
  } | {
2248
- name: '16-pen-outlined';
1999
+ name: 'calendar-check-outlined';
2249
2000
  data: string;
2250
2001
  } | {
2251
- name: '16-pin-outlined';
2002
+ name: 'calendar-cross-outlined';
2252
2003
  data: string;
2253
2004
  } | {
2254
- name: '16-targeted-outlined';
2005
+ name: 'calendar-outlined';
2255
2006
  data: string;
2256
2007
  } | {
2257
- name: '16-warning-circle-outlined';
2008
+ name: 'calendar-pen-outlined';
2258
2009
  data: string;
2259
2010
  } | {
2260
- name: 'a-11-y-outlined';
2011
+ name: 'chat-filled';
2261
2012
  data: string;
2262
2013
  } | {
2263
- name: 'ai-filled';
2014
+ name: 'chat-outlined';
2264
2015
  data: string;
2265
2016
  } | {
2266
- name: 'ai-outlined';
2017
+ name: 'check-circle-filled';
2267
2018
  data: string;
2268
2019
  } | {
2269
- name: 'alert-box-outlined';
2020
+ name: 'check-circle-outlined';
2270
2021
  data: string;
2271
2022
  } | {
2272
- name: 'alert-circle-outlined';
2023
+ name: 'check-double-outlined';
2273
2024
  data: string;
2274
2025
  } | {
2275
- name: 'apple-safari';
2026
+ name: 'check-outlined';
2276
2027
  data: string;
2277
2028
  } | {
2278
- name: 'archive-filled';
2029
+ name: 'chevron-down-outlined';
2279
2030
  data: string;
2280
2031
  } | {
2281
- name: 'archive-outlined';
2032
+ name: 'chevron-left-outlined';
2282
2033
  data: string;
2283
2034
  } | {
2284
- name: 'arrow-down-outlined';
2035
+ name: 'chevron-right-outlined';
2285
2036
  data: string;
2286
2037
  } | {
2287
- name: 'arrow-left-outlined';
2038
+ name: 'chevron-up-outlined';
2288
2039
  data: string;
2289
2040
  } | {
2290
- name: 'arrow-pointing-box-outlined';
2041
+ name: 'circle-filled-s';
2291
2042
  data: string;
2292
2043
  } | {
2293
- name: 'arrow-redo-outlined';
2044
+ name: 'circle-filled';
2294
2045
  data: string;
2295
2046
  } | {
2296
- name: 'arrow-right-outlined';
2047
+ name: 'circle-outlined-s';
2297
2048
  data: string;
2298
2049
  } | {
2299
- name: 'arrow-up-outlined';
2050
+ name: 'circle-outlined';
2300
2051
  data: string;
2301
2052
  } | {
2302
- name: 'blank';
2053
+ name: 'click-outlined';
2303
2054
  data: string;
2304
2055
  } | {
2305
- name: 'block-align-center-outlined';
2056
+ name: 'clock-filled';
2306
2057
  data: string;
2307
2058
  } | {
2308
- name: 'block-align-fw-outlined';
2059
+ name: 'clock-outlined';
2309
2060
  data: string;
2310
2061
  } | {
2311
- name: 'block-align-left-outlined';
2062
+ name: 'comment-outlined';
2312
2063
  data: string;
2313
2064
  } | {
2314
- name: 'block-align-right-outlined';
2065
+ name: 'communities-filled';
2315
2066
  data: string;
2316
2067
  } | {
2317
- name: 'block-caption-outlined';
2068
+ name: 'communities-outlined';
2318
2069
  data: string;
2319
2070
  } | {
2320
- name: 'bold-outlined';
2071
+ name: 'compass-outlined';
2321
2072
  data: string;
2322
2073
  } | {
2323
- name: 'brush-brackets-outlined';
2074
+ name: 'content-filled';
2324
2075
  data: string;
2325
2076
  } | {
2326
- name: 'calendar-check-outlined';
2077
+ name: 'content-outlined';
2327
2078
  data: string;
2328
2079
  } | {
2329
- name: 'calendar-cross-outlined';
2080
+ name: 'copy-outlined';
2330
2081
  data: string;
2331
2082
  } | {
2332
- name: 'calendar-outlined';
2083
+ name: 'cross-circle-filled';
2333
2084
  data: string;
2334
2085
  } | {
2335
- name: 'calendar-pen-outlined';
2086
+ name: 'cross-circle-outlined';
2336
2087
  data: string;
2337
2088
  } | {
2338
- name: 'check-double-outlined';
2089
+ name: 'cross-outlined';
2339
2090
  data: string;
2340
2091
  } | {
2341
- name: 'circle-filled-s';
2092
+ name: 'cross-square-filled';
2342
2093
  data: string;
2343
2094
  } | {
2344
- name: 'circle-filled';
2095
+ name: 'cross-square-outlined';
2345
2096
  data: string;
2346
2097
  } | {
2347
- name: 'circle-outlined-s';
2098
+ name: 'danger-filled';
2348
2099
  data: string;
2349
2100
  } | {
2350
- name: 'circle-outlined';
2101
+ name: 'danger-outlined';
2351
2102
  data: string;
2352
2103
  } | {
2353
- name: 'comment-outlined';
2104
+ name: 'dots-circle-outlined';
2354
2105
  data: string;
2355
2106
  } | {
2356
- name: 'compass-outlined';
2107
+ name: 'download-outlined';
2357
2108
  data: string;
2358
2109
  } | {
2359
- name: 'copy-outlined';
2110
+ name: 'earth-outlined';
2360
2111
  data: string;
2361
2112
  } | {
2362
2113
  name: 'emoji-angry';
@@ -2373,6 +2124,18 @@ export declare const completeIconSet: ({
2373
2124
  } | {
2374
2125
  name: 'emoji-smile';
2375
2126
  data: string;
2127
+ } | {
2128
+ name: 'emoji-thinking';
2129
+ data: string;
2130
+ } | {
2131
+ name: 'events-filled';
2132
+ data: string;
2133
+ } | {
2134
+ name: 'events-outlined';
2135
+ data: string;
2136
+ } | {
2137
+ name: 'external-link-outlined';
2138
+ data: string;
2376
2139
  } | {
2377
2140
  name: 'eye-closed-outlined';
2378
2141
  data: string;
@@ -2572,38 +2335,62 @@ export declare const completeIconSet: ({
2572
2335
  name: 'flag-outlined';
2573
2336
  data: string;
2574
2337
  } | {
2575
- name: 'flag-pl';
2338
+ name: 'flag-pl';
2339
+ data: string;
2340
+ } | {
2341
+ name: 'flag-pt';
2342
+ data: string;
2343
+ } | {
2344
+ name: 'flag-ro';
2345
+ data: string;
2346
+ } | {
2347
+ name: 'flag-rs';
2348
+ data: string;
2349
+ } | {
2350
+ name: 'flag-ru';
2351
+ data: string;
2352
+ } | {
2353
+ name: 'flag-se';
2354
+ data: string;
2355
+ } | {
2356
+ name: 'flag-si';
2357
+ data: string;
2358
+ } | {
2359
+ name: 'flag-sk';
2576
2360
  data: string;
2577
2361
  } | {
2578
- name: 'flag-pt';
2362
+ name: 'flag-th';
2579
2363
  data: string;
2580
2364
  } | {
2581
- name: 'flag-ro';
2365
+ name: 'flag-tr';
2582
2366
  data: string;
2583
2367
  } | {
2584
- name: 'flag-rs';
2368
+ name: 'flash-circle-outlined';
2585
2369
  data: string;
2586
2370
  } | {
2587
- name: 'flag-ru';
2371
+ name: 'flash-outlined';
2588
2372
  data: string;
2589
2373
  } | {
2590
- name: 'flag-se';
2374
+ name: 'folder-minus-outlined';
2591
2375
  data: string;
2592
2376
  } | {
2593
- name: 'flag-si';
2377
+ name: 'folder-outlined';
2594
2378
  data: string;
2595
2379
  } | {
2596
- name: 'flag-sk';
2380
+ name: 'folder-plus-outlined';
2597
2381
  data: string;
2598
2382
  } | {
2599
- name: 'flag-th';
2383
+ name: 'generic-browser-outlined';
2600
2384
  data: string;
2601
2385
  } | {
2602
- name: 'flag-tr';
2386
+ name: 'gift-outlined';
2603
2387
  data: string;
2604
2388
  } | {
2605
2389
  name: 'github';
2606
2390
  data: string;
2391
+ } | {
2392
+ name: 'globe-outlined';
2393
+ data: string;
2607
2394
  } | {
2608
2395
  name: 'google-calendar';
2609
2396
  data: string;
@@ -2619,6 +2406,9 @@ export declare const completeIconSet: ({
2619
2406
  } | {
2620
2407
  name: 'google';
2621
2408
  data: string;
2409
+ } | {
2410
+ name: 'gradient-outlined';
2411
+ data: string;
2622
2412
  } | {
2623
2413
  name: 'group-outlined';
2624
2414
  data: string;
@@ -2637,9 +2427,18 @@ export declare const completeIconSet: ({
2637
2427
  } | {
2638
2428
  name: 'haiilo-stories';
2639
2429
  data: string;
2430
+ } | {
2431
+ name: 'hashtag-outlined';
2432
+ data: string;
2640
2433
  } | {
2641
2434
  name: 'history-outlined';
2642
2435
  data: string;
2436
+ } | {
2437
+ name: 'home-filled';
2438
+ data: string;
2439
+ } | {
2440
+ name: 'home-outlined';
2441
+ data: string;
2643
2442
  } | {
2644
2443
  name: 'info-circle-filled';
2645
2444
  data: string;
@@ -2652,9 +2451,21 @@ export declare const completeIconSet: ({
2652
2451
  } | {
2653
2452
  name: 'italic-outlined';
2654
2453
  data: string;
2454
+ } | {
2455
+ name: 'layers-filled';
2456
+ data: string;
2457
+ } | {
2458
+ name: 'layers-outlined';
2459
+ data: string;
2460
+ } | {
2461
+ name: 'likes-circle-filled';
2462
+ data: string;
2655
2463
  } | {
2656
2464
  name: 'link-break-outlined';
2657
2465
  data: string;
2466
+ } | {
2467
+ name: 'link-outlined';
2468
+ data: string;
2658
2469
  } | {
2659
2470
  name: 'linkedin';
2660
2471
  data: string;
@@ -2664,6 +2475,21 @@ export declare const completeIconSet: ({
2664
2475
  } | {
2665
2476
  name: 'list-unordered-outlined';
2666
2477
  data: string;
2478
+ } | {
2479
+ name: 'location-outlined';
2480
+ data: string;
2481
+ } | {
2482
+ name: 'lock-filled';
2483
+ data: string;
2484
+ } | {
2485
+ name: 'lock-open-filled';
2486
+ data: string;
2487
+ } | {
2488
+ name: 'lock-open-outlined';
2489
+ data: string;
2490
+ } | {
2491
+ name: 'lock-outlined';
2492
+ data: string;
2667
2493
  } | {
2668
2494
  name: 'loop-outlined';
2669
2495
  data: string;
@@ -2673,6 +2499,21 @@ export declare const completeIconSet: ({
2673
2499
  } | {
2674
2500
  name: 'mail-outlined';
2675
2501
  data: string;
2502
+ } | {
2503
+ name: 'marketplace-filled';
2504
+ data: string;
2505
+ } | {
2506
+ name: 'marketplace-outlined';
2507
+ data: string;
2508
+ } | {
2509
+ name: 'maybe-circle-outlined';
2510
+ data: string;
2511
+ } | {
2512
+ name: 'megaphone-filled';
2513
+ data: string;
2514
+ } | {
2515
+ name: 'megaphone-outlined';
2516
+ data: string;
2676
2517
  } | {
2677
2518
  name: 'menu-left-outlined';
2678
2519
  data: string;
@@ -2703,9 +2544,15 @@ export declare const completeIconSet: ({
2703
2544
  } | {
2704
2545
  name: 'microsoft-sharepoint';
2705
2546
  data: string;
2547
+ } | {
2548
+ name: 'microsoft-teams';
2549
+ data: string;
2706
2550
  } | {
2707
2551
  name: 'microsoft-word';
2708
2552
  data: string;
2553
+ } | {
2554
+ name: 'microsoft-yammer';
2555
+ data: string;
2709
2556
  } | {
2710
2557
  name: 'microsoft';
2711
2558
  data: string;
@@ -2718,6 +2565,12 @@ export declare const completeIconSet: ({
2718
2565
  } | {
2719
2566
  name: 'openai';
2720
2567
  data: string;
2568
+ } | {
2569
+ name: 'paperclip-box-outlined';
2570
+ data: string;
2571
+ } | {
2572
+ name: 'paperclip-outlined';
2573
+ data: string;
2721
2574
  } | {
2722
2575
  name: 'paperplane-tilt-outlined';
2723
2576
  data: string;
@@ -2727,27 +2580,84 @@ export declare const completeIconSet: ({
2727
2580
  } | {
2728
2581
  name: 'pen-writing';
2729
2582
  data: string;
2583
+ } | {
2584
+ name: 'photo-add-outlined';
2585
+ data: string;
2586
+ } | {
2587
+ name: 'photo-filled';
2588
+ data: string;
2589
+ } | {
2590
+ name: 'photo-outlined';
2591
+ data: string;
2592
+ } | {
2593
+ name: 'photo-remove-outlined';
2594
+ data: string;
2730
2595
  } | {
2731
2596
  name: 'planet-filled';
2732
2597
  data: string;
2733
2598
  } | {
2734
2599
  name: 'planet-outlined';
2735
2600
  data: string;
2601
+ } | {
2602
+ name: 'plus-circle-filled';
2603
+ data: string;
2604
+ } | {
2605
+ name: 'plus-circle-outlined';
2606
+ data: string;
2607
+ } | {
2608
+ name: 'plus-outlined';
2609
+ data: string;
2610
+ } | {
2611
+ name: 'plus-square-filled';
2612
+ data: string;
2613
+ } | {
2614
+ name: 'plus-square-outlined';
2615
+ data: string;
2616
+ } | {
2617
+ name: 'printer-filled';
2618
+ data: string;
2619
+ } | {
2620
+ name: 'printer-outlined';
2621
+ data: string;
2622
+ } | {
2623
+ name: 'profile-box-outlined';
2624
+ data: string;
2625
+ } | {
2626
+ name: 'profile-circle-outlined';
2627
+ data: string;
2628
+ } | {
2629
+ name: 'profiles-filled';
2630
+ data: string;
2631
+ } | {
2632
+ name: 'profiles-outlined';
2633
+ data: string;
2736
2634
  } | {
2737
2635
  name: 'push-notification';
2738
2636
  data: string;
2739
2637
  } | {
2740
2638
  name: 'puzzle-piece-outlined';
2741
2639
  data: string;
2640
+ } | {
2641
+ name: 'question-mark-circle-outlined';
2642
+ data: string;
2742
2643
  } | {
2743
2644
  name: 'quote-outlined';
2744
2645
  data: string;
2646
+ } | {
2647
+ name: 'reading-glasses-filled';
2648
+ data: string;
2649
+ } | {
2650
+ name: 'reading-glasses-outlined';
2651
+ data: string;
2745
2652
  } | {
2746
2653
  name: 'redo-outlined';
2747
2654
  data: string;
2748
2655
  } | {
2749
2656
  name: 'replace-outlined';
2750
2657
  data: string;
2658
+ } | {
2659
+ name: 'restart-outlined';
2660
+ data: string;
2751
2661
  } | {
2752
2662
  name: 'rte-blockquote';
2753
2663
  data: string;
@@ -2808,15 +2718,87 @@ export declare const completeIconSet: ({
2808
2718
  } | {
2809
2719
  name: 'rte-video';
2810
2720
  data: string;
2721
+ } | {
2722
+ name: 'search-filled';
2723
+ data: string;
2724
+ } | {
2725
+ name: 'search-outlined';
2726
+ data: string;
2727
+ } | {
2728
+ name: 'search-restart-outlined';
2729
+ data: string;
2730
+ } | {
2731
+ name: 'settings-outlined';
2732
+ data: string;
2733
+ } | {
2734
+ name: 'share-filled';
2735
+ data: string;
2736
+ } | {
2737
+ name: 'share-outlined';
2738
+ data: string;
2739
+ } | {
2740
+ name: 'sign-in-outlined';
2741
+ data: string;
2742
+ } | {
2743
+ name: 'sign-out-outlined';
2744
+ data: string;
2745
+ } | {
2746
+ name: 'signal-outlined';
2747
+ data: string;
2748
+ } | {
2749
+ name: 'slack';
2750
+ data: string;
2811
2751
  } | {
2812
2752
  name: 'sliders-outlined';
2813
2753
  data: string;
2754
+ } | {
2755
+ name: 'smile';
2756
+ data: string;
2814
2757
  } | {
2815
2758
  name: 'social-media-outlined';
2816
2759
  data: string;
2817
2760
  } | {
2818
2761
  name: 'sorting-outlined';
2819
2762
  data: string;
2763
+ } | {
2764
+ name: 'sp-grid-2-cols';
2765
+ data: string;
2766
+ } | {
2767
+ name: 'sp-grid-3-cols';
2768
+ data: string;
2769
+ } | {
2770
+ name: 'sp-grid-4-cols';
2771
+ data: string;
2772
+ } | {
2773
+ name: 'sp-grid-full';
2774
+ data: string;
2775
+ } | {
2776
+ name: 'sp-grid-sidebar-left-lg';
2777
+ data: string;
2778
+ } | {
2779
+ name: 'sp-grid-sidebar-left';
2780
+ data: string;
2781
+ } | {
2782
+ name: 'sp-grid-sidebar-right-lg';
2783
+ data: string;
2784
+ } | {
2785
+ name: 'sp-grid-sidebar-right';
2786
+ data: string;
2787
+ } | {
2788
+ name: 'sp-grid-social';
2789
+ data: string;
2790
+ } | {
2791
+ name: 'sparkle-filled';
2792
+ data: string;
2793
+ } | {
2794
+ name: 'sparkle-outlined';
2795
+ data: string;
2796
+ } | {
2797
+ name: 'star-circle-filled';
2798
+ data: string;
2799
+ } | {
2800
+ name: 'star-circle-outlined';
2801
+ data: string;
2820
2802
  } | {
2821
2803
  name: 'status-available';
2822
2804
  data: string;
@@ -2832,6 +2814,12 @@ export declare const completeIconSet: ({
2832
2814
  } | {
2833
2815
  name: 'status-ooo';
2834
2816
  data: string;
2817
+ } | {
2818
+ name: 'sticker-filled';
2819
+ data: string;
2820
+ } | {
2821
+ name: 'sticker-outlined';
2822
+ data: string;
2835
2823
  } | {
2836
2824
  name: 'stream-filled';
2837
2825
  data: string;
@@ -2856,9 +2844,27 @@ export declare const completeIconSet: ({
2856
2844
  } | {
2857
2845
  name: 'text-summary-outlined';
2858
2846
  data: string;
2847
+ } | {
2848
+ name: 'thumbs-up-filled';
2849
+ data: string;
2850
+ } | {
2851
+ name: 'thumbs-up-outlined';
2852
+ data: string;
2859
2853
  } | {
2860
2854
  name: 'translate-box-filled';
2861
2855
  data: string;
2856
+ } | {
2857
+ name: 'translate-box-outlined';
2858
+ data: string;
2859
+ } | {
2860
+ name: 'translate-outlined';
2861
+ data: string;
2862
+ } | {
2863
+ name: 'trash-filled';
2864
+ data: string;
2865
+ } | {
2866
+ name: 'trash-outlined';
2867
+ data: string;
2862
2868
  } | {
2863
2869
  name: 'twitter';
2864
2870
  data: string;
@@ -2868,6 +2874,15 @@ export declare const completeIconSet: ({
2868
2874
  } | {
2869
2875
  name: 'undo-outlined';
2870
2876
  data: string;
2877
+ } | {
2878
+ name: 'upload-outlined';
2879
+ data: string;
2880
+ } | {
2881
+ name: 'video-camera-filled';
2882
+ data: string;
2883
+ } | {
2884
+ name: 'video-camera-outlined';
2885
+ data: string;
2871
2886
  } | {
2872
2887
  name: 'video-outlined';
2873
2888
  data: string;
@@ -2883,6 +2898,9 @@ export declare const completeIconSet: ({
2883
2898
  } | {
2884
2899
  name: 'w-blog-article-outlined';
2885
2900
  data: string;
2901
+ } | {
2902
+ name: 'w-blog-article-recommended-outlined';
2903
+ data: string;
2886
2904
  } | {
2887
2905
  name: 'w-bookmarks-outlined';
2888
2906
  data: string;
@@ -2997,6 +3015,9 @@ export declare const completeIconSet: ({
2997
3015
  } | {
2998
3016
  name: 'wechat';
2999
3017
  data: string;
3018
+ } | {
3019
+ name: 'write-outlined';
3020
+ data: string;
3000
3021
  } | {
3001
3022
  name: 'xing';
3002
3023
  data: string;