import { Label, LabelColor } from '@patternfly/react-core';
import RhUiInformationFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-information-fill-icon';
export const LabelCustomRender: React.FunctionComponent = () => (
}
onClose={() => Function.prototype}
render={({ className, content, componentRef }) => (
{content}
)}
textMaxWidth="16ch"
isClickable
>
Blue label router link with icon that overflows
);