UNPKG

@adaptabletools/adaptable

Version:

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

4 lines (3 loc) 428 B
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: "M360-240q-33 0-56.5-23.5T280-320v-480q0-33 23.5-56.5T360-880h360q33 0 56.5 23.5T800-800v480q0 33-23.5 56.5T720-240H360Zm0-80h360v-480H360v480ZM200-80q-33 0-56.5-23.5T120-160v-560h80v560h440v80H200Zm160-240v-480 480Z" }) }));