@vuduc0801/react-native-phosphor-icons
Version:
Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.
14 lines • 1.42 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const Planet = props => /*#__PURE__*/React.createElement(Svg, _extends({
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size
}, props), /*#__PURE__*/React.createElement(Path, {
d: "M248.59 58.67c-6.31-10.87-23-21.06-66.16-9.71A95.94 95.94 0 0 0 32 128q0 3.6.26 7.14C.56 166.86 1.1 186.4 7.44 197.33 13.4 207.61 25.3 212 40.68 212c9.79 0 21-1.78 32.95-4.91A95.94 95.94 0 0 0 224 128c0-2.41-.09-4.79-.27-7.16 14.31-14.38 23.86-28.21 27-40 2.82-10.42.39-17.84-2.14-22.17M128 56a72.11 72.11 0 0 1 70.19 56C184 124.73 165 138.59 141.92 151.86c-21.74 12.49-43.55 22.36-63.09 28.65A72 72 0 0 1 128 56M28.19 185.29c-.61-1.07-.17-8.22 10.67-21.71A95.8 95.8 0 0 0 52.35 187c-17.23 2.61-23.5-.59-24.16-1.71M128 200a71.7 71.7 0 0 1-22.56-3.64 394 394 0 0 0 48.42-23.69A388 388 0 0 0 198.43 143 72.12 72.12 0 0 1 128 200m99.57-125.35c-1.28 4.78-4.81 10.87-10.39 17.8A95.7 95.7 0 0 0 203.68 69c15.83-2.37 23.17 0 24.15 1.71.17.29.38 1.57-.26 3.94"
}));
export default Planet;
//# sourceMappingURL=Planet.js.map