import { BsCommand } from 'react-icons/bs'; import { Ruby } from '../Ruby'; export function MacCommandKey({ className }: { className?: string }) { return ( ); }