UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 277 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M10 20V4H8V20H10ZM16 20V4H14V20H16Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ResizerVerticalIcon = createIcon(path);