@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.18 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 Farm = 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: "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"
})
});
var _default = exports.default = Farm;
//# sourceMappingURL=Farm.js.map