@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 568 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M18 2H6V7H4C2.34315 7 1 8.34315 1 10V19H6V22H18V19H23V10C23 8.34315 21.6569 7 20 7H18V2ZM16 7H8V4H16V7ZM6 14V17H3V10C3 9.44772 3.44772 9 4 9H20C20.5523 9 21 9.44772 21 10V17H18V14H6ZM8 16H16V20H8V16ZM19 12.5C19.5523 12.5 20 12.0523 20 11.5C20 10.9477 19.5523 10.5 19 10.5C18.4477 10.5 18 10.9477 18 11.5C18 12.0523 18.4477 12.5 19 12.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const PrintIcon = createIcon(path);