@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.52 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 FediverseLogo = 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: "M212 92a31.9 31.9 0 0 0-9.16 1.34l-27-33.68A32 32 0 1 0 116 44v.33L74.75 61.52a32 32 0 1 0-33.55 52.6l1.62 40.73a32 32 0 1 0 38.49 48.7l42.89 12a32 32 0 1 0 57.8-22.12l24.16-38a31.7 31.7 0 0 0 5.8.54 32 32 0 0 0 0-64ZM71.64 109.24l34.93 20.22L72 156.33a31.7 31.7 0 0 0-5.24-2.45l-1.62-40.73a32.3 32.3 0 0 0 6.5-3.91m81.16-33.6a33 33 0 0 0 4.36-1l27 33.68a33 33 0 0 0-2.31 5.08l-38.43 1.83Zm-66 99.62 35.2-27.37 13.26 39.79a32.6 32.6 0 0 0-4.55 4.77l-42.89-12a33 33 0 0 0-1.04-5.19Zm71.2 4.81-13.62-40.84L183 137.4a31.7 31.7 0 0 0 3 5.17l-24.16 38a32 32 0 0 0-3.84-.5M148 36a8 8 0 1 1-8 8 8 8 0 0 1 8-8m-22.75 30.48a33.5 33.5 0 0 0 4.21 3.58l-9.4 39.48-36.38-21.06A31.6 31.6 0 0 0 84 84v-.33ZM52 76a8 8 0 1 1-8 8 8 8 0 0 1 8-8m4 116a8 8 0 1 1 8-8 8 8 0 0 1-8 8m100 28a8 8 0 1 1 8-8 8 8 0 0 1-8 8m56-88a8 8 0 1 1 8-8 8 8 0 0 1-8 8"
}));
export default FediverseLogo;
//# sourceMappingURL=FediverseLogo.js.map