UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 266 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M19 3H5V21H19V3ZM3 1V23H21V1H3Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const FrameMatIcon = createIcon(path);