Remix Icon

UI Extension

Remix Icon is a set of 3,000+ open-source neutral-style icons on a 24x24 grid with outlined and filled variants.

Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #168
KEY FEATURES
3,000+ icons
Neutral style
24x24 grid
Outlined variants
Filled variants
SVG icons
Web font
Usage Example

Here's how you'll use Remix Icon with Oorian once the extension is available:

Java
// Create and configure Remix Icon component
RemixIcon component = new RemixIcon();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, RemixIconEvent.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.