@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 330 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M6 2L10 6H7V18H10L6 22L2 18H5V6H2L6 2ZM22 6H11V8H22V6ZM22 11H11V13H22V11ZM22 16H11V18H22V16Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const LineSpacingIcon = createIcon(path);