robust-react-ui
Version:
A React component library, built with a focus on accessibility, extensibility and reusability.
14 lines (9 loc) • 521 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 Navigation2 = function () { return (React__default.createElement(React__default.Fragment, null,
React__default.createElement("polygon", { points: "12 2 19 21 12 17 5 21 12 2" }))); };
module.exports = Navigation2;
//# sourceMappingURL=Navigation2.js.map