@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 604 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M7 5L4 1L1 5H3V21H19V23L23 20L19 17V19H6.41421L9.96805 15.4462C10.5636 15.7981 11.2582 16 12 16C14.2091 16 16 14.2091 16 12C16 11.2582 15.7981 10.5636 15.4462 9.96805L19.7929 5.62133L21.2426 7.07107L21.9498 2.12132L17 2.82843L18.3787 4.20712L14.032 8.55383C13.4365 8.20193 12.7418 8 12 8C9.79086 8 8 9.79086 8 12C8 12.7418 8.20193 13.4365 8.55383 14.032L5 17.5858V5H7Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const DimensionIcon = createIcon(path);