UNPKG

@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
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 TreePalm = 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: "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" })); export default TreePalm; //# sourceMappingURL=TreePalm.js.map