26 lines
512 B
JSON
26 lines
512 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "send-icon",
|
|
"type": "registry:ui",
|
|
"title": "Send Icon",
|
|
"description": "Send icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/send/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/send.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": [
|
|
"send",
|
|
"email",
|
|
"message",
|
|
"mail",
|
|
"paper aeroplane",
|
|
"submit"
|
|
]
|
|
}
|
|
}
|