5
common/resources/client/icons/material/FullscreenExit.tsx
Executable file
5
common/resources/client/icons/material/FullscreenExit.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const FullscreenExitIcon = createSvgIcon(
|
||||
<path d="M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z" />
|
||||
, 'FullscreenExitOutlined');
|
||||
Reference in New Issue
Block a user