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) 262 B
import * as React from 'react'; import DefaultIcon from './DefaultIcon'; export default (props) => (React.createElement(DefaultIcon, { ...props }, React.createElement("path", { d: "M9 3L5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3z" })));