UNPKG

@adaptabletools/adaptable

Version:

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

4 lines (3 loc) 641 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: "9", width: "6", height: "6", fill: "currentColor", opacity: "0.25" }), _jsx("rect", { x: "8", y: "9", width: "6", height: "6", fill: "currentColor", opacity: "0.45" }), _jsx("rect", { x: "14", y: "9", width: "8", height: "6", fill: "currentColor", opacity: "0.65" }), _jsx("rect", { x: "2", y: "11", width: "13", height: "2", fill: "currentColor" }), _jsx("rect", { x: "17", y: "8", width: "1.5", height: "8", fill: "currentColor" })] }));