UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 343 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M3 16V21V23H5H10V21H5V16H3ZM10 3H5V8H3V3V1H5H10V3ZM19 8V3H15V1H19H21V3V8H19ZM15 21H19V16H21V21V23H19H15V21Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const FrameHookIcon = createIcon(path);