UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 457 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M8 1C6.89543 1 6 1.89543 6 3V17C6 18.1046 6.89543 19 8 19H20C21.1046 19 22 18.1046 22 17V3C22 1.89543 21.1046 1 20 1H8ZM8 3H20V17H8V3ZM4 21V4H2V21C2 22.1046 2.89543 23 4 23H16V21H4ZM15 11V14H13V11H10V9H13V6H15V9H18V11H15Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const DuplicateIcon = createIcon(path);