export const KeyboardMetaKeyIcon = () => { if (navigator.platform.toUpperCase().indexOf('MAC') >= 0) { return ⌘ } else { return Ctrl } }