UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 280 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M2 5H22V7H2V5ZM2 11H22V13H2V11ZM22 17H2V19H22V17Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const MenuIcon = createIcon(path);