@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 429 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M1 1H6V3H18V1H23V6H21V18H23V23H18V21H6V23H1V18H3V6H1V1ZM19 6H18V5H6V6H5V18H6V19H18V18H19V6ZM8 7C7.44772 7 7 7.44772 7 8V11H9V9H11V15H9V17H15V15H13V9H15V11H17V8C17 7.44772 16.5523 7 16 7H8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const TextAnnotationIcon = createIcon(path);