26 lines
596 B
JSON
26 lines
596 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "message-square-text-icon",
|
|
"type": "registry:ui",
|
|
"title": "Message Square Text Icon",
|
|
"description": "Message square text icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/message-square-text/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/message-square-text.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": [
|
|
"comment",
|
|
"chat",
|
|
"conversation",
|
|
"dialog",
|
|
"feedback",
|
|
"speech bubble"
|
|
]
|
|
}
|
|
}
|