5
common/resources/client/icons/material/Expand.tsx
Executable file
5
common/resources/client/icons/material/Expand.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const ExpandIcon = createSvgIcon(
|
||||
<path d="M4 20h16v2H4zM4 2h16v2H4zm5.41 11.59L8 15l4 4 4-4-1.41-1.41L13 15.17V8.83l1.59 1.58L16 9l-4-4-4 4 1.41 1.41L11 8.83v6.34z" />
|
||||
, 'ExpandOutlined');
|
||||
Reference in New Issue
Block a user