import { CSSProperties } from "react"; export function ShortcutIcon(props: { className?: string; style?: CSSProperties }) { return ( ) }