Web: components: added CatalogUser icon

This commit is contained in:
DASenkiv 2019-06-27 09:45:17 +03:00
parent 5b99765f3c
commit c027531f8d
2 changed files with 9 additions and 0 deletions

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="M11.7966 4.1427C11.7966 6.43063 10.1376 8.28535 8.09129 8.28535C6.04486 8.28535 4.38583 6.43063 4.38583 4.1427C4.38583 1.85472 4.93062 0 8.09129 0C11.252 0 11.7966 1.85472 11.7966 4.1427ZM10.1202 8.60321C14.4477 9.3221 15.0201 9.91983 15.0818 13.5022C15.0862 13.7572 15.0885 13.8013 15.0896 13.7785C15.0895 13.8461 15.0894 13.9454 15.0894 14.0883C15.0894 14.0883 14.059 16 8.09124 16C2.12337 16 1.09311 14.0883 1.09311 14.0883C1.09311 13.8659 1.09279 13.7385 1.09253 13.6695C1.09369 13.7063 1.09671 13.6897 1.10315 13.3728C1.17333 9.91983 1.78193 9.31426 6.06216 8.60321C6.06216 8.60321 6.67142 9.3177 8.09124 9.3177C9.51106 9.3177 10.1202 8.60321 10.1202 8.60321Z" fill="#657077"/>
</svg>

After

Width:  |  Height:  |  Size: 835 B

View File

@ -42,6 +42,7 @@ import OrigAccessEditIcon from './access.edit.react.svg';
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';
export const PeopleIcon = createStyledIcon(
@ -216,3 +217,8 @@ export const CatalogUnpinIcon = createStyledIcon(
OrigCatalogUnpinIcon,
'CatalogUnpinIcon'
);
export const CatalogUserIcon = createStyledIcon(
OrigCatalogUserIcon,
'CatalogUserIcon'
);