@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 492 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M2 16.6201H11L7.33697 12.9571C8.16777 12.067 10.2115 10.2002 13.0201 10.2899C16.3501 10.3799 19.4401 13.1799 20.7101 17.2499V17.2399L22.6201 16.6499C21.1001 11.7599 17.2601 8.39991 13.0701 8.28991C9.62249 8.1999 7.09862 10.2976 5.9215 11.5416L2 7.62012V16.6201Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const UndoIcon = createIcon(path);