Files
mtdb_movie/common/resources/client/icons/material/CloseFullscreen.tsx
T
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02: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');