From c934621ff217785071d4ba64ca8997bdd9807f84 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 3 Feb 2025 08:55:42 +0000 Subject: [PATCH] cannabis icon --- src/Utils/MarkerIconFactory.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Utils/MarkerIconFactory.ts b/src/Utils/MarkerIconFactory.ts index 9769dd5f..e6229fcd 100644 --- a/src/Utils/MarkerIconFactory.ts +++ b/src/Utils/MarkerIconFactory.ts @@ -69,6 +69,8 @@ const addIcon = (icon: string) => { return '' case 'circle-dot': return '' + case 'cannabis': + return '' default: return '' }