@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 421 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M7 20.7928L7 3.20706C7 2.76161 7.53857 2.53852 7.85355 2.8535L16.6464 11.6464C16.8417 11.8417 16.8417 12.1582 16.6464 12.3535L7.85355 21.1464C7.53857 21.4614 7 21.2383 7 20.7928Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChevronRightFillIcon = createIcon(path);