Fortura/apps/www/registry/icons/pin/registry-item.json
2025-08-20 04:12:49 -06:00

19 lines
453 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "pin-icon",
"type": "registry:ui",
"title": "Pin Icon",
"description": "Pin icon component.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/icons/pin/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/icons/pin.tsx"
}
],
"meta": {
"keywords": ["pin", "map", "location", "lock", "fixed", "anchor"]
}
}