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.07 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 PingPong = 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: "M240 196a16 16 0 0 0-6.65-11.7l-38-27.15 17-16.95a39.67 39.67 0 0 0 11-35.79 99.52 99.52 0 0 0-35.4-57.89A101.93 101.93 0 0 0 122.58 24 100.29 100.29 0 0 0 24 122.58a102.12 102.12 0 0 0 22.55 65.28 99.52 99.52 0 0 0 57.89 35.4 39.68 39.68 0 0 0 35.79-11l16.95-17 27.15 38A16 16 0 0 0 196 240c.44 0 .88.05 1.32.05a16 16 0 0 0 11.31-4.69l26.64-26.64A16 16 0 0 0 240 196m-42.6 28-32.63-45.69a8 8 0 0 0-5.85-3.32h-.66a8 8 0 0 0-5.66 2.34l-23.63 23.63a23.68 23.68 0 0 1-21.36 6.63 80 80 0 0 1-12.3-3.5l108.8-108.8a80.6 80.6 0 0 1 3.5 12.3 23.67 23.67 0 0 1-6.63 21.36l-23.68 23.6a8 8 0 0 0 1 12.17l45.7 32.64Z" }) }); var _default = exports.default = PingPong; //# sourceMappingURL=PingPong.js.map