5
common/resources/client/icons/material/MenuOpen.tsx
Executable file
5
common/resources/client/icons/material/MenuOpen.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const MenuOpenIcon = createSvgIcon(
|
||||
<path d="M3 18h13v-2H3v2zm0-5h10v-2H3v2zm0-7v2h13V6H3zm18 9.59L17.42 12 21 8.41 19.59 7l-5 5 5 5L21 15.59z" />
|
||||
, 'MenuOpenOutlined');
|
||||
Reference in New Issue
Block a user