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

6 lines
284 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const InsertPageBreakIcon = createSvgIcon(
<path d="M18 20H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2v3zM6 4h7v5h5v2h2V8l-6-6H6c-1.1 0-2 .9-2 2v7h2V4zm3 9h6v2H9zm8 0h6v2h-6zM1 13h6v2H1z" />
, 'InsertPageBreakOutlined');