MCPcopy Create free account
hub / github.com/amaancoderx/skillui / CheckIcon

Function CheckIcon

components/CodeBlock.tsx:23–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23function CheckIcon() {
24 return (
25 <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.2" strokeLinecap="round" strokeLinejoin="round">
26 <polyline points="20 6 9 17 4 12" />
27 </svg>
28 )
29}
30
31function useCopy(text: string) {
32 const [copied, setCopied] = useState(false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected