UNPKG

phosphor-react-native

Version:
92 lines (89 loc) 2.57 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, Circle, Polygon, Line } from 'react-native-svg'; function SoccerBall(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(Rect, { width: 256, height: 256, fill: "none", opacity: 0.1 }), /*#__PURE__*/React.createElement(Circle, { cx: 128, cy: 128, r: 96, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Polygon, { points: "128 74.039 76.68 111.325 96.282 171.655 159.718 171.655 179.32 111.325 128 74.039", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 128, y1: 32, x2: 128, y2: 74.0389, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 36.69857, y1: 98.33437, x2: 76.67992, y2: 111.32512, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 71.57262, y1: 205.66563, x2: 96.28244, y2: 171.6555, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 184.42738, y1: 205.66563, x2: 159.71756, y2: 171.6555, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 219.30143, y1: 98.33437, x2: 179.32008, y2: 111.32512, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 })); } export default SoccerBall; //# sourceMappingURL=SoccerBall.js.map