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.39 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 HeartHalf = 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: "M170.21 60.72a12 12 0 0 0-4.42-23.59C150.5 40 137.49 47.2 128.08 57.66 116 44 98.14 36 78 36a66.08 66.08 0 0 0-66 66c0 31 18.91 63 56.2 94.87a342.7 342.7 0 0 0 54.11 37.7A12.1 12.1 0 0 0 128 236a11.9 11.9 0 0 0 5.68-1.46A340 340 0 0 0 175.32 207a12 12 0 0 0-14.64-19A334 334 0 0 1 140 202.68V82.55c5.43-11.32 16.31-19.23 30.21-21.83M116 202.66a319 319 0 0 1-32.51-24.3C61.82 159.77 36 131.42 36 102a42 42 0 0 1 42-42c17 0 31.35 8.57 38 22.52Zm117-94.73a12 12 0 0 1-13.25-10.61 41.89 41.89 0 0 0-18.41-30.25 12 12 0 0 1 13.34-19.95 65.84 65.84 0 0 1 28.92 47.56 12 12 0 0 1-10.6 13.25m1 33.42c-5.84 11.72-14.33 23.63-25.23 35.43a12 12 0 0 1-17.62-16.29c9.36-10.13 16.55-20.17 21.38-29.84a12 12 0 1 1 21.47 10.7" })); export default HeartHalf; //# sourceMappingURL=HeartHalf.js.map