@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 417 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M9.79688 12H6.84375V17.1562H9.79688V12ZM13.4766 6.84375H10.5234V17.1562H13.4766V8.29688V6.84375ZM9.79688 11.25V6.09375H14.2031V8.29688H17.9062V17.9062H6.09375V11.25H9.79688Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChartInsertColumnIcon = createIcon(path);