UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 535 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M22 2V3V9C22 10.1046 21.1046 11 20 11H17V9L20 9V3V2H22ZM7 9V11H4C2.89543 11 2 10.1046 2 9V3V2H4V3L4 9H7ZM15 12V2H9L9 12L12 13L15 12ZM10.5858 18.5L8.08576 16L9.49997 14.5858L12 17.0858L14.5 14.5858L15.9142 16L13.4142 18.5L15.9142 21L14.5 22.4142L12 19.9142L9.49997 22.4142L8.08576 21L10.5858 18.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const DeleteColumnIcon = createIcon(path);