Web: components: added CatalogTag icon

This commit is contained in:
DASenkiv 2019-06-27 15:45:25 +03:00
parent 35dc98ddae
commit 46ce141e73
2 changed files with 8 additions and 0 deletions

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="M10.2337 15.6104C9.71027 16.1299 8.86524 16.1299 8.34453 15.6104L0.985222 8.72445C0.573754 8.33942 0.0833218 7.60982 0.0479691 7.04819C-0.0466384 5.52881 0.0200624 2.61944 0.066365 1.07695C0.0830089 0.514768 0.556798 0.043471 1.12069 0.0305493C3.09593 -0.0152695 7.28094 -0.0642095 7.66995 0.324252L15.7742 7.63897C16.2945 8.15846 15.8225 9.47241 15.2981 9.99458L10.2337 15.6104ZM3.78478 2.265C3.3434 1.82566 2.62972 1.82566 2.18796 2.265C1.74759 2.70571 1.74759 3.41733 2.18796 3.85667C2.63003 4.29638 3.34372 4.29638 3.78478 3.85667C4.22553 3.41733 4.22553 2.70533 3.78478 2.265Z" fill="#657077"/>
</svg>

After

Width:  |  Height:  |  Size: 752 B

View File

@ -73,6 +73,7 @@ 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';
import OrigCatalogTagIcon from './catalog.tag.react.svg';
export const PeopleIcon = createStyledIcon(
@ -371,3 +372,7 @@ export const ItemClosedIcon = createStyledIcon(
OrigItemClosedIcon,
'ItemClosedIcon'
);
export const CatalogTagIcon = createStyledIcon(
OrigCatalogTagIcon,
'CatalogTagIcon'
);