@haiilo/catalyst-icons 2.16.5 → 2.17.1

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.
Files changed (35) hide show
  1. package/dist/js/icons.constants.d.ts +685 -671
  2. package/dist/js/icons.constants.js +681 -671
  3. package/dist/js/icons.object.d.ts +1 -1
  4. package/dist/js/icons.object.js +29 -27
  5. package/dist/ts/icons.constants.ts +795 -778
  6. package/dist/ts/icons.object.ts +87 -84
  7. package/package.json +2 -2
  8. package/src/minus-circle-outlined.svg +1 -0
  9. package/src/user-cross.svg +1 -0
  10. /package/src/{ 16-reaction-clapping.svg → 16-reaction-clapping.svg} +0 -0
  11. /package/src/{ 16-reaction-heart.svg → 16-reaction-heart.svg} +0 -0
  12. /package/src/{ 16-reaction-laughing.svg → 16-reaction-laughing.svg} +0 -0
  13. /package/src/{ 16-reaction-lightbulb.svg → 16-reaction-lightbulb.svg} +0 -0
  14. /package/src/{ 16-reaction-mood.svg → 16-reaction-mood.svg} +0 -0
  15. /package/src/{ 16-reaction-smile.svg → 16-reaction-smile.svg} +0 -0
  16. /package/src/{ 16-reaction-thumbs-down.svg → 16-reaction-thumbs-down.svg} +0 -0
  17. /package/src/{ 16-reaction-thumbs-up.svg → 16-reaction-thumbs-up.svg} +0 -0
  18. /package/src/{ 16-sticky-filled.svg → 16-sticky-filled.svg} +0 -0
  19. /package/src/{ 32-reaction-clapping.svg → 32-reaction-clapping.svg} +0 -0
  20. /package/src/{ 32-reaction-heart.svg → 32-reaction-heart.svg} +0 -0
  21. /package/src/{ 32-reaction-laughing.svg → 32-reaction-laughing.svg} +0 -0
  22. /package/src/{ 32-reaction-lightbulb.svg → 32-reaction-lightbulb.svg} +0 -0
  23. /package/src/{ 32-reaction-mood.svg → 32-reaction-mood.svg} +0 -0
  24. /package/src/{ 32-reaction-smile.svg → 32-reaction-smile.svg} +0 -0
  25. /package/src/{ 32-reaction-thumbs-down.svg → 32-reaction-thumbs-down.svg} +0 -0
  26. /package/src/{ 32-reaction-thumbs-up.svg → 32-reaction-thumbs-up.svg} +0 -0
  27. /package/src/{ group-filled.svg → group-filled.svg} +0 -0
  28. /package/src/{ reaction-clapping.svg → reaction-clapping.svg} +0 -0
  29. /package/src/{ reaction-heart.svg → reaction-heart.svg} +0 -0
  30. /package/src/{ reaction-laughing.svg → reaction-laughing.svg} +0 -0
  31. /package/src/{ reaction-lightbulb.svg → reaction-lightbulb.svg} +0 -0
  32. /package/src/{ reaction-mood.svg → reaction-mood.svg} +0 -0
  33. /package/src/{ reaction-smile.svg → reaction-smile.svg} +0 -0
  34. /package/src/{ reaction-thumbs-down.svg → reaction-thumbs-down.svg} +0 -0
  35. /package/src/{ reaction-thumbs-up.svg → reaction-thumbs-up.svg} +0 -0
