@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 375 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M3 8C3 6.89543 3.89543 6 5 6H19C20.1046 6 21 6.89543 21 8V16C21 17.1046 20.1046 18 19 18H5C3.89543 18 3 17.1046 3 16V8ZM19 8L5 8V16H19V8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FrameMediumIcon = createIcon(path);