UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 526 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M23 4C23 2.89543 22.1046 2 21 2L3 2C1.89543 2 1 2.89543 1 4L1 20C1 21.1046 1.89543 22 3 22H21C22.1046 22 23 21.1046 23 20V4ZM21 4V8H18V4L21 4ZM18 10H21V14H18V10ZM18 16H21V20H18V16ZM16 16V20H12V16H16ZM6 16L6 20H3V16H6ZM6 14H3L3 10H6V14ZM6 8H3L3 4L6 4L6 8ZM13 4H16V8L13 8V4ZM16 10V14H10V10H16Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const DataBarsIcon = createIcon(path);