@@ -1,107 +1,3 @@
1
- export declare const ci16ReactionClapping: {
2
- name: '16-reaction-clapping';
3
- data: string;
4
- };
5
- export declare const ci16ReactionHeart: {
6
- name: '16-reaction-heart';
7
- data: string;
8
- };
9
- export declare const ci16ReactionLaughing: {
10
- name: '16-reaction-laughing';
11
- data: string;
12
- };
13
- export declare const ci16ReactionLightbulb: {
14
- name: '16-reaction-lightbulb';
15
- data: string;
16
- };
17
- export declare const ci16ReactionMood: {
18
- name: '16-reaction-mood';
19
- data: string;
20
- };
21
- export declare const ci16ReactionSmile: {
22
- name: '16-reaction-smile';
23
- data: string;
24
- };
25
- export declare const ci16ReactionThumbsDown: {
26
- name: '16-reaction-thumbs-down';
27
- data: string;
28
- };
29
- export declare const ci16ReactionThumbsUp: {
30
- name: '16-reaction-thumbs-up';
31
- data: string;
32
- };
33
- export declare const ci16StickyFilled: {
34
- name: '16-sticky-filled';
35
- data: string;
36
- };
37
- export declare const ci32ReactionClapping: {
38
- name: '32-reaction-clapping';
39
- data: string;
40
- };
41
- export declare const ci32ReactionHeart: {
42
- name: '32-reaction-heart';
43
- data: string;
44
- };
45
- export declare const ci32ReactionLaughing: {
46
- name: '32-reaction-laughing';
47
- data: string;
48
- };
49
- export declare const ci32ReactionLightbulb: {
50
- name: '32-reaction-lightbulb';
51
- data: string;
52
- };
53
- export declare const ci32ReactionMood: {
54
- name: '32-reaction-mood';
55
- data: string;
56
- };
57
- export declare const ci32ReactionSmile: {
58
- name: '32-reaction-smile';
59
- data: string;
60
- };
61
- export declare const ci32ReactionThumbsDown: {
62
- name: '32-reaction-thumbs-down';
63
- data: string;
64
- };
65
- export declare const ci32ReactionThumbsUp: {
66
- name: '32-reaction-thumbs-up';
67
- data: string;
68
- };
69
- export declare const ciGroupFilled: {
70
- name: 'group-filled';
71
- data: string;
72
- };
73
- export declare const ciReactionClapping: {
74
- name: 'reaction-clapping';
75
- data: string;
76
- };
77
- export declare const ciReactionHeart: {
78
- name: 'reaction-heart';
79
- data: string;
80
- };
81
- export declare const ciReactionLaughing: {
82
- name: 'reaction-laughing';
83
- data: string;
84
- };
85
- export declare const ciReactionLightbulb: {
86
- name: 'reaction-lightbulb';
87
- data: string;
88
- };
89
- export declare const ciReactionMood: {
90
- name: 'reaction-mood';
91
- data: string;
92
- };
93
- export declare const ciReactionSmile: {
94
- name: 'reaction-smile';
95
- data: string;
96
- };
97
- export declare const ciReactionThumbsDown: {
98
- name: 'reaction-thumbs-down';
99
- data: string;
100
- };
101
- export declare const ciReactionThumbsUp: {
102
- name: 'reaction-thumbs-up';
103
- data: string;
104
- };
105
1
  export declare const ci16BellStrikethrough: {
106
2
  name: '16-bell-strikethrough';
107
3
  data: string;
@@ -314,10 +210,46 @@ export declare const ci16Play: {
314
210
  name: '16-play';
315
211
  data: string;
316
212
  };
213
+ export declare const ci16ReactionClapping: {
214
+ name: '16-reaction-clapping';
215
+ data: string;
216
+ };
217
+ export declare const ci16ReactionHeart: {
218
+ name: '16-reaction-heart';
219
+ data: string;
220
+ };
221
+ export declare const ci16ReactionLaughing: {
222
+ name: '16-reaction-laughing';
223
+ data: string;
224
+ };
225
+ export declare const ci16ReactionLightbulb: {
226
+ name: '16-reaction-lightbulb';
227
+ data: string;
228
+ };
229
+ export declare const ci16ReactionMood: {
230
+ name: '16-reaction-mood';
231
+ data: string;
232
+ };
233
+ export declare const ci16ReactionSmile: {
234
+ name: '16-reaction-smile';
235
+ data: string;
236
+ };
237
+ export declare const ci16ReactionThumbsDown: {
238
+ name: '16-reaction-thumbs-down';
239
+ data: string;
240
+ };
241
+ export declare const ci16ReactionThumbsUp: {
242
+ name: '16-reaction-thumbs-up';
243
+ data: string;
244
+ };
317
245
  export declare const ci16Servicenow: {
318
246
  name: '16-servicenow';
319
247
  data: string;
320
248
  };
249
+ export declare const ci16StickyFilled: {
250
+ name: '16-sticky-filled';
251
+ data: string;
252
+ };
321
253
  export declare const ci16StickyOutlined: {
322
254
  name: '16-sticky-outlined';
323
255
  data: string;
@@ -346,10 +278,42 @@ export declare const ci32ReactionCelebrate: {
346
278
  name: '32-reaction-celebrate';
347
279
  data: string;
348
280
  };
281
+ export declare const ci32ReactionClapping: {
282
+ name: '32-reaction-clapping';
283
+ data: string;
284
+ };
285
+ export declare const ci32ReactionHeart: {
286
+ name: '32-reaction-heart';
287
+ data: string;
288
+ };
289
+ export declare const ci32ReactionLaughing: {
290
+ name: '32-reaction-laughing';
291
+ data: string;
292
+ };
293
+ export declare const ci32ReactionLightbulb: {
294
+ name: '32-reaction-lightbulb';
295
+ data: string;
296
+ };
297
+ export declare const ci32ReactionMood: {
298
+ name: '32-reaction-mood';
299
+ data: string;
300
+ };
349
301
  export declare const ci32ReactionRecognize: {
350
302
  name: '32-reaction-recognize';
351
303
  data: string;
352
304
  };
305
+ export declare const ci32ReactionSmile: {
306
+ name: '32-reaction-smile';
307
+ data: string;
308
+ };
309
+ export declare const ci32ReactionThumbsDown: {
310
+ name: '32-reaction-thumbs-down';
311
+ data: string;
312
+ };
313
+ export declare const ci32ReactionThumbsUp: {
314
+ name: '32-reaction-thumbs-up';
315
+ data: string;
316
+ };
353
317
  export declare const ciA11YOutlined: {
354
318
  name: 'a-11-y-outlined';
355
319
  data: string;
@@ -1322,6 +1286,10 @@ export declare const ciGradientOutlined: {
1322
1286
  name: 'gradient-outlined';
1323
1287
  data: string;
1324
1288
  };
1289
+ export declare const ciGroupFilled: {
1290
+ name: 'group-filled';
1291
+ data: string;
1292
+ };
1325
1293
  export declare const ciGroupOutlined: {
1326
1294
  name: 'group-outlined';
1327
1295
  data: string;
@@ -1530,6 +1498,10 @@ export declare const ciMicrosoft: {
1530
1498
  name: 'microsoft';
1531
1499
  data: string;
1532
1500
  };
1501
+ export declare const ciMinusCircleOutlined: {
1502
+ name: 'minus-circle-outlined';
1503
+ data: string;
1504
+ };
1533
1505
  export declare const ciModulePlusOutlined: {
1534
1506
  name: 'module-plus-outlined';
1535
1507
  data: string;
@@ -1666,6 +1638,38 @@ export declare const ciQuoteOutlined: {
1666
1638
  name: 'quote-outlined';
1667
1639
  data: string;
1668
1640
  };
1641
+ export declare const ciReactionClapping: {
1642
+ name: 'reaction-clapping';
1643
+ data: string;
1644
+ };
1645
+ export declare const ciReactionHeart: {
1646
+ name: 'reaction-heart';
1647
+ data: string;
1648
+ };
1649
+ export declare const ciReactionLaughing: {
1650
+ name: 'reaction-laughing';
1651
+ data: string;
1652
+ };
1653
+ export declare const ciReactionLightbulb: {
1654
+ name: 'reaction-lightbulb';
1655
+ data: string;
1656
+ };
1657
+ export declare const ciReactionMood: {
1658
+ name: 'reaction-mood';
1659
+ data: string;
1660
+ };
1661
+ export declare const ciReactionSmile: {
1662
+ name: 'reaction-smile';
1663
+ data: string;
1664
+ };
1665
+ export declare const ciReactionThumbsDown: {
1666
+ name: 'reaction-thumbs-down';
1667
+ data: string;
1668
+ };
1669
+ export declare const ciReactionThumbsUp: {
1670
+ name: 'reaction-thumbs-up';
1671
+ data: string;
1672
+ };
1669
1673
  export declare const ciReactionsThumbsUpOutlined: {
1670
1674
  name: 'reactions-thumbs-up-outlined';
1671
1675
  data: string;
@@ -2050,6 +2054,10 @@ export declare const ciUserCheckOutlined: {
2050
2054
  name: 'user-check-outlined';
2051
2055
  data: string;
2052
2056
  };
2057
+ export declare const ciUserCross: {
2058
+ name: 'user-cross';
2059
+ data: string;
2060
+ };
2053
2061
  export declare const ciUserFilled: {
2054
2062
  name: 'user-filled';
2055
2063
  data: string;
@@ -2262,1708 +2270,1714 @@ export declare const ciZive: {
2262
2270
  name: 'zive';
2263
2271
  data: string;
2264
2272
  };
2265
- export type coyoIcon = '16-reaction-clapping' | '16-reaction-heart' | '16-reaction-laughing' | '16-reaction-lightbulb' | '16-reaction-mood' | '16-reaction-smile' | '16-reaction-thumbs-down' | '16-reaction-thumbs-up' | '16-sticky-filled' | '32-reaction-clapping' | '32-reaction-heart' | '32-reaction-laughing' | '32-reaction-lightbulb' | '32-reaction-mood' | '32-reaction-smile' | '32-reaction-thumbs-down' | '32-reaction-thumbs-up' | 'group-filled' | 'reaction-clapping' | 'reaction-heart' | 'reaction-laughing' | 'reaction-lightbulb' | 'reaction-mood' | 'reaction-smile' | 'reaction-thumbs-down' | 'reaction-thumbs-up' | '16-bell-strikethrough' | '16-bell' | '16-check-circle-filled' | '16-check-circle-outlined' | '16-check-double' | '16-check' | '16-chevron-double-left' | '16-chevron-double-right' | '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | '16-clock-outlined' | '16-cross' | '16-double-chevron-down' | '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-filled' | '16-flag' | '16-flash-circle-outlined' | '16-info-circle-outlined' | '16-jira-service-management' | '16-jira' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-lock-outlined' | '16-pen-outlined' | '16-pin-outlined' | '16-play' | '16-servicenow' | '16-sticky-outlined' | '16-targeted-outlined' | '16-thumbs-up-outlined' | '16-translate-box-outlined' | '16-warning-circle-outlined' | '32-reaction-appreciate' | '32-reaction-celebrate' | '32-reaction-recognize' | 'a-11-y-outlined' | 'ai-filled' | 'ai-outlined' | 'alert-box-outlined' | 'alert-circle-outlined' | 'app-directory' | 'apple-safari' | 'archive-filled' | 'archive-outlined' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-pointing-box-outlined' | 'arrow-pointing-import-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'article-filled' | 'article-outlined' | 'audio-outlined' | 'ava-sparkle-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-sorting-outlined' | 'chevron-up-outlined' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'click-outlined' | 'clock-filled' | 'clock-outlined' | 'cols-2-outlined' | 'cols-3-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' | 'dash-filled' | 'dots-circle-outlined' | 'double-chevron-down' | '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' | 'file-generic-filled' | 'file-generic' | 'file-pdf' | 'file-text' | 'filter-outlined' | 'fingerprint-outlined' | 'flag-al' | 'flag-am' | 'flag-ba' | 'flag-bg' | 'flag-circle-al' | 'flag-circle-am' | 'flag-circle-ba' | '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-la' | '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-circle-vn' | '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-la' | 'flag-lv' | 'flag-mk' | 'flag-nl' | 'flag-no' | 'flag-outlined' | 'flag-pl' | 'flag-pt' | 'flag-rect-al' | 'flag-rect-am' | 'flag-rect-ba' | 'flag-rect-bg' | 'flag-rect-cn' | 'flag-rect-cz' | 'flag-rect-de' | 'flag-rect-dk' | 'flag-rect-ee' | 'flag-rect-en' | 'flag-rect-es' | 'flag-rect-fi' | 'flag-rect-fr' | 'flag-rect-gb' | 'flag-rect-gr' | 'flag-rect-hr' | 'flag-rect-hu' | 'flag-rect-is' | 'flag-rect-it' | 'flag-rect-jp' | 'flag-rect-kr' | 'flag-rect-la' | 'flag-rect-lv' | 'flag-rect-mk' | 'flag-rect-nl' | 'flag-rect-no' | 'flag-rect-pl' | 'flag-rect-pt' | 'flag-rect-ro' | 'flag-rect-rs' | 'flag-rect-ru' | 'flag-rect-se' | 'flag-rect-si' | 'flag-rect-sk' | 'flag-rect-th' | 'flag-rect-tr' | 'flag-rect-vn' | 'flag-ro' | 'flag-rs' | 'flag-ru' | 'flag-se' | 'flag-si' | 'flag-sk' | 'flag-th' | 'flag-tr' | 'flag-vn' | 'flash-circle-outlined' | 'flash-filled' | 'flash-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'generic-browser-outlined' | 'gift-outlined' | 'github' | 'globe-outlined' | 'google-apps-script' | 'google-calendar' | 'google-chrome' | 'google-docs' | 'google-drawings' | 'google-drive' | 'google-forms' | 'google-mail' | 'google-my-maps' | 'google-sheets' | 'google-sites' | 'google-slides' | 'google-videos' | 'google' | 'gradient-outlined' | 'group-outlined' | 'half-star-filled' | 'hash-box-outlined' | 'hashtag-outlined' | 'history-outlined' | 'home-filled' | 'home-outlined' | 'inbox' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'jira-service-management' | 'jira' | 'layers-filled' | 'layers-outlined' | 'lightbulb-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-forms' | 'microsoft-onedrive' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-teams' | 'microsoft-word' | 'microsoft-yammer' | 'microsoft' | 'module-plus-outlined' | 'money-outlined' | 'more-horizontal-filled' | 'move-handle-outlined' | 'move-outlined' | 'mozilla-firefox' | 'openai' | 'paperclip-box-outlined' | 'paperclip-outlined' | 'paperplane-tilt-outlined' | 'pen-outlined' | 'pen-writing' | 'phone-outlined' | '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' | 'reactions-thumbs-up-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'redo-outlined' | 'replace-outlined' | 'restart-outlined' | 'results-outlined' | 'rte-blockquote-filled' | '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-text-color' | 'rte-text-size' | 'rte-text' | 'rte-ul' | 'rte-undo' | 'rte-variable' | 'rte-video' | 'search-filled' | 'search-outlined' | 'search-restart-outlined' | 'servicenow' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'shield-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'sliders-outlined' | 'smartphone-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' | 'star-filled' | 'star-outlined' | 'status-available' | 'status-away' | 'status-dnd' | 'status-invisible' | 'status-ooo' | 'sticker-filled' | 'sticker-outlined' | 'sticky' | 'stream-filled' | 'stream-outlined' | 'strikethrough-outlined' | 'suitecase-outlined' | 'tag-outlined' | 'targeted-outlined' | 'text-align-center-outlined' | 'text-align-left-outlined' | 'text-align-right-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' | 'unpin' | 'upload-outlined' | 'user-check-outlined' | 'user-filled' | 'user-outlined' | 'user-plus-outlined' | 'variable-box-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' | 'zive';
2273
+ export type coyoIcon = '16-bell-strikethrough' | '16-bell' | '16-check-circle-filled' | '16-check-circle-outlined' | '16-check-double' | '16-check' | '16-chevron-double-left' | '16-chevron-double-right' | '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | '16-clock-outlined' | '16-cross' | '16-double-chevron-down' | '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-filled' | '16-flag' | '16-flash-circle-outlined' | '16-info-circle-outlined' | '16-jira-service-management' | '16-jira' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-lock-outlined' | '16-pen-outlined' | '16-pin-outlined' | '16-play' | '16-reaction-clapping' | '16-reaction-heart' | '16-reaction-laughing' | '16-reaction-lightbulb' | '16-reaction-mood' | '16-reaction-smile' | '16-reaction-thumbs-down' | '16-reaction-thumbs-up' | '16-servicenow' | '16-sticky-filled' | '16-sticky-outlined' | '16-targeted-outlined' | '16-thumbs-up-outlined' | '16-translate-box-outlined' | '16-warning-circle-outlined' | '32-reaction-appreciate' | '32-reaction-celebrate' | '32-reaction-clapping' | '32-reaction-heart' | '32-reaction-laughing' | '32-reaction-lightbulb' | '32-reaction-mood' | '32-reaction-recognize' | '32-reaction-smile' | '32-reaction-thumbs-down' | '32-reaction-thumbs-up' | 'a-11-y-outlined' | 'ai-filled' | 'ai-outlined' | 'alert-box-outlined' | 'alert-circle-outlined' | 'app-directory' | 'apple-safari' | 'archive-filled' | 'archive-outlined' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-pointing-box-outlined' | 'arrow-pointing-import-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'article-filled' | 'article-outlined' | 'audio-outlined' | 'ava-sparkle-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-sorting-outlined' | 'chevron-up-outlined' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'click-outlined' | 'clock-filled' | 'clock-outlined' | 'cols-2-outlined' | 'cols-3-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' | 'dash-filled' | 'dots-circle-outlined' | 'double-chevron-down' | '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' | 'file-generic-filled' | 'file-generic' | 'file-pdf' | 'file-text' | 'filter-outlined' | 'fingerprint-outlined' | 'flag-al' | 'flag-am' | 'flag-ba' | 'flag-bg' | 'flag-circle-al' | 'flag-circle-am' | 'flag-circle-ba' | '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-la' | '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-circle-vn' | '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-la' | 'flag-lv' | 'flag-mk' | 'flag-nl' | 'flag-no' | 'flag-outlined' | 'flag-pl' | 'flag-pt' | 'flag-rect-al' | 'flag-rect-am' | 'flag-rect-ba' | 'flag-rect-bg' | 'flag-rect-cn' | 'flag-rect-cz' | 'flag-rect-de' | 'flag-rect-dk' | 'flag-rect-ee' | 'flag-rect-en' | 'flag-rect-es' | 'flag-rect-fi' | 'flag-rect-fr' | 'flag-rect-gb' | 'flag-rect-gr' | 'flag-rect-hr' | 'flag-rect-hu' | 'flag-rect-is' | 'flag-rect-it' | 'flag-rect-jp' | 'flag-rect-kr' | 'flag-rect-la' | 'flag-rect-lv' | 'flag-rect-mk' | 'flag-rect-nl' | 'flag-rect-no' | 'flag-rect-pl' | 'flag-rect-pt' | 'flag-rect-ro' | 'flag-rect-rs' | 'flag-rect-ru' | 'flag-rect-se' | 'flag-rect-si' | 'flag-rect-sk' | 'flag-rect-th' | 'flag-rect-tr' | 'flag-rect-vn' | 'flag-ro' | 'flag-rs' | 'flag-ru' | 'flag-se' | 'flag-si' | 'flag-sk' | 'flag-th' | 'flag-tr' | 'flag-vn' | 'flash-circle-outlined' | 'flash-filled' | 'flash-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'generic-browser-outlined' | 'gift-outlined' | 'github' | 'globe-outlined' | 'google-apps-script' | 'google-calendar' | 'google-chrome' | 'google-docs' | 'google-drawings' | 'google-drive' | 'google-forms' | 'google-mail' | 'google-my-maps' | 'google-sheets' | 'google-sites' | 'google-slides' | 'google-videos' | 'google' | 'gradient-outlined' | 'group-filled' | 'group-outlined' | 'half-star-filled' | 'hash-box-outlined' | 'hashtag-outlined' | 'history-outlined' | 'home-filled' | 'home-outlined' | 'inbox' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'jira-service-management' | 'jira' | 'layers-filled' | 'layers-outlined' | 'lightbulb-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-forms' | 'microsoft-onedrive' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-teams' | 'microsoft-word' | 'microsoft-yammer' | 'microsoft' | 'minus-circle-outlined' | 'module-plus-outlined' | 'money-outlined' | 'more-horizontal-filled' | 'move-handle-outlined' | 'move-outlined' | 'mozilla-firefox' | 'openai' | 'paperclip-box-outlined' | 'paperclip-outlined' | 'paperplane-tilt-outlined' | 'pen-outlined' | 'pen-writing' | 'phone-outlined' | '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' | 'reaction-clapping' | 'reaction-heart' | 'reaction-laughing' | 'reaction-lightbulb' | 'reaction-mood' | 'reaction-smile' | 'reaction-thumbs-down' | 'reaction-thumbs-up' | 'reactions-thumbs-up-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'redo-outlined' | 'replace-outlined' | 'restart-outlined' | 'results-outlined' | 'rte-blockquote-filled' | '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-text-color' | 'rte-text-size' | 'rte-text' | 'rte-ul' | 'rte-undo' | 'rte-variable' | 'rte-video' | 'search-filled' | 'search-outlined' | 'search-restart-outlined' | 'servicenow' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'shield-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'sliders-outlined' | 'smartphone-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' | 'star-filled' | 'star-outlined' | 'status-available' | 'status-away' | 'status-dnd' | 'status-invisible' | 'status-ooo' | 'sticker-filled' | 'sticker-outlined' | 'sticky' | 'stream-filled' | 'stream-outlined' | 'strikethrough-outlined' | 'suitecase-outlined' | 'tag-outlined' | 'targeted-outlined' | 'text-align-center-outlined' | 'text-align-left-outlined' | 'text-align-right-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' | 'unpin' | 'upload-outlined' | 'user-check-outlined' | 'user-cross' | 'user-filled' | 'user-outlined' | 'user-plus-outlined' | 'variable-box-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' | 'zive';
2266
2274
  export interface CoyoIcon {
2267
2275
  name: coyoIcon;
2268
2276
  data: string;
2269
2277
  }
2270
2278
  export type CoyoIconNameSubset<T extends Readonly<CoyoIcon[]>> = T[number]['name'];
2271
2279
  export declare const ciAll: ({
2272
- name: '16-reaction-clapping';
2280
+ name: "16-bell-strikethrough";
2273
2281
  data: string;
2274
2282
  } | {
2275
- name: '16-reaction-heart';
2283
+ name: "16-bell";
2276
2284
  data: string;
2277
2285
  } | {
2278
- name: '16-reaction-laughing';
2286
+ name: "16-check-circle-filled";
2279
2287
  data: string;
2280
2288
  } | {
2281
- name: '16-reaction-lightbulb';
2289
+ name: "16-check-circle-outlined";
2282
2290
  data: string;
2283
2291
  } | {
2284
- name: '16-reaction-mood';
2292
+ name: "16-check-double";
2285
2293
  data: string;
2286
2294
  } | {
2287
- name: '16-reaction-smile';
2295
+ name: "16-check";
2288
2296
  data: string;
2289
2297
  } | {
2290
- name: '16-reaction-thumbs-down';
2298
+ name: "16-chevron-double-left";
2291
2299
  data: string;
2292
2300
  } | {
2293
- name: '16-reaction-thumbs-up';
2301
+ name: "16-chevron-double-right";
2294
2302
  data: string;
2295
2303
  } | {
2296
- name: '16-sticky-filled';
2304
+ name: "16-chevron-down";
2297
2305
  data: string;
2298
2306
  } | {
2299
- name: '32-reaction-clapping';
2307
+ name: "16-chevron-left";
2300
2308
  data: string;
2301
2309
  } | {
2302
- name: '32-reaction-heart';
2310
+ name: "16-chevron-right";
2303
2311
  data: string;
2304
2312
  } | {
2305
- name: '32-reaction-laughing';
2313
+ name: "16-chevron-up";
2306
2314
  data: string;
2307
2315
  } | {
2308
- name: '32-reaction-lightbulb';
2316
+ name: "16-clock-outlined";
2309
2317
  data: string;
2310
2318
  } | {
2311
- name: '32-reaction-mood';
2319
+ name: "16-cross";
2312
2320
  data: string;
2313
2321
  } | {
2314
- name: '32-reaction-smile';
2322
+ name: "16-double-chevron-down";
2315
2323
  data: string;
2316
2324
  } | {
2317
- name: '32-reaction-thumbs-down';
2325
+ name: "16-earth-outlined";
2318
2326
  data: string;
2319
2327
  } | {
2320
- name: '32-reaction-thumbs-up';
2328
+ name: "16-editor-arrow-down";
2321
2329
  data: string;
2322
2330
  } | {
2323
- name: 'group-filled';
2331
+ name: "16-editor-arrow-up";
2324
2332
  data: string;
2325
2333
  } | {
2326
- name: 'reaction-clapping';
2334
+ name: "16-editor-bold";
2327
2335
  data: string;
2328
2336
  } | {
2329
- name: 'reaction-heart';
2337
+ name: "16-editor-delete";
2330
2338
  data: string;
2331
2339
  } | {
2332
- name: 'reaction-laughing';
2340
+ name: "16-editor-h-1";
2333
2341
  data: string;
2334
2342
  } | {
2335
- name: 'reaction-lightbulb';
2343
+ name: "16-editor-h-2";
2336
2344
  data: string;
2337
2345
  } | {
2338
- name: 'reaction-mood';
2346
+ name: "16-editor-h-3";
2339
2347
  data: string;
2340
2348
  } | {
2341
- name: 'reaction-smile';
2349
+ name: "16-editor-h-4";
2342
2350
  data: string;
2343
2351
  } | {
2344
- name: 'reaction-thumbs-down';
2352
+ name: "16-editor-h-5";
2345
2353
  data: string;
2346
2354
  } | {
2347
- name: 'reaction-thumbs-up';
2355
+ name: "16-editor-h-6";
2348
2356
  data: string;
2349
2357
  } | {
2350
- name: '16-bell-strikethrough';
2358
+ name: "16-editor-headline";
2351
2359
  data: string;
2352
2360
  } | {
2353
- name: '16-bell';
2361
+ name: "16-editor-image";
2354
2362
  data: string;
2355
2363
  } | {
2356
- name: '16-check-circle-filled';
2364
+ name: "16-editor-indent-decrease";
2357
2365
  data: string;
2358
2366
  } | {
2359
- name: '16-check-circle-outlined';
2367
+ name: "16-editor-indent-increase";
2360
2368
  data: string;
2361
2369
  } | {
2362
- name: '16-check-double';
2370
+ name: "16-editor-italic";
2363
2371
  data: string;
2364
2372
  } | {
2365
- name: '16-check';
2373
+ name: "16-editor-link-break";
2366
2374
  data: string;
2367
2375
  } | {
2368
- name: '16-chevron-double-left';
2376
+ name: "16-editor-link";
2369
2377
  data: string;
2370
2378
  } | {
2371
- name: '16-chevron-double-right';
2379
+ name: "16-editor-ol";
2372
2380
  data: string;
2373
2381
  } | {
2374
- name: '16-chevron-down';
2382
+ name: "16-editor-paragraph";
2375
2383
  data: string;
2376
2384
  } | {
2377
- name: '16-chevron-left';
2385
+ name: "16-editor-plus";
2378
2386
  data: string;
2379
2387
  } | {
2380
- name: '16-chevron-right';
2388
+ name: "16-editor-search";
2381
2389
  data: string;
2382
2390
  } | {
2383
- name: '16-chevron-up';
2391
+ name: "16-editor-settings";
2384
2392
  data: string;
2385
2393
  } | {
2386
- name: '16-clock-outlined';
2394
+ name: "16-editor-ul";
2387
2395
  data: string;
2388
2396
  } | {
2389
- name: '16-cross';
2397
+ name: "16-external-link";
2390
2398
  data: string;
2391
2399
  } | {
2392
- name: '16-double-chevron-down';
2400
+ name: "16-flag-filled";
2393
2401
  data: string;
2394
2402
  } | {
2395
- name: '16-earth-outlined';
2403
+ name: "16-flag";
2396
2404
  data: string;
2397
2405
  } | {
2398
- name: '16-editor-arrow-down';
2406
+ name: "16-flash-circle-outlined";
2399
2407
  data: string;
2400
2408
  } | {
2401
- name: '16-editor-arrow-up';
2409
+ name: "16-info-circle-outlined";
2402
2410
  data: string;
2403
2411
  } | {
2404
- name: '16-editor-bold';
2412
+ name: "16-jira-service-management";
2405
2413
  data: string;
2406
2414
  } | {
2407
- name: '16-editor-delete';
2415
+ name: "16-jira";
2408
2416
  data: string;
2409
2417
  } | {
2410
- name: '16-editor-h-1';
2418
+ name: "16-link-large";
2411
2419
  data: string;
2412
2420
  } | {
2413
- name: '16-editor-h-2';
2421
+ name: "16-link-medium";
2414
2422
  data: string;
2415
2423
  } | {
2416
- name: '16-editor-h-3';
2424
+ name: "16-link-small";
2417
2425
  data: string;
2418
2426
  } | {
2419
- name: '16-editor-h-4';
2427
+ name: "16-lock-outlined";
2420
2428
  data: string;
2421
2429
  } | {
2422
- name: '16-editor-h-5';
2430
+ name: "16-pen-outlined";
2423
2431
  data: string;
2424
2432
  } | {
2425
- name: '16-editor-h-6';
2433
+ name: "16-pin-outlined";
2426
2434
  data: string;
2427
2435
  } | {
2428
- name: '16-editor-headline';
2436
+ name: "16-play";
2429
2437
  data: string;
2430
2438
  } | {
2431
- name: '16-editor-image';
2439
+ name: "16-reaction-clapping";
2432
2440
  data: string;
2433
2441
  } | {
2434
- name: '16-editor-indent-decrease';
2442
+ name: "16-reaction-heart";
2435
2443
  data: string;
2436
2444
  } | {
2437
- name: '16-editor-indent-increase';
2445
+ name: "16-reaction-laughing";
2438
2446
  data: string;
2439
2447
  } | {
2440
- name: '16-editor-italic';
2448
+ name: "16-reaction-lightbulb";
2441
2449
  data: string;
2442
2450
  } | {
2443
- name: '16-editor-link-break';
2451
+ name: "16-reaction-mood";
2444
2452
  data: string;
2445
2453
  } | {
2446
- name: '16-editor-link';
2454
+ name: "16-reaction-smile";
2447
2455
  data: string;
2448
2456
  } | {
2449
- name: '16-editor-ol';
2457
+ name: "16-reaction-thumbs-down";
2450
2458
  data: string;
2451
2459
  } | {
2452
- name: '16-editor-paragraph';
2460
+ name: "16-reaction-thumbs-up";
2453
2461
  data: string;
2454
2462
  } | {
2455
- name: '16-editor-plus';
2463
+ name: "16-servicenow";
2456
2464
  data: string;
2457
2465
  } | {
2458
- name: '16-editor-search';
2466
+ name: "16-sticky-filled";
2459
2467
  data: string;
2460
2468
  } | {
2461
- name: '16-editor-settings';
2469
+ name: "16-sticky-outlined";
2462
2470
  data: string;
2463
2471
  } | {
2464
- name: '16-editor-ul';
2472
+ name: "16-targeted-outlined";
2465
2473
  data: string;
2466
2474
  } | {
2467
- name: '16-external-link';
2475
+ name: "16-thumbs-up-outlined";
2468
2476
  data: string;
2469
2477
  } | {
2470
- name: '16-flag-filled';
2478
+ name: "16-translate-box-outlined";
2471
2479
  data: string;
2472
2480
  } | {
2473
- name: '16-flag';
2481
+ name: "16-warning-circle-outlined";
2474
2482
  data: string;
2475
2483
  } | {
2476
- name: '16-flash-circle-outlined';
2484
+ name: "32-reaction-appreciate";
2477
2485
  data: string;
2478
2486
  } | {
2479
- name: '16-info-circle-outlined';
2487
+ name: "32-reaction-celebrate";
2480
2488
  data: string;
2481
2489
  } | {
2482
- name: '16-jira-service-management';
2490
+ name: "32-reaction-clapping";
2483
2491
  data: string;
2484
2492
  } | {
2485
- name: '16-jira';
2493
+ name: "32-reaction-heart";
2486
2494
  data: string;
2487
2495
  } | {
2488
- name: '16-link-large';
2496
+ name: "32-reaction-laughing";
2489
2497
  data: string;
2490
2498
  } | {
2491
- name: '16-link-medium';
2499
+ name: "32-reaction-lightbulb";
2492
2500
  data: string;
2493
2501
  } | {
2494
- name: '16-link-small';
2502
+ name: "32-reaction-mood";
2495
2503
  data: string;
2496
2504
  } | {
2497
- name: '16-lock-outlined';
2505
+ name: "32-reaction-recognize";
2498
2506
  data: string;
2499
2507
  } | {
2500
- name: '16-pen-outlined';
2508
+ name: "32-reaction-smile";
2501
2509
  data: string;
2502
2510
  } | {
2503
- name: '16-pin-outlined';
2511
+ name: "32-reaction-thumbs-down";
2504
2512
  data: string;
2505
2513
  } | {
2506
- name: '16-play';
2514
+ name: "32-reaction-thumbs-up";
2507
2515
  data: string;
2508
2516
  } | {
2509
- name: '16-servicenow';
2517
+ name: "a-11-y-outlined";
2510
2518
  data: string;
2511
2519
  } | {
2512
- name: '16-sticky-outlined';
2520
+ name: "ai-filled";
2513
2521
  data: string;
2514
2522
  } | {
2515
- name: '16-targeted-outlined';
2523
+ name: "ai-outlined";
2516
2524
  data: string;
2517
2525
  } | {
2518
- name: '16-thumbs-up-outlined';
2526
+ name: "alert-box-outlined";
2519
2527
  data: string;
2520
2528
  } | {
2521
- name: '16-translate-box-outlined';
2529
+ name: "alert-circle-outlined";
2522
2530
  data: string;
2523
2531
  } | {
2524
- name: '16-warning-circle-outlined';
2532
+ name: "app-directory";
2525
2533
  data: string;
2526
2534
  } | {
2527
- name: '32-reaction-appreciate';
2535
+ name: "apple-safari";
2528
2536
  data: string;
2529
2537
  } | {
2530
- name: '32-reaction-celebrate';
2538
+ name: "archive-filled";
2531
2539
  data: string;
2532
2540
  } | {
2533
- name: '32-reaction-recognize';
2541
+ name: "archive-outlined";
2534
2542
  data: string;
2535
2543
  } | {
2536
- name: 'a-11-y-outlined';
2544
+ name: "arrow-down-outlined";
2537
2545
  data: string;
2538
2546
  } | {
2539
- name: 'ai-filled';
2547
+ name: "arrow-left-outlined";
2540
2548
  data: string;
2541
2549
  } | {
2542
- name: 'ai-outlined';
2550
+ name: "arrow-pointing-box-outlined";
2543
2551
  data: string;
2544
2552
  } | {
2545
- name: 'alert-box-outlined';
2553
+ name: "arrow-pointing-import-outlined";
2546
2554
  data: string;
2547
2555
  } | {
2548
- name: 'alert-circle-outlined';
2556
+ name: "arrow-redo-outlined";
2549
2557
  data: string;
2550
2558
  } | {
2551
- name: 'app-directory';
2559
+ name: "arrow-right-outlined";
2552
2560
  data: string;
2553
2561
  } | {
2554
- name: 'apple-safari';
2562
+ name: "arrow-up-outlined";
2555
2563
  data: string;
2556
2564
  } | {
2557
- name: 'archive-filled';
2565
+ name: "article-filled";
2558
2566
  data: string;
2559
2567
  } | {
2560
- name: 'archive-outlined';
2568
+ name: "article-outlined";
2561
2569
  data: string;
2562
2570
  } | {
2563
- name: 'arrow-down-outlined';
2571
+ name: "audio-outlined";
2564
2572
  data: string;
2565
2573
  } | {
2566
- name: 'arrow-left-outlined';
2574
+ name: "ava-sparkle-outlined";
2567
2575
  data: string;
2568
2576
  } | {
2569
- name: 'arrow-pointing-box-outlined';
2577
+ name: "bar-chart-outlined";
2570
2578
  data: string;
2571
2579
  } | {
2572
- name: 'arrow-pointing-import-outlined';
2580
+ name: "bell-check-outlined";
2573
2581
  data: string;
2574
2582
  } | {
2575
- name: 'arrow-redo-outlined';
2583
+ name: "bell-dot-filled";
2576
2584
  data: string;
2577
2585
  } | {
2578
- name: 'arrow-right-outlined';
2586
+ name: "bell-dot-outlined";
2579
2587
  data: string;
2580
2588
  } | {
2581
- name: 'arrow-up-outlined';
2589
+ name: "bell-filled";
2582
2590
  data: string;
2583
2591
  } | {
2584
- name: 'article-filled';
2592
+ name: "bell-outlined";
2585
2593
  data: string;
2586
2594
  } | {
2587
- name: 'article-outlined';
2595
+ name: "bell-plus-outlined";
2588
2596
  data: string;
2589
2597
  } | {
2590
- name: 'audio-outlined';
2598
+ name: "bell-ringing-filled";
2591
2599
  data: string;
2592
2600
  } | {
2593
- name: 'ava-sparkle-outlined';
2601
+ name: "bell-ringing-outlined";
2594
2602
  data: string;
2595
2603
  } | {
2596
- name: 'bar-chart-outlined';
2604
+ name: "blank";
2597
2605
  data: string;
2598
2606
  } | {
2599
- name: 'bell-check-outlined';
2607
+ name: "block-align-center-outlined";
2600
2608
  data: string;
2601
2609
  } | {
2602
- name: 'bell-dot-filled';
2610
+ name: "block-align-fw-outlined";
2603
2611
  data: string;
2604
2612
  } | {
2605
- name: 'bell-dot-outlined';
2613
+ name: "block-align-left-outlined";
2606
2614
  data: string;
2607
2615
  } | {
2608
- name: 'bell-filled';
2616
+ name: "block-align-right-outlined";
2609
2617
  data: string;
2610
2618
  } | {
2611
- name: 'bell-outlined';
2619
+ name: "block-caption-outlined";
2612
2620
  data: string;
2613
2621
  } | {
2614
- name: 'bell-plus-outlined';
2622
+ name: "bold-outlined";
2615
2623
  data: string;
2616
2624
  } | {
2617
- name: 'bell-ringing-filled';
2625
+ name: "book-filled";
2618
2626
  data: string;
2619
2627
  } | {
2620
- name: 'bell-ringing-outlined';
2628
+ name: "book-outlined";
2621
2629
  data: string;
2622
2630
  } | {
2623
- name: 'blank';
2631
+ name: "bookmark-check-outlined";
2624
2632
  data: string;
2625
2633
  } | {
2626
- name: 'block-align-center-outlined';
2634
+ name: "bookmark-filled";
2627
2635
  data: string;
2628
2636
  } | {
2629
- name: 'block-align-fw-outlined';
2637
+ name: "bookmark-outlined";
2630
2638
  data: string;
2631
2639
  } | {
2632
- name: 'block-align-left-outlined';
2640
+ name: "bookmark-plus-outlined";
2633
2641
  data: string;
2634
2642
  } | {
2635
- name: 'block-align-right-outlined';
2643
+ name: "brush-brackets-outlined";
2636
2644
  data: string;
2637
2645
  } | {
2638
- name: 'block-caption-outlined';
2646
+ name: "calendar-check-outlined";
2639
2647
  data: string;
2640
2648
  } | {
2641
- name: 'bold-outlined';
2649
+ name: "calendar-cross-outlined";
2642
2650
  data: string;
2643
2651
  } | {
2644
- name: 'book-filled';
2652
+ name: "calendar-outlined";
2645
2653
  data: string;
2646
2654
  } | {
2647
- name: 'book-outlined';
2655
+ name: "calendar-pen-outlined";
2648
2656
  data: string;
2649
2657
  } | {
2650
- name: 'bookmark-check-outlined';
2658
+ name: "chat-filled";
2651
2659
  data: string;
2652
2660
  } | {
2653
- name: 'bookmark-filled';
2661
+ name: "chat-outlined";
2654
2662
  data: string;
2655
2663
  } | {
2656
- name: 'bookmark-outlined';
2664
+ name: "check-circle-filled";
2657
2665
  data: string;
2658
2666
  } | {
2659
- name: 'bookmark-plus-outlined';
2667
+ name: "check-circle-outlined";
2660
2668
  data: string;
2661
2669
  } | {
2662
- name: 'brush-brackets-outlined';
2670
+ name: "check-double-outlined";
2663
2671
  data: string;
2664
2672
  } | {
2665
- name: 'calendar-check-outlined';
2673
+ name: "check-outlined";
2666
2674
  data: string;
2667
2675
  } | {
2668
- name: 'calendar-cross-outlined';
2676
+ name: "chevron-down-outlined";
2669
2677
  data: string;
2670
2678
  } | {
2671
- name: 'calendar-outlined';
2679
+ name: "chevron-left-outlined";
2672
2680
  data: string;
2673
2681
  } | {
2674
- name: 'calendar-pen-outlined';
2682
+ name: "chevron-right-outlined";
2675
2683
  data: string;
2676
2684
  } | {
2677
- name: 'chat-filled';
2685
+ name: "chevron-sorting-outlined";
2678
2686
  data: string;
2679
2687
  } | {
2680
- name: 'chat-outlined';
2688
+ name: "chevron-up-outlined";
2681
2689
  data: string;
2682
2690
  } | {
2683
- name: 'check-circle-filled';
2691
+ name: "circle-filled-s";
2684
2692
  data: string;
2685
2693
  } | {
2686
- name: 'check-circle-outlined';
2694
+ name: "circle-filled";
2687
2695
  data: string;
2688
2696
  } | {
2689
- name: 'check-double-outlined';
2697
+ name: "circle-outlined-s";
2690
2698
  data: string;
2691
2699
  } | {
2692
- name: 'check-outlined';
2700
+ name: "circle-outlined";
2693
2701
  data: string;
2694
2702
  } | {
2695
- name: 'chevron-down-outlined';
2703
+ name: "click-outlined";
2696
2704
  data: string;
2697
2705
  } | {
2698
- name: 'chevron-left-outlined';
2706
+ name: "clock-filled";
2699
2707
  data: string;
2700
2708
  } | {
2701
- name: 'chevron-right-outlined';
2709
+ name: "clock-outlined";
2702
2710
  data: string;
2703
2711
  } | {
2704
- name: 'chevron-sorting-outlined';
2712
+ name: "cols-2-outlined";
2705
2713
  data: string;
2706
2714
  } | {
2707
- name: 'chevron-up-outlined';
2715
+ name: "cols-3-outlined";
2708
2716
  data: string;
2709
2717
  } | {
2710
- name: 'circle-filled-s';
2718
+ name: "comment-outlined";
2711
2719
  data: string;
2712
2720
  } | {
2713
- name: 'circle-filled';
2721
+ name: "communities-filled";
2714
2722
  data: string;
2715
2723
  } | {
2716
- name: 'circle-outlined-s';
2724
+ name: "communities-outlined";
2717
2725
  data: string;
2718
2726
  } | {
2719
- name: 'circle-outlined';
2727
+ name: "compass-outlined";
2720
2728
  data: string;
2721
2729
  } | {
2722
- name: 'click-outlined';
2730
+ name: "content-filled";
2723
2731
  data: string;
2724
2732
  } | {
2725
- name: 'clock-filled';
2733
+ name: "content-outlined";
2726
2734
  data: string;
2727
2735
  } | {
2728
- name: 'clock-outlined';
2736
+ name: "copy-outlined";
2729
2737
  data: string;
2730
2738
  } | {
2731
- name: 'cols-2-outlined';
2739
+ name: "cross-circle-filled";
2732
2740
  data: string;
2733
2741
  } | {
2734
- name: 'cols-3-outlined';
2742
+ name: "cross-circle-outlined";
2735
2743
  data: string;
2736
2744
  } | {
2737
- name: 'comment-outlined';
2745
+ name: "cross-outlined";
2738
2746
  data: string;
2739
2747
  } | {
2740
- name: 'communities-filled';
2748
+ name: "cross-square-filled";
2741
2749
  data: string;
2742
2750
  } | {
2743
- name: 'communities-outlined';
2751
+ name: "cross-square-outlined";
2744
2752
  data: string;
2745
2753
  } | {
2746
- name: 'compass-outlined';
2754
+ name: "danger-filled";
2747
2755
  data: string;
2748
2756
  } | {
2749
- name: 'content-filled';
2757
+ name: "danger-outlined";
2750
2758
  data: string;
2751
2759
  } | {
2752
- name: 'content-outlined';
2760
+ name: "dash-filled";
2753
2761
  data: string;
2754
2762
  } | {
2755
- name: 'copy-outlined';
2763
+ name: "dots-circle-outlined";
2756
2764
  data: string;
2757
2765
  } | {
2758
- name: 'cross-circle-filled';
2766
+ name: "double-chevron-down";
2759
2767
  data: string;
2760
2768
  } | {
2761
- name: 'cross-circle-outlined';
2769
+ name: "download-outlined";
2762
2770
  data: string;
2763
2771
  } | {
2764
- name: 'cross-outlined';
2772
+ name: "earth-outlined";
2765
2773
  data: string;
2766
2774
  } | {
2767
- name: 'cross-square-filled';
2775
+ name: "emoji-angry";
2768
2776
  data: string;
2769
2777
  } | {
2770
- name: 'cross-square-outlined';
2778
+ name: "emoji-happy";
2771
2779
  data: string;
2772
2780
  } | {
2773
- name: 'danger-filled';
2781
+ name: "emoji-neutral";
2774
2782
  data: string;
2775
2783
  } | {
2776
- name: 'danger-outlined';
2784
+ name: "emoji-sad";
2777
2785
  data: string;
2778
2786
  } | {
2779
- name: 'dash-filled';
2787
+ name: "emoji-smile";
2780
2788
  data: string;
2781
2789
  } | {
2782
- name: 'dots-circle-outlined';
2790
+ name: "emoji-thinking";
2783
2791
  data: string;
2784
2792
  } | {
2785
- name: 'double-chevron-down';
2793
+ name: "events-filled";
2786
2794
  data: string;
2787
2795
  } | {
2788
- name: 'download-outlined';
2796
+ name: "events-outlined";
2789
2797
  data: string;
2790
2798
  } | {
2791
- name: 'earth-outlined';
2799
+ name: "external-link-outlined";
2792
2800
  data: string;
2793
2801
  } | {
2794
- name: 'emoji-angry';
2802
+ name: "eye-closed-outlined";
2795
2803
  data: string;
2796
2804
  } | {
2797
- name: 'emoji-happy';
2805
+ name: "eye-open-outlined";
2798
2806
  data: string;
2799
2807
  } | {
2800
- name: 'emoji-neutral';
2808
+ name: "facebook";
2801
2809
  data: string;
2802
2810
  } | {
2803
- name: 'emoji-sad';
2811
+ name: "feed-filled";
2804
2812
  data: string;
2805
2813
  } | {
2806
- name: 'emoji-smile';
2814
+ name: "feed-outlined";
2807
2815
  data: string;
2808
2816
  } | {
2809
- name: 'emoji-thinking';
2817
+ name: "file-generic-filled";
2810
2818
  data: string;
2811
2819
  } | {
2812
- name: 'events-filled';
2820
+ name: "file-generic";
2813
2821
  data: string;
2814
2822
  } | {
2815
- name: 'events-outlined';
2823
+ name: "file-pdf";
2816
2824
  data: string;
2817
2825
  } | {
2818
- name: 'external-link-outlined';
2826
+ name: "file-text";
2819
2827
  data: string;
2820
2828
  } | {
2821
- name: 'eye-closed-outlined';
2829
+ name: "filter-outlined";
2822
2830
  data: string;
2823
2831
  } | {
2824
- name: 'eye-open-outlined';
2832
+ name: "fingerprint-outlined";
2825
2833
  data: string;
2826
2834
  } | {
2827
- name: 'facebook';
2835
+ name: "flag-al";
2828
2836
  data: string;
2829
2837
  } | {
2830
- name: 'feed-filled';
2838
+ name: "flag-am";
2831
2839
  data: string;
2832
2840
  } | {
2833
- name: 'feed-outlined';
2841
+ name: "flag-ba";
2834
2842
  data: string;
2835
2843
  } | {
2836
- name: 'file-generic-filled';
2844
+ name: "flag-bg";
2837
2845
  data: string;
2838
2846
  } | {
2839
- name: 'file-generic';
2847
+ name: "flag-circle-al";
2840
2848
  data: string;
2841
2849
  } | {
2842
- name: 'file-pdf';
2850
+ name: "flag-circle-am";
2843
2851
  data: string;
2844
2852
  } | {
2845
- name: 'file-text';
2853
+ name: "flag-circle-ba";
2846
2854
  data: string;
2847
2855
  } | {
2848
- name: 'filter-outlined';
2856
+ name: "flag-circle-bg";
2849
2857
  data: string;
2850
2858
  } | {
2851
- name: 'fingerprint-outlined';
2859
+ name: "flag-circle-cn";
2852
2860
  data: string;
2853
2861
  } | {
2854
- name: 'flag-al';
2862
+ name: "flag-circle-cz";
2855
2863
  data: string;
2856
2864
  } | {
2857
- name: 'flag-am';
2865
+ name: "flag-circle-de";
2858
2866
  data: string;
2859
2867
  } | {
2860
- name: 'flag-ba';
2868
+ name: "flag-circle-dk";
2861
2869
  data: string;
2862
2870
  } | {
2863
- name: 'flag-bg';
2871
+ name: "flag-circle-ee";
2864
2872
  data: string;
2865
2873
  } | {
2866
- name: 'flag-circle-al';
2874
+ name: "flag-circle-en";
2867
2875
  data: string;
2868
2876
  } | {
2869
- name: 'flag-circle-am';
2877
+ name: "flag-circle-es";
2870
2878
  data: string;
2871
2879
  } | {
2872
- name: 'flag-circle-ba';
2880
+ name: "flag-circle-fi";
2873
2881
  data: string;
2874
2882
  } | {
2875
- name: 'flag-circle-bg';
2883
+ name: "flag-circle-fr";
2876
2884
  data: string;
2877
2885
  } | {
2878
- name: 'flag-circle-cn';
2886
+ name: "flag-circle-gb";
2879
2887
  data: string;
2880
2888
  } | {
2881
- name: 'flag-circle-cz';
2889
+ name: "flag-circle-gr";
2882
2890
  data: string;
2883
2891
  } | {
2884
- name: 'flag-circle-de';
2892
+ name: "flag-circle-hr";
2885
2893
  data: string;
2886
2894
  } | {
2887
- name: 'flag-circle-dk';
2895
+ name: "flag-circle-hu";
2888
2896
  data: string;
2889
2897
  } | {
2890
- name: 'flag-circle-ee';
2898
+ name: "flag-circle-is";
2891
2899
  data: string;
2892
2900
  } | {
2893
- name: 'flag-circle-en';
2901
+ name: "flag-circle-it";
2894
2902
  data: string;
2895
2903
  } | {
2896
- name: 'flag-circle-es';
2904
+ name: "flag-circle-jp";
2897
2905
  data: string;
2898
2906
  } | {
2899
- name: 'flag-circle-fi';
2907
+ name: "flag-circle-kr";
2900
2908
  data: string;
2901
2909
  } | {
2902
- name: 'flag-circle-fr';
2910
+ name: "flag-circle-la";
2903
2911
  data: string;
2904
2912
  } | {
2905
- name: 'flag-circle-gb';
2913
+ name: "flag-circle-lv";
2906
2914
  data: string;
2907
2915
  } | {
2908
- name: 'flag-circle-gr';
2916
+ name: "flag-circle-mk";
2909
2917
  data: string;
2910
2918
  } | {
2911
- name: 'flag-circle-hr';
2919
+ name: "flag-circle-nl";
2912
2920
  data: string;
2913
2921
  } | {
2914
- name: 'flag-circle-hu';
2922
+ name: "flag-circle-no";
2915
2923
  data: string;
2916
2924
  } | {
2917
- name: 'flag-circle-is';
2925
+ name: "flag-circle-pl";
2918
2926
  data: string;
2919
2927
  } | {
2920
- name: 'flag-circle-it';
2928
+ name: "flag-circle-pt";
2921
2929
  data: string;
2922
2930
  } | {
2923
- name: 'flag-circle-jp';
2931
+ name: "flag-circle-ro";
2924
2932
  data: string;
2925
2933
  } | {
2926
- name: 'flag-circle-kr';
2934
+ name: "flag-circle-rs";
2927
2935
  data: string;
2928
2936
  } | {
2929
- name: 'flag-circle-la';
2937
+ name: "flag-circle-ru";
2930
2938
  data: string;
2931
2939
  } | {
2932
- name: 'flag-circle-lv';
2940
+ name: "flag-circle-se";
2933
2941
  data: string;
2934
2942
  } | {
2935
- name: 'flag-circle-mk';
2943
+ name: "flag-circle-si";
2936
2944
  data: string;
2937
2945
  } | {
2938
- name: 'flag-circle-nl';
2946
+ name: "flag-circle-sk";
2939
2947
  data: string;
2940
2948
  } | {
2941
- name: 'flag-circle-no';
2949
+ name: "flag-circle-th";
2942
2950
  data: string;
2943
2951
  } | {
2944
- name: 'flag-circle-pl';
2952
+ name: "flag-circle-tr";
2945
2953
  data: string;
2946
2954
  } | {
2947
- name: 'flag-circle-pt';
2955
+ name: "flag-circle-vn";
2948
2956
  data: string;
2949
2957
  } | {
2950
- name: 'flag-circle-ro';
2958
+ name: "flag-cn";
2951
2959
  data: string;
2952
2960
  } | {
2953
- name: 'flag-circle-rs';
2961
+ name: "flag-cz";
2954
2962
  data: string;
2955
2963
  } | {
2956
- name: 'flag-circle-ru';
2964
+ name: "flag-de";
2957
2965
  data: string;
2958
2966
  } | {
2959
- name: 'flag-circle-se';
2967
+ name: "flag-dk";
2960
2968
  data: string;
2961
2969
  } | {
2962
- name: 'flag-circle-si';
2970
+ name: "flag-ee";
2963
2971
  data: string;
2964
2972
  } | {
2965
- name: 'flag-circle-sk';
2973
+ name: "flag-en";
2966
2974
  data: string;
2967
2975
  } | {
2968
- name: 'flag-circle-th';
2976
+ name: "flag-es";
2969
2977
  data: string;
2970
2978
  } | {
2971
- name: 'flag-circle-tr';
2979
+ name: "flag-fi";
2972
2980
  data: string;
2973
2981
  } | {
2974
- name: 'flag-circle-vn';
2982
+ name: "flag-fr";
2975
2983
  data: string;
2976
2984
  } | {
2977
- name: 'flag-cn';
2985
+ name: "flag-gb";
2978
2986
  data: string;
2979
2987
  } | {
2980
- name: 'flag-cz';
2988
+ name: "flag-gr";
2981
2989
  data: string;
2982
2990
  } | {
2983
- name: 'flag-de';
2991
+ name: "flag-hr";
2984
2992
  data: string;
2985
2993
  } | {
2986
- name: 'flag-dk';
2994
+ name: "flag-hu";
2987
2995
  data: string;
2988
2996
  } | {
2989
- name: 'flag-ee';
2997
+ name: "flag-is";
2990
2998
  data: string;
2991
2999
  } | {
2992
- name: 'flag-en';
3000
+ name: "flag-it";
2993
3001
  data: string;
2994
3002
  } | {
2995
- name: 'flag-es';
3003
+ name: "flag-jp";
2996
3004
  data: string;
2997
3005
  } | {
2998
- name: 'flag-fi';
3006
+ name: "flag-kr";
2999
3007
  data: string;
3000
3008
  } | {
3001
- name: 'flag-fr';
3009
+ name: "flag-la";
3002
3010
  data: string;
3003
3011
  } | {
3004
- name: 'flag-gb';
3012
+ name: "flag-lv";
3005
3013
  data: string;
3006
3014
  } | {
3007
- name: 'flag-gr';
3015
+ name: "flag-mk";
3008
3016
  data: string;
3009
3017
  } | {
3010
- name: 'flag-hr';
3018
+ name: "flag-nl";
3011
3019
  data: string;
3012
3020
  } | {
3013
- name: 'flag-hu';
3021
+ name: "flag-no";
3014
3022
  data: string;
3015
3023
  } | {
3016
- name: 'flag-is';
3024
+ name: "flag-outlined";
3017
3025
  data: string;
3018
3026
  } | {
3019
- name: 'flag-it';
3027
+ name: "flag-pl";
3020
3028
  data: string;
3021
3029
  } | {
3022
- name: 'flag-jp';
3030
+ name: "flag-pt";
3023
3031
  data: string;
3024
3032
  } | {
3025
- name: 'flag-kr';
3033
+ name: "flag-rect-al";
3026
3034
  data: string;
3027
3035
  } | {
3028
- name: 'flag-la';
3036
+ name: "flag-rect-am";
3029
3037
  data: string;
3030
3038
  } | {
3031
- name: 'flag-lv';
3039
+ name: "flag-rect-ba";
3032
3040
  data: string;
3033
3041
  } | {
3034
- name: 'flag-mk';
3042
+ name: "flag-rect-bg";
3035
3043
  data: string;
3036
3044
  } | {
3037
- name: 'flag-nl';
3045
+ name: "flag-rect-cn";
3038
3046
  data: string;
3039
3047
  } | {
3040
- name: 'flag-no';
3048
+ name: "flag-rect-cz";
3041
3049
  data: string;
3042
3050
  } | {
3043
- name: 'flag-outlined';
3051
+ name: "flag-rect-de";
3044
3052
  data: string;
3045
3053
  } | {
3046
- name: 'flag-pl';
3054
+ name: "flag-rect-dk";
3047
3055
  data: string;
3048
3056
  } | {
3049
- name: 'flag-pt';
3057
+ name: "flag-rect-ee";
3050
3058
  data: string;
3051
3059
  } | {
3052
- name: 'flag-rect-al';
3060
+ name: "flag-rect-en";
3053
3061
  data: string;
3054
3062
  } | {
3055
- name: 'flag-rect-am';
3063
+ name: "flag-rect-es";
3056
3064
  data: string;
3057
3065
  } | {
3058
- name: 'flag-rect-ba';
3066
+ name: "flag-rect-fi";
3059
3067
  data: string;
3060
3068
  } | {
3061
- name: 'flag-rect-bg';
3069
+ name: "flag-rect-fr";
3062
3070
  data: string;
3063
3071
  } | {
3064
- name: 'flag-rect-cn';
3072
+ name: "flag-rect-gb";
3065
3073
  data: string;
3066
3074
  } | {
3067
- name: 'flag-rect-cz';
3075
+ name: "flag-rect-gr";
3068
3076
  data: string;
3069
3077
  } | {
3070
- name: 'flag-rect-de';
3078
+ name: "flag-rect-hr";
3071
3079
  data: string;
3072
3080
  } | {
3073
- name: 'flag-rect-dk';
3081
+ name: "flag-rect-hu";
3074
3082
  data: string;
3075
3083
  } | {
3076
- name: 'flag-rect-ee';
3084
+ name: "flag-rect-is";
3077
3085
  data: string;
3078
3086
  } | {
3079
- name: 'flag-rect-en';
3087
+ name: "flag-rect-it";
3080
3088
  data: string;
3081
3089
  } | {
3082
- name: 'flag-rect-es';
3090
+ name: "flag-rect-jp";
3083
3091
  data: string;
3084
3092
  } | {
3085
- name: 'flag-rect-fi';
3093
+ name: "flag-rect-kr";
3086
3094
  data: string;
3087
3095
  } | {
3088
- name: 'flag-rect-fr';
3096
+ name: "flag-rect-la";
3089
3097
  data: string;
3090
3098
  } | {
3091
- name: 'flag-rect-gb';
3099
+ name: "flag-rect-lv";
3092
3100
  data: string;
3093
3101
  } | {
3094
- name: 'flag-rect-gr';
3102
+ name: "flag-rect-mk";
3095
3103
  data: string;
3096
3104
  } | {
3097
- name: 'flag-rect-hr';
3105
+ name: "flag-rect-nl";
3098
3106
  data: string;
3099
3107
  } | {
3100
- name: 'flag-rect-hu';
3108
+ name: "flag-rect-no";
3101
3109
  data: string;
3102
3110
  } | {
3103
- name: 'flag-rect-is';
3111
+ name: "flag-rect-pl";
3104
3112
  data: string;
3105
3113
  } | {
3106
- name: 'flag-rect-it';
3114
+ name: "flag-rect-pt";
3107
3115
  data: string;
3108
3116
  } | {
3109
- name: 'flag-rect-jp';
3117
+ name: "flag-rect-ro";
3110
3118
  data: string;
3111
3119
  } | {
3112
- name: 'flag-rect-kr';
3120
+ name: "flag-rect-rs";
3113
3121
  data: string;
3114
3122
  } | {
3115
- name: 'flag-rect-la';
3123
+ name: "flag-rect-ru";
3116
3124
  data: string;
3117
3125
  } | {
3118
- name: 'flag-rect-lv';
3126
+ name: "flag-rect-se";
3119
3127
  data: string;
3120
3128
  } | {
3121
- name: 'flag-rect-mk';
3129
+ name: "flag-rect-si";
3122
3130
  data: string;
3123
3131
  } | {
3124
- name: 'flag-rect-nl';
3132
+ name: "flag-rect-sk";
3125
3133
  data: string;
3126
3134
  } | {
3127
- name: 'flag-rect-no';
3135
+ name: "flag-rect-th";
3128
3136
  data: string;
3129
3137
  } | {
3130
- name: 'flag-rect-pl';
3138
+ name: "flag-rect-tr";
3131
3139
  data: string;
3132
3140
  } | {
3133
- name: 'flag-rect-pt';
3141
+ name: "flag-rect-vn";
3134
3142
  data: string;
3135
3143
  } | {
3136
- name: 'flag-rect-ro';
3144
+ name: "flag-ro";
3137
3145
  data: string;
3138
3146
  } | {
3139
- name: 'flag-rect-rs';
3147
+ name: "flag-rs";
3140
3148
  data: string;
3141
3149
  } | {
3142
- name: 'flag-rect-ru';
3150
+ name: "flag-ru";
3143
3151
  data: string;
3144
3152
  } | {
3145
- name: 'flag-rect-se';
3153
+ name: "flag-se";
3146
3154
  data: string;
3147
3155
  } | {
3148
- name: 'flag-rect-si';
3156
+ name: "flag-si";
3149
3157
  data: string;
3150
3158
  } | {
3151
- name: 'flag-rect-sk';
3159
+ name: "flag-sk";
3152
3160
  data: string;
3153
3161
  } | {
3154
- name: 'flag-rect-th';
3162
+ name: "flag-th";
3155
3163
  data: string;
3156
3164
  } | {
3157
- name: 'flag-rect-tr';
3165
+ name: "flag-tr";
3158
3166
  data: string;
3159
3167
  } | {
3160
- name: 'flag-rect-vn';
3168
+ name: "flag-vn";
3161
3169
  data: string;
3162
3170
  } | {
3163
- name: 'flag-ro';
3171
+ name: "flash-circle-outlined";
3164
3172
  data: string;
3165
3173
  } | {
3166
- name: 'flag-rs';
3174
+ name: "flash-filled";
3167
3175
  data: string;
3168
3176
  } | {
3169
- name: 'flag-ru';
3177
+ name: "flash-outlined";
3170
3178
  data: string;
3171
3179
  } | {
3172
- name: 'flag-se';
3180
+ name: "folder-minus-outlined";
3173
3181
  data: string;
3174
3182
  } | {
3175
- name: 'flag-si';
3183
+ name: "folder-outlined";
3176
3184
  data: string;
3177
3185
  } | {
3178
- name: 'flag-sk';
3186
+ name: "folder-plus-outlined";
3179
3187
  data: string;
3180
3188
  } | {
3181
- name: 'flag-th';
3189
+ name: "generic-browser-outlined";
3182
3190
  data: string;
3183
3191
  } | {
3184
- name: 'flag-tr';
3192
+ name: "gift-outlined";
3185
3193
  data: string;
3186
3194
  } | {
3187
- name: 'flag-vn';
3195
+ name: "github";
3188
3196
  data: string;
3189
3197
  } | {
3190
- name: 'flash-circle-outlined';
3198
+ name: "globe-outlined";
3191
3199
  data: string;
3192
3200
  } | {
3193
- name: 'flash-filled';
3201
+ name: "google-apps-script";
3194
3202
  data: string;
3195
3203
  } | {
3196
- name: 'flash-outlined';
3204
+ name: "google-calendar";
3197
3205
  data: string;
3198
3206
  } | {
3199
- name: 'folder-minus-outlined';
3207
+ name: "google-chrome";
3208
+ data: string;
3209
+ } | {
3210
+ name: "google-docs";
3211
+ data: string;
3212
+ } | {
3213
+ name: "google-drawings";
3200
3214
  data: string;
3201
3215
  } | {
3202
- name: 'folder-outlined';
3216
+ name: "google-drive";
3203
3217
  data: string;
3204
3218
  } | {
3205
- name: 'folder-plus-outlined';
3219
+ name: "google-forms";
3206
3220
  data: string;
3207
3221
  } | {
3208
- name: 'generic-browser-outlined';
3222
+ name: "google-mail";
3209
3223
  data: string;
3210
3224
  } | {
3211
- name: 'gift-outlined';
3225
+ name: "google-my-maps";
3212
3226
  data: string;
3213
3227
  } | {
3214
- name: 'github';
3228
+ name: "google-sheets";
3215
3229
  data: string;
3216
3230
  } | {
3217
- name: 'globe-outlined';
3231
+ name: "google-sites";
3218
3232
  data: string;
3219
3233
  } | {
3220
- name: 'google-apps-script';
3234
+ name: "google-slides";
3221
3235
  data: string;
3222
3236
  } | {
3223
- name: 'google-calendar';
3237
+ name: "google-videos";
3224
3238
  data: string;
3225
3239
  } | {
3226
- name: 'google-chrome';
3240
+ name: "google";
3227
3241
  data: string;
3228
3242
  } | {
3229
- name: 'google-docs';
3243
+ name: "gradient-outlined";
3230
3244
  data: string;
3231
3245
  } | {
3232
- name: 'google-drawings';
3246
+ name: "group-filled";
3233
3247
  data: string;
3234
3248
  } | {
3235
- name: 'google-drive';
3249
+ name: "group-outlined";
3236
3250
  data: string;
3237
3251
  } | {
3238
- name: 'google-forms';
3252
+ name: "half-star-filled";
3239
3253
  data: string;
3240
3254
  } | {
3241
- name: 'google-mail';
3255
+ name: "hash-box-outlined";
3242
3256
  data: string;
3243
3257
  } | {
3244
- name: 'google-my-maps';
3258
+ name: "hashtag-outlined";
3245
3259
  data: string;
3246
3260
  } | {
3247
- name: 'google-sheets';
3261
+ name: "history-outlined";
3248
3262
  data: string;
3249
3263
  } | {
3250
- name: 'google-sites';
3264
+ name: "home-filled";
3251
3265
  data: string;
3252
3266
  } | {
3253
- name: 'google-slides';
3267
+ name: "home-outlined";
3254
3268
  data: string;
3255
3269
  } | {
3256
- name: 'google-videos';
3270
+ name: "inbox";
3257
3271
  data: string;
3258
3272
  } | {
3259
- name: 'google';
3273
+ name: "info-circle-filled";
3260
3274
  data: string;
3261
3275
  } | {
3262
- name: 'gradient-outlined';
3276
+ name: "info-circle-outlined";
3263
3277
  data: string;
3264
3278
  } | {
3265
- name: 'group-outlined';
3279
+ name: "instagram";
3266
3280
  data: string;
3267
3281
  } | {
3268
- name: 'half-star-filled';
3282
+ name: "italic-outlined";
3269
3283
  data: string;
3270
3284
  } | {
3271
- name: 'hash-box-outlined';
3285
+ name: "jira-service-management";
3272
3286
  data: string;
3273
3287
  } | {
3274
- name: 'hashtag-outlined';
3288
+ name: "jira";
3275
3289
  data: string;
3276
3290
  } | {
3277
- name: 'history-outlined';
3291
+ name: "layers-filled";
3278
3292
  data: string;
3279
3293
  } | {
3280
- name: 'home-filled';
3294
+ name: "layers-outlined";
3281
3295
  data: string;
3282
3296
  } | {
3283
- name: 'home-outlined';
3297
+ name: "lightbulb-outlined";
3284
3298
  data: string;
3285
3299
  } | {
3286
- name: 'inbox';
3300
+ name: "likes-circle-filled";
3287
3301
  data: string;
3288
3302
  } | {
3289
- name: 'info-circle-filled';
3303
+ name: "link-break-outlined";
3290
3304
  data: string;
3291
3305
  } | {
3292
- name: 'info-circle-outlined';
3306
+ name: "link-outlined";
3293
3307
  data: string;
3294
3308
  } | {
3295
- name: 'instagram';
3309
+ name: "linkedin";
3296
3310
  data: string;
3297
3311
  } | {
3298
- name: 'italic-outlined';
3312
+ name: "list-ordered-outlined";
3299
3313
  data: string;
3300
3314
  } | {
3301
- name: 'jira-service-management';
3315
+ name: "list-unordered-outlined";
3302
3316
  data: string;
3303
3317
  } | {
3304
- name: 'jira';
3318
+ name: "location-outlined";
3305
3319
  data: string;
3306
3320
  } | {
3307
- name: 'layers-filled';
3321
+ name: "lock-filled";
3308
3322
  data: string;
3309
3323
  } | {
3310
- name: 'layers-outlined';
3324
+ name: "lock-open-filled";
3311
3325
  data: string;
3312
3326
  } | {
3313
- name: 'lightbulb-outlined';
3327
+ name: "lock-open-outlined";
3314
3328
  data: string;
3315
3329
  } | {
3316
- name: 'likes-circle-filled';
3330
+ name: "lock-outlined";
3317
3331
  data: string;
3318
3332
  } | {
3319
- name: 'link-break-outlined';
3333
+ name: "loop-outlined";
3320
3334
  data: string;
3321
3335
  } | {
3322
- name: 'link-outlined';
3336
+ name: "mail-open-outlined";
3323
3337
  data: string;
3324
3338
  } | {
3325
- name: 'linkedin';
3339
+ name: "mail-outlined";
3326
3340
  data: string;
3327
3341
  } | {
3328
- name: 'list-ordered-outlined';
3342
+ name: "marketplace-filled";
3329
3343
  data: string;
3330
3344
  } | {
3331
- name: 'list-unordered-outlined';
3345
+ name: "marketplace-outlined";
3332
3346
  data: string;
3333
3347
  } | {
3334
- name: 'location-outlined';
3348
+ name: "maybe-circle-outlined";
3335
3349
  data: string;
3336
3350
  } | {
3337
- name: 'lock-filled';
3351
+ name: "megaphone-filled";
3338
3352
  data: string;
3339
3353
  } | {
3340
- name: 'lock-open-filled';
3354
+ name: "megaphone-outlined";
3341
3355
  data: string;
3342
3356
  } | {
3343
- name: 'lock-open-outlined';
3357
+ name: "menu-left-outlined";
3344
3358
  data: string;
3345
3359
  } | {
3346
- name: 'lock-outlined';
3360
+ name: "menu-outlined";
3347
3361
  data: string;
3348
3362
  } | {
3349
- name: 'loop-outlined';
3363
+ name: "menu-right-outlined";
3350
3364
  data: string;
3351
3365
  } | {
3352
- name: 'mail-open-outlined';
3366
+ name: "microsoft-edge";
3353
3367
  data: string;
3354
3368
  } | {
3355
- name: 'mail-outlined';
3369
+ name: "microsoft-excel";
3356
3370
  data: string;
3357
3371
  } | {
3358
- name: 'marketplace-filled';
3372
+ name: "microsoft-forms";
3359
3373
  data: string;
3360
3374
  } | {
3361
- name: 'marketplace-outlined';
3375
+ name: "microsoft-onedrive";
3362
3376
  data: string;
3363
3377
  } | {
3364
- name: 'maybe-circle-outlined';
3378
+ name: "microsoft-onenote";
3365
3379
  data: string;
3366
3380
  } | {
3367
- name: 'megaphone-filled';
3381
+ name: "microsoft-outlook";
3368
3382
  data: string;
3369
3383
  } | {
3370
- name: 'megaphone-outlined';
3384
+ name: "microsoft-planner";
3371
3385
  data: string;
3372
3386
  } | {
3373
- name: 'menu-left-outlined';
3387
+ name: "microsoft-powerpoint";
3374
3388
  data: string;
3375
3389
  } | {
3376
- name: 'menu-outlined';
3390
+ name: "microsoft-sharepoint";
3377
3391
  data: string;
3378
3392
  } | {
3379
- name: 'menu-right-outlined';
3393
+ name: "microsoft-teams";
3380
3394
  data: string;
3381
3395
  } | {
3382
- name: 'microsoft-edge';
3396
+ name: "microsoft-word";
3383
3397
  data: string;
3384
3398
  } | {
3385
- name: 'microsoft-excel';
3399
+ name: "microsoft-yammer";
3386
3400
  data: string;
3387
3401
  } | {
3388
- name: 'microsoft-forms';
3402
+ name: "microsoft";
3389
3403
  data: string;
3390
3404
  } | {
3391
- name: 'microsoft-onedrive';
3405
+ name: "minus-circle-outlined";
3392
3406
  data: string;
3393
3407
  } | {
3394
- name: 'microsoft-onenote';
3408
+ name: "module-plus-outlined";
3395
3409
  data: string;
3396
3410
  } | {
3397
- name: 'microsoft-outlook';
3411
+ name: "money-outlined";
3398
3412
  data: string;
3399
3413
  } | {
3400
- name: 'microsoft-planner';
3414
+ name: "more-horizontal-filled";
3401
3415
  data: string;
3402
3416
  } | {
3403
- name: 'microsoft-powerpoint';
3417
+ name: "move-handle-outlined";
3404
3418
  data: string;
3405
3419
  } | {
3406
- name: 'microsoft-sharepoint';
3420
+ name: "move-outlined";
3407
3421
  data: string;
3408
3422
  } | {
3409
- name: 'microsoft-teams';
3423
+ name: "mozilla-firefox";
3410
3424
  data: string;
3411
3425
  } | {
3412
- name: 'microsoft-word';
3426
+ name: "openai";
3413
3427
  data: string;
3414
3428
  } | {
3415
- name: 'microsoft-yammer';
3429
+ name: "paperclip-box-outlined";
3416
3430
  data: string;
3417
3431
  } | {
3418
- name: 'microsoft';
3432
+ name: "paperclip-outlined";
3419
3433
  data: string;
3420
3434
  } | {
3421
- name: 'module-plus-outlined';
3435
+ name: "paperplane-tilt-outlined";
3422
3436
  data: string;
3423
3437
  } | {
3424
- name: 'money-outlined';
3438
+ name: "pen-outlined";
3425
3439
  data: string;
3426
3440
  } | {
3427
- name: 'more-horizontal-filled';
3441
+ name: "pen-writing";
3428
3442
  data: string;
3429
3443
  } | {
3430
- name: 'move-handle-outlined';
3444
+ name: "phone-outlined";
3431
3445
  data: string;
3432
3446
  } | {
3433
- name: 'move-outlined';
3447
+ name: "photo-add-outlined";
3434
3448
  data: string;
3435
3449
  } | {
3436
- name: 'mozilla-firefox';
3450
+ name: "photo-filled";
3437
3451
  data: string;
3438
3452
  } | {
3439
- name: 'openai';
3453
+ name: "photo-outlined";
3440
3454
  data: string;
3441
3455
  } | {
3442
- name: 'paperclip-box-outlined';
3456
+ name: "photo-remove-outlined";
3443
3457
  data: string;
3444
3458
  } | {
3445
- name: 'paperclip-outlined';
3459
+ name: "planet-filled";
3446
3460
  data: string;
3447
3461
  } | {
3448
- name: 'paperplane-tilt-outlined';
3462
+ name: "planet-outlined";
3449
3463
  data: string;
3450
3464
  } | {
3451
- name: 'pen-outlined';
3465
+ name: "plus-circle-filled";
3452
3466
  data: string;
3453
3467
  } | {
3454
- name: 'pen-writing';
3468
+ name: "plus-circle-outlined";
3455
3469
  data: string;
3456
3470
  } | {
3457
- name: 'phone-outlined';
3471
+ name: "plus-outlined";
3458
3472
  data: string;
3459
3473
  } | {
3460
- name: 'photo-add-outlined';
3474
+ name: "plus-square-filled";
3461
3475
  data: string;
3462
3476
  } | {
3463
- name: 'photo-filled';
3477
+ name: "plus-square-outlined";
3464
3478
  data: string;
3465
3479
  } | {
3466
- name: 'photo-outlined';
3480
+ name: "printer-filled";
3467
3481
  data: string;
3468
3482
  } | {
3469
- name: 'photo-remove-outlined';
3483
+ name: "printer-outlined";
3470
3484
  data: string;
3471
3485
  } | {
3472
- name: 'planet-filled';
3486
+ name: "profile-box-outlined";
3473
3487
  data: string;
3474
3488
  } | {
3475
- name: 'planet-outlined';
3489
+ name: "profile-circle-outlined";
3476
3490
  data: string;
3477
3491
  } | {
3478
- name: 'plus-circle-filled';
3492
+ name: "profiles-filled";
3479
3493
  data: string;
3480
3494
  } | {
3481
- name: 'plus-circle-outlined';
3495
+ name: "profiles-outlined";
3482
3496
  data: string;
3483
3497
  } | {
3484
- name: 'plus-outlined';
3498
+ name: "push-notification";
3485
3499
  data: string;
3486
3500
  } | {
3487
- name: 'plus-square-filled';
3501
+ name: "puzzle-piece-outlined";
3488
3502
  data: string;
3489
3503
  } | {
3490
- name: 'plus-square-outlined';
3504
+ name: "question-mark-circle-outlined";
3491
3505
  data: string;
3492
3506
  } | {
3493
- name: 'printer-filled';
3507
+ name: "quote-outlined";
3494
3508
  data: string;
3495
3509
  } | {
3496
- name: 'printer-outlined';
3510
+ name: "reaction-clapping";
3497
3511
  data: string;
3498
3512
  } | {
3499
- name: 'profile-box-outlined';
3513
+ name: "reaction-heart";
3500
3514
  data: string;
3501
3515
  } | {
3502
- name: 'profile-circle-outlined';
3516
+ name: "reaction-laughing";
3503
3517
  data: string;
3504
3518
  } | {
3505
- name: 'profiles-filled';
3519
+ name: "reaction-lightbulb";
3506
3520
  data: string;
3507
3521
  } | {
3508
- name: 'profiles-outlined';
3522
+ name: "reaction-mood";
3509
3523
  data: string;
3510
3524
  } | {
3511
- name: 'push-notification';
3525
+ name: "reaction-smile";
3512
3526
  data: string;
3513
3527
  } | {
3514
- name: 'puzzle-piece-outlined';
3528
+ name: "reaction-thumbs-down";
3515
3529
  data: string;
3516
3530
  } | {
3517
- name: 'question-mark-circle-outlined';
3531
+ name: "reaction-thumbs-up";
3518
3532
  data: string;
3519
3533
  } | {
3520
- name: 'quote-outlined';
3534
+ name: "reactions-thumbs-up-outlined";
3521
3535
  data: string;
3522
3536
  } | {
3523
- name: 'reactions-thumbs-up-outlined';
3537
+ name: "reading-glasses-filled";
3524
3538
  data: string;
3525
3539
  } | {
3526
- name: 'reading-glasses-filled';
3540
+ name: "reading-glasses-outlined";
3527
3541
  data: string;
3528
3542
  } | {
3529
- name: 'reading-glasses-outlined';
3543
+ name: "redo-outlined";
3530
3544
  data: string;
3531
3545
  } | {
3532
- name: 'redo-outlined';
3546
+ name: "replace-outlined";
3533
3547
  data: string;
3534
3548
  } | {
3535
- name: 'replace-outlined';
3549
+ name: "restart-outlined";
3536
3550
  data: string;
3537
3551
  } | {
3538
- name: 'restart-outlined';
3552
+ name: "results-outlined";
3539
3553
  data: string;
3540
3554
  } | {
3541
- name: 'results-outlined';
3555
+ name: "rte-blockquote-filled";
3542
3556
  data: string;
3543
3557
  } | {
3544
- name: 'rte-blockquote-filled';
3558
+ name: "rte-blockquote";
3545
3559
  data: string;
3546
3560
  } | {
3547
- name: 'rte-blockquote';
3561
+ name: "rte-bold";
3548
3562
  data: string;
3549
3563
  } | {
3550
- name: 'rte-bold';
3564
+ name: "rte-emoji";
3551
3565
  data: string;
3552
3566
  } | {
3553
- name: 'rte-emoji';
3567
+ name: "rte-image";
3554
3568
  data: string;
3555
3569
  } | {
3556
- name: 'rte-image';
3570
+ name: "rte-italic";
3557
3571
  data: string;
3558
3572
  } | {
3559
- name: 'rte-italic';
3573
+ name: "rte-layout";
3560
3574
  data: string;
3561
3575
  } | {
3562
- name: 'rte-layout';
3576
+ name: "rte-lg-ai";
3563
3577
  data: string;
3564
3578
  } | {
3565
- name: 'rte-lg-ai';
3579
+ name: "rte-lg-blockquote";
3566
3580
  data: string;
3567
3581
  } | {
3568
- name: 'rte-lg-blockquote';
3582
+ name: "rte-lg-h-1";
3569
3583
  data: string;
3570
3584
  } | {
3571
- name: 'rte-lg-h-1';
3585
+ name: "rte-lg-h-2";
3572
3586
  data: string;
3573
3587
  } | {
3574
- name: 'rte-lg-h-2';
3588
+ name: "rte-lg-image";
3575
3589
  data: string;
3576
3590
  } | {
3577
- name: 'rte-lg-image';
3591
+ name: "rte-lg-layout";
3578
3592
  data: string;
3579
3593
  } | {
3580
- name: 'rte-lg-layout';
3594
+ name: "rte-lg-text";
3581
3595
  data: string;
3582
3596
  } | {
3583
- name: 'rte-lg-text';
3597
+ name: "rte-link";
3584
3598
  data: string;
3585
3599
  } | {
3586
- name: 'rte-link';
3600
+ name: "rte-ol";
3587
3601
  data: string;
3588
3602
  } | {
3589
- name: 'rte-ol';
3603
+ name: "rte-redo";
3590
3604
  data: string;
3591
3605
  } | {
3592
- name: 'rte-redo';
3606
+ name: "rte-text-color";
3593
3607
  data: string;
3594
3608
  } | {
3595
- name: 'rte-text-color';
3609
+ name: "rte-text-size";
3596
3610
  data: string;
3597
3611
  } | {
3598
- name: 'rte-text-size';
3612
+ name: "rte-text";
3599
3613
  data: string;
3600
3614
  } | {
3601
- name: 'rte-text';
3615
+ name: "rte-ul";
3602
3616
  data: string;
3603
3617
  } | {
3604
- name: 'rte-ul';
3618
+ name: "rte-undo";
3605
3619
  data: string;
3606
3620
  } | {
3607
- name: 'rte-undo';
3621
+ name: "rte-variable";
3608
3622
  data: string;
3609
3623
  } | {
3610
- name: 'rte-variable';
3624
+ name: "rte-video";
3611
3625
  data: string;
3612
3626
  } | {
3613
- name: 'rte-video';
3627
+ name: "search-filled";
3614
3628
  data: string;
3615
3629
  } | {
3616
- name: 'search-filled';
3630
+ name: "search-outlined";
3617
3631
  data: string;
3618
3632
  } | {
3619
- name: 'search-outlined';
3633
+ name: "search-restart-outlined";
3620
3634
  data: string;
3621
3635
  } | {
3622
- name: 'search-restart-outlined';
3636
+ name: "servicenow";
3623
3637
  data: string;
3624
3638
  } | {
3625
- name: 'servicenow';
3639
+ name: "settings-outlined";
3626
3640
  data: string;
3627
3641
  } | {
3628
- name: 'settings-outlined';
3642
+ name: "share-filled";
3629
3643
  data: string;
3630
3644
  } | {
3631
- name: 'share-filled';
3645
+ name: "share-outlined";
3632
3646
  data: string;
3633
3647
  } | {
3634
- name: 'share-outlined';
3648
+ name: "shield-outlined";
3635
3649
  data: string;
3636
3650
  } | {
3637
- name: 'shield-outlined';
3651
+ name: "sign-in-outlined";
3638
3652
  data: string;
3639
3653
  } | {
3640
- name: 'sign-in-outlined';
3654
+ name: "sign-out-outlined";
3641
3655
  data: string;
3642
3656
  } | {
3643
- name: 'sign-out-outlined';
3657
+ name: "signal-outlined";
3644
3658
  data: string;
3645
3659
  } | {
3646
- name: 'signal-outlined';
3660
+ name: "slack";
3647
3661
  data: string;
3648
3662
  } | {
3649
- name: 'slack';
3663
+ name: "sliders-outlined";
3650
3664
  data: string;
3651
3665
  } | {
3652
- name: 'sliders-outlined';
3666
+ name: "smartphone-outlined";
3653
3667
  data: string;
3654
3668
  } | {
3655
- name: 'smartphone-outlined';
3669
+ name: "smile";
3656
3670
  data: string;
3657
3671
  } | {
3658
- name: 'smile';
3672
+ name: "social-media-outlined";
3659
3673
  data: string;
3660
3674
  } | {
3661
- name: 'social-media-outlined';
3675
+ name: "sorting-outlined";
3662
3676
  data: string;
3663
3677
  } | {
3664
- name: 'sorting-outlined';
3678
+ name: "sp-grid-2-cols";
3665
3679
  data: string;
3666
3680
  } | {
3667
- name: 'sp-grid-2-cols';
3681
+ name: "sp-grid-3-cols";
3668
3682
  data: string;
3669
3683
  } | {
3670
- name: 'sp-grid-3-cols';
3684
+ name: "sp-grid-4-cols";
3671
3685
  data: string;
3672
3686
  } | {
3673
- name: 'sp-grid-4-cols';
3687
+ name: "sp-grid-full";
3674
3688
  data: string;
3675
3689
  } | {
3676
- name: 'sp-grid-full';
3690
+ name: "sp-grid-sidebar-left-lg";
3677
3691
  data: string;
3678
3692
  } | {
3679
- name: 'sp-grid-sidebar-left-lg';
3693
+ name: "sp-grid-sidebar-left";
3680
3694
  data: string;
3681
3695
  } | {
3682
- name: 'sp-grid-sidebar-left';
3696
+ name: "sp-grid-sidebar-right-lg";
3683
3697
  data: string;
3684
3698
  } | {
3685
- name: 'sp-grid-sidebar-right-lg';
3699
+ name: "sp-grid-sidebar-right";
3686
3700
  data: string;
3687
3701
  } | {
3688
- name: 'sp-grid-sidebar-right';
3702
+ name: "sp-grid-social";
3689
3703
  data: string;
3690
3704
  } | {
3691
- name: 'sp-grid-social';
3705
+ name: "sparkle-filled";
3692
3706
  data: string;
3693
3707
  } | {
3694
- name: 'sparkle-filled';
3708
+ name: "sparkle-outlined";
3695
3709
  data: string;
3696
3710
  } | {
3697
- name: 'sparkle-outlined';
3711
+ name: "star-circle-filled";
3698
3712
  data: string;
3699
3713
  } | {
3700
- name: 'star-circle-filled';
3714
+ name: "star-circle-outlined";
3701
3715
  data: string;
3702
3716
  } | {
3703
- name: 'star-circle-outlined';
3717
+ name: "star-filled";
3704
3718
  data: string;
3705
3719
  } | {
3706
- name: 'star-filled';
3720
+ name: "star-outlined";
3707
3721
  data: string;
3708
3722
  } | {
3709
- name: 'star-outlined';
3723
+ name: "status-available";
3710
3724
  data: string;
3711
3725
  } | {
3712
- name: 'status-available';
3726
+ name: "status-away";
3713
3727
  data: string;
3714
3728
  } | {
3715
- name: 'status-away';
3729
+ name: "status-dnd";
3716
3730
  data: string;
3717
3731
  } | {
3718
- name: 'status-dnd';
3732
+ name: "status-invisible";
3719
3733
  data: string;
3720
3734
  } | {
3721
- name: 'status-invisible';
3735
+ name: "status-ooo";
3722
3736
  data: string;
3723
3737
  } | {
3724
- name: 'status-ooo';
3738
+ name: "sticker-filled";
3725
3739
  data: string;
3726
3740
  } | {
3727
- name: 'sticker-filled';
3741
+ name: "sticker-outlined";
3728
3742
  data: string;
3729
3743
  } | {
3730
- name: 'sticker-outlined';
3744
+ name: "sticky";
3731
3745
  data: string;
3732
3746
  } | {
3733
- name: 'sticky';
3747
+ name: "stream-filled";
3734
3748
  data: string;
3735
3749
  } | {
3736
- name: 'stream-filled';
3750
+ name: "stream-outlined";
3737
3751
  data: string;
3738
3752
  } | {
3739
- name: 'stream-outlined';
3753
+ name: "strikethrough-outlined";
3740
3754
  data: string;
3741
3755
  } | {
3742
- name: 'strikethrough-outlined';
3756
+ name: "suitecase-outlined";
3743
3757
  data: string;
3744
3758
  } | {
3745
- name: 'suitecase-outlined';
3759
+ name: "tag-outlined";
3746
3760
  data: string;
3747
3761
  } | {
3748
- name: 'tag-outlined';
3762
+ name: "targeted-outlined";
3749
3763
  data: string;
3750
3764
  } | {
3751
- name: 'targeted-outlined';
3765
+ name: "text-align-center-outlined";
3752
3766
  data: string;
3753
3767
  } | {
3754
- name: 'text-align-center-outlined';
3768
+ name: "text-align-left-outlined";
3755
3769
  data: string;
3756
3770
  } | {
3757
- name: 'text-align-left-outlined';
3771
+ name: "text-align-right-outlined";
3758
3772
  data: string;
3759
3773
  } | {
3760
- name: 'text-align-right-outlined';
3774
+ name: "text-extend-outlined";
3761
3775
  data: string;
3762
3776
  } | {
3763
- name: 'text-extend-outlined';
3777
+ name: "text-shorten-outlined";
3764
3778
  data: string;
3765
3779
  } | {
3766
- name: 'text-shorten-outlined';
3780
+ name: "text-summary-outlined";
3767
3781
  data: string;
3768
3782
  } | {
3769
- name: 'text-summary-outlined';
3783
+ name: "thumbs-up-filled";
3770
3784
  data: string;
3771
3785
  } | {
3772
- name: 'thumbs-up-filled';
3786
+ name: "thumbs-up-outlined";
3773
3787
  data: string;
3774
3788
  } | {
3775
- name: 'thumbs-up-outlined';
3789
+ name: "translate-box-filled";
3776
3790
  data: string;
3777
3791
  } | {
3778
- name: 'translate-box-filled';
3792
+ name: "translate-box-outlined";
3779
3793
  data: string;
3780
3794
  } | {
3781
- name: 'translate-box-outlined';
3795
+ name: "translate-outlined";
3782
3796
  data: string;
3783
3797
  } | {
3784
- name: 'translate-outlined';
3798
+ name: "trash-filled";
3785
3799
  data: string;
3786
3800
  } | {
3787
- name: 'trash-filled';
3801
+ name: "trash-outlined";
3788
3802
  data: string;
3789
3803
  } | {
3790
- name: 'trash-outlined';
3804
+ name: "twitter";
3791
3805
  data: string;
3792
3806
  } | {
3793
- name: 'twitter';
3807
+ name: "underlined-outlined";
3794
3808
  data: string;
3795
3809
  } | {
3796
- name: 'underlined-outlined';
3810
+ name: "undo-outlined";
3797
3811
  data: string;
3798
3812
  } | {
3799
- name: 'undo-outlined';
3813
+ name: "unpin";
3800
3814
  data: string;
3801
3815
  } | {
3802
- name: 'unpin';
3816
+ name: "upload-outlined";
3803
3817
  data: string;
3804
3818
  } | {
3805
- name: 'upload-outlined';
3819
+ name: "user-check-outlined";
3806
3820
  data: string;
3807
3821
  } | {
3808
- name: 'user-check-outlined';
3822
+ name: "user-cross";
3809
3823
  data: string;
3810
3824
  } | {
3811
- name: 'user-filled';
3825
+ name: "user-filled";
3812
3826
  data: string;
3813
3827
  } | {
3814
- name: 'user-outlined';
3828
+ name: "user-outlined";
3815
3829
  data: string;
3816
3830
  } | {
3817
- name: 'user-plus-outlined';
3831
+ name: "user-plus-outlined";
3818
3832
  data: string;
3819
3833
  } | {
3820
- name: 'variable-box-outlined';
3834
+ name: "variable-box-outlined";
3821
3835
  data: string;
3822
3836
  } | {
3823
- name: 'video-camera-filled';
3837
+ name: "video-camera-filled";
3824
3838
  data: string;
3825
3839
  } | {
3826
- name: 'video-camera-outlined';
3840
+ name: "video-camera-outlined";
3827
3841
  data: string;
3828
3842
  } | {
3829
- name: 'video-outlined';
3843
+ name: "video-outlined";
3830
3844
  data: string;
3831
3845
  } | {
3832
- name: 'w-alert-outlined';
3846
+ name: "w-alert-outlined";
3833
3847
  data: string;
3834
3848
  } | {
3835
- name: 'w-birthdays-upcoming-outlined';
3849
+ name: "w-birthdays-upcoming-outlined";
3836
3850
  data: string;
3837
3851
  } | {
3838
- name: 'w-blog-article-new-outlined';
3852
+ name: "w-blog-article-new-outlined";
3839
3853
  data: string;
3840
3854
  } | {
3841
- name: 'w-blog-article-outlined';
3855
+ name: "w-blog-article-outlined";
3842
3856
  data: string;
3843
3857
  } | {
3844
- name: 'w-blog-article-recommended-outlined';
3858
+ name: "w-blog-article-recommended-outlined";
3845
3859
  data: string;
3846
3860
  } | {
3847
- name: 'w-bookmarks-outlined';
3861
+ name: "w-bookmarks-outlined";
3848
3862
  data: string;
3849
3863
  } | {
3850
- name: 'w-button-outlined';
3864
+ name: "w-button-outlined";
3851
3865
  data: string;
3852
3866
  } | {
3853
- name: 'w-colleagues-new-outlined';
3867
+ name: "w-colleagues-new-outlined";
3854
3868
  data: string;
3855
3869
  } | {
3856
- name: 'w-complete-profile-outlined';
3870
+ name: "w-complete-profile-outlined";
3857
3871
  data: string;
3858
3872
  } | {
3859
- name: 'w-divider-outlined';
3873
+ name: "w-divider-outlined";
3860
3874
  data: string;
3861
3875
  } | {
3862
- name: 'w-do-you-know-outlined';
3876
+ name: "w-do-you-know-outlined";
3863
3877
  data: string;
3864
3878
  } | {
3865
- name: 'w-document-outlined';
3879
+ name: "w-document-outlined";
3866
3880
  data: string;
3867
3881
  } | {
3868
- name: 'w-documents-m-365-outlined';
3882
+ name: "w-documents-m-365-outlined";
3869
3883
  data: string;
3870
3884
  } | {
3871
- name: 'w-documents-new-outlined';
3885
+ name: "w-documents-new-outlined";
3872
3886
  data: string;
3873
3887
  } | {
3874
- name: 'w-download-outlined';
3888
+ name: "w-download-outlined";
3875
3889
  data: string;
3876
3890
  } | {
3877
- name: 'w-events-upcoming-outlined';
3891
+ name: "w-events-upcoming-outlined";
3878
3892
  data: string;
3879
3893
  } | {
3880
- name: 'w-facegame-outlined';
3894
+ name: "w-facegame-outlined";
3881
3895
  data: string;
3882
3896
  } | {
3883
- name: 'w-feed-outlined';
3897
+ name: "w-feed-outlined";
3884
3898
  data: string;
3885
3899
  } | {
3886
- name: 'w-gallery-outlined';
3900
+ name: "w-gallery-outlined";
3887
3901
  data: string;
3888
3902
  } | {
3889
- name: 'w-hashtags-outlined';
3903
+ name: "w-hashtags-outlined";
3890
3904
  data: string;
3891
3905
  } | {
3892
- name: 'w-headline-outlined';
3906
+ name: "w-headline-outlined";
3893
3907
  data: string;
3894
3908
  } | {
3895
- name: 'w-hero-teaser-outlined';
3909
+ name: "w-hero-teaser-outlined";
3896
3910
  data: string;
3897
3911
  } | {
3898
- name: 'w-html-outlined';
3912
+ name: "w-html-outlined";
3899
3913
  data: string;
3900
3914
  } | {
3901
- name: 'w-iframe-outlined';
3915
+ name: "w-iframe-outlined";
3902
3916
  data: string;
3903
3917
  } | {
3904
- name: 'w-image-outlined';
3918
+ name: "w-image-outlined";
3905
3919
  data: string;
3906
3920
  } | {
3907
- name: 'w-launchpad-outlined';
3921
+ name: "w-launchpad-outlined";
3908
3922
  data: string;
3909
3923
  } | {
3910
- name: 'w-media-outlined';
3924
+ name: "w-media-outlined";
3911
3925
  data: string;
3912
3926
  } | {
3913
- name: 'w-online-users-outlined';
3927
+ name: "w-online-users-outlined";
3914
3928
  data: string;
3915
3929
  } | {
3916
- name: 'w-plugin-trello-outlined';
3930
+ name: "w-plugin-trello-outlined";
3917
3931
  data: string;
3918
3932
  } | {
3919
- name: 'w-plugin-twitter-outlined';
3933
+ name: "w-plugin-twitter-outlined";
3920
3934
  data: string;
3921
3935
  } | {
3922
- name: 'w-poll-outlined';
3936
+ name: "w-poll-outlined";
3923
3937
  data: string;
3924
3938
  } | {
3925
- name: 'w-profile-outlined';
3939
+ name: "w-profile-outlined";
3926
3940
  data: string;
3927
3941
  } | {
3928
- name: 'w-rss-feed-outlined';
3942
+ name: "w-rss-feed-outlined";
3929
3943
  data: string;
3930
3944
  } | {
3931
- name: 'w-subscriptions-outlined';
3945
+ name: "w-subscriptions-outlined";
3932
3946
  data: string;
3933
3947
  } | {
3934
- name: 'w-suggested-communities-outlined';
3948
+ name: "w-suggested-communities-outlined";
3935
3949
  data: string;
3936
3950
  } | {
3937
- name: 'w-suggested-pages-outlined';
3951
+ name: "w-suggested-pages-outlined";
3938
3952
  data: string;
3939
3953
  } | {
3940
- name: 'w-teaser-outlined';
3954
+ name: "w-teaser-outlined";
3941
3955
  data: string;
3942
3956
  } | {
3943
- name: 'w-text-outlined';
3957
+ name: "w-text-outlined";
3944
3958
  data: string;
3945
3959
  } | {
3946
- name: 'w-video-outlined';
3960
+ name: "w-video-outlined";
3947
3961
  data: string;
3948
3962
  } | {
3949
- name: 'w-welcome-outlined';
3963
+ name: "w-welcome-outlined";
3950
3964
  data: string;
3951
3965
  } | {
3952
- name: 'w-wiki-article-new-outlined';
3966
+ name: "w-wiki-article-new-outlined";
3953
3967
  data: string;
3954
3968
  } | {
3955
- name: 'w-wiki-article-outlined';
3969
+ name: "w-wiki-article-outlined";
3956
3970
  data: string;
3957
3971
  } | {
3958
- name: 'wechat';
3972
+ name: "wechat";
3959
3973
  data: string;
3960
3974
  } | {
3961
- name: 'write-outlined';
3975
+ name: "write-outlined";
3962
3976
  data: string;
3963
3977
  } | {
3964
- name: 'xing';
3978
+ name: "xing";
3965
3979
  data: string;
3966
3980
  } | {
3967
- name: 'zive';
3981
+ name: "zive";
3968
3982
  data: string;
3969
3983
  })[];