UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 606 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4ZM8.41418 4H11.5858L4 11.5858V8.41418L8.41418 4ZM4 14.4142L14.4142 4H17.5858L4 17.5858V14.4142ZM4.41418 20H7.58575L20 7.58575V4.41418L4.41418 20ZM10.4142 20H13.5858L20 13.5858V10.4142L10.4142 20ZM20 20H16.4142L20 16.4142V20ZM5.58575 4H4V5.58575L5.58575 4Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const RedactIcon = createIcon(path);