Appearance
function IconBox(props: UiIconBoxProps): Block;
Defined in: src/renderer/blocks/index.ts:991
Icon box component.
props
UiIconBoxProps
Block
IconBox({icon: 'user', size: 32, boxColor: '#e3f2fd', iconColor: '#1976d2'});