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

6 lines
312 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const CasesIcon = createSvgIcon(
[<path d="M3 9H1v11c0 1.11.89 2 2 2h17v-2H3V9z" key="0" />,<path d="M18 5V3c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H5v11c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5h-5zm-6-2h4v2h-4V3zm9 13H7V7h14v9z" key="1" />,]
, 'CasesOutlined');