@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 413 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M4.41424 12L10.4142 6.00003L9.00003 4.58582L1.58582 12L9.00003 19.4142L10.4142 18L4.41424 12ZM19.5858 12L13.5858 6.00003L15 4.58582L22.4142 12L15 19.4142L13.5858 18L19.5858 12Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const InsertCodeIcon = createIcon(path);