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