import { BehaviorModel } from '../core/models/behavior-model'; export interface IconModel { iconName?: string; iconSvgName?: string; predicate?: string; onClick?: BehaviorModel[]; hidden?: boolean; color?: string; size?: string; }