Web: components: added Myspace icon

This commit is contained in:
DASenkiv 2019-06-28 13:40:46 +03:00
parent 2214064a2b
commit 62389aea06
2 changed files with 8 additions and 0 deletions

View File

@ -92,6 +92,7 @@ import OrigIcqIcon from './icq.react.svg';
import OrigJabberIcon from './jabber.react.svg'; import OrigJabberIcon from './jabber.react.svg';
import OrigAimIcon from './aim.react.svg'; import OrigAimIcon from './aim.react.svg';
import OrigLivejournalIcon from './livejournal.react.svg'; import OrigLivejournalIcon from './livejournal.react.svg';
import OrigMyspaceIcon from './myspace.react.svg';
export const PeopleIcon = createStyledIcon( export const PeopleIcon = createStyledIcon(
@ -466,3 +467,7 @@ export const LivejournalIcon = createStyledIcon(
OrigLivejournalIcon, OrigLivejournalIcon,
'LivejournalIcon' 'LivejournalIcon'
); );
export const MyspaceIcon = createStyledIcon(
OrigMyspaceIcon,
'MyspaceIcon'
);

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 d="M11.7853 0C13.3899 0 14.6897 1.15192 14.6897 2.57338C14.6897 3.99582 13.3895 5.14823 11.7853 5.14823C10.1829 5.14823 8.88197 3.99582 8.88234 2.57338C8.88234 1.15224 10.1831 0 11.7853 0ZM6.28514 0.76128C7.46868 0.76128 8.42892 1.61137 8.42892 2.66055C8.42892 3.70907 7.46868 4.55916 6.28514 4.55916C5.10253 4.55916 4.14321 3.70907 4.14321 2.66055C4.14321 1.61137 5.10253 0.76128 6.28514 0.76128ZM2.14766 1.2445C2.99941 1.2445 3.68942 1.8565 3.68942 2.61172C3.68942 3.36661 2.99941 3.97862 2.14766 3.97862C1.29592 3.97862 0.605353 3.36661 0.605353 2.61172C0.605353 1.85683 1.29592 1.2445 2.14766 1.2445ZM15.9998 16H7.74372V12.5692H3.30237V9.74115H0V6.09647H0.00332707C0.0438072 5.05418 1.00701 4.22031 2.19203 4.22031C3.18481 4.22031 4.02176 4.80511 4.29182 5.60752C4.83451 5.16658 5.55483 4.89507 6.34817 4.89507C7.6001 4.89507 8.67421 5.5641 9.14278 6.52053C9.87068 5.95064 10.8239 5.60179 11.8712 5.60179C14.1037 5.60179 15.917 7.17383 15.9924 9.1352H16L15.9998 16Z" fill="#333333"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB