@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 422 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M21 1.58582L1.58575 21L2.99997 22.4142L22.4142 3.00003L21 1.58582ZM21 8.58582L8.58575 21L9.99997 22.4142L22.4142 10L21 8.58582ZM15.5858 21L21 15.5858L22.4142 17L17 22.4142L15.5858 21Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ResizerRightIcon = createIcon(path);