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: 'M14 5.99997L22 12L14 18V13H2V11H14V5.99997Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ArrowTailFillIcon = createIcon(path);