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