@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: 'M23 5C23 3.89543 22.1046 3 21 3H3C1.89543 3 1 3.89543 1 5V19C1 20.1046 1.89543 21 3 21H21C22.1046 21 23 20.1046 23 19V5ZM16 5H21V19H16V5ZM14 5V19H3V5H14Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ShowHidePanelIcon = createIcon(path);