smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.02k stars 270 forks source link

change icon in search control #380

Open mugu-fatman opened 8 months ago

mugu-fatman commented 8 months ago

Hi , Thanks for your lovely library , Could you please suggest how to change the cross icon in the control to magnify glass. I tried to use reset button but that didn't work.

        const searchControl  = new GeoSearchControl({
                style: 'bar',
                searchLabel: "Search",
                resetButton: mdiMagnify,
                provider: new OpenStreetMapProvider ({
                showMarker: true
            }),
        });
mugu-fatman commented 8 months ago

Could someone please provide some advice