@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 393 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M18.5858 4L12.5858 10L14 11.4142L20 5.41421V11H22V2H13V4H18.5858ZM5.41421 20.0001L11.4142 14.0001L10 12.5858L4 18.5858V13.0001H2V22.0001H11V20.0001H5.41421Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FullScreenIcon = createIcon(path);