import * as React from 'react';
import { Button } from '@fluentui/react-northstar';
import { EmojiIcon, TranslationIcon, PlayIcon } from '@fluentui/react-icons-northstar';
const ButtonGroupExampleShorthand = () => (
,
key: 'emoji',
iconOnly: true,
title: 'Emoji',
},
{
icon: ,
key: 'translation',
iconOnly: true,
title: 'Translation',
},
{
icon: ,
key: 'play',
iconOnly: true,
title: 'Play',
},
]}
/>
);
export default ButtonGroupExampleShorthand;