19 lines
452 B
JSON
19 lines
452 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "log-in-icon",
|
|
"type": "registry:ui",
|
|
"title": "Log In Icon",
|
|
"description": "Log in icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/log-in/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/log-in.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["sign in", "arrow", "enter", "auth"]
|
|
}
|
|
}
|