Files
mtdb_movie/common/resources/client/icons/material/InsertPhoto.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 InsertPhotoIcon = createSvgIcon(
<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4.86 8.86-3 3.87L9 13.14 6 17h12l-3.86-5.14z" />
, 'InsertPhotoOutlined');