MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / LinkIcon

Function LinkIcon

apps/baseai.dev/src/components/icons/LinkIcon.tsx:1–12  ·  view source on GitHub ↗
(props: React.ComponentPropsWithoutRef<'svg'>)

Source from the content-addressed store, hash-verified

1export function LinkIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
2 return (
3 <svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
4 <path
5 fill="none"
6 strokeLinecap="round"
7 strokeLinejoin="round"
8 d="m5.056 11.5-1.221-1.222a4.556 4.556 0 0 1 6.443-6.443L11.5 5.056M7.5 7.5l5 5m2.444-4 1.222 1.222a4.556 4.556 0 0 1-6.444 6.444L8.5 14.944"
9 />
10 </svg>
11 );
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected