UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 260 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M9.5 9.5H14.5V14.5H9.5V9.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const Level1Icon = createIcon(path);