declare const icons: Record; declare class Icon { static get(name: keyof typeof icons, fill?: string): string; } export default Icon;