UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 283 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M10 5.99997L2 12L10 18V13H22V11H10V5.99997Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ArrowHeadFillIcon = createIcon(path);