@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 456 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M13.1016 10.8984V9.42188H15.3281V10.8984H13.1016ZM11.625 8.67188H9.42188V17.5312H11.625V8.67188ZM8.67188 18.2812V7.94531H12.375V11.625H15.3281V18.2812H11.625H8.67188ZM9.42188 7.19531V5.71875H11.625V7.19531H9.42188Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChartDataLabelsIcon = createIcon(path);