Web: components: added Mobile icon

This commit is contained in:
DASenkiv 2019-06-27 16:24:22 +03:00
parent 7d0bdeb232
commit af428ea8a0
2 changed files with 8 additions and 0 deletions

View File

@ -81,6 +81,7 @@ import OrigRemoveIcon from './remove.react.svg';
import OrigCatalogQuestionIcon from './catalog.question.react.svg';
import OrigArrowContentIcon from './arrow.content.react.svg';
import OrigPhoneIcon from './phone.react.svg';
import OrigMobileIcon from './mobile.react.svg';
export const PeopleIcon = createStyledIcon(
@ -411,3 +412,7 @@ export const PhoneIcon = createStyledIcon(
OrigPhoneIcon,
'PhoneIcon'
);
export const MobileIcon = createStyledIcon(
OrigMobileIcon,
'MobileIcon'
);

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.9999 9.81088e-05L4 0C3.44721 0 3 0.447768 3 1.00003V14.9999C3 15.5527 3.44731 15.9999 4.00003 15.9999L12 16C12.5528 16 13 15.5528 13 15V1.00013C13 0.447866 12.5528 9.81088e-05 11.9999 9.81088e-05ZM8.00001 15.4999C7.58594 15.4999 7.24999 15.1641 7.24999 14.75C7.24999 14.3358 7.58594 13.9999 8.00001 13.9999C8.41414 13.9999 8.74992 14.3358 8.74992 14.75C8.74996 15.1641 8.41414 15.4999 8.00001 15.4999ZM12 12.9999H4.00003V1.99999H12V12.9999Z" fill="#333333"/>
</svg>

After

Width:  |  Height:  |  Size: 575 B