UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 543 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M21 17C21 17.5523 21.4477 18 22 18C22.5523 18 23 17.5523 23 17V3C23 1.89543 22.1046 1 21 1H7C6.44772 1 6 1.44772 6 2C6 2.55229 6.44772 3 7 3H21V17ZM19 21C19 22.1046 18.1046 23 17 23H3C1.89543 23 1 22.1046 1 21V7C1 5.89543 1.89543 5 3 5H17C18.1046 5 19 5.89543 19 7V21ZM3 21H17V7H3V21ZM14 15L6 15V13L14 13V15Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const CollapseIcon = createIcon(path);