@haiilo/catalyst-icons 2.16.4 → 2.17.0

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