Skip to main contentMynaUI
All Icons
ClockHand
clock-hand
npm install @mynaui/icons-react
                  
import { ClockHand } from "@mynaui/icons-react";

const App = () => {
  return <ClockHand />;
};