@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 498 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M20 13V17.6862L18 15.1528V13V12H20V13ZM17.0417 20L18.7151 22.1196L20.2849 20.8803L5.28485 1.88034L3.71509 3.11963L4.75394 4.43551C4.29445 4.80196 4 5.36659 4 6V11V12H6V11V6.01385L15.4627 18H6V15L1 19L6 23V20H17.0417ZM18 6H10.7741L9.19513 4H18V1L23 5L18 9V6Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const RecurrenceEditIcon = createIcon(path);