UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 457 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M5 1V7H19V1H21V7C21 8.10457 20.1046 9 19 9H5C3.89543 9 3 8.10457 3 7V1H5ZM3 14C3 12.8954 3.89543 12 5 12H15C15.2652 12 15.5196 12.1054 15.7071 12.2929L20.7071 17.2929C20.8946 17.4804 21 17.7348 21 18V23H19V19H14V14H5V23H3V14Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const BreakIcon = createIcon(path);