UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 286 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M6 21L6 3L18 3L18 21H6ZM8 19H16L16 5L8 5L8 19Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const FrameVerticalIcon = createIcon(path);