@haiilo/catalyst-icons 0.3.11 → 0.3.13
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 +84 -7
- package/dist/js/icons.constants.js +60 -5
- package/dist/js/icons.object.d.ts +1 -1
- package/dist/js/icons.object.js +12 -1
- package/dist/style/sprite.css.css +368 -269
- package/dist/style/sprite.css.less +368 -269
- package/dist/style/sprite.css.scss +368 -269
- package/dist/style/sprite.view.css +368 -269
- package/dist/style/sprite.view.less +368 -269
- package/dist/style/sprite.view.scss +368 -269
- 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-warning-circle-outlined.svg +1 -0
- package/tmp/assets/bold-outlined.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/{arrow-undo-outlined.svg → undo-outlined.svg} +1 -1
|
@@ -602,6 +602,18 @@ export declare const ciWriteOutlined: {
|
|
|
602
602
|
name: 'write-outlined';
|
|
603
603
|
data: string;
|
|
604
604
|
};
|
|
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';
|
|
615
|
+
data: string;
|
|
616
|
+
};
|
|
605
617
|
export declare const ci16Cross: {
|
|
606
618
|
name: '16-cross';
|
|
607
619
|
data: string;
|
|
@@ -674,6 +686,10 @@ export declare const ci16TargetedOutlined: {
|
|
|
674
686
|
name: '16-targeted-outlined';
|
|
675
687
|
data: string;
|
|
676
688
|
};
|
|
689
|
+
export declare const ci16WarningCircleOutlined: {
|
|
690
|
+
name: '16-warning-circle-outlined';
|
|
691
|
+
data: string;
|
|
692
|
+
};
|
|
677
693
|
export declare const ciAppleSafari: {
|
|
678
694
|
name: 'apple-safari';
|
|
679
695
|
data: string;
|
|
@@ -694,14 +710,14 @@ export declare const ciArrowRightOutlined: {
|
|
|
694
710
|
name: 'arrow-right-outlined';
|
|
695
711
|
data: string;
|
|
696
712
|
};
|
|
697
|
-
export declare const ciArrowUndoOutlined: {
|
|
698
|
-
name: 'arrow-undo-outlined';
|
|
699
|
-
data: string;
|
|
700
|
-
};
|
|
701
713
|
export declare const ciArrowUpOutlined: {
|
|
702
714
|
name: 'arrow-up-outlined';
|
|
703
715
|
data: string;
|
|
704
716
|
};
|
|
717
|
+
export declare const ciBoldOutlined: {
|
|
718
|
+
name: 'bold-outlined';
|
|
719
|
+
data: string;
|
|
720
|
+
};
|
|
705
721
|
export declare const ciExclamationMarkCircleOutlined: {
|
|
706
722
|
name: 'exclamation-mark-circle-outlined';
|
|
707
723
|
data: string;
|
|
@@ -718,6 +734,10 @@ export declare const ciFeedOutlined: {
|
|
|
718
734
|
name: 'feed-outlined';
|
|
719
735
|
data: string;
|
|
720
736
|
};
|
|
737
|
+
export declare const ciFilterOutlined: {
|
|
738
|
+
name: 'filter-outlined';
|
|
739
|
+
data: string;
|
|
740
|
+
};
|
|
721
741
|
export declare const ciFingerprintOutlined: {
|
|
722
742
|
name: 'fingerprint-outlined';
|
|
723
743
|
data: string;
|
|
@@ -778,6 +798,10 @@ export declare const ciInstagram: {
|
|
|
778
798
|
name: 'instagram';
|
|
779
799
|
data: string;
|
|
780
800
|
};
|
|
801
|
+
export declare const ciItalicOutlined: {
|
|
802
|
+
name: 'italic-outlined';
|
|
803
|
+
data: string;
|
|
804
|
+
};
|
|
781
805
|
export declare const ciLinkBreakOutlined: {
|
|
782
806
|
name: 'link-break-outlined';
|
|
783
807
|
data: string;
|
|
@@ -786,6 +810,14 @@ export declare const ciLinkedin: {
|
|
|
786
810
|
name: 'linkedin';
|
|
787
811
|
data: string;
|
|
788
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
|
+
};
|
|
789
821
|
export declare const ciMailOpenOutlined: {
|
|
790
822
|
name: 'mail-open-outlined';
|
|
791
823
|
data: string;
|
|
@@ -870,6 +902,10 @@ export declare const ciPuzzlePieceOutlined: {
|
|
|
870
902
|
name: 'puzzle-piece-outlined';
|
|
871
903
|
data: string;
|
|
872
904
|
};
|
|
905
|
+
export declare const ciRedoOutlined: {
|
|
906
|
+
name: 'redo-outlined';
|
|
907
|
+
data: string;
|
|
908
|
+
};
|
|
873
909
|
export declare const ciStreamFilled: {
|
|
874
910
|
name: 'stream-filled';
|
|
875
911
|
data: string;
|
|
@@ -878,6 +914,10 @@ export declare const ciStreamOutlined: {
|
|
|
878
914
|
name: 'stream-outlined';
|
|
879
915
|
data: string;
|
|
880
916
|
};
|
|
917
|
+
export declare const ciTagOutlined: {
|
|
918
|
+
name: 'tag-outlined';
|
|
919
|
+
data: string;
|
|
920
|
+
};
|
|
881
921
|
export declare const ciTargetedOutlined: {
|
|
882
922
|
name: 'targeted-outlined';
|
|
883
923
|
data: string;
|
|
@@ -890,6 +930,10 @@ export declare const ciTwitter: {
|
|
|
890
930
|
name: 'twitter';
|
|
891
931
|
data: string;
|
|
892
932
|
};
|
|
933
|
+
export declare const ciUndoOutlined: {
|
|
934
|
+
name: 'undo-outlined';
|
|
935
|
+
data: string;
|
|
936
|
+
};
|
|
893
937
|
export declare const ciWAlertOutlined: {
|
|
894
938
|
name: 'w-alert-outlined';
|
|
895
939
|
data: string;
|
|
@@ -1062,7 +1106,7 @@ export declare const ciXing: {
|
|
|
1062
1106
|
name: 'xing';
|
|
1063
1107
|
data: string;
|
|
1064
1108
|
};
|
|
1065
|
-
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-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' | 'apple-safari' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-
|
|
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-outlined' | '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';
|
|
1066
1110
|
export interface CoyoIcon {
|
|
1067
1111
|
name: coyoIcon;
|
|
1068
1112
|
data: string;
|
|
@@ -1521,6 +1565,15 @@ export declare const completeIconSet: ({
|
|
|
1521
1565
|
} | {
|
|
1522
1566
|
name: 'write-outlined';
|
|
1523
1567
|
data: string;
|
|
1568
|
+
} | {
|
|
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';
|
|
1576
|
+
data: string;
|
|
1524
1577
|
} | {
|
|
1525
1578
|
name: '16-cross';
|
|
1526
1579
|
data: string;
|
|
@@ -1575,6 +1628,9 @@ export declare const completeIconSet: ({
|
|
|
1575
1628
|
} | {
|
|
1576
1629
|
name: '16-targeted-outlined';
|
|
1577
1630
|
data: string;
|
|
1631
|
+
} | {
|
|
1632
|
+
name: '16-warning-circle-outlined';
|
|
1633
|
+
data: string;
|
|
1578
1634
|
} | {
|
|
1579
1635
|
name: 'apple-safari';
|
|
1580
1636
|
data: string;
|
|
@@ -1591,10 +1647,10 @@ export declare const completeIconSet: ({
|
|
|
1591
1647
|
name: 'arrow-right-outlined';
|
|
1592
1648
|
data: string;
|
|
1593
1649
|
} | {
|
|
1594
|
-
name: 'arrow-
|
|
1650
|
+
name: 'arrow-up-outlined';
|
|
1595
1651
|
data: string;
|
|
1596
1652
|
} | {
|
|
1597
|
-
name: '
|
|
1653
|
+
name: 'bold-outlined';
|
|
1598
1654
|
data: string;
|
|
1599
1655
|
} | {
|
|
1600
1656
|
name: 'exclamation-mark-circle-outlined';
|
|
@@ -1608,6 +1664,9 @@ export declare const completeIconSet: ({
|
|
|
1608
1664
|
} | {
|
|
1609
1665
|
name: 'feed-outlined';
|
|
1610
1666
|
data: string;
|
|
1667
|
+
} | {
|
|
1668
|
+
name: 'filter-outlined';
|
|
1669
|
+
data: string;
|
|
1611
1670
|
} | {
|
|
1612
1671
|
name: 'fingerprint-outlined';
|
|
1613
1672
|
data: string;
|
|
@@ -1653,12 +1712,21 @@ export declare const completeIconSet: ({
|
|
|
1653
1712
|
} | {
|
|
1654
1713
|
name: 'instagram';
|
|
1655
1714
|
data: string;
|
|
1715
|
+
} | {
|
|
1716
|
+
name: 'italic-outlined';
|
|
1717
|
+
data: string;
|
|
1656
1718
|
} | {
|
|
1657
1719
|
name: 'link-break-outlined';
|
|
1658
1720
|
data: string;
|
|
1659
1721
|
} | {
|
|
1660
1722
|
name: 'linkedin';
|
|
1661
1723
|
data: string;
|
|
1724
|
+
} | {
|
|
1725
|
+
name: 'list-ordered-outlined';
|
|
1726
|
+
data: string;
|
|
1727
|
+
} | {
|
|
1728
|
+
name: 'list-unordered-outlined';
|
|
1729
|
+
data: string;
|
|
1662
1730
|
} | {
|
|
1663
1731
|
name: 'mail-open-outlined';
|
|
1664
1732
|
data: string;
|
|
@@ -1722,12 +1790,18 @@ export declare const completeIconSet: ({
|
|
|
1722
1790
|
} | {
|
|
1723
1791
|
name: 'puzzle-piece-outlined';
|
|
1724
1792
|
data: string;
|
|
1793
|
+
} | {
|
|
1794
|
+
name: 'redo-outlined';
|
|
1795
|
+
data: string;
|
|
1725
1796
|
} | {
|
|
1726
1797
|
name: 'stream-filled';
|
|
1727
1798
|
data: string;
|
|
1728
1799
|
} | {
|
|
1729
1800
|
name: 'stream-outlined';
|
|
1730
1801
|
data: string;
|
|
1802
|
+
} | {
|
|
1803
|
+
name: 'tag-outlined';
|
|
1804
|
+
data: string;
|
|
1731
1805
|
} | {
|
|
1732
1806
|
name: 'targeted-outlined';
|
|
1733
1807
|
data: string;
|
|
@@ -1737,6 +1811,9 @@ export declare const completeIconSet: ({
|
|
|
1737
1811
|
} | {
|
|
1738
1812
|
name: 'twitter';
|
|
1739
1813
|
data: string;
|
|
1814
|
+
} | {
|
|
1815
|
+
name: 'undo-outlined';
|
|
1816
|
+
data: string;
|
|
1740
1817
|
} | {
|
|
1741
1818
|
name: 'w-alert-outlined';
|
|
1742
1819
|
data: string;
|
|
@@ -603,6 +603,18 @@ 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 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>`
|
|
617
|
+
};
|
|
606
618
|
export const ci16Cross = {
|
|
607
619
|
name: '16-cross',
|
|
608
620
|
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M4.53 3.47a.75.75 0 0 0-1.06 1.06L6.94 8l-3.47 3.47a.75.75 0 1 0 1.06 1.06L8 9.06l3.47 3.47a.75.75 0 1 0 1.06-1.06L9.06 8l3.47-3.47a.75.75 0 0 0-1.06-1.06L8 6.94 4.53 3.47Z"/></svg>`
|
|
@@ -675,6 +687,10 @@ export const ci16TargetedOutlined = {
|
|
|
675
687
|
name: '16-targeted-outlined',
|
|
676
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>`
|
|
677
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
|
+
};
|
|
678
694
|
export const ciAppleSafari = {
|
|
679
695
|
name: 'apple-safari',
|
|
680
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>`
|
|
@@ -695,14 +711,14 @@ export const ciArrowRightOutlined = {
|
|
|
695
711
|
name: 'arrow-right-outlined',
|
|
696
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>`
|
|
697
713
|
};
|
|
698
|
-
export const ciArrowUndoOutlined = {
|
|
699
|
-
name: 'arrow-undo-outlined',
|
|
700
|
-
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>`
|
|
701
|
-
};
|
|
702
714
|
export const ciArrowUpOutlined = {
|
|
703
715
|
name: 'arrow-up-outlined',
|
|
704
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>`
|
|
705
717
|
};
|
|
718
|
+
export const ciBoldOutlined = {
|
|
719
|
+
name: 'bold-outlined',
|
|
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
|
+
};
|
|
706
722
|
export const ciExclamationMarkCircleOutlined = {
|
|
707
723
|
name: 'exclamation-mark-circle-outlined',
|
|
708
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>`
|
|
@@ -719,6 +735,10 @@ export const ciFeedOutlined = {
|
|
|
719
735
|
name: 'feed-outlined',
|
|
720
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>`
|
|
721
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
|
+
};
|
|
722
742
|
export const ciFingerprintOutlined = {
|
|
723
743
|
name: 'fingerprint-outlined',
|
|
724
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>`
|
|
@@ -779,6 +799,10 @@ export const ciInstagram = {
|
|
|
779
799
|
name: 'instagram',
|
|
780
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>`
|
|
781
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
|
+
};
|
|
782
806
|
export const ciLinkBreakOutlined = {
|
|
783
807
|
name: 'link-break-outlined',
|
|
784
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>`
|
|
@@ -787,6 +811,14 @@ export const ciLinkedin = {
|
|
|
787
811
|
name: 'linkedin',
|
|
788
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>`
|
|
789
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
|
+
};
|
|
790
822
|
export const ciMailOpenOutlined = {
|
|
791
823
|
name: 'mail-open-outlined',
|
|
792
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>`
|
|
@@ -871,6 +903,10 @@ export const ciPuzzlePieceOutlined = {
|
|
|
871
903
|
name: 'puzzle-piece-outlined',
|
|
872
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>`
|
|
873
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
|
+
};
|
|
874
910
|
export const ciStreamFilled = {
|
|
875
911
|
name: 'stream-filled',
|
|
876
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>`
|
|
@@ -879,6 +915,10 @@ export const ciStreamOutlined = {
|
|
|
879
915
|
name: 'stream-outlined',
|
|
880
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>`
|
|
881
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
|
+
};
|
|
882
922
|
export const ciTargetedOutlined = {
|
|
883
923
|
name: 'targeted-outlined',
|
|
884
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>`
|
|
@@ -891,6 +931,10 @@ export const ciTwitter = {
|
|
|
891
931
|
name: 'twitter',
|
|
892
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>`
|
|
893
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
|
+
};
|
|
894
938
|
export const ciWAlertOutlined = {
|
|
895
939
|
name: 'w-alert-outlined',
|
|
896
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>`
|
|
@@ -1215,6 +1259,9 @@ export const completeIconSet = [
|
|
|
1215
1259
|
ciVideoCameraOutlined,
|
|
1216
1260
|
ciWBlogArticleRecommendedOutlined,
|
|
1217
1261
|
ciWriteOutlined,
|
|
1262
|
+
ci16CheckCircleFilled,
|
|
1263
|
+
ci16CheckCircleOutlined,
|
|
1264
|
+
ci16ClockOutlined,
|
|
1218
1265
|
ci16Cross,
|
|
1219
1266
|
ci16EditorArrowDown,
|
|
1220
1267
|
ci16EditorArrowUp,
|
|
@@ -1233,17 +1280,19 @@ export const completeIconSet = [
|
|
|
1233
1280
|
ci16LinkMedium,
|
|
1234
1281
|
ci16LinkSmall,
|
|
1235
1282
|
ci16TargetedOutlined,
|
|
1283
|
+
ci16WarningCircleOutlined,
|
|
1236
1284
|
ciAppleSafari,
|
|
1237
1285
|
ciArrowDownOutlined,
|
|
1238
1286
|
ciArrowLeftOutlined,
|
|
1239
1287
|
ciArrowRedoOutlined,
|
|
1240
1288
|
ciArrowRightOutlined,
|
|
1241
|
-
ciArrowUndoOutlined,
|
|
1242
1289
|
ciArrowUpOutlined,
|
|
1290
|
+
ciBoldOutlined,
|
|
1243
1291
|
ciExclamationMarkCircleOutlined,
|
|
1244
1292
|
ciFacebook,
|
|
1245
1293
|
ciFeedFilled,
|
|
1246
1294
|
ciFeedOutlined,
|
|
1295
|
+
ciFilterOutlined,
|
|
1247
1296
|
ciFingerprintOutlined,
|
|
1248
1297
|
ciGoogleCalendar,
|
|
1249
1298
|
ciGoogleChrome,
|
|
@@ -1259,8 +1308,11 @@ export const completeIconSet = [
|
|
|
1259
1308
|
ciInfoCircleFilled,
|
|
1260
1309
|
ciInfoCircleOutlined,
|
|
1261
1310
|
ciInstagram,
|
|
1311
|
+
ciItalicOutlined,
|
|
1262
1312
|
ciLinkBreakOutlined,
|
|
1263
1313
|
ciLinkedin,
|
|
1314
|
+
ciListOrderedOutlined,
|
|
1315
|
+
ciListUnorderedOutlined,
|
|
1264
1316
|
ciMailOpenOutlined,
|
|
1265
1317
|
ciMailOutlined,
|
|
1266
1318
|
ciMenuLeftOutlined,
|
|
@@ -1282,11 +1334,14 @@ export const completeIconSet = [
|
|
|
1282
1334
|
ciPlanetFilled,
|
|
1283
1335
|
ciPlanetOutlined,
|
|
1284
1336
|
ciPuzzlePieceOutlined,
|
|
1337
|
+
ciRedoOutlined,
|
|
1285
1338
|
ciStreamFilled,
|
|
1286
1339
|
ciStreamOutlined,
|
|
1340
|
+
ciTagOutlined,
|
|
1287
1341
|
ciTargetedOutlined,
|
|
1288
1342
|
ciTranslateBoxFilled,
|
|
1289
1343
|
ciTwitter,
|
|
1344
|
+
ciUndoOutlined,
|
|
1290
1345
|
ciWAlertOutlined,
|
|
1291
1346
|
ciWBirthdaysUpcomingOutlined,
|
|
1292
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' | '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' | 'apple-safari' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-
|
|
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-outlined' | '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';
|
package/dist/js/icons.object.js
CHANGED
|
@@ -151,6 +151,9 @@ export const ci = {
|
|
|
151
151
|
'video-camera-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.75c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h9c.69 0 1.25-.56 1.25-1.25v-3a.75.75 0 0 1 1.136-.643l3.864 2.318v-7.35l-3.864 2.318A.75.75 0 0 1 15.25 10V7c0-.69-.56-1.25-1.25-1.25H5ZM2.25 7A2.75 2.75 0 0 1 5 4.25h9A2.75 2.75 0 0 1 16.75 7v1.675l3.864-2.318A.75.75 0 0 1 21.75 7v10a.75.75 0 0 1-1.136.643l-3.864-2.318V17A2.75 2.75 0 0 1 14 19.75H5A2.75 2.75 0 0 1 2.25 17V7Z"/></svg>',
|
|
152
152
|
'w-blog-article-recommended-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3.25 6A2.75 2.75 0 0 1 6 3.25h12A2.75 2.75 0 0 1 20.75 6v2a.75.75 0 0 1-1.5 0V6c0-.69-.56-1.25-1.25-1.25H6c-.69 0-1.25.56-1.25 1.25v12c0 .69.56 1.25 1.25 1.25v1.5A2.75 2.75 0 0 1 3.25 18V6Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.25 16c0-.966.784-1.75 1.75-1.75h1.66c.819-.97.952-1.635 1.129-2.517.068-.338.142-.708.263-1.14.12-.425.409-.786.765-1.004.362-.222.874-.337 1.378-.1.48.227.795.659 1.022 1.284.18.499.328 1.185.45 2.132h1.97a1.75 1.75 0 0 1 1.668 2.276l-1.37 4.345a1.75 1.75 0 0 1-1.668 1.224H11A1.75 1.75 0 0 1 9.25 19v-3Zm1.75-.25h1.25v3.5H11a.25.25 0 0 1-.25-.25v-3a.25.25 0 0 1 .25-.25Zm4.534-4.82a.22.22 0 0 0-.038.07c-.08.283-.136.57-.195.868-.195.988-.41 2.08-1.551 3.416v3.966h4.517a.25.25 0 0 0 .238-.175l1.37-4.345a.25.25 0 0 0-.239-.325H17a.75.75 0 0 1-.746-.672c-.133-1.272-.29-2.015-.448-2.45a1.397 1.397 0 0 0-.187-.378.35.35 0 0 0-.027-.031.268.268 0 0 0-.058.056Z"/><path d="M9.75 11.25h-2.5v1.5h2.5v-1.5Zm4-4h-6.5v1.5h6.5v-1.5Z"/></svg>',
|
|
153
153
|
'write-outlined': '<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>',
|
|
154
|
+
'16-check-circle-filled': '<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>',
|
|
155
|
+
'16-check-circle-outlined': '<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>',
|
|
156
|
+
'16-clock-outlined': '<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>',
|
|
154
157
|
'16-cross': '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M4.53 3.47a.75.75 0 0 0-1.06 1.06L6.94 8l-3.47 3.47a.75.75 0 1 0 1.06 1.06L8 9.06l3.47 3.47a.75.75 0 1 0 1.06-1.06L9.06 8l3.47-3.47a.75.75 0 0 0-1.06-1.06L8 6.94 4.53 3.47Z"/></svg>',
|
|
155
158
|
'16-editor-arrow-down': '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M7.47 14.53a.75.75 0 0 0 1.06 0l5-5a.75.75 0 0 0-1.06-1.06l-3.72 3.72V2a.75.75 0 0 0-1.5 0v10.19L3.53 8.47a.75.75 0 0 0-1.06 1.06l5 5Z"/></svg>',
|
|
156
159
|
'16-editor-arrow-up': '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M8.53 1.47a.75.75 0 0 0-1.06 0l-5 5a.75.75 0 0 0 1.06 1.06l3.72-3.72V14a.75.75 0 0 0 1.5 0V3.81l3.72 3.72a.75.75 0 1 0 1.06-1.06l-5-5Z"/></svg>',
|
|
@@ -169,17 +172,19 @@ export const ci = {
|
|
|
169
172
|
'16-link-medium': '<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>',
|
|
170
173
|
'16-link-small': '<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>',
|
|
171
174
|
'16-targeted-outlined': '<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>',
|
|
175
|
+
'16-warning-circle-outlined': '<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>',
|
|
172
176
|
'apple-safari': '<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>',
|
|
173
177
|
'arrow-down-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 5.25a.75.75 0 0 1 .75.75v10.19l3.72-3.72a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-5-5a.75.75 0 1 1 1.06-1.06l3.72 3.72V6a.75.75 0 0 1 .75-.75Z"/></svg>',
|
|
174
178
|
'arrow-left-outlined': '<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>',
|
|
175
179
|
'arrow-redo-outlined': '<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>',
|
|
176
180
|
'arrow-right-outlined': '<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>',
|
|
177
|
-
'arrow-undo-outlined': '<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>',
|
|
178
181
|
'arrow-up-outlined': '<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>',
|
|
182
|
+
'bold-outlined': '<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>',
|
|
179
183
|
'exclamation-mark-circle-outlined': '<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>',
|
|
180
184
|
facebook: '<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 1Z" fill="#1877F2"/><path d="m15.041 12.978.363-2.245h-2.27V9.277c0-.615.317-1.214 1.334-1.214H15.5V6.152S14.563 6 13.668 6c-1.87 0-3.09 1.076-3.09 3.022v1.711H8.5v2.245h2.078v5.428a8.664 8.664 0 0 0 2.557 0v-5.428h1.906Z" fill="#fff"/></svg>',
|
|
181
185
|
'feed-filled': '<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.25H5Zm0 10A1.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.25H5Z"/><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>',
|
|
182
186
|
'feed-outlined': '<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>',
|
|
187
|
+
'filter-outlined': '<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>',
|
|
183
188
|
'fingerprint-outlined': '<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>',
|
|
184
189
|
'google-calendar': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.263 6.737H6.737v10.526h10.526V6.737Z" fill="#fff"/><path d="M17.263 22 22 17.263h-4.737V22Z" fill="#EA4335"/><path d="M22 6.737h-4.737v10.526H22V6.737Z" fill="#FBBC04"/><path d="M17.263 17.263H6.737V22h10.526v-4.737Z" fill="#34A853"/><path d="M2 17.263v3.158A1.58 1.58 0 0 0 3.579 22h3.158v-4.737H2Z" fill="#188038"/><path d="M22 6.737V3.579A1.58 1.58 0 0 0 20.421 2h-3.158v4.737H22Z" fill="#1967D2"/><path d="M17.263 2H3.58A1.58 1.58 0 0 0 2 3.579v13.684h4.737V6.737h10.526V2Z" fill="#4285F4"/><path d="M8.896 14.903c-.393-.266-.666-.654-.814-1.167l.913-.377c.083.316.227.56.434.735.205.173.455.259.747.259.299 0 .556-.091.77-.273a.87.87 0 0 0 .322-.693.86.86 0 0 0-.34-.703c-.225-.181-.51-.272-.85-.272h-.527v-.904h.474c.292 0 .538-.079.738-.237.2-.158.3-.374.3-.649 0-.244-.09-.44-.268-.585a1.042 1.042 0 0 0-.68-.22c-.269 0-.482.071-.64.215a1.26 1.26 0 0 0-.345.527l-.904-.376c.12-.34.34-.64.662-.899.323-.259.734-.39 1.234-.39.37 0 .703.072.998.215.295.144.526.342.693.595.167.254.25.538.25.854 0 .322-.078.595-.233.818a1.606 1.606 0 0 1-.572.515v.054c.292.12.546.318.734.572a1.5 1.5 0 0 1 .287.921c0 .358-.09.678-.272.958-.182.28-.433.501-.752.662-.32.16-.679.242-1.077.242a2.23 2.23 0 0 1-1.282-.397Zm5.61-4.532-1.003.725-.502-.76L14.8 9.038h.69v6.12h-.985V10.37Z" fill="#4285F4"/></svg>',
|
|
185
190
|
'google-chrome': '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="a" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="22" height="22"><path d="M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Z" fill="#fff"/></mask><g mask="url(#a)"><path d="M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Z" fill="#E8E8E8"/><path d="M2.75 1v13.531h4.937l4.338-7.517h11.026V1H2.75Z" fill="#DB4437"/><path d="M1 23.05h10.495l4.872-4.87v-3.65H7.684L1 3.066V23.05Z" fill="#0F9D58"/><path d="m12.025 7.014 4.342 7.517-4.872 8.52h11.556V7.014H12.025Z" fill="#FFCD40"/><path d="m12.025 7.014 4.342 7.517-4.872 8.52h11.556V7.014H12.025Z" fill="#FFCD40"/><path d="M12.025 17.037a5.012 5.012 0 1 0 0-10.024 5.012 5.012 0 0 0 0 10.024Z" fill="#fff"/><path d="M12.025 16.034a4.009 4.009 0 1 0 0-8.018 4.009 4.009 0 0 0 0 8.018Z" fill="#4285F4"/></g></svg>',
|
|
@@ -195,8 +200,11 @@ export const ci = {
|
|
|
195
200
|
'info-circle-filled': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><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 12ZM13 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0 3.5a1 1 0 1 0-2 0V16a1 1 0 1 0 2 0v-4.5Z"/></svg>',
|
|
196
201
|
'info-circle-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-.25 3.5a.75.75 0 0 0-1.5 0V16a.75.75 0 0 0 1.5 0v-4.5Z"/><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>',
|
|
197
202
|
instagram: '<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>',
|
|
203
|
+
'italic-outlined': '<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>',
|
|
198
204
|
'link-break-outlined': '<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>',
|
|
199
205
|
linkedin: '<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>',
|
|
206
|
+
'list-ordered-outlined': '<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>',
|
|
207
|
+
'list-unordered-outlined': '<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>',
|
|
200
208
|
'mail-open-outlined': '<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>',
|
|
201
209
|
'mail-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 4.25A2.75 2.75 0 0 0 2.25 7v10A2.75 2.75 0 0 0 5 19.75h14A2.75 2.75 0 0 0 21.75 17V7A2.75 2.75 0 0 0 19 4.25H5Zm-.138 1.508c.045-.005.091-.008.138-.008h14c.047 0 .093.003.138.008L12 12.003 4.862 5.758ZM3.767 6.793A1.258 1.258 0 0 0 3.75 7v10c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V7c0-.07-.006-.14-.017-.207l-7.74 6.771a.75.75 0 0 1-.987 0L3.767 6.793Z"/></svg>',
|
|
202
210
|
'menu-left-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 5.25a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 0-1.5H3Zm9 6a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 0-1.5h-9ZM11.25 18a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm-3.72-5.47a.75.75 0 1 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06-1.06L5.06 15l2.47-2.47Z"/></svg>',
|
|
@@ -218,11 +226,14 @@ export const ci = {
|
|
|
218
226
|
'planet-filled': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 12a8 8 0 0 1 13-6.245c1.052-.245 2.014-.363 2.817-.319.866.048 1.769.3 2.233 1.048l.003.004c.426.698.276 1.504-.04 2.187-.325.7-.896 1.443-1.623 2.187-1.463 1.496-3.691 3.128-6.334 4.565-2.644 1.437-5.254 2.438-7.353 2.883-1.045.222-2.003.314-2.792.23-.762-.08-1.543-.347-1.962-1.026l-.002-.003c-.472-.773-.24-1.676.157-2.423.4-.753 1.074-1.56 1.928-2.369A8.103 8.103 0 0 1 4 12Zm.394 2.488c-.44.482-.762.923-.965 1.304-.32.602-.248.86-.202.936.053.086.248.258.842.32.571.061 1.358 0 2.323-.205 1.923-.408 4.396-1.347 6.947-2.734 2.552-1.387 4.648-2.935 5.978-4.296.669-.684 1.11-1.287 1.334-1.769.229-.492.164-.702.123-.771-.064-.1-.309-.299-1.04-.339a7.128 7.128 0 0 0-1.463.098c.288.363.545.751.767 1.161-2.266 2.33-4.112 3.744-6.109 4.795-2.128 1.12-4.514 1.878-7.968 2.817a7.958 7.958 0 0 1-.567-1.317Z"/><path d="M14.793 16.528c1.8-.947 3.444-2.112 5.16-3.658a8.001 8.001 0 0 1-11.742 6.177c2.49-.728 4.604-1.478 6.582-2.52Z"/></svg>',
|
|
219
227
|
'planet-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.032 12.72c-.854.808-1.527 1.615-1.928 2.368-.397.747-.629 1.65-.157 2.423l.002.003c.419.68 1.2.946 1.962 1.027.79.083 1.747-.01 2.792-.23L7 18.243a8 8 0 0 0 12.969-6.967c.147-.14.287-.278.422-.415.727-.744 1.298-1.488 1.622-2.187.317-.683.467-1.489.04-2.187l-.002-.004c-.464-.748-1.367-1-2.233-1.048-.803-.044-1.765.074-2.817.319A8 8 0 0 0 4.032 12.72ZM5.5 12a6.5 6.5 0 0 1 10.637-5.013.75.75 0 0 0 .312.274 6.49 6.49 0 0 1 1.921 3.44c-1.293 1.122-3.02 2.315-5.03 3.408-2.125 1.155-4.195 2-5.939 2.485A6.48 6.48 0 0 1 5.5 12Zm.227 4.966a7.98 7.98 0 0 1-1.333-2.479c-.44.483-.762.924-.965 1.305-.32.602-.248.86-.202.936.053.085.248.258.842.32.434.047.992.022 1.658-.082Zm12.544-9.934a7.983 7.983 0 0 1 1.334 2.477c.51-.56.857-1.056 1.046-1.465.229-.492.164-.702.123-.771-.064-.1-.309-.299-1.04-.339a7.127 7.127 0 0 0-1.463.098Zm.206 5.524a6.5 6.5 0 0 1-9.59 5.151c1.609-.536 3.381-1.308 5.169-2.28 1.668-.907 3.171-1.892 4.42-2.871Z"/></svg>',
|
|
220
228
|
'puzzle-piece-outlined': '<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>',
|
|
229
|
+
'redo-outlined': '<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>',
|
|
221
230
|
'stream-filled': '<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>',
|
|
222
231
|
'stream-outlined': '<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>',
|
|
232
|
+
'tag-outlined': '<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>',
|
|
223
233
|
'targeted-outlined': '<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>',
|
|
224
234
|
'translate-box-filled': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m15.5 12.872-.793 2.378h1.586l-.793-2.378Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6Zm4 2.25a.75.75 0 0 1 .75.75v.85H14a.75.75 0 0 1 0 1.5h-.968a11.543 11.543 0 0 1-2.277 4.903c.28.197.585.367.909.502l.818.343-.58 1.384-.818-.343a6.32 6.32 0 0 1-1.343-.768 11.54 11.54 0 0 1-2.865 2.03l-.54.27a.75.75 0 1 1-.671-1.342l.54-.27a10.039 10.039 0 0 0 2.45-1.724 6.319 6.319 0 0 1-1.4-3.242l1.49-.186c.105.848.431 1.635.927 2.296a10.044 10.044 0 0 0 1.825-3.853H6a.75.75 0 0 1 0-1.5h3.25V6a.75.75 0 0 1 .75-.75Zm3.711 12.987.496-1.487h2.586l.495 1.487a.75.75 0 0 0 1.424-.474l-2-6A.75.75 0 0 0 16 11.25h-1a.75.75 0 0 0-.711.513l-2 6a.75.75 0 0 0 1.422.474Z"/></svg>',
|
|
225
235
|
twitter: '<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>',
|
|
236
|
+
'undo-outlined': '<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>',
|
|
226
237
|
'w-alert-outlined': '<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>',
|
|
227
238
|
'w-birthdays-upcoming-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 4.423a3.25 3.25 0 0 1 5.24 3.827H20a.75.75 0 0 1 0 1.5h-.25V19A1.75 1.75 0 0 1 18 20.75H6A1.75 1.75 0 0 1 4.25 19V9.75H4a.75.75 0 0 1 0-1.5h2.76A3.25 3.25 0 0 1 12 4.423Zm.75 2.077v1.75h1.75a1.75 1.75 0 1 0-1.75-1.75Zm-1.5 3.25h-5.5V19c0 .138.112.25.25.25h5.25v-9.5ZM9.5 8.25h1.75V6.5A1.75 1.75 0 1 0 9.5 8.25Zm3.25 11v-9.5h5.5V19a.25.25 0 0 1-.25.25h-5.25Z"/></svg>',
|
|
228
239
|
'w-blog-article-new-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 3.25A2.75 2.75 0 0 0 3.25 6v12A2.75 2.75 0 0 0 6 20.75h2a.75.75 0 0 0 0-1.5H6c-.69 0-1.25-.56-1.25-1.25V6c0-.69.56-1.25 1.25-1.25h12c.69 0 1.25.56 1.25 1.25v2a.75.75 0 0 0 1.5 0V6A2.75 2.75 0 0 0 18 3.25H6Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.676 11.674a.75.75 0 0 0-1.352 0l-1.187 2.463-2.463 1.187a.75.75 0 0 0 0 1.352l2.463 1.187 1.187 2.463a.75.75 0 0 0 1.352 0l1.187-2.463 2.463-1.187a.75.75 0 0 0 0-1.352l-2.463-1.187-1.187-2.463Zm-1.301 3.35L16 13.728l.625 1.298a.75.75 0 0 0 .35.35l1.298.625-1.298.625a.75.75 0 0 0-.35.35L16 18.273l-.626-1.298a.75.75 0 0 0-.35-.35L13.728 16l1.298-.626a.75.75 0 0 0 .35-.35Z"/><path d="M12.75 9.75H15a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5h2.25V13a.75.75 0 0 0 1.5 0V9.75Z"/></svg>',
|