@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.65 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 Cherries = 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: "M176 72a72 72 0 0 0-7.76.43 91.8 91.8 0 0 0-21.62-25.11c-37.84-30.53-89.57-23.55-91.75-23.24a8 8 0 0 0-3.31 14.58c17.5 11.66 25.51 31 28.85 49.74A72 72 0 1 0 142 207.5 72 72 0 1 0 176 72M76 39.37c16.67.72 41.24 4.78 60.64 20.48a75.3 75.3 0 0 1 15 16.4A72.2 72.2 0 0 0 121.9 96.5a71.5 71.5 0 0 0-25.23-8C93.54 68.59 86.56 52 76 39.37M88 216a56 56 0 0 1-5.76-111.7 176.5 176.5 0 0 1-1 31.08c-7.58-1.43-11.35-4.85-11.55-5a8 8 0 0 0-11.32 11.32C59.4 142.71 69.2 152 87.92 152h.25c18.66-.05 28.43-9.28 29.49-10.33a8 8 0 0 0-11.32-11.32 22.3 22.3 0 0 1-8.93 4.44 190.4 190.4 0 0 0 .93-29.79A56 56 0 0 1 88 216m57-99.89a72.3 72.3 0 0 0-9.82-10.42 56.15 56.15 0 0 1 24.22-15.16 110.8 110.8 0 0 1 7.6 28.35c-6.09-1.6-9.16-4.37-9.33-4.54a8 8 0 0 0-12.67 1.77M176 200a55.76 55.76 0 0 1-24.69-5.73 71.83 71.83 0 0 0 2.5-63.42 47.5 47.5 0 0 0 21.86 5.15h.33c18.77 0 28.6-9.28 29.66-10.34a8 8 0 0 0-11.32-11.32c-.19.19-3.84 3.49-11.15 5A131.7 131.7 0 0 0 175.7 88h.3a56 56 0 0 1 0 112"
}));
export default Cherries;
//# sourceMappingURL=Cherries.js.map