Heroicons
UI Extension
Heroicons is a set of 450+ free, MIT-licensed SVG icons by the makers of Tailwind CSS, available in outline, solid, and mini styles.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #117
KEY FEATURES
450+ icons
Tailwind CSS team
Outline style
Solid style
Mini style
SVG delivery
Figma file
Usage Example
Here's how you'll use Heroicons with Oorian once the extension is available:
Java
// Create and configure Heroicons component
Heroicons component = new Heroicons();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, HeroiconsEvent.class);
// Add to your page
container.addElement(component);Note: This is a preview of the expected API. The actual implementation may vary slightly when released.