| 4 | import { cn } from "~/utils/css" |
| 5 | |
| 6 | interface IconLinkProps extends ComponentProps<"a"> { |
| 7 | name: IconName |
| 8 | } |
| 9 | |
| 10 | export const IconLink = ({ name, className, ...props }: IconLinkProps) => { |
| 11 | const { href } = props |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…