Components
Animated message circle code icon with a hover-triggered wiggle and shifting code brackets, for chat, comments, and code review UI.
Loading preview...
import { MessageCircleCode } from '@/components/ui/icons-message-circle-code';
export default function MessageCircleCodeIconDemo() {
return (
<div className="flex items-center justify-center p-10 text-foreground">
<MessageCircleCode animateOnHover size={40} />
</div>
);
}