Components
An animated clock icon with rotating hands that plays on hover, view, or tap.
Loading preview...
import { Clock5 } from '@/components/ui/icons-clock-5';
export default function Clock5IconDemo() {
return (
<div className="flex items-center justify-center p-10">
<Clock5 className="size-12" animateOnHover />
</div>
);
}