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

6 lines
327 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const PanoramaWideAngleSelectIcon = createSvgIcon(
<path d="M12 4c-3.97 0-6.85.63-9 1-.55 1.97-1 3.92-1 7 0 3.03.45 5.05 1 7 2.15.37 4.98 1 9 1 3.97 0 6.85-.63 9-1 .57-2.02 1-3.99 1-7 0-3.03-.45-5.05-1-7-2.15-.37-4.98-1-9-1z" />
, 'PanoramaWideAngleSelectOutlined');