@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.43 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 RedditLogo = 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: "M252 104a36 36 0 0 0-57.4-28.93 145.6 145.6 0 0 0-52.54-14.45l3.8-22.81 15.67 2.61a24 24 0 1 0 3.95-23.67L138 12.16A12 12 0 0 0 124.16 22l-6.38 38.31C97.48 61.62 78 66.7 61.4 75.07a36 36 0 0 0-47.52 53.68A63 63 0 0 0 12 144c0 23.29 12.65 44.87 35.63 60.78C69.26 219.75 97.8 228 128 228s58.74-8.25 80.37-23.22C231.35 188.87 244 167.29 244 144a63 63 0 0 0-1.88-15.25A36.16 36.16 0 0 0 252 104m-29.91 10.34a12 12 0 0 0-5 15A39.6 39.6 0 0 1 220 144c0 15.18-9 29.75-25.29 41.05C177.05 197.27 153.36 204 128 204s-49-6.73-66.71-18.95C45 173.75 36 159.18 36 144a39.7 39.7 0 0 1 2.84-14.64 12 12 0 0 0-4.93-15A12 12 0 1 1 49.71 97a12 12 0 0 0 15.94 3.18l.22-.13C82.94 89.68 105 84 128 84s45 5.69 62.09 16l.22.13A12 12 0 0 0 206.29 97a11.88 11.88 0 0 1 9.71-5 12 12 0 0 1 6.09 22.34M88 148a20 20 0 1 1 20-20 20 20 0 0 1-20 20m100-20a20 20 0 1 1-20-20 20 20 0 0 1 20 20m-20.52 40.52a12 12 0 0 1-8 15 111.9 111.9 0 0 1-63 0 12 12 0 0 1 7-23 88.1 88.1 0 0 0 49 0 12 12 0 0 1 15 8"
})
});
var _default = exports.default = RedditLogo;
//# sourceMappingURL=RedditLogo.js.map