import { SiApple, SiLinux } from '@icons-pack/react-simple-icons'; // Official brand icons via Simple Icons (apple/linux). Simple Icons drops // Microsoft's mark due to trademark policy, so the Windows 11 flag is // inlined from Microsoft's public brand guidance. export function AppleIcon({ className }: { className?: string }) { return ; } export function LinuxIcon({ className }: { className?: string }) { return ; } export function WindowsIcon({ className }: { className?: string }) { return ( Windows ); }