@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 404 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V13H20V20H4V4H11V2H4ZM22 2H14V4H18.5858L11.5858 11L13 12.4142L20 5.41421V10H22V2Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const OpenLinkIcon = createIcon(path);