UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 282 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M5 22L5 2L19 2L19 22H5ZM7 20H17L17 4L7 4L7 20Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const FrameTallIcon = createIcon(path);