Animated dashed-outline message square icon that plays a wobble or draw animation on hover or view.
import { MessageSquareDashed } from '@/components/ui/icons-message-square-dashed'; export default function MessageSquareDashedDemo() { return ( <div className="flex items-center justify-center p-10"> <MessageSquareDashed animateOnHover size={48} /> </div> ); }