import * as React from 'react'; import { Button, Flex, Text, Avatar, Card, Layout } from '@fluentui/react-northstar'; import { StarIcon, DownloadIcon, MoreIcon } from '@fluentui/react-icons-northstar'; const CardExample = () => ( } iconOnly text title="Favourite" /> } iconOnly text title="Download" /> } iconOnly text title="More" /> ); const ImageExampleFluent = () => (