@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.02 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 IceCream = 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: "M228 116a32.14 32.14 0 0 0-16.37-27.92 84 84 0 0 0-167.26 0 32 32 0 0 0 12.51 59.77l53.75 94.07a20 20 0 0 0 34.74 0l53.75-94.07A32 32 0 0 0 228 116m-169.61-7.84A12 12 0 0 0 68 96.4V96a60 60 0 0 1 120 0v.4a12 12 0 0 0 9.61 11.76A8 8 0 0 1 196 124H60a8 8 0 0 1-1.61-15.84m113 39.84-16.5 28.88-16.5-28.88Zm-86.78 0h26.14l30.32 53.06L128 223.94Z"
}));
export default IceCream;
//# sourceMappingURL=IceCream.js.map