UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 278 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M11 9.5H6V14.5H11V9.5ZM18 9.5H13V14.5H18V9.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const Level2Icon = createIcon(path);