UNPKG

@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.

25 lines (23 loc) 2.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(require("react")); var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg")); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } /* Generated code. Do not edit.*/ const GlobeX = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, { d: "M128 20a108 108 0 0 0 0 216 12 12 0 0 0 7.49-21.37c-.25-.2-17.55-14.39-27.9-42.63H128a12 12 0 0 0 0-24h-26.52a135.9 135.9 0 0 1 0-40h53a134 134 0 0 1 1.52 20 12 12 0 0 0 24 0 159 159 0 0 0-1.25-20h30.82a83.5 83.5 0 0 1 2.43 20 12 12 0 0 0 24 0A108.12 108.12 0 0 0 128 20M97.79 49.64A140.8 140.8 0 0 0 82.29 84H56.48a84.46 84.46 0 0 1 41.31-34.36m0 156.72A84.46 84.46 0 0 1 56.48 172h25.81a140.8 140.8 0 0 0 15.5 34.36M77.25 148H46.43a83.5 83.5 0 0 1 0-40h30.82a160.6 160.6 0 0 0 0 40m30.34-64a116.6 116.6 0 0 1 10-20.77A108 108 0 0 1 128 49a113.2 113.2 0 0 1 20.39 35Zm66.12 0a140.8 140.8 0 0 0-15.5-34.36A84.46 84.46 0 0 1 199.52 84Zm50.78 92.49L209 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 17Z" }) }); var _default = exports.default = GlobeX; //# sourceMappingURL=GlobeX.js.map