@haiilo/catalyst-icons 0.3.34 → 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.
Files changed (50) hide show
  1. package/dist/js/icons.constants.d.ts +239 -1
  2. package/dist/js/icons.constants.js +170 -0
  3. package/dist/js/icons.object.d.ts +1 -1
  4. package/dist/js/icons.object.js +34 -0
  5. package/dist/style/sprite.css.css +633 -327
  6. package/dist/style/sprite.css.less +633 -327
  7. package/dist/style/sprite.css.scss +633 -327
  8. package/dist/style/sprite.view.css +633 -327
  9. package/dist/style/sprite.view.less +633 -327
  10. package/dist/style/sprite.view.scss +633 -327
  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/16-earth-outlined.svg +1 -0
  18. package/tmp/assets/albania-circle.svg +1 -0
  19. package/tmp/assets/armenia-circle.svg +1 -0
  20. package/tmp/assets/china-circle.svg +1 -0
  21. package/tmp/assets/croatia-circle.svg +1 -0
  22. package/tmp/assets/czech-republic-circle.svg +1 -0
  23. package/tmp/assets/denmark-circle.svg +1 -0
  24. package/tmp/assets/estonia-circle.svg +1 -0
  25. package/tmp/assets/finland-circle.svg +1 -0
  26. package/tmp/assets/france-circle.svg +1 -0
  27. package/tmp/assets/germany-circle.svg +1 -0
  28. package/tmp/assets/greece-circle.svg +1 -0
  29. package/tmp/assets/hungary-circle.svg +1 -0
  30. package/tmp/assets/iceland-circle.svg +1 -0
  31. package/tmp/assets/italy-circle.svg +1 -0
  32. package/tmp/assets/japan-circle.svg +1 -0
  33. package/tmp/assets/latvia-circle.svg +1 -0
  34. package/tmp/assets/netherlands-circle.svg +1 -0
  35. package/tmp/assets/north-macedonia-circle.svg +1 -0
  36. package/tmp/assets/norway-circle.svg +1 -0
  37. package/tmp/assets/openai.svg +1 -0
  38. package/tmp/assets/poland-circle.svg +1 -0
  39. package/tmp/assets/portugal-circle.svg +1 -0
  40. package/tmp/assets/romania-circle.svg +1 -0
  41. package/tmp/assets/russia-circle.svg +1 -0
  42. package/tmp/assets/serbia-circle.svg +1 -0
  43. package/tmp/assets/slovakia-circle.svg +1 -0
  44. package/tmp/assets/slovenia-circle.svg +1 -0
  45. package/tmp/assets/south-korea-circle.svg +1 -0
  46. package/tmp/assets/spain-circle.svg +1 -0
  47. package/tmp/assets/sweden-circle.svg +1 -0
  48. package/tmp/assets/thailand-circle.svg +1 -0
  49. package/tmp/assets/turkey-circle.svg +1 -0
  50. package/tmp/assets/united-kingdom-circle.svg +1 -0
@@ -626,6 +626,10 @@ export declare const ci16Cross: {
626
626
  name: '16-cross';
627
627
  data: string;
628
628
  };
