UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 271 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M13 2V11H22V13H13V22H11V13H2V11H11V2H13Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const PlusIcon = createIcon(path);