Files
mtdb_movie/common/resources/client/icons/material/CloseFullscreen.tsx
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
259 B
TypeScript
Executable File

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');