import React from 'react';
import { Label } from '@breakaway/preact-core';
import InfoCircleIcon from '@patternfly/react-icons/dist/esm/icons/info-circle-icon';
import { Link } from '@reach/router';
export const LabelRouterLink: React.FunctionComponent = () => (
}
onClose={() => Function.prototype}
render={({ className, content, componentRef }) => (
{content}
)}
textMaxWidth="16ch"
>
Blue label router link with icon that overflows
);