Appearance
function Icon(props: UiIconProps): Block;
Defined in: src/renderer/blocks/index.ts:979
Icon display component.
props
UiIconProps
Block
Icon({icon: 'checkmark-circle'});
Icon({icon: 'information-circle', size: 20, color: '#007bff'});