@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 498 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M10.7593 22.1931L15.1931 2.24075L13.2407 1.80688L8.80688 21.7593L10.7593 22.1931ZM8.41424 7.00003L3.41424 12L8.41424 17L7.00003 18.4142L0.585815 12L7.00003 5.58582L8.41424 7.00003ZM17 5.58582L23.4142 12L17 18.4142L15.5858 17L20.5858 12L15.5858 7.00003L17 5.58582Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const CodeViewIcon = createIcon(path);