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.14 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 ListHeart = 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: "M124 192a12 12 0 0 1-12 12H40a12 12 0 0 1 0-24h72a12 12 0 0 1 12 12M40 76h176a12 12 0 0 0 0-24H40a12 12 0 0 0 0 24m0 64h56a12 12 0 0 0 0-24H40a12 12 0 0 0 0 24m212 4c0 17-9.53 33.56-28.32 49.22a151.5 151.5 0 0 1-26.31 17.51 12 12 0 0 1-10.74 0 151.5 151.5 0 0 1-26.31-17.51C141.53 177.56 132 161 132 144a36 36 0 0 1 60-26.81A36 36 0 0 1 252 144m-24 0a12 12 0 0 0-24 0 12 12 0 0 1-24 0 12 12 0 0 0-24 0c0 17.23 22.85 34.43 36 42.29 13.14-7.85 36-25.06 36-42.29" })); export default ListHeart; //# sourceMappingURL=ListHeart.js.map