UNPKG

@adaptabletools/adaptable

Version:

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

4 lines (3 loc) 277 B
import { jsx as _jsx } from "react/jsx-runtime"; import DefaultIcon from './DefaultIcon'; export default (props) => (_jsx(DefaultIcon, { ...props, children: _jsx("path", { d: "M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z" }) }));