import * as React from 'react'; import { Menu } from '@fluentui/react-northstar'; import { OneDriveIcon, StarIcon, SearchIcon } from '@fluentui/react-icons-northstar'; const items = [ { icon: , key: 'onedrive', }, { icon: , key: 'star', }, { icon: , key: 'search', }, ]; const MenuExampleIconOnly = () =>