@oxyhq/services
Version:
Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀
64 lines (63 loc) • 3.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
var _jsxRuntime = require("react/jsx-runtime");
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
const FAIRWalletIcon = ({
size = 28,
style
}) => {
const containerSize = size + 18;
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
style: [styles.circle, {
width: containerSize,
height: containerSize,
borderRadius: containerSize / 2
}, style],
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
style: {
flex: 1,
alignItems: 'center',
justifyContent: 'center'
},
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
viewBox: "0 0 157.26 85.66",
width: containerSize * 0.8,
height: containerSize * 0.8,
preserveAspectRatio: "xMidYMid meet",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.G, {
"data-name": "Layer 2",
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
"data-name": "Layer 1",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M10.25,20.81a20.49,20.49,0,0,1,28,7.5L53.6,54.92a20.49,20.49,0,0,1-7.5,28h0a20.49,20.49,0,0,1-28-7.5L2.75,48.8a20.49,20.49,0,0,1,7.5-28Z",
fill: "rgb(159, 251, 80)"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M74.38,2.75a20.49,20.49,0,0,0-28,7.5L20.6,54.92a20.5,20.5,0,0,0,7.5,28h0a20.5,20.5,0,0,0,28-7.5L81.88,30.74a20.48,20.48,0,0,0-7.5-28Z",
fill: "rgb(159, 251, 80)"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M127.87,2.75a20.49,20.49,0,0,0-28,7.5L74.09,54.92a20.49,20.49,0,0,0,7.5,28h0a20.49,20.49,0,0,0,28-7.5l25.79-44.67a20.49,20.49,0,0,0-7.5-28Z",
fill: "rgb(255, 255, 255)"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M121.84,67.51a17.71,17.71,0,1,1,17.71,17.71,17.71,17.71,0,0,1-17.71-17.71Z",
fill: "rgb(255, 255, 255)"
})]
})
})
})
})
});
};
const styles = _reactNative.StyleSheet.create({
circle: {
backgroundColor: '#1b1f0a',
alignItems: 'center',
justifyContent: 'center'
}
});
var _default = exports.default = FAIRWalletIcon;
//# sourceMappingURL=FAIRWalletIcon.js.map