UNPKG

phosphor-react-native

Version:
55 lines (52 loc) 1.87 kB
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } /* GENERATED FILE */ import * as React from 'react'; import Svg, { Rect, Path, Polyline, Line } from 'react-native-svg'; function CloudArrowUp(props) { return /*#__PURE__*/React.createElement(Svg, _extends({ id: "Raw", viewBox: "0 0 256 256", width: props.size, height: props.size }, props), /*#__PURE__*/React.createElement(Rect, { width: 256, height: 256, fill: "none" }), /*#__PURE__*/React.createElement(Path, { d: "M80,127.98437a80,80,0,1,1,80,80H72A56,56,0,1,1,85.91924,97.7279", opacity: 0.2 }), /*#__PURE__*/React.createElement(Path, { d: "M95.99414,207.98437h-24A56,56,0,1,1,85.91338,97.7279", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Path, { d: "M79.99414,127.98437A80,80,0,1,1,223.99655,175.989", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Polyline, { points: "118.053 161.926 151.994 127.984 185.935 161.926", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 151.99414, y1: 207.98437, x2: 151.99414, y2: 127.98437, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 })); } export default CloudArrowUp; //# sourceMappingURL=CloudArrowUp.js.map