Web: components: added CatalogGuest icon

This commit is contained in:
DASenkiv 2019-06-27 12:28:22 +03:00
parent 81188e602d
commit f1b6ee3124
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="M8.0918 0C10.2005 0 11.91 1.65314 11.91 3.6923C11.91 5.73162 10.2005 7.3846 8.0918 7.3846C5.98311 7.3846 4.27361 5.73147 4.27361 3.6923C4.27361 1.65314 5.98311 0 8.0918 0ZM13.2951 16H2.8884C1.89617 16 1.0918 15.2493 1.0918 14.3349C1.0918 10.1384 3.13902 8.5 5.31618 8.55393C6.07104 9.03774 6.9876 9.32204 7.97664 9.32204C9.00192 9.32204 9.94933 9.01658 10.7193 8.5C13.1437 8.5 15.0918 10.1384 15.0918 14.3349C15.0918 15.2493 14.2874 16 13.2951 16Z" fill="#333333"/>
</svg>

After

Width:  |  Height:  |  Size: 618 B

View File

@ -54,6 +54,7 @@ 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';
import OrigCatalogGuestIcon from './catalog.guest.react.svg';
export const PeopleIcon = createStyledIcon(
@ -276,3 +277,7 @@ export const CatalogEmployeeIcon = createStyledIcon(
OrigCatalogEmployeeIcon,
'CatalogEmployeeIcon'
);
export const CatalogGuestIcon = createStyledIcon(
OrigCatalogGuestIcon,
'CatalogGuestIcon'
);