UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 288 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M2 7H22V9H2V7ZM2 11H22V13H2V11ZM2 15H22V17H2V15Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const LineVerySmallIcon = createIcon(path);