UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 388 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M4 6C2.89543 6 2 6.89543 2 8V16C2 17.1046 2.89543 18 4 18H16C17.1046 18 18 17.1046 18 16V14.8L22 18V6L18 9.2V8C18 6.89543 17.1046 6 16 6H4ZM4 8L16 8V16H4V8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const VideoIcon = createIcon(path);