Phosphor Icons
UI Extension
Phosphor Icons is a flexible icon family with 6,000+ icons available in 6 weights: thin, light, regular, bold, fill, and duotone.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #169
KEY FEATURES
6,000+ icons
6 weights
Duotone style
SVG icons
Web font
Customizable
Consistent design
Usage Example
Here's how you'll use Phosphor Icons with Oorian once the extension is available:
Java
// Create and configure Phosphor Icons component
PhosphorIcons component = new PhosphorIcons();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, PhosphorIconsEvent.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.