UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 412 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M16.4142 9.00003L22.4142 3.00003L21 1.58582L15 7.58582V3.00003H13V11H21V9.00003H16.4142ZM7.58582 15L1.58582 21L3.00003 22.4142L9.00003 16.4142V21H11V13H3.00003V15H7.58582Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ExitFullScreenIcon = createIcon(path);