robust-react-ui
Version:
A React component library, built with a focus on accessibility, extensibility and reusability.
16 lines (11 loc) • 684 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 Download = function () { return (React__default.createElement(React__default.Fragment, null,
React__default.createElement("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
React__default.createElement("polyline", { points: "7 10 12 15 17 10" }),
React__default.createElement("line", { x1: "12", y1: "15", x2: "12", y2: "3" }))); };
module.exports = Download;
//# sourceMappingURL=Download.js.map