UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 296 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M5 20L5 4L19 4L19 20L5 20ZM7 18L17 18L17 6L7 6L7 18Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const FrameVerticalWideIcon = createIcon(path);