UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 265 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M22 11H6V7H4H2V17H4H6V13H22V11Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const BarHeadIcon = createIcon(path);