629
+ export declare const ci16EarthOutlined: {
630
+ name: '16-earth-outlined';
631
+ data: string;
632
+ };
629
633
  export declare const ci16EditorArrowDown: {
630
634
  name: '16-editor-arrow-down';
631
635
  data: string;
@@ -726,6 +730,10 @@ export declare const ciAiOutlined: {
726
730
  name: 'ai-outlined';
727
731
  data: string;
728
732
  };
733
+ export declare const ciAlbaniaCircle: {
734
+ name: 'albania-circle';
735
+ data: string;
736
+ };
729
737
  export declare const ciAlertBoxOutlined: {
730
738
  name: 'alert-box-outlined';
731
739
  data: string;
@@ -738,6 +746,10 @@ export declare const ciAppleSafari: {
738
746
  name: 'apple-safari';
739
747
  data: string;
740
748
  };
749
+ export declare const ciArmeniaCircle: {
750
+ name: 'armenia-circle';
751
+ data: string;
752
+ };
741
753
  export declare const ciArrowDownOutlined: {
742
754
  name: 'arrow-down-outlined';
743
755
  data: string;
@@ -814,6 +826,10 @@ export declare const ciCheckDoubleOutlined: {
814
826
  name: 'check-double-outlined';
815
827
  data: string;
816
828
  };
829
+ export declare const ciChinaCircle: {
830
+ name: 'china-circle';
831
+ data: string;
832
+ };
817
833
  export declare const ciCircleFilledS: {
818
834
  name: 'circle-filled-s';
819
835
  data: string;
@@ -842,6 +858,22 @@ export declare const ciCopyOutlined: {
842
858
  name: 'copy-outlined';
843
859
  data: string;
844
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
+ };
845
877
  export declare const ciEyeClosedOutlined: {
846
878
  name: 'eye-closed-outlined';
847
879
  data: string;
@@ -870,10 +902,22 @@ export declare const ciFingerprintOutlined: {
870
902
  name: 'fingerprint-outlined';
871
903
  data: string;
872
904
  };
905
+ export declare const ciFinlandCircle: {
906
+ name: 'finland-circle';
907
+ data: string;
908
+ };
873
909
  export declare const ciFlagOutlined: {
874
910
  name: 'flag-outlined';
875
911
  data: string;
876
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
+ };
877
921
  export declare const ciGoogleCalendar: {
878
922
  name: 'google-calendar';
879
923
  data: string;
@@ -894,6 +938,10 @@ export declare const ciGoogle: {
894
938
  name: 'google';
895
939
  data: string;
896
940
  };
941
+ export declare const ciGreeceCircle: {
942
+ name: 'greece-circle';
943
+ data: string;
944
+ };
897
945
  export declare const ciGroupOutlined: {
898
946
  name: 'group-outlined';
899
947
  data: string;
@@ -922,6 +970,14 @@ export declare const ciHistoryOutlined: {
922
970
  name: 'history-outlined';
923
971
  data: string;
924
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
+ };
925
981
  export declare const ciInfoCircleFilled: {
926
982
  name: 'info-circle-filled';
927
983
  data: string;
@@ -938,6 +994,18 @@ export declare const ciItalicOutlined: {
938
994
  name: 'italic-outlined';
939
995
  data: string;
940
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
+ };
941
1009
  export declare const ciLinkBreakOutlined: {
942
1010
  name: 'link-break-outlined';
943
1011
  data: string;
@@ -1022,6 +1090,22 @@ export declare const ciMozillaFirefox: {
1022
1090
  name: 'mozilla-firefox';
1023
1091
  data: string;
1024
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
+ };
1105
+ export declare const ciOpenai: {
1106
+ name: 'openai';
1107
+ data: string;
1108
+ };
1025
1109
  export declare const ciPaperplaneTiltOutlined: {
1026
1110
  name: 'paperplane-tilt-outlined';
1027
1111
  data: string;
@@ -1042,6 +1126,14 @@ export declare const ciPlanetOutlined: {
1042
1126
  name: 'planet-outlined';
1043
1127
  data: string;
1044
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
+ };
1045
1137
  export declare const ciPushNotification: {
1046
1138
  name: 'push-notification';
1047
1139
  data: string;
@@ -1058,14 +1150,42 @@ export declare const ciRedoOutlined: {
1058
1150
  name: 'redo-outlined';
1059
1151
  data: string;
1060
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
+ };
1061
1165
  export declare const ciSlidersOutlined: {
1062
1166
  name: 'sliders-outlined';
1063
1167
  data: string;
1064
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
+ };
1065
1177
  export declare const ciSocialMediaOutlined: {
1066
1178
  name: 'social-media-outlined';
1067
1179
  data: string;
1068
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
+ };
1069
1189
  export declare const ciStatusAvailable: {
1070
1190
  name: 'status-available';
1071
1191
  data: string;
@@ -1098,6 +1218,10 @@ export declare const ciStrikethroughOutlined: {
1098
1218
  name: 'strikethrough-outlined';
1099
1219
  data: string;
1100
1220
  };
1221
+ export declare const ciSwedenCircle: {
1222
+ name: 'sweden-circle';
1223
+ data: string;
1224
+ };
1101
1225
  export declare const ciTagOutlined: {
1102
1226
  name: 'tag-outlined';
1103
1227
  data: string;
@@ -1118,10 +1242,18 @@ export declare const ciTextSummaryOutlined: {
1118
1242
  name: 'text-summary-outlined';
1119
1243
  data: string;
1120
1244
  };
1245
+ export declare const ciThailandCircle: {
1246
+ name: 'thailand-circle';
1247
+ data: string;
1248
+ };
1121
1249
  export declare const ciTranslateBoxFilled: {
1122
1250
  name: 'translate-box-filled';
1123
1251
  data: string;
1124
1252
  };
1253
+ export declare const ciTurkeyCircle: {
1254
+ name: 'turkey-circle';
1255
+ data: string;
1256
+ };
1125
1257
  export declare const ciTwitter: {
1126
1258
  name: 'twitter';
1127
1259
  data: string;
@@ -1134,6 +1266,10 @@ export declare const ciUndoOutlined: {
1134
1266
  name: 'undo-outlined';
1135
1267
  data: string;
1136
1268
  };
1269
+ export declare const ciUnitedKingdomCircle: {
1270
+ name: 'united-kingdom-circle';
1271
+ data: string;
1272
+ };
1137
1273
  export declare const ciVideoOutlined: {
1138
1274
  name: 'video-outlined';
1139
1275
  data: string;
@@ -1310,7 +1446,7 @@ export declare const ciXing: {
1310
1446
  name: 'xing';
1311
1447
  data: string;
1312
1448
  };
1313
- 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-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' | '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';
1314
1450
  export interface CoyoIcon {
1315
1451
  name: coyoIcon;
1316
1452
  data: string;
@@ -1787,6 +1923,9 @@ export declare const completeIconSet: ({
1787
1923
  } | {
1788
1924
  name: '16-cross';
1789
1925
  data: string;
1926
+ } | {
1927
+ name: '16-earth-outlined';
1928
+ data: string;
1790
1929
  } | {
1791
1930
  name: '16-editor-arrow-down';
1792
1931
  data: string;
@@ -1862,6 +2001,9 @@ export declare const completeIconSet: ({
1862
2001
  } | {
1863
2002
  name: 'ai-outlined';
1864
2003
  data: string;
2004
+ } | {
2005
+ name: 'albania-circle';
2006
+ data: string;
1865
2007
  } | {
1866
2008
  name: 'alert-box-outlined';
1867
2009
  data: string;
@@ -1871,6 +2013,9 @@ export declare const completeIconSet: ({
1871
2013
  } | {
1872
2014
  name: 'apple-safari';
1873
2015
  data: string;
2016
+ } | {
2017
+ name: 'armenia-circle';
2018
+ data: string;
1874
2019
  } | {
1875
2020
  name: 'arrow-down-outlined';
1876
2021
  data: string;
@@ -1928,6 +2073,9 @@ export declare const completeIconSet: ({
1928
2073
  } | {
1929
2074
  name: 'check-double-outlined';
1930
2075
  data: string;
2076
+ } | {
2077
+ name: 'china-circle';
2078
+ data: string;
1931
2079
  } | {
1932
2080
  name: 'circle-filled-s';
1933
2081
  data: string;
@@ -1949,6 +2097,18 @@ export declare const completeIconSet: ({
1949
2097
  } | {
1950
2098
  name: 'copy-outlined';
1951
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;
1952
2112
  } | {
1953
2113
  name: 'eye-closed-outlined';
1954
2114
  data: string;
@@ -1970,9 +2130,18 @@ export declare const completeIconSet: ({
1970
2130
  } | {
1971
2131
  name: 'fingerprint-outlined';
1972
2132
  data: string;
2133
+ } | {
2134
+ name: 'finland-circle';
2135
+ data: string;
1973
2136
  } | {
1974
2137
  name: 'flag-outlined';
1975
2138
  data: string;
2139
+ } | {
2140
+ name: 'france-circle';
2141
+ data: string;
2142
+ } | {
2143
+ name: 'germany-circle';
2144
+ data: string;
1976
2145
  } | {
1977
2146
  name: 'google-calendar';
1978
2147
  data: string;
@@ -1988,6 +2157,9 @@ export declare const completeIconSet: ({
1988
2157
  } | {
1989
2158
  name: 'google';
1990
2159
  data: string;
2160
+ } | {
2161
+ name: 'greece-circle';
2162
+ data: string;
1991
2163
  } | {
1992
2164
  name: 'group-outlined';
1993
2165
  data: string;
@@ -2009,6 +2181,12 @@ export declare const completeIconSet: ({
2009
2181
  } | {
2010
2182
  name: 'history-outlined';
2011
2183
  data: string;
2184
+ } | {
2185
+ name: 'hungary-circle';
2186
+ data: string;
2187
+ } | {
2188
+ name: 'iceland-circle';
2189
+ data: string;
2012
2190
  } | {
2013
2191
  name: 'info-circle-filled';
2014
2192
  data: string;
@@ -2021,6 +2199,15 @@ export declare const completeIconSet: ({
2021
2199
  } | {
2022
2200
  name: 'italic-outlined';
2023
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;
2024
2211
  } | {
2025
2212
  name: 'link-break-outlined';
2026
2213
  data: string;
@@ -2084,6 +2271,18 @@ export declare const completeIconSet: ({
2084
2271
  } | {
2085
2272
  name: 'mozilla-firefox';
2086
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;
2283
+ } | {
2284
+ name: 'openai';
2285
+ data: string;
2087
2286
  } | {
2088
2287
  name: 'paperplane-tilt-outlined';
2089
2288
  data: string;
@@ -2099,6 +2298,12 @@ export declare const completeIconSet: ({
2099
2298
  } | {
2100
2299
  name: 'planet-outlined';
2101
2300
  data: string;
2301
+ } | {
2302
+ name: 'poland-circle';
2303
+ data: string;
2304
+ } | {
2305
+ name: 'portugal-circle';
2306
+ data: string;
2102
2307
  } | {
2103
2308
  name: 'push-notification';
2104
2309
  data: string;
@@ -2111,12 +2316,33 @@ export declare const completeIconSet: ({
2111
2316
  } | {
2112
2317
  name: 'redo-outlined';
2113
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;
2114
2328
  } | {
2115
2329
  name: 'sliders-outlined';
2116
2330
  data: string;
2331
+ } | {
2332
+ name: 'slovakia-circle';
2333
+ data: string;
2334
+ } | {
2335
+ name: 'slovenia-circle';
2336
+ data: string;
2117
2337
  } | {
2118
2338
  name: 'social-media-outlined';
2119
2339
  data: string;
2340
+ } | {
2341
+ name: 'south-korea-circle';
2342
+ data: string;
2343
+ } | {
2344
+ name: 'spain-circle';
2345
+ data: string;
2120
2346
  } | {
2121
2347
  name: 'status-available';
2122
2348
  data: string;
@@ -2141,6 +2367,9 @@ export declare const completeIconSet: ({
2141
2367
  } | {
2142
2368
  name: 'strikethrough-outlined';
2143
2369
  data: string;
2370
+ } | {
2371
+ name: 'sweden-circle';
2372
+ data: string;
2144
2373
  } | {
2145
2374
  name: 'tag-outlined';
2146
2375
  data: string;
@@ -2156,9 +2385,15 @@ export declare const completeIconSet: ({
2156
2385
  } | {
2157
2386
  name: 'text-summary-outlined';
2158
2387
  data: string;
2388
+ } | {
2389
+ name: 'thailand-circle';
2390
+ data: string;
2159
2391
  } | {
2160
2392
  name: 'translate-box-filled';
2161
2393
  data: string;
2394
+ } | {
2395
+ name: 'turkey-circle';
2396
+ data: string;
2162
2397
  } | {
2163
2398
  name: 'twitter';
2164
2399
  data: string;
@@ -2168,6 +2403,9 @@ export declare const completeIconSet: ({
2168
2403
  } | {
2169
2404
  name: 'undo-outlined';
2170
2405
  data: string;
2406
+ } | {
2407
+ name: 'united-kingdom-circle';
2408
+ data: string;
2171
2409
  } | {
2172
2410
  name: 'video-outlined';
2173
2411
  data: string;