robust-react-ui
Version:
A React component library, built with a focus on accessibility, extensibility and reusability.
16 lines (11 loc) • 710 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 DownloadCloud = function () { return (React__default.createElement(React__default.Fragment, null,
React__default.createElement("polyline", { points: "8 17 12 21 16 17" }),
React__default.createElement("line", { x1: "12", y1: "12", x2: "12", y2: "21" }),
React__default.createElement("path", { d: "M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29" }))); };
module.exports = DownloadCloud;
//# sourceMappingURL=DownloadCloud.js.map