@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 329 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V8H19V5H13V19H17V21H7V19H11V5H5V8H3V5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const CaptionIcon = createIcon(path);