@haiilo/catalyst-icons 0.1.1 → 0.1.2
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 +29 -8
- package/dist/js/icons.constants.js +20 -5
- package/dist/js/icons.object.d.ts +4 -1
- package/dist/js/icons.object.js +4 -1
- package/dist/style/sprite.css.css +140 -113
- package/dist/style/sprite.css.less +140 -113
- package/dist/style/sprite.css.scss +140 -113
- package/dist/style/sprite.view.css +140 -113
- package/dist/style/sprite.view.less +140 -113
- package/dist/style/sprite.view.scss +140 -113
- 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/feed-filled.svg +1 -0
- package/tmp/assets/feed-outlined.svg +1 -0
- package/tmp/assets/{timeline-outlined.svg → stream-filled.svg} +1 -1
- package/tmp/assets/stream-outlined.svg +1 -0
|
@@ -330,10 +330,6 @@ export declare const ciThumbsUpOutlined: {
|
|
|
330
330
|
name: 'thumbs-up-outlined';
|
|
331
331
|
data: string;
|
|
332
332
|
};
|
|
333
|
-
export declare const ciTimelineOutlined: {
|
|
334
|
-
name: 'timeline-outlined';
|
|
335
|
-
data: string;
|
|
336
|
-
};
|
|
337
333
|
export declare const ciTrashFilled: {
|
|
338
334
|
name: 'trash-filled';
|
|
339
335
|
data: string;
|
|
@@ -358,6 +354,14 @@ export declare const ciFacebook: {
|
|
|
358
354
|
name: 'facebook';
|
|
359
355
|
data: string;
|
|
360
356
|
};
|
|
357
|
+
export declare const ciFeedFilled: {
|
|
358
|
+
name: 'feed-filled';
|
|
359
|
+
data: string;
|
|
360
|
+
};
|
|
361
|
+
export declare const ciFeedOutlined: {
|
|
362
|
+
name: 'feed-outlined';
|
|
363
|
+
data: string;
|
|
364
|
+
};
|
|
361
365
|
export declare const ciGoogleCalendar: {
|
|
362
366
|
name: 'google-calendar';
|
|
363
367
|
data: string;
|
|
@@ -442,6 +446,14 @@ export declare const ciMozillaFirefox: {
|
|
|
442
446
|
name: 'mozilla-firefox';
|
|
443
447
|
data: string;
|
|
444
448
|
};
|
|
449
|
+
export declare const ciStreamFilled: {
|
|
450
|
+
name: 'stream-filled';
|
|
451
|
+
data: string;
|
|
452
|
+
};
|
|
453
|
+
export declare const ciStreamOutlined: {
|
|
454
|
+
name: 'stream-outlined';
|
|
455
|
+
data: string;
|
|
456
|
+
};
|
|
445
457
|
export declare const ciTwitter: {
|
|
446
458
|
name: 'twitter';
|
|
447
459
|
data: string;
|
|
@@ -454,7 +466,7 @@ export declare const ciXing: {
|
|
|
454
466
|
name: 'xing';
|
|
455
467
|
data: string;
|
|
456
468
|
};
|
|
457
|
-
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' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'events-filled' | 'events-outlined' | 'folder-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'menu-outlined' | 'photo-filled' | 'photo-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-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' | 'sparkle-filled' | 'sparkle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | '
|
|
469
|
+
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' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'events-filled' | 'events-outlined' | 'folder-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'menu-outlined' | 'photo-filled' | 'photo-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-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' | 'sparkle-filled' | 'sparkle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'trash-filled' | 'trash-outlined' | 'video-camera-filled' | 'video-camera-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';
|
|
458
470
|
export interface CoyoIcon {
|
|
459
471
|
name: coyoIcon;
|
|
460
472
|
data: string;
|
|
@@ -709,9 +721,6 @@ export declare const completeIconSet: ({
|
|
|
709
721
|
} | {
|
|
710
722
|
name: 'thumbs-up-outlined';
|
|
711
723
|
data: string;
|
|
712
|
-
} | {
|
|
713
|
-
name: 'timeline-outlined';
|
|
714
|
-
data: string;
|
|
715
724
|
} | {
|
|
716
725
|
name: 'trash-filled';
|
|
717
726
|
data: string;
|
|
@@ -730,6 +739,12 @@ export declare const completeIconSet: ({
|
|
|
730
739
|
} | {
|
|
731
740
|
name: 'facebook';
|
|
732
741
|
data: string;
|
|
742
|
+
} | {
|
|
743
|
+
name: 'feed-filled';
|
|
744
|
+
data: string;
|
|
745
|
+
} | {
|
|
746
|
+
name: 'feed-outlined';
|
|
747
|
+
data: string;
|
|
733
748
|
} | {
|
|
734
749
|
name: 'google-calendar';
|
|
735
750
|
data: string;
|
|
@@ -793,6 +808,12 @@ export declare const completeIconSet: ({
|
|
|
793
808
|
} | {
|
|
794
809
|
name: 'mozilla-firefox';
|
|
795
810
|
data: string;
|
|
811
|
+
} | {
|
|
812
|
+
name: 'stream-filled';
|
|
813
|
+
data: string;
|
|
814
|
+
} | {
|
|
815
|
+
name: 'stream-outlined';
|
|
816
|
+
data: string;
|
|
796
817
|
} | {
|
|
797
818
|
name: 'twitter';
|
|
798
819
|
data: string;
|
|
@@ -331,10 +331,6 @@ export const ciThumbsUpOutlined = {
|
|
|
331
331
|
name: 'thumbs-up-outlined',
|
|
332
332
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.28 2.382c-.82-.132-1.669.334-1.958 1.146a17.2 17.2 0 0 0-.485 1.649l-.02.079a11.8 11.8 0 0 1-.338 1.178c-.263.724-.712 1.534-1.878 2.816H6A2.75 2.75 0 0 0 3.25 12v5A2.75 2.75 0 0 0 6 19.75h9.56a3.75 3.75 0 0 0 3.572-2.607l1.747-5.457a2.75 2.75 0 0 0-2.62-3.588h-3.09c-.256-2.118-.58-3.44-1-4.272-.239-.476-.526-.827-.88-1.067a2.423 2.423 0 0 0-1.009-.377Zm-.545 1.65c.036-.102.17-.19.306-.169.196.032.31.072.404.136.094.064.23.193.385.502.329.652.658 1.924.924 4.426a.75.75 0 0 0 .746.67h3.76a1.25 1.25 0 0 1 1.19 1.632l-1.747 5.457a2.25 2.25 0 0 1-2.143 1.564H8.75v-8.034c1.229-1.358 1.794-2.322 2.139-3.27.163-.448.272-.882.378-1.307l.024-.096c.117-.462.241-.942.444-1.512ZM7.25 18.25v-7.5H6c-.69 0-1.25.56-1.25 1.25v5c0 .69.56 1.25 1.25 1.25h1.25Z"/></svg>`
|
|
333
333
|
};
|
|
334
|
-
export const ciTimelineOutlined = {
|
|
335
|
-
name: 'timeline-outlined',
|
|
336
|
-
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>`
|
|
337
|
-
};
|
|
338
334
|
export const ciTrashFilled = {
|
|
339
335
|
name: 'trash-filled',
|
|
340
336
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.25 4A.75.75 0 0 1 8 3.25h8a.75.75 0 0 1 .75.75v2.25H20a.75.75 0 0 1 0 1.5h-.308l-.942 11.637a1.353 1.353 0 0 1-.497.998 1.61 1.61 0 0 1-1.03.365H6.777a1.61 1.61 0 0 1-1.031-.365 1.353 1.353 0 0 1-.496-.998L4.308 7.75H4a.75.75 0 0 1 0-1.5h3.25V4Zm1.5 2.25h6.5v-1.5h-6.5v1.5Z"/></svg>`
|
|
@@ -359,6 +355,14 @@ export const ciFacebook = {
|
|
|
359
355
|
name: 'facebook',
|
|
360
356
|
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 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>`
|
|
361
357
|
};
|
|
358
|
+
export const ciFeedFilled = {
|
|
359
|
+
name: 'feed-filled',
|
|
360
|
+
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.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>`
|
|
361
|
+
};
|
|
362
|
+
export const ciFeedOutlined = {
|
|
363
|
+
name: 'feed-outlined',
|
|
364
|
+
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>`
|
|
365
|
+
};
|
|
362
366
|
export const ciGoogleCalendar = {
|
|
363
367
|
name: 'google-calendar',
|
|
364
368
|
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>`
|
|
@@ -443,6 +447,14 @@ export const ciMozillaFirefox = {
|
|
|
443
447
|
name: 'mozilla-firefox',
|
|
444
448
|
data: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.1 8.9c-.4-1-1.3-2.2-2-2.5.5 1 .9 2 1 3-1-2.8-3-4-4.5-6.4a12.2 12.2 0 0 1-.4-.6l-.1-.4a7.3 7.3 0 0 0-3.5 5.5c-1 0-2 .5-2.7 1l-.3-.1c-.2-.8-.2-1.6 0-2.4-1 .4-1.8 1-2.4 1.8-.4-.5-.4-2.1-.4-2.5l-.3.2a7.2 7.2 0 0 0-1.9 2c-.6.8-1 1.9-1.3 3l-.1.6-.2 1.4a10 10 0 0 0 19.7 1.8v-.4c.3-1.7 0-3.4-.6-5Z" fill="url(#a)"/><path d="M12 10.7c0 .2-1 1-1.2 1-2.9 0-3.3 1.8-3.3 1.8a4.2 4.2 0 0 0 2.8 3.4c.4.2.8.3 1.3.3 5 .2 5.9-6 2.3-7.7.9-.1 1.7 0 2.4.5a5 5 0 0 0-4.4-2.5h-.3c-1 0-2 .5-2.7 1l.6.7c.7.7 2.5 1.4 2.5 1.5Z" fill="#7B23BA"/><path d="m8.4 8.2.2.2c-.2-.8-.2-1.6 0-2.4-1 .4-1.8 1-2.4 1.8 0 0 1.5 0 2.2.4Z" fill="url(#b)"/><path d="M2 12.8a10 10 0 0 0 9.6 8.1 8.5 8.5 0 0 0 8.5-11.5c.4 2.3-.8 4.5-2.6 6-3.6 3-7 1.8-7.7 1.3h-.1c-2.1-1-3-3-2.8-4.6-1 0-1.9-.5-2.3-1.4 1-.7 2.5-.8 3.6-.2a5 5 0 0 0 3.8.2c0-.1-1.8-.8-2.4-1.5l-.7-.6a3 3 0 0 0-.5-.4c-.7-.4-2.2-.4-2.2-.4-.4-.5-.4-2.1-.4-2.5l-.3.2a7.2 7.2 0 0 0-1.9 2 8.4 8.4 0 0 0-1.5 5.3Z" fill="url(#c)"/><path d="M15.4 8.9c.4.3.7.8 1 1.2l.1.1c2.3 2 1 5 1 5.2 1.8-1.5 3-3.7 2.6-6-1-2.8-3-4-4.5-6.4a12.2 12.2 0 0 1-.4-.6l-.1-.4c-.5.2-2.7 3.8.3 6.9Z" fill="url(#d)"/><path d="m16.5 10.2-.1-.1h-.1c-.7-.5-1.6-.7-2.4-.6 3.6 1.8 2.6 8-2.3 7.7a4.4 4.4 0 0 1-1.8-.5c.7.5 4.1 1.7 7.7-1.3 0-.2 1.3-3.1-1-5.2Z" fill="url(#e)"/><path d="M7.5 13.5s.4-1.7 3.3-1.7c.3 0 1.1-.9 1.2-1.1a5 5 0 0 1-3.8-.2 3.7 3.7 0 0 0-3.6.2c.4.9 1.3 1.5 2.3 1.4-.2 1.7.7 3.6 2.8 4.6h.1a4.2 4.2 0 0 1-2.3-3.2Z" fill="url(#f)"/><path d="M21.1 8.9c-.4-1-1.3-2.2-2-2.5.5 1 .9 2 1 3-1-2.8-3-4-4.5-6.4a12.2 12.2 0 0 1-.4-.6l-.1-.4a7.3 7.3 0 0 0-3.5 5.5h.3a5 5 0 0 1 4.4 2.5c-.7-.4-1.5-.6-2.4-.5 3.6 1.8 2.6 8-2.3 7.7a4.4 4.4 0 0 1-1.6-.4h-.2l-.1-.1h.1a4.2 4.2 0 0 1-2.3-3.2s.4-1.7 3.3-1.7c.3 0 1.1-.9 1.2-1.1 0-.1-1.8-.8-2.5-1.5L9 8.6l-.3-.2c-.2-.8-.2-1.6 0-2.4-1 .4-1.8 1-2.4 1.8-.4-.5-.4-2.1-.4-2.5l-.3.2a7.2 7.2 0 0 0-1.9 2c-.6.8-1 1.9-1.3 3l-.2.6-.1 1.4a10 10 0 0 0 19.7 1.8v-.4c.3-1.7 0-3.4-.6-5Z" fill="url(#g)"/><defs><radialGradient id="b" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(11.2 3.4) scale(7.09641)"><stop stop-color="#FFE226"/><stop offset=".1" stop-color="#FFDB27"/><stop offset=".3" stop-color="#FFC82A"/><stop offset=".5" stop-color="#FFA930"/><stop offset=".7" stop-color="#FF7E37"/><stop offset=".8" stop-color="#FF7139"/></radialGradient><radialGradient id="c" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(30.2773 0 0 30.2771 14.6 -1)"><stop offset=".1" stop-color="#FFF44F"/><stop offset=".5" stop-color="#FF980E"/><stop offset=".6" stop-color="#FF5634"/><stop offset=".7" stop-color="#FF3647"/><stop offset=".9" stop-color="#E31587"/></radialGradient><radialGradient id="d" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.32884 10.45005 -44.89283 10.00455 4.6 7.6)"><stop stop-color="#FFF44F"/><stop offset=".1" stop-color="#FFE847"/><stop offset=".2" stop-color="#FFC830"/><stop offset=".3" stop-color="#FF980E"/><stop offset=".4" stop-color="#FF8B16"/><stop offset=".5" stop-color="#FF672A"/><stop offset=".6" stop-color="#FF3647"/><stop offset=".7" stop-color="#E31587"/></radialGradient><radialGradient id="e" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(18.9027 0 0 18.9026 10.9 6)"><stop offset=".1" stop-color="#FFF44F"/><stop offset=".5" stop-color="#FF980E"/><stop offset=".6" stop-color="#FF5634"/><stop offset=".7" stop-color="#FF3647"/><stop offset=".9" stop-color="#E31587"/></radialGradient><radialGradient id="f" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(14.7 7.2) scale(20.6887)"><stop offset=".1" stop-color="#FFF44F"/><stop offset=".2" stop-color="#FFE141"/><stop offset=".5" stop-color="#FFAF1E"/><stop offset=".6" stop-color="#FF980E"/></radialGradient><linearGradient id="a" x1="19.3" y1="5.2" x2="3.4" y2="20.6" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FFF44F"/><stop offset=".1" stop-color="#FFE847"/><stop offset=".2" stop-color="#FFC830"/><stop offset=".4" stop-color="#FF980E"/><stop offset=".4" stop-color="#FF8B16"/><stop offset=".5" stop-color="#FF672A"/><stop offset=".5" stop-color="#FF3647"/><stop offset=".7" stop-color="#E31587"/></linearGradient><linearGradient id="g" x1="19.1" y1="5.1" x2="5.5" y2="18.7" gradientUnits="userSpaceOnUse"><stop offset=".2" stop-color="#FFF44F" stop-opacity=".8"/><stop offset=".3" stop-color="#FFF44F" stop-opacity=".6"/><stop offset=".5" stop-color="#FFF44F" stop-opacity=".2"/><stop offset=".6" stop-color="#FFF44F" stop-opacity="0"/></linearGradient></defs></svg>`
|
|
445
449
|
};
|
|
450
|
+
export const ciStreamFilled = {
|
|
451
|
+
name: 'stream-filled',
|
|
452
|
+
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>`
|
|
453
|
+
};
|
|
454
|
+
export const ciStreamOutlined = {
|
|
455
|
+
name: 'stream-outlined',
|
|
456
|
+
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>`
|
|
457
|
+
};
|
|
446
458
|
export const ciTwitter = {
|
|
447
459
|
name: 'twitter',
|
|
448
460
|
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>`
|
|
@@ -539,13 +551,14 @@ export const completeIconSet = [
|
|
|
539
551
|
ciStickerOutlined,
|
|
540
552
|
ciThumbsUpFilled,
|
|
541
553
|
ciThumbsUpOutlined,
|
|
542
|
-
ciTimelineOutlined,
|
|
543
554
|
ciTrashFilled,
|
|
544
555
|
ciTrashOutlined,
|
|
545
556
|
ciVideoCameraFilled,
|
|
546
557
|
ciVideoCameraOutlined,
|
|
547
558
|
ciAppleSafari,
|
|
548
559
|
ciFacebook,
|
|
560
|
+
ciFeedFilled,
|
|
561
|
+
ciFeedOutlined,
|
|
549
562
|
ciGoogleCalendar,
|
|
550
563
|
ciGoogleChrome,
|
|
551
564
|
ciGoogleDrive,
|
|
@@ -567,6 +580,8 @@ export const completeIconSet = [
|
|
|
567
580
|
ciMicrosoftWord,
|
|
568
581
|
ciMicrosoft,
|
|
569
582
|
ciMozillaFirefox,
|
|
583
|
+
ciStreamFilled,
|
|
584
|
+
ciStreamOutlined,
|
|
570
585
|
ciTwitter,
|
|
571
586
|
ciWechat,
|
|
572
587
|
ciXing
|
|
@@ -82,13 +82,14 @@ export declare const ci: {
|
|
|
82
82
|
'sticker-outlined': string;
|
|
83
83
|
'thumbs-up-filled': string;
|
|
84
84
|
'thumbs-up-outlined': string;
|
|
85
|
-
'timeline-outlined': string;
|
|
86
85
|
'trash-filled': string;
|
|
87
86
|
'trash-outlined': string;
|
|
88
87
|
'video-camera-filled': string;
|
|
89
88
|
'video-camera-outlined': string;
|
|
90
89
|
'apple-safari': string;
|
|
91
90
|
facebook: string;
|
|
91
|
+
'feed-filled': string;
|
|
92
|
+
'feed-outlined': string;
|
|
92
93
|
'google-calendar': string;
|
|
93
94
|
'google-chrome': string;
|
|
94
95
|
'google-drive': string;
|
|
@@ -110,6 +111,8 @@ export declare const ci: {
|
|
|
110
111
|
'microsoft-word': string;
|
|
111
112
|
microsoft: string;
|
|
112
113
|
'mozilla-firefox': string;
|
|
114
|
+
'stream-filled': string;
|
|
115
|
+
'stream-outlined': string;
|
|
113
116
|
twitter: string;
|
|
114
117
|
wechat: string;
|
|
115
118
|
xing: string;
|
package/dist/js/icons.object.js
CHANGED
|
@@ -83,13 +83,14 @@ export const ci = {
|
|
|
83
83
|
'sticker-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 2.25A9.75 9.75 0 0 0 2.25 12a9.752 9.752 0 0 0 6.662 9.25c2.15.718 4.262-.363 5.669-1.77l4.9-4.9c1.405-1.406 2.487-3.518 1.77-5.668C19.959 5.042 16.307 2.25 12 2.25ZM3.75 12a8.25 8.25 0 0 1 16.078-2.613c.094.282.141.571.147.863H15A4.75 4.75 0 0 0 10.25 15v4.975a2.887 2.887 0 0 1-.863-.147A8.254 8.254 0 0 1 3.75 12Zm8 7.658c.625-.27 1.23-.698 1.77-1.239l4.9-4.9c.54-.54.969-1.144 1.238-1.769H15A3.25 3.25 0 0 0 11.75 15v4.658Z"/></svg>',
|
|
84
84
|
'thumbs-up-filled': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.855 3.74c-.53 2.038-1.032 3.962-2.517 5.432-.207.205-.338.48-.338.77V19a1 1 0 0 0 1 1h6.638a3 3 0 0 0 2.824-1.988l2.1-5.861c.7-1.954-.748-4.012-2.824-4.012h-2.32a.509.509 0 0 1-.495-.414c-.629-3.264-1.358-4.636-2.053-5.23-.729-.621-1.734.168-1.975 1.095l-.04.15ZM5.5 10H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5Z"/></svg>',
|
|
85
85
|
'thumbs-up-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.28 2.382c-.82-.132-1.669.334-1.958 1.146a17.2 17.2 0 0 0-.485 1.649l-.02.079a11.8 11.8 0 0 1-.338 1.178c-.263.724-.712 1.534-1.878 2.816H6A2.75 2.75 0 0 0 3.25 12v5A2.75 2.75 0 0 0 6 19.75h9.56a3.75 3.75 0 0 0 3.572-2.607l1.747-5.457a2.75 2.75 0 0 0-2.62-3.588h-3.09c-.256-2.118-.58-3.44-1-4.272-.239-.476-.526-.827-.88-1.067a2.423 2.423 0 0 0-1.009-.377Zm-.545 1.65c.036-.102.17-.19.306-.169.196.032.31.072.404.136.094.064.23.193.385.502.329.652.658 1.924.924 4.426a.75.75 0 0 0 .746.67h3.76a1.25 1.25 0 0 1 1.19 1.632l-1.747 5.457a2.25 2.25 0 0 1-2.143 1.564H8.75v-8.034c1.229-1.358 1.794-2.322 2.139-3.27.163-.448.272-.882.378-1.307l.024-.096c.117-.462.241-.942.444-1.512ZM7.25 18.25v-7.5H6c-.69 0-1.25.56-1.25 1.25v5c0 .69.56 1.25 1.25 1.25h1.25Z"/></svg>',
|
|
86
|
-
'timeline-outlined': '<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>',
|
|
87
86
|
'trash-filled': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.25 4A.75.75 0 0 1 8 3.25h8a.75.75 0 0 1 .75.75v2.25H20a.75.75 0 0 1 0 1.5h-.308l-.942 11.637a1.353 1.353 0 0 1-.497.998 1.61 1.61 0 0 1-1.03.365H6.777a1.61 1.61 0 0 1-1.031-.365 1.353 1.353 0 0 1-.496-.998L4.308 7.75H4a.75.75 0 0 1 0-1.5h3.25V4Zm1.5 2.25h6.5v-1.5h-6.5v1.5Z"/></svg>',
|
|
88
87
|
'trash-outlined': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.25 4A.75.75 0 0 1 8 3.25h8a.75.75 0 0 1 .75.75v2.25H20a.75.75 0 0 1 0 1.5h-.308l-.942 11.637a1.353 1.353 0 0 1-.497.998 1.61 1.61 0 0 1-1.03.365H6.777a1.61 1.61 0 0 1-1.031-.365 1.353 1.353 0 0 1-.497-.998L4.308 7.75H4a.75.75 0 0 1 0-1.5h3.25V4ZM5.813 7.75l.931 11.497h10.512l.93-11.497H5.814Zm9.437-3v1.5h-6.5v-1.5h6.5Z"/></svg>',
|
|
89
88
|
'video-camera-filled': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M2 17.714V6.286C2 5.023 2.995 4 4.222 4h10c1.228 0 2.222 1.023 2.222 2.286v3.428l4.03-2.487A1 1 0 0 1 22 8.078v7.844a1 1 0 0 1-1.525.851l-4.03-2.487v3.428c0 1.263-.995 2.286-2.223 2.286h-10C2.995 20 2 18.977 2 17.714Z"/></svg>',
|
|
90
89
|
'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>',
|
|
91
90
|
'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>',
|
|
92
91
|
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>',
|
|
92
|
+
'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>',
|
|
93
|
+
'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>',
|
|
93
94
|
'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>',
|
|
94
95
|
'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>',
|
|
95
96
|
'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>',
|
|
@@ -111,6 +112,8 @@ export const ci = {
|
|
|
111
112
|
'microsoft-word': '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.167 3H7.833A.83.83 0 0 0 7 3.825v3.508L14.5 9.5 22 7.333V3.825a.821.821 0 0 0-.244-.583.837.837 0 0 0-.59-.242Z" fill="#41A5EE"/><path d="M7 7.25v4.333l7.5 2.167L22 12V7.25H7Z" fill="#2B7CD3"/><path d="M22 11.75H7v4.333l7.5 2.167 7.5-2.167V11.75Z" fill="#185ABD"/><path d="M22 16H7v3.44c0 .448.373.81.833.81h13.334c.46 0 .833-.362.833-.81V16Z" fill="#103F91"/><path d="M2.833 6h8.334c.22 0 .433.097.589.268a.965.965 0 0 1 .244.649v9.166a.965.965 0 0 1-.244.649.797.797 0 0 1-.59.268H2.834c-.46 0-.833-.41-.833-.917V6.917C2 6.41 2.373 6 2.833 6Z" fill="#185ABD"/><path d="M9.655 15h-1.21l-1.411-4.83L5.555 15h-1.21L3 8h1.21l.941 4.9 1.412-4.76h1.008l1.345 4.76.941-4.9H11l-1.345 7Z" fill="#fff"/></svg>',
|
|
112
113
|
microsoft: '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 13h-9v9h9v-9Z" fill="#FFB900"/><path d="M11 13H2v9h9v-9Z" fill="#01A4EF"/><path d="M22 2h-9v9h9V2Z" fill="#7FBA00"/><path d="M11 2H2v9h9V2Z" fill="#F25022"/></svg>',
|
|
113
114
|
'mozilla-firefox': '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.1 8.9c-.4-1-1.3-2.2-2-2.5.5 1 .9 2 1 3-1-2.8-3-4-4.5-6.4a12.2 12.2 0 0 1-.4-.6l-.1-.4a7.3 7.3 0 0 0-3.5 5.5c-1 0-2 .5-2.7 1l-.3-.1c-.2-.8-.2-1.6 0-2.4-1 .4-1.8 1-2.4 1.8-.4-.5-.4-2.1-.4-2.5l-.3.2a7.2 7.2 0 0 0-1.9 2c-.6.8-1 1.9-1.3 3l-.1.6-.2 1.4a10 10 0 0 0 19.7 1.8v-.4c.3-1.7 0-3.4-.6-5Z" fill="url(#a)"/><path d="M12 10.7c0 .2-1 1-1.2 1-2.9 0-3.3 1.8-3.3 1.8a4.2 4.2 0 0 0 2.8 3.4c.4.2.8.3 1.3.3 5 .2 5.9-6 2.3-7.7.9-.1 1.7 0 2.4.5a5 5 0 0 0-4.4-2.5h-.3c-1 0-2 .5-2.7 1l.6.7c.7.7 2.5 1.4 2.5 1.5Z" fill="#7B23BA"/><path d="m8.4 8.2.2.2c-.2-.8-.2-1.6 0-2.4-1 .4-1.8 1-2.4 1.8 0 0 1.5 0 2.2.4Z" fill="url(#b)"/><path d="M2 12.8a10 10 0 0 0 9.6 8.1 8.5 8.5 0 0 0 8.5-11.5c.4 2.3-.8 4.5-2.6 6-3.6 3-7 1.8-7.7 1.3h-.1c-2.1-1-3-3-2.8-4.6-1 0-1.9-.5-2.3-1.4 1-.7 2.5-.8 3.6-.2a5 5 0 0 0 3.8.2c0-.1-1.8-.8-2.4-1.5l-.7-.6a3 3 0 0 0-.5-.4c-.7-.4-2.2-.4-2.2-.4-.4-.5-.4-2.1-.4-2.5l-.3.2a7.2 7.2 0 0 0-1.9 2 8.4 8.4 0 0 0-1.5 5.3Z" fill="url(#c)"/><path d="M15.4 8.9c.4.3.7.8 1 1.2l.1.1c2.3 2 1 5 1 5.2 1.8-1.5 3-3.7 2.6-6-1-2.8-3-4-4.5-6.4a12.2 12.2 0 0 1-.4-.6l-.1-.4c-.5.2-2.7 3.8.3 6.9Z" fill="url(#d)"/><path d="m16.5 10.2-.1-.1h-.1c-.7-.5-1.6-.7-2.4-.6 3.6 1.8 2.6 8-2.3 7.7a4.4 4.4 0 0 1-1.8-.5c.7.5 4.1 1.7 7.7-1.3 0-.2 1.3-3.1-1-5.2Z" fill="url(#e)"/><path d="M7.5 13.5s.4-1.7 3.3-1.7c.3 0 1.1-.9 1.2-1.1a5 5 0 0 1-3.8-.2 3.7 3.7 0 0 0-3.6.2c.4.9 1.3 1.5 2.3 1.4-.2 1.7.7 3.6 2.8 4.6h.1a4.2 4.2 0 0 1-2.3-3.2Z" fill="url(#f)"/><path d="M21.1 8.9c-.4-1-1.3-2.2-2-2.5.5 1 .9 2 1 3-1-2.8-3-4-4.5-6.4a12.2 12.2 0 0 1-.4-.6l-.1-.4a7.3 7.3 0 0 0-3.5 5.5h.3a5 5 0 0 1 4.4 2.5c-.7-.4-1.5-.6-2.4-.5 3.6 1.8 2.6 8-2.3 7.7a4.4 4.4 0 0 1-1.6-.4h-.2l-.1-.1h.1a4.2 4.2 0 0 1-2.3-3.2s.4-1.7 3.3-1.7c.3 0 1.1-.9 1.2-1.1 0-.1-1.8-.8-2.5-1.5L9 8.6l-.3-.2c-.2-.8-.2-1.6 0-2.4-1 .4-1.8 1-2.4 1.8-.4-.5-.4-2.1-.4-2.5l-.3.2a7.2 7.2 0 0 0-1.9 2c-.6.8-1 1.9-1.3 3l-.2.6-.1 1.4a10 10 0 0 0 19.7 1.8v-.4c.3-1.7 0-3.4-.6-5Z" fill="url(#g)"/><defs><radialGradient id="b" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(11.2 3.4) scale(7.09641)"><stop stop-color="#FFE226"/><stop offset=".1" stop-color="#FFDB27"/><stop offset=".3" stop-color="#FFC82A"/><stop offset=".5" stop-color="#FFA930"/><stop offset=".7" stop-color="#FF7E37"/><stop offset=".8" stop-color="#FF7139"/></radialGradient><radialGradient id="c" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(30.2773 0 0 30.2771 14.6 -1)"><stop offset=".1" stop-color="#FFF44F"/><stop offset=".5" stop-color="#FF980E"/><stop offset=".6" stop-color="#FF5634"/><stop offset=".7" stop-color="#FF3647"/><stop offset=".9" stop-color="#E31587"/></radialGradient><radialGradient id="d" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.32884 10.45005 -44.89283 10.00455 4.6 7.6)"><stop stop-color="#FFF44F"/><stop offset=".1" stop-color="#FFE847"/><stop offset=".2" stop-color="#FFC830"/><stop offset=".3" stop-color="#FF980E"/><stop offset=".4" stop-color="#FF8B16"/><stop offset=".5" stop-color="#FF672A"/><stop offset=".6" stop-color="#FF3647"/><stop offset=".7" stop-color="#E31587"/></radialGradient><radialGradient id="e" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(18.9027 0 0 18.9026 10.9 6)"><stop offset=".1" stop-color="#FFF44F"/><stop offset=".5" stop-color="#FF980E"/><stop offset=".6" stop-color="#FF5634"/><stop offset=".7" stop-color="#FF3647"/><stop offset=".9" stop-color="#E31587"/></radialGradient><radialGradient id="f" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(14.7 7.2) scale(20.6887)"><stop offset=".1" stop-color="#FFF44F"/><stop offset=".2" stop-color="#FFE141"/><stop offset=".5" stop-color="#FFAF1E"/><stop offset=".6" stop-color="#FF980E"/></radialGradient><linearGradient id="a" x1="19.3" y1="5.2" x2="3.4" y2="20.6" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FFF44F"/><stop offset=".1" stop-color="#FFE847"/><stop offset=".2" stop-color="#FFC830"/><stop offset=".4" stop-color="#FF980E"/><stop offset=".4" stop-color="#FF8B16"/><stop offset=".5" stop-color="#FF672A"/><stop offset=".5" stop-color="#FF3647"/><stop offset=".7" stop-color="#E31587"/></linearGradient><linearGradient id="g" x1="19.1" y1="5.1" x2="5.5" y2="18.7" gradientUnits="userSpaceOnUse"><stop offset=".2" stop-color="#FFF44F" stop-opacity=".8"/><stop offset=".3" stop-color="#FFF44F" stop-opacity=".6"/><stop offset=".5" stop-color="#FFF44F" stop-opacity=".2"/><stop offset=".6" stop-color="#FFF44F" stop-opacity="0"/></linearGradient></defs></svg>',
|
|
115
|
+
'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>',
|
|
116
|
+
'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>',
|
|
114
117
|
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>',
|
|
115
118
|
wechat: '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.926 1 1 5.924 1 12c0 6.075 4.926 11 11 11 6.075 0 11-4.925 11-11 0-6.076-4.925-11-11-11Zm5.081 15.023c.815-.59 1.336-1.464 1.336-2.434 0-1.779-1.731-3.222-3.866-3.222s-3.866 1.443-3.866 3.222 1.731 3.22 3.866 3.22c.441 0 .867-.062 1.262-.175l.114-.018c.074 0 .141.023.205.06l.846.489.075.023a.128.128 0 0 0 .128-.128l-.02-.094-.174-.65-.014-.083c0-.086.043-.163.108-.21Zm-6.86-9.211c-2.56 0-4.638 1.73-4.638 3.865 0 1.164.625 2.213 1.603 2.922.079.056.13.147.13.252l-.017.098-.209.78-.024.113c0 .085.07.155.155.155l.088-.03 1.016-.585a.488.488 0 0 1 .247-.072l.136.02c.473.137.985.212 1.514.212l.255-.006a2.978 2.978 0 0 1-.156-.947c0-1.947 1.893-3.525 4.23-3.525l.252.006c-.35-1.847-2.267-3.258-4.581-3.258Zm3.041 6.261a.516.516 0 1 1 .001-1.03.516.516 0 0 1 0 1.03Zm2.578 0a.515.515 0 1 1 0-1.03.515.515 0 0 1 0 1.03ZM8.676 10.06a.619.619 0 1 1 0-1.238.619.619 0 0 1 0 1.238Zm3.092 0a.619.619 0 1 1 0-1.238.619.619 0 0 1 0 1.238Z" fill="#7BB32E"/></svg>',
|
|
116
119
|
xing: '<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 1ZM6.582 14.746l2.2-3.88-1.48-2.536h2.641l1.468 2.529-2.201 3.887H6.582Zm9.945 3.67h-2.61l-2.847-5.168 4.316-7.665h2.637l-4.314 7.665 2.818 5.169Z" fill="#026466"/></svg>'
|