Web: components: added FileActionsConvert icon

This commit is contained in:
DASenkiv 2019-06-28 14:05:44 +03:00
parent f0361f5489
commit a6db772ff3
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.499935 0.800786C0.364482 0.800786 0.247254 0.85037 0.14836 0.94921C0.0491924 1.04821 4.57764e-05 1.16536 4.57764e-05 1.30079V4.49994C4.57764e-05 4.63536 0.0494938 4.75253 0.14836 4.85148C0.247282 4.95046 0.36451 4.99991 0.499935 4.99991H3.78112C3.91655 4.99991 4.03378 4.95046 4.13286 4.85148C4.23159 4.75253 4.2812 4.63533 4.2812 4.49994C4.2812 4.36451 4.23156 4.24725 4.13286 4.14828L3.19203 3.1964C3.96294 2.48285 4.95313 1.99986 6.00011 1.99986C6.69798 1.99986 7.34901 2.16919 7.95326 2.50771C8.55746 2.84626 9.04184 3.31244 9.40638 3.90619C9.46374 3.99476 9.60171 4.29944 9.82043 4.82023C9.86213 4.93995 9.9402 4.99988 10.0548 4.99988H11.6095C11.6772 4.99988 11.7358 4.97517 11.7853 4.92567C11.8348 4.87625 11.8595 4.81761 11.8595 4.74991V4.69526C11.5209 3.29933 10.8178 2.16793 9.75005 1.30079C8.6823 0.433531 7.43236 0 6 0C5.23955 0 4.49976 0.144483 3.78112 0.433504C3.06243 0.722497 2.26963 1.22604 1.71236 1.75215L0.851483 0.94921C0.752398 0.85037 0.635333 0.800786 0.499935 0.800786ZM11.4991 11.1966C11.6346 11.1966 11.7518 11.147 11.8507 11.0481C11.9499 10.9491 11.999 10.832 11.999 10.6966V7.49741C11.999 7.36198 11.9496 7.24481 11.8507 7.14586C11.7518 7.04689 11.6346 6.99744 11.4991 6.99744H8.21795C8.08252 6.99744 7.96529 7.04689 7.86621 7.14586C7.76748 7.24481 7.71786 7.36201 7.71786 7.49741C7.71786 7.63283 7.7675 7.75009 7.86621 7.84907L8.80703 8.80094C8.03613 9.51449 7.04594 9.99749 5.99895 9.99749C5.30109 9.99749 4.65006 9.82816 4.04581 9.48963C3.4416 9.15108 2.95723 8.68491 2.59269 8.09116C2.53533 8.00258 2.39736 7.69791 2.17864 7.17711C2.13693 7.05739 2.05886 6.99746 1.94424 6.99746H0.389565C0.321866 6.99746 0.263307 7.02217 0.213805 7.07168C0.164303 7.1211 0.139593 7.17974 0.139593 7.24744V7.30208C0.478143 8.69801 1.18124 9.82941 2.24902 10.6966C3.31677 11.5638 4.56671 11.9973 5.99906 11.9973C6.75952 11.9973 7.49931 11.8529 8.21795 11.5638C8.93664 11.2748 9.72944 10.7713 10.2867 10.2452L11.1476 11.0481C11.2467 11.147 11.3637 11.1966 11.4991 11.1966Z" fill="#A3A9AE"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -101,6 +101,7 @@ import OrigForwardIcon from './forward.react.svg';
import OrigFileActionsLockedIcon from './file.actions.locked.react.svg';
import OrigReplyAllIcon from './reply.all.react.svg';
import OrigFileActionsConvertEditDocIcon from './file.actions.convert.edit.doc.react.svg';
import OrigFileActionsConvertIcon from './file.actions.convert.react.svg';
export const PeopleIcon = createStyledIcon(
@ -511,3 +512,7 @@ export const FileActionsConvertEditDocIcon = createStyledIcon(
OrigFileActionsConvertEditDocIcon,
'FileActionsConvertEditDocIcon'
);
export const FileActionsConvertIcon = createStyledIcon(
OrigFileActionsConvertIcon,
'FileActionsConvertIcon'
);