import * as React from "react"; import { SVGProps } from "react"; const SvgMapMarkerRight = (props: SVGProps) => ( ); export default SvgMapMarkerRight;