mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-18 02:31:19 +10:00
7 lines
188 B
TypeScript
7 lines
188 B
TypeScript
import { IconsLinuxLogo, IconsWindowsLogo } from "#components";
|
|
|
|
export const PLATFORM_ICONS = {
|
|
[PlatformClient.Linux]: IconsLinuxLogo,
|
|
[PlatformClient.Windows]: IconsWindowsLogo,
|
|
};
|