19 lines
457 B
JSON
19 lines
457 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "star-icon",
|
|
"type": "registry:ui",
|
|
"title": "Star Icon",
|
|
"description": "Star icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/star/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/star.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["bookmark", "favorite", "like", "review", "rating"]
|
|
}
|
|
}
|