@haiilo/catalyst-icons 0.3.10 → 0.3.12
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 +109 -4
- package/dist/js/icons.constants.js +79 -4
- package/dist/js/icons.object.d.ts +1 -1
- package/dist/js/icons.object.js +16 -1
- package/dist/style/sprite.css.css +403 -268
- package/dist/style/sprite.css.less +403 -268
- package/dist/style/sprite.css.scss +403 -268
- package/dist/style/sprite.view.css +403 -268
- package/dist/style/sprite.view.less +403 -268
- package/dist/style/sprite.view.scss +403 -268
- 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/16-check-circle-filled.svg +1 -0
- package/tmp/assets/16-check-circle-outlined.svg +1 -0
- package/tmp/assets/16-clock-outlined.svg +1 -0
- package/tmp/assets/16-link-large.svg +1 -0
- package/tmp/assets/16-link-medium.svg +1 -0
- package/tmp/assets/16-link-small.svg +1 -0
- package/tmp/assets/16-warning-circle-outlined.svg +1 -0
- package/tmp/assets/arrow-redo-outlined.svg +1 -0
- package/tmp/assets/bold-outined.svg +1 -0
- package/tmp/assets/filter-outlined.svg +1 -0
- package/tmp/assets/italic-outlined.svg +1 -0
- package/tmp/assets/list-ordered-outlined.svg +1 -0
- package/tmp/assets/list-unordered-outlined.svg +1 -0
- package/tmp/assets/redo-outlined.svg +1 -0
- package/tmp/assets/tag-outlined.svg +1 -0
- package/tmp/assets/undo-outlined.svg +1 -0
- package/tmp/assets/circle-outlined.svg +0 -1
|
@@ -602,8 +602,16 @@ export declare const ciWriteOutlined: {
|
|
|
602
602
|
name: 'write-outlined';
|
|
603
603
|
data: string;
|
|
604
604
|
};
|
|
605
|
-
export declare const
|
|
606
|
-
name: 'circle-
|
|
605
|
+
export declare const ci16CheckCircleFilled: {
|
|
606
|
+
name: '16-check-circle-filled';
|
|
607
|
+
data: string;
|
|
608
|
+
};
|
|
609
|
+
export declare const ci16CheckCircleOutlined: {
|
|
610
|
+
name: '16-check-circle-outlined';
|
|
611
|
+
data: string;
|
|
612
|
+
};
|
|
613
|
+
export declare const ci16ClockOutlined: {
|
|
614
|
+
name: '16-clock-outlined';
|
|
607
615
|
data: string;
|
|
608
616
|
};
|
|
609
617
|
export declare const ci16Cross: {
|
|
@@ -662,10 +670,26 @@ export declare const ci16ExternalLink: {
|
|
|
662
670
|
name: '16-external-link';
|
|
663
671
|
data: string;
|
|
664
672
|
};
|
|
673
|
+
export declare const ci16LinkLarge: {
|
|
674
|
+
name: '16-link-large';
|
|
675
|
+
data: string;
|
|
676
|
+
};
|
|
677
|
+
export declare const ci16LinkMedium: {
|
|
678
|
+
name: '16-link-medium';
|
|
679
|
+
data: string;
|
|
680
|
+
};
|
|
681
|
+
export declare const ci16LinkSmall: {
|
|
682
|
+
name: '16-link-small';
|
|
683
|
+
data: string;
|
|
684
|
+
};
|
|
665
685
|
export declare const ci16TargetedOutlined: {
|
|
666
686
|
name: '16-targeted-outlined';
|
|
667
687
|
data: string;
|
|
668
688
|
};
|
|
689
|
+
export declare const ci16WarningCircleOutlined: {
|
|
690
|
+
name: '16-warning-circle-outlined';
|
|
691
|
+
data: string;
|
|
692
|
+
};
|
|
669
693
|
export declare const ciAppleSafari: {
|
|
670
694
|
name: 'apple-safari';
|
|
671
695
|
data: string;
|
|
@@ -678,6 +702,10 @@ export declare const ciArrowLeftOutlined: {
|
|
|
678
702
|
name: 'arrow-left-outlined';
|
|
679
703
|
data: string;
|
|
680
704
|
};
|
|
705
|
+
export declare const ciArrowRedoOutlined: {
|
|
706
|
+
name: 'arrow-redo-outlined';
|
|
707
|
+
data: string;
|
|
708
|
+
};
|
|
681
709
|
export declare const ciArrowRightOutlined: {
|
|
682
710
|
name: 'arrow-right-outlined';
|
|
683
711
|
data: string;
|
|
@@ -686,6 +714,10 @@ export declare const ciArrowUpOutlined: {
|
|
|
686
714
|
name: 'arrow-up-outlined';
|
|
687
715
|
data: string;
|
|
688
716
|
};
|
|
717
|
+
export declare const ciBoldOutined: {
|
|
718
|
+
name: 'bold-outined';
|
|
719
|
+
data: string;
|
|
720
|
+
};
|
|
689
721
|
export declare const ciExclamationMarkCircleOutlined: {
|
|
690
722
|
name: 'exclamation-mark-circle-outlined';
|
|
691
723
|
data: string;
|
|
@@ -702,6 +734,10 @@ export declare const ciFeedOutlined: {
|
|
|
702
734
|
name: 'feed-outlined';
|
|
703
735
|
data: string;
|
|
704
736
|
};
|
|
737
|
+
export declare const ciFilterOutlined: {
|
|
738
|
+
name: 'filter-outlined';
|
|
739
|
+
data: string;
|
|
740
|
+
};
|
|
705
741
|
export declare const ciFingerprintOutlined: {
|
|
706
742
|
name: 'fingerprint-outlined';
|
|
707
743
|
data: string;
|
|
@@ -762,6 +798,10 @@ export declare const ciInstagram: {
|
|
|
762
798
|
name: 'instagram';
|
|
763
799
|
data: string;
|
|
764
800
|
};
|
|
801
|
+
export declare const ciItalicOutlined: {
|
|
802
|
+
name: 'italic-outlined';
|
|
803
|
+
data: string;
|
|
804
|
+
};
|
|
765
805
|
export declare const ciLinkBreakOutlined: {
|
|
766
806
|
name: 'link-break-outlined';
|
|
767
807
|
data: string;
|
|
@@ -770,6 +810,14 @@ export declare const ciLinkedin: {
|
|
|
770
810
|
name: 'linkedin';
|
|
771
811
|
data: string;
|
|
772
812
|
};
|
|
813
|
+
export declare const ciListOrderedOutlined: {
|
|
814
|
+
name: 'list-ordered-outlined';
|
|
815
|
+
data: string;
|
|
816
|
+
};
|
|
817
|
+
export declare const ciListUnorderedOutlined: {
|
|
818
|
+
name: 'list-unordered-outlined';
|
|
819
|
+
data: string;
|
|
820
|
+
};
|
|
773
821
|
export declare const ciMailOpenOutlined: {
|
|
774
822
|
name: 'mail-open-outlined';
|
|
775
823
|
data: string;
|
|
@@ -854,6 +902,10 @@ export declare const ciPuzzlePieceOutlined: {
|
|
|
854
902
|
name: 'puzzle-piece-outlined';
|
|
855
903
|
data: string;
|
|
856
904
|
};
|
|
905
|
+
export declare const ciRedoOutlined: {
|
|
906
|
+
name: 'redo-outlined';
|
|
907
|
+
data: string;
|
|
908
|
+
};
|
|
857
909
|
export declare const ciStreamFilled: {
|
|
858
910
|
name: 'stream-filled';
|
|
859
911
|
data: string;
|
|
@@ -862,6 +914,10 @@ export declare const ciStreamOutlined: {
|
|
|
862
914
|
name: 'stream-outlined';
|
|
863
915
|
data: string;
|
|
864
916
|
};
|
|
917
|
+
export declare const ciTagOutlined: {
|
|
918
|
+
name: 'tag-outlined';
|
|
919
|
+
data: string;
|
|
920
|
+
};
|
|
865
921
|
export declare const ciTargetedOutlined: {
|
|
866
922
|
name: 'targeted-outlined';
|
|
867
923
|
data: string;
|
|
@@ -874,6 +930,10 @@ export declare const ciTwitter: {
|
|
|
874
930
|
name: 'twitter';
|
|
875
931
|
data: string;
|
|
876
932
|
};
|
|
933
|
+
export declare const ciUndoOutlined: {
|
|
934
|
+
name: 'undo-outlined';
|
|
935
|
+
data: string;
|
|
936
|
+
};
|
|
877
937
|
export declare const ciWAlertOutlined: {
|
|
878
938
|
name: 'w-alert-outlined';
|
|
879
939
|
data: string;
|
|
@@ -1046,7 +1106,7 @@ export declare const ciXing: {
|
|
|
1046
1106
|
name: 'xing';
|
|
1047
1107
|
data: string;
|
|
1048
1108
|
};
|
|
1049
|
-
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' | 'copy-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | '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' | 'group-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' | 'circle-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-targeted-outlined' | 'apple-safari' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'exclamation-mark-circle-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'fingerprint-outlined' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-outlined' | 'haiilo-share' | 'haiilo-stories' | 'history-outlined' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'link-break-outlined' | 'linkedin' | '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' | 'planet-filled' | 'planet-outlined' | 'puzzle-piece-outlined' | 'stream-filled' | 'stream-outlined' | 'targeted-outlined' | 'translate-box-filled' | 'twitter' | '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';
|
|
1109
|
+
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' | 'copy-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | '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' | 'group-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-check-circle-filled' | '16-check-circle-outlined' | '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-link-large' | '16-link-medium' | '16-link-small' | '16-targeted-outlined' | '16-warning-circle-outlined' | 'apple-safari' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'bold-outined' | 'exclamation-mark-circle-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'filter-outlined' | 'fingerprint-outlined' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | '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' | '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' | 'planet-filled' | 'planet-outlined' | 'puzzle-piece-outlined' | 'redo-outlined' | 'stream-filled' | 'stream-outlined' | 'tag-outlined' | 'targeted-outlined' | 'translate-box-filled' | 'twitter' | 'undo-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';
|
|
1050
1110
|
export interface CoyoIcon {
|
|
1051
1111
|
name: coyoIcon;
|
|
1052
1112
|
data: string;
|
|
@@ -1506,7 +1566,13 @@ export declare const completeIconSet: ({
|
|
|
1506
1566
|
name: 'write-outlined';
|
|
1507
1567
|
data: string;
|
|
1508
1568
|
} | {
|
|
1509
|
-
name: 'circle-
|
|
1569
|
+
name: '16-check-circle-filled';
|
|
1570
|
+
data: string;
|
|
1571
|
+
} | {
|
|
1572
|
+
name: '16-check-circle-outlined';
|
|
1573
|
+
data: string;
|
|
1574
|
+
} | {
|
|
1575
|
+
name: '16-clock-outlined';
|
|
1510
1576
|
data: string;
|
|
1511
1577
|
} | {
|
|
1512
1578
|
name: '16-cross';
|
|
@@ -1550,9 +1616,21 @@ export declare const completeIconSet: ({
|
|
|
1550
1616
|
} | {
|
|
1551
1617
|
name: '16-external-link';
|
|
1552
1618
|
data: string;
|
|
1619
|
+
} | {
|
|
1620
|
+
name: '16-link-large';
|
|
1621
|
+
data: string;
|
|
1622
|
+
} | {
|
|
1623
|
+
name: '16-link-medium';
|
|
1624
|
+
data: string;
|
|
1625
|
+
} | {
|
|
1626
|
+
name: '16-link-small';
|
|
1627
|
+
data: string;
|
|
1553
1628
|
} | {
|
|
1554
1629
|
name: '16-targeted-outlined';
|
|
1555
1630
|
data: string;
|
|
1631
|
+
} | {
|
|
1632
|
+
name: '16-warning-circle-outlined';
|
|
1633
|
+
data: string;
|
|
1556
1634
|
} | {
|
|
1557
1635
|
name: 'apple-safari';
|
|
1558
1636
|
data: string;
|
|
@@ -1562,12 +1640,18 @@ export declare const completeIconSet: ({
|
|
|
1562
1640
|
} | {
|
|
1563
1641
|
name: 'arrow-left-outlined';
|
|
1564
1642
|
data: string;
|
|
1643
|
+
} | {
|
|
1644
|
+
name: 'arrow-redo-outlined';
|
|
1645
|
+
data: string;
|
|
1565
1646
|
} | {
|
|
1566
1647
|
name: 'arrow-right-outlined';
|
|
1567
1648
|
data: string;
|
|
1568
1649
|
} | {
|
|
1569
1650
|
name: 'arrow-up-outlined';
|
|
1570
1651
|
data: string;
|
|
1652
|
+
} | {
|
|
1653
|
+
name: 'bold-outined';
|
|
1654
|
+
data: string;
|
|
1571
1655
|
} | {
|
|
1572
1656
|
name: 'exclamation-mark-circle-outlined';
|
|
1573
1657
|
data: string;
|
|
@@ -1580,6 +1664,9 @@ export declare const completeIconSet: ({
|
|
|
1580
1664
|
} | {
|
|
1581
1665
|
name: 'feed-outlined';
|
|
1582
1666
|
data: string;
|
|
1667
|
+
} | {
|
|
1668
|
+
name: 'filter-outlined';
|
|
1669
|
+
data: string;
|
|
1583
1670
|
} | {
|
|
1584
1671
|
name: 'fingerprint-outlined';
|
|
1585
1672
|
data: string;
|
|
@@ -1625,12 +1712,21 @@ export declare const completeIconSet: ({
|
|
|
1625
1712
|
} | {
|
|
1626
1713
|
name: 'instagram';
|
|
1627
1714
|
data: string;
|
|
1715
|
+
} | {
|
|
1716
|
+
name: 'italic-outlined';
|
|
1717
|
+
data: string;
|
|
1628
1718
|
} | {
|
|
1629
1719
|
name: 'link-break-outlined';
|
|
1630
1720
|
data: string;
|
|
1631
1721
|
} | {
|
|
1632
1722
|
name: 'linkedin';
|
|
1633
1723
|
data: string;
|
|
1724
|
+
} | {
|
|
1725
|
+
name: 'list-ordered-outlined';
|
|
1726
|
+
data: string;
|
|
1727
|
+
} | {
|
|
1728
|
+
name: 'list-unordered-outlined';
|
|
1729
|
+
data: string;
|
|
1634
1730
|
} | {
|
|
1635
1731
|
name: 'mail-open-outlined';
|
|
1636
1732
|
data: string;
|
|
@@ -1694,12 +1790,18 @@ export declare const completeIconSet: ({
|
|
|
1694
1790
|
} | {
|
|
1695
1791
|
name: 'puzzle-piece-outlined';
|
|
1696
1792
|
data: string;
|
|
1793
|
+
} | {
|
|
1794
|
+
name: 'redo-outlined';
|
|
1795
|
+
data: string;
|
|
1697
1796
|
} | {
|
|
1698
1797
|
name: 'stream-filled';
|
|
1699
1798
|
data: string;
|
|
1700
1799
|
} | {
|
|
1701
1800
|
name: 'stream-outlined';
|
|
1702
1801
|
data: string;
|
|
1802
|
+
} | {
|
|
1803
|
+
name: 'tag-outlined';
|
|
1804
|
+
data: string;
|
|
1703
1805
|
} | {
|
|
1704
1806
|
name: 'targeted-outlined';
|
|
1705
1807
|
data: string;
|
|
@@ -1709,6 +1811,9 @@ export declare const completeIconSet: ({
|
|
|
1709
1811
|
} | {
|
|
1710
1812
|
name: 'twitter';
|
|
1711
1813
|
data: string;
|
|
1814
|
+
} | {
|
|
1815
|
+
name: 'undo-outlined';
|
|
1816
|
+
data: string;
|
|
1712
1817
|
} | {
|
|
1713
1818
|
name: 'w-alert-outlined';
|
|
1714
1819
|
data: string;
|
|
@@ -603,9 +603,17 @@ export const ciWriteOutlined = {
|
|
|
603
603
|
name: 'write-outlined',
|
|
604
604
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4.75 6c0-.69.56-1.25 1.25-1.25h6a.75.75 0 0 0 0-1.5H6A2.75 2.75 0 0 0 3.25 6v12A2.75 2.75 0 0 0 6 20.75h12A2.75 2.75 0 0 0 20.75 18v-6a.75.75 0 0 0-1.5 0v6c0 .69-.56 1.25-1.25 1.25H6c-.69 0-1.25-.56-1.25-1.25V6Z"/><path d="M19.707 5.707a1 1 0 0 0-1.414-1.414l-8 8a1 1 0 1 0 1.414 1.414l8-8Z"/></svg>`
|
|
605
605
|
};
|
|
606
|
-
export const
|
|
607
|
-
name: 'circle-
|
|
608
|
-
data: `<svg viewBox="0 0
|
|
606
|
+
export const ci16CheckCircleFilled = {
|
|
607
|
+
name: '16-check-circle-filled',
|
|
608
|
+
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Zm3.547-9.487a.75.75 0 1 0-1.094-1.026l-3.25 3.467L5.497 7.44a.75.75 0 1 0-.996 1.122l2.25 2a.75.75 0 0 0 1.045-.048l3.75-4Z"/></svg>`
|
|
609
|
+
};
|
|
610
|
+
export const ci16CheckCircleOutlined = {
|
|
611
|
+
name: '16-check-circle-outlined',
|
|
612
|
+
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M11.547 6.513a.75.75 0 0 0-1.094-1.026l-3.25 3.467L5.497 7.44a.75.75 0 1 0-.996 1.122l2.25 2a.75.75 0 0 0 1.045-.048l3.75-4Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 .25a7.75 7.75 0 1 0 0 15.5A7.75 7.75 0 0 0 8 .25ZM1.75 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"/></svg>`
|
|
613
|
+
};
|
|
614
|
+
export const ci16ClockOutlined = {
|
|
615
|
+
name: '16-clock-outlined',
|
|
616
|
+
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M8.75 4a.75.75 0 0 0-1.5 0v4c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5H8.75V4Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 .25a7.75 7.75 0 1 0 0 15.5A7.75 7.75 0 0 0 8 .25ZM1.75 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"/></svg>`
|
|
609
617
|
};
|
|
610
618
|
export const ci16Cross = {
|
|
611
619
|
name: '16-cross',
|
|
@@ -663,10 +671,26 @@ export const ci16ExternalLink = {
|
|
|
663
671
|
name: '16-external-link',
|
|
664
672
|
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M4 2.75c-.69 0-1.25.56-1.25 1.25v8c0 .69.56 1.25 1.25 1.25h8c.69 0 1.25-.56 1.25-1.25v-1a.75.75 0 0 1 1.5 0v1A2.75 2.75 0 0 1 12 14.75H4A2.75 2.75 0 0 1 1.25 12V4A2.75 2.75 0 0 1 4 1.25h1a.75.75 0 0 1 0 1.5H4Z"/><path d="M8.25 2A.75.75 0 0 1 9 1.25h4c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0V3.81L8.53 8.53a.75.75 0 0 1-1.06-1.06l4.72-4.72H9A.75.75 0 0 1 8.25 2Z"/></svg>`
|
|
665
673
|
};
|
|
674
|
+
export const ci16LinkLarge = {
|
|
675
|
+
name: '16-link-large',
|
|
676
|
+
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 1.25A1.75 1.75 0 0 0 1.25 3v10c0 .966.784 1.75 1.75 1.75h10A1.75 1.75 0 0 0 14.75 13V3A1.75 1.75 0 0 0 13 1.25H3ZM2.75 3A.25.25 0 0 1 3 2.75h10a.25.25 0 0 1 .25.25v5.25H2.75V3Zm0 6.75V13c0 .138.112.25.25.25h10a.25.25 0 0 0 .25-.25V9.75H2.75Z"/></svg>`
|
|
677
|
+
};
|
|
678
|
+
export const ci16LinkMedium = {
|
|
679
|
+
name: '16-link-medium',
|
|
680
|
+
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 3.25A1.75 1.75 0 0 0 .25 5v6c0 .966.784 1.75 1.75 1.75h12A1.75 1.75 0 0 0 15.75 11V5A1.75 1.75 0 0 0 14 3.25H2ZM1.75 5A.25.25 0 0 1 2 4.75h3.75v6.5H2a.25.25 0 0 1-.25-.25V5Zm5.5 6.25H14a.25.25 0 0 0 .25-.25V5a.25.25 0 0 0-.25-.25H7.25v6.5Z"/></svg>`
|
|
681
|
+
};
|
|
682
|
+
export const ci16LinkSmall = {
|
|
683
|
+
name: '16-link-small',
|
|
684
|
+
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.25 6A.75.75 0 0 1 2 5.25h12a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75H2a.75.75 0 0 1-.75-.75V6Zm1.5.75v2.5h10.5v-2.5H2.75Z"/></svg>`
|
|
685
|
+
};
|
|
666
686
|
export const ci16TargetedOutlined = {
|
|
667
687
|
name: '16-targeted-outlined',
|
|
668
688
|
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M8 2.75a5.25 5.25 0 0 0-1.75 10.201.75.75 0 1 1-.5 1.415A6.752 6.752 0 0 1 8 1.25c2.94 0 5.44 1.88 6.366 4.5a.75.75 0 1 1-1.415.5A5.253 5.253 0 0 0 8 2.75Z"/><path d="M8 5.75a2.25 2.25 0 0 0-1.5 3.927.75.75 0 0 1-1 1.118A3.75 3.75 0 1 1 10.795 5.5a.75.75 0 0 1-1.118 1A2.243 2.243 0 0 0 8 5.75Z"/><path d="M8.25 9A.75.75 0 0 1 9 8.25h3a.75.75 0 0 1 0 1.5h-1.19l2.72 2.72a.75.75 0 1 1-1.06 1.06l-2.72-2.72V12a.75.75 0 0 1-1.5 0V9Z"/></svg>`
|
|
669
689
|
};
|
|
690
|
+
export const ci16WarningCircleOutlined = {
|
|
691
|
+
name: '16-warning-circle-outlined',
|
|
692
|
+
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M7.25 9V4h1.5v5h-1.5ZM8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8ZM8 1.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5Z"/></svg>`
|
|
693
|
+
};
|
|
670
694
|
export const ciAppleSafari = {
|
|
671
695
|
name: 'apple-safari',
|
|
672
696
|
data: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.815 11.807a9.79 9.79 0 0 1-9.79 9.789c-5.405 0-9.788-4.383-9.788-9.79 0-5.406 4.383-9.788 9.789-9.788a9.79 9.79 0 0 1 9.789 9.789Z" fill="#E4E3E3"/><path d="M21.048 11.807a9.022 9.022 0 1 1-18.044 0 9.022 9.022 0 0 1 18.044 0Z" fill="#0BA2E2"/><path clip-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" stroke="#fff" stroke-linecap="round" stroke-dasharray="1 2.3"/><path d="m18.191 6.545-7.196 4.182 2.106 2.233 5.09-6.415Z" fill="#FF5150"/><path d="M10.995 10.727 6.444 17.89l6.657-4.93-2.106-2.233Z" fill="#F1F1F1"/></svg>`
|
|
@@ -679,6 +703,10 @@ export const ciArrowLeftOutlined = {
|
|
|
679
703
|
name: 'arrow-left-outlined',
|
|
680
704
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.53 6.47a.75.75 0 0 1 0 1.06l-3.72 3.72H18a.75.75 0 0 1 0 1.5H7.81l3.72 3.72a.75.75 0 1 1-1.06 1.06l-5-5a.75.75 0 0 1 0-1.06l5-5a.75.75 0 0 1 1.06 0Z"/></svg>`
|
|
681
705
|
};
|
|
706
|
+
export const ciArrowRedoOutlined = {
|
|
707
|
+
name: 'arrow-redo-outlined',
|
|
708
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15.53 3.47a.75.75 0 1 0-1.06 1.06l2.72 2.72H10a5.75 5.75 0 1 0 0 11.5h2a.75.75 0 0 0 0-1.5h-2a4.25 4.25 0 0 1 0-8.5h7.19l-2.72 2.72a.75.75 0 1 0 1.06 1.06l4-4a.75.75 0 0 0 0-1.06l-4-4Z"/></svg>`
|
|
709
|
+
};
|
|
682
710
|
export const ciArrowRightOutlined = {
|
|
683
711
|
name: 'arrow-right-outlined',
|
|
684
712
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.47 6.47a.75.75 0 0 1 1.06 0l5 5a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 1 1-1.06-1.06l3.72-3.72H6a.75.75 0 0 1 0-1.5h10.19l-3.72-3.72a.75.75 0 0 1 0-1.06Z"/></svg>`
|
|
@@ -687,6 +715,10 @@ export const ciArrowUpOutlined = {
|
|
|
687
715
|
name: 'arrow-up-outlined',
|
|
688
716
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.47 5.47a.75.75 0 0 1 1.06 0l5 5a.75.75 0 1 1-1.06 1.06l-3.72-3.72V18a.75.75 0 0 1-1.5 0V7.81l-3.72 3.72a.75.75 0 0 1-1.06-1.06l5-5Z"/></svg>`
|
|
689
717
|
};
|
|
718
|
+
export const ciBoldOutined = {
|
|
719
|
+
name: 'bold-outined',
|
|
720
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.25 5A.75.75 0 0 1 8 4.25h4.5a4.25 4.25 0 0 1 2.836 7.416A4.25 4.25 0 0 1 13.5 19.75H8a.75.75 0 0 1-.75-.75V5Zm1.5.75v5.5h3.75a2.75 2.75 0 1 0 0-5.5H8.75Zm0 7v5.5h4.75a2.75 2.75 0 1 0 0-5.5H8.75Z"/></svg>`
|
|
721
|
+
};
|
|
690
722
|
export const ciExclamationMarkCircleOutlined = {
|
|
691
723
|
name: 'exclamation-mark-circle-outlined',
|
|
692
724
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-.25-8a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0V8Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5Z"/></svg>`
|
|
@@ -703,6 +735,10 @@ export const ciFeedOutlined = {
|
|
|
703
735
|
name: 'feed-outlined',
|
|
704
736
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 3.25A1.75 1.75 0 0 0 3.25 5v4c0 .966.784 1.75 1.75 1.75h5A1.75 1.75 0 0 0 11.75 9V5A1.75 1.75 0 0 0 10 3.25H5ZM4.75 5A.25.25 0 0 1 5 4.75h5a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25H5A.25.25 0 0 1 4.75 9V5ZM5 13.25A1.75 1.75 0 0 0 3.25 15v4c0 .966.784 1.75 1.75 1.75h5A1.75 1.75 0 0 0 11.75 19v-4A1.75 1.75 0 0 0 10 13.25H5ZM4.75 15a.25.25 0 0 1 .25-.25h5a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25H5a.25.25 0 0 1-.25-.25v-4Z"/><path d="M14.25 5a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75Zm.75 9.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5h-4ZM14.25 9a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75Zm.75 9.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5h-4Z"/></svg>`
|
|
705
737
|
};
|
|
738
|
+
export const ciFilterOutlined = {
|
|
739
|
+
name: 'filter-outlined',
|
|
740
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4.25 7A.75.75 0 0 1 5 6.25h14a.75.75 0 0 1 0 1.5H5A.75.75 0 0 1 4.25 7Zm3 5a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75ZM11 16.25a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5h-2Z"/></svg>`
|
|
741
|
+
};
|
|
706
742
|
export const ciFingerprintOutlined = {
|
|
707
743
|
name: 'fingerprint-outlined',
|
|
708
744
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.41 5.172a.75.75 0 1 1-.504-1.413 8.884 8.884 0 0 1 9.243 2.09 8.875 8.875 0 0 1 2.601 6.278c0 1.88-.21 3.753-.629 5.585a.75.75 0 1 1-1.462-.334 23.56 23.56 0 0 0 .591-5.25 7.375 7.375 0 0 0-7.382-7.378 7.292 7.292 0 0 0-2.458.422Z"/><path d="M13.006 7.448a4.818 4.818 0 0 0-5.953 4.68 11.316 11.316 0 0 1-1.43 5.535.75.75 0 0 0 1.31.73 12.816 12.816 0 0 0 1.62-6.267 3.312 3.312 0 0 1 2.132-3.097 3.318 3.318 0 0 1 3.657.889.75.75 0 1 0 1.118-1 4.816 4.816 0 0 0-2.454-1.47Zm3.678 4.678a.75.75 0 0 0-1.5.002 19.432 19.432 0 0 1-1.468 7.434.75.75 0 1 0 1.387.572 20.93 20.93 0 0 0 1.581-8.008ZM5.126 9.116a7.326 7.326 0 0 1 1.82-2.481c.723-.643-.274-1.764-.997-1.121a8.886 8.886 0 0 0-2.962 6.615 7.33 7.33 0 0 1-.669 3.071.75.75 0 1 0 1.364.626 8.832 8.832 0 0 0 .805-3.7 7.342 7.342 0 0 1 .64-3.01Zm5.592 9.107a.75.75 0 0 1 .353 1c-.181.38-.374.766-.578 1.137a.75.75 0 1 1-1.315-.72c.186-.34.366-.699.54-1.064a.75.75 0 0 1 1-.353Z"/><path d="M12.618 12.126a.75.75 0 1 0-1.5.002 15.29 15.29 0 0 1-.492 3.874.75.75 0 0 0 1.452.377c.36-1.389.543-2.818.54-4.253Z"/></svg>`
|
|
@@ -763,6 +799,10 @@ export const ciInstagram = {
|
|
|
763
799
|
name: 'instagram',
|
|
764
800
|
data: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.593 6.777c-.676-.031-.88-.037-2.593-.037s-1.916.007-2.592.037c-1.741.08-2.551.904-2.631 2.63-.03.677-.038.88-.038 2.593s.008 1.916.038 2.593c.08 1.723.886 2.551 2.63 2.631.676.03.88.038 2.593.038 1.714 0 1.917-.007 2.593-.038 1.741-.079 2.55-.906 2.631-2.63.03-.677.037-.88.037-2.594 0-1.713-.007-1.916-.037-2.592-.08-1.726-.892-2.551-2.63-2.631ZM12 15.295a3.295 3.295 0 1 1 0-6.59 3.295 3.295 0 0 1 0 6.59Zm3.426-5.95a.77.77 0 1 1 0-1.54.77.77 0 0 1 0 1.54ZM14.139 12a2.139 2.139 0 1 1-4.278 0 2.139 2.139 0 0 1 4.278 0ZM12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1Zm6.378 13.646c-.105 2.332-1.404 3.625-3.732 3.732-.684.031-.903.039-2.646.039-1.743 0-1.96-.008-2.646-.039-2.331-.107-3.625-1.401-3.732-3.732-.031-.684-.039-.903-.039-2.646 0-1.743.008-1.96.039-2.646.107-2.331 1.401-3.625 3.732-3.731.685-.032.903-.04 2.646-.04 1.743 0 1.962.008 2.646.04 2.333.107 3.628 1.404 3.732 3.731.031.685.039.903.039 2.646 0 1.743-.008 1.962-.039 2.646Z" fill="#C32AA3"/></svg>`
|
|
765
801
|
};
|
|
802
|
+
export const ciItalicOutlined = {
|
|
803
|
+
name: 'italic-outlined',
|
|
804
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17 4.25a.75.75 0 0 1 0 1.5h-2.434l-3.572 12.5H13a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5h2.434l3.572-12.5H11a.75.75 0 0 1 0-1.5h6Z"/></svg>`
|
|
805
|
+
};
|
|
766
806
|
export const ciLinkBreakOutlined = {
|
|
767
807
|
name: 'link-break-outlined',
|
|
768
808
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7.47 3.47a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06ZM7 7.25a4.75 4.75 0 0 0 0 9.5h1a.75.75 0 0 0 0-1.5H7a3.25 3.25 0 0 1 0-6.5h1a.75.75 0 0 0 0-1.5H7Zm9 0a.75.75 0 0 0 0 1.5h1a3.25 3.25 0 0 1 0 6.5h-1a.75.75 0 0 0 0 1.5h1a4.75 4.75 0 1 0 0-9.5h-1Zm-2.53 11.28 2 2a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 1 0-1.06 1.06Zm3.06-15.06a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0Zm-9.06 16a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 1 0-1.06-1.06l-2 2Z"/></svg>`
|
|
@@ -771,6 +811,14 @@ export const ciLinkedin = {
|
|
|
771
811
|
name: 'linkedin',
|
|
772
812
|
data: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1Zm-1.833 14.667H8.333v-5.5h1.834v5.5ZM9.25 9.35a1.012 1.012 0 0 1-1.008-1.017c0-.56.45-1.016 1.008-1.016.557 0 1.008.455 1.008 1.016 0 .562-.452 1.017-1.008 1.017Zm7.333 6.317h-1.831v-2.623c0-1.724-1.835-1.578-1.835 0v2.623h-1.834v-5.5h1.834v1.002c.799-1.482 3.666-1.592 3.666 1.419v3.079Z" fill="#0A66C2"/></svg>`
|
|
773
813
|
};
|
|
814
|
+
export const ciListOrderedOutlined = {
|
|
815
|
+
name: 'list-ordered-outlined',
|
|
816
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6.563 11v-.896h-.96V5.168H4.58L2.763 6.692l.392.52a.328.328 0 0 0 .088.08c.04.024.086.041.136.052a.536.536 0 0 0 .16 0 .41.41 0 0 0 .176-.084l.664-.552a6.722 6.722 0 0 0-.016.456v2.94h-1.12V11h3.32Zm.017 6.992a.436.436 0 0 0-.317-.112H5.175a2.45 2.45 0 0 0-.4.036 3.397 3.397 0 0 0-.436.104l1.14-1.168c.155-.157.3-.312.436-.464a3.7 3.7 0 0 0 .364-.476 2.28 2.28 0 0 0 .244-.52c.062-.181.092-.379.092-.592 0-.248-.044-.475-.132-.68a1.481 1.481 0 0 0-.372-.536 1.714 1.714 0 0 0-.592-.348 2.214 2.214 0 0 0-.776-.128 2.51 2.51 0 0 0-.748.108c-.232.07-.438.176-.62.32a1.87 1.87 0 0 0-.452.54c-.12.216-.201.47-.244.76l.656.116c.168.027.298.016.388-.032.091-.048.164-.145.22-.292a.74.74 0 0 1 .728-.508c.227 0 .395.063.504.188.112.123.168.3.168.532a1.54 1.54 0 0 1-.208.784 2.594 2.594 0 0 1-.264.384c-.106.13-.232.268-.376.412l-1.68 1.692a.598.598 0 0 0-.168.24.728.728 0 0 0-.048.248v.4h4.096v-.72a.375.375 0 0 0-.116-.288ZM9.25 6a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5H10A.75.75 0 0 1 9.25 6Zm.75 5.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5H10Zm0 6a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5H10Z"/></svg>`
|
|
817
|
+
};
|
|
818
|
+
export const ciListUnorderedOutlined = {
|
|
819
|
+
name: 'list-unordered-outlined',
|
|
820
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm4.25 1a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5H10A.75.75 0 0 1 9.25 6Zm.75 5.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5H10ZM9.25 18a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1-.75-.75ZM5 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"/></svg>`
|
|
821
|
+
};
|
|
774
822
|
export const ciMailOpenOutlined = {
|
|
775
823
|
name: 'mail-open-outlined',
|
|
776
824
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.416 1.376a.75.75 0 0 0-.832 0l-9 6A.75.75 0 0 0 2.25 8v9A2.75 2.75 0 0 0 5 19.75h14A2.75 2.75 0 0 0 21.75 17V8a.75.75 0 0 0-.334-.624l-9-6ZM3.75 9.275V17c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V9.275l-7.886 4.38a.75.75 0 0 1-.728 0L3.75 9.276Zm15.81-1.333L12 2.902l-7.56 5.04 7.56 4.2 7.56-4.2Z"/></svg>`
|
|
@@ -855,6 +903,10 @@ export const ciPuzzlePieceOutlined = {
|
|
|
855
903
|
name: 'puzzle-piece-outlined',
|
|
856
904
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M14.48 4.47a2.88 2.88 0 1 1 4.08 4.08l-.23.23 1.78 1.78a1.75 1.75 0 0 1 0 2.47l-1.78 1.78.23.22a2.88 2.88 0 1 1-4.08 4.08l-.23-.22-1.78 1.78a1.75 1.75 0 0 1-2.47 0l-7.64-7.64a1.75 1.75 0 0 1 0-2.47l2.31-2.31a.75.75 0 0 1 1.06 0L6.5 9a1.38 1.38 0 1 0 1.95-1.96L7.7 6.3a.75.75 0 0 1 0-1.06L10 2.92a1.75 1.75 0 0 1 2.48 0l1.77 1.78.23-.23Zm3.01 1.07a1.38 1.38 0 0 0-1.95 0l-.75.75a.75.75 0 0 1-1.07 0l-2.3-2.31a.25.25 0 0 0-.36 0L9.28 5.76l.23.22a2.88 2.88 0 0 1-4.08 4.08l-.23-.22-1.78 1.78a.25.25 0 0 0 0 .35l7.64 7.64a.25.25 0 0 0 .35 0l2.31-2.31a.75.75 0 0 1 1.06 0l.76.75a1.38 1.38 0 0 0 1.96-1.96l-.76-.75a.75.75 0 0 1 0-1.06l2.31-2.3a.25.25 0 0 0 0-.36l-2.3-2.31a.75.75 0 0 1 0-1.06l.74-.76c.55-.54.55-1.41 0-1.95Z" clip-rule="evenodd"/></svg>`
|
|
857
905
|
};
|
|
906
|
+
export const ciRedoOutlined = {
|
|
907
|
+
name: 'redo-outlined',
|
|
908
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15.53 3.47a.75.75 0 1 0-1.06 1.06l2.72 2.72H10a5.75 5.75 0 1 0 0 11.5h2a.75.75 0 0 0 0-1.5h-2a4.25 4.25 0 0 1 0-8.5h7.19l-2.72 2.72a.75.75 0 1 0 1.06 1.06l4-4a.75.75 0 0 0 0-1.06l-4-4Z"/></svg>`
|
|
909
|
+
};
|
|
858
910
|
export const ciStreamFilled = {
|
|
859
911
|
name: 'stream-filled',
|
|
860
912
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6.375 3H16.5A4.5 4.5 0 0 1 21 7.5v10.125A3.375 3.375 0 0 1 17.625 21v-1.625c0-7.18-5.82-13-13-13H3A3.375 3.375 0 0 1 6.375 3Z"/><path d="M4 9.25a.75.75 0 0 0 0 1.5A9.25 9.25 0 0 1 13.25 20a.75.75 0 0 0 1.5 0C14.75 14.063 9.937 9.25 4 9.25Z"/><path d="M4 13.25a.75.75 0 0 0 0 1.5c2.9 0 5.25 2.35 5.25 5.25a.75.75 0 0 0 1.5 0A6.75 6.75 0 0 0 4 13.25Zm0 4a.75.75 0 0 0 0 1.5c.69 0 1.25.56 1.25 1.25a.75.75 0 0 0 1.5 0A2.75 2.75 0 0 0 4 17.25Z"/></svg>`
|
|
@@ -863,6 +915,10 @@ export const ciStreamOutlined = {
|
|
|
863
915
|
name: 'stream-outlined',
|
|
864
916
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7 4.75A2.25 2.25 0 0 0 4.75 7a.75.75 0 0 1-1.5 0A3.75 3.75 0 0 1 7 3.25h9A4.75 4.75 0 0 1 20.75 8v9A3.75 3.75 0 0 1 17 20.75a.75.75 0 0 1 0-1.5A2.25 2.25 0 0 0 19.25 17V8A3.25 3.25 0 0 0 16 4.75H7ZM3.25 10A.75.75 0 0 1 4 9.25c5.937 0 10.75 4.813 10.75 10.75a.75.75 0 0 1-1.5 0A9.25 9.25 0 0 0 4 10.75a.75.75 0 0 1-.75-.75Zm0 4a.75.75 0 0 1 .75-.75A6.75 6.75 0 0 1 10.75 20a.75.75 0 0 1-1.5 0c0-2.9-2.35-5.25-5.25-5.25a.75.75 0 0 1-.75-.75Zm0 4a.75.75 0 0 1 .75-.75A2.75 2.75 0 0 1 6.75 20a.75.75 0 0 1-1.5 0c0-.69-.56-1.25-1.25-1.25a.75.75 0 0 1-.75-.75Z"/></svg>`
|
|
865
917
|
};
|
|
918
|
+
export const ciTagOutlined = {
|
|
919
|
+
name: 'tag-outlined',
|
|
920
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15 6.25a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5ZM13.75 9a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.828 3.25c-.729 0-1.428.29-1.944.805l-7.707 7.708a1.75 1.75 0 0 0 0 2.474l6.586 6.586a1.75 1.75 0 0 0 2.474 0l7.708-7.707a2.75 2.75 0 0 0 .805-1.944V6A2.75 2.75 0 0 0 18 3.25h-5.172Zm-.883 1.866a1.25 1.25 0 0 1 .883-.366H18c.69 0 1.25.56 1.25 1.25v5.172c0 .331-.132.649-.366.883l-7.707 7.708a.25.25 0 0 1-.354 0l-6.586-6.586a.25.25 0 0 1 0-.354l7.707-7.707Z"/></svg>`
|
|
921
|
+
};
|
|
866
922
|
export const ciTargetedOutlined = {
|
|
867
923
|
name: 'targeted-outlined',
|
|
868
924
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15.157 4.378A8.25 8.25 0 1 0 12 20.25a.75.75 0 0 1 0 1.5A9.75 9.75 0 1 1 21.75 12a.75.75 0 0 1-1.5 0 8.25 8.25 0 0 0-5.093-7.622Z"/><path d="M12.644 7.8a4.25 4.25 0 0 0-2.44 8.052.75.75 0 0 1-.634 1.36 5.75 5.75 0 1 1 7.566-7.797.75.75 0 0 1-1.34.675 4.25 4.25 0 0 0-3.152-2.29Z"/><path d="M12.25 13a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-2.19l4.72 4.72a.75.75 0 1 1-1.06 1.06l-4.72-4.72V17a.75.75 0 0 1-1.5 0v-4Z"/></svg>`
|
|
@@ -875,6 +931,10 @@ export const ciTwitter = {
|
|
|
875
931
|
name: 'twitter',
|
|
876
932
|
data: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1Zm5.56 8.841c.168 3.704-2.594 7.832-7.483 7.832a7.45 7.45 0 0 1-4.035-1.183 5.297 5.297 0 0 0 3.897-1.09 2.639 2.639 0 0 1-2.46-1.829c.413.079.82.056 1.19-.045-1.266-.255-2.14-1.395-2.112-2.615.355.197.76.315 1.192.33a2.637 2.637 0 0 1-.814-3.516 7.474 7.474 0 0 0 5.426 2.75 2.636 2.636 0 0 1 4.487-2.401 5.253 5.253 0 0 0 1.672-.639 2.644 2.644 0 0 1-1.157 1.457 5.252 5.252 0 0 0 1.511-.416c-.352.53-.797.994-1.313 1.365Z" fill="#1DA1F2"/></svg>`
|
|
877
933
|
};
|
|
934
|
+
export const ciUndoOutlined = {
|
|
935
|
+
name: 'undo-outlined',
|
|
936
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.53 4.53a.75.75 0 0 0-1.06-1.06l-4 4a.75.75 0 0 0 0 1.06l4 4a.75.75 0 0 0 1.06-1.06L6.81 8.75H14a4.25 4.25 0 0 1 0 8.5h-2a.75.75 0 0 0 0 1.5h2a5.75 5.75 0 0 0 0-11.5H6.81l2.72-2.72Z"/></svg>`
|
|
937
|
+
};
|
|
878
938
|
export const ciWAlertOutlined = {
|
|
879
939
|
name: 'w-alert-outlined',
|
|
880
940
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 7.25a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 .75-.75ZM13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 3.25A1.75 1.75 0 0 0 3.25 5v14c0 .966.784 1.75 1.75 1.75h14A1.75 1.75 0 0 0 20.75 19V5A1.75 1.75 0 0 0 19 3.25H5ZM4.75 5A.25.25 0 0 1 5 4.75h14a.25.25 0 0 1 .25.25v14a.25.25 0 0 1-.25.25H5a.25.25 0 0 1-.25-.25V5Z"/></svg>`
|
|
@@ -1199,7 +1259,9 @@ export const completeIconSet = [
|
|
|
1199
1259
|
ciVideoCameraOutlined,
|
|
1200
1260
|
ciWBlogArticleRecommendedOutlined,
|
|
1201
1261
|
ciWriteOutlined,
|
|
1202
|
-
|
|
1262
|
+
ci16CheckCircleFilled,
|
|
1263
|
+
ci16CheckCircleOutlined,
|
|
1264
|
+
ci16ClockOutlined,
|
|
1203
1265
|
ci16Cross,
|
|
1204
1266
|
ci16EditorArrowDown,
|
|
1205
1267
|
ci16EditorArrowUp,
|
|
@@ -1214,16 +1276,23 @@ export const completeIconSet = [
|
|
|
1214
1276
|
ci16EditorSearch,
|
|
1215
1277
|
ci16EditorSettings,
|
|
1216
1278
|
ci16ExternalLink,
|
|
1279
|
+
ci16LinkLarge,
|
|
1280
|
+
ci16LinkMedium,
|
|
1281
|
+
ci16LinkSmall,
|
|
1217
1282
|
ci16TargetedOutlined,
|
|
1283
|
+
ci16WarningCircleOutlined,
|
|
1218
1284
|
ciAppleSafari,
|
|
1219
1285
|
ciArrowDownOutlined,
|
|
1220
1286
|
ciArrowLeftOutlined,
|
|
1287
|
+
ciArrowRedoOutlined,
|
|
1221
1288
|
ciArrowRightOutlined,
|
|
1222
1289
|
ciArrowUpOutlined,
|
|
1290
|
+
ciBoldOutined,
|
|
1223
1291
|
ciExclamationMarkCircleOutlined,
|
|
1224
1292
|
ciFacebook,
|
|
1225
1293
|
ciFeedFilled,
|
|
1226
1294
|
ciFeedOutlined,
|
|
1295
|
+
ciFilterOutlined,
|
|
1227
1296
|
ciFingerprintOutlined,
|
|
1228
1297
|
ciGoogleCalendar,
|
|
1229
1298
|
ciGoogleChrome,
|
|
@@ -1239,8 +1308,11 @@ export const completeIconSet = [
|
|
|
1239
1308
|
ciInfoCircleFilled,
|
|
1240
1309
|
ciInfoCircleOutlined,
|
|
1241
1310
|
ciInstagram,
|
|
1311
|
+
ciItalicOutlined,
|
|
1242
1312
|
ciLinkBreakOutlined,
|
|
1243
1313
|
ciLinkedin,
|
|
1314
|
+
ciListOrderedOutlined,
|
|
1315
|
+
ciListUnorderedOutlined,
|
|
1244
1316
|
ciMailOpenOutlined,
|
|
1245
1317
|
ciMailOutlined,
|
|
1246
1318
|
ciMenuLeftOutlined,
|
|
@@ -1262,11 +1334,14 @@ export const completeIconSet = [
|
|
|
1262
1334
|
ciPlanetFilled,
|
|
1263
1335
|
ciPlanetOutlined,
|
|
1264
1336
|
ciPuzzlePieceOutlined,
|
|
1337
|
+
ciRedoOutlined,
|
|
1265
1338
|
ciStreamFilled,
|
|
1266
1339
|
ciStreamOutlined,
|
|
1340
|
+
ciTagOutlined,
|
|
1267
1341
|
ciTargetedOutlined,
|
|
1268
1342
|
ciTranslateBoxFilled,
|
|
1269
1343
|
ciTwitter,
|
|
1344
|
+
ciUndoOutlined,
|
|
1270
1345
|
ciWAlertOutlined,
|
|
1271
1346
|
ciWBirthdaysUpcomingOutlined,
|
|
1272
1347
|
ciWBlogArticleNewOutlined,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const ci: {
|
|
2
2
|
[key in MyIconType]: string;
|
|
3
3
|
};
|
|
4
|
-
export declare type MyIconType = '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' | 'copy-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | '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' | 'group-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' | 'circle-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-targeted-outlined' | 'apple-safari' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'exclamation-mark-circle-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'fingerprint-outlined' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-outlined' | 'haiilo-share' | 'haiilo-stories' | 'history-outlined' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'link-break-outlined' | 'linkedin' | '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' | 'planet-filled' | 'planet-outlined' | 'puzzle-piece-outlined' | 'stream-filled' | 'stream-outlined' | 'targeted-outlined' | 'translate-box-filled' | 'twitter' | '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';
|
|
4
|
+
export declare type MyIconType = '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' | 'copy-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | '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' | 'group-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-check-circle-filled' | '16-check-circle-outlined' | '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-link-large' | '16-link-medium' | '16-link-small' | '16-targeted-outlined' | '16-warning-circle-outlined' | 'apple-safari' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'bold-outined' | 'exclamation-mark-circle-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'filter-outlined' | 'fingerprint-outlined' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | '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' | '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' | 'planet-filled' | 'planet-outlined' | 'puzzle-piece-outlined' | 'redo-outlined' | 'stream-filled' | 'stream-outlined' | 'tag-outlined' | 'targeted-outlined' | 'translate-box-filled' | 'twitter' | 'undo-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';
|