@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 456 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M7 3H21V17H23V3C23 1.89543 22.1046 1 21 1H7V3ZM19 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 21H17V7H3V21ZM11 13V10H9V13H6V15H9V18H11V15H14V13H11Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ExpandIcon = createIcon(path);