@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 383 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M4 9C4 7.89543 4.89543 7 6 7H18C19.1046 7 20 7.89543 20 9V15C20 16.1046 19.1046 17 18 17H6C4.89543 17 4 16.1046 4 15V9ZM18 9H6V15H18V9Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FrameHorizontalNarrowIcon = createIcon(path);