@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 343 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M10 3H6V7H10V3ZM10 10H6V14H10V10ZM6 17H10V21H6V17ZM17 3H13V7H17V3ZM13 10H17V14H13V10ZM17 17H13V21H17V17Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const GripVerticalIcon = createIcon(path);