19 lines
475 B
JSON
19 lines
475 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "pin-off-icon",
|
|
"type": "registry:ui",
|
|
"title": "Pin Off Icon",
|
|
"description": "Pin off icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/pin-off/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/pin-off.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["unpin", "map", "unlock", "unfix", "unsave", "remove"]
|
|
}
|
|
}
|