@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 486 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M22 2H2V4H22V2ZM22 20H2V22H22V20ZM22 8H11V10H22V8ZM11 14H22V16H11V14ZM2 8.06755V15.9325C2 16.3564 2.49443 16.588 2.82009 16.3166L7.53907 12.3841C7.77894 12.1842 7.77894 11.8158 7.53907 11.6159L2.82009 7.68343C2.49443 7.41205 2 7.64363 2 8.06755Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const IncreaseIndentIcon = createIcon(path);