@haiilo/catalyst-icons 2.11.2 → 2.13.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 +267 -36
- package/dist/js/icons.constants.js +190 -25
- package/dist/js/icons.object.d.ts +1 -1
- package/dist/js/icons.object.js +38 -5
- package/dist/ts/icons.constants.ts +342 -45
- package/dist/ts/icons.object.ts +114 -15
- package/package.json +1 -1
- package/src/ava-sparkle-outlined.svg +1 -0
- package/src/flag-rect-al.svg +1 -0
- package/src/flag-rect-am.svg +1 -0
- package/src/flag-rect-ba.svg +1 -0
- package/src/flag-rect-bg.svg +1 -0
- package/src/flag-rect-cn.svg +1 -0
- package/src/flag-rect-cz.svg +1 -0
- package/src/flag-rect-de.svg +1 -0
- package/src/flag-rect-dk.svg +1 -0
- package/src/flag-rect-ee.svg +1 -0
- package/src/flag-rect-en.svg +1 -0
- package/src/flag-rect-es.svg +1 -0
- package/src/flag-rect-fi.svg +1 -0
- package/src/flag-rect-fr.svg +1 -0
- package/src/flag-rect-gb.svg +1 -0
- package/src/flag-rect-gr.svg +1 -0
- package/src/flag-rect-hr.svg +1 -0
- package/src/flag-rect-hu.svg +1 -0
- package/src/flag-rect-is.svg +1 -0
- package/src/flag-rect-it.svg +1 -0
- package/src/flag-rect-jp.svg +1 -0
- package/src/flag-rect-kr.svg +1 -0
- package/src/flag-rect-la.svg +1 -0
- package/src/flag-rect-lv.svg +1 -0
- package/src/flag-rect-mk.svg +1 -0
- package/src/flag-rect-nl.svg +1 -0
- package/src/flag-rect-no.svg +1 -0
- package/src/flag-rect-pl.svg +1 -0
- package/src/flag-rect-pt.svg +1 -0
- package/src/flag-rect-ro.svg +1 -0
- package/src/flag-rect-rs.svg +1 -0
- package/src/flag-rect-ru.svg +1 -0
- package/src/flag-rect-se.svg +1 -0
- package/src/flag-rect-si.svg +1 -0
- package/src/flag-rect-sk.svg +1 -0
- package/src/flag-rect-th.svg +1 -0
- package/src/flag-rect-tr.svg +1 -0
- package/src/flag-rect-vn.svg +1 -0
- package/src/haiilo-home.svg +0 -1
- package/src/haiilo-insights.svg +0 -1
- package/src/haiilo-outlined.svg +0 -1
- package/src/haiilo-share.svg +0 -1
- package/src/haiilo-stories.svg +0 -1
|
@@ -394,6 +394,10 @@ export declare const ciAudioOutlined: {
|
|
|
394
394
|
name: 'audio-outlined';
|
|
395
395
|
data: string;
|
|
396
396
|
};
|
|
397
|
+
export declare const ciAvaSparkleOutlined: {
|
|
398
|
+
name: 'ava-sparkle-outlined';
|
|
399
|
+
data: string;
|
|
400
|
+
};
|
|
397
401
|
export declare const ciBarChartOutlined: {
|
|
398
402
|
name: 'bar-chart-outlined';
|
|
399
403
|
data: string;
|
|
@@ -986,6 +990,154 @@ export declare const ciFlagPt: {
|
|
|
986
990
|
name: 'flag-pt';
|
|
987
991
|
data: string;
|
|
988
992
|
};
|
|
993
|
+
export declare const ciFlagRectAl: {
|
|
994
|
+
name: 'flag-rect-al';
|
|
995
|
+
data: string;
|
|
996
|
+
};
|
|
997
|
+
export declare const ciFlagRectAm: {
|
|
998
|
+
name: 'flag-rect-am';
|
|
999
|
+
data: string;
|
|
1000
|
+
};
|
|
1001
|
+
export declare const ciFlagRectBa: {
|
|
1002
|
+
name: 'flag-rect-ba';
|
|
1003
|
+
data: string;
|
|
1004
|
+
};
|
|
1005
|
+
export declare const ciFlagRectBg: {
|
|
1006
|
+
name: 'flag-rect-bg';
|
|
1007
|
+
data: string;
|
|
1008
|
+
};
|
|
1009
|
+
export declare const ciFlagRectCn: {
|
|
1010
|
+
name: 'flag-rect-cn';
|
|
1011
|
+
data: string;
|
|
1012
|
+
};
|
|
1013
|
+
export declare const ciFlagRectCz: {
|
|
1014
|
+
name: 'flag-rect-cz';
|
|
1015
|
+
data: string;
|
|
1016
|
+
};
|
|
1017
|
+
export declare const ciFlagRectDe: {
|
|
1018
|
+
name: 'flag-rect-de';
|
|
1019
|
+
data: string;
|
|
1020
|
+
};
|
|
1021
|
+
export declare const ciFlagRectDk: {
|
|
1022
|
+
name: 'flag-rect-dk';
|
|
1023
|
+
data: string;
|
|
1024
|
+
};
|
|
1025
|
+
export declare const ciFlagRectEe: {
|
|
1026
|
+
name: 'flag-rect-ee';
|
|
1027
|
+
data: string;
|
|
1028
|
+
};
|
|
1029
|
+
export declare const ciFlagRectEn: {
|
|
1030
|
+
name: 'flag-rect-en';
|
|
1031
|
+
data: string;
|
|
1032
|
+
};
|
|
1033
|
+
export declare const ciFlagRectEs: {
|
|
1034
|
+
name: 'flag-rect-es';
|
|
1035
|
+
data: string;
|
|
1036
|
+
};
|
|
1037
|
+
export declare const ciFlagRectFi: {
|
|
1038
|
+
name: 'flag-rect-fi';
|
|
1039
|
+
data: string;
|
|
1040
|
+
};
|
|
1041
|
+
export declare const ciFlagRectFr: {
|
|
1042
|
+
name: 'flag-rect-fr';
|
|
1043
|
+
data: string;
|
|
1044
|
+
};
|
|
1045
|
+
export declare const ciFlagRectGb: {
|
|
1046
|
+
name: 'flag-rect-gb';
|
|
1047
|
+
data: string;
|
|
1048
|
+
};
|
|
1049
|
+
export declare const ciFlagRectGr: {
|
|
1050
|
+
name: 'flag-rect-gr';
|
|
1051
|
+
data: string;
|
|
1052
|
+
};
|
|
1053
|
+
export declare const ciFlagRectHr: {
|
|
1054
|
+
name: 'flag-rect-hr';
|
|
1055
|
+
data: string;
|
|
1056
|
+
};
|
|
1057
|
+
export declare const ciFlagRectHu: {
|
|
1058
|
+
name: 'flag-rect-hu';
|
|
1059
|
+
data: string;
|
|
1060
|
+
};
|
|
1061
|
+
export declare const ciFlagRectIs: {
|
|
1062
|
+
name: 'flag-rect-is';
|
|
1063
|
+
data: string;
|
|
1064
|
+
};
|
|
1065
|
+
export declare const ciFlagRectIt: {
|
|
1066
|
+
name: 'flag-rect-it';
|
|
1067
|
+
data: string;
|
|
1068
|
+
};
|
|
1069
|
+
export declare const ciFlagRectJp: {
|
|
1070
|
+
name: 'flag-rect-jp';
|
|
1071
|
+
data: string;
|
|
1072
|
+
};
|
|
1073
|
+
export declare const ciFlagRectKr: {
|
|
1074
|
+
name: 'flag-rect-kr';
|
|
1075
|
+
data: string;
|
|
1076
|
+
};
|
|
1077
|
+
export declare const ciFlagRectLa: {
|
|
1078
|
+
name: 'flag-rect-la';
|
|
1079
|
+
data: string;
|
|
1080
|
+
};
|
|
1081
|
+
export declare const ciFlagRectLv: {
|
|
1082
|
+
name: 'flag-rect-lv';
|
|
1083
|
+
data: string;
|
|
1084
|
+
};
|
|
1085
|
+
export declare const ciFlagRectMk: {
|
|
1086
|
+
name: 'flag-rect-mk';
|
|
1087
|
+
data: string;
|
|
1088
|
+
};
|
|
1089
|
+
export declare const ciFlagRectNl: {
|
|
1090
|
+
name: 'flag-rect-nl';
|
|
1091
|
+
data: string;
|
|
1092
|
+
};
|
|
1093
|
+
export declare const ciFlagRectNo: {
|
|
1094
|
+
name: 'flag-rect-no';
|
|
1095
|
+
data: string;
|
|
1096
|
+
};
|
|
1097
|
+
export declare const ciFlagRectPl: {
|
|
1098
|
+
name: 'flag-rect-pl';
|
|
1099
|
+
data: string;
|
|
1100
|
+
};
|
|
1101
|
+
export declare const ciFlagRectPt: {
|
|
1102
|
+
name: 'flag-rect-pt';
|
|
1103
|
+
data: string;
|
|
1104
|
+
};
|
|
1105
|
+
export declare const ciFlagRectRo: {
|
|
1106
|
+
name: 'flag-rect-ro';
|
|
1107
|
+
data: string;
|
|
1108
|
+
};
|
|
1109
|
+
export declare const ciFlagRectRs: {
|
|
1110
|
+
name: 'flag-rect-rs';
|
|
1111
|
+
data: string;
|
|
1112
|
+
};
|
|
1113
|
+
export declare const ciFlagRectRu: {
|
|
1114
|
+
name: 'flag-rect-ru';
|
|
1115
|
+
data: string;
|
|
1116
|
+
};
|
|
1117
|
+
export declare const ciFlagRectSe: {
|
|
1118
|
+
name: 'flag-rect-se';
|
|
1119
|
+
data: string;
|
|
1120
|
+
};
|
|
1121
|
+
export declare const ciFlagRectSi: {
|
|
1122
|
+
name: 'flag-rect-si';
|
|
1123
|
+
data: string;
|
|
1124
|
+
};
|
|
1125
|
+
export declare const ciFlagRectSk: {
|
|
1126
|
+
name: 'flag-rect-sk';
|
|
1127
|
+
data: string;
|
|
1128
|
+
};
|
|
1129
|
+
export declare const ciFlagRectTh: {
|
|
1130
|
+
name: 'flag-rect-th';
|
|
1131
|
+
data: string;
|
|
1132
|
+
};
|
|
1133
|
+
export declare const ciFlagRectTr: {
|
|
1134
|
+
name: 'flag-rect-tr';
|
|
1135
|
+
data: string;
|
|
1136
|
+
};
|
|
1137
|
+
export declare const ciFlagRectVn: {
|
|
1138
|
+
name: 'flag-rect-vn';
|
|
1139
|
+
data: string;
|
|
1140
|
+
};
|
|
989
1141
|
export declare const ciFlagRo: {
|
|
990
1142
|
name: 'flag-ro';
|
|
991
1143
|
data: string;
|
|
@@ -1122,26 +1274,6 @@ export declare const ciGroupOutlined: {
|
|
|
1122
1274
|
name: 'group-outlined';
|
|
1123
1275
|
data: string;
|
|
1124
1276
|
};
|
|
1125
|
-
export declare const ciHaiiloHome: {
|
|
1126
|
-
name: 'haiilo-home';
|
|
1127
|
-
data: string;
|
|
1128
|
-
};
|
|
1129
|
-
export declare const ciHaiiloInsights: {
|
|
1130
|
-
name: 'haiilo-insights';
|
|
1131
|
-
data: string;
|
|
1132
|
-
};
|
|
1133
|
-
export declare const ciHaiiloOutlined: {
|
|
1134
|
-
name: 'haiilo-outlined';
|
|
1135
|
-
data: string;
|
|
1136
|
-
};
|
|
1137
|
-
export declare const ciHaiiloShare: {
|
|
1138
|
-
name: 'haiilo-share';
|
|
1139
|
-
data: string;
|
|
1140
|
-
};
|
|
1141
|
-
export declare const ciHaiiloStories: {
|
|
1142
|
-
name: 'haiilo-stories';
|
|
1143
|
-
data: string;
|
|
1144
|
-
};
|
|
1145
1277
|
export declare const ciHalfStarFilled: {
|
|
1146
1278
|
name: 'half-star-filled';
|
|
1147
1279
|
data: string;
|
|
@@ -2038,7 +2170,7 @@ export declare const ciZive: {
|
|
|
2038
2170
|
name: 'zive';
|
|
2039
2171
|
data: string;
|
|
2040
2172
|
};
|
|
2041
|
-
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' | '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' | '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-earth-outlined' | '16-editor-arrow-down' | '16-editor-arrow-up' | '16-editor-bold' | '16-editor-delete' | '16-editor-h-1' | '16-editor-h-2' | '16-editor-h-3' | '16-editor-h-4' | '16-editor-h-5' | '16-editor-h-6' | '16-editor-headline' | '16-editor-image' | '16-editor-indent-decrease' | '16-editor-indent-increase' | '16-editor-italic' | '16-editor-link-break' | '16-editor-link' | '16-editor-ol' | '16-editor-paragraph' | '16-editor-plus' | '16-editor-search' | '16-editor-settings' | '16-editor-ul' | '16-external-link' | '16-flag' | '16-flash-circle-outlined' | '16-info-circle-outlined' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-lock-outlined' | '16-pen-outlined' | '16-pin-outlined' | '16-play' | '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-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'article-filled' | 'article-outlined' | 'audio-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'blank' | 'block-align-center-outlined' | 'block-align-fw-outlined' | 'block-align-left-outlined' | 'block-align-right-outlined' | 'block-caption-outlined' | 'bold-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'brush-brackets-outlined' | 'calendar-check-outlined' | 'calendar-cross-outlined' | 'calendar-outlined' | 'calendar-pen-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-double-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-up-outlined' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'click-outlined' | 'clock-filled' | 'clock-outlined' | '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' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | 'emoji-angry' | 'emoji-happy' | 'emoji-neutral' | 'emoji-sad' | 'emoji-smile' | 'emoji-thinking' | 'events-filled' | 'events-outlined' | 'external-link-outlined' | 'eye-closed-outlined' | 'eye-open-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | '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-ro' | 'flag-rs' | 'flag-ru' | 'flag-se' | 'flag-si' | 'flag-sk' | 'flag-th' | 'flag-tr' | 'flag-vn' | 'flash-circle-outlined' | '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' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-outlined' | 'haiilo-share' | 'haiilo-stories' | 'half-star-filled' | 'hash-box-outlined' | 'hashtag-outlined' | 'history-outlined' | 'home-filled' | 'home-outlined' | 'inbox' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'layers-filled' | 'layers-outlined' | 'likes-circle-filled' | 'link-break-outlined' | 'link-outlined' | 'linkedin' | 'list-ordered-outlined' | 'list-unordered-outlined' | 'location-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'loop-outlined' | 'mail-open-outlined' | 'mail-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'maybe-circle-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'menu-left-outlined' | 'menu-outlined' | 'menu-right-outlined' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-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' | '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' | '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' | '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' | 'upload-outlined' | 'user-check-outlined' | 'user-filled' | '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';
|
|
2173
|
+
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' | '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' | '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-earth-outlined' | '16-editor-arrow-down' | '16-editor-arrow-up' | '16-editor-bold' | '16-editor-delete' | '16-editor-h-1' | '16-editor-h-2' | '16-editor-h-3' | '16-editor-h-4' | '16-editor-h-5' | '16-editor-h-6' | '16-editor-headline' | '16-editor-image' | '16-editor-indent-decrease' | '16-editor-indent-increase' | '16-editor-italic' | '16-editor-link-break' | '16-editor-link' | '16-editor-ol' | '16-editor-paragraph' | '16-editor-plus' | '16-editor-search' | '16-editor-settings' | '16-editor-ul' | '16-external-link' | '16-flag' | '16-flash-circle-outlined' | '16-info-circle-outlined' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-lock-outlined' | '16-pen-outlined' | '16-pin-outlined' | '16-play' | '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-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-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' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | 'emoji-angry' | 'emoji-happy' | 'emoji-neutral' | 'emoji-sad' | 'emoji-smile' | 'emoji-thinking' | 'events-filled' | 'events-outlined' | 'external-link-outlined' | 'eye-closed-outlined' | 'eye-open-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | '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-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' | 'layers-filled' | 'layers-outlined' | 'likes-circle-filled' | 'link-break-outlined' | 'link-outlined' | 'linkedin' | 'list-ordered-outlined' | 'list-unordered-outlined' | 'location-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'loop-outlined' | 'mail-open-outlined' | 'mail-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'maybe-circle-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'menu-left-outlined' | 'menu-outlined' | 'menu-right-outlined' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-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' | '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' | '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' | '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' | 'upload-outlined' | 'user-check-outlined' | 'user-filled' | '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';
|
|
2042
2174
|
export interface CoyoIcon {
|
|
2043
2175
|
name: coyoIcon;
|
|
2044
2176
|
data: string;
|
|
@@ -2341,6 +2473,9 @@ export declare const ciAll: ({
|
|
|
2341
2473
|
} | {
|
|
2342
2474
|
name: 'audio-outlined';
|
|
2343
2475
|
data: string;
|
|
2476
|
+
} | {
|
|
2477
|
+
name: 'ava-sparkle-outlined';
|
|
2478
|
+
data: string;
|
|
2344
2479
|
} | {
|
|
2345
2480
|
name: 'bar-chart-outlined';
|
|
2346
2481
|
data: string;
|
|
@@ -2785,6 +2920,117 @@ export declare const ciAll: ({
|
|
|
2785
2920
|
} | {
|
|
2786
2921
|
name: 'flag-pt';
|
|
2787
2922
|
data: string;
|
|
2923
|
+
} | {
|
|
2924
|
+
name: 'flag-rect-al';
|
|
2925
|
+
data: string;
|
|
2926
|
+
} | {
|
|
2927
|
+
name: 'flag-rect-am';
|
|
2928
|
+
data: string;
|
|
2929
|
+
} | {
|
|
2930
|
+
name: 'flag-rect-ba';
|
|
2931
|
+
data: string;
|
|
2932
|
+
} | {
|
|
2933
|
+
name: 'flag-rect-bg';
|
|
2934
|
+
data: string;
|
|
2935
|
+
} | {
|
|
2936
|
+
name: 'flag-rect-cn';
|
|
2937
|
+
data: string;
|
|
2938
|
+
} | {
|
|
2939
|
+
name: 'flag-rect-cz';
|
|
2940
|
+
data: string;
|
|
2941
|
+
} | {
|
|
2942
|
+
name: 'flag-rect-de';
|
|
2943
|
+
data: string;
|
|
2944
|
+
} | {
|
|
2945
|
+
name: 'flag-rect-dk';
|
|
2946
|
+
data: string;
|
|
2947
|
+
} | {
|
|
2948
|
+
name: 'flag-rect-ee';
|
|
2949
|
+
data: string;
|
|
2950
|
+
} | {
|
|
2951
|
+
name: 'flag-rect-en';
|
|
2952
|
+
data: string;
|
|
2953
|
+
} | {
|
|
2954
|
+
name: 'flag-rect-es';
|
|
2955
|
+
data: string;
|
|
2956
|
+
} | {
|
|
2957
|
+
name: 'flag-rect-fi';
|
|
2958
|
+
data: string;
|
|
2959
|
+
} | {
|
|
2960
|
+
name: 'flag-rect-fr';
|
|
2961
|
+
data: string;
|
|
2962
|
+
} | {
|
|
2963
|
+
name: 'flag-rect-gb';
|
|
2964
|
+
data: string;
|
|
2965
|
+
} | {
|
|
2966
|
+
name: 'flag-rect-gr';
|
|
2967
|
+
data: string;
|
|
2968
|
+
} | {
|
|
2969
|
+
name: 'flag-rect-hr';
|
|
2970
|
+
data: string;
|
|
2971
|
+
} | {
|
|
2972
|
+
name: 'flag-rect-hu';
|
|
2973
|
+
data: string;
|
|
2974
|
+
} | {
|
|
2975
|
+
name: 'flag-rect-is';
|
|
2976
|
+
data: string;
|
|
2977
|
+
} | {
|
|
2978
|
+
name: 'flag-rect-it';
|
|
2979
|
+
data: string;
|
|
2980
|
+
} | {
|
|
2981
|
+
name: 'flag-rect-jp';
|
|
2982
|
+
data: string;
|
|
2983
|
+
} | {
|
|
2984
|
+
name: 'flag-rect-kr';
|
|
2985
|
+
data: string;
|
|
2986
|
+
} | {
|
|
2987
|
+
name: 'flag-rect-la';
|
|
2988
|
+
data: string;
|
|
2989
|
+
} | {
|
|
2990
|
+
name: 'flag-rect-lv';
|
|
2991
|
+
data: string;
|
|
2992
|
+
} | {
|
|
2993
|
+
name: 'flag-rect-mk';
|
|
2994
|
+
data: string;
|
|
2995
|
+
} | {
|
|
2996
|
+
name: 'flag-rect-nl';
|
|
2997
|
+
data: string;
|
|
2998
|
+
} | {
|
|
2999
|
+
name: 'flag-rect-no';
|
|
3000
|
+
data: string;
|
|
3001
|
+
} | {
|
|
3002
|
+
name: 'flag-rect-pl';
|
|
3003
|
+
data: string;
|
|
3004
|
+
} | {
|
|
3005
|
+
name: 'flag-rect-pt';
|
|
3006
|
+
data: string;
|
|
3007
|
+
} | {
|
|
3008
|
+
name: 'flag-rect-ro';
|
|
3009
|
+
data: string;
|
|
3010
|
+
} | {
|
|
3011
|
+
name: 'flag-rect-rs';
|
|
3012
|
+
data: string;
|
|
3013
|
+
} | {
|
|
3014
|
+
name: 'flag-rect-ru';
|
|
3015
|
+
data: string;
|
|
3016
|
+
} | {
|
|
3017
|
+
name: 'flag-rect-se';
|
|
3018
|
+
data: string;
|
|
3019
|
+
} | {
|
|
3020
|
+
name: 'flag-rect-si';
|
|
3021
|
+
data: string;
|
|
3022
|
+
} | {
|
|
3023
|
+
name: 'flag-rect-sk';
|
|
3024
|
+
data: string;
|
|
3025
|
+
} | {
|
|
3026
|
+
name: 'flag-rect-th';
|
|
3027
|
+
data: string;
|
|
3028
|
+
} | {
|
|
3029
|
+
name: 'flag-rect-tr';
|
|
3030
|
+
data: string;
|
|
3031
|
+
} | {
|
|
3032
|
+
name: 'flag-rect-vn';
|
|
3033
|
+
data: string;
|
|
2788
3034
|
} | {
|
|
2789
3035
|
name: 'flag-ro';
|
|
2790
3036
|
data: string;
|
|
@@ -2887,21 +3133,6 @@ export declare const ciAll: ({
|
|
|
2887
3133
|
} | {
|
|
2888
3134
|
name: 'group-outlined';
|
|
2889
3135
|
data: string;
|
|
2890
|
-
} | {
|
|
2891
|
-
name: 'haiilo-home';
|
|
2892
|
-
data: string;
|
|
2893
|
-
} | {
|
|
2894
|
-
name: 'haiilo-insights';
|
|
2895
|
-
data: string;
|
|
2896
|
-
} | {
|
|
2897
|
-
name: 'haiilo-outlined';
|
|
2898
|
-
data: string;
|
|
2899
|
-
} | {
|
|
2900
|
-
name: 'haiilo-share';
|
|
2901
|
-
data: string;
|
|
2902
|
-
} | {
|
|
2903
|
-
name: 'haiilo-stories';
|
|
2904
|
-
data: string;
|
|
2905
3136
|
} | {
|
|
2906
3137
|
name: 'half-star-filled';
|
|
2907
3138
|
data: string;
|