123{ "icons": { "library": "lucide" } }
| Library | Description |
fontawesome | Font Awesome free set (default) |
lucide | Clean, consistent icons |
tabler | Accepted by config, but not rendered yet |
1234--- title: Authentication icon: lock ---
icon field:12345{ "group": "Security", "icon": "shield", "pages": ["security/overview"] }
solid, regular, and brands styles:1234567{ "icon": { "name": "github", "library": "fontawesome", "style": "brands" } }