Web: components: added ProjectsTimeTracking icon

This commit is contained in:
DASenkiv 2019-06-27 09:47:50 +03:00
parent c027531f8d
commit 33a7c38162
2 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,7 @@ import OrigCatalogFolderIcon from './catalog.folder.react.svg';
import OrigCreateFolderIcon from './catalog.create.folder.react.svg';
import OrigCatalogUnpinIcon from './catalog.unpin.react.svg';
import OrigCatalogUserIcon from './catalog.user.react.svg';
import OrigProjectsTimeTrackingIcon from './projects.time.tracking.react.svg';
export const PeopleIcon = createStyledIcon(
@ -221,4 +222,8 @@ export const CatalogUserIcon = createStyledIcon(
OrigCatalogUserIcon,
'CatalogUserIcon'
);
export const ProjectsTimeTrackingIcon = createStyledIcon(
OrigProjectsTimeTrackingIcon,
'ProjectsTimeTrackingIcon'
);

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="M9.09501 0.979688V1.99511H7.09418V0.979688H5.95454C5.684 0.979688 5.46489 0.760377 5.46489 0.489844C5.46489 0.21931 5.6842 0 5.95473 0H7.09418H9.09501H10.2213C10.4919 0 10.7112 0.21931 10.7112 0.489844C10.7112 0.760377 10.4921 0.979688 10.2216 0.979688H9.09501ZM14.3638 3.84054L14.8767 3.31404C15.1472 3.03663 15.1417 2.59296 14.8643 2.3224L14.06 1.57521C13.7825 1.30465 13.3389 1.31018 13.0683 1.58758L12.5556 2.11235C13.2349 2.55933 13.6061 2.8527 14.111 3.49887C14.2012 3.61231 14.2844 3.7249 14.3638 3.84054ZM15.0918 8.99912C15.0918 12.8657 11.9579 16 8.09181 16C4.22568 16 1.0918 12.8657 1.0918 8.99912C1.0918 5.44613 3.74045 2.50982 7.17213 2.05957C7.47344 2.02102 7.77999 2 8.09181 2C8.40364 2 8.71019 2.01927 9.01148 2.05957C9.75597 2.15768 10.4654 2.37142 11.1171 2.68502C11.9842 3.10199 12.7532 3.69065 13.3769 4.40896C14.4454 5.63709 15.0918 7.2419 15.0918 8.99912ZM12.2939 5.84369C11.7203 5.0774 10.9444 4.47595 10.0446 4.11824C9.66802 3.96743 9.27224 3.86047 8.85897 3.80261C8.62011 3.76754 8.37426 3.75 8.12493 3.75H8.0918V6.69414V8.9737V9H8.12493H9.9034H13.3418C13.3418 8.73873 13.3226 8.48096 13.286 8.23021C13.157 7.34294 12.8065 6.52755 12.2939 5.84369Z" fill="#657077"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB