Web: components: added CatalogEmployee icon

This commit is contained in:
DASenkiv 2019-06-27 12:27:27 +03:00
parent 9379aac25d
commit 81188e602d
2 changed files with 8 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.91 3.6923C11.91 1.65314 10.2005 0 8.0918 0C5.98311 0 4.27361 1.65314 4.27361 3.6923C4.27361 5.73147 5.98311 7.3846 8.0918 7.3846C10.2005 7.3846 11.91 5.73162 11.91 3.6923ZM2.8884 16H13.2951C14.2874 16 15.0918 15.2493 15.0918 14.3349C15.0918 10.3507 13.3358 8.67231 11.0833 8.5127L8.0918 13L5.12748 8.55352C3.0222 8.59701 1.0918 10.2599 1.0918 14.3349C1.0918 15.2493 1.89617 16 2.8884 16Z" fill="#333333"/>
</svg>

After

Width:  |  Height:  |  Size: 562 B

View File

@ -53,6 +53,7 @@ import OrigCatalogSentIcon from './catalog.sent.react.svg';
import OrigPlaneIcon from './plane.react.svg';
import OrigCatalogSpamIcon from './catalog.spam.react.svg';
import OrigActionsSpreadsheetIcon from './actions.spreadsheet.react.svg';
import OrigCatalogEmployeeIcon from './catalog.employee.react.svg';
export const PeopleIcon = createStyledIcon(
@ -271,3 +272,7 @@ export const ActionsSpreadsheetIcon = createStyledIcon(
OrigActionsSpreadsheetIcon,
'ActionsSpreadsheetIcon'
);
export const CatalogEmployeeIcon = createStyledIcon(
OrigCatalogEmployeeIcon,
'CatalogEmployeeIcon'
);