@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 645 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M17.9062 19.7578H6.09375V20.4844H17.9062V19.7578ZM5.34375 21.2344V19.0078H18.6562V21.2344H5.34375ZM16.4297 13.1016H14.2031V16.8047H16.4297V13.1016ZM10.5234 10.8984H8.29688V16.8047H10.5234V10.8984ZM13.4766 7.19531H11.25V16.8047H13.4766V12.375V7.19531ZM4.61719 17.5312V2.76562H5.34375V16.8047H7.57031V10.1484H10.5234V6.46875H14.2031V12.375H17.1562V16.8047H19.3828V17.5312H7.57031H4.61719Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChartAxisTitlesPrimaryHorizontalIcon = createIcon(path);