@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.
18 lines (17 loc) • 1.06 kB
JavaScript
;
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { jsx as _jsx } from "react/jsx-runtime";
const GlobeSimpleX = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M224.49 176.49 209 192l15.52 15.51a12 12 0 0 1-17 17L192 209l-15.51 15.52a12 12 0 0 1-17-17L175 192l-15.52-15.51a12 12 0 0 1 17-17L192 175l15.51-15.52a12 12 0 0 1 17 17ZM236 128a12 12 0 0 1-12 12H100.54c4.37 49.56 34.63 74.37 35 74.63A12 12 0 0 1 128 236a108 108 0 1 1 108-108m-77.79-78.36A144.3 144.3 0 0 1 179.56 116h31.57a84.22 84.22 0 0 0-52.92-66.36m-40.57 13.59A119.74 119.74 0 0 0 100.53 116h54.94c-3-33.9-18.09-56.22-27.45-67a108 108 0 0 0-10.38 14.23M44.87 116h31.57a144.3 144.3 0 0 1 21.35-66.36A84.22 84.22 0 0 0 44.87 116m31.57 24H44.87a84.22 84.22 0 0 0 52.92 66.36A144.3 144.3 0 0 1 76.44 140"
})
});
export default GlobeSimpleX;
//# sourceMappingURL=GlobeSimpleX.js.map