import { LinkIcon } from '@primer/octicons-react' type Props = { slug: string } export const LinkIconHeading = ({ slug }: Props) => { return ( ) }