Tabler Icons
UI Extension
Tabler Icons provides over 5,900 free, open-source icons on a 24x24 grid with a consistent 2px stroke width.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #36
KEY FEATURES
5,900+ icons
24x24 grid
2px stroke
SVG icons
Web font
Outline and filled
Dashboard focused
Usage Example
Here's how you'll use Tabler Icons with Oorian once the extension is available:
Java
// Create and configure Tabler Icons component
TablerIcons component = new TablerIcons();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, TablerIconsEvent.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.