UNPKG

robust-react-ui

Version:

A React component library, built with a focus on accessibility, extensibility and reusability.

15 lines (10 loc) 628 B
'use strict'; 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 CloudLightning = function () { return (React__default.createElement(React__default.Fragment, null, React__default.createElement("path", { d: "M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9" }), React__default.createElement("polyline", { points: "13 11 9 17 15 17 11 23" }))); }; module.exports = CloudLightning; //# sourceMappingURL=CloudLightning.js.map