From 8ddef33c6effa970c8b0cf7dc7c1fa5d3ad6945b Mon Sep 17 00:00:00 2001
From: Ryan Dee <ryan@skoolbus39.com>
Date: Wed, 3 Aug 2022 17:08:26 -0500
Subject: [PATCH] Update toggle button icon

---
 www/templates/html/UNL/TourMap/GoogleMap.tpl.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/templates/html/UNL/TourMap/GoogleMap.tpl.php b/www/templates/html/UNL/TourMap/GoogleMap.tpl.php
index b4a38e3e..a75ddc8a 100644
--- a/www/templates/html/UNL/TourMap/GoogleMap.tpl.php
+++ b/www/templates/html/UNL/TourMap/GoogleMap.tpl.php
@@ -22,7 +22,7 @@ $isEmbed = $context->options['embed'];
         <button class="maps-btn-popup dcf-btn dcf-btn-primary dcf-d-flex dcf-ai-center unl-drop-shadow" id="maps-btn-toggle-controls" aria-controls="maps-popup-controls" aria-expanded="false" aria-haspopup="true" aria-labelledby="maps-btn-label-controls">
             <span class="dcf-sr-only" id="maps-btn-label-controls">Map Controls</span>
             <svg class="dcf-fill-current" aria-hidden="true" focusable="false" width="16" height="16" viewBox="0 0 24 24">
-                <circle cx="3" cy="12" r="3"/><circle cx="12" cy="12" r="3"/><circle cx="21" cy="12" r="3"/><path fill="none" d="M0 0h24v24H0z"/>
+                <path d="M2.5 20c-.3 0-.5-.2-.5-.5V10H.5c-.3 0-.5.2-.5.5v11c0 .3.2.5.5.5h17c.3 0 .5-.2.5-.5V20H2.5z"/><path d="M6.5 16c-.3 0-.5-.2-.5-.5V6H4.5c-.3 0-.5.2-.5.5v11c0 .3.2.5.5.5h16c.3 0 .5-.2.5-.5V16H6.5z"/><path d="M23.5 2h-15c-.3 0-.5.2-.5.5v11c0 .3.2.5.5.5h15c.3 0 .5-.2.5-.5v-11c0-.3-.2-.5-.5-.5z"/><path style="fill:none" d="M0 0h24v24H0z"/>
             </svg>
         </button>
         <form class="dcf-form dcf-w-100% dcf-w-max-xs" id="mapSearch">
-- 
GitLab