UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 380 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgPinSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M339 99a83 83 0 10-102 80.8V464l19 32 19-32V179.8A83.28 83.28 0 00339 99zm-59-6a21 21 0 1121-21 21 21 0 01-21 21z" /></Svg>; } export default SvgPinSharp;