{#if icon}
{#if icon === "pin"}
{:else if icon === "square"}
{:else if icon === "circle"}
{:else if icon === "checkmark"}
{:else if icon === "clock"}
{:else if icon === "close"}
{:else if icon === "crosshair"}
{:else if icon === "help"}
{:else if icon === "home"}
{:else if icon === "invalid"}
{:else if icon === "location"}
{:else if icon === "location_empty"}
{:else if icon === "location_locked"}
{:else if icon === "note"}
{:else if icon === "resolved"}
{:else if icon === "ring"}
{:else if icon === "scissors"}
{:else if icon === "teardrop"}
{:else if icon === "teardrop_with_hole_green"}
{:else if icon === "triangle"}
{:else}
{/if}
{/if}