Install the Lucide Icons from Forge.
In Service Studio, open your application.
Add the module LucideIcon as a dependency.
Publish.
Open the screen where you want to show an icon.
Drag the Lucide_Icon block into your UI.
Lucide_Icon
Set the required input:
"camera"
"download"
"menu"
CurrentColor
Visit https://lucide.dev/iconsPick any icon and copy its name (e.g., "bell", "user", "arrow-right").Use this value in the IconName input.
"bell"
"user"
"arrow-right"
Examples:
Size = 32
Color = "#006442"
Just leave Color empty — it automatically picks the parent element’s color.
Color
The Lucide script is loaded automatically by the component.You do not need to add any JS manually unless you’re customizing behavior.
Install the Demo app to see:
Example icons
Size and color variations
This provides a ready-to-copy reference for your screens.