@adaptabletools/adaptable
Version:
Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
4 lines (3 loc) • 403 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import DefaultIcon from './DefaultIcon';
export default (props) => (_jsx(DefaultIcon, { ...props, viewBox: "0 -960 960 960", children: _jsx("path", { d: "M121-280v-400q0-33 23.5-56.5T201-760h559q33 0 56.5 23.5T840-680v400q0 33-23.5 56.5T760-200H201q-33 0-56.5-23.5T121-280Zm79 0h133v-400H200v400Zm213 0h133v-400H413v400Zm213 0h133v-400H626v400Z" }) }));