@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 535 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M2 2H3H9C10.1046 2 11 2.89543 11 4V7H9V4H3H2V2ZM9 17H11V20C11 21.1046 10.1046 22 9 22H3H2V20H3H9V17ZM12 9H2V15H12L13 12L12 9ZM18.5 13.4143L16 15.9142L14.5858 14.5L17.0858 12.0001L14.5858 9.50003L16 8.08582L18.5 10.5858L21 8.08582L22.4142 9.50003L19.9142 12.0001L22.4142 14.5L21 15.9142L18.5 13.4143Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const DeleteRowIcon = createIcon(path);