// Custom triangle icon for draggable markers import L from "leaflet"; const startIcon = L.divIcon({ className: "custom-start-icon", html: ` `, // Schwarzes Dreieck innerhalb eines grauen Dreiecks iconSize: [18, 18], iconAnchor: [9, 10], }); export default startIcon;