UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 292 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M7 20L7 4L17 4L17 20H7ZM9 18H15L15 6L9 6L9 18Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const FrameVerticalNarrowIcon = createIcon(path);