Modul:Icons/Data
return {
-- Font-Awesome
-- User & Account
["user"] = { type = "fa", class = "fa-user", label = "Benutzer" },
["user-circle"] = { type = "fa", class = "fa-user-circle", label = "Benutzerkreis" },
["users"] = { type = "fa", class = "fa-users", label = "Benutzergruppe" },
-- Status & Aktionen
["check"] = { type = "fa", class = "fa-check", label = "Erledigt" },
["times"] = { type = "fa", class = "fa-times", label = "Abgelehnt" },
["plus"] = { type = "fa", class = "fa-plus", label = "Hinzufügen" },
["minus"] = { type = "fa", class = "fa-minus", label = "Entfernen" },
["exclamation"] = { type = "fa", class = "fa-exclamation", label = "Warnung" },
["exclamation-circle"] = { type = "fa", class = "fa-exclamation-circle", label = "Achtung" },
["exclamation-triangle"] = { type = "fa", class = "fa-exclamation-triangle", label = "Warnung" },
["info-circle"] = { type = "fa", class = "fa-info-circle", label = "Information" },
["question-circle"] = { type = "fa", class = "fa-question-circle", label = "Hilfe" },
-- Navigation & UI
["arrow-right"] = { type = "fa", class = "fa-arrow-right", label = "Weiter" },
["arrow-left"] = { type = "fa", class = "fa-arrow-left", label = "Zurück" },
["arrow-up"] = { type = "fa", class = "fa-arrow-up", label = "Nach oben" },
["arrow-down"] = { type = "fa", class = "fa-arrow-down", label = "Nach unten" },
["caret-down"] = { type = "fa", class = "fa-caret-down", label = "Ausklappen" },
["caret-right"] = { type = "fa", class = "fa-caret-right", label = "Einrücken" },
-- Medien & Dateien
["file"] = { type = "fa", class = "fa-file", label = "Datei" },
["file-alt"] = { type = "fa", class = "fa-file-alt", label = "Dokument" },
["folder"] = { type = "fa", class = "fa-folder", label = "Ordner" },
["download"] = { type = "fa", class = "fa-download", label = "Download" },
["upload"] = { type = "fa", class = "fa-upload", label = "Upload" },
["link"] = { type = "fa", class = "fa-link", label = "Link" },
-- Zeit & Termine
["calendar"] = { type = "fa", class = "fa-calendar", label = "Kalender" },
["clock"] = { type = "fa", class = "fa-clock", label = "Uhr" },
["history"] = { type = "fa", class = "fa-history", label = "Verlauf" },
-- Sonstiges/Tools
["cog"] = { type = "fa", class = "fa-cog", label = "Einstellungen" },
["wrench"] = { type = "fa", class = "fa-wrench", label = "Werkzeug" },
["search"] = { type = "fa", class = "fa-search", label = "Suchen" },
["star"] = { type = "fa", class = "fa-star", label = "Markierung" },
["trash"] = { type = "fa", class = "fa-trash", label = "Löschen" },
["edit"] = { type = "fa", class = "fa-edit", label = "Bearbeiten" },
["eye"] = { type = "fa", class = "fa-eye", label = "Sichtbar" },
["eye-slash"] = { type = "fa", class = "fa-eye-slash", label = "Ausgeblendet" },
["lock"] = { type = "fa", class = "fa-lock", label = "Geschützt" },
["unlock"] = { type = "fa", class = "fa-unlock", label = "Offen" },
["envelope"] = { type = "fa", class = "fa-envelope", label = "Nachricht" },
["bell"] = { type = "fa", class = "fa-bell", label = "Benachrichtigung" },
["home"] = { type = "fa", class = "fa-home", label = "Startseite" },
-- SVG
["help"] = { type = "svg", class = "Help-Icon.svg", label = "Hilfe" },
["warning"] = { type = "svg", class = "Warning-Icon.svg", label = "Warnung" },
["info"] = { type = "svg", class = "Info-Icon.svg", label = "Information" },
["check-svg"] = { type = "svg", class = "Check-Icon.svg", label = "Erledigt" },
-- Alias/Synonyme
["hilfe"] = { type = "svg", class = "Help-Icon.svg", label = "Hilfe" },
["warnung"] = { type = "svg", class = "Warning-Icon.svg", label = "Warnung" },
}