Animated maximize (fullscreen/expand) icon that expands its four corners on hover, view, or tap.
import { Maximize } from '@/components/ui/icons-maximize'; export default function MaximizeIconDemo() { return ( <div className="flex items-center justify-center p-10 text-foreground"> <Maximize animateOnHover size={48} /> </div> ); }