@haiilo/catalyst-icons 0.3.40 → 0.3.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/js/icons.constants.d.ts +246 -1
  2. package/dist/js/icons.constants.js +177 -2
  3. package/dist/js/icons.object.d.ts +1 -1
  4. package/dist/js/icons.object.js +37 -2
  5. package/dist/style/sprite.css.css +680 -365
  6. package/dist/style/sprite.css.less +680 -365
  7. package/dist/style/sprite.css.scss +680 -365
  8. package/dist/style/sprite.view.css +680 -365
  9. package/dist/style/sprite.view.less +680 -365
  10. package/dist/style/sprite.view.scss +680 -365
  11. package/dist/svg/sprite.css.svg +1 -1
  12. package/dist/svg/sprite.defs.svg +1 -1
  13. package/dist/svg/sprite.stack.svg +1 -1
  14. package/dist/svg/sprite.symbol.svg +1 -1
  15. package/dist/svg/sprite.view.svg +1 -1
  16. package/package.json +1 -1
  17. package/tmp/assets/albania.svg +12 -0
  18. package/tmp/assets/armenia.svg +12 -0
  19. package/tmp/assets/bulgaria.svg +12 -0
  20. package/tmp/assets/china.svg +12 -0
  21. package/tmp/assets/croatia.svg +22 -0
  22. package/tmp/assets/czech-republic.svg +12 -0
  23. package/tmp/assets/denmark.svg +11 -0
  24. package/tmp/assets/english-mixed-circle.svg +25 -0
  25. package/tmp/assets/english-mixed.svg +28 -0
  26. package/tmp/assets/estonia.svg +12 -0
  27. package/tmp/assets/finland.svg +11 -0
  28. package/tmp/assets/france.svg +12 -0
  29. package/tmp/assets/germany.svg +12 -0
  30. package/tmp/assets/greece.svg +12 -0
  31. package/tmp/assets/hungary.svg +12 -0
  32. package/tmp/assets/iceland.svg +12 -0
  33. package/tmp/assets/italy.svg +12 -0
  34. package/tmp/assets/japan.svg +5 -0
  35. package/tmp/assets/latvia.svg +11 -0
  36. package/tmp/assets/netherlands.svg +12 -0
  37. package/tmp/assets/north-macedonia.svg +14 -0
  38. package/tmp/assets/norway.svg +12 -0
  39. package/tmp/assets/plus-outlined.svg +3 -1
  40. package/tmp/assets/poland.svg +4 -0
  41. package/tmp/assets/portugal.svg +8 -0
  42. package/tmp/assets/romania.svg +12 -0
  43. package/tmp/assets/russia.svg +12 -0
  44. package/tmp/assets/serbia.svg +16 -0
  45. package/tmp/assets/slovakia.svg +15 -0
  46. package/tmp/assets/slovenia.svg +16 -0
  47. package/tmp/assets/sorting-outlined.svg +1 -1
  48. package/tmp/assets/south-korea.svg +7 -0
  49. package/tmp/assets/spain.svg +21 -0
  50. package/tmp/assets/sweden.svg +11 -0
  51. package/tmp/assets/thailand.svg +12 -0
  52. package/tmp/assets/turkey.svg +5 -0
  53. package/tmp/assets/united-kingdom.svg +16 -0
@@ -734,6 +734,10 @@ export declare const ciAlbaniaCircle: {
734
734
  name: 'albania-circle';
735
735
  data: string;
736
736
  };
