@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 426 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M2 4C2 2.89543 2.89543 2 4 2H9V4H4V9H2V4ZM15 2H20C21.1046 2 22 2.89543 22 4V9H20V4H15V2ZM4 15V20H9V22H4C2.89543 22 2 21.1046 2 20V15H4ZM22 15V20C22 21.1046 21.1046 22 20 22H15V20H20V15H22Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const BringToViewIcon = createIcon(path);