5
common/resources/client/icons/material/Fullscreen.tsx
Executable file
5
common/resources/client/icons/material/Fullscreen.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const FullscreenIcon = createSvgIcon(
|
||||
<path d="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z" />
|
||||
, 'FullscreenOutlined');
|
||||
Reference in New Issue
Block a user