@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.71 kB
JavaScript
;
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 Baseball = 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: "M209.35 63.28a4 4 0 0 0-5.8-.47 89 89 0 0 0-9.4 10 8.2 8.2 0 0 1-11 1.81A8 8 0 0 1 181.49 63a104 104 0 0 1 10.33-11.14 4 4 0 0 0-.22-6.09 103.79 103.79 0 0 0-127.2 0 4 4 0 0 0-.22 6.09 105 105 0 0 1 10.17 10.93A8.18 8.18 0 0 1 74 73.58 8 8 0 0 1 62 73a88.4 88.4 0 0 0-9.59-10.2 4 4 0 0 0-5.79.48 103.79 103.79 0 0 0 0 129.44 4 4 0 0 0 5.8.47 89 89 0 0 0 9.4-10 8.2 8.2 0 0 1 11-1.81A8 8 0 0 1 74.51 193a104 104 0 0 1-10.33 11.14 4 4 0 0 0 .22 6.09 103.79 103.79 0 0 0 127.2 0 4 4 0 0 0 .22-6.09A104 104 0 0 1 181.49 193a8 8 0 0 1 1.7-11.59 8.2 8.2 0 0 1 11 1.81 89 89 0 0 0 9.4 10 4 4 0 0 0 5.8-.47 103.79 103.79 0 0 0 0-129.44ZM81.71 88.3a8.18 8.18 0 0 1 9.79 5.29 105 105 0 0 1 4.34 16.77A8 8 0 0 1 88 120a8 8 0 0 1-8-7.35c-.38-4.44-1.11-8.91-3.2-12.84a8 8 0 0 1 4.91-11.51m14.13 57.29a103.5 103.5 0 0 1-4.43 17.08 8 8 0 0 1-11.17 4.46 8.19 8.19 0 0 1-3.82-10.08 88 88 0 0 0 3.69-14.37 8 8 0 0 1 10.18-6.35 8.17 8.17 0 0 1 5.55 9.26m79.92 21.54a8 8 0 0 1-11.17-4.46 103.5 103.5 0 0 1-4.43-17.08 8.18 8.18 0 0 1 5.55-9.26 8 8 0 0 1 10.18 6.35 88 88 0 0 0 3.69 14.37 8.19 8.19 0 0 1-3.82 10.08m3.41-67.32c-2.09 3.93-2.82 8.4-3.2 12.84a8 8 0 0 1-10.17 7 8.16 8.16 0 0 1-5.65-9.25 103.6 103.6 0 0 1 4.35-16.8 8.17 8.17 0 0 1 9.79-5.3 8 8 0 0 1 4.88 11.51"
})
});
var _default = exports.default = Baseball;
//# sourceMappingURL=Baseball.js.map