Web: components: added ItemClosed icon

This commit is contained in:
DASenkiv 2019-06-27 15:41:18 +03:00
parent 5e8ad49f26
commit 35dc98ddae
2 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,7 @@ import OrigAccessReviewIcon from './access.review.react.svg';
import OrigAccessCommentIcon from './access.comment.react.svg';
import OrigProjectsDiscussionsIcon from './projects.discussions.react.svg';
import OrigGanttChartIcon from './projects.gantt.chart.react.svg';
import OrigItemClosedIcon from './item.closed.react.svg';
export const PeopleIcon = createStyledIcon(
@ -366,3 +367,7 @@ export const GanttChartIcon = createStyledIcon(
OrigGanttChartIcon,
'GanttChartIcon'
);
export const ItemClosedIcon = createStyledIcon(
OrigItemClosedIcon,
'ItemClosedIcon'
);

View File

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.33724 13.0211C6.7025 13.6596 5.67259 13.6596 5.03816 13.0211L1.47605 9.43769C0.841316 8.79947 0.841316 7.7634 1.47605 7.12518C2.11048 6.48665 3.14039 6.48665 3.77513 7.12518L5.89744 9.25988C6.05766 9.42074 6.31774 9.42074 6.47826 9.25988L12.2249 3.4789C12.8593 2.84037 13.8892 2.84037 14.5239 3.4789C14.8288 3.78553 15 4.20156 15 4.63515C15 5.06875 14.8288 5.48478 14.5239 5.79141L7.33724 13.0211Z" fill="#A3A9AE"/>
</svg>

After

Width:  |  Height:  |  Size: 571 B