Web: components: added SendClock icon

This commit is contained in:
DASenkiv 2019-06-27 14:37:13 +03:00
parent 8506ebce95
commit e94b746f87
2 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,7 @@ import OrigCatalogPinIcon from './catalog.pin.react.svg';
import OrigCopyIcon from './copy.react.svg';
import OrigShareEmailIcon from './share.e-mail.react.svg';
import OrigShareGooglePlusIcon from './share.google.plus.react.svg';
import OrigSendClockIcon from './send.clock.react.svg';
export const PeopleIcon = createStyledIcon(
@ -316,3 +317,7 @@ export const ShareGooglePlusIcon = createStyledIcon(
OrigShareGooglePlusIcon,
'ShareGooglePlusIcon'
);
export const SendClockIcon = createStyledIcon(
OrigSendClockIcon,
'SendClockIcon'
);

View File

@ -0,0 +1,3 @@
<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11 11H10L10 9.69281C10 9.41081 9.88094 9.14192 9.67214 8.95238L7.90499 7.34826C7.68563 7.14913 7.68653 6.80402 7.90694 6.60606L9.66826 5.02408C9.87942 4.83441 10 4.56395 10 4.28011V3H11V1L1.00001 0.976074C1.00001 1.47607 1.00002 2.5 1.00002 3H2.00004V4.28012C2.00004 4.56395 2.12066 4.83441 2.33182 5.02408L4.0931 6.60605C4.3135 6.80402 4.31441 7.14913 4.09505 7.34825L2.32789 8.95237C2.11908 9.14192 2.00001 9.41081 2.00001 9.69282L2.00002 11H1V12.9761L11 13V11ZM4.00001 10.4145C4.00001 10.047 4.39306 9.702 4.65307 9.44199L5.73497 8.5C5.88155 8.35352 6.11903 8.35352 6.26552 8.5L7.34752 9.44199C7.60753 9.702 8.00001 10.047 8.00001 10.4145L8.00002 11H4.00002L4.00001 10.4145Z" fill="#3B72A7"/>
</svg>

After

Width:  |  Height:  |  Size: 809 B