@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 514 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M22.77 16.6201H13.77L17.7793 12.6108L17.5698 12.79C16.9598 12.08 14.7698 9.74994 11.6498 9.85994C8.31984 9.94994 5.22984 12.7499 3.95984 16.8199V16.81L2.0498 16.2199C3.5698 11.3299 7.40979 7.96994 11.5998 7.85994C15.3285 7.77255 17.9635 10.2215 19.0012 11.3889L22.77 7.62012V16.6201Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const RedoIcon = createIcon(path);