@haiilo/catalyst-icons 0.1.3 → 0.1.4
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 +50 -1
- package/dist/js/icons.constants.js +35 -0
- package/dist/js/icons.object.d.ts +1 -1
- package/dist/js/icons.object.js +7 -0
- package/dist/style/sprite.css.css +202 -139
- package/dist/style/sprite.css.less +202 -139
- package/dist/style/sprite.css.scss +202 -139
- package/dist/style/sprite.view.css +202 -139
- package/dist/style/sprite.view.less +202 -139
- package/dist/style/sprite.view.scss +202 -139
- 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/fingerprint-outlined.svg +1 -0
- package/tmp/assets/gift-outlined.svg +1 -0
- package/tmp/assets/gradient-outlined.svg +1 -0
- package/tmp/assets/haiilo-outlined.svg +1 -0
- package/tmp/assets/mail-open-outlined.svg +1 -0
- package/tmp/assets/mail-outlined.svg +1 -0
- package/tmp/assets/profile-circle-outlined.svg +1 -0
|
@@ -210,10 +210,18 @@ export declare const ciFolderPlusOutlined: {
|
|
|
210
210
|
name: 'folder-plus-outlined';
|
|
211
211
|
data: string;
|
|
212
212
|
};
|
|
213
|
+
export declare const ciGiftOutlined: {
|
|
214
|
+
name: 'gift-outlined';
|
|
215
|
+
data: string;
|
|
216
|
+
};
|
|
213
217
|
export declare const ciGlobeOutlined: {
|
|
214
218
|
name: 'globe-outlined';
|
|
215
219
|
data: string;
|
|
216
220
|
};
|
|
221
|
+
export declare const ciGradientOutlined: {
|
|
222
|
+
name: 'gradient-outlined';
|
|
223
|
+
data: string;
|
|
224
|
+
};
|
|
217
225
|
export declare const ciGroupOutlined: {
|
|
218
226
|
name: 'group-outlined';
|
|
219
227
|
data: string;
|
|
@@ -346,6 +354,10 @@ export declare const ciProfileBoxOutlined: {
|
|
|
346
354
|
name: 'profile-box-outlined';
|
|
347
355
|
data: string;
|
|
348
356
|
};
|
|
357
|
+
export declare const ciProfileCircleOutlined: {
|
|
358
|
+
name: 'profile-circle-outlined';
|
|
359
|
+
data: string;
|
|
360
|
+
};
|
|
349
361
|
export declare const ciProfilesFilled: {
|
|
350
362
|
name: 'profiles-filled';
|
|
351
363
|
data: string;
|
|
@@ -478,6 +490,10 @@ export declare const ciFeedOutlined: {
|
|
|
478
490
|
name: 'feed-outlined';
|
|
479
491
|
data: string;
|
|
480
492
|
};
|
|
493
|
+
export declare const ciFingerprintOutlined: {
|
|
494
|
+
name: 'fingerprint-outlined';
|
|
495
|
+
data: string;
|
|
496
|
+
};
|
|
481
497
|
export declare const ciGoogleCalendar: {
|
|
482
498
|
name: 'google-calendar';
|
|
483
499
|
data: string;
|
|
@@ -506,6 +522,10 @@ export declare const ciHaiiloInsights: {
|
|
|
506
522
|
name: 'haiilo-insights';
|
|
507
523
|
data: string;
|
|
508
524
|
};
|
|
525
|
+
export declare const ciHaiiloOutlined: {
|
|
526
|
+
name: 'haiilo-outlined';
|
|
527
|
+
data: string;
|
|
528
|
+
};
|
|
509
529
|
export declare const ciHaiiloShare: {
|
|
510
530
|
name: 'haiilo-share';
|
|
511
531
|
data: string;
|
|
@@ -522,6 +542,14 @@ export declare const ciLinkedin: {
|
|
|
522
542
|
name: 'linkedin';
|
|
523
543
|
data: string;
|
|
524
544
|
};
|
|
545
|
+
export declare const ciMailOpenOutlined: {
|
|
546
|
+
name: 'mail-open-outlined';
|
|
547
|
+
data: string;
|
|
548
|
+
};
|
|
549
|
+
export declare const ciMailOutlined: {
|
|
550
|
+
name: 'mail-outlined';
|
|
551
|
+
data: string;
|
|
552
|
+
};
|
|
525
553
|
export declare const ciMicrosoftEdge: {
|
|
526
554
|
name: 'microsoft-edge';
|
|
527
555
|
data: string;
|
|
@@ -582,7 +610,7 @@ export declare const ciXing: {
|
|
|
582
610
|
name: 'xing';
|
|
583
611
|
data: string;
|
|
584
612
|
};
|
|
585
|
-
export declare type coyoIcon = '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-right-outlined' | 'arrow-up-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' | 'download-outlined' | 'earth-outlined' | 'events-filled' | 'events-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'globe-outlined' | 'group-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'likes-circle-filled' | 'link-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'menu-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' | 'profiles-filled' | 'profiles-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'search-filled' | 'search-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'smile' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'upload-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'write-outlined' | 'apple-safari' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-share' | 'haiilo-stories' | 'instagram' | 'linkedin' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-word' | 'microsoft' | 'mozilla-firefox' | 'stream-filled' | 'stream-outlined' | 'twitter' | 'wechat' | 'xing';
|
|
613
|
+
export declare type coyoIcon = '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-right-outlined' | 'arrow-up-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' | 'download-outlined' | 'earth-outlined' | 'events-filled' | 'events-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' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'menu-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' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'search-filled' | 'search-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'smile' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'upload-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'write-outlined' | 'apple-safari' | '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' | 'instagram' | 'linkedin' | 'mail-open-outlined' | 'mail-outlined' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-word' | 'microsoft' | 'mozilla-firefox' | 'stream-filled' | 'stream-outlined' | 'twitter' | 'wechat' | 'xing';
|
|
586
614
|
export interface CoyoIcon {
|
|
587
615
|
name: coyoIcon;
|
|
588
616
|
data: string;
|
|
@@ -747,9 +775,15 @@ export declare const completeIconSet: ({
|
|
|
747
775
|
} | {
|
|
748
776
|
name: 'folder-plus-outlined';
|
|
749
777
|
data: string;
|
|
778
|
+
} | {
|
|
779
|
+
name: 'gift-outlined';
|
|
780
|
+
data: string;
|
|
750
781
|
} | {
|
|
751
782
|
name: 'globe-outlined';
|
|
752
783
|
data: string;
|
|
784
|
+
} | {
|
|
785
|
+
name: 'gradient-outlined';
|
|
786
|
+
data: string;
|
|
753
787
|
} | {
|
|
754
788
|
name: 'group-outlined';
|
|
755
789
|
data: string;
|
|
@@ -849,6 +883,9 @@ export declare const completeIconSet: ({
|
|
|
849
883
|
} | {
|
|
850
884
|
name: 'profile-box-outlined';
|
|
851
885
|
data: string;
|
|
886
|
+
} | {
|
|
887
|
+
name: 'profile-circle-outlined';
|
|
888
|
+
data: string;
|
|
852
889
|
} | {
|
|
853
890
|
name: 'profiles-filled';
|
|
854
891
|
data: string;
|
|
@@ -948,6 +985,9 @@ export declare const completeIconSet: ({
|
|
|
948
985
|
} | {
|
|
949
986
|
name: 'feed-outlined';
|
|
950
987
|
data: string;
|
|
988
|
+
} | {
|
|
989
|
+
name: 'fingerprint-outlined';
|
|
990
|
+
data: string;
|
|
951
991
|
} | {
|
|
952
992
|
name: 'google-calendar';
|
|
953
993
|
data: string;
|
|
@@ -969,6 +1009,9 @@ export declare const completeIconSet: ({
|
|
|
969
1009
|
} | {
|
|
970
1010
|
name: 'haiilo-insights';
|
|
971
1011
|
data: string;
|
|
1012
|
+
} | {
|
|
1013
|
+
name: 'haiilo-outlined';
|
|
1014
|
+
data: string;
|
|
972
1015
|
} | {
|
|
973
1016
|
name: 'haiilo-share';
|
|
974
1017
|
data: string;
|
|
@@ -981,6 +1024,12 @@ export declare const completeIconSet: ({
|
|
|
981
1024
|
} | {
|
|
982
1025
|
name: 'linkedin';
|
|
983
1026
|
data: string;
|
|
1027
|
+
} | {
|
|
1028
|
+
name: 'mail-open-outlined';
|
|
1029
|
+
data: string;
|
|
1030
|
+
} | {
|
|
1031
|
+
name: 'mail-outlined';
|
|
1032
|
+
data: string;
|
|
984
1033
|
} | {
|
|
985
1034
|
name: 'microsoft-edge';
|
|
986
1035
|
data: string;
|
|
@@ -211,10 +211,18 @@ export const ciFolderPlusOutlined = {
|
|
|
211
211
|
name: 'folder-plus-outlined',
|
|
212
212
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 6v12c0 .966.784 1.75 1.75 1.75h12a.75.75 0 0 0 0-1.5H4a.25.25 0 0 1-.25-.25V9.75H16a.75.75 0 0 0 0-1.5h-1.537l-1.516-3.033a1.75 1.75 0 0 0-1.565-.967H4A1.75 1.75 0 0 0 2.25 6ZM4 5.75a.25.25 0 0 0-.25.25v2.25h9.037l-1.181-2.362a.25.25 0 0 0-.224-.138H4Z"/><path d="M18.75 11a.75.75 0 0 0-1.5 0v2.25H15a.75.75 0 0 0 0 1.5h2.25V17a.75.75 0 0 0 1.5 0v-2.25H21a.75.75 0 0 0 0-1.5h-2.25V11Z"/></svg>`
|
|
213
213
|
};
|
|
214
|
+
export const ciGiftOutlined = {
|
|
215
|
+
name: 'gift-outlined',
|
|
216
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.25 6.5A3.25 3.25 0 0 1 12 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.235 3.235 0 0 1-.51-1.75Zm6.5 12.75H18a.25.25 0 0 0 .25-.25V9.75h-5.5v9.5Zm-1.5-9.5v9.5H6a.25.25 0 0 1-.25-.25V9.75h5.5Zm5-3.25a1.75 1.75 0 0 1-1.75 1.75h-1.75V6.5a1.75 1.75 0 1 1 3.5 0Zm-5 0v1.75H9.5a1.75 1.75 0 1 1 1.75-1.75Z"/></svg>`
|
|
217
|
+
};
|
|
214
218
|
export const ciGlobeOutlined = {
|
|
215
219
|
name: 'globe-outlined',
|
|
216
220
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM9.376 4.176A8.275 8.275 0 0 0 4.65 8.25h3.196c.197-1.016.472-1.942.813-2.737.21-.489.448-.94.717-1.337ZM7.62 9.75H4.06A8.256 8.256 0 0 0 3.75 12c0 .78.108 1.535.31 2.25h3.56A20.787 20.787 0 0 1 7.5 12c0-.773.041-1.527.12-2.25Zm1.51 4.5A19.187 19.187 0 0 1 9 12c0-.783.046-1.538.13-2.25h5.74c.084.712.13 1.467.13 2.25 0 .783-.046 1.538-.13 2.25H9.13Zm-1.284 1.5H4.65a8.275 8.275 0 0 0 4.726 4.074 8.04 8.04 0 0 1-.717-1.337 13.564 13.564 0 0 1-.813-2.737Zm6.778 4.074a8.275 8.275 0 0 0 4.726-4.074h-3.196a13.56 13.56 0 0 1-.813 2.737c-.21.489-.448.94-.717 1.337Zm0-4.074c-.173.806-.398 1.53-.662 2.146-.315.737-.672 1.285-1.03 1.639-.354.35-.668.471-.932.471s-.578-.122-.933-.471c-.357-.354-.714-.902-1.03-1.639a11.723 11.723 0 0 1-.66-2.146h5.246Zm1.756-1.5h3.56a8.26 8.26 0 0 0 .31-2.25 8.26 8.26 0 0 0-.31-2.25h-3.56c.079.723.12 1.477.12 2.25 0 .773-.041 1.527-.12 2.25Zm-.226-6h3.196a8.275 8.275 0 0 0-4.726-4.074c.269.397.508.848.717 1.337.34.795.616 1.721.813 2.737Zm-1.53 0H9.375c.173-.806.398-1.53.662-2.146.315-.737.672-1.285 1.03-1.639.354-.35.668-.471.932-.471s.578.121.933.471c.357.354.714.902 1.03 1.639.263.616.488 1.34.66 2.146Z"/></svg>`
|
|
217
221
|
};
|
|
222
|
+
export const ciGradientOutlined = {
|
|
223
|
+
name: 'gradient-outlined',
|
|
224
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 18a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm13-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3-1a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-2.75 2.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm4.5-.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM9 18a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-1-3a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-.75-3.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM10 13a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-4.5.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM14 17a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3-1a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 6A2.75 2.75 0 0 1 6 3.25h12A2.75 2.75 0 0 1 20.75 6v12A2.75 2.75 0 0 1 18 20.75H6A2.75 2.75 0 0 1 3.25 18V6ZM6 4.75c-.69 0-1.25.56-1.25 1.25v12c0 .69.56 1.25 1.25 1.25h12c.69 0 1.25-.56 1.25-1.25V6c0-.69-.56-1.25-1.25-1.25H6Z"/></svg>`
|
|
225
|
+
};
|
|
218
226
|
export const ciGroupOutlined = {
|
|
219
227
|
name: 'group-outlined',
|
|
220
228
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 9c0 1.55-.742 2.926-1.89 3.793 2.256.899 3.89 2.834 3.89 5.207a.75.75 0 0 1-1.5 0c0-2.225-2.217-4.25-5.25-4.25S3.75 15.775 3.75 18a.75.75 0 0 1-1.5 0c0-2.373 1.634-4.309 3.89-5.207A4.75 4.75 0 1 1 13.75 9Zm-8 0a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 7.25a3.25 3.25 0 0 0-2.269 5.577 4.367 4.367 0 0 0-.2.118.75.75 0 1 0 .8 1.27 3.136 3.136 0 0 1 1.669-.465c1.631 0 2.75 1.112 2.75 2.25a.75.75 0 0 0 1.5 0c0-1.383-.815-2.524-1.983-3.17A3.25 3.25 0 0 0 17.5 7.25Zm-1.75 3.25a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0Z"/></svg>`
|
|
@@ -347,6 +355,10 @@ export const ciProfileBoxOutlined = {
|
|
|
347
355
|
name: 'profile-box-outlined',
|
|
348
356
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.554 12.746a3.75 3.75 0 1 0-5.108 0C7.6 13.5 6.25 15.055 6.25 17a.75.75 0 0 0 1.5 0c0-1.647 1.738-3.25 4.25-3.25s4.25 1.603 4.25 3.25a.75.75 0 0 0 1.5 0c0-1.945-1.35-3.5-3.196-4.254ZM12 7.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 7A4.75 4.75 0 0 1 7 2.25h10A4.75 4.75 0 0 1 21.75 7v10A4.75 4.75 0 0 1 17 21.75H7A4.75 4.75 0 0 1 2.25 17V7ZM7 3.75A3.25 3.25 0 0 0 3.75 7v10A3.25 3.25 0 0 0 7 20.25h10A3.25 3.25 0 0 0 20.25 17V7A3.25 3.25 0 0 0 17 3.75H7Z"/></svg>`
|
|
349
357
|
};
|
|
358
|
+
export const ciProfileCircleOutlined = {
|
|
359
|
+
name: 'profile-circle-outlined',
|
|
360
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.79 19.517A9.73 9.73 0 0 1 2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75a9.73 9.73 0 0 1-3.54 7.517c-.403.529-.994.956-1.632 1.275-1.21.605-2.83.958-4.578.958-1.748 0-3.368-.353-4.578-.958-.638-.319-1.229-.746-1.632-1.276ZM3.75 12a8.25 8.25 0 1 1 14.79 5.03c-.355-.787-1.117-1.4-1.962-1.822-.814-.407-1.813-.7-2.911-.848a3.75 3.75 0 1 0-3.334 0c-1.098.148-2.097.441-2.911.848-.845.422-1.607 1.035-1.962 1.822A8.214 8.214 0 0 1 3.75 12ZM12 20.25a8.215 8.215 0 0 1-5.097-1.762A.95.95 0 0 1 6.75 18c0-.391.337-.948 1.343-1.45.961-.481 2.341-.8 3.907-.8 1.566 0 2.946.319 3.907.8 1.006.502 1.343 1.059 1.343 1.45a.95.95 0 0 1-.153.488A8.215 8.215 0 0 1 12 20.25Zm0-11.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z"/></svg>`
|
|
361
|
+
};
|
|
350
362
|
export const ciProfilesFilled = {
|
|
351
363
|
name: 'profiles-filled',
|
|
352
364
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3a4 4 0 0 0-4 4H2a1 1 0 0 0 0 2h1v2H2a1 1 0 1 0 0 2h1v2H2a1 1 0 1 0 0 2h1a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4H7Zm5 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm-3.412 2.677A2.823 2.823 0 0 1 11.168 13h1.664c1.116 0 2.127.657 2.58 1.677a.941.941 0 0 1-.86 1.323H9.448a.941.941 0 0 1-.86-1.323Z"/></svg>`
|
|
@@ -479,6 +491,10 @@ export const ciFeedOutlined = {
|
|
|
479
491
|
name: 'feed-outlined',
|
|
480
492
|
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>`
|
|
481
493
|
};
|
|
494
|
+
export const ciFingerprintOutlined = {
|
|
495
|
+
name: 'fingerprint-outlined',
|
|
496
|
+
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>`
|
|
497
|
+
};
|
|
482
498
|
export const ciGoogleCalendar = {
|
|
483
499
|
name: 'google-calendar',
|
|
484
500
|
data: `<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>`
|
|
@@ -507,6 +523,10 @@ export const ciHaiiloInsights = {
|
|
|
507
523
|
name: 'haiilo-insights',
|
|
508
524
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 14.025a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05ZM5.025 21a2.025 2.025 0 1 0-.004.002L5.025 21ZM12 21a2.026 2.026 0 1 0 0-4.051A2.026 2.026 0 0 0 12 21Zm6.975-6.975a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05Zm0 6.975a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05Zm0-13.95a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05Z" fill="#1B6C75"/></svg>`
|
|
509
525
|
};
|
|
526
|
+
export const ciHaiiloOutlined = {
|
|
527
|
+
name: 'haiilo-outlined',
|
|
528
|
+
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.412 2.335c3.103-.507 5.946 2.408 4.783 5.564-.777 2.11-3.273 3.338-5.4 2.474-2.323-.944-4.856.168-6.143 2.35a.75.75 0 0 1-1.396-.382c0-4.807 3.321-9.209 8.156-10.006Zm.243 1.48c-3.354.56-5.788 3.05-6.602 6.185 1.715-1.382 4.037-1.934 6.296-1.021a2.683 2.683 0 0 0 3.439-1.598c.714-1.939-1.014-3.911-3.133-3.566Zm5.28-.102a.75.75 0 0 1 .97-.175c3.138 1.884 5.082 5.38 4.823 9.087-.072 1.036-.712 2.164-2.034 2.562-1.321.398-2.484-.194-3.107-1.128a3.07 3.07 0 0 1-.038-3.332c1.224-1.866.977-4.404-.572-6.028a.75.75 0 0 1-.043-.986Zm2.841 3.59a6.322 6.322 0 0 1-.97 4.242 1.539 1.539 0 0 0 .028 1.681c.309.463.823.707 1.427.525.624-.188.934-.704.971-1.23.131-1.881-.413-3.71-1.456-5.219Zm-12.653 4.53c1.177-.55 2.647-.677 3.775.042.81.516 1.25 1.28 1.583 1.936.073.144.14.281.205.412.252.512.456.928.763 1.283 1.75 2.024 4.802 2.167 6.843.437a.75.75 0 0 1 1.172.872c-1.252 2.871-4.654 4.66-8.018 4.862-3.411.206-7.043-1.203-8.692-5.032-.214-.496-.352-1.11-.215-1.744.31-1.441 1.393-2.512 2.584-3.068Zm.635 1.36c-.875.407-1.564 1.147-1.753 2.025-.05.231-.01.517.126.834 1.336 3.1 4.267 4.306 7.225 4.128 1.773-.107 3.465-.705 4.751-1.628-2.081.347-4.288-.324-5.793-2.065-.446-.517-.756-1.151-1.012-1.676a24.883 24.883 0 0 0-.159-.322c-.314-.62-.603-1.064-1.051-1.349-.553-.352-1.445-.363-2.334.052Z"/></svg>`
|
|
529
|
+
};
|
|
510
530
|
export const ciHaiiloShare = {
|
|
511
531
|
name: 'haiilo-share',
|
|
512
532
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.024 14.025a2.025 2.025 0 1 0 .002-4.05 2.025 2.025 0 0 0-.002 4.05Zm6.975 0a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05ZM12 21a2.025 2.025 0 1 0 0-4.05A2.025 2.025 0 0 0 12 21Zm6.976-6.975a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05ZM12.001 7.05A2.025 2.025 0 1 0 12.003 3 2.025 2.025 0 0 0 12 7.05Z" fill="#1B6C75"/></svg>`
|
|
@@ -523,6 +543,14 @@ export const ciLinkedin = {
|
|
|
523
543
|
name: 'linkedin',
|
|
524
544
|
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>`
|
|
525
545
|
};
|
|
546
|
+
export const ciMailOpenOutlined = {
|
|
547
|
+
name: 'mail-open-outlined',
|
|
548
|
+
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>`
|
|
549
|
+
};
|
|
550
|
+
export const ciMailOutlined = {
|
|
551
|
+
name: 'mail-outlined',
|
|
552
|
+
data: `<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>`
|
|
553
|
+
};
|
|
526
554
|
export const ciMicrosoftEdge = {
|
|
527
555
|
name: 'microsoft-edge',
|
|
528
556
|
data: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.058 16.828a7.32 7.32 0 0 1-.82.367 7.927 7.927 0 0 1-2.794.502c-3.682 0-6.89-2.533-6.89-5.783a2.45 2.45 0 0 1 1.279-2.126c-3.331.14-4.187 3.611-4.187 5.645 0 5.75 5.299 6.332 6.44 6.332.616 0 1.544-.179 2.101-.355l.103-.034a9.988 9.988 0 0 0 5.182-4.11.311.311 0 0 0-.414-.438Z" fill="url(#a)"/><path d="M10.304 20.788a6.163 6.163 0 0 1-1.77-1.661 6.282 6.282 0 0 1 2.299-9.339c.242-.114.657-.321 1.209-.31.788.005 1.528.38 2 1.01.313.42.487.929.494 1.453 0-.017 1.904-6.195-6.226-6.195-3.416 0-6.225 3.242-6.225 6.087a10.128 10.128 0 0 0 .942 4.358 9.961 9.961 0 0 0 12.17 5.222 5.88 5.88 0 0 1-4.886-.622l-.007-.003Z" fill="#1595DF"/><path d="M13.93 13.584c-.062.082-.256.195-.256.44 0 .204.132.4.367.564 1.12.778 3.229.675 3.235.675a4.635 4.635 0 0 0 2.355-.65A4.777 4.777 0 0 0 22 10.498c.02-1.744-.622-2.903-.882-3.417C19.467 3.855 15.908 2 12.037 2a9.961 9.961 0 0 0-9.96 9.821c.037-2.844 2.863-5.14 6.225-5.14.272 0 1.826.026 3.268.784 1.272.667 1.938 1.474 2.401 2.273.481.83.567 1.88.567 2.297 0 .418-.213 1.037-.607 1.55Z" fill="#32C1E7"/><path d="M13.93 13.584c-.062.082-.256.195-.256.44 0 .204.132.4.367.564 1.12.778 3.229.675 3.235.675a4.635 4.635 0 0 0 2.355-.65A4.777 4.777 0 0 0 22 10.498c.02-1.744-.622-2.903-.882-3.417C19.467 3.855 15.908 2 12.037 2a9.961 9.961 0 0 0-9.96 9.821c.037-2.844 2.863-5.14 6.225-5.14.272 0 1.826.026 3.268.784 1.272.667 1.938 1.474 2.401 2.273.481.83.567 1.88.567 2.297 0 .418-.213 1.037-.607 1.55Z" fill="url(#b)"/><defs><radialGradient id="b" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3.92841 13.27076 -6.47999 1.9182 2.508 19.14)"><stop stop-color="#66EB6E"/><stop offset="1" stop-color="#66EB6E" stop-opacity="0"/></radialGradient><linearGradient id="a" x1="6.646" y1="15.778" x2="20.524" y2="15.778" gradientUnits="userSpaceOnUse"><stop stop-color="#0C59A4"/><stop offset="1" stop-color="#114A8B"/></linearGradient></defs></svg>`
|
|
@@ -637,7 +665,9 @@ export const completeIconSet = [
|
|
|
637
665
|
ciFolderMinusOutlined,
|
|
638
666
|
ciFolderOutlined,
|
|
639
667
|
ciFolderPlusOutlined,
|
|
668
|
+
ciGiftOutlined,
|
|
640
669
|
ciGlobeOutlined,
|
|
670
|
+
ciGradientOutlined,
|
|
641
671
|
ciGroupOutlined,
|
|
642
672
|
ciHashtagOutlined,
|
|
643
673
|
ciHomeFilled,
|
|
@@ -671,6 +701,7 @@ export const completeIconSet = [
|
|
|
671
701
|
ciPrinterFilled,
|
|
672
702
|
ciPrinterOutlined,
|
|
673
703
|
ciProfileBoxOutlined,
|
|
704
|
+
ciProfileCircleOutlined,
|
|
674
705
|
ciProfilesFilled,
|
|
675
706
|
ciProfilesOutlined,
|
|
676
707
|
ciReadingGlassesFilled,
|
|
@@ -704,6 +735,7 @@ export const completeIconSet = [
|
|
|
704
735
|
ciFacebook,
|
|
705
736
|
ciFeedFilled,
|
|
706
737
|
ciFeedOutlined,
|
|
738
|
+
ciFingerprintOutlined,
|
|
707
739
|
ciGoogleCalendar,
|
|
708
740
|
ciGoogleChrome,
|
|
709
741
|
ciGoogleDrive,
|
|
@@ -711,10 +743,13 @@ export const completeIconSet = [
|
|
|
711
743
|
ciGoogle,
|
|
712
744
|
ciHaiiloHome,
|
|
713
745
|
ciHaiiloInsights,
|
|
746
|
+
ciHaiiloOutlined,
|
|
714
747
|
ciHaiiloShare,
|
|
715
748
|
ciHaiiloStories,
|
|
716
749
|
ciInstagram,
|
|
717
750
|
ciLinkedin,
|
|
751
|
+
ciMailOpenOutlined,
|
|
752
|
+
ciMailOutlined,
|
|
718
753
|
ciMicrosoftEdge,
|
|
719
754
|
ciMicrosoftExcel,
|
|
720
755
|
ciMicrosoftOnenote,
|
|
@@ -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' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-right-outlined' | 'arrow-up-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' | 'download-outlined' | 'earth-outlined' | 'events-filled' | 'events-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'globe-outlined' | 'group-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'likes-circle-filled' | 'link-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'menu-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' | 'profiles-filled' | 'profiles-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'search-filled' | 'search-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'smile' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'upload-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'write-outlined' | 'apple-safari' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-share' | 'haiilo-stories' | 'instagram' | 'linkedin' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-word' | 'microsoft' | 'mozilla-firefox' | 'stream-filled' | 'stream-outlined' | 'twitter' | 'wechat' | 'xing';
|
|
4
|
+
export declare type MyIconType = '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-right-outlined' | 'arrow-up-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' | 'download-outlined' | 'earth-outlined' | 'events-filled' | 'events-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' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'menu-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' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'search-filled' | 'search-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'smile' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'upload-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'write-outlined' | 'apple-safari' | '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' | 'instagram' | 'linkedin' | 'mail-open-outlined' | 'mail-outlined' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-word' | 'microsoft' | 'mozilla-firefox' | 'stream-filled' | 'stream-outlined' | 'twitter' | 'wechat' | 'xing';
|
package/dist/js/icons.object.js
CHANGED
|
@@ -53,7 +53,9 @@ export const ci = {
|
|
|
53
53
|
'folder-minus-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 6v12c0 .966.784 1.75 1.75 1.75h12a.75.75 0 0 0 0-1.5H4a.25.25 0 0 1-.25-.25V9.75H16a.75.75 0 0 0 0-1.5h-1.537l-1.516-3.033a1.75 1.75 0 0 0-1.565-.967H4A1.75 1.75 0 0 0 2.25 6ZM4 5.75a.25.25 0 0 0-.25.25v2.25h9.037l-1.181-2.362a.25.25 0 0 0-.224-.138H4Z"/><path d="M15 13.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6Z"/></svg>',
|
|
54
54
|
'folder-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 6c0-.966.784-1.75 1.75-1.75h7.382a1.75 1.75 0 0 1 1.565.967l1.517 3.033H20c.966 0 1.75.784 1.75 1.75v8A1.75 1.75 0 0 1 20 19.75H4A1.75 1.75 0 0 1 2.25 18V6Zm1.5 0A.25.25 0 0 1 4 5.75h7.382a.25.25 0 0 1 .224.138l1.18 2.362H3.75V6Zm0 12V9.75H20a.25.25 0 0 1 .25.25v8a.25.25 0 0 1-.25.25H4a.25.25 0 0 1-.25-.25Z"/></svg>',
|
|
55
55
|
'folder-plus-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 6v12c0 .966.784 1.75 1.75 1.75h12a.75.75 0 0 0 0-1.5H4a.25.25 0 0 1-.25-.25V9.75H16a.75.75 0 0 0 0-1.5h-1.537l-1.516-3.033a1.75 1.75 0 0 0-1.565-.967H4A1.75 1.75 0 0 0 2.25 6ZM4 5.75a.25.25 0 0 0-.25.25v2.25h9.037l-1.181-2.362a.25.25 0 0 0-.224-.138H4Z"/><path d="M18.75 11a.75.75 0 0 0-1.5 0v2.25H15a.75.75 0 0 0 0 1.5h2.25V17a.75.75 0 0 0 1.5 0v-2.25H21a.75.75 0 0 0 0-1.5h-2.25V11Z"/></svg>',
|
|
56
|
+
'gift-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.25 6.5A3.25 3.25 0 0 1 12 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.235 3.235 0 0 1-.51-1.75Zm6.5 12.75H18a.25.25 0 0 0 .25-.25V9.75h-5.5v9.5Zm-1.5-9.5v9.5H6a.25.25 0 0 1-.25-.25V9.75h5.5Zm5-3.25a1.75 1.75 0 0 1-1.75 1.75h-1.75V6.5a1.75 1.75 0 1 1 3.5 0Zm-5 0v1.75H9.5a1.75 1.75 0 1 1 1.75-1.75Z"/></svg>',
|
|
56
57
|
'globe-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM9.376 4.176A8.275 8.275 0 0 0 4.65 8.25h3.196c.197-1.016.472-1.942.813-2.737.21-.489.448-.94.717-1.337ZM7.62 9.75H4.06A8.256 8.256 0 0 0 3.75 12c0 .78.108 1.535.31 2.25h3.56A20.787 20.787 0 0 1 7.5 12c0-.773.041-1.527.12-2.25Zm1.51 4.5A19.187 19.187 0 0 1 9 12c0-.783.046-1.538.13-2.25h5.74c.084.712.13 1.467.13 2.25 0 .783-.046 1.538-.13 2.25H9.13Zm-1.284 1.5H4.65a8.275 8.275 0 0 0 4.726 4.074 8.04 8.04 0 0 1-.717-1.337 13.564 13.564 0 0 1-.813-2.737Zm6.778 4.074a8.275 8.275 0 0 0 4.726-4.074h-3.196a13.56 13.56 0 0 1-.813 2.737c-.21.489-.448.94-.717 1.337Zm0-4.074c-.173.806-.398 1.53-.662 2.146-.315.737-.672 1.285-1.03 1.639-.354.35-.668.471-.932.471s-.578-.122-.933-.471c-.357-.354-.714-.902-1.03-1.639a11.723 11.723 0 0 1-.66-2.146h5.246Zm1.756-1.5h3.56a8.26 8.26 0 0 0 .31-2.25 8.26 8.26 0 0 0-.31-2.25h-3.56c.079.723.12 1.477.12 2.25 0 .773-.041 1.527-.12 2.25Zm-.226-6h3.196a8.275 8.275 0 0 0-4.726-4.074c.269.397.508.848.717 1.337.34.795.616 1.721.813 2.737Zm-1.53 0H9.375c.173-.806.398-1.53.662-2.146.315-.737.672-1.285 1.03-1.639.354-.35.668-.471.932-.471s.578.121.933.471c.357.354.714.902 1.03 1.639.263.616.488 1.34.66 2.146Z"/></svg>',
|
|
58
|
+
'gradient-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 18a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm13-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3-1a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-2.75 2.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm4.5-.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM9 18a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-1-3a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-.75-3.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM10 13a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-4.5.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM14 17a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3-1a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 6A2.75 2.75 0 0 1 6 3.25h12A2.75 2.75 0 0 1 20.75 6v12A2.75 2.75 0 0 1 18 20.75H6A2.75 2.75 0 0 1 3.25 18V6ZM6 4.75c-.69 0-1.25.56-1.25 1.25v12c0 .69.56 1.25 1.25 1.25h12c.69 0 1.25-.56 1.25-1.25V6c0-.69-.56-1.25-1.25-1.25H6Z"/></svg>',
|
|
57
59
|
'group-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 9c0 1.55-.742 2.926-1.89 3.793 2.256.899 3.89 2.834 3.89 5.207a.75.75 0 0 1-1.5 0c0-2.225-2.217-4.25-5.25-4.25S3.75 15.775 3.75 18a.75.75 0 0 1-1.5 0c0-2.373 1.634-4.309 3.89-5.207A4.75 4.75 0 1 1 13.75 9Zm-8 0a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 7.25a3.25 3.25 0 0 0-2.269 5.577 4.367 4.367 0 0 0-.2.118.75.75 0 1 0 .8 1.27 3.136 3.136 0 0 1 1.669-.465c1.631 0 2.75 1.112 2.75 2.25a.75.75 0 0 0 1.5 0c0-1.383-.815-2.524-1.983-3.17A3.25 3.25 0 0 0 17.5 7.25Zm-1.75 3.25a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0Z"/></svg>',
|
|
58
60
|
'hashtag-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.733 5.157a.75.75 0 0 0-1.466-.314l-.73 3.407H6a.75.75 0 1 0 0 1.5h2.215l-.964 4.5H5a.75.75 0 0 0 0 1.5h1.93l-.663 3.093a.75.75 0 1 0 1.466.314l.73-3.407h5.466l-.662 3.093a.75.75 0 0 0 1.466.314l.73-3.407H18a.75.75 0 0 0 0-1.5h-2.215l.964-4.5H19a.75.75 0 0 0 0-1.5h-1.93l.663-3.093a.75.75 0 0 0-1.466-.314l-.73 3.407H10.07l.662-3.093ZM9.75 9.75l-.964 4.5h5.466l.964-4.5H9.75Z"/></svg>',
|
|
59
61
|
'home-filled': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.797 9.109a2 2 0 0 0-.677 1.74l.962 8.38A2 2 0 0 0 6.07 21h11.862a2 2 0 0 0 1.987-1.772l.962-8.38a2 2 0 0 0-.677-1.74L13.31 3.136a2 2 0 0 0-2.62 0L3.797 9.11ZM9 21v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6H9Z"/></svg>',
|
|
@@ -87,6 +89,7 @@ export const ci = {
|
|
|
87
89
|
'printer-filled': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.272 3.818A.75.75 0 0 1 7 3.25h10a.75.75 0 0 1 .728.568l.858 3.432c1.22 0 2.164 1.05 2.164 2.25V16A1.75 1.75 0 0 1 19 17.75h-1.25V20a.75.75 0 0 1-.75.75H7a.75.75 0 0 1-.75-.75v-2.25H5A1.75 1.75 0 0 1 3.25 16V9.5c0-1.2.944-2.25 2.164-2.25l.858-3.432Zm.689 3.432h10.078l-.625-2.5H7.586l-.625 2.5Zm.789 12h8.5v-4.5h-8.5v4.5Z"/></svg>',
|
|
88
90
|
'printer-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.272 3.818A.75.75 0 0 1 7 3.25h10a.75.75 0 0 1 .728.568l.858 3.432c1.22 0 2.164 1.05 2.164 2.25V16A1.75 1.75 0 0 1 19 17.75h-1.25V20a.75.75 0 0 1-.75.75H7a.75.75 0 0 1-.75-.75v-2.25H5A1.75 1.75 0 0 1 3.25 16V9.5c0-1.2.944-2.25 2.164-2.25l.858-3.432Zm.689 3.432h10.078l-.625-2.5H7.586l-.625 2.5Zm-.711 9V14a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 .75.75v2.25H19a.25.25 0 0 0 .25-.25V9.5c0-.468-.343-.75-.634-.75H5.384c-.29 0-.634.282-.634.75V16c0 .138.112.25.25.25h1.25Zm10-1.5h-8.5v4.5h8.5v-4.5Z"/></svg>',
|
|
89
91
|
'profile-box-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.554 12.746a3.75 3.75 0 1 0-5.108 0C7.6 13.5 6.25 15.055 6.25 17a.75.75 0 0 0 1.5 0c0-1.647 1.738-3.25 4.25-3.25s4.25 1.603 4.25 3.25a.75.75 0 0 0 1.5 0c0-1.945-1.35-3.5-3.196-4.254ZM12 7.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 7A4.75 4.75 0 0 1 7 2.25h10A4.75 4.75 0 0 1 21.75 7v10A4.75 4.75 0 0 1 17 21.75H7A4.75 4.75 0 0 1 2.25 17V7ZM7 3.75A3.25 3.25 0 0 0 3.75 7v10A3.25 3.25 0 0 0 7 20.25h10A3.25 3.25 0 0 0 20.25 17V7A3.25 3.25 0 0 0 17 3.75H7Z"/></svg>',
|
|
92
|
+
'profile-circle-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.79 19.517A9.73 9.73 0 0 1 2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75a9.73 9.73 0 0 1-3.54 7.517c-.403.529-.994.956-1.632 1.275-1.21.605-2.83.958-4.578.958-1.748 0-3.368-.353-4.578-.958-.638-.319-1.229-.746-1.632-1.276ZM3.75 12a8.25 8.25 0 1 1 14.79 5.03c-.355-.787-1.117-1.4-1.962-1.822-.814-.407-1.813-.7-2.911-.848a3.75 3.75 0 1 0-3.334 0c-1.098.148-2.097.441-2.911.848-.845.422-1.607 1.035-1.962 1.822A8.214 8.214 0 0 1 3.75 12ZM12 20.25a8.215 8.215 0 0 1-5.097-1.762A.95.95 0 0 1 6.75 18c0-.391.337-.948 1.343-1.45.961-.481 2.341-.8 3.907-.8 1.566 0 2.946.319 3.907.8 1.006.502 1.343 1.059 1.343 1.45a.95.95 0 0 1-.153.488A8.215 8.215 0 0 1 12 20.25Zm0-11.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z"/></svg>',
|
|
90
93
|
'profiles-filled': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3a4 4 0 0 0-4 4H2a1 1 0 0 0 0 2h1v2H2a1 1 0 1 0 0 2h1v2H2a1 1 0 1 0 0 2h1a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4H7Zm5 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm-3.412 2.677A2.823 2.823 0 0 1 11.168 13h1.664c1.116 0 2.127.657 2.58 1.677a.941.941 0 0 1-.86 1.323H9.448a.941.941 0 0 1-.86-1.323Z"/></svg>',
|
|
91
94
|
'profiles-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8.588 14.677A2.823 2.823 0 0 1 11.168 13h1.664c1.116 0 2.127.657 2.58 1.677a.941.941 0 0 1-.86 1.323H9.448a.941.941 0 0 1-.86-1.323ZM14 10a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3.25A3.75 3.75 0 0 0 3.25 7v.25H2a.75.75 0 0 0 0 1.5h1.25v2.5H2a.75.75 0 0 0 0 1.5h1.25v2.5H2a.75.75 0 0 0 0 1.5h1.25V17A3.75 3.75 0 0 0 7 20.75h10A3.75 3.75 0 0 0 20.75 17V7A3.75 3.75 0 0 0 17 3.25H7Zm-2.25 5.5v2.5H5a.75.75 0 0 1 0 1.5h-.25v2.5H5a.75.75 0 0 1 0 1.5h-.25V17A2.25 2.25 0 0 0 7 19.25h10A2.25 2.25 0 0 0 19.25 17V7A2.25 2.25 0 0 0 17 4.75H7A2.25 2.25 0 0 0 4.75 7v.25H5a.75.75 0 0 1 0 1.5h-.25Z"/></svg>',
|
|
92
95
|
'reading-glasses-filled': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.15 5.265a.75.75 0 0 1 .546.456l1.752 4.379a4.5 4.5 0 1 1-7.39 2.68 4.585 4.585 0 0 0-1.084-.136 4.573 4.573 0 0 0-1.031.136 4.5 4.5 0 1 1-7.39-2.68l1.75-4.379A.75.75 0 0 1 6.53 5.47l1 1a.75.75 0 0 1-1.06 1.06l-.196-.195-.705 1.761a4.495 4.495 0 0 1 4.61 1.813c.616-.164 1.186-.261 1.784-.265.606-.003 1.199.09 1.857.265a4.495 4.495 0 0 1 4.61-1.813l-.704-1.761-.196.195a.75.75 0 1 1-1.06-1.06l1-1a.75.75 0 0 1 .68-.205Z"/></svg>',
|
|
@@ -120,6 +123,7 @@ export const ci = {
|
|
|
120
123
|
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>',
|
|
121
124
|
'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>',
|
|
122
125
|
'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>',
|
|
126
|
+
'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>',
|
|
123
127
|
'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>',
|
|
124
128
|
'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>',
|
|
125
129
|
'google-drive': '<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="2" y="2" width="22" height="19"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.386 2c-.85 0-1.636.455-2.06 1.192L2.335 13.624a2.512 2.512 0 0 0 .003 2.51l2.024 3.498A2.74 2.74 0 0 0 6.733 21h11.772a2.74 2.74 0 0 0 2.356-1.34l2.062-3.473c.463-.78.47-1.748.02-2.534l-6.008-10.46A2.375 2.375 0 0 0 14.876 2h-4.489ZM8.692 14.88l3.928-6.828 3.928 6.828H8.692Z" fill="#C4C4C4"/></mask><g mask="url(#a)"><path fill="#34A853" d="M17.987-1.286 2.8 25.018l-5.275-3.045L12.712-4.331z"/><path fill="#4285F4" d="M-3.207 14.925h30.373v6.091H-3.207z"/><path d="m-1.923 21.017 3.516-6.091h7.034l-3.517 6.09h-7.033Z" fill="#1967D2"/><path fill="#FBBC04" d="m10.075 3.604 10 17.32 5.197-3-10-17.32z"/><path d="M23.645 14.925h-7.033l3.517 6.092h7.033l-3.517-6.091Z" fill="#EA4335"/><path d="m9.103 1.92 3.516-6.092 3.517 6.091-3.517 6.091-3.516-6.09Z" fill="#188038"/></g></svg>',
|
|
@@ -127,10 +131,13 @@ export const ci = {
|
|
|
127
131
|
google: '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.579 12.234c0-.677-.055-1.359-.172-2.025h-9.403v3.839h5.384a4.615 4.615 0 0 1-1.992 3.029v2.49h3.212c1.886-1.736 2.97-4.3 2.97-7.333Z" fill="#4285F4"/><path d="M12.004 21.974c2.688 0 4.956-.882 6.608-2.406l-3.213-2.491c-.893.608-2.047.952-3.392.952-2.6 0-4.806-1.754-5.597-4.113H3.095v2.567a9.97 9.97 0 0 0 8.909 5.491Z" fill="#34A853"/><path d="M6.407 13.916a5.971 5.971 0 0 1 0-3.817V7.53H3.095a9.977 9.977 0 0 0 0 8.952l3.312-2.567Z" fill="#FBBC04"/><path d="M12.004 5.982a5.417 5.417 0 0 1 3.824 1.494l2.846-2.846a9.581 9.581 0 0 0-6.67-2.593A9.967 9.967 0 0 0 3.095 7.53L6.407 10.1c.787-2.363 2.996-4.117 5.597-4.117Z" fill="#EA4335"/></svg>',
|
|
128
132
|
'haiilo-home': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.001 14.024a2.024 2.024 0 1 0 0-4.048 2.024 2.024 0 0 0 0 4.048Zm6.974 0a2.025 2.025 0 1 0 0-4.049 2.025 2.025 0 0 0 0 4.05ZM12.001 21a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05Zm-6.976-6.976a2.024 2.024 0 1 0 0-4.049 2.024 2.024 0 0 0 0 4.05ZM12 7.05a2.024 2.024 0 1 0 0-4.049 2.024 2.024 0 0 0 0 4.049ZM5.026 21a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05Zm13.948 0a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05Z" fill="#1B6C75"/></svg>',
|
|
129
133
|
'haiilo-insights': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 14.025a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05ZM5.025 21a2.025 2.025 0 1 0-.004.002L5.025 21ZM12 21a2.026 2.026 0 1 0 0-4.051A2.026 2.026 0 0 0 12 21Zm6.975-6.975a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05Zm0 6.975a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05Zm0-13.95a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05Z" fill="#1B6C75"/></svg>',
|
|
134
|
+
'haiilo-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.412 2.335c3.103-.507 5.946 2.408 4.783 5.564-.777 2.11-3.273 3.338-5.4 2.474-2.323-.944-4.856.168-6.143 2.35a.75.75 0 0 1-1.396-.382c0-4.807 3.321-9.209 8.156-10.006Zm.243 1.48c-3.354.56-5.788 3.05-6.602 6.185 1.715-1.382 4.037-1.934 6.296-1.021a2.683 2.683 0 0 0 3.439-1.598c.714-1.939-1.014-3.911-3.133-3.566Zm5.28-.102a.75.75 0 0 1 .97-.175c3.138 1.884 5.082 5.38 4.823 9.087-.072 1.036-.712 2.164-2.034 2.562-1.321.398-2.484-.194-3.107-1.128a3.07 3.07 0 0 1-.038-3.332c1.224-1.866.977-4.404-.572-6.028a.75.75 0 0 1-.043-.986Zm2.841 3.59a6.322 6.322 0 0 1-.97 4.242 1.539 1.539 0 0 0 .028 1.681c.309.463.823.707 1.427.525.624-.188.934-.704.971-1.23.131-1.881-.413-3.71-1.456-5.219Zm-12.653 4.53c1.177-.55 2.647-.677 3.775.042.81.516 1.25 1.28 1.583 1.936.073.144.14.281.205.412.252.512.456.928.763 1.283 1.75 2.024 4.802 2.167 6.843.437a.75.75 0 0 1 1.172.872c-1.252 2.871-4.654 4.66-8.018 4.862-3.411.206-7.043-1.203-8.692-5.032-.214-.496-.352-1.11-.215-1.744.31-1.441 1.393-2.512 2.584-3.068Zm.635 1.36c-.875.407-1.564 1.147-1.753 2.025-.05.231-.01.517.126.834 1.336 3.1 4.267 4.306 7.225 4.128 1.773-.107 3.465-.705 4.751-1.628-2.081.347-4.288-.324-5.793-2.065-.446-.517-.756-1.151-1.012-1.676a24.883 24.883 0 0 0-.159-.322c-.314-.62-.603-1.064-1.051-1.349-.553-.352-1.445-.363-2.334.052Z"/></svg>',
|
|
130
135
|
'haiilo-share': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.024 14.025a2.025 2.025 0 1 0 .002-4.05 2.025 2.025 0 0 0-.002 4.05Zm6.975 0a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05ZM12 21a2.025 2.025 0 1 0 0-4.05A2.025 2.025 0 0 0 12 21Zm6.976-6.975a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05ZM12.001 7.05A2.025 2.025 0 1 0 12.003 3 2.025 2.025 0 0 0 12 7.05Z" fill="#1B6C75"/></svg>',
|
|
131
136
|
'haiilo-stories': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.025 11.999a2.024 2.024 0 1 0-4.048 0 2.024 2.024 0 0 0 4.048 0Zm0-6.974a2.024 2.024 0 1 0-4.049 0 2.024 2.024 0 0 0 4.049 0Zm0 13.95a2.025 2.025 0 1 0-4.05 0 2.025 2.025 0 0 0 4.05 0ZM7.05 12a2.024 2.024 0 1 0-4.049 0 2.024 2.024 0 0 0 4.049 0ZM21 18.975a2.025 2.025 0 1 0-4.05 0 2.025 2.025 0 0 0 4.05 0Zm0-13.948a2.024 2.024 0 1 0-4.048-.002A2.024 2.024 0 0 0 21 5.027Z" fill="#1B6C75"/></svg>',
|
|
132
137
|
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>',
|
|
133
138
|
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>',
|
|
139
|
+
'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>',
|
|
140
|
+
'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>',
|
|
134
141
|
'microsoft-edge': '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.058 16.828a7.32 7.32 0 0 1-.82.367 7.927 7.927 0 0 1-2.794.502c-3.682 0-6.89-2.533-6.89-5.783a2.45 2.45 0 0 1 1.279-2.126c-3.331.14-4.187 3.611-4.187 5.645 0 5.75 5.299 6.332 6.44 6.332.616 0 1.544-.179 2.101-.355l.103-.034a9.988 9.988 0 0 0 5.182-4.11.311.311 0 0 0-.414-.438Z" fill="url(#a)"/><path d="M10.304 20.788a6.163 6.163 0 0 1-1.77-1.661 6.282 6.282 0 0 1 2.299-9.339c.242-.114.657-.321 1.209-.31.788.005 1.528.38 2 1.01.313.42.487.929.494 1.453 0-.017 1.904-6.195-6.226-6.195-3.416 0-6.225 3.242-6.225 6.087a10.128 10.128 0 0 0 .942 4.358 9.961 9.961 0 0 0 12.17 5.222 5.88 5.88 0 0 1-4.886-.622l-.007-.003Z" fill="#1595DF"/><path d="M13.93 13.584c-.062.082-.256.195-.256.44 0 .204.132.4.367.564 1.12.778 3.229.675 3.235.675a4.635 4.635 0 0 0 2.355-.65A4.777 4.777 0 0 0 22 10.498c.02-1.744-.622-2.903-.882-3.417C19.467 3.855 15.908 2 12.037 2a9.961 9.961 0 0 0-9.96 9.821c.037-2.844 2.863-5.14 6.225-5.14.272 0 1.826.026 3.268.784 1.272.667 1.938 1.474 2.401 2.273.481.83.567 1.88.567 2.297 0 .418-.213 1.037-.607 1.55Z" fill="#32C1E7"/><path d="M13.93 13.584c-.062.082-.256.195-.256.44 0 .204.132.4.367.564 1.12.778 3.229.675 3.235.675a4.635 4.635 0 0 0 2.355-.65A4.777 4.777 0 0 0 22 10.498c.02-1.744-.622-2.903-.882-3.417C19.467 3.855 15.908 2 12.037 2a9.961 9.961 0 0 0-9.96 9.821c.037-2.844 2.863-5.14 6.225-5.14.272 0 1.826.026 3.268.784 1.272.667 1.938 1.474 2.401 2.273.481.83.567 1.88.567 2.297 0 .418-.213 1.037-.607 1.55Z" fill="url(#b)"/><defs><radialGradient id="b" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3.92841 13.27076 -6.47999 1.9182 2.508 19.14)"><stop stop-color="#66EB6E"/><stop offset="1" stop-color="#66EB6E" stop-opacity="0"/></radialGradient><linearGradient id="a" x1="6.646" y1="15.778" x2="20.524" y2="15.778" gradientUnits="userSpaceOnUse"><stop stop-color="#0C59A4"/><stop offset="1" stop-color="#114A8B"/></linearGradient></defs></svg>',
|
|
135
142
|
'microsoft-excel': '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 12H7l.08 7.614c0 .467.37.846.828.846h13.263a.838.838 0 0 0 .829-.846v-3.598L14 12Z" fill="#185C37"/><path d="M14.54 3H7.908a.837.837 0 0 0-.829.845v3.591L7 12h15V7.436L14.54 3Z" fill="#21A366"/><path d="M7 11.984 22 12v4.016L7 16v-4.016Z" fill="#107C41"/><path d="M2.833 6h8.334c.46 0 .833.41.833.917v9.166c0 .507-.373.917-.833.917H2.833a.797.797 0 0 1-.589-.268.965.965 0 0 1-.244-.649V6.917C2 6.41 2.373 6 2.833 6Z" fill="#107C41"/><path d="m4 15 2.173-3.51L4.183 8h1.602l1.086 2.23c.1.213.169.37.206.474h.014c.072-.169.147-.333.225-.493L8.478 8h1.47l-2.042 3.47L10 15H8.436L7.18 12.55a2.086 2.086 0 0 1-.15-.328h-.018a1.574 1.574 0 0 1-.145.318L5.574 15H4Z" fill="#fff"/><path d="M21.153 3h-6.772v4.444H22V3.847A.846.846 0 0 0 21.153 3Z" fill="#33C481"/></svg>',
|
|
136
143
|
'microsoft-onenote': '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.833 3h13.334c.46 0 .833.373.833.833v15.834c0 .46-.373.833-.833.833H7.833A.833.833 0 0 1 7 19.667V3.833c0-.46.373-.833.833-.833Z" fill="#CA64EA"/><path d="M22 3.833A.833.833 0 0 0 21.167 3H7.832A.833.833 0 0 0 7 3.833v15.834c0 .46.373.833.833.833h9.792L22 7.375V3.833Z" fill="#CA64EA"/><path d="M22 7.375h-4.375v4.375l2.188 1.997L22 11.75V7.375Z" fill="#AE4BD5"/><path d="M22 11.75h-4.375v4.375l2.188 2.122L22 16.125V11.75Z" fill="#9332BF"/><path d="M17.625 16.125H22v3.542c0 .46-.373.833-.833.833h-3.542v-4.375ZM2.833 6.75h8.334c.46 0 .833.373.833.833v8.334c0 .46-.373.833-.833.833H2.833A.833.833 0 0 1 2 15.917V7.583c0-.46.373-.833.833-.833Z" fill="#7719AA"/><path d="M4.5 8.625h1.332l2.285 4.207c.119.182.209.328.269.438h.016a5.931 5.931 0 0 1-.038-.829V8.625H9.5v6.25H8.253L5.87 10.731a3.204 3.204 0 0 1-.242-.428h-.022c.028.302.04.606.035.91v3.662H4.5v-6.25Z" fill="#fff"/></svg>',
|