phosphor-react-native
Version:
Flexible icons for React Native
104 lines (96 loc) • 4.72 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
function Baseball(props) {
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
id: "Raw",
viewBox: "0 0 256 256",
width: props.size,
height: props.size
}, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
width: 256,
height: 256,
fill: "none"
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M60.05889,195.90664a96,96,0,0,1-.11775-135.64655l0,0a95.69768,95.69768,0,0,1,28,67.76427,95.69771,95.69771,0,0,1-27.99925,67.76355Z",
opacity: 0.2
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M196.05884,195.90664a96,96,0,0,1-.11776-135.64655l0,0a96,96,0,0,1,.00073,135.52782Z",
opacity: 0.2
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
cx: 128,
cy: 128,
r: 96,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M169.172,113.03177a96.58913,96.58913,0,0,1,3.80409-15.5448",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M172.975,158.5097a96.58848,96.58848,0,0,1-3.80352-15.54493",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M86.828,113.03177A96.58913,96.58913,0,0,0,83.02388,97.487",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M83.025,158.5097a96.58848,96.58848,0,0,0,3.80352-15.54493",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M186.79812,70.93634a96.59069,96.59069,0,0,1,9.20058-10.701",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M195.999,195.765a96.59178,96.59178,0,0,1-9.20291-10.70411",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M60.0012,195.76479A96.5897,96.5897,0,0,0,69.204,185.06084",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M69.20188,70.93634A96.59162,96.59162,0,0,0,60.001,60.235",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}));
}
var _default = Baseball;
exports.default = _default;
//# sourceMappingURL=Baseball.js.map