import { IconsLinuxLogo, IconsWindowsLogo } from "#components"; export const PLATFORM_ICONS = { [PlatformClient.Linux]: IconsLinuxLogo, [PlatformClient.Windows]: IconsWindowsLogo, };