@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 523 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M8 3.9995C8 2.89429 8.89608 2 10 2H14C15.1008 2 16 2.88872 16 3.99709V10H20C21.1046 10 22 10.8954 22 12V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V10C2 8.89543 2.89543 8 4 8H8V3.9995ZM8 10H4V20H8V10ZM10 20V9.00053C10 9.00044 10 9 9 9L10 9.00053V4H14V20H10ZM16 20H20V12H16V20Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChartIcon = createIcon(path);