Material Symbols
UI Extension
Material Symbols is Google's icon library with 2,500+ icons featuring variable font support for adjustable fill, weight, grade, and optical size.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #27
KEY FEATURES
2,500+ icons
Variable font
Adjustable fill
Adjustable weight
Outlined style
Rounded style
Sharp style
Usage Example
Here's how you'll use Material Symbols with Oorian once the extension is available:
Java
// Create and configure Material Symbols component
MaterialSymbols component = new MaterialSymbols();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, MaterialSymbolsEvent.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.