@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 441 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M20.5 2H13.5V4H16V20H13.5V22H20.5V20H18V18H21C22.1046 18 23 17.1046 23 16V8C23 6.89543 22.1046 6 21 6H18V4H20.5V2ZM18 8V16H21V8H18ZM3 6C1.89543 6 1 6.89543 1 8V16C1 17.1046 1.89543 18 3 18H14V16H3V8H14V6H3Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const TextFormIcon = createIcon(path);