Web: components: added Menu icon

This commit is contained in:
Andrey Savihin 2019-07-03 13:45:33 +03:00
parent 8261ae0d78
commit 555bdc7596
2 changed files with 8 additions and 0 deletions

View File

@ -121,6 +121,7 @@ import OrigCatalogButtonIcon from './catalog.button.react.svg';
import OrigCrossIcon from './cross.react.svg';
import OrigCheckboxIcon from './checkbox.react.svg';
import OrigEyeIcon from './eye.react.svg';
import OrigMenuIcon from './menu.react.svg';
export const PeopleIcon = createStyledIcon(
@ -611,3 +612,7 @@ export const EyeIcon = createStyledIcon(
OrigEyeIcon,
'EyeIcon'
);
export const MenuIcon = createStyledIcon(
OrigMenuIcon,
'MenuIcon'
);

View File

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 2H24V4H0V2ZM0 11H24V13H0V11ZM24 20H0V22H24V20Z" fill="#7A95B0"/>
</svg>

After

Width:  |  Height:  |  Size: 220 B