@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 640 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M2 7V4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V19C22 20.1046 21.1046 21 20 21L14 21V19L20 19V4L4 4V7H2ZM12 16H18.0001L14.0001 7L11.0001 13.4286L9.00005 10.8571L8.21057 12.2105L12 16ZM4 11.5C4 11.2239 4.22386 11 4.5 11H5.5V9H4.5C3.11929 9 2 10.1193 2 11.5V15C2 17.2091 3.79086 19 6 19H8.08579L6.58579 20.5L8 21.9142L11.9142 18L8 14.0858L6.58579 15.5L8.08579 17H6C4.89543 17 4 16.1046 4 15V11.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ReplaceIcon = createIcon(path);