Skip to main content
Version: Next

Icon

The Icon component provides a consistent wrapper for icon rendering.

Basic Usage

import { Icon } from '@editora/ui-react';

export function Example() {
return <Icon name="check" aria-label="Success" />;
}