export type LineAwesomeIconClassName = string; export interface IconInfo { readonly icon: LineAwesomeIconClassName; } export interface IconInfoWithId { readonly id: string; readonly icon: LineAwesomeIconClassName; }