@haiilo/catalyst-icons 0.3.35 → 0.3.37
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 +239 -1
- package/dist/js/icons.constants.js +170 -0
- package/dist/js/icons.object.d.ts +1 -1
- package/dist/js/icons.object.js +34 -0
- package/dist/style/sprite.css.css +635 -329
- package/dist/style/sprite.css.less +635 -329
- package/dist/style/sprite.css.scss +635 -329
- package/dist/style/sprite.view.css +635 -329
- package/dist/style/sprite.view.less +635 -329
- package/dist/style/sprite.view.scss +635 -329
- package/dist/svg/sprite.css.svg +1 -1
- package/dist/svg/sprite.defs.svg +1 -1
- package/dist/svg/sprite.stack.svg +1 -1
- package/dist/svg/sprite.symbol.svg +1 -1
- package/dist/svg/sprite.view.svg +1 -1
- package/package.json +1 -1
- package/tmp/assets/albania-circle.svg +1 -0
- package/tmp/assets/archive-filled.svg +1 -0
- package/tmp/assets/archive-outlined.svg +1 -0
- package/tmp/assets/armenia-circle.svg +1 -0
- package/tmp/assets/china-circle.svg +1 -0
- package/tmp/assets/croatia-circle.svg +1 -0
- package/tmp/assets/czech-republic-circle.svg +1 -0
- package/tmp/assets/denmark-circle.svg +1 -0
- package/tmp/assets/estonia-circle.svg +1 -0
- package/tmp/assets/finland-circle.svg +1 -0
- package/tmp/assets/france-circle.svg +1 -0
- package/tmp/assets/germany-circle.svg +1 -0
- package/tmp/assets/greece-circle.svg +1 -0
- package/tmp/assets/hungary-circle.svg +1 -0
- package/tmp/assets/iceland-circle.svg +1 -0
- package/tmp/assets/italy-circle.svg +1 -0
- package/tmp/assets/japan-circle.svg +1 -0
- package/tmp/assets/latvia-circle.svg +1 -0
- package/tmp/assets/netherlands-circle.svg +1 -0
- package/tmp/assets/north-macedonia-circle.svg +1 -0
- package/tmp/assets/norway-circle.svg +1 -0
- package/tmp/assets/poland-circle.svg +1 -0
- package/tmp/assets/portugal-circle.svg +1 -0
- package/tmp/assets/romania-circle.svg +1 -0
- package/tmp/assets/russia-circle.svg +1 -0
- package/tmp/assets/serbia-circle.svg +1 -0
- package/tmp/assets/slovakia-circle.svg +1 -0
- package/tmp/assets/slovenia-circle.svg +1 -0
- package/tmp/assets/south-korea-circle.svg +1 -0
- package/tmp/assets/spain-circle.svg +1 -0
- package/tmp/assets/sweden-circle.svg +1 -0
- package/tmp/assets/thailand-circle.svg +1 -0
- package/tmp/assets/turkey-circle.svg +1 -0
- package/tmp/assets/united-kingdom-circle.svg +1 -0
|
@@ -730,6 +730,10 @@ export declare const ciAiOutlined: {
|
|
|
730
730
|
name: 'ai-outlined';
|
|
731
731
|
data: string;
|
|
732
732
|
};
|
|
733
|
+
export declare const ciAlbaniaCircle: {
|
|
734
|
+
name: 'albania-circle';
|
|
735
|
+
data: string;
|
|
736
|
+
};
|
|
733
737
|
export declare const ciAlertBoxOutlined: {
|
|
734
738
|
name: 'alert-box-outlined';
|
|
735
739
|
data: string;
|
|
@@ -742,6 +746,18 @@ export declare const ciAppleSafari: {
|
|
|
742
746
|
name: 'apple-safari';
|
|
743
747
|
data: string;
|
|
744
748
|
};
|
|
749
|
+
export declare const ciArchiveFilled: {
|
|
750
|
+
name: 'archive-filled';
|
|
751
|
+
data: string;
|
|
752
|
+
};
|
|
753
|
+
export declare const ciArchiveOutlined: {
|
|
754
|
+
name: 'archive-outlined';
|
|
755
|
+
data: string;
|
|
756
|
+
};
|
|
757
|
+
export declare const ciArmeniaCircle: {
|
|
758
|
+
name: 'armenia-circle';
|
|
759
|
+
data: string;
|
|
760
|
+
};
|
|
745
761
|
export declare const ciArrowDownOutlined: {
|
|
746
762
|
name: 'arrow-down-outlined';
|
|
747
763
|
data: string;
|
|
@@ -818,6 +834,10 @@ export declare const ciCheckDoubleOutlined: {
|
|
|
818
834
|
name: 'check-double-outlined';
|
|
819
835
|
data: string;
|
|
820
836
|
};
|
|
837
|
+
export declare const ciChinaCircle: {
|
|
838
|
+
name: 'china-circle';
|
|
839
|
+
data: string;
|
|
840
|
+
};
|
|
821
841
|
export declare const ciCircleFilledS: {
|
|
822
842
|
name: 'circle-filled-s';
|
|
823
843
|
data: string;
|
|
@@ -846,6 +866,22 @@ export declare const ciCopyOutlined: {
|
|
|
846
866
|
name: 'copy-outlined';
|
|
847
867
|
data: string;
|
|
848
868
|
};
|
|
869
|
+
export declare const ciCroatiaCircle: {
|
|
870
|
+
name: 'croatia-circle';
|
|
871
|
+
data: string;
|
|
872
|
+
};
|
|
873
|
+
export declare const ciCzechRepublicCircle: {
|
|
874
|
+
name: 'czech-republic-circle';
|
|
875
|
+
data: string;
|
|
876
|
+
};
|
|
877
|
+
export declare const ciDenmarkCircle: {
|
|
878
|
+
name: 'denmark-circle';
|
|
879
|
+
data: string;
|
|
880
|
+
};
|
|
881
|
+
export declare const ciEstoniaCircle: {
|
|
882
|
+
name: 'estonia-circle';
|
|
883
|
+
data: string;
|
|
884
|
+
};
|
|
849
885
|
export declare const ciEyeClosedOutlined: {
|
|
850
886
|
name: 'eye-closed-outlined';
|
|
851
887
|
data: string;
|
|
@@ -874,10 +910,22 @@ export declare const ciFingerprintOutlined: {
|
|
|
874
910
|
name: 'fingerprint-outlined';
|
|
875
911
|
data: string;
|
|
876
912
|
};
|
|
913
|
+
export declare const ciFinlandCircle: {
|
|
914
|
+
name: 'finland-circle';
|
|
915
|
+
data: string;
|
|
916
|
+
};
|
|
877
917
|
export declare const ciFlagOutlined: {
|
|
878
918
|
name: 'flag-outlined';
|
|
879
919
|
data: string;
|
|
880
920
|
};
|
|
921
|
+
export declare const ciFranceCircle: {
|
|
922
|
+
name: 'france-circle';
|
|
923
|
+
data: string;
|
|
924
|
+
};
|
|
925
|
+
export declare const ciGermanyCircle: {
|
|
926
|
+
name: 'germany-circle';
|
|
927
|
+
data: string;
|
|
928
|
+
};
|
|
881
929
|
export declare const ciGoogleCalendar: {
|
|
882
930
|
name: 'google-calendar';
|
|
883
931
|
data: string;
|
|
@@ -898,6 +946,10 @@ export declare const ciGoogle: {
|
|
|
898
946
|
name: 'google';
|
|
899
947
|
data: string;
|
|
900
948
|
};
|
|
949
|
+
export declare const ciGreeceCircle: {
|
|
950
|
+
name: 'greece-circle';
|
|
951
|
+
data: string;
|
|
952
|
+
};
|
|
901
953
|
export declare const ciGroupOutlined: {
|
|
902
954
|
name: 'group-outlined';
|
|
903
955
|
data: string;
|
|
@@ -926,6 +978,14 @@ export declare const ciHistoryOutlined: {
|
|
|
926
978
|
name: 'history-outlined';
|
|
927
979
|
data: string;
|
|
928
980
|
};
|
|
981
|
+
export declare const ciHungaryCircle: {
|
|
982
|
+
name: 'hungary-circle';
|
|
983
|
+
data: string;
|
|
984
|
+
};
|
|
985
|
+
export declare const ciIcelandCircle: {
|
|
986
|
+
name: 'iceland-circle';
|
|
987
|
+
data: string;
|
|
988
|
+
};
|
|
929
989
|
export declare const ciInfoCircleFilled: {
|
|
930
990
|
name: 'info-circle-filled';
|
|
931
991
|
data: string;
|
|
@@ -942,6 +1002,18 @@ export declare const ciItalicOutlined: {
|
|
|
942
1002
|
name: 'italic-outlined';
|
|
943
1003
|
data: string;
|
|
944
1004
|
};
|
|
1005
|
+
export declare const ciItalyCircle: {
|
|
1006
|
+
name: 'italy-circle';
|
|
1007
|
+
data: string;
|
|
1008
|
+
};
|
|
1009
|
+
export declare const ciJapanCircle: {
|
|
1010
|
+
name: 'japan-circle';
|
|
1011
|
+
data: string;
|
|
1012
|
+
};
|
|
1013
|
+
export declare const ciLatviaCircle: {
|
|
1014
|
+
name: 'latvia-circle';
|
|
1015
|
+
data: string;
|
|
1016
|
+
};
|
|
945
1017
|
export declare const ciLinkBreakOutlined: {
|
|
946
1018
|
name: 'link-break-outlined';
|
|
947
1019
|
data: string;
|
|
@@ -1026,6 +1098,18 @@ export declare const ciMozillaFirefox: {
|
|
|
1026
1098
|
name: 'mozilla-firefox';
|
|
1027
1099
|
data: string;
|
|
1028
1100
|
};
|
|
1101
|
+
export declare const ciNetherlandsCircle: {
|
|
1102
|
+
name: 'netherlands-circle';
|
|
1103
|
+
data: string;
|
|
1104
|
+
};
|
|
1105
|
+
export declare const ciNorthMacedoniaCircle: {
|
|
1106
|
+
name: 'north-macedonia-circle';
|
|
1107
|
+
data: string;
|
|
1108
|
+
};
|
|
1109
|
+
export declare const ciNorwayCircle: {
|
|
1110
|
+
name: 'norway-circle';
|
|
1111
|
+
data: string;
|
|
1112
|
+
};
|
|
1029
1113
|
export declare const ciOpenai: {
|
|
1030
1114
|
name: 'openai';
|
|
1031
1115
|
data: string;
|
|
@@ -1050,6 +1134,14 @@ export declare const ciPlanetOutlined: {
|
|
|
1050
1134
|
name: 'planet-outlined';
|
|
1051
1135
|
data: string;
|
|
1052
1136
|
};
|
|
1137
|
+
export declare const ciPolandCircle: {
|
|
1138
|
+
name: 'poland-circle';
|
|
1139
|
+
data: string;
|
|
1140
|
+
};
|
|
1141
|
+
export declare const ciPortugalCircle: {
|
|
1142
|
+
name: 'portugal-circle';
|
|
1143
|
+
data: string;
|
|
1144
|
+
};
|
|
1053
1145
|
export declare const ciPushNotification: {
|
|
1054
1146
|
name: 'push-notification';
|
|
1055
1147
|
data: string;
|
|
@@ -1066,14 +1158,42 @@ export declare const ciRedoOutlined: {
|
|
|
1066
1158
|
name: 'redo-outlined';
|
|
1067
1159
|
data: string;
|
|
1068
1160
|
};
|
|
1161
|
+
export declare const ciRomaniaCircle: {
|
|
1162
|
+
name: 'romania-circle';
|
|
1163
|
+
data: string;
|
|
1164
|
+
};
|
|
1165
|
+
export declare const ciRussiaCircle: {
|
|
1166
|
+
name: 'russia-circle';
|
|
1167
|
+
data: string;
|
|
1168
|
+
};
|
|
1169
|
+
export declare const ciSerbiaCircle: {
|
|
1170
|
+
name: 'serbia-circle';
|
|
1171
|
+
data: string;
|
|
1172
|
+
};
|
|
1069
1173
|
export declare const ciSlidersOutlined: {
|
|
1070
1174
|
name: 'sliders-outlined';
|
|
1071
1175
|
data: string;
|
|
1072
1176
|
};
|
|
1177
|
+
export declare const ciSlovakiaCircle: {
|
|
1178
|
+
name: 'slovakia-circle';
|
|
1179
|
+
data: string;
|
|
1180
|
+
};
|
|
1181
|
+
export declare const ciSloveniaCircle: {
|
|
1182
|
+
name: 'slovenia-circle';
|
|
1183
|
+
data: string;
|
|
1184
|
+
};
|
|
1073
1185
|
export declare const ciSocialMediaOutlined: {
|
|
1074
1186
|
name: 'social-media-outlined';
|
|
1075
1187
|
data: string;
|
|
1076
1188
|
};
|
|
1189
|
+
export declare const ciSouthKoreaCircle: {
|
|
1190
|
+
name: 'south-korea-circle';
|
|
1191
|
+
data: string;
|
|
1192
|
+
};
|
|
1193
|
+
export declare const ciSpainCircle: {
|
|
1194
|
+
name: 'spain-circle';
|
|
1195
|
+
data: string;
|
|
1196
|
+
};
|
|
1077
1197
|
export declare const ciStatusAvailable: {
|
|
1078
1198
|
name: 'status-available';
|
|
1079
1199
|
data: string;
|
|
@@ -1106,6 +1226,10 @@ export declare const ciStrikethroughOutlined: {
|
|
|
1106
1226
|
name: 'strikethrough-outlined';
|
|
1107
1227
|
data: string;
|
|
1108
1228
|
};
|
|
1229
|
+
export declare const ciSwedenCircle: {
|
|
1230
|
+
name: 'sweden-circle';
|
|
1231
|
+
data: string;
|
|
1232
|
+
};
|
|
1109
1233
|
export declare const ciTagOutlined: {
|
|
1110
1234
|
name: 'tag-outlined';
|
|
1111
1235
|
data: string;
|
|
@@ -1126,10 +1250,18 @@ export declare const ciTextSummaryOutlined: {
|
|
|
1126
1250
|
name: 'text-summary-outlined';
|
|
1127
1251
|
data: string;
|
|
1128
1252
|
};
|
|
1253
|
+
export declare const ciThailandCircle: {
|
|
1254
|
+
name: 'thailand-circle';
|
|
1255
|
+
data: string;
|
|
1256
|
+
};
|
|
1129
1257
|
export declare const ciTranslateBoxFilled: {
|
|
1130
1258
|
name: 'translate-box-filled';
|
|
1131
1259
|
data: string;
|
|
1132
1260
|
};
|
|
1261
|
+
export declare const ciTurkeyCircle: {
|
|
1262
|
+
name: 'turkey-circle';
|
|
1263
|
+
data: string;
|
|
1264
|
+
};
|
|
1133
1265
|
export declare const ciTwitter: {
|
|
1134
1266
|
name: 'twitter';
|
|
1135
1267
|
data: string;
|
|
@@ -1142,6 +1274,10 @@ export declare const ciUndoOutlined: {
|
|
|
1142
1274
|
name: 'undo-outlined';
|
|
1143
1275
|
data: string;
|
|
1144
1276
|
};
|
|
1277
|
+
export declare const ciUnitedKingdomCircle: {
|
|
1278
|
+
name: 'united-kingdom-circle';
|
|
1279
|
+
data: string;
|
|
1280
|
+
};
|
|
1145
1281
|
export declare const ciVideoOutlined: {
|
|
1146
1282
|
name: 'video-outlined';
|
|
1147
1283
|
data: string;
|
|
@@ -1318,7 +1454,7 @@ export declare const ciXing: {
|
|
|
1318
1454
|
name: 'xing';
|
|
1319
1455
|
data: string;
|
|
1320
1456
|
};
|
|
1321
|
-
export declare type coyoIcon = '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | '16-editor-h-1' | '16-editor-h-2' | '16-editor-h-3' | '16-editor-h-4' | '16-editor-h-5' | '16-editor-h-6' | '16-editor-headline' | '16-editor-indent-decrease' | '16-editor-indent-increase' | '16-editor-ol' | '16-editor-ul' | '16-flash-circle-outlined' | '16-lock-outlined' | '16-thumbs-up-outlined' | '16-translate-box-outlined' | 'article-filled' | 'article-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-up-outlined' | 'clock-filled' | 'clock-outlined' | 'communities-filled' | 'communities-outlined' | 'content-filled' | 'content-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | 'events-filled' | 'events-outlined' | 'external-link-outlined' | 'flash-circle-outlined' | 'flash-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'gift-outlined' | 'globe-outlined' | 'gradient-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'likes-circle-filled' | 'link-outlined' | 'location-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'maybe-circle-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'microsoft-teams' | 'microsoft-yammer' | 'paperclip-box-outlined' | 'paperclip-outlined' | 'photo-add-outlined' | 'photo-filled' | 'photo-outlined' | 'photo-remove-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profile-box-outlined' | 'profile-circle-outlined' | 'profiles-filled' | 'profiles-outlined' | 'question-mark-circle-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'restart-outlined' | 'search-filled' | 'search-outlined' | 'search-restart-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'smile' | 'sp-grid-2-cols' | 'sp-grid-3-cols' | 'sp-grid-4-cols' | 'sp-grid-full' | 'sp-grid-sidebar-left-lg' | 'sp-grid-sidebar-left' | 'sp-grid-sidebar-right-lg' | 'sp-grid-sidebar-right' | 'sp-grid-social' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-box-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'upload-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'w-blog-article-recommended-outlined' | 'write-outlined' | '16-bell-strikethrough' | '16-bell' | '16-check-circle-filled' | '16-check-circle-outlined' | '16-check-double' | '16-check' | '16-clock-outlined' | '16-cross' | '16-earth-outlined' | '16-editor-arrow-down' | '16-editor-arrow-up' | '16-editor-bold' | '16-editor-delete' | '16-editor-image' | '16-editor-italic' | '16-editor-link-break' | '16-editor-link' | '16-editor-paragraph' | '16-editor-plus' | '16-editor-search' | '16-editor-settings' | '16-external-link' | '16-flag' | '16-info-circle-outlined' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-pen-outlined' | '16-pin-outlined' | '16-targeted-outlined' | '16-warning-circle-outlined' | 'a-11-y-outlined' | 'ai-filled' | 'ai-outlined' | 'alert-box-outlined' | 'alert-circle-outlined' | 'apple-safari' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-pointing-box-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'blank' | 'block-align-center-outlined' | 'block-align-fw-outlined' | 'block-align-left-outlined' | 'block-align-right-outlined' | 'block-caption-outlined' | 'bold-outlined' | 'brush-brackets-outlined' | 'calendar-check-outlined' | 'calendar-cross-outlined' | 'calendar-outlined' | 'calendar-pen-outlined' | 'check-double-outlined' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'comment-outlined' | 'compass-outlined' | 'copy-outlined' | 'eye-closed-outlined' | 'eye-open-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'filter-outlined' | 'fingerprint-outlined' | 'flag-outlined' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'group-outlined' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-outlined' | 'haiilo-share' | 'haiilo-stories' | 'history-outlined' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'link-break-outlined' | 'linkedin' | 'list-ordered-outlined' | 'list-unordered-outlined' | 'loop-outlined' | 'mail-open-outlined' | 'mail-outlined' | 'menu-left-outlined' | 'menu-outlined' | 'menu-right-outlined' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-word' | 'microsoft' | 'more-horizontal-filled' | 'mozilla-firefox' | 'openai' | 'paperplane-tilt-outlined' | 'pen-outlined' | 'pen-writing' | 'planet-filled' | 'planet-outlined' | 'push-notification' | 'puzzle-piece-outlined' | 'quote-outlined' | 'redo-outlined' | 'sliders-outlined' | 'social-media-outlined' | 'status-available' | 'status-away' | 'status-dnd' | 'status-invisible' | 'status-ooo' | 'stream-filled' | 'stream-outlined' | 'strikethrough-outlined' | 'tag-outlined' | 'targeted-outlined' | 'text-extend-outlined' | 'text-shorten-outlined' | 'text-summary-outlined' | 'translate-box-filled' | 'twitter' | 'underlined-outlined' | 'undo-outlined' | 'video-outlined' | 'w-alert-outlined' | 'w-birthdays-upcoming-outlined' | 'w-blog-article-new-outlined' | 'w-blog-article-outlined' | 'w-bookmarks-outlined' | 'w-button-outlined' | 'w-colleagues-new-outlined' | 'w-complete-profile-outlined' | 'w-divider-outlined' | 'w-do-you-know-outlined' | 'w-document-outlined' | 'w-documents-m-365-outlined' | 'w-documents-new-outlined' | 'w-download-outlined' | 'w-events-upcoming-outlined' | 'w-facegame-outlined' | 'w-feed-outlined' | 'w-gallery-outlined' | 'w-hashtags-outlined' | 'w-headline-outlined' | 'w-hero-teaser-outlined' | 'w-html-outlined' | 'w-iframe-outlined' | 'w-image-outlined' | 'w-launchpad-outlined' | 'w-media-outlined' | 'w-online-users-outlined' | 'w-plugin-trello-outlined' | 'w-plugin-twitter-outlined' | 'w-poll-outlined' | 'w-profile-outlined' | 'w-rss-feed-outlined' | 'w-subscriptions-outlined' | 'w-suggested-communities-outlined' | 'w-suggested-pages-outlined' | 'w-teaser-outlined' | 'w-text-outlined' | 'w-video-outlined' | 'w-welcome-outlined' | 'w-wiki-article-new-outlined' | 'w-wiki-article-outlined' | 'wechat' | 'xing';
|
|
1457
|
+
export declare type coyoIcon = '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | '16-editor-h-1' | '16-editor-h-2' | '16-editor-h-3' | '16-editor-h-4' | '16-editor-h-5' | '16-editor-h-6' | '16-editor-headline' | '16-editor-indent-decrease' | '16-editor-indent-increase' | '16-editor-ol' | '16-editor-ul' | '16-flash-circle-outlined' | '16-lock-outlined' | '16-thumbs-up-outlined' | '16-translate-box-outlined' | 'article-filled' | 'article-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-up-outlined' | 'clock-filled' | 'clock-outlined' | 'communities-filled' | 'communities-outlined' | 'content-filled' | 'content-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | 'events-filled' | 'events-outlined' | 'external-link-outlined' | 'flash-circle-outlined' | 'flash-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'gift-outlined' | 'globe-outlined' | 'gradient-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'likes-circle-filled' | 'link-outlined' | 'location-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'maybe-circle-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'microsoft-teams' | 'microsoft-yammer' | 'paperclip-box-outlined' | 'paperclip-outlined' | 'photo-add-outlined' | 'photo-filled' | 'photo-outlined' | 'photo-remove-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profile-box-outlined' | 'profile-circle-outlined' | 'profiles-filled' | 'profiles-outlined' | 'question-mark-circle-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'restart-outlined' | 'search-filled' | 'search-outlined' | 'search-restart-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'smile' | 'sp-grid-2-cols' | 'sp-grid-3-cols' | 'sp-grid-4-cols' | 'sp-grid-full' | 'sp-grid-sidebar-left-lg' | 'sp-grid-sidebar-left' | 'sp-grid-sidebar-right-lg' | 'sp-grid-sidebar-right' | 'sp-grid-social' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-box-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'upload-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'w-blog-article-recommended-outlined' | 'write-outlined' | '16-bell-strikethrough' | '16-bell' | '16-check-circle-filled' | '16-check-circle-outlined' | '16-check-double' | '16-check' | '16-clock-outlined' | '16-cross' | '16-earth-outlined' | '16-editor-arrow-down' | '16-editor-arrow-up' | '16-editor-bold' | '16-editor-delete' | '16-editor-image' | '16-editor-italic' | '16-editor-link-break' | '16-editor-link' | '16-editor-paragraph' | '16-editor-plus' | '16-editor-search' | '16-editor-settings' | '16-external-link' | '16-flag' | '16-info-circle-outlined' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-pen-outlined' | '16-pin-outlined' | '16-targeted-outlined' | '16-warning-circle-outlined' | 'a-11-y-outlined' | 'ai-filled' | 'ai-outlined' | 'albania-circle' | 'alert-box-outlined' | 'alert-circle-outlined' | 'apple-safari' | 'archive-filled' | 'archive-outlined' | 'armenia-circle' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-pointing-box-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'blank' | 'block-align-center-outlined' | 'block-align-fw-outlined' | 'block-align-left-outlined' | 'block-align-right-outlined' | 'block-caption-outlined' | 'bold-outlined' | 'brush-brackets-outlined' | 'calendar-check-outlined' | 'calendar-cross-outlined' | 'calendar-outlined' | 'calendar-pen-outlined' | 'check-double-outlined' | 'china-circle' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'comment-outlined' | 'compass-outlined' | 'copy-outlined' | 'croatia-circle' | 'czech-republic-circle' | 'denmark-circle' | 'estonia-circle' | 'eye-closed-outlined' | 'eye-open-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'filter-outlined' | 'fingerprint-outlined' | 'finland-circle' | 'flag-outlined' | 'france-circle' | 'germany-circle' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'greece-circle' | 'group-outlined' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-outlined' | 'haiilo-share' | 'haiilo-stories' | 'history-outlined' | 'hungary-circle' | 'iceland-circle' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'italy-circle' | 'japan-circle' | 'latvia-circle' | 'link-break-outlined' | 'linkedin' | 'list-ordered-outlined' | 'list-unordered-outlined' | 'loop-outlined' | 'mail-open-outlined' | 'mail-outlined' | 'menu-left-outlined' | 'menu-outlined' | 'menu-right-outlined' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-word' | 'microsoft' | 'more-horizontal-filled' | 'mozilla-firefox' | 'netherlands-circle' | 'north-macedonia-circle' | 'norway-circle' | 'openai' | 'paperplane-tilt-outlined' | 'pen-outlined' | 'pen-writing' | 'planet-filled' | 'planet-outlined' | 'poland-circle' | 'portugal-circle' | 'push-notification' | 'puzzle-piece-outlined' | 'quote-outlined' | 'redo-outlined' | 'romania-circle' | 'russia-circle' | 'serbia-circle' | 'sliders-outlined' | 'slovakia-circle' | 'slovenia-circle' | 'social-media-outlined' | 'south-korea-circle' | 'spain-circle' | 'status-available' | 'status-away' | 'status-dnd' | 'status-invisible' | 'status-ooo' | 'stream-filled' | 'stream-outlined' | 'strikethrough-outlined' | 'sweden-circle' | 'tag-outlined' | 'targeted-outlined' | 'text-extend-outlined' | 'text-shorten-outlined' | 'text-summary-outlined' | 'thailand-circle' | 'translate-box-filled' | 'turkey-circle' | 'twitter' | 'underlined-outlined' | 'undo-outlined' | 'united-kingdom-circle' | 'video-outlined' | 'w-alert-outlined' | 'w-birthdays-upcoming-outlined' | 'w-blog-article-new-outlined' | 'w-blog-article-outlined' | 'w-bookmarks-outlined' | 'w-button-outlined' | 'w-colleagues-new-outlined' | 'w-complete-profile-outlined' | 'w-divider-outlined' | 'w-do-you-know-outlined' | 'w-document-outlined' | 'w-documents-m-365-outlined' | 'w-documents-new-outlined' | 'w-download-outlined' | 'w-events-upcoming-outlined' | 'w-facegame-outlined' | 'w-feed-outlined' | 'w-gallery-outlined' | 'w-hashtags-outlined' | 'w-headline-outlined' | 'w-hero-teaser-outlined' | 'w-html-outlined' | 'w-iframe-outlined' | 'w-image-outlined' | 'w-launchpad-outlined' | 'w-media-outlined' | 'w-online-users-outlined' | 'w-plugin-trello-outlined' | 'w-plugin-twitter-outlined' | 'w-poll-outlined' | 'w-profile-outlined' | 'w-rss-feed-outlined' | 'w-subscriptions-outlined' | 'w-suggested-communities-outlined' | 'w-suggested-pages-outlined' | 'w-teaser-outlined' | 'w-text-outlined' | 'w-video-outlined' | 'w-welcome-outlined' | 'w-wiki-article-new-outlined' | 'w-wiki-article-outlined' | 'wechat' | 'xing';
|
|
1322
1458
|
export interface CoyoIcon {
|
|
1323
1459
|
name: coyoIcon;
|
|
1324
1460
|
data: string;
|
|
@@ -1873,6 +2009,9 @@ export declare const completeIconSet: ({
|
|
|
1873
2009
|
} | {
|
|
1874
2010
|
name: 'ai-outlined';
|
|
1875
2011
|
data: string;
|
|
2012
|
+
} | {
|
|
2013
|
+
name: 'albania-circle';
|
|
2014
|
+
data: string;
|
|
1876
2015
|
} | {
|
|
1877
2016
|
name: 'alert-box-outlined';
|
|
1878
2017
|
data: string;
|
|
@@ -1882,6 +2021,15 @@ export declare const completeIconSet: ({
|
|
|
1882
2021
|
} | {
|
|
1883
2022
|
name: 'apple-safari';
|
|
1884
2023
|
data: string;
|
|
2024
|
+
} | {
|
|
2025
|
+
name: 'archive-filled';
|
|
2026
|
+
data: string;
|
|
2027
|
+
} | {
|
|
2028
|
+
name: 'archive-outlined';
|
|
2029
|
+
data: string;
|
|
2030
|
+
} | {
|
|
2031
|
+
name: 'armenia-circle';
|
|
2032
|
+
data: string;
|
|
1885
2033
|
} | {
|
|
1886
2034
|
name: 'arrow-down-outlined';
|
|
1887
2035
|
data: string;
|
|
@@ -1939,6 +2087,9 @@ export declare const completeIconSet: ({
|
|
|
1939
2087
|
} | {
|
|
1940
2088
|
name: 'check-double-outlined';
|
|
1941
2089
|
data: string;
|
|
2090
|
+
} | {
|
|
2091
|
+
name: 'china-circle';
|
|
2092
|
+
data: string;
|
|
1942
2093
|
} | {
|
|
1943
2094
|
name: 'circle-filled-s';
|
|
1944
2095
|
data: string;
|
|
@@ -1960,6 +2111,18 @@ export declare const completeIconSet: ({
|
|
|
1960
2111
|
} | {
|
|
1961
2112
|
name: 'copy-outlined';
|
|
1962
2113
|
data: string;
|
|
2114
|
+
} | {
|
|
2115
|
+
name: 'croatia-circle';
|
|
2116
|
+
data: string;
|
|
2117
|
+
} | {
|
|
2118
|
+
name: 'czech-republic-circle';
|
|
2119
|
+
data: string;
|
|
2120
|
+
} | {
|
|
2121
|
+
name: 'denmark-circle';
|
|
2122
|
+
data: string;
|
|
2123
|
+
} | {
|
|
2124
|
+
name: 'estonia-circle';
|
|
2125
|
+
data: string;
|
|
1963
2126
|
} | {
|
|
1964
2127
|
name: 'eye-closed-outlined';
|
|
1965
2128
|
data: string;
|
|
@@ -1981,9 +2144,18 @@ export declare const completeIconSet: ({
|
|
|
1981
2144
|
} | {
|
|
1982
2145
|
name: 'fingerprint-outlined';
|
|
1983
2146
|
data: string;
|
|
2147
|
+
} | {
|
|
2148
|
+
name: 'finland-circle';
|
|
2149
|
+
data: string;
|
|
1984
2150
|
} | {
|
|
1985
2151
|
name: 'flag-outlined';
|
|
1986
2152
|
data: string;
|
|
2153
|
+
} | {
|
|
2154
|
+
name: 'france-circle';
|
|
2155
|
+
data: string;
|
|
2156
|
+
} | {
|
|
2157
|
+
name: 'germany-circle';
|
|
2158
|
+
data: string;
|
|
1987
2159
|
} | {
|
|
1988
2160
|
name: 'google-calendar';
|
|
1989
2161
|
data: string;
|
|
@@ -1999,6 +2171,9 @@ export declare const completeIconSet: ({
|
|
|
1999
2171
|
} | {
|
|
2000
2172
|
name: 'google';
|
|
2001
2173
|
data: string;
|
|
2174
|
+
} | {
|
|
2175
|
+
name: 'greece-circle';
|
|
2176
|
+
data: string;
|
|
2002
2177
|
} | {
|
|
2003
2178
|
name: 'group-outlined';
|
|
2004
2179
|
data: string;
|
|
@@ -2020,6 +2195,12 @@ export declare const completeIconSet: ({
|
|
|
2020
2195
|
} | {
|
|
2021
2196
|
name: 'history-outlined';
|
|
2022
2197
|
data: string;
|
|
2198
|
+
} | {
|
|
2199
|
+
name: 'hungary-circle';
|
|
2200
|
+
data: string;
|
|
2201
|
+
} | {
|
|
2202
|
+
name: 'iceland-circle';
|
|
2203
|
+
data: string;
|
|
2023
2204
|
} | {
|
|
2024
2205
|
name: 'info-circle-filled';
|
|
2025
2206
|
data: string;
|
|
@@ -2032,6 +2213,15 @@ export declare const completeIconSet: ({
|
|
|
2032
2213
|
} | {
|
|
2033
2214
|
name: 'italic-outlined';
|
|
2034
2215
|
data: string;
|
|
2216
|
+
} | {
|
|
2217
|
+
name: 'italy-circle';
|
|
2218
|
+
data: string;
|
|
2219
|
+
} | {
|
|
2220
|
+
name: 'japan-circle';
|
|
2221
|
+
data: string;
|
|
2222
|
+
} | {
|
|
2223
|
+
name: 'latvia-circle';
|
|
2224
|
+
data: string;
|
|
2035
2225
|
} | {
|
|
2036
2226
|
name: 'link-break-outlined';
|
|
2037
2227
|
data: string;
|
|
@@ -2095,6 +2285,15 @@ export declare const completeIconSet: ({
|
|
|
2095
2285
|
} | {
|
|
2096
2286
|
name: 'mozilla-firefox';
|
|
2097
2287
|
data: string;
|
|
2288
|
+
} | {
|
|
2289
|
+
name: 'netherlands-circle';
|
|
2290
|
+
data: string;
|
|
2291
|
+
} | {
|
|
2292
|
+
name: 'north-macedonia-circle';
|
|
2293
|
+
data: string;
|
|
2294
|
+
} | {
|
|
2295
|
+
name: 'norway-circle';
|
|
2296
|
+
data: string;
|
|
2098
2297
|
} | {
|
|
2099
2298
|
name: 'openai';
|
|
2100
2299
|
data: string;
|
|
@@ -2113,6 +2312,12 @@ export declare const completeIconSet: ({
|
|
|
2113
2312
|
} | {
|
|
2114
2313
|
name: 'planet-outlined';
|
|
2115
2314
|
data: string;
|
|
2315
|
+
} | {
|
|
2316
|
+
name: 'poland-circle';
|
|
2317
|
+
data: string;
|
|
2318
|
+
} | {
|
|
2319
|
+
name: 'portugal-circle';
|
|
2320
|
+
data: string;
|
|
2116
2321
|
} | {
|
|
2117
2322
|
name: 'push-notification';
|
|
2118
2323
|
data: string;
|
|
@@ -2125,12 +2330,33 @@ export declare const completeIconSet: ({
|
|
|
2125
2330
|
} | {
|
|
2126
2331
|
name: 'redo-outlined';
|
|
2127
2332
|
data: string;
|
|
2333
|
+
} | {
|
|
2334
|
+
name: 'romania-circle';
|
|
2335
|
+
data: string;
|
|
2336
|
+
} | {
|
|
2337
|
+
name: 'russia-circle';
|
|
2338
|
+
data: string;
|
|
2339
|
+
} | {
|
|
2340
|
+
name: 'serbia-circle';
|
|
2341
|
+
data: string;
|
|
2128
2342
|
} | {
|
|
2129
2343
|
name: 'sliders-outlined';
|
|
2130
2344
|
data: string;
|
|
2345
|
+
} | {
|
|
2346
|
+
name: 'slovakia-circle';
|
|
2347
|
+
data: string;
|
|
2348
|
+
} | {
|
|
2349
|
+
name: 'slovenia-circle';
|
|
2350
|
+
data: string;
|
|
2131
2351
|
} | {
|
|
2132
2352
|
name: 'social-media-outlined';
|
|
2133
2353
|
data: string;
|
|
2354
|
+
} | {
|
|
2355
|
+
name: 'south-korea-circle';
|
|
2356
|
+
data: string;
|
|
2357
|
+
} | {
|
|
2358
|
+
name: 'spain-circle';
|
|
2359
|
+
data: string;
|
|
2134
2360
|
} | {
|
|
2135
2361
|
name: 'status-available';
|
|
2136
2362
|
data: string;
|
|
@@ -2155,6 +2381,9 @@ export declare const completeIconSet: ({
|
|
|
2155
2381
|
} | {
|
|
2156
2382
|
name: 'strikethrough-outlined';
|
|
2157
2383
|
data: string;
|
|
2384
|
+
} | {
|
|
2385
|
+
name: 'sweden-circle';
|
|
2386
|
+
data: string;
|
|
2158
2387
|
} | {
|
|
2159
2388
|
name: 'tag-outlined';
|
|
2160
2389
|
data: string;
|
|
@@ -2170,9 +2399,15 @@ export declare const completeIconSet: ({
|
|
|
2170
2399
|
} | {
|
|
2171
2400
|
name: 'text-summary-outlined';
|
|
2172
2401
|
data: string;
|
|
2402
|
+
} | {
|
|
2403
|
+
name: 'thailand-circle';
|
|
2404
|
+
data: string;
|
|
2173
2405
|
} | {
|
|
2174
2406
|
name: 'translate-box-filled';
|
|
2175
2407
|
data: string;
|
|
2408
|
+
} | {
|
|
2409
|
+
name: 'turkey-circle';
|
|
2410
|
+
data: string;
|
|
2176
2411
|
} | {
|
|
2177
2412
|
name: 'twitter';
|
|
2178
2413
|
data: string;
|
|
@@ -2182,6 +2417,9 @@ export declare const completeIconSet: ({
|
|
|
2182
2417
|
} | {
|
|
2183
2418
|
name: 'undo-outlined';
|
|
2184
2419
|
data: string;
|
|
2420
|
+
} | {
|
|
2421
|
+
name: 'united-kingdom-circle';
|
|
2422
|
+
data: string;
|
|
2185
2423
|
} | {
|
|
2186
2424
|
name: 'video-outlined';
|
|
2187
2425
|
data: string;
|