@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 352 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M10.4072 7.64072L6.30143 11H22V13H6.30143L10.4072 16.3593L9.14074 17.9072L1.92084 12L9.14074 6.0928L10.4072 7.64072Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ArrowHeadIcon = createIcon(path);