Skip to content

Icon

Icon component for using the Element icons.

See also the icons chapter in the fundamentals.

Code ---

Usage

import { SiIconComponent } from '@simpl/element-ng/icon';

@Component({
  imports: [SiIconComponent, ...]
})

Composite icons

Some symbols require overlapping of two icons. The example below shows how to build event state icons.

Status icons

Severity symbols can be built with status icons.