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) 242 B
import * as React from 'react'; import DefaultIcon from './DefaultIcon'; export default (props) => (React.createElement(DefaultIcon, { ...props }, React.createElement("path", { d: "M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" })));