import { Button, EmptyState, EmptyStateVariant, EmptyStateBody, EmptyStateActions, EmptyStateFooter } from '@patternfly/react-core'; import CubesIcon from '@patternfly/react-icons/dist/esm/icons/cubes-icon'; export const EmptyStateExtraSmall: React.FunctionComponent = () => ( This represents an the empty state pattern in PatternFly. The icon is optional. );