@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 342 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M19 9V7H17V9H15V11H7V9H1V15H7V13H15V15H17V17H19V15H21V13H23V11H21V9H19ZM19 11H17V13H19V11ZM5 12V11H3V13H5V12Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const LengthIcon = createIcon(path);