Web: components: added CatalogContacts icon

This commit is contained in:
DASenkiv 2019-06-27 15:50:27 +03:00
parent f4a5f64271
commit 000bf528af
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="M16 2.09316C16 0.937118 15.0629 0 13.9068 0H2.09316C0.937118 0 0 0.937118 0 2.09316V13.9068C0 15.0629 0.937118 16 2.09316 16H13.9068C15.0629 16 16 15.0629 16 13.9068V2.09316ZM8.00005 1.8C9.76733 1.8 11.2 3.18795 11.2 4.9C11.2 6.61218 9.76733 8 8.00005 8C6.23277 8 4.80005 6.61205 4.80005 4.9C4.80005 3.18795 6.23277 1.8 8.00005 1.8ZM12.3608 14.1176H3.63905C2.80748 14.1176 2.13333 13.5525 2.13333 12.8639C2.13333 9.70424 3.8491 8.47059 5.67377 8.51119C6.30641 8.87548 7.07458 9.08954 7.90349 9.08954C8.76277 9.08954 9.55679 8.85954 10.2021 8.47059C12.234 8.47059 13.8667 9.70424 13.8667 12.8639C13.8667 13.5525 13.1925 14.1176 12.3608 14.1176Z" fill="#657077"/>
</svg>

After

Width:  |  Height:  |  Size: 814 B

View File

@ -75,6 +75,7 @@ import OrigGanttChartIcon from './projects.gantt.chart.react.svg';
import OrigItemClosedIcon from './item.closed.react.svg';
import OrigCatalogTagIcon from './catalog.tag.react.svg';
import OrigCatalogAccountsIcon from './catalog.accounts.react.svg';
import OrigCatalogContactsIcon from './catalog.contacts.react.svg';
export const PeopleIcon = createStyledIcon(
@ -381,3 +382,7 @@ export const CatalogAccountsIcon = createStyledIcon(
OrigCatalogAccountsIcon,
'CatalogAccountsIcon'
);
export const CatalogContactsIcon = createStyledIcon(
OrigCatalogContactsIcon,
'CatalogContactsIcon'
);