UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 517 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M6 7V1H4V7C4 8.10457 4.89543 9 6 9H20C21.1046 9 22 8.10457 22 7V1H20V7H6ZM6 12C4.89543 12 4 12.8954 4 14V23H6V14H15V19H20V23H22V18C22 17.7348 21.8946 17.4804 21.7071 17.2929L16.7071 12.2929C16.5196 12.1054 16.2652 12 16 12H6ZM2 8L5.5 10.5L2 13V8ZM8 1H18V3H8V1ZM18 21H8V23H18V21Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const BreakSectionIcon = createIcon(path);