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

6 lines
477 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const PhotoCameraFrontIcon = createSvgIcon(
[<path d="M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14H4V7h4.05l1.83-2h4.24l1.83 2H20v12z" key="0" />,<circle cx="12" cy="11" r="2" key="1" />,<path d="M14.78 14.58c-.85-.37-1.79-.58-2.78-.58s-1.93.21-2.78.58C8.48 14.9 8 15.62 8 16.43V17h8v-.57c0-.81-.48-1.53-1.22-1.85z" key="2" />,]
, 'PhotoCameraFrontOutlined');