export interface IconInterface { group: string; name: string; type: 'fill' | 'outline'; }