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