UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 484 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M4 2C2.89543 2 2 2.89543 2 4V14C2 15.1046 2.89543 16 4 16H14C15.1046 16 16 15.1046 16 14V4C16 2.89543 15.1046 2 14 2H4ZM4 4L14 4V14H4V4ZM20 7H17.5V9H20V20H9V17.5H7V20C7 21.1046 7.89543 22 9 22H20C21.1046 22 22 21.1046 22 20V9C22 7.89543 21.1046 7 20 7Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const OrderIcon = createIcon(path);