robust-react-ui
Version:
A React component library, built with a focus on accessibility, extensibility and reusability.
15 lines (10 loc) • 599 B
JavaScript
;
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var React = require('react');
var React__default = _interopDefault(React);
// this file was auto generated by python script
var TrendingUp = function () { return (React__default.createElement(React__default.Fragment, null,
React__default.createElement("polyline", { points: "23 6 13.5 15.5 8.5 10.5 1 18" }),
React__default.createElement("polyline", { points: "17 6 23 6 23 12" }))); };
module.exports = TrendingUp;
//# sourceMappingURL=TrendingUp.js.map