737
+ export declare const ciAlbania: {
738
+ name: 'albania';
739
+ data: string;
740
+ };
737
741
  export declare const ciAlertBoxOutlined: {
738
742
  name: 'alert-box-outlined';
739
743
  data: string;
@@ -758,6 +762,10 @@ export declare const ciArmeniaCircle: {
758
762
  name: 'armenia-circle';
759
763
  data: string;
760
764
  };
765
+ export declare const ciArmenia: {
766
+ name: 'armenia';
767
+ data: string;
768
+ };
761
769
  export declare const ciArrowDownOutlined: {
762
770
  name: 'arrow-down-outlined';
763
771
  data: string;
@@ -818,6 +826,10 @@ export declare const ciBulgariaCircle: {
818
826
  name: 'bulgaria-circle';
819
827
  data: string;
820
828
  };
829
+ export declare const ciBulgaria: {
830
+ name: 'bulgaria';
831
+ data: string;
832
+ };
821
833
  export declare const ciCalendarCheckOutlined: {
822
834
  name: 'calendar-check-outlined';
823
835
  data: string;
@@ -842,6 +854,10 @@ export declare const ciChinaCircle: {
842
854
  name: 'china-circle';
843
855
  data: string;
844
856
  };
857
+ export declare const ciChina: {
858
+ name: 'china';
859
+ data: string;
860
+ };
845
861
  export declare const ciCircleFilledS: {
846
862
  name: 'circle-filled-s';
847
863
  data: string;
@@ -874,18 +890,42 @@ export declare const ciCroatiaCircle: {
874
890
  name: 'croatia-circle';
875
891
  data: string;
876
892
  };
893
+ export declare const ciCroatia: {
894
+ name: 'croatia';
895
+ data: string;
896
+ };
877
897
  export declare const ciCzechRepublicCircle: {
878
898
  name: 'czech-republic-circle';
879
899
  data: string;
880
900
  };
901
+ export declare const ciCzechRepublic: {
902
+ name: 'czech-republic';
903
+ data: string;
904
+ };
881
905
  export declare const ciDenmarkCircle: {
882
906
  name: 'denmark-circle';
883
907
  data: string;
884
908
  };
909
+ export declare const ciDenmark: {
910
+ name: 'denmark';
911
+ data: string;
912
+ };
913
+ export declare const ciEnglishMixedCircle: {
914
+ name: 'english-mixed-circle';
915
+ data: string;
916
+ };
917
+ export declare const ciEnglishMixed: {
918
+ name: 'english-mixed';
919
+ data: string;
920
+ };
885
921
  export declare const ciEstoniaCircle: {
886
922
  name: 'estonia-circle';
887
923
  data: string;
888
924
  };
925
+ export declare const ciEstonia: {
926
+ name: 'estonia';
927
+ data: string;
928
+ };
889
929
  export declare const ciEyeClosedOutlined: {
890
930
  name: 'eye-closed-outlined';
891
931
  data: string;
@@ -918,6 +958,10 @@ export declare const ciFinlandCircle: {
918
958
  name: 'finland-circle';
919
959
  data: string;
920
960
  };
961
+ export declare const ciFinland: {
962
+ name: 'finland';
963
+ data: string;
964
+ };
921
965
  export declare const ciFlagOutlined: {
922
966
  name: 'flag-outlined';
923
967
  data: string;
@@ -926,10 +970,18 @@ export declare const ciFranceCircle: {
926
970
  name: 'france-circle';
927
971
  data: string;
928
972
  };
973
+ export declare const ciFrance: {
974
+ name: 'france';
975
+ data: string;
976
+ };
929
977
  export declare const ciGermanyCircle: {
930
978
  name: 'germany-circle';
931
979
  data: string;
932
980
  };
981
+ export declare const ciGermany: {
982
+ name: 'germany';
983
+ data: string;
984
+ };
933
985
  export declare const ciGoogleCalendar: {
934
986
  name: 'google-calendar';
935
987
  data: string;
@@ -954,6 +1006,10 @@ export declare const ciGreeceCircle: {
954
1006
  name: 'greece-circle';
955
1007
  data: string;
956
1008
  };
1009
+ export declare const ciGreece: {
1010
+ name: 'greece';
1011
+ data: string;
1012
+ };
957
1013
  export declare const ciGroupOutlined: {
958
1014
  name: 'group-outlined';
959
1015
  data: string;
@@ -986,10 +1042,18 @@ export declare const ciHungaryCircle: {
986
1042
  name: 'hungary-circle';
987
1043
  data: string;
988
1044
  };
1045
+ export declare const ciHungary: {
1046
+ name: 'hungary';
1047
+ data: string;
1048
+ };
989
1049
  export declare const ciIcelandCircle: {
990
1050
  name: 'iceland-circle';
991
1051
  data: string;
992
1052
  };
1053
+ export declare const ciIceland: {
1054
+ name: 'iceland';
1055
+ data: string;
1056
+ };
993
1057
  export declare const ciInfoCircleFilled: {
994
1058
  name: 'info-circle-filled';
995
1059
  data: string;
@@ -1010,14 +1074,26 @@ export declare const ciItalyCircle: {
1010
1074
  name: 'italy-circle';
1011
1075
  data: string;
1012
1076
  };
1077
+ export declare const ciItaly: {
1078
+ name: 'italy';
1079
+ data: string;
1080
+ };
1013
1081
  export declare const ciJapanCircle: {
1014
1082
  name: 'japan-circle';
1015
1083
  data: string;
1016
1084
  };
1085
+ export declare const ciJapan: {
1086
+ name: 'japan';
1087
+ data: string;
1088
+ };
1017
1089
  export declare const ciLatviaCircle: {
1018
1090
  name: 'latvia-circle';
1019
1091
  data: string;
1020
1092
  };
1093
+ export declare const ciLatvia: {
1094
+ name: 'latvia';
1095
+ data: string;
1096
+ };
1021
1097
  export declare const ciLinkBreakOutlined: {
1022
1098
  name: 'link-break-outlined';
1023
1099
  data: string;
@@ -1106,14 +1182,26 @@ export declare const ciNetherlandsCircle: {
1106
1182
  name: 'netherlands-circle';
1107
1183
  data: string;
1108
1184
  };
1185
+ export declare const ciNetherlands: {
1186
+ name: 'netherlands';
1187
+ data: string;
1188
+ };
1109
1189
  export declare const ciNorthMacedoniaCircle: {
1110
1190
  name: 'north-macedonia-circle';
1111
1191
  data: string;
1112
1192
  };
1193
+ export declare const ciNorthMacedonia: {
1194
+ name: 'north-macedonia';
1195
+ data: string;
1196
+ };
1113
1197
  export declare const ciNorwayCircle: {
1114
1198
  name: 'norway-circle';
1115
1199
  data: string;
1116
1200
  };
1201
+ export declare const ciNorway: {
1202
+ name: 'norway';
1203
+ data: string;
1204
+ };
1117
1205
  export declare const ciOpenai: {
1118
1206
  name: 'openai';
1119
1207
  data: string;
@@ -1142,10 +1230,18 @@ export declare const ciPolandCircle: {
1142
1230
  name: 'poland-circle';
1143
1231
  data: string;
1144
1232
  };
1233
+ export declare const ciPoland: {
1234
+ name: 'poland';
1235
+ data: string;
1236
+ };
1145
1237
  export declare const ciPortugalCircle: {
1146
1238
  name: 'portugal-circle';
1147
1239
  data: string;
1148
1240
  };
1241
+ export declare const ciPortugal: {
1242
+ name: 'portugal';
1243
+ data: string;
1244
+ };
1149
1245
  export declare const ciPushNotification: {
1150
1246
  name: 'push-notification';
1151
1247
  data: string;
@@ -1166,14 +1262,26 @@ export declare const ciRomaniaCircle: {
1166
1262
  name: 'romania-circle';
1167
1263
  data: string;
1168
1264
  };
1265
+ export declare const ciRomania: {
1266
+ name: 'romania';
1267
+ data: string;
1268
+ };
1169
1269
  export declare const ciRussiaCircle: {
1170
1270
  name: 'russia-circle';
1171
1271
  data: string;
1172
1272
  };
1273
+ export declare const ciRussia: {
1274
+ name: 'russia';
1275
+ data: string;
1276
+ };
1173
1277
  export declare const ciSerbiaCircle: {
1174
1278
  name: 'serbia-circle';
1175
1279
  data: string;
1176
1280
  };
1281
+ export declare const ciSerbia: {
1282
+ name: 'serbia';
1283
+ data: string;
1284
+ };
1177
1285
  export declare const ciSlidersOutlined: {
1178
1286
  name: 'sliders-outlined';
1179
1287
  data: string;
@@ -1182,10 +1290,18 @@ export declare const ciSlovakiaCircle: {
1182
1290
  name: 'slovakia-circle';
1183
1291
  data: string;
1184
1292
  };
1293
+ export declare const ciSlovakia: {
1294
+ name: 'slovakia';
1295
+ data: string;
1296
+ };
1185
1297
  export declare const ciSloveniaCircle: {
1186
1298
  name: 'slovenia-circle';
1187
1299
  data: string;
1188
1300
  };
1301
+ export declare const ciSlovenia: {
1302
+ name: 'slovenia';
1303
+ data: string;
1304
+ };
1189
1305
  export declare const ciSocialMediaOutlined: {
1190
1306
  name: 'social-media-outlined';
1191
1307
  data: string;
@@ -1198,10 +1314,18 @@ export declare const ciSouthKoreaCircle: {
1198
1314
  name: 'south-korea-circle';
1199
1315
  data: string;
1200
1316
  };
1317
+ export declare const ciSouthKorea: {
1318
+ name: 'south-korea';
1319
+ data: string;
1320
+ };
1201
1321
  export declare const ciSpainCircle: {
1202
1322
  name: 'spain-circle';
1203
1323
  data: string;
1204
1324
  };
1325
+ export declare const ciSpain: {
1326
+ name: 'spain';
1327
+ data: string;
1328
+ };
1205
1329
  export declare const ciStatusAvailable: {
1206
1330
  name: 'status-available';
1207
1331
  data: string;
@@ -1238,6 +1362,10 @@ export declare const ciSwedenCircle: {
1238
1362
  name: 'sweden-circle';
1239
1363
  data: string;
1240
1364
  };
1365
+ export declare const ciSweden: {
1366
+ name: 'sweden';
1367
+ data: string;
1368
+ };
1241
1369
  export declare const ciTagOutlined: {
1242
1370
  name: 'tag-outlined';
1243
1371
  data: string;
@@ -1262,6 +1390,10 @@ export declare const ciThailandCircle: {
1262
1390
  name: 'thailand-circle';
1263
1391
  data: string;
1264
1392
  };
1393
+ export declare const ciThailand: {
1394
+ name: 'thailand';
1395
+ data: string;
1396
+ };
1265
1397
  export declare const ciTranslateBoxFilled: {
1266
1398
  name: 'translate-box-filled';
1267
1399
  data: string;
@@ -1270,6 +1402,10 @@ export declare const ciTurkeyCircle: {
1270
1402
  name: 'turkey-circle';
1271
1403
  data: string;
1272
1404
  };
1405
+ export declare const ciTurkey: {
1406
+ name: 'turkey';
1407
+ data: string;
1408
+ };
1273
1409
  export declare const ciTwitter: {
1274
1410
  name: 'twitter';
1275
1411
  data: string;
@@ -1286,6 +1422,10 @@ export declare const ciUnitedKingdomCircle: {
1286
1422
  name: 'united-kingdom-circle';
1287
1423
  data: string;
1288
1424
  };
1425
+ export declare const ciUnitedKingdom: {
1426
+ name: 'united-kingdom';
1427
+ data: string;
1428
+ };
1289
1429
  export declare const ciVideoOutlined: {
1290
1430
  name: 'video-outlined';
1291
1431
  data: string;
@@ -1462,7 +1602,7 @@ export declare const ciXing: {
1462
1602
  name: 'xing';
1463
1603
  data: string;
1464
1604
  };
1465
- 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' | 'bulgaria-circle' | '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' | 'sorting-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';
1605
+ 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' | 'albania' | 'alert-box-outlined' | 'alert-circle-outlined' | 'apple-safari' | 'archive-filled' | 'archive-outlined' | 'armenia-circle' | 'armenia' | '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' | 'bulgaria-circle' | 'bulgaria' | 'calendar-check-outlined' | 'calendar-cross-outlined' | 'calendar-outlined' | 'calendar-pen-outlined' | 'check-double-outlined' | 'china-circle' | 'china' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'comment-outlined' | 'compass-outlined' | 'copy-outlined' | 'croatia-circle' | 'croatia' | 'czech-republic-circle' | 'czech-republic' | 'denmark-circle' | 'denmark' | 'english-mixed-circle' | 'english-mixed' | 'estonia-circle' | 'estonia' | 'eye-closed-outlined' | 'eye-open-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'filter-outlined' | 'fingerprint-outlined' | 'finland-circle' | 'finland' | 'flag-outlined' | 'france-circle' | 'france' | 'germany-circle' | 'germany' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'greece-circle' | 'greece' | 'group-outlined' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-outlined' | 'haiilo-share' | 'haiilo-stories' | 'history-outlined' | 'hungary-circle' | 'hungary' | 'iceland-circle' | 'iceland' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'italy-circle' | 'italy' | 'japan-circle' | 'japan' | 'latvia-circle' | 'latvia' | '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' | 'netherlands' | 'north-macedonia-circle' | 'north-macedonia' | 'norway-circle' | 'norway' | 'openai' | 'paperplane-tilt-outlined' | 'pen-outlined' | 'pen-writing' | 'planet-filled' | 'planet-outlined' | 'poland-circle' | 'poland' | 'portugal-circle' | 'portugal' | 'push-notification' | 'puzzle-piece-outlined' | 'quote-outlined' | 'redo-outlined' | 'romania-circle' | 'romania' | 'russia-circle' | 'russia' | 'serbia-circle' | 'serbia' | 'sliders-outlined' | 'slovakia-circle' | 'slovakia' | 'slovenia-circle' | 'slovenia' | 'social-media-outlined' | 'sorting-outlined' | 'south-korea-circle' | 'south-korea' | 'spain-circle' | 'spain' | 'status-available' | 'status-away' | 'status-dnd' | 'status-invisible' | 'status-ooo' | 'stream-filled' | 'stream-outlined' | 'strikethrough-outlined' | 'sweden-circle' | 'sweden' | 'tag-outlined' | 'targeted-outlined' | 'text-extend-outlined' | 'text-shorten-outlined' | 'text-summary-outlined' | 'thailand-circle' | 'thailand' | 'translate-box-filled' | 'turkey-circle' | 'turkey' | 'twitter' | 'underlined-outlined' | 'undo-outlined' | 'united-kingdom-circle' | 'united-kingdom' | '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';
1466
1606
  export interface CoyoIcon {
1467
1607
  name: coyoIcon;
1468
1608
  data: string;
@@ -2020,6 +2160,9 @@ export declare const completeIconSet: ({
2020
2160
  } | {
2021
2161
  name: 'albania-circle';
2022
2162
  data: string;
2163
+ } | {
2164
+ name: 'albania';
2165
+ data: string;
2023
2166
  } | {
2024
2167
  name: 'alert-box-outlined';
2025
2168
  data: string;
@@ -2038,6 +2181,9 @@ export declare const completeIconSet: ({
2038
2181
  } | {
2039
2182
  name: 'armenia-circle';
2040
2183
  data: string;
2184
+ } | {
2185
+ name: 'armenia';
2186
+ data: string;
2041
2187
  } | {
2042
2188
  name: 'arrow-down-outlined';
2043
2189
  data: string;
@@ -2083,6 +2229,9 @@ export declare const completeIconSet: ({
2083
2229
  } | {
2084
2230
  name: 'bulgaria-circle';
2085
2231
  data: string;
2232
+ } | {
2233
+ name: 'bulgaria';
2234
+ data: string;
2086
2235
  } | {
2087
2236
  name: 'calendar-check-outlined';
2088
2237
  data: string;
@@ -2101,6 +2250,9 @@ export declare const completeIconSet: ({
2101
2250
  } | {
2102
2251
  name: 'china-circle';
2103
2252
  data: string;
2253
+ } | {
2254
+ name: 'china';
2255
+ data: string;
2104
2256
  } | {
2105
2257
  name: 'circle-filled-s';
2106
2258
  data: string;
@@ -2125,15 +2277,33 @@ export declare const completeIconSet: ({
2125
2277
  } | {
2126
2278
  name: 'croatia-circle';
2127
2279
  data: string;
2280
+ } | {
2281
+ name: 'croatia';
2282
+ data: string;
2128
2283
  } | {
2129
2284
  name: 'czech-republic-circle';
2130
2285
  data: string;
2286
+ } | {
2287
+ name: 'czech-republic';
2288
+ data: string;
2131
2289
  } | {
2132
2290
  name: 'denmark-circle';
2133
2291
  data: string;
2292
+ } | {
2293
+ name: 'denmark';
2294
+ data: string;
2295
+ } | {
2296
+ name: 'english-mixed-circle';
2297
+ data: string;
2298
+ } | {
2299
+ name: 'english-mixed';
2300
+ data: string;
2134
2301
  } | {
2135
2302
  name: 'estonia-circle';
2136
2303
  data: string;
2304
+ } | {
2305
+ name: 'estonia';
2306
+ data: string;
2137
2307
  } | {
2138
2308
  name: 'eye-closed-outlined';
2139
2309
  data: string;
@@ -2158,15 +2328,24 @@ export declare const completeIconSet: ({
2158
2328
  } | {
2159
2329
  name: 'finland-circle';
2160
2330
  data: string;
2331
+ } | {
2332
+ name: 'finland';
2333
+ data: string;
2161
2334
  } | {
2162
2335
  name: 'flag-outlined';
2163
2336
  data: string;
2164
2337
  } | {
2165
2338
  name: 'france-circle';
2166
2339
  data: string;
2340
+ } | {
2341
+ name: 'france';
2342
+ data: string;
2167
2343
  } | {
2168
2344
  name: 'germany-circle';
2169
2345
  data: string;
2346
+ } | {
2347
+ name: 'germany';
2348
+ data: string;
2170
2349
  } | {
2171
2350
  name: 'google-calendar';
2172
2351
  data: string;
@@ -2185,6 +2364,9 @@ export declare const completeIconSet: ({
2185
2364
  } | {
2186
2365
  name: 'greece-circle';
2187
2366
  data: string;
2367
+ } | {
2368
+ name: 'greece';
2369
+ data: string;
2188
2370
  } | {
2189
2371
  name: 'group-outlined';
2190
2372
  data: string;
@@ -2209,9 +2391,15 @@ export declare const completeIconSet: ({
2209
2391
  } | {
2210
2392
  name: 'hungary-circle';
2211
2393
  data: string;
2394
+ } | {
2395
+ name: 'hungary';
2396
+ data: string;
2212
2397
  } | {
2213
2398
  name: 'iceland-circle';
2214
2399
  data: string;
2400
+ } | {
2401
+ name: 'iceland';
2402
+ data: string;
2215
2403
  } | {
2216
2404
  name: 'info-circle-filled';
2217
2405
  data: string;
@@ -2227,12 +2415,21 @@ export declare const completeIconSet: ({
2227
2415
  } | {
2228
2416
  name: 'italy-circle';
2229
2417
  data: string;
2418
+ } | {
2419
+ name: 'italy';
2420
+ data: string;
2230
2421
  } | {
2231
2422
  name: 'japan-circle';
2232
2423
  data: string;
2424
+ } | {
2425
+ name: 'japan';
2426
+ data: string;
2233
2427
  } | {
2234
2428
  name: 'latvia-circle';
2235
2429
  data: string;
2430
+ } | {
2431
+ name: 'latvia';
2432
+ data: string;
2236
2433
  } | {
2237
2434
  name: 'link-break-outlined';
2238
2435
  data: string;
@@ -2299,12 +2496,21 @@ export declare const completeIconSet: ({
2299
2496
  } | {
2300
2497
  name: 'netherlands-circle';
2301
2498
  data: string;
2499
+ } | {
2500
+ name: 'netherlands';
2501
+ data: string;
2302
2502
  } | {
2303
2503
  name: 'north-macedonia-circle';
2304
2504
  data: string;
2505
+ } | {
2506
+ name: 'north-macedonia';
2507
+ data: string;
2305
2508
  } | {
2306
2509
  name: 'norway-circle';
2307
2510
  data: string;
2511
+ } | {
2512
+ name: 'norway';
2513
+ data: string;
2308
2514
  } | {
2309
2515
  name: 'openai';
2310
2516
  data: string;
@@ -2326,9 +2532,15 @@ export declare const completeIconSet: ({
2326
2532
  } | {
2327
2533
  name: 'poland-circle';
2328
2534
  data: string;
2535
+ } | {
2536
+ name: 'poland';
2537
+ data: string;
2329
2538
  } | {
2330
2539
  name: 'portugal-circle';
2331
2540
  data: string;
2541
+ } | {
2542
+ name: 'portugal';
2543
+ data: string;
2332
2544
  } | {
2333
2545
  name: 'push-notification';
2334
2546
  data: string;
@@ -2344,21 +2556,36 @@ export declare const completeIconSet: ({
2344
2556
  } | {
2345
2557
  name: 'romania-circle';
2346
2558
  data: string;
2559
+ } | {
2560
+ name: 'romania';
2561
+ data: string;
2347
2562
  } | {
2348
2563
  name: 'russia-circle';
2349
2564
  data: string;
2565
+ } | {
2566
+ name: 'russia';
2567
+ data: string;
2350
2568
  } | {
2351
2569
  name: 'serbia-circle';
2352
2570
  data: string;
2571
+ } | {
2572
+ name: 'serbia';
2573
+ data: string;
2353
2574
  } | {
2354
2575
  name: 'sliders-outlined';
2355
2576
  data: string;
2356
2577
  } | {
2357
2578
  name: 'slovakia-circle';
2358
2579
  data: string;
2580
+ } | {
2581
+ name: 'slovakia';
2582
+ data: string;
2359
2583
  } | {
2360
2584
  name: 'slovenia-circle';
2361
2585
  data: string;
2586
+ } | {
2587
+ name: 'slovenia';
2588
+ data: string;
2362
2589
  } | {
2363
2590
  name: 'social-media-outlined';
2364
2591
  data: string;
@@ -2368,9 +2595,15 @@ export declare const completeIconSet: ({
2368
2595
  } | {
2369
2596
  name: 'south-korea-circle';
2370
2597
  data: string;
2598
+ } | {
2599
+ name: 'south-korea';
2600
+ data: string;
2371
2601
  } | {
2372
2602
  name: 'spain-circle';
2373
2603
  data: string;
2604
+ } | {
2605
+ name: 'spain';
2606
+ data: string;
2374
2607
  } | {
2375
2608
  name: 'status-available';
2376
2609
  data: string;
@@ -2398,6 +2631,9 @@ export declare const completeIconSet: ({
2398
2631
  } | {
2399
2632
  name: 'sweden-circle';
2400
2633
  data: string;
2634
+ } | {
2635
+ name: 'sweden';
2636
+ data: string;
2401
2637
  } | {
2402
2638
  name: 'tag-outlined';
2403
2639
  data: string;
@@ -2416,12 +2652,18 @@ export declare const completeIconSet: ({
2416
2652
  } | {
2417
2653
  name: 'thailand-circle';
2418
2654
  data: string;
2655
+ } | {
2656
+ name: 'thailand';
2657
+ data: string;
2419
2658
  } | {
2420
2659
  name: 'translate-box-filled';
2421
2660
  data: string;
2422
2661
  } | {
2423
2662
  name: 'turkey-circle';
2424
2663
  data: string;
2664
+ } | {
2665
+ name: 'turkey';
2666
+ data: string;
2425
2667
  } | {
2426
2668
  name: 'twitter';
2427
2669
  data: string;
@@ -2434,6 +2676,9 @@ export declare const completeIconSet: ({
2434
2676
  } | {
2435
2677
  name: 'united-kingdom-circle';
2436
2678
  data: string;
2679
+ } | {
2680
+ name: 'united-kingdom';
2681
+ data: string;
2437
2682
  } | {
2438
2683
  name: 'video-outlined';
2439
2684
  data: string;