@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 TreePalm = 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: "M240.69 50.47a70.87 70.87 0 0 0-103.54 0A76.6 76.6 0 0 0 128 62.19a76.6 76.6 0 0 0-9.15-11.72 70.87 70.87 0 0 0-103.54 0 12 12 0 0 0 3.9 19.28L66 90.12a75.45 75.45 0 0 0-43.43 89 12 12 0 0 0 18.85 6.41L116 128.75V224a12 12 0 0 0 24 0v-95.25l74.54 56.79a12 12 0 0 0 18.85-6.41 75.45 75.45 0 0 0-43.43-89l46.83-20.37a12 12 0 0 0 3.9-19.28ZM67.08 52a47.16 47.16 0 0 1 34.38 15 52.4 52.4 0 0 1 10.84 17.08L48 56.1A46.3 46.3 0 0 1 67.08 52M44.39 153.15a51.72 51.72 0 0 1 38.14-43.38A52.8 52.8 0 0 1 96.09 108a50 50 0 0 1 7 .47ZM205 133.81a51.1 51.1 0 0 1 6.57 19.34L153 108.46a52.2 52.2 0 0 1 20.51 1.31A51.6 51.6 0 0 1 205 133.81m-61.3-49.73A52.4 52.4 0 0 1 154.54 67a47.16 47.16 0 0 1 34.38-15A46.3 46.3 0 0 1 208 56.1Z"
})
});
var _default = exports.default = TreePalm;
//# sourceMappingURL=TreePalm.js.map