UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 525 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M11 1V3H20V1H22V7H20V5H11V6.5H9V1H11ZM8 8H2V10H4V21H2V23H8V21H6V10H8V8ZM11 8C9.89543 8 9 8.89543 9 10V21C9 22.1046 9.89543 23 11 23H20C21.1046 23 22 22.1046 22 21V14.4142C22 13.8838 21.7893 13.3751 21.4142 13L17 8.58579C16.6249 8.21071 16.1162 8 15.5858 8H11ZM15.5 10H11V21H20V14.5H15.5V10Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const PageSizeIcon = createIcon(path);