UNPKG

phosphor-react-native

Version:
66 lines (63 loc) 2.08 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, Line, Circle } from 'react-native-svg'; function WifiX(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: "M92.91969,166.06177a50.7769,50.7769,0,0,1,70.145,0", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 224, y1: 56, x2: 176, y2: 104, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 224, y1: 104, x2: 176, y2: 56, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Path, { d: "M25.06379,98.17952A145.90174,145.90174,0,0,1,127.99219,56.0029a148.757,148.757,0,0,1,16.01524.86162", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Path, { d: "M58.97857,132.12064a98.11506,98.11506,0,0,1,69.01362-28.11774,99.87589,99.87589,0,0,1,16.02985,1.28855", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Circle, { cx: 128, cy: 200, r: 12 })); } export default WifiX; //# sourceMappingURL=WifiX.js.map