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

6 lines
299 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const InsertInvitationIcon = createSvgIcon(
<path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zm0-12H5V5h14v2zm-2 5h-5v5h5v-5z" />
, 'InsertInvitationOutlined');