27 lines
536 B
JSON
27 lines
536 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "compass-icon",
|
|
"type": "registry:ui",
|
|
"title": "Compass Icon",
|
|
"description": "Compass icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/compass/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/compass.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": [
|
|
"direction",
|
|
"north",
|
|
"south",
|
|
"east",
|
|
"west",
|
|
"safari",
|
|
"browser"
|
|
]
|
|
}
|
|
}
|