UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 287 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M20 8H4V10L20 10V8ZM20 14L4 14V16L20 16V14Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ResizerHorizontalIcon = createIcon(path);