UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 489 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M3 3H21V6H3V3ZM3 8L3 21H21V8H8V11.5H11V10H18V14H11V12.5H8V16.5H11V15H18V19H11V17.5H8H7.5H7V8H3ZM1 3C1 1.89543 1.89543 1 3 1H21C22.1046 1 23 1.89543 23 3V21C23 22.1046 22.1046 23 21 23H3C1.89543 23 1 22.1046 1 21V3ZM17 16H12V18H17V16ZM12 11H17V13H12V11Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const XmlMappingIcon = createIcon(path);