UNPKG

@adaptabletools/adaptable

Version:

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

5 lines (4 loc) 239 B
import * as React from 'react'; import DefaultIcon from './DefaultIcon'; export default (props) => (React.createElement(DefaultIcon, { ...props }, React.createElement("path", { d: "M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" })));