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

6 lines
275 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const NoMeetingRoomIcon = createSvgIcon(
<path d="M12 5v3.88l2 2V6h3v7.88l2 2V4h-5V3H6.12l2 2zM2.41 2.13 1 3.54l4 4V19H3v2h11v-4.46L20.46 23l1.41-1.41L2.41 2.13zM12 19H7V9.54l5 5V19z" />
, 'NoMeetingRoomOutlined');