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.17 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 HeartBreak = 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: "M178 36a65.6 65.6 0 0 0-46.67 19.33L128 58.66l-3.33-3.33A66 66 0 0 0 12 102c0 72.34 105.81 130.14 110.31 132.57a12 12 0 0 0 11.38 0C138.19 232.14 244 174.34 244 102a66.08 66.08 0 0 0-66-66m-5.49 142.36a328.7 328.7 0 0 1-44.51 31.8 328.7 328.7 0 0 1-44.51-31.8C61.82 159.77 36 131.42 36 102a42 42 0 0 1 71.7-29.7l3.3 3.33-7.52 7.52a12 12 0 0 0 0 17l21.7 21.7-13.7 13.69a12 12 0 1 0 17 17l22.18-22.19a12 12 0 0 0 0-17L129 91.63l19.3-19.33A42 42 0 0 1 220 102c0 29.42-25.82 57.77-47.49 76.36" })); export default HeartBreak; //# sourceMappingURL=HeartBreak.js.map