@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
9 lines (8 loc) • 477 B
JavaScript
import * as React from 'react';
import DefaultIcon from './DefaultIcon';
export default (props) => (React.createElement(DefaultIcon, { ...props },
React.createElement("defs", null,
React.createElement("path", { id: "a", d: "M0 0h24v24H0V0z" })),
React.createElement("clipPath", { id: "b" },
React.createElement("use", { xlinkHref: "#a", overflow: "visible" })),
React.createElement("path", { d: "M4 9h16v2H4zm0 4h10v2H4z", clipPath: "url(#b)" })));