UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 465 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgUserHeartFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="m17.841 15.659.176.177.178-.177a2.25 2.25 0 1 1 3.181 3.182L18.018 22.2l-3.359-3.359a2.25 2.25 0 1 1 3.182-3.182ZM12 14v8H4a8 8 0 0 1 7.75-7.996L12 14Zm0-13c3.315 0 6 2.685 6 6s-2.685 6-6 6-6-2.685-6-6 2.685-6 6-6Z" /> </Svg> ); export default SvgUserHeartFill;