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.

18 lines (17 loc) 1.09 kB
"use strict"; /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; import { jsx as _jsx } from "react/jsx-runtime"; const HeartHalf = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M169.47 56.79a8 8 0 0 0-2.94-15.73C150.42 44.08 137 52.18 128 64c-11.26-15-29.36-24-50-24a62.07 62.07 0 0 0-62 62c0 70 103.79 126.67 108.21 129a7.93 7.93 0 0 0 7.58 0 332.6 332.6 0 0 0 41.09-27.22 8 8 0 1 0-9.76-12.67c-10.31 7.94-20 14.37-27.12 18.82V81.7c5.84-12.95 17.94-22 33.47-24.91M120 210c-26.42-16.59-88-60.29-88-108a46.06 46.06 0 0 1 46-46c18.91 0 34.86 9.78 42 25.64Zm112.55-106a9 9 0 0 1-.89 0 8 8 0 0 1-7.94-7.12 45.88 45.88 0 0 0-20.17-33.14 8 8 0 1 1 8.9-13.29 61.83 61.83 0 0 1 27.17 44.67 8 8 0 0 1-7.07 8.88m-2.09 35.62c-5.67 11.37-13.94 23-24.59 34.49a8 8 0 1 1-11.74-10.86c9.61-10.4 17-20.75 22-30.77a8 8 0 1 1 14.31 7.14Z" }) }); export default HeartHalf; //# sourceMappingURL=HeartHalf.js.map