UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 385 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgMapPin5Fill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M17.657 15.657L12 21.314l-5.657-5.657a8 8 0 1111.314 0zM5 22h14v2H5v-2z" /> </Svg> ); } export default SvgMapPin5Fill;