Web: components: added Livejournal icon

This commit is contained in:
DASenkiv 2019-06-28 13:38:47 +03:00
parent d4dfd55470
commit 2214064a2b
2 changed files with 8 additions and 0 deletions

View File

@ -91,6 +91,7 @@ import OrigWindowsMsnIcon from './windows.msn.react.svg';
import OrigIcqIcon from './icq.react.svg';
import OrigJabberIcon from './jabber.react.svg';
import OrigAimIcon from './aim.react.svg';
import OrigLivejournalIcon from './livejournal.react.svg';
export const PeopleIcon = createStyledIcon(
@ -461,3 +462,7 @@ export const AimIcon = createStyledIcon(
OrigAimIcon,
'AimIcon'
);
export const LivejournalIcon = createStyledIcon(
OrigLivejournalIcon,
'LivejournalIcon'
);

View File

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 0C0.895431 0 0 0.895431 0 2V14C0 15.1046 0.895431 16 2 16H14C15.1046 16 16 15.1046 16 14V2C16 0.895431 15.1046 0 14 0H2ZM7.98788 2.10625C7.20381 2.10625 6.44231 2.25815 5.72301 2.55684L4.49659 1.3303C4.46267 1.29635 4.40987 1.29026 4.36896 1.31544C3.17489 2.0537 2.15357 3.07506 1.41539 4.26909C1.39013 4.30992 1.39626 4.36276 1.43021 4.39672L2.60586 5.57208C2.25424 6.34385 2.07547 7.16639 2.07547 8.01837C2.07547 11.2782 4.72778 13.9302 7.98788 13.9302C11.2478 13.9302 13.8999 11.2782 13.8999 8.01837C13.8999 4.7584 11.2478 2.10625 7.98788 2.10625ZM10.3302 7.45626L10.7419 9.1989L11.1371 11.0373L9.30109 10.6426L7.55957 10.2329L2.85503 5.52847C3.44521 4.31357 4.44267 3.34948 5.67567 2.80233L10.3302 7.45626ZM10.6115 9.1534L10.3 7.78589C9.22788 8.27822 8.37842 9.12768 7.88651 10.1999L9.25401 10.5113C9.54434 9.93063 10.0312 9.44385 10.6115 9.1534Z" fill="#333333"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB