19 lines
427 B
JSON
19 lines
427 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "pause-icon",
|
|
"type": "registry:ui",
|
|
"title": "Pause Icon",
|
|
"description": "Pause icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/pause/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/pause.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["music", "stop"]
|
|
}
|
|
}
|