import * as React from 'react'; import { Menu } from '@fluentui/react-northstar'; import { OneDriveIcon, StarIcon, SearchIcon } from '@fluentui/react-icons-northstar'; const MenuExampleWithIcons = () => ( ); export default MenuExampleWithIcons;