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