UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 528 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M2 16C2 17.1046 2.89543 18 4 18H10V20C10 21.1046 10.8954 22 12 22H20C21.1046 22 22 21.1046 22 20V14C22 12.8954 21.1046 12 20 12V4C20 2.89543 19.1046 2 18 2L4 2C2.89543 2 2 2.89543 2 4L2 16ZM18 12V4L4 4L4 16H10V14H6L9 10L11 12L14 7L16.8571 12H18ZM18 14H12V20H20V14H18ZM13 16H19V18H13V16Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const TextAlternativeIcon = createIcon(path);