Web: components: added Blogger icon

This commit is contained in:
DASenkiv 2019-06-28 13:47:45 +03:00
parent 62389aea06
commit 56c9435591
2 changed files with 8 additions and 0 deletions

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.895508 0 0 0.895508 0 2V14C0 15.1045 0.895508 16 2 16H14C15.1045 16 16 15.1045 16 14V2C16 0.895508 15.1045 0 14 0H2ZM13.625 7.3833C14.0691 7.9502 14.0718 8.59521 14.0757 9.4873C14.0764 9.66992 14.0818 10.1348 14.082 10.1348C14.0696 11.29 13.709 12.2607 13.0391 12.9419C12.3679 13.6245 11.4207 13.9902 10.2996 13.9995H10.2893H5.91699L5.83496 14C4.57837 14 3.6084 13.6499 2.95239 12.9595C2.2959 12.2686 2.08569 11.3345 2.08569 10.0361C2.08618 9.99951 2.08496 9.96289 2.08374 9.92676C2.08203 9.875 2.08032 9.82373 2.08374 9.77344L2.08594 5.21045C2.14014 4.07861 2.65161 3.37891 3.03687 2.97803C3.65918 2.33057 4.53882 2.00195 5.65186 2.00195L5.68262 2.00244L8.54468 2L8.57178 2.00098C10.4429 2.05176 11.791 3.33887 11.8044 5.12988C11.8535 5.66748 11.8228 6.16504 11.7168 6.61377C12.3459 6.63232 13.1218 6.74121 13.625 7.3833ZM8.36011 4.43066L5.91479 4.43359C5.33765 4.42822 4.86426 4.87891 4.85498 5.44873C4.8457 6.01807 5.30542 6.4873 5.88184 6.49609L8.34399 6.49512C8.9126 6.49512 9.37793 6.0835 9.38721 5.51953C9.39648 4.9502 8.93652 4.43994 8.36011 4.43066ZM5.62061 11.2227H10.5112C11.0876 11.2227 11.5549 10.7607 11.5549 10.1909C11.5549 9.62158 11.0879 9.15967 10.5112 9.15967H5.62061C5.04443 9.15967 4.5769 9.62158 4.5769 10.1909C4.5769 10.7607 5.04443 11.2227 5.62061 11.2227Z" fill="#333333"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -93,6 +93,7 @@ import OrigJabberIcon from './jabber.react.svg';
import OrigAimIcon from './aim.react.svg';
import OrigLivejournalIcon from './livejournal.react.svg';
import OrigMyspaceIcon from './myspace.react.svg';
import OrigBloggerIcon from './blogger.react.svg';
export const PeopleIcon = createStyledIcon(
@ -471,3 +472,7 @@ export const MyspaceIcon = createStyledIcon(
OrigMyspaceIcon,
'MyspaceIcon'
);
export const BloggerIcon = createStyledIcon(
OrigBloggerIcon,
'BloggerIcon'
);