Web: components: added ProjectDocumentsUp icon

This commit is contained in:
DASenkiv 2019-06-26 17:45:46 +03:00
parent c45a5338aa
commit d61286ba98
2 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import OrigMoneyIcon from './money.react.svg';
import OrigProjectsIcon from './projects.react.svg';
import OrigSearchIcon from './search.react.svg';
import OrigSettingsCatalogIcon from './settings.catalog.react.svg';
import OrigProjectDocumentsUpIcon from './project.documents.up.react.svg';
export const PeopleIcon = createStyledIcon(
@ -146,3 +147,7 @@ export const SettingsCatalogIcon = createStyledIcon(
OrigSettingsCatalogIcon,
'SettingsCatalogIcon'
);
export const ProjectDocumentsUpIcon = createStyledIcon(
OrigProjectDocumentsUpIcon,
'ProjectDocumentsUpIcon'
);

View File

@ -0,0 +1,3 @@
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.28162 4.80188L6.02651 0.25013C6.16702 0.0834829 6.35836 0 6.59979 0C6.84159 0 7.03281 0.0833634 7.17324 0.25013L11.9182 4.80188C12.1209 5.03707 12.156 5.29461 12.0234 5.57513C11.883 5.85569 11.6565 5.99597 11.3446 5.99597H8.09747V12.9944L12.5925 12.9986C13.4208 12.9994 14.0918 13.671 14.0918 14.4993C14.0918 15.3281 13.4199 16 12.5911 16H5.10187V5.99609H1.85486C1.54272 5.99609 1.31662 5.85585 1.17594 5.57525C1.0356 5.30242 1.07081 5.04464 1.28162 4.80188Z" fill="#A3A9AE"/>
</svg>

After

Width:  |  Height:  |  Size: 632 B