import { SzIconConfig } from '@szorba/icons'; export interface SzLinkIconConfig { label: string; routerLink?: string; icon?: SzIconConfig; }