@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 393 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M7 4C7 2.89543 7.89543 2 9 2H15C16.1046 2 17 2.89543 17 4V20C17 21.1046 16.1046 22 15 22H9C7.89543 22 7 21.1046 7 20V4ZM11 4L9 4V20H11V4ZM13 4V20H15V4H13Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const GanttGripperIcon = createIcon(path);