Converts a string key to its icon.
IconData getIconFromKey(String key) => _themeConfigs[fromKey(key)]?.icon ?? Icons.brightness_6;