@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.
14 lines • 1.31 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const PatreonLogo = props => /*#__PURE__*/React.createElement(Svg, _extends({
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size
}, props), /*#__PURE__*/React.createElement(Path, {
d: "M188.88 28.29c-19.47-8-42.59-10.29-65.11-6.54-24.28 4-45.33 14.53-60.88 30.34C25.47 90.15 33.05 167.56 50 207.88 56.87 224.36 69 244 87.51 244c25.38 0 36.72-22.14 46.73-41.68 6.73-13.14 13.69-26.74 24.23-33.89 5.49-3.72 13.22-6.7 21.41-9.86 23.69-9.13 56.12-21.64 56.12-65.4 0-28.98-17.18-52.63-47.12-64.88m-17.64 107.89c-9.08 3.5-18.48 7.13-26.24 12.39-15.63 10.6-24.39 27.71-32.13 42.81C103.79 209.13 97.7 220 87.51 220c-1.28 0-8-3.81-15.41-21.4C57.48 163.75 51.89 97.51 80 68.91c11.79-12 28.73-20.34 47.69-23.49a104.4 104.4 0 0 1 17-1.39 94 94 0 0 1 35.08 6.47c12 4.92 32.21 17 32.21 42.67.02 25.97-15.47 33.26-40.74 43.01"
}));
export default PatreonLogo;
//# sourceMappingURL=PatreonLogo.js.map