import { Tile } from '@patternfly/react-core/deprecated'; import RhUiNotificationFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-notification-fill-icon'; export const TileStackedWithLargeIcons: React.FunctionComponent = () => (
} isStacked isDisplayLarge isSelected={false}> Subtext goes here {' '} } isStacked isDisplayLarge isSelected> Subtext goes here {' '} } isStacked isDisplayLarge isDisabled isSelected={false}> Subtext goes here
);