@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 347 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M21.236 12L3.5025 3.13324L5.71919 12L3.5025 20.8668L21.236 12ZM7.53075 11H14.7639L6.49744 6.86678L7.53075 11Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const BulletArrowIcon = createIcon(path);