UNPKG

@adaptabletools/adaptable

Version:

Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

4 lines (3 loc) 677 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import DefaultIcon from './DefaultIcon'; export default (props) => (_jsxs(DefaultIcon, { ...props, children: [_jsx("rect", { x: "2", y: "8", width: "6", height: "8", rx: "1.2", ry: "1.2", fill: "none", stroke: "currentColor", strokeWidth: "1.5" }), _jsx("path", { d: "M9.5 12 L13.5 12", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }), _jsx("polygon", { points: "13.5,10 13.5,14 15,12", fill: "currentColor" }), _jsx("path", { d: "M17 6 v12", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }), _jsx("path", { d: "M17 7 h4 l-1 2 l1 2 h-4 z", fill: "currentColor" })] }));