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.38 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 Basketball = 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: "M63.6 46.39a103.5 103.5 0 0 1 52-21.65 4 4 0 0 1 4.45 4V120H95.7a103.77 103.77 0 0 0-32.32-67.56 4 4 0 0 1 .22-6.05M46 64.07a103.5 103.5 0 0 0-21.29 51.46 4 4 0 0 0 4 4.47h50.92a87.86 87.86 0 0 0-27.74-56.41 4 4 0 0 0-5.89.48m146.4-17.68a103.5 103.5 0 0 0-52-21.65 4 4 0 0 0-4.45 4V120h24.3a103.77 103.77 0 0 1 32.32-67.56 4 4 0 0 0-.17-6.05m38.86 69.14A103.5 103.5 0 0 0 210 64.07a4 4 0 0 0-5.86-.48A87.86 87.86 0 0 0 176.37 120h50.91a4 4 0 0 0 3.98-4.47M24.74 140.47A103.5 103.5 0 0 0 46 191.93a4 4 0 0 0 5.86.48A87.86 87.86 0 0 0 79.63 136H28.72a4 4 0 0 0-3.98 4.47M210 191.93a103.5 103.5 0 0 0 21.29-51.46 4 4 0 0 0-4-4.47h-50.92a87.86 87.86 0 0 0 27.74 56.41 4 4 0 0 0 5.89-.48M63.6 209.61a103.5 103.5 0 0 0 52 21.65 4 4 0 0 0 4.45-4V136H95.7a103.77 103.77 0 0 1-32.32 67.56 4 4 0 0 0 .22 6.05M160.3 136H136v91.28a4 4 0 0 0 4.45 4 103.5 103.5 0 0 0 52-21.65 4 4 0 0 0 .22-6.05A103.77 103.77 0 0 1 160.3 136" }) }); var _default = exports.default = Basketball; //# sourceMappingURL=Basketball.js.map