import React from "react";

/**
 * pin.svg
 */
declare const PinIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default PinIcon;
