# 🖼️ poi-icons.js Gibt eine Liste aller POIs und ihrer zugehörigen Icon-Pfade zurück. ## Methode - `GET` ## Datenquelle - `poi` → `poiTyp` → `poiicons` ## Antwort ```json [ { "idPoi": 12, "path": "/icons/kue.svg" } ] ```