UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 290 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M9.5 6H14.5V11H9.5V6ZM6 13H11V18H6V13ZM18 13H13V18H18V13Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const Level3Icon = createIcon(path);