19 lines
472 B
JSON
19 lines
472 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "search-icon",
|
|
"type": "registry:ui",
|
|
"title": "Search Icon",
|
|
"description": "Search icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/search/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/search.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["find", "scan", "magnifier", "magnifying glass", "lens"]
|
|
}
|
|
}
|