@adaptabletools/adaptable
Version:
Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
4 lines (3 loc) • 422 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import DefaultIcon from './DefaultIcon';
export default (props) => (_jsxs(DefaultIcon, { ...props, children: [_jsx("defs", { children: _jsx("path", { id: "a", d: "M0 0h24v24H0V0z" }) }), _jsx("clipPath", { id: "b", children: _jsx("use", { xlinkHref: "#a", overflow: "visible" }) }), _jsx("path", { d: "M4 9h16v2H4zm0 4h10v2H4z", clipPath: "url(#b)" })] }));