5
common/resources/client/icons/material/CloseFullscreen.tsx
Executable file
5
common/resources/client/icons/material/CloseFullscreen.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const CloseFullscreenIcon = createSvgIcon(
|
||||
<path d="M22 3.41 16.71 8.7 20 12h-8V4l3.29 3.29L20.59 2 22 3.41zM3.41 22l5.29-5.29L12 20v-8H4l3.29 3.29L2 20.59 3.41 22z" />
|
||||
, 'CloseFullscreenOutlined');
|
||||
Reference in New Issue
Block a user