@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 489 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M2 2H22V4H2V2ZM2 20H22V22H2V20ZM2 8H13V10H2V8ZM13 14H2V16H13V14ZM21 8.06748V15.9324C21 16.3564 20.5056 16.5879 20.1799 16.3166L15.4609 12.3841C15.2211 12.1842 15.2211 11.8158 15.4609 11.6159L20.1799 7.68337C20.5056 7.41199 21 7.64357 21 8.06748Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const IncreaseIndentRtlIcon = createIcon(path);