@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 302 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M3.00003 1.58582L22.4142 21L21 22.4142L1.58582 3.00003L3.00003 1.58582Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const LineIcon = createIcon(path);