Web: components: added ProjectsMilestone icon

This commit is contained in:
DASenkiv 2019-06-26 18:20:34 +03:00
parent f94cd5daa5
commit 03a8c0c6b6
2 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import OrigProjectsTemplatesIcon from './projects.templates.react.svg';
import OrigItemPausedIcon from './item.paused.react.svg';
import OrigProjectsTasksIcon from './projects.tasks.react.svg';
import OrigActionsReportsIcon from './actions.reports.react.svg';
import OrigProjectsMilestoneIcon from './projects.milestone.react.svg';
export const PeopleIcon = createStyledIcon(
@ -171,3 +172,7 @@ export const ActionsReportsIcon = createStyledIcon(
OrigActionsReportsIcon,
'ActionsReportsIcon'
);
export const ProjectsMilestoneIcon = createStyledIcon(
OrigProjectsMilestoneIcon,
'ProjectsMilestoneIcon'
);

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="M2.09344 16H0.0917969V1H2.09344V16ZM11.0926 6.50832L15.0918 1.00827H3.09327V12.0083H15.0918L11.0926 6.50832Z" fill="#657077"/>
</svg>

After

Width:  |  Height:  |  Size: 279 B