type IconElement = [string, Record<string, any>];
type IconArray = IconElement[];

export { IconArray, IconElement };
