28 lines
588 B
JSON
28 lines
588 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "loader-circle-icon",
|
|
"type": "registry:ui",
|
|
"title": "Loader Circle Icon",
|
|
"description": "Loader circle icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/loader-circle/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/loader-circle.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": [
|
|
"loading",
|
|
"wait",
|
|
"busy",
|
|
"progress",
|
|
"throbber",
|
|
"spinner",
|
|
"spinning",
|
|
"circle"
|
|
]
|
|
}
|
|
}
|