import * as React from "react"; import { Circle, Path } from "react-native-svg"; import { Icon, IIconProps } from "native-base"; export const Pin = (props: IIconProps) => ( ); export default Pin;