Web: components: added Skype icon

This commit is contained in:
DASenkiv 2019-06-28 12:44:44 +03:00
parent 250456fb83
commit 8f6910341c
2 changed files with 8 additions and 0 deletions

View File

@ -86,6 +86,7 @@ import OrigGmailIcon from './gmail.react.svg';
import OrigGoogleIcon from './google.react.svg';
import OrigGoogleSquareIcon from './google.sq.react.svg';
import OrigStarIcon from './star.react.svg';
import OrigSkypeIcon from './skype.react.svg';
export const PeopleIcon = createStyledIcon(
@ -436,3 +437,7 @@ export const StarIcon = createStyledIcon(
OrigStarIcon,
'StarIcon'
);
export const SkypeIcon = createStyledIcon(
OrigSkypeIcon,
'SkypeIcon'
);

View File

@ -0,0 +1,3 @@
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0135 9.35418C15.0975 8.91623 15.1419 8.46432 15.1419 8.00193C15.1419 4.05724 11.9439 0.859468 7.99934 0.859468C7.5369 0.859468 7.08494 0.903932 6.64694 0.987915C5.07009 -0.386639 2.67602 -0.324331 1.17452 1.17712C-0.327022 2.67852 -0.389378 5.07274 0.985321 6.64968C0.901387 7.08758 0.856923 7.53954 0.856923 8.00193C0.856923 11.9467 4.05489 15.1444 7.99938 15.1444C8.46187 15.1444 8.91388 15.1 9.35192 15.016C10.9287 16.3905 13.3228 16.3282 14.8243 14.8268C16.3256 13.3253 16.3881 10.9311 15.0135 9.35418ZM8.13544 12.4011C6.02003 12.4011 4.25723 11.4556 4.25723 10.3016C4.25723 9.78888 4.54554 9.32397 5.20252 9.32397C6.21234 9.32397 6.30859 10.7663 8.03963 10.7663C8.87276 10.7663 9.40172 10.3977 9.40172 9.91703C9.40172 9.32397 8.88891 9.22787 8.05558 9.01956L6.67734 8.6831C5.31486 8.34644 4.25723 7.78557 4.25723 6.21493C4.25723 4.30778 6.14819 3.60271 7.76688 3.60271C9.54597 3.60271 11.3409 4.30778 11.3409 5.38146C11.3409 5.92628 10.972 6.40738 10.3632 6.40738C9.44963 6.40738 9.41733 5.33356 7.94328 5.33356C7.12601 5.33356 6.59714 5.55786 6.59714 6.05477C6.59714 6.59959 7.12601 6.72765 7.84737 6.88805L8.82471 7.1125C10.1547 7.41677 11.7416 7.97778 11.7416 9.61277C11.7416 11.5196 9.89824 12.4011 8.13544 12.4011Z" fill="#333333"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB