UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 484 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M22 2H2V4H22V2ZM22 20H2V22H22V20ZM22 8H11V10H22V8ZM11 14H22V16H11V14ZM8 8.06751V15.9325C8 16.3564 7.50557 16.588 7.17991 16.3166L2.46093 12.3841C2.22106 12.1842 2.22106 11.8158 2.46093 11.6159L7.17991 7.6834C7.50557 7.41202 8 7.6436 8 8.06751Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const DecreaseIndentIcon = createIcon(path);