@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.4 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 Farm = 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: "M177.17 207.11A12 12 0 1 1 161 224.88 203.53 203.53 0 0 0 24 172a12 12 0 0 1 0-24 227.45 227.45 0 0 1 153.17 59.11m-74.74-2A186.5 186.5 0 0 0 24 188a12 12 0 0 0 0 24 162.6 162.6 0 0 1 68.41 14.9 12 12 0 1 0 10-21.81ZM244 160a12 12 0 0 1-12 12 205 205 0 0 0-31.38 2.4 270 270 0 0 1 32.59 34.09 12 12 0 1 1-18.72 15A243 243 0 0 0 24 132a12 12 0 0 1 0-24 271 271 0 0 1 44 3.6V80a12 12 0 0 1 4.8-9.6l64-48a12 12 0 0 1 14.4 0l64 48A12 12 0 0 1 220 80v28.28c4-.17 8-.28 12-.28a12 12 0 0 1 0 24 242.9 242.9 0 0 0-74.42 11.55q9.28 5.35 18.15 11.46A228.6 228.6 0 0 1 232 148a12 12 0 0 1 12 12m-88-52h-24v19.3q11.83-4.77 24-8.39Zm-64 8.69c5.39 1.4 10.72 3 16 4.72V96a12 12 0 0 1 12-12h48a12 12 0 0 1 12 12v17q8-1.56 16-2.65V86l-52-39-52 39Z"
}));
export default Farm;
//# sourceMappingURL=Farm.js.map