@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 671 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M5 1C3.89543 1 3 1.89543 3 3V21C3 22.1046 3.89543 23 5 23H19C20.1046 23 21 22.1046 21 21V8.41421C21 7.88378 20.7893 7.37507 20.4142 7L15 1.58579C14.6249 1.21071 14.1162 1 13.5858 1H5ZM13 3L5 3V21H19V9H13V3ZM17 17.6201H7V19.6201H17V17.6201ZM13 15.6201V13.6201H17V15.6201H13ZM11 4.62012H7V6.62012H11V4.62012ZM13 9.62012H14V10.1201H15V10.6201H16V11.6201H15V12.1201H14V12.6201H13V11.6201V10.6201V9.62012ZM7 8.62012H11V15.6201H7V8.62012Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const PageTextWrapIcon = createIcon(path);