UNPKG

@adaptabletools/adaptable

Version:

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

4 lines (3 loc) 628 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: "1.5", height: "8", fill: "currentColor" }), _jsx("rect", { x: "20.5", y: "8", width: "1.5", height: "8", fill: "currentColor" }), _jsx("rect", { x: "3.5", y: "11", width: "17", height: "2", fill: "currentColor", opacity: "0.35" }), _jsx("rect", { x: "8", y: "9", width: "1", height: "6", fill: "currentColor", opacity: "0.6" }), _jsx("polygon", { points: "14,7.5 17,12 14,16.5 11,12", fill: "currentColor" })] }));