@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 661 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M10.0547 9.84375L8.08594 8.41406L0.984375 15.3984V18.8672L10.0547 9.84375ZM19.5 9.375L15.4219 5.27344L10.875 9.79688L15.8906 13.4766L19.5 9.375ZM0.445312 23.5547V0.445312H0.984375V14.6719L8.03906 7.71094L10.4297 9.46875L15.4219 4.54688L19.8516 8.97656L23.0859 5.27344L23.4844 5.60156L20.2266 9.35156L23.4844 12.6094L23.1094 12.9844L19.875 9.75L15.9844 14.2031L10.5 10.1719L0.984375 19.5938V23.0156H23.5547V23.5547H0.445312Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const Chart2dLineIcon = createIcon(path);