UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 284 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M2 6H22V8H2V6ZM2 11H22V13H2V11ZM2 16H22V18H2V16Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const LineSmallIcon = createIcon(path);