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.2 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: "M243.93 195.71a20 20 0 0 0-8-14.41L203 155.17l12.1-12.1a43.66 43.66 0 0 0 12.11-39.4 103.52 103.52 0 0 0-36.81-60.23A106.2 106.2 0 0 0 122.52 20 104.29 104.29 0 0 0 20 122.52a106.17 106.17 0 0 0 23.43 67.85 103.52 103.52 0 0 0 60.23 36.81 43.64 43.64 0 0 0 39.39-12.11L155.17 203l26.13 32.95a20 20 0 0 0 14.41 8c.55 0 1.1.07 1.66.07a20 20 0 0 0 14.13-5.86l26.64-26.64a19.94 19.94 0 0 0 5.79-15.81M44 122.86C44.6 80 80 44.6 122.86 44a81.92 81.92 0 0 1 65.2 31L75 188.06a81.92 81.92 0 0 1-31-65.2M197.71 218l-32.1-40.49a12 12 0 0 0-8.71-4.51h-.69a12 12 0 0 0-8.49 3.51l-21.63 21.59a19.72 19.72 0 0 1-17.75 5.54 76 76 0 0 1-11.68-3.33L200.31 96.66a76 76 0 0 1 3.33 11.68 19.72 19.72 0 0 1-5.54 17.75l-21.63 21.63a12 12 0 0 0 1 17.89l40.53 32.1Z" }) }); var _default = exports.default = PingPong; //# sourceMappingURL=PingPong.js.map