Icons Reference
A quick reference for using icons in FlowAgent modules, dashboards, and UI elements.
When to Use
Use this page when you want to add or customize icons in your modules or dashboards.
How It Works
- FlowAgent supports a wide range of icons for visual clarity and branding.
- Icons can be set in module settings, dashboard widgets, and other UI elements.
- Icon set are FontAwesome, which provides a comprehensive collection of icons.
Usage Example
Setting an icon in a module configuration (JSON):
{
"icon": "fa-user"
}
Tips
- Use icons to make navigation easier and interfaces more intuitive.
- Refer to FontAwesome for the official icon set documentation for available icon names.