@haiilo/catalyst-icons 0.3.35 → 0.3.36
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 +225 -1
- package/dist/js/icons.constants.js +160 -0
- package/dist/js/icons.object.d.ts +1 -1
- package/dist/js/icons.object.js +32 -0
- package/dist/style/sprite.css.css +617 -329
- package/dist/style/sprite.css.less +617 -329
- package/dist/style/sprite.css.scss +617 -329
- package/dist/style/sprite.view.css +617 -329
- package/dist/style/sprite.view.less +617 -329
- package/dist/style/sprite.view.scss +617 -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/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,10 @@ export declare const ciAppleSafari: {
|
|
|
742
746
|
name: 'apple-safari';
|
|
743
747
|
data: string;
|
|
744
748
|
};
|
|
749
|
+
export declare const ciArmeniaCircle: {
|
|
750
|
+
name: 'armenia-circle';
|
|
751
|
+
data: string;
|
|
752
|
+
};
|
|
745
753
|
export declare const ciArrowDownOutlined: {
|
|
746
754
|
name: 'arrow-down-outlined';
|
|
747
755
|
data: string;
|
|
@@ -818,6 +826,10 @@ export declare const ciCheckDoubleOutlined: {
|
|
|
818
826
|
name: 'check-double-outlined';
|
|
819
827
|
data: string;
|
|
820
828
|
};
|
|
829
|
+
export declare const ciChinaCircle: {
|
|
830
|
+
name: 'china-circle';
|
|
831
|
+
data: string;
|
|
832
|
+
};
|
|
821
833
|
export declare const ciCircleFilledS: {
|
|
822
834
|
name: 'circle-filled-s';
|
|
823
835
|
data: string;
|
|
@@ -846,6 +858,22 @@ export declare const ciCopyOutlined: {
|
|
|
846
858
|
name: 'copy-outlined';
|
|
847
859
|
data: string;
|
|
848
860
|
};
|
|
861
|
+
export declare const ciCroatiaCircle: {
|
|
862
|
+
name: 'croatia-circle';
|
|
863
|
+
data: string;
|
|
864
|
+
};
|
|
865
|
+
export declare const ciCzechRepublicCircle: {
|
|
866
|
+
name: 'czech-republic-circle';
|
|
867
|
+
data: string;
|
|
868
|
+
};
|
|
869
|
+
export declare const ciDenmarkCircle: {
|
|
870
|
+
name: 'denmark-circle';
|
|
871
|
+
data: string;
|
|
872
|
+
};
|
|
873
|
+
export declare const ciEstoniaCircle: {
|
|
874
|
+
name: 'estonia-circle';
|
|
875
|
+
data: string;
|
|
876
|
+
};
|
|
849
877
|
export declare const ciEyeClosedOutlined: {
|
|
850
878
|
name: 'eye-closed-outlined';
|
|
851
879
|
data: string;
|
|
@@ -874,10 +902,22 @@ export declare const ciFingerprintOutlined: {
|
|
|
874
902
|
name: 'fingerprint-outlined';
|
|
875
903
|
data: string;
|
|
876
904
|
};
|
|
905
|
+
export declare const ciFinlandCircle: {
|
|
906
|
+
name: 'finland-circle';
|
|
907
|
+
data: string;
|
|
908
|
+
};
|
|
877
909
|
export declare const ciFlagOutlined: {
|
|
878
910
|
name: 'flag-outlined';
|
|
879
911
|
data: string;
|
|
880
912
|
};
|
|
913
|
+
export declare const ciFranceCircle: {
|
|
914
|
+
name: 'france-circle';
|
|
915
|
+
data: string;
|
|
916
|
+
};
|
|
917
|
+
export declare const ciGermanyCircle: {
|
|
918
|
+
name: 'germany-circle';
|
|
919
|
+
data: string;
|
|
920
|
+
};
|
|
881
921
|
export declare const ciGoogleCalendar: {
|
|
882
922
|
name: 'google-calendar';
|
|
883
923
|
data: string;
|
|
@@ -898,6 +938,10 @@ export declare const ciGoogle: {
|
|
|
898
938
|
name: 'google';
|
|
899
939
|
data: string;
|
|
900
940
|
};
|
|
941
|
+
export declare const ciGreeceCircle: {
|
|
942
|
+
name: 'greece-circle';
|
|
943
|
+
data: string;
|
|
944
|
+
};
|
|
901
945
|
export declare const ciGroupOutlined: {
|
|
902
946
|
name: 'group-outlined';
|
|
903
947
|
data: string;
|
|
@@ -926,6 +970,14 @@ export declare const ciHistoryOutlined: {
|
|
|
926
970
|
name: 'history-outlined';
|
|
927
971
|
data: string;
|
|
928
972
|
};
|
|
973
|
+
export declare const ciHungaryCircle: {
|
|
974
|
+
name: 'hungary-circle';
|
|
975
|
+
data: string;
|
|
976
|
+
};
|
|
977
|
+
export declare const ciIcelandCircle: {
|
|
978
|
+
name: 'iceland-circle';
|
|
979
|
+
data: string;
|
|
980
|
+
};
|
|
929
981
|
export declare const ciInfoCircleFilled: {
|
|
930
982
|
name: 'info-circle-filled';
|
|
931
983
|
data: string;
|
|
@@ -942,6 +994,18 @@ export declare const ciItalicOutlined: {
|
|
|
942
994
|
name: 'italic-outlined';
|
|
943
995
|
data: string;
|
|
944
996
|
};
|
|
997
|
+
export declare const ciItalyCircle: {
|
|
998
|
+
name: 'italy-circle';
|
|
999
|
+
data: string;
|
|
1000
|
+
};
|
|
1001
|
+
export declare const ciJapanCircle: {
|
|
1002
|
+
name: 'japan-circle';
|
|
1003
|
+
data: string;
|
|
1004
|
+
};
|
|
1005
|
+
export declare const ciLatviaCircle: {
|
|
1006
|
+
name: 'latvia-circle';
|
|
1007
|
+
data: string;
|
|
1008
|
+
};
|
|
945
1009
|
export declare const ciLinkBreakOutlined: {
|
|
946
1010
|
name: 'link-break-outlined';
|
|
947
1011
|
data: string;
|
|
@@ -1026,6 +1090,18 @@ export declare const ciMozillaFirefox: {
|
|
|
1026
1090
|
name: 'mozilla-firefox';
|
|
1027
1091
|
data: string;
|
|
1028
1092
|
};
|
|
1093
|
+
export declare const ciNetherlandsCircle: {
|
|
1094
|
+
name: 'netherlands-circle';
|
|
1095
|
+
data: string;
|
|
1096
|
+
};
|
|
1097
|
+
export declare const ciNorthMacedoniaCircle: {
|
|
1098
|
+
name: 'north-macedonia-circle';
|
|
1099
|
+
data: string;
|
|
1100
|
+
};
|
|
1101
|
+
export declare const ciNorwayCircle: {
|
|
1102
|
+
name: 'norway-circle';
|
|
1103
|
+
data: string;
|
|
1104
|
+
};
|
|
1029
1105
|
export declare const ciOpenai: {
|
|
1030
1106
|
name: 'openai';
|
|
1031
1107
|
data: string;
|
|
@@ -1050,6 +1126,14 @@ export declare const ciPlanetOutlined: {
|
|
|
1050
1126
|
name: 'planet-outlined';
|
|
1051
1127
|
data: string;
|
|
1052
1128
|
};
|
|
1129
|
+
export declare const ciPolandCircle: {
|
|
1130
|
+
name: 'poland-circle';
|
|
1131
|
+
data: string;
|
|
1132
|
+
};
|
|
1133
|
+
export declare const ciPortugalCircle: {
|
|
1134
|
+
name: 'portugal-circle';
|
|
1135
|
+
data: string;
|
|
1136
|
+
};
|
|
1053
1137
|
export declare const ciPushNotification: {
|
|
1054
1138
|
name: 'push-notification';
|
|
1055
1139
|
data: string;
|
|
@@ -1066,14 +1150,42 @@ export declare const ciRedoOutlined: {
|
|
|
1066
1150
|
name: 'redo-outlined';
|
|
1067
1151
|
data: string;
|
|
1068
1152
|
};
|
|
1153
|
+
export declare const ciRomaniaCircle: {
|
|
1154
|
+
name: 'romania-circle';
|
|
1155
|
+
data: string;
|
|
1156
|
+
};
|
|
1157
|
+
export declare const ciRussiaCircle: {
|
|
1158
|
+
name: 'russia-circle';
|
|
1159
|
+
data: string;
|
|
1160
|
+
};
|
|
1161
|
+
export declare const ciSerbiaCircle: {
|
|
1162
|
+
name: 'serbia-circle';
|
|
1163
|
+
data: string;
|
|
1164
|
+
};
|
|
1069
1165
|
export declare const ciSlidersOutlined: {
|
|
1070
1166
|
name: 'sliders-outlined';
|
|
1071
1167
|
data: string;
|
|
1072
1168
|
};
|
|
1169
|
+
export declare const ciSlovakiaCircle: {
|
|
1170
|
+
name: 'slovakia-circle';
|
|
1171
|
+
data: string;
|
|
1172
|
+
};
|
|
1173
|
+
export declare const ciSloveniaCircle: {
|
|
1174
|
+
name: 'slovenia-circle';
|
|
1175
|
+
data: string;
|
|
1176
|
+
};
|
|
1073
1177
|
export declare const ciSocialMediaOutlined: {
|
|
1074
1178
|
name: 'social-media-outlined';
|
|
1075
1179
|
data: string;
|
|
1076
1180
|
};
|
|
1181
|
+
export declare const ciSouthKoreaCircle: {
|
|
1182
|
+
name: 'south-korea-circle';
|
|
1183
|
+
data: string;
|
|
1184
|
+
};
|
|
1185
|
+
export declare const ciSpainCircle: {
|
|
1186
|
+
name: 'spain-circle';
|
|
1187
|
+
data: string;
|
|
1188
|
+
};
|
|
1077
1189
|
export declare const ciStatusAvailable: {
|
|
1078
1190
|
name: 'status-available';
|
|
1079
1191
|
data: string;
|
|
@@ -1106,6 +1218,10 @@ export declare const ciStrikethroughOutlined: {
|
|
|
1106
1218
|
name: 'strikethrough-outlined';
|
|
1107
1219
|
data: string;
|
|
1108
1220
|
};
|
|
1221
|
+
export declare const ciSwedenCircle: {
|
|
1222
|
+
name: 'sweden-circle';
|
|
1223
|
+
data: string;
|
|
1224
|
+
};
|
|
1109
1225
|
export declare const ciTagOutlined: {
|
|
1110
1226
|
name: 'tag-outlined';
|
|
1111
1227
|
data: string;
|
|
@@ -1126,10 +1242,18 @@ export declare const ciTextSummaryOutlined: {
|
|
|
1126
1242
|
name: 'text-summary-outlined';
|
|
1127
1243
|
data: string;
|
|
1128
1244
|
};
|
|
1245
|
+
export declare const ciThailandCircle: {
|
|
1246
|
+
name: 'thailand-circle';
|
|
1247
|
+
data: string;
|
|
1248
|
+
};
|
|
1129
1249
|
export declare const ciTranslateBoxFilled: {
|
|
1130
1250
|
name: 'translate-box-filled';
|
|
1131
1251
|
data: string;
|
|
1132
1252
|
};
|
|
1253
|
+
export declare const ciTurkeyCircle: {
|
|
1254
|
+
name: 'turkey-circle';
|
|
1255
|
+
data: string;
|
|
1256
|
+
};
|
|
1133
1257
|
export declare const ciTwitter: {
|
|
1134
1258
|
name: 'twitter';
|
|
1135
1259
|
data: string;
|
|
@@ -1142,6 +1266,10 @@ export declare const ciUndoOutlined: {
|
|
|
1142
1266
|
name: 'undo-outlined';
|
|
1143
1267
|
data: string;
|
|
1144
1268
|
};
|
|
1269
|
+
export declare const ciUnitedKingdomCircle: {
|
|
1270
|
+
name: 'united-kingdom-circle';
|
|
1271
|
+
data: string;
|
|
1272
|
+
};
|
|
1145
1273
|
export declare const ciVideoOutlined: {
|
|
1146
1274
|
name: 'video-outlined';
|
|
1147
1275
|
data: string;
|
|
@@ -1318,7 +1446,7 @@ export declare const ciXing: {
|
|
|
1318
1446
|
name: 'xing';
|
|
1319
1447
|
data: string;
|
|
1320
1448
|
};
|
|
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';
|
|
1449
|
+
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' | '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
1450
|
export interface CoyoIcon {
|
|
1323
1451
|
name: coyoIcon;
|
|
1324
1452
|
data: string;
|
|
@@ -1873,6 +2001,9 @@ export declare const completeIconSet: ({
|
|
|
1873
2001
|
} | {
|
|
1874
2002
|
name: 'ai-outlined';
|
|
1875
2003
|
data: string;
|
|
2004
|
+
} | {
|
|
2005
|
+
name: 'albania-circle';
|
|
2006
|
+
data: string;
|
|
1876
2007
|
} | {
|
|
1877
2008
|
name: 'alert-box-outlined';
|
|
1878
2009
|
data: string;
|
|
@@ -1882,6 +2013,9 @@ export declare const completeIconSet: ({
|
|
|
1882
2013
|
} | {
|
|
1883
2014
|
name: 'apple-safari';
|
|
1884
2015
|
data: string;
|
|
2016
|
+
} | {
|
|
2017
|
+
name: 'armenia-circle';
|
|
2018
|
+
data: string;
|
|
1885
2019
|
} | {
|
|
1886
2020
|
name: 'arrow-down-outlined';
|
|
1887
2021
|
data: string;
|
|
@@ -1939,6 +2073,9 @@ export declare const completeIconSet: ({
|
|
|
1939
2073
|
} | {
|
|
1940
2074
|
name: 'check-double-outlined';
|
|
1941
2075
|
data: string;
|
|
2076
|
+
} | {
|
|
2077
|
+
name: 'china-circle';
|
|
2078
|
+
data: string;
|
|
1942
2079
|
} | {
|
|
1943
2080
|
name: 'circle-filled-s';
|
|
1944
2081
|
data: string;
|
|
@@ -1960,6 +2097,18 @@ export declare const completeIconSet: ({
|
|
|
1960
2097
|
} | {
|
|
1961
2098
|
name: 'copy-outlined';
|
|
1962
2099
|
data: string;
|
|
2100
|
+
} | {
|
|
2101
|
+
name: 'croatia-circle';
|
|
2102
|
+
data: string;
|
|
2103
|
+
} | {
|
|
2104
|
+
name: 'czech-republic-circle';
|
|
2105
|
+
data: string;
|
|
2106
|
+
} | {
|
|
2107
|
+
name: 'denmark-circle';
|
|
2108
|
+
data: string;
|
|
2109
|
+
} | {
|
|
2110
|
+
name: 'estonia-circle';
|
|
2111
|
+
data: string;
|
|
1963
2112
|
} | {
|
|
1964
2113
|
name: 'eye-closed-outlined';
|
|
1965
2114
|
data: string;
|
|
@@ -1981,9 +2130,18 @@ export declare const completeIconSet: ({
|
|
|
1981
2130
|
} | {
|
|
1982
2131
|
name: 'fingerprint-outlined';
|
|
1983
2132
|
data: string;
|
|
2133
|
+
} | {
|
|
2134
|
+
name: 'finland-circle';
|
|
2135
|
+
data: string;
|
|
1984
2136
|
} | {
|
|
1985
2137
|
name: 'flag-outlined';
|
|
1986
2138
|
data: string;
|
|
2139
|
+
} | {
|
|
2140
|
+
name: 'france-circle';
|
|
2141
|
+
data: string;
|
|
2142
|
+
} | {
|
|
2143
|
+
name: 'germany-circle';
|
|
2144
|
+
data: string;
|
|
1987
2145
|
} | {
|
|
1988
2146
|
name: 'google-calendar';
|
|
1989
2147
|
data: string;
|
|
@@ -1999,6 +2157,9 @@ export declare const completeIconSet: ({
|
|
|
1999
2157
|
} | {
|
|
2000
2158
|
name: 'google';
|
|
2001
2159
|
data: string;
|
|
2160
|
+
} | {
|
|
2161
|
+
name: 'greece-circle';
|
|
2162
|
+
data: string;
|
|
2002
2163
|
} | {
|
|
2003
2164
|
name: 'group-outlined';
|
|
2004
2165
|
data: string;
|
|
@@ -2020,6 +2181,12 @@ export declare const completeIconSet: ({
|
|
|
2020
2181
|
} | {
|
|
2021
2182
|
name: 'history-outlined';
|
|
2022
2183
|
data: string;
|
|
2184
|
+
} | {
|
|
2185
|
+
name: 'hungary-circle';
|
|
2186
|
+
data: string;
|
|
2187
|
+
} | {
|
|
2188
|
+
name: 'iceland-circle';
|
|
2189
|
+
data: string;
|
|
2023
2190
|
} | {
|
|
2024
2191
|
name: 'info-circle-filled';
|
|
2025
2192
|
data: string;
|
|
@@ -2032,6 +2199,15 @@ export declare const completeIconSet: ({
|
|
|
2032
2199
|
} | {
|
|
2033
2200
|
name: 'italic-outlined';
|
|
2034
2201
|
data: string;
|
|
2202
|
+
} | {
|
|
2203
|
+
name: 'italy-circle';
|
|
2204
|
+
data: string;
|
|
2205
|
+
} | {
|
|
2206
|
+
name: 'japan-circle';
|
|
2207
|
+
data: string;
|
|
2208
|
+
} | {
|
|
2209
|
+
name: 'latvia-circle';
|
|
2210
|
+
data: string;
|
|
2035
2211
|
} | {
|
|
2036
2212
|
name: 'link-break-outlined';
|
|
2037
2213
|
data: string;
|
|
@@ -2095,6 +2271,15 @@ export declare const completeIconSet: ({
|
|
|
2095
2271
|
} | {
|
|
2096
2272
|
name: 'mozilla-firefox';
|
|
2097
2273
|
data: string;
|
|
2274
|
+
} | {
|
|
2275
|
+
name: 'netherlands-circle';
|
|
2276
|
+
data: string;
|
|
2277
|
+
} | {
|
|
2278
|
+
name: 'north-macedonia-circle';
|
|
2279
|
+
data: string;
|
|
2280
|
+
} | {
|
|
2281
|
+
name: 'norway-circle';
|
|
2282
|
+
data: string;
|
|
2098
2283
|
} | {
|
|
2099
2284
|
name: 'openai';
|
|
2100
2285
|
data: string;
|
|
@@ -2113,6 +2298,12 @@ export declare const completeIconSet: ({
|
|
|
2113
2298
|
} | {
|
|
2114
2299
|
name: 'planet-outlined';
|
|
2115
2300
|
data: string;
|
|
2301
|
+
} | {
|
|
2302
|
+
name: 'poland-circle';
|
|
2303
|
+
data: string;
|
|
2304
|
+
} | {
|
|
2305
|
+
name: 'portugal-circle';
|
|
2306
|
+
data: string;
|
|
2116
2307
|
} | {
|
|
2117
2308
|
name: 'push-notification';
|
|
2118
2309
|
data: string;
|
|
@@ -2125,12 +2316,33 @@ export declare const completeIconSet: ({
|
|
|
2125
2316
|
} | {
|
|
2126
2317
|
name: 'redo-outlined';
|
|
2127
2318
|
data: string;
|
|
2319
|
+
} | {
|
|
2320
|
+
name: 'romania-circle';
|
|
2321
|
+
data: string;
|
|
2322
|
+
} | {
|
|
2323
|
+
name: 'russia-circle';
|
|
2324
|
+
data: string;
|
|
2325
|
+
} | {
|
|
2326
|
+
name: 'serbia-circle';
|
|
2327
|
+
data: string;
|
|
2128
2328
|
} | {
|
|
2129
2329
|
name: 'sliders-outlined';
|
|
2130
2330
|
data: string;
|
|
2331
|
+
} | {
|
|
2332
|
+
name: 'slovakia-circle';
|
|
2333
|
+
data: string;
|
|
2334
|
+
} | {
|
|
2335
|
+
name: 'slovenia-circle';
|
|
2336
|
+
data: string;
|
|
2131
2337
|
} | {
|
|
2132
2338
|
name: 'social-media-outlined';
|
|
2133
2339
|
data: string;
|
|
2340
|
+
} | {
|
|
2341
|
+
name: 'south-korea-circle';
|
|
2342
|
+
data: string;
|
|
2343
|
+
} | {
|
|
2344
|
+
name: 'spain-circle';
|
|
2345
|
+
data: string;
|
|
2134
2346
|
} | {
|
|
2135
2347
|
name: 'status-available';
|
|
2136
2348
|
data: string;
|
|
@@ -2155,6 +2367,9 @@ export declare const completeIconSet: ({
|
|
|
2155
2367
|
} | {
|
|
2156
2368
|
name: 'strikethrough-outlined';
|
|
2157
2369
|
data: string;
|
|
2370
|
+
} | {
|
|
2371
|
+
name: 'sweden-circle';
|
|
2372
|
+
data: string;
|
|
2158
2373
|
} | {
|
|
2159
2374
|
name: 'tag-outlined';
|
|
2160
2375
|
data: string;
|
|
@@ -2170,9 +2385,15 @@ export declare const completeIconSet: ({
|
|
|
2170
2385
|
} | {
|
|
2171
2386
|
name: 'text-summary-outlined';
|
|
2172
2387
|
data: string;
|
|
2388
|
+
} | {
|
|
2389
|
+
name: 'thailand-circle';
|
|
2390
|
+
data: string;
|
|
2173
2391
|
} | {
|
|
2174
2392
|
name: 'translate-box-filled';
|
|
2175
2393
|
data: string;
|
|
2394
|
+
} | {
|
|
2395
|
+
name: 'turkey-circle';
|
|
2396
|
+
data: string;
|
|
2176
2397
|
} | {
|
|
2177
2398
|
name: 'twitter';
|
|
2178
2399
|
data: string;
|
|
@@ -2182,6 +2403,9 @@ export declare const completeIconSet: ({
|
|
|
2182
2403
|
} | {
|
|
2183
2404
|
name: 'undo-outlined';
|
|
2184
2405
|
data: string;
|
|
2406
|
+
} | {
|
|
2407
|
+
name: 'united-kingdom-circle';
|
|
2408
|
+
data: string;
|
|
2185
2409
|
} | {
|
|
2186
2410
|
name: 'video-outlined';
|
|
2187
2411
|
data: string;
|