UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 399 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M14.5 2.5H9.5V7.5H14.5V2.5ZM11 9.5H6V14.5H11V9.5ZM13 9.5H18V14.5H13V9.5ZM14.5 16.5H9.5V21.5H14.5V16.5ZM2.5 16.5H7.5V21.5H2.5V16.5ZM21.5 16.5H16.5V21.5H21.5V16.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const UserDefinedIcon = createIcon(path);