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

6 lines
254 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const OndemandVideoIcon = createSvgIcon(
<path d="M9 7v8l7-4zm12-4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 14H3V5h18v12z" />
, 'OndemandVideoOutlined');