@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 424 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 21V3C21 1.89543 20.1046 1 19 1H5ZM5 3L19 3V21H5V3ZM17 7H7V9H17V7ZM7 11H17V13H7V11ZM14 15H7V17H14V15Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const PrintLayoutIcon = createIcon(path);