2025-08-20 04:12:49 -06:00

19 lines
479 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "external-link-icon",
"type": "registry:ui",
"title": "External Link Icon",
"description": "External link icon component.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/icons/external-link/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/icons/external-link.tsx"
}
],
"meta": {
"keywords": ["outbound", "open", "share"]
}
}