UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 271 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M3.5 10.5H20.5V13.5H3.5V10.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const IntermediateBarIcon = createIcon(path);