UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 255 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M4 4H20V20H4V4Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const StopRectangleIcon = createIcon